/*
Theme Name: SAS
Text Domain: twentysixteen
*/
/*
@mixin font-sizes($sizes){
  @each $breakpoint in $breakpoints {
    $width: map-get($breakpoint, $width);
    @media only screen and (max-width: $width){
      font-size: $font-sizes-{$breakpoint}($sizes);
    }
  }
}
*/
@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBold.eot");
  src: url("fonts/CircularStdBold.eot") format("embedded-opentype"), url("fonts/CircularStdBold.woff") format("woff2"), url("fonts/CircularStdBold.woff") format("woff"), url("fonts/CircularStdBold.ttf") format("truetype"), url("fonts/CircularStdBold.svg") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBook.eot");
  src: url("fonts/CircularStdBook.eot") format("embedded-opentype"), url("fonts/CircularStdBook.woff") format("woff2"), url("fonts/CircularStdBook.woff") format("woff"), url("fonts/CircularStdBook.ttf") format("truetype"), url("fonts/CircularStdBook.svg") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("fonts/CircularStdBookItalic.eot");
  src: url("fonts/CircularStdBookItalic.eot") format("embedded-opentype"), url("fonts/CircularStdBookItalic.woff") format("woff2"), url("fonts/CircularStdBookItalic.woff") format("woff"), url("fonts/CircularStdBookItalic.ttf") format("truetype"), url("fonts/CircularStdBookItalic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "CircularStd", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
body img {
  max-width: 100%;
  height: auto;
}

section {
  float: left;
  width: 100%;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "CircularStd", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
.h1,
.h1 p {
  font-size: 80px;
  font-weight: 400;
  font-family: "CircularStd", sans-serif;
  line-height: 1.15;
}
@media only screen and (max-width: 1032px) {
  h1,
  .h1,
  .h1 p {
    font-size: 65px;
  }
}
@media only screen and (max-width: 550px) {
  h1,
  .h1,
  .h1 p {
    font-size: 40px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 50px;
  font-weight: 400;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1032px) {
  h2,
  .h2,
  .h2 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  h2,
  .h2,
  .h2 p {
    font-size: 36px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 40px;
  font-weight: 400;
  font-family: "CircularStd", sans-serif;
}
@media only screen and (max-width: 1032px) {
  h3,
  .h3,
  .h3 p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 550px) {
  h3,
  .h3,
  .h3 p {
    font-size: 26px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 30px;
  font-weight: 400;
  font-family: "CircularStd", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1032px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 550px) {
  h4,
  .h4,
  .h4 p {
    font-size: 20px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1032px) {
  h5,
  .h5,
  .h5 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 550px) {
  h5,
  .h5,
  .h5 p {
    font-size: 18px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1032px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  h6,
  .h6,
  .h6 p {
    font-size: 16px;
  }
}

a {
  color: #FF3600;
}

p,
figure,
li,
h5 {
  font-family: "CircularStd", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
}
p a,
figure a,
li a,
h5 a {
  color: #FF3600;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1032px) {
  p a,
  figure a,
  li a,
  h5 a {
    line-height: 1.5;
    margin-bottom: -10px;
  }
}
p a:after,
figure a:after,
li a:after,
h5 a:after {
  bottom: 0;
  left: 0;
  position: absolute;
  float: left;
  width: 100%;
  content: "";
}
p a:hover:after,
figure a:hover:after,
li a:hover:after,
h5 a:hover:after {
  border-bottom: 2px solid #FF3600;
}
p iframe,
figure iframe,
li iframe,
h5 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

b,
strong,
strong * {
  font-weight: 700;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  width: 23px;
  height: 14px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: 0;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 1032px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 550px) {
  .container {
    padding: 0 20px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 26px;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
}
.button.orange {
  background-color: #FF3600;
  color: #ffffff;
}
.button.orange:hover {
  background-color: #FFAA00;
}
@media only screen and (min-width: 1024px) {
  .button:hover {
    background-color: #FF3600;
    color: #fff;
  }
}

.link {
  color: #FF3600;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.link:after {
  border-bottom: 2px solid #FF3600;
  bottom: -4px;
  left: 0;
  position: absolute;
  float: left;
  width: 100%;
  content: "";
}
.link:hover {
  color: #000000;
}

.nopadding {
  padding-left: 0 !important;
}

/*#page {
	@include row();
	overflow: hidden;
}*/
.header {
  float: left;
  width: 100%;
  padding: 12px 20px;
  background: #747C7D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .nav {
  background-color: #FF3600;
  padding: 146px 40px;
  position: fixed;
  top: 0;
  right: 0;
  width: 323px;
  height: 100vh;
  z-index: 3;
  display: none;
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .header .nav {
    opacity: 0.9;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media all and (max-height: 415px) and (min-width: 550px) {
  .header .nav {
    padding: 50px 30px 0;
  }
}
@media only screen and (max-width: 550px) {
  .header .nav {
    padding: 50px 30px 0;
  }
}
.header__logo {
  float: left;
  width: auto;
  height: 60px;
}
.header__logo a {
  float: left;
  width: auto;
  height: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}
@media only screen and (max-width: 550px) {
  .header__logo a {
    font-size: 24px;
  }
}
.header__logo a img {
  float: left;
  width: auto;
  height: 100%;
}
.header__nav {
  float: right;
}
.header__nav .nav__button {
  float: right;
  z-index: 11;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
  outline: 0;
}
@media only screen and (max-width: 1032px) {
  .header__nav .nav__button {
    display: block;
  }
}
.header__nav .nav__button span {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 1px;
  position: absolute;
  left: 0;
}
.header__nav .nav__button span:nth-child(1) {
  top: 0px;
}
.header__nav .nav__button span:nth-child(2), .header__nav .nav__button span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav .nav__button span:nth-child(4) {
  top: 20px;
}
.header__nav .nav__button.open {
  position: fixed;
}
.header__nav .nav__button.open span:nth-child(1) {
  opacity: 0;
}
.header__nav .nav__button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__nav .nav__button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__nav .nav__button.open span:nth-child(4) {
  opacity: 0;
}
.header__nav ul {
  float: left;
  width: auto;
  height: 60px;
  line-height: 60px;
}
@media all and (max-height: 415px) and (min-width: 550px) {
  .header__nav ul {
    line-height: 40px;
  }
}
@media only screen and (max-width: 1032px) {
  .header__nav ul {
    float: none;
    margin: 0 auto;
    max-width: 350px;
  }
}
.header__nav ul li {
  display: inline-block;
  /*margin-right: 40px;*/
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .header__nav ul li {
    margin-bottom: 5px;
  }
}
.header__nav ul li.button {
  margin-right: 0;
}
@media only screen and (max-width: 1032px) {
  .header__nav ul li.button {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1032px) {
  .header__nav ul li {
    width: 100%;
    float: left;
  }
}
.header__nav ul li a {
  display: inline-block;
  min-width: 125px;
  padding: 0 0;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  outline: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .header__nav ul li a {
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
}
.header__nav ul li a:before, .header__nav ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #FF9500;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  opacity: 0;
}
.header__nav ul li a:after {
  left: auto;
  right: 0%;
}
.header__nav ul li.current_page_item:not(.button) a, .header__nav ul li.current_menu_item:not(.button) a {
  font-weight: 700;
}
.header__nav ul li.current_page_item:not(.button) a:after, .header__nav ul li.current_menu_item:not(.button) a:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}
.header__nav ul li:not(.button) a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}
.header__nav ul li.button a {
  color: #747C7D;
  letter-spacing: 0.5px;
}
.header__nav ul .header__top {
  display: none;
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1032px) {
  .header__nav ul .header__top {
    display: block;
  }
}
.header__nav ul .header__top a {
  margin: 0 20px;
}

.home .header {
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
}

.page-template-template-about .header {
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
}

.footer {
  background: #747C7D;
  color: #ffffff;
  padding: 0 20px;
  padding-bottom: 0px;
  font-size: 18px;
  font-family: "CircularStd", sans-serif;
}
.footer li, .footer ul {
  list-style: none;
}
.footer a {
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .footer .menu-main-nav-container {
    text-align: center;
  }
}
.footer .menu-main-nav-container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1032px) {
  .footer .menu-main-nav-container .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.footer .menu-main-nav-container .nav a {
  margin-right: 30px;
}
.footer .menu-main-nav-container .nav a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  .footer .menu-main-nav-container .nav a {
    margin-right: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .footer .menu-main-nav-container ul li {
    margin-bottom: 0px;
    /*&:nth-last-child(1) {
      margin-bottom: 0;
    }*/
  }
}
.footer .footer__column {
  float: left;
}
.footer .footer__column--right {
  float: right;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .footer .footer__column--right {
    text-align: center;
  }
}
.footer .footer__top {
  float: left;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #8e9595;
}
.footer .footer__top .h3 {
  font-size: 18px;
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 750px) {
  .footer .footer__top .consortium_members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
}
.footer .footer__top .consortium_members a {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .footer .footer__top .consortium_members a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-left: 3%;
  }
}
.footer .footer__top .consortium_members a:nth-child(1) {
  margin-left: 0px;
}
.footer .footer__top .consortium_members a img {
  float: left;
  height: 34px;
  width: auto;
}
@media only screen and (max-width: 750px) {
  .footer .footer__top .consortium_members a img {
    height: auto;
  }
}
.footer .footer__bottom_copy {
  float: left;
  width: 100%;
  padding-bottom: 66px;
}
@media only screen and (max-width: 750px) {
  .footer .footer__bottom_copy {
    text-align: center;
  }
}
.footer .footer__bottom_copy .footer__column {
  float: left;
  width: calc(100% - 200px);
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 750px) {
  .footer .footer__bottom_copy .footer__column {
    padding-bottom: 20px !important;
  }
}
.footer .footer__bottom_copy .footer__column p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
.footer .footer__bottom_copy .usaid__logo {
  float: right;
}
@media only screen and (max-width: 750px) {
  .footer .footer__bottom_copy .usaid__logo {
    float: none;
    display: inline-block;
  }
}
.footer .footer__bottom_copy .usaid__logo img {
  float: left;
  width: 196px;
  height: auto;
}
.footer .footer__bottom {
  float: left;
  width: 100%;
  padding: 32px 0;
}
@media only screen and (max-width: 750px) {
  .footer .footer__bottom {
    padding-bottom: 66px;
  }
}
.footer .footer__bottom .footer__column {
  padding-bottom: 66px;
}
@media only screen and (max-width: 750px) {
  .footer .footer__bottom .footer__column {
    float: left;
    width: 100%;
  }
  .footer .footer__bottom .footer__column:not(.footer__column--right) {
    padding-bottom: 0px;
  }
}
.footer .footer__bottom__second .footer__column {
  padding-bottom: 0;
}
@media only screen and (max-width: 1032px) {
  .footer .footer__bottom__second .footer__column {
    max-width: 100%;
    width: 100%;
  }
}
.footer .footer__bottom .bracketmedia {
  width: 125px;
  height: 21px;
  display: inline-block;
}
.footer .footer__bottom .bracketmedia svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #fff;
}
@media only screen and (max-width: 780px) {
  .footer .footer__bottom .bracketmedia {
    margin-top: 32px;
  }
}
.footer .footer__bottom .bracketmedia:hover svg path {
  fill: #FF9500;
}
.footer .footer__logo {
  font-size: 30px;
}
@media only screen and (max-width: 550px) {
  .footer .footer__logo {
    font-size: 24px;
  }
}

.single .gform_wrapper,
.page .gform_wrapper {
  list-style: none;
  margin-top: 0px;
}
.single .gform_wrapper li,
.page .gform_wrapper li {
  list-style: none;
}
.single .gform_wrapper li input,
.single .gform_wrapper li select,
.page .gform_wrapper li input,
.page .gform_wrapper li select {
  padding: 15px 20px !important;
  margin-top: 0 !important;
  float: left;
  width: 100%;
}
.single .gform_wrapper li textarea,
.page .gform_wrapper li textarea {
  padding: 15px 20px !important;
  float: left;
  width: 100%;
  resize: none;
}
.single .gform_wrapper .gform_footer,
.page .gform_wrapper .gform_footer {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .single .gform_wrapper .gform_footer,
  .page .gform_wrapper .gform_footer {
    text-align: center;
  }
}
.single .gform_wrapper .gform_footer .button,
.page .gform_wrapper .gform_footer .button {
  background-color: #FF3600;
  border-radius: 27px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

body .footer .gform_wrapper .top_label div.ginput_container {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body .footer .gform_wrapper .top_label div.ginput_container {
    width: auto;
  }
}
body #gform_wrapper_2 .top_label div.ginput_container {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 550px) {
  body #gform_wrapper_2 .top_label div.ginput_container {
    width: 100%;
  }
}
body #gform_wrapper_2 .top_label div.ginput_container.ginput_container_email {
  padding-left: 20px;
}
@media only screen and (max-width: 550px) {
  body #gform_wrapper_2 .top_label div.ginput_container.ginput_container_email {
    padding-left: 0px;
    margin-top: 20px;
  }
}
body #gform_wrapper_2 .top_label div.ginput_container.ginput_container_textarea {
  width: 100%;
  margin-top: 20px;
}
body .contact .title {
  margin-bottom: 0;
}
body .contact .copy {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  body .contact .copy {
    padding-top: 39px;
    padding-bottom: 51px;
  }
}
body .contact .copy p {
  margin-bottom: 0;
}

.gfield_label {
  display: none;
}

.gfield_description {
  font-size: inherit;
  padding-right: 0;
  float: left;
  margin-top: 12px;
  color: #FF3600;
}
.gfield_description.validation_message {
  margin-bottom: 12px;
}

.validation_error {
  float: left;
  color: #FF3600;
  margin-bottom: 20px;
}

#page .footer .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper form {
    display: block;
  }
}
#page .footer .gform_wrapper form .button {
  min-width: 126px;
  color: #747C7D;
  background-color: #ffffff;
}
#page .footer .gform_wrapper form .button:hover {
  opacity: 0.6;
  background-color: #ffffff;
}
#page .footer .gform_wrapper form .gform_footer {
  margin-top: 0;
  width: auto;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper form .gform_footer {
    margin-left: 0px;
    width: 100%;
  }
}
#page .footer .gform_wrapper form .gform_footer .gform_button.button {
  border-radius: 0 27px 27px 0;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper form .gform_footer .gform_button.button {
    border-radius: 27px;
    width: 100%;
  }
}
#page .footer .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper .gform_body {
    margin-bottom: 22px;
  }
}
#page .footer .gform_wrapper .gform_body input[type=text] {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body ul, #page .footer .gform_wrapper .gform_body li {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper .gform_body ul, #page .footer .gform_wrapper .gform_body li {
    width: 100%;
  }
}
#page .footer .gform_wrapper .gform_body .top_label input.medium {
  width: 100%;
  height: 54px;
  border-radius: 27px 0 0 27px;
  padding: 15px 30px !important;
  border: solid 2px #ffffff !important;
  background-color: transparent;
}
@media only screen and (max-width: 750px) {
  #page .footer .gform_wrapper .gform_body .top_label input.medium {
    border-radius: 27px;
  }
}
#page .footer .gform_wrapper .gform_body .top_label input.medium::-webkit-input-placeholder {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body .top_label input.medium::-moz-placeholder {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body .top_label input.medium:-ms-input-placeholder {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body .top_label input.medium::-ms-input-placeholder {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body .top_label input.medium::placeholder {
  color: #ffffff;
}
#page .footer .gform_wrapper .gform_body .ul.gform_fields li.gfield {
  padding-right: 0;
}
#page .footer .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100% !important;
}
#page .footer .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin-top: 4px !important;
}
#page .footer .validation_error {
  display: none;
}
#page .footer .gform_legacy_markup_wrapper .gform_ajax_spinner {
  display: none;
}

.hero {
  float: left;
  width: 100%;
  height: 100vh;
  padding-top: 84px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 615px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .hero {
    min-height: 450px;
  }
}
@media only screen and (max-width: 550px) {
  .hero {
    min-height: calc(90vh - 84px);
    height: calc(90vh - 84px);
  }
}
.hero:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: calc(100vh - 84px) solid #FF9500;
  border-left: calc(100vh - 84px) solid transparent;
  content: "";
  z-index: 3;
}
.hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 2;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 1032px) {
  .hero video {
    width: auto;
    height: 100%;
  }
}
.hero__texts {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 100px;
  right: 100px;
  max-width: calc(100% - 150px);
  z-index: 4;
  overflow: hidden;
}
@media only screen and (max-width: 1032px) {
  .hero__texts {
    right: 50px;
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 750px) {
  .hero__texts {
    bottom: 50px;
    right: 30px;
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 350px) {
  .hero__texts {
    bottom: 30px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
}
.hero__texts .hero__text {
  float: left;
  width: 100%;
  text-align: right;
}
.hero__texts .hero__text p, .hero__texts .hero__text .p {
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .hero__texts .hero__text p, .hero__texts .hero__text .p {
    font-size: 30px;
  }
}
.hero__texts .hero__link {
  margin-top: 40px;
  float: right;
}
@media only screen and (max-width: 750px) {
  .hero__texts .hero__link {
    width: 100%;
  }
}

.about {
  padding: 100px 0 220px;
  background: url(images/about-decoration.svg) left bottom no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .about {
    padding: 100px 0;
  }
}
.about .h3 {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .about .h3 {
    margin-bottom: 16px;
  }
}
.about__texts {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 35px;
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.about__texts .link {
  margin-top: 40px;
  float: left;
}
@media only screen and (max-width: 750px) {
  .about__texts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.carousel .item {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 41.67%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .carousel .item {
    padding-top: 60%;
  }
}
@media only screen and (max-width: 550px) {
  .carousel .item {
    padding-top: 130%;
  }
}
.carousel .item__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 50% 100px 60px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel .item__texts .h3 {
  color: #FFAA00;
}
.carousel .item__texts .p {
  color: #ffffff;
}
@media only screen and (max-width: 1340px) {
  .carousel .item__texts {
    padding: 40px 30px 100px;
  }
}
@media only screen and (max-width: 750px) {
  .carousel .item__texts {
    height: 100%;
  }
}
.carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.5;
}
.carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

.text-container ul,
.text-container ol {
  padding-left: 20px;
}

.home .map {
  background: #B7C0C1;
  padding: 90px 0 60px;
  margin-top: 0;
}

.copy_block + .map {
  border-top: 60px solid #F6F6F6;
}

.map {
  position: relative;
  padding: 60px 0 60px;
  overflow: hidden;
}
.map .container {
  max-width: 880px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1032px) {
  .map .container {
    width: 100%;
  }
}
.map .map__modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  max-width: 100%;
  padding: 90px 30px;
  border-radius: 0 0 100px 0;
  background: #fff;
  -webkit-box-shadow: #747C7D 0 0 11px 8px;
          box-shadow: #747C7D 0 0 11px 8px;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .map .map__modal {
    padding: 30px 60px 50px 20px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.map .map__modal .h3 a {
  color: #000;
}
.map .map__modal p {
  text-align: left;
}
.map .map__modal .pin {
  margin: 30px 0;
  color: #FF3600;
  padding-left: 30px;
  background: url(images/pin.svg) left center no-repeat;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .map .map__modal .pin {
    margin: 10px 0;
  }
}
.map .map__modal .text {
  float: left;
  width: 100%;
}
.map .map__image {
  margin: 30px auto;
  float: left;
  width: 100%;
  width: 100%;
  padding-top: 58%;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.map .map__image .pin {
  position: absolute;
  width: 20px;
  height: 30px;
  background: url(images/pin--yellow.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.map .map__image .pin:hover, .map .map__image .pin.active {
  background-image: url(images/pin.svg);
}
.map .h2,
.map p {
  text-align: center;
}
.map.map--modal-active .map__modal {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.map.map--modal-active .container {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

body:not(.home) #map > div {
  background: #fff !important;
}

.who_we_are {
  overflow: hidden;
  padding: 90px 0;
}
.who_we_are .h3 {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.who_we_are .slider_copy {
  margin-top: 96px;
  float: left;
  width: 100%;
}

.banner {
  min-height: 450px;
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner .banner__titles {
  text-align: center;
  color: #ffffff;
  float: left;
  width: 100%;
  padding: 120px 0;
}
.banner .banner__titles .banner__title {
  padding-bottom: 20px;
  position: relative;
}
.banner .banner__titles .banner__title::before {
  border: 1px solid #ffffff;
  width: 300px;
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
}
.banner .banner__titles .banner__subtitle {
  padding-top: 20px;
}
.banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.copy_block {
  background-color: #F6F6F6;
  padding-top: 80px;
}
.copy_block .link_block {
  text-align: center;
  margin: 50px 0;
}
.copy_block .link_block .link {
  margin-top: 40px;
}
.copy_block .container {
  width: 880px;
}

@media only screen and (max-width: 750px) {
  .wp-caption {
    width: 100% !important;
  }
}
@media all and (min-width: 700px) {
  .wp-caption {
    margin-bottom: 0px !important;
  }
}

.alignleft, .alignleft img {
  float: left;
  margin-right: 23px;
}

.alignright, .alignright img {
  float: right;
  margin-left: 23px;
}

.alignnone, .alignnone img {
  float: none;
}

.aligncenter, .aligncenter img {
  margin: 0 auto;
  display: block;
}

.wp-caption-text {
  font-size: 18px;
  color: #747C7D;
}
@media only screen and (max-width: 750px) {
  .wp-caption-text {
    float: left;
    width: 100%;
    margin-bottom: 16px;
  }
}

.single-resource h1, .single-resource h2, .single-resource h3, .single-resource h4, .single-resource h5, .single-resource h6 {
  float: left;
}
@media only screen and (max-width: 750px) {
  .single-resource h1, .single-resource h2, .single-resource h3, .single-resource h4, .single-resource h5, .single-resource h6 {
    text-align: center;
  }
}
.single-resource .container .resource_buttons,
.single-resource .container .gform_wrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}
.single-resource .container .carousel .owl-nav {
  display: none;
}
.single-resource .container .carousel .item {
  float: left;
  width: 100%;
  padding-top: 36.4%;
}
@media only screen and (max-width: 750px) {
  .single-resource .container .carousel .item {
    padding-top: 60%;
  }
}
.single-resource video, .single-resource iframe {
  margin-bottom: 40px;
}

.wp-video {
  margin-bottom: 20px;
}

.page-template-default .container .carousel .owl-dots {
  bottom: -40px;
}
.page-template-default .container .carousel .owl-dots .owl-dot {
  background-color: #000000;
}
@media only screen and (max-width: 750px) {
  .page-template-default .container .carousel .owl-nav {
    display: none;
  }
}
.page-template-default .container .carousel .item {
  width: 100%;
  float: left;
  padding-top: 57.8%;
}
@media only screen and (max-width: 750px) {
  .page-template-default .container .carousel .item.size-auto {
    background-size: contain !important;
  }
}
.page-template-default .container .carousel .owl-stage-outer {
  overflow: visible !important;
}
@media only screen and (max-width: 750px) {
  .page-template-default .container .carousel .owl-stage-outer {
    overflow: hidden !important;
  }
}

.title_border {
  position: relative;
}
.title_border::before {
  border: 1px solid #000000;
  width: 300px;
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
}

.contact {
  background-color: #eaeaea;
  text-align: center;
  padding: 80px 0;
}
.contact div.ginput_container {
  width: 100%;
  text-align: center;
}
.contact .gform_wrapper li input.medium {
  margin: 0 auto;
  float: none;
}

.title {
  margin-bottom: 30px;
  text-align: center;
}

.copy {
  padding-top: 39px;
  padding-bottom: 51px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .copy {
    padding: 0;
  }
}

.resources {
  padding: 80px 0;
  background-color: #F6F6F6;
}
.resources__results {
  float: left;
  width: 100%;
  position: relative;
  min-height: 300px;
}
.resources .resources__top {
  float: left;
  width: 100%;
}
.resources .resources__top .resources__search {
  width: 50%;
  float: left;
  padding-right: 100px;
}
@media only screen and (max-width: 1032px) {
  .resources .resources__top .resources__search {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .resources .resources__top .resources__search .resources__search__input {
    width: 100%;
  }
}
.resources .resources__top .resources__search .resources__search__input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  float: left;
  width: 100%;
}
.resources .resources__top .resources__search .resources__search__input form input {
  width: 380px;
  float: left;
  border-radius: 27px 0 0 27px;
  border: solid 2px #FF3600;
  padding: 0 30px;
  background-color: transparent;
  min-height: 54px;
}
@media only screen and (max-width: 750px) {
  .resources .resources__top .resources__search .resources__search__input form input {
    width: 100%;
    float: left;
  }
}
.resources .resources__top .resources__search .resources__search__input form .search__button {
  background-color: #FF3600;
  background: url(images/fill-1.svg) center center no-repeat #FF3600;
  text-align: center;
  border-radius: 0 27px 27px 0;
  min-width: 80px;
  cursor: pointer;
  min-height: 54px;
}
.resources .resources__top .resources__search .resources__search__input form .search__button:hover {
  opacity: 0.8;
}
.resources .resources__top .resources__filters {
  width: 50%;
  float: right;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 16px;
}
.resources .resources__top .resources__filters > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.resources .resources__top .resources__filters > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 1032px) {
  .resources .resources__top .resources__filters {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .resources .resources__top .resources__filters {
    grid-gap: 6px;
  }
}
@media only screen and (max-width: 350px) {
  .resources .resources__top .resources__filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.resources .resources__top .resources__filters .button {
  border-radius: 0;
  background-color: #dfdfdf;
  min-width: 100%;
}
@media only screen and (max-width: 550px) {
  .resources .resources__top .resources__filters .button {
    padding: 0 14px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 500px) {
  .resources .resources__top .resources__filters .button:hover {
    background-color: #FF3600;
    color: #ffffff;
  }
}
.resources .resources__top .resources__filters .button.active {
  background-color: #FF3600;
  color: #ffffff;
}
.resources .grid {
  float: left;
  width: 100%;
  padding: 70px 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.resources .grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.resources .grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 750px) {
  .resources .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
.resources .grid .grid__item {
  padding: 24px 21px;
  color: #ffffff;
  position: relative;
  padding-bottom: 104px;
}
.resources .grid .grid__item__tags {
  float: left;
  width: 100%;
}
.resources .grid .grid__item__tags span {
  float: right;
  border: solid 2px #ff9d00;
  color: #ff9d00;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px 3px 10px;
  margin: 0 0 10px 10px;
}
.resources .grid .grid__item__title {
  color: #FF3600;
}
.resources .grid .grid__item__title:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 550px) {
  .resources .grid .grid__item__title {
    font-size: 17px;
  }
}
.resources .grid .grid__item__date {
  margin-bottom: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 550px) {
  .resources .grid .grid__item__date {
    font-size: 16px;
  }
}
.resources .grid .grid__item__copy {
  padding: 30px 0 39px 0;
  color: #ffffff;
}
@media only screen and (max-width: 550px) {
  .resources .grid .grid__item__copy {
    font-size: 15px;
  }
}
.resources .grid .grid__item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  position: absolute;
  bottom: 40px;
  border-top: solid 1px #ffffff;
  width: calc(100% - 45px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources .grid .grid__item__bottom .grid__item__location {
  float: left;
  width: 100%;
  font-size: 17px;
}
@media only screen and (max-width: 550px) {
  .resources .grid .grid__item__bottom .grid__item__location {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .resources .grid .grid__item__bottom {
    bottom: 20px;
    padding-top: 20px;
  }
}
.resources .grid .grid__item__bottom .location_icon {
  width: 22px;
  height: 32px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  float: left;
}
.resources .grid .grid__item--white {
  background-color: #ffffff;
}
.resources .grid .grid__item--white .grid__item__title {
  color: #FF3600;
}
.resources .grid .grid__item--white .grid__item__copy {
  color: #747C7D;
}
.resources .grid .grid__item--white .grid__item__copy p {
  color: #747C7D;
}
.resources .grid .grid__item--white .grid__item__bottom {
  border-top: solid 1px #000000;
}
.resources .grid .grid__item--white .date {
  color: #747C7D;
}
.resources .grid .grid__item--white .location_icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.resources .grid .grid__item--white .grid__item__location {
  color: #000000;
}
.resources .grid .grid__item--orange {
  background-color: #FF3600;
}
.resources .grid .grid__item--yellow {
  background-color: #FFAA00;
}
.resources .grid .grid__item--black {
  background-color: #000000;
}
.resources .grid .grid__item--orange .grid__item__title, .resources .grid .grid__item--yellow .grid__item__title, .resources .grid .grid__item--black .grid__item__title {
  color: #ffffff;
}
.resources .grid .grid__item--background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.resources .grid .grid__item--background .grid__item__title {
  color: #ffffff;
}
.resources .grid .grid__item--background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.resources .wp-pagenavi {
  text-align: center;
  margin-top: 0;
  line-height: 32px;
}
.resources .wp-pagenavi .current {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #FF3600;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  border: none;
}
.resources .wp-pagenavi .current:hover {
  opacity: 0.8;
}
.resources .wp-pagenavi a, .resources .wp-pagenavi span {
  font-family: CircularStd;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  padding: 0 15px;
  border: 0;
  display: inline-block;
}
.resources .wp-pagenavi a:hover, .resources .wp-pagenavi span:hover {
  opacity: 0.8;
}
.resources span.pages {
  display: none;
}
.resources a:hover, .resources span {
  color: #3a3e48;
}
.resources .no-results {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.resource_single {
  background-color: #F6F6F6;
  padding: 80px 0;
}
.resource_single .top_copy {
  float: left;
  width: 100%;
  text-align: center;
}
.resource_single .block_with_text {
  float: left;
  width: 100%;
  padding: 40px 0 60px 0px;
}
@media only screen and (max-width: 750px) {
  .resource_single .block_with_text {
    padding-bottom: 0;
  }
}
.resource_single .block_with_text .container {
  width: 1260px;
}
.resource_single .block_with_text + .container {
  width: 1260px;
}
@media only screen and (max-width: 750px) {
  .resource_single .block_with_text + .container {
    padding: 0;
  }
}
.resource_single .block_with_text .left_block {
  background-color: #FFAA00;
  border-radius: 0 25px 0 25px;
  width: 380px;
  color: #ffffff;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
  .resource_single .block_with_text .left_block {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 550px) {
  .resource_single .block_with_text .left_block {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.resource_single .block_with_text .left_block .left_block__cont {
  padding: 20px;
  float: left;
  width: 100%;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__location .location_icon {
  width: 30px;
  height: 28px;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__location .location_text {
  text-transform: uppercase;
  font-size: 14px;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__link {
  float: left;
  width: 100%;
  color: #FF3600;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__link:hover {
  text-decoration: underline;
}
.resource_single .block_with_text .left_block .left_block__cont .author {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.resource_single .block_with_text .left_block .left_block__cont .buttons {
  padding: 20px 45px 15px 45px;
  border-top: solid 1px #ffffff;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .resource_single .block_with_text .left_block .left_block__cont .buttons {
    padding-left: 0;
    padding-right: 0;
  }
}
.resource_single .block_with_text .left_block .left_block__cont .buttons .button {
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 21px;
}
@media only screen and (max-width: 550px) {
  .resource_single .block_with_text .left_block .left_block__cont .buttons .button {
    min-width: 100%;
  }
}
.resource_single .block_with_text .left_block .left_block__cont .buttons .button:nth-last-child(1) {
  margin-bottom: 0;
}
.resource_single .block_with_text .left_block .left_block__cont .buttons .button:hover {
  background-color: #FF3600;
  color: #ffffff;
}
.resource_single .block_with_text .left_block .left_block__cont .left_block__subtitle {
  margin-bottom: 18px;
}
.resource_single .block_with_text .left_block .left_block__image iframe {
  float: left;
  width: 100%;
}
.resource_single .block_with_text .right_block {
  padding-left: 20px;
  padding-right: 50px;
  width: 80%;
  float: left;
}
.resource_single .block_with_text .right_block p {
  font-size: 20px;
}
.resource_single .block_with_text .right_block p:nth-child(1) {
  margin-bottom: 52px;
}
.resource_single .block_with_text .right_block strong {
  font-size: 24px;
}
@media only screen and (max-width: 780px) {
  .resource_single .block_with_text .right_block {
    width: 100%;
    padding: 0;
  }
}
.resource_single .copy {
  padding: 0;
  text-align: left;
  padding-top: 70px;
}
.resource_single .copy .container {
  width: 880px;
  max-width: 100%;
}
@media only screen and (max-width: 780px) {
  .resource_single .copy .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 550px) {
  .resource_single .copy .container {
    padding: 0 20px;
  }
}
.resource_single .copy .copy__cont {
  float: left;
  width: 100%;
  text-align: left;
}
.resource_single .related_content {
  background-color: #ffffff;
}

.resource_buttons {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.resource_buttons .button,
.resource_buttons .link {
  margin-right: 25px;
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .resource_buttons .button,
  .resource_buttons .link {
    margin-bottom: 16px;
    margin-right: 0px;
  }
  .resource_buttons .button:nth-last-child(1),
  .resource_buttons .link:nth-last-child(1) {
    margin-bottom: 16px;
  }
}

.related_content {
  padding: 54px 0 100px 0;
}
.related_content__title {
  text-align: center;
  margin-bottom: 80px;
}
.related_content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.related_content .grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.related_content .grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.related_content .grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 750px) {
  .related_content .grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .related_content .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.related_content .grid .grid__item {
  width: 100%;
  float: left;
}
.related_content .grid .grid__item .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70%;
}
.related_content .grid .grid__item .grid__item__link {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 14px;
}
.related_content .grid .grid__item .grid__item__link:hover {
  text-decoration: underline;
}
.related_content .grid .grid__item .date + .grid__item__link {
  margin-top: 0;
}

.default_template {
  background-color: #eaeaea;
}
.default_template h1, .default_template h2, .default_template h3, .default_template h4, .default_template h5, .default_template h6 {
  text-align: center;
}
.default_template .copy_block {
  background-color: #eaeaea;
}
.default_template .title_block {
  text-align: center;
  margin-bottom: 35px;
}
.default_template .button_block {
  padding-top: 70px;
  text-align: center;
}
.default_template ul:not(.gform_fields),
.default_template ol {
  font-size: 18px;
  line-height: 1.56;
  padding-left: 20px;
  margin-bottom: 50px;
}
.default_template ul:not(.gform_fields) li,
.default_template ol li {
  margin-bottom: 15px;
}
.default_template ul:not(.gform_fields) li:nth-last-child(1),
.default_template ol li:nth-last-child(1) {
  margin-bottom: 0;
}
.default_template .resource_buttons,
.default_template .gform_wrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}
.default_template .contact {
  background-color: transparent;
}
.default_template .image_with_text {
  margin-bottom: 60px;
}
.default_template .image_with_text .container .image {
  float: left;
}
.default_template .image_with_text .container .image div {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70%;
}
.default_template .image_with_text .container .image.high {
  width: 75%;
}
@media only screen and (max-width: 780px) {
  .default_template .image_with_text .container .image.high {
    width: 100%;
  }
}
.default_template .image_with_text .container .image.medium {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .default_template .image_with_text .container .image.medium {
    width: 100%;
  }
}
.default_template .image_with_text .container .image.low {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .default_template .image_with_text .container .image.low {
    width: 100%;
  }
}
.default_template .image_with_text .container .image_with_text__copy {
  float: left;
  padding-left: 20px;
}
.default_template .image_with_text .container .image_with_text__copy.high {
  width: 25%;
}
@media only screen and (max-width: 780px) {
  .default_template .image_with_text .container .image_with_text__copy.high {
    width: 100%;
    margin-top: 32px;
  }
}
.default_template .image_with_text .container .image_with_text__copy.medium {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .default_template .image_with_text .container .image_with_text__copy.medium {
    width: 100%;
    margin-top: 32px;
  }
}
.default_template .image_with_text .container .image_with_text__copy.low {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .default_template .image_with_text .container .image_with_text__copy.low {
    width: 100%;
    margin-top: 32px;
  }
}
.default_template .image_with_text.invested .image {
  float: right;
}
.default_template .image_with_text.invested .image_with_text__copy {
  padding-left: 0;
  padding-right: 20px;
}
.default_template .two_columns_block {
  padding: 60px 0;
}
.default_template .two_columns_block .p--black {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 750px) {
  .default_template .two_columns_block .p--black {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.default_template .video {
  padding: 60px 0;
}
.default_template .video video, .default_template .video iframe {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 550px) {
  video, iframe {
    float: left;
    width: 100%;
  }
}

.date {
  color: #747C7D;
  font-size: 18px;
  padding: 14px 0;
}

blockquote {
  padding: 50px 80px 38px;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
}
blockquote p {
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  blockquote {
    padding: 0;
  }
}

p + blockquote {
  padding-top: 0;
}

.p--black, .p--black p {
  margin-bottom: 25px;
}

.copy__title, .single-resource h1, .single-resource h2, .single-resource h3, .single-resource h4, .single-resource h5, .single-resource h6, .default_template h1, .default_template h2, .default_template h3, .default_template h4, .default_template h5, .default_template h6 {
  float: left;
  width: 100%;
  margin-bottom: 29px;
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(images/r.svg) !important;
  left: auto !important;
  right: -7%;
}
@media only screen and (max-width: 750px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 5%;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(images/l.svg) !important;
  right: auto !important;
  left: -7%;
}
@media only screen and (max-width: 750px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 5%;
  }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 20px;
  height: 40px;
}

.popup {
  -webkit-box-shadow: 0 0 20px 0 #6f6f6f;
          box-shadow: 0 0 20px 0 #6f6f6f;
  position: absolute;
  max-width: 940px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  display: none;
  background-color: #ffffff;
  border-radius: 0 0 100px 0;
}
.popup .contact {
  padding: 40px 0;
  background-color: transparent;
}
.popup .contact .gform_wrapper textarea {
  max-height: 210px;
  background-color: #f6f6f6;
}
.popup .contact .gform_wrapper li input {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 1032px) {
  .popup {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 750px) {
  .popup {
    top: 0;
    width: 100%;
    border-radius: 0;
    z-index: 12;
    height: auto;
  }
}

.close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(images/close.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  cursor: pointer;
  z-index: 2;
}
.close:hover {
  opacity: 0.8;
}

.breadcrumbs {
  position: absolute;
  top: 104px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs span {
  margin: 0 5px;
}
.breadcrumbs span:hover {
  color: #000000;
}

.page-about-us .breadcrumbs {
  color: #ffffff;
}
.page-about-us .breadcrumbs span {
  color: #ffffff;
}
.page-about-us .breadcrumbs span:hover {
  opacity: 0.8;
}

.loading::before {
  width: 100%;
  background-image: url(images/loading.svg);
  background-position: center 100px;
  background-size: auto 150px;
  background-repeat: no-repeat;
  float: left;
  content: "";
  z-index: 5;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(246, 246, 246, 0.5);
  z-index: 15;
}

.error_page {
  padding: 200px 0;
}
.error_page .error_page__title {
  color: #FF9500;
}
.error_page .error_page__subtitle {
  margin-top: 18px;
}

#map > div {
  background: #B7C0C1 !important;
}

@media only screen and (max-width: 780px) {
  .read_more__container .table-wrapper {
    float: left;
    width: 100%;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 780px) {
  .read_more__container .table-wrapper table {
    float: left;
    width: 1000px;
  }
}
.read_more__container .table-wrapper table td {
  border: 1px solid #ccc;
  padding: 10px;
}

#page .footer .gform_wrapper ul.gform_fields li.gfield {
  float: left;
  margin-top: 8px !important;
}
/*# sourceMappingURL=style.css.map */