.stretched-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-text {
  padding: 0;
}
.box-text.gray {
  background-color: rgba(235, 231, 217, 0.6);
  padding: 10px 20px;
}
.column .box-text {
  padding: 20px 30px 10px;
}
.column .box-text.box > img {
  width: 100%;
}
.column-half .box-text img {
  margin-bottom: 20px;
}
.column-half .box-text .btn.btn-default {
  margin-bottom: 30px;
}
.box-info {
  position: relative;
  margin: 0 0 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .box-info {
    margin: 20px 0;
  }
}
.box-info img {
  margin-bottom: 20px;
}
.box-info h3 {
  margin: 0 20px 20px;
  padding: 20px 0 0;
}
.box-info h4,
.box-info p,
.box-info .btn.btn-default {
  margin: 0 20px 20px;
}
.box-info h4 {
  padding-top: 30px;
}
.box-info img + h4 {
  padding-top: 0;
}
.flex .box-info {
  height: 100%;
  margin: 0;
  padding-bottom: 70px;
}
.flex .box-info a {
  position: absolute;
  bottom: 0;
}
.youtube-video-wrapper.responsive {
  position: relative;
  height: 0;
}
.youtube-video-wrapper.responsive.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}
.youtube-video-wrapper.responsive.fourbythree {
  padding-bottom: 75%;
  /* 4:3 */
  padding-top: 0;
}
.youtube-video-wrapper.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-video-wrapper.video-right iframe {
  margin-left: auto;
  display: block;
}
.youtube-video-wrapper.video-center iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hero {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 400px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.hero::before {
  background: linear-gradient(0deg, rgba(74, 74, 74, 0.0001) 0%, rgba(74, 74, 74, 0.3) 50.39%, rgba(74, 74, 74, 0.7) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.hero-logo-crop {
  display: none;
}
@media (min-width: 992px) {
  .hero-logo-crop {
    display: block;
    left: 50%;
    height: 187px;
    position: absolute;
    top: 213px;
    transform: translateX(-50%);
    width: 1040px;
    z-index: 1;
  }
}
.hero-logo-crop svg {
  height: 187px;
  left: 0;
  position: absolute;
  top: 0;
  width: 500px;
}
.hero-column {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .hero-column {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero-column {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-column {
    max-width: 940px;
  }
}
.hero-content {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-content {
    max-width: 464px;
  }
}
@media (min-width: 992px) {
  .hero-content {
    max-width: 640px;
  }
}
.hero-title {
  color: #fff;
  font-family: 'Squad-Heavy', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 42px;
    line-height: 46px;
  }
}
.hero-title:last-child {
  margin-bottom: 0;
}
.hero-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-text:last-child {
  margin-bottom: 0;
}
.social-row {
  padding: 40px 0 20px;
}
@media (max-width: 480px) {
  .social-row {
    padding: 20px 0;
  }
}
.facebook-share,
.twtter-share,
.linkedin-share {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
  background: url(../../assets/img/icons-social.png) no-repeat;
}
@media (max-width: 480px) {
  .facebook-share,
  .twtter-share,
  .linkedin-share {
    float: left;
  }
}
.facebook-share span,
.twtter-share span,
.linkedin-share span {
  display: none;
}
.facebook-share {
  background-position: 0 0;
}
.twtter-share {
  background-position: 0 -40px;
}
.linkedin-share {
  background-position: 0 -160px;
}
.app-newslist.gray {
  background-color: rgba(235, 231, 217, 0.6);
  padding: 20px;
}
.app-newslist.only {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.app-newslist.only ul li {
  margin-bottom: 0;
}
.app-newslist.no-border ul {
  margin-bottom: 10px;
  overflow: hidden;
}
.app-newslist.no-border ul li {
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 0;
}
.app-newslist.no-border .btn {
  float: left;
}
.app-newslist h4 {
  margin-bottom: 20px;
}
.app-newslist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-newslist ul li {
  position: relative;
  border-bottom: #d2d2d2 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.app-newslist ul li h3 {
  margin-bottom: 20px;
}
.app-newslist ul li p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .app-newslist .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.app-newslist .col {
  margin: 0 20px 20px;
}
@media (min-width: 768px) {
  .app-newslist .col {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
.app-newslist .col .image {
  height: 186px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .app-newslist .col .image {
    height: 200px;
  }
}
.app-newslist .col .image img {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
}
.app-newslist .col p:last-child {
  margin-bottom: 0;
}
.app-newslist .col p small {
  color: #767676;
}
.app-newslist .btn {
  float: right;
}
.app-newslist .box-text.news {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #d2d2d2 solid 1px;
}
.app-newslist .box-text.news + h4 {
  margin-bottom: 10px;
}
.app-newslist strong {
  font-family: SourceSansPro-Regular;
}
.app-subscribe {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.app-subscribe.index {
  padding: 25px 20px;
}
@media (max-width: 992px) {
  .app-subscribe {
    padding: 25px 20px;
  }
}
.app-subscribe .form-group.captcha {
  position: relative;
  display: none;
}
.app-subscribe .form-group.captcha.visible {
  display: block;
}
.app-subscribe .form-group.captcha img {
  position: absolute;
  left: -180px;
  top: 20px;
}
.app-subscribe .form-group.captcha img.static {
  position: static;
  display: block;
}
@media (max-width: 768px) {
  .app-subscribe .form-group.captcha img {
    position: static;
    display: block;
  }
}
.contact h3 {
  font: 18px/20px SourceSansPro-Semibold;
  text-align: center;
  margin: 0 0 15px;
}
.contact p {
  text-align: center;
  margin: 0 0 30px;
}
.contact .control-label {
  display: block;
  margin: 11px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .contact .control-label {
    text-align: left;
  }
}
.contact span.form-control {
  border: 0;
  box-shadow: none;
  padding: 10px 0;
  margin-left: 15px;
}
.contact form .row {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .contact .zip {
    margin: 0 0 10px;
  }
  .contact .zip-error {
    float: left;
  }
}
.contact .btn {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .contact .btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
.contact .check .checkbox {
  margin: 0;
}
@media (min-width: 768px) {
  .contact .check-group {
    margin-top: 10px;
  }
}
.contact .check-group .checkbox {
  margin: 0;
}
.contact .phone-wrapper {
  position: relative;
}
.contact .phone-wrapper span.prefix {
  border-right: #ddd solid 1px;
  color: #000;
  display: block;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 5px 0 12px;
  position: absolute;
}
.contact .phone-wrapper input.form-control {
  padding-left: 44px;
}
.contact span.example {
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}
.contact .info {
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.contact .radio {
  float: left;
  margin: 0 30px 0 0;
}
@media (max-width: 480px) {
  .contact .radio {
    text-align: left;
  }
}
.contact .captcha .form-control {
  float: right;
  width: 100px;
  margin: 4px 0 0 20px;
}
@media (max-width: 768px) {
  .contact .captcha .form-control {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .captcha img {
    margin: 0 0 10px;
  }
}
@media (max-width: 768px) {
  .contact hr:last-of-type {
    margin-bottom: 40px;
  }
}
.contact .success {
  padding: 20px 10px;
}
.contact .success h3 {
  font: 24px/30px SourceSansPro-Regular;
  text-align: left;
}
.contact .success p {
  text-align: left;
}
.anyi .column-half .box-text:first-of-type {
  padding-top: 0;
}

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