@charset "UTF-8";
html {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  color: #389c4a;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
  }
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  color: #feffd7;
}

h3 {
  line-height: 28px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
  line-height: 29.124px;
}

h5, h6 {
  font-size: 15px;
  line-height: 22.652px;
}

p {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #1d1d1d;
}

li {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1d1d1d;
}

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#fifty-repeater p strong a {
  font-weight: bold;
  background: none;
  padding: 0 !important;
  color: #000000 !important;
}
#fifty-repeater p strong a:hover {
  text-decoration: underline;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

section {
  float: left;
  width: 100%;
  padding: 60px 0 60px 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1450px;
  padding: 0 40px;
  clear: both;
}
.col {
  display: block;
  float: left;
  margin: 20px 0;
}
.col:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .col {
    margin: 20px 0 20px 40px;
  }
}

.group {
  zoom: 1; /* For IE 6/7 */
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .span_1_of_2 {
    width: calc(49.96% - 20px);
  }
}

.span_3of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 16px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 26.6666666667px);
  }
}

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 16px);
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 30.7692307692px);
  }
}

.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_4_of_5 {
    width: 79.6%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_5 {
    width: 59.2%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_5 {
    width: 38.8%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_5 {
    width: 18.4%;
  }
}

.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_5_of_6 {
    width: 83%;
  }
}

@media only screen and (min-width: 768px) {
  .span_4_of_6 {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_6 {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_6 {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_6 {
    width: 15%;
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix {
  overflow: auto;
}

::selection {
  background: #45aa0b;
  color: #FFF;
}

html {
  overflow-x: hidden;
}

.First {
  margin-left: 0;
  clear: left;
}

.sitRight {
  float: right;
  clear: right;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  clear: both;
  padding-left: 0px;
  margin: 0;
}

.no-margin {
  margin: 4px 0;
}

a {
  color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
}

.page {
  margin-bottom: 0;
}

select {
  cursor: pointer;
  background-image: url(../images/icons/select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position-y: 50% !important;
  background-position-x: calc(100% - 20px) !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.featherlight-content {
  padding: 5px 5px 0 !important;
}
.featherlight-content .featherlight-next,
.featherlight-content .featherlight-previous {
  top: auto;
  bottom: 0;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.featherlight-content .featherlight-next span,
.featherlight-content .featherlight-previous span {
  position: relative;
  top: 60px;
  text-shadow: none;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.featherlight-content .featherlight-next {
  right: 0;
  left: auto;
}
.featherlight-content .featherlight-next span {
  right: -5%;
}
.featherlight-content .featherlight-previous {
  left: 0;
}
.featherlight-content .featherlight-close-icon {
  font-size: 40px;
  color: #fff;
  width: auto;
  padding: 20px;
}

body .wrap .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 43%;
}
body .wrap .owl-carousel .owl-nav div {
  position: absolute;
}
body .wrap .owl-carousel .owl-nav div i {
  font-weight: 800;
  font-size: 30px;
}
body .wrap .owl-carousel .owl-nav .owl-prev {
  left: -40px;
  min-width: auto;
  position: absolute;
  background: #f7d720;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
}
body .wrap .owl-carousel .owl-nav .owl-next {
  right: -40px;
  min-width: auto;
  position: absolute;
  background: #f7d720;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
}

.video-block iframe {
  width: 100% !important;
  height: 50.5vw;
}
@media screen and (min-width: 768px) {
  .video-block iframe {
    height: 35vw;
  }
}
@media screen and (min-width: 1024px) {
  .video-block iframe {
    height: 25.5vw;
  }
}

#breadcrumbs ul {
  font-size: 15px;
  line-height: 22.652px;
}
#breadcrumbs ul a {
  font-weight: 800;
}

#sticky {
  position: fixed;
  right: 0px;
  top: 240px;
  overflow: hidden;
  z-index: 9999;
}
#sticky ul {
  margin: 0;
  padding: 0;
}
#sticky ul li {
  list-style-type: none;
}
#sticky ul li a {
  margin-bottom: 4px;
  text-align: left;
  display: inline-block;
  width: 100px;
  background: #389c4a;
  text-decoration: none;
  position: relative;
  right: -62px;
  color: #FFF;
  line-height: 35px;
}
#sticky ul li a:hover {
  right: 0px;
}
#sticky ul li a span {
  height: 33px;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 13px;
  color: #fff;
  padding: 0 13px;
  line-height: 35px;
  width: auto;
}
#sticky ul li:nth-child(2) a {
  background: #f7d720;
}
#sticky ul li:nth-child(3) a {
  background: #389c4a;
}

.button,
button,
.wpcf7-submit,
.directions-input,
.button-text,
.nav-links a,
.omsc-button,
.wp-block-search__button, #aol_app_submit_button {
  text-align: left;
  padding: 14px 56px 14px 36px;
  color: #FFF;
  background: #feffd7;
  text-align: center;
  border: solid 1px #389c4a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  color: #1d1d1d;
  border-radius: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-weight: 600;
}
.button:hover,
button:hover,
.wpcf7-submit:hover,
.directions-input:hover,
.button-text:hover,
.nav-links a:hover,
.omsc-button:hover,
.wp-block-search__button:hover, #aol_app_submit_button:hover {
  text-decoration: none;
  background: #f7d720;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.button:after,
button:after,
.wpcf7-submit:after,
.directions-input:after,
.button-text:after,
.nav-links a:after,
.omsc-button:after,
.wp-block-search__button:after, #aol_app_submit_button:after {
  right: 30px;
  top: 13px;
  content: "\f061";
  position: absolute;
  font-size: 18px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #1d1d1d;
}

.button-alt {
  text-align: left;
  padding: 14px 36px 14px 20px;
  color: #FFF;
  background: #f7d720;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  border: none;
  border-radius: 0;
}
.button-alt:hover {
  background: #389c4a;
}

.button-text {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.owl-nav button:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.intro p:first-of-type {
  padding-top: 0px;
  margin-top: 0;
}

input[type=submit] {
  padding: 14px 30px;
  text-align: left;
  padding: 14px 36px 14px 36px;
  color: #FFF;
  background: #feffd7;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  color: #f7d720;
  border: none;
  border-radius: 8px;
  line-height: 1.5;
}
input[type=submit]:hover {
  background: #f7d720;
  color: #FFF;
  text-decoration: none;
}

.contact-list li {
  list-style-type: none;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}
.contact-list li a {
  color: #389c4a;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}
.contact-list li i {
  color: #f7d720;
  margin-right: 5px;
}
.contact-list li .fa-facebook {
  color: #0f5ae4;
}
.contact-list li .fa-twitter {
  color: #6fd1f3;
}
.contact-list li .fa-linkedin {
  color: #0086b4;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
}

#container {
  padding: 0;
}

#faq {
  background: #f7f7f7;
  position: relative;
}
#faq .triangle,
#faq .triangle2 {
  background: #FFF;
}

#faq_container {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #FFF;
  clear: both;
}

.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  display: table;
  font-size: 18px;
}

.question {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.accordion-button-icon {
  display: table-cell;
  line-height: inherit;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-left: 15px;
  vertical-align: middle;
}

.faq_answer span {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .page-id-202 #content-repeater .section,
  .page-id-202 #content-repeater-alt .section {
    display: flex;
    flex-direction: column;
  }
  .page-id-202 #content-repeater .section .span_1_of_2:first-of-type,
  .page-id-202 #content-repeater-alt .section .span_1_of_2:first-of-type {
    order: 2;
  }
  .page-id-202 #content-repeater .section .span_1_of_2:nth-child(2),
  .page-id-202 #content-repeater-alt .section .span_1_of_2:nth-child(2) {
    order: 1;
  }
  .page-id-202 #content-repeater > div.wrap > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-202 #content-repeater > div.wrap > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }
  .page-id-181 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }
  .page-id-181 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) img {
    margin-bottom: 20px;
  }
  .page-id-179 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }
  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(2) {
    order: 2;
  }
  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) {
    order: 1;
  }
  .page-id-177 #content-repeater > div > ul > li:nth-child(2) > div > div:nth-child(1) img {
    margin-bottom: 20px;
  }
  .home #content-repeater > div > ul > li:nth-child(1) > div > div:nth-child(2) {
    order: 2;
  }
  .home #content-repeater > div > ul > li:nth-child(1) > div > div:nth-child(1) {
    order: 1;
  }
}
.post {
  background: #FFF;
  overflow: hidden;
}

.privacy-policy h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: normal;
}
.privacy-policy p {
  margin: 5px 0;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background: #389c4a !important;
  border: none !important;
}

#news .well-lg {
  background: #1d1d1d;
}

.grecaptcha-badge {
  display: none !important;
}

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

.split-line {
  height: 2px;
  background: #FFF;
  width: 100%;
  margin: 20px 0;
  clear: both;
}

.form-title {
  background: #389c4a;
  padding: 10px !important;
  margin: 0 0 10px 0 !important;
  display: inline-block;
  width: auto;
  clear: both;
}

.wpcf7-form label {
  margin-bottom: 10px;
  display: block;
}
.wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox {
  background: none !important;
  border: none !important;
  padding: 20px 0 !important;
}
.wpcf7-form .wpcf7-radio span, .wpcf7-form .wpcf7-checkbox span {
  margin-right: 40px !important;
}

#fof {
  background: #f7d720;
  min-height: 700px;
  padding-top: 300px;
  text-align: center;
}
#fof .page-content p, #fof .page-content h2, #fof .page-content a {
  color: #FFF !important;
}

.gradient-background {
  background: linear-gradient(146deg, #6575d4, #8469c4, #733fec);
  background-size: 180% 180%;
  animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-background2 {
  background: linear-gradient(155deg, #ba55b6, #a75bbe, #8a65c9, #785df4);
  background-size: 240% 240%;
  animation: gradient-animation 16s ease infinite;
}

@keyframes gradient-animation2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home .sby_items.sby_layout_grid.sby_col_3.owl-carousel {
  display: block !important; /* Override grid or flex */
}

.home .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item, .home.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item {
  width: 100% !important;
}

body .widget_wpc_filters_widget {
  background: #f7d720;
}
body .widget_wpc_filters_widget .wpc-filters-ul-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
body .widget_wpc_filters_widget .wpc-filters-ul-list li {
  width: 24%;
  background: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2px !important;
}
body .widget_wpc_filters_widget .wpc-filters-ul-list li a {
  background: none;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  margin: 0;
}
body .widget_wpc_filters_widget .wpc-term-count-value {
  color: #389c4a;
  border-radius: 100%;
  font-size: 14px;
}
body .widget_wpc_filters_widget .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown):not(.wpc-filter-terms-count-0) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
  overflow: hidden;
}
body .wpc-filter-header .widget-title {
  font-size: 20px;
  color: #FFF;
}
body .wpc-filter-header .widget-title button {
  text-align: left;
  padding: 14px 36px 14px 20px;
  color: #FFF;
  background: #389c4a;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  max-width: 200px;
  border: none;
  border-radius: 0;
}
body .wpc-filter-header .widget-title button:hover {
  text-decoration: none;
  background: #f7f7f7;
  color: #1d1d1d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}
body .wpc-filter-header .widget-title button:hover:after {
  color: #1d1d1d;
}
body .wpc-filter-header .widget-title button:after {
  right: 20px;
  top: 12px;
  content: "\f1de";
  position: absolute;
  font-size: 18px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #FFF;
}
body .wpc-filter-header .widget-title button .wpc-open-icon {
  display: none !important;
}
body .wpc-filter-header .widget-title button .wpc-wrap-icons {
  display: block;
  line-height: 1.5;
}
body .wpc-filter-header .widget-title button .wpc-filter-selected-values {
  display: none;
}
body .wpc-edit-filter-set {
  display: none !important;
}

.page-id-6984 #youtube-feed .sby_footer {
  display: block;
}

.browse {
  padding: 0;
  margin: 0 0 20px 0;
  color: #FFF;
}

.page-id-6980 .service-content .button, .page-id-7061 .service-content .button {
  margin-top: 20px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
  border: none;
  padding: 16px;
  margin-bottom: 16px;
  color: #f7d720;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}

.wpcf7-acceptance {
  width: 100%;
  display: block;
}

.wpcf7 .namefield {
  float: left;
}
@media screen and (min-width: 768px) {
  .wpcf7 .namefield {
    width: 48% !important;
  }
}
.wpcf7 .phonefield {
  float: right;
}
@media screen and (min-width: 768px) {
  .wpcf7 .phonefield {
    width: 48% !important;
  }
}
.wpcf7 .wpcf7-submit {
  border-radius: 0;
  margin-top: 10px;
  border-radius: 6px;
}

.wpcf7 form .wpcf7-response-output {
  clear: both;
  text-align: center;
  margin: 20px 0;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 60px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #ffb900;
  color: #1d1d1d;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #FFF;
}

.nav-links {
  width: 100%;
  overflow: hidden;
  padding: 20px;
}

header {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  min-height: 84px;
  padding-top: 20px;
}
header .logo,
header .alt-logo {
  float: left;
  width: 140px;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 768px) {
  header .logo,
  header .alt-logo {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  header .logo,
  header .alt-logo {
    width: 200px;
  }
}
@media screen and (min-width: 1500px) {
  header .logo,
  header .alt-logo {
    width: 200px;
  }
}
header .logo img,
header .alt-logo img {
  width: 100%;
  height: auto;
}
.shrink {
  position: fixed;
  height: auto;
  z-index: 9999;
  top: 20px;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  left: 2px;
  right: 2px;
  margin: 0 auto;
  max-width: 1370px;
  min-height: auto;
  padding: 0;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .shrink {
    margin: 0 30px;
    width: auto;
  }
}
.shrink .wrap {
  padding: 0;
}
.shrink .wrap:after {
  display: none;
}
.shrink .main-navigation,
.shrink .phone-navigation {
  margin: 0;
}
.shrink .main-navigation #primary-menu,
.shrink .phone-navigation #primary-menu {
  background: none;
}
.shrink .main-navigation #primary-menu li a,
.shrink .phone-navigation #primary-menu li a {
  font-weight: 700;
}
.shrink .head-buttons {
  display: none;
}
.shrink .main-navigation li a {
  color: #389c4a;
}
.shrink .phone-navigation li a {
  color: #1d1d1d;
}
.shrink .logo {
  float: left;
  width: 57px;
  margin: 10px 0;
}
.shrink .logo img {
  width: 100%;
  height: auto;
}
.shrink .alt-logo {
  float: left;
  width: 147px;
  margin: 12px 0 12px 20px;
}
.shrink .alt-logo img {
  width: 100%;
  height: auto;
}
.shrink .menu-icon {
  width: 50px;
  height: 50px;
  padding-top: 5px;
  top: 8px;
}
.head-buttons {
  float: right;
  width: auto;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 0px;
  margin-right: 70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-buttons {
    float: right;
    text-align: inherit;
    margin-right: 70px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .head-buttons {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .head-buttons {
    margin-top: 0px;
    margin-right: 0;
  }
}
.head-buttons .button {
  min-width: auto;
  padding: 14px;
  float: right;
  background: none;
  color: #FFF;
  padding: 0;
  margin-top: 11px;
  font-size: 16px;
  text-transform: none;
  margin-left: 10px;
  letter-spacing: 0px;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.head-buttons .button i {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .head-buttons .button {
    margin-left: 20px;
  }
}
.head-buttons .button-alt {
  display: none;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .head-buttons .button-alt {
    display: inline-block;
    color: #FFF;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
  }
  .head-buttons .button-alt .fas {
    font-size: 28px;
    margin-right: 8px;
    position: relative;
    bottom: -6px;
  }
  .head-buttons .button-alt:hover {
    color: #f7d720;
  }
}

.head-buttons span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .head-buttons span {
    display: inline-block;
    margin-left: 10px;
  }
}
.head-buttons .ico-letter {
  display: inline-block;
  color: #f7d720;
}

#strapline {
  padding: 0;
  background: #f7d720;
}
#strapline .strapline-area {
  text-align: center;
  width: 100%;
  padding: 0px;
}
#strapline .strapline-area p {
  color: #fff;
  margin: 0;
  padding: 10px;
}

.main-navigation,
.phone-navigation {
  float: right;
  width: auto;
  clear: none;
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1140px) {
  .main-navigation,
  .phone-navigation {
    display: inline-block;
  }
}
.main-navigation li,
.phone-navigation li {
  float: left;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  position: relative;
}
.main-navigation li:first-child a,
.phone-navigation li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.main-navigation li:last-child,
.phone-navigation li:last-child {
  border: none;
}
.main-navigation li:last-child:after,
.phone-navigation li:last-child:after {
  display: none;
}
.main-navigation li:last-child a,
.phone-navigation li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.main-navigation li i,
.phone-navigation li i {
  color: #389c4a;
  margin-right: 5px;
}
.main-navigation li:hover > a,
.phone-navigation li:hover > a {
  background: #FFF;
  color: #f7d720 !important;
}
.main-navigation li:hover > a:before,
.phone-navigation li:hover > a:before {
  color: #389c4a;
}
.main-navigation li:hover > a .sub-menu a,
.phone-navigation li:hover > a .sub-menu a {
  color: #389c4a !important;
}
.main-navigation li a,
.phone-navigation li a {
  margin: 0 0px;
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 20px 18px;
}
@media screen and (min-width: 1300px) {
  .main-navigation li a,
  .phone-navigation li a {
    padding: 20px 30px;
  }
}
.main-navigation li a i,
.phone-navigation li a i {
  color: #f7d720;
}
.main-navigation li a:hover,
.phone-navigation li a:hover {
  color: #389c4a;
}
@media screen and (min-width: 1151px) {
  .main-navigation,
  .phone-navigation {
    display: inline-block;
  }
}
.main-navigation .menu-item-has-children a,
.phone-navigation .menu-item-has-children a {
  padding-right: 40px;
}
.main-navigation .menu-item-has-children:before,
.phone-navigation .menu-item-has-children:before {
  right: 20px;
  top: 21px;
  content: "\f107";
  position: absolute;
  font-size: 14px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #1d1d1d !important;
  z-index: 100;
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children:after,
.phone-navigation .menu-item-has-children .sub-menu .menu-item-has-children:after {
  content: "\f105";
  top: 8px;
}

.main-navigation .menu .sub-menu {
  background: rgb(255, 255, 255);
  display: block;
  top: 66px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}
.main-navigation .menu .sub-menu li {
  border: none;
  line-height: 24px;
}
.main-navigation .menu .sub-menu li:after {
  display: none;
}
.main-navigation .menu .sub-menu li a {
  margin: 0;
  padding: 20px;
  text-decoration: none;
  color: #389c4a;
}
.main-navigation .menu .sub-menu li a:hover {
  background: #389c4a;
  color: #f7d720 !important;
}

.main-navigation ul ul a {
  width: 200px;
  border-top-right-radius: 0;
}

button#responsive-menu-button {
  min-width: 50px;
  right: 20px;
}

button#responsive-menu-button .responsive-menu-box {
  color: #ffffff;
  margin-top: -3px;
}

.alt-logo {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.head-content {
  float: right;
  width: auto;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .head-content {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 1151px) {
  .head-content {
    margin-top: 0px;
  }
}

#rmp_menu_trigger-471 {
  min-width: auto;
  top: 26px;
  background: #f7d720;
  right: 20px;
}

#rmp-menu-title-258 .rmp-menu-title-image {
  width: 200%;
  height: auto;
}

#rmp-container-471 {
  background: #f7d720;
}

header .head-buttons .new-head-button {
  padding: 14px 16px 14px 38px;
  color: #FFF;
  background: #f7d720;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 0;
  display: none;
}
header .head-buttons .new-head-button:before {
  left: 24px;
}
@media screen and (min-width: 1024px) {
  header .head-buttons .new-head-button {
    display: inline-block;
    margin-right: 0px;
    padding: 14px 26px 14px 48px;
  }
}
@media screen and (min-width: 1151px) {
  header .head-buttons .new-head-button {
    padding: 14px 26px 14px 48px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1500px) {
  header .head-buttons .new-head-button {
    padding: 14px 46px 14px 68px;
    margin-right: 0;
  }
  header .head-buttons .new-head-button:before {
    left: 44px;
  }
}
header .head-buttons .new-head-button:hover {
  text-decoration: none;
  background: #f7d720;
  color: #1d1d1d;
}
header .head-buttons .new-head-button:before {
  content: "\f017";
}
header .head-buttons .new-head-button:nth-child(2):before {
  content: "\f093";
}
header .head-buttons .new-head-button:nth-child(3):before {
  content: "\f095";
}

.ico-letter {
  font-weight: 700;
  color: #389c4a;
}

button.rmp_menu_trigger {
  min-width: auto;
}

#rmp_menu_trigger-356 {
  top: 10px !important;
  right: 20px !important;
}

#rmp_menu_trigger-370 {
  background: none;
  top: 0;
  width: 48px;
  height: 48px;
  right: 10px;
}
#rmp_menu_trigger-370:hover {
  background: none;
}

#rmp_menu_trigger-370.is-active {
  background: none;
}

#rmp_menu_trigger-370:focus {
  background: none;
}

.social {
  list-style-type: none;
  padding-left: 0;
  float: right;
}
.social li {
  float: left;
}
.social li a {
  margin-left: 10px !important;
}
.social li a .fa-facebook {
  color: #f7d720;
}
.social li a .fa-linkedin {
  color: #f7d720;
}
.social li a .fa-instagram {
  color: #f7d720;
}

.head-info {
  margin-top: 3px;
  float: right;
  clear: both;
}
@media screen and (max-width: 600px) {
  .head-info {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .head-info {
    clear: none;
    margin-right: -70px;
    width: 100%;
  }
}
@media screen and (min-width: 1151px) {
  .head-info {
    margin-right: 0px;
    width: auto;
  }
}

.rmp_menu_trigger {
  background: #f7d720 !important;
  right: 16px !important;
  top: 24px !important;
  position: absolute !important;
}

.rmp_menu_trigger.fixed {
  position: fixed !important;
  top: 14px !important;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  max-width: 160px !important;
}

.phone-navigation {
  list-style-type: none;
}

header .main-navigation,
header .phone-navigation {
  clear: both;
}
header .main-navigation li a,
header .phone-navigation li a {
  color: #389c4a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .menu-item-has-children a {
  padding-right: 20px;
}
header .menu-item-has-children:after {
  color: #FFF !important;
}

.menu-icon {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  z-index: 2;
  border-radius: 100%;
  padding-top: 8px;
  z-index: 200;
  background: #389c4a;
}
@media (min-width: 1140px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 34px;
  height: 3px;
  background-color: #ffffff;
  margin: 8px auto;
  transition: 0.4s;
  border-radius: 10px;
}
.menu-icon.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 8px);
  background-color: #FFF;
}
.menu-icon.change .bar2 {
  opacity: 0;
}
.menu-icon.change .bar3 {
  transform: rotate(45deg) translate(-7px, -8px);
  background-color: #FFF;
}

.fullscreen-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.fullscreen-menu ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin: 14px 0 !important;
  border: none;
  clear: both;
  text-align: center;
  width: 100%;
  padding: 0;
}
.fullscreen-menu ul li:hover {
  background: none;
}
.fullscreen-menu ul li:after {
  display: none;
}
.fullscreen-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
  display: block;
  padding: 0;
  margin: 0;
}
.fullscreen-menu ul li a:hover {
  color: #f7d720;
}
.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu.active ul li {
  opacity: 1;
  transform: translateY(0);
}
.fullscreen-menu.animating-out {
  opacity: 0;
  visibility: visible;
}
.fullscreen-menu.animating-out ul li {
  opacity: 0;
  transform: translateY(20px);
}
.fullscreen-menu.hidden {
  visibility: hidden;
}
.fullscreen-menu .main-navigation {
  display: block;
  width: 100%;
}
.fullscreen-menu .main-navigation ul {
  display: block;
}
.fullscreen-menu #primary-menu li {
  opacity: 0;
}
.fullscreen-menu .main-navigation .menu .sub-menu {
  background: none;
  color: #FFF;
}
.fullscreen-menu .main-navigation ul ul {
  position: static;
}

.shrink .menu-icon .bar1,
.shrink .menu-icon .bar2,
.shrink .menu-icon .bar3 {
  width: 34px;
  height: 3px;
  background-color: #FFF;
  margin: 8px auto;
  transition: 0.4s;
  border-radius: 10px;
}
.shrink .menu-icon.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 8px);
  background-color: #FFF;
}
.shrink .menu-icon.change .bar2 {
  opacity: 0;
}
.shrink .menu-icon.change .bar3 {
  transform: rotate(45deg) translate(-7px, -8px);
  background-color: #FFF;
}
.shrink .change .bar1, .shrink .change .bar2, .shrink .change .bar3 {
  background-color: #FFF !important;
}
.shrink .active .menu li a {
  color: #FFF;
}

.main-navigation li:after {
  height: 100%;
  width: 1px;
  background: #f7f7f7;
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
}
.shrink .phone-navigation {
  display: none;
}
.shrink .main-navigation {
  margin-top: 0px;
  margin-bottom: 0;
}
.shrink .main-navigation li:after {
  background: #f7f7f7;
}

.menu-item-has-children {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
}
.menu-item-has-children a {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.main-navigation .menu .sub-menu {
  margin-left: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.main-navigation .menu .sub-menu a {
  border-radius: 0;
}

header .phone-navigation a:hover {
  background: none !important;
  color: #389c4a !important;
}
header .phone-navigation a:last-child a {
  padding-right: 0;
  margin-right: 0;
}

#primary-menu {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.shrink .head-content {
  float: right;
  width: auto;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .shrink .head-content {
    display: inline-block;
    width: 75%;
  }
}
@media screen and (min-width: 1151px) {
  .shrink .head-content {
    margin-top: 0px;
  }
}

.main-navigation .menu-item-has-children a {
  border-radius: 0;
}

.menu-item-has-children:hover {
  border-radius: 0;
}

.shrink .main-navigation li:first-child a {
  border-radius: 0;
}

#menu-mobile-menu li {
  border: none;
}
#menu-mobile-menu li:last-child {
  background: none;
}
#menu-mobile-menu li:last-child a {
  background: none;
}
.fullscreen-menu .main-navigation li:hover > a {
  background: none;
}

.logo {
  background: #FFF;
  padding: 20px;
  margin-top: -22px !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.home .logo {
  background: none;
  margin: 10px 0 20px 0 !important;
  padding: 0px;
}

footer {
  padding: 40px 0;
  background: #1d1d1d;
  background-position: right;
  background-size: cover;
  padding-top: 0;
  clear: both;
}
@media screen and (min-width: 1024px) {
  footer {
    background-size: contain;
  }
}
footer .col {
  margin-top: 0;
}
footer .footer-1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-2 i {
  color: #389c4a;
  width: 18px;
}
footer .footer-3 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-3 i {
  color: #f7d720;
  width: 18px;
}
footer .footer-4 {
  float: left;
  width: 100%;
}
.foot-image {
  float: left;
}
.foot-image img {
  width: 100%;
  margin-top: 40px;
  max-width: 200px;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 0;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #feffd7;
}

footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  width: auto;
  list-style-type: none;
  color: #FFF;
  font-size: 16px;
  line-height: 29px;
  clear: both;
  margin-right: 20px;
}
footer ul li a {
  color: #f7f7f7;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}
footer p {
  color: #FFF;
  font-size: 16px;
  margin: 0;
}
footer p a {
  color: #FFF;
  text-decoration: underline;
}

.bottom-footer {
  float: left;
  width: 100%;
  background: #000000;
  padding: 10px 0;
  margin-top: 40px;
}
.bottom-footer .copy {
  float: left;
  width: 100%;
  padding-bottom: 0;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .bottom-footer .copy {
    width: auto;
    padding-bottom: 0;
  }
}
.social-media ul {
  float: left;
  width: 100%;
}
.social-media ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-size: 14px;
}
.social-media ul li a {
  background: #f7d720;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #f7f7f7;
  line-height: 40px;
  font-size: 14px;
}
.social-media ul li a:hover {
  background: #e6f9dc;
}

footer .site-info {
  padding-bottom: 20px;
}
footer .foot-links .fa-facebook {
  color: #0f5ae4;
}
footer .foot-links .fa-linkedin {
  color: #0086b4;
}
footer .foot-links .fa-twitter {
  color: #6fd1f3;
}
footer .foot-links .fa-instagram {
  color: #e21ee4;
}

.menu-wrap {
  width: 100%;
  float: left;
}
.add-list {
  margin-top: 10px;
  overflow: hidden;
  clear: both;
  float: left;
}

.foot-links {
  margin: 0;
}
.foot-links li {
  width: auto;
  float: left;
  color: #f7f7f7;
  padding: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 14px;
}
.foot-links li a {
  color: #f7f7f7;
}
.foot-links .by {
  clear: both;
}

.foot-logo {
  width: 50%;
}
.foot-logo img {
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .foot-logo {
    width: 100%;
  }
}

.post-type-archive-aol_ad footer, .single-aol_ad footer, .single footer, .archive footer, .category footer {
  padding-top: 40px;
}

/* =====================================================
========================================================
==== Owl Carousel
========================================================
===================================================== */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* =====================================================
========================================================
==== FeatherLight
========================================================
===================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    border-radius: 15px;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /*padding: 25px 25px 0;
    border-bottom: 25px solid transparent;*/
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
    position: relative;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/
  }
}
#hero-banner {
  padding: 0;
  position: relative;
  background: #f7d720;
  overflow: hidden;
  height: 820px;
  padding-bottom: 0px;
}
#hero-banner:before {
  background: linear-gradient(131deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2) 20%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 3;
  content: "";
  background-size: cover;
  background-size: contain;
  background-position: bottom left;
}
#hero-banner .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;
  z-index: 2;
  background: #f7d720;
}
#hero-banner .hero-bg img {
  object-fit: cover;
  height: 780px;
  mix-blend-mode: multiply;
}
#hero-banner .image-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 820px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #hero-banner .image-fade {
    height: 820px;
  }
}
#hero-banner .hero-slides {
  list-style-type: none;
}
#hero-banner .hero-slides img {
  height: 820px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #hero-banner .hero-slides img {
    height: 820px;
  }
}
#hero-banner .wrap {
  position: relative;
  z-index: 10;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #hero-banner .wrap {
    padding: 0 40px;
  }
}
#hero-banner .hero-content {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 25;
  max-width: 1450px;
  margin-top: 280px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #hero-banner .hero-content {
    margin-top: 340px;
  }
}
#hero-banner .hero-content .hero-heading {
  text-align: left;
  width: 100%;
  clear: both;
  overflow: hidden;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#hero-banner .hero-content .hero-heading p.hero-heading {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 46px;
  line-height: 50px;
  clear: both;
  width: auto;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  #hero-banner .hero-content .hero-heading p.hero-heading {
    font-size: 54px;
    line-height: 58px;
  }
}
#hero-banner .hero-content .hero-heading p.hero-heading span {
  display: block;
  background: #389c4a;
  padding: 10px;
}
#hero-banner .hero-content .hero-heading .subheading {
  font-size: 46px;
  margin: 10px 0 20px 0;
  padding: 0;
  line-height: 50px;
  font-weight: 600;
  color: #FFF;
  width: auto;
  clear: both;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  #hero-banner .hero-content .hero-heading .subheading {
    font-size: 54px;
    line-height: 58px;
  }
}
#hero-banner .hero-content .hero-heading .subheading span {
  display: block;
  background: #f7d720;
  padding: 10px;
}
@media (max-width: 768px) {
  #hero-banner .hero-content .hero-heading {
    width: 100%;
    text-align: center;
    padding: 0 40px;
    margin: 20px 0 0 0;
  }
  #hero-banner .hero-content .hero-heading p.hero-heading {
    font-size: 36px;
    line-height: 42px;
    float: none;
  }
  #hero-banner .hero-content .hero-heading .subheading {
    font-size: 22px;
    margin: 20px 0 0 0;
    padding: 0 40px;
    line-height: 26px;
    text-align: center;
    width: 100%;
  }
  #hero-banner .hero-content .hero-info {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  #hero-banner .hero-content .hero-info p {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
  }
}

.hero-info {
  clear: both;
}
.hero-info p {
  float: left;
  width: auto;
}
.hero-info p:first-of-type {
  margin-right: 20px;
}

#internal-banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 640px;
  overflow: hidden;
  background: #1d1d1d;
}
@media screen and (min-width: 1024px) {
  #internal-banner {
    max-height: 640px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  #internal-banner {
    max-height: 640px;
  }
}
#internal-banner .background-image img {
  height: 640px;
  object-fit: cover;
}
#internal-banner:before {
  background: linear-gradient(131deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2) 20%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 3;
  content: "";
  background-size: cover;
  background-size: contain;
  background-position: bottom left;
}

#breadcrumbs-wrap {
  float: left;
  width: 100%;
  padding: 15px 30px;
}
#breadcrumbs-wrap #breadcrumbs {
  font-weight: 100 !important;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
}
#breadcrumbs-wrap #breadcrumbs span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a {
  font-weight: bold;
  font-size: 11px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a strong {
  font-weight: 100 !important;
}

#internal-banner .banner-content {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  left: 0px;
  right: 0px;
  max-width: 1450px;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
#internal-banner .banner-content .main-banner-title {
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 54px;
    line-height: 58px;
  }
}
#internal-banner .banner-content .main-banner-title span {
  display: inline-block;
  background: #389c4a;
  padding: 10px;
}
#internal-banner .banner-content p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
#internal-banner .banner-content p a {
  color: #f7d720;
}
#internal-banner .main-banner-intro-content {
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0 0 0;
  padding: 0 40px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  #internal-banner .main-banner-intro-content {
    font-size: 44px;
    line-height: 48px;
  }
}
#internal-banner .main-banner-intro-content i {
  color: #389c4a;
}
#internal-banner .main-banner-intro-content span {
  display: inline-block;
  background: #f7d720;
  padding: 10px;
}
.internal-banner-content {
  margin: 0;
  padding: 0;
}
.internal-banner-content li {
  list-style-type: none;
}

#breadcrumbs-wrap {
  padding: 10px 0;
}

#breadcrumbs-wrap #breadcrumbs {
  padding-bottom: 0;
}

#breadcrumbs-wrap #breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs-wrap span {
  font-size: 11px;
  color: #000000;
}

#breadcrumbs-wrap span a {
  color: #fff !important;
}

.new-breadcrumbs {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #FFF;
}
.new-breadcrumbs p {
  margin: 0;
  padding: 10px 0;
  line-height: normal;
  color: #FFF;
  font-size: 14px;
}
.new-breadcrumbs p a {
  color: #000000;
}
.banner-button {
  float: left;
  margin-top: 20px;
  clear: both;
}

.single #internal-banner .main-banner-title {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .single #internal-banner .main-banner-title {
    font-size: 54px;
    line-height: 58px;
  }
}

#content-repeater,
#content-repeater-alt {
  position: relative;
  background: #FFF;
}
#content-repeater ul,
#content-repeater-alt ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content-repeater ul li,
#content-repeater-alt ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#content-repeater ul li i,
#content-repeater-alt ul li i {
  margin-right: 10px;
  color: #45aa0b;
}
#content-repeater ul li:last-child,
#content-repeater-alt ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li h1,
  #content-repeater ul li h2,
  #content-repeater ul li h3,
  #content-repeater ul li h4,
  #content-repeater ul li h5,
  #content-repeater ul li h6,
  #content-repeater-alt ul li h1,
  #content-repeater-alt ul li h2,
  #content-repeater-alt ul li h3,
  #content-repeater-alt ul li h4,
  #content-repeater-alt ul li h5,
  #content-repeater-alt ul li h6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#content-repeater ul li h1:after,
#content-repeater ul li h2:after,
#content-repeater ul li h3:after,
#content-repeater ul li h4:after,
#content-repeater ul li h5:after,
#content-repeater ul li h6:after,
#content-repeater-alt ul li h1:after,
#content-repeater-alt ul li h2:after,
#content-repeater-alt ul li h3:after,
#content-repeater-alt ul li h4:after,
#content-repeater-alt ul li h5:after,
#content-repeater-alt ul li h6:after {
  left: 0px;
  right: auto;
}
#content-repeater ul li h2,
#content-repeater-alt ul li h2 {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  #content-repeater ul li h2,
  #content-repeater-alt ul li h2 {
    margin-top: 0;
  }
}
#content-repeater ul li h1,
#content-repeater-alt ul li h1 {
  font-size: 38px;
}
#content-repeater ul li p,
#content-repeater-alt ul li p {
  margin: 0;
}
#content-repeater ul li img,
#content-repeater-alt ul li img {
  object-fit: cover;
  margin: 0 auto;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li img,
  #content-repeater-alt ul li img {
    margin: 40px auto;
  }
}
#content-repeater ul li .col,
#content-repeater-alt ul li .col {
  padding: 0px;
  margin: 0;
  width: 48%;
}
#content-repeater ul li .col ul,
#content-repeater-alt ul li .col ul {
  margin: 20px 20px 20px 0px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li .col ul,
  #content-repeater-alt ul li .col ul {
    margin: 20px 20px 0 20px;
  }
}
#content-repeater ul li .col ul li,
#content-repeater-alt ul li .col ul li {
  box-shadow: none;
  margin: 0;
  background: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}
#content-repeater ul li .col ul li:last-child,
#content-repeater-alt ul li .col ul li:last-child {
  margin-bottom: 0;
}
#content-repeater ul li .col ul li:before,
#content-repeater-alt ul li .col ul li:before {
  left: 0px;
  top: 0px;
  content: "\f058";
  position: absolute;
  font-size: 17px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #45aa0b;
}

@media screen and (max-width: 768px) {
  .page-id-1138 #content-repeater .repeater-block-1 .flex,
  .page-id-1138 #content-repeater .repeater-block-5 .flex {
    display: flex;
    flex-direction: column;
  }
  .page-id-1138 #content-repeater .repeater-block-1 .flex .span_1_of_2:nth-child(2),
  .page-id-1138 #content-repeater .repeater-block-5 .flex .span_1_of_2:nth-child(2) {
    order: -1;
  }
}
#container {
  display: flex;
  flex-direction: column;
}

#element2 {
  order: -1;
}

#content-repeater ul li .col .points li {
  color: #000000;
  font-weight: 400;
  line-height: 54px;
  font-size: 34px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  #content-repeater ul li .col .points li {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  #content-repeater ul li .col .points li {
    font-size: 34px;
  }
}
@media screen and (min-width: 1151px) {
  #content-repeater ul li .col .points li {
    font-size: 43px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1500px) {
  #content-repeater ul li .col .points li {
    font-size: 43px;
    line-height: 70px;
  }
}
#content-repeater ul li .col .points li:before {
  color: #389c4a;
  font-size: 44px;
  top: 0;
}

#content-repeater .button,
#content-repeater-alt .button {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #content-repeater .button,
  #content-repeater-alt .button {
    margin-bottom: 0;
  }
}
#content-repeater .button-alt:hover,
#content-repeater-alt .button-alt:hover {
  background: #389c4a;
  color: #FFF;
}

.side-contact {
  padding: 40px;
  overflow: hidden;
  background: #feffd7;
}
.side-contact p {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.side-contact h3 {
  padding: 0 !important;
  margin-bottom: 10px;
}
.side-contact .solid-heading {
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 22px;
  padding: 10px !important;
  background: #389c4a;
  display: block;
  width: auto;
}
.side-contact .wpcf7-submit {
  background: #1d1d1d;
  margin-top: 10px;
  border-radius: 0px;
}

.solid-heading {
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 22px;
  padding: 10px !important;
  background: #389c4a;
  display: block;
  width: auto;
}

.page-id-315 #content-repeater {
  padding-bottom: 0;
}
.page-id-315 #content-repeater img {
  margin: 0 auto;
}
.page-id-315 #content-repeater-alt {
  padding: 0;
}
.page-id-315 #content-repeater-alt img {
  margin: 0 auto;
}

.page-id-315 #content-repeater {
  padding-bottom: 60px;
}

#content-repeater-alt {
  background: #FFF;
}
.page-id-281 #content-repeater, .page-id-319 #content-repeater, .page-id-342 #content-repeater {
  background: #f7f7f7;
}

#content-repeater textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: solid 1px #cfcfcf;
  border-radius: 12px;
}

#content-repeater .wpcf7-form-control {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #cfcfcf;
  border-radius: 12px;
  background: #f9f9f9;
}
#content-repeater .namefield {
  width: 48%;
  float: left;
}
#content-repeater .phonefield {
  width: 48%;
  float: right;
  margin-right: 0;
}
#content-repeater .cofield {
  width: 100%;
  float: right;
  margin-right: 0;
}
#content-repeater .wpcf7-acceptance {
  border: none;
  padding: 0;
  font-size: 14px;
  background: none;
}
#content-repeater .wpcf7-acceptance:after {
  display: none !important;
}
#content-repeater .wpcf7-acceptance a {
  color: #f7d720;
  text-decoration: underline;
}
#content-repeater .wpcf7-submit {
  max-width: 180px;
  padding: 14px 36px 14px 36px;
  color: #FFF;
  background: #f7d720;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(10, 140, 202);
  border-radius: 50px;
  background-image: -moz-linear-gradient(-145deg, rgba(63, 190, 203, 0.99608) 0%, rgb(15, 150, 214) 100%);
  background-image: -webkit-linear-gradient(-145deg, rgba(63, 190, 203, 0.99608) 0%, rgb(15, 150, 214) 100%);
  background-image: -ms-linear-gradient(-145deg, rgba(63, 190, 203, 0.99608) 0%, rgb(15, 150, 214) 100%);
}
#content-repeater .contact-list {
  clear: both;
  float: left;
  margin-bottom: 40px !important;
}
#content-repeater .wpcf7 {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .flex-50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

.fifty {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .fifty {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .fifty {
    width: 48%;
    clear: none;
  }
}
.fifty img {
  border-radius: 12px;
}
.fifty p {
  margin: 0;
}
.page-id-341 #content-repeater, .page-id-345 #content-repeater {
  background: #f7d720;
}
.page-id-341 #content-repeater h2, .page-id-341 #content-repeater h3, .page-id-341 #content-repeater p, .page-id-341 #content-repeater li, .page-id-345 #content-repeater h2, .page-id-345 #content-repeater h3, .page-id-345 #content-repeater p, .page-id-345 #content-repeater li {
  color: #FFF;
}

.page-id-349 .fifty .col {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flex-50 .col {
    margin: 0;
  }
}
.page-id-6691 #content-repeater {
  background: #f7d720;
}
.page-id-6691 #content-repeater .fifty h2, .page-id-6691 #content-repeater .fifty p {
  color: #FFF;
}
.page-id-6691 #content-repeater-alt {
  background: #f7f7f7;
}

.page-id-6837 #content-repeater, .page-id-6855 #content-repeater, .page-id-6863 #content-repeater {
  background: #f7d720;
}
.page-id-6837 #content-repeater .fifty h2, .page-id-6837 #content-repeater .fifty p, .page-id-6837 #content-repeater .fifty li, .page-id-6855 #content-repeater .fifty h2, .page-id-6855 #content-repeater .fifty p, .page-id-6855 #content-repeater .fifty li, .page-id-6863 #content-repeater .fifty h2, .page-id-6863 #content-repeater .fifty p, .page-id-6863 #content-repeater .fifty li {
  color: #FFF;
}
.page-id-6837 #content-repeater-alt, .page-id-6855 #content-repeater-alt, .page-id-6863 #content-repeater-alt {
  background: #f7f7f7;
}

.page-id-6980 #content-repeater .fifty {
  margin-bottom: 0;
}

#one-col {
  background: #f7d720;
}
#one-col .intro p, #one-col .intro h2, #one-col .intro h3 {
  text-align: left;
  color: #FFF;
}
#one-col .one-col-content {
  background: #FFF;
  padding: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
}
#one-col .one-col-content .steps-form .steps-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
#one-col .one-col-content .steps-form .steps-row .steps-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: none;
  margin-bottom: 10px;
  padding: 0 10px 0;
}
#one-col .one-col-content .steps-form .steps-row:before {
  display: none;
}
#one-col .one-col-content .steps-form .steps-row .steps-step p {
  font-size: 13px;
  margin: 12px 0 12px;
  padding: 0;
  line-height: 6px;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle {
  margin-top: 0px;
  background: #FFF !important;
  cursor: default !important;
  opacity: 0.2;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
  background: #389c4a !important;
  color: #FFF !important;
  box-shadow: none;
  opacity: 1;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active p {
  color: #FFF !important;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .completed {
  background: #45aa0b !important;
  color: #FFF !important;
  cursor: pointer !important;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .completed p {
  color: #FFF !important;
}
#one-col .one-col-content .uacf7-step ul, #one-col .one-col-content .uacf7-step ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
#one-col .one-col-content .uacf7-step ul li, #one-col .one-col-content .uacf7-step ol li {
  font-size: 16px;
  line-height: 26px;
}
#one-col .one-col-content .uacf7-step p {
  margin: 5px 0 10px;
  padding: 0;
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
#one-col .one-col-content .uacf7-step h2, #one-col .one-col-content .uacf7-step h3 {
  margin: 10px 0;
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
#one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle:hover, #one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle:focus, #one-col .one-col-content .steps-form .steps-row .steps-step .btn-circle:active {
  box-shadow: none;
}
#one-col .one-col-content .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
  clear: both;
}
#one-col .one-col-content .wpcf7-form-control-wrap input {
  border-radius: 12px;
  background: #f7f7f7;
}
#one-col .one-col-content .wpcf7-form-control-signature-wrap, #one-col .one-col-content textarea {
  background: #f7f7f7;
  border-radius: 12px;
  color: #1d1d1d;
  border: 1px solid #ccc !important;
}
#one-col .one-col-content .wpcf7-form-control-clear-wrap {
  margin-top: 20px;
}
#one-col .one-col-content .wpcf7-submit {
  margin-top: 40px;
}
#one-col .one-col-content .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}
#one-col .one-col-content .wpcf7-radio .first, #one-col .one-col-content .wpcf7-checkbox .first {
  margin-left: 0;
}
#one-col .one-col-content .wpcf7-form label {
  clear: both;
}
#one-col .one-col-content .wpcf7-select {
  padding: 10px;
  border: 1px solid #ccc !important;
  width: 100%;
  border-radius: 12px;
  margin-top: 0px;
  background: #f7f7f7;
}
#one-col .one-col-content .wpcf7-form-control {
  display: block !important;
}
#one-col .one-col-content .wpcf7 input[type=file] {
  padding: 10px;
  border: 1px solid #ccc !important;
  width: 100%;
  border-radius: 12px;
  margin-top: 0px;
  background: #f7f7f7;
}
#one-col .wpcf7 form.sent .wpcf7-response-output {
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  clear: both;
}

.progressbar-style-1.steps-form .steps-row .steps-step p {
  display: block !important;
}

.page-id-347 .wpcf7 {
  margin-top: 0;
}

.page-id-6868 #one-col .one-col-content {
  padding: 0;
  background: none;
  box-shadow: none;
}

#testimonials {
  background: #feffd7;
  position: relative;
  padding: 140px 0;
}
#testimonials .wrap {
  position: relative;
  z-index: 10;
}
#testimonials .intro {
  text-align: center;
}
#testimonials .intro h2 {
  color: #FFF;
}
#testimonials .intro p {
  color: #FFF;
}
#testimonials .testimonial-slider {
  float: left;
  margin: 0;
  padding: 0;
}
#testimonials .testimonial-slider p {
  color: #FFF;
}
#testimonials .testimonial-slider .author-content p {
  font-style: normal;
  color: #000000;
  margin: 10px 0;
}
#testimonials .testimonial-slider .author-content p a {
  font-style: normal;
}
#testimonials .testimonial-slider li {
  color: #FFF;
  list-style-type: none;
  font-style: italic;
}
#testimonials .testimonial-slider li a {
  color: #389c4a;
  font-style: italic;
  text-transform: none;
  font-style: italic;
}
#testimonials .testimonial-slider li .post-content {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial-slider li .post-content {
    padding: 0px 40px;
  }
}
#testimonials .testimonial-slider li .post-content p {
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  #testimonials .testimonial-slider li .post-content {
    padding: 0px 80px;
  }
}
#testimonials .testimonial-slider li .post-content h3 {
  color: #389c4a;
  margin-top: 0;
  font-size: 36px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial-slider li .post-content h3 {
    line-height: 60px;
    font-size: 56px;
  }
}
#testimonials .testimonial-slider li .post-content p {
  color: #000000;
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#testimonials .testimonial-slider li .post-content .stars {
  color: #ebb527;
  margin: 0px 0 10px 0;
  padding: 0;
  letter-spacing: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#testimonials .testimonial-slider li .post-content .author-content p {
  font-style: normal;
  margin: 20px 0 0px 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
#testimonials .testimonial-slider li .owl-dots {
  margin: 0;
  bottom: -20px;
}

#testimonials .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: auto;
  width: 100%;
  margin: 0 auto;
  float: none;
  left: 2px;
  right: 2px;
  top: 43%;
}
#testimonials .owl-nav .owl-prev {
  display: inline-block;
  min-width: auto;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a;
  outline: none;
}
@media screen and (min-width: 1024px) {
  #testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
  }
}
#testimonials .owl-nav .owl-next {
  display: inline-block;
  min-width: auto;
  left: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a;
  outline: none;
}
@media screen and (min-width: 1024px) {
  #testimonials .owl-nav .owl-next {
    position: absolute;
    right: -80px;
  }
}

#testimonials .fa-angle-right:before {
  color: #FFF;
}
#testimonials .fa-angle-left:before {
  color: #FFF;
}

.testimonial-image {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
}
.testimonial-content {
  margin: auto;
}

#testimonials .author-content {
  clear: both;
  margin-top: 30px auto;
}
#testimonials .author-content p {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
#testimonials .author-content .letter {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #f7d720;
  margin-right: 10px;
  margin-left: 0px;
  text-align: center;
  line-height: 42px;
  color: #FFF;
}
#testimonials .author-content .text {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #testimonials .owl-nav {
    bottom: -50px;
    top: auto;
    max-width: 200px;
  }
  #testimonials .owl-nav button {
    min-width: auto;
    background: #57a4d9;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 5px;
  }
}
.testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.testimonial-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.24;
  object-position: center center; /* Horizontally and vertically centered */
}

#call-to-action-repeater {
  background: #f7f7f7;
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}
#call-to-action-repeater .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.2;
}
#call-to-action-repeater .bg-image img {
  object-fit: cover;
  object-position: center center; /* Horizontally and vertically centered */
  width: 100%;
  height: 100%;
  display: block;
}
#call-to-action-repeater .summary {
  background: #FFF;
  padding: 30px;
  margin: 30px 0 0 0;
  float: left;
  clear: both;
}
#call-to-action-repeater .summary p {
  margin: 0;
  padding: 0;
}
#call-to-action-repeater .summary .button {
  margin-top: 20px;
}
#call-to-action-repeater .wrap, #call-to-action-repeater .slider-wrap {
  position: relative;
  z-index: 10;
}
#call-to-action-repeater .slider-wrap {
  margin: 0 0px;
}
#call-to-action-repeater .intro {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#call-to-action-repeater .intro p {
  color: #1d1d1d;
}
#call-to-action-repeater .intro h2 {
  color: #f7d720;
}
#call-to-action-repeater .call-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#call-to-action-repeater .call-slider li {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  border: none;
  background: #f7d720;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#call-to-action-repeater .call-slider li .button {
  margin-top: 20px;
}
#call-to-action-repeater .call-slider li .button:hover {
  background: #f7f7f7;
  color: #1d1d1d;
}
#call-to-action-repeater .call-slider li .button:hover:after {
  color: #1d1d1d;
}
#call-to-action-repeater .call-slider li .image {
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  height: 100%;
}
#call-to-action-repeater .call-slider li .image img {
  object-fit: cover;
  height: 100%;
}
#call-to-action-repeater .call-slider li .call-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: right;
}
#call-to-action-repeater .call-slider li .call-content h3 {
  color: #FFF;
}
#call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 0px;
  color: #FFF;
  margin-top: 0;
  font-size: 22px;
}
#call-to-action-repeater .call-slider li .call-content p {
  margin: 0;
  color: #FFF;
  padding: 0;
}
#call-to-action-repeater .call-slider li .call-content .button-text {
  margin: 0px auto;
  float: none;
  max-width: 176px;
  background: #389c4a;
  color: #FFF;
}
#call-to-action-repeater .call-slider li .call-content .button-text:hover {
  background: #000000;
}
#call-to-action-repeater .call-slider li img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  margin: 0 auto;
}
#call-to-action-repeater .call-slider li a:hover {
  text-decoration: none;
}
#call-to-action-repeater .call-slider li a:hover img {
  opacity: 0.9;
}
#call-to-action-repeater .call-slider li a:hover h2:after {
  background: #389c4a;
}

#call-to-action-repeater .owl-stage {
  display: flex;
  align-items: center;
}
#call-to-action-repeater .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: 45%;
  width: 100%;
  margin: 0 auto;
  float: none;
  left: 0;
  right: 0;
  bottom: auto;
}
#call-to-action-repeater .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: -60px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #f7d720;
  outline: none;
  text-align: center;
}
#call-to-action-repeater .owl-nav .owl-prev:before {
  display: none;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: -60px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #f7d720;
  outline: none;
  text-align: center;
}
#call-to-action-repeater .owl-nav .owl-next:before {
  display: none;
}

#call-to-action-repeater .fa-angle-right:before {
  color: #FFF;
}
#call-to-action-repeater .fa-angle-left:before {
  color: #FFF;
}

#usp {
  position: relative;
  overflow: hidden;
  background: #f7d720;
}
#usp ul {
  padding: 0;
  margin: 0;
}
#usp ul li {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  background: #FFF;
  padding: 30px;
}
#usp ul li .usp-icon {
  font-size: 42px;
  display: block;
  color: #389c4a;
  padding: 0;
  margin: 0;
}
#usp ul li .usp-info {
  display: block;
  padding: 0;
  margin: 0;
}
#usp ul li .usp-info p {
  padding: 0;
  margin: 0;
}

.hero-testimonial .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: auto;
  width: 110px;
  margin: 0 auto;
  float: none;
  left: 2px;
  right: 2px;
  bottom: -30px;
}
.hero-testimonial .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a !important;
  outline: none;
}
.hero-testimonial .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a !important;
  outline: none;
}

.hero-testimonial .fa-angle-right:before {
  color: #FFF;
}
.hero-testimonial .fa-angle-left:before {
  color: #FFF;
}

#usp .fa-angle-right:before {
  color: #FFF;
}
#usp .fa-angle-left:before {
  color: #FFF;
}

.usp-title {
  font-size: 30px;
  color: #f7d720;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  margin: 10px 0 10px 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .usp-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1151px) {
  .usp-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .usp-title {
    font-size: 60px;
  }
}
.usp-title span {
  display: block;
}

.page-id-341 #usp .usp-title {
  font-size: 26px;
  color: #f7d720;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  line-height: normal;
  padding-bottom: 0;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .page-id-341 #usp .usp-title {
    font-size: 50px;
  }
}
.page-id-341 #usp .usp-title span {
  display: block;
}

#usp {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  #usp {
    padding-bottom: 60px;
  }
}
#usp .owl-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  top: auto;
  text-align: center;
}
#usp .owl-nav button {
  min-width: auto;
  background: #389c4a;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 5px;
}

#image-slider {
  background: #FFF;
  position: relative;
}
#image-slider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex: 1;
}
#image-slider .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#image-slider .intro h2, #image-slider .intro p {
  color: #000000;
}
#image-slider .image-slider {
  padding: 40px;
  width: 100%;
}
#image-slider .image-slider li {
  list-style-type: none;
  padding: 20px;
}
#image-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
#image-slider .background-image img {
  height: 500px;
  object-fit: cover;
}
#image-slider .owl-nav i {
  color: #FFF;
}
#image-slider .owl-nav .owl-next {
  right: 40px;
}
#image-slider .owl-nav .owl-prev {
  left: -40px;
}

#two-col {
  background: #FFF;
}
#two-col .intro {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #two-col .group {
    display: flex;
  }
}
#two-col .group .col {
  text-align: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 0px;
  border-radius: 12px;
  min-height: 700px;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  #two-col .group .col {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  #two-col .group .col {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #two-col .group .col {
    min-height: 500px;
  }
}
#two-col .group .col ul {
  margin: 0;
  padding: 0;
}
#two-col .group .col ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  line-height: 36px;
  margin-bottom: 20px;
}
#two-col .group .col ul li i {
  color: #389c4a;
  float: left;
  font-size: 16px;
  padding-top: 9px;
  margin-right: 10px;
}
#two-col .group .col p {
  color: #1d1d1d;
  font-size: 18px;
  margin: 20px 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #two-col .group .col p {
    font-size: 21px;
  }
}
#two-col .summary p {
  color: #FFF;
}
#two-col .button {
  margin: 0px;
}
@media screen and (min-width: 1024px) {
  #two-col .button {
    margin: 0 0px;
  }
}
.two-col-content {
  padding: 40px;
  top: 0px;
  margin: 0 auto;
}
#three-col {
  padding: 50px 0;
  background: #f7f7f7;
}
#three-col .intro {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #three-col .group {
    display: flex;
  }
}
#three-col .group .col {
  text-align: left;
  background: #FFF;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.06);
}
#three-col .group .col p, #three-col .group .col h2, #three-col .group .col h3, #three-col .group .col ul {
  padding: 0 20px;
  margin-top: 0;
}
#three-col .group .col ul {
  list-style-type: none;
  margin-bottom: 20px;
}
#three-col .group .col ul li i {
  color: #389c4a;
  margin-right: 5px;
}
#three-col .group .col ul li a {
  color: #1d1d1d;
}
#three-col .group .col ul li a i {
  color: #389c4a;
  margin-right: 5px;
}
#three-col .group .col h2, #three-col .group .col h3 {
  margin-top: 20px;
}

#four-col {
  background: #389c4a;
}
#four-col .intro {
  text-align: center;
  color: #FFF;
  padding: 0 0 0px 20px;
}
#four-col .intro h2,
#four-col .intro h3 {
  color: #FFF;
}
#four-col .intro p {
  margin-bottom: 0;
  color: #FFF;
  padding-bottom: 0;
}
#four-col .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 -1%;
  padding-top: 0;
}
#four-col .group h1,
#four-col .group h2,
#four-col .group h3,
#four-col .group h4,
#four-col .group h5,
#four-col .group h6 {
  padding: 0 20px;
  margin-top: 20px;
  line-height: normal;
  font-size: 24px;
}
#four-col .group p {
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}
#four-col .group .col {
  background: #FFF;
  padding-bottom: 20px;
  margin: 1%;
  box-sizing: border-box;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#four-col .group .col .button:after {
  content: "\f063";
}
@media screen and (min-width: 768px) {
  #four-col .group .col {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (min-width: 1500px) {
  #four-col .group .col {
    width: 23%;
  }
}
#four-col .group .col i {
  color: #FFF;
  font-size: 32px;
  background: #f7d720;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 20px 0;
  line-height: 80px;
  display: inline-block;
}

.page-id-7087 #four-col {
  background: #f7d720;
}
.page-id-7087 #four-col .intro {
  text-align: left;
  overflow: hidden;
}
.page-id-7087 #four-col .col p:first-of-type {
  margin: 0;
  padding: 0;
}
.page-id-7087 #four-col .col .button:after {
  content: "\f061";
}
.page-id-7087 #four-col .col1 i {
  background: #3B5998;
}
.page-id-7087 #four-col .col2 i {
  background: #0077B5;
}
.page-id-7087 #four-col .col3 i {
  background: #FF0000;
}
.page-id-7087 #four-col .col4 i {
  background: #000;
}

.page-id-343 #four-col {
  background: #f7f7f7;
}
.page-id-343 #four-col .intro {
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.page-id-343 #four-col .intro p {
  color: #1d1d1d;
}
.page-id-343 #four-col .intro h2 {
  color: #389c4a;
}

#full-gallery {
  padding: 50px 0;
}
#full-gallery .intro {
  text-align: center;
}
#full-gallery .gallery-wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#slider-gallery h1:after, #slider-gallery h2:after, #slider-gallery h3:after, #slider-gallery h4:after, #slider-gallery h5:after, #slider-gallery h6:after {
  left: 0px;
  right: auto;
}
#slider-gallery .slider-gallery {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slider-gallery .slider-gallery li {
  list-style-type: none;
}

#slider-gallery .fa-angle-right:before {
  color: #FFF;
}
#slider-gallery .fa-angle-left:before {
  color: #FFF;
}

#slider-gallery .owl-nav {
  top: 49%;
}
#slider-gallery .owl-nav .owl-prev {
  left: 20px;
}
#slider-gallery .owl-nav .owl-next {
  right: 20px;
}

#contact-module {
  background-size: cover;
}
#contact-module .wpcf7 {
  margin-top: 0;
}
#contact-module .form-wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #FFF;
  max-width: 1000px;
  background: #FFF;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
}
#contact-module .form-wrap .form-intro {
  text-align: center;
}
#contact-module .form-wrap .form-intro p {
  margin-bottom: 0;
}
#contact-module .form-wrap form p {
  margin-bottom: 5px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#contact-module .form-wrap form .input-wrap {
  width: 100%;
  float: left;
}
@media screen and (min-width: 560px) {
  #contact-module .form-wrap form .input-wrap {
    width: 49%;
  }
  #contact-module .form-wrap form .input-wrap:nth-child(3) {
    float: right;
  }
}
#contact-module .form-wrap form .input-wrap label {
  font-size: 14px;
}
#contact-module .form-wrap form input {
  margin: 5px 0;
  font-size: 12px;
  padding: 12px;
}
#contact-module .form-wrap form textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
  border: solid 1px #c3c3c3;
}
#contact-module .form-wrap form .wpcf7-submit {
  max-width: 140px;
  outline: none;
  border: none;
  padding: 14px 30px;
  background: #f7d720;
  margin-top: 20px;
}
#contact-module .form-wrap form .wpcf7-submit:hover {
  background: #feffd7;
}

#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #f7d720;
}

div.wpcf7-response-output {
  clear: both;
  margin: 0;
  border: none !important;
  color: #fff !important;
  text-align: center;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0;
  background: red !important;
  border: none !important;
  color: #fff !important;
}

#main-contact {
  background: #f7f7f7;
}
#main-contact .span_1_of_2 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  padding: 40px;
}
#main-contact .span_1_of_2 .input-wrap {
  float: left;
  width: 100%;
}
#main-contact .span_1_of_2 .input-wrap label {
  float: left;
  width: 100%;
  font-size: 14px;
}
#main-contact .span_1_of_2 .input-wrap label input {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#main-contact .span_1_of_2 input[type=checkbox] {
  width: auto;
}
#main-contact .span_1_of_2 textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
}
#main-contact .span_1_of_2 .wpcf7-submit {
  max-width: 140px;
  outline: none;
}

.CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #f7d720;
}

#wpcf7-f243-o1 > form > p > span.wpcf7-form-control-wrap.acceptance-853 > span > span > label > input[type=checkbox], #wpcf7-f352-o1 > form > div.form-wrap > p:nth-child(4) > span.wpcf7-form-control-wrap.acceptance-528 > span > span > label > input[type=checkbox] {
  width: auto;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
  border-radius: 8px;
}

.wpcf7-list-item-label a {
  color: #f7d720;
}

.page-id-351 #contact-module .form-wrap {
  padding: 20px;
  background: #f7f7f7;
}
.page-id-351 #contact-module .form-wrap input, .page-id-351 #contact-module .form-wrap textarea {
  font-size: 12px;
  border: solid 1px #d3d3d3;
}
.page-id-351 #contact-module .form-wrap .fl, .page-id-351 #contact-module .form-wrap .wpcf7-list-item {
  color: #000000;
}
.page-id-351 #contact-module .form-wrap .wpcf7-submit {
  background: #389c4a;
  border: none;
  color: #FFF;
  margin-top: 20px;
}

#main-contact .col form p {
  margin-bottom: 0;
}

#main-contact .span_1_of_2 .wpcf7-submit {
  background: #389c4a;
  border: none;
  color: #FFF;
  border-radius: 0px;
}
#main-contact .span_1_of_2 .wpcf7-submit:hover {
  background: #f7d720;
}

#main-contact .col ul {
  padding-left: 0;
}
#main-contact .col ul li {
  list-style-type: none;
  line-height: 30px;
}
#main-contact .col ul li a {
  color: #a9a9a9;
}
#main-contact .col ul li .fa-facebook {
  color: #0f5ae4;
}
#main-contact .col ul li .fa-linkedin {
  color: #0086b4;
}
#main-contact .col ul li .fa-twitter {
  color: #6fd1f3;
}

.form-wrap textarea {
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
}

div.wpcf7 input[type=file] {
  color: #000000;
}

.cvform {
  margin: 10px 0;
  float: left;
}

.page-id-2081 .form-wrap h2, .page-id-2081 .form-wrap p {
  text-align: center;
}

.page-id-187 #two-col ul li {
  line-height: 40px;
}

.page-id-364 div.wpcf7-response-output {
  border: solid 1px #f7d720 !important;
  color: #f7d720 !important;
}

#sitemap-menu {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  padding: 0;
}
#sitemap-menu li {
  list-style-type: none;
  width: auto;
  margin: 10px 0;
}
#sitemap-menu li a {
  background: #f7d720;
  padding: 20px 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  display: inline-block;
}
#sitemap-menu li a:hover {
  background: #389c4a;
  text-decoration: none;
}
#sitemap-menu li .sub-menu {
  margin: 0;
  padding: 0;
}

#sitemap-area h2:after {
  left: 0px;
  right: auto;
}

#map-module .intro {
  text-align: center;
}
#map-module .map {
  float: left;
  width: 100%;
}
#map-module .map iframe {
  width: 100%;
}
#map-module .directions {
  margin: 20px auto;
  float: none;
  width: 50%;
}
#map-module .directions form {
  float: left;
  width: 100%;
}
#map-module .directions form input {
  width: 100%;
  font-size: 14px;
  padding: 9.5px;
  float: left;
}
@media screen and (min-width: 700px) {
  #map-module .directions form input {
    width: 75%;
  }
}
#map-module .directions form .directions-input {
  width: 25%;
  padding: 14px 30px;
  font-size: 11px;
}
@media screen and (min-width: 700px) {
  #map-module .directions form .directions-input {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #main-contact .group {
    display: flex;
    width: 100%;
  }
}
#main-contact .col {
  flex: 1;
  padding: 20px;
}
#main-contact .col h1:after, #main-contact .col h2:after, #main-contact .col h3:after, #main-contact .col h4:after, #main-contact .col h5:after, #main-contact .col h6:after {
  left: 0px;
  right: auto;
}
#main-contact .col p {
  padding: 0;
}
#main-contact .col li a {
  color: #f7d720;
}
#main-contact .col img {
  margin-bottom: 20px;
}
#main-contact .col input {
  width: 100%;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
  border: solid 1px #c3c3c3;
}
#main-contact .col textarea {
  border: solid 1px #c3c3c3;
  font-size: 12px;
  padding: 12px;
}
#main-contact .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
}

#news-module {
  background: #f7f7f7;
}
#news-module .intro {
  text-align: left;
}
#news-module .group {
  margin-top: 0;
}
#news-module .group .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
#news-module .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
#news-module .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#news-module .group .news-post .post-content p a {
  color: #389c4a;
}
#news-module .group .news-post .post-content p .postedon {
  color: #feffd7;
}
#news-module .group .news-post .post-content p .postedon a {
  color: #feffd7;
}
#news-module .group .news-post .post-content time {
  color: #389c4a;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
#news-module .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #f7d720;
}

.post-excerpt {
  font-style: italic;
}

#news .news-header, .category .news-header {
  float: left;
  width: 100%;
}
#news .col-container, .category .col-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* This is key for distributing space between items */
  margin: 0; /* Ensure no external margins on the container */
  padding: 0; /* Ensure no external padding on the container */
}
#news .col-container li, .category .col-container li {
  width: 100%; /* Default for mobile */
  float: left; /* No longer strictly needed with flex, but doesn't hurt */
  list-style-type: none;
  background: #FFF;
  margin-bottom: 60px;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  #news .col-container li, .category .col-container li {
    width: calc(50% - 10px); /* 50% minus half the desired gap on each side */
    margin-bottom: 60px;
    /* No margin-right here, space-between handles it */
  }
}
@media screen and (min-width: 1024px) {
  #news .col-container li, .category .col-container li {
    width: calc(33.333% - 14px); /* (100% / 3) minus adjusted gap */
    margin-bottom: 60px;
  }
}
#news .col-container li h3, .category .col-container li h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  #news .col-container li, .category .col-container li {
    margin: 0 0 40px 0; /* Adjust margin if you want specific bottom margin, but no side margins */
  }
}
@media screen and (min-width: 1024px) {
  #news .col-container li, .category .col-container li {
    margin: 0 0 40px 0; /* Adjust margin if you want specific bottom margin */
  }
}
@media screen and (min-width: 1200px) {
  #news .col-container li, .category .col-container li {
    margin: 0 0 40px 0; /* Adjust margin if you want specific bottom margin */
  }
}
#news .span_2_of_3 ul, .category .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#news .span_2_of_3 ul li, .category .span_2_of_3 ul li {
  list-style-type: none;
}

#news #secondary {
  border-radius: 0px;
  overflow: hidden;
}
#news #secondary section {
  padding: 20px;
  background: #FFF;
  margin-bottom: 20px;
  width: 100%;
}
#news #secondary section h2:after {
  left: 0px;
  right: auto;
}
#news #secondary section ul {
  float: left;
  width: 100%;
}
#news #secondary section ul li {
  float: left;
  width: auto;
  border-radius: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-post #news .post-thumb {
  float: left;
  width: 100%;
}
.single-post #news article {
  width: 100%;
}
.single-post #news article h1, .single-post #news article h2, .single-post #news article h3, .single-post #news article h4, .single-post #news article h5, .single-post #news article h6 {
  position: relative;
}
.single-post .nav-links .nav-previous {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-previous {
    width: 49%;
  }
}
.single-post .nav-links .nav-next {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 1%;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-next {
    width: 49%;
    float: right;
  }
}
.single-post .nav-links a {
  width: 100%;
}

#news .entry-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
#news .entry-title a {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  text-decoration: none;
  font-weight: 700;
}
#news .entry-title a:hover {
  color: #389c4a;
}
#news .entry-title:after {
  left: 0px;
  right: auto;
}
#news .entry-meta {
  margin-bottom: 0px;
  font-size: 16px;
  color: #feffd7;
}
#news .entry-meta time {
  color: #389c4a;
}
#news .entry-content {
  padding-top: 0;
}

.widget-title {
  margin-top: 0;
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.search .page-title, .single .page-title {
  margin-top: 0;
}
.search .span_2_of_3, .single .span_2_of_3 {
  background: #FFF;
}

.posted-on {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #f7d720;
}
.posted-on a {
  color: #f7d720;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 20px 20px 0 20px;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
}
.widget li a {
  width: auto;
  display: block;
  text-decoration: none;
  border-radius: 0px;
  background: #feffd7;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-weight: 600;
  padding: 14px 20px 14px 20px;
  border-radius: 8px;
}
.widget li a:hover {
  background: #f7d720;
  color: #FFF;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  clear: both;
}

#news-module .post-image {
  margin-bottom: 0;
}

#news-module ul li {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#news-module .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#news-module ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  float: left;
  width: 100%;
}

#news-module .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#news-module .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

#news-module .news-post .post-content .button {
  margin-top: 20px;
}

#news-module .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#news-module .news-post .post-content p .posted-on a {
  color: #feffd7;
}

#news-module .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: #f7d720;
}

#news-module .news-post .post-content h2:after {
  display: none;
}

#news-module .post-image {
  width: 100%;
  float: left;
}

#news-module .post-image img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #news-module .post-image {
    width: 100%;
    float: left;
  }
}
.cta-subtitle .archive {
  background: none;
}

.widget_search {
  width: 100%;
  float: left;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .widget_search {
    width: 49%;
  }
}

#block-6 {
  width: 100%;
  float: right;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  #block-6 {
    width: 49%;
  }
}

.single .widget {
  width: 100%;
}

.play-button {
  margin: 0 auto;
  display: block;
  float: none;
  max-width: 200px;
  margin-bottom: 10px;
}

.video-embed {
  height: 260px;
}

.wp-block-search__label {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.wp-block-search__input {
  margin-bottom: 0 !important;
}

.wp-block-search {
  padding-top: 17px;
}

.wp-block-list {
  margin-bottom: 20px;
  list-style-position: inside;
}
.wp-block-list li {
  list-style-type: disc !important;
}

.single .entry-content {
  padding-bottom: 20px;
}
.single .entry-meta {
  display: none;
}

.page-id-6423 #news-module {
  background: #f7f7f7;
}
.page-id-6423 #news-module .intro h2, .page-id-6423 #news-module .intro p {
  color: #1d1d1d;
}

.page-id-6691 #news-module {
  background: #f7f7f7;
}

#filters {
  margin-bottom: 30px;
}

#news .post-image {
  height: 260px;
}
#news .post-image img {
  height: 260px;
  object-fit: cover;
}

.single .single-feed .span_2_of_3 p, .single .single-feed .span_2_of_3 h1, .single .single-feed .span_2_of_3 h2, .single .single-feed .span_2_of_3 h3, .single .single-feed .span_2_of_3 h4, .single .single-feed .span_2_of_3 li {
  color: #1d1d1d;
}
.single .single-feed .span_2_of_3 p {
  padding: 0;
  margin: 0 0 20px 0;
}
.single .single-feed .wp-block-heading {
  color: #1d1d1d;
}
.single #news .post-image {
  overflow: hidden;
  height: auto;
}
.single #news .post-image img {
  height: auto;
}

.page-id-6980 #news-module {
  padding-top: 60px;
}

.blog #news, .single #news {
  background: #f7f7f7;
}

.home #news-module .more-button:hover {
  background: #f7f7f7;
  color: #1d1d1d;
}
.home #news-module .more-button:hover:after {
  color: #1d1d1d;
}

.archive #news {
  background: #f7f7f7;
}
.archive #news .entry-content p {
  color: #1d1d1d;
}

.archive #news .col-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* This is key for distributing space between items */
  margin: 0; /* Ensure no external margins on the container */
  padding: 0; /* Ensure no external padding on the container */
}
.archive #news .col-container li {
  width: 100%; /* Default for mobile */
  float: left; /* No longer strictly needed with flex, but doesn't hurt */
  list-style-type: none;
  background: #FFF;
  margin-bottom: 60px;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .archive #news .col-container li {
    width: calc(50% - 10px); /* 50% minus half the desired gap on each side */
    margin-bottom: 60px;
    /* No margin-right here, space-between handles it */
  }
}
@media screen and (min-width: 1024px) {
  .archive #news .col-container li {
    width: calc(50% - 10px); /* (100% / 3) minus adjusted gap */
    margin-bottom: 60px;
  }
}

#video-module .video-area {
  max-width: 1000px;
  margin: 0 auto;
}
#video-module .video-area iframe {
  width: 100%;
  min-height: 540px;
}

#service-col {
  position: relative;
  overflow: hidden;
  background: #389c4a;
  position: relative;
}
#service-col .triangle,
#service-col .triangle2 {
  background: #FFF;
}
#service-col .intro {
  text-align: left;
  width: 100%;
}
#service-col .intro h2 {
  color: #FFF;
}
#service-col .intro p {
  color: #FFF;
  margin-bottom: 0;
  padding-bottom: 0;
}
#service-col ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.flex-cols {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 40px;
}
.flex-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: #FFF;
  margin-bottom: 60px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flex-cols li {
    width: 33%;
    margin: 1%;
    margin-bottom: 60px;
  }
}
.flex-cols li .service-icon {
  font-size: 34px;
  width: 18%;
  line-height: 80px;
  margin: 0 auto;
  background: #f7f7f7;
  color: #389c4a;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: 100%;
  text-align: center;
}
.flex-cols li .service-icon i {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 38%;
}
.flex-cols li .service-icon .fa {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  position: absolute;
  font-size: 50px;
}
.flex-cols li .service-content {
  float: right;
  width: 80%;
  margin-left: 20%;
}
.flex-cols li h3 {
  margin: 0px 0 0 0;
  position: relative;
  line-height: normal;
  font-size: 22px;
}
.flex-cols li p {
  color: #1d1d1d;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .flex-cols li {
    flex: 1 0 31%;
    margin: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-26 .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .page-id-26 .flex-cols li {
    flex: 1 0 31%;
    margin: 10px;
    margin-bottom: 40px;
  }
}
#service-col .flex-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1%;
  text-align: left;
}

.page-id-647 #service-col .flex-cols li .service-icon i {
  top: 40%;
}

.page-id-317 #service-col {
  background: #f7f7f7;
}
.page-id-317 #service-col .intro {
  text-align: left;
  width: 100%;
}
.page-id-317 #service-col .intro h2 {
  color: #389c4a;
}
.page-id-317 #service-col .intro p {
  color: #1d1d1d;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-id-317 #service-col .flex-cols li .service-icon {
  background: #389c4a;
  color: #FFF;
}

#contact-strip {
  background: #e6f9dc;
  padding: 30px 0;
  position: relative;
}
#contact-strip .contact-strip-title {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  margin-bottom: 0px;
  color: #FFF;
  margin-top: 0px;
  padding-bottom: 0;
  padding-left: 120px;
  line-height: 36px;
  position: relative;
  font-size: 38px;
  text-align: center;
}
#contact-strip .cs-left {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-left {
    width: 100%;
  }
}
#contact-strip .cs-left .contact-strip-sub-title {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 120px;
}
#contact-strip .cs-right {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-right {
    width: 100%;
  }
}
#contact-strip .cs-right a {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  background: #f7d720;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  max-width: 174px;
  min-width: 174px;
  float: left;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #contact-strip .cs-right a {
    float: right;
    margin-top: 0px;
  }
}
#contact-strip .cs-right a:hover {
  background: #FFF;
  color: #000000;
  text-decoration: none;
}

#contact-strip-alt {
  position: relative;
  overflow: hidden;
  background-color: #f7d720;
}
#contact-strip-alt .welcome-image img {
  border: solid 4px #FFF;
  border-radius: 9999px;
  max-width: 140px;
}
#contact-strip-alt .welcome-content {
  text-align: center;
}
#contact-strip-alt .welcome-content h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .welcome-content h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
#contact-strip-alt .welcome-content p {
  color: #FFF;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .welcome-content p {
    float: left;
    width: auto;
  }
}
#contact-strip-alt .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}
#contact-strip-alt .welcome-content .button {
  background: #FFF;
  color: #000000;
  margin: 20px auto 0;
}
#contact-strip-alt .welcome-content .button:hover {
  background: #389c4a;
  color: #FFF;
}
#contact-strip-alt .send-wrap {
  padding: 10px;
  margin-top: 26px;
  height: 120px;
  width: 120px;
  border-radius: 9999px;
  z-index: 2;
  display: none;
  background: rgb(0, 239, 151);
  background: linear-gradient(180deg, rgb(0, 239, 151) 0%, rgb(0, 210, 225) 23%, rgb(63, 23, 198) 70%, rgb(212, 39, 227) 100%);
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-wrap {
    display: inline-block;
  }
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-wrap {
    height: 140px;
    display: inline-block;
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-wrap {
    height: 180px;
    display: inline-block;
    width: 180px;
  }
}
#contact-strip-alt .send-ico {
  background: #FFF;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
    width: 160px;
    height: 160px;
  }
}
#contact-strip-alt .send-ico i {
  font-size: 54px;
  color: #f7d720;
  line-height: 74px;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .send-ico i {
    line-height: 88px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico i {
    line-height: 127px;
  }
}
#contact-strip-alt .span_1_of_6 {
  display: none;
}
@media screen and (min-width: 1151px) {
  #contact-strip-alt .span_1_of_6 {
    display: inline-block;
  }
}

.omsc-button, .search-submit {
  padding: 14px 30px !important;
  border-radius: 10px !important;
  color: #FFF !important;
  background: #e6f9dc !important;
  text-align: center !important;
  font-size: 15px !important;
  min-width: 162px !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  border: none !important;
  margin: 10px 0 !important;
  display: inline-block !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.omsc-button:hover, .search-submit:hover {
  background: #f7d720 !important;
  color: #FFF !important;
  text-decoration: none;
}

.omsc-pricing-table-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .omsc-pricing-table-wrapper {
    padding: 0;
  }
}

.omsc-icons-ul {
  margin-left: 20px;
}
.omsc-icons-ul li {
  line-height: 28px;
}
.omsc-icons-ul li i {
  color: #389c4a;
  margin-top: 4px;
}

.omsc-pricing-table ul:nth-child(1) .omsc-pricing-price {
  background: #f7d720;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button {
  background: #f7d720 !important;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button:hover {
  background: #45aa0b !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-pricing-price {
  background: #389c4a;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button {
  background: #389c4a !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button:hover {
  background: #45aa0b !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-pricing-price {
  background: #e6f9dc;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button {
  background: #e6f9dc !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button:hover {
  background: #45aa0b !important;
}

.omsc-pricing-column {
  margin-bottom: 20px;
}
.omsc-pricing-column:hover .omsc-pricing-price {
  background: #45aa0b !important;
}
.omsc-pricing-column:hover .omsc-button {
  background: #45aa0b !important;
}

.omsc-accordion {
  clear: both;
  text-align: left;
}

.omsc-toggle-title:after {
  color: #389c4a;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  color: #f7d720;
}

.video-banner iframe {
  height: 100vh;
  width: 100%;
  margin-top: -20vh;
}
.video-banner .banner-content {
  height: 600px !important;
  top: 0px !important;
  max-width: none !important;
}
.video-banner .background-image {
  float: left;
  width: 100% !important;
  height: 540px !important;
}
.video-banner .background-image p {
  margin: 0;
  padding: 0;
}

#insta-feed {
  background: #f7f7f7;
  text-align: center;
}
#insta-feed .slicker-instagram-placeholder {
  margin: 10px;
}
#insta-feed .fts-instagram-scrollable {
  height: auto !important;
  clear: both;
}

#facebook-feed {
  background: #f7f7f7;
}
#facebook-feed .fts-jal-fb-header {
  display: none;
}
#facebook-feed h2:after {
  left: 0px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display {
    display: flex;
  }
}
#facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 20px !important;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
    margin: 10px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:first-child {
    margin-left: 0px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:last-child {
    margin-right: 0px;
  }
}
#facebook-feed .fts-powered-by-text {
  display: none !important;
}
#facebook-feed .fts-jal-fb-message {
  font-size: 15px !important;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}
#facebook-feed .fts-jal-fb-user-name {
  padding-top: 16px;
}

#twitter-feed h2:after {
  left: 0px;
  right: auto;
}
#twitter-feed .fts-tweeter-wrap {
  width: 50%;
  float: left;
}

#tabbed-section {
  padding-top: 0px;
  position: relative;
  z-index: 999;
}

#tabs {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}

a {
  cursor: pointer;
}

#tabs li {
  float: left;
  list-style: none;
  outline: none;
  width: 33%;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 44px;
  line-height: 45px;
}

#tabs li a {
  font-eight: bold;
  color: #389c4a;
  height: 44px;
  display: block;
  background: #FFF;
  text-decoration: none;
  outline: none;
  line-height: 45px;
}

#tabs li a.inactive {
  color: #FFF;
  background: #389c4a;
  outline: none;
}

#tabs li .tab-button-1 {
  border-top-left-radius: 10px;
}

#tabs li .tab-button-3 {
  border-top-right-radius: 10px;
}

#tabs li .tab-button-3.inactive {
  background: #feffd7;
}

#tabs li .tab-button-2.inactive {
  background: #f7d720;
}

#tabs li a:hover {
  color: #389c4a;
  outline: none;
}

#tabs li a.inactive:hover {
  color: #FFF;
  outline: none;
}

.container {
  clear: both;
  width: 100%;
  background: #FFF;
  padding: 20px;
}

#tabbed-section {
  background: #FFF;
}
#tabbed-section .intro {
  text-align: center;
  padding-top: 40px;
}
#tabbed-section .group .news-post {
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}
#tabbed-section .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #tabbed-section .group .news-post .post-content {
    flex: 1;
  }
}
#tabbed-section .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#tabbed-section .group .news-post .post-content p .posted-on a {
  color: #389c4a;
}
#tabbed-section .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #f7d720;
}

.post-excerpt {
  font-style: italic;
}

#tabbed-section {
  background-size: cover;
}
#tabbed-section .linked {
  color: #389c4a;
  display: none;
}
#tabbed-section .news-header {
  float: left;
  width: 100%;
}
#tabbed-section .col-container {
  display: flex;
  flex-wrap: wrap;
}
#tabbed-section .col-container li {
  width: 100%;
  position: relative;
  background: #eeeeee;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #tabbed-section .col-container li {
    width: 32%;
    margin-right: 1%;
    position: relative;
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#tabbed-section .col-container li article {
  float: left;
  width: 100%;
}
#tabbed-section .col-container li article p {
  padding: 0;
  margin: 0;
}
#tabbed-section .col-container li article .cat-links a, #tabbed-section .col-container li article .posted-on a {
  color: #f7d720;
}
#tabbed-section .col-container li article div {
  width: 100%;
}
#tabbed-section .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#tabbed-section .span_2_of_3 ul li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  #tabbed-section #secondary {
    padding-left: 20px;
  }
}
#tabbed-section #secondary section {
  padding: 20px;
  background: #eeeeee;
  margin-bottom: 20px;
}
#tabbed-section #secondary section h2:after {
  left: 0px;
  right: auto;
}
#tabbed-section #secondary section ul {
  float: left;
  width: 100%;
}
#tabbed-section #secondary section ul li {
  float: left;
  width: 100%;
}

#tabbed-section .entry-title {
  margin-top: 20px;
}
#tabbed-section .entry-title a {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  text-decoration: none;
}
#tabbed-section .entry-title a:hover {
  color: #389c4a;
}
#tabbed-section .entry-title:after {
  left: 0px;
  right: auto;
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.category .page-title, .search .page-title, .single .page-title {
  margin-top: 0;
}
.category .span_2_of_3, .category .span_1_of_3, .search .span_2_of_3, .search .span_1_of_3, .single .span_2_of_3, .single .span_1_of_3 {
  overflow: hidden;
  border-radius: 12px;
}
.posted-on {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #f7d720;
}
.posted-on a {
  color: #f7d720;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 20px 20px 0 20px;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
  padding: 0;
}
.widget li a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.widget li a:hover {
  background: #f7d720;
  color: #FFF;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  clear: both;
}

#tabbed-section .post-image {
  margin-bottom: 0;
}

#tabbed-section ul li {
  padding-bottom: 0;
}

#tabbed-section .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#tabbed-section ul {
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}

#tabbed-section .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#tabbed-section .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #tabbed-section .news-post .post-content {
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
}
#tabbed-section .news-post .post-content .button {
  margin-top: 20px;
  clear: both;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#tabbed-section .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#tabbed-section .news-post .post-content p .posted-on a {
  color: #3099d0;
}

#tabbed-section .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#tabbed-section .news-post .post-content h2:after {
  display: none;
}

#tabbed-section .post-image {
  width: 100%;
  float: left;
}

#tabbed-section .post-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.cta-subtitle .archive {
  background: none;
}

.inactive .fa-arrow-down {
  display: none;
}

#tabbed-cta {
  background: #eeeeee;
}
#tabbed-cta .tab-holder {
  background: #FFF;
  overflow: hidden;
}
#tabbed-cta .tab-navigation {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tab-navigation {
    width: 38%;
  }
}
#tabbed-cta .tabbed-content-holder {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder {
    width: 62%;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-image {
  width: 100%;
}
#tabbed-cta .tabbed-content-holder .tabbed-image img {
  height: 260px;
  object-fit: cover;
}
#tabbed-cta .tabbed-content-holder .tabbed-content {
  width: 80%;
  float: left;
  padding: 20px;
  margin: 20px 0 20px 0;
  border-right: solid 1px #000000;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder .tabbed-content {
    height: 180px;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-content p {
  padding: 0;
  margin: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-content h2 {
  margin-top: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-button {
  float: right;
  width: 20%;
  text-align: center;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a {
  font-size: 28px;
  color: #389c4a;
  display: block;
  height: 220px;
  line-height: 220px;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a:hover {
  font-size: 38px;
}
#tabbed-cta #cta-tabs {
  margin: 0;
  padding: 0;
}
#tabbed-cta #cta-tabs h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs h2 {
    margin-top: 20px;
  }
}
#tabbed-cta #cta-tabs li {
  list-style-type: none;
}
#tabbed-cta #cta-tabs li:nth-child(1) {
  background: #389c4a;
}
#tabbed-cta #cta-tabs li:nth-child(2) {
  background: #f7d720;
}
#tabbed-cta #cta-tabs li:nth-child(3) {
  background: #feffd7;
}
#tabbed-cta #cta-tabs li p {
  margin-bottom: 0px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li p {
    margin-bottom: 20px;
    display: block;
  }
}
#tabbed-cta #cta-tabs li a {
  overflow: visible;
  display: block;
  padding: 20px;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a {
    height: 160px;
    overflow: visible;
  }
  #tabbed-cta #cta-tabs li a:hover {
    color: #000000;
    text-decoration: none;
  }
}
#tabbed-cta #cta-tabs li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  top: auto;
  bottom: -200px;
  left: 0px;
  right: auto;
  content: "";
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a:after {
    right: -20px;
    top: 60px;
    bottom: auto;
    left: auto;
  }
}
#tabbed-cta #cta-tabs li .inactive:after {
  display: none;
}

#cta-tab1:after {
  border-color: transparent transparent transparent #389c4a !important;
}

#cta-tab2:after {
  border-color: transparent transparent transparent #f7d720 !important;
}

#cta-tab3:after {
  border-color: transparent transparent transparent #feffd7 !important;
}

#call-back {
  position: relative;
  background: #1d1d1d;
  overflow: hidden;
}
#call-back .wpcf7 {
  border-bottom: solid 1px #f7f7f7;
  overflow: hidden;
  padding-bottom: 40px;
}
#call-back .col {
  margin-top: 0;
}
#call-back .col p {
  margin: 0;
  padding: 0;
}
#call-back .wrap p {
  margin: 10px 0 0 0;
  color: #f7f7f7;
}
#call-back .wrap h2 {
  margin-top: 0;
  color: #feffd7;
}
#call-back .wrap a {
  color: #f7f7f7;
}
#call-back .wrap i {
  color: #389c4a;
}
#call-back .wrap .form {
  position: relative;
  z-index: 300;
  padding-left: 40px;
}
#call-back .wrap .form p {
  margin: 0;
  padding: 0;
}

#call-back textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: solid 1px #1b3539;
  border-radius: 0px;
}

#call-back .wpcf7-list-item-label {
  color: #FFF;
  font-size: 16px;
}
#call-back .wpcf7-form-control {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding: 20px;
  border: solid 1px #cfcfcf;
  border-radius: 12px;
  background: #f9f9f9;
  font-size: 16px;
  color: #1d1d1d;
}
#call-back .namefield {
  width: 48.5%;
  float: left;
}
#call-back .phonefield {
  width: 48.5%;
  float: right;
  margin-right: 0;
}
#call-back .companyfield {
  width: 48.5%;
  float: left;
}
#call-back .emailfield {
  width: 48.5%;
  float: right;
  margin-right: 0;
}
#call-back .dropfield {
  width: 48.5%;
  float: left;
}
#call-back .wpcf7-acceptance {
  border: none;
  padding: 0;
  font-size: 14px;
  background: none;
}
#call-back .wpcf7-acceptance:after {
  display: none !important;
}
#call-back .wpcf7-acceptance a {
  color: #389c4a;
  text-decoration: underline;
}
#call-back .wpcf7-submit {
  max-width: 180px;
  padding: 16px 30px;
  margin-top: 0px;
  clear: both;
  display: block;
  border: none;
  background: #feffd7;
  line-height: 1.5;
  margin-bottom: 0;
}
#call-back form p {
  padding: 0;
}
#call-back form textarea {
  max-height: 180px;
  position: relative;
  font-size: 16px;
}

.wpcf7 {
  clear: both;
  overflow: hidden;
  margin-top: 0px;
  display: block;
  float: left;
  width: 100%;
}

#call-back ul {
  margin-left: 0;
  padding-left: 0;
}
#call-back ul li {
  list-style-type: none;
  line-height: 40px;
}
#call-back ul li .fa {
  color: #389c4a;
}
#call-back ul li .fa-facebook {
  color: #4174e9;
}
#call-back ul li .fa-linkedin {
  color: #1ba6da;
}
#call-back ul li .fa-instagram {
  color: #db18d1;
}

#call-back .acceptfield:after {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-file {
  background: #FFF;
  border-radius: 6px;
  margin-top: 10px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  clear: both;
  bottom: 10px;
  background: #f00;
  color: #FFF;
  width: auto;
  border-radius: 12px;
  padding: 5px;
  float: left;
  position: relative;
}
.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f00 transparent;
}

.contact-wrap {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  padding: 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.contact-wrap h2 {
  color: #1d1d1d;
}
.contact-wrap p {
  color: #1d1d1d;
}
.contact-wrap .contact-info {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .contact-wrap .contact-info {
    width: 60%;
  }
}
.contact-wrap .contact-image {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  bottom: 0;
  width: 38%;
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-wrap .contact-image {
    display: block;
  }
}
.contact-wrap .contact-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-wrap .wpcf7-form-control-wrap:nth-child(1) {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-wrap .wpcf7-form-control-wrap:nth-child(1) {
    width: 49.2%;
  }
}
.contact-wrap .wpcf7-form-control-wrap:nth-child(2) {
  width: 100%;
  display: inline-block;
  float: right;
}
@media screen and (min-width: 768px) {
  .contact-wrap .wpcf7-form-control-wrap:nth-child(2) {
    width: 49.2%;
  }
}

.wpcf7-file {
  margin-bottom: 20px !important;
}

#welcome {
  background: #389c4a;
  position: relative;
}
#welcome .welcome-inner-wrap {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
#welcome .welcome-inner-wrap .flex {
  min-height: 240px;
}
#welcome .welcome-image {
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 2px #feffd7;
  max-width: 160px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #welcome .welcome-image {
    position: absolute;
    margin: 0;
    max-width: none;
  }
}
#welcome .welcome-image img {
  margin: 0 auto;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#welcome .welcome-content {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #welcome .welcome-content {
    width: 80%;
    float: right;
    margin-left: 20%;
    padding: 0 40px;
    text-align: left;
  }
}
#welcome .welcome-content h2 {
  color: #FFF;
  margin-top: 0;
}
#welcome .welcome-content p {
  color: #FFF;
  margin: 0 0 20px;
  padding: 0;
}
#welcome .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}
#welcome .welcome-content ul {
  margin-bottom: 20px;
}
#welcome .welcome-content li {
  margin-bottom: 20px;
  list-style-type: none;
}
#welcome .welcome-content li i {
  margin-right: 10px;
  color: #FFF;
}
#welcome .welcome-content .button {
  margin-top: 20px;
  margin-right: 20px;
}
.home .welcome-inner-wrap .button {
  display: none;
}

.page-id-6423 #welcome .welcome-image {
  position: relative;
}

#team {
  background: #f7f7f7;
  padding-bottom: 0;
  background-size: cover;
}
#team li {
  background: #FFF;
  width: 100%;
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  #team li {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #team li {
    margin-bottom: 34px;
  }
}
#team li:nth-child(odd) .profile-content {
  float: right;
}
#team li:nth-child(odd) .profile-content h2 {
  margin-top: 0;
}
#team li:nth-child(odd) .profile-image {
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #team li:nth-child(odd) .profile-image {
    width: 30%;
    float: left;
    padding-right: 20px;
    margin-bottom: 0px;
  }
}
#team li:nth-child(even) .profile-image {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
#team .profile-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #team .profile-image {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 1300px) {
  #team .profile-image {
    padding: 0;
  }
}
#team .profile-content {
  width: 100%;
  float: left;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}
#team .profile-content a {
  margin-right: 20px;
  margin-bottom: 20px;
}
#team .profile-content a i {
  color: #feffd7;
}
@media screen and (min-width: 768px) {
  #team .profile-content {
    width: 70%;
    padding: 20px;
  }
}
#team .profile-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#team .profile-content .job-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #389c4a;
  font-size: 20px;
  width: 100%;
}
#team .profile-content h2 {
  margin: 20px 0 0px 0;
  float: left;
  width: auto;
}
#team .profile-content h2 span {
  font-size: 20px;
}
#team .profile-content h3 {
  font-size: 18px;
  margin: 0;
  color: #feffd7;
}

.omsc-toggle {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.omsc-toggle-inner {
  padding: 0;
}

.omsc-toggle-title {
  padding: 9px 20px;
  background: none;
}
.omsc-toggle-title:hover {
  background: none;
}
.omsc-toggle-title:after {
  left: 0;
}

.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: none;
}

#team .profile-content ul {
  float: left;
  clear: none;
  margin: 29px 0 0 20px;
  border-left: solid 1px #000;
  padding-left: 20px;
}
#team .profile-content ul li {
  float: left;
  background: none;
  box-shadow: none;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  min-height: 483px;
  overflow: hidden;
}
#team .profile-content ul li a {
  display: inline-block;
  float: left;
}
#team .profile-content ul li a .fa-facebook {
  color: #3b5998;
}
#team .profile-content ul li a .fa-instagram {
  color: #e95950;
}
#team .profile-content ul li a .fa-linkedin {
  color: #007bb6;
}
#team .profile-content ul li a .fa-twitter {
  color: #02ccff;
}

#team .intro {
  text-align: left;
  width: 100%;
}
#team .intro p {
  color: #000000;
}

.profile-button {
  float: left;
  margin-right: 20px;
  color: #FFF;
}

.video-button {
  background: #64bdd1;
}
.video-button:hover {
  background: #f7d720;
}

@media screen and (min-width: 1024px) {
  #myvideo, #myvideo2 {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #000000;
    background-blend-mode: multiply;
    background-size: cover;
    left: 0px;
    top: 0;
    bottom: auto;
    height: 100%;
    border-radius: 0px;
  }
}
#myvideo iframe, #myvideo2 iframe {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #myvideo iframe, #myvideo2 iframe {
    width: 80%;
    min-height: 483px;
    margin: 0 auto;
    display: block;
  }
}
#myvideo .button, #myvideo2 .button {
  right: 20px;
  position: absolute;
  top: auto;
  bottom: 334px;
  min-width: auto;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  text-align: center;
  line-height: 63px;
  padding: 0;
  margin: 0;
  font-size: 36px;
  color: #000000;
  background: none;
}
@media screen and (min-width: 1024px) {
  #myvideo .button, #myvideo2 .button {
    top: 20px;
    bottom: auto;
    background: #000000;
    font-size: 36px;
    color: #FFF;
    bottom: auto;
  }
}
#myvideo .button:hover, #myvideo2 .button:hover {
  background: #FFF;
  color: #feffd7;
}

.team-profile {
  padding-left: 0;
}

#myvideo:nth-child(2) {
  display: none;
}

.vidprofile-0 #myvideo2 {
  display: none;
}
.vidprofile-0 .second-close {
  display: none !important;
}
.vidprofile-0 .vb2 {
  display: none !important;
}

.vidprofile-1 #myvideo {
  display: none;
}
.vidprofile-1 .first-close {
  display: none;
}
.vidprofile-1 .vb1 {
  display: none !important;
}

.pro-buttons {
  margin: 0px 0 0 0;
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
  clear: both;
}
.pro-buttons span {
  display: block;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .pro-buttons span {
    display: inline-block;
    font-size: 18px;
  }
}
.pro-buttons a {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.video-wrapper {
  max-width: 778px;
  margin: 0 auto;
}
.video-wrapper iframe {
  width: 100%;
  height: 438px;
}

.toggle-bio {
  margin-top: 10px;
  padding: 14px 42px 14px 20px;
}
.toggle-bio:after {
  right: 38px;
  top: 14px;
  content: "\f141";
  position: absolute;
  font-size: 18px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #f7d720;
}

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

#video-intro {
  padding: 40px 0;
  clear: both;
  position: relative;
  background: #f7d720;
  overflow: hidden;
  padding-top: 0;
}
#video-intro .span_1_of_3 p, #video-intro .span_1_of_3 h2 {
  color: #FFF;
}
#video-intro .wrap {
  position: relative;
  z-index: 10;
}
#video-intro .col iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #video-intro .col iframe {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
@media screen and (min-width: 1151px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
#video-intro .span_2_of_3 p {
  padding: 0;
  margin: 0;
}

.signature {
  font-family: quimby-gubernatorial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  margin-top: 20px;
  display: block;
}

.position {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  text-transform: uppercase;
}

#three-col-list {
  position: relative;
  background: #389c4a;
}
#three-col-list .intro {
  text-align: left;
  width: 100%;
}
#three-col-list .intro h2, #three-col-list .intro h3 {
  color: #FFF;
}
#three-col-list .intro p {
  color: #FFF;
}
#three-col-list .group h1,
#three-col-list .group h2,
#three-col-list .group h3,
#three-col-list .group h4,
#three-col-list .group h5,
#three-col-list .group h6 {
  margin-top: 0;
}
#three-col-list .group h1 i,
#three-col-list .group h2 i,
#three-col-list .group h3 i,
#three-col-list .group h4 i,
#three-col-list .group h5 i,
#three-col-list .group h6 i {
  color: #f7d720;
  margin-right: 5px;
}
#three-col-list .group .col {
  text-align: left;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1151px) {
  #three-col-list .group .col {
    padding: 0px 20px 0 0;
  }
}
#three-col-list .group .col img {
  margin-bottom: 0px;
}
#three-col-list .group .col p {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #FFF;
}
#three-col-list .group .col p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
#three-col-list .group .col h2,
#three-col-list .group .col h3 {
  padding-left: 0px;
  padding-right: 0px;
  color: #FFF;
}
#three-col-list .group .col h2 span,
#three-col-list .group .col h3 span {
  color: #389c4a;
}
#three-col-list .group .col ul {
  margin: 20px;
}
#three-col-list .group .col ul li {
  list-style-type: none;
  margin-bottom: 0px;
  position: relative;
  padding-left: 40px;
}
#three-col-list .group .col ul li:before {
  left: 0px;
  top: 0px;
  content: "\f058";
  position: absolute;
  font-size: 26px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #45aa0b;
}
#three-col-list .group .col ul li i {
  color: #feffd7;
  margin-right: 5px;
}
#three-col-list .group .col ul li .fa-facebook {
  color: #0f5ae4;
}
#three-col-list .group .col ul li .fa-linkedin {
  color: #0086b4;
}
#three-col-list .group .col ul li .fa-twitter {
  color: #6fd1f3;
}

.aol-heading-features {
  background: #f7d720;
  color: #FFF;
  padding: 10px;
}

.featured-jobs {
  float: left;
}

.single-aol_ad #news .span_2_of_3 p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #1d1d1d;
}
.single-aol_ad #news .span_2_of_3 ul {
  margin-top: 20px;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.single-aol_ad #news .span_2_of_3 ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-size: 18px;
  color: #1d1d1d;
}
.single-aol_ad #news .span_2_of_3 form {
  clear: both;
}

.aol-heading {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0;
}

.single-aol_ad #news #aol_app_submit_button {
  margin-top: 20px;
  padding: 14px 36px 14px 36px;
}
.single-aol_ad #news .form-control {
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #cfcfcf;
  border-radius: 12px;
  background: #f9f9f9;
  height: auto;
  width: 100%;
}

#aol_app_form > p {
  padding: 0;
  margin: 0;
}

#more-jobs {
  background: #f7f7f7;
}
#more-jobs .panel-footer {
  font-size: 12px;
}
#more-jobs h2 {
  margin-bottom: 40px;
  color: #FFF;
}

.single-aol_ad #news .triangle, .single-aol_ad #news .traingle2 {
  background: #389c4a;
}
.single-aol_ad #news .col p a {
  color: #389c4a;
}

.ad-content p {
  padding-bottom: 0;
  float: none;
}
.ad-content h3, .ad-content h2 {
  font-size: 18px;
}
.ad-content li {
  font-size: 16px;
}

.salary {
  background: #f7d720;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 40px;
}
.salary p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #1d1d1d !important;
}

.job-title {
  background: #389c4a;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 40px;
}
.job-title h1 {
  padding: 0;
  margin: 0;
  color: #FFF !important;
  font-size: 24px;
  line-height: 32px;
}

.ad-content {
  background: #FFF;
  padding: 10px 40px 40px 40px;
  overflow: hidden;
}

.aol-wrapper .form-control {
  margin-bottom: 20px;
  padding: 15px;
  border: solid 1px #cfcfcf;
  background-repeat: no-repeat;
  background-image: url(../images/icons/select-arrow.png);
  height: auto;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
}

.aol-md-10 .form-control {
  background-image: none;
  margin-bottom: 0;
}

#full-col .panel {
  text-align: left;
  color: #000000;
}

.single-aol_ad #news {
  background: #f7f7f7;
}
.single-aol_ad #secondary .help-block {
  display: none;
}

#_aol_app_message {
  min-height: 160px;
}

.well-lg, .panel {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

.well-lg {
  background: #1d1d1d;
  padding: 0;
}

.aol-wrapper input, .aol-wrapper button, .aol-wrapper select, .aol-wrapper textarea {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
}
.aol-wrapper input:hover, .aol-wrapper button:hover, .aol-wrapper select:hover, .aol-wrapper textarea:hover {
  color: #1d1d1d;
}

.well-lg .form-horizontal:focus {
  outline: none;
}
.well-lg .aol-md-2 button:focus {
  outline: none;
}
.well-lg .aol-md-2 button:active {
  background: none;
}

#job-feed .well-lg, #news .well-lg, #more-jobs .well-lg {
  display: none;
}
#job-feed .panel-footer, #news .panel-footer, #more-jobs .panel-footer {
  background: #FFF;
  padding: 20px;
  border-radius: 0px;
  border: none;
}
#job-feed .panel-body, #news .panel-body, #more-jobs .panel-body {
  padding: 0 20px;
}
#job-feed .panel-body p, #news .panel-body p, #more-jobs .panel-body p {
  margin-bottom: 0;
}
#job-feed .panel-body .button, #news .panel-body .button, #more-jobs .panel-body .button {
  margin-bottom: 20px;
  font-weight: 600;
}
#job-feed .intro, #news .intro, #more-jobs .intro {
  max-width: none;
  width: 100%;
  text-align: left;
}
#job-feed .intro h2, #job-feed .intro p, #news .intro h2, #news .intro p, #more-jobs .intro h2, #more-jobs .intro p {
  color: #389c4a;
}
#job-feed .panel-heading p, #news .panel-heading p, #more-jobs .panel-heading p {
  color: #1d1d1d;
  font-size: 22px;
  border-radius: 0;
  background: none;
  padding-bottom: 0;
  padding: 20px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  font-family: bryant-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#job-feed .live-feed-summary, #news .live-feed-summary, #more-jobs .live-feed-summary {
  background: #FFF;
  padding: 0px;
  margin: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#job-feed .live-feed-summary p, #news .live-feed-summary p, #more-jobs .live-feed-summary p {
  margin: 0;
  padding: 40px 20px;
  color: #1d1d1d;
  width: 100%;
}
#job-feed .live-feed-summary p a, #news .live-feed-summary p a, #more-jobs .live-feed-summary p a {
  float: right;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  #job-feed .live-feed-summary p a, #news .live-feed-summary p a, #more-jobs .live-feed-summary p a {
    position: absolute;
    right: 20px;
    top: 27px;
    margin-top: 0px;
  }
}

#job-feed {
  background: #389c4a;
}
#job-feed .owl-nav {
  top: auto;
  width: 200px;
  position: absolute;
  bottom: -22px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
}
#job-feed .owl-nav button {
  min-width: auto;
}
#job-feed .owl-nav .owl-prev {
  float: left;
  font-size: 26px;
}
#job-feed .owl-nav .owl-next {
  float: right;
  font-size: 26px;
}

.live-feed-summary {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .live-feed-summary {
    margin-top: 0;
  }
}

.single-aol_ad #secondary .widget img {
  max-width: 40px;
}

#news {
  background: #1d1d1d;
}
@media screen and (min-width: 1024px) {
  .post-type-archive-aol_ad .aol-ad-outer-wrapper, .single-aol_ad .aol-ad-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensure items stretch to the same height */
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)), .single-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 768px) {
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: calc((50% - 30px) / 3);
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)), .single-aol_ad .aol-ad-inner-wrapper:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .post-type-archive-aol_ad .aol-ad-inner-wrapper:nth-child(2n), .single-aol_ad .aol-ad-inner-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 480px) {
  .post-type-archive-aol_ad .aol-ad-inner-wrapper, .single-aol_ad .aol-ad-inner-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

#job-feed .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  top: auto;
  width: 100px;
  margin: 0 auto;
  float: none;
  left: 2px;
  right: 2px;
  bottom: 0px;
}
#job-feed .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a;
  outline: none;
  color: #FFF;
  font-size: 16px;
  border: solid 2px #FFF;
}
#job-feed .owl-nav .owl-prev:before {
  display: none;
}
#job-feed .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #389c4a;
  outline: none;
  color: #FFF;
  font-size: 16px;
  border: solid 2px #FFF;
}
#job-feed .owl-nav .owl-next:before {
  display: none;
}

.live-feed-summary p {
  color: #FFF;
}

#news, #more-jobs {
  background: #f7f7f7;
}
#news .well-lg, #more-jobs .well-lg {
  background: #389c4a;
  padding: 20px;
  display: block;
  border-radius: 8px;
}

.new-grad {
  background: linear-gradient(215deg, deepskyblue, #1ecca4, #0c9473);
  background-size: 180% 180%;
  animation: new-gradient-animation 18s ease infinite;
}

@keyframes new-gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#news, #more-jobs {
  background: #f7f7f7;
}

.aol-tax-wrapper {
  display: block;
  clear: both;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  width: auto;
}
.aol-tax-wrapper:before {
  content: "\f058";
  position: absolute;
  font-size: 14px;
  width: auto;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #f7d720;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .aol-tax-wrapper:before {
    font-size: 18px;
  }
}
.aol-tax-wrapper:nth-child(1):before {
  content: "\f02d";
}
.aol-tax-wrapper:nth-child(2):before {
  content: "\f041";
}
.aol-tax-wrapper:nth-child(3) {
  margin-bottom: 0px;
}
.aol-tax-wrapper:nth-child(3):before {
  content: "\f02c";
}

#job-feed .panel-footer, #news .panel-footer, #more-jobs .panel-footer {
  clear: both;
  padding: 0;
}
#job-feed .panel-heading, #news .panel-heading, #more-jobs .panel-heading {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 20px 20px;
  margin-bottom: 0px;
  background: #FFF;
}
#job-feed .panel-heading p, #news .panel-heading p, #more-jobs .panel-heading p {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  color: #389c4a;
}
#job-feed .panel-body, #news .panel-body, #more-jobs .panel-body {
  float: left;
}

#news .well-lg {
  background: #389c4a;
}

.job-feed-wrap {
  overflow: hidden;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 60px;
}
.btn-info:focus, .btn-info.focus {
  background: #feffd7;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #1d1d1d;
  background: #feffd7 !important;
}

.single #news .ad-content p {
  padding: 0;
  margin: 10px 0;
  float: left;
  clear: both;
}
.single #news .ad-content h3, .single #news .ad-content h2 {
  font-size: 18px;
  padding: 0;
  margin: 10px 0;
  float: left;
  clear: both;
}
.single #news .ad-content li {
  font-size: 16px;
}

.aol-filter-button {
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .aol-filter-button {
    margin-top: 0;
    min-width: auto;
  }
}

.home #job-feed .intro h2, .page-id-343 #job-feed .intro h2 {
  color: #FFF;
}
.home #job-feed .intro p, .page-id-343 #job-feed .intro p {
  color: #FFF;
}
.home #job-feed .btn-info:hover, .page-id-343 #job-feed .btn-info:hover {
  color: #1d1d1d;
}
.home #job-feed .btn-info:active, .home #job-feed .btn-info.active, .home #job-feed .open > .dropdown-toggle.btn-info, .home #job-feed .btn-info:focus, .home #job-feed .btn-info.focus, .page-id-343 #job-feed .btn-info:active, .page-id-343 #job-feed .btn-info.active, .page-id-343 #job-feed .open > .dropdown-toggle.btn-info, .page-id-343 #job-feed .btn-info:focus, .page-id-343 #job-feed .btn-info.focus {
  border: solid 1px #389c4a !important;
  background: #f7d720 !important;
  box-shadow: none;
  color: #1d1d1d !important;
  outline: none !important;
}

.well-lg .btn-info:active, .well-lg .btn-info.active, .well-lg .open > .dropdown-toggle.btn-info, .well-lg .btn-info:focus, .well-lg .btn-info.focus, .aol-ad-outer-wrapper .btn-info:active, .aol-ad-outer-wrapper .btn-info.active, .aol-ad-outer-wrapper .open > .dropdown-toggle.btn-info, .aol-ad-outer-wrapper .btn-info:focus, .aol-ad-outer-wrapper .btn-info.focus {
  border: solid 1px #389c4a !important;
  background: #f7d720 !important;
  box-shadow: none;
  color: #1d1d1d !important;
  outline: none !important;
}

#cta-info {
  background: #FFF;
  position: relative;
}

.cta-block {
  background: #f7d720;
  overflow: hidden;
  position: relative;
}
.cta-block .cta-block-content {
  width: 100%;
  right: 0;
  float: left;
  padding: 40px;
  text-align: left;
  color: #FFF;
}
.cta-block .cta-block-content p {
  margin: 0;
}
.cta-block .cta-block-content h2,
.cta-block .cta-block-content h3 {
  margin-top: 0;
  position: relative;
  margin: 0 0 20px 0;
}
.cta-block .cta-block-content h2 span,
.cta-block .cta-block-content h3 span {
  color: #389c4a;
}
.cta-block .cta-block-content .button {
  margin: 0px auto 0;
  display: block;
  max-width: 200px;
  float: left;
  clear: both;
}
.cta-block .cta-block-content .button:hover {
  background: #feffd7;
}
.cta-block .cta-block-image {
  width: 100%;
}
.cta-block .cta-block-image img {
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .cta-block .cta-block-image {
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-top: 0px;
    display: inline-block;
  }
}
.alt-block {
  background: #64bdd1;
}

.cta-block-content-no-image {
  width: 100%;
  float: left;
  padding: 40px;
  text-align: center;
}
.cta-block-content-no-image .button {
  margin: 20px auto 0;
  display: block;
  max-width: 200px;
}

#cta-info .triangle,
#cta-info .triangle2 {
  background: #f7d720;
}

.intro h2 {
  margin-top: 0;
}

.clients-cta h3 {
  color: #f7d720;
}
.clients-cta .button {
  background: #f7d720;
}
.clients-cta .button:hover {
  background: #389c4a;
  color: #FFF;
}

.page-id-221 #cta-info {
  background: #f7f7f7;
}
.page-id-221 #cta-info .intro {
  text-align: left;
  width: 100%;
  max-width: none;
}
.page-id-221 #cta-info .cta-block-content {
  width: 100%;
}
@media screen and (min-width: 1151px) {
  .page-id-221 #cta-info .cta-block-content {
    width: 100%;
    left: 0;
  }
}
.page-id-221 #cta-info .cta-block-content h3 {
  margin-bottom: 20px;
  color: #FFF;
}
.page-id-221 #cta-info .cta-block-content p {
  color: #FFF;
}
.page-id-221 #cta-info .cta-block-content .button {
  display: none;
}

#cta-trio {
  background: #f7f7f7;
}
#cta-trio .intro {
  text-align: left;
  width: 100%;
}
#cta-trio .col {
  width: 100% !important;
  background: #FFF;
}
#cta-trio .col:nth-child(2) .cta-block {
  background: #FFF;
}
#cta-trio .col:nth-child(3) .cta-block {
  background: #FFF;
}
#cta-trio .cta-block {
  min-height: 300px;
  background: #FFF;
}
#cta-trio .cta-block .cta-block-image {
  margin-left: 0;
}
#cta-trio .cta-block .cta-block-image img {
  object-fit: contain;
  max-height: none;
  object-position: left bottom;
}
@media screen and (min-width: 768px) {
  #cta-trio .cta-block .cta-block-image img {
    height: auto;
    object-fit: contain;
    object-position: left bottom;
  }
}

#cta-trio .section {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  #cta-trio .section {
    display: flex !important;
  }
}
#cta-trio .section .col {
  margin: 10px 0 !important;
}
@media screen and (min-width: 1024px) {
  #cta-trio .section .col {
    margin: 10px 0 10px 20px !important;
  }
}
#cta-trio .section .col:first-of-type {
  margin-left: 0px !important;
}

#content-side {
  background: #389c4a;
}
#content-side .fifty p, #content-side .fifty h2 {
  color: #FFF;
}
#content-side .fifty ul {
  margin: 0;
  padding: 0;
}
#content-side .fifty ul li {
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
  line-height: 38px;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  color: #FFF;
}
#content-side .fifty ul li:before {
  left: 0px;
  top: 0px;
  content: "\f058";
  position: absolute;
  font-size: 17px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #f7d720;
}

.side-cta {
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.22);
  justify-content: space-between;
  border-radius: 12px;
}
.side-cta:nth-child(1) {
  margin-bottom: 40px;
}
.side-cta .side-cta-info {
  float: right;
  width: 100%;
  padding: 20px;
  background: #FFF;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .side-cta .side-cta-info {
    width: 72%;
  }
}
.side-cta .side-cta-info p {
  color: #1d1d1d !important;
}
.side-cta .side-cta-image {
  float: left;
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .side-cta .side-cta-image {
    width: 38%;
  }
}
.side-cta .side-cta-image img {
  height: 260px;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.side-cta p {
  margin: 0;
  padding: 0;
  color: #1d1d1d;
}
.side-cta h3 {
  margin-top: 0;
  color: #389c4a;
}
.side-cta .button {
  margin-top: 20px;
}
.page-id-6394 #content-side {
  background: #f7d720;
}
.page-id-6394 #content-side p, .page-id-6394 #content-side h2 {
  color: #FFF;
}
.page-id-6394 #content-side .side-cta {
  background: #FFF;
}
.page-id-6394 #content-side .side-cta .side-cta-info {
  background: #FFF;
}
.page-id-6394 #content-side .side-cta p, .page-id-6394 #content-side .side-cta h3 {
  color: #1d1d1d;
}
.page-id-6394 #content-side .side-cta p:last-child, .page-id-6394 #content-side .side-cta h3:last-child {
  margin: 0;
  padding: 0;
}

.page-id-6394 .mc .button:hover {
  background: #f7f7f7;
  color: #1d1d1d;
}
.page-id-6394 .mc .button:hover:after {
  color: #1d1d1d;
}

.vertical-ctas .wrap {
  justify-content: space-between;
}
.vertical-ctas .cta-support-content {
  width: 48%;
  float: left;
}
.vertical-ctas .cta-support-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.vertical-ctas .vertical-cta-wrap {
  width: 48%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.vertical-ctas .vertical-cta-wrap .cta {
  width: 48%;
  position: relative;
}
.vertical-ctas .vertical-cta-wrap .cta .cta-content {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px;
  height: auto;
}

.vertical-cta-trio {
  background: #FFF;
}
.vertical-cta-trio .intro {
  width: 24%;
}
.vertical-cta-trio .v-trio-wrap {
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .vertical-cta-trio .v-trio-wrap {
    padding-left: 40px;
  }
}
.vertical-cta-trio .v-trio-wrap .v-trio {
  width: 31%;
  background: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio p, .vertical-cta-trio .v-trio-wrap .v-trio h3 {
  color: #FFF;
}
.vertical-cta-trio .v-trio-wrap .v-trio .button:hover {
  background: #f7f7f7;
  color: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio .button:hover:after {
  color: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) {
  background: #389c4a;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) .content p, .vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) .content h3 {
  color: #000000;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) .content .button {
  background: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) .content .button:hover {
  background: #f7f7f7;
  color: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(2) .content .button:hover:after {
  color: #f7d720;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(3) {
  background: #a9a9a9;
}
.vertical-cta-trio .v-trio-wrap .v-trio:nth-child(3) .content p, .vertical-cta-trio .v-trio-wrap .v-trio:nth-child(3) .content h3 {
  color: #000000;
}
.vertical-cta-trio .v-trio-wrap .v-trio .content {
  padding: 30px;
  overflow: hidden;
}

#youtube-feed {
  background: #f7d720;
}
#youtube-feed .intro p, #youtube-feed .intro h2 {
  color: #FFF;
}
#youtube-feed .owl-nav button {
  min-width: auto;
}
#youtube-feed .owl-nav .owl-prev {
  color: #fff;
  left: -40px;
  font-size: 24px;
  position: absolute;
}
#youtube-feed .owl-nav .owl-next {
  color: #fff;
  right: -40px;
  font-size: 24px;
  position: absolute;
}
#youtube-feed .sby_footer {
  display: none;
}

body .sb_youtube[id^=sb_youtube_] .sby_play_btn, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn {
  background: #389c4a !important;
  border-radius: 12px;
}
body .sb_youtube[id^=sb_youtube_] .sby_play_btn svg, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_play_btn svg {
  display: none;
}

.blog .sby_footer {
  display: block !important;
}

.page-id-6984 #youtube-feed .intro {
  display: none;
}

body .yotu-videos.yotu-mode-list .yotu-video-thumb-wrp {
  width: 100% !important;
}

body .yotu-lightbox .yotu-lightbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-height: 100vh;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 4px;
}
body .yotu-playlist {
  padding: 0;
}
body .yotu-videos {
  padding: 0;
}
body .yotu-videos li {
  margin-bottom: 0;
}

.yotu-videos .yotu-video .yotu-video-title {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 10px 20px;
}

body .yotu-button-prs {
  text-align: left;
  padding: 14px 36px 14px 20px;
  color: #FFF;
  background: #389c4a;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 186px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: none;
  border-radius: 0;
  line-height: 1.5;
}
body .yotu-button-prs:hover {
  text-decoration: none;
  background: #f7f7f7;
  color: #1d1d1d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .yotu-button-prs:hover:before {
  color: #1d1d1d;
}
body .yotu-button-prs:before {
  right: 20px;
  top: 12px;
  content: "\f063";
  position: absolute;
  font-size: 18px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #FFF;
}

.page-id-6980 #youtube-feed {
  background: #f7f7f7;
}
.page-id-6980 #youtube-feed .intro h2, .page-id-6980 #youtube-feed .intro p {
  color: #1d1d1d;
}

#subscribe {
  position: relative;
  background: #f7d720;
  overflow: hidden;
}
#subscribe .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.2;
}
#subscribe .bg-image img {
  object-fit: cover;
  object-position: center center; /* Horizontally and vertically centered */
  width: 100%;
  height: 100%;
  display: block;
}
#subscribe .wrap {
  position: relative;
  z-index: 10;
}
#subscribe h2 {
  color: #FFF;
}
#subscribe p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
#subscribe .col {
  margin-top: 0;
  margin-bottom: 0;
}
#subscribe .wpcf7-list-item-label {
  font-size: 16px;
}
#subscribe .wpcf7-acceptance {
  margin: 10px 0;
}
#subscribe .wpcf7-form label {
  margin: 0;
}
#subscribe input[type=submit] {
  margin-top: 10px;
  border-radius: 0;
}
#subscribe .wpcf7-list-item {
  margin-top: 14px;
  margin-bottom: 14px;
}

.wpcf7-list-item-label a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  font-family: bryant-web, sans-serif;
}

.single-case_study .span_2_of_3 h3 i {
  background: #389c4a;
  padding: 14px;
  border-radius: 100%;
}

.span_1_of_3 .side-case {
  padding: 30px;
}
.span_1_of_3 .side-case h2 {
  color: #1d1d1d;
  border-bottom: solid 1px #1d1d1d;
  padding-bottom: 20px;
}
.span_1_of_3 .side-case h2 i {
  background: #389c4a;
  padding: 14px;
  border-radius: 100%;
  color: #FFF;
  font-size: 24px;
}
.span_1_of_3 .side-case ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #1d1d1d;
}
.span_1_of_3 .side-case ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.span_1_of_3 .side-case .result ul {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.side-case {
  background: #FFF;
  padding: 30px;
}
.side-case p, .side-case li, .side-case h3 {
  color: #1d1d1d !important;
}
.side-case li {
  position: relative;
  padding-left: 40px;
}
.side-case li:before {
  left: 0px;
  top: 0px;
  content: "\f071";
  position: absolute;
  font-size: 26px;
  width: auto;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #e49f0b;
}
.side-case .result li:before {
  color: #45aa0b;
  content: "\f058";
}

.related {
  background: #FFF;
  padding: 30px;
  margin-top: 20px;
}
.related p, .related li, .related h3 {
  color: #1d1d1d !important;
}
.related li {
  position: relative;
  padding-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.related li:last-of-type {
  margin-bottom: 0;
}
.related .case-study-list {
  list-style-type: none;
}

.post-type-archive-case_study .entry-content {
  padding-bottom: 20px;
}
.post-type-archive-case_study #news {
  background: #f7d720;
}
.post-type-archive-case_study #news .entry-header .entry-title {
  margin-top: 0;
}
#case-study-feed {
  background: #f7f7f7;
}
#case-study-feed ul {
  list-style-type: none;
}
#case-study-feed ul li {
  background: #f7d720;
}
#case-study-feed ul li .post-content {
  padding: 20px;
  overflow: hidden;
}
#case-study-feed ul li .post-content p {
  margin: 0;
  padding: 0;
}
#case-study-feed ul li .post-content p .button {
  width: 100%;
}
#case-study-feed ul li .post-content p .button:hover {
  background: #f7f7f7;
  color: #f7d720;
}
#case-study-feed ul li .post-content p .button:hover:after {
  color: #f7d720;
}

.single-case_study #news {
  background: #f7d720;
}

#advice-feed {
  background: #f7f7f7;
}
#advice-feed .owl-stage {
  display: flex;
  align-items: center;
}
#advice-feed ul {
  list-style-type: none;
}
#advice-feed ul li {
  background: #FFF;
}
#advice-feed ul li .post-content {
  padding: 20px;
  overflow: hidden;
}
#advice-feed ul li .post-content .postedon {
  margin-bottom: 10px;
  color: #389c4a;
}
#advice-feed ul li .post-content .postedon a {
  color: #389c4a;
}
#advice-feed ul li .post-content p {
  margin: 0;
  padding: 0;
}
#advice-feed ul li .post-content p .button {
  margin: 20px 0 0 0;
}

#interview-feed {
  background: #f7d720;
  padding-top: 0;
}
#interview-feed .owl-stage {
  display: flex;
  align-items: center;
}
#interview-feed ul {
  list-style-type: none;
}
#interview-feed ul li {
  background: #FFF;
}
#interview-feed ul li .post-content {
  padding: 20px;
  overflow: hidden;
}
#interview-feed ul li .post-content .postedon {
  margin-bottom: 10px;
  color: #389c4a;
}
#interview-feed ul li .post-content .postedon a {
  color: #389c4a;
}
#interview-feed ul li .post-content p {
  margin: 0;
  padding: 0;
}
#interview-feed ul li .post-content p .button {
  margin: 20px 0 0 0;
}
#interview-feed .wrap .owl-carousel .owl-nav .owl-prev {
  background: #389c4a;
}
#interview-feed .wrap .owl-carousel .owl-nav .owl-next {
  background: #389c4a;
}

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