@charset "UTF-8";
/*---------------------------------------------------------------------------------

/*
Theme Name: SCNZ 
Author: Zyber Limited
Author URI: https://www.zyber.co.nz/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
@media (min-width: $sm) {
}
*/
.lazyload {
  opacity: 0;
  transform: scale(0.8); }

.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 500ms; }

html.sr .load-hidden {
  visibility: hidden; }

html {
  -webkit-text-size-adjust: none; }

.hidden-html {
  overflow: hidden !important; }

body {
  background: white;
  color: #2E435B;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 180%; }

p {
  font-size: 0.875em; }

@media (min-width: 768px) {
  p {
    font-size: 1em; } }

input, textarea {
  -webkit-appearance: none;
  border: 1px solid #EAA71C;
  outline: none; }

.container {
  max-width: 1630px; }

strong {
  font-weight: bold; }

.reset-ui {
  margin: 0;
  padding: 0; }
  .reset-ui li {
    list-style: none;
    display: inline-block; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  line-height: 120%; }

h1, .h1 {
  text-transform: uppercase;
  font-size: 1.75em; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.625em; } }

h2, .h2 {
  font-size: 1.5em; }

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.25em; } }

h3, .h3 {
  font-size: 1.3125em; }

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.75em; } }

h4, .h4 {
  font-size: 1.125em; }

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5em; } }

h5, .h5 {
  font-size: 1em; }

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.125em; } }

h6, .h6 {
  font-size: 1em; }

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 0.875em; } }

.supertitle {
  font-size: 2.1875em; }

@media (min-width: 992px) {
  .supertitle {
    font-size: 5em; } }

.text-small {
  font-size: 0.875em; }

a {
  color: #1A2A3E;
  font-weight: bold; }

@media (min-width: 768px) {
  a:hover {
    color: #1A2A3E; } }

.color-white {
  color: white; }

.color-dark {
  color: #1A2A3E !important; }

.color-primary {
  color: #EAA71C; }

.color-secondary {
  color: #323D43 !important; }

.color-text {
  color: #2E435B; }

.color-textlight {
  color: #B4C0C9; }

.bg-white {
  background: white; }

.bg-dark {
  background: #1A2A3E !important; }

.bg-primary {
  background: #EAA71C !important; }

.bg-secondary {
  background: #323D43 !important; }

.bg-lightbg {
  background: #F2F2F2; }

.icon::before,
.icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.padding-section {
  padding-top: 55px;
  padding-bottom: 55px; }

@media (min-width: 768px) {
  .padding-section {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .padding-section {
    padding-top: 110px;
    padding-bottom: 110px; } }

.section-margins {
  margin: 45px 0; }

@media (min-width: 992px) {
  .section-margins {
    margin: 110px 0; } }

.single-page-wrap h1,
.single-page-wrap h2,
.single-page-wrap h3,
.single-page-wrap h4,
.single-page-wrap h5,
.single-page-wrap h6 {
  color: #EAA71C; }

.single-page-wrap strong {
  color: #EAA71C; }

.single-page-wrap .thumbnail-single-wrap {
  text-align: center; }

.single-page-wrap img {
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
  display: inline-block; }

.single-page-wrap .alignright {
  float: right;
  margin: 0 0 22px 22px; }

.single-page-wrap .alignleft {
  float: left;
  margin: 0 22px 22px 0; }

.single-page-wrap .aligncenter {
  display: block;
  margin: 16px auto; }

.single-page-wrap .alignnone {
  margin: 12px 0; }

.button {
  outline: none;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 62px;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
  line-height: 150%;
  -webkit-appearance: none;
  font-size: 0.9375em; }
  .button:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .button {
    padding: 15px 62px; } }

.button-primary {
  background: #EAA71C;
  color: white; }

@media (min-width: 768px) {
  .button-primary:hover {
    background: #1A2A3E;
    color: white; } }

.button-dark {
  background: #1A2A3E;
  color: white; }

@media (min-width: 768px) {
  .button-dark:hover {
    background: #EAA71C;
    color: white; } }

.btn-st1 {
  border-bottom: 1px solid #2E435B;
  display: inline-block;
  margin-top: 15px;
  font-size: 0.9375em;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .btn-st1 {
    margin-top: 0; } }
  .btn-st1:hover {
    text-decoration: none;
    color: #EAA71C;
    border-color: #EAA71C; }
  .btn-st1 span {
    padding-left: 6px; }

.button-full-width {
  width: 100%; }

.button-center {
  text-align: center; }

.padding-large {
  padding: 40px 0; }

@media (min-width: 768px) {
  .padding-large {
    padding: 110px 0; } }

.padding-medium {
  padding: 40px 0; }

@media (min-width: 768px) {
  .padding-medium {
    padding: 100px 0; } }

.padding-small {
  padding: 40px 0; }

@media (min-width: 768px) {
  .padding-small {
    padding: 80px 0; } }

/*
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
*/
.simple-page-width {
  max-width: 1010px;
  margin: 0 auto; }

@media (min-width: 1880px) {
  .d-custombar-block {
    display: block !important; } }

@media (min-width: 1880px) {
  .d-custombar-none {
    display: none !important; } }

#mega-menu-wrap-website-menus #mega-menu-website-menus li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
  padding: 50px !important; }
  #mega-menu-wrap-website-menus #mega-menu-website-menus li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:first-child {
    padding: 62px 50px 50px 50px !important; }

.header-mobile-wrap {
  height: 60px;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }
  .header-mobile-wrap .logo-mobile-wrap {
    max-width: 168px;
    width: 100%; }
    .header-mobile-wrap .logo-mobile-wrap img {
      width: 100%; }
  .header-mobile-wrap .icons-m {
    width: 100%; }
    .header-mobile-wrap .icons-m ul {
      margin: 0;
      padding: 0; }
      .header-mobile-wrap .icons-m ul li {
        display: inline-block;
        margin-left: 9px;
        list-style: none;
        vertical-align: top; }

@media (min-width: 576px) {
  .header-mobile-wrap .icons-m ul li {
    margin-left: 22px; } }
        .header-mobile-wrap .icons-m ul li:first-child {
          margin-left: 0; }

.search-wrap-mobile {
  width: 100%;
  transition: 0.3s;
  border-top: 1px solid rgba(180, 192, 201, 0.4);
  padding: 0 30px;
  background-color: #fff;
  position: absolute;
  z-index: 999999; }
  .search-wrap-mobile form {
    width: 100%;
    margin: 10px auto;
    display: flex; }

@media (min-width: 992px) {
  .search-wrap-mobile form {
    width: 60%; } }
  .search-wrap-mobile ul {
    width: calc(100% - 55px);
    margin: 0;
    padding: 0; }
    .search-wrap-mobile ul input, .search-wrap-mobile ul select {
      height: 34px;
      border: 0 none !important;
      outline: none !important; }
    .search-wrap-mobile ul input {
      width: 100%;
      font-size: 1em; }
    .search-wrap-mobile ul select {
      font-size: 0.875em;
      padding: 0 40px 0 6px;
      width: 169px; }
    .search-wrap-mobile ul li {
      list-style: none;
      float: left;
      border: 1px solid #B4C0C9;
      padding: 6px 15px;
      height: 48px;
      position: relative; }
      .search-wrap-mobile ul li:first-child {
        width: calc(100% - 48px);
        border-right: 0 none; }

@media (min-width: 576px) {
  .search-wrap-mobile ul li:first-child {
    width: calc(100% - 270px); } }
      .search-wrap-mobile ul li:nth-child(2) {
        border-left: 0 none;
        display: none; }
        .search-wrap-mobile ul li:nth-child(2):before {
          content: "";
          width: 1px;
          height: 24px;
          background: #B4C0C9;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          z-index: 2; }

@media (min-width: 576px) {
  .search-wrap-mobile ul li:nth-child(2) {
    display: inline-block; } }
      .search-wrap-mobile ul li:last-child {
        padding: 0;
        border: 0 none; }
        .search-wrap-mobile ul li:last-child button {
          height: 48px;
          width: 48px;
          outline: none;
          border: none;
          background: #323D43;
          color: white; }

@media (min-width: 576px) {
  .search-wrap-mobile ul li:last-child button {
    width: 70px; } }
  .search-wrap-mobile button#close-btn {
    background-color: #fff;
    padding: 1px 10px;
    margin-left: 20px;
    margin-top: 5px;
    width: 35px;
    height: 35px; }
  .search-wrap-mobile ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B4C0C9; }
  .search-wrap-mobile ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B4C0C9; }
  .search-wrap-mobile :-ms-input-placeholder {
    /* IE 10+ */
    color: #B4C0C9; }
  .search-wrap-mobile :-moz-placeholder {
    /* Firefox 18- */
    color: #B4C0C9; }

.header-desk-wrap {
  width: 100%; }
  .header-desk-wrap .header-first-bar {
    height: 110px;
    width: 100%;
    background: white; }
    .header-desk-wrap .header-first-bar .header-logo {
      width: 259px;
      margin-left: 55px; }
      .header-desk-wrap .header-first-bar .header-logo a {
        display: block; }
      .header-desk-wrap .header-first-bar .header-logo img {
        width: 100%; }
    .header-desk-wrap .header-first-bar .search-wrap {
      width: 35%;
      transition: 0.3s; }
      .header-desk-wrap .header-first-bar .search-wrap form {
        width: 100%; }

@media (min-width: 1600px) {
  .header-desk-wrap .header-first-bar .search-wrap {
    width: 40%; } }
      .header-desk-wrap .header-first-bar .search-wrap ul {
        margin: 0;
        padding: 0; }
        .header-desk-wrap .header-first-bar .search-wrap ul input, .header-desk-wrap .header-first-bar .search-wrap ul select {
          height: 34px;
          border: 0 none !important;
          outline: none !important; }
        .header-desk-wrap .header-first-bar .search-wrap ul input {
          width: 100%;
          font-size: 1em; }
        .header-desk-wrap .header-first-bar .search-wrap ul select {
          font-size: 0.875em;
          padding: 0 40px 0 6px;
          width: 175px; }
        .header-desk-wrap .header-first-bar .search-wrap ul li {
          list-style: none;
          float: left;
          border: 1px solid #B4C0C9;
          padding: 6px 15px;
          height: 48px;
          position: relative; }
          .header-desk-wrap .header-first-bar .search-wrap ul li:first-child {
            width: calc(100% - 280px);
            border-right: 0 none; }
            .header-desk-wrap .header-first-bar .search-wrap ul li:first-child:after {
              content: "";
              width: 1px;
              height: 24px;
              background: #B4C0C9;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translate(0, -50%);
              z-index: 2; }
          .header-desk-wrap .header-first-bar .search-wrap ul li:nth-child(2) {
            border-left: 0 none; }
          .header-desk-wrap .header-first-bar .search-wrap ul li:last-child {
            padding: 0;
            border: 0 none; }
            .header-desk-wrap .header-first-bar .search-wrap ul li:last-child button {
              height: 48px;
              width: 70px;
              outline: none;
              border: none;
              background: #323D43;
              color: white; }
      .header-desk-wrap .header-first-bar .search-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #B4C0C9; }
      .header-desk-wrap .header-first-bar .search-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #B4C0C9; }
      .header-desk-wrap .header-first-bar .search-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #B4C0C9; }
      .header-desk-wrap .header-first-bar .search-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #B4C0C9; }
    .header-desk-wrap .header-first-bar .member-btn-wrap ul {
      margin: 0;
      padding: 0;
      text-align: right; }
      .header-desk-wrap .header-first-bar .member-btn-wrap ul li {
        float: left;
        list-style: none;
        background: #F2F2F2;
        padding: 8px 12px;
        position: relative;
        transition: 0.3s; }

@media (min-width: 1600px) {
  .header-desk-wrap .header-first-bar .member-btn-wrap ul li {
    padding: 11px 25px; } }
        .header-desk-wrap .header-first-bar .member-btn-wrap ul li:first-child {
          border-top-left-radius: 20px; }
          .header-desk-wrap .header-first-bar .member-btn-wrap ul li:first-child:after {
            content: "";
            width: 1px;
            height: 24px;
            background: white;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
            z-index: 2; }
        .header-desk-wrap .header-first-bar .member-btn-wrap ul li:last-child {
          background: #EAA71C; }
          .header-desk-wrap .header-first-bar .member-btn-wrap ul li:last-child a {
            color: white; }
            .header-desk-wrap .header-first-bar .member-btn-wrap ul li:last-child a:hover {
              color: #1A2A3E; }
        .header-desk-wrap .header-first-bar .member-btn-wrap ul li a {
          text-transform: uppercase;
          font-size: 0.875em;
          transition: 0.3s; }
          .header-desk-wrap .header-first-bar .member-btn-wrap ul li a:hover {
            text-decoration: none;
            color: #EAA71C; }
  .header-desk-wrap .header-second-bar {
    background: #323D43;
    color: white; }
    .header-desk-wrap .header-second-bar .nav-left {
      padding: 0 0 0 45px; }
    .header-desk-wrap .header-second-bar .links-right .other-link-nav {
      margin: 0;
      padding: 0; }
      .header-desk-wrap .header-second-bar .links-right .other-link-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 13px; }
        .header-desk-wrap .header-second-bar .links-right .other-link-nav li a {
          color: white;
          font-size: 0.875em;
          text-transform: uppercase;
          letter-spacing: -0.02em; }
          .header-desk-wrap .header-second-bar .links-right .other-link-nav li a:hover {
            text-decoration: none;
            color: #EAA71C; }
          .header-desk-wrap .header-second-bar .links-right .other-link-nav li a img {
            margin-right: 4px; }
        .header-desk-wrap .header-second-bar .links-right .other-link-nav li:last-child a {
          color: #EAA71C; }
          .header-desk-wrap .header-second-bar .links-right .other-link-nav li:last-child a:hover {
            color: white; }

#carousel-home-slider {
  outline: none !important; }

.carousel-item {
  background-size: cover;
  background-position: center center;
  outline: none !important;
  height: 200px !important;
  position: relative;
  background-color: #323D43; }

@media (min-width: 768px) {
  .carousel-item {
    height: 400px !important; } }

@media (min-width: 1200px) {
  .carousel-item {
    height: 680px !important; } }
  .carousel-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; }

.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  border: 1px solid white;
  background: none;
  opacity: 1 !important;
  margin: 0 4px !important; }
  .carousel-indicators li.active {
    background: white; }

.slider-controls-wrap {
  position: absolute;
  z-index: 9999;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 120px; }

@media (min-width: 768px) {
  .slider-controls-wrap {
    top: 380px; } }

@media (min-width: 1200px) {
  .slider-controls-wrap {
    right: 12%;
    left: auto;
    transform: none;
    bottom: 30px;
    top: auto; } }

@media (min-width: 1600px) {
  .slider-controls-wrap {
    right: 21%; } }
  .slider-controls-wrap .carousel-indicators {
    margin: 0; }
  .slider-controls-wrap .carousel-control-next, .slider-controls-wrap .carousel-control-prev {
    top: -20px;
    display: block;
    height: 32px;
    z-index: 9999;
    opacity: 1 !important; }
  .slider-controls-wrap .carousel-control-prev {
    transform: rotate(180deg); }

.slider-content-overlay {
  width: 100%; }

@media (min-width: 1200px) {
  .slider-content-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    width: 813px; } }
  .slider-content-overlay .content-wrap {
    background: #F2F2F2;
    width: 100%;
    padding: 35px 20px; }

@media (min-width: 1200px) {
  .slider-content-overlay .content-wrap {
    border-bottom-right-radius: 90px;
    padding: 7%;
    height: 580px; } }
    .slider-content-overlay .content-wrap h1 {
      max-width: 580px; }
    .slider-content-overlay .content-wrap p.subtitle {
      font-family: "Work Sans", sans-serif;
      padding-top: 14px;
      font-size: 1em; }

@media (min-width: 768px) {
  .slider-content-overlay .content-wrap p.subtitle {
    font-size: 1.375em;
    padding-top: 20px; } }
    .slider-content-overlay .content-wrap p.btn-list a {
      margin: 10px 10px 0 0;
      width: 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      .slider-content-overlay .content-wrap p.btn-list a:hover {
        color: white; }

@media (min-width: 768px) {
  .slider-content-overlay .content-wrap p.btn-list a {
    max-width: 220px; } }
  .slider-content-overlay .large-buttons-list ul li {
    float: left;
    border-right: 1px white solid;
    width: 33.3333%; }

@media (min-width: 1200px) {
  .slider-content-overlay .large-buttons-list ul li {
    max-width: 230px;
    width: 100%; } }
    .slider-content-overlay .large-buttons-list ul li:nth-child(2) a {
      background: #283136; }
    .slider-content-overlay .large-buttons-list ul li:last-child {
      border: none; }
      .slider-content-overlay .large-buttons-list ul li:last-child a {
        background: #1e2528; }
    .slider-content-overlay .large-buttons-list ul li a {
      height: 80px;
      background: #323D43;
      display: block;
      color: white;
      padding-top: 25px;
      font-size: 0.875em;
      font-family: "Work Sans", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      transition: 0.3s;
      line-height: 120%; }

@media (min-width: 1200px) {
  .slider-content-overlay .large-buttons-list ul li a {
    height: 100px;
    padding-top: 44px; } }
      .slider-content-overlay .large-buttons-list ul li a span {
        display: block;
        text-align: center; }

@media (min-width: 1200px) {
  .slider-content-overlay .large-buttons-list ul li a span {
    display: inline-block; } }
      .slider-content-overlay .large-buttons-list ul li a:hover {
        text-decoration: none; }

@media (min-width: 1200px) {
  .slider-content-overlay .large-buttons-list ul li a:hover {
    background: white;
    color: #2E435B; } }

.upcoming-events-bar-wrap {
  background: #EAA71C; }
  .upcoming-events-bar-wrap .title-wrap, .upcoming-events-bar-wrap .events-wrap {
    display: inline-block;
    vertical-align: middle; }
  .upcoming-events-bar-wrap .title-wrap {
    width: 100%;
    padding: 20px 20px 12px 20px; }
    .upcoming-events-bar-wrap .title-wrap h5 {
      margin-bottom: 4px; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap .title-wrap {
    padding: 0;
    width: 250px; } }
  .upcoming-events-bar-wrap .events-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 20px 20px; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap .events-wrap {
    width: calc(100% - 255px);
    padding: 0; } }
  .upcoming-events-bar-wrap #home-upcoming-events-bar {
    padding-bottom: 17px; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap #home-upcoming-events-bar {
    padding-right: 160px;
    padding-bottom: 0; } }
    .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item {
      padding: 5px 0; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item {
    padding: 15px 0; } }
      .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item p {
        margin-bottom: 0;
        line-height: 160%; }
        .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item p a {
          color: white;
          border-bottom: 1px white solid;
          padding: 20px 0 3px 0;
          letter-spacing: 0.05em;
          font-family: "Work Sans", sans-serif;
          font-size: 15px;
          display: inline-block;
          text-transform: uppercase; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item p a {
    padding: 2px 0; } }
          .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item p a:hover {
            text-decoration: none;
            color: #1A2A3E;
            border-color: #1A2A3E; }
          .upcoming-events-bar-wrap #home-upcoming-events-bar .event-item p a:after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            content: "\f30b";
            padding: 0 0 0 9px;
            display: inline-block; }
  .upcoming-events-bar-wrap .owl-nav {
    position: absolute;
    z-index: 999999;
    right: -1px;
    margin-top: 0 !important;
    bottom: 00  !important;
    width: 135px;
    height: 52px;
    overflow: hidden; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap .owl-nav {
    top: 0;
    height: auto;
    bottom: 0 !important;
    width: 118px; } }
    .upcoming-events-bar-wrap .owl-nav .owl-prev, .upcoming-events-bar-wrap .owl-nav .owl-next {
      position: absolute;
      width: 58px;
      height: 100%;
      top: 0;
      bottom: 0;
      margin: 0;
      padding: 0;
      outline: none;
      background: rgba(255, 255, 255, 0.4) !important;
      color: #EAA71C !important;
      font-size: 2em !important;
      border-radius: 0 !important; }
      .upcoming-events-bar-wrap .owl-nav .owl-prev span, .upcoming-events-bar-wrap .owl-nav .owl-next span {
        margin-top: -4px;
        display: block; }
    .upcoming-events-bar-wrap .owl-nav .owl-prev {
      right: 73px; }

@media (min-width: 768px) {
  .upcoming-events-bar-wrap .owl-nav .owl-prev {
    right: 60px; } }
    .upcoming-events-bar-wrap .owl-nav .owl-next {
      right: 0; }

.about-feature-wrap {
  background-size: cover;
  background-position: center center; }
  .about-feature-wrap .top-row {
    margin-top: 60px; }

@media (min-width: 768px) {
  .about-feature-wrap .top-row {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .about-feature-wrap .top-row {
    margin-top: 0; } }
  .about-feature-wrap .tile-item-wrap {
    width: 100%;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .about-feature-wrap .tile-item-wrap {
    padding-bottom: 460px; } }
    .about-feature-wrap .tile-item-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      z-index: 1;
      object-fit: cover;
      height: 100%; }
    .about-feature-wrap .tile-item-wrap .overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      background: #323D43;
      opacity: .1; }
    .about-feature-wrap .tile-item-wrap .text-overlay-wrap {
      z-index: 3;
      position: absolute;
      width: 100%;
      height: 54px;
      left: 0;
      bottom: 0;
      background: rgba(50, 61, 67, 0.8);
      transition: 0.3s; }

@media (min-width: 992px) {
  .about-feature-wrap .tile-item-wrap .text-overlay-wrap {
    border-radius: 30px 0px 0px 0px;
    right: 0;
    bottom: 0;
    left: auto;
    width: 60px;
    height: 405px; } }
      .about-feature-wrap .tile-item-wrap .text-overlay-wrap span {
        margin: 0;
        padding: 0;
        color: white;
        text-transform: uppercase;
        font-family: "Work Sans", sans-serif;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        display: block;
        line-height: 105%; }

@media (min-width: 992px) {
  .about-feature-wrap .tile-item-wrap .text-overlay-wrap span {
    transform-origin: 0 0;
    position: absolute;
    bottom: -8px;
    transform: rotate(-90deg);
    font-size: 1.75em;
    text-align: left;
    left: 28%;
    width: 350px;
    line-height: 104%; } }
    .about-feature-wrap .tile-item-wrap .hover-text {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translate(-30%, -50%);
      z-index: 4;
      text-align: center;
      opacity: 0;
      transition: 0.3s; }
      .about-feature-wrap .tile-item-wrap .hover-text span {
        font-size: 1.5625em;
        color: white;
        text-transform: uppercase;
        font-family: "Work Sans", sans-serif; }

@media (min-width: 1600px) {
  .about-feature-wrap .tile-item-wrap .hover-text span {
    font-size: 2.25em; } }

@media (min-width: 992px) {
  .about-feature-wrap .tile-item-wrap:hover .hover-text {
    opacity: 1;
    transform: translate(0, -50%); }
  .about-feature-wrap .tile-item-wrap:hover .text-overlay-wrap {
    opacity: 0;
    transform: translate(20%, 0); } }

.icons-custom-padding {
  padding-top: 30px; }

@media (min-width: 992px) {
  .icons-custom-padding {
    padding-top: 110px; } }

#feature-icons-wrap {
  padding: 28px 0; }

@media (min-width: 992px) {
  #feature-icons-wrap {
    padding: 80px 0; } }

.feature-item-wrap {
  max-width: 290px;
  text-align: center;
  margin: 0 auto; }
  .feature-item-wrap .icon-wrap {
    width: 51px;
    height: 51px;
    margin: 0 auto 16px auto; }

.owl-dots {
  margin-top: 20px !important; }
  .owl-dots .owl-dot {
    outline: none; }
    .owl-dots .owl-dot span {
      background: transparent;
      border: 1px solid #323D43 !important; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #323D43 !important;
      border: 1px solid #323D43; }

.newsletter-wrap h2 {
  max-width: 800px;
  margin: 0 auto; }

.newsletter-wrap .the-content-wrap {
  padding: 15px 0; }

@media (min-width: 768px) {
  .newsletter-wrap .the-content-wrap {
    padding: 30px 0; } }
  .newsletter-wrap .the-content-wrap p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .newsletter-wrap p {
    font-size: 1.125em; } }

.newsletter-wrap img {
  max-width: 100%;
  margin-bottom: 12px;
  transition: 0.3s; }

@media (min-width: 768px) {
  .newsletter-wrap img {
    margin-bottom: 0; }
    .newsletter-wrap img:hover {
      transform: translate(0, -12px); } }

.become-member-wrap {
  margin: 55px 0 0 0; }

@media (min-width: 1200px) {
  .become-member-wrap {
    margin: 110px 0; } }
  .become-member-wrap .border-top-left-rounded {
    overflow: hidden; }

@media (min-width: 768px) {
  .become-member-wrap .border-top-left-rounded {
    border-radius: 80px 0px 0px 0px; } }
  .become-member-wrap .border-bottom-right-rounded {
    overflow: hidden; }

@media (min-width: 768px) {
  .become-member-wrap .border-bottom-right-rounded {
    border-radius: 0px 0px 80px 0px; } }
  .become-member-wrap .member-cta-wrap {
    background-color: #323D43;
    background-size: cover;
    background-position: center center;
    padding: 90px 20px 20px 20px;
    width: 100%; }

@media (min-width: 768px) {
  .become-member-wrap .member-cta-wrap {
    padding: 133px 40px 40px 40px; }
    .become-member-wrap .member-cta-wrap a:hover {
      background: white;
      color: #2E435B; } }
    .become-member-wrap .member-cta-wrap .mcta-content-wrap {
      position: relative;
      max-width: 530px;
      z-index: 2; }
      .become-member-wrap .member-cta-wrap .mcta-content-wrap p {
        margin-bottom: 22px; }
      .become-member-wrap .member-cta-wrap .mcta-content-wrap h3 {
        margin-bottom: 15px; }
    .become-member-wrap .member-cta-wrap .img-overlay {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(50, 61, 67, 0) 0%, rgba(50, 61, 67, 0.8) 100%); }
    .become-member-wrap .member-cta-wrap img {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.footer-wrap {
  background: #323D43; }
  .footer-wrap .back-to-top-wrap {
    height: 80px;
    background: white; }

@media (min-width: 1200px) {
  .footer-wrap .back-to-top-wrap {
    background: #323D43; } }
    .footer-wrap .back-to-top-wrap .backtop-btn {
      color: #323D43;
      font-weight: normal;
      margin-top: 20px;
      display: inline-block;
      transition: 0.3s; }

@media (min-width: 1200px) {
  .footer-wrap .back-to-top-wrap .backtop-btn {
    color: white; } }
      .footer-wrap .back-to-top-wrap .backtop-btn:hover {
        text-decoration: none; }

@media (min-width: 1200px) {
  .footer-wrap .back-to-top-wrap .backtop-btn:hover span {
    background: #EAA71C;
    border-color: #EAA71C; } }
      .footer-wrap .back-to-top-wrap .backtop-btn span {
        border: 1px solid #323D43;
        padding: 5px 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 11px; }

@media (min-width: 1200px) {
  .footer-wrap .back-to-top-wrap .backtop-btn span {
    border-color: white; } }

@media (min-width: 1200px) {
  .footer-wrap .footer-content-wrap .news-letter-ft {
    border-radius: 80px 0px 0px 0px; } }
  .footer-wrap .footer-content-wrap .news-letter-ft .nl-content {
    width: 100%;
    margin: 0 auto;
    padding: 55px 20px; }

@media (min-width: 768px) {
  .footer-wrap .footer-content-wrap .news-letter-ft .nl-content {
    padding: 60px;
    max-width: 540px; } }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper input[type=text], .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper input[type=email], .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper textarea, .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper select {
      border-radius: 0 !important;
      font-size: 1.125em !important;
      padding: 0 !important;
      color: #2E435B !important;
      background: transparent !important;
      border: 0 !important;
      border-bottom: 2px solid rgba(46, 67, 91, 0.5) !important;
      font-weight: bold !important;
      font-family: "Work Sans", sans-serif !important; }
      .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper input[type=text]:focus, .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper input[type=email]:focus, .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper textarea:focus, .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper select:focus {
        border-color: white !important; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper .wpforms-field-label {
      font-size: 1em !important;
      color: #2E435B !important;
      text-align: left !important;
      font-weight: normal !important;
      font-family: "Work Sans", sans-serif !important; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper .wpforms-submit {
      border-radius: 0px !important;
      color: white !important;
      border: 0 !important;
      outline: none !important;
      letter-spacing: 0.05em !important;
      text-transform: uppercase !important;
      padding: 15px 100px !important;
      font-weight: bold !important;
      display: inline-block !important;
      transition: 0.3s !important;
      line-height: 150% !important;
      background: #1A2A3E !important;
      -webkit-appearance: none !important;
      width: auto !important;
      font-size: 0.9375em !important;
      font-family: "Work Sans", sans-serif; }
      .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper .wpforms-submit:hover {
        text-decoration: none;
        background-color: #323D43 !important;
        color: white !important; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper .wpforms-selected input {
      border-color: #1A2A3E !important;
      background: #1A2A3E !important; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper .wpforms-confirmation-container-full {
      padding: 15px 0; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper span.wpcf7-form-control.wpcf7-checkbox {
      display: flex;
      flex-flow: row wrap; }
    .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper span.wpcf7-list-item {
      width: 40%;
      display: flex;
      align-items: center; }
      .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper span.wpcf7-list-item .first {
        margin-left: 0; }
      .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper span.wpcf7-list-item input[type=checkbox] {
        width: 20px;
        height: 20px;
        background-color: #fff; }
        .footer-wrap .footer-content-wrap .news-letter-ft .nl-content .signupform-wrapper span.wpcf7-list-item input[type=checkbox]:checked {
          background-color: #1A2A3E; }
  .footer-wrap .links-col-wrap {
    margin-top: 23px; }

@media (min-width: 1200px) {
  .footer-wrap .links-col-wrap {
    margin-top: 0; } }
  .footer-wrap .footer-menu-list {
    margin: 0;
    padding: 0; }
    .footer-wrap .footer-menu-list .ft-menu-title {
      color: white;
      text-transform: uppercase;
      font-family: "Work Sans", sans-serif;
      font-weight: bold;
      padding: 15px 0 0 0; }

@media (min-width: 768px) {
  .footer-wrap .footer-menu-list .ft-menu-title {
    padding: 0;
    padding-right: 12px; } }
      .footer-wrap .footer-menu-list .ft-menu-title:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        content: "\f078";
        padding: 0 7px;
        font-size: 0.8125em;
        display: inline-block;
        transition: 0.3s; }

@media (min-width: 768px) {
  .footer-wrap .footer-menu-list .ft-menu-title:after {
    display: none !important; } }
      .footer-wrap .footer-menu-list .ft-menu-title.open:after {
        transform: rotate(180deg); }
    .footer-wrap .footer-menu-list li {
      list-style: none;
      margin: 20px 0;
      padding-right: 12px; }
      .footer-wrap .footer-menu-list li a {
        color: white;
        font-weight: normal;
        transition: 0.3s;
        font-size: 0.875em; }

@media (min-width: 1200px) {
  .footer-wrap .footer-menu-list li a {
    font-size: 1em; } }
        .footer-wrap .footer-menu-list li a:hover {
          text-decoration: none;
          color: #EAA71C; }
    .footer-wrap .footer-menu-list .footer-sub-m {
      display: none; }

@media (min-width: 768px) {
  .footer-wrap .footer-menu-list .footer-sub-m {
    display: block !important; } }
  .footer-wrap .footer-main-menu {
    padding: 28px 0 50px 0; }

@media (min-width: 768px) {
  .footer-wrap .footer-main-menu {
    padding: 60px 0; } }
    .footer-wrap .footer-main-menu ul {
      margin: 0;
      padding: 0;
      width: 100%; }
      .footer-wrap .footer-main-menu ul li {
        list-style: none;
        display: inline-block;
        margin: 9px 15px; }

@media (min-width: 768px) {
  .footer-wrap .footer-main-menu ul li {
    margin: 6px 35px 6px 0; } }
        .footer-wrap .footer-main-menu ul li:last-child {
          margin-right: 0; }
        .footer-wrap .footer-main-menu ul li a {
          color: white;
          transition: 0.3s;
          font-weight: normal;
          font-size: 0.875em; }

@media (min-width: 1200px) {
  .footer-wrap .footer-main-menu ul li a {
    font-size: 1em; } }
          .footer-wrap .footer-main-menu ul li a:hover {
            text-decoration: none;
            color: #EAA71C; }
          .footer-wrap .footer-main-menu ul li a i {
            font-size: 1.6875em; }
  .footer-wrap .secure-payments {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 790px;
    padding-bottom: 22px; }

@media (min-width: 768px) {
  .footer-wrap .secure-payments {
    padding-bottom: 15px; } }
    .footer-wrap .secure-payments ul {
      margin: 0;
      padding: 0;
      width: 100%; }
      .footer-wrap .secure-payments ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
        color: #B4C0C9;
        font-size: 0.75em;
        vertical-align: middle; }
        .footer-wrap .secure-payments ul li img {
          max-width: 48px;
          max-height: 20px; }
        .footer-wrap .secure-payments ul li:last-child {
          margin-right: 0; }
  .footer-wrap .copyright-wrap {
    color: #B4C0C9;
    font-size: 0.75em;
    padding: 15px 0;
    line-height: 150%; }
    .footer-wrap .copyright-wrap a {
      color: #B4C0C9;
      font-weight: normal; }
      .footer-wrap .copyright-wrap a:hover {
        color: white;
        text-decoration: none; }

.showcase-wrap .showcase-heading {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .showcase-wrap .showcase-heading {
    margin-bottom: 55px; } }

.showcase-item-wrap {
  color: white;
  width: 100%;
  padding-bottom: 178px;
  position: relative;
  text-align: right;
  margin-bottom: 24px; }

@media (min-width: 992px) {
  .showcase-item-wrap {
    padding-bottom: 574px; } }
  .showcase-item-wrap.small-height {
    padding-bottom: 178px; }

@media (min-width: 992px) {
  .showcase-item-wrap.small-height {
    padding-bottom: 275px; } }
  .showcase-item-wrap img, .showcase-item-wrap .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .showcase-item-wrap img {
    z-index: 1;
    object-fit: cover; }
  .showcase-item-wrap h3 {
    line-height: 120%;
    max-height: 65px;
    overflow: hidden; }
  .showcase-item-wrap .img-overlay {
    background-image: linear-gradient(180deg, rgba(50, 61, 67, 0.8) 0%, rgba(50, 61, 67, 0) 100%);
    z-index: 2;
    transition: 0.3s; }
  .showcase-item-wrap .swc-content-wrap {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px; }

@media (min-width: 992px) {
  .showcase-item-wrap .swc-content-wrap {
    padding: 25px 30px; } }
    .showcase-item-wrap .swc-content-wrap h3 {
      font-size: 1.125em; }

@media (min-width: 992px) {
  .showcase-item-wrap .swc-content-wrap h3 {
    font-size: 1.75em; } }
    .showcase-item-wrap .swc-content-wrap .category-tag {
      background: #EAA71C;
      color: white;
      font-family: "Work Sans", sans-serif;
      font-size: 0.75em;
      border-radius: 10px 0px;
      display: inline-block;
      padding: 0 20px;
      font-weight: bold;
      margin-bottom: 20px; }

@media (min-width: 992px) {
  .showcase-item-wrap .swc-content-wrap .category-tag {
    padding: 5px 40px;
    font-size: 0.875em; } }
    .showcase-item-wrap .swc-content-wrap .the-date {
      font-weight: normal; }
    .showcase-item-wrap .swc-content-wrap .the_excerpt {
      display: none;
      line-height: 160%;
      max-height: 54px;
      overflow: hidden;
      margin-bottom: 8px; }
  .showcase-item-wrap.without-image {
    background: #EAA71C;
    color: #2E435B; }
    .showcase-item-wrap.without-image .category-tag {
      background: #323D43;
      color: #EAA71C; }
    .showcase-item-wrap.without-image img, .showcase-item-wrap.without-image .img-overlay {
      display: none; }
    .showcase-item-wrap.without-image h3 {
      font-size: 1.125em; }
    .showcase-item-wrap.without-image .the_excerpt {
      font-weight: normal; }

@media (min-width: 992px) {
  .showcase-item-wrap.without-image .the_excerpt {
    display: block; } }

@media (min-width: 992px) {
  .showcase-item-wrap.without-image:hover {
    background: #323D43;
    color: #EAA71C; }
    .showcase-item-wrap.without-image:hover .category-tag {
      background: #EAA71C;
      color: #323D43; }
    .showcase-item-wrap.without-image:hover h3, .showcase-item-wrap.without-image:hover .the-date {
      color: #EAA71C; } }

@media (min-width: 992px) {
  .showcase-item-wrap:hover .img-overlay {
    background-image: linear-gradient(0deg, rgba(50, 61, 67, 0.8), rgba(50, 61, 67, 0.8)), linear-gradient(180deg, rgba(50, 61, 67, 0.8) 0%, rgba(50, 61, 67, 0) 100%); }
  .showcase-item-wrap:hover h3, .showcase-item-wrap:hover .the-date {
    color: #EAA71C; } }

.viewall-btn {
  border-bottom: 1px solid #2E435B;
  display: inline-block;
  margin-top: 15px; }

@media (min-width: 992px) {
  .viewall-btn {
    margin-top: 0; } }
  .viewall-btn:hover {
    text-decoration: none;
    color: #EAA71C;
    border-color: #EAA71C; }
  .viewall-btn span {
    padding-left: 6px; }

.header-mobile-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #F2F2F2;
  z-index: 99999;
  transition: .5s;
  -webkit-box-shadow: 0px 0px 161px -27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 161px -27px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 161px -27px rgba(0, 0, 0, 0.75); }

.show-mobile-menu {
  top: 60px !important; }

.top-links-wrap {
  width: 100%;
  position: fixed;
  top: 60px;
  left: -100%;
  width: 100%;
  z-index: 99999;
  transition: 0.3s; }
  .top-links-wrap.showing {
    left: 0%; }
  .top-links-wrap ul {
    margin: 0;
    padding: 0; }
    .top-links-wrap ul li {
      list-style: none;
      float: left;
      width: 50%;
      height: 50px;
      background: #EAA71C;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      padding: 0 15px; }
      .top-links-wrap ul li:last-child {
        border-bottom: none;
        border-right: none; }
      .top-links-wrap ul li:nth-child(2) {
        border-right: none; }
      .top-links-wrap ul li:nth-child(3) {
        border-bottom: none; }
      .top-links-wrap ul li a {
        display: block;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8125em;
        text-align: center;
        padding: auto;
        line-height: 110%;
        width: 100%; }
        .top-links-wrap ul li a:hover {
          text-decoration: none;
          vertical-align: middle; }

.mm-ocd {
  top: 160px !important; }

@media (min-width: 1880px) {
  .mobile-nav-wrap {
    display: none !important; } }

.mm-ocd__content {
  width: 100% !important;
  max-width: 100% !important; }

.mm-ocd__backdrop {
  display: none !important; }

#my-menu ul li {
  font-weight: normal !important;
  color: #2E435B !important; }
  #my-menu ul li a {
    color: #2E435B !important;
    font-weight: normal !important; }

.mm-spn li:after {
  border-color: #B4C0C9 !important;
  opacity: 1 !important;
  margin-left: 0 !important; }

.mm-spn li:before {
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important; }

.header-mobile-spacer {
  height: 60px;
  width: 100%; }

#mega-menu-website-menus li ul li ul li:first-child {
  background: #EAA71C !important; }

#mega-menu-website-menus li ul li ul li ul li:first-child {
  background: none !important; }

.mega-block-title {
  color: white !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 1.75em !important;
  margin-bottom: 22px !important; }

.custom-html-widget {
  color: white !important;
  line-height: 180% !important; }

#mega-menu-website-menus li ul a {
  padding: 12px 0 !important; }

#mega-menu-website-menus > li > ul > li > ul {
  display: flex !important; }
  #mega-menu-website-menus > li > ul > li > ul .custom-btn {
    display: inline-block;
    color: white;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    border-bottom: 1px white solid;
    text-transform: uppercase;
    padding: 6px 0 !important;
    line-height: 150% !important;
    transition: 0.3s; }
    #mega-menu-website-menus > li > ul > li > ul .custom-btn:hover {
      text-decoration: none;
      color: #2E435B;
      border-color: #2E435B; }
    #mega-menu-website-menus > li > ul > li > ul .custom-btn:after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      content: "\f30b";
      padding: 0 0 0 9px;
      display: inline-block; }

/* === PAGE HEADERS === */
.page-headers-section .header-image-wrap {
  position: relative;
  min-height: 200px;
  background: #B4C0C9; }

@media (min-width: 992px) {
  .page-headers-section .header-image-wrap {
    min-height: 420px; } }
  .page-headers-section .header-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: 1; }

.page-headers-section .inner-content-wrap {
  max-width: 580px;
  margin: 0 auto;
  padding: 20px 30px 14px 30px; }

@media (min-width: 992px) {
  .page-headers-section .inner-content-wrap {
    padding: 30px; } }
  .page-headers-section .inner-content-wrap .title-for-blog {
    text-transform: none !important;
    line-height: 120%;
    font-size: 1.75em; }

@media (min-width: 992px) {
  .page-headers-section .inner-content-wrap .title-for-blog {
    font-size: 2.25em; } }
  .page-headers-section .inner-content-wrap .category-name-blog {
    color: #EAA71C;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 120%;
    margin-bottom: 25px; }
  .page-headers-section .inner-content-wrap .blog-date {
    font-size: 0.875em;
    text-transform: uppercase;
    margin-top: 15px; }

/* === SINGLE MEMBER PAGE === */
.single-member .logo-title {
  margin: 35px 0; }

.single-member .info-list-table {
  width: 100%;
  border: 2px solid #F2F2F2; }
  .single-member .info-list-table ul {
    margin: 0;
    padding: 0; }
    .single-member .info-list-table ul li {
      list-style: none;
      padding: 12px 25px;
      line-height: 140%; }

@media (min-width: 1200px) {
  .single-member .info-list-table ul li {
    padding: 12px 80px; } }
      .single-member .info-list-table ul li span.info-name {
        width: 155px;
        font-size: 0.875em;
        text-transform: uppercase;
        font-family: "Work Sans", sans-serif;
        font-weight: bold;
        display: inline-block;
        line-height: 130%;
        vertical-align: middle; }
      .single-member .info-list-table ul li span.info-m-100 {
        width: 100%; }

@media (min-width: 1200px) {
  .single-member .info-list-table ul li span.info-m-100 {
    width: 155px; } }
      .single-member .info-list-table ul li span.info-value {
        display: inline-block;
        width: calc(100% - 165px);
        vertical-align: middle; }
      .single-member .info-list-table ul li:nth-child(odd) {
        background: #F2F2F2; }
      .single-member .info-list-table ul li.head {
        padding-top: 30px;
        padding-bottom: 30px; }
        .single-member .info-list-table ul li.head h5 {
          color: #2E435B;
          margin: 0; }

.single-member .member-logo {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle; }
  .single-member .member-logo img {
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 0; }

.single-member h1 {
  display: inline-block;
  text-transform: none;
  vertical-align: middle; }

.single-member .member-gallery-wrap {
  margin: 80px 0; }
  .single-member .member-gallery-wrap h2 {
    color: #323D43 !important;
    padding-bottom: 35px; }

@media (min-width: 992px) {
  .single-member #single-member-gallery {
    padding: 0 64px; } }

.single-member #single-member-gallery .single-photo {
  position: relative;
  width: 100%;
  padding-bottom: 59%; }
  .single-member #single-member-gallery .single-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    margin-bottom: 0; }

.single-member .owl-dots {
  margin-top: 35px !important; }
  .single-member .owl-dots .owl-dot {
    outline: none; }
    .single-member .owl-dots .owl-dot span {
      background: white !important;
      border: 1px solid #EAA71C !important;
      width: 9px !important;
      height: 9px !important;
      margin: 5px 5px !important; }
    .single-member .owl-dots .owl-dot.active span, .single-member .owl-dots .owl-dot:hover span {
      background: #EAA71C !important;
      border: 1px solid #EAA71C; }

.single-member .owl-nav {
  position: absolute;
  top: calc(50% - 60px);
  width: 100%;
  left: 0; }
  .single-member .owl-nav .owl-prev, .single-member .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #EAA71C !important;
    color: white !important;
    border-radius: 0 !important;
    margin: 0 !important;
    outline: none !important;
    transition: 0.05s; }
    .single-member .owl-nav .owl-prev:active, .single-member .owl-nav .owl-next:active {
      transform: translate(0, -2px); }
  .single-member .owl-nav .owl-prev {
    position: absolute;
    left: 0; }
  .single-member .owl-nav .owl-next {
    position: absolute;
    right: 0; }

.single-member .feature-list-wrap .single-list {
  width: 100%;
  border: 2px solid #F2F2F2;
  margin-bottom: 30px; }
  .single-member .feature-list-wrap .single-list ul {
    margin: 0;
    padding: 0; }
    .single-member .feature-list-wrap .single-list ul li {
      list-style: none;
      padding: 12px 25px; }

@media (min-width: 992px) {
  .single-member .feature-list-wrap .single-list ul li {
    padding: 12px 50px; } }
      .single-member .feature-list-wrap .single-list ul li:nth-child(odd) {
        background: #F2F2F2; }
      .single-member .feature-list-wrap .single-list ul li:before {
        content: url("images/checkicon.svg");
        margin-right: 10px; }
      .single-member .feature-list-wrap .single-list ul li.head {
        text-align: center;
        padding: 30px 25px; }
        .single-member .feature-list-wrap .single-list ul li.head h5 {
          color: #2E435B;
          margin: 0; }
        .single-member .feature-list-wrap .single-list ul li.head:before {
          display: none; }

.single-member .member-description-wrap {
  background: #323D43;
  padding: 30px 30px; }

@media (min-width: 992px) {
  .single-member .member-description-wrap {
    padding: 30px 80px; } }
  .single-member .member-description-wrap h6 {
    color: white; }
  .single-member .member-description-wrap h4 {
    color: #EAA71C; }
  .single-member .member-description-wrap .description-text {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white; }
    .single-member .member-description-wrap .description-text p:last-child {
      margin-bottom: 0; }
  .single-member .member-description-wrap .certificate-n-social h6 {
    text-transform: uppercase; }
  .single-member .member-description-wrap .certificate-n-social .certificate-wrap img {
    margin-bottom: 0;
    max-width: 100%;
    margin: 5px 10px 5px 0; }

@media (min-width: 768px) {
  .single-member .member-description-wrap .certificate-n-social .certificate-wrap img {
    max-width: 40%; } }
  .single-member .member-description-wrap .certificate-n-social .member-social {
    margin: 18px 0 0 0;
    padding: 0; }
    .single-member .member-description-wrap .certificate-n-social .member-social li {
      list-style: none;
      display: inline-block;
      margin: 0 5px; }

@media (min-width: 768px) {
  .single-member .member-description-wrap .certificate-n-social .member-social li {
    margin: 0 30px 0 0; } }
      .single-member .member-description-wrap .certificate-n-social .member-social li a {
        color: white;
        font-size: 1.875em; }
        .single-member .member-description-wrap .certificate-n-social .member-social li a:hover {
          color: #EAA71C; }

.single-member #member-search-form {
  margin: 0 auto;
  display: inline-block; }
  .single-member #member-search-form input {
    padding: 12px 15px;
    width: 250px;
    float: right;
    border: 1px solid #B4C0C9;
    border-right: 0 none !important; }

@media (min-width: 768px) {
  .single-member #member-search-form input {
    width: 400px; } }
  .single-member #member-search-form button {
    width: 71px;
    height: 54px;
    background: #EAA71C;
    border: 0;
    outline: none;
    float: right;
    color: white;
    font-size: 1.25em; }

.single-member .disclaimer {
  font-size: 0.875em; }

/* === MEMBER LISTING PAGE === */
.member-info-table th, .member-info-table td, .member-info-table thead th {
  border: none; }

.member-info-table td {
  padding: 24px 30px; }

.member-info-table thead {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #B4C0C9; }

.member-info-table tbody tr:nth-of-type(odd) {
  background: #F2F2F2; }

.member-info-table tr td:first-child {
  font-family: "Work Sans", sans-serif; }
  .member-info-table tr td:first-child a {
    text-decoration: underline; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-left: 51px !important; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  left: 27px !important;
  right: auto !important; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: auto !important;
  left: 36px !important; }

.listing-title-bar {
  padding: 22px 40px;
  margin: 35px 0 20px 0; }
  .listing-title-bar h3 {
    color: white;
    margin: 0; }

.select-filter {
  margin-bottom: 0; }
  .select-filter select {
    margin: 16px 0 0 auto;
    height: 55px;
    border-radius: 0;
    padding-right: 12px;
    border: solid 1px #B4C0C9; }

@media (min-width: 768px) {
  .select-filter select {
    margin: 0 0 0 auto;
    max-width: 350px; } }

#members-info-table_filter input {
  padding: 8px 12px !important;
  border-radius: 0 !important;
  border: solid 1px #B4C0C9 !important;
  height: auto; }

.dataTables_filter {
  text-align: left  !important; }

@media (min-width: 768px) {
  .dataTables_filter {
    text-align: right  !important; } }

.page-item.active .page-link {
  background: #EAA71C !important;
  border-color: #EAA71C !important; }

.members-list-row {
  margin-top: 55px; }

.member-group-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
  background: #B4C0C9;
  margin-bottom: 24px;
  transition: .5s; }
  .member-group-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover; }
  .member-group-wrap .title-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(50, 61, 67, 0.8);
    z-index: 2;
    padding: 6px 15px; }

@media (min-width: 768px) {
  .member-group-wrap .title-wrap {
    height: 60px; } }
    .member-group-wrap .title-wrap h5 {
      color: white;
      line-height: 120%;
      margin-bottom: 0; }

.name-certified a {
  display: inline-block;
  vertical-align: middle; }

.name-certified img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0; }

.certified-index-ui {
  margin-bottom: 55px; }
  .certified-index-ui ul {
    margin: 0;
    padding: 0; }
    .certified-index-ui ul li {
      list-style: none;
      display: inline-block;
      margin-right: 34px;
      vertical-align: middle; }
      .certified-index-ui ul li:last-child {
        margin-right: 0; }
      .certified-index-ui ul li img {
        margin-bottom: 0;
        margin-right: 3px;
        vertical-align: middle; }

/* === ONLINE CONNECTIONS GUIDE === */
.online-guide-page {
  padding: 20px 0 0 0; }

@media (min-width: 992px) {
  .online-guide-page {
    padding: 110px 0; } }
  .online-guide-page .search-select-form-wrap {
    background: #323D43;
    margin-bottom: 20px; }

@media (min-width: 992px) {
  .online-guide-page .search-select-form-wrap {
    margin-bottom: 0; } }
    .online-guide-page .search-select-form-wrap .title-head {
      padding-top: 28px;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .online-guide-page .search-select-form-wrap .title-head h5 {
        margin-bottom: 0;
        color: white; }
    .online-guide-page .search-select-form-wrap .title-head, .online-guide-page .search-select-form-wrap .content-form {
      padding-left: 12px;
      padding-right: 12px; }

@media (min-width: 992px) {
  .online-guide-page .search-select-form-wrap .title-head, .online-guide-page .search-select-form-wrap .content-form {
    padding-left: 80px;
    padding-right: 80px; } }
    .online-guide-page .search-select-form-wrap .content-form {
      color: white;
      padding-bottom: 40px;
      padding-top: 40px; }
      .online-guide-page .search-select-form-wrap .content-form select {
        height: 55px;
        border-radius: 0;
        border: 1px solid #B4C0C9 !important;
        outline: none !important;
        background: white !important; }
        .online-guide-page .search-select-form-wrap .content-form select:disabled {
          opacity: .6 !important; }

.online-connection-tables {
  border: 2px solid #F2F2F2;
  color: #2E435B;
  margin-bottom: 0; }
  .online-connection-tables th, .online-connection-tables td, .online-connection-tables thead th {
    border: none; }

@media (min-width: 992px) {
  .online-connection-tables td:first-child, .online-connection-tables thead th {
    padding-left: 78px; } }
  .online-connection-tables thead th {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    text-transform: uppercase;
    background: #F2F2F2;
    padding-top: 28px;
    padding-bottom: 28px; }
  .online-connection-tables tbody tr:nth-of-type(even) {
    background: #F2F2F2; }
  .online-connection-tables tbody tr:nth-of-type(odd) {
    background: white; }
  .online-connection-tables tr td:first-child {
    font-family: "Work Sans", sans-serif; }
    .online-connection-tables tr td:first-child a {
      text-decoration: underline; }
  .online-connection-tables td.data-info {
    font-weight: bold;
    font-size: 0.875em;
    font-family: "Work Sans", sans-serif; }

.each-table-wrap {
  margin-bottom: 30px; }

.each-table-report-wrap {
  margin-bottom: 30px;
  display: none; }

.bottom-bar-buttons {
  margin-top: 45px;
  background: #F2F2F2;
  padding: 24px;
  border-top: 2px #EAA71C solid; }
  .bottom-bar-buttons a {
    background: #EAA71C;
    color: white;
    display: block;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    margin-bottom: 10px; }

@media (min-width: 992px) {
  .bottom-bar-buttons a {
    margin-bottom: 0; } }
    .bottom-bar-buttons a:hover {
      text-decoration: none; }

@media (min-width: 992px) {
  .bottom-bar-buttons a:hover {
    background: #2E435B; } }
    .bottom-bar-buttons a.light {
      background: #F2F2F2;
      color: #B4C0C9;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .bottom-bar-buttons a.light:hover {
    background: #B4C0C9;
    color: white; } }
  .bottom-bar-buttons .arrowtop {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -13px;
    left: 80px;
    background: #EAA71C;
    transform: rotate(45deg);
    z-index: -1; }

.online-connection-report-wrap {
  padding: 20px 0 0 0; }

@media (min-width: 992px) {
  .online-connection-report-wrap {
    padding: 110px 0; } }
  .online-connection-report-wrap .report-name-bar {
    background: #EAA71C;
    padding: 24px 40px;
    margin-bottom: 15px;
    color: white; }

@media (min-width: 992px) {
  .online-connection-report-wrap .report-name-bar {
    margin-bottom: 55px; } }
    .online-connection-report-wrap .report-name-bar h3 {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .online-connection-report-wrap .report-name-bar h3 {
    display: inline-block; } }
    .online-connection-report-wrap .report-name-bar .print-report-btn {
      margin-left: auto;
      background: #323D43;
      color: white;
      padding: 15px 50px;
      letter-spacing: 0.05em;
      font-weight: bold;
      font-size: 0.9375em;
      line-height: 150%;
      font-family: "Work Sans", sans-serif;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin-top: 15px; }

@media (min-width: 992px) {
  .online-connection-report-wrap .report-name-bar .print-report-btn {
    margin-top: 0; } }
      .online-connection-report-wrap .report-name-bar .print-report-btn span {
        font-weight: 400;
        font-size: 1.25em;
        margin-right: 6px; }
      .online-connection-report-wrap .report-name-bar .print-report-btn:hover {
        text-decoration: none; }
  .online-connection-report-wrap .detail-box-wrap {
    background: #323D43;
    padding: 35px 40px;
    color: white;
    overflow: hidden; }
    .online-connection-report-wrap .detail-box-wrap img {
      max-width: 100%;
      margin-bottom: 10px; }
    .online-connection-report-wrap .detail-box-wrap h6 {
      margin-bottom: 18px; }
    .online-connection-report-wrap .detail-box-wrap .detail-title {
      display: none; }
      .online-connection-report-wrap .detail-box-wrap .detail-title.show {
        display: block; }
    .online-connection-report-wrap .detail-box-wrap a {
      text-decoration: underline;
      display: inline-block;
      color: white;
      font-size: 0.875em;
      font-weight: normal; }
    .online-connection-report-wrap .detail-box-wrap .margin-title {
      margin-top: 35px; }
    .online-connection-report-wrap .detail-box-wrap .note-list ol {
      margin: 0 0 0 15px;
      padding: 0; }
      .online-connection-report-wrap .detail-box-wrap .note-list ol li {
        font-size: 0.875em; }
    .online-connection-report-wrap .detail-box-wrap .detail-img-wrap {
      display: none; }
      .online-connection-report-wrap .detail-box-wrap .detail-img-wrap.show {
        display: block; }
    .online-connection-report-wrap .detail-box-wrap #drawing-file-link {
      display: none; }
  .online-connection-report-wrap .scnz-guide-logo {
    padding: 25px 0 50px 0; }

@media (min-width: 992px) {
  .online-connection-report-wrap .scnz-guide-logo {
    padding: 35px; } }
    .online-connection-report-wrap .scnz-guide-logo img {
      display: block; }
  .online-connection-report-wrap .scroll-h-icon {
    text-align: center;
    margin-bottom: -6px; }

@media (min-width: 992px) {
  .online-connection-report-wrap .scroll-h-icon {
    display: none; } }

.online-connection-report-table {
  border: 2px solid #F2F2F2;
  color: #2E435B;
  margin-bottom: 0;
  font-size: 0.875em; }
  .online-connection-report-table th, .online-connection-report-table td, .online-connection-report-table thead th {
    border: none; }
  .online-connection-report-table td, .online-connection-report-table th {
    padding: 7px; }
  .online-connection-report-table thead th {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    background: #F2F2F2;
    padding-top: 13px;
    padding-bottom: 13px; }
  .online-connection-report-table tbody tr:nth-of-type(even) {
    background: #F2F2F2; }
  .online-connection-report-table tbody tr:nth-of-type(odd) {
    background: white; }
  .online-connection-report-table tr td:first-child {
    font-family: "Work Sans", sans-serif; }
    .online-connection-report-table tr td:first-child a {
      text-decoration: underline; }

.no-data-row {
  height: 16px !important;
  background: #F2F2F2;
  border: 0;
  border-radius: 6px !important;
  margin: 7px 0 0 0 !important;
  padding: 0 !important; }

.ogcbtn-disable {
  cursor: default;
  opacity: .5; }
  .ogcbtn-disable:hover {
    background: #EAA71C !important; }

.hide-table-row {
  display: none; }

.online-guide-constant .detailing-constants {
  margin-bottom: 45px; }
  .online-guide-constant .detailing-constants .card {
    border: 0;
    margin-bottom: 20px;
    border-radius: 0;
    background: #F2F2F2; }
  .online-guide-constant .detailing-constants .card-header, .online-guide-constant .detailing-constants .card-body {
    padding: 14px 12px;
    line-height: 140%; }
    .online-guide-constant .detailing-constants .card-header p:last-child, .online-guide-constant .detailing-constants .card-body p:last-child {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .online-guide-constant .detailing-constants .card-header, .online-guide-constant .detailing-constants .card-body {
    line-height: 160%;
    padding: 20px 20px; } }
  .online-guide-constant .detailing-constants .card-header {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid white;
    background: none; }
    .online-guide-constant .detailing-constants .card-header button {
      font-weight: bold;
      font-size: 1em;
      line-height: 120%;
      font-family: "Work Sans", sans-serif;
      color: #2E435B;
      display: block;
      width: 100%;
      outline: none !important;
      text-align: left;
      text-decoration: none;
      padding: 0 !important; }
      .online-guide-constant .detailing-constants .card-header button:focus {
        outline: none !important;
        box-shadow: none !important; }
      .online-guide-constant .detailing-constants .card-header button:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        content: "\f078";
        font-weight: 700;
        font-size: 0.8125em;
        display: block;
        float: right;
        transition: .3s; }
      .online-guide-constant .detailing-constants .card-header button[aria-expanded="true"]:after {
        transform: rotate(180deg); }
  .online-guide-constant .detailing-constants .card-body {
    font-size: 0.875em; }

.detailing-tables {
  text-align: center;
  border: 2px solid #B4C0C9; }
  .detailing-tables p {
    margin: 0 !important; }
  .detailing-tables th, .detailing-tables td, .detailing-tables thead th {
    border: none; }
  .detailing-tables td {
    padding: 10px;
    border-right: 2px solid #B4C0C9;
    border-left: 2px solid #B4C0C9; }

@media (min-width: 992px) {
  .detailing-tables td {
    padding: 12px; } }
  .detailing-tables thead {
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    text-align: center; }
    .detailing-tables thead th {
      border-right: 2px solid #B4C0C9;
      border-left: 2px solid #B4C0C9; }
  .detailing-tables tbody tr:nth-of-type(even) {
    background: white; }
  .detailing-tables tr td:first-child {
    font-family: "Work Sans", sans-serif; }
    .detailing-tables tr td:first-child a {
      text-decoration: underline; }
  .detailing-tables tr:nth-child(2) {
    background: white; }
    .detailing-tables tr:nth-child(2) td {
      padding: 2px 30px; }

@media (min-width: 992px) {
  .detailing-div-line:after {
    content: "";
    width: 1px;
    height: calc( 100% - 140px);
    top: 95px;
    position: absolute;
    left: 50%;
    background: #B4C0C9; } }

/* === INFO PAGE TEMPLATE ! === */
.text-left-right-wrap .title-wrap {
  max-width: 520px; }

.img-left-block-right-wrap .block-img {
  background: #F2F2F2;
  min-height: 260px; }
  .img-left-block-right-wrap .block-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1; }

.img-left-block-right-wrap .content-box {
  background: #EAA71C;
  border-radius: 40px 0px;
  position: relative;
  z-index: 2;
  padding: 40px 40px;
  margin-top: -30px; }

@media (min-width: 992px) {
  .img-left-block-right-wrap .content-box {
    border-radius: 80px 0px;
    margin-top: 0;
    margin: 80px 0;
    padding: 85px 14%;
    transform: translate(-160px, 0); } }

.text-and-video-wrap .text-content-wrap {
  max-width: 920px;
  margin: 0 auto; }

.text-and-video-wrap .video-content-wrap {
  max-width: 1058px;
  margin: 0 auto; }

.text-and-video-wrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.text-and-video-wrap .video-image-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(50, 61, 67, 0.4), rgba(50, 61, 67, 0.4)); }
  .text-and-video-wrap .video-image-overlay:hover .play-icon {
    border-color: white;
    color: white;
    transform: translate(-50%, -55%); }

.text-and-video-wrap img.video-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.text-and-video-wrap .play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid #EAA71C;
  color: #EAA71C;
  border-radius: 100%;
  z-index: 3;
  font-size: 1.875em;
  padding: 10px 0 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s; }

.text-and-video-wrap .embed-container iframe,
.text-and-video-wrap .embed-container object,
.text-and-video-wrap .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.text-and-video-wrap .single-image-wrap {
  width: 100%; }
  .text-and-video-wrap .single-image-wrap img {
    max-width: 100%; }

.cta-with-bg-img-wrap .cta-wrap {
  padding: 60px 0; }

@media (min-width: 992px) {
  .cta-with-bg-img-wrap .cta-wrap {
    padding: 110px 0; } }
  .cta-with-bg-img-wrap .cta-wrap .text-content-wrap {
    max-width: 920px;
    margin: 0 auto;
    color: white;
    text-align: center; }
  .cta-with-bg-img-wrap .cta-wrap .img-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(50, 61, 67, 0.8), rgba(50, 61, 67, 0.8)); }
  .cta-with-bg-img-wrap .cta-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .cta-with-bg-img-wrap .cta-wrap .container {
    z-index: 3; }

.cta-with-bg-img-wrap.cta-no-image .text-content-wrap {
  color: #2E435B; }

.cta-with-bg-img-wrap.cta-no-image .section-margins {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.cta-with-bg-img-wrap.cta-no-image .img-filter {
  display: none; }

.text-left-image-right-wrap .content-wrap {
  position: relative; }
  .text-left-image-right-wrap .content-wrap .text-wrap {
    width: 100%;
    background: #F2F2F2;
    padding: 30px;
    border-radius: 0px; }
    .text-left-image-right-wrap .content-wrap .text-wrap h2 {
      text-transform: uppercase; }

@media (min-width: 992px) {
  .text-left-image-right-wrap .content-wrap .text-wrap {
    border-radius: 0px 100px 0px 0px;
    padding: 60px 120px 60px 60px;
    width: 64%; } }

@media (min-width: 1200px) {
  .text-left-image-right-wrap .content-wrap .text-wrap {
    padding: 140px 17% 140px 10%; } }
  .text-left-image-right-wrap .content-wrap .img-over {
    width: 100%;
    background: #B4C0C9;
    position: relative;
    height: 240px; }

@media (min-width: 992px) {
  .text-left-image-right-wrap .content-wrap .img-over {
    height: calc(100% - 150px);
    position: absolute;
    bottom: 0;
    width: 41.5%;
    right: 10px;
    left: auto; } }

@media (min-width: 1200px) {
  .text-left-image-right-wrap .content-wrap .img-over {
    width: 41.5%;
    left: 50%;
    right: auto; } }
    .text-left-image-right-wrap .content-wrap .img-over img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* === ABOUT US TEMPLATE === */
.image-and-text-blocks-wrap .image-overlay, .image-and-text-blocks-wrap img.background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; }

.image-and-text-blocks-wrap .image-overlay {
  z-index: 2;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 99.99%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(242, 242, 242, 0.8), rgba(242, 242, 242, 0.8)); }

.image-and-text-blocks-wrap img.background-image {
  z-index: 1;
  object-fit: cover; }

.image-and-text-blocks-wrap .row-margins-tb {
  margin-bottom: 60px;
  z-index: 3;
  position: relative; }

@media (min-width: 992px) {
  .image-and-text-blocks-wrap .row-margins-tb {
    margin-bottom: 140px; } }
  .image-and-text-blocks-wrap .row-margins-tb:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .image-and-text-blocks-wrap .the-content-w {
    padding: 0 30px; } }

.image-and-text-blocks-wrap .the-content-w h2 {
  text-transform: uppercase; }

.image-and-text-blocks-wrap .the-content-w img {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .image-and-text-blocks-wrap .the-content-w img {
    margin-bottom: 0; } }

.awards-wrap {
  padding-bottom: 20px  !important; }

@media (min-width: 992px) {
  .awards-wrap {
    padding-bottom: 70px  !important; } }
  .awards-wrap .bg-filter, .awards-wrap img.img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .awards-wrap .bg-filter {
    z-index: 2;
    background: linear-gradient(0deg, rgba(242, 242, 242, 0.8), rgba(242, 242, 242, 0.8)); }
  .awards-wrap img.img-bg {
    z-index: 1; }
  .awards-wrap .the-content-wrap {
    z-index: 3;
    position: relative; }
  .awards-wrap .content-wrap {
    max-width: 200px;
    width: 100%; }
    .awards-wrap .content-wrap img {
      width: 100%;
      height: 80px;
      object-fit: contain;
      margin: 17px 0; }

@media (min-width: 992px) {
  .awards-wrap .content-wrap img {
    margin: 52px 0; } }

.team-wrap .team-blurb {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 45px; }

.team-wrap .member-wrap {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 32px; }
  .team-wrap .member-wrap .member-img-wrap {
    padding-bottom: 120%;
    border-radius: 30px 0px;
    overflow: hidden; }
    .team-wrap .member-wrap .member-img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      object-fit: cover; }
  .team-wrap .member-wrap .text-wrap {
    margin-top: 11px; }
    .team-wrap .member-wrap .text-wrap h5 {
      font-size: 1.375em;
      margin-bottom: 1px; }
    .team-wrap .member-wrap .text-wrap p.m-role {
      font-weight: bold;
      font-family: "Work Sans", sans-serif;
      font-size: 1.0625em;
      color: #2E435B;
      margin: 3px 0 6px 0;
      line-height: 120%; }
    .team-wrap .member-wrap .text-wrap ul {
      margin: 0;
      padding: 0; }
      .team-wrap .member-wrap .text-wrap ul li {
        list-style: none;
        margin-bottom: 1px; }
        .team-wrap .member-wrap .text-wrap ul li a {
          font-weight: normal; }
        .team-wrap .member-wrap .text-wrap ul li span {
          width: 18px;
          display: inline-block;
          text-align: center; }

.team-wrap .load-more-hide {
  display: none; }

@media (min-width: 768px) {
  .team-wrap .load-more-hide {
    display: block; } }

.team-wrap .load-more-btn {
  display: block; }

@media (min-width: 768px) {
  .team-wrap .load-more-btn {
    display: none; } }

.faq-wrap h2 {
  border-left: 10px solid #EAA71C;
  padding-left: 10px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 22px; }

@media (min-width: 992px) {
  .faq-wrap h2 {
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .faq-wrap .each-faq-group {
    margin-bottom: 50px; } }

.faq-wrap .each-faq-group:last-child {
  margin-bottom: 0; }

.faq-wrap .faq-anchor {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .faq-wrap .faq-anchor {
    margin-bottom: 60px; } }
  .faq-wrap .faq-anchor li {
    list-style: none;
    display: inline-block;
    margin-right: 20px; }

@media (min-width: 992px) {
  .faq-wrap .faq-anchor li {
    margin-right: 60px; } }
    .faq-wrap .faq-anchor li:last-child {
      margin-right: 0; }
    .faq-wrap .faq-anchor li a {
      padding-bottom: 10px;
      border-bottom: 2px solid transparent;
      color: #EAA71C;
      text-transform: uppercase;
      transition: 0.3s; }
      .faq-wrap .faq-anchor li a:hover {
        text-decoration: none; }

@media (min-width: 992px) {
  .faq-wrap .faq-anchor li a:hover {
    border-color: #EAA71C; } }

.faq-wrap .faq-anchor-div {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 0px;
  outline: none; }

@media (min-width: 992px) {
  .faq-wrap .faq-anchor-div {
    top: -35px; } }

.load-more-blog-ui {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125em; }

.list-categories-filter {
  margin: 35px 0 30px 0; }

@media (min-width: 992px) {
  .list-categories-filter .category-collapse {
    display: none; } }
  .list-categories-filter .category-collapse h4:after {
    transition: all 0.2s ease;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    content: "\f078";
    padding: 0 12px;
    font-size: 0.75em; }
  .list-categories-filter .category-collapse h4.showing:after {
    transform: rotate(180deg); }
  .list-categories-filter ul {
    margin: 0;
    padding: 0;
    display: none; }

@media (min-width: 992px) {
  .list-categories-filter ul {
    display: block !important; } }
    .list-categories-filter ul li {
      list-style: none;
      margin: 8px 60px 8px 0;
      display: inline-block; }
      .list-categories-filter ul li:last-child {
        margin-right: 0; }
      .list-categories-filter ul li a {
        color: #EAA71C;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
        font-size: 0.9375em;
        padding: 8px 0; }
        .list-categories-filter ul li a:hover, .list-categories-filter ul li a.active {
          border-color: #EAA71C;
          text-decoration: none; }

.blog-desc {
  max-width: 920px; }

@media (min-width: 992px) {
  .blog-desc {
    font-size: 1.125em; } }

.blog-post-wrap a {
  color: #EAA71C;
  font-weight: normal; }

.blog-post-wrap ul {
  padding-left: 35px; }
  .blog-post-wrap ul li {
    font-size: 1.125em;
    margin: 12px 0;
    line-height: 1.4em; }

.blog-post-wrap h1, .blog-post-wrap h2, .blog-post-wrap h3, .blog-post-wrap h3, .blog-post-wrap h4, .blog-post-wrap h5 {
  color: #2E435B !important;
  font-weight: bold !important;
  margin-bottom: 26px !important; }
  .blog-post-wrap h1 span, .blog-post-wrap h2 span, .blog-post-wrap h3 span, .blog-post-wrap h3 span, .blog-post-wrap h4 span, .blog-post-wrap h5 span {
    color: #2E435B !important;
    font-weight: bold !important; }

.blog-post-wrap .wp-caption {
  max-width: 100% !important; }
  .blog-post-wrap .wp-caption img {
    margin-bottom: 7px; }

.blog-post-wrap img {
  max-width: 100% !important;
  height: auto;
  margin-bottom: 40px;
  display: inline-block; }

.blog-post-wrap .alignright {
  float: right;
  margin: 0 0 30px 30px; }

.blog-post-wrap .alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.blog-post-wrap .aligncenter {
  display: block;
  margin: 16px auto; }

.blog-post-wrap .alignnone {
  margin: 12px 0; }

@media (min-width: 992px) {
  .blog-post-wrap .blog-sidebar-block {
    margin-bottom: 30px; }
    .blog-post-wrap .blog-sidebar-block:last-child {
      margin-bottom: 0; } }

.blog-post-wrap .blog-sidebar-block ul.post-categories {
  padding: 0;
  margin: 0; }
  .blog-post-wrap .blog-sidebar-block ul.post-categories li {
    list-style: none;
    margin: 0 0 16px 0; }

.blog-post-wrap .blog-sidebar-block h4 {
  cursor: pointer;
  padding-top: 2px;
  color: #EAA71C !important;
  text-transform: uppercase;
  margin-bottom: 12px !important; }

@media (min-width: 992px) {
  .blog-post-wrap .blog-sidebar-block h4 {
    cursor: auto;
    margin-bottom: 20px !important; } }
  .blog-post-wrap .blog-sidebar-block h4:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    padding: 0 10px;
    font-size: 0.75em;
    transition: 0.3s; }

@media (min-width: 992px) {
  .blog-post-wrap .blog-sidebar-block h4:after {
    display: none; } }
  .blog-post-wrap .blog-sidebar-block h4.showing:after {
    transform: rotate(180deg); }

.blog-post-wrap .blog-sidebar-block .similar-link-block {
  display: block;
  color: #2E435B;
  transition: 0.3s;
  margin-bottom: 30px;
  width: 100%; }
  .blog-post-wrap .blog-sidebar-block .similar-link-block:hover {
    background: #F2F2F2;
    text-decoration: none;
    transform: translate(7px, 0); }
  .blog-post-wrap .blog-sidebar-block .similar-link-block .similar-post-img {
    height: 100%; }
    .blog-post-wrap .blog-sidebar-block .similar-link-block .similar-post-img img {
      height: 100%;
      object-fit: contain;
      width: 100%;
      margin-bottom: 0 !important;
      min-height: 100px;
      transition: 0.3s; }
  .blog-post-wrap .blog-sidebar-block .similar-link-block .similar-post-text {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 140%;
    padding-right: 30px;
    width: 100%; }

.blog-post-wrap .blog-information-list {
  margin: 0;
  padding: 0; }
  .blog-post-wrap .blog-information-list li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 23px;
    font-size: 1em;
    line-height: 180%; }
    .blog-post-wrap .blog-information-list li span {
      font-weight: bold; }

.blog-post-wrap .blog-facts-list {
  margin: 0 0 0 22px;
  padding: 0; }
  .blog-post-wrap .blog-facts-list li {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 180%; }

.blog-more-posts-wrap {
  background: #F2F2F2;
  padding: 40px 0; }

@media (min-width: 992px) {
  .blog-more-posts-wrap {
    padding: 80px 0; } }
  .blog-more-posts-wrap .more-blogs-content-wrap {
    max-width: 1745px;
    margin: 0 auto; }

@media (min-width: 1200px) {
  .blog-more-posts-wrap .more-blogs-content-wrap {
    padding: 0 70px; } }

.collapse-on-mobile {
  display: none; }

@media (min-width: 992px) {
  .collapse-on-mobile {
    display: block !important; } }

#carousel-more-blogs .owl-dots {
  margin-top: 0 !important; }
  #carousel-more-blogs .owl-dots .owl-dot {
    outline: none; }
    #carousel-more-blogs .owl-dots .owl-dot span {
      background: white !important;
      border: 1px solid #EAA71C !important;
      width: 9px !important;
      height: 9px !important;
      margin: 5px 5px !important; }
    #carousel-more-blogs .owl-dots .owl-dot.active span, #carousel-more-blogs .owl-dots .owl-dot:hover span {
      background: #EAA71C !important;
      border: 1px solid #EAA71C; }

#carousel-more-blogs .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  left: 0; }
  #carousel-more-blogs .owl-nav .owl-prev, #carousel-more-blogs .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    color: #323D43 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    outline: none !important;
    transition: 0.05s;
    border: 1px solid #323D43; }
    #carousel-more-blogs .owl-nav .owl-prev:active, #carousel-more-blogs .owl-nav .owl-next:active {
      transform: translate(0, -2px); }
    #carousel-more-blogs .owl-nav .owl-prev:hover, #carousel-more-blogs .owl-nav .owl-next:hover {
      background: white !important; }
  #carousel-more-blogs .owl-nav .owl-prev {
    position: absolute;
    left: -70px; }
  #carousel-more-blogs .owl-nav .owl-next {
    position: absolute;
    right: -70px; }

.each-video-wrap {
  background: #F2F2F2;
  margin-bottom: 24px; }
  .each-video-wrap .video-wrap {
    padding-bottom: 57%;
    background: #B4C0C9;
    position: relative; }
    .each-video-wrap .video-wrap iframe,
.each-video-wrap .video-wrap object,
.each-video-wrap .video-wrap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .each-video-wrap .video-wrap .video-icon-loading {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 1;
      color: #2E435B;
      opacity: .1;
      font-size: 2.1875em; }
  .each-video-wrap .content-text-wrap {
    padding: 25px 30px; }
    .each-video-wrap .content-text-wrap p {
      margin-bottom: 0; }
    .each-video-wrap .content-text-wrap .video-category {
      display: inline-block;
      color: white;
      font-size: 0.875em;
      font-weight: bold;
      padding: 11px 60px;
      border-radius: 10px 0px;
      background: #EAA71C;
      line-height: 120%;
      font-family: "Work Sans", sans-serif;
      margin-bottom: 20px; }
    .each-video-wrap .content-text-wrap h5 {
      margin-bottom: 15px; }
    .each-video-wrap .content-text-wrap .viewall-btn {
      margin-top: 20px;
      font-family: "Work Sans", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 0.9375em; }

.the-single-video-wrap {
  position: relative;
  padding-bottom: 57%;
  margin-top: 35px; }
  .the-single-video-wrap iframe,
.the-single-video-wrap object,
.the-single-video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.filter-all-videos:after {
  content: '';
  display: block;
  clear: both; }

.title-print-only {
  display: none; }

.contact-us-content-wrap .info-block-wrap {
  padding: 30px;
  background: #F2F2F2;
  border-radius: 30px;
  -webkit-box-shadow: 20px 16px 0px 0px #323d43;
  -moz-box-shadow: 20px 16px 0px 0px #323d43;
  box-shadow: 20px 16px 0px 0px #323d43;
  border-radius: 30px 0px 0px 0px;
  margin: 16px 16px 60px 0px; }

@media (min-width: 992px) {
  .contact-us-content-wrap .info-block-wrap {
    padding: 60px;
    border-radius: 90px 0px 0px 0px;
    margin: 0; } }

@media (min-width: 1200px) {
  .contact-us-content-wrap .info-block-wrap {
    padding: 110px 104px; } }
  .contact-us-content-wrap .info-block-wrap h6 {
    margin-top: 25px; }

@media (min-width: 992px) {
  .contact-us-content-wrap .info-block-wrap h6 {
    margin-top: 0; } }

@media (min-width: 992px) {
  .contact-us-content-wrap .info-row-margin {
    margin-bottom: 40px; }
    .contact-us-content-wrap .info-row-margin:last-child {
      margin-bottom: 0; } }

.contact-us-content-wrap .social-links {
  margin: 0;
  padding: 0; }
  .contact-us-content-wrap .social-links li {
    display: inline-block;
    margin-right: 30px;
    list-style: none; }
    .contact-us-content-wrap .social-links li a {
      color: #2E435B;
      font-size: 1.8125em; }
    .contact-us-content-wrap .social-links li:last-child {
      margin-right: 0; }

.zyber-custom-form {
  display: none;
  margin-top: 15px; }
  .zyber-custom-form input[type=text], .zyber-custom-form input[type=email], .zyber-custom-form textarea, .zyber-custom-form select {
    border-radius: 0 !important;
    font-size: 1.125em !important;
    padding: 0 !important;
    color: #2E435B !important;
    background: white !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(46, 67, 91, 0.5) !important;
    font-weight: bold !important;
    font-family: "Work Sans", sans-serif !important; }
    .zyber-custom-form input[type=text]:focus, .zyber-custom-form input[type=email]:focus, .zyber-custom-form textarea:focus, .zyber-custom-form select:focus {
      border-color: #EAA71C !important; }
  .zyber-custom-form textarea {
    height: 135px !important; }
  .zyber-custom-form input[type=text], .zyber-custom-form input[type=email] {
    height: 38px !important; }
  .zyber-custom-form .wpforms-field {
    padding: 4px 0 !important; }

@media (max-width: 768px) {
  .zyber-custom-form .wpforms-field {
    width: 100% !important; } }

@media (min-width: 768px) {
  .zyber-custom-form .wpforms-one-half {
    width: 49.5% !important;
    margin-left: 1% !important; } }

@media (max-width: 768px) {
  .zyber-custom-form .wpforms-one-half {
    margin-left: 0 !important; } }
  .zyber-custom-form .wpforms-submit-container {
    margin-top: 15px !important; }

@media (min-width: 768px) {
  .zyber-custom-form .wpforms-submit-container {
    text-align: left !important; } }
  .zyber-custom-form .wpforms-field-label {
    font-size: 1em !important;
    color: #2E435B !important;
    text-align: left !important;
    font-weight: normal !important;
    font-family: "Work Sans", sans-serif !important; }
  .zyber-custom-form .wpforms-field-radio {
    text-align: left !important; }
  .zyber-custom-form .wpforms-selected input {
    border: 1px solid #EAA71C !important;
    background: #EAA71C !important; }
  .zyber-custom-form .forms-submit {
    border-radius: 0px !important;
    color: white !important;
    border: 0 !important;
    outline: none !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 15px 100px !important;
    font-weight: bold !important;
    display: inline-block !important;
    transition: 0.3s !important;
    line-height: 150% !important;
    background: #EAA71C !important;
    -webkit-appearance: none !important;
    width: auto !important;
    font-size: 0.9375em !important;
    font-family: "Work Sans", sans-serif; }
    .zyber-custom-form .forms-submit:hover {
      text-decoration: none;
      background-color: #323D43 !important;
      color: white !important; }

.wpforms-field-container
div.wpforms-container-full {
  margin-bottom: 0 !important; }

.wpforms-field-container .wpforms-field {
  margin-bottom: 8px !important; }

.wpforms-confirmation-container-full {
  background: #EAA71C !important;
  color: white !important;
  border: 0 none !important; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2E435B !important;
  opacity: 0.2 !important;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2E435B !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2E435B !important; }

.wpcf7 {
  margin-top: 30px; }
  .wpcf7 p {
    margin-bottom: 8px !important; }
  .wpcf7 label {
    width: 100% !important; }
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea, .wpcf7 select {
    border-radius: 0 !important;
    font-size: 1.125em !important;
    padding: 0 !important;
    color: #2E435B !important;
    background: white !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(46, 67, 91, 0.5) !important;
    font-weight: bold !important;
    font-family: "Work Sans", sans-serif !important;
    width: 100% !important; }
    .wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
      border-color: #EAA71C !important; }
  .wpcf7 textarea {
    height: 135px !important; }
  .wpcf7 input[type=text], .wpcf7 input[type=email] {
    height: 38px !important; }
  .wpcf7 input[type=file] {
    width: 100% !important;
    border: 0 !important; }
  .wpcf7 .wpcf7-submit {
    border-radius: 0px !important;
    color: white !important;
    border: 0 !important;
    outline: none !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 15px 100px !important;
    font-weight: bold !important;
    display: inline-block !important;
    transition: 0.3s !important;
    line-height: 150% !important;
    background: #EAA71C !important;
    -webkit-appearance: none !important;
    width: auto !important;
    font-size: 0.9375em !important;
    font-family: "Work Sans", sans-serif; }
    .wpcf7 .wpcf7-submit:hover {
      text-decoration: none;
      background-color: #323D43 !important;
      color: white !important; }

.help-desk-link-list {
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }
  .help-desk-link-list li {
    list-style: none;
    margin-bottom: 9px; }
    .help-desk-link-list li a {
      color: #EAA71C;
      text-decoration: underline;
      transition: 0.3s; }
      .help-desk-link-list li a:hover {
        color: #2E435B; }
      .help-desk-link-list li a:before {
        content: "· ";
        float: left;
        margin-right: 4px; }

.login-link {
  color: #EAA71C;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em; }

/* === WOOCOMMERCE === */
.product p.price {
  color: #EAA71C !important;
  font-weight: bold;
  font-size: 1.375em !important; }

.product .single_add_to_cart_button {
  background: #EAA71C !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: 0.3s;
  padding: 12px 35px !important; }
  .product .single_add_to_cart_button:hover {
    background: #323D43 !important; }

.product input[type=number] {
  border-color: #323D43 !important;
  height: 40px !important; }

.product .woocommerce-Tabs-panel--description {
  outline: none !important; }

.product section.related.products {
  display: inline-block; }

.shop_table {
  border: 0 !important; }
  .shop_table td {
    border: 0 !important; }
  .shop_table thead {
    background: #F2F2F2 !important;
    text-transform: uppercase !important;
    font-family: "Work Sans", sans-serif !important;
    font-size: 1.125em !important;
    color: #2E435B !important; }
    .shop_table thead tr th {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
  .shop_table .woocommerce-Price-amount {
    color: #EAA71C !important; }
  .shop_table .product-thumbnail {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
    .shop_table .product-thumbnail .size-woocommerce_thumbnail {
      width: 80px !important;
      height: 80px !important;
      object-fit: cover !important;
      margin-bottom: 0 !important; }
  .shop_table tr.cart_item td {
    border-bottom: 1px solid #B4C0C9 !important; }
  .shop_table .product-name a {
    font-weight: normal !important; }
  .shop_table input[type=number] {
    border: 1px solid #B4C0C9 !important;
    width: 150px !important;
    height: 52px !important; }
  .shop_table .actions button[type=submit] {
    background: #EAA71C !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
    padding: 17px 60px !important;
    border-radius: 0 !important;
    outline: none !important;
    margin-top: 16px !important; }
    .shop_table .actions button[type=submit]:hover {
      background: #323D43 !important; }

@media (min-width: 768px) {
  .shop_table .coupon {
    display: flex;
    flex-direction: row;
    align-items: baseline; } }
  .shop_table .coupon button[type=submit] {
    background: #323D43 !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
    padding: 17px !important;
    border-radius: 0 !important;
    outline: none !important;
    width: 100% !important;
    line-height: 1.15; }

@media (min-width: 768px) {
  .shop_table .coupon button[type=submit] {
    width: 240px !important; } }
    .shop_table .coupon button[type=submit]:hover {
      background: #EAA71C !important; }
  .shop_table .coupon input[type=text] {
    height: 52px !important;
    border: #B4C0C9 solid 1px !important;
    padding: 14px !important;
    width: 100% !important; }

@media (min-width: 768px) {
  .shop_table .coupon input[type=text] {
    width: 300px !important; } }
  .shop_table .product-remove a.remove {
    background: #323D43 !important;
    color: white !important;
    font-size: 1.8125em;
    line-height: 25px !important; }

.cart_totals {
  text-align: center !important; }
  .cart_totals h2 {
    background: #F2F2F2 !important;
    color: #2E435B !important;
    font-size: 1.125em !important;
    text-align: center !important;
    padding: 14px !important;
    text-transform: uppercase !important; }
  .cart_totals table {
    max-width: 380px !important;
    margin: 0 auto !important;
    font-weight: bold !important;
    font-family: "Work Sans", sans-serif !important;
    text-transform: uppercase !important;
    font-size: 1.125em !important; }
    .cart_totals table th {
      border: 0 !important;
      padding-top: 16px !important;
      padding-bottom: 16px !important; }
  .cart_totals .wc-proceed-to-checkout a {
    background: #EAA71C !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: white !important;
    padding: 17px 60px !important;
    border-radius: 0 !important;
    outline: none !important;
    display: block !important;
    max-width: 380px !important;
    margin: 16px auto 0 auto !important; }
    .cart_totals .wc-proceed-to-checkout a:hover {
      background: #323D43 !important; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left !important;
  width: 48% !important;
  display: block !important;
  flex: none !important;
  max-width: 100% !important; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right !important;
  width: 48% !important;
  flex: none !important;
  max-width: 100% !important;
  display: block !important; }

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100% !important;
  max-width: 100% !important; }

.woocommerce-checkout .select2-selection {
  border: #B4C0C9 solid 1px !important; }

.woocommerce-checkout label {
  margin-bottom: 0 !important;
  font-size: 0.875em !important;
  font-weight: bold !important;
  font-family: "Work Sans", sans-serif !important; }

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout select, .woocommerce-checkout textarea, .woocommerce-form-coupon input[type=text], .woocommerce-form-coupon input[type=email], .woocommerce-form-coupon select, .woocommerce-form-coupon textarea {
  display: block !important;
  border: #B4C0C9 solid 1px !important;
  padding: 8px !important;
  width: 100% !important; }

#order_review_heading {
  margin-top: 24px !important; }

.woocommerce-checkout-payment button {
  background: #EAA71C !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: white !important;
  padding: 17px 60px !important;
  border-radius: 0 !important;
  outline: none !important;
  display: block !important;
  max-width: 380px !important;
  display: block; }
  .woocommerce-checkout-payment button:hover {
    background: #323D43 !important; }

.cart-subtotal th {
  border-top: 0 !important; }

.custom-front-login {
  max-width: 320px !important;
  margin: 24px auto !important;
  background: #F2F2F2 !important;
  padding: 30px !important; }
  .custom-front-login #loginform {
    text-align: left !important; }
    .custom-front-login #loginform label, .custom-front-login #loginform input {
      width: 100% !important; }
    .custom-front-login #loginform input {
      border: 1px solid #B4C0C9 !important;
      padding: 8px !important;
      line-height: 120% !important; }
    .custom-front-login #loginform label {
      font-family: "Work Sans", sans-serif !important;
      font-weight: bold !important;
      font-size: 0.875em;
      color: #2E435B !important;
      margin-bottom: 0 !important;
      line-height: 120% !important; }
    .custom-front-login #loginform .login-submit {
      margin-bottom: 0 !important; }
      .custom-front-login #loginform .login-submit input {
        border: 0 !important;
        color: white !important;
        padding: 14px; }

.woocommerce-message {
  border-color: #EAA71C !important; }
  .woocommerce-message:before {
    color: #EAA71C !important; }

.woocommerce-info {
  border-color: #323D43 !important; }

.return-to-shop {
  display: none !important; }

@media print {
  body * {
    visibility: hidden;
    color: #000 !important;
    background-color: #fff !important; }
  .section-to-print, .section-to-print * {
    visibility: visible; }
  .section-to-print {
    position: absolute;
    left: 0;
    top: 0; }
  .title-print-only {
    display: block; }
  .section-footer {
    display: none; }
  .section-to-print .col-xl-4 {
    width: 33% !important;
    float: left !important; }
  table {
    margin: 0;
    padding: 0px; } }

.cpntxt {
  font-weight: bold;
  font-size: larger; }

.upsells.products {
  clear: both; }

/** Home Page Video **/
.video-in-front {
  width: 100%;
  height: 100vh;
  margin-top: -166px;
  position: relative;
  z-index: -9; }
  .video-in-front video {
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -10;
    object-fit: cover; }
  .video-in-front .video-box {
    position: absolute;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.7);
    left: 3%;
    bottom: 7%;
    width: 35%; }
    .video-in-front .video-box p:last-of-type {
      margin: 0; }

@media only screen and (max-width: 768px) {
  .video-in-front .video-box {
    left: 0;
    bottom: 0;
    width: 100%; } }

.wpcf7 .input-group-text {
  color: #000;
  font-weight: bold;
  border: 0 none;
  background-color: transparent;
  padding: 0 0.5rem 8px 0; }

.wpcf7 .input-group > p {
  flex: 1 1 auto !important; }

.wpcf7 .card {
  padding: 1.5rem; }

.wpcf7-form-control-signature-wrap {
  margin-bottom: 0.5rem;
  width: 50% !important;
  height: 200px; }

.wpcf7-checkbox > .wpcf7-list-item > .wpcf7-list-item-label {
	padding-left: 0.5rem;
}

.wpcf7-checkbox > .wpcf7-list-item > label > input[type=checkbox] {
	vertical-align: middle;
}

.wpcf7-checkbox > .wpcf7-list-item:not(.last) > label {
	padding-bottom: 0.5rem;
}

.display-expand, 
.display-expand > .wpcf7-list-item, 
.display-expand > .wpcf7-list-item > label {
	display: block;
}

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

.wpcf7-checkbox > .wpcf7-list-item > label > .wpcf7-list-item-label,
.wpcf7-radio > .wpcf7-list-item > label > .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 0.5rem;
	width: calc(100% - (0.5rem + 13px));
    line-height: 1;
}

.wpcf7-form-control-signature-body canvas {
  border: 1px dotted #cccccc; }

@media screen and (max-width: 768px) {
  .wpcf7-form-control-signature-wrap {
    width: 100% !important; } }


.cf7-field-wrapper input[type="radio"] {
  -webkit-appearance: radio !important;
  width: 13px !important;
}

.SUSPENDED {
  display: none;
}

@media screen and (max-width: 768px) {
  .offers .w-75 {
    width: 100% !important;
  }

  .offers .offer-image {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .offers .offer-item:last-child {
    border-bottom: 0 !important;
  }

  .no-mb-small {
    margin-bottom: 0 !important;
  }
}

/*---------------------------------------------------------------------------------

PLEASE DO NOT CHANGE style.CSS

USE style.SCSS

*/
