/*
Theme Name: Southerly Ten
Theme URI: 
Description: Bespoke Wordpress theme created by Nick Kind - 240307
Author: Nick Kind, SickDogWolfMan, TS
Version: 1.0 
*/
/* BEGIN CSS */
@font-face {
  font-family: "replica-bold-regular";
  src: url("webfonts/replica-bold-webfont.woff2") format("woff2"), url("webfonts/replica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "replica-regular-regular";
  src: url("webfonts/eplica-regular-webfont.woff2") format("woff2"), url("webfonts/replica-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.section {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.container {
  clear: both;
  display: inline-block;
  max-width: 1400px;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1440px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section.the_content {
  position: relative;
  z-index: 100;
}
.section.the_content p,
.section.the_content a,
.section.the_content li,
.section.the_content label,
.section.the_content td,
.section.the_content th,
.section.the_content legend {
  font-size: 21px;
  line-height: 25px;
}
.section.the_content p {
  margin-bottom: 15px;
}
.section.the_content p strong {
  font-size: 21px;
  line-height: 25px;
  font-family: "replica-bold-regular";
}
.section.the_content p.intro {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 32px;
}
.section.the_content p.caption {
  margin-top: 5px;
  font-size: 15px;
  text-align: left;
}
.section.the_content ul, .section.the_content ol {
  margin-lefT: 20px;
}
.section.the_content ul li, .section.the_content ol li {
  color: #808080;
  font-weight: normal;
}
.section.the_content h1 {
  font-family: "replica-regular-regular";
  font-size: 80px;
  line-height: 70px;
}
.section.the_content h2 {
  margin: 10px 0px;
  font-family: "replica-regular-regular";
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 760px) {
  .section.the_content h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.section.the_content h4 {
  font-size: 30px;
  line-height: 36px;
}
.section.the_content h4.light_red {
  font-size: 18px;
  line-height: 22px;
}
.section.the_content .the_copy p a {
  font-size: 21px;
  line-height: 25px;
  font-family: "replica-bold-regular";
  text-decoration: underline;
}
.section.the_content .the_copy p a:hover {
  text-decoration: none;
}
.section.the_content .the_copy h4 {
  font-size: 24px;
  line-height: 28px;
}
.section.the_content.header_dg {
  background-color: #0d382b;
  color: #57f0a1;
}
.section.the_content.header_lg {
  background-color: #57f0a1;
  color: #0d382b;
}
.section.the_content.header_white {
  background-color: #ffffff;
  color: #0d382b;
}
.section.the_content.header_image {
  background-color: #ffffff;
  color: #57f0a1;
}
.section.the_content.bg_white {
  background-color: #ffffff;
  color: #0d382b;
}
.section.the_content.bg_dark_green {
  background-color: #0d382b;
  color: #57f0a1;
}
.section.the_content.bg_light_green {
  background-color: #57f0a1;
  color: #0d382b;
}
.section.the_content.top_none {
  padding-top: 0px;
}
.section.the_content.top_small {
  padding-top: 60px;
}
@media (max-width: 760px) {
  .section.the_content.top_small {
    padding-top: 40px;
  }
}
.section.the_content.top_large {
  padding-top: 100px;
}
@media (max-width: 760px) {
  .section.the_content.top_large {
    padding-top: 50px;
  }
}
.section.the_content.bottom_none {
  padding-bottom: 0px;
}
.section.the_content.bottom_small {
  padding-bottom: 60px;
}
@media (max-width: 760px) {
  .section.the_content.bottom_small {
    padding-bottom: 40px;
  }
}
.section.the_content.bottom_large {
  padding-bottom: 100px;
}
@media (max-width: 760px) {
  .section.the_content.bottom_large {
    padding-bottom: 50px;
  }
}
.section.the_content .container.align_left {
  text-align: left;
}
.section.the_content .container.align_center {
  text-align: center;
}
.section.the_content .container.align_right {
  text-align: right;
}
.section.the_content .container.width_medium {
  width: 70%;
}
@media (max-width: 980px) {
  .section.the_content .container.width_medium {
    width: 80%;
  }
}
@media (max-width: 760px) {
  .section.the_content .container.width_medium {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .section.the_content .container.width_medium {
    width: 100%;
  }
}
.section.the_content .container.width_thin {
  width: 60%;
}
@media (max-width: 980px) {
  .section.the_content .container.width_thin {
    width: 70%;
  }
}
@media (max-width: 760px) {
  .section.the_content .container.width_thin {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .section.the_content .container.width_thin {
    width: 100%;
  }
}
.section.the_content a.link_button,
.section.the_content .gform_button {
  display: inline-block;
  padding: 5px 15px;
  color: #57f0a1;
  font-size: 23px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  background-color: #0d382b;
  transition: all 300ms ease-out;
}
.section.the_content a.link_button i,
.section.the_content .gform_button i {
  padding-left: 0px;
  font-size: 0px;
  color: #57f0a1;
  transition: all 300ms ease-out;
}
.section.the_content a.link_button:hover,
.section.the_content .gform_button:hover {
  cursor: pointer;
}
.section.the_content a.link_button:hover i,
.section.the_content .gform_button:hover i {
  padding-left: 5px;
  font-size: 20px;
}
.section.the_content a.link_button {
  margin-right: 10px;
  margin-bottom: 10px;
}

body,
* {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: normal;
  box-sizing: border-box;
  font-weight: 300;
  font-style: normal;
  font-family: "Arial", sans-serif;
  font-family: "replica-regular-regular";
  -webkit-font-smoothing: antialiased;
}

body {
  background-image: none;
  background-color: #ffffff;
  color: #808080;
}

#header_space {
  display: block;
  width: 100%;
  height: 160px;
  background-color: transparent;
}
@media (max-width: 760px) {
  #header_space {
    height: 140px;
  }
}
#header_space.header_dg {
  background-color: #0d382b;
}
#header_space.header_lg {
  background-color: #57f0a1;
}
#header_space.header_white {
  background-color: #ffffff;
}
#header_space.header_image {
  background-color: transparent;
}

#header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 35px 0px;
  padding-bottom: 35px;
  z-index: 1000;
  transition: all 300ms ease-out;
}
#header.slideup {
  top: -150px;
}
@media (max-width: 760px) {
  #header {
    padding: 25px 0px;
  }
}
#header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#header .container #logo {
  display: flex;
  flex: 0 0 220px;
  height: auto;
}
#header .container #logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 425px) {
  #header .container #logo {
    flex: 0 0 180px;
  }
}
#header .container #primary_nav_wrapper {
  background-color: transparent;
}
@media (max-width: 760px) {
  #header .container #primary_nav_wrapper {
    display: none;
  }
}
#header .container #primary_nav_wrapper #primary_nav {
  margin: 0;
  padding: 0;
}
#header .container #primary_nav_wrapper #primary_nav li {
  list-style-type: none;
}
#header .container #primary_nav_wrapper #primary_nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 30px;
  padding: 0;
}
#header .container #primary_nav_wrapper #primary_nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  text-underline-offset: 3px;
}
#header .container #primary_nav_wrapper #primary_nav li a:hover {
  text-decoration: underline;
}
#header .container #primary_nav_wrapper #primary_nav li.current-menu-parent > a, #header .container #primary_nav_wrapper #primary_nav li.current_page_item > a {
  text-decoration: underline;
}
#header .container #primary_nav_wrapper #primary_nav li ul.sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 0;
  width: 150px;
  padding-top: 20px;
  text-align: left;
  display: none;
}
#header .container #primary_nav_wrapper #primary_nav li ul.sub-menu li {
  list-style-type: none;
}
#header .container #primary_nav_wrapper #primary_nav li ul.sub-menu li {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  text-align: left;
}
#header .container #primary_nav_wrapper #primary_nav li ul.sub-menu li a {
  text-align: left;
  text-transform: none;
}
#header .container #primary_nav_wrapper #primary_nav.header_dg li a {
  color: #57f0a1;
}
#header .container #primary_nav_wrapper #primary_nav.header_lg li a {
  color: #0d382b;
}
#header .container #primary_nav_wrapper #primary_nav.header_white li a {
  color: #0d382b;
}
#header .container #primary_nav_wrapper #primary_nav.header_image li a {
  color: #57f0a1;
}
#header.header_dg {
  background-color: #0d382b;
}
#header.header_lg {
  background-color: #57f0a1;
}
#header.header_white {
  background-color: #ffffff;
}
#header.header_image {
  background-color: transparent;
}

#menu_control {
  position: relative;
  width: 40px;
  height: 100%;
  margin-top: -13px;
  margin-right: 20px;
  padding: 0;
  float: right;
  display: none;
}
@media (max-width: 760px) {
  #menu_control {
    display: block;
    padding: 15px;
  }
}
#menu_control > div {
  width: 40px;
  margin-top: 0px;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu_control span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #57f0a1;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_control span:nth-child(1) {
  top: 0px;
}
#menu_control span:nth-child(2),
#menu_control span:nth-child(3) {
  top: 12px;
}
#menu_control span:nth-child(4) {
  top: 24px;
}
#menu_control.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#menu_control.open span:nth-child(2) {
  transform: rotate(45deg);
}
#menu_control.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#menu_control.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#menu_control.header_dg span {
  background-color: #57f0a1;
}
#menu_control.header_lg span {
  background-color: #0d382b;
}
#menu_control.header_white span {
  background-color: #0d382b;
}
#menu_control.header_image span {
  background-color: #57f0a1;
}

#site_veil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none;
}

#mobile_menu_wrapper {
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: auto;
  padding: 0px 0px;
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #0d382b;
  text-align: left;
  z-index: 250;
  transition: all 300ms ease-out;
}
#mobile_menu_wrapper.in {
  left: 0;
}
@media (max-width: 760px) {
  #mobile_menu_wrapper.in {
    left: 0;
  }
}
#mobile_menu_wrapper ul {
  margin: 0;
  padding: 0;
}
#mobile_menu_wrapper ul li {
  list-style-type: none;
}
#mobile_menu_wrapper ul li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
#mobile_menu_wrapper ul li a {
  display: block;
  padding: 20px 40px;
  text-decoration: none;
  text-decoration: none;
  font-size: 30px;
  color: #57f0a1;
}
#mobile_menu_wrapper ul li a:hover, #mobile_menu_wrapper ul li a:active {
  text-decoration: underline;
}
#mobile_menu_wrapper ul li ul {
  display: none;
  background-color: #061912;
}
#mobile_menu_wrapper ul li ul li a {
  padding-left: 60px;
}
#mobile_menu_wrapper .open_the_child,
#mobile_menu_wrapper .close_the_child {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 18px 20px;
  padding-top: 22px;
  padding-bottom: 10px;
  border: none;
  font-size: 0px;
  background-color: transparent;
}
#mobile_menu_wrapper .open_the_child i,
#mobile_menu_wrapper .close_the_child i {
  color: #57f0a1;
  font-size: 20px;
}
#mobile_menu_wrapper .open_the_child:hover,
#mobile_menu_wrapper .close_the_child:hover {
  cursor: pointer;
}
#mobile_menu_wrapper .close_the_child {
  display: none;
}

footer {
  position: relative;
  background-color: #0d382b;
  z-index: 100;
}
footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  footer .container .row {
    flex-flow: row wrap;
  }
}
footer .container .row .column {
  flex: 0 0 65%;
  text-align: left;
  /*
  a#footer_logo {
  	display: block;
  	margin-top: 0px;
  	text-align: right;

  	@media (max-width: $width-ipad + 40) {
  		margin-top: 40px;
  		text-align: center;
  	}

  	img {
  		display: inline-block;
  		width: 150px;
  		height: auto;

  		@media (max-width: $width-ipad + 40) {
  			width: 80px;
  		}
  	}
  }
  */
}
@media (max-width: 760px) {
  footer .container .row .column {
    flex: 0 0 80%;
    margin-left: 10%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .container .row .column {
    flex: 0 0 100%;
    margin-left: 0%;
    text-align: center;
  }
}
footer .container .row .column:last-of-type {
  flex: 0 0 30%;
}
@media (max-width: 760px) {
  footer .container .row .column:last-of-type {
    flex: 0 0 80%;
    margin-left: 10%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .container .row .column:last-of-type {
    flex: 0 0 100%;
    margin-left: 0%;
    text-align: center;
  }
}
footer .container .row .column #footer_nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .container .row .column #footer_nav li {
  list-style-type: none;
}
@media (max-width: 640px) {
  footer .container .row .column #footer_nav {
    flex-flow: row wrap;
  }
}
footer .container .row .column #footer_nav li {
  flex: 0 0 200px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-align: left;
}
@media (max-width: 760px) {
  footer .container .row .column #footer_nav li {
    flex: 0 0 32%;
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .container .row .column #footer_nav li {
    flex: 0 0 100%;
  }
}
footer .container .row .column #footer_nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  color: #57f0a1;
}
footer .container .row .column #footer_nav li a:hover {
  text-decoration: underline;
}
footer .container .row .column #footer_nav li ul.sub-menu {
  margin-top: 20px;
}
footer .container .row .column #footer_nav li ul.sub-menu li a {
  display: block;
  padding-bottom: 3px;
  text-transform: none;
  font-size: 15px;
}
@media (max-width: 640px) {
  footer .container .row .column #footer_nav li ul.sub-menu {
    margin-bottom: 40px;
  }
}
footer .container .row .column h3 {
  text-transform: uppercase;
  font-size: 19px;
  color: #57f0a1;
}
@media (max-width: 760px) {
  footer .container .row .column h3 {
    margin-top: 80px;
  }
}
footer .container .acknowledgement {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 760px) {
  footer .container .acknowledgement {
    flex-flow: row wrap;
  }
}
footer .container .acknowledgement .the_copy {
  flex: 0 0 calc(100% - 200px);
}
@media (max-width: 760px) {
  footer .container .acknowledgement .the_copy {
    flex: 0 0 100%;
    text-align: center;
  }
}
footer .container .acknowledgement .the_copy p {
  margin-top: 2px;
  text-align: left;
  font-size: 15px;
  color: #57f0a1;
}
@media (max-width: 760px) {
  footer .container .acknowledgement .the_copy p {
    text-align: center;
  }
}
footer .container .acknowledgement .the_copy p.copyright {
  margin-top: 20px;
  flex: 0 0 100%;
  font-size: 18px;
  font-size: 15px;
  text-align: left;
}
@media (max-width: 760px) {
  footer .container .acknowledgement .the_copy p.copyright {
    flex: 0 0 100%;
    text-align: center;
  }
}
footer .container .acknowledgement a#footer_logo {
  flex: 0 0 140px;
  margin-top: 0px;
  text-align: right;
}
@media (max-width: 980px) {
  footer .container .acknowledgement a#footer_logo {
    flex: 0 0 120px;
  }
}
@media (max-width: 760px) {
  footer .container .acknowledgement a#footer_logo {
    flex: 0 0 100%;
    margin-top: 40px;
    text-align: center;
  }
}
footer .container .acknowledgement a#footer_logo img {
  display: inline-block;
  width: 140px;
  height: auto;
}
@media (max-width: 980px) {
  footer .container .acknowledgement a#footer_logo img {
    width: 120px;
  }
}
@media (max-width: 760px) {
  footer .container .acknowledgement a#footer_logo img {
    width: 80px;
  }
}

.gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-flow: row wrap;
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  flex: 0 0 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    flex: 0 0 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding: 10px 15px;
  border: solid 2px #0d382b;
  border-radius: 12px;
  font-size: 18px;
  color: #0d382b;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
  -webkit-appearance: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0d382b !important;
  opacity: 1 !important;
  font-weight: 300;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0d382b !important;
  opacity: 1 !important;
  font-weight: 300;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0d382b !important;
  opacity: 1 !important;
  font-weight: 300;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0d382b !important;
  opacity: 1 !important;
  font-weight: 300;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 150px;
  resize: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  -webkit-appearance: none;
  background-image: url("images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select option {
  padding: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-ms-expand {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields fieldset {
  border: none;
}
.gform_wrapper form .gform_body .gform_fields fieldset legend {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice {
  flex: 0 0 49%;
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice {
    flex: 0 0 100%;
  }
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice .gfield-choice-input {
  width: 45px;
  height: 45px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice .gfield-choice-input + label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 45px;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice .gfield-choice-input + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  background-color: white;
  border: solid 2px #0d382b;
  border-radius: 8px;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice .gfield-choice-input:checked + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIj48cGF0aCBmaWxsPSIiIGQ9Ik0yNDIuNzIgMjU2bDEwMC4wNy0xMDAuMDdjMTIuMjgtMTIuMjggMTIuMjgtMzIuMTkgMC00NC40OGwtMjIuMjQtMjIuMjRjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMMTc2IDE4OS4yOCA3NS45MyA4OS4yMWMtMTIuMjgtMTIuMjgtMzIuMTktMTIuMjgtNDQuNDggMEw5LjIxIDExMS40NWMtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OEwxMDkuMjggMjU2IDkuMjEgMzU2LjA3Yy0xMi4yOCAxMi4yOC0xMi4yOCAzMi4xOSAwIDQ0LjQ4bDIyLjI0IDIyLjI0YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMEwxNzYgMzIyLjcybDEwMC4wNyAxMDAuMDdjMTIuMjggMTIuMjggMzIuMiAxMi4yOCA0NC40OCAwbDIyLjI0LTIyLjI0YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhMMjQyLjcyIDI1NnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: transparent;
  width: 45px;
  height: 45px;
}
.gform_wrapper form .gform_body .gform_fields fieldset .gfield_checkbox .gchoice label {
  margin-left: 0px;
  padding-right: 10px;
  font-size: 17px;
  line-height: 17px;
  font-weight: normal;
}
.gform_wrapper form .validation_message {
  margin-top: -10px;
  padding: 10px 10px;
  padding-top: 14px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #810800;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
}
.gform_wrapper form .gform_footer {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 700px) {
  .gform_wrapper form .gform_footer {
    margin-top: 20px;
    text-align: center;
  }
}
.gform_wrapper form .gform_footer .gform_button {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #57f0a1;
  font-size: 23px;
  line-height: normal;
  text-decoration: none;
  text-align: left;
  border-radius: 10px;
  border: none;
  background-color: #0d382b;
  transition: all 300ms ease-out;
}
.gform_wrapper form .gform_footer .gform_button:hover {
  cursor: pointer;
  color: #0d382b;
  background-color: #57f0a1;
}

.gform_required_legend,
.gform_submission_error {
  display: none !important;
}

*:focus {
  outline: 0;
}

.grecaptcha-badge {
  z-index: 1000000000000000000;
}

.two_column_image_text {
  position: relative;
}
.two_column_image_text .container {
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 760px) {
  .two_column_image_text .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.two_column_image_text .container .h2_wrapper {
  width: 90%;
  margin-left: 5%;
  width: 100%;
  margin-left: 0%;
}
.two_column_image_text .container h2 {
  display: inline;
  margin: 0;
  text-align: left;
}
@media (max-width: 760px) {
  .two_column_image_text .container h2 {
    display: block;
    width: 100%;
  }
  .two_column_image_text .container h2 br {
    display: none;
  }
}
.two_column_image_text .container a.link_button {
  display: inline;
  position: relative;
  top: -10px;
  margin: 0;
  margin-left: 15px;
  white-space: nowrap;
}
@media (max-width: 1140px) {
  .two_column_image_text .container a.link_button {
    display: table;
    width: auto;
    margin-left: 0px;
    margin-top: 30px;
  }
}
.two_column_image_text .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 760px) {
  .two_column_image_text .container .row {
    flex-flow: row wrap;
    margin-top: 30px;
  }
}
.two_column_image_text .container .row .column {
  flex: 0 0 50%;
}
@media (max-width: 760px) {
  .two_column_image_text .container .row .column {
    flex: 0 0 100%;
    margin-top: 20px;
    order: 2;
  }
}
.two_column_image_text .container .row .column.the_copy {
  order: 2;
  padding-left: 50px;
  text-align: left;
}
.two_column_image_text .container .row .column.the_copy p {
  font-weight: normal;
  color: #808080;
}
.two_column_image_text .container .row .column.the_copy a {
  color: #808080;
  text-decoration: underline;
}
.two_column_image_text .container .row .column.the_copy a:hover {
  text-decoration: none;
}
@media (max-width: 760px) {
  .two_column_image_text .container .row .column.the_copy {
    padding-top: 30px;
    padding-left: 0px;
  }
}
.two_column_image_text .container .row .column.the_image {
  position: relative;
  order: 1;
}
.two_column_image_text .container .row .column.the_image img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.two_column_image_text .container .row .column.the_image .the_graphic {
  position: absolute;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.two_column_image_text .container .row .column.the_image .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.two_column_image_text .container .row .column.the_image .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.two_column_image_text .container .row .column.the_image .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.two_column_image_text .container .row .column.the_image .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
.two_column_image_text .container .row .column.the_image .the_graphic.graphic_down_arrow {
  background-image: url("images/icon-down_arrow_lg.svg");
}
@media (max-width: 980px) {
  .two_column_image_text .container .row .column.the_image .the_graphic {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 640px) {
  .two_column_image_text .container .row .column.the_image .the_graphic {
    width: 180px;
    height: 180px;
  }
}
.two_column_image_text .container .row.right .column.the_copy {
  order: 1;
  padding-right: 50px;
  padding-left: 0px;
}
@media (max-width: 760px) {
  .two_column_image_text .container .row.right .column.the_copy {
    padding-right: 0px;
    padding-top: 0;
  }
}
.two_column_image_text .container .row.right .column.the_image {
  order: 2;
}

.full_width_video .container .video_trigger {
  position: relative;
  display: block;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.full_width_video .container .video_trigger .play_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-image: url("images/play_button.svg");
  z-index: 120;
}
@media (max-width: 760px) {
  .full_width_video .container .video_trigger .play_button {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .full_width_video .container .video_trigger .play_button {
    width: 120px;
    height: 100px;
  }
}
.full_width_video .container .video_trigger .hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.full_width_video .container .video_trigger img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  font-size: 0;
  z-index: 1;
}
.full_width_video .container .video_trigger:hover .hover_veil {
  background-color: rgba(0, 0, 0, 0.3);
}

.text_roll .container {
  text-align: left;
}
@media (max-width: 760px) {
  .text_roll .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text_roll .container .h2_wrapper {
  width: 90%;
  margin-left: 5%;
  width: 100%;
  margin-left: 0%;
}
.text_roll .container h2 {
  display: block;
  margin: 0;
  text-align: left;
}
@media (max-width: 760px) {
  .text_roll .container h2 {
    display: block;
    width: 100%;
  }
  .text_roll .container h2 br {
    display: none;
  }
}
.text_roll .container .the_text_wrapper {
  width: 90%;
  margin: 0 auto;
  margin-left: 5%;
  margin-top: 40px;
  width: 100%;
  margin-left: 0%;
}
.text_roll .container .the_text_wrapper .break_line {
  margin-bottom: 60px;
  border-bottom: solid 1px #57f0a1;
}
.text_roll .container .the_text_wrapper h3 {
  margin-bottom: 15px;
  font-family: "replica-regular-regular";
  font-size: 60px;
  line-height: 60px;
  color: #57f0a1;
}
@media (max-width: 970px) {
  .text_roll .container .the_text_wrapper h3 br {
    display: none;
  }
}
@media (max-width: 760px) {
  .text_roll .container .the_text_wrapper h3 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 40px;
  }
  .text_roll .container .the_text_wrapper h3 br {
    display: none;
  }
}
.text_roll .container .the_text_wrapper p {
  width: 50%;
  margin-left: 0%;
  padding-bottom: 60px;
  color: #808080;
}
@media (max-width: 760px) {
  .text_roll .container .the_text_wrapper p {
    width: 70%;
    margin-left: 0%;
  }
  .text_roll .container .the_text_wrapper p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .text_roll .container .the_text_wrapper p {
    width: 88%;
  }
}

.facts_and_figures .container {
  text-align: left;
}
@media (max-width: 760px) {
  .facts_and_figures .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.facts_and_figures .container .h2_wrapper {
  width: 100%;
  margin-left: 0%;
}
.facts_and_figures .container h2 {
  display: block;
  margin: 0;
  text-align: left;
}
@media (max-width: 760px) {
  .facts_and_figures .container h2 {
    display: block;
    width: 100%;
  }
  .facts_and_figures .container h2 br {
    display: none;
  }
}
.facts_and_figures .container .the_text_wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.facts_and_figures .container .the_text_wrapper .the_text_item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  border-right: solid 1px #0d382b;
}
.facts_and_figures .container .the_text_wrapper .the_text_item .top_line {
  margin-bottom: 35px;
}
.facts_and_figures .container .the_text_wrapper .the_text_item .units {
  margin-bottom: 50px;
}
.facts_and_figures .container .the_text_wrapper .the_text_item .units p {
  display: inline;
}
.facts_and_figures .container .the_text_wrapper p {
  font-family: "replica-regular-regular";
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .facts_and_figures .container .the_text_wrapper p {
    margin-left: 0%;
    margin-bottom: 80px;
    font-size: 35px;
    line-height: 35px;
  }
  .facts_and_figures .container .the_text_wrapper p br {
    display: none;
  }
}
.facts_and_figures .container .the_text_wrapper p.large {
  font-size: 120px;
}
@media (max-width: 980px) {
  .facts_and_figures .container .the_text_wrapper p.large {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  .facts_and_figures .container .the_text_wrapper p.large {
    font-size: 90px;
  }
}
@media (max-width: 640px) {
  .facts_and_figures .container .the_text_wrapper p.large {
    font-size: 80px;
  }
}

.full_width_image {
  position: relative;
}
.full_width_image .container {
  position: relative;
  z-index: 100;
}
.full_width_image .container img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.full_width_image .container.left_padding_small {
  padding-left: 60px;
}
@media (max-width: 760px) {
  .full_width_image .container.left_padding_small {
    padding-left: 20px;
  }
}
.full_width_image .container.left_padding_medium {
  padding-left: 220px;
}
@media (max-width: 760px) {
  .full_width_image .container.left_padding_medium {
    padding-left: 120px;
  }
}
.full_width_image .container.right_padding_small {
  padding-right: 60px;
}
@media (max-width: 760px) {
  .full_width_image .container.right_padding_small {
    padding-right: 20px;
  }
}
.full_width_image .container.right_padding_medium {
  padding-right: 220px;
}
@media (max-width: 760px) {
  .full_width_image .container.right_padding_medium {
    padding-right: 120px;
  }
}
.full_width_image .background_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 1;
}

.projects_carousel .container {
  text-align: left;
}
.projects_carousel .container .link_button {
  margin-left: 20px;
}
.projects_carousel .container .all_projects {
  width: calc(100% + 30px);
  margin-top: 30px;
  margin-left: -15px;
}
.projects_carousel .container .all_projects .the_project {
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #0d382b;
}
.projects_carousel .container .all_projects .the_project h4 {
  padding-left: 20px;
  padding-right: 20px;
  color: #0d382b;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.projects_carousel .container .all_projects .the_project p {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-top: 15px;
}
.projects_carousel .container .all_projects .the_project p strong {
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 120px;
  }
}
@media (max-width: 980px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 100px;
  }
}
@media (max-width: 780px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 120px;
  }
}
@media (max-width: 760px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 60px;
  }
}
@media (max-width: 660px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 90px;
  }
}
@media (max-width: 420px) {
  .projects_carousel .container .all_projects .the_project p.short_description {
    height: 100px;
    font-size: 19px;
  }
}
.projects_carousel .container .all_projects .the_project .the_image {
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 760px) {
  .projects_carousel .container .all_projects .the_project .the_image {
    height: 300px;
  }
}
.projects_carousel .container .all_projects .the_project .the_image .the_graphic {
  position: absolute;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .projects_carousel .container .all_projects .the_project .the_image .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
  }
}
@media (max-width: 760px) {
  .projects_carousel .container .all_projects .the_project .the_image .the_graphic {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 640px) {
  .projects_carousel .container .all_projects .the_project .the_image .the_graphic {
    width: 140px;
    height: 140px;
  }
}

.news_carousel .container {
  text-align: left;
}
.news_carousel .container .h2_wrapper {
  width: 90%;
  margin-left: 5%;
  width: 100%;
  margin-left: 0%;
}
.news_carousel .container h2 {
  display: inline;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .news_carousel .container h2 {
    display: block;
    width: 100%;
  }
  .news_carousel .container h2 br {
    display: none;
  }
}
.news_carousel .container a.link_button {
  display: inline;
  position: relative;
  top: -10px;
  margin: 0;
  margin-left: 15px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .news_carousel .container a.link_button {
    display: inline-block;
    top: 0;
    width: auto;
    margin: 0;
    margin-left: 0px;
    margin-top: 30px;
  }
}
.news_carousel .container .all_news {
  width: calc(100% + 30px);
  margin-top: 30px;
  margin-left: -15px;
  text-align: left;
}
@media (max-width: 760px) {
  .news_carousel .container .all_news {
    margin-top: 50px;
  }
}
.news_carousel .container .all_news .slick-track {
  margin-left: 0;
}
.news_carousel .container .all_news .the_article {
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #0d382b;
}
.news_carousel .container .all_news .the_article h5 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #0d382b;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}
.news_carousel .container .all_news .the_article p {
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 25px;
  color: #808080;
}
.news_carousel .container .all_news .the_article p strong {
  margin-top: 0px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.news_carousel .container .all_news .the_article .the_image {
  position: relative;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #0d382b;
}
.news_carousel .container .all_news .the_article .the_image .the_graphic {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .news_carousel .container .all_news .the_article .the_image .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
  }
}
@media (max-width: 760px) {
  .news_carousel .container .all_news .the_article .the_image .the_graphic {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 640px) {
  .news_carousel .container .all_news .the_article .the_image .the_graphic {
    width: 140px;
    height: 140px;
  }
}

.title_and_copy .container {
  text-align: left;
}
.title_and_copy .container h2 {
  margin-right: 20px;
}
.title_and_copy .container h2.title_indent_small {
  margin-left: 40px;
}
@media (max-width: 640px) {
  .title_and_copy .container h2.title_indent_small {
    margin-left: 20px;
  }
}
.title_and_copy .container h2.title_indent_medium {
  margin-left: 80px;
}
@media (max-width: 640px) {
  .title_and_copy .container h2.title_indent_medium {
    margin-left: 20px;
  }
}
@media (max-width: 1140px) {
  .title_and_copy .container h2 br {
    display: none;
  }
}
.title_and_copy .container .the_copy {
  margin-top: 30px;
}
.title_and_copy .container .the_copy p {
  color: #808080;
  font-weight: normal;
}
.title_and_copy .container .the_copy p a {
  color: #808080;
  text-decoration: underline;
}
.title_and_copy .container .the_copy p a:hover {
  text-decoration: none;
}
.title_and_copy .container .the_copy.copy_small {
  width: 30%;
}
@media (max-width: 980px) {
  .title_and_copy .container .the_copy.copy_small {
    width: 45%;
  }
}
@media (max-width: 760px) {
  .title_and_copy .container .the_copy.copy_small {
    width: 65%;
  }
}
.title_and_copy .container .the_copy.copy_medium {
  width: 50%;
}
@media (max-width: 760px) {
  .title_and_copy .container .the_copy.copy_medium {
    width: 65%;
  }
}
.title_and_copy .container .the_copy.copy_large {
  width: 65%;
}
@media (max-width: 760px) {
  .title_and_copy .container .the_copy.copy_large {
    width: 75%;
  }
}
.title_and_copy .container .the_copy.copy_indent_small {
  margin-left: 30%;
}
@media (max-width: 760px) {
  .title_and_copy .container .the_copy.copy_indent_small {
    margin-left: 20%;
  }
}
.title_and_copy .container .the_copy.copy_indent_medium {
  margin-left: 30%;
}
@media (max-width: 760px) {
  .title_and_copy .container .the_copy.copy_indent_medium {
    margin-left: 20%;
  }
}
.title_and_copy .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
}
@media (max-width: 760px) {
  .title_and_copy .container .row {
    flex-flow: row wrap;
  }
}
.title_and_copy .container .row h2 {
  flex: 0 0 calc(40% - 20px);
  margin-top: 0;
}
@media (max-width: 980px) {
  .title_and_copy .container .row h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 760px) {
  .title_and_copy .container .row h2 {
    flex: 0 0 100%;
  }
}
.title_and_copy .container .row h2.title_indent_small {
  margin-left: 0px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .title_and_copy .container .row h2.title_indent_small {
    margin-left: 0px;
    padding-left: 20px;
  }
}
.title_and_copy .container .row h2.title_indent_medium {
  padding-left: 0px;
  padding-left: 80px;
}
@media (max-width: 640px) {
  .title_and_copy .container .row h2.title_indent_medium {
    margin-left: 0px;
    padding-left: 40px;
  }
}
.title_and_copy .container .row .the_copy {
  flex: 0 0 calc(60% - 20px);
  margin-top: 0;
}
@media (max-width: 760px) {
  .title_and_copy .container .row .the_copy {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.title_and_copy .container .row .the_copy p {
  color: #808080;
  font-weight: normal;
}
.title_and_copy .container .row .the_copy a {
  color: #808080;
  text-decoration: underline;
}
.title_and_copy .container .row .the_copy a:hover {
  text-decoration: none;
}

.team_carousel .container .all_team {
  width: calc(100% + 30px);
  margin-top: 30px;
  margin-left: -15px;
  opacity: 0;
}
.team_carousel .container .all_team .the_team_member {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.team_carousel .container .all_team .the_team_member .the_image {
  display: block;
  height: 600px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 840px) {
  .team_carousel .container .all_team .the_team_member .the_image {
    background-position: center top;
  }
}
.team_carousel .container .all_team .the_team_member h5 {
  margin-top: 20px;
  padding: 30px;
  padding-left: 20px;
  padding-right: 20px;
  color: #0d382b;
  font-size: 40px;
  line-height: 40px;
  color: #0d382b;
  text-transform: uppercase;
}
.team_carousel .container .all_team .the_team_member .the_info {
  padding: 25px 0px;
  border-bottom: solid 1px #0d382b;
}
.team_carousel .container .all_team .the_team_member p {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  line-height: 25px;
  color: #808080;
}
.team_carousel .container .all_team .the_team_member p strong {
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #0d382b;
}
.team_carousel .container .all_team .the_team_member .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #0d382b;
}
.team_carousel .container .all_team .the_team_member .row h5 {
  flex: 0 0 calc(100% - 90px);
}
.team_carousel .container .all_team .the_team_member .the_control_open {
  flex: 0 0 60px;
  height: 55px;
  margin-right: 20px;
  background-image: url("images/arrow_control.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.team_carousel .container .all_team .the_team_member .the_control_open.open {
  transform: rotate(180deg);
}

.form .container {
  text-align: left;
}
.form .container h2 {
  display: block;
  width: 100%;
  font-size: 80px;
  line-height: 80px;
  text-align: left;
  color: #0d382b;
}
@media (max-width: 760px) {
  .form .container h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 640px) {
  .form .container h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.form .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 60px);
  margin-top: 60px;
  margin-left: 60px;
}
@media (max-width: 1140px) {
  .form .container .row {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 980px) {
  .form .container .row {
    flex-flow: row wrap;
    width: calc(100% - 120px);
    margin-left: 60px;
  }
}
@media (max-width: 760px) {
  .form .container .row {
    width: 100%;
    margin-left: 0px;
  }
}
.form .container .row .column {
  flex: 0 0 calc(50% - 40px);
}
@media (max-width: 1140px) {
  .form .container .row .column {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 980px) {
  .form .container .row .column {
    flex: 0 0 100%;
  }
}
.form .container .row .column h4 {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  color: #0d382b;
}
.form .container .row .column p {
  margin-bottom: 3px;
  color: #808080;
  font-weight: normal;
}
.form .container .row .column sup {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 19px;
  color: #808080;
}
.form .container .row .column a {
  display: block;
  margin-bottom: 3px;
  color: #808080;
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
}
.form .container .row .column a:hover {
  text-decoration: underline;
}
.form .container .row .column .the_offices {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .form .container .row .column .the_offices {
    margin-top: 80px;
  }
}
.form .container .row .column .the_offices .the_office {
  flex: 0 0 calc(50% - 20px);
  margin-bottom: 120px;
}
@media (max-width: 760px) {
  .form .container .row .column .the_offices .the_office {
    flex: 0 0 100%;
    margin-bottom: 120px;
  }
}

.standard_header.section.the_content .container {
  text-align: left;
}
.standard_header.section.the_content .container.theme_1 h1 {
  display: block;
  margin-left: 50px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_1 h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_1 h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_1 h1 {
    margin-left: 30px;
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 425px) {
  .standard_header.section.the_content .container.theme_1 h1 br {
    display: none;
  }
}
.standard_header.section.the_content .container.theme_1 .the_image {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 50px;
  padding-left: 230px;
  padding-right: 20px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_1 .the_image {
    margin-top: 40px;
    padding-left: 200px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_1 .the_image {
    margin-top: 30px;
    padding-left: 170px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_1 .the_image {
    margin-top: 20px;
    padding-left: 100px;
  }
}
.standard_header.section.the_content .container.theme_1 .the_image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  bottom: -210px;
  right: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
.standard_header.section.the_content .container.theme_1 .the_image .the_graphic.graphic_down {
  background-image: url("images/icon-down-arrow.svg");
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_1 .the_image .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
    right: 30px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_1 .the_image .the_graphic {
    width: 140px;
    height: 140px;
    bottom: -100px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_1 .the_image .the_graphic {
    width: 110px;
    height: 110px;
    bottom: -70px;
  }
}
.standard_header.section.the_content .container.theme_1 .the_space {
  display: block;
  height: 200px;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_1 .the_space {
    height: 140px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_1 .the_space {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_1 .the_space {
    height: 60px;
  }
}
.standard_header.section.the_content .container.theme_2 {
  text-align: right;
}
.standard_header.section.the_content .container.theme_2 h1 {
  display: inline-block;
  width: auto;
  margin-right: 50px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_2 h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_2 h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_2 h1 {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 425px) {
  .standard_header.section.the_content .container.theme_2 h1 br {
    display: none;
  }
}
.standard_header.section.the_content .container.theme_2 .the_image {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 280px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_2 .the_image {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 200px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_2 .the_image {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 170px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_2 .the_image {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 100px;
  }
}
.standard_header.section.the_content .container.theme_2 .the_image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.standard_header.section.the_content .container.theme_2 .the_image .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.standard_header.section.the_content .container.theme_2 .the_image .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.standard_header.section.the_content .container.theme_2 .the_image .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.standard_header.section.the_content .container.theme_2 .the_image .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.standard_header.section.the_content .container.theme_2 .the_image .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_2 .the_image .the_graphic {
    width: 220px;
    height: 220px;
    right: 40px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_2 .the_image .the_graphic {
    width: 140px;
    height: 140px;
    right: 60px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_2 .the_image .the_graphic {
    width: 110px;
    height: 110px;
    right: 20px;
  }
}
.standard_header.section.the_content .container.theme_2 .the_space {
  display: block;
  height: 60px;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_2 .the_space {
    height: 60px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_2 .the_space {
    height: 60px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_2 .the_space {
    height: 60px;
  }
}
.standard_header.section.the_content .container.theme_3 h1 {
  display: block;
  margin-left: 50px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_3 h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_3 h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_3 h1 {
    margin-left: 30px;
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 425px) {
  .standard_header.section.the_content .container.theme_3 h1 br {
    display: none;
  }
}
.standard_header.section.the_content .container.theme_3 .the_image {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 50px;
  padding-left: 230px;
  padding-right: 20px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_3 .the_image {
    margin-top: 40px;
    padding-left: 200px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_3 .the_image {
    margin-top: 30px;
    padding-left: 170px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_3 .the_image {
    margin-top: 20px;
    padding-left: 100px;
  }
}
.standard_header.section.the_content .container.theme_3 .the_image img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
.standard_header.section.the_content .container.theme_3 .the_image .the_graphic.graphic_down {
  background-image: url("images/icon-down-arrow.svg");
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_3 .the_image .the_graphic {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_3 .the_image .the_graphic {
    width: 140px;
    height: 140px;
    left: 70px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_3 .the_image .the_graphic {
    width: 110px;
    height: 110px;
    left: 30px;
  }
}
.standard_header.section.the_content .container.theme_3 .the_space {
  display: block;
  height: 60px;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_3 .the_space {
    height: 60px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_3 .the_space {
    height: 60px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_3 .the_space {
    height: 60px;
  }
}
.standard_header.section.the_content .container.theme_4 {
  position: relative;
  height: 900px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_4 {
    height: 800px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_4 {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_4 {
    height: 500px;
  }
}
.standard_header.section.the_content .container.theme_4 h1 {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_4 h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_4 h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_4 h1 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 35px;
  }
}
.standard_header.section.the_content .container.theme_4 .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
.standard_header.section.the_content .container.theme_4 .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.standard_header.section.the_content .container.theme_4 .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.standard_header.section.the_content .container.theme_4 .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.standard_header.section.the_content .container.theme_4 .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
.standard_header.section.the_content .container.theme_4 .the_graphic.graphic_down {
  background-image: url("images/icon-down-arrow.svg");
}
@media (max-width: 980px) {
  .standard_header.section.the_content .container.theme_4 .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
  }
}
@media (max-width: 760px) {
  .standard_header.section.the_content .container.theme_4 .the_graphic {
    width: 140px;
    height: 140px;
    bottom: -100px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content .container.theme_4 .the_graphic {
    width: 110px;
    height: 110px;
    bottom: -70px;
  }
}
.standard_header.section.the_content.theme_4 {
  margin-top: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.video_header.section.the_content {
  position: relative;
  margin-top: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.video_header.section.the_content .container {
  position: relative;
  text-align: left;
  height: 750px;
  padding-left: 0;
  padding-right: 0;
  z-index: 100;
}
@media (max-width: 980px) {
  .video_header.section.the_content .container {
    height: 700px;
  }
}
@media (max-width: 760px) {
  .video_header.section.the_content .container {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .video_header.section.the_content .container {
    height: 450px;
  }
}
.video_header.section.the_content .container h1 {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  z-index: 150;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .video_header.section.the_content .container h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .video_header.section.the_content .container h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .video_header.section.the_content .container h1 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 35px;
  }
}
.video_header.section.the_content .container .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 150;
  transition: all 300ms ease-out;
}
.video_header.section.the_content .container .the_graphic.graphic_arrow {
  background-image: url("images/icon-arrow_lg.svg");
}
.video_header.section.the_content .container .the_graphic.graphic_turbine {
  background-image: url("images/icon-turbine_dg-NK.svg");
}
.video_header.section.the_content .container .the_graphic.graphic_circle {
  background-image: url("images/icon-circle_lg.svg");
}
.video_header.section.the_content .container .the_graphic.graphic_star {
  background-image: url("images/icon-star_lg.svg");
}
.video_header.section.the_content .container .the_graphic.graphic_down {
  background-image: url("images/icon-down-arrow.svg");
}
@media (max-width: 980px) {
  .video_header.section.the_content .container .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
  }
}
@media (max-width: 760px) {
  .video_header.section.the_content .container .the_graphic {
    width: 140px;
    height: 140px;
    bottom: -100px;
  }
}
@media (max-width: 640px) {
  .video_header.section.the_content .container .the_graphic {
    width: 110px;
    height: 110px;
    bottom: -70px;
  }
}
.video_header.section.the_content #embeded_video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 90;
  overflow: hidden;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
@media (max-width: 640px) {
  .video_header.section.the_content #embeded_video {
    margin-left: -150px;
  }
}
.video_header.section.the_content .video_wrapper {
  position: absolute;
  top: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 90;
}
.video_header.section.the_content .video_wrapper video,
.video_header.section.the_content .video_wrapper iframe,
.video_header.section.the_content .video_wrapper object,
.video_header.section.the_content .video_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.standard_header.section.the_content.single_post .container h1 {
  display: block;
  width: 100%;
  font-size: 44px;
  line-height: 44px;
  text-align: left;
  color: #0d382b;
}
@media (max-width: 760px) {
  .standard_header.section.the_content.single_post .container h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .standard_header.section.the_content.single_post .container h1 br {
    display: none;
  }
}
.standard_header.section.the_content.single_post .container .the_date {
  display: block;
  margin-top: 7px;
  color: #0d382b;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "replica-bold-regular";
}
@media (max-width: 760px) {
  .standard_header.section.the_content.single_post .container .the_date {
    font-size: 18px;
  }
}

.project_header.section.the_content {
  margin-top: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.project_header.section.the_content .container {
  text-align: left;
  position: relative;
  height: 900px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 980px) {
  .project_header.section.the_content .container {
    height: 800px;
  }
}
@media (max-width: 760px) {
  .project_header.section.the_content .container {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .project_header.section.the_content .container {
    height: 500px;
  }
}
.project_header.section.the_content .container h1 {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
  text-align: left;
  font-family: "replica-regular-regular";
  font-size: 90px;
  line-height: 80px;
  color: #57f0a1;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .project_header.section.the_content .container h1 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 760px) {
  .project_header.section.the_content .container h1 {
    font-size: 50px;
    line-height: 43px;
  }
}
@media (max-width: 640px) {
  .project_header.section.the_content .container h1 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 35px;
  }
}
.project_header.section.the_content .container .the_graphic {
  position: absolute;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
  transition: all 300ms ease-out;
}
@media (max-width: 980px) {
  .project_header.section.the_content .container .the_graphic {
    width: 220px;
    height: 220px;
    bottom: -160px;
  }
}
@media (max-width: 760px) {
  .project_header.section.the_content .container .the_graphic {
    width: 140px;
    height: 140px;
    bottom: -100px;
  }
}
@media (max-width: 640px) {
  .project_header.section.the_content .container .the_graphic {
    width: 110px;
    height: 110px;
    bottom: -70px;
  }
}

.project_form .container {
  text-align: left;
}
.project_form .container .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .project_form .container .row {
    flex-flow: row wrap;
  }
}
.project_form .container .row .column {
  flex: 0 0 calc(65% - 20px);
}
@media (max-width: 760px) {
  .project_form .container .row .column {
    flex: 0 0 100%;
  }
}
.project_form .container .row .column.second {
  flex: 0 0 calc(35% - 20px);
}
@media (max-width: 760px) {
  .project_form .container .row .column.second {
    flex: 0 0 100%;
    margin-top: 60px;
  }
}
.project_form .container .row .column h3 {
  display: block;
  margin-bottom: 40px;
  font-family: "replica-regular-regular";
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #57f0a1;
  text-align: left;
}
@media (max-width: 760px) {
  .project_form .container .row .column h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
.project_form .container .row .column .the_links a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-right: 50px;
  font-family: "replica-bold-regular";
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  color: #57f0a1;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .project_form .container .row .column .the_links a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 760px) {
  .project_form .container .row .column .the_links a {
    padding-right: 42px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .project_form .container .row .column .the_links a {
    padding-right: 30px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 370px) {
  .project_form .container .row .column .the_links a {
    padding-right: 27px;
    font-size: 12px;
    line-height: 16px;
  }
}
.project_form .container .row .column .the_links a:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  right: 0px;
  content: " ";
  width: 34px;
  height: 34px;
  border: solid 2px #57f0a1;
  border-radius: 11px;
  background-image: url("images/submit_arrow_lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  transition: all 300ms ease-out;
}
@media (max-width: 760px) {
  .project_form .container .row .column .the_links a:after {
    top: -6px;
    right: 0px;
    content: " ";
    width: 28px;
    height: 28px;
    background-size: 70%;
  }
}
@media (max-width: 640px) {
  .project_form .container .row .column .the_links a:after {
    border: 0;
  }
}
@media (max-width: 370px) {
  .project_form .container .row .column .the_links a:after {
    top: -7px;
    background-size: 60%;
  }
}
.project_form .container .row .column .the_links a br {
  display: none;
}
.project_form .container .row .column .the_links a:hover:after {
  right: -10px;
}
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  border: solid 2px #57f0a1;
  color: #57f0a1;
  font-weight: normal;
  background-color: #0d382b;
}
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #57f0a1 !important;
  opacity: 1 !important;
}
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder, .project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder {
  color: #57f0a1 !important;
  opacity: 1 !important;
}
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.project_form .container .row .column .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  color: #57f0a1 !important;
  opacity: 1 !important;
}
.project_form .container .row .column .gform_wrapper form .gform_footer .gform_button {
  color: #0d382b;
  background-color: #57f0a1;
}
.project_form .container .row .column .gform_wrapper form .gform_footer .gform_button:hover {
  color: #57f0a1;
  background-color: #000000;
}

.fade_this_in {
  opacity: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background-color: #ffffff;
  background-color: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  font-size: 30px;
  transition: all 300ms ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #ffffff;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
  z-index: 200;
}
.slick-next:before {
  content: "\f054";
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}
.slick-dots li {
  list-style-type: none;
}
.slick-dots li {
  flex: 0 0 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  border: solid 1px #0d382b;
  border-radius: 100px;
  background-color: transparent;
  font-size: 0;
}
.slick-dots li button:hover {
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #0d382b;
}
.slick-dots li.slick-active button:hover {
  cursor: default;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

#fancybox-overlay {
  background-color: rgb(73, 89, 102) !important;
}

@media print {
  #primary_nav_wrapper {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */