@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v2.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
        Primary color

                hex: #008E9C
                rgb: rgb(0, 142, 156)

        Secondary color

                hex: #7BA229
                rgb: rgb(123, 162, 41)

        Tertiary color

                hex: #FFC721
                rgb: rgb(255, 199, 33)

        Quaternary color

                hex: #F79218
                rgb: rgb(247, 146, 23)

        Light color

                hex: #f8f9fa
                rgb: rgb(237, 238, 237)

        Dark color 1

                hex: #343a40
                rgb: rgb(52, 58, 64)

        Dark color 2

                hex: #2f343a
                rgb: rgb(46, 51, 57)

        Media Queries (bootstrap 4.x)

                /* (xs) Extra small devices (portrait phones, less than 576px) * /

                /* (sm) Small devices (landscape phones, 576px and up) * /
                @media (min-width: 576px) {  }

                /* (md) Medium devices (tablets, 768px and up) * /
                @media (min-width: 768px) {  }

                /* (lg) Large devices (desktops, 992px and up) * /
                @media (min-width: 992px) {  }

                /* (xl) Extra large devices (large desktops, 1200px and up) * /
                @media (min-width: 1200px) {  }
    */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// GLOBAL ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* fonts */
@font-face {
  font-family: "metropolisbold";
  src: url("/oak/themes/kid_create/css/fonts/metropolis/metropolis-bold-webfont.woff2") format("woff2"), url("fonts/metropolis/metropolis-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "metropolislight";
  src: url("/oak/themes/kid_create/css/fonts/metropolis/metropolis-light-webfont.woff2") format("woff2"), url("/oak/themes/kid_create/css/fonts/metropolis/metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "metropolisregular";
  src: url("/oak/themes/kid_create/css/fonts/metropolis/metropolis-regular-webfont.woff2") format("woff2"), url("/oak/themes/kid_create/css/fonts/metropolis/metropolis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "finger_paintregular";
  src: url("/oak/themes/kid_create/css/fonts/fingerpaint/fingerpaint-regular-webfont.woff2") format("woff2"), url("/oak/themes/kid_create/css/fonts/fingerpaint/fingerpaint-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/oak/themes/kid_create/css/fonts/icomoon/icomoon.eot?ot4jho");
  src: url("/oak/themes/kid_create/css/fonts/icomoon/icomoon.eot?ot4jho#iefix") format("embedded-opentype"), url("/oak/themes/kid_create/css/fonts/icomoon/icomoon.ttf?ot4jho") format("truetype"), url("/oak/themes/kid_create/css/fonts/icomoon/icomoon.woff?ot4jho") format("woff"), url("/oak/themes/kid_create/css/fonts/icomoon/icomoon.svg?ot4jho#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* page */
html {
  overflow-x: hidden;
}
body {
  color: #5d5d5d;
  background-color: #008E9C;
  /* generally the color of the footer for shorter pages */
  overflow-x: hidden;
  font-family: "metropolisregular", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
main {
  position: relative;
  z-index: 1;
  clear: both;
}
footer nav a {
  color: #727272;
  opacity: 0.7;
}
footer nav a:hover {
  opacity: 1;
  color: #727272;
}
footer ul.icon-list li::after {
  color: #727272;
}
footer .form-control {
  background-color: #1c365d;
  border-color: #008E9C;
  color: #ffffff;
}
footer label {
  color: #ffffff;
  opacity: 0.5;
}
footer address {
  font-size: 14px;
}
/* a tags */
a {
  color: #008E9C;
}
a:hover {
  color: #7BA229;
}
section.bg-image a:not(.btn):hover {
  color: #ffffff;
}
/* .text- */
.text-primary {
  color: #008E9C !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #008E9C !important;
}
.text-secondary {
  color: #7BA229 !important;
}
a.text-secondary:hover {
  color: #7BA229 !important;
}
.text-tertiary {
  color: #FFC721 !important;
}
.text-quaternary {
  color: #F79218 !important;
}
.text-dark {
  color: #5d5d5d !important;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.text-shadow-blur {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.text-fade {
  opacity: 0.8;
}
/* .badge- */
.badge-primary {
  background-color: #008E9C;
}
.badge-secondary {
  background-color: #7BA229;
}
.badge-quaternary {
  background-color: #F79218;
}
/* .bg- */
.bg-primary {
  background-color: #008E9C !important;
}
.bg-primary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05757f+0,008e9c+100 */
  background: #05757f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05757f 0%, #008e9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05757f 0%, #008e9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05757f 0%, #008e9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05757f", endColorstr="#008e9c",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-secondary {
  background-color: #7BA229 !important;
}
.bg-secondary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,7ba229+100 */
  background: #5e8017;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5e8017 0%, #7ba229 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5e8017 0%, #7ba229 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5e8017 0%, #7ba229 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e8017", endColorstr="#7ba229",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-tertiary {
  background-color: #FFC721 !important;
}
.bg-tertiary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6a104+0,ffc721+100 */
  background: #d6a104;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d6a104 0%, #ffc721 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d6a104 0%, #ffc721 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d6a104 0%, #ffc721 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6a104", endColorstr="#ffc721",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-quaternary {
  background-color: #F79218 !important;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008e9c+29,7ba229+100 */
  background: #008e9c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #008e9c 29%, #7ba229 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #008e9c 29%, #7ba229 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #008e9c 29%, #7ba229 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008e9c", endColorstr="#7ba229",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.tooltip-inner {
  background-color: #7BA229;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #7BA229 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #7BA229 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #7BA229 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #7BA229 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TYPOGRAPHY ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5 {
  font-family: "metropolisbold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* h*.sub */
h1 span.sub, h2 span.sub, h3 span.sub, h4 span.sub, h5 span.sub, h6 span.sub {
  display: block;
  font-size: 60%;
  margin-top: 0px;
}
/* .display-* */
/* ---------- */
.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-5 {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.1;
}
/* (sm) Small devices (landscape phones, 576px and up) */
/* (md) Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .display-5 {
    font-size: 2rem;
  }
}
/* (lg) Large devices (desktops, 992px and up) */
/* (xl) Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 5.5rem;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
  .display-4 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .display-5 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
/* .font-block
    {
        font-family: "proxima-nova", sans-serif;
        font-weight: 900;
    } */
.font-display {
  font-family: "metropolisbold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.font-paint {
  font-family: "finger_paintregular", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
p {
  margin-bottom: 1.5rem;
}
/* Ninthroot gradient text */
.text-ninthroot {
  font-weight: bold;
  background: linear-gradient(230deg, #ff4e6c 0%, #f26897 25%, #3abfe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// BUTTONS ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .btn- */
.btn {
  border-radius: 0.8rem;
  white-space: normal;
  -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.2);
  /* font-family: 'finger_paintregular', Helvetica, Arial, 'Lucida Grande', sans-serif; */
  font-family: "metropolisbold", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
/* /// .btn Addons before ///////////////////////////////////////////////////////////////////////////////////// */
/* .btn-lg */
.btn-lg {
  padding: 0.6rem 1.1rem;
}
/* .btn-icon */
.btn-icon {
  position: relative;
  overflow: hidden;
}
.btn-icon:not(.icon-right) {
  padding-left: 45px;
}
.btn-icon.icon-right {
  padding-right: 45px;
}
.btn-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 35px;
  top: 0;
}
.btn-icon:not(.icon-right) i {
  left: 4%;
  border-right: 1px solid transparent;
}
.btn-icon.icon-right i {
  right: 0;
  border-left: 1px solid transparent;
}
/* .btn-count */
.btn-count {
  position: relative;
  overflow: hidden;
  padding-left: 0px !important;
}
.btn-count span.count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  margin-right: 10px;
  padding: 0 8px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.13);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-count span.count {
  border-right: 1px solid transparent;
}
/* .btn-sub */
.btn-sub span.sub {
  display: block;
  font-size: 60%;
  line-height: 61%;
}
/* .btn-primary */
.btn-primary {
  background-color: #008E9C;
  border-color: #008E9C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #008E9C;
  border-color: #008E9C;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}
/* .btn-outline-primary */
.btn-outline-primary {
  color: #008E9C;
  border-color: #008E9C;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #008E9C;
  border-color: #008E9C;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.5);
}
.btn-outline-primary.btn-icon i {
  color: #fff;
  background-color: rgba(0, 142, 156, 0.8);
}
.btn-outline-primary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-secondary */
.btn-secondary {
  background-color: #7BA229;
  border-color: #7BA229;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7BA229;
  border-color: #7BA229;
  box-shadow: 0 0 0 0.2rem rgba(123, 162, 41, 0.5);
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 162, 41, 0.5);
}
/* .btn-outline-secondary */
.btn-outline-secondary {
  color: #7BA229;
  border-color: #7BA229;
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7BA229;
  border-color: #7BA229;
  box-shadow: 0 0 0 0.2rem rgba(123, 162, 41, 0.5);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 162, 41, 0.5);
}
.btn-outline-secondary.btn-icon i {
  color: #fff;
  background-color: rgba(123, 162, 41, 0.8);
}
.btn-outline-secondary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-tertiary */
.btn-tertiary {
  background-color: #FFC721;
  border-color: #FFC721;
  color: #fff;
}
.btn-tertiary:hover, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff !important;
  background-color: #FFC721;
  border-color: #FFC721;
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 33, 0.5);
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 33, 0.5);
}
/* .btn-outline-tertiary */
.btn-outline-tertiary {
  color: #FFC721;
  border-color: #FFC721;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .btn-outline-tertiary:not(:disabled):not(.disabled):active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #FFC721;
  border-color: #FFC721;
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 33, 0.5);
}
.btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 33, 0.5);
}
.btn-outline-tertiary.btn-icon i {
  color: #fff;
  background-color: rgba(255, 199, 33, 0.8);
}
.btn-outline-tertiary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-tertiary */
.btn-quaternary {
  background-color: #F79218;
  border-color: #F79218;
  color: #fff;
}
.btn-quaternary:hover, .btn-quaternary:not(:disabled):not(.disabled).active, .btn-quaternary:not(:disabled):not(.disabled):active, .show > .btn-quaternary.dropdown-toggle {
  color: #fff !important;
  background-color: #F79218;
  border-color: #F79218;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 24, 0.5);
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 24, 0.5);
}
/* .btn-outline-tertiary */
.btn-outline-quaternary {
  color: #F79218;
  border-color: #F79218;
}
.btn-outline-quaternary:hover, .btn-outline-quaternary:not(:disabled):not(.disabled).active, .btn-outline-quaternary:not(:disabled):not(.disabled):active, .show > .btn-outline-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #F79218;
  border-color: #F79218;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 24, 0.5);
}
.btn-outline-quaternary.focus, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 24, 0.5);
}
.btn-outline-quaternary.btn-icon i {
  color: #fff;
  background-color: rgba(247, 146, 24, 0.8);
}
.btn-outline-quaternary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-light */
.btn-light {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #edf1f5;
  color: #008E9C;
}
.btn-light.btn-icon i {
  color: #FFC721;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #008E9C;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #dee3e8;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}
section.bg-gray .btn-light {
  background-color: #fff;
}
/* .btn-outline-light */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #008E9C;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #edf1f5;
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 33, 0.5);
}
.btn-outline-light.btn-icon i {
  background-color: transparent;
  border-color: #edf1f5;
}
.btn-outline-light.btn-icon:hover i {
  background-color: rgba(255, 255, 255, 0.95);
}
/* .btn-dark */
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* .btn-outline-dark */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.btn-icon i {
  color: #fff;
  background-color: #343a40;
}
.btn-outline-dark.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-link */
.btn-link {
  color: #008E9C;
  background-color: transparent;
}
.btn-link:hover {
  color: #008E9C;
}
/* /// .btn Addons after ///////////////////////////////////////////////////////////////////////////////////// */
/* remove shadows, gradients, etc. */
.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// HEADER ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* special container */
@media (max-width: 991px) {
  header div.header-container {
    max-width: 99%;
  }
}
header .logo {
  display: none;
}
/* mobile logo */
header .mobile-logo {
  position: relative;
  left: -10px;
  padding: 8px 0 8px;
  margin-bottom: -6px;
}
header .mobile-logo img {
  height: 45px;
}
header .mobile-logo img.insignia {
  display: block;
}
header .mobile-logo img.full {
  display: none;
}
/* mobile icons */
header .mobile-icon-group {
  position: absolute;
  top: 6px;
  right: 49px;
  z-index: 500;
  font-size: 2.5rem;
  font-size: 25px;
}
header .mobile-icon-group a:not(.btn) {
  display: flex;
  float: right;
  color: #394042;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
/* dark */
body.h-dark header .mobile-icon-group a:not(.btn) {
  color: #fff;
}
header .mobile-icon-group a.on-open-only {
  display: none;
}
header .mobile-icon-group a.on-close-only {
  display: inline-block;
}
/* opened */
header .mobile-icon-group.open {
  position: fixed;
}
header .mobile-icon-group.open a.on-open-only {
  display: inline-block;
}
header .mobile-icon-group.open a.on-close-only {
  display: none;
}
header .mobile-icon-group.open a:not(.btn) {
  color: #008E9C;
}
/* mobile nav trigger */
header .mobile-nav-trigger {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 54px;
  /* mobile header height */
  font-size: 2.5rem;
  font-size: 25px;
  color: #008E9C;
  cursor: pointer;
}
header .mobile-nav-trigger .close-icon {
  position: relative;
  color: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header .mobile-nav-trigger .open-icon {
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* opened */
header .mobile-nav-trigger.open {
  position: fixed;
}
header .mobile-nav-trigger.open .close-icon {
  display: inline;
}
header .mobile-nav-trigger.open .open-icon {
  display: none;
}
/* -------------- */
header .icon-group, header .header-search {
  display: none;
}
@media (min-width: 295px) {
  header .mobile-logo img.insignia {
    display: none;
  }
  header .mobile-logo img.full {
    display: block;
  }
}
@media (min-width: 328px) {
  /* mobile logo */
  header .mobile-logo {
    padding: 8px 0 8px;
    margin-bottom: -16px;
  }
  header .mobile-logo img {
    height: 55px;
  }
}
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  /* container adjustments */
  /* search bar */
  /* logo */
  /* Custom "Icon Group" */
  /* Main Icon Group */
  header .mobile-logo, header .mobile-nav-trigger, header .mobile-icon-group {
    display: none;
  }
  body.h-full-width header div.container {
    max-width: 99% !important;
  }
  header .header-search {
    display: none;
    font-size: 25px;
    line-height: 40px;
    /* header height */
    padding: 25px 0;
    /* header height */
  }
  header .header-search form input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 30px;
    height: 100%;
    letter-spacing: 2px;
    outline: 0 none;
    padding: 0;
  }
  header .header-search form input:focus {
    background-color: transparent;
  }
  body.h-dark header .header-search form input, body.h-transparent header .header-search form input {
    color: #fff;
  }
  header .logo {
    position: relative;
    top: -10px;
    margin-bottom: -50px;
    display: block;
    padding: 0;
    /* header height */
    float: left;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .logo.has-identifier {
    padding: 16px 0 34px;
    display: flex;
    justify-content: center;
  }
  header .logo.has-identifier .identifier {
    position: absolute;
    bottom: 11px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #5d5d5d;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .logo.has-identifier .identifier:hover {
    text-decoration: none;
  }
  header .logo img {
    height: 85px;
    /* header height */
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group {
    float: right;
    position: relative;
    top: 11px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group .btn.btn-lg {
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group .nav-group-cta .nav-group-phone {
    display: block;
  }
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-icon {
    display: flex;
  }
  header .nav-group .nav-group-cta a:not(.btn) {
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group .nav-group-cta a:hover:not(.btn) {
    color: #7BA229;
    text-decoration: none;
  }
  body.h-show-icon-group header .icon-group {
    display: block;
  }
  header .icon-group {
    float: right;
    padding-left: 10px;
    margin-left: 10px;
  }
  header .icon-group a {
    display: block;
    float: left;
    height: 90px;
    /* generally the total height of the logo */
    font-size: 17px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .icon-group a:hover {
    text-decoration: none;
  }
}
/* end media query lg */
@media (min-width: 1080px) {
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-icon {
    display: flex;
  }
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-number {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  header .nav-group .nav-group-cta .nav-group-phone .btn-icon {
    padding: 0.6rem 1.1rem;
    font-size: 14px;
  }
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-icon {
    display: none;
  }
}
@media (min-width: 1180px) {
  header .logo {
    top: -16px;
    /* margin-bottom: -35px; */
  }
  header .logo img {
    height: 100px;
  }
  header .nav-group .nav-group-cta a:not(.btn) {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  header .nav-group .nav-group-cta a:not(.btn) {
    font-size: 25px;
  }
}
/* HEADER TOP BAR */
/* -------------- */
header div.top-bar, header .nav-group {
  display: none;
}
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  /* dark */
  /* Sticky */
  /* ------ */
  /* top bar icon group */
  /* text style */
  /* dark */
  /* top bar tert nav */
  /* dark */
  body.h-show-top-bar header div.top-bar, header .nav-group {
    display: block;
  }
  header div.top-bar {
    background-color: #ffffff;
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header div.top-bar-border {
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+28,eeeeee+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 28%, #eeeeee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 28%, #eeeeee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 28%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=1);
    /* IE6-9 */
  }
  body.h-dark header div.top-bar {
    color: #fff;
    background-color: #242a2f;
  }
  body.h-sticky header.scrolled div.top-bar {
    margin-top: -36px;
    /* top-bar height */
  }
  header div.top-bar div.top-icon-group {
    float: right;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  header div.top-bar div.top-icon-group a {
    display: flex;
    float: left;
    width: 35px;
    height: 35px;
    /* top-bar height */
    font-size: 15px;
    color: #7ba229;
    border-left: 1px solid #eee;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header div.top-bar div.top-icon-group a:hover {
    color: #fff;
    background-color: #008E9C;
  }
  header div.top-bar div.top-icon-group a.text-style {
    font-size: 12px;
    padding: 0 15px;
    color: #969696;
    width: auto;
  }
  header div.top-bar div.top-icon-group a.text-style i {
    font-size: 12px;
    padding-right: 9px;
    color: #7ba229;
  }
  header div.top-bar div.top-icon-group a.text-style:hover, header div.top-bar div.top-icon-group a.text-style:hover i {
    color: #ffffff;
  }
  body.h-dark header div.top-bar div.top-icon-group a {
    color: #bdbdbd;
  }
  body.h-dark header div.top-bar div.top-icon-group a:hover {
    color: #fff;
  }
  header div.top-bar div.tert-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  header div.top-bar div.tert-nav ul li {
    float: left;
  }
  header div.top-bar div.tert-nav ul li a {
    display: flex;
    align-items: center;
    height: 35px;
    /* top-bar height */
    color: #343a40;
    opacity: 0.7;
    padding: 0 15px 0 0;
    /*-webkit-transition: all 0.3s ease-in;
            		-o-transition: all 0.3s ease-in;
            		transition: all 0.3s ease-in;*/
  }
  header div.top-bar div.tert-nav ul li a:hover {
    opacity: 1;
    color: #008E9C;
    text-decoration: none;
  }
  body.h-dark header div.top-bar div.tert-nav ul li a {
    color: #bdbdbd;
  }
  body.h-dark header div.top-bar div.tert-nav ul li a:hover {
    color: #7BA229;
  }
}
/* end media query lg */
/* //// HEADER LIGHT (default) /////////////////////////////////////////////////////////////////////////////////////////////////// */
header, body.h-sticky header.scrolled {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  clear: both;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8f9fa+100 */
  background: #f8f9fa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #f8f9fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #f8f9fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #f8f9fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f8f9fa",GradientType=1);
  /* IE6-9 */
}
/* //// HEADER DARK /////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body.h-dark header, body.h-dark.h-sticky header.scrolled {
  background-color: #343a40;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* //// HEADER opaque ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  body.h-opaque header {
    background-color: rgba(255, 255, 255, 0.7);
  }
  body.h-dark.h-opaque header {
    background-color: rgba(52, 58, 64, 0.7);
  }
  body.h-opaque:not(.h-sticky) header {
    margin-top: -90px;
    /* header height */
    bottom: -90px;
    /* header height */
  }
}
/* //// HEADER TRANSPARENT //////////////////////////////////////////////////////////////////////////////////////////////////// */
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  body.h-transparent header {
    background-color: transparent;
  }
  body.h-transparent:not(.h-sticky) header {
    margin-top: -90px;
    /* header height */
    bottom: -90px;
    /* header height */
  }
  body.h-transparent header:not(.scrolled) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* //// HEADER OUTLINE ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body.h-outline header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.h-outline header .logo {
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body.h-outline header .icon-group {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
body.h-outline.h-sticky header.scrolled .logo {
  padding-right: 15px;
}
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  /* light.opaque */
  body.h-outline.h-opaque header, body.h-outline.h-opaque header .logo, body.h-outline.h-opaque header .icon-group, body.h-outline.h-opaque.h-sticky header.scrolled, body.h-outline.h-opaque.h-sticky header.scrolled .logo {
    border-color: rgba(255, 255, 255, 0.4);
  }
}
/* dark */
body.h-outline.h-dark header, body.h-outline.h-dark header .logo, body.h-outline.h-dark header .icon-group, body.h-outline.h-dark.h-sticky header.scrolled, body.h-outline.h-dark.h-sticky header.scrolled .logo {
  border-color: #282d32;
}
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  /* transparent */
  body.h-outline.h-transparent:not(.h-opaque) header:not(.scrolled) {
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.h-outline.h-transparent:not(.h-opaque) header:not(.scrolled) .logo, body.h-outline.h-transparent:not(.h-opaque) header:not(.scrolled) .icon-group {
    border-color: rgba(255, 255, 255, 0.4);
  }
  body.h-dark.h-outline.h-transparent.h-show-top-bar:not(.h-opaque) header:not(.scrolled) {
    border-color: rgba(0, 0, 0, 0.3);
  }
  body.h-dark.h-outline.h-transparent.h-show-top-bar:not(.h-opaque) header:not(.scrolled) .logo, body.h-dark.h-outline.h-transparent.h-show-top-bar:not(.h-opaque) header:not(.scrolled) .icon-group {
    border-color: rgba(0, 0, 0, 0.3);
  }
}
/* //// HEADER STICKY ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* (lg) Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* logo */
  /* header height */
  /* header height */
  /* header height */
  body.h-sticky header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  body.h-sticky header.scrolled .logo {
    top: 7px;
  }
  body.h-sticky header.scrolled .logo img {
    height: 50px;
  }
  body.h-sticky header.scrolled .logo.has-identifier .identifier {
    opacity: 0;
  }
  body.h-sticky header.scrolled .icon-group a {
    height: 50px;
  }
  body.h-sticky header.scrolled .nav-group {
    top: 0px;
  }
  body.h-sticky header.scrolled .nav-group a.btn {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 1120px) {
  body.h-sticky header.scrolled .nav-group {
    top: 0px;
  }
}
/* //// HEADER NAV ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAV Mobile */
/* ---------- */
header nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
header nav.open {
  position: fixed;
  z-index: 100;
  overflow-y: scroll;
  height: 100%;
  background: rgba(52, 58, 64, 0.98);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05757f+0,008e9c+100 */
  background: -moz-linear-gradient(-45deg, #05757f 0%, #008e9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05757f 0%, #008e9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05757f 0%, #008e9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05757f", endColorstr="#008e9c",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header nav ul, header nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*//// Nav Content ///////////////////////////////////////////*/
header nav li.nav-content {
  display: none;
}
/*//// LEVEL 1 ///////////////////////////////////////////*/
header nav ul.level-1 {
  margin: 73px auto;
  /* at least mobile header height */
  width: 80%;
}
header nav ul.level-1 > li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header nav ul.level-1 > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
  position: relative;
  display: block;
  padding: 20px;
  color: #198e9c;
  font-size: 2rem;
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  border-left: 1px solid transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header nav ul.level-1 li a:active:not(.nav-content):not(.mega-h-a) {
  background-color: rgba(0, 142, 156, 0.5);
}
/* carrot */
header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
  font-size: 12px;
  padding: 0 11px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header nav ul.level-1 li a.open:not(.nav-content):not(.mega-h-a) .carrot {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
/*//// LEVEL 2 ///////////////////////////////////////////*/
header nav li ul.level-2 {
  display: none;
  position: relative;
  /* background: rgba(52, 58, 64, 0.6); */
  width: 100%;
  padding: 10px 0;
}
header nav li ul.level-2 li {
  padding: 0 15px;
}
header nav li ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
  position: relative;
  text-shadow: none;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 5px 12px 40px;
}
header nav li ul.level-2 li a:hover:not(.nav-content):not(.mega-h-a), header nav li ul.level-2 li a:active:not(.nav-content):not(.mega-h-a) {
  background-color: rgba(0, 142, 156, 0.5);
}
/* carrot */
header nav ul.level-2 li a:not(.nav-content):not(.mega-h-a) .icon, header nav ul.level-2 li a:not(.nav-content):not(.mega-h-a) .carrot {
  display: none;
}
/*//// LEVEL 3 ///////////////////////////////////////////*/
header nav li ul.level-3 {
  display: none;
}
nav .mega-highlight-standard a {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
nav .mega-highlight-standard a:hover {
  text-decoration: none;
  color: #008E9C;
}
nav .mega-highlight-standard a.mega-h-crossover {
  display: none;
}
nav .mega-highlight-col {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
nav .mega-highlight ul.level-2 {
  margin-bottom: 25px;
}
nav .mega-highlight-col a.mega-h-crossover {
  display: none;
}
nav .mega-highlight-col a.mega-h-a {
  text-decoration: none;
  display: block;
  font-size: 17px;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-text {
  color: #fff;
}
nav .mega-highlight-col a.mega-h-a:hover div.mega-h-text {
  color: #008E9C;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-img {
  padding: 1px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-img img {
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #eee;
}
nav .mega-highlight-col a.mega-h-a:hover div.mega-h-img {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
/* NAV Desktop */
/* ----------- */
/* (lg) Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /*//// LEVEL 1 ///////////////////////////////////////////*/
  /* level 1: global */
  /* Light vs Dark */
  /* ------------- */
  /* Sticky */
  /* ------ */
  /* LAST */
  /* ---- */
  /* carrot */
  /* Level 1: fly out */
  /*//// LEVEL 2 ///////////////////////////////////////////*/
  /* Level 2: global */
  /* dark */
  /* Level 2: flyout */
  /* flyout direction */
  /* dark */
  /* Level 2: mega */
  /* global */
  /* dark */
  /*//// LEVEL 3+ ///////////////////////////////////////////*/
  /* Level 3+: Flyout */
  /* dark */
  /* flyout direction */
  /* stack order */
  /* Level 3: Mega */
  /* global */
  /* level 3+ */
  /*//// Nav Content ///////////////////////////////////////////*/
  header nav {
    position: relative;
    height: auto;
    overflow: visible;
    right: 10px;
  }
  header nav div.mobile-nav-trigger {
    display: none;
  }
  header nav > ul {
    display: block !important;
  }
  header nav ul.level-1 {
    margin: 0;
    width: auto;
    float: right;
  }
  header nav ul.level-1 > li {
    border: none;
    float: left;
  }
  header nav ul.level-1 > li:last-child {
    border: none;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    height: 73px;
    /* generally the total height of the logo */
    padding: 0 10px;
    display: flex;
    align-items: center;
    /* on light defaults */
    text-shadow: none;
  }
  header nav ul.level-1 li a.over:not(.nav-content):not(.mega-h-a), header nav ul.level-1 li a:hover:not(.nav-content):not(.mega-h-a) {
    color: #008E9C;
  }
  body.h-dark header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a), body.h-transparent header:not(.scrolled) nav ul.level-1 > li > a:not(.nav-content):not(.mega-h-a) {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  body.h-sticky header.scrolled nav ul.level-1 > li > a:not(.nav-content):not(.mega-h-a) {
    height: 50px;
    font-size: 14px;
  }
  header nav ul.level-1 li a span.icon {
    display: none;
  }
  body.h-highlight-last header nav ul.level-1 > li:last-child > a:not(.nav-content):not(.mega-h-a) {
    font-size: 25px;
  }
  body.h-highlight-last header nav ul.level-1 > li:last-child > a:hover:not(.nav-content):not(.mega-h-a), body.h-highlight-last header nav ul.level-1 > li:last-child > a.over:not(.nav-content):not(.mega-h-a) {
    color: #008E9C;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
    font-size: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 3px;
    color: #5d5d5d;
  }
  header nav ul.level-1 li a.over:not(.nav-content):not(.mega-h-a) .carrot, header nav ul.level-1 li a:hover:not(.nav-content):not(.mega-h-a) .carrot {
    color: #008E9C;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
  }
  header nav ul.level-1 > li.flyout {
    position: relative;
  }
  header nav li ul.level-2 {
    position: absolute;
    background: #ffffff;
    color: #5a5a5a;
    padding: 0;
    border-radius: 0.4rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  }
  header nav li ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    height: auto;
  }
  body.h-dark header nav li ul.level-2 {
    background: rgba(52, 58, 64, 0.98);
  }
  body.h-dark header nav li ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    color: rgba(255, 255, 255, 0.95);
  }
  header nav li.flyout ul.level-2 {
    top: calc(100% - 10px);
    width: 230px;
  }
  header nav li.flyout.right ul.level-2 {
    left: 0;
  }
  header nav li.flyout.left ul.level-2 {
    right: 0;
  }
  header nav li.flyout ul.level-2 li {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  body.h-dark header nav li.flyout ul.level-2 li {
    border-bottom: 1px solid #2e3439;
  }
  header nav li.flyout ul.level-2 li:last-child {
    border: none !important;
  }
  header nav li.flyout ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 13px;
  }
  header nav li.flyout ul.level-2 li a:not(.nav-content):not(.mega-h-a) .carrot {
    display: block;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 12px;
    color: #008E9C;
  }
  header nav li.flyout ul.level-2 li a:hover:not(.nav-content):not(.mega-h-a), header nav li.flyout ul.level-2 li a.over:not(.nav-content):not(.mega-h-a) {
    color: #fff;
    text-decoration: none;
    background-color: #008E9C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  header nav li.flyout ul.level-2 li a:hover:not(.nav-content):not(.mega-h-a) .carrot, header nav li.flyout ul.level-2 li a.over:not(.nav-content):not(.mega-h-a) .carrot {
    color: #fff;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
  }
  header nav li.mega ul.level-2 {
    left: -20px;
    top: 50px;
    /* starting point, should be updated via js */
    padding: 0 10px 10px 10px;
    max-width: 1820px;
  }
  header nav li.mega ul.level-2 li {
    padding: 15px;
  }
  header nav li.mega ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    padding: 5px 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header nav li.mega ul.level-2 li a:hover:not(.nav-content):not(.mega-h-a) {
    background: transparent;
    color: #008E9C;
    padding-left: 5px;
  }
  header nav li.mega ul.level-2 li a:not(.nav-content):not(.mega-h-a) .icon {
    display: inline-block;
    padding-right: 10px;
    opacity: 0.4;
  }
  body.h-dark header nav li.mega ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    border-bottom: 1px solid #2e3439;
  }
  header nav li.flyout ul.level-2 ul {
    position: absolute;
    z-index: 1;
    top: -2px;
    width: 230px;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.3);
    border-top: 2px solid #008E9C;
    background: rgba(255, 255, 255, 0.95);
  }
  body.h-dark header nav li.flyout ul.level-2 ul {
    background: rgba(52, 58, 64, 0.95);
  }
  header nav li.flyout ul.level-2 li.right > ul {
    left: 100%;
  }
  header nav li.flyout ul.level-2 li.left > ul {
    right: 100%;
  }
  header nav li.flyout ul.level-3 ul {
    z-index: 2;
  }
  header nav li.flyout ul.level-4 ul {
    z-index: 3;
  }
  header nav li.flyout ul.level-5 ul {
    z-index: 4;
  }
  header nav li.flyout ul.level-6 ul {
    z-index: 5;
  }
  header nav li.mega ul.level-3 {
    display: block;
    margin: 5px 0 0 25px;
  }
  header nav li.mega ul.level-3 li {
    padding: 0;
  }
  header nav li.mega ul.level-3 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 95%;
    opacity: 0.7;
    text-shadow: none;
    padding: 10px 1px;
    text-transform: none;
    text-decoration: none;
    border: none !important;
  }
  header nav li.mega ul.level-3 li a:hover:not(.nav-content):not(.mega-h-a) {
    opacity: 1;
  }
  header nav li.mega ul.level-3 ul {
    display: none;
  }
  header nav li.nav-content-wrapper {
    display: block;
    color: #fff;
    width: 100%;
    padding: 0px !important;
    margin: 0px -10px -10px 10px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008E9C+0,102f54+100 */
    background: #008E9C;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #008E9C 0%, #102f54 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #008E9C 0%, #102f54 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #008E9C 0%, #102f54 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008E9C", endColorstr="#102f54",GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  nav .mega-highlight ul.level-2 {
    margin-bottom: 0;
  }
  nav .mega-highlight-standard a {
    position: relative;
    color: #5d5d5d;
    font-size: 19px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  nav .mega-highlight-standard a:hover {
    text-decoration: none;
    color: #008E9C;
  }
  nav .mega-highlight-standard a.mega-h-crossover {
    display: inline-block;
    padding-left: 4px;
    font-size: 80%;
    opacity: 0.4;
  }
  nav .mega-highlight-standard a.mega-h-crossover:hover {
    opacity: 1;
  }
  nav .mega-highlight-col {
    margin-bottom: 0px;
  }
  nav .mega-highlight-col a.mega-h-crossover {
    position: absolute;
    left: 9px;
    top: calc(50% - 48px);
    opacity: 0.4;
  }
  nav .mega-highlight-col a.mega-h-crossover:hover {
    opacity: 1;
  }
  nav .mega-highlight-col a.mega-h-a {
    font-size: 19px;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-text {
    color: #333;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-img {
    padding: 1px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-img img {
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 2px solid #eee;
  }
  nav .mega-highlight-col a.mega-h-a:hover div.mega-h-img {
    border-color: #e3e3e3;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  }
}
/* end (lg) */
@media (min-width: 1120px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    /* font-size: 14px;
                padding: 0 10px; */
  }
}
@media (min-width: 1300px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    color: #fff;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// SECTIONS //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section {
  position: relative;
  margin: 0;
  padding: 75px 0;
  background-color: #fff;
  /* default */
}
/*section:not(.section-separator) { overflow-x: hidden; }*/
section.no-pad {
  padding: 0;
}
section.half-pad {
  padding: 25px 0;
}
/* //// SECTION Gray ////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-gray {
  background-color: #f8f9fa;
}
/* //// SECTION Dark ////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-dark {
  background-color: #343a40 !important;
}
/* //// SECTION Dark 2 ////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-dark-2 {
  background-color: #2f343a !important;
}
/* //// SECTION SPLIT ///////////////////////////////////////////////////////////////////////////////////////////// */
section.split {
  padding: 0;
}
/* both sides */
section.split div.left, section.split div.right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.split div.left {
  background-color: #F9F9F9;
}
section.split div.right {
  background-color: #fff;
}
/* overrides */
section.split div.text-left {
  justify-content: left;
}
section.split div.text-right {
  justify-content: right;
}
@media (min-width: 992px) {
  section.split div.left {
    padding-left: 100px;
  }
  section.split div.right {
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  section.split div.left, section.split div.right {
    width: 50%;
    float: left;
  }
}
/* //// SECTION IMAGE  /////////////////////////////////////////////////////////////////////////////////////////////// */
section img.section-image {
  position: absolute;
  width: 12%;
}
section img.section-image.left {
  left: -100px;
}
section img.section-image.right {
  right: -100px;
}
section img.section-image.bottom {
  bottom: 0px;
}
section i.section-icon {
  position: absolute;
  font-size: 30em;
  opacity: 0.3;
}
section i.section-icon.left {
  left: -50px;
}
section i.section-icon.right {
  right: -50px;
}
section i.section-icon.bottom {
  bottom: -50px;
}
/* //// SECTION IMAGE /////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-image {
  min-height: 350px;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  background-color: transparent;
}
@media (min-width: 992px) {
  section.bg-image.bg-parallax {
    background-attachment: fixed;
  }
  section.bg-image.bg-home {
    min-height: 700px;
  }
}
/* //// SECTION VIDEO /////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-video {
  position: relative;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
}
section.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
/* //// SECTION FULLSCREEN ////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  section.full-screen:not(.bg-overlay) {
    height: calc(100vh - 90px);
  }
}
section.full-screen:not(.bg-overlay) > div.container, section.full-screen:not(.bg-overlay) > div.container > div.row {
  height: 100%;
}
/* //// SECTION PARTIAL SCREEN ///////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  section.partial-screen:not(.bg-overlay) {
    height: 70vh;
  }
}
section.partial-screen:not(.bg-overlay) > div.container, section.partial-screen:not(.bg-overlay) > div.container > div.row {
  height: 100%;
}
/* //// SECTION DIVIDERS /////////////////////////////////////////////////////////////////////////////////////////////// */
/* Diagonal */
/* -------- */
.divider-diagonal::before, .divider-diagonal::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.divider-diagonal {
  z-index: 1;
  padding-top: 6em;
  background: #fff;
}
.divider-diagonal::before, .divider-diagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Mirror */
.divider-diagonal.diagonal-mirror::before, .divider-diagonal.diagonal-mirror::after {
  top: -80px;
  left: -5%;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
/* Add Shadow */
.divider-diagonal.diagonal-shadow::before {
  height: 50%;
  background: rgba(46, 51, 57, 0.5);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
.divider-diagonal.diagonal-mirror.diagonal-shadow::before {
  top: -100px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* shadow colors */
.divider-diagonal.diagonal-shadow.shadow-primary::before {
  background: rgba(0, 142, 156, 0.5);
}
.divider-diagonal.diagonal-shadow.shadow-secondary::before {
  background: rgba(123, 162, 41, 0.5);
}
.divider-diagonal.diagonal-shadow.shadow-quaternary::before {
  background: rgba(247, 146, 24, 0.5);
}
/* //// SECTION SEPARATOR ////////////////////////////////////////////////////////////////////////////////////////////// */
section.section-separator {
  position: relative;
  padding: 0;
  margin: 0;
}
section.section-separator svg {
  position: absolute;
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
  fill: #fff;
  stroke: #fff;
}
section.section-separator.separator-black svg {
  fill: #000;
  stroke: #000;
}
section.section-separator.separator-gray svg {
  fill: #F9F9F9;
  stroke: #F9F9F9;
}
/* //// SECTION OVERLAY /////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-overlay {
  min-height: auto;
  display: block;
  padding: 0;
}
section.bg-overlay div.overlay {
  display: flex;
  align-items: center;
  padding: 75px 0;
  /* re-apply default section padding */
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.2), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 49%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 49%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 49%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6343a40", endColorstr="#c2343a40",GradientType=0);
}
section.bg-overlay.overlay-gradient div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7BA229+0,008E9C+100&0.7+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b37BA229", endColorstr="#cc008E9C",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-primary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05757f+0,008e9c+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d905757f", endColorstr="#cc008e9c",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-secondary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,7ba229+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d95e8017", endColorstr="#cc7ba229",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-tertiary div.overlay {
  background-color: #fec63a87;
}
section.bg-overlay.overlay-quaternary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc7e00+0,f79218+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(top, rgba(252, 126, 0, 0.85) 0%, rgba(247, 146, 24, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 126, 0, 0.85) 0%, rgba(247, 146, 24, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 126, 0, 0.85) 0%, rgba(247, 146, 24, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9fc7e00", endColorstr="#ccf79218",GradientType=0);
  /* IE6-9 */
}
/* overlay view hieght fixes */
@media (min-width: 992px) {
  section.full-screen.bg-overlay div.overlay {
    height: 100vh;
  }
}
section.full-screen.bg-overlay div.overlay > div.container, section.full-screen.bg-overlay div.overlay > div.container > div.row {
  height: 100%;
}
@media (min-width: 992px) {
  section.partial-screen.bg-overlay div.overlay {
    height: 70vh;
  }
}
section.partial-screen.bg-overlay div.overlay > div.container, section.partial-screen.bg-overlay div.overlay > div.container > div.row {
  height: 100%;
}
/* //// HEADER OVERLAP SECTION ADJUSTMENTS //////////////////////////////////////////////////////////////////////// */
/* sticky / opaque / transparent */
body.h-sticky main section:first-of-type, body.h-opaque main section:first-of-type, body.h-transparent main section:first-of-type {
  padding-top: 90px;
  /* header height + section padding */
}
body.h-sticky main section.half-pad:first-of-type, body.h-opaque main section.half-pad:first-of-type, body.h-transparent main section.half-pad:first-of-type {
  padding-top: 80px;
}
/* overlay */
body.h-sticky main section.bg-overlay:first-of-type, body.h-opaque main section.bg-overlay:first-of-type, body.h-transparent main section.bg-overlay:first-of-type {
  padding: 0 !important;
}
/* reset instead of :not selectors */
body.h-sticky main section.bg-overlay:first-of-type div.overlay, body.h-opaque main section.bg-overlay:first-of-type div.overlay, body.h-transparent main section.bg-overlay:first-of-type div.overlay {
  padding-top: 90px;
  /* header height + section padding */
}
/* top bar */
body.h-sticky.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-of-type div.overlay {
  padding-top: 130px;
  /* header height + section padding + top bar height */
}
@media (min-width: 992px) {
  /* sticky / opaque / transparent */
  /* top bar */
  /* overlay */
  /* reset instead of :not selectors */
  /* top bar */
  /* .half-pad */
  body.h-sticky main section:first-of-type, body.h-opaque main section:first-of-type, body.h-transparent main section:first-of-type {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section:first-of-type, body.h-opaque.h-show-top-bar main section:first-of-type, body.h-transparent.h-show-top-bar main section:first-of-type {
    padding-top: 185px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky main section.bg-overlay:first-of-type, body.h-opaque main section.bg-overlay:first-of-type, body.h-transparent main section.bg-overlay:first-of-type {
    padding: 0 !important;
  }
  body.h-sticky main section.bg-overlay:first-of-type div.overlay, body.h-opaque main section.bg-overlay:first-of-type div.overlay, body.h-transparent main section.bg-overlay:first-of-type div.overlay {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-of-type div.overlay {
    padding-top: 185px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky.h-show-top-bar main section.half-pad:first-of-type, body.h-opaque.h-show-top-bar main section.half-pad:first-of-type, body.h-transparent.h-show-top-bar main section.half-pad:first-of-type {
    padding-top: 134px;
    /* header height + section padding + top bar height */
  }
}
/* .full-screen */
main.header-overlap section.full-screen {
  height: 75vh;
}
@media (min-width: 992px) {
  main.header-overlap section.full-screen {
    height: 100vh;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// LISTS /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .icon-list */
ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: #008E9C;
  top: 10px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
ul.icon-list.list-checkmark li::after {
  content: "";
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TABS //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .nav-tabs bootstrap overrides */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  -webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
}
/* .has-tabs section specific tabs overrides */
section.has-tabs {
  border-bottom: 1px solid #dee2e6;
}
section.has-tabs .nav-tabs-wrapper {
  position: absolute;
  bottom: 0;
}
/* .bg-dark */
section.bg-dark.has-tabs, section.bg-dark .nav-tabs .nav-link:focus:not(.active), section.bg-dark .nav-tabs .nav-link:hover:not(.active) {
  border-color: #282d32;
}
/* .bg-image */
section.bg-image .nav-tabs .nav-link:focus:not(.active), section.bg-image .nav-tabs .nav-link:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.4);
}
/* active overrides */
/* active-gray */
section.has-tabs.tabs-active-gray .nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  border-bottom-color: #f8f9fa;
}
/* active-image */
section.has-tabs.tabs-active-image {
  border-bottom: 4px solid #343a40;
}
section.has-tabs.tabs-active-image .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: #343a40;
  border-color: #282d32 #282d32 #343a40;
}
section.has-tabs.tabs-active-image .nav-link:focus:not(.active), section.has-tabs.tabs-active-image .nav-link:hover:not(.active) {
  border-color: rgba(40, 45, 50, 0.1) rgba(40, 45, 50, 0.1) #282d32;
}
/* active-dark */
section.has-tabs.tabs-active-dark {
  border-color: #282d32;
}
section.has-tabs.tabs-active-dark .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: #343a40;
  border-color: #282d32 #282d32 #343a40;
}
section.has-tabs.tabs-active-dark .nav-link:focus:not(.active), section.has-tabs.tabs-active-dark .nav-link:hover:not(.active) {
  border-color: rgba(40, 45, 50, 0.1) rgba(40, 45, 50, 0.1) #282d32;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// IMAGES ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .img-circle */
img.img-circle {
  background-color: #f7f6f5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
/* .img-polaroid */
.img-polaroid {
  background-color: #f7f6f5;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* .img-abstract */
div.img-abstract {
  display: flex;
  align-items: center;
  min-height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
}
div.img-abstract.abstract-overlay {
  display: block;
  min-height: auto;
}
div.img-abstract.abstract-overlay div.img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  /* re-apply default height */
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.2), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
div.img-abstract.abstract-overlay.overlay-secondary div.img-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,7ba229+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(94, 128, 23, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d95e8017", endColorstr="#cc7ba229",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// FORMS /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .form- */
.form-control {
  border-radius: 0.2rem;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 142, 156, 0.8);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 156, 0.2);
}
/* hide form labels */
.hide-form-labels form {
  margin-top: 15px;
}
.hide-form-labels .form-group label {
  display: none;
}
/* (sm) Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hide-form-labels-sm form {
    margin-top: 15px;
  }
  .hide-form-labels-sm .form-group label {
    display: none;
  }
}
/* (md) Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hide-form-labels-md form {
    margin-top: 15px;
  }
  .hide-form-labels-md .form-group label {
    display: none;
  }
}
/* (lg) Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hide-form-labels-lg form {
    margin-top: 15px;
  }
  .hide-form-labels-lg .form-group label {
    display: none;
  }
}
/* (xl) Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hide-form-labels-xl form {
    margin-top: 15px;
  }
  .hide-form-labels-xl .form-group label {
    display: none;
  }
}
/* inlay form labels */
.inlay-form-labels form {
  margin-top: 15px;
}
.inlay-form-labels .form-group {
  position: relative;
  margin-top: -19px;
}
.inlay-form-labels .form-group input, .inlay-form-labels .form-group textarea {
  width: 100%;
  height: 50px;
  padding-top: 21px;
}
.inlay-form-labels .form-group label {
  position: relative;
  left: 12px;
  top: 25px;
  display: block;
  color: #b3b3b3;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.inlay-form-labels .form-group.inlay-select, .inlay-form-labels .form-group.inlay-button {
  margin-top: 0;
}
.inlay-form-labels .form-group.inlay-select label, .inlay-form-labels .form-group.inlay-button label {
  display: none;
}
.inlay-form-labels .form-group.inlay-select select {
  height: 100%;
}
section.bg-dark .form-control {
  background-color: #2f343a;
  border-color: #262a2f;
  color: #fff;
}
.textarea-short textarea {
  min-height: 100px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-dark .table td, section.bg-dark .table th, section.bg-image .table td, section.bg-image .table th {
  border-color: rgba(255, 255, 255, 0.1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// MISC. /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .scroll-window */
/* -------------- */
div.scroll-window {
  position: relative;
}
div.scroll-window div.top-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.top-overlay {
  background: -moz-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa", endColorstr="#00f8f9fa",GradientType=0);
}
div.scroll-window div.middle-content {
  z-index: 0;
  overflow: scroll;
  height: 600px;
  padding: 100px 35px 100px 25px;
}
div.scroll-window div.bottom-overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.bottom-overlay {
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f8f9fa", endColorstr="#f8f9fa",GradientType=0);
}
/* .bouncing */
/* --------- */
div.bouncing {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
body:not(.scrolled) div.bouncing {
  -webkit-animation: bounce 2s infinite ease-in-out;
}
body.scrolled div.bouncing {
  opacity: 0.5;
}
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
}
/* .show-more */
/* ---------- */
div.show-more {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 45px;
  /* at least height of 'show less' button */
}
div.show-more div.show-more-button {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
div.show-more.open div.show-more-button {
  height: 37px;
  border-top: 1px solid #eee;
}
div.show-more div.show-more-button span.text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #008E9C;
}
/* .well */
/* ----- */
.well {
  position: relative;
  /* border-radius: calc(.25rem - 1px); */
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 0.9rem;
}
section.bg-dark .well {
  background-color: #2f343a;
  border-color: #2d3238;
}
section.bg-image .well {
  color: #5d5d5d;
}
section.bg-gray .well {
  background-color: #fff;
}
.well.well-shadow, .split-well.well-shadow {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.3);
}
.well.well-heavy-shadow, .split-well.well-heavy-shadow {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 30px 71px rgba(1, 2, 2, 0.2);
  box-shadow: 0 30px 71px rgba(1, 2, 2, 0.2);
}
.well.well-shadow-hover:hover {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.well.bg-primary {
  border-color: #007abb;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007abc+0,0088cb+100 */
  background: #007abc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007abc 0%, #0088cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007abc 0%, #0088cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007abc 0%, #0088cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007abc", endColorstr="#0088cb",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 992px) {
  .well.well-overlap-left {
    position: relative;
    margin-left: -110px;
    margin-bottom: 55px;
  }
}
.split-well {
  border-radius: 0.9rem;
}
.split-well .well-bg {
  height: 250px;
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
}
.split-well .well-body {
  position: relative;
  /* border-radius: calc(.25rem - 1px); */
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-bottom-left-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
}
/* .text-gold */
/* ---------- */
.review-star {
  color: #ffcf00;
}
/* Flyout Sticky */
/* ------------- */
div.flyout-sticky {
  position: fixed;
  z-index: 6000;
  top: calc(30% - 45px);
  left: -350px;
  width: 400px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.flyout-sticky.over {
  left: 0;
}
div.flyout-sticky div.tab {
  position: absolute;
  top: 3px;
  right: 0;
  width: 50px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  color: #008E9C;
  background-color: #343a40;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
div.flyout-sticky div.content {
  position: absolute;
  top: 3px;
  right: 50px;
  padding: 25px;
  width: 350px;
  min-height: 200px;
  background-color: #343a40;
  -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}
/* Social */
/* ------ */
.bg-facebook, a.hover-bg-facebook:hover {
  background-color: #3b5998 !important;
}
.text-facebook, a.hover-text-facebook:hover {
  color: #3b5998 !important;
}
a.bg-facebook, a.text-facebook.hover-bg-facebook:hover {
  color: #fff !important;
}
.bg-twitter, a.hover-bg-twitter:hover {
  background-color: #55acee !important;
}
.text-twitter, a.hover-text-twitter:hover {
  color: #55acee !important;
}
a.bg-twitter, a.text-twitter.hover-bg-twitter:hover {
  color: #fff !important;
}
.bg-instagram, a.hover-bg-instagram:hover {
  background-color: #e4405f !important;
}
.text-instagram, a.hover-text-instagram:hover {
  color: #e4405f !important;
}
a.bg-instagram, a.text-instagram.hover-bg-instagram:hover {
  color: #fff !important;
}
.bg-youtube, a.hover-bg-youtube:hover {
  background-color: #bb0000 !important;
}
.text-youtube, a.hover-text-youtube:hover {
  color: #bb0000 !important;
}
a.bg-youtube, a.text-youtube.hover-bg-youtube:hover {
  color: #fff !important;
}
.bg-linkedin, a.hover-bg-linkedin:hover {
  background-color: #007bb5 !important;
}
.text-linkedin, a.hover-text-linkedin:hover {
  color: #007bb5 !important;
}
a.bg-linkedin, a.text-linkedin.hover-bg-linkedin:hover {
  color: #fff !important;
}
.bg-rss, a.hover-bg-rss:hover {
  background-color: #ff6600 !important;
}
.text-rss, a.hover-text-rss:hover {
  color: #ff6600 !important;
}
a.bg-rss, a.text-rss.hover-bg-rss:hover {
  color: #fff !important;
}
.bg-google, a.hover-bg-google:hover {
  background-color: #dd4b39 !important;
}
.text-google, a.hover-text-google:hover {
  color: #dd4b39 !important;
}
a.bg-google, a.text-google.hover-bg-google:hover {
  color: #fff !important;
}
.bg-yahoo, a.hover-bg-yahoo:hover {
  background-color: #7B0099 !important;
}
.text-yahoo, a.hover-text-yahoo:hover {
  color: #7B0099 !important;
}
a.bg-yahoo, a.text-yahoo.hover-bg-yahoo:hover {
  color: #fff !important;
}
.bg-yelp, a.hover-bg-yelp:hover {
  background-color: #c41200 !important;
}
.text-yelp, a.hover-text-yelp:hover {
  color: #c41200 !important;
}
a.bg-yelp, a.text-yelp.hover-bg-yelp:hover {
  color: #fff !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// MISC. BOOTSTRAP OVERRIDES /////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* code */
code {
  color: #c3c3c3;
  word-break: normal;
}
/* breadcrumb */
ol.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
ol.breadcrumb, .bg-overlay ol.breadcrumb {
  padding: 0;
}
ol.breadcrumb .breadcrumb-item.active, .bg-overlay ol.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.7;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before, .bg-overlay ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  opacity: 0.5;
}
/* carousel */
.carousel, .item, .active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
/* navs */
.nav-pills {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding-left: 22px;
}
/* White Background */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #008e9c;
  text-decoration: underline;
}
.nav-pills > li > a {
  color: #008e9c;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
  color: #7ba229;
}
/* BG Primary */
section.bg-primary .nav-pills > li.active > a, section.bg-primary .nav-pills > li.active > a:focus, section.bg-primary .nav-pills > li.active > a:hover {
  color: #fff;
  text-decoration: underline;
}
section.bg-primary .nav-pills > li > a {
  color: #fff;
}
section.bg-primary .nav-pills > li > a:focus, section.bg-primary .nav-pills > li > a:hover {
  color: #7ba229;
}
@media (max-width: 500px) {
  .nav-pills {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-left: 22px;
  }
}
/* pagination */
.pagination .page-link {
  border-color: #e6e5e2;
  color: #008E9C;
}
.pagination .page-link:hover {
  background-color: #f4f2ef;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 229, 226, 0.74);
}
/* Borders */
.border-top {
  border-top: 1px solid #e2e2e2 !important;
}
.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.border-bottom {
  border-bottom: 1px solid #e2e2e2 !important;
}
.border-left {
  border-left: 1px solid #e2e2e2 !important;
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-md-right {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-md-left {
    border-left: 1px solid #e2e2e2 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e2e2e2 !important;
  }
  .border-lg-right {
    border-right: 1px solid #e2e2e2 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .border-lg-left {
    border-left: 1px solid #e2e2e2 !important;
  }
}
.border-fade {
  border-color: rgba(226, 226, 226, 0.54) !important;
}
/* XXL bootstrap */
/* (xxl) Extra large devices (large desktops, 1500px and up) */
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// CUSTOM: NINE OVERRIDES / WIDGET ADDDITIONS ETC. ///////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .alternate-numbered */
/* ------------------- */
.alternate-numbered {
  margin-bottom: 25px;
}
.alternate-numbered .an-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #9e9e9e00;
  font-size: 34px;
  line-height: 34px;
  font-family: "metropolisbold", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: auto;
}
.alternate-numbered .an-image {
  display: none;
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .alternate-numbered {
    margin-bottom: 65px;
  }
  .alternate-numbered .an-number {
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 50px;
  }
  .alternate-numbered :not(.order-lg-last) .an-number {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .alternate-numbered .order-lg-last .an-number {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .alternate-numbered .an-image {
    display: block;
  }
}
/* arrows */
/* ------ */
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}
.arrow.arrow-up {
  border-width: 0 20px 20px 20px !important;
}
/* arrow colors */
.arrow.arrow-primary, section.section-arrow.arrow-primary .arrow {
  border-color: #008E9C transparent transparent transparent;
}
.arrow.arrow-secondary, section.section-arrow.arrow-secondary .arrow {
  border-color: #7BA229 transparent transparent transparent;
}
.arrow.arrow-tertiary, section.section-arrow.arrow-tertiary .arrow {
  border-color: #FFC721 transparent transparent transparent;
}
.arrow.arrow-quaternary, section.section-arrow.arrow-quaternary .arrow {
  border-color: #F79218 transparent transparent transparent;
}
.arrow.arrow-gray, section.section-arrow.arrow-gray .arrow {
  border-color: #f8f9fa transparent transparent transparent;
}
.arrow.arrow-dark, section.section-arrow.arrow-dark .arrow {
  border-color: #343a40 transparent transparent transparent;
}
/* section arrows */
section.section-arrow {
  border-top: 10px solid #ffffff;
}
section.section-arrow.arrow-primary {
  border-color: #008E9C;
}
section.section-arrow.arrow-secondary {
  border-color: #7BA229;
}
section.section-arrow.arrow-tertiary {
  border-color: #FFC721;
}
section.section-arrow.arrow-quaternary {
  border-color: #F79218;
}
section.section-arrow.arrow-gray {
  border-color: #f8f9fa;
}
section.section-arrow.arrow-dark {
  border-color: #343a40;
}
section.section-arrow .arrow {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  z-index: 1;
}
section.section-arrow .arrow.arrow-up {
  bottom: 0 !important;
}
@media (min-width: 960px) {
  .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
  }
  .arrow.arrow-up {
    border-width: 0 25px 25px 25px !important;
  }
  section.section-arrow .arrow {
    left: calc(50% - 25px);
  }
}
/* event */
.event-show-when-selected {
  display: none;
}
.wi-events-guest-select .wi-select-event {
  cursor: pointer;
}
.wi-events-guest-select .wi-select-event i.on {
  display: none;
}
.wi-events-guest-select .wi-select-event.selected i.on {
  display: inline;
}
.wi-events-guest-select .wi-select-event.selected i.off {
  display: none;
}
/* .wi-testimonials-small */
/* ---------------------- */
.wi-testimonials-small a.wi-testimonial {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-testimonials-small a.wi-testimonial:hover {
  text-decoration: none !important;
}
.wi-testimonials-small a.wi-testimonial div.wi-image {
  position: relative;
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding-top: 100%;
  background-color: #f7f6f5;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wi-testimonials-small a.wi-testimonial div.wi-image i {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 18px);
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-testimonials-small a.wi-testimonial:hover div.wi-image i {
  color: #ffffff;
  opacity: 1;
}
.wi-testimonials-small a.wi-testimonial blockquote p {
  font-size: 14px;
}
.wi-promos-1 .promo-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.wi-promos-1 .promo {
  border: 4px dashed #fff;
  padding: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}
.wi-promos-1 .promo-blue {
  background-color: rgba(0, 129, 204, 0.95);
}
.wi-promos-1 .promo-orange {
  background-color: rgba(232, 110, 4, 0.95);
}
.wi-promos-1 .promo-gray {
  background-color: rgba(0, 0, 0, 0.65);
}
.wi-promos-1 .promo h1, .wi-promos-1 .promo h2, .wi-promos-1 .promo h3, .wi-promos-1 .promo h4, .wi-promos-1 .promo h5 {
  color: #fff;
}
.wi-promos-1 .promo .expiration {
  opacity: 0.6;
  font-style: italic;
}
@media (min-width: 992px) {
  .bump-up-low {
    position: relative;
    top: -50px;
    margin-bottom: -45px;
  }
  .bump-up {
    position: relative;
    top: -100px;
    margin-bottom: -95px;
  }
  .bump-up-high {
    position: relative;
    top: -200px;
    margin-bottom: -195px;
  }
}
/* -------------------- */
a.btn-video {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
a.btn-video:hover {
  text-decoration: none;
}
a.btn-video .btn-video-overlay {
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008E9C+0,008E9C+100&0.2+0,0.6+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33008E9C", endColorstr="#99008E9C",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video:hover .btn-video-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7BA229+0,7BA229+100&0.2+0,0.6+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#337BA229", endColorstr="#997BA229",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video .btn-video-overlay .play-icon {
  opacity: 1;
  font-size: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-video .btn-video-overlay h5 {
  opacity: 0.8;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-video:hover .btn-video-overlay h5 {
  opacity: 1;
}
@media (min-width: 768px) {
  a.btn-video .btn-video-overlay {
    text-align: center;
    padding: 95px;
  }
}
@media (min-width: 992px) {
  a.btn-video .btn-video-overlay .play-icon {
    font-size: 100px;
  }
}
/* div. */
div.in-content-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
/* div.in-content-video */
div.in-content-video {
  position: relative;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
div.in-content-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
/* .graph-bg */
.graph-bg {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.graph-bg div.overlay {
  padding: 25px 35px;
  background-color: rgba(123, 162, 41, 0.9);
}
/* .cce */
.cce a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #008E9C;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.cce a:hover {
  text-decoration: none;
  background-color: #7BA229;
}
.cce-sm .cce a {
  width: 40px;
  height: 40px;
  font-size: 15px;
}
.cce-lg .cce a {
  width: 100px;
  height: 100px;
  font-size: 40px;
}
/* .info-block */
a.info-block-title {
  display: block;
  position: relative;
  top: -50px;
  text-align: center;
  font-size: 30px;
  color: #5c5c5c;
  text-decoration: none;
}
a.info-block-title img {
  display: block;
  border: 2px solid #eee;
  background-color: #fff;
  padding: 25px;
  border-radius: 50%;
  margin: auto;
  height: 120px;
  width: 120px;
}
a.info-block-title.over img {
  border-color: #008E9C;
}
div.info-block {
  position: relative;
  display: block;
  min-height: 420px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  overflow: hidden;
  color: #fff;
}
div.info-block div.info {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(123, 162, 41, 0);
  padding: 30px 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.info-block div.info div.info-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
div.info-block div.info div.info-content {
  font-size: 24px;
}
div.info-block.over div.info {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* --- */
.tic-tac {
  overflow: hidden;
  position: relative;
  top: -2px;
  left: -2px;
}
.tic-tac > div.row {
  position: relative;
  bottom: -2px;
  right: -2px;
  margin-right: 0;
  margin-left: 0;
}
.tic-tac > div > div {
  text-align: center;
  padding: 25px;
  border-right: 1px solid rgba(52, 58, 64, 0.2);
  border-bottom: 1px solid rgba(52, 58, 64, 0.2);
}
/* Service Badges */
.service-column .service-badge {
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  border-radius: 100%;
  background-color: #f8f9fa;
  padding: 13px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.service-column a:hover .service-badge {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.service-column .service-badge-text {
  text-align: center;
  color: #5d5d5d;
  font-size: 20px;
  margin-top: 10px;
}
/* Careers */
.career-section {
  /* margin-top: 125px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 90vh;
  padding: 0px !important;
  background-color: white;
}
.career-section .career {
  width: 20%;
  height: 33.3333%;
  opacity: 0;
}
.career-section .career-message {
  height: 33.3333%;
  width: 60%;
  position: absolute;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.career-section .career-message h1 {
  font-size: 46px;
}
.career {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1150px) {
  .career-section .career-message {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .career-section {
    /* margin-top: 54px; */
  }
  .career-section .career {
    width: 25%;
  }
  .career-section .career:nth-child(7), .career-section .career:nth-child(8), .career-section .career:nth-child(9) {
    display: none;
  }
}
@media (max-width: 650px) {
  .career-section {
    height: 50vh;
  }
  .career-section .career-message h1 {
    text-align: center;
    font-size: 30px;
  }
}
/* 9th Override */
.card-link:hover {
  text-decoration: none !;
}
.card-link:hover h4 {
  text-decoration: underline;
}
.card-link small {
  color: #5d5d5d;
}
@media (min-width: 1200px) {
  .well.well-overlap-left-xl {
    position: relative;
    margin-left: -110px;
    margin-bottom: 55px;
  }
}
.wi-twitter-1 .well {
  display: flex;
  align-items: center;
}
.wi-twitter-1 .well .tweet-icon {
  top: unset !important;
}
div.wi-twitter-1 div.well {
  border-left-width: 1px !important;
}
/* job listing */
.listing {
  position: relative;
  justify-content: space-between;
  display: flex;
  min-height: 20px;
  padding: 22px 28px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  align-items: center;
  border-style: solid;
  border-color: #b0b0b0;
  border-width: 1px;
  border-radius: 0.5rem;
}
.listing i {
  font-size: 39px;
  position: absolute;
  display: flex;
  right: 24px;
}
/* Full Calendar */
.calendar-loading, .calendar-error {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
}
span.fc-title {
  white-space: normal;
}
.fc-day.not-open, .fc-day.fc-past {
  background-color: #f8f9fa;
}
.fc-past.fc-day-top, .not-open.fc-day-top {
  opacity: 0.3;
}
.fc-day-grid-event {
  background-color: #7BA22C;
  border-color: #7BA22C;
}
.fc-today {
  background-color: rgba(123, 162, 41, 0.2);
  border-color: rgba(123, 162, 41, 0.2);
}
/* .fc-repeat-event:not(.fc-past-event) {
  opacity: .6
} */
.fc-event {
  color: #fff !important;
}
.fc-filter-hide {
  border-color: #afafaf !important;
  background-color: #afafaf !important;
  opacity: 0.3;
}
.calendar-legend ul {
  display: flex;
}
.calendar-legend li {
  font-size: 20px;
  align-self: flex-start;
  display: flex;
}
.calendar-legend li:before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  align-self: flex-start;
  display: flex;
  margin-right: 3px;
}
.calendar-legend li:first-child:before {
  background-color: #7BA22C;
}
.calendar-legend li:nth-child(2):before {
  background-color: #008E9C;
}
.calendar-legend li:nth-child(3):before {
  background-color: #F79218;
}
.fc-weekly {
  background-color: #F79218;
  border-color: #F79218;
}
.fc-camp {
  background-color: #008E9C;
  border-color: #008E9C;
}
.fc-past-event {
  background-color: #afafaf;
  border-color: #afafaf;
}
/* general accordion */
.wi-accordion {
  width: 100%;
}
.wi-accordion div.card {
  border-radius: 0;
  margin-bottom: 2px;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.wi-accordion div.card div.card-header {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.wi-accordion div.card div.card-header button {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  color: #313536;
  padding: 12px;
  padding-left: 40px;
  border: none;
  background-color: transparent;
}
.wi-accordion div.card div.card-header button i {
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.4;
  left: 14px;
  top: 16px;
}
.wi-accordion div.card div.card-header button.collapsed i {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.wi-accordion div.card div.card-header button img {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 40px;
}
.wi-accordion div.card div.card-body {
  background-color: transparent;
}
.wi-accordion div.card div.card-body div.coupon {
  background-color: #fff;
}
.wi-accordion div.card div.card-body a.view-services {
  position: relative;
  top: -40px;
  left: 23px;
}
.wi-accordion div.card:nth-child(even) {
  background-color: #fff;
}
.accordion .card-header {
  background-color: #198e9c;
}
.accordion button {
  box-shadow: none;
  color: #fff;
}
.accordion button:hover {
  color: #fff;
}
.loc-change {
  background-color: #fcfcfc;
}
.loc-change:hover {
  background-color: #008E9C;
}
.small, small {
  font-size: 88%;
}
.fa-map-marker-alt, .fa-calendar-alt, .fa-store, .fa-envelope, .fa-rss, .fa-pencil-alt, .fa-phone, .fa-sun, .fa-bug, .fa-birthday-cake, .fa-cut {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em !important;
  font-weight: unset !important;
}
a.btn-icon i.fa, a.btn-icon i.fad {
  font-size: 1.9em !important;
}
.fa-map-marker-alt::before, .fad.fa-map-marker-alt::after {
  content: "" !important;
}
.fa-calendar-alt::before, .fad.fa-calendar-alt::after {
  content: "" !important;
}
.fa-store::before, .fad.fa-store::after {
  content: "" !important;
}
.fa-envelope::before, .fad.fa-envelope::after {
  content: "" !important;
}
.fa-rss::before, .fad.fa-rss::after {
  content: "" !important;
}
.fa-pencil-alt::before, .fad.fa-pencil-alt::after {
  content: "" !important;
}
.fa-phone::before, .fad.fa-phone::after {
  content: "" !important;
}
.fa-sun::before, .fad.fa-sun::after {
  content: "" !important;
}
.fa-bug::before, .fad.fa-bug::after {
  content: "" !important;
}
.fa-birthday-cake::before, .fad.fa-birthday-cake::after {
  content: "" !important;
}
.fa-cut::before, .fad.fa-cut::after {
  content: "" !important;
}
.title-icon {
  display: flex;
  align-items: center;
}
.title-icon i {
  font-size: 1.8em;
  margin-right: 1.5rem;
}
.wi-events-1 .well {
  margin-top: -5px;
}
.wi-events-1 .img-abstract {
  min-height: 118.5px;
  border-radius: 0.8rem;
  z-index: 2;
}
.wi-events-1 .card {
  background: transparent;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem 0.25rem 0.9rem 0.9rem;
  flex: 0 0 calc(100% - 30px) !important;
}
[class^="bg-"] .wi-events-1 .card {
  border: none;
}
.wi-events-1 .card-title {
  margin-bottom: 0px;
}
.wi-events-1 .card-footer {
  background-color: #fff;
  border-top: none;
  padding-top: 0px;
  border-radius: 0 0 0.9rem 0.9rem;
}
.wi-events-1 .card-body {
  font-size: 80%;
  padding-bottom: 0px;
  /* border-radius: .9rem .9rem 0 0; */
  background-color: #fff;
}
.wi-events-1 .title-box {
  display: flex;
  align-items: center;
  text-align: center;
}
.wi-events-1 .card .card-img-top {
  /* border-radius: .9rem; */
  z-index: 2;
}
@media (min-width: 768px) {
  .wi-events-1 .card {
    flex: 0 0 calc(50% - 30px) !important;
  }
  .wi-events-1 .title-box {
    min-height: 95px;
  }
}
@media (min-width: 992px) {
  .wi-events-1 .card {
    flex: 0 0 calc(25% - 30px) !important;
  }
}
.lr-sect .left, .lr-sect .right {
  position: relative;
}
.lr-sect .row {
  margin: 0px;
}
@media (min-width: 1290px) {
  .lr-sect.split-right .left {
    width: 40%;
  }
  .lr-sect.split-right .right {
    width: 60%;
    padding: 75px 0px;
  }
}
@media (min-width: 1200px) {
  .lr-sect.split-right .right .lr-container {
    width: 760px;
    padding-left: 75px;
  }
}
@media (min-width: 1200px) and (max-width: 1289px) {
  .lr-sect.split-right .left {
    width: 40%;
  }
  .lr-sect.split-right .right {
    width: 60%;
    padding: 75px 0px;
  }
  .lr-sect.split-right .right .lr-container {
    width: 700px;
    padding-left: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .lr-sect.split-right .left {
    width: 33.333%;
  }
  .lr-sect.split-right .right {
    width: 66.6667%;
    padding: 75px 0px;
  }
  .lr-sect.split-right .right .lr-container {
    margin-right: auto;
    width: 640px;
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .lr-sect {
    display: flex;
    flex-direction: row;
    padding: 0px;
  }
  .ico-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .ico-wrap i {
    font-size: 2.8em !important;
  }
  .ico-wrap img {
    font-size: 2.8em !important;
    max-height: 150px;
  }
  .ico-wrap .ico-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
  }
  .ico-wrap .ico-box .ico-title {
    display: block;
    margin-bottom: 3px;
  }
  .ico-wrap .ico-box .ico-sub {
    display: block;
    font-size: 0.85em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.lr-sect {
    padding: 0px;
  }
  .lr-sect.split-right .right {
    padding: 45px 0px;
  }
  .lr-sect.split-right .right .lr-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .lr-sect.split-right .left {
    height: 275px;
  }
  .ico-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .ico-wrap i {
    font-size: 2.8em !important;
  }
  .ico-wrap img {
    font-size: 2.8em !important;
    max-height: 150px;
  }
  .ico-wrap .ico-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
  }
  .ico-wrap .ico-box .ico-title {
    display: block;
    margin-bottom: 3px;
  }
  .ico-wrap .ico-box .ico-sub {
    display: block;
    font-size: 0.85em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.lr-sect {
    padding: 0px;
  }
  .lr-sect.split-right .right {
    padding: 45px 0px;
  }
  .lr-sect.split-right .right .lr-container {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .lr-sect.split-right .left {
    height: 275px;
  }
  .ico-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .ico-wrap i {
    font-size: 2.8em !important;
  }
  .ico-wrap img {
    font-size: 2.8em !important;
    max-height: 150px;
  }
  .ico-wrap .ico-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
  }
  .ico-wrap .ico-box .ico-title {
    display: block;
    margin-bottom: 3px;
  }
  .ico-wrap .ico-box .ico-sub {
    display: block;
    font-size: 0.85em;
  }
}
@media (max-width: 576px) {
  section.lr-sect {
    padding: 0px;
  }
  .lr-sect.split-right .right {
    padding: 45px 0px;
  }
  .lr-sect.split-right .right .lr-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .lr-sect.split-right .left {
    height: 275px;
  }
  .ico-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    font-size: 2rem;
  }
  .ico-wrap i {
    font-size: 1.8em !important;
  }
  .ico-wrap img {
    max-height: 100px;
  }
  .ico-wrap .ico-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
  }
  .ico-wrap .ico-box .ico-title {
    display: block;
    margin-bottom: 3px;
  }
  .ico-wrap .ico-box .ico-sub {
    display: block;
    font-size: 0.85em;
  }
}
.lead-lg {
  font-size: 1.5rem;
}
.section-p-lg {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .back-none-mob {
    background-image: none !important;
  }
}
span[class*="underline-"] {
  background-position: 0 1.1em;
  background-size: 100%;
  background-repeat: no-repeat;
}
span.underline-primary {
  background-image: url(/oak/files/icons/underline.primary.svg);
}
span.underline-secondary {
  background-image: url(/oak/files/icons/underline.secondary.svg);
}
span.underline-tertiary {
  background-image: url(/oak/files/icons/underline.tertiary.svg);
}
span.underline-quaternary {
  background-image: url(/oak/files/icons/underline.quaternary.svg);
}
@media (max-width: 992px) {
  .underline-m-none {
    background-image: none !important;
  }
}
.oak_contact_form_wrapper h4 {
  font-size: 1rem;
  padding: 10px 0px !important;
}
.popover {
  min-width: 800px;
}
/* infusion soft forms helper */
/* birthday request */
.infusionsoft-helper-birthday-request .infusionsoft-main label {
  display: none;
}
.infusionsoft-helper-birthday-request .infusionsoft-nested input.infusion-date-input {
  width: 100%;
}
.infusionsoft-helper-birthday-request .infusionsoft-nested .infusion-calendar-wrapper {
  position: relative;
  z-index: 50;
}
.infusionsoft-helper-birthday-request .infusionsoft-nested .infusion-calendar-wrapper .calendar-picker-container {
  position: absolute;
  top: 7px;
  right: 2px;
}
.infusionsoft-helper-birthday-request .infusionsoft-nested textarea {
  width: 100%;
}
/* private request */
.infusionsoft-helper-private-request .hide-label label {
  display: none;
}
.infusionsoft-helper-private-request .infusionsoft-nested input.infusion-date-input {
  width: 100%;
}
.infusionsoft-helper-private-request .infusionsoft-nested .infusion-calendar-wrapper {
  position: relative;
  z-index: 50;
}
.infusionsoft-helper-private-request .infusionsoft-nested .infusion-calendar-wrapper .calendar-picker-container {
  position: absolute;
  top: 7px;
  right: 2px;
}
.infusionsoft-helper-private-request .infusionsoft-nested textarea {
  width: 100%;
}
/* mobile request */
.infusionsoft-helper-mobile-request .hide-label label {
  display: none;
}
.infusionsoft-helper-mobile-request .infusionsoft-nested input.infusion-date-input {
  width: 100%;
}
.infusionsoft-helper-mobile-request .infusionsoft-nested .infusion-calendar-wrapper {
  position: relative;
  z-index: 50;
}
.infusionsoft-helper-mobile-request .infusionsoft-nested .infusion-calendar-wrapper .calendar-picker-container {
  position: absolute;
  top: 7px;
  right: 2px;
}
.infusionsoft-helper-mobile-request .infusionsoft-nested textarea {
  width: 100%;
}
@media (max-width: 992px) {
  .infusionsoft-helper-private-request input, .infusionsoft-helper-private-request textarea {
    font-size: 12px;
  }
  .infusionsoft-helper-birthday-request input, .infusionsoft-helper-birthday-request textarea {
    font-size: 12px;
  }
  .infusionsoft-helper-mobile-request input, .infusionsoft-helper-mobile-request textarea {
    font-size: 12px;
  }
}
.filter-select select {
  width: 100%;
  height: 44px;
  border-color: #929292;
}
.fancybox-button--thumbs, .fancybox-button--play, .fancybox-infobar {
  display: none !important;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.nav-group-fq a span {
  display: inline-block;
}
.fran_location_select_wrapper {
  background-color: #fff;
  border: 1px dashed #ced4da;
  color: #5d5d5d;
}
.fran_location_select {
  display: block;
}
.fran_location_select, .zip_finding_location {
  padding: 1rem;
  margin-bottom: 0;
}
.view-more:hover {
  cursor: pointer;
}
.thumbs-sect {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 2;
}
.thumbs-sect i:hover {
  cursor: pointer;
}
.thumbs-circle {
  padding-bottom: 80%;
  width: 80%;
  position: relative;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  transition: 0.2s ease-in;
}
.thumbs-circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
.thumbs-circle i {
  font-size: 90px;
  font-weight: 100;
}
@media (max-width: 600px) {
  .thumbs-circle i {
    font-size: 63px;
  }
}
.thumbs-circle .thumbs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbs-circle.green {
  border-color: #31a752;
}
.thumbs-circle.green i {
  color: #31a752;
}
.thumbs-circle.red {
  border-color: #EF4233;
}
.thumbs-circle.red i {
  color: #EF4233;
}
.blog-icon-size {
  font-size: 1.1rem !important;
}
/* Form Update Conflicts */
input[type="checkbox"] ~ label {
  top: unset !important;
  left: unset !important;
  font-size: 14px !important;
}
input[type="checkbox"] {
  height: 12px !important;
  width: 12px !important;
  padding-top: 0px !important;
  margin: 0px !important;
  left: 2px;
  top: 4px !important;
}
.form-group div:not([class]) label {
  display: none;
}
.form-group.mb-0 {
  margin-bottom: 18px !important;
}
.form-check .form-check-label {
  display: block !important;
  color: #5d5e5d !important;
}
/* For a very picky client */
div[center-me="display: none !important;"] {
  text-align: center !important;
}
/* Widget Side Tabs */
.wi-side-tabs li.tab {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #2b2b2b;
  padding: 10px;
}
.wi-side-tabs li.tab.primary {
  background-color: #7ba229;
  border-color: #7ba229;
  color: #fff;
  padding: 10px;
}
.wi-side-tabs li.tab:hover, .wi-side-tabs li.tab.active {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #e0e0e0;
}
.wi-side-tabs li.tab.primary:hover, .wi-side-tabs li.tab.primary.active {
  background-color: #008e9c;
  border-color: #008e9c;
  color: #fff;
}
.wi-side-tabs li.tab span.tab-caret {
  display: none;
  position: absolute;
  right: 4px;
  color: #2b2b2b;
  font-size: 2rem;
  height: 32px;
}
.wi-side-tabs li.tab.primary span.tab-caret {
  color: #008e9c;
}
.wi-side-tabs li.tab.active span.tab-caret {
  display: inline !important;
}
.wi-side-tabs li.tab div.tab-content {
  display: none;
}
/* New Accordion */
.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eeeeee;
}
/* Accordion Text and Background Color Options */
.accordion.accordion-text-light .accordion-title {
  color: #fff !important;
}
.accordion.accordion-text-light-hover .accordion-title:hover {
  color: #fff !important;
}
.accordion.accordion-text-dark .accordion-title {
  color: #5d5d5d !important;
}
.accordion.accordion-text-dark-hover .accordion-title:hover {
  color: #5d5d5d !important;
}
.accordion.accordion-text-primary .accordion-title {
  color: #008E9C !important;
}
.accordion.accordion-text-primary-hover .accordion-title:hover {
  color: #008E9C !important;
}
.accordion.accordion-text-secondary .accordion-title {
  color: #7BA229 !important;
}
.accordion.accordion-text-secondary-hover .accordion-title:hover {
  color: #7BA229 !important;
}
.accordion.accordion-text-tertiary .accordion-title {
  color: #FFC721 !important;
}
.accordion.accordion-text-tertiary-hover .accordion-title:hover {
  color: #FFC721 !important;
}
.accordion.accordion-text-quaternary .accordion-title {
  color: #F79218 !important;
}
.accordion.accordion-text-quaternary-hover .accordion-title:hover {
  color: #F79218 !important;
}
.accordion.accordion-bg-light .accordion-title {
  background-color: #fff !important;
  color: #5d5d5d;
}
.accordion.accordion-bg-light-hover .accordion-title:hover {
  background-color: #fff !important;
}
.accordion.accordion-bg-dark .accordion-title {
  background-color: #5d5d5d !important;
  color: #fff;
}
.accordion.accordion-bg-dark-hover .accordion-title:hover {
  background-color: #5d5d5d !important;
}
.accordion.accordion-bg-primary .accordion-title {
  background-color: #008E9C !important;
  color: #fff;
}
.accordion.accordion-bg-primary-hover .accordion-title:hover {
  background-color: #008E9C !important;
}
.accordion.accordion-bg-secondary .accordion-title {
  background-color: #7BA229 !important;
  color: #fff;
}
.accordion.accordion-bg-secondary-hover .accordion-title:hover {
  background-color: #7BA229 !important;
}
.accordion.accordion-bg-tertiary .accordion-title {
  background-color: #FFC721 !important;
  color: #fff;
}
.accordion.accordion-bg-tertiary-hover .accordion-title:hover {
  background-color: #FFC721 !important;
}
.accordion.accordion-bg-quaternary .accordion-title {
  background-color: #F79218 !important;
  color: #fff;
}
.accordion.accordion-bg-quaternary-hover .accordion-title:hover {
  background-color: #F79218 !important;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: #7BA229;
}
.accordion .accordion-content {
  padding: 20px;
}
.more-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  background: linear-gradient(to top, #ffffff 10%, #ffffff80);
  bottom: 0px;
}
section.bg-gray .more-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  background: linear-gradient(to top, #f8f9fa 10%, #f8f9fa00);
  bottom: 0px;
}
.iframe-contained iframe, iframe.iframe-contained {
  height: 290px !important;
}
