@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
a {
  transition: 0.5s;
}
#page-container {
  padding-top: 0 !important;
}
#page-container #main-header {
  background-color: transparent;
  box-shadow: none;
  transition: 0.5s;
}
#page-container #main-header #et_search_icon:before {
  background: url("/wp-content/uploads/2020/07/icon_search.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  content: "";
  height: 12px;
  transition: 0.5s;
}
#page-container #main-header .container {
  max-width: 1845px;
}
@media (max-width: 980px) {
  #page-container #main-header .container {
    width: 90%;
  }
  #page-container #main-header .et-search-form {
    width: 100% !important;
    background-color: #f4f4e8 !important;
    max-width: 100% !important;
  }
  #page-container #main-header .et_mobile_menu {
    background: #f4f4e8;
  }
}
#page-container #main-header #logo {
  max-width: 240px;
}
#page-container #main-header #top-menu {
  padding: 0 10px;
}
#page-container #main-header #top-menu li {
  padding-right: 28px;
}
@media (max-width: 1380px) {
  #page-container #main-header #top-menu li {
    padding-right: 15px;
  }
}
#page-container #main-header #top-menu li:last-of-type {
  padding-right: 0;
}
#page-container #main-header #top-menu li.btn_green a {
  display: inline-block;
  margin: -12px auto 0;
  padding: 8px 18px;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #fff !important;
  background-color: #8bbe3d;
  border: 2px solid #8bbe3d;
  border-radius: 5px;
  transition: 0.5s;
}
#page-container #main-header #top-menu li.btn_green a:hover {
  color: #fff !important;
  background-color: transparent;
  opacity: 1 !important;
}
#page-container #main-header #top-menu li.btn_green a:before {
  display: none;
}
#page-container #main-header #top-menu ul {
  max-width: 355px;
  min-width: -webkit-fill-available;
  width: max-content;
}
#page-container #main-header #top-menu ul li {
  display: block;
  width: auto;
}
#page-container #main-header #top-menu ul li a {
  font-size: 14px;
  letter-spacing: 1.18px;
}
#page-container #main-header .menu-item a {
  font-size: 15px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.18px;
  color: #231f20;
}
@media (min-width: 2000px) {
  #page-container #main-header .menu-item a {
    font-size: 15px !important;
  }
}
@media (max-width: 980px) {
  #page-container #main-header .menu-item a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #page-container #main-header .menu-item a {
    font-size: 13px !important;
  }
}
@media (max-width: 1380px) and (min-width: 1200px) {
  #page-container #main-header .menu-item a {
    font-size: 13px !important;
  }
}
#page-container #main-header #top-menu > .menu-item > a {
  color: #fff;
}
@media (min-width: 981px) {
  #page-container #main-header #top-menu > .menu-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
    transform: translateY(40px);
    opacity: 0;
  }
  #page-container #main-header #top-menu > .menu-item > a:hover:before {
    transform: translateY(0);
    opacity: 1;
  }
}
#page-container #main-header .current-menu-item > a, #page-container #main-header #top-menu > .current-menu-item > a {
  color: #8bbe3d !important;
  position: relative;
  padding-bottom: 11px;
  font-weight: 700;
}
#page-container #main-header .current-menu-item > a:before, #page-container #main-header #top-menu > .current-menu-item > a:before {
  background-color: #fff;
}
#page-container #main-header .current-menu-item > a a, #page-container #main-header #top-menu > .current-menu-item > a a {
  color: #231f20 !important;
}
#page-container #main-header .mobile_menu_bar:before {
  color: #8bbe3d;
}
#page-container #main-header .et_search_form_container {
  color: #fff;
}
#page-container #main-header .et_search_form_container .et-search-form input {
  color: #fff;
}
@media (max-width: 980px) {
  #page-container #main-header .et_search_form_container {
    color: #231f20;
  }
  #page-container #main-header .et_search_form_container .et-search-form input {
    color: #231f20;
  }
}
#page-container #main-header.et-fixed-header {
  background-color: rgba(244, 244, 232, 0.9);
}
#page-container #main-header.et-fixed-header #top-menu > .menu-item > a {
  color: #231f20;
}
#page-container #main-header.et-fixed-header #top-menu > .menu-item > a:before {
  background-color: #231f20;
  transform: translateY(14px);
}
#page-container #main-header.et-fixed-header #top-menu > .menu-item > a:hover:before {
  transform: translateY(0);
}
#page-container #main-header.et-fixed-header #top-menu > .menu-item.btn_green > a:hover {
  color: #000 !important;
}
#page-container #main-header.et-fixed-header .current-menu-item a:before, #page-container #main-header.et-fixed-header #top-menu > .current-menu-item > a:before {
  background-color: #231f20;
}
#page-container #main-header.et-fixed-header #et_search_icon:before {
  background: url("/wp-content/uploads/2020/07/search.svg");
}
#page-container #main-header.et-fixed-header .et_search_form_container {
  color: #231f20;
}
#page-container #main-header.et-fixed-header .et_search_form_container .et-search-form input {
  color: #333;
}
#page-container #main-header #top-menu li li {
  width: 100%;
  padding: 0;
}
#page-container #main-header #top-menu li li a {
  width: 100%;
}
.et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul {
  border-color: #8bbe3d;
}
@media (max-width: 1279px) {
  #et_mobile_nav_menu {
    float: right;
    display: block;
  }
  #et_top_search {
    margin: 12px 35px 0 0;
    float: left;
  }
  #page-container #main-header #top-menu {
    display: none;
  }
  .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 24px !important;
    display: block;
  }
}
@media (max-width: 980px) {
  #et_top_search {
    margin-top: 0;
  }
}
#mobile_menu {
  padding: 5% 0;
}
#mobile_menu li.btn_green a {
  display: inline-block;
  margin: 0 5% 0;
  padding: 6px 16px;
  font-family: "Gilroy";
  font-weight: 700 !important;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 22px;
  color: #fff !important;
  background-color: #8bbe3d;
  border: 2px solid #8bbe3d;
  border-radius: 5px;
  transition: 0.5s;
}
#mobile_menu li.btn_green a:hover {
  color: #000 !important;
  background-color: transparent;
}
#mobile_menu li.btn_green a:before {
  display: none;
}
@keyframes excpertButtonGradient {
  from {
    background-position-x: -700px;
  }
  50% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 0px;
  }
}
#speak-expert-button {
  padding: 13px 20px;
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #fff !important;
  background-color: #8bbe3d;
  border: 2px solid #8bbe3d;
  border-radius: 5px;
  text-shadow: none;
  transition: 0.5s;
  background-image: linear-gradient(110deg, #8bbe3d, 55%, #cdf3c9, 65%, #8bbe3d);
  background-size: 310%;
  animation: excpertButtonGradient 3s ease infinite;
}
#speak-expert-button:hover {
  background: transparent;
  background-image: none;
}
@media (max-width: 767px) {
  #speak-expert-button {
    font-size: 16px;
  }
}
#footer-main-page {
  padding-bottom: 15px;
}
#footer-main-page .et_pb_row {
  max-width: 1420px;
}
@media (min-width: 981px) {
  #footer-main-page .footer_col1 {
    width: 45.25%;
  }
}
@media (min-width: 981px) {
  #footer-main-page .footer_col1 p {
    max-width: 625px;
  }
}
#footer-main-page .footer_col1 a {
  color: #fff;
  font-size: 15px !important;
  line-height: 1.6;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col1 a {
    font-size: 15px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col1 a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col1 a {
    font-size: 14px !important;
  }
}
#footer-main-page .footer_col1 a:hover {
  text-decoration: underline;
}
@media (max-width: 980px) {
  #footer-main-page .footer_col1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 981px) {
  #footer-main-page .footer_col2 {
    width: 22.875%;
  }
}
#footer-main-page .footer_col2 p {
  max-width: 175px;
}
#footer-main-page .footer_col2 .et_pb_map_container {
  max-width: 300px;
}
#footer-main-page .footer_col2 a {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col2 a {
    font-size: 15px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col2 a {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col2 a {
    font-size: 14px !important;
  }
}
#footer-main-page .footer_col2 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer-main-page .footer_col2 {
    margin-bottom: 50px;
  }
}
#footer-main-page .footer_col h3 {
  color: #8bbe3d;
  font-size: calc(9px + 1vw) !important;
  font-weight: 500;
  line-height: 0.89;
  margin-bottom: 30px;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col h3 {
    padding-bottom: 0;
  }
}
#footer-main-page .footer_col p {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col p {
    font-size: 15px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col p {
    font-size: 13px !important;
  }
}
#footer-main-page .footer_col .et_pb_image {
  float: left;
  margin-right: 25px;
  width: 130px;
}
@media (max-width: 1280px) {
  #footer-main-page .footer_col .et_pb_image {
    margin-right: 0;
    margin-left: 0;
    float: unset;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col .et_pb_image {
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col .et_pb_image {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer-main-page .et_pb_social_media_follow {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #footer-main-page .et_pb_social_media_follow {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer-main-page .footer_col3 h4 {
  margin: 27% 0;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.35;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col3 h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col3 h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col3 h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
  #footer-main-page .footer_col3 h4 {
    margin: 10px 0;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col3 h4 {
    text-align: center;
  }
}
#footer-main-page .footer_col3 .et_pb_social_media_follow {
  width: 100%;
}
#footer-main-page .footer_col3 .et_pb_social_media_follow li a.icon:before {
  font-size: 25px !important;
}
@media (min-width: 2000px) {
  #footer-main-page .footer_col3 .et_pb_social_media_follow li a.icon:before {
    font-size: 25px !important;
  }
}
@media (max-width: 980px) {
  #footer-main-page .footer_col3 .et_pb_social_media_follow li a.icon:before {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col3 .et_pb_social_media_follow li a.icon:before {
    font-size: 18px !important;
  }
}
@media (max-width: 1200px) and (min-width: 980px) {
  #footer-main-page .footer_col3 .et_pb_social_media_follow li a.icon:before {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #footer-main-page .footer_col3 .fsBody {
    margin-bottom: 40px;
  }
}
#footer-main-page .footer_col3 .fsForm {
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: unset;
  background: transparent;
}
#footer-main-page .footer_col3 .fsForm div.fsError {
  margin: 0px 0px 10px;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  clear: both;
  text-align: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#footer-main-page .footer_col3 .fsForm .fsRowBody {
  padding: 0;
  background-color: transparent !important;
}
#footer-main-page .footer_col3 .fsForm .fsRowBody input {
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-bottom: 2px solid #8bbe3d;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2020/07/email.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 23px;
  font-style: italic;
  font-size: 15px;
  line-height: 2;
}
#footer-main-page .footer_col3 .fsForm .fsRowBody input:-webkit-input-placeholder {
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
#footer-main-page .footer_col3 .fsForm .fsRowBody.fsValidationError input {
  border-bottom: 2px solid red;
}
#footer-main-page .footer_col3 .fsForm .fsSubmit {
  cursor: pointer;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  background-color: #8bbe3d;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  display: flex;
}
#footer-main-page .footer_col3 .fsForm .fsSubmit:hover {
  background-color: #588317;
}
#footer-main-page .footer_col3 .fsForm .fsSubmit input.fsSubmitButton {
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
  clear: both;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  background: unset;
  border: 0;
}
#footer_bottom {
  padding: 40px 0;
}
#footer_bottom .et_pb_row {
  max-width: 1420px;
}
@media (min-width: 981px) {
  #footer_bottom .et_pb_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
#footer_bottom .et_pb_row .et_pb_text_inner {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  #footer_bottom .et_pb_row .et_pb_text_inner {
    text-align: center;
    justify-content: center;
  }
}
#footer_bottom .et_pb_row .et_pb_text_inner p {
  padding-right: 7px;
  padding-bottom: 0;
}
#footer_bottom .et_pb_row .et_pb_text_inner a {
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  padding: 0 7px;
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner {
    justify-content: center;
  }
}
@media screen and (max-width: 358px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner {
    flex-direction: column;
  }
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner br {
    display: none;
  }
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_btn {
  padding: 0 19px;
  height: 37px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 358px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_btn:first-child {
    margin-bottom: 20px;
  }
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_login {
  background-color: #000000;
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_login:hover {
  background-color: #93d50a;
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_portal {
  background-color: #93d50a;
  margin-left: 13px;
  color: #231f20;
}
@media (min-width: 981px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_portal {
    margin-top: 7px;
    margin-bottom: 5px;
  }
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_portal:hover {
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 358px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_portal {
    margin-left: 0;
  }
}
@media screen and (max-width: 358px) {
  #footer_bottom .et_pb_row .et-last-child .et_pb_text_inner .footer_btn:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
body > img {
  display: none;
}
#bottom-cta-section {
  background: #021F35;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 400px;
  padding: 65px 0;
}
@media (max-width: 980px) {
  #bottom-cta-section {
    max-height: none;
  }
}
#bottom-cta-section .cta-container {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#bottom-cta-section .cta-container h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 100%;
  font-size: 40px !important;
}
@media (min-width: 2000px) {
  #bottom-cta-section .cta-container h3 {
    font-size: 40px !important;
  }
}
@media (max-width: 980px) {
  #bottom-cta-section .cta-container h3 {
    font-size: 33px !important;
  }
}
@media (max-width: 767px) {
  #bottom-cta-section .cta-container h3 {
    font-size: 28px !important;
  }
}
#bottom-cta-section .cta-container h3 span {
  color: rgba(0, 0, 0, 0.6);
}
#bottom-cta-section .cta-container h3::before {
  display: none;
}
@keyframes buttonGradient {
  from {
    background-position-x: -350px;
  }
  50% {
    background-position-x: 190px;
  }
  100% {
    background-position-x: 190px;
  }
}
#bottom-cta-section .cta-container a.cta-button {
  display: block;
  background: #000000;
  border: 1px solid #000;
  color: #fff;
  padding: 15px 15px;
  margin: 0 auto;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 6px;
  font-family: 'Gilroy';
  max-width: 195px;
  transition: all 0.4s;
  background-image: linear-gradient(110deg, black, 40%, #9D9D9D, 49%, black);
  background-position-x: -350px;
  background-size: 280%;
  animation: buttonGradient 3.8s ease infinite;
}
#bottom-cta-section .cta-container a.cta-button:hover {
  background: transparent;
}
body.logged-in.admin-bar .full-menu {
  padding-top: calc(64px + 32px);
}
body.full-menu-opened header#main-header.menu-testing {
  padding-top: 42px;
}
#page-container header#main-header.menu-testing {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  transition: 0.7s all;
}
@media (max-width: 980px) {
  #page-container header#main-header.menu-testing {
    position: fixed;
    top: 0;
  }
}
#page-container header#main-header.menu-testing .container {
  max-width: 1500px;
  width: 90%;
  padding: 0;
}
#page-container header#main-header.menu-testing .logo_container img#logo {
  max-height: 64%;
}
#page-container header#main-header.menu-testing #et-top-navigation {
  padding-top: 25px;
  padding-right: 82px;
  padding-left: 0 !important;
  min-height: 63px;
}
@media (max-width: 1199px) {
  #page-container header#main-header.menu-testing #et-top-navigation {
    padding-right: 55px;
  }
}
#page-container header#main-header.menu-testing #top-menu {
  padding-right: 22px;
  display: block;
}
@media (max-width: 1199px) {
  #page-container header#main-header.menu-testing #top-menu {
    padding-right: 0;
  }
}
@media (max-width: 590px) {
  #page-container header#main-header.menu-testing #top-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  #page-container header#main-header.menu-testing #top-menu > .menu-item {
    padding-right: 10px;
  }
  #page-container header#main-header.menu-testing #top-menu > .menu-item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  #page-container header#main-header.menu-testing #top-menu > .menu-item:not(:nth-last-child(-n + 2)) {
    display: none;
  }
}
#page-container header#main-header.menu-testing #top-menu > .menu-item > a {
  color: #231f20;
  padding-bottom: 25px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 15px !important;
  opacity: 1 !important;
  transition: 0.2s all;
}
@media (max-width: 1199px) {
  #page-container header#main-header.menu-testing #top-menu > .menu-item > a {
    font-size: 14px !important;
  }
}
@media (max-width: 1023px) {
  #page-container header#main-header.menu-testing #top-menu > .menu-item > a {
    font-size: 13px !important;
  }
}
#page-container header#main-header.menu-testing #top-menu > .menu-item > a:before {
  background-color: #231f20;
  transform: translateY(14px);
  height: 1px;
  transition: 0.2s;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item > a:hover:before {
  transform: translateY(0);
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.phone-menu-btn {
  padding-right: 10px;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.phone-menu-btn a {
  border-radius: 5px;
  border: 2px solid #231f20;
  background-color: #231f20;
  color: #f9f8f8;
  padding: 12px 15px;
  margin-top: -14px;
  font-weight: 600;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.phone-menu-btn a:before {
  content: none !important;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.phone-menu-btn a:hover {
  background-color: #f9f8f8;
  color: #231f20;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.contact-menu-btn a {
  border-radius: 5px;
  border: 2px solid #8bbe3d;
  background-color: #8bbe3d;
  /*color: #f9f8f8;*/
  color: #ffffff;
  padding: 12px 15px;
  margin-top: -14px;
  margin-bottom: 11px;
  font-weight: 600;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.contact-menu-btn a:before {
  content: none !important;
}
#page-container header#main-header.menu-testing #top-menu > .menu-item.contact-menu-btn a:hover {
  background-color: #f9f8f8;
  color: #8bbe3d;
}
#page-container header#main-header.menu-testing .et-search-form, #page-container header#main-header.menu-testing .et_close_search_field {
  color: #231f20;
  background-color: #fff !important;
}
@media (min-width: 981px) {
  #page-container header#main-header.menu-testing .et-search-form, #page-container header#main-header.menu-testing .et_close_search_field {
    right: 78px;
  }
}
#page-container header#main-header.menu-testing .et-search-form input, #page-container header#main-header.menu-testing .et_close_search_field input {
  color: #231f20;
}
#page-container header#main-header.menu-testing #et_top_search {
  margin: 3px 0 0 22px;
}
@media (max-width: 650px) {
  #page-container header#main-header.menu-testing #et_top_search {
    display: none;
  }
}
#page-container header#main-header.menu-testing #et_top_search #et_search_icon:before {
  background: url(/wp-content/uploads/2020/07/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
  top: -18px;
  left: -15px;
}
#page-container header#main-header.menu-testing #et_mobile_nav_menu {
  display: none;
}
.full-menu {
  display: none;
  padding-top: 64px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
}
.full-menu > div {
  opacity: 0;
}
.full-menu .insert-page {
  height: 100%;
}
.full-menu .insert-page .et-l {
  height: 100%;
}
.full-menu .insert-page .et-l .et_builder_inner_content {
  min-height: 100%;
  background-image: linear-gradient(45deg, #182615 0%, #000 100%);
  display: flex;
  align-items: center;
  opacity: 98%;
}
.full-menu .further-reading {
  display: none !important;
}
.full-menu .saboxplugin-wrap {
  display: none;
}
.full-menu.menu-opened {
  display: block;
}
.full-menu-opened #main-header {
  background: linear-gradient(90deg, #121c10 0%, #000 100%) !important;
}
.full-menu-opened #et-top-navigation {
  height: 64px;
}
.full-menu-opened #et-top-navigation #top-menu-nav {
  display: none;
}
.full-menu-opened #et_top_search, .full-menu-opened .et_search_outer {
  display: none !important;
}
#main-menu-section {
  background-color: transparent;
  width: 100%;
}
#main-menu-section .row-menu {
  max-width: 1420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid #374435;
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column {
    margin-right: 2%;
  }
}
@media (max-width: 630px) {
  #main-menu-section .row-menu .et_pb_column {
    width: 100%;
    margin-right: 0 !important;
  }
}
#main-menu-section .row-menu .et_pb_column:last-child {
  margin-right: 0;
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(1) {
    width: 23%;
    max-width: 306px;
  }
}
@media (min-width: 981px) and (max-width: 1440px) and (min-width: 1025px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(1) {
    width: 21%;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(2) {
    width: 23%;
    max-width: 344px;
  }
}
@media (min-width: 981px) and (max-width: 1440px) and (min-width: 1025px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(2) {
    width: 25%;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(3) {
    width: 15%;
    max-width: 220px;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(4) {
    width: 14%;
    max-width: 161px;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_column:nth-child(5) {
    width: 17%;
    max-width: 186px;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-menu .et_pb_text {
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-name: fadeTop;
  }
}
@media (max-width: 630px) {
  #main-menu-section .row-menu .et_pb_text_inner {
    max-width: 232px;
    margin: 0 auto;
  }
}
#main-menu-section .row-menu h3 {
  color: #93d50a;
  font-family: "Avenir Next", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding-bottom: 2em;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 1439px) {
  #main-menu-section .row-menu h3 {
    font-size: 17px !important;
  }
}
@media (max-width: 1199px) {
  #main-menu-section .row-menu h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 1023px) {
  #main-menu-section .row-menu h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 630px) {
  #main-menu-section .row-menu h3 {
    text-align: left;
  }
}
#main-menu-section .row-menu h3 a {
  color: #93d50a;
  position: relative;
}
#main-menu-section .row-menu h3 a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #93d50a;
  height: 1px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#main-menu-section .row-menu h3 a:hover:before {
  right: 0;
}
#main-menu-section .row-menu ul li {
  margin-bottom: 9px;
}
@media (max-width: 630px) {
  #main-menu-section .row-menu ul li {
    text-align: left;
  }
}
#main-menu-section .row-menu ul li a {
  font-family: "Avenir Next", sans-serif;
  color: #fff;
  position: relative;
  transition: 0.2s all;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.013em;
  font-size: 18px;
  /*
					@include laptopL {
						font-size: 17px;
					}
*/
}
@media (min-width: 981px) and (max-width: 1440px) {
  #main-menu-section .row-menu ul li a {
    font-size: 17px;
  }
}
@media (min-width: 981px) and (max-width: 1366px) {
  #main-menu-section .row-menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  #main-menu-section .row-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #main-menu-section .row-menu ul li a {
    font-size: 16px;
  }
}
#main-menu-section .row-menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #93d50a;
  height: 1px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#main-menu-section .row-menu ul li a:hover {
  color: #93d50a;
}
#main-menu-section .row-menu ul li a:hover:before {
  right: 0;
}
#main-menu-section .row-menu ul li a .text-strong {
  font-weight: 700;
}
#main-menu-section .row-menu ul li a span {
  white-space: nowrap;
}
#main-menu-section .row-menu ul li a.menu-btn {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #8bbe3d;
  padding: 12px 17px;
  color: #f9f8f8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
  font-size: 15px;
}
@media (max-width: 1023px) {
  #main-menu-section .row-menu ul li a.menu-btn {
    font-size: 14px;
    padding: 12px 14px;
  }
}
#main-menu-section .row-menu ul li a.menu-btn:before {
  content: none;
}
#main-menu-section .row-menu ul li a.menu-btn:hover {
  background-color: #93d50a;
  color: #000;
}
#main-menu-section .row-menu ul li.employee-login-btn-menu {
  margin-top: 23px;
}
#main-menu-section .row-contact {
  max-width: 1420px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 630px) {
  #main-menu-section .row-contact {
    justify-content: center;
  }
}
#main-menu-section .row-contact .et_pb_column:nth-child(1) {
  width: calc(100% - 275px - 5.5%);
  /*
				@include laptopL {
					width: 100%;
					margin-right: 0;
					margin-bottom: 30px;
				}
*/
}
@media (min-width: 981px) and (max-width: 1366px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(1) {
    margin-right: 4.5%;
    width: calc(100% - 253px - 6.5%);
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(1) {
    margin-right: 3%;
    width: calc(100% - 253px - 5.5%);
  }
}
@media (min-width: 981px) and (max-width: 1250px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(1) {
    width: 100%;
  }
}
#main-menu-section .row-contact .et_pb_column:nth-child(2) {
  width: 275px;
  /*
				@include laptopL {
					width: 100%;
				}
*/
}
@media (min-width: 981px) and (max-width: 1250px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_column:nth-child(2) ul {
    text-align: center;
  }
}
@media (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_text .et_pb_text_inner {
    margin: 0 auto;
    max-width: 430px;
  }
}
#main-menu-section .row-contact .et_pb_text ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  #main-menu-section .row-contact .et_pb_text ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_text ul {
    max-width: 268px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  #main-menu-section .row-contact .et_pb_text ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(1) span {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_text ul li:nth-child(1) span {
    display: inline-block;
  }
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(1) span:after {
  content: url("/wp-content/uploads/2021/02/address.png");
  width: 25px;
  height: 33px;
  position: absolute;
  top: -6px;
  left: -50px;
}
@media (max-width: 630px) {
  #main-menu-section .row-contact .et_pb_text ul li:nth-child(1) span:after {
    top: 6px;
  }
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(2) a {
  margin-left: 50px;
  position: relative;
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(2) a:after {
  content: url("/wp-content/uploads/2021/02/phone.png");
  width: 31px;
  height: 31px;
  position: absolute;
  top: -6px;
  left: -50px;
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(3) a {
  margin-left: 50px;
  position: relative;
}
#main-menu-section .row-contact .et_pb_text ul li:nth-child(3) a:after {
  content: url("/wp-content/uploads/2021/02/email.png");
  width: 31px;
  height: 31px;
  position: absolute;
  top: -6px;
  left: -50px;
}
#main-menu-section .row-contact .et_pb_text ul li a, #main-menu-section .row-contact .et_pb_text ul li span {
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}
@media (max-width: 1439px) {
  #main-menu-section .row-contact .et_pb_text ul li a, #main-menu-section .row-contact .et_pb_text ul li span {
    font-size: 17px;
  }
}
@media (min-width: 981px) {
  #main-menu-section .row-contact .et_pb_text ul li a, #main-menu-section .row-contact .et_pb_text ul li span {
    /*
							@media (max-width: 1280px) {
								font-size: 15px;
							}
*/
  }
}
@media (min-width: 981px) and (max-width: 1366px) {
  #main-menu-section .row-contact .et_pb_text ul li a, #main-menu-section .row-contact .et_pb_text ul li span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #main-menu-section .row-contact .et_pb_text ul li a, #main-menu-section .row-contact .et_pb_text ul li span {
    font-size: 16px;
  }
}
#main-menu-section .row-contact .et_pb_text ul li a {
  position: relative;
}
#main-menu-section .row-contact .et_pb_text ul li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #93d50a;
  height: 1px;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#main-menu-section .row-contact .et_pb_text ul li a:hover {
  color: #93d50a;
}
#main-menu-section .row-contact .et_pb_text ul li a:hover:before {
  right: 0;
}
#main-menu-section .row-contact .et_pb_social_media_follow {
  /*
			@include laptopL {
				text-align: center;
			}
*/
}
@media (min-width: 981px) and (max-width: 1250px) {
  #main-menu-section .row-contact .et_pb_social_media_follow {
    text-align: center;
  }
}
#main-menu-section .row-contact .et_pb_social_media_follow li {
  margin-bottom: 0;
}
#main-menu-section .row-contact .et_pb_social_media_follow li a {
  margin-right: 13px;
}
#main-menu-section .row-contact .et_pb_social_media_follow li a.icon:before {
  font-size: 22px;
  opacity: 1 !important;
  transition: 0.2s all;
}
#main-menu-section .row-contact .et_pb_social_media_follow li a.icon:hover:before {
  color: #93d50a;
}
a.open-menu {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}
a.open-menu .av-hamburger-inner {
  width: 40px;
  height: 3px;
  background-color: #8bbe3d;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease, background-color 0.15s ease;
  width: 40px !important;
  right: 0 !important;
}
a.open-menu .av-hamburger-inner::before {
  width: 40px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease;
}
a.open-menu .av-hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease;
}
a.open-menu .av-hamburger-inner:before {
  width: 40px !important;
  right: 0px !important;
}
a.open-menu .av-hamburger-inner:after {
  width: 40px !important;
  right: 0px !important;
}
a.open-menu .av-hamburger:after {
  content: "menu";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #231f20;
  font-family: "Avenir Next", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.18px;
}
a.open-menu .av-hamburger.is-active .av-hamburger-inner {
  width: 100% !important;
  background-color: #464646;
}
a.open-menu .av-hamburger.is-active:after {
  content: none;
}
.av-hamburger--spin-r .av-hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.av-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -8px;
}
.av-hamburger-inner::before {
  content: "";
  display: block;
  top: -8px;
}
.av-hamburger-inner::after {
  content: "";
  display: block;
  bottom: -8px;
}
.av-hamburger--spin .av-hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.av-hamburger--spin .av-hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
}
.av-hamburger--spin .av-hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s ease;
}
.av-hamburger--spin.is-active .av-hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.av-hamburger--spin.is-active .av-hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
}
.av-hamburger--spin.is-active .av-hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  background-color: #464646;
}
@media (max-width: 960px) {
  .mob-menu-header-holder {
    height: auto;
  }
  .mob-menu-logo-holder {
    height: auto;
    padding: 10px 10px 6px 50px;
  }
  .mob-standard-logo {
    height: 45px !important;
    width: 216px;
    /* width: auto; */
  }
  .mobmenul-container {
    top: 15px;
  }
}
.nowrap {
  white-space: nowrap;
}
.italic {
  font-family: 'Avenir Next';
  font-weight: bold;
  font-style: italic;
}
.et_pb_slider .et_pb_slide {
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-blend-mode: color;
}
.et_pb_slider .et_pb_slide .divi-banner-video {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  -webkit-transition: display 0.3s;
  transition: display 0.3s;
}
.et_pb_slider .et_pb_slide .divi-banner-video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.et_pb_slider .et_pb_slide .divi-banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.et_right_sidebar #main-content .container:before {
  display: none;
}
@media (min-width: 981px) {
  .et_full_width_page #main-content > .container #left-area {
    width: 100% !important;
    padding: 0 !important;
  }
}
.page-template-default #main-content > .container, .post-template-default #main-content > .container, .post-template #main-content > .container, .search-results #main-content > .container {
  padding-top: 150px !important;
}
.page-template-default .et_pb_slide_description, .post-template-default .et_pb_slide_description, .post-template .et_pb_slide_description, .search-results .et_pb_slide_description {
  max-width: 1000px;
  padding: 195px 20px 380px;
}
@media (max-width: 374px) {
  .page-template-default .et_pb_slide_description, .post-template-default .et_pb_slide_description, .post-template .et_pb_slide_description, .search-results .et_pb_slide_description {
    padding: 195px 20px 180px;
  }
}
.page-template-default .et_pb_slide_description .et_pb_slide_title, .post-template-default .et_pb_slide_description .et_pb_slide_title, .post-template .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
  margin: 0 0 20px;
  font-size: 50px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .page-template-default .et_pb_slide_description .et_pb_slide_title, .post-template-default .et_pb_slide_description .et_pb_slide_title, .post-template .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .page-template-default .et_pb_slide_description .et_pb_slide_title, .post-template-default .et_pb_slide_description .et_pb_slide_title, .post-template .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .page-template-default .et_pb_slide_description .et_pb_slide_title, .post-template-default .et_pb_slide_description .et_pb_slide_title, .post-template .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 30px !important;
  }
}
.page-template-default .et_pb_slide_description .et_pb_slide_content, .post-template-default .et_pb_slide_description .et_pb_slide_content, .post-template .et_pb_slide_description .et_pb_slide_content, .search-results .et_pb_slide_description .et_pb_slide_content {
  margin: 20px 0 30px;
  font-size: 22px;
  line-height: 128%;
}
.page-template-default #main-content .container, .post-template-default #main-content .container, .post-template #main-content .container, .search-results #main-content .container {
  max-width: 1260px;
  width: 90%;
}
@media (max-width: 440px) {
  .page-template-default #main-content .container, .post-template-default #main-content .container, .post-template #main-content .container, .search-results #main-content .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 374px) {
  .page-template-default #main-content .container, .post-template-default #main-content .container, .post-template #main-content .container, .search-results #main-content .container {
    width: 100%;
    padding-top: 0px !important;
  }
}
.page-template-default #main-content #content-area, .post-template-default #main-content #content-area, .post-template #main-content #content-area, .search-results #main-content #content-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -380px;
  margin-bottom: 50px;
  padding: 57px 80px 50px;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 1280px) {
  .page-template-default #main-content #content-area, .post-template-default #main-content #content-area, .post-template #main-content #content-area, .search-results #main-content #content-area {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .page-template-default #main-content #content-area, .post-template-default #main-content #content-area, .post-template #main-content #content-area, .search-results #main-content #content-area {
    padding: 40px 25px;
  }
}
@media (max-width: 374px) {
  .page-template-default #main-content #content-area, .post-template-default #main-content #content-area, .post-template #main-content #content-area, .search-results #main-content #content-area {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-default #main-content #content-area article, .post-template-default #main-content #content-area article, .post-template #main-content #content-area article, .search-results #main-content #content-area article {
  padding-top: 6px;
}
.page-template-default #main-content #content-area .box_author, .post-template-default #main-content #content-area .box_author, .post-template #main-content #content-area .box_author, .search-results #main-content #content-area .box_author {
  margin-top: 20px;
  visibility: hidden;
}
.page-template-default #main-content .responsive-table, .post-template-default #main-content .responsive-table, .post-template #main-content .responsive-table, .search-results #main-content .responsive-table {
  width: 100%;
  overflow-x: auto;
}
.page-template-default #main-content .responsive-table table th, .post-template-default #main-content .responsive-table table th, .post-template #main-content .responsive-table table th, .search-results #main-content .responsive-table table th {
  line-height: 1.2;
  font-size: 18px ;
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table th, .post-template-default #main-content .responsive-table table th, .post-template #main-content .responsive-table table th, .search-results #main-content .responsive-table table th {
    font-size: calc(13px + (18 - 13) * ((100vw - 280px) / (1362 - 280)));
  }
}
.page-template-default #main-content .responsive-table table td, .post-template-default #main-content .responsive-table table td, .post-template #main-content .responsive-table table td, .search-results #main-content .responsive-table table td {
  line-height: 1.2;
  font-size: 18px ;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td, .post-template-default #main-content .responsive-table table td, .post-template #main-content .responsive-table table td, .search-results #main-content .responsive-table table td {
    font-size: calc(13px + (18 - 13) * ((100vw - 280px) / (1362 - 280)));
  }
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td, .post-template-default #main-content .responsive-table table td, .post-template #main-content .responsive-table table td, .search-results #main-content .responsive-table table td {
    padding-left: calc(2px + (10 - 2) * ((100vw - 280px) / (1362 - 280))) !important;
  }
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td, .post-template-default #main-content .responsive-table table td, .post-template #main-content .responsive-table table td, .search-results #main-content .responsive-table table td {
    padding-right: calc(2px + (10 - 2) * ((100vw - 280px) / (1362 - 280))) !important;
  }
}
.page-template-default #main-content .responsive-table table td li, .post-template-default #main-content .responsive-table table td li, .post-template #main-content .responsive-table table td li, .search-results #main-content .responsive-table table td li {
  line-height: 1.2;
  font-size: 18px ;
  margin-bottom: 20px ;
  padding-left: 30px ;
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td li, .post-template-default #main-content .responsive-table table td li, .post-template #main-content .responsive-table table td li, .search-results #main-content .responsive-table table td li {
    font-size: calc(13px + (18 - 13) * ((100vw - 280px) / (1362 - 280)));
  }
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td li, .post-template-default #main-content .responsive-table table td li, .post-template #main-content .responsive-table table td li, .search-results #main-content .responsive-table table td li {
    margin-bottom: calc(7px + (20 - 7) * ((100vw - 280px) / (1362 - 280)));
  }
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td li, .post-template-default #main-content .responsive-table table td li, .post-template #main-content .responsive-table table td li, .search-results #main-content .responsive-table table td li {
    padding-left: calc(15px + (30 - 15) * ((100vw - 280px) / (1362 - 280)));
  }
}
.page-template-default #main-content .responsive-table table td li:before, .post-template-default #main-content .responsive-table table td li:before, .post-template #main-content .responsive-table table td li:before, .search-results #main-content .responsive-table table td li:before {
  width: 15px ;
  height: 15px ;
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td li:before, .post-template-default #main-content .responsive-table table td li:before, .post-template #main-content .responsive-table table td li:before, .search-results #main-content .responsive-table table td li:before {
    width: calc(12px + (15 - 12) * ((100vw - 280px) / (1362 - 280)));
  }
}
@media (max-width: 1362px) {
  .page-template-default #main-content .responsive-table table td li:before, .post-template-default #main-content .responsive-table table td li:before, .post-template #main-content .responsive-table table td li:before, .search-results #main-content .responsive-table table td li:before {
    height: calc(12px + (15 - 12) * ((100vw - 280px) / (1362 - 280)));
  }
}
.page-template-default #left-area, .post-template-default #left-area, .post-template #left-area, .search-results #left-area {
  float: none;
  width: calc(93% - 300px) !important;
  margin-bottom: 50px;
  padding-right: 0;
}
@media (max-width: 980px) {
  .page-template-default #left-area, .post-template-default #left-area, .post-template #left-area, .search-results #left-area {
    width: 100% !important;
  }
}
.page-template-default #sidebar, .post-template-default #sidebar, .post-template #sidebar, .search-results #sidebar {
  float: none;
  position: relative;
  width: 300px;
  margin-left: 7%;
  margin-bottom: 32px;
  padding: 0;
}
@media (max-width: 980px) {
  .page-template-default #sidebar, .post-template-default #sidebar, .post-template #sidebar, .search-results #sidebar {
    max-width: 300px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-default #sidebar .sidebar__inner, .post-template-default #sidebar .sidebar__inner, .post-template #sidebar .sidebar__inner, .search-results #sidebar .sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.page-template-default article, .post-template-default article, .post-template article, .search-results article {
  font-size: 19px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}
.page-template-default article h2, .post-template-default article h2, .post-template article h2, .search-results article h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 480px) {
  .page-template-default article h2, .post-template-default article h2, .post-template article h2, .search-results article h2 {
    font-size: 28px;
  }
}
.page-template-default article h3, .post-template-default article h3, .post-template article h3, .search-results article h3 {
  position: relative;
  margin: 10px 0 25px;
  padding: 0 0 12px 42px;
  font-size: 28px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  border-bottom: 2px solid #8bbe3d;
}
@media (max-width: 480px) {
  .page-template-default article h3, .post-template-default article h3, .post-template article h3, .search-results article h3 {
    font-size: 24px;
  }
}
.page-template-default article h3:before, .post-template-default article h3:before, .post-template article h3:before, .search-results article h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  background-image: url('../images/icon_title.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-template-default article p, .post-template-default article p, .post-template article p, .search-results article p {
  padding-bottom: 17px;
  font-size: 19px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}
.page-template-default article p:last-of-type, .post-template-default article p:last-of-type, .post-template article p:last-of-type, .search-results article p:last-of-type {
  padding-bottom: 17px;
}
.page-template-default article a, .post-template-default article a, .post-template article a, .search-results article a {
  color: #8bbe3d;
  transition: 0.5s;
}
.page-template-default article a:hover, .post-template-default article a:hover, .post-template article a:hover, .search-results article a:hover {
  color: #75a034;
}
.page-template-default article a.tdu, .post-template-default article a.tdu, .post-template article a.tdu, .search-results article a.tdu {
  position: relative;
}
.page-template-default article a.tdu:after, .post-template-default article a.tdu:after, .post-template article a.tdu:after, .search-results article a.tdu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #8bbe3d;
  transition: 0.5s;
}
.page-template-default article a.tdu:hover:after, .post-template-default article a.tdu:hover:after, .post-template article a.tdu:hover:after, .search-results article a.tdu:hover:after {
  width: 0;
}
.page-template-default article ul, .post-template-default article ul, .post-template article ul, .search-results article ul {
  margin: 0 0 25px;
  padding: 0 0 0 30px !important;
  list-style-type: none !important;
}
.page-template-default article ul li, .post-template-default article ul li, .post-template article ul li, .search-results article ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  list-style: none !important;
}
.page-template-default article ul li:before, .post-template-default article ul li:before, .post-template article ul li:before, .search-results article ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url('../images/icon_check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-template-default article ul.colum_2, .post-template-default article ul.colum_2, .post-template article ul.colum_2, .search-results article ul.colum_2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-template-default article ul.colum_2 li, .post-template-default article ul.colum_2 li, .post-template article ul.colum_2 li, .search-results article ul.colum_2 li {
  min-width: 220px;
  width: 44.85%;
  padding-right: 15px;
}
.page-template-default article ol, .post-template-default article ol, .post-template article ol, .search-results article ol {
  margin: 0 0 25px;
  padding: 0 0 0 30px !important;
  list-style-type: none !important;
  counter-reset: num;
}
.page-template-default article ol li, .post-template-default article ol li, .post-template article ol li, .search-results article ol li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  list-style: none !important;
  counter-increment: num;
}
.page-template-default article ol li:before, .post-template-default article ol li:before, .post-template article ol li:before, .search-results article ol li:before {
  content: counter(num) '.';
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  font-weight: 600;
  color: #8bbe3d;
}
.page-template-default article img, .post-template-default article img, .post-template article img, .search-results article img {
  margin: 20px 0 0;
}
.page-template-default article table th, .post-template-default article table th, .post-template article table th, .search-results article table th {
  font-size: 18px;
  font-family: 'Avenir Next', sans-serif;
  text-align: center;
  color: #000;
  border: 1px solid #eee;
}
.page-template-default article table td, .post-template-default article table td, .post-template article table td, .search-results article table td {
  padding: 5px 10px !important;
  font-size: 18px;
  font-family: 'Avenir Next', sans-serif;
  text-align: center;
  border: 1px solid #eee;
}
.page-template-default article table ul, .post-template-default article table ul, .post-template article table ul, .search-results article table ul {
  margin: 15px 0 15px !important;
  padding: 0 !important;
}
.page-template-default article table ul li, .post-template-default article table ul li, .post-template article table ul li, .search-results article table ul li {
  text-align: left;
}
.page-template-default article .wrap_list_img, .post-template-default article .wrap_list_img, .post-template article .wrap_list_img, .search-results article .wrap_list_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 35px -10px 0;
}
@media (max-width: 600px) {
  .page-template-default article .wrap_list_img, .post-template-default article .wrap_list_img, .post-template article .wrap_list_img, .search-results article .wrap_list_img {
    justify-content: center;
  }
}
.page-template-default article .wrap_list_img img, .post-template-default article .wrap_list_img img, .post-template article .wrap_list_img img, .search-results article .wrap_list_img img {
  margin: 0 10px 35px;
}
.page-template-default article .wrap_list_img br, .post-template-default article .wrap_list_img br, .post-template article .wrap_list_img br, .search-results article .wrap_list_img br {
  display: none;
}
#sidebar .box_banner_sidebar {
  margin-bottom: 36px;
  padding: 25px 15px;
  text-align: center;
  background-image: linear-gradient(45deg, #07345b 0%, #010b1a 100%);
}
#sidebar .box_banner_sidebar .titles {
  margin-bottom: 16px;
  padding: 0 12px;
  font-size: 28px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
#sidebar .box_banner_sidebar .titles_2 {
  margin-bottom: 7px;
  font-size: 22px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
}
#sidebar .box_banner_sidebar .desc {
  margin-bottom: 15px;
  padding: 0;
  font-size: 19px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}
#sidebar .box_banner_sidebar .box_img {
  padding: 5px 0 11px;
}
#sidebar .box_banner_sidebar .box_list .list_title {
  margin-bottom: 13px;
  padding: 0 20px;
  font-size: 22px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: #8bbe3d;
}
#sidebar .box_banner_sidebar .box_list ol.list_step {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}
#sidebar .box_banner_sidebar .box_list ol.list_step li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  padding-top: 8px;
  font-size: 16px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 20px;
  color: #ffffff;
  counter-increment: num;
}
#sidebar .box_banner_sidebar .box_list ol.list_step li .box_step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  min-width: 52px;
  width: 52px;
  height: 52px;
  margin: -7px 15px 0 2px;
  padding-top: 7px;
  background-color: #8bbe3d;
  border-radius: 50%;
}
#sidebar .box_banner_sidebar .box_list ol.list_step li .box_step:before {
  content: 'STEP';
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Avenir Next";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 14px;
  color: #ffffff;
}
#sidebar .box_banner_sidebar .box_list ol.list_step li .box_step:after {
  content: counter(num);
  display: block;
  width: 100%;
  font-size: 22px;
  font-family: "Avenir Next";
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
#sidebar .box_banner_sidebar .box_form {
  padding-top: 16px;
}
#sidebar .box_banner_sidebar .box_form iframe {
  max-height: 781px;
}
#sidebar .list_last_post.show {
  display: block;
}
#sidebar .list_last_post.hide {
  display: none;
}
#sidebar .list_last_post .box_title {
  padding: 27px 0px;
  border-top: 1px solid #aabec8;
}
#sidebar .list_last_post h4 {
  padding-bottom: 17px;
  font-size: 26px;
  font-family: "Avenir Next";
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  color: #000000;
}
#sidebar .list_last_post p.text_green {
  font-size: 20px;
  font-family: "Avenir Next";
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #8bbe3d;
}
#sidebar .list_last_post .box_post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 18px 0 19px;
  border-top: 1px solid #aabec8;
}
#sidebar .list_last_post .box_post:last-child {
  border-bottom: 1px solid #aabec8;
}
#sidebar .list_last_post .box_post .box_img {
  min-width: 120px;
  margin: 0 12px 0 2px;
}
#sidebar .list_last_post .box_post .titles {
  margin-bottom: 9px;
  font-size: 15px;
  font-family: "Avenir Next";
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
#sidebar .list_last_post .box_post .link {
  font-size: 11px;
  font-family: "Avenir Next";
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  line-height: 20px;
  color: #8dc63f;
}
.postid-1901 #sidebar .box_banner_sidebar {
  background: none;
  background-color: #8bbe3d;
}
.postid-1901 #sidebar .box_banner_sidebar .box_list .list_title {
  color: #000;
}
.postid-1901 #sidebar .box_banner_sidebar .box_list ol.list_step li .box_step {
  background-color: #000;
}
/* Star page id style */
.page-template-default.page-id-1630 .et_pb_slide_description {
  max-width: 980px;
}
.page-template-default.page-id-1630 #left-area {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* End page id style */
/* Star page builder style */
.page_banner {
  position: relative;
  padding: 150px 20px 390px !important;
  z-index: 1;
}
.page_banner .et_pb_row {
  max-width: 1260px !important;
  width: 90% !important;
}
.page_banner .et_pb_module_header {
  font-size: 50px !important;
  font-family: "Avenir Next";
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .page_banner .et_pb_module_header {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .page_banner .et_pb_module_header {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .page_banner .et_pb_module_header {
    font-size: 30px !important;
  }
}
.page_banner .et_pb_module_header .green {
  color: #8bbe3d;
}
.page_after_banner {
  max-width: 1260px !important;
  width: 90% !important;
  margin: -325px auto 15px;
  padding: 60px 0 30px !important;
  background-color: #fff;
  z-index: 3;
}
.page_after_banner .et_pb_row {
  max-width: 1100px !important;
}
.page_after_banner .contents {
  width: calc(92.75% - 300px) !important;
  margin-right: 7.2%;
}
@media (max-width: 980px) {
  .page_after_banner .contents {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
}
.page_after_banner .sidebars {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 35px !important;
  padding: 25px 15px;
  text-align: center;
  background-image: linear-gradient(45deg, #07345b 0%, #010b1a 100%);
}
.page_after_banner .sidebars h4 {
  margin-bottom: 11px;
  font-size: 28px;
  font-family: "Avenir Next";
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}
.page_after_banner .sidebars iframe {
  max-height: 490px;
}
@media (max-width: 980px) {
  .page_after_banner .sidebars {
    float: none;
  }
  .page_after_banner .sidebars.et_pb_column:last-child {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
#left-area .saboxplugin-wrap .saboxplugin-gravatar img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
/* End page builder style */
.further-reading {
  display: none;
}
.cv-regards {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
}
.cv-regards img {
  margin-right: 15px;
}
.cv-regards p {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .cv-regards {
    flex-wrap: wrap;
  }
  .cv-regards img {
    margin-right: 0;
  }
}
.archive .et_pb_slide_description, .search-results .et_pb_slide_description {
  max-width: 1000px;
  padding: 215px 20px 415px;
}
@media (max-width: 374px) {
  .archive .et_pb_slide_description, .search-results .et_pb_slide_description {
    padding: 195px 20px 180px;
  }
}
.archive .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
  margin: 0 0 20px;
  font-size: 50px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .archive .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .archive .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .archive .et_pb_slide_description .et_pb_slide_title, .search-results .et_pb_slide_description .et_pb_slide_title {
    font-size: 30px !important;
  }
}
.archive .et_pb_slide_description .et_pb_slide_content, .search-results .et_pb_slide_description .et_pb_slide_content {
  margin: 20px 0 30px;
  font-size: 22px;
  line-height: 128%;
}
.archive .title_category, .search-results .title_category {
  margin: -9px 0 23px;
  font-size: 32px;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}
.archive #content-area, .search-results #content-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -380px;
  padding: 57px 80px 30px;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 1280px) {
  .archive #content-area, .search-results #content-area {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .archive #content-area, .search-results #content-area {
    padding: 40px 25px;
  }
}
@media (max-width: 374px) {
  .archive #content-area, .search-results #content-area {
    margin-top: 0;
  }
}
.archive .container, .search-results .container {
  max-width: 1260px;
  width: 90%;
}
@media (max-width: 374px) {
  .archive .container, .search-results .container {
    width: 100%;
  }
}
.archive #left-area, .search-results #left-area {
  float: none;
  width: calc(93% - 300px) !important;
  margin-bottom: 50px;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .archive #left-area, .search-results #left-area {
    width: 100% !important;
  }
}
.archive #sidebar, .search-results #sidebar {
  float: none;
  width: 300px;
  margin-left: 7%;
  margin-bottom: 32px;
  padding: 0;
}
@media (max-width: 980px) {
  .archive #sidebar, .search-results #sidebar {
    max-width: 300px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.archive #sidebar .sidebar__inner, .search-results #sidebar .sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.archive article, .search-results article {
  max-width: 720px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .archive article, .search-results article {
    max-width: none;
  }
}
.archive article .box_thumbnail, .search-results article .box_thumbnail {
  position: relative;
  width: 38.342%;
  max-height: 250px;
  padding: 10px;
}
.archive article .box_thumbnail a, .search-results article .box_thumbnail a {
  width: 100%;
  height: 100%;
  margin: 0;
}
.archive article .box_thumbnail img, .search-results article .box_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.archive article .box_content, .search-results article .box_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 30px 30px 37px 43px;
  width: 61.658%;
}
.archive article .box_content div, .search-results article .box_content div {
  width: 100%;
}
.archive article .list_cat a, .search-results article .list_cat a {
  font-size: 13px;
  font-family: "Avenir Next";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 25px;
  color: #8bbe3d;
}
.archive article .title, .search-results article .title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "Avenir Next";
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}
.archive article .title a, .search-results article .title a {
  color: #000000;
}
.archive article .title a:hover, .search-results article .title a:hover {
  color: #8bbe3d;
}
.archive article .read-more-link, .search-results article .read-more-link {
  font-size: 18px;
  font-family: "Avenir Next";
  font-weight: 600;
  color: #8bbe3d;
}
.archive article .read-more-link:hover, .search-results article .read-more-link:hover {
  color: #75a034;
}
.archive article .box_author, .search-results article .box_author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.archive article .box_author .box_img, .search-results article .box_author .box_img {
  display: none;
  min-width: 55px;
  width: 55px;
  height: 55px;
  margin-right: 11px;
  border-radius: 50%;
  overflow: hidden;
}
.archive article .box_author .box_text .name, .search-results article .box_author .box_text .name {
  display: inline;
  font-size: 15px;
  font-family: "Avenir Next";
  font-weight: 500;
  line-height: 15px;
  color: #8bbe3d;
}
.archive article .box_author .box_text .date, .search-results article .box_author .box_text .date {
  display: inline;
  margin-left: 5px;
  font-size: 15px;
  font-family: "Avenir Next";
  font-weight: 500;
  line-height: 15px;
  color: #4c4d4f;
}
.archive article:first-of-type, .search-results article:first-of-type {
  width: 100%;
  margin-bottom: 32px;
}
.archive article:first-of-type .box_content, .search-results article:first-of-type .box_content {
  width: 100%;
  padding: 16px 20px 18px 29px;
}
.archive article:first-of-type .box_thumbnail, .search-results article:first-of-type .box_thumbnail {
  width: 100%;
  max-height: 560px;
}
.archive article:first-of-type .list_cat a, .search-results article:first-of-type .list_cat a {
  font-size: 15px;
  letter-spacing: 1.5px;
}
.archive article:first-of-type .title, .search-results article:first-of-type .title {
  margin: 5px 0 16px;
  font-size: 24px;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 32px;
}
.archive article:first-of-type .box_author .box_img, .search-results article:first-of-type .box_author .box_img {
  display: block;
}
.archive article:first-of-type .box_author .box_text .name, .archive article:first-of-type .box_author .box_text .date, .search-results article:first-of-type .box_author .box_text .name, .search-results article:first-of-type .box_author .box_text .date {
  display: block;
  margin-left: 0;
}
@media (max-width: 1199px) and (min-width: 981px), (max-width: 550px) {
  .archive article, .search-results article {
    width: 100%;
    margin-bottom: 29px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
  }
  .archive article .box_content, .search-results article .box_content {
    width: 100%;
    padding: 20px !important;
  }
  .archive article .box_thumbnail, .search-results article .box_thumbnail {
    width: 100%;
    max-height: 323px;
  }
  .archive article .title, .search-results article .title {
    margin: 5px 0 16px;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
  .archive article .box_author .box_img, .search-results article .box_author .box_img {
    display: block;
  }
  .archive article .box_author .box_text .name, .archive article .box_author .box_text .date, .search-results article .box_author .box_text .name, .search-results article .box_author .box_text .date {
    display: block;
  }
}
.search-results #left-area article {
  padding-top: 0;
}
.search-results #left-area article:first-of-type {
  display: none;
}
.search-results #left-area article .box_thumbnail a img {
  margin: 0;
}
.search-results #sidebar .list_last_post {
  display: none;
}
/* Start Page 404 */
.block_404_page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 102vh;
  padding: 150px 0 80px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('/wp-content/uploads/2020/07/bg_404.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: color;
}
.block_404_page .container {
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
}
.block_404_page .container .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.block_404_page .container .cols_12 {
  width: 100%;
  padding: 0 15px;
}
.block_404_page .box_text {
  text-align: center;
}
.block_404_page h1 {
  margin: 0;
  font-size: 150px !important;
  font-family: "Avenir Next Condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 110%;
  color: #93d50a;
}
@media (min-width: 2000px) {
  .block_404_page h1 {
    font-size: 150px !important;
  }
}
@media (max-width: 980px) {
  .block_404_page h1 {
    font-size: 140px !important;
  }
}
@media (max-width: 767px) {
  .block_404_page h1 {
    font-size: 100px !important;
  }
}
.block_404_page p {
  max-width: 700px;
  margin: 0 auto 46px;
  font-size: 50px !important;
  font-family: "Avenir Next Condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 123%;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .block_404_page p {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .block_404_page p {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .block_404_page p {
    font-size: 36px !important;
  }
}
.block_404_page a.order {
  display: block;
  max-width: 446px;
  width: 100%;
  margin: 0 auto 75px;
  padding: 10px 15px;
  font-family: 'Helvetica Neue Condensed';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  color: #000000;
  border-radius: 23px;
  background-color: #93d50a;
}
.block_404_page a.order:hover {
  color: #fff;
  background-color: #8bbe3d;
}
@media (max-width: 407px) {
  .block_404_page a.order {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .block_404_page a.order {
    font-size: 14px;
  }
}
/* End Page 404 */
.home * {
  font-family: 'Avenir Next', sans-serif;
}
.home #page-container {
  padding-top: 0 !important;
}
.home #page-container #main-header {
  background-color: rgba(244, 244, 232, 0.9);
}
.home #page-container #main-header #top-menu > .menu-item > a {
  color: #231f20;
}
.home #page-container #main-header #top-menu > .menu-item > a:before {
  background-color: #231f20;
}
.home #page-container #main-header #top-menu > .menu-item.btn_green > a:hover {
  color: #000 !important;
}
.home #page-container #main-header #et_search_icon:before {
  background: url('/wp-content/uploads/2020/07/search.svg');
}
.home #page-container #main-header .et_search_form_container {
  color: #231f20;
}
.home #page-container #main-header .et_search_form_container .et-search-form input {
  color: #333;
}
.home #page-container #main-header .current-menu-item a, .home #page-container #main-header #top-menu > .current-menu-item > a {
  color: #8bbe3d !important;
}
.home #page-container #main-header .current-menu-item a:before, .home #page-container #main-header #top-menu > .current-menu-item > a:before {
  background-color: #231f20;
}
.et_pb_section .et_pb_row {
  max-width: 1582px;
  width: 90%;
}
#main-forthright-hero {
  padding: 0;
}
#main-forthright-hero .et_pb_slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent !important;
  background-blend-mode: none;
}
@media (max-width: 1400px) {
  #main-forthright-hero .et_pb_slide .et_pb_slide_content {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 980px) {
  #main-forthright-hero .et_pb_slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(244, 244, 232, 0.8);
  }
}
#main-forthright-hero .et_pb_slides .et_pb_container, #main-forthright-hero .et_pb_slides .et_pb_slider_container_inner {
  display: block;
}
#main-forthright-hero .et_pb_slide_description {
  min-height: 100vh;
  max-height: 980px;
  padding: 10% 8% 21%;
  text-shadow: unset;
}
@media (max-width: 1400px) {
  #main-forthright-hero .et_pb_slide_description {
    padding: 12% 8% 22%;
  }
}
@media (max-width: 1200px) {
  #main-forthright-hero .et_pb_slide_description {
    padding: 16% 8% 22%;
  }
}
@media (max-width: 980px) {
  #main-forthright-hero .et_pb_slide_description {
    padding: 140px 0 150px;
    min-height: 70vh;
  }
}
#main-forthright-hero .et_pb_slide_description h1 {
  color: #231f20 !important;
}
#main-forthright-hero .et_pb_slide_description h4 {
  margin: 0 0 70px;
  padding: 0 !important;
  padding-left: 14px;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 14px;
  color: #231f20 !important;
}
@media (max-width: 1440px) {
  #main-forthright-hero .et_pb_slide_description h4 {
    font-size: calc(8px + 1vw);
    letter-spacing: 10px;
  }
}
@media (max-width: 1280px) {
  #main-forthright-hero .et_pb_slide_description h4 {
    letter-spacing: 9px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #main-forthright-hero .et_pb_slide_description h4 {
    letter-spacing: 7px;
  }
}
#main-forthright-hero .et_pb_slide_description p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 150%;
  color: #231f20 !important;
}
#main-forthright-hero .et_pb_slide_description p a {
  color: #231f20;
  transition: 0.5s;
}
#main-forthright-hero .et_pb_slide_description p a:hover {
  border-bottom: 1px solid #231f20;
}
@media (max-width: 1280px) {
  #main-forthright-hero .et_pb_slide_description .et_pb_slide_content img {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #main-forthright-hero .et_pb_slide_description .et_pb_slide_content img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#main-forthright-hero .link_down {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 130px;
  margin: 0 auto 168px;
  font-size: 12px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 3.6px;
  line-height: 18px;
  color: #fff !important;
  border-bottom: 0 !important;
  transition: 0.5s;
  animation: link_down 3s ease-in-out infinite;
  cursor: pointer;
}
@media (max-width: 980px) {
  #main-forthright-hero .link_down {
    margin: 0 auto 120px;
  }
}
#main-forthright-hero .link_down:before {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  display: block;
  margin: 9px auto 0;
  width: 1px;
  height: 78px;
  background-color: #fff;
}
#main-forthright-hero .link_down:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -90px;
  left: 0;
  display: block;
  margin: auto;
  width: 11px;
  height: 11px;
  background-color: #8bbe3d;
  border-radius: 50%;
}
@media (max-width: 980px) {
  #main-forthright-hero .link_down {
    color: #000 !important;
  }
  #main-forthright-hero .link_down:before {
    background-color: #000 !important;
  }
}
@keyframes link_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.block_main.et_pb_section .et_pb_text_inner h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 22px;
}
.block_main.et_pb_section .et_pb_text_inner h2 {
  color: #ffffff;
  font-size: calc(30.7px + 1vw) !important;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 2000px) {
  .block_main.et_pb_section .et_pb_text_inner h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .block_main.et_pb_section .et_pb_text_inner h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .block_main.et_pb_section .et_pb_text_inner h2 {
    font-size: 28px !important;
  }
}
.block_main.et_pb_section .et_pb_text_inner p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
#block_services {
  position: relative;
  padding: 75px 0 100px;
  overflow: hidden;
  z-index: 1;
}
#block_services:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50.55%;
  bottom: 0;
  display: block;
  width: 860px;
  background-color: rgba(139, 190, 61, 0.65);
  z-index: -1;
}
@media (max-width: 1440px) {
  #block_services:before {
    left: 0;
    right: initial;
    width: 50%;
  }
}
@media (max-width: 980px) {
  #block_services:before {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media (max-width: 980px) {
  #block_services {
    padding: 50px 0;
  }
}
#block_services .service_text h2 {
  margin-bottom: 47px;
}
@media (max-width: 980px) {
  #block_services .service_text h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  #block_services .service_text {
    padding-bottom: 0;
    padding-top: 0;
  }
}
#block_services .blurb_row {
  border-radius: 0 50px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 70px 75px 59px;
}
@media (max-width: 1400px) {
  #block_services .blurb_row {
    padding: 35px 35px;
  }
}
@media (max-width: 1200px) {
  #block_services .blurb_row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 35px;
  }
}
@media (max-width: 980px) {
  #block_services .blurb_row {
    padding: 15px 25px;
  }
}
#block_services .blurb_row .et_pb_column {
  text-align: center;
}
@media (max-width: 1200px) {
  #block_services .blurb_row .et_pb_column {
    margin: 25px 5px;
    width: 32%;
  }
}
@media (max-width: 980px) {
  #block_services .blurb_row .et_pb_column {
    margin: 20px 0px !important;
    width: 50%;
  }
}
#block_services .blurb_row .et_pb_column .et_pb_blurb {
  margin-bottom: 0;
  padding: 0 10px 30px;
}
@media (max-width: 1280px) {
  #block_services .blurb_row .et_pb_column .et_pb_blurb {
    padding: 0 10px 60px;
  }
}
#block_services .blurb_row .et_pb_column .et_pb_blurb .et_pb_blurb_container {
  text-align: center;
}
#block_services .blurb_row .et_pb_main_blurb_image {
  min-height: 80px;
  margin-bottom: 16px;
}
#block_services .blurb_row h3 {
  font-size: calc(9px + .68vw) !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600 !important;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000;
}
@media (min-width: 2000px) {
  #block_services .blurb_row h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 980px) {
  #block_services .blurb_row h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #block_services .blurb_row h3 {
    font-size: 18px !important;
  }
}
#block_services .blurb_row p, #block_services .blurb_row .et_pb_blurb_description {
  color: #000000;
  font-size: 16px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 22px;
}
#block_services .et_pb_button {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  display: block;
  max-width: 178px;
  width: 100%;
  margin: auto;
  padding: 15px 10px;
  font-size: 15px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  transition: 0.5s;
  border: 0;
}
#block_services .et_pb_button:after {
  display: none;
}
#block_services .et_pb_button:hover {
  background-color: #8bbe3d;
}
@media (max-width: 1400px) {
  #block_services .et_pb_button {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #block_services .et_pb_button {
    font-size: 12px;
    padding: 10px 7px;
    max-width: 148px;
  }
}
#block_testimonials {
  padding: 70px 0px 40px;
}
@media (max-width: 980px) {
  #block_testimonials {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #block_testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block_testimonials h5 {
  color: #8bbe3d;
}
#block_testimonials h2 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #block_testimonials h2 {
    margin-bottom: 20px;
  }
}
#block_testimonials p {
  max-width: 800px;
}
@media (min-width: 981px) and (max-width: 1600px) {
  #block_testimonials .col2 {
    width: 38.2%;
  }
}
#block_testimonials .col2 .owl-prev {
  margin-right: 2px;
}
#block_testimonials .col2 .owl-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#block_testimonials .col2 .owl-next, #block_testimonials .col2 .owl-prev {
  width: 20px;
  height: 20px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#block_testimonials .col2 .owl-next i:before, #block_testimonials .col2 .owl-prev i:before {
  content: none;
}
#block_testimonials .col2 .fa-angle-left {
  transform: rotate(180deg);
}
#block_testimonials .col2 .fas {
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #8abe3d;
}
#block_testimonials .col2 .fas.fa-angle-right {
  margin-left: 3px;
}
#block_testimonials .col2 .btn {
  color: #000;
  font-size: calc(9px + .31vw);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #8bbe3d;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
  width: fit-content;
  text-align: center;
  transition: all 0.2s ease;
}
#block_testimonials .col2 .btn:hover {
  background: #8bbe3d;
  color: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 1260px) {
  #block_testimonials .col2 .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #block_testimonials .col2 .btn {
    margin-top: 30px;
  }
}
#block_testimonials .col2 .cite {
  display: flex;
  align-items: center;
}
#block_testimonials .col2 .cite img {
  width: 55px;
  height: 55px;
  border: 1px solid #959595;
  background-color: #ffffff;
  margin-right: 15px;
  border-radius: 50%;
}
#block_testimonials .col2 .cite .author {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  padding-bottom: 0;
}
#block_testimonials .col2 blockquote p, #block_testimonials .col2 blockquote {
  color: #000000;
  font-size: calc(8.7px + 1vw) !important;
  font-weight: 500;
  line-height: 1.15;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 2000px) {
  #block_testimonials .col2 blockquote p, #block_testimonials .col2 blockquote {
    font-size: 28px !important;
  }
}
@media (max-width: 980px) {
  #block_testimonials .col2 blockquote p, #block_testimonials .col2 blockquote {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #block_testimonials .col2 blockquote p, #block_testimonials .col2 blockquote {
    font-size: 20px !important;
  }
}
#block_testimonials .col2 blockquote {
  padding-top: 137px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  #block_testimonials .col2 blockquote {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  #block_testimonials .col2 blockquote {
    margin-top: -55px;
  }
}
#block_testimonials .col2 blockquote:after {
  content: '';
  position: absolute;
  top: 97px;
  right: 0;
  border-top: 2px solid #8bbe3d;
  width: calc(100% - 82px);
}
#block_testimonials .col2 blockquote:before {
  content: '';
  position: absolute;
  top: 53px;
  left: 0;
  background: url('/wp-content/uploads/2020/07/“.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 66px;
  height: 47px;
}
@media (max-width: 1600px) {
  #block_testimonials .col1 {
    margin-right: 5%;
  }
}
#block_testimonials .col1 .et_pb_text {
  width: 100%;
}
#block_testimonials .col1 .number-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 8%;
  padding-right: 20%;
}
@media (max-width: 1400px) {
  #block_testimonials .col1 .number-wrapper {
    padding-right: 8%;
  }
}
@media (max-width: 1200px) {
  #block_testimonials .col1 .number-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin: 0 -10px;
  }
}
@media (max-width: 980px) {
  #block_testimonials .col1 .number-wrapper {
    margin: 0;
  }
}
#block_testimonials .col1 .et_pb_number_counter {
  width: 30%;
  border-radius: 8px;
  border: 1px solid #8bbe3d;
  background-image: url(/wp-content/uploads/2020/07/Rectangle_22.png);
  background-repeat: no-repeat;
  height: 146px;
  margin-bottom: 5%;
}
@media (max-width: 600px) {
  #block_testimonials .col1 .et_pb_number_counter {
    width: 45%;
  }
}
#block_testimonials .col1 .et_pb_number_counter .percent {
  height: 93px;
  border-radius: 8px;
  background-image: linear-gradient(30deg, #1c2d03 0%, #000000 100%);
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block_testimonials .col1 .et_pb_number_counter .percent p {
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
}
#block_testimonials .col1 .et_pb_number_counter .percent .percent-value {
  color: #ffffff;
  font-weight: 700;
  font-size: calc(21px + 1vw) !important;
  line-height: 1;
}
@media (min-width: 2000px) {
  #block_testimonials .col1 .et_pb_number_counter .percent .percent-value {
    font-size: 40px !important;
  }
}
@media (max-width: 980px) {
  #block_testimonials .col1 .et_pb_number_counter .percent .percent-value {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  #block_testimonials .col1 .et_pb_number_counter .percent .percent-value {
    font-size: 25px !important;
  }
}
#block_testimonials .col1 .et_pb_number_counter .title {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.3;
  padding: 17px 0 20px;
  height: calc(100% - 93px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 2000px) {
  #block_testimonials .col1 .et_pb_number_counter .title {
    font-size: 18px !important;
  }
}
@media (max-width: 980px) {
  #block_testimonials .col1 .et_pb_number_counter .title {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #block_testimonials .col1 .et_pb_number_counter .title {
    font-size: 16px !important;
  }
}
.block_main2 .et_pb_text h3 {
  font-size: calc(19px + .78vw) !important;
  font-weight: 900;
  line-height: 2.05;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 2000px) {
  .block_main2 .et_pb_text h3 {
    font-size: 34px !important;
  }
}
@media (max-width: 980px) {
  .block_main2 .et_pb_text h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .block_main2 .et_pb_text h3 {
    font-size: 22px !important;
  }
}
.block_main2 .et_pb_text h3 span {
  color: #8bbe3d;
  display: block;
  margin-left: 10px;
}
#block_news {
  padding: 0;
  overflow: hidden;
}
#block_news .et_pb_row {
  padding: 0;
  position: relative;
}
@media (max-width: 1700px) {
  #block_news .et_pb_row {
    width: 80%;
  }
}
@media (max-width: 980px) {
  #block_news .et_pb_row {
    width: 90%;
  }
}
#block_news .et_pb_blog_0 {
  position: relative;
}
#block_news .et_pb_blog_0:after {
  position: absolute;
  left: -56%;
  left: unset;
  right: calc(100% + 16px);
  top: -2px;
  background: #fff;
  content: '';
  height: 102%;
  width: 53%;
  z-index: 99;
  visibility: visible;
}
#block_news .et_pb_text h2 {
  font-size: calc(19px + .78vw) !important;
  font-weight: 900;
  line-height: 2.05;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 2000px) {
  #block_news .et_pb_text h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 980px) {
  #block_news .et_pb_text h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  #block_news .et_pb_text h2 {
    font-size: 22px !important;
  }
}
#block_news .et_pb_text h2 span {
  color: #8bbe3d;
  display: block;
  margin-left: 10px;
}
@media (max-width: 980px) {
  #block_news .et_pb_text {
    position: relative;
  }
  #block_news .et_pb_text:after {
    content: '';
    border-bottom: 1px solid #000000;
    height: 100%;
    width: 200%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -27px;
  }
  #block_news .et_pb_text h2 {
    background: #fff;
    height: auto;
    width: fit-content;
    margin: auto;
    padding-left: 34px;
    padding-right: 34px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    letter-spacing: 5.1px;
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  #block_news .et_pb_text:after {
    top: -24px;
  }
}
@media (max-width: 767px) {
  #block_news .et_pb_text {
    position: relative;
  }
  #block_news .et_pb_text:after {
    top: -24px;
  }
  #block_news .et_pb_text h2 {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2.1px;
  }
}
@media (min-width: 981px) {
  #block_news .et_pb_text {
    transform: translateX(-73%) translateY(130%) rotate(-90deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #block_news .et_pb_text h2 {
    height: 97px;
    border: 1px solid #bbbcbc;
    width: 350px;
  }
}
@media (min-width: 981px) and (max-width: 1400px) {
  #block_news .et_pb_text {
    transform: translateX(-68%) translateY(130%) rotate(-90deg);
  }
}
@media (min-width: 981px) and (max-width: 1400px) {
  #block_news .et_pb_text h2 {
    height: 84px;
    width: 301px;
  }
}
#block_news .owl-stage {
  display: flex;
  flex-wrap: wrap;
  height: 350px;
}
@media (max-width: 980px) {
  #block_news .owl-stage {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #block_news .owl-stage {
    height: 200px;
  }
}
#block_news .owl-stage-outer {
  overflow: visible !important;
}
#block_news .owl-item {
  max-width: 460px;
  height: 100%;
}
#block_news .owl-dots {
  margin-top: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block_news .owl-dot {
  display: none !important;
  height: 1px;
  background-color: #999999;
  width: 124px;
  max-width: 12.5%;
}
@media (max-width: 767px) {
  #block_news .owl-dot {
    width: 12.5%;
  }
}
#block_news .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, #block_news .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -5px;
  max-width: 622px;
  margin: auto;
}
#block_news .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, #block_news .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 124px !important;
  height: 5px !important;
  margin: 0 !important;
  background-color: #8bbe3d;
  border: none !important;
}
#block_news .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail, #block_news .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 1px !important;
  margin: 2px 0 !important;
  background-color: #999;
  border: none !important;
}
#block_news .owl-dot.active {
  width: 124px;
  height: 5px;
  background-color: #8bbe3d;
}
@media (max-width: 767px) {
  #block_news .owl-dot.active {
    width: 12.5%;
  }
}
#block_news article {
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#block_news article:after {
  width: 6.875vw;
  height: 13.1vh;
  background: url(/wp-content/uploads/2020/07/btn-blog.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-size: contain;
  content: '';
  display: block;
  visibility: visible;
  pointer-events: none;
  cursor: pointer;
  max-width: 132px;
  max-height: 131px;
}
@media (max-width: 767px) {
  #block_news article:after {
    width: 12.875vw;
  }
}
@media (max-width: 500px) {
  #block_news article:after {
    width: 21.875vw;
  }
}
#block_news article:hover:after {
  background: url(/wp-content/uploads/2020/07/btn-blog2.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#block_news article .entry-featured-image-url {
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: -1;
}
#block_news article .entry-featured-image-url:before {
  content: '';
  box-shadow: inset 0 0 76px rgba(0, 0, 0, 0.18);
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#block_news article .entry-featured-image-url img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
#block_news article .entry-title {
  color: #ffffff;
  font-size: calc(11px + .79vw) !important;
  font-weight: 700;
  line-height: 1;
  padding: 45px 30px;
  max-width: 410px;
  max-width: 19.5vw;
}
@media (min-width: 2000px) {
  #block_news article .entry-title {
    font-size: 26px !important;
  }
}
@media (max-width: 980px) {
  #block_news article .entry-title {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #block_news article .entry-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1930px) {
  #block_news article .entry-title {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  #block_news article .entry-title {
    max-width: 89%;
    padding: 30px 38px;
  }
}
@media (max-width: 500px) {
  #block_news article .entry-title {
    padding: 28px;
  }
}
#block_news article .entry-title a {
  font-size: inherit;
  color: inherit;
}
#block_partners {
  overflow: hidden;
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  #block_partners {
    padding: 50px 0 30px;
  }
}
#block_partners .et_pb_row {
  padding: 0;
}
#block_partners .et_pb_text:after {
  content: '';
  border-bottom: 1px solid #000000;
  height: 100%;
  width: 200%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  z-index: -1;
}
@media (max-width: 980px) {
  #block_partners .et_pb_text:after {
    top: -27px;
  }
}
@media (max-width: 767px) {
  #block_partners .et_pb_text:after {
    top: -24px;
  }
}
#block_partners .et_pb_text h2 {
  font-size: calc(19px + .78vw) !important;
  font-weight: 900;
  line-height: 2.05;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  height: auto;
  width: fit-content;
  margin: auto;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  letter-spacing: 5.1px;
}
@media (min-width: 2000px) {
  #block_partners .et_pb_text h2 {
    font-size: 34px !important;
  }
}
@media (max-width: 980px) {
  #block_partners .et_pb_text h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  #block_partners .et_pb_text h2 {
    font-size: 22px !important;
  }
}
#block_partners .et_pb_text h2 span {
  color: #8bbe3d;
  display: block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #block_partners .et_pb_text h2 {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2.1px;
  }
}
#block_partners .owl-carousel_partners {
  margin-top: 20px;
}
#block_partners .owl-stage-outer {
  overflow: visible !important;
}
#block_partners .owl-stage {
  display: flex;
  align-items: center;
}
#block_partners .et_pb_row {
  max-width: none;
  width: 100%;
}
@media (max-width: 980px) {
  #block_partners .et_pb_row {
    width: 90%;
  }
}
#block_partners .list_parrent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 980px) {
  #block_partners .list_parrent {
    flex-wrap: wrap;
  }
}
#block_partners .list_parrent .et_pb_module {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px;
}
@media (max-width: 1440px) {
  #block_partners .list_parrent .et_pb_module {
    padding: 30px 25px;
  }
}
@media (max-width: 1199px) {
  #block_partners .list_parrent .et_pb_module {
    padding: 30px 15px;
  }
}
@media (max-width: 980px) {
  #block_partners .list_parrent .et_pb_module {
    justify-content: center;
    width: 33.333%;
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  #block_partners .list_parrent .et_pb_module {
    max-width: 340px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  #block_partners .list_parrent .et_pb_module {
    padding: 30px 15px;
  }
}
#block_partners .list_parrent .et_pb_module img {
  margin: 0;
}
#case-studies {
  padding: 65px 0 35px;
}
#case-studies .et_pb_row {
  max-width: 1200px;
  padding: 0;
}
#case-studies .list_case_studies > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#case-studies .list_case_studies > div article {
  position: relative;
  display: block !important;
  width: 33.333% !important;
  margin: 0 0 33px !important;
  padding: 0 30px 75px;
  border: none;
}
@media (max-width: 1199px) {
  #case-studies .list_case_studies > div article {
    padding: 0 15px 70px;
  }
}
@media (max-width: 981px) {
  #case-studies .list_case_studies > div article {
    max-width: 560px;
    width: 100% !important;
    margin: 0 auto 70px !important;
  }
}
#case-studies .list_case_studies > div article .entry-featured-image-url {
  position: relative;
  width: 100%;
  max-height: none;
  margin: 0;
  padding: 0 0 65px 25px;
  z-index: 1;
}
@media (max-width: 1199px) {
  #case-studies .list_case_studies > div article .entry-featured-image-url {
    padding-left: 0;
  }
}
#case-studies .list_case_studies > div article .entry-featured-image-url img {
  display: block;
  height: auto;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  object-fit: initial;
}
#case-studies .list_case_studies > div article .entry-featured-image-url:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 115px;
  background-image: url('/wp-content/uploads/2020/08/box_case_studies.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#case-studies .list_case_studies > div article .box_content {
  width: 100%;
  padding: 0;
  text-align: center;
}
#case-studies .list_case_studies > div article .entry-title {
  margin: 0 0 30px;
  padding-bottom: 28px;
  font-size: 28px;
  font-family: "Avenir Next";
  font-weight: 700 !important;
  text-align: center;
  line-height: 30px;
  color: #010101;
  border-bottom: 1px solid #b7c4d0;
}
#case-studies .list_case_studies > div article .entry-title a {
  color: #010101;
}
#case-studies .list_case_studies > div article .entry-title a:hover {
  color: #8bbe3d;
}
#case-studies .list_case_studies > div article p {
  font-size: 18px;
  font-family: "Avenir Next";
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  color: #000000;
}
#case-studies .list_case_studies > div article a.more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 155px;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Gilroy';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #93d50a;
  border: 2px solid #93d50a;
  border-radius: 5px;
  transition: 0.5s;
}
#case-studies .list_case_studies > div article a.more-link:hover {
  color: #fff;
  background-color: #93d50a;
}
#home-modal-section #cv-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-modal-section #modalKaseyaSolarwinds {
  border-color: #e9e9e9;
  border-style: solid;
  border-radius: 8px;
  background-color: #f0efeb;
  width: 90vw;
  max-width: 1198px;
  background-image: url(https://www.forthright.com/wp-content/uploads/2021/07/bg-modal.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  min-height: 503px ;
  padding-top: 79px ;
  padding-bottom: 88px ;
  padding-right: 70px ;
  padding-left: 70px ;
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds {
    min-height: calc(201.2px + (503 - 201.2) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds {
    padding-top: calc(31.6px + (79 - 31.6) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds {
    padding-bottom: calc(35.2px + (88 - 35.2) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds {
    padding-right: calc(28px + (70 - 28) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds {
    padding-left: calc(28px + (70 - 28) * ((100vw - 280px) / (1224 - 280)));
  }
}
#home-modal-section #modalKaseyaSolarwinds .content {
  position: relative;
  max-width: 625px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#home-modal-section #modalKaseyaSolarwinds .content h2 {
  font-family: "Gilroy";
  color: black;
  font-weight: bold;
  line-height: 1.125;
  text-align: center;
  font-size: 32px ;
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content h2 {
    font-size: calc(22.4px + (32 - 22.4) * ((100vw - 280px) / (1224 - 280)));
  }
}
#home-modal-section #modalKaseyaSolarwinds .content p {
  max-width: 600px;
  color: black;
  line-height: 1.3;
  text-align: center;
  position: relative;
  font-size: 20px ;
  top: -8px ;
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content p {
    font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content p {
    top: calc(0px + (-8 - 0) * ((100vw - 280px) / (1224 - 280)));
  }
}
#home-modal-section #modalKaseyaSolarwinds .content .button {
  border-width: 3px;
  border-color: #8bbb2b;
  border-style: solid;
  border-radius: 5px;
  background-color: black;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.417;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  font-size: 24px ;
  padding-top: 15px ;
  padding-bottom: 15px ;
  padding-left: 24px ;
  padding-right: 24px ;
  line-height: 1.2;
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content .button {
    font-size: calc(16.8px + (24 - 16.8) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content .button {
    padding-top: calc(10.5px + (15 - 10.5) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content .button {
    padding-bottom: calc(10.5px + (15 - 10.5) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content .button {
    padding-left: calc(16.8px + (24 - 16.8) * ((100vw - 280px) / (1224 - 280)));
  }
}
@media (max-width: 1224px) {
  #home-modal-section #modalKaseyaSolarwinds .content .button {
    padding-right: calc(16.8px + (24 - 16.8) * ((100vw - 280px) / (1224 - 280)));
  }
}
#home-modal-section #modalKaseyaSolarwinds .content .button:hover {
  background: transparent;
  color: #8bbb2b;
}
#home-modal-section #modalKaseyaSolarwinds .close {
  width: 23px;
  height: 23px;
  padding: 5px;
  background-image: url(https://www.forthright.com/wp-content/uploads/2021/07/close-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1001;
  transition: 0.3s ease-in-out;
}
/* Start Thank You Page */
@media screen and (min-width: 1279px) {
  .section-thank-you {
    min-height: calc(100vh - 30px);
  }
}
@media screen and (max-width: 1366px) {
  .section-thank-you:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(200, 187, 169, 0) 0%, rgba(200, 187, 169, 0) 50%, #c8bba9 100%);
    background: -webkit-linear-gradient(90deg, rgba(200, 187, 169, 0) 0%, rgba(200, 187, 169, 0) 50%, #c8bba9 100%);
    background: linear-gradient(90deg, rgba(200, 187, 169, 0) 0%, rgba(200, 187, 169, 0) 50%, #c8bba9 100%);
    z-index: 1;
    opacity: 0.5;
  }
  .section-thank-you .header-content {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  .section-thank-you {
    background-size: auto 250%;
    background-position: -900px center !important;
  }
}
.section-thank-you .et_pb_fullwidth_header_container {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .section-thank-you .et_pb_fullwidth_header_container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1279px) {
  .section-thank-you .et_pb_fullwidth_header_container {
    min-height: calc(100vh - 130px);
  }
}
.section-thank-you .header-content-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 220px ;
  padding-bottom: 270px ;
  padding-left: 30px ;
  padding-right: 30px ;
}
@media (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-top: calc(0px + (220 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-bottom: calc(0px + (270 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-left: calc(0px + (30 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-right: calc(0px + (30 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 1600px) {
  .section-thank-you .header-content-container {
    padding-top: 25px ;
    padding-bottom: 25px ;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-top: calc(0px + (25 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 1600px) and (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-bottom: calc(0px + (25 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 1279px) {
  .section-thank-you .header-content-container {
    padding-top: 110px ;
    padding-bottom: 135px ;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-top: calc(0px + (110 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 1279px) and (max-width: 1024px) {
  .section-thank-you .header-content-container {
    padding-bottom: calc(0px + (135 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 600px) {
  .section-thank-you .header-content-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-thank-you .header-content-container {
    justify-content: center !important;
  }
}
.section-thank-you .header-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 500px ;
}
@media (max-width: 1024px) {
  .section-thank-you .header-content {
    max-width: calc(250px + (500 - 250) * ((100vw - 280px) / (1024 - 280)));
  }
}
.section-thank-you .header-content h1 {
  font-family: "Avenir Next";
  color: #010000 !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 100px ;
  margin-bottom: 20px ;
}
@media (max-width: 1024px) {
  .section-thank-you .header-content h1 {
    font-size: calc(36px + (100 - 36) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content h1 {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media screen and (max-width: 600px) {
  .section-thank-you .header-content h1 {
    white-space: normal;
    max-width: 240px;
  }
}
.section-thank-you .header-content p {
  font-family: 'Roboto', sans-serif;
  color: black;
  line-height: 1.214;
  text-align: center;
  position: relative;
  max-width: 400px ;
  font-size: 28px ;
  left: 13px ;
  padding-bottom: 17px ;
}
@media (max-width: 1024px) {
  .section-thank-you .header-content p {
    max-width: calc(200px + (400 - 200) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content p {
    font-size: calc(16px + (28 - 16) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content p {
    left: calc(0px + (13 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content p {
    padding-bottom: calc(0px + (17 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
.section-thank-you .header-content a {
  border-radius: 5px;
  background-color: #010000;
  border: 2px solid transparent;
  position: relative;
  font-family: "Avenir Next";
  color: #8bbe3d !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.45s;
  background-image: linear-gradient(110deg, black, 40%, #9D9D9D, 49%, black);
  background-position-x: -350px;
  background-size: 280%;
  animation: buttonGradient 5.7s infinite ease-in-out 5s;
  margin-right: 0 !important;
  left: 22px ;
  font-size: 15px !important;
  margin-top: 10px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    left: calc(0px + (22 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    font-size: calc(10.5px + (15 - 10.5) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    margin-top: calc(5px + (10 - 5) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    padding-top: calc(6px + (12 - 6) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    padding-bottom: calc(6px + (12 - 6) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    padding-left: calc(11px + (22 - 11) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .section-thank-you .header-content a {
    padding-right: calc(11px + (22 - 11) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
.section-thank-you .header-content a:hover {
  background: transparent;
  border-color: #010000;
  color: #010000 !important;
  animation: none;
}
.page-id-1563 .et_pb_fullwidth_header {
  padding-top: 50px ;
  padding-bottom: 50px ;
}
@media (max-width: 1024px) {
  .page-id-1563 .et_pb_fullwidth_header {
    padding-top: calc(0px + (50 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
@media (max-width: 1024px) {
  .page-id-1563 .et_pb_fullwidth_header {
    padding-bottom: calc(0px + (50 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
.page-id-1563 #bottom-cta-section {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section {
    padding-top: calc(0px + (65 - 0) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section {
    padding-bottom: calc(0px + (65 - 0) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
.page-id-1563 #bottom-cta-section .cta-container h3 {
  font-size: 28px !important;
  margin-bottom: 15px ;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section .cta-container h3 {
    font-size: calc(16px + (28 - 16) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section .cta-container h3 {
    margin-bottom: calc(0px + (15 - 0) * ((100vw - 280px) / (1024 - 280)));
  }
}
.page-id-1563 #bottom-cta-section .et_pb_row_0_tb_footer {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section .et_pb_row_0_tb_footer {
    padding-top: calc(7px + (30 - 7) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section .et_pb_row_0_tb_footer {
    padding-bottom: calc(7px + (30 - 7) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
.page-id-1563 #bottom-cta-section .cta-button {
  margin-top: 25px !important;
}
@media (max-width: 1024px) {
  .page-id-1563 #bottom-cta-section .cta-button {
    margin-top: calc(12.5px + (25 - 12.5) * ((100vw - 280px) / (1024 - 280))) !important;
  }
}
/* End Thank You Page */
.contact_section_banner {
  position: relative;
  padding: 160px 20px 380px !important;
  z-index: 1;
}
.contact_section_banner .et_pb_row {
  max-width: 1260px !important;
  width: 90% !important;
}
.contact_section_banner .et_pb_module_header {
  font-size: 50px !important;
  font-family: "Avenir Next";
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  color: #ffffff;
}
@media (min-width: 2000px) {
  .contact_section_banner .et_pb_module_header {
    font-size: 50px !important;
  }
}
@media (max-width: 980px) {
  .contact_section_banner .et_pb_module_header {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .contact_section_banner .et_pb_module_header {
    font-size: 30px !important;
  }
}
.contact_section_banner .et_pb_module_header .green {
  color: #8bbe3d;
}
.block_forms .et_pb_row {
  max-width: 1260px !important;
  width: 90% !important;
}
.block_forms .wrap_forms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: -400px;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 65px !important;
  background-color: #fff;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.block_forms .box_info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 41.75%;
  margin: 0;
  padding: 81px 64px;
  color: #fff;
  background-image: url('/wp-content/uploads/2020/07/bg_contact_info_2.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.block_forms .box_info > .et_pb_module {
  margin: auto 0 !important;
}
.block_forms .box_form {
  width: 58.25%;
  padding: 48px 30px 15px;
}
.block_forms .box_form .et_pb_module {
  max-width: 579px;
  margin-left: 30px;
}
.block_forms .box_form .et_pb_text_0 {
  margin-bottom: 18px;
}
.block_forms .box_form .et_pb_code_1 .et_pb_code_inner {
  margin: 0 -21px;
}
.block_forms .box_form h4 {
  font-size: 24px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
}
.block_forms .box_form iframe {
  max-height: 720px;
}
@media (max-width: 437px) {
  .block_forms .box_form iframe {
    max-height: 920px;
  }
}
.block_forms ul {
  margin: 0 !important;
  padding: 0 0 30px !important;
  list-style-type: none;
}
.block_forms ul li {
  position: relative;
  margin-bottom: 36px;
  padding: 0 0 0 38px !important;
  font-size: 20px !important;
  font-family: 'Avenir Next';
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #ffffff !important;
  list-style: none;
}
.block_forms ul li p {
  margin-bottom: 25px;
  font-size: 20px !important;
  font-family: 'Avenir Next';
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #fff !important;
}
.block_forms ul li:before {
  content: '';
  position: absolute;
  top: -9px !important;
  left: -30px !important;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.block_forms ul li:nth-child(1):before {
  width: 25px;
  height: 33px;
  background-image: url('../images/icon_map.png');
}
.block_forms ul li:nth-child(2):before {
  width: 31px;
  height: 31px;
  background-image: url('../images/icon_phone.png');
}
.block_forms ul li:nth-child(3):before {
  width: 31px;
  height: 31px;
  background-image: url('../images/icon_email.png');
}
.block_forms ul li .title {
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 22px !important;
  text-transform: uppercase;
}
.block_forms ul li .green {
  color: #8bbe3d !important;
}
.block_forms ul li a {
  color: #8bbe3d !important;
}
.block_forms ul li a:hover {
  color: #75a034 !important;
}
.block_forms .social_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 0 67px;
  font-size: 26px;
}
.block_forms .social_icon a {
  margin-right: 31px;
  font-size: 26px;
  color: #fff;
  transition: 0.5s;
}
.block_forms .social_icon a:hover {
  color: #8bbe3d;
}
.block_forms .fsBody {
  margin: 0 !important;
  padding: 0;
}
.block_forms .fsBody .fsForm {
  margin: 0 auto;
  padding: 8px 0 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
}
.block_forms .fsBody .fsForm .fsSection {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}
.block_forms .fsBody .fsForm .fsSection .fsRow {
  width: 50%;
  margin: 0 0 40px !important;
  padding: 0 21px;
}
.block_forms .fsBody .fsForm .fsSection .fsRow#fsRow3963835-5, .block_forms .fsBody .fsForm .fsSection .fsRow#fsRow3963835-6 {
  width: 100%;
}
.block_forms .fsBody .fsForm .fsSection .fsRow#fsRow3963835-6 {
  margin-bottom: 23px !important;
}
.block_forms .fsBody .fsForm .fsRowBody {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.block_forms .fsBody .fsForm .fsRowBody .fsLabel {
  margin: 0;
  font-size: 16px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: #8d8d8d !important;
}
.block_forms .fsBody .fsForm .fsRowBody .fsLabel .fsRequiredMarker {
  margin-left: 3px;
  font-size: 13px;
  color: #d30202;
}
.block_forms .fsBody .fsForm .fsRowBody textarea, .block_forms .fsBody .fsForm .fsRowBody input[type=email], .block_forms .fsBody .fsForm .fsRowBody input[type=number], .block_forms .fsBody .fsForm .fsRowBody input[type=tel], .block_forms .fsBody .fsForm .fsRowBody input[type=text] {
  max-width: none;
  width: 100%;
  height: auto;
  padding: 3px 10px;
  font-size: 20px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  background: none;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  transition: 0.5s;
}
.block_forms .fsBody .fsForm .fsRowBody textarea {
  height: 75px;
}
.block_forms .fsBody .fsForm .fsSubmit {
  margin: 0;
  padding: 0;
  text-align: left;
}
.block_forms .fsBody .fsForm .fsSubmit input.fsSubmitButton {
  display: inline-block;
  margin: 0 -1px;
  padding: 7px 60px !important;
  font-size: 24px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.97px;
  line-height: 25px;
  color: #ffffff;
  background-color: #e9ad66 !important;
  background-image: linear-gradient(to top, #e9ad66 0%, #ff8b03 50%, #e9ad66 100%) !important;
  background-position: top center !important;
  background-size: auto 200% !important;
  border: none;
  border-radius: 28px;
  transition: 0.5s;
  cursor: pointer;
}
.block_forms .fsBody .fsForm .fsSubmit input.fsSubmitButton:hover {
  background-color: #e9ad66 !important;
  background-position: bottom center !important;
}
.block_forms .fsBody .fsForm div.fsError {
  margin: 0 auto 20px;
  background-color: #fff;
}
.block_forms .fsBody .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100 {
  margin: 0 !important;
  padding: 0 !important;
}
.block_forms .fsBody .fsForm .fsValidationError {
  background: none !important;
  box-shadow: none !important;
}
.block_forms .box_subscribe {
  position: relative;
  z-index: 3;
}
.block_forms .box_subscribe .box_map .et_pb_map {
  max-width: 780px;
  width: 100%;
  height: 369px;
  margin-left: auto;
  background-color: #1a0402;
  border: 1px solid #b7b7b7;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
}
.block_forms .box_subscribe .box_map .box_iframe {
  position: relative;
  width: 100%;
  height: 369px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1a0402;
  border: 1px solid #b7b7b7;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
}
.block_forms .box_subscribe .box_map .box_iframe .et_pb_code_inner {
  position: initial;
}
.block_forms .box_subscribe .box_map .box_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.block_forms .box_subscribe h2 {
  margin: 42px 0 20px;
  font-size: 40px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}
.block_forms .box_subscribe p {
  margin-bottom: 48px;
  font-size: 20px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 24px;
  color: #000000;
}
.block_forms .box_subscribe .box_form_subscribe {
  position: relative;
}
.block_forms .box_subscribe .box_form_subscribe:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 1px;
  display: block;
  width: 21px;
  height: 16px;
  background-image: url('../images/icon_email_input.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.block_forms .box_subscribe .box_form_subscribe textarea, .block_forms .box_subscribe .box_form_subscribe input[type="email"], .block_forms .box_subscribe .box_form_subscribe input[type="number"], .block_forms .box_subscribe .box_form_subscribe input[type="tel"], .block_forms .box_subscribe .box_form_subscribe input[type="text"] {
  max-width: none;
  width: 100%;
  height: auto;
  padding: 10px 40px;
  font-size: 16px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  background: none;
  background-color: #fff !important;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  transition: 0.5s;
}
.block_forms .box_subscribe .box_form_subscribe input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 2px;
  display: block;
  width: 18px;
  height: 27px;
  padding: 0 !important;
  font-size: 0 !important;
  background: none !important;
  background-image: url(../images/icon_arrow_input.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}
.block_forms .box_subscribe .box_form_subscribe input[type="submit"]:hover {
  background: none !important;
  background-image: url(../images/icon_arrow_input.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
  transform: translateX(5px);
}
.nowrap {
  white-space: nowrap;
}
#footer-main-page .footer_contact_us .footer_col p {
  max-width: none;
}
@media (max-width: 1280px) {
  .block_forms .box_info {
    padding: 90px 55px;
  }
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 560px) {
  .block_forms .box_info {
    padding: 60px 30px;
  }
  .block_forms .box_form {
    padding: 40px 30px;
  }
  .block_forms .box_form .et_pb_module {
    margin: auto !important;
  }
  .block_forms .box_form h4 {
    font-size: 19px;
  }
  .block_forms ul li {
    padding-left: 20px !important;
  }
  .block_forms ul li p {
    font-size: 16px !important;
  }
  .block_forms .social_icon {
    margin-left: 50px;
  }
  .block_forms .fsBody .fsForm .fsSection .fsRow {
    margin-bottom: 30px !important;
  }
  .block_forms .box_subscribe h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 990px) {
  .contact_section_banner h1 {
    font-size: 40px !important;
    line-height: 50px;
  }
  .block_forms .box_info, .block_forms .box_form {
    width: 100%;
  }
  .block_forms .box_info {
    order: 1;
  }
  .block_forms .wrap_forms {
    max-width: 700px;
  }
  .block_forms .box_subscribe .box_text, .block_forms .box_subscribe .box_map {
    width: 100%;
  }
  .block_forms .box_subscribe .box_map .et_pb_map, .block_forms .box_subscribe .box_map .box_iframe {
    max-width: none;
  }
  .block_forms .box_form .et_pb_module {
    max-width: none;
    margin-right: 30px;
  }
  .block_forms .box_info {
    background-color: #000;
  }
}
@media (max-width: 425px) {
  .block_forms ul li {
    margin-bottom: 40px;
    padding-left: 30 !important;
  }
  .block_forms .social_icon {
    margin: 0;
  }
  .block_forms ul li p {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 375px) {
  .contact_section_banner h1 {
    font-size: 35px !important;
    line-height: 41px;
  }
  .block_forms .fsBody .fsForm .fsSection .fsRow {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .block_forms .box_info {
    padding: 30px 15px;
  }
}
@media (min-width: 981px) {
  #footer-main-page .footer_contact_us .footer_col1 {
    width: 73.25%;
    margin-right: 5%;
  }
  #footer-main-page .footer_contact_us .footer_col2 {
    width: 21.75%;
  }
}
/* Start references page */
.banner_references {
  padding: 150px 20px 390px !important;
}
.block_references h2 {
  margin: 0 !important;
  font-size: 28px !important;
  font-family: "Avenir Next";
  font-weight: 600 !important;
  text-align: center;
  line-height: 110% !important;
  color: #000000 !important;
}
@media (min-width: 2000px) {
  .block_references h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 980px) {
  .block_references h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .block_references h2 {
    font-size: 22px !important;
  }
}
.block_references .row_references {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px !important;
  margin: 0 auto;
  overflow: visible;
}
.block_references .row_references .et_pb_column {
  width: 25%;
  margin: 0;
  padding: 0 10px;
  overflow: visible;
}
@media (max-width: 980px) {
  .block_references .row_references .et_pb_column {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .block_references .row_references .et_pb_column {
    width: 100%;
  }
}
.block_references .row_references .et_pb_blurb {
  text-align: center;
}
.block_references .row_references .et_pb_blurb .et_pb_main_blurb_image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  padding: 22px 22px;
  background-color: #ffffff;
  border: 1px solid #8bbe3d;
  box-shadow: 14px 24px 48px rgba(0, 0, 0, 0.08);
}
.block_references .row_references .et_pb_blurb .et_pb_main_blurb_image img {
  margin: 0;
}
.block_references .row_references .et_pb_blurb .et_pb_blurb_container {
  padding: 25px 15px;
}
.block_references .row_references .et_pb_blurb .et_pb_blurb_container p {
  font-size: 20px !important;
  font-family: "Avenir Next";
  font-weight: 400 !important;
  text-align: center;
  line-height: 26px !important;
  color: #000000 !important;
}
.block_references .row_references .et_pb_blurb .et_pb_blurb_container a:after {
  display: none;
}
.block_references .row_references .et_pb_blurb .et_pb_blurb_container a:hover {
  color: #231f20;
}
/* End references page */
/* Start careers page */
.block_careers {
  margin-bottom: 0;
  padding: 55px 0 20px !important;
}
.block_careers .et_pb_row_0 {
  padding-top: 0;
}
.block_careers .contents h4 {
  display: block;
  margin: 65px 0 24px;
  padding: 0 0 3px;
  font-size: 20px;
  font-family: "Avenir Next";
  font-weight: 600;
  line-height: 30px;
  border-bottom: 2px solid #8bbe3d;
  color: #000000;
}
.block_careers .contents .list_careers {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}
.block_careers .contents .list_careers li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_careers .contents .list_careers li:before {
  display: none;
}
.block_careers .contents .list_careers a, .block_careers .contents .list_careers span {
  display: inline-block;
  margin: 0 10px 14px 0;
  padding: 7px 25px;
  font-size: 18px;
  font-family: "Avenir Next";
  font-weight: 400;
  line-height: 23px;
  color: #ffffff;
  background-color: #8bbe3d;
  border-radius: 19px;
  transition: 0.5s;
}
.block_careers .contents .list_careers .green {
  background-color: #8bbe3d;
}
.block_careers .contents .list_careers .green:hover {
  background-color: #75a034;
}
.block_careers .contents .list_careers .dark {
  background-color: #000;
}
.block_careers .contents .list_careers .dark:hover {
  background-color: #75a034;
}
.block_careers .contents .list_careers .gray {
  background-color: #636363;
}
.block_careers .contents .list_careers .gray:hover {
  background-color: #75a034;
}
/* End careers page */
#main-content {
  position: relative;
  z-index: 2;
}
.banner_parents .et_pb_module_header {
  font-size: 50px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
}
.block_parent {
  padding-top: 37px !important;
  z-index: 2;
}
.block_parent .et_pb_text {
  text-align: center;
}
.block_parent h2 {
  margin: 0 0 13px !important;
  font-size: 40px !important;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 120% !important;
  color: #000000;
}
@media (min-width: 2000px) {
  .block_parent h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 980px) {
  .block_parent h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .block_parent h2 {
    font-size: 24px !important;
  }
}
.block_parent .btn_hovers {
  display: inline-block;
  padding: 4px 7px;
  font-size: 15px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 15px;
  color: #8bbe3d;
  border: 1px solid #cccccc;
}
.block_parent .row_parents {
  max-width: 960px !important;
  padding: 28px 0 12px !important;
}
.block_parent .row_parents .wrap_parents {
  display: flex;
  flex-wrap: wrap;
}
.block_parent .row_parents .et_pb_blurb {
  margin-bottom: 15px !important;
  padding: 0 7.5px;
}
@media (min-width: 981px) {
  .block_parent .row_parents .et_pb_blurb {
    width: 20%;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .block_parent .row_parents .et_pb_blurb {
    width: 25%;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .block_parent .row_parents .et_pb_blurb {
    width: 33.3333%;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  .block_parent .row_parents .et_pb_blurb {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .block_parent .row_parents .et_pb_blurb {
    width: 100%;
  }
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3px 6px;
  box-shadow: 14px 24px 48px rgba(0, 0, 0, 0.08);
  border: 1px solid #8bbe3d;
  background-color: #ffffff;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  display: none;
  width: 0px;
  height: 0px;
  margin: -24px auto 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #3dac10;
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 0;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content img {
  margin: 0;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  max-width: 561px;
  width: 325%;
  min-width: 100%;
  margin: -3px 0 0;
  padding: 20px 24px 20px 24px;
  background-image: linear-gradient(to right, #33a700 0%, #93d50a 100%);
  box-shadow: 9px 16px 28px rgba(0, 0, 0, 0.28);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container p {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container p:last-of-type {
  padding-bottom: 0;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container a:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    max-width: none;
    width: 319%;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  .block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    max-width: none;
    width: 211%;
  }
}
@media (max-width: 479px) {
  .block_parent .row_parents .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    right: 0;
    width: 101%;
  }
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content:hover:after {
  visibility: visible;
  opacity: 1;
}
.block_parent .row_parents .et_pb_blurb .et_pb_blurb_content:hover .et_pb_blurb_container {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 981px) {
  .block_parent .row_parents .et_pb_blurb:nth-child(5n+4) .et_pb_blurb_content .et_pb_blurb_container {
    left: -100%;
    margin-left: -18px;
  }
  .block_parent .row_parents .et_pb_blurb:nth-child(5n+5) .et_pb_blurb_content .et_pb_blurb_container {
    left: -200%;
    margin-left: -35px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .block_parent .row_parents .et_pb_blurb:nth-child(4n+3) .et_pb_blurb_content .et_pb_blurb_container {
    left: -100%;
    margin-left: -18px;
  }
  .block_parent .row_parents .et_pb_blurb:nth-child(4n+4) .et_pb_blurb_content .et_pb_blurb_container {
    left: initial;
    right: 0;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .block_parent .row_parents .et_pb_blurb:nth-child(3n+2) .et_pb_blurb_content .et_pb_blurb_container {
    left: -100%;
    margin-left: -10px;
  }
  .block_parent .row_parents .et_pb_blurb:nth-child(3n+3) .et_pb_blurb_content .et_pb_blurb_container {
    left: initial;
    right: 0;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  .block_parent .row_parents .et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container {
    left: initial;
    right: -1px;
  }
}
.archive.category-case-studies #content-area {
  padding: 48px 30px 30px;
}
.archive.category-case-studies .et_pb_slider .et_pb_slide {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.archive.category-case-studies .et_pb_post .entry-featured-image-url {
  margin: 0;
}
.archive.category-case-studies .case_studies, .case_studies {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.archive.category-case-studies .case_studies article, .case_studies article {
  position: relative;
  display: block !important;
  width: 33.333% !important;
  margin: 0 0 33px !important;
  padding: 0 30px 75px;
  border: none;
}
@media (max-width: 1199px) {
  .archive.category-case-studies .case_studies article, .case_studies article {
    padding: 0 15px 70px;
  }
}
@media (max-width: 981px) {
  .archive.category-case-studies .case_studies article, .case_studies article {
    max-width: 560px;
    width: 100% !important;
    margin: 0 auto 70px !important;
  }
}
.archive.category-case-studies .case_studies article .box_thumbnail, .case_studies article .box_thumbnail {
  position: relative;
  width: 100%;
  max-height: none;
  padding: 0 0 65px;
  padding-left: 23px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .archive.category-case-studies .case_studies article .box_thumbnail, .case_studies article .box_thumbnail {
    padding-left: 0;
  }
}
.archive.category-case-studies .case_studies article .box_thumbnail .entry-featured-image-url, .case_studies article .box_thumbnail .entry-featured-image-url {
  margin-bottom: 0;
}
.archive.category-case-studies .case_studies article .box_thumbnail img, .case_studies article .box_thumbnail img {
  display: block;
  height: auto;
  max-width: 285px;
  margin: 0 auto;
  object-fit: initial;
}
.archive.category-case-studies .case_studies article .box_thumbnail:after, .case_studies article .box_thumbnail:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 115px;
  background-image: url('/wp-content/uploads/2020/08/box_case_studies.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.archive.category-case-studies .case_studies article .box_content, .case_studies article .box_content {
  width: 100%;
  padding: 0 !important;
  text-align: center;
}
.archive.category-case-studies .case_studies article .title, .case_studies article .title {
  margin: 0 0 30px;
  padding-bottom: 28px;
  font-size: 28px;
  font-family: "Avenir Next";
  font-weight: 700 !important;
  text-align: center;
  line-height: 30px;
  color: #010101;
  border-bottom: 1px solid #b7c4d0;
}
.archive.category-case-studies .case_studies article .title a, .case_studies article .title a {
  color: #101010;
}
.archive.category-case-studies .case_studies article .title a:hover, .case_studies article .title a:hover {
  color: #8bbe3d;
}
.archive.category-case-studies .case_studies article p, .case_studies article p {
  font-size: 18px;
  font-family: "Avenir Next";
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  color: #000000;
}
.archive.category-case-studies .case_studies article .read-more-link, .case_studies article .read-more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 180px;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Gilroy';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #93d50a;
  border: 2px solid #93d50a;
  border-radius: 5px;
  transition: 0.5s;
}
.archive.category-case-studies .case_studies article .read-more-link:hover, .case_studies article .read-more-link:hover {
  color: #fff;
  background-color: #93d50a;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap .fsBody.fsEmbed {
  margin-bottom: 0 !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form {
  box-shadow: none;
  outline: none;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  padding: 0;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsFieldFocused {
  background-color: transparent !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsError {
  display: none !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col {
  padding-top: 7px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow {
  width: 47%;
  margin-bottom: 5px !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow:nth-child(11) {
  width: 100%;
}
@media (max-width: 767px) {
  .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow {
    width: 100%;
  }
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody {
  padding-bottom: 3px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody {
    padding: 3px 0;
  }
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody label, .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody legend span {
  color: black !important;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  padding-bottom: 5px;
  margin-bottom: 0 !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody label span, .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody label span span, .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody legend span span, .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody legend span span span {
  color: #ff3f51 !important;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody input {
  width: 100% !important;
  max-width: 100% !important;
  height: 40px;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  padding: 0.6em;
  line-height: 130%;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody input {
    height: 33px;
    font-size: 16px !important;
  }
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsRowBody .ui-datepicker-trigger {
  top: -7px;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsValidationError {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSection.fs1Col .fsRow.fsFieldRow .fsValidationError input {
  outline: 1px solid #ff1100 !important;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSubmit {
  background-color: transparent !important;
  padding: 15px 15px 25px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSubmit .fsSubmitButton {
  display: inline-block;
  padding: 16px 0 16px;
  max-width: 220px;
  line-height: 1;
  width: 100%;
  text-align: center;
  border-radius: 5px !important;
  font-family: 'Gilroy', "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 0.01em;
  border: 1px solid #030303 !important;
  background-color: #030303 !important;
  box-shadow: none;
  color: white !important;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSubmit .fsSubmitButton {
    padding: 12px 14px;
  }
}
.page-id-2306 .page_after_banner .et_pb_code_inner .fs-form-wrap form .fsSubmit .fsSubmitButton:hover {
  background-color: #8BBE3D !important;
}
/* Start Landing Solutions Spotlight */
.page-id-1491 #main-content {
  min-height: calc(100vh - 110px);
  display: flex;
}
.page-id-1491 #main-content > article {
  margin: auto;
  width: 100%;
}
.block_spotlight {
  padding: 0 0 0 !important;
  background-position: center 0% !important;
  overflow: hidden;
}
@media (max-width: 1850px) {
  .block_spotlight {
    background-position: center bottom !important;
    background-size: contain !important;
  }
}
.block_spotlight .et_pb_row {
  max-width: 1205px !important;
}
.block_spotlight .et_pb_row .et_pb_text {
  margin-bottom: 10px;
}
.block_spotlight .row_text {
  max-width: 1226px !important;
}
@media (min-width: 981px) {
  .block_spotlight .box_titles {
    width: 77%;
    margin-right: 4%;
  }
  .block_spotlight .box_logo {
    width: 19%;
  }
}
@media (max-width: 980px) {
  .block_spotlight .et_pb_row_0 {
    display: flex;
    flex-wrap: wrap;
  }
  .block_spotlight .box_titles {
    order: 1;
  }
}
@media (max-width: 980px) {
  .block_spotlight .box_logo img {
    max-width: 180px;
  }
}
.block_spotlight h1 {
  font-size: 40px !important;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 110%;
  color: #000000;
}
@media (min-width: 2000px) {
  .block_spotlight h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 980px) {
  .block_spotlight h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .block_spotlight h1 {
    font-size: 28px !important;
  }
}
.block_spotlight h1 .ext_bold {
  font-weight: 600;
}
.block_spotlight .box_text, .block_spotlight .box_text p {
  padding-bottom: 0;
  max-width: 900px;
  font-size: 20px !important;
  font-family: "Avenir Next";
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 2000px) {
  .block_spotlight .box_text, .block_spotlight .box_text p {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  .block_spotlight .box_text, .block_spotlight .box_text p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .block_spotlight .box_text, .block_spotlight .box_text p {
    font-size: 16px !important;
  }
}
.block_spotlight .box_text .ext_bold, .block_spotlight .box_text p .ext_bold {
  font-weight: 600;
}
.block_spotlight .row_event .et_pb_column {
  width: 25% !important;
  margin-right: 0 !important;
}
.block_spotlight .row_event .et_pb_column:last-of-type {
  margin-right: 0 !important;
}
@media (max-width: 980px) {
  .block_spotlight .row_event .et_pb_column {
    width: 50% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
  .block_spotlight .row_event .et_pb_column {
    width: 100% !important;
  }
}
.block_spotlight .row_event_big {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1226px !important;
  margin-top: 30px;
}
.block_spotlight .row_event_big .et_pb_column {
  width: 50% !important;
}
.block_spotlight .row_event_big .et_pb_column:first-child {
  margin-bottom: 50px !important;
  order: 1;
}
@media (min-width: 1301px) {
  .block_spotlight .row_event_big .et_pb_column:first-child {
    width: 560px !important;
    margin-left: 5% !important;
  }
}
@media (min-width: 981px) {
  .block_spotlight .row_event_big .et_pb_column:first-child {
    width: 44% !important;
    margin-left: 5% !important;
  }
}
@media (max-width: 980px) and (min-width: 601px) {
  .block_spotlight .row_event_big .et_pb_column:first-child {
    width: 100% !important;
  }
}
.block_spotlight .row_event_big .et_pb_column:last-child {
  margin-bottom: 50px !important;
}
@media (min-width: 1301px) {
  .block_spotlight .row_event_big .et_pb_column:last-child {
    width: calc(95% - 560px) !important;
  }
}
@media (min-width: 981px) {
  .block_spotlight .row_event_big .et_pb_column:last-child {
    width: 51% !important;
  }
}
@media (max-width: 980px) and (min-width: 601px) {
  .block_spotlight .row_event_big .et_pb_column:last-child {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .block_spotlight .row_event_big .et_pb_column {
    width: 100% !important;
  }
}
.block_spotlight .row_event_big .box_events {
  max-width: 380px;
  margin-left: 0;
}
@media (min-width: 981px) {
  .block_spotlight .row_event_big .box_events {
    margin-right: 0 !important;
  }
}
.block_spotlight .row_event_big .box_events:before {
  top: -100px;
  right: -85px;
  bottom: -240px;
  left: -85px;
  max-width: 520px;
  max-height: 615px;
}
.block_spotlight .row_event_big .box_events .desc {
  font-size: 24px;
}
.block_spotlight .row_event_big .box_events .title {
  margin-bottom: 27px;
  font-size: 20px;
}
.block_spotlight .row_event_big .et_pb_button {
  margin: 30px auto 0 !important;
}
.block_spotlight .row_event_big h4 {
  max-width: 280px;
  margin: 20px auto 0;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  line-height: 110%;
  color: #63931b !important;
}
@media (max-width: 459px) {
  .block_spotlight .row_event_big h4 {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 16px;
  }
}
.block_spotlight .row_event_big p {
  max-width: 900px;
  font-size: 20px !important;
  font-family: "Avenir Next";
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
@media (min-width: 2000px) {
  .block_spotlight .row_event_big p {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  .block_spotlight .row_event_big p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .block_spotlight .row_event_big p {
    font-size: 16px !important;
  }
}
.block_spotlight .row_event_big p .ext_bold {
  font-weight: 600;
}
.block_spotlight .row_event_big p:last-child {
  padding-bottom: 0;
}
@media (max-width: 459px) {
  .block_spotlight .row_event_big p {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .block_spotlight .row_event_big .box_description {
    max-width: 500px;
    margin: auto;
    text-align: center;
  }
  .block_spotlight .row_event_big .box_description h3 {
    display: inline-block;
    text-align: left;
  }
}
.block_spotlight .row_event_big .box_description ul {
  text-align: left;
}
@media (max-width: 980px) {
  .block_spotlight .row_event_big .box_description ul {
    max-width: 360px;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.block_spotlight .row_event_big .box_description .box_wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_spotlight .row_event_big .box_description .box_wraps .box_author {
  max-width: 180px;
  width: 100%;
  text-align: center;
}
.block_spotlight .row_event_big .box_description .author_img {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border: 2px solid #8bbe3d;
  border-radius: 50%;
  overflow: hidden;
}
.block_spotlight .row_event_big .box_description .author_img img {
  margin: 0;
}
@media (min-width: 981px) {
  .block_spotlight .row_event_big .box_description .author_img {
    margin: 0 auto 20px;
  }
}
.block_spotlight .box_events {
  position: relative;
  max-width: 240px;
  margin: 0 auto 30px !important;
  padding: 27px 10px;
}
@media (max-width: 980px) {
  .block_spotlight .box_events {
    margin: 0 auto 70px !important;
  }
}
@media (max-width: 600px) and (min-width: 375px) {
  .block_spotlight .box_events {
    max-width: 300px;
    padding: 55px 10px;
  }
}
.block_spotlight .box_events:before {
  content: '';
  position: absolute;
  top: -15px;
  right: -45px;
  bottom: -70px;
  left: -45px;
  display: block;
  max-width: 350px;
  max-height: 430px;
  margin: auto;
  background-image: url('/wp-content/uploads/2020/10/bg_box_event_new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Style for "Vector Sma" */
}
@media (max-width: 600px) and (min-width: 375px) {
  .block_spotlight .box_events:before {
    max-width: 410px;
    max-height: 490px;
  }
}
@media (max-width: 1199px) and (min-width: 981px) {
  .block_spotlight .box_events:before {
    top: -30px;
    max-width: 275px;
  }
}
.block_spotlight .box_events .desc {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 19px;
  font-family: "Avenir Next";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #63931b;
}
@media (max-width: 1279px) {
  .block_spotlight .box_events .desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.block_spotlight .box_events .title {
  margin-bottom: 7px;
  font-family: "Avenir Next";
  line-height: 110%;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .block_spotlight .box_events .title {
    text-align: center;
  }
}
.block_spotlight .box_events .box_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  min-height: 60px;
  margin: 10px auto 0px;
}
.block_spotlight .box_events .box_img img {
  margin: 0 0 0;
  width: auto;
  max-height: 60px;
}
.block_spotlight .box_events .box_img img:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .block_spotlight .box_events .box_img {
    max-width: 150px;
    min-height: 60px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 1199px) and (min-width: 981px) {
  .block_spotlight .box_events .box_img {
    margin: 0 auto;
  }
}
.block_spotlight .box_events .et_pb_button {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 8px 10px;
  font-size: 22px;
  font-family: "Avenir Next";
  font-weight: 600;
  line-height: 25px;
  color: #959595 !important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.5s;
}
.block_spotlight .box_events .et_pb_button:after {
  display: none;
}
.block_spotlight .box_events .et_pb_button:hover {
  color: #000000 !important;
  background-color: #f5f3ee;
}
@media (max-width: 1280px) {
  .block_spotlight .box_events .et_pb_button {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) and (min-width: 981px) {
  .block_spotlight .box_events .et_pb_button {
    max-width: 180px;
    margin-bottom: 65px;
    padding: 6px 10px;
    font-size: 20px;
  }
}
.block_spotlight .box_events.green {
  opacity: 1;
}
.block_spotlight .box_events.green .desc {
  font-weight: 700;
}
.block_spotlight .box_events.green .desc .time {
  font-size: 80%;
}
.block_spotlight .box_events.green .et_pb_button {
  color: #fff !important;
  background-color: #6db408;
  background-image: linear-gradient(to top, #6db408 0%, #bcd543 50%, #6db408 100%);
  background-position: top center;
  background-size: auto 200%;
  border: 1px solid #63931b;
  text-shadow: 1px 1px 3px #666;
}
.block_spotlight .box_events.green .et_pb_button:hover {
  background-position: bottom center;
  color: #fff !important;
}
.block_spotlight .box_events.btn_big .et_pb_button {
  max-width: none;
  display: inline-block;
  padding: 14px 20px;
  width: auto;
  font-size: 18px;
  line-height: 21px !important;
}
.block_spotlight .box_events_now {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.block_spotlight .box_events_now .et_pb_promo_description {
  padding: 0;
}
.block_spotlight .box_events_now br {
  display: none;
}
.block_spotlight .box_events_now img {
  display: block;
  margin: 0;
}
.block_spotlight .box_events_now .et_pb_button_wrapper {
  position: absolute;
  right: 0;
  bottom: 38.6%;
  left: 0;
  text-align: center;
}
.block_spotlight .box_events_now .et_pb_button {
  display: inline-block;
  margin: 0 auto !important;
  padding: 2px 14px;
  font-size: 19px;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.9px;
  line-height: 100%;
  color: #ffffff !important;
  background-color: #86c917;
  border: 3px solid #86c917;
  border-radius: 5px;
}
.block_spotlight .box_events_now .et_pb_button:after {
  display: none;
}
.block_spotlight .box_events_now .et_pb_button:hover {
  color: #86c917 !important;
  background-color: transparent;
}
@media (max-width: 1280px) and (min-width: 1101px), (max-width: 600px) {
  .block_spotlight .box_events_now .et_pb_button {
    font-size: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 981px), (max-width: 480px) {
  .block_spotlight .box_events_now .et_pb_button {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .block_spotlight .box_events_now .et_pb_button {
    font-size: 12px;
  }
}
.block_spotlight .more_event {
  display: flex;
  align-items: center;
  font-size: 20px !important;
  font-family: "Avenir Next";
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  color: #000000;
}
.block_spotlight .more_event:before, .block_spotlight .more_event:after {
  content: '';
  display: block;
  flex-grow: 1;
  max-width: 40%;
  height: 2px;
  margin-top: 5px;
  background-color: #000000;
}
.block_spotlight .more_event:before {
  margin-right: 2.3%;
}
.block_spotlight .more_event:after {
  margin-left: 2.3%;
}
.block_spotlight .row_more {
  padding-bottom: 0 !important;
}
.block_spotlight .row_more .et_pb_image {
  position: relative;
}
.block_spotlight .row_more .et_pb_image:before {
  content: '';
  position: absolute;
  right: -50vw;
  left: -50vw;
  bottom: 0;
  display: block;
  height: 52.5%;
  background-color: #000;
}
@media (max-width: 375px) {
  .block_spotlight .row_more .et_pb_image:before {
    height: 47.5%;
  }
}
#footer_bottom {
  background-color: #000;
}
#footer_bottom .et_pb_row .footer_center .et_pb_text_inner {
  justify-content: center !important;
}
#footer_bottom .et_pb_row .et-last-child .et_pb_text_inner {
  text-align: center !important;
}
#footer_bottom.footer_spotlight {
  /* margin-top: -107px; */
  margin-top: -10px;
  background-color: #000 !important;
}
@media (max-width: 980px) {
  #footer_bottom.footer_spotlight {
    background-color: #000 !important;
  }
}
@media (max-width: 1280px) {
  .block_spotlight .et_pb_text_0 {
    padding-top: 60px !important;
  }
}
/* End Landing Solutions Spotlight */
/* Start Landing  Ask the Experts */
.block_asktheexpert {
  position: relative;
  padding: 2px 0 10px !important;
}
.block_asktheexpert:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1300px;
  background-color: #fff;
  background-image: url('/wp-content/uploads/2020/09/bg_asktheexpert.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.block_asktheexpert .row_titles {
  width: 90%;
  text-align: center;
}
.block_asktheexpert .row_titles .et_pb_module {
  margin-bottom: 18px;
  text-align: center;
}
.block_asktheexpert h1 {
  display: block;
  max-width: 950px;
  margin: 0 auto 12px;
  padding: 15px 0 16px;
  font-size: 54px !important;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 112%;
  color: #000000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 2000px) {
  .block_asktheexpert h1 {
    font-size: 54px !important;
  }
}
@media (max-width: 980px) {
  .block_asktheexpert h1 {
    font-size: 44px !important;
  }
}
@media (max-width: 767px) {
  .block_asktheexpert h1 {
    font-size: 34px !important;
  }
}
.block_asktheexpert h1 .green {
  color: #93d50a;
}
.block_asktheexpert h4 {
  font-size: 26px;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.block_asktheexpert .row_check {
  display: flex;
  flex-wrap: wrap;
  max-width: 1195px;
  width: 90%;
}
.block_asktheexpert .row_check .et_pb_column {
  width: 33.333% !important;
  margin: 0 auto 23px !important;
  padding: 0 15px;
}
@media (max-width: 980px) {
  .block_asktheexpert .row_check .et_pb_column {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }
}
.block_asktheexpert .row_check .et_pb_column:nth-child(2) .box_check .et_pb_blurb_description {
  max-width: 240px;
}
.block_asktheexpert .box_check {
  max-width: 340px;
  width: 100%;
  height: 100%;
  margin: 0 auto 30px;
  padding: 15px 20px 50px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.15);
}
.block_asktheexpert .box_check .et_pb_main_blurb_image {
  margin-bottom: 25px;
}
.block_asktheexpert .box_check .et_pb_blurb_description, .block_asktheexpert .box_check .et_pb_blurb_description p {
  max-width: 260px;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Avenir Next";
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  color: #000000;
}
.block_asktheexpert .row_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  width: 90%;
  padding: 0;
}
.block_asktheexpert .row_info .box_info {
  position: relative;
  display: block;
  max-width: 560px;
  width: 50% !important;
  margin-right: 0 !important;
  padding: 20px 0 0;
  z-index: 2;
}
@media (max-width: 980px) {
  .block_asktheexpert .row_info .box_info {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }
}
.block_asktheexpert .row_info .box_info_2 {
  position: relative;
  max-width: 500px;
  width: 46%;
  padding: 0 18px;
  z-index: 1;
}
@media (max-width: 980px) {
  .block_asktheexpert .row_info .box_info_2 {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }
}
.block_asktheexpert .row_info .box_info_2 .et_pb_image img {
  margin: 0 0 8px 2px;
}
.block_asktheexpert .row_info:after {
  display: none;
}
.block_asktheexpert p {
  font-size: 20px !important;
  font-family: "Avenir Next" !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #000000 !important;
}
.block_asktheexpert p sup {
  font-size: 50%;
}
@media (max-width: 980px) {
  .block_asktheexpert p {
    text-align: center;
  }
}
.block_asktheexpert .box_dark_bg {
  margin: -12px 0 45px !important;
  padding: 25px 33px 28px;
  font-size: 22px;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  background-color: #000;
}
.block_asktheexpert .box_dark_bg .green {
  color: #93d50a;
}
@media (max-width: 980px) {
  .block_asktheexpert .box_dark_bg {
    padding: 15px 15px;
    text-align: center;
  }
}
.block_asktheexpert .box_dark_bg_left {
  position: relative;
  max-width: 462px;
  margin: -19px 0 21px !important;
  padding: 15px 30px 11px 0;
}
.block_asktheexpert .box_dark_bg_left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50%;
  background-color: #000;
  z-index: -1;
}
@media (max-width: 980px) {
  .block_asktheexpert .box_dark_bg_left {
    padding: 15px 15px;
    text-align: center;
  }
  .block_asktheexpert .box_dark_bg_left:before {
    left: 0;
  }
}
.block_asktheexpert .btn_greens {
  display: inline-block;
  margin: 12px -4px 0;
  padding: 17px 35px;
  font-size: 24px;
  font-family: "Avenir Next";
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  background-color: #93d50a;
  border: 1px solid #51821b;
  border-radius: 5px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.65);
}
.block_asktheexpert .btn_greens:hover {
  color: #000;
  background-color: transparent;
}
.footer_asktheexpert p {
  font-size: 15px;
  font-family: "Avenir Next";
  font-weight: 400;
  line-height: 30px;
  color: #757575;
}
.footer_asktheexpert p span {
  padding: 0 8px;
}
.pum {
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto !important;
}
.pum.pum-active {
  display: flex !important;
  align-items: center;
  overflow-y: auto !important;
}
@media (max-height: 840px) {
  .pum.pum-active {
    display: block !important;
  }
}
.pum .pum-container {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 800px !important;
  width: 90% !important;
  margin: 5vh auto !important;
  padding: 60px 20px 10px;
}
@media (max-height: 840px) {
  .pum .pum-container {
    padding: 40px 20px 40px;
  }
}
.pum .pum-content {
  max-width: 680px;
  min-height: auto !important;
  margin: 0 auto;
}
.pum .title_popup {
  margin: 0 0 26px;
  padding: 0 10px;
  font-size: 45px !important;
  font-family: "Avenir Next";
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
}
@media (min-width: 2000px) {
  .pum .title_popup {
    font-size: 45px !important;
  }
}
@media (max-width: 980px) {
  .pum .title_popup {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .pum .title_popup {
    font-size: 32px !important;
  }
}
@media (max-width: 1200px) {
  .pum .title_popup {
    margin-bottom: 20px;
    font-size: 40px !important;
  }
}
.pum .title_popup .green {
  color: #93d50a;
}
.pum p {
  padding: 0 10px;
  font-size: 22px;
  font-family: "Avenir Next";
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pum p {
    margin-bottom: -20px;
  }
}
.pum .box_forms, .pum iframe {
  min-height: auto !important;
}
.pum .box_forms br {
  display: none;
}
.pum .pum-content + .pum-close {
  top: 19px;
  right: 20px;
  width: 13px;
  height: 13px;
  font-size: 0;
  background: none;
  background-image: url('../images/close_btn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}
#main-content .custom-accordion-module .et_pb_accordion_item {
  border-radius: 0 0 0 0;
  overflow: hidden;
  border-width: 0px 0px 2px 0px;
  border-color: #8bbe3d;
  padding-left: 0;
  background: transparent;
  margin-bottom: 0;
}
#main-content .custom-accordion-module .et_pb_accordion_item .et_pb_toggle_title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 !important;
  text-align: left;
  padding: 0 !important;
}
#main-content .custom-accordion-module .et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title {
  color: #000 !important;
}
#main-content .custom-accordion-module .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
  color: #8bbe3d !important;
}
#main-content .custom-accordion-module .et_pb_accordion_item.et_pb_toggle_close .et_pb_toggle_title:before {
  color: #8bbe3d;
}
#main-content .custom-accordion-module .et_pb_accordion_item .et_pb_toggle_content {
  font-size: 20px;
  line-height: 140%;
}
#main-content .custom-accordion-module .et_pb_accordion_item ul {
  list-style: none;
  padding: 10px 0 0;
  margin: 20px 0 0;
}
#main-content .custom-accordion-module .et_pb_accordion_item ul li {
  position: relative;
  padding-left: 56px;
  line-height: 124%;
  margin-bottom: 24px;
  /*	&:before {
						content: url(/wp-content/themes/theme/images/mathe-li-bullet.png);
						position: absolute;
						left: 0;
						top: -10px;
					}*/
}
body.page-id-2378 #main-content .custom-accordion-module .et_pb_accordion_item {
  border: none;
  padding-bottom: 0 !important;
}
body.page-id-2378 #main-content .custom-accordion-module .et_pb_accordion_item .et_pb_toggle_title {
  padding-bottom: 20px !important;
}
@font-face {
  font-family: "Avenir Next - Demi Bold";
  src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBoldt.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.eot") format("eot"), url("../fonts/AvenirNext-DemiBold.ttf") format("ttf");
}
#pum-2317 {
  background-color: rgba(0, 0, 0, 0.9);
  padding-right: 0;
}
@media screen and (max-width: 980px), (max-height: 760px) {
  #pum-2317.pum-active {
    display: block !important;
  }
}
#pum-2317 #popmake-2317 {
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  border: 5px solid #a2d143;
  background-color: transparent;
  padding: 0;
  max-width: 1135px !important;
  width: 100% !important;
}
@media (max-width: 1260px) {
  #pum-2317 #popmake-2317 {
    width: 90% !important;
  }
}
#pum-2317 #popmake-2317 .pum-content + .pum-close, #pum-2317 #popmake-2317 .pum-theme-lightbox .pum-content + .pum-close {
  top: 15px;
  right: 15px;
  background-color: transparent;
  color: #ababab;
  box-shadow: none;
  text-shadow: none;
  font-size: 29px;
  font-weight: 600;
  border: none;
  background: none;
}
#pum-2317 #popmake-2317 .pum-content {
  max-width: none;
  margin: 0;
}
#pum-2317 #popmake-2317 .exit-popup-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left {
  position: relative;
  width: 44%;
  padding-top: 75px;
  padding-bottom: 45px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('/wp-content/uploads/2021/01/bg_exit_popup.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 980px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-left {
    width: 100%;
  }
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left .text-wrapp {
  padding: 0 12%;
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left .text-wrapp p {
  padding: 0;
  font-family: "Avenir Next - Demi Bold";
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  padding-bottom: 41px;
  color: #ffffff;
  text-align: left;
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left .text-wrapp p.head {
  color: #a2d143;
  padding-bottom: 40px;
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-left .text-wrapp p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-left .text-wrapp p {
    font-size: 24px;
    line-height: 36px;
  }
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-right {
  width: 56%;
  background-color: #f0efeb;
}
@media (max-width: 980px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-right {
    width: 100%;
  }
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .heading {
  width: 100%;
  padding: 13px 100px;
  margin-top: 65px;
  background-color: #a2d143;
}
@media (max-width: 767px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .heading {
    padding: 13px 20px;
  }
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .heading h4 {
  color: #000000;
  font-family: "Avenir Next - Demi Bold";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 980px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .heading h4 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }
}
#pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .form-wrapp {
  min-height: auto !important;
  padding: 0 95px;
  width: 100%;
  margin-top: -35px;
}
@media (max-width: 1160px) {
  #pum-2317 #popmake-2317 .exit-popup-container .popup-content-right .form-wrapp {
    padding: 0 30px;
  }
}
body.page-id-2637 #et-main-area .banner-news-section .et_pb_button {
  padding: 9px 20px;
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  color: #fff !important;
  background-color: #8bbe3d;
  border: 2px solid #8bbe3d;
  border-radius: 5px;
  text-shadow: none;
  transition: 0.5s;
  background-image: linear-gradient(110deg, #8bbe3d, 55%, #cdf3c9, 65%, #8bbe3d);
  background-size: 310%;
  animation: excpertButtonGradient 3s ease infinite;
}
body.page-id-2637 #et-main-area .banner-news-section .et_pb_button:hover {
  background: transparent;
  background-image: none;
}
body.page-id-2637 #et-main-area .banner-news-section .et_pb_button:hover:after {
  display: none;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row {
  max-width: 1260px;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .latest-news-title h2 {
  padding-bottom: 0;
  margin-bottom: 45px;
  font-size: 43px !important;
}
@media (min-width: 2000px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .latest-news-title h2 {
    font-size: 43px !important;
  }
}
@media (max-width: 980px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .latest-news-title h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .latest-news-title h2 {
    font-size: 32px !important;
  }
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article {
  width: 32%;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article {
    width: 46%;
  }
}
@media (max-width: 767px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article {
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-featured-image-url {
  padding-top: 64%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-featured-image-url:before {
  content: "";
  box-shadow: inset 0 0 0 0 #93D50A;
  width: 100%;
  height: 100%;
  opacity: 0.57;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.4s all;
  z-index: 11;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-featured-image-url:hover:before {
  box-shadow: inset 500px 0 0 0 #93D50A !important;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title {
  font-size: 22px !important;
  margin: 0 0 15px 0;
  text-align: left !important;
  padding: 15px 27px 0;
  transition: 0.3s all;
  color: #000;
  border: none;
  line-height: 120%;
}
@media (min-width: 2000px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title {
    font-size: 22px !important;
  }
}
@media (max-width: 980px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title {
    font-size: 19px !important;
  }
}
@media (min-width: 981px) and (max-width: 1024px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title {
    font-size: 20px !important;
  }
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title:before {
  display: none;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title:hover a {
  color: #93D50A !important;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .entry-title a {
  color: #000;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .post-content-inner p {
  padding: 0 27px 85px;
  font-size: 16px !important;
  color: #000;
}
@media (min-width: 2000px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .post-content-inner p {
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .post-content-inner p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article .post-content-inner p {
    font-size: 16px !important;
  }
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article p {
  margin: 0;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article a.more-link {
  background-color: transparent !important;
  padding: 3px 10px !important;
  font-size: 15px;
  text-align: center;
  margin: 0 auto 25px 20px;
  border-radius: 8px;
  position: absolute;
  left: 27px;
  bottom: 0;
  display: inline-block;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #8bbe3d !important;
  border: 2px solid #8bbe3d;
  border-radius: 5px;
  transition: all 0.3s;
  margin: 24px 0 27px;
  font-weight: 600;
}
body.page-id-2637 #et-main-area .in-the-news-section .in-the-news-row .et_pb_ajax_pagination_container article a.more-link:hover {
  background-color: #8bbe3d !important;
  color: #fff !important;
}
.sidebar-kaseya-solarwinds {
  background-image: url(https://www.forthright.com/wp-content/uploads/2021/07/bg-sidebar.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .sidebar-kaseya-solarwinds {
    background-size: cover;
  }
}
.sidebar-kaseya-solarwinds .form-header h4 {
  font-size: 22px;
  font-family: "Gilroy";
  color: white;
  font-weight: bold;
  line-height: 1.182;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0.025em;
  padding-top: 25px;
}
@media screen and (max-width: 420px) {
  .sidebar-kaseya-solarwinds .form-header h4 br {
    display: none;
  }
}
.sidebar-kaseya-solarwinds .form-header p {
  font-size: 16px;
  color: white;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 22px;
  padding-left: 25px;
  padding-right: 20px;
}
.sidebar-kaseya-solarwinds .form-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 440px) {
  .postid-2696 #main-content .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 374px) {
  .postid-2696 #main-content #content-area {
    padding-left: 0;
    padding-right: 0;
  }
  .postid-2696 #main-content .container {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 600px) and (min-width: 460px) {
  .postid-2050 #main-content .container .responsive-table {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 461px) and (min-width: 374px) {
  .postid-2050 #main-content .container .responsive-table {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
#igel-landing-header .et_pb_row, #igel-landing-footer .et_pb_row, .igel-landing-content .et_pb_row {
  max-width: 883px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#igel-landing-header {
  padding-top: 35px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1300px) {
  #igel-landing-header {
    padding-top: calc(17.5px + (35 - 17.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.igel-landing-content {
  font-family: Roboto;
  line-height: 1.125;
  font-size: 16px ;
  padding-top: 35px !important;
}
@media (max-width: 1300px) {
  .igel-landing-content {
    font-size: calc(12px + (16 - 12) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .igel-landing-content {
    padding-top: calc(17.5px + (35 - 17.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.igel-landing-content h1, .igel-landing-content h2, .igel-landing-content h3, .igel-landing-content h4 {
  font-family: Roboto;
  color: black;
  line-height: 1.125;
}
.igel-landing-content h1 {
  padding-bottom: 0;
  font-size: 32px ;
  margin-bottom: 18px ;
}
@media (max-width: 1300px) {
  .igel-landing-content h1 {
    font-size: calc(16px + (32 - 16) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .igel-landing-content h1 {
    margin-bottom: calc(9px + (18 - 9) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content h2 {
  padding-bottom: 0;
  font-size: 24px ;
  margin-bottom: 13px ;
}
@media (max-width: 1300px) {
  .igel-landing-content h2 {
    font-size: calc(16.8px + (24 - 16.8) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .igel-landing-content h2 {
    margin-bottom: calc(6.5px + (13 - 6.5) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content p, .igel-landing-content ul {
  padding-bottom: 0;
  margin-bottom: 24px;
}
.igel-landing-content p:empty, .igel-landing-content ul:empty {
  display: none;
}
.igel-landing-content p + img, .igel-landing-content ul + img {
  margin-top: 36px ;
}
@media (max-width: 1300px) {
  .igel-landing-content p + img, .igel-landing-content ul + img {
    margin-top: calc(18px + (36 - 18) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content .et_pb_image {
  margin-bottom: 77px !important;
}
@media (max-width: 1300px) {
  .igel-landing-content .et_pb_image {
    margin-bottom: calc(38.5px + (77 - 38.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.igel-landing-content .et_pb_image.third-image {
  margin-bottom: 38px !important;
}
.igel-landing-content .et_pb_image.last-image {
  margin-bottom: 30px !important;
}
.igel-landing-content .et_pb_image img {
  margin-bottom: 0 !important;
}
.igel-landing-content .et_pb_image:not(.et_pb_image_1) {
  margin-top: 36px ;
}
@media (max-width: 1300px) {
  .igel-landing-content .et_pb_image:not(.et_pb_image_1) {
    margin-top: calc(18px + (36 - 18) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content p:last-child, .igel-landing-content ul:last-child {
  margin-bottom: 0;
}
.igel-landing-content img:not(:last-child) {
  margin-bottom: 75px ;
}
@media (max-width: 1300px) {
  .igel-landing-content img:not(:last-child) {
    margin-bottom: calc(37.5px + (75 - 37.5) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content a {
  color: #000 !important;
  text-decoration: underline;
}
.igel-landing-content a:hover {
  color: #000 !important;
  text-decoration: none;
  opacity: 0.85;
}
.igel-landing-content .block-scale h2 {
  font-size: 56px ;
  margin-bottom: 34px ;
}
@media (max-width: 1300px) {
  .igel-landing-content .block-scale h2 {
    font-size: calc(28px + (56 - 28) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .igel-landing-content .block-scale h2 {
    margin-bottom: calc(17px + (34 - 17) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content .block-scale p {
  font-size: 24px ;
}
@media (max-width: 1300px) {
  .igel-landing-content .block-scale p {
    font-size: calc(12px + (24 - 12) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content #igel-form {
  margin-top: 76px ;
}
@media (max-width: 1300px) {
  .igel-landing-content #igel-form {
    margin-top: calc(38px + (76 - 38) * ((100vw - 280px) / (1300 - 280)));
  }
}
.igel-landing-content #igel-form .form-header {
  margin-bottom: 40px;
}
.igel-landing-content #igel-form .form-header h2 {
  font-weight: bold;
  padding-bottom: 0;
  font-size: 32px ;
  margin-bottom: 13px ;
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .igel-landing-content #igel-form .form-header h2 {
    font-size: calc(16px + (32 - 16) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .igel-landing-content #igel-form .form-header h2 {
    margin-bottom: calc(6.5px + (13 - 6.5) * ((100vw - 280px) / (1300 - 280)));
  }
}
#igel-landing-footer {
  height: 70px;
  background: #020020;
  color: #757575;
  text-align: center;
  line-height: 66px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#igel-landing-footer p {
  margin-bottom: 0 !important;
  line-height: 1;
}
#igel-landing-footer p, #igel-landing-footer a {
  color: #757575 !important;
}
#igel-landing-footer a:hover {
  opacity: 0.85;
}
.page-id-2765 #bottom-cta-section {
  display: none;
}
@media (max-width: 960px) {
  .page-id-2765 .et_pb_slide_description {
    padding-top: 100px;
  }
  .page-id-2765 .et_pb_slides .et_pb_container {
    height: 600px;
  }
}
@media (max-width: 374px) {
  .page-id-2765 .et_pb_slide_description {
    padding: 50px 0px 50px !important;
    margin-bottom: 0 !important;
  }
  .page-id-2765 .et_pb_slide_content {
    margin-bottom: 0 !important;
  }
  .page-id-2765 .et_pb_slide_title {
    margin-bottom: 45px !important;
  }
  .page-id-2765 .et_pb_slides .et_pb_container {
    height: auto !important;
  }
}
.events-banner-section .et_pb_slider_container_inner .et_pb_slide_title {
  padding: 0;
  margin-bottom: 60px;
}
.events-banner-section .et_pb_slider_container_inner .et_pb_slide_content p {
  font-size: 24px !important;
  color: #fff;
  padding: 0;
  margin-top: 0;
}
@media (min-width: 2000px) {
  .events-banner-section .et_pb_slider_container_inner .et_pb_slide_content p {
    font-size: 24px !important;
  }
}
@media (max-width: 980px) {
  .events-banner-section .et_pb_slider_container_inner .et_pb_slide_content p {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .events-banner-section .et_pb_slider_container_inner .et_pb_slide_content p {
    font-size: 20px !important;
  }
}
.events-content-section {
  padding-bottom: 0;
}
@media (max-width: 374px) {
  .events-content-section {
    padding-top: 0 !important;
  }
}
.events-content-section .events-content-row {
  max-width: 1260px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -380px;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 2;
  padding-top: 70px ;
  padding-top: 70px ;
  padding-left: 80px ;
  padding-right: 80px ;
}
@media (max-width: 1220px) {
  .events-content-section .events-content-row {
    padding-top: calc(15px + (70 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .events-content-row {
    padding-top: calc(15px + (70 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .events-content-row {
    padding-left: calc(15px + (80 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .events-content-row {
    padding-right: calc(15px + (80 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 480px) {
  .events-content-section .events-content-row {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .events-content-section .events-content-row {
    margin-top: 0;
  }
}
.events-content-section h2:not(.entry-title) {
  font-size: 28px;
  font-family: "Avenir Next";
  color: black;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 55px;
}
.events-content-section .current-evens-blog .category-current-events {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 80px ;
  margin-bottom: 75px !important;
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events {
    padding-bottom: calc(35px + (80 - 35) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events {
    margin-bottom: calc(35px + (75 - 35) * ((100vw - 280px) / (1220 - 280))) !important;
  }
}
@media (min-width: 981px) {
  .events-content-section .current-evens-blog .category-current-events {
    display: grid;
    grid-column-gap: 5%;
    grid-template-columns: minmax(auto, 425px) 2fr;
    grid-template-areas: "thumb title" "thumb content";
  }
}
@media (max-width: 768px) {
  .events-content-section .current-evens-blog .category-current-events {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
  }
}
.events-content-section .current-evens-blog .category-current-events .entry-featured-image-url {
  grid-area: thumb;
  width: 100%;
}
@media (min-width: 981px) {
  .events-content-section .current-evens-blog .category-current-events .entry-featured-image-url {
    max-width: 425px;
    margin-bottom: 0;
  }
}
.events-content-section .current-evens-blog .category-current-events .entry-featured-image-url img {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
}
.events-content-section .current-evens-blog .category-current-events .entry-title {
  grid-area: title;
  font-family: "Avenir Next";
  color: black;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 2px solid #8bbe3d;
  padding-left: 0;
  font-size: 28px ;
  padding-bottom: 25px ;
  margin-bottom: 27px ;
  margin-top: 0;
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events .entry-title {
    font-size: calc(19.6px + (28 - 19.6) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events .entry-title {
    padding-bottom: calc(12.5px + (25 - 12.5) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events .entry-title {
    margin-bottom: calc(23px + (27 - 23) * ((100vw - 280px) / (1220 - 280)));
  }
}
.events-content-section .current-evens-blog .category-current-events .entry-title::before {
  display: none;
}
.events-content-section .current-evens-blog .category-current-events .entry-title a {
  color: black;
}
.events-content-section .current-evens-blog .category-current-events .post-content {
  grid-area: content;
}
.events-content-section .current-evens-blog .category-current-events .post-content p {
  font-family: "Avenir Next";
  color: black;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 19px ;
}
@media (max-width: 1220px) {
  .events-content-section .current-evens-blog .category-current-events .post-content p {
    font-size: calc(17px + (19 - 17) * ((100vw - 280px) / (1220 - 280)));
  }
}
.events-content-section .current-evens-blog .category-current-events .post-content .more-link {
  display: inline-block;
  border-radius: 5px;
  background-color: #8bbe3d;
  font-size: 16px;
  font-family: "Avenir Next";
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 15px;
  border: 2px solid #8bbe3d;
}
.events-content-section .current-evens-blog .category-current-events .post-content .more-link:hover {
  background-color: #f9f8f8 !important;
  color: #8bbe3d !important;
}
.events-content-section .current-evens-blog .category-current-events:before {
  display: none;
}
.events-content-section .solution-spotlight-blog {
  margin-left: -50px ;
  margin-right: -50px ;
}
@media (max-width: 1220px) {
  .events-content-section .solution-spotlight-blog {
    margin-left: calc(1250px + (-50 - 1250) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .solution-spotlight-blog {
    margin-right: calc(1250px + (-50 - 1250) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 479px) {
  .events-content-section .solution-spotlight-blog .category-current-events.et_pb_post {
    margin-bottom: 35px !important;
  }
  .events-content-section .solution-spotlight-blog .category-current-events.et_pb_post:last-child {
    margin-bottom: 7px !important;
  }
}
.events-content-section .solution-spotlight-blog .category-current-events:last-child {
  margin-bottom: 7 !important;
}
.events-content-section .solution-spotlight-blog .et_pb_ajax_pagination_container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1050px) {
  .events-content-section .solution-spotlight-blog .et_pb_ajax_pagination_container {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 660px) {
  .events-content-section .solution-spotlight-blog .et_pb_ajax_pagination_container {
    flex-direction: column;
    align-items: center;
  }
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight {
  width: 100%;
  max-width: 240px;
  margin-left: 30px ;
  margin-right: 30px ;
  padding: 35px 30px;
  text-align: center;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 8px;
  display: grid;
  grid-template-areas: "ss-date" "ss-title" "ss-thumb" "ss-content";
}
@media (max-width: 1220px) {
  .events-content-section .solution-spotlight-blog .category-solution-spotlight {
    margin-left: calc(15px + (30 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
@media (max-width: 1220px) {
  .events-content-section .solution-spotlight-blog .category-solution-spotlight {
    margin-right: calc(15px + (30 - 15) * ((100vw - 280px) / (1220 - 280)));
  }
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .entry-featured-image-url {
  grid-area: ss-thumb;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight h3.entry-title {
  grid-area: ss-title;
  font-size: 18px;
  font-family: "Avenir Next";
  color: black;
  font-weight: bold;
  line-height: 1.889;
  text-align: center;
  margin-bottom: 0;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight h3.entry-title::before {
  display: none !important;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight h3.entry-title a {
  color: black;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .post-meta {
  grid-area: ss-date;
  font-family: "Avenir Next";
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .post-meta span {
  text-transform: uppercase;
  color: #8bbe3d;
  display: block;
  font-size: 16px !important;
  letter-spacing: 0.2em !important;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .post-meta a {
  display: block;
  margin-top: 21px;
  font-size: 18px !important;
  color: black;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .post-content {
  grid-area: ss-content;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .more-link {
  font-size: 20px;
  font-family: "Avenir Next";
  color: black;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
  transition: 0.3s ease-in-out;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .more-link::before {
  content: url("https://www.forthright.com/wp-content/uploads/2021/08/replay.png");
  margin-right: 10px;
  width: 25px;
  height: 26px;
}
.events-content-section .solution-spotlight-blog .category-solution-spotlight .more-link:hover {
  opacity: 0.75;
}
.ss-form-intake {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
  margin-top: 65px ;
  padding-top: 50px ;
  padding-bottom: 25px ;
  padding-left: 70px ;
  padding-right: 70px ;
}
@media (max-width: 1300px) {
  .ss-form-intake {
    margin-top: calc(0px + (65 - 0) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .ss-form-intake {
    padding-top: calc(20px + (50 - 20) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .ss-form-intake {
    padding-bottom: calc(0px + (25 - 0) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .ss-form-intake {
    padding-left: calc(0px + (70 - 0) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .ss-form-intake {
    padding-right: calc(0px + (70 - 0) * ((100vw - 280px) / (1300 - 280)));
  }
}
#page-id-2848 .et_pb_section {
  padding-top: 50px ;
  padding-bottom: 50px ;
}
@media (max-width: 1300px) {
  #page-id-2848 .et_pb_section {
    padding-top: calc(25px + (50 - 25) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  #page-id-2848 .et_pb_section {
    padding-bottom: calc(25px + (50 - 25) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 #et-boc .et_pb_slider .et_pb_container {
  min-height: auto !important;
  height: auto !important;
}
.page-id-2980 #et-boc .et_pb_slider .et_pb_slide {
  background-color: transparent !important;
}
.page-id-2980 #et-boc .et_pb_slider .et_pb_slide_description {
  padding: 140px 20px 230px;
}
.page-id-2980 #et-boc .et_pb_slider .et_pb_slide_title {
  padding: 0;
  margin-bottom: 30px;
  font-size: 50px !important;
}
@media (max-width: 1220px) {
  .page-id-2980 #et-boc .et_pb_slider .et_pb_slide_title {
    font-size: calc(24px + (50 - 24) * ((100vw - 280px) / (1220 - 280))) !important;
  }
}
.page-id-2980 #et-boc .et_pb_slider .et_pb_slide_content {
  font-size: 25px !important;
  line-height: 116%;
  color: #fff;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 1220px) {
  .page-id-2980 #et-boc .et_pb_slider .et_pb_slide_content {
    font-size: calc(16px + (25 - 16) * ((100vw - 280px) / (1220 - 280))) !important;
  }
}
.page-id-2980 #et-boc .et_pb_slider #speak-expert-button {
  font-size: 18px !important;
  display: inline-block;
}
@media (max-width: 1220px) {
  .page-id-2980 #et-boc .et_pb_slider #speak-expert-button {
    font-size: calc(11px + (18 - 11) * ((100vw - 280px) / (1220 - 280))) !important;
  }
}
@media (max-width: 960px) {
  .page-id-2980 .et_pb_slide_description {
    padding-top: 100px;
  }
  .page-id-2980 .et_pb_slides .et_pb_container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .page-id-2980 br {
    display: none;
  }
}
@media (max-width: 374px) {
  .page-id-2980 .et_pb_slide_description {
    padding: 50px 0px 50px !important;
    margin-bottom: 0 !important;
  }
  .page-id-2980 .et_pb_slide_title {
    margin-bottom: 45px !important;
  }
  .page-id-2980 .et_pb_slides .et_pb_container {
    height: auto !important;
  }
}
.page-id-2980 #content-area {
  margin-top: -305px !important;
}
@media (max-width: 579px) {
  .page-id-2980 #content-area {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .page-id-2980 #content-area {
    margin-top: 0 !important;
  }
}
.page-id-2980 .container {
  max-width: 1290px !important;
  width: 96% !important;
}
.page-id-2980 #content-area {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  padding-left: 80px !important;
  padding-right: 95px !important;
}
@media (max-width: 1280px) and (min-width: 981px) {
  .page-id-2980 #content-area {
    /* desktop */
    padding-top: calc(31.5px + (70 - 31.5) * ((100vw - 981px) / (1280 - 981))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 #content-area {
    /* all tablet phone */
    padding-top: calc(31.5px + (70 - 31.5) * ((100vw - 280px) / (980 - 280))) !important;
  }
}
@media (max-width: 1280px) and (min-width: 981px) {
  .page-id-2980 #content-area {
    /* desktop */
    padding-bottom: calc(31.5px + (70 - 31.5) * ((100vw - 981px) / (1280 - 981))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 #content-area {
    /* all tablet phone */
    padding-bottom: calc(31.5px + (70 - 31.5) * ((100vw - 280px) / (980 - 280))) !important;
  }
}
@media (max-width: 1280px) and (min-width: 981px) {
  .page-id-2980 #content-area {
    /* desktop */
    padding-left: calc(25px + (80 - 25) * ((100vw - 981px) / (1280 - 981))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 #content-area {
    /* all tablet phone */
    padding-left: calc(25px + (80 - 25) * ((100vw - 280px) / (980 - 280))) !important;
  }
}
@media (max-width: 1280px) and (min-width: 981px) {
  .page-id-2980 #content-area {
    /* desktop */
    padding-right: calc(25px + (95 - 25) * ((100vw - 981px) / (1280 - 981))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 #content-area {
    /* all tablet phone */
    padding-right: calc(25px + (95 - 25) * ((100vw - 280px) / (980 - 280))) !important;
  }
}
.page-id-2980 #content-area .et_pb_section, .page-id-2980 #content-area .et_pb_row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.page-id-2980 #left-area {
  margin-bottom: 50px !important;
}
@media (max-width: 1280px) and (min-width: 981px) {
  .page-id-2980 #left-area {
    /* desktop */
    margin-bottom: calc(0px + (50 - 0) * ((100vw - 981px) / (1280 - 981))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 #left-area {
    /* all tablet phone */
    margin-bottom: calc(0px + (50 - 0) * ((100vw - 280px) / (980 - 280))) !important;
  }
}
@media (min-width: 981px) {
  .page-id-2980 #left-area {
    width: calc(94% - 300px) !important;
  }
  .page-id-2980 #sidebar {
    margin-left: 6%;
  }
}
.page-id-2980 .section-post .logo-descriptions .et_pb_text_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-id-2980 .section-post .logo-descriptions div {
  font-size: 17px ;
  margin-bottom: 22px ;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post .logo-descriptions div {
    font-size: calc(15px + (17 - 15) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post .logo-descriptions div {
    margin-bottom: calc(11px + (22 - 11) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 .section-post .logo-descriptions div:not(:last-child) {
  padding-right: 20px ;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post .logo-descriptions div:not(:last-child) {
    padding-right: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 .section-post .logo-descriptions div:not(:last-child)::after {
  content: "|";
  color: #8bbe3d;
  padding-left: 20px ;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post .logo-descriptions div:not(:last-child)::after {
    padding-left: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 .section-post h2 {
  margin-bottom: 20px ;
  font-size: 32px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post h2 {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post h2 {
    font-size: calc(22px + (32 - 22) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-post h3 {
  margin-bottom: 35px ;
  font-size: 28px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post h3 {
    margin-bottom: calc(17.5px + (35 - 17.5) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post h3 {
    font-size: calc(18px + (28 - 18) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-post p {
  padding-bottom: 0 !important;
  font-size: 18px !important;
  margin-bottom: 22px ;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post p {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post p {
    margin-bottom: calc(11px + (22 - 11) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 .section-post p:last-of-type {
  padding-bottom: 0;
}
.page-id-2980 .section-post ol, .page-id-2980 .section-post ul {
  padding-left: 20px !important;
  margin-bottom: 56px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post ol, .page-id-2980 .section-post ul {
    padding-left: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post ol, .page-id-2980 .section-post ul {
    margin-bottom: calc(28px + (56 - 28) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-post ol li, .page-id-2980 .section-post ul li {
  padding-left: 40px ;
  margin-bottom: 45px ;
  color: #000 !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post ol li, .page-id-2980 .section-post ul li {
    padding-left: calc(20px + (40 - 20) * ((100vw - 280px) / (1300 - 280)));
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-post ol li, .page-id-2980 .section-post ul li {
    margin-bottom: calc(22.5px + (45 - 22.5) * ((100vw - 280px) / (1300 - 280)));
  }
}
.page-id-2980 .section-post ol li::before {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 1.222;
  border-bottom: 3px solid #8bbe3d;
}
.page-id-2980 .section-blurbs {
  margin-top: 22px !important;
  margin-bottom: 28px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs {
    margin-top: calc(11px + (22 - 11) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs {
    margin-bottom: calc(14px + (28 - 14) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 980px) {
  .page-id-2980 .section-blurbs .et_pb_column {
    margin-bottom: 30px !important;
  }
}
.page-id-2980 .section-blurbs .et_pb_column {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 580px) {
  .page-id-2980 .section-blurbs .et_pb_column {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.page-id-2980 .section-blurbs .et_pb_column .et_pb_blurb {
  min-width: 135px;
}
@media (min-width: 580px) {
  .page-id-2980 .section-blurbs .et_pb_column .et_pb_blurb {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-id-2980 .section-blurbs .et_pb_column .et_pb_blurb:not(:only-child) {
  width: calc((100% - (45px * 2)) / 3);
}
@media (max-width: 579px) {
  .page-id-2980 .section-blurbs .et_pb_column {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-id-2980 .section-blurbs .et_pb_column .et_pb_blurb {
    width: 100% !important;
  }
}
.page-id-2980 .section-blurbs.et_pb_section_1 .et_pb_row {
  padding-left: 25px !important;
  padding-right: 0 !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs.et_pb_section_1 .et_pb_row {
    padding-left: calc(0px + (25 - 0) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (min-width: 767px) {
  .page-id-2980 .section-blurbs.et_pb_section_1 .et_pb_row .et_pb_blurb:not(:only-child) .et_pb_blurb_content {
    min-height: 122px;
  }
}
.page-id-2980 .section-blurbs.et_pb_section_1 .et_pb_row .et_pb_main_blurb_image {
  min-height: 83px;
}
.page-id-2980 .section-blurbs .et_pb_blurb {
  margin-bottom: 37px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs .et_pb_blurb {
    margin-bottom: calc(18.5px + (37 - 18.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-blurbs .et_pb_blurb_content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.page-id-2980 .section-blurbs .et_pb_main_blurb_image {
  margin-bottom: 18px;
}
.page-id-2980 .section-blurbs .et_pb_main_blurb_image img {
  margin-top: 0;
}
.page-id-2980 .section-blurbs h4.et_pb_module_header {
  font-size: 18px !important;
  text-align: center;
  max-width: 440px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs h4.et_pb_module_header {
    font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-blurbs-border {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border {
    margin-top: calc(2.5px + (5 - 2.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-blurbs-border .blurbs-border-bootom {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 37px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-bootom {
    margin-bottom: calc(18.5px + (37 - 18.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-blurbs-border .blurbs-border-bootom .et_pb_blurb {
  margin-bottom: 30px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-bootom .et_pb_blurb {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
.page-id-2980 .section-blurbs-border .blurbs-border-bootom .et_pb_main_blurb_image {
  margin-bottom: 10px;
}
.page-id-2980 .section-blurbs-border .blurbs-border-between {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (min-width: 1025px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_blurb:not(:first-child) {
    position: relative;
  }
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_blurb:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    background: #c7c7c7;
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 580px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_column {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 37px !important;
  }
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_column .et_pb_blurb {
    margin-bottom: 30px !important;
  }
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_column .et_pb_main_blurb_image {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 580px) and (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_column {
    margin-bottom: calc(18.5px + (37 - 18.5) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 1024px) and (min-width: 580px) and (max-width: 1300px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_column .et_pb_blurb {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 280px) / (1300 - 280))) !important;
  }
}
@media (max-width: 579px) {
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_blurb {
    border-bottom: 1px solid #c7c7c7;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    padding-bottom: 30px !important;
  }
  .page-id-2980 .section-blurbs-border .blurbs-border-between .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 10px;
  }
}
.page-id-2980 .section-blurbs-logo {
  margin-top: 0 !important;
}
@media (min-width: 580px) {
  .page-id-2980 .section-blurbs-logo .et_pb_blurb {
    margin-bottom: 0 !important;
    min-height: 95px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
}
.page-id-2980 .section-blurbs-logo .et_pb_blurb:nth-child(5) img {
  position: relative;
}
@media (min-width: 1367px) {
  .page-id-2980 .section-blurbs-logo .et_pb_blurb:nth-child(5) img {
    right: -20px;
  }
}
@media (min-width: 767px) and (max-width: 1366px) {
  .page-id-2980 .section-blurbs-logo .et_pb_blurb:nth-child(5) img {
    right: calc(-10px + (-20 - -10) * ((100vw - 767px) / (1366 - 767)));
  }
}
.page-id-2980 .section-blurbs-logo .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}
@media (min-width: 981px) {
  .page-id-2980 .section-blurbs-logo .et_pb_column {
    width: auto !important;
    margin-right: 3.45%;
  }
}
/*# sourceMappingURL=index.css.map */