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

                hex: #0061c2
                rgb: rgb(0, 97, 194)

        Secondary color

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

        Tertiary color

                hex: #639c50
                rgb(99, 156, 80)
                rgb: rgb(99, 156, 80)

        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 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* page */
html {
  overflow-x: hidden;
}
body {
  color: #5d5d5d;
  background-color: #343a40;
  /* generally the color of the footer for shorter pages */
  overflow-x: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
/* Removed z-index for modals to work properly */
main {
  position: relative;
  /*z-index: 1;*/
  clear: both;
}
/* a tags */
a {
  color: #0061c2;
}
a:hover {
  color: #006ad5;
}
.text-light a:not(.btn) {
  color: #ffffff;
}
.text-light a:not(.btn):hover {
  color: #006ad5;
}
/* .text- */
.text-primary {
  color: #0061c2 !important;
}
.text-secondary {
  color: #2f343a !important;
}
a.text-secondary:hover {
  color: #2f343a !important;
}
.text-tertiary {
  color: #639c50 !important;
}
.text-dark {
  color: #5d5d5d !important;
}
.text-dark-2 {
  color: #2f343a !important;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.text-fade {
  opacity: 0.8;
}
/* .badge- */
.badge-primary {
  background-color: #0061c2;
}
.badge-secondary {
  background-color: #2f343a;
}
/* .bg- */
.bg-primary {
  background-color: #0061c2 !important;
}
.bg-secondary {
  background-color: #2f343a !important;
}
.bg-secondary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f343a+57,0061c2+100 */
  background: #296565;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #296565 57%, #7fb742 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #296565 57%, #7fb742 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #296565 57%, #7fb742 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f343a", endColorstr="#0061c2",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-tertiary {
  background-color: #639c50 !important;
}
.tooltip-inner {
  background-color: #2f343a;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #2f343a !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #2f343a !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #2f343a !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #2f343a !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TYPOGRAPHY ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5 {
  /* font-family: 'Playfair Display', 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%;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: -2px;
}
/* .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;
}
/* (sm) Small devices (landscape phones, 576px and up) */
/* (md) Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .display-1 {
    font-size: 5rem;
    line-height: 1;
  }
  .display-2 {
    font-size: 4.5rem;
    line-height: 1;
  }
  .display-3 {
    font-size: 3.5rem;
    line-height: 1;
  }
  .display-4 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .display-5 {
    font-size: 2rem;
    line-height: 1;
  }
}
/* (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;
  }
}
/* .font-block
    {
        font-family: "proxima-nova", sans-serif;
        font-weight: 900;
    } */
.font-display {
  font-family: "Permanent Marker", cursive;
}
p {
  margin-bottom: 1.5rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// BUTTONS ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .btn- */
.btn {
  border-radius: 0.2rem;
  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);
}
/* /// .btn Addons before ///////////////////////////////////////////////////////////////////////////////////// */
/* .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;
  background-color: rgba(0, 0, 0, 0.13);
}
.btn-icon:not(.icon-right) i {
  left: 0;
  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: 45%;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: -5px;
}
/* .btn-primary */
.btn-primary {
  background-color: #0061c2;
  border-color: #0061c2;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0061c2;
  border-color: #0061c2;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 194, 0.5);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 194, 0.5);
}
/* .btn-outline-primary */
.btn-outline-primary {
  color: #0061c2;
  border-color: #0061c2;
}
.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: #0061c2;
  border-color: #0061c2;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 194, 0.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 194, 0.5);
}
.btn-outline-primary.btn-icon i {
  color: #fff;
  background-color: rgba(0, 97, 194, 0.8);
}
.btn-outline-primary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-secondary */
.btn-secondary {
  background-color: #2f343a;
  border-color: #2f343a;
}
.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: #2f343a;
  border-color: #2f343a;
  box-shadow: 0 0 0 0.2rem rgba(46, 51, 57, 0.5);
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 51, 57, 0.5);
}
/* .btn-outline-secondary */
.btn-outline-secondary {
  color: #2f343a;
  border-color: #2f343a;
}
.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: #2f343a;
  border-color: #2f343a;
  box-shadow: 0 0 0 0.2rem rgba(46, 51, 57, 0.5);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 51, 57, 0.5);
}
.btn-outline-secondary.btn-icon i {
  color: #fff;
  background-color: rgba(46, 51, 57, 0.8);
}
.btn-outline-secondary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-tertiary */
.btn-tertiary {
  background-color: #639c50;
  border-color: #639c50;
  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;
  background-color: #639c50;
  border-color: #639c50;
  box-shadow: 0 0 0 0.2rem rgba(99, 156, 80, 0.5);
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 156, 80, 0.5);
}
/* .btn-outline-tertiary */
.btn-outline-tertiary {
  color: #639c50;
  border-color: #639c50;
}
.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: #639c50;
  border-color: #639c50;
  box-shadow: 0 0 0 0.2rem rgba(99, 156, 80, 0.5);
}
.btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 156, 80, 0.5);
}
.btn-outline-tertiary.btn-icon i {
  color: #fff;
  background-color: rgba(99, 156, 80, 0.8);
}
.btn-outline-tertiary.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: #0061c2;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #0061c2;
  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);
}
.btn-light.btn-icon i {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #edf1f5;
}
.btn-light.btn-icon:hover i {
  color: #535b62;
}
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: #0061c2;
  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(99, 156, 80, 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: #0061c2;
  background-color: transparent;
}
.btn-link:hover {
  color: #0061c2;
}
/* /// .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 {
  padding: 4px 0;
}
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: 7px;
  right: 53px;
  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: #0061c2;
}
/* mobile nav trigger */
header .mobile-nav-trigger {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 500;
  width: 50px;
  height: 54px;
  /* mobile header height */
  font-size: 2.5rem;
  font-size: 25px;
  color: #0061c2;
  cursor: pointer;
}
header .mobile-nav-trigger .close-icon {
  position: absolute;
  top: 15px;
  right: -100px;
  color: #e34141;
  -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: absolute;
  top: 15px;
  right: 15px;
  -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 {
  right: 18px;
}
header .mobile-nav-trigger.open .open-icon {
  right: -100px;
}
/* -------------- */
header .icon-group, header .header-search {
  display: none;
}
@media (min-width: 350px) {
  header .mobile-logo img.insignia {
    display: none;
  }
  header .mobile-logo img.full {
    display: block;
  }
}
/* (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;
    display: block;
    float: left;
    top: 9px;
    -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: 70px;
    /* 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: 18px;
    -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: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: #2f343a;
    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: 1200px) {
  header .nav-group {
    top: 16px;
  }
}
@media (min-width: 1300px) {
  header .nav-group .nav-group-cta a:not(.btn) {
    /* font-size: 30px; */
  }
}
/* 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;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  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: #394042;
    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: #0061c2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  header div.top-bar div.top-icon-group a.text-style {
    font-size: 12px;
    padding: 0 15px;
    width: auto;
  }
  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: #0061c2;
    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: #2f343a;
  }
}
/* end media query lg */
/* //// HEADER LIGHT (default) /////////////////////////////////////////////////////////////////////////////////////////////////// */
header, body.h-sticky header.scrolled {
  background-color: #f8f9fa;
  -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;
}
/* //// 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: 4px;
  }
  body.h-sticky header.scrolled .logo img {
    height: 40px;
  }
  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: 5px;
  }
  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: 0;
  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(46, 51, 57, 0.94);
}
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: #fff;
  font-size: 2rem;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -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) {
  color: #0061c2;
}
header nav ul.level-1 li a:active:not(.nav-content):not(.mega-h-a) {
  background-color: rgba(0, 97, 194, 0.5);
}
/* carrot */
header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
  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, 97, 194, 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: #0061c2;
}
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: #0061c2;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-img {
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  -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: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 ///////////////////////////////////////////*/
  /* dark */
  /* mega specific */
  header nav {
    position: relative;
    left: 20px;
    height: auto;
    overflow: visible;
  }
  header nav div.mobile-nav-trigger {
    display: none;
  }
  header nav > ul {
    display: block !important;
  }
  header nav ul.level-1 {
    margin: 0;
    width: auto;
  }
  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: 90px;
    /* generally the total height of the logo */
    font-size: 15px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    /* on light defaults */
    text-shadow: none;
    color: #5d5d5d;
  }
  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: #0061c2;
  }
  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: #0061c2;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
    font-size: 17px;
    position: relative;
    padding-left: 11px;
    padding-right: 0;
  }
  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: #0061c2;
    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: 14px;
    line-height: 16px;
  }
  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: #0061c2;
  }
  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: #0061c2;
    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: #0061c2;
    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 #0061c2;
    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 {
    display: block;
    background-color: rgba(52, 58, 64, 0.2);
    color: #fff;
    width: 100%;
    padding: 10px !important;
  }
  body.h-dark header nav li.nav-content {
    background-color: rgba(0, 97, 194, 0.8);
  }
  body.h-nav-content-left header nav li.mega ul.level-2 > li.nav-content, body.h-nav-content-right header nav li.mega ul.level-2 > li.nav-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 250px;
  }
  body.h-nav-content-left header nav li.mega ul.level-2 > li.nav-content {
    left: 0;
  }
  body.h-nav-content-left header nav li.mega ul.level-2 {
    padding-left: 250px;
  }
  body.h-nav-content-right header nav li.mega ul.level-2 {
    padding-right: 250px;
  }
  header nav li.mega ul.level-3 li.nav-content {
    background-color: transparent;
    padding: 10px 0 !important;
  }
  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: #0061c2;
  }
  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 div.mega-h-text {
    color: #333;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-img {
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #eee;
    -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: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) {
    padding: 0 15px;
  }
}
@media (min-width: 1300px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 15px;
    padding: 0 20px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 {
  display: none;
  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;
}
/* (lg) Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section img.section-image {
    display: block;
  }
}
/* //// 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 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;
}
.yt-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
section.bg-video .yt-wrapper {
  z-index: -100;
}
.yt-wrapper iframe {
  min-width: 100%;
  min-height: 100%;
}
.yt-poster {
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
section.bg-video .yt-poster {
  z-index: -99;
}
video.section-bg-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: url(/oak/files/videos/wheat-field.jpg) 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, 97, 194, 0.5);
}
.divider-diagonal.diagonal-shadow.shadow-secondary::before {
  background: rgba(46, 51, 57, 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-primary div.overlay {
  background: -moz-linear-gradient(top, rgba(0, 97, 194, 0.62) 0%, rgba(0, 97, 194, 0.48) 48%, rgba(0, 97, 194, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 97, 194, 0.62) 0%, rgba(0, 97, 194, 0.48) 48%, rgba(0, 97, 194, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 97, 194, 0.62) 0%, rgba(0, 97, 194, 0.48) 48%, rgba(0, 97, 194, 0.57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e0061c2", endColorstr="#910061c2",GradientType=0);
}
section.bg-overlay.overlay-secondary div.overlay {
  background: -moz-linear-gradient(top, rgba(46, 51, 57, 0.62) 0%, rgba(46, 51, 57, 0.48) 48%, rgba(46, 51, 57, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(46, 51, 57, 0.62) 0%, rgba(46, 51, 57, 0.48) 48%, rgba(46, 51, 57, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(46, 51, 57, 0.62) 0%, rgba(46, 51, 57, 0.48) 48%, rgba(46, 51, 57, 0.57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e2f343a", endColorstr="#912f343a",GradientType=0);
}
/* 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-child, body.h-opaque main section:first-child, body.h-transparent main section:first-child {
  padding-top: 90px;
  /* header height + section padding */
}
body.h-sticky main section.half-pad:first-child, body.h-opaque main section.half-pad:first-child, body.h-transparent main section.half-pad:first-child {
  padding-top: 80px;
}
/* overlay */
body.h-sticky main section.bg-overlay:first-child, body.h-opaque main section.bg-overlay:first-child, body.h-transparent main section.bg-overlay:first-child {
  padding: 0 !important;
}
/* reset instead of :not selectors */
body.h-sticky main section.bg-overlay:first-child div.overlay, body.h-opaque main section.bg-overlay:first-child div.overlay, body.h-transparent main section.bg-overlay:first-child div.overlay {
  padding-top: 90px;
  /* header height + section padding */
}
/* top bar */
body.h-sticky.h-show-top-bar main section.bg-overlay:first-child div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-child div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-child div.overlay {
  padding-top: 100px;
  /* 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-child, body.h-opaque main section:first-child, body.h-transparent main section:first-child {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section:first-child, body.h-opaque.h-show-top-bar main section:first-child, body.h-transparent.h-show-top-bar main section:first-child {
    padding-top: 205px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky main section.bg-overlay:first-child, body.h-opaque main section.bg-overlay:first-child, body.h-transparent main section.bg-overlay:first-child {
    padding: 0 !important;
  }
  body.h-sticky main section.bg-overlay:first-child div.overlay, body.h-opaque main section.bg-overlay:first-child div.overlay, body.h-transparent main section.bg-overlay:first-child div.overlay {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section.bg-overlay:first-child div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-child div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-child div.overlay {
    padding-top: 205px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky.h-show-top-bar main section.half-pad:first-child, body.h-opaque.h-show-top-bar main section.half-pad:first-child, body.h-transparent.h-show-top-bar main section.half-pad:first-child {
    padding-top: 150px;
    /* 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: #0061c2;
  top: 10px;
  left: 0;
  z-index: 1;
}
/* 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.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;
}
div.img-abstract.abstract-overlay {
  display: block;
  min-height: auto;
}
div.img-abstract.abstract-overlay div.img-overlay {
  display: flex;
  align-items: 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: http://colorzilla.com/gradient-editor/#2f343a+0,2f343a+99&0.7+0,0.6+50,0.7+100 */
  background: -moz-linear-gradient(top, rgba(41, 101, 101, 0.7) 0%, rgba(41, 101, 101, 0.6) 50%, rgba(41, 101, 101, 0.7) 99%, rgba(41, 101, 101, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(41, 101, 101, 0.7) 0%, rgba(41, 101, 101, 0.6) 50%, rgba(41, 101, 101, 0.7) 99%, rgba(41, 101, 101, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(41, 101, 101, 0.7) 0%, rgba(41, 101, 101, 0.6) 50%, rgba(41, 101, 101, 0.7) 99%, rgba(41, 101, 101, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b32f343a", endColorstr="#b32f343a",GradientType=0);
  /* IE6-9 */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// FORMS /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .form- */
.form-control {
  border-radius: 0.2rem;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 97, 194, 0.8);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 194, 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;
}
section.bg-dark .form-control {
  background-color: #2f343a;
  border-color: #262a2f;
}
.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: #0061c2;
}
/* .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.2rem;
}
section.bg-dark .well {
  background-color: #2f343a;
  border-color: #2d3238;
}
section.bg-image .well {
  background-color: #343a40;
  border-color: #2f343a;
}
section.bg-gray .well {
  background-color: #fff;
}
.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.07);
}
.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);
}
@media (min-width: 992px) {
  .well.well-overlap-left {
    position: relative;
    margin-left: -110px;
    margin-bottom: 55px;
  }
}
/* .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: #0061c2;
  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 > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #0061c2;
  color: #fff;
}
/* pagination */
.pagination .page-link {
  border-color: #e6e5e2;
  color: #0061c2;
}
.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. ///////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .bump-up {
    position: relative;
    top: -35px;
  }
  .bump-up-high {
    position: relative;
    top: -100px;
  }
}
/* -------------------- */
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: 150px;
  -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: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.55+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#8c000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video:hover .btn-video-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.25+0,0.4+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40000000", endColorstr="#66000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video .btn-video-overlay .play-icon {
  opacity: 0.7;
  font-size: 100px;
  -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 .play-icon {
  opacity: 1;
}
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;
}
/* 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, div.in-content-video iframe {
  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(46, 51, 57, 0.9);
}
/* .cce */
.cce a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #0061c2;
  border-color: #0061c2;
  border-width: 2px;
  border-style: solid;
  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: #0061c2;
  color: #fff;
}
.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 div {
  display: block;
  border: 2px solid #eee;
  background-color: #fff;
  padding: 25px;
  border-radius: 50%;
  margin: auto;
  height: 120px;
  width: 120px;
}
a.info-block-title div img {
  display: block;
  max-height: 100%;
}
a.info-block-title.over div {
  border-color: #0061c2;
}
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(46, 51, 57, 0);
  padding: 20px 10px;
  text-align: left;
  -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: 18px;
}
@media (min-width: 992px) {
  div.info-block div.info div.info-content {
    font-size: 24px;
  }
  div.info-block div.info {
    padding: 30px 20px;
  }
}
div.info-block div.info div.info-content ul {
  padding-inline-start: 20px;
}
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;
}
.card-linkless 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;
}
/* Customer Service */
.service-card {
  margin-bottom: 0px;
  height: 100%;
}
.service-card img {
  max-width: 95px;
}
.service-card h3 {
  font-size: 50px;
  margin-bottom: 0px;
}
.service-card h4 {
  font-size: 26px;
}
.service-card a.btn {
  color: white;
  margin-bottom: 20px;
}
.service-card p a {
  font-size: 1.25rem;
}
/* Customer Service Modal */
.service-modal .modal-dialog {
  max-width: 815px;
}
.service-modal h3 {
  font-size: 2rem;
}
.service-modal img {
  width: 80px;
}
/* Hours */
footer .hours p small {
  opacity: 0.5;
}
.modal .hours p {
  font-weight: 600;
}
/* Lawn Care */
.c-icon-overlay {
  width: 100px;
  position: absolute;
  top: -32px;
  background: white;
  border-radius: 50%;
  padding: 18px;
}
.lawn-section {
  padding-top: 100px;
}
.lawn-numbered {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 60px;
}
.lawn-numbered:last-child {
  margin-bottom: 0px;
}
.lawn-numbered .lawn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.lawn-numbered .lawn-circle > div {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
}
.lawn-numbered .lawn-circle .lawn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.lawn-numbered .lawn-circle .lawn-white h4 {
  font-size: 40px;
  font-weight: 900;
  color: #286565;
}
.lawn-numbered .lawn-right .lawn-title {
  font-size: 20px;
}
.lawn-numbered .lawn-right p {
  font-size: 15px;
}
@media (min-width: 992px) {
  .lawn-numbered .lawn-right {
    padding-left: 43px;
  }
}
@media (max-width: 991px) {
  .lawn-left {
    justify-content: center;
    display: flex;
  }
  .lawn-left, .lawn-right {
    text-align: center;
  }
  .benefits-img {
    width: 42vw;
  }
}
#chat_window {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 275px;
  border-color: transparent;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;
  z-index: 2;
}
#chat_window .card-title {
  margin: 0rem -1rem;
  cursor: pointer;
}
#chat_window i.fas {
  font-size: 1.5rem;
  color: #4384f5;
}
#chat_window .card-body {
  padding: 0 1rem;
}
#chat_window p {
  color: #000;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
}
#chat_forms {
  background-color: #e9eef4;
  min-height: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-height: 0;
  display: flex;
}
.over #chat_forms {
  max-height: 300px;
  min-height: 300px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#chat_contact_form {
  background-color: #e9eef4;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-height: 0;
  min-height: 0;
  padding: 0 1rem;
}
.over #chat_contact_form {
  max-height: 1000px;
  min-height: 100px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 1rem;
}
#chat_contact_form .form-group:not(:nth-last-child(2)) {
  margin-bottom: 0.5rem;
}
#chat_contact_form .oak_contact_form_wrapper {
  max-height: 350px;
  overflow-y: scroll;
}
/* Coupon CTA Banner */
/* ----------------- */
.coupon-banner {
  background-size: cover;
  background-position: left top;
  height: 738px;
  padding: 141px 0px 15px 0px !important;
}
section.coupon-banner div.container-fluid {
  height: 100%;
}
section.coupon-banner div.container-fluid div.row {
  height: 100%;
  padding: 0px 15px;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] {
  height: 100%;
  background-color: #000000b8;
  padding: 15px;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] img {
  margin-bottom: 15px;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] .price {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  line-height: 1;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:first-child, section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:last-child {
  font-size: 74px;
  display: flex;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:first-child {
  align-self: flex-start;
  justify-self: flex-start;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:nth-child(2) {
  font-size: 160px;
  line-height: 0.8;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:last-child {
  justify-self: flex-end;
  align-self: flex-end;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] h5 {
  margin-bottom: 25px;
}
section.coupon-banner div.container-fluid div.row div[class*="col"] a.btn {
  border-radius: 0;
  padding: 12px 40px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Condensed", "Helvetica Neue";
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  section.coupon-banner {
    background-size: cover;
    background-position: left top;
    height: 400px;
    padding: 54px 0px 0px 0px !important;
  }
  section.coupon-banner div.container-fluid div.row {
    padding: 0px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] img {
    width: 90px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:first-child, section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:last-child {
    font-size: 45px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] .price span:nth-child(2) {
    font-size: 90px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] h2 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.coupon-banner div.container-fluid div.row div[class*="col"] i {
    font-size: 12px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// New Homepage //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.pest-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 850px;
  padding: 0px;
  background-color: #83d0d8;
}
.pest-graphic .container {
  height: 100%;
  position: relative;
}
.pest-graphic .pest-desk, .pest-graphic .pest-mob, .pest-graphic .pest-badge {
  position: absolute;
}
.pest-graphic .pest-desk {
  z-index: 1;
}
.pest-graphic .pest-mob {
  display: none;
  z-index: 1;
}
.pest-graphic .pest-badge {
  top: -51px;
  left: 35px;
  width: 240px;
  z-index: 2;
}
@media (max-width: 992px) {
  .pest-graphic .pest-desk {
    display: none;
  }
  .pest-graphic .pest-mob {
    display: flex;
    justify-content: center;
    width: 125%;
  }
  .pest-graphic .pest-mob img {
    width: 900px;
    max-width: 100%;
  }
  .pest-graphic {
    height: 541px;
  }
  .pest-graphic .pest-badge {
    display: none;
  }
}
@media (max-width: 717px) {
  .pest-graphic {
    height: 77vw;
  }
}
.inline-img {
  width: 410px;
  float: left;
  padding: 0 22px 22px 0;
}
@media (max-width: 992px) {
  .inline-img {
    max-width: 100%;
    float: none;
  }
}
.hero-nav {
  position: absolute;
  bottom: 0px;
  width: 532px;
  padding: 35px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #0000008a;
}
.hero-nav .col {
  text-align: center;
  opacity: 0.65;
  transition: 0.2s;
  padding-left: 14px;
  padding-right: 14px;
}
.hero-nav .col:hover {
  opacity: 1;
  transition: 0.2s;
  cursor: pointer;
}
.hero-nav p.hero-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.hero-nav img {
  width: 52px;
}
.hero-nav .col p {
  color: white;
  margin-bottom: 0px;
  font-size: 19px;
  font-family: "HelveticaNeue-Condensed", "Helvetica Neue";
}
@media (max-width: 575px) {
  .hero-nav {
    width: 96%;
  }
  .hero-nav p.hero-title {
    font-size: 21px;
  }
  .hero-nav .col {
    padding: 0px;
  }
  .hero-nav img {
    width: 40px;
  }
  .hero-nav .col p {
    font-size: 14px;
  }
  .hero-nav {
    padding: 15px 15px 35px 15px;
  }
}
section.bg-bundle {
  padding: 0px !important;
}
section.bg-bundle img {
  max-width: 100%;
}
section.bg-bundle .bundle-buttons {
  position: absolute;
  bottom: 50px;
  left: 100px;
}
section.bg-bundle .bundle-buttons div, section.bg-bundle .bundle-buttons p {
  position: relative;
  margin: 0px;
}
@media (max-width: 991px) {
  section.bg-bundle .bundle-buttons {
    bottom: 15px;
    left: 34px;
  }
  section.bg-bundle .bundle-buttons.bundle-sm {
    left: 20px;
  }
  section.bg-bundle .bundle-buttons.bundle-sm .btn {
    font-size: 13px;
  }
}
.lawn-program .lawn-row > div {
  text-align: center;
}
.lawn-program h3 {
  font-size: 49px;
  line-height: 1.2;
}
.lawn-program .lawn-row .circle-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.lawn-program .lawn-row p {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "HelveticaNeue-Condensed", "Helvetica Neue";
}
.lawn-program .lawn-row .circle {
  border-radius: 50%;
  background-color: #535d67;
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lawn-program .lawn-row .circle-wrapper img {
  height: 72px;
  max-width: 78px;
  position: absolute;
}
@media (min-width: 992px) {
  .lawn-program .lawn-row > div {
    width: 20%;
    padding: 20px;
    flex: 1;
  }
  .lawn-program .lawn-row > div:first-child {
    flex: 1.2;
  }
  .lawn-program .lawn-row > div:not(:first-child) {
    margin-top: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lawn-program .lawn-row > div {
    width: 33.333%;
  }
  .lawn-program .lawn-row > div:not(:first-child) {
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .lawn-program .lawn-row > div {
    width: 50%;
    padding: 8px 20px;
  }
  .lawn-program .lawn-row > div:first-child {
    width: 52%;
  }
  .lawn-program h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
/* //////////////// */
/* Custom Icon Font */
/* //////////////// */
@font-face {
  font-family: "icomoon";
  src: url("/oak/files/fonts/icomoon.eot?ot4jho");
  src: url("/oak/files/fonts/icomoon.eot?ot4jho#iefix") format("embedded-opentype"), url("/oak/files/fonts/icomoon.ttf?ot4jho") format("truetype"), url("/oak/files/fonts/icomoon.woff?ot4jho") format("woff"), url("/oak/files/fonts/icomoon.svg?ot4jho#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa-comment-dots, section .fa-mobile-alt, .fa-sign-in-alt {
  /* 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;
}
.fa-comment-dots:before {
  content: "";
}
section .fa-mobile-alt:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
/* They don't want the location showing at the moment, if they want it to then remove display none */
.zip_backup_location {
  display: none !important;
}
.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;
}
/* 2nd Style for Accordion */
.accordion-2 .accordion-title-2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 20px;
  cursor: pointer;
  background-color: #292d30;
  color: #fff;
}
.accordion-2 .accordion-title-2.collapsed {
  background-color: #d4d4d4;
  border-bottom: 1px solid #eeeeee;
  color: #212529;
}
.accordion-2 .accordion-title-2 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-2 .accordion-title-2.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-2 .accordion-title-2.collapsed:hover {
  background-color: #292d30;
  color: #fff;
}
.accordion-2 .accordion-content-2 {
  padding: 20px;
  border: 1px solid black;
}
.accordion-2 .btn-accordion-2 {
  background-color: #efefef;
  border-color: #efefef;
  color: #5d5d5d;
}
.accordion-2 .btn-accordion-2:hover {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
