		.ginput_container_select, .gfield_select {
			padding: 16.5px 44px;
			background-color: #f4f4f4;
			color: #668788;
			border: none;
        font-weight: bold;
        font-size: 18px;
		}
		.gfield_select {
			transform: scaleX(1.05) scaleY(1.1);
		}

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider .slick-slide {
  position: relative;
  transition: height .2s ease;
}
#home-slider .slide-bg-image {
  padding-bottom: 56%;
  margin-top: -3px;
}
@media only screen and (max-width: 768px) and (max-width: 991px) {
  #home-slider .slide-bg-image {
    padding-bottom: 70%;
  }
}
@media only screen and (min-width: 768px) {
  #home-slider .slide-bg-image {
    margin-top: 0;
  }
}
#home-slider .slider-caption {
  bottom: 50px;
  right: 0;
  width: 100%;
  padding: 30px;
  background: #f4f4f4;
}
#home-slider .slider-caption p, #home-slider .slider-caption h2 {
  color: #006B77;
  margin-bottom: 25px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#home-slider .slider-caption p:last-child {
  margin-bottom: 25px;
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #home-slider .slider-caption {
    background: transparent;
    bottom: 100px;
    max-width: 545px;
    padding: 0 16px;
    position: absolute;
    right: 0;
  }
  #home-slider .slider-caption h2, #home-slider .slider-caption p {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  #home-slider .slider-caption {
    bottom: 150px;
    right: 11.3%;
  }
}
/* Bootstrap tweaks */
@media (min-width: 576px) {
  .container {
    max-width: 1680px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1680px;
  }
}
.container, .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-left: 16px;
  padding-right: 16px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: '';
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

label {
  display: block;
  font-size: inherit;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #85C446;
  color: #fff;
  font-family: lato, sans-serif;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #006B77;
}

.link--btn {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.link--btn:hover {
  transform: translateY(1px);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #475868;
  font-family: lato, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #006B77;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.22;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  /*basic heading styles*/
  font-size: 42px;
}

h2, .h2 {
  /*basic heading styles*/
  font-size: 28px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  /*basic heading styles*/
  font-size: 28px;
}

h4, .h4 {
  /*basic heading styles*/
  font-size: 24px;
}

h5, .h5 {
  /*basic heading styles*/
  font-size: 18px;
}

h6, .h6 {
  /*basic heading styles*/
  font-size: 16px;
}

p {
  /*basic paragraph styles*/
  font-weight: 500;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #475868;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #1e252b;
  outline: none;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border-collapse: collapse;
}
table tbody, table tfoot, table thead, table th, table td {
  border: 1px solid #f1f1f1;
  background-color: transparent;
}
table tfoot tr, table thead tr {
  background-color: #f8f8f8;
}
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}
table tbody td, table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
body {
  background-color: #F1EFEC;
}

/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination .pagination {
  display: block;
  color: #475868;
  background-color: transparent;
  border: 1px solid #dee2e6;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #475868;
  border-color: #475868;
}

/* Search form */
#searchsubmit {
  height: auto;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#home-slider .slide-bg-image, .bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header .container {
  max-width: 1782px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .container {
    background-color: transparent;
  }
}
.header__background {
  height: 63px;
  background-color: #006B77;
  border-bottom: 7px solid #F2D06D;
  margin-bottom: -48px;
}
@media only screen and (min-width: 768px) {
  .header__background {
    height: 80px;
    margin-bottom: -60px;
  }
}
.header__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__container {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__container {
    padding: 0 15px;
    height: 93px;
  }
}
.header__container h1 {
  margin: 0;
  font-size: 0;
}
.header__contacts {
  margin-left: 10px;
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .header__contacts {
    margin-right: 0;
    padding-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .header__contacts {
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .header__contacts {
    margin-left: 60px;
    padding-top: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__contacts {
    margin-left: 20px;
    margin-right: 15px;
  }
}
.header__contacts a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 0;
}
.header__contacts a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .header__contacts a {
    display: block;
    color: #ffffff;
    margin: 0 0 30px 0;
  }
  .header__contacts a:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header__contacts a {
    margin-left: 24px;
  }
}
.header__contacts a svg {
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.header__contacts a[href*='linkedin'] svg {
  max-width: 81px;
}
.header__contacts a:hover {
  color: #006B77;
}
.header__contacts .download-form svg {
  min-height: 24px;
}
.header__contacts .download-form svg:hover {
  opacity: 0.7;
}
.header__contacts .download-form svg:hover path {
  fill: #006B77;
}
@media only screen and (max-width: 768px) {
  .header__contacts .download-form svg path {
    fill: currentColor;
  }
}
.header__contacts .download-form__logout {
  position: absolute;
  font-size: 15px;
  background: white;
  border: 1px solid black;
  color: #475868;
  padding: 2px 15px;
  top: 100%;
  display: none;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  right: 0;
  left: auto;
}
.header__contacts .download-form__wrap {
  display: inline-block;
  margin-left: 24px;
  position: relative;
}
.header__contacts .download-form__wrap:hover .download-form__logout {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header__contacts .download-form__wrap {
    margin-bottom: 30px;
  }
  .header__contacts .download-form__logout:last-child {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }
}
.header__contacts .phone svg,
.header__contacts .email svg {
  display: inline-block;
  vertical-align: middle;
}
.header__contacts .phone {
  font-size: 22px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  position: absolute;
  right: 60px;
  bottom: -80px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .header__contacts .phone {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__contacts .phone {
    display: none;
  }
}
.header__contacts .phone span {
  margin-left: 15px;
  border-bottom: 2px solid #85C446;
}
@media only screen and (max-width: 767px) {
  .header__contacts .phone span {
    display: none;
  }
}
.header__contacts .phone svg {
  color: #85C446;
}
@media only screen and (max-width: 767px) {
  .header__contacts .phone svg {
    color: #006B77;
  }
}
.header__contacts .phone:hover {
  text-decoration: none;
}
.header .menu-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .menu-container {
    flex-direction: column;
    justify-content: center;
    min-height: calc( 100vh - 120px);
  }
}
.header .menu-close {
  position: absolute;
  right: 27px;
  top: 20px;
  color: #ffffff;
}
.header .phone-menu {
  font-family: montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.header .phone-menu svg,
.header .phone-menu span {
  display: inline-block;
  vertical-align: middle;
}
.header .phone-menu svg {
  color: #85C446;
}
.header + .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.navbar-brand {
  display: inline-block;
  margin: 14px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    margin: 0 0 0 37px;
    top: 10px;
  }
  .navbar-brand::before {
    content: '';
    height: 72px;
    width: 190px;
    left: -17px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: -1;
    top: -7px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    margin: 14px 0 14px 19px;
  }
}
.navbar-brand img {
  max-height: 120px;
  max-width: 155px;
}
@media only screen and (min-width: 992px) {
  .navbar-brand img {
    max-width: 215px;
  }
}

.phone-mobile {
  background-color: #E6E6E6;
  border-radius: 50%;
  font-size: 0;
  font-weight: 700;
  padding: 15px 16px;
  position: fixed;
  right: 5px;
  z-index: 1;
  bottom: 60px;
  color: #006B77;
}
@media only screen and (min-width: 768px) {
  .phone-mobile {
    display: none;
  }
}

.mobile-menu-main-container {
  display: none;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comments-area {
  margin-top: 50px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  height: 73.5vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #475868;
  color: #ffffff;
}
.not-found .label:hover {
  background-color: #364350;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	Custom style classes
---------------------------------------*/
/* Link styles */
.link {
  color: #006B77;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.link span,
.link svg {
  display: inline-block;
  vertical-align: middle;
}
.link svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.link:hover, .link:focus {
  color: #85C446;
  text-decoration: none;
}
.link--btn {
  background-color: #85C446;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px 10px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  border-radius: 5px;
}
.link--btn:focus, .link--btn:hover {
  color: #ffffff;
  background-color: #006B77;
}

/* Section title */
.section-title {
  position: relative;
  padding-bottom: 10px;
}
.section-title::after {
  content: '';
  width: 175px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #85C446;
}

/* Custom shadow */
.shadow {
  position: relative;
}
.shadow::before {
  bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(71, 88, 104, 0.5);
  content: '';
  height: 90%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/*---------------------------------------
	ACF: Flexible Content
---------------------------------------*/
/* Home Slider Container */
.home-slider {
  margin-top: -7px;
  background-color: #f4f4f4;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .home-slider {
    margin-top: -93px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider {
    margin-top: -35px;
  }
}
.home-slider .container {
  max-width: 1782px;
}
@media only screen and (min-width: 768px) {
  .home-slider .slick-list {
    overflow: hidden;
  }
}
.home-slider + .standart {
  position: relative;
  padding-top: 30px;
  margin-top: 0;
}
.home-slider + .standart::after {
  background-color: #FCCF4D;
  content: '';
  height: 206px;
  position: absolute;
  z-index: -2;
  right: 0;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .home-slider + .standart::after {
    left: 40%;
    top: -60px;
  }
}
.home-slider + .standart .standart__container {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .home-slider + .standart .standart__container {
    margin-top: 145px;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider + .standart {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider {
    margin-top: -100px;
  }
}
.home-slider .filter-overflow {
  position: absolute;
  height: 100px;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .home-slider .filter-overflow {
    height: 93px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider .filter-overflow {
    height: 72px;
    width: 190px;
    left: 20px;
    top: -45px;
  }
}
.home-slider .filter-overflow .filter-blur {
  position: absolute;
  filter: blur(25px);
  left: -25px;
  right: -25px;
  top: -25px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 58%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-slider .filter-overflow .filter-blur {
    display: none;
  }
}

/* Hero Section */
.hero .container {
  max-width: 1782px;
  margin-top: -7px;
}
@media only screen and (min-width: 768px) {
  .hero .container {
    margin-top: -93px;
  }
}
@media only screen and (min-width: 992px) {
  .hero .container {
    margin-top: -100px;
  }
}
.hero__image {
  padding-bottom: 650px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__image {
    padding-bottom: 37.335%;
  }
}
@media only screen and (max-width: 991px) {
  .hero__image {
    padding-bottom: 350px;
  }
}
.hero__image .filter-overflow {
  position: absolute;
  height: 100px;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .hero__image .filter-overflow {
    height: 93px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__image .filter-overflow {
    height: 72px;
    width: 190px;
    left: 20px;
    top: -45px;
  }
  .hero__image .filter-overflow::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
  }
}
.hero__image .filter-overflow .filter-blur {
  position: absolute;
  filter: blur(25px);
  height: 695px;
  left: -25px;
  right: -25px;
  top: -25px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .hero__image .filter-overflow .filter-blur {
    height: 37.335%;
  }
}
@media only screen and (max-width: 991px) {
  .hero__image .filter-overflow .filter-blur {
    height: 375px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero__image .filter-overflow .filter-blur {
    display: none;
  }
}
.hero__container {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  padding: 30px 27px;
  box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero__container {
    background-color: #f4f4f4;
  }
}
@media only screen and (min-width: 992px) {
  .hero__container {
    margin-top: -100px;
    padding: 60px;
  }
}
.hero__container .filter-blur {
  position: absolute;
  left: 0;
  right: 0;
  height: 650px;
  bottom: calc(100% - 100px);
  z-index: 0;
  filter: blur(25px);
}
@media only screen and (max-width: 767px) {
  .hero__container .filter-blur {
    height: 37.335%;
  }
}
@media only screen and (max-width: 991px) {
  .hero__container .filter-blur {
    height: 375px;
  }
}
.hero__container .filter-blur::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero__container .filter-blur {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hero__title, .hero__subtitle {
    margin-bottom: 25px;
  }
}
.hero__subtitle {
  font-family: lato, sans-serif;
  color: #475868;
}

/* Standart Section */
@media only screen and (max-width: 991px) {
  .link-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) {
  .link-mobile {
    display: none !important;
  }
}

.standart + .standart {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .standart + .standart {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 992px) {
  .standart {
    margin: 60px 0;
  }
}
.standart .container {
  max-width: 1162px;
}
.standart__image {
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 270px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 575px) {
  .standart__image {
    padding-bottom: 385px;
  }
}
@media only screen and (min-width: 992px) {
  .standart__image {
    max-width: 535px;
    margin-bottom: 0;
  }
}
.standart__image .phone-mobile {
  right: -15px;
  bottom: 60px;
}
.standart__container {
  max-width: 535px;
  margin-bottom: 50px;
}
.standart__container--wide {
  max-width: 700px;
  margin: 0 auto;
}
.standart__title-wrapper {
  text-align: justify;
  font-size: 0;
  text-justify: distribute;
}
.standart__title-wrapper > * {
  float: none;
  display: inline-block;
}
.standart__title-wrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
.standart__title-wrapper .standart__title {
  margin-bottom: 25px;
  text-align: left;
}
.standart__title-wrapper .link {
  margin-bottom: 10px;
}
.standart__title {
  margin-bottom: 25px;
}
.standart__testimonials {
  max-width: 700px;
  margin: 0px -6px 0 -6px;
}
@media only screen and (min-width: 575px) {
  .standart__testimonials {
    margin: 0 auto;
  }
}
.standart__testimonials .slick-track {
  padding-bottom: 10px;
}
.standart__testimonials-title {
  padding: 0 20px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 575px) {
  .standart__testimonials-title {
    padding: 0 30px;
  }
}
.standart__testimonials-title svg {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
}
.standart__testimonials-slide {
  background-color: #006B77;
  border-radius: 15px;
  color: #ffffff;
  margin: 0 15px;
  padding: 32px 39px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex !important;
  align-items: center;
}
.standart__testimonials-slide h6 {
  color: #F2D06D;
  font-weight: 400;
  text-align: right;
}
.standart__testimonials-slide p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 21px;
}
.standart__testimonials-navigation {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  text-align: center;
}
.standart__testimonials-navigation li {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.standart__testimonials-navigation li:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.standart__testimonials-navigation li > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.standart__testimonials-navigation .custom-dots {
  margin: 0 35px;
}
.standart__testimonials-navigation .custom-arrow {
  cursor: pointer;
  color: #85C446;
  transition: color .2s ease-in-out;
}
.standart__testimonials-navigation .custom-arrow svg {
  width: 16px;
}
.standart__testimonials-navigation .custom-arrow:hover {
  color: #006B77;
}
.standart--wide .container {
  max-width: 1672px;
}
.standart--wide .standart__container {
  margin: 50px auto;
}
@media only screen and (min-width: 992px) {
  .standart--wide .standart__container {
    margin: 0 auto;
  }
}
.standart--wide .standart__image {
  max-width: 565px;
  padding-bottom: 395px;
  margin: 0 auto;
}
.standart--wide .standart__image--large {
  max-width: 100%;
  padding-bottom: 65.6%;
}
@media only screen and (min-width: 992px) {
  .standart--wide .standart__image--large {
    padding-bottom: 71.145%;
  }
}

/* Double Slider */
.arrow-button {
  background-color: #85C446;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block !important;
  padding: 9px 37px;
  transition: transform .1s ease-in-out, opacity .1s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .arrow-button.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
}

.animation {
  margin-top: 100px;
  position: relative;
}
.animation::before {
  content: '';
  height: 210px;
  left: 0;
  right: 43%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #FCCF4D;
}
@media only screen and (max-width: 991px) {
  .animation::before {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .animation {
    padding-top: 25px;
  }
}
.animation .container {
  max-width: 1392px;
}
.animation .section-title::after {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.animation__icons-row {
  margin-bottom: 25px;
}
.animation__icons {
  position: relative;
  font-size: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.animation__icons .dynamic-arrow {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 0;
  transition: left .25s ease-in-out;
}
.animation__icons .arrow-button {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
  transition: box-shadow .1s ease-in-out, opacity .2s ease-in-out;
}
.animation__icons .arrow-button:active {
  box-shadow: none;
  transform: translateX(calc(-50% + 2px)) translateY(2px);
}
.animation__icons .arrow-button:hover {
  box-shadow: none;
}
.animation__icons-slide {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 40px 0 0;
  transition: all .25s ease-in-out;
}
.animation__icons-slide div {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0;
}
.animation__icons-slide .animation__arrow {
  margin-bottom: 30px;
  transition: all .25s ease-in-out;
}
.animation__icons-slide:last-child .animation__arrow {
  display: none;
}
.animation__icons-slide::before {
  content: '';
  height: 210px;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .25s ease-in-out;
  background-color: #FCCF4D;
}
.animation__icons-slide.is-active {
  margin-right: 60px;
}
.animation__icons-slide.is-active .animation__arrow {
  opacity: 0;
}
.animation__icons-slide.is-active::before {
  right: -60px;
}
.animation__icons-slide.is-active ~ .animation__icons-slide::before {
  right: 100%;
}
.animation__icons-slide.is-active + .animation__icons-slide {
  padding-left: 50px;
}
.animation__icons-slide.is-active:last-child {
  margin-right: 110px;
}
.animation__icons-slide.is-active:last-child::before {
  right: -110px;
}
.animation__icon {
  margin-right: 17px;
  margin-left: 17px;
  width: 75px;
  text-align: center;
  transition: all .25s ease-in-out;
}
.animation__icon svg {
  width: 100%;
}
.animation__icon-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .animation__icon-mobile {
    width: 47px;
    height: 45px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.animation__text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .animation__text {
    margin-bottom: 35px;
    overflow: hidden;
    transition: width .2s ease-in-out;
    white-space: nowrap;
    width: 100%;
  }
}
.animation__text h3 {
  margin-bottom: 16px;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .animation__text h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .animation__text h3 {
    padding-left: 0;
    position: static;
    margin-bottom: 60px;
  }
}
.animation__text p {
  padding: 0 30px;
  border-left: 1px solid #85C446;
}
.animation__text.changing {
  width: 0%;
  transition: width .2s ease-in-out;
}
.animation__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.animation__image div {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.4s ease-in-out;
  transform: translate(calc(-50% - 40px), -50%) scale(1.8);
}
.animation__image div.from-right {
  transform: translate(calc(-50% + 40px), -50%) scale(1.8);
}
@media only screen and (min-width: 575px) {
  .animation__image div {
    transform: translate(calc(-50% - 40px), -50%) scale(1.5);
  }
  .animation__image div.from-right {
    transform: translate(calc(-50% + 40px), -50%) scale(1.5);
  }
}
@media only screen and (min-width: 875px) {
  .animation__image div {
    transform: translate(calc(-50% - 40px), -50%) scale(1);
  }
  .animation__image div.from-right {
    transform: translate(calc(-50% + 40px), -50%) scale(1);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .animation__image div {
    transform: translate(-50%, -50%) scale(4);
  }
}
.slick-active .animation__image div {
  transform: translate(-50%, -50%) scale(1.8);
}
@media only screen and (min-width: 575px) {
  .slick-active .animation__image div {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media only screen and (min-width: 875px) {
  .slick-active .animation__image div {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-active .animation__image div {
    transform: translate(-50%, -50%) scale(4);
  }
}
@media only screen and (min-width: 875px) {
  .animation__image {
    padding-bottom: 400px;
  }
}
.animation__slider {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .animation__slider {
    background-color: #ffffff;
    box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 32px 22px;
  }
}
.animation .slider-nav-mobile {
  margin: 15px 0;
}
@media only screen and (min-width: 992px) {
  .animation .slider-nav-mobile {
    margin: 0;
  }
}
.animation .slider-nav-mobile .arrow-button {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow .1s ease-in-out;
}
.animation .slider-nav-mobile .arrow-button:hover {
  box-shadow: none;
}
.animation .slider-nav-mobile .arrow-button:active {
  box-shadow: none;
  transform: translate(2px);
}
@media only screen and (min-width: 992px) {
  .animation .slider-nav-mobile .arrow-button {
    transition: none;
    position: absolute;
    bottom: 180px;
  }
}
.animation .slider-nav-mobile .arrow-button--next {
  right: 0;
}
.animation .slider-nav-mobile .arrow-button--prev {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .animation .slider-nav-mobile::before {
    background-color: #006B77;
    content: '';
    height: 155px;
    left: 30px;
    position: absolute;
    right: 30px;
    top: 67%;
    transform: translateY(-50%);
    z-index: -2;
  }
}
.animation .slider-nav-mobile .slides-counters {
  display: inline-block;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #006B77;
  margin: 0 25px;
}
@media only screen and (min-width: 375px) {
  .animation .slider-nav-mobile .slides-counters {
    margin: 0 55px;
  }
}

/* Members Section */
@media only screen and (max-width: 991px) {
  .team-column {
    padding: 0;
  }
}
.members {
  padding: 40px 0;
  position: relative;
}
.members::after {
  content: '';
  background-color: #ffffff;
  border-top: 7px solid #FCCF4D;
  bottom: 0;
  height: 180px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.members .container {
  max-width: 1162px;
}
.members__title {
  margin-top: 20px;
  padding: 0 30px 16px;
}
.members__container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.members__container .slick-arrow:before {
  color: #006B77;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .members__container {
    margin-right: -16px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .members__container {
    padding: 0;
  }
}
.members__link {
  cursor: pointer;
}
.members__link:hover {
  text-decoration: none;
}
.members__link:hover h4,
.members__link:hover h6 {
  color: #85C446;
}
.members__item {
  flex: 0 0 15.222%;
}
@media only screen and (max-width: 992px) {
  .members__item {
    margin: 0 25px;
  }
}
.members__photo {
  margin: 0 auto;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.members__info {
  padding: 5px 0;
}
.members__info h4,
.members__info h6 {
  font-family: lato, sans-serif;
  transition: .15s ease-in-out;
}
.members__info h4 {
  line-height: 1;
  margin-bottom: 0;
}
.members__info h6 {
  color: #668788;
  line-height: 1.5;
}
.members__info p,
.members__info .link {
  display: none;
}
.members__info .link {
  min-width: 160px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.members__info .link:hover {
  background-color: #FCCF4D;
}
.members__modal-wrapper {
  background-color: rgba(0, 107, 119, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .members__modal-wrapper {
    overflow: scroll !important;
  }
}
.members__modal {
  background-color: #006B77;
  color: #ffffff;
  max-width: 350px;
  width: 100%;
  padding: 50px 45px;
  margin: 0 auto;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.members__modal .members__item {
  margin: 0;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .members__modal {
    transform: translate(50%, 66%);
  }
}
.members__modal .modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  color: #ffffff;
  transition: color .15s ease-in-out;
}
.members__modal .modal-close:hover {
  color: #FCCF4D;
}
.members__modal .members__photo {
  margin-bottom: 15px;
}
.members__modal h4 {
  color: #FCCF4D;
}
.members__modal h6 {
  color: #ffffff;
  margin-bottom: 35px;
}
.members__modal p {
  display: block;
  margin-bottom: 35px;
}
.members__modal .link {
  display: inline-block;
}

/* Column Content */
@media only screen and (min-width: 768px) {
  .column-content {
    margin-top: 25px;
  }
}
.column-content + .column-content {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .column-content + .footer {
    margin-top: 0;
  }
}
.column-content .container {
  max-width: 1782px;
}
.column-content__container {
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.column-content__container .section-title {
  text-align: left;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .column-content__container .section-title {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .column-content__container {
    padding: 50px;
  }
}
@media only screen and (min-width: 1201px) {
  .column-content__container {
    padding: 70px 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .column-content__container .link-mobile {
    display: inline-block !important;
  }
  .column-content__container .link-desktop {
    display: none !important;
  }
}
.column-content__container .filter-blur {
  position: absolute;
  left: -25px;
  top: -25px;
  filter: blur(25px);
  bottom: -25px;
  right: -25px;
  z-index: -1;
}
.column-content__container .filter-blur::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-content__container .filter-blur {
    display: none;
  }
}
.column-content__bg-img {
  margin-top: 25px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .column-content__bg-img {
    padding-left: 17px;
    padding-right: 18px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1200px) {
  .column-content__bg-img {
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 77px;
    padding-right: 77px;
  }
}
.column-content__bg-img .column-content__container {
  margin-top: 0;
  background-color: #ffffff;
}
.column-content__bg-img .column-content__container--full {
  padding: 20px;
}
@media only screen and (min-width: 1200px) {
  .column-content__bg-img .column-content__container--full {
    padding: 60px 170px;
  }
}
.column-content__bg-img .link--btn {
  margin-top: 0;
  vertical-align: top;
  background-color: #006B77;
  color: #ffffff;
}
.column-content__bg-img .link--btn:hover {
  background-color: #fff;
  color: #006B77;
}
.column-content__bg-color {
  margin-top: 25px;
}
.column-content__bg-color .column-content__container {
  background-color: #006B77;
  color: #ffffff;
}
.column-content__bg-color .column-content__container .section-title {
  color: inherit;
}
.column-content__bg-color .link--btn {
  margin-top: 0;
  background-color: #ffffff;
  color: #006B77;
  vertical-align: top;
}
.column-content__bg-color .link--btn:hover {
  background-color: #006B77;
  color: #fff;
}

/* Form Section */
@media only screen and (min-width: 992px) {
  .form {
    margin-bottom: 90px;
  }
}
.form + .footer {
  margin-top: 20px;
}
.form .container {
  max-width: 980px;
}
.form.private .form__container {
  margin-top: 40px;
}
.form.private .gform_wrapper ul {
  display: block;
}
.form.private .container {
  max-width: 1162px;
}
.form.private .ginput_container {
  width: 100%;
}
.form.private .ginput_container_fileupload {
  display: none;
}
.form.private .name_first label, .form.private .name_last label {
  display: none;
}
.form.private .uploader {
  position: relative;
  z-index: 99;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.form.private .uploader:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 35px;
  background-color: #ffffff;
  height: 2px;
}
.form.private .uploader:hover:after {
  content: none;
}
.form.private .uploader label {
  position: relative;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #ffffff;
  padding-left: 35px;
  cursor: pointer;
}
.form.private .uploader label:after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../images/paperclip.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form.private .gform_footer {
  position: relative;
  margin-top: -78px;
}
@media only screen and (max-width: 576px) {
  .form.private .gf_left_half,
  .form.private .gf_right_half {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .form.private .uploader {
    text-align: center;
    width: 100%;
  }
  .form.private .uploader label {
    display: inline-block;
  }
  .form.private .gform_footer {
    margin-top: 10px;
    text-align: center;
  }
  .form.private .gform_footer button {
    margin-right: 0;
  }
}
.form__container {
  margin: 0 auto;
  padding: 35px 30px;
  background-color: #006B77;
  color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.form__container h2, .form__container p {
  color: inherit;
}
.form__container p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .form__container {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 992px) {
  .form__container {
    margin: -60px auto 0;
    padding: 60px;
  }
}
.form .gform_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -16px;
  margin-right: -16px;
}
.form .gform_wrapper ul .gfield {
  margin-bottom: 30px;
}
.form .gform_wrapper ul input,
.form .gform_wrapper ul textarea {
  border-radius: 0;
  border: none;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #668788;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16.5px 30px;
  background-color: #f4f4f4;
}
.form .gform_wrapper ul input::placeholder,
.form .gform_wrapper ul textarea::placeholder {
  color: #668788;
}
.form .gform_wrapper ul textarea {
  resize: none;
}
.form .button {
  background-color: #FCCF4D;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #006B77;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  min-width: 180px;
  padding: 17px 40px;
  margin-right: 30px;
  text-transform: uppercase;
}
.form .button span,
.form .button svg {
  display: inline-block;
  vertical-align: middle;
}
.form .button svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.form .button:hover {
  background-color: #85C446;
  color: #ffffff;
}
.form .validation_error,
.form .validation_message {
  color: red;
}

/*Member files section*/
.personal-docs {
  margin-bottom: 30px;
  position: relative;
}
.personal-docs .container {
  max-width: 1162px;
}
.personal-docs .section-title {
  margin-bottom: 25px;
}
.personal-docs .section-descrip {
  margin-bottom: 45px;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  color: #475868;
}
.personal-docs .files {
  box-shadow: -3px 6px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 75px 45px 75px;
}
.personal-docs .files__list {
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.personal-docs .files .file {
  position: relative;
  display: inline-block;
  padding-right: 63px;
  margin-right: 63px;
  margin-bottom: 15px;
  list-style: none;
}
.personal-docs .files .file:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #475868;
}
.personal-docs .files .file:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.personal-docs .files .file:last-of-type:after {
  content: none;
}
.personal-docs .files .file .fa-arrow-down {
  position: relative;
  font-size: 19px;
  margin-right: 10px;
}
.personal-docs .files .file .fa-arrow-down:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #475868;
}
.personal-docs .files .file a {
  font-family: lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #475868;
}
@media only screen and (max-width: 1200px) {
  .personal-docs .section-title {
    text-align: center;
  }
  .personal-docs .section-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .personal-docs .section-descrip {
    text-align: center;
  }
  .personal-docs .files__list {
    text-align: center;
  }
  .personal-docs .files .file {
    padding: 20px;
    margin: 1%;
    width: 46.9%;
  }
  .personal-docs .files .file:after {
    content: none;
  }
  .personal-docs .files .file:last-of-type {
    padding-right: 20px;
    margin-right: 0.5%;
  }
}
@media only screen and (max-width: 992px) {
  .personal-docs {
    margin-bottom: 30px;
  }
  .personal-docs .section-descrip {
    margin-bottom: 30px;
  }
  .personal-docs .files {
    padding: 25px 15px;
  }
  .personal-docs .files .file {
    padding: 10px 15px;
  }
  .personal-docs .files .file .fa-arrow-down {
    font-size: 16px;
  }
  .personal-docs .files .file a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .personal-docs .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .personal-docs {
    margin-bottom: 20px;
  }
  .personal-docs .container {
    background-color: #ffffff;
  }
  .personal-docs .section-descrip {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .personal-docs .files {
    padding: 15px 0px;
  }
  .personal-docs .files .file {
    width: 100%;
    padding: 5px 5px;
  }
  .personal-docs .files .file .fa-arrow-down {
    font-size: 12px;
  }
  .personal-docs .files .file a {
    font-size: 14px;
  }
}

/* Content Sidebar Section */
@media only screen and (max-width: 767px) {
  .content-sidebar {
    background-color: #f4f4f4;
    padding-bottom: 50px;
  }
}
.content-sidebar .container {
  max-width: 1440px;
}
.content-sidebar__container {
  padding-top: 30px;
  max-width: 780px;
  font-size: 18px;
}
.content-sidebar__sidebar {
  background-color: #006B77;
  color: #ffffff;
  padding: 24px 17px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 992px) {
  .content-sidebar__sidebar {
    padding: 60px 50px;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.content-sidebar__title {
  color: #FCCF4D;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .content-sidebar__title {
    font-size: 22px;
  }
}
.content-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-sidebar ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.563;
  font-weight: 500;
  margin-bottom: 10px;
}
.content-sidebar ul li::before {
  content: '';
  width: 11px;
  height: 1px;
  background-color: #FCCF4D;
  position: absolute;
  left: 0;
  top: 14px;
}
@media only screen and (min-width: 768px) {
  .content-sidebar ul li {
    margin-bottom: 16px;
  }
}
.content-sidebar + .footer {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .content-sidebar + .footer {
    margin-top: 90px;
  }
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  margin-top: 50px;
  background-color: #006B77;
  border-top: 7px solid #F2D06D;
  color: #ffffff;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    margin-top: 90px;
  }
}
.footer a {
  display: inline-block;
  color: #ffffff;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.footer a svg {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 17px;
  margin-right: 10px;
}
.footer a:hover {
  text-decoration: none;
  color: #F2D06D;
}
@media only screen and (max-width: 767px) {
  .footer a {
    margin-bottom: 16px;
  }
}
.footer__link {
  margin-left: 40px;
}
.footer__link:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .footer__link {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 15px;
  }
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.animation__icons-slide.bold svg {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

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