@media screen and (min-width: 0px) and (max-width: 640px) {
  main,
  section {
    width: 270px;
  }
  #form_popup_content {
    width: 290px;
  }
  header img {
    width: 200px;
    position: inherit !important;
  }
  hr.maxwidth639 {
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1280px) {
  main,
  section {
    width: 560px;
  }
  header img {
    width: 150px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #form_popup_content {
    width: 510px;
  }
  hr.maxwidth639 {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  main,
  section {
    width: 910px;
  }
  header img {
    width: 200px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #form_popup_content {
    width: 510px;
  }
  hr.maxwidth639 {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  main,
  section {
    width: 1280px;
  }
  header img {
    width: 200px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #form_popup_content {
    width: 810px;
  }
  hr.maxwidth639 {
    display: none;
  }
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  height: 100%;
  text-align: left;
  background: url('../_img/background.png') center top;
  background-attachment: fixed;
  color: #3c3c3b;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
*:focus {
  outline: none;
}
img {
  float: left;
  border: 0px;
}
.clear {
  clear: both;
}
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
p.center {
  text-align: center;
}
p.nomargin {
  margin: 0;
}
h1 {
  font-weight: 300;
  font-size: 28px;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #1073b1;
}
h2,
.likeh2 {
  font-weight: 300;
  font-size: 28px;
  color: #1073b1;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
}
a {
  text-decoration: underline;
  color: #1073b1;
}
a:hover {
  text-decoration: none;
}
header {
  position: relative;
  text-align: center;
}
header img {
  margin-bottom: -68px;
  z-index: 990;
  position: absolute;
  margin: 20px;
  right: 0px;
}
main {
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  padding: 25px;
  margin: 25px auto 25px auto;
}
section {
  margin-top: 25px;
}
section p {
  text-align: justify;
}
hr {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  border: 0;
}
#video {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#video video {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cta_btn,
input[type="submit"] {
  background: #72b300;
  background-image: -webkit-linear-gradient(top, #9dec13, #72b300);
  background-image: -moz-linear-gradient(top, #9dec13, #72b300);
  background-image: -ms-linear-gradient(top, #9dec13, #72b300);
  background-image: -o-linear-gradient(top, #9dec13, #72b300);
  background-image: linear-gradient(to bottom, #9dec13, #72b300);
  text-shadow: 1px 1px 4px #487200;
  border: 1px solid #72b300;
  font-family: 'Source Sans Pro', sans-serif;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  text-decoration: none;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cta_btn:hover,
input[type="submit"]:hover {
  background: #72b300;
  background-image: -webkit-linear-gradient(top, #89d700, #72b300);
  background-image: -moz-linear-gradient(top, #89d700, #72b300);
  background-image: -ms-linear-gradient(top, #89d700, #72b300);
  background-image: -o-linear-gradient(top, #89d700, #72b300);
  background-image: linear-gradient(to bottom, #89d700, #72b300);
  text-decoration: none;
}
#form_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 991;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: visibility 0s, opacity 0.5s linear;
}
#form_popup.show {
  visibility: visible;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
#form_popup.hide {
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: visibility 0s, opacity 1s linear;
}
#form_popup_content {
  background: #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out;
}
#form_popup.hide #form_popup_content {
  transform: translate(-50%, -50%) scale(0);
  transition: visibility 0s, opacity 1s linear;
}
#form_popup.show #form_popup_content {
  transform: translate(-50%, -50%) scale(1);
}
#close_btn {
  float: right;
  color: #1073b1;
  cursor: pointer;
}
#form_popup_content h2 {
  float: left;
}
#form_popup input[type="text"] {
  width: -moz-calc(50% - 35px);
  width: -webkit-calc(50% - 35px);
  width: -o-calc(50% - 35px);
  width: calc(50% - 35px);
  height: 25px;
  padding: 10px;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
#form_popup textarea {
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  width: calc(100% - 22px);
  height: 150px;
  padding: 10px;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
#form_popup form {
  text-align: center;
}
#toast {
  font-weight: bold;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.input_error {
  border: 1px solid #a90000 !important;
}
#toast.show {
  visibility: visible;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
#toast.hide {
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: visibility 0s, opacity 1s linear;
}
#toast.success {
  background: #4ca134;
}
#toast.fail {
  background: #a90000;
}
