/** GENERAL **/
html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0px;
}

.fw-wrapper,
.full-width-wrapper {
  width: 100%;
  clear: both;
  display: block;
}

.mailing-list-banner {
  background: #383836;
  padding: 30px 0px;
}

.mailing-list-banner h1 {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
}

.fw-margins {
  width: 100%;
  max-width: 999px;
  margin: 0px auto;
}

.fw-padding {
  padding: 0px 10px;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0px;
}

hr {
  clear: both;
  margin: 20px 0px;
  border-top: 0px;
}

.cookiebox {
  display: none !important;
}

.cookiebox p a {
  text-decoration: underline;
}

.form .form-error-summary {
  padding: 20px;
  border: none;
}

.form .form-textbox input,
.form .form-textbox textarea {
  padding: 10px;
  font-size: 1em;
  min-width: 3em;
}

.btn,
a.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.form .form-row-error .form-textbox input,
.form .form-row-error .form-textbox textarea,
.form .form-row-error .htmldd,
.form .form-row-error .styledd {
  border: 2px solid #413E6F;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}



/** VALUATIONS BOX **/
.valuations-box {
  position: fixed;
  right: -400px;
  top: 40%;
  z-index: 9999;
  background: #383836;
  width: 443px;
  padding: 20px;
}

.valuations-box-image {
  float: left;
  width: 43px;
}

.valuations-box-image img {
  width: 100%;
  max-height: 250px;
  max-width: 43px;
  cursor: pointer;
}

.valuations-box-text {
  color: #FFFFFF;
  font-size: 1.4em;
  margin: 0px 0px 0px 63px;
}

.valuations-box-text h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  display: none;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  color: #59B999;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 1.3em;
}

.valuations-box-text .close {
  float: right;
  font-size: 1.5em;
  margin: 0px 0px 10px 0px;
}



/** RESPONSIVE **/
@media screen and (max-width:530px) {

  .valuations-box {
    position: static;
    right: 0;
    width: auto;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .valuations-box-image,
  .valuations-box-text .close {
    display: none;
  }

  .valuations-box-text h2 {
    display: block;
  }

  .valuations-box-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
  }

}

/* ACTION BAR */
.ActionBar {
  color: white;
  background-color: #EFEFEF;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.ActionBar .ActionBar-content {
  padding: 15px 0;
}

.ActionBar strong {
  color: #383836;
}

.ActionBar h3 {
  text-transform: uppercase;
  font-size: 2em;
  color: #383836;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.ActionBar p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #59B999;
}

.ActionBar .ActionBar-btn {
  margin-top: 15px;
  text-transform: uppercase;
}

.ActionBar .ActionBar-btn a {
  color: white;
  background: #383836;
  padding: 10px 30px;
}

.ActionBar .ActionBar-btn a:hover {
  color: white;
  background: #59B999;
}

.ActionBar .ActionBar-cell {
  display: table-cell;
  width: 80%;
  text-align: left;
  vertical-align: middle;
  padding-right: 0px;
}

.ActionBar .ActionBar-btn {
  width: auto;
  text-align: right;
  margin-top: 0;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .ActionBar .ActionBar-cell {
    width: 70%;
  }
}

@media screen and (max-width:768px) {

  .ActionBar .ActionBar-content {
    padding: 30px 0;
  }

  .ActionBar .ActionBar-cell {
    display: block;
    width: 100%;
    text-align: center;
  }

  .ActionBar .ActionBar-btn {
    text-align: center;
    margin-top: 1em;
  }

  .ActionBar h3 {
    font-size: 1.8em;
  }

  .ActionBar p {
    font-size: 1.1em;
    text-transform: uppercase;
  }

}

@media screen and (min-width: 769px) {

  .ActionBar {
    text-align: left;
  }

  .ActionBar .ActionBar-content {
    display: table;
    width: 100%;
  }

}