/*--------------------------------------*/
/* CUSTOM FONT FAMILY
/*--------------------------------------*/
/* SIGNIKA */
/* 300 - light */
@font-face {
  font-family: 'signika';
  src: url('../webfonts/signika/signika-light-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* 400 - normal */
@font-face {
  font-family: 'signika';
  src: url('../webfonts/signika/signika-regular-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* 500 - medium */
@font-face {
  font-family: 'signika';
  src: url('../webfonts/signika/signika-semibold-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* 700 - bold */
@font-face {
  font-family: 'signika';
  src: url('../webfonts/signika/signika-bold-webfont.woff2') format('woff2'),
    url('../webfonts/signika/signika-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* ROBOTO */
/* 300 - light */
@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-light-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

/* 400 - normal */
@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/* 500 - medium */
@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

/* 700 - bold */
@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../webfonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
    url('../webfonts/roboto/roboto-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

/*--------------------------------------*/
/* FONT SIZE + FAMILY
/*--------------------------------------*/
/* NEEDED FOR REM */
html {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}

/* FONT FAMILY + COLOR */
body {
  font-family: 'roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #242322;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.title>*,
.button,
ul.button-menu>li>a,
#page-link-content .page-link-single a,
#archive-custom-filter .filter-container>.filter-single-container>.filter-item>label {
  font-family: 'signika', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

/* FONT SIZE */
section.banner .title>h1 {
  font-size: 65px;
}

.home section.banner .title>h1,
.single section.banner.has-img .title>h1 {
  font-size: 48px;
}

section.our_products .product-single .product-name>h4,
section.meet_the_team .team-member-single .staff-info-container .content-container .name_title>.name>strong {
  font-size: 30px;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-title {
  font-size: 24px;
}

section.other_offices .other-office-container>.d-flex>.single-office>.title {
  font-size: 20px;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item>label {
  font-size: 18px;
}

section.our_products .product-single .learn-more {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  section.banner .title>h1 {
    font-size: 45px;
  }

  .home section.banner .title>h1,
  .single section.banner.has-img .title>h1 {
    font-size: 38px;
  }

  section.our_products .product-single .product-name>h4,
  section.meet_the_team .team-member-single .staff-info-container .content-container .name_title>.name>strong {
    font-size: 25px;
  }

  #archive-custom-filter .filter-container>.filter-single-container>.filter-title {
    font-size: 20px;
  }

  section.other_offices .other-office-container>.d-flex>.single-office>.title {
    font-size: 18px;
  }

  #archive-custom-filter .filter-container>.filter-single-container>.filter-item>label {
    font-size: 16px;
  }
}

/*--------------------------------------*/
/* WORDPRESS ALIGNING AND CLEARING
/*--------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {

  /* SM MD LG XL and up */
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
  }
}

.entry-content figure {
  width: auto !important;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 567.98px) {

  /* XS and down */
  img {
    width: 100%;
  }
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
  margin-bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: inherit;
}

/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
.container-fluid {
  max-width: 1340px;
  position: relative;
  z-index: 100;
  padding-left: 30px;
  padding-right: 30px;
}

.transition {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

a,
a:hover,
a:focus,
button {
  outline: 0 !important;
  text-decoration: none;
  color: inherit;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.height_100 {
  height: 100%;
}

.height_100vh {
  height: 100vh;
}

.width_100 {
  width: 100%;
}

.margin_5 {
  margin: -5px;
}

.margin_5>* {
  padding: 5px
}

.margin_15 {
  margin: -15px;
}

.margin_15>* {
  padding: 15px;
}

.margin_30 {
  margin: -30px;
  overflow: hidden;
}

.margin_30>* {
  padding: 30px;
}

section.item_pr_1 .row,
section.item_pr_2 .row,
section.item_pr_3 .row,
section.item_pr_4 .row,
section.item_pr_5 .row,
section.item_pr_6 .row,
section.item_pr_1 .icon-product-carousel,
section.item_pr_2 .icon-product-carousel,
section.item_pr_3 .icon-product-carousel,
section.item_pr_4 .icon-product-carousel,
section.item_pr_5 .icon-product-carousel,
section.item_pr_6 .icon-product-carousel {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
}

section.item_pr_1 .row>.col-md,
section.item_pr_2 .row>.col-md,
section.item_pr_3 .row>.col-md,
section.item_pr_4 .row>.col-md,
section.item_pr_5 .row>.col-md,
section.item_pr_6 .row>.col-md,
section.item_pr_1 .icon-product-carousel .single-product-carousel-cell,
section.item_pr_2 .icon-product-carousel .single-product-carousel-cell,
section.item_pr_3 .icon-product-carousel .single-product-carousel-cell,
section.item_pr_4 .icon-product-carousel .single-product-carousel-cell,
section.item_pr_5 .icon-product-carousel .single-product-carousel-cell,
section.item_pr_6 .icon-product-carousel .single-product-carousel-cell {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

section.item_pr_1 .row>.col-md,
section.item_pr_1 .icon-product-carousel .single-product-carousel-cell {
  max-width: 100%;
}

section.item_pr_2 .row>.col-md,
section.item_pr_2 .icon-product-carousel .single-product-carousel-cell {
  max-width: 50%;
}

section.item_pr_3 .row>.col-md,
section.item_pr_3 .icon-product-carousel .single-product-carousel-cell {
  max-width: 33.3333333333%
}

section.item_pr_4 .row>.col-md,
section.item_pr_4 .icon-product-carousel .single-product-carousel-cell {
  max-width: 25%;
}

section.item_pr_5 .row>.col-md,
section.item_pr_5 .icon-product-carousel .single-product-carousel-cell {
  max-width: 20%;
}

section.item_pr_6 .row>.col-md,
section.item_pr_6 .icon-product-carousel .single-product-carousel-cell {
  max-width: 16.6666666667%;
}

.site-main>section {
  margin-bottom: 75px;
}

.site-main>section.no_marg_btm {
  margin-bottom: 0px !important;
}

section>.container-fluid>.title,
section>.container-fluid>.content-container {
  margin-bottom: 30px;
  text-align: center;
}

section>.container-fluid>.content-container>.title {
  margin-bottom: 5px;
}

section.banner .title {
  color: #ffffff;
}

/* FONTAWESOME */
.site-header .navbar-nav>li.dropdown>.dropdown-container>.dropdown-icon::after,
section.wysiwyg_content.quote .entry-content h3>span.first::before,
section.wysiwyg_content.quote .entry-content h3>span.last::after,
section.banner .date>p::before,
.single section.post_single .back>a::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 10px;
  height: 100%;
  vertical-align: middle;
  border: none;
}

/* SPECIFIC */
.home .site-main>section.banner {
  margin-bottom: 0px;
}

.home .site-main>section:nth-child(2),
.site-main>section.product_single {
  margin-top: -75px;
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;
}

.site-main>section.product_single {
  margin-top: -45px;
}

.home .site-main>section:nth-child(2)>.container-fluid,
.site-main>section.product_single>.container-fluid {
  background-color: #ffffff;
  border-radius: 5px 0px 0px 0px;
  padding-top: 30px;
  -webkit-box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.2);
  border-radius: 5px 0px 5px 0px;
  padding-bottom: 30px;
}

@media (max-width: 1310.98px) {
  .margin_30 {
    margin: -15px;
  }

  .margin_30>* {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .site-main>section {
    margin-bottom: 60px;
  }

  section>.container-fluid>.title,
  section>.container-fluid>.content-container {
    text-align: left;
  }

  section.item_pr_3 .row>.col-md,
  section.item_pr_3 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_4 .row>.col-md,
  section.item_pr_4 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_5 .row>.col-md,
  section.item_pr_5 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_6 .row>.col-md,
  section.item_pr_6 .icon-product-carousel .single-product-carousel-cell {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {

  section.item_pr_2 .row>.col-md,
  section.item_pr_2 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_3 .row>.col-md,
  section.item_pr_3 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_4 .row>.col-md,
  section.item_pr_4 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_5 .row>.col-md,
  section.item_pr_5 .icon-product-carousel .single-product-carousel-cell,
  section.item_pr_6 .row>.col-md,
  section.item_pr_6 .icon-product-carousel .single-product-carousel-cell {
    max-width: 100%;
  }

  .site-main>section {
    margin-bottom: 45px;
  }
}

@media (max-width: 575.98px) {}

/*--------------------------------------*/
/* ENTRY CONTENT
/*--------------------------------------*/
.entry-content>* {
  margin-bottom: 15px;
}

.entry-content>*:last-child {
  margin-bottom: 0;
}

.entry-content>ul,
.entry-content>ol {
  padding-left: 20px;
}

.entry-content>blockquote {
  padding-left: 20px;
  border-left: 4px solid #03BBC3;
}

/*--------------------------------------*/
/* BUTTON
/*--------------------------------------*/
.button,
ul.button-menu>li>a,
#page-link-content .page-link-single a {
  display: inline-block;
  padding: 1.25rem;
  line-height: 1;
  border-radius: 5px 0px 5px 0px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #EFAF2B;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-align: center;
  border: none;
}

.button:hover,
.button:focus,
.button:active {
  color: #ffffff;
}

.button.white,
ul.button-menu>li.white>a {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #888888;
  box-shadow: inset 0px 0px 0px 3px #888888;
  color: #242322;
}

.button.white,
.button.white:hover,
.button.white:focus,
.button.white:active {
  color: #242322;
}

/*--------------------------------------*/
/* NAVIGATION
/*--------------------------------------*/
.site-header {
  position: relative;
  z-index: 101;
}

.site-header .navbar {
  padding: 15px 0 15px 0;
}

.site-header .navbar-brand {
  max-width: 200px;
}

.site-header .navbar-collapse>.d-lg-flex {
  margin-left: auto;
}

.site-header .menu-primary-menu-container {
  margin-top: auto;
  margin-bottom: auto;
}

.site-header .menu-primary-menu-container>ul>li>a {
  font-weight: 500;
}

.site-header ul>li.active {
  position: relative;
}

.site-header ul>li.active>a::before {
  content: '';
  position: absolute;
  width: auto;
  height: 3px;
  background-color: #E2AB25;
  border-radius: 3px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.site-header .menu-button-menu-container {
  margin-left: 30px;
  min-width: 250px;
}

.site-header .menu-button-menu-container>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .menu-button-menu-container>ul>li {
  margin-right: 15px;
}

.site-header .menu-button-menu-container>ul>li:last-child {
  margin-right: 0px;
}

/* DROPDOWN */
.navbar-nav .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}

.navbar-nav>.dropdown>.dropdown-menu {
  z-index: 100;
  top: 50px;
  padding: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.25);
}

.navbar-nav>.dropdown>.dropdown-menu::before {
  position: absolute;
  top: -10px;
  left: 8%;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
}

.navbar-nav .dropdown-menu .dropdown-toggle {
  cursor: initial;
  padding: 0;
  margin-bottom: 0.3125rem;
}

.navbar-nav .dropdown-menu .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu a {
  padding: 0;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show>li:nth-child(1) {
  padding-right: 0.625rem;
  border-right: 1px solid #eeeeee;
}

.navbar-nav>.dropdown.has_grandchildren>.dropdown-menu.show>li:nth-child(2) {
  padding-left: 0.625rem;
  border-left: 1px solid #eeeeee;
}

.navbar-nav>.dropdown>.dropdown-menu li {
  padding: 5px;
}

/* TOP CONTAINER */
.site-header>.top-container {
  background-color: #51b848;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-header>.top-container .contact-info-container {
  margin-left: auto;
}

/*-- BURGER MENU --*/
.navbar-toggler {
  padding: 0;
  border-radius: 0;
  margin-left: auto;
}

.navbar-toggler .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #000000;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.3125rem
}

.navbar-toggler:hover .icon-bar {
  background-color: #3aa9ae;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 25% 10%;
  -ms-transform-origin: 25% 10%;
  transform-origin: 25% 10%;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@media (max-width: 991.98px) {
  .site-header .navbar-brand {
    max-width: 125px;
  }

  .site-header>.navbar>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header .top-container>.container-fluid>.d-flex>.d-flex>div {
    margin-right: 1rem;
  }

  .site-header .dropdown .dropdown-menu.open {
    display: block;
  }

  .site-header ul>li>a {
    display: inline-block;
  }

  .site-header ul>li.active>a {
    position: relative;
  }

  .site-header ul>li.active>a::before {
    left: 0;
    right: 0;
  }

  .site-header ul.dropdown-menu>li {
    margin-bottom: 5px;
  }

  .site-header ul.dropdown-menu>li:last-child {
    margin-bottom: 0px;
  }

  .site-header ul.dropdown-menu>li.active>a::before {
    bottom: -1px;
  }

  #main-menu-container {
    position: absolute;
    background-color: #ffffff;
    top: 108px;
    left: 0px;
    right: 0px;
    border-top: 2px solid #03bbc2;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }

  #main-menu-container .navbar-nav>li {
    padding: 5px 15px;
  }

  #main-menu-container .navbar-nav>li.button {
    padding: 0.9375rem 1.875rem;
    text-align: center;
    margin-left: 0;
  }

  #main-menu-container>.d-lg-flex {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .navbar-nav>.dropdown>.dropdown-menu::before {
    display: none;
  }

  .navbar-nav>.dropdown>.dropdown-menu,
  .site-header .dropdown .dropdown-menu>li {
    padding: 0px;
  }

  .site-header .dropdown .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header .dropdown .dropdown-menu>li {
    margin-bottom: 0.3125rem;
  }

  .site-header .dropdown .dropdown-menu>li:last-child {
    margin-bottom: 0px;
  }

  .site-header .dropdown .dropdown-menu>li>a {
    padding: 0px;
  }

  .site-header .menu-button-menu-container {
    margin-left: 0;
    width: 100%;
    min-width: inherit;
  }

  .site-header .menu-button-menu-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header .menu-button-menu-container ul>li,
  .site-header .menu-button-menu-container ul>li>a {
    width: 100%;
  }
}

/*--------------------------------------*/
/* BANNER
/*--------------------------------------*/
section.banner {
  position: relative;
  color: #ffffff;
  background-color: #03bbc2;
  text-align: center;
  z-index: 9;
}

section.banner>.container-fluid {
  max-width: 740px;
}

.single section.banner>.container-fluid {
  max-width: 1340px;
}

.home section.banner>.container-fluid {
  max-width: 1040px;
}

section.banner>.container-fluid>.row {
  min-height: 450px;
}

.home section.banner>.container-fluid>.row {
  min-height: 550px;
}

section.banner>.container-fluid>.row>.col-md.content {
  margin-top: auto;
  margin-bottom: auto;
}

section.banner .content-container .entry-content {
  margin-top: 5px;
}

section.banner .content-container .button {
  margin-top: 15px;
}

/* HAS VIDEO */
section.banner.video-cover .container-fluid .content-container {
  margin: auto;
}

section.banner.video-cover .container-fluid .content-container .title>h1 {
  display: inline;
  text-decoration: none;
  background-image: -o-linear-gradient(330deg, #03bbc2, #03bbc2);
  background-image: linear-gradient(120deg, #03bbc2, #03bbc2);
  background-size: 100% 15px;
  background-position: 0 80%;
  background-repeat: no-repeat;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

section.banner.video-cover .video-container {
  position: absolute;
  z-index: -1;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

section.banner.video-cover .video-container>video {
  width: 100%;
  height: auto;
}

section.banner .date>p {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

section.banner .date>p::before {
  content: '\f073';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 1;
}

/* HAS IMAGE */
section.banner.has-img {
  background-color: #03bbc2;
  text-align: left;
}

section.banner.has-img .container-fluid {
  max-width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}

section.banner.has-img .container-fluid>.row {
  margin-right: 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.banner.has-img .col-md.content {
  max-width: 670px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 30px;
}

section.banner.has-img .col-md.img {
  position: relative;
  padding-right: 0px;
  max-width: 50%;
}

section.banner.has-img .col-md.img>.bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position-y: top !important;
}

/* HAS DIAGONAL LINE */
section.banner.diagonal_line {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 75px;
}

section.banner.diagonal_line:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 11;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: 0px;
  height: 28%;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

section.banner.diagonal_line>.container-fluid {
  z-index: 10;
}

/* SINGLE */
.single section.banner.has-img .title>h1 {
  line-height: 1.1;
}

.single section.banner .col-md.img>.carousel,
.single section.banner .col-md.img>.carousel>.carousel-inner,
.single section.banner .col-md.img>.carousel>.carousel-inner>.carousel-item,
.single section.banner .col-md.img>.carousel>.carousel-inner>.carousel-item>.bg-cover {
  height: 100%;
}

.single section.banner .col-md.img>.carousel .carousel-control-next,
.single section.banner .col-md.img>.carousel .carousel-control-prev {
  opacity: 1;
}

.single section.banner .col-md.img>.carousel .carousel-control-next>.inner,
.single section.banner .col-md.img>.carousel .carousel-control-prev>.inner {
  background-color: #03bbc2;
  height: 45px;
  width: 45px;
  border-radius: 5px 0px 5px 0px;
}

.single section.banner .col-md.img>.carousel .carousel-control-next>.inner>i,
.single section.banner .col-md.img>.carousel .carousel-control-prev>.inner>i {
  line-height: 45px;
  font-size: 20px;
}

/* SPECIFIC RULES */
section.archive_banner {
  background-color: #03bbc2;
  text-align: center;
}

section.archive_banner>.container-fluid>.row {
  min-height: 250px;
}

section.archive_banner>.container-fluid>.row>.col-md {
  margin: auto;
}

section.archive_banner .title>h1 {
  color: #ffffff;
}

@media (min-width: 1050px) {
  section.banner.video-cover .video-container>video {
    margin-top: -150px;
  }
}

@media (min-width: 992px) {
  section.banner.video-cover .d-flex.height_100vh {
    min-height: 350px;
  }
}

@media (max-width: 991.98px) {
  section.banner.no-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.banner>.container-fluid {
    max-width: 1340px;
  }

  section.banner>.container-fluid>.row {
    min-height: 150px;
  }

  section.banner.video-cover .video-container {
    background-image: url('../img/banner-home-video.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  section.banner.video-cover .video-container>video {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  section.banner.has-img {
    text-align: center;
  }

  section.banner.has-img .container-fluid>.row {
    margin-left: 0;
  }

  section.banner.has-img .container-fluid {
    max-width: 100%;
    padding-left: 0;
  }

  section.banner.has-img>.container-fluid>.row>.col-md.content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 15px;
  }

  section.banner.has-img>.container-fluid>.row>.col-md.img {
    padding-left: 0px;
    max-width: 100%;
    min-height: 250px;
  }
}

/*--------------------------------------*/
/* ICON & TEXT
/*--------------------------------------*/
section.icon_text .icon-text-container {
  text-align: center;
}

section.icon_text .icon-text-container .icon-container,
section.icon_text .icon-text-container .title {
  margin-bottom: 5px;
}

section.icon_text .icon-text-container .icon-container.fa {
  font-size: 35px;
}

section.icon_text .icon-text-container .icon-container.image {
  max-width: 75px;
  width: 100%;
  margin: 0 auto 5px;
}

section.icon_text .icon-text-container .number-container {
  font-size: 40px;
  color: #EFAF2B;
}

section.icon_text .icon-text-container .button {
  margin-top: 15px;
}

/* TITLE + ENTRY CONTENT LEFT */
section.icon_text.text_left>.container-fluid>.d-flex>.content-container {
  min-width: 550px;
  padding-right: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

/* ICON LEFT */
section.icon_text.icon_left .icon-text-container {
  text-align: left;
}

section.icon_text.icon_left .icon-text-container .icon-container,
section.icon_text.icon_left .icon-text-container .number-container {
  padding-right: 15px;
  line-height: 1;
}

/* CONTENT ROW */
section.icon_text .icon-text-container.dir_row {
  text-align: left;
}

section.icon_text .icon-text-container.dir_row .icon-container {
  margin-right: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

section.icon_text .icon-text-container.dir_row .content-container .entry-content {
  margin-top: auto;
  margin-bottom: auto;
}

section.icon_text .icon-text-container.dir_row .content-container .button {
  width: 100%;
  max-width: 175px;
  margin-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

/* PRODUCT CAROUSEL */
section.icon_text.hasCarousel .icon-product-carousel {
  padding-left: 30px;
  padding-right: 30px;
}

section.icon_text.hasCarousel .icon-product-carousel .single-product-carousel-cell>.inner-container {
  transition: all 0.25s ease;
}

section.icon_text.hasCarousel .icon-product-carousel .single-product-carousel-cell.is-selected>.inner-container {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

section.icon_text.hasCarousel .icon-product-carousel .flickity-button {
  color: #E2AB25;
}

section.icon_text.hasCarousel .icon-product-carousel-nav {
  margin-top: 60px;
}

section.icon_text.hasCarousel .icon-product-carousel-nav>.nav-item-single>.inner-container {
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

section.icon_text.hasCarousel .icon-product-carousel-nav>.nav-item-single>.inner-container a {
  font-size: 18px;
  display: inline;
  text-decoration: none;
  background-image: -o-linear-gradient(330deg, #E2AB25, #E2AB25);
  background-image: linear-gradient(120deg, #E2AB25, #E2AB25);
  background-size: 100% 0px;
  background-position: 0 90%;
  background-repeat: no-repeat;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);
}

section.icon_text.hasCarousel .icon-product-carousel-nav>.nav-item-single.active>.inner-container a {
  background-size: 100% 5px;
}

section.icon_text.hasCarousel .icon-product-carousel .flickity-prev-next-button.previous {
  left: 0;
}

section.icon_text.hasCarousel .icon-product-carousel .flickity-prev-next-button.next {
  right: 0;
}

/* LARGE TITLES */
section.icon_text.has-large-title .col-md .title>* {
  font-size: 50px;
  color: #E2AB25;
  text-shadow: 2px 2px #000000;
}

/* SPECIFIC RULES */
.page-template-product-single section.icon_text .icon-text-container .inner-container,
.page-template-meet-the-team section.icon_text .icon-text-container .inner-container {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  height: 100%;
}

.page-template-product-single section.icon_text .icon-text-container .button {
  background-color: transparent;
  color: #03bbc2;
  padding: 0;
  margin-top: 30px;
}

.page-template-product-single section.icon_text .icon-text-container .button::after {
  content: '>';
  padding-left: 5px;
}

@media (max-width: 1240.98px) {}

@media (max-width: 991.98px) {
  section.icon_text.item_pr_3 .row>.col-md {
    max-width: 33.33333333%
  }

  section.icon_text .icon-text-container.dir_row .row>.col-md,
  section.item_pr_2 .icon-product-carousel .single-product-carousel-cell {
    max-width: 100% !important;
  }

  section.icon_text.hasCarousel .icon-product-carousel .single-product-carousel-cell.is-selected>.inner-container {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
  }

  section.icon_text .icon-text-container.dir_row .icon-container {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }

  section.icon_text .icon-text-container.dir_row .content-container .button {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {

  section.icon_text .row>.col-md,
  section.icon_text.item_pr_3 .row>.col-md {
    max-width: 50%
  }
}

@media (max-width: 575.98px) {

  section.icon_text .row>.col-md,
  section.icon_text.item_pr_3 .row>.col-md {
    max-width: 100%
  }
}

/*--------------------------------------*/
/* IMAGE & TEXT
/*--------------------------------------*/
section.image_text .img-container>img {
  border-radius: 3px;
}

section.image_text .img-container.img_shadow>img {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}

section.image_text .content-container {
  margin-top: auto;
  margin-bottom: auto;
}

section.image_text .content-container .title,
section>.container-fluid>.content-container>.title.hasUnderline {
  margin-bottom: 15px;
}

section.image_text .content-container .title>*,
section>.container-fluid>.content-container>.title.hasUnderline>* {
  /* display: inline;
  text-decoration: none;
  background-image: -o-linear-gradient(330deg, #03bbc2, #03bbc2);
  background-image: linear-gradient(120deg, #03bbc2, #03bbc2);
  background-size: 100% 5px;
  background-position: 0 100%;
  background-repeat: no-repeat; */
  color: #03bbc2;
}

section>.container-fluid>.content-container>.title.hasUnderline>* {
  background-size: 100% 5px;
}

section.image_text .content-container .button {
  margin-top: 15px;
}

section.image_text.text_under {
  text-align: center;
}

section.image_text.text_under .col-lg>.content-container .title {
  margin: 10px 0 5px;
}

section.image_text.text_under .content-container .title>* {
  background-image: none;
}

@media (max-width: 991.98px) {
  section.image_text .col-lg.img-container {
    margin-bottom: 15px;
  }
}

/*--------------------------------------*/
/* BANNER CONTENT
/*--------------------------------------*/
section.banner_content {
  color: #ffffff;
  text-align: center;
  position: relative;
}

section.banner_content>.container-fluid {
  max-width: 1280px;
  padding: 0;
}

section.banner_content>.container-fluid>.inner-container {
  background-color: #E2AB25;
  margin: 0 auto;
  border-radius: 5px 0px 5px 0px;
  padding: 60px;
  -webkit-box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.5);
}

section.banner_content .title {
  color: #ffffff;
  margin-bottom: 15px;
}

section.banner_content .button {
  margin-top: 15px;
  background-color: #03bbc2;
}

/* BACKGROUND_BLUE */
section.banner_content.background-blue>.container-fluid>.inner-container {
  background-color: #03bbc2;
}

section.banner_content.background-blue .button {
  background-color: #E2AB25;
}

/* HAS OUTLINE */
section.banner_content.outline-bg>.container-fluid>.inner-container {
  background-color: transparent;
  border: 10px solid #E2AB25;
}

section.banner_content.background-blue.outline-bg>.container-fluid>.inner-container {
  border-color: #03bbc2;
}

section.banner_content.outline-bg,
section.banner_content.outline-bg .title {
  color: #242322;
}

/* HAS IMAGE */
section.banner_content.hasImg {
  padding: 0;
  text-align: left;
  background-color: #E2AB25;
  width: 100%;
}

section.banner_content.hasImg>.container-fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 30px;
}

section.banner_content.hasImg>.container-fluid>.inner-container {
  background-color: transparent;
  margin: inherit;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

section.banner_content.hasImg,
section.banner_content.hasImg .title {
  color: #000000;
}

section.banner_content.hasImg>.container-fluid .row {
  margin-right: 0;
}

section.banner_content.hasImg>.container-fluid .col-md.content-container {
  max-width: 720px;
  margin-top: auto;
  margin-bottom: auto;
}

section.banner_content.hasImg>.container-fluid .col-md.content-container>.inner-container {
  border-radius: 5px 0px 5px 0px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 45px 0;
  padding: 30px;
}

section.banner_content.hasImg>.container-fluid .col-md.img-container {
  max-width: 50%;
  width: 100%;
  padding-right: 0;
}

section.banner_content .embed-responsive-join-team {
  height: 100%;
}

section.banner_content .embed-responsive-join-team::before {
  padding-top: 75%;
}

/* BUTTON RIGHT */
section.banner_content.btn-right {
  padding: 75px 0;
}

section.banner_content.btn-right>.container-fluid {
  max-width: 1340px;
}

section.banner_content.btn-right>.container-fluid .content-container .container-left {
  text-align: left;
  max-width: 750px;
  margin-right: 30px;
}

section.banner_content.btn-right>.container-fluid .content-container .container-left .title {
  margin-bottom: 0px;
}

section.banner_content.btn-right>.container-fluid .content-container .container-right {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 991.98px) {
  section.banner_content.hasImg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  section.banner_content.hasImg>.container-fluid .col-md.content-container {
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 30px;
  }

  section.banner_content .embed-responsive-join-team::before {
    padding-top: 35%;
  }

  section.banner_content.hasImg>.container-fluid .col-md.img-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 30;
  }
}

@media (max-width: 767.98px) {
  section.banner_content>.container-fluid>.inner-container {
    padding: 30px;
  }

  section.banner_content.outline-bg>.container-fluid>.inner-container {
    border-width: 5px;
  }
}

/*--------------------------------------*/
/* WYSIYG CONTENT
/*--------------------------------------*/
section.wysiwyg_content .title {
  text-align: center;
}

/* HAS QUOTE */
section.wysiwyg_content.quote .entry-content {
  text-align: center !important;
}

section.wysiwyg_content.quote .entry-content h3>span {
  position: relative;
  margin-bottom: 0;
}

section.wysiwyg_content.quote .entry-content h3>span.first::before,
section.wysiwyg_content.quote .entry-content h3>span.last::after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #03bbc2
}

section.wysiwyg_content.quote .entry-content h3>span.first::before {
  content: '\f10d';
  left: -25px;
  top: -5px;
}

section.wysiwyg_content.quote .entry-content h3>span.last::after {
  content: '\f10e';
  right: -20px;
  bottom: 15px;
}

/* HAS UNDERLINE */
section.wysiwyg_content.underline {
  text-align: center;
}

section.wysiwyg_content.underline h2,
section.wysiwyg_content.underline h3,
section.wysiwyg_content.underline h4,
section.wysiwyg_content.underline h5,
section.wysiwyg_content.underline p {
  /* display: inline;
  text-decoration: none;
  background-image: -o-linear-gradient(330deg, #03bbc2, #03bbc2);
  background-image: linear-gradient(120deg, #03bbc2, #03bbc2);
  background-size: 100% 7px;
  background-position: 0 81%;
  background-repeat: no-repeat; */
}

@media (max-width: 991.98px) {
  section.wysiwyg_content.quote .entry-content h3>span.last::after {
    bottom: 10px;
  }
}

/*--------------------------------------*/
/* IMAGE GALLERY
/*--------------------------------------*/
section.img_gallery .img-gallery {
  margin: -15px;
}

section.img_gallery .img-gallery>.img-gallery-item {
  width: 100%;
  max-width: 33.33333333%;
  padding: 15px;
}

@media (max-width: 991.98px) {
  section.img_gallery .img-gallery>.img-gallery-item {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  section.img_gallery .img-gallery {
    margin: -5px;
  }

  section.img_gallery .img-gallery>.img-gallery-item {
    padding: 5px;
  }
}

@media (max-width: 575.98px) {
  section.img_gallery .img-gallery>.img-gallery-item {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* OUR PRODUCTS
/*--------------------------------------*/
section.our_products .product-single>.inner-container {
  padding: 30px;
  text-align: center;
  border-radius: 5px 0px 5px 0px;
  height: 100%;
  display: flex;
}

section.our_products .product-single>.inner-container>.content-container {
  margin: auto;
}

section.our_products .product-single>.inner-container .product-name {
  margin-bottom: 15px;
  color: #ffffff;
}

section.our_products .our_product_container>.row>.col-md {
  max-width: 25%;
  width: 100%;
}

/* SPECIFIC */
section.our_products .our_product_container>.row,
.page-template-unity section.our_products .our_product_container>.row,
.home section.our_products.item_0 .our_product_container>.row {
  margin: -15px;
  justify-content: center;
}

section.our_products .our_product_container>.row>.col-md,
.page-template-unity section.our_products .our_product_container>.row>.col-md,
.home section.our_products.item_0 .our_product_container>.row>.col-md {
  flex-basis: auto;
  padding: 15px;
}

.page-template-unity section.our_products .our_product_container>.row>.col-md,
.home section.our_products.item_0 .our_product_container>.row>.col-md {
  max-width: 33.33333%;
}

.page-template-unity section.our_products .product-single>.inner-container {
  padding: 45px;
}

.page-template-unity section.our_products>.container-fluid>.title.logo {
  text-align: left;
  max-width: 200px;
}

@media (max-width: 991.98px) {

  section.our_products .our_product_container>.row>.col-md,
  .page-template-unity section.our_products .our_product_container>.row>.col-md,
  .home section.our_products.item_0 .our_product_container>.row>.col-md {
    max-width: 50% !important;
  }
}

@media (max-width: 767.98px) {

  section.our_products .our_product_container>.row>.col-md,
  .page-template-unity section.our_products .our_product_container>.row>.col-md,
  .home section.our_products.item_0 .our_product_container>.row>.col-md {
    max-width: 100% !important;
  }
}

/*--------------------------------------*/
/* PRODUCT BLOCKS
/*--------------------------------------*/
section.products_blocks .product-block-outter {
  background-color: #f9f9f9;
  padding: 60px 0 50px;
}

section.products_blocks .product-block-outter>.container-fluid>.product-block-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 45px 45px 0;
}

section.products_blocks .product-block-container>.embed-responsive-product-block {
  overflow: visible;
}

section.products_blocks .product-block-container>.embed-responsive-product-block::before {
  padding-top: 100%;
}

section.products_blocks .product-block-container>.embed-responsive-product-block::after {
  content: '';
  position: absolute;
  border: 20px solid #03bbc2;
  border-radius: 100%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  z-index: -1;
}

section.products_blocks .product-block-single {
  width: 100%;
  height: 100%;
  min-width: 250px;
  min-height: 250px;
  max-width: 265px;
  max-height: 265px;
  position: absolute;
}

section.products_blocks .product-block-single.unity {
  min-width: 275px;
  min-height: 275px;
  max-width: 290px;
  max-height: 290px;
}

section.products_blocks .product-block-single>.embed-responsive-product-block::before {
  padding-top: 100%;
}

section.products_blocks .product-block-single .embed-responsive-item>a,
section.products_blocks .product-block-single .flip-content-front,
section.products_blocks .product-block-single .flip-content-back,
section.products_blocks .product-block-single .flip-content-inner .d-flex {
  width: 100%;
  height: 100%;
}

section.products_blocks .product-block-single .flip-content-inner .d-flex>.content-container {
  text-align: center;
  margin: auto;
  padding: 15px 30px;
}

section.products_blocks .product-block-single .flip-content-front .content-container>.icon-container {
  max-width: 45px;
  display: block;
  margin: 0 auto 5px;
}

section.products_blocks .product-block-single.unity .flip-content-front .content-container>.icon-container {
  max-width: 175px;
  margin-bottom: 0;
}

section.products_blocks .product-block-single.unity .flip-content-back .content-container>.icon-container {
  max-width: 125px;
  margin: 0 auto 5px;
}

section.products_blocks .product-block-single .flip-content-back .content-container>.icon-container,
section.products_blocks .product-block-single .flip-content-back .content-container>.title {
  margin-bottom: 5px;
}

section.products_blocks .product-block-single .flip-content-back .content-container>.entry-content {
  font-size: 14px;
}

/* CONTENT FLIP */
section.products_blocks .product-block-single .flip-content-inner {
  position: relative;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

section.products_blocks .product-block-single .flip-content-front {
  color: #ffffff;
  background-color: #114b5f;
}

section.products_blocks .product-block-single .flip-content-front,
section.products_blocks .product-block-single .flip-content-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  -o-transition: transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.products_blocks .product-block-single .flip-content-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.products_blocks .product-block-single:hover .flip-content-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.products_blocks .product-block-single:hover .flip-content-back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* UPDATED CSS - 15.1.25 */
section.products_blocks .product-block-outter>.container-fluid>.product-block-container {
  max-width: 1140px;
}

section.our_products .our_product_container>.row>.col-md {
  max-width: 33.33333333%;
  width: 100%;
}

section.our_products .product-single>.inner-container {
  width: 100%;
}

section.products_blocks .product-block-single.unity {
  min-width: 275px;
  min-height: 275px;
  max-width: 350px;
  max-height: 350px;
}

/* UPDATED CSS - 15.9.25 */
section.products_blocks .product-block-outter>.container-fluid>.product-block-container {
  max-width: 100%;
}

@media (min-width: 992px) {

  /* BLOCK POSITIONS */
  section.products_blocks .product-block-container .product-block-single.order-1 {
    left: -20px;
    top: 25%;
  }

  section.products_blocks .product-block-container .product-block-single.order-2 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: -33px;
  }

  section.products_blocks .product-block-container .product-block-single.order-3 {
    right: -20px;
    top: 25%;
  }

  section.products_blocks .product-block-container .product-block-single.order-4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  section.products_blocks .product-block-container .product-block-single.order-5 {
    left: 100px;
    bottom: 5%;
  }

  section.products_blocks .product-block-container .product-block-single.order-6 {
    right: 100px;
    bottom: 5%;
  }

  /* UPDATED CSS - 5.11.24 */
  section.products_blocks .product-block-container .product-block-single.order-1 {
    left: -20px;
    top: 15%;
  }

  section.products_blocks .product-block-container .product-block-single.order-2 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: -33px;
  }

  section.products_blocks .product-block-container .product-block-single.order-3 {
    right: -20px;
    top: 15%;
  }

  section.products_blocks .product-block-container .product-block-single.order-5 {
    left: -20px;
    bottom: 15%;
  }

  section.products_blocks .product-block-container .product-block-single.order-6 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -33px;
  }

  section.products_blocks .product-block-container .product-block-single.order-7 {
    right: -20px;
    bottom: 15%;
  }

  /* UPDATED CSS - 15.1.25 */
  section.products_blocks .product-block-container .product-block-single.order-1 {
    left: 40px;
    top: 15%;
  }

  section.products_blocks .product-block-container .product-block-single.order-2 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: 0px;
  }

  section.products_blocks .product-block-container .product-block-single.order-3 {
    right: 40px;
    top: 15%;
  }

  section.products_blocks .product-block-container .product-block-single.order-5 {
    left: 0px;
    bottom: 27.5%;
  }

  section.products_blocks .product-block-container .product-block-single.order-6 {
    left: 30%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }

  section.products_blocks .product-block-container .product-block-single.order-7 {
    left: 66%;
    right: 35%;
    transform: translateX(-35%);
    bottom: 0px;
  }

  section.products_blocks .product-block-container .product-block-single.order-8 {
    right: 0px;
    bottom: 27.5%;
  }

  /* UPDATED CSS - 15.9.25 */
  section.products_blocks .product-block-container .product-block-single.order-1 {
    left: 150px;
    top: 10%;
  }

  section.products_blocks .product-block-container .product-block-single.order-2 {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: 15px;
  }

  section.products_blocks .product-block-container .product-block-single.order-3 {
    right: 150px;
    top: 10%;
  }

  section.products_blocks .product-block-container .product-block-single.order-5 {
    left: 0px;
    bottom: 45%;
  }

  section.products_blocks .product-block-container .product-block-single.order-6 {
    left: 4%;
    right: initial;
    transform: initial;
    bottom: 20%;
  }

  section.products_blocks .product-block-container .product-block-single.order-7 {
    left: initial;
    right: 4%;
    transform: initial;
    bottom: 20%;
  }

  section.products_blocks .product-block-container .product-block-single.order-8 {
    right: 0px;
    bottom: 45%;
  }

  section.products_blocks .product-block-container .product-block-single.order-9 {
    left: 36%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }

  section.products_blocks .product-block-container .product-block-single.order-10 {
    left: 62%;
    right: 35%;
    transform: translateX(-35%);
    bottom: 0px;
  }
}

/* UPDATED CSS - 15.1.25 */
@media (max-width: 1140px) {
  section.products_blocks .product-block-outter>.container-fluid>.product-block-container {
    padding: 45px 0 0;
  }
}

@media (max-width: 991.98px) {
  section.products_blocks .product-block-outter {
    padding: 45px 0 45px;
  }

  section.products_blocks .product-block-outter>.container-fluid>.product-block-container {
    padding: 0;
  }

  section.products_blocks .product-block-container>.embed-responsive-product-block::before,
  section.products_blocks .product-block-container>.embed-responsive-product-block::after {
    display: none;
  }

  section.products_blocks .product-block-container>.embed-responsive-product-block>.embed-responsive-item,
  section.products_blocks .product-block-single {
    position: inherit;
  }

  section.products_blocks .product-block-container>.embed-responsive-product-block>.d-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
  }

  section.products_blocks .product-block-container>.embed-responsive-product-block>.d-flex>.product-block-single {
    padding: 15px;
    max-width: 50%;
    max-height: none;
  }

  section.products_blocks .product-block-single .flip-content-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  section.products_blocks .product-block-single .flip-content-back {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media (max-width: 767.98px) {
  section.products_blocks .product-block-container>.embed-responsive-product-block>.d-flex>.product-block-single {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* PRODUCT SINGLE INFORMATION
/*--------------------------------------*/
section.product_single .logo-container {
  max-width: 200px;
}

section.product_single .content-container {
  margin-left: auto;
}

section.product_single .content-container>.contact-info-container,
section.product_single .content-container>.button-container {
  margin-top: auto;
  margin-bottom: auto;
}

/*--------------------------------------*/
/* TESTIMONIALS
/*--------------------------------------*/
section.testimonials {
  background-color: #E2AB25;
  padding: 50px 0;
  color: #ffffff;
  position: relative;
}

section.testimonials .title {
  color: #ffffff;
}

section.testimonials .testimonial-content-container .entry-content {
  margin-bottom: 15px;
}

section.testimonials .content-container .personal_info {
  color: #048383;
}

section.testimonials .content-container .personal_info>div>* {
  letter-spacing: 0.5px;
}

/* HAS CAROUSEL */
section.testimonials.hasCarousel .testimonial-carousel .testimonial-carousel-single {
  width: 100%;
  max-width: 50%;
  padding: 15px;
}

/*--------------------------------------*/
/* MEET THE TEAM
/*--------------------------------------*/
section.meet_the_team.hasBg {
  background-color: #EFAF2B;
  padding: 75px 0;
}

section.meet_the_team .meet-the-team-container>.content-container {
  margin-bottom: 15px;
}

section.meet_the_team .meet-the-team-container>.row {
  margin: -30px;
}

section.meet_the_team .meet-the-team-container>.row>.col-md {
  padding: 30px;
}

section.meet_the_team .team-member-single .staff-img-container {
  position: relative;
  margin-bottom: 30px;
}

section.meet_the_team .team-member-single .staff-img-container::after {
  content: '';
  background-color: #EFAF2B;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(15px, 15px);
  -ms-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

section.meet_the_team .team-member-single:hover .staff-img-container::after {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

section.meet_the_team.hasBg .team-member-single .staff-img-container::after {
  background-color: #ffffff;
}

section.meet_the_team .team-member-single .staff-img-container .staff-img-inner-container,
section.meet_the_team .team-member-single .staff-img-container .staff-img-inner-container>.bg-cover {
  height: 100%;
}

section.meet_the_team .team-member-single .staff-img-container .staff-img-inner-container,
section.meet_the_team .team-member-single .staff-img-container .staff-img-inner-container>.bg-cover,
section.meet_the_team .team-member-single .staff-img-container::after {
  border-radius: 50px 0px 50px 0px;
}

section.meet_the_team .team-member-single .staff-img-container .staff-img-container::before {
  padding-top: 100%;
}

section.meet_the_team .team-member-single .staff-info-container .content-container .name_title {
  margin-bottom: 5px;
}

section.meet_the_team .team-member-single .staff-info-container .content-container .name_title>.name>strong {
  line-height: 1;
}

section.meet_the_team .team-member-single .staff-info-container .content-container .name_title>.job_title {
  margin-top: auto;
  font-weight: 500;
  line-height: 1.4;
}

section.meet_the_team .team-member-single .staff-info-container .content-container .bio_container {
  margin-top: 15px;
}

/* FLIP IMAGE */
section.meet_the_team .team-member-single .flip-staff-img-inner {
  position: relative;
  height: 386.7px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

section.meet_the_team .team-member-single .flip-staff-img-front,
section.meet_the_team .team-member-single .flip-staff-img-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  -o-transition: transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.meet_the_team .team-member-single .flip-staff-img-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.meet_the_team .team-member-single:hover .flip-staff-img-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

section.meet_the_team .team-member-single:hover .flip-staff-img-back {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

section.meet_the_team .team-member-single .contact-info-container.d-flex {
  display: block !important;
}

section.meet_the_team .team-member-single .contact-info-container.margin_5 {
  margin: 10px 0 0;
}

section.meet_the_team .team-member-single .contact-info-container.margin_5>div {
  padding: 0;
}

/* CONTENT SLIP */
section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container,
section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container>.d-flex {
  height: 100%;
}

section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container>.d-flex>.content-container {
  margin: auto;
  padding: 30px;
  font-size: 14px;
}

section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container>.d-flex>.content-container .name>* {
  font-size: 24px;
}

section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container>.d-flex>.content-container .job_title>* {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  section.meet_the_team .team-member-single .staff-img-container {
    margin-bottom: 0;
  }

  section.meet_the_team .team-member-single .flip-staff-img-inner {
    height: 100%;
  }

  section.meet_the_team .team-member-single .flip-staff-img-front,
  section.meet_the_team .team-member-single .flip-staff-img-back,
  section.meet_the_team .team-member-single:hover .flip-staff-img-front,
  section.meet_the_team .team-member-single:hover .flip-staff-img-back {
    position: relative;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  section.meet_the_team .team-member-single .flip-staff-img-front .staff-img-inner-container::before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  section.meet_the_team .team-member-single .staff-img-container::after {
    display: none;
  }

  section.meet_the_team .team-member-single .flip-staff-img-front .staff-img-inner-container::after {
    content: '';
    background-color: #EFAF2B;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 50px 0px 50px 0px;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  section.meet_the_team.hasBg .team-member-single .flip-staff-img-front .staff-img-inner-container::after {
    background-color: #ffffff;
  }

  section.meet_the_team .team-member-single .flip-staff-img-front .staff-img-inner-container>.bg-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  section.meet_the_team .team-member-single.content-on-flip .flip-staff-img-back .staff-info-container>.d-flex>.content-container {
    font-size: 1rem;
    padding: 30px 0 0;
  }
}

/*--------------------------------------*/
/* FAQ
/*--------------------------------------*/
section.faq_content .question-single-container>.question-single:first-child {
  border-radius: 3px 3px 0 0;
}

section.faq_content .question-single-container>.question-single:last-child {
  border-radius: 0 0 3px 3px;
}

section.faq_content .question-single-container>.question-single {
  border: 2px solid #2d2d2d;
  margin-bottom: -2px;
}

section.faq_content .question-single-container>.question-single>.question-container>a,
section.faq_content .question-single-container>.question-single>.answer-container>.inner-container>.entry-content {
  padding: 15px;
  display: block
}

section.faq_content .question-single-container>.question-single>.answer-container>.inner-container {
  border-top: 2px solid #2d2d2d;
}

/*--------------------------------------*/
/* OUR PARTNERS
/*--------------------------------------*/
section.our_partners>.container-fluid>.content-container {
  margin-bottom: 15px;
}

section.our_partners>.container-fluid>.content-container>.title {
  margin-bottom: 0;
}

section.our_partners .our_partners_container>div>.our_partners_single {
  max-width: 20%;
  margin-top: auto;
  margin-bottom: auto;
}

section.our_partners .button-container {
  margin-top: 15px;
  text-align: center;
}

section.our_partners.hasBG {
  background-color: #E2AB25;
  padding: 45px 0;
}

section.our_partners.hasBG .title {
  color: #ffffff;
}

section.our_partners.hasBG .our_partners_single {
  height: 100%;
}

section.our_partners .partners-carousel {
  padding-left: 30px;
  padding-right: 30px;
}

section.our_partners .partners-carousel .our_partners_single {
  width: 100%;
  height: auto;
  max-width: 16.6666667%;
  padding: 15px 20px;
  top: 50%;
  transform: translateY(-50%);
}

section.our_partners .partners-carousel .our_partners_single>.inner-container {
  height: 100%;
}

section.our_partners .partners-carousel .our_partners_single a {
  display: block;
  text-align: center;
}

section.our_partners .partners-carousel .flickity-prev-next-button.previous {
  left: 0px;
}

section.our_partners .partners-carousel .flickity-prev-next-button.next {
  right: 0px;
}

section.our_partners.hasBG .our_partners_single>.inner-container {
  height: 100%;
}

section.our_partners.hasBG .button {
  background-color: #03bbc2;
}

/*--------------------------------------*/
/* ARCHIVE && SINGLE
/*--------------------------------------*/
/* ARCHIVE FILTER */
#archive-custom-filter {
  margin-bottom: 45px;
}

#archive-custom-filter .filter-container>.filter-single-container {
  margin-bottom: 15px;
  margin-right: 30px;
}

#archive-custom-filter .filter-container>.filter-single-container:last-child {
  margin-bottom: 0;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-title {
  margin-right: 25px;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item {
  margin-right: 15px;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item:last-child {
  margin-right: 0;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item>label {
  margin-bottom: 0;
  padding: 15px 30px;
  border-radius: 5px 0px 5px 0px;
  text-transform: uppercase;
  background-color: #efefef;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item>input:checked~label {
  background-color: #03bbc2;
  color: #ffffff;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item.assemble>input:checked~label {
  background-color: #7E4CCB;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item.build>input:checked~label {
  background-color: #CE4A01;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item.engage>input:checked~label {
  background-color: #9A1A5F;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item.manage>input:checked~label {
  background-color: #2951B8;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item.play>input:checked~label {
  background-color: #048383;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item>input {
  display: none;
}

#archive-custom-filter .filter-container>.filter-single-container>.filter-item>label,
#archive-custom-filter .button-container>.button {
  cursor: pointer;
}

/* ARCHIVE BODY */
section.archive-content .post-single-item-container>.row {
  margin: -15px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item {
  width: 100%;
  max-width: 50%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  padding: 15px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a,
section.recent_video_posts .post-video-single-item>a {
  display: block;
  cursor: pointer;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .embed-responsive-post,
section.recent_video_posts .post-video-single-item .embed-responsive-post {
  border-radius: 3px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .embed-responsive-post::before,
section.recent_video_posts .post-video-single-item .embed-responsive-post::before {
  padding-top: 50%;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a.video-button .embed-responsive-post::after,
section.recent_video_posts .post-video-single-item>a.video-button .embed-responsive-post::after {
  content: '';
  position: absolute;
  background-image: url('../img/play-button.png');
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .content-container,
section.recent_video_posts .post-video-single-item>a .content-container {
  margin-top: 5px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .content-container>.title,
section.recent_video_posts .post-video-single-item>a .content-container>.title {
  margin: 2px 0 5px;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .content-container>.read_more {
  margin-top: 15px;
  color: #E2AB25;
}

section.archive-content .post-single-item-container>.row>.col-md.post-single-item>a .content-container>.read_more strong>i {
  font-size: 12px;
  margin-left: 5px;
}

section.archive-content .pagination {
  margin-top: 45px;
}

section.archive-content .pagination>.wp-pagenavi {
  margin: 0 auto;
}

section.archive-content .pagination>.wp-pagenavi>* {
  padding-left: 5px;
  padding-right: 5px;
}

section.archive-content .pagination>.wp-pagenavi>.current {
  font-weight: 700;
  color: #E2AB25;
}

/* SIDEBAR */
section.archive-content .container-fluid>.row>.col-lg.sidebar-container {
  max-width: 300px;
}

section.archive-content .container-fluid>.row>.col-lg.sidebar-container>.sidebar>div {
  margin-bottom: 30px;
}

section.archive-content .container-fluid>.row>.col-lg.sidebar-container>.sidebar>div>.title {
  margin-bottom: 5px;
}

section.archive-content .container-fluid>.row>.col-lg.sidebar-container>.sidebar>div select {
  background-color: #efefef;
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 5px;
}

/* RECENT */
section.recent_video_posts .post-video-single-item {
  width: 100%;
  max-width: 33.33333%;
  padding: 0 10px;
}

.flickity-button,
.flickity-button:hover {
  background-color: transparent;
  color: #ffffff;
}

section.recent_video_posts .flickity-button {
  color: #E2AB25;
}

.flickity-prev-next-button {
  height: 30px;
  width: 30px;
}

.flickity-prev-next-button.previous {
  left: -30px;
}

.flickity-prev-next-button.next {
  right: -30px;
}

/* MODAL */
#ytArchiveModal .modal-dialog {
  max-width: 750px;
}

#ytArchiveModal .modal-dialog>.modal-content {
  background-color: transparent;
  padding: 0px;
  border: none;
}

#ytArchiveModal .modal-dialog>.modal-content .close {
  position: absolute;
  right: -15px;
  color: #8cc640;
  font-size: 40px;
  line-height: 1px;
  opacity: 1;
  text-shadow: none;
}

/* SPECIFIC */
#product-videos.archive-content .post-single-item-container>.row>.col-md.post-single-item {
  max-width: 100%;
}

#product-videos.archive-content .post-single-item-container>.row>.col-md.post-single-item .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#product-videos.archive-content .post-single-item-container>.row>.col-md.post-single-item .inner-container>.feature-image-container {
  width: 100%;
  max-width: 50%;
  position: relative;
}

#product-videos.archive-content .post-single-item-container>.row>.col-md.post-single-item .inner-container>.feature-image-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/play.png');
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}

#product-videos.archive-content .post-single-item-container>.row>.col-md.post-single-item .inner-container>.content-container {
  margin-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

/* SINGLE */
.single section.post_single .back {
  margin-bottom: 15px;
}

.single section.post_single .back>a {
  position: relative;
  padding-left: 20px;
}

.single section.post_single .back>a::before {
  content: "\f053";
  position: absolute;
  left: 0px;
  top: 1px;
}

.single .entry-content a {
  font-family: 'signika', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  section.recent_video_posts .post-video-single-item {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {

  section.archive-content .post-single-item-container>.row>.col-md.post-single-item,
  section.recent_video_posts .post-video-single-item,
  section.archive-content .container-fluid>.row>.col-lg.sidebar-container {
    max-width: 100%;
  }

  section.archive-content .pagination {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------*/
/* CONTACT US
/*--------------------------------------*/
/* PAGE LINK */
section.page_link .page-link-container>.page-link-single {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

section.page_link .page-link-container>.page-link-single>a {
  display: block;
  height: 100%;
  width: 100%;
}

section.page_link .page-link-container>.page-link-single .content-container {
  width: 100%;
  height: 100%;
  padding: 3.75rem;
  padding: 30px 45px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  border: 5px solid #03bbc2;
  border-color: #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page_link .page-link-container>.page-link-single .content-container>* {
  margin: auto;
}

section.page_link .page-link-container>.page-link-single .content-container>h3 {
  line-height: 1;
}

/* OTHER OFFICES */
section.other_offices .other-office-container>.d-flex>.single-office {
  width: 100%;
  max-width: 25%;
}

section.other_offices .other-office-container>.d-flex>.single-office>.title {
  margin-bottom: 5px;
}

.page-template-contact-us section .contact-info-container>.contact-info-single>a {
  display: block;
  position: relative;
  padding-left: 20px;
}

.page-template-contact-us section .contact-info-container>.contact-info-single>a>i {
  position: absolute;
  left: 0;
  top: 4px;
}

/* CONTACT FORM */
section.contact_info .col-md.contact_form_only {
  max-width: 1000px;
  margin: 0 auto;
}

section.contact_info .col-md>.title,
section.contact_info .col-md-3>.required-content {
  margin-bottom: 5px;
}

section.contact_info .col-md>.img-container {
  margin-top: 15px;
}

section.contact_info sup {
  color: #ff3737;
}

section.contact_info .wpcf7 label {
  margin-bottom: 15px;
}

section.contact_info .wpcf7 label,
section.contact_info .wpcf7 .wpcf7-form-control-wrap,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>input,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>textarea,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>select,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>.intl-tel-input,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>.intl-tel-input>input {
  width: 100%;
  display: block;
}

section.contact_info .wpcf7 .wpcf7-form-control-wrap>input,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>textarea,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>select,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>.intl-tel-input {
  margin-top: 2px;
  border-radius: 3px;
  border: 2px solid #cacaca;
  padding: 5px;
}

section.contact_info .wpcf7 .wpcf7-form-control-wrap>input:active,
section.contact_info .wpcf7 .wpcf7-form-control-wrap>textarea:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.contact_info .wpcf7 .wpcf7-form-control-wrap>textarea {
  resize: none;
  max-height: 150px;
}

section.contact_info .wpcf7 .wpcf7-form-control-wrap>.intl-tel-input>input {
  border: none;
}

section.contact_info .wpcf7 .contact-input.half {
  max-width: 50%;
  width: 100%;
  float: left;
}

section.contact_info .wpcf7 .contact-input.first-name.half {
  padding-right: 5px;
}

section.contact_info .wpcf7 .contact-input.last-name.half {
  padding-left: 5px;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output * {
  font-weight: bold;
}

@media (max-width: 991.98px) {
  section.page_link .page-link-container {
    flex-wrap: wrap;
  }

  section.page_link .page-link-container>.page-link-single {
    max-width: 50%;
  }

  section.other_offices .other-office-container>.d-flex>.single-office {
    max-width: 33.33333333%;
  }

}

@media (max-width: 767.98px) {
  section.page_link .page-link-container>.page-link-single {
    max-width: 100%;
  }

  section.other_offices .other-office-container>.d-flex>.single-office {
    max-width: 50%;
  }

  section.contact_info .col-md.contact_form_only {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {}

@media (max-width: 375.98px) {
  section.other_offices .other-office-container>.d-flex>.single-office {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
.site-footer {
  background-color: #efefef;
  padding: 60px 0 15px;
}

.site-footer>.container-fluid {
  max-width: 1440px;
}

.site-footer .logo-content-container,
.site-footer .menu-container,
.site-footer .contact-info-container,
.site-footer .social-media-container {
  margin-bottom: 5px;
  width: 100%;
}

.site-footer .logo-content-container {
  padding-right: 15px;
}

.site-footer .logo-content-container .logo-container {
  max-width: 200px;
  margin: 0 0 5px;
}

.site-footer .logo-content-container .entry-content>* {
  font-size: 12px;
}

.site-footer .social-media-container i {
  font-size: 30px;
}

.site-footer .contact-info-container .title,
.site-footer .social-media-container .title {
  margin-bottom: 5px;
}

.site-footer .menu-container>.content-container>div>ul>li>a {
  padding: 5px 0px;
}

.site-footer .social-media-info-container .social-media-info-single>.inner-container {
  background-color: #000000;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

.site-footer .social-media-info-container .social-media-info-single:nth-child(1)>.inner-container {
  background-color: #2951B8;
}

.site-footer .social-media-info-container .social-media-info-single:nth-child(2)>.inner-container {
  background-color: #9A1A5F;
}

.site-footer .social-media-info-container .social-media-info-single:nth-child(3)>.inner-container {
  background-color: #008383;
}

.site-footer .social-media-info-container .social-media-info-single:nth-child(4)>.inner-container {
  background-color: #CE4A00;
}

.site-footer .social-media-info-container .social-media-info-single>.inner-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.site-footer .social-media-info-container .social-media-info-single>.inner-container i {
  color: #ffffff;
  line-height: 45px;
  font-size: 1.25rem;
}

.site-footer .made_by {
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  .site-footer>.container-fluid>.d-flex {
    flex-wrap: wrap;
  }

  .site-footer .logo-content-container,
  .site-footer .menu-container,
  .site-footer .contact-info-container,
  .site-footer .social-media-container {
    margin-bottom: 15px;
  }

  .site-footer .logo-content-container,
  .site-footer .menu-container,
  .site-footer .contact-info-container,
  .site-footer .social-media-container {
    width: 100%;
  }

  .site-footer .menu-container,
  .site-footer .contact-info-container,
  .site-footer .social-media-container {
    max-width: 50%;
  }

  .site-footer .logo-content-container .logo-container {
    margin-bottom: 10px;
  }
}

/*--------------------------------------*/
/* WORDPRESS ADMIN BAR
/*--------------------------------------*/
.admin-bar {
  padding-top: 32px;
}

@media (max-width: 767.98px) {
  #wpadminbar {
    top: 0;
    position: fixed;
  }

  .admin-bar {
    padding-top: 46px;
  }

  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 767.98px) {
  .admin-bar .site-header {
    top: 0px;
  }
}

/*--------------------------------------*/
/* UPDATES
/*--------------------------------------*/
section.our_partners.hasBG,
section.testimonials,
section.banner_content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

section.our_partners.hasBG,
section.testimonials {
  border-radius: 5px 0px 5px 0px;
  -webkit-box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 25px 50px -20px rgba(0, 0, 0, 0.5);
}

section.banner_content.hasImg {
  max-width: none;
  margin: inherit;
  margin-bottom: 75px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

#window_width,
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}