@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* SIZE 
$layout: 1200px;
$height:60px;
$middleheight:$height/2;
$smallheight:$middleheight/2;
*/
/* COLOURS */
/* MIXING */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* SIZE 
$layout: 1200px;
$height:60px;
$middleheight:$height/2;
$smallheight:$middleheight/2;
*/
/* COLOURS */
/*
@mixin animation($animation...) {
  -o-animation: $animation;
  -moz-animation: $animation;
  -webkit-animation: $animation;
  animation: $animation;
}*/
#contact_us {
  position: relative; }
  #contact_us span {
    display: block; }
  #contact_us .title {
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 3.5vh;
    color: #1e252b; }
  #contact_us .contact_us_container {
    position: absolute;
    top: 2vh;
    left: 5vw;
    width: 90vw; }
    @media (min-width: 768px) {
      #contact_us .contact_us_container {
        width: 40vw; } }
    @media (min-width: 1200px) {
      #contact_us .contact_us_container {
        top: 9vh; } }
  #contact_us .separation_line {
    float: left;
    margin-top: 1.5vh;
    width: 6vw;
    margin-bottom: 2vh; }
  #contact_us .contact_info {
    clear: both;
    margin-bottom: 1.5vh; }
    #contact_us .contact_info p {
      font-family: 'OpenSans', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      line-height: 2.3vh;
      font-size: 1.5vh;
      color: #1e252b; }
    #contact_us .contact_info a {
      color: #1e252b; }
  #contact_us .located_at {
    clear: both;
    width: 50%;
    float: left; }
  #contact_us .contact_data {
    width: 50%;
    float: left; }
  #contact_us .clboth {
    clear: both; }
  #contact_us .form_title {
    display: block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 2vh;
    color: #1e252b;
    margin-top: 1.5vh;
    margin-bottom: 1vh; }
  #contact_us form {
    clear: both; }
    #contact_us form label {
      display: block;
      font-family: 'OpenSans', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      font-size: 1.5vh;
      color: #1e252b;
      margin-top: 0.3vh;
      padding-top: 0.3vh; }
      #contact_us form label a {
        color: #a89f88; }
    #contact_us form input[type="text"] {
      display: block;
      font-family: 'OpenSans', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: calc;
      border: 1px solid #a89f88;
      color: #a89f88;
      width: 100%;
      padding: 0.8vh;
      margin-bottom: 0.7vh;
      font-size: 1.7vh; }
    #contact_us form textarea {
      display: block;
      font-family: 'OpenSans', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: calc;
      border: 1px solid #a89f88;
      color: #a89f88;
      width: 100%;
      padding: 1vh;
      margin-bottom: 0.7vh;
      resize: none;
      height: 11.5vh;
      font-size: 1.7vh; }

#contact_us .located_at .title, #contact_us .contact_data .title {
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1.7vh;
  color: #1e252b;
  margin-bottom: 1vh; }

#contact_us .located_at span, #contact_us .contact_data span, #contact_us .contact_data a {
  display: block;
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  line-height: 2.3vh;
  font-size: 1.6vh;
  color: #1e252b;
  text-decoration: none; }

#contact_us .contact_data {
  padding-left: 5vw; }
  @media (min-width: 768px) {
    #contact_us .contact_data {
      padding-left: 0vw; } }

#contact_us form input[type="checkbox"] {
  border: 1px solid #a89f88; }

#contact_us form input[type="submit"] {
  cursor: pointer;
  float: left;
  width: 13vh;
  height: 4vh;
  color: #1e252b;
  border: 1px solid #1e252b;
  display: block;
  background-color: white;
  text-transform: uppercase;
  font-family: 'OpenSans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 2vh;
  color: #1e252b;
  margin-top: 1.5vh;
  padding-top: 0.3vh; }
  #contact_us form input[type="submit"]:hover {
    background-color: #1e252b;
    color: white; }
  @media (min-width: 768px) {
    #contact_us form input[type="submit"] {
      float: right;
      margin-top: 0.3vh;
      width: 15%;
      font-size: 1.4vh; } }

#contact_us form .validation_error {
  border: 1px solid red !important; }

.privacy_policy {
  margin-top: 0.8vh; }
  .privacy_policy .label {
    color: #a89f88;
    font-size: 1.3vh; }

/* input[type=checkbox].css-checkbox {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
} */
input[type=checkbox].css-checkbox + label {
  padding-left: 20px;
  position: relative; }

input[type=checkbox].css-checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  cursor: pointer;
  /* background-image: url(https://csscheckbox.com/checkboxes/lite-x-gray.png); } */
  background-image: url(lite-x-gray.png); }

input[type=checkbox].css-checkbox:checked + label:before {
  background-position: 0 -15px; }

/* .css-label:before{
    background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);
} */

/*# sourceMappingURL=contact_us.css.map */
