/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v2.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
        Primary color

                hex: #0762AB
                rgb: rgb(7, 98, 171)

        Secondary color

                hex: #104B86
                rgb: rgb(16, 75, 134)

        Tertiary color

                hex: #3D3D3D
                rgb: rgb(61, 61, 61)

        Quaternary color

                hex: #616261
                rgb: rgb(97, 98, 97)

        Light color

                hex: #f8f9fa
                rgb: rgb(248, 249, 250)

        Dark color 1

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

        Dark color 2

                hex: #2f343a
                rgb: rgb(47, 52, 58)

        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 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --primary: #0762AB;
  --secondary: #104B86;
}
@font-face {
  font-family: 'Charter-Roman';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-roman/Charter-Roman.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-roman/Charter-Roman.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-roman/Charter-Roman.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-roman/Charter-Roman.svg#Charter-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-roman {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-Roman' !important;
}
@font-face {
  font-family: 'Charter-Italic';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-italic/Charter-Italic.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-italic/Charter-Italic.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-italic/Charter-Italic.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-italic/Charter-Italic.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-italic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-Italic' !important;
}
@font-face {
  font-family: 'Charter-BoldItalic';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-bolditalic/Charter-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bolditalic/Charter-BoldItalic.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bolditalic/Charter-BoldItalic.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bolditalic/Charter-BoldItalic.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-bolditalic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-BoldItalic' !important;
}
@font-face {
  font-family: 'Charter-Bold';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-bold/Charter-Bold.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bold/Charter-Bold.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bold/Charter-Bold.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-bold/Charter-Bold.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-Bold' !important;
}
@font-face {
  font-family: 'Charter-BlackItalic';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-blackitalic/Charter-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-blackitalic/Charter-BlackItalic.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-blackitalic/Charter-BlackItalic.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-blackitalic/Charter-BlackItalic.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-blackitalic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-BlackItalic' !important;
}
@font-face {
  font-family: 'Charter-Black';
  src: url('/oak/themes/dog_training_elite_20/css/fonts/charter-black/Charter-Black.eot?#iefix') format('embedded-opentype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-black/Charter-Black.woff') format('woff'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-black/Charter-Black.ttf') format('truetype'), url('/oak/themes/dog_training_elite_20/css/fonts/charter-black/Charter-Black.svg#Charter-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.charter-black {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Charter-Black' !important;
}
.charter-black, .charter-blackitalic, .charter-bold, .charter-bolditalic, .charter-italic, .charter-roman {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// GLOBAL ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* page */
html {
  overflow-x: hidden;
}
body {
  color: #5d5d5d;
  background-color: #0762AB;
  /* generally the color of the footer for shorter pages */
  overflow-x: hidden;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 300;
}
header {
  transition: none !important;
}
main {
  position: relative;
  z-index: 1;
  clear: both;
}
footer nav a {
  color: #fff;
  opacity: 0.7;
}
footer nav a:hover {
  opacity: 1;
  color: #ffffff;
}
footer .form-control {
  background-color: #1c365d;
  border-color: #0762AB;
  color: #ffffff;
}
footer label {
  color: #ffffff;
  opacity: 0.5;
}
/* a tags */
a {
  color: #0762AB;
}
a:hover {
  color: #104B86;
}
section.bg-image a:hover {
  color: #ffffff;
}
/* .text- */
.text-primary {
  color: #0762AB !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #0762AB !important;
}
.text-secondary {
  color: #104B86 !important;
}
a.text-secondary:hover {
  color: #104B86 !important;
}
.text-tertiary {
  color: #3D3D3D !important;
}
.text-quaternary {
  color: #616261 !important;
}
.text-dark {
  color: #5d5d5d !important;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.text-shadow-blur {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.text-fade {
  opacity: 0.8;
}
/* .badge- */
.badge-primary {
  background-color: #0762AB;
}
.badge-secondary {
  background-color: #104B86;
}
/* .bg- */
.bg-primary {
  background-color: #0762AB !important;
}
.bg-primary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a4f84+0,7a68ae+100 */
  background: #0d63a9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0d63a9 0%, #104b86 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d63a9 0%, #104b86 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d63a9 0%, #104b86 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a4f84', endColorstr='#0762AB', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-secondary {
  background-color: #104B86 !important;
}
.bg-secondary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,C1D82F+100 */
  background: #104b86;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #104b86 0%, #7ba229 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #104b86 0%, #7ba229 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #104b86 0%, #7ba229 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e8017', endColorstr='#104B86', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-tertiary {
  background-color: #3D3D3D !important;
}
.bg-tertiary-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6a104+0,F6892A+100 */
  background: #3d3d3d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3d3d3d 0%, #ffc721 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3d3d3d 0%, #ffc721 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3d3d3d 0%, #ffc721 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6a104', endColorstr='#3D3D3D', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0762AB+29,f58929+100 */
  background: #7a68ae;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #7a68ae 29%, #f58929 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7a68ae 29%, #f58929 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7a68ae 29%, #f58929 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0762AB', endColorstr='#f58929', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.tooltip-inner {
  background-color: #104B86;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #104B86 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #104B86 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #104B86 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #104B86 !important;
}
hr.hr-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TYPOGRAPHY ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 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%;
  opacity: 0.7;
  margin-top: 0px;
}
/* .display-* */
/* ---------- */
.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-5 {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.1;
}
/* (sm) Small devices (landscape phones, 576px and up) */
/* (md) Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .display-5 {
    font-size: 2rem;
  }
}
/* (lg) Large devices (desktops, 992px and up) */
/* (xl) Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 5.5rem;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
  .display-4 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .display-5 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
/* .font-block
    {
        font-family: "proxima-nova", sans-serif;
        font-weight: 900;
    } */
.font-display {
  font-family: 'charter-roman';
}
p {
  margin-bottom: 1.5rem;
}
/* Ninthroot gradient text */
.text-ninthroot {
  font-weight: bold;
  background: linear-gradient(230deg, #ff4e6c 0%, #f26897 25%, #3abfe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// BUTTONS ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .btn- */
.btn {
  border-radius: 0.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);
  font-family: 'Ubuntu Condensed', sans-serif;
}
/* /// .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: 60%;
  line-height: 61%;
  text-transform: uppercase;
  opacity: 0.7;
}
/* .btn-primary */
.btn-primary {
  background-color: #0762AB;
  border-color: #0762AB;
}
.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: #0762AB;
  border-color: #0762AB;
  box-shadow: 0 0 0 0.2rem rgba(7, 98, 171, 0.5);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 98, 171, 0.5);
}
/* .btn-outline-primary */
.btn-outline-primary {
  color: #0762AB;
  border-color: #0762AB;
}
.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: #0762AB;
  border-color: #0762AB;
  box-shadow: 0 0 0 0.2rem rgba(7, 98, 171, 0.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 98, 171, 0.5);
}
.btn-outline-primary.btn-icon i {
  color: #fff;
  background-color: rgba(7, 98, 171, 0.8);
}
.btn-outline-primary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-secondary */
.btn-secondary {
  background-color: #104B86;
  border-color: #104B86;
}
.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: #104B86;
  border-color: #104B86;
  box-shadow: 0 0 0 0.2rem rgba(16, 75, 134, 0.5);
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 75, 134, 0.5);
}
/* .btn-outline-secondary */
.btn-outline-secondary {
  color: #104B86;
  border-color: #104B86;
}
.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: #104B86;
  border-color: #104B86;
  box-shadow: 0 0 0 0.2rem rgba(16, 75, 134, 0.5);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 75, 134, 0.5);
}
.btn-outline-secondary.btn-icon i {
  color: #fff;
  background-color: rgba(16, 75, 134, 0.8);
}
.btn-outline-secondary.btn-icon:hover i {
  background-color: rgba(0, 0, 0, 0.13);
}
/* .btn-tertiary */
.btn-tertiary {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #ffffff;
}
.btn-tertiary:hover, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active, .show > .btn-tertiary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
}
.btn-tertiary.focus, .btn-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
}
/* .btn-outline-tertiary */
.btn-outline-tertiary {
  color: #3D3D3D;
  border-color: #3D3D3D;
}
.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: #3D3D3D;
  border-color: #3D3D3D;
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
}
.btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 61, 61, 0.5);
}
.btn-outline-tertiary.btn-icon i {
  color: #fff;
  background-color: rgba(61, 61, 61, 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: #0762AB;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #0762AB;
  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: #0762AB;
  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(61, 61, 61, 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: #0762AB;
  background-color: transparent;
}
.btn-link:hover {
  color: #0762AB;
}
/* /// .btn Addons after ///////////////////////////////////////////////////////////////////////////////////// */
/* remove shadows, gradients, etc. */
.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-split-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
.btn-split-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// HEADER ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* special container */
@media (max-width: 991px) {
  header div.header-container {
    max-width: 99%;
  }
}
header .logo {
  display: none;
}
/* mobile logo */
header .mobile-logo {
  position: relative;
  left: -10px;
  padding: 0px;
  top: 3px;
}
header .mobile-logo img {
  height: 60px;
}
/* mobile icons */
header .mobile-icon-group {
  position: absolute;
  top: 15px;
  right: 49px;
  z-index: 500;
  font-size: 2.5rem;
  font-size: 25px;
}
header .mobile-icon-group a:not(.btn) {
  display: flex;
  float: right;
  color: #394042;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
/* dark */
body.h-dark header .mobile-icon-group a:not(.btn) {
  color: #fff;
}
header .mobile-icon-group a.on-open-only {
  display: none;
}
header .mobile-icon-group a.on-close-only {
  display: inline-block;
}
/* opened */
header .mobile-icon-group.open {
  position: fixed;
}
header .mobile-icon-group.open a.on-open-only {
  display: inline-block;
}
header .mobile-icon-group.open a.on-close-only {
  display: none;
}
header .mobile-icon-group.open a:not(.btn) {
  color: #0762AB;
}
/* mobile nav trigger */
header .mobile-nav-trigger {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  /* mobile header height */
  font-size: 2.5rem;
  font-size: 25px;
  color: #0762AB;
  cursor: pointer;
}
header .mobile-nav-trigger .close-icon {
  position: relative;
  color: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header .mobile-nav-trigger .open-icon {
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* opened */
header .mobile-nav-trigger.open {
  position: fixed;
}
header .mobile-nav-trigger.open .close-icon {
  display: inline;
}
header .mobile-nav-trigger.open .open-icon {
  display: none;
}
/* -------------- */
header .icon-group, header .header-search {
  display: none;
}
@media (min-width: 295px) {
  header .mobile-logo img.insignia {
    display: none;
  }
  header .mobile-logo img.full {
    display: block;
  }
}
@media (min-width: 328px) {
  /* mobile logo */
  header .mobile-logo {
    padding: 0px;
    top: 1px;
  }
  header .mobile-logo img {
    height: 70px;
  }
}
/* (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;
    /* margin-bottom: -50px; */
    display: flex;
    align-items: center;
    padding: 0;
    /* header height */
    float: left;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .logo.has-identifier {
    padding: 16px 0 34px;
    display: flex;
    justify-content: center;
  }
  header .logo.has-identifier .identifier {
    position: absolute;
    bottom: 11px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #5d5d5d;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .logo.has-identifier .identifier:hover {
    text-decoration: none;
  }
  header .logo img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .logo img.seal {
    height: 80px;
    /* header height */
  }
  header .logo img.full {
    height: 85px;
    /* header height */
    display: none;
  }
  header .nav-group {
    float: right;
    position: relative;
    top: 27px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group .btn.btn-lg {
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  header .nav-group .nav-group-cta .nav-group-phone {
    display: block;
  }
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-icon {
    display: block;
  }
  header .nav-group .nav-group-cta .nav-group-phone .nav-g-number {
    display: none;
  }
  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: #104B86;
    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: 1030px) {
  header .logo {
    /* height: 96px; */
    height: 105px;
    margin-top: -20px;
    /* margin-bottom: -135px; */
  }
  header .logo img.seal {
    display: none;
  }
  header .logo img.full {
    display: block;
  }
}
@media (min-width: 1180px) {
  header .logo {
    /* height: 90px; */
    height: 105px;
    margin-top: -20px;
  }
  header .logo img.full {
    /* height: 80px; */
    height: 95px;
  }
  header .nav-group .nav-group-cta a:not(.btn) {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  header .nav-group .nav-group-cta a:not(.btn) {
    font-size: 25px;
  }
}
/* HEADER TOP BAR */
/* -------------- */
header div.top-bar, header .nav-group {
  display: none;
}
/* (lg) Large devices (desktops, 992px and up) */
/* ------------------------------------------- */
@media (min-width: 992px) {
  /* dark */
  /* Sticky */
  /* ------ */
  /* Included if shared top bar exists */
  /* 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 {
    color: #343a40;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+28,ffffff+100&0+2,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.27) 28%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.27) 28%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.27) 28%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  header div.top-bar-border {
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+28,eeeeee+100&0+0,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #eee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #eee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #eee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eeeeee', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  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 */
  }
  div.shared-top-bar {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  div.shared-top-bar a.btn {
    border-radius: 0;
  }
  div.shared-top-bar a.btn:hover {
    cursor: pointer;
  }
  body.h-sticky header.scrolled div.shared-top-bar {
    margin-top: -40px;
  }
  header div.top-bar div.top-icon-group {
    float: right;
  }
  header div.top-bar div.top-icon-group a {
    display: flex;
    float: left;
    width: 35px;
    height: 35px;
    /* top-bar height */
    font-size: 15px;
    color: #0762AB;
    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.text-style {
    font-size: 12px;
    padding: 0 15px;
    width: auto;
  }
  header div.top-bar div.top-icon-group a.text-style i {
    font-size: 12px;
    padding-right: 9px;
  }
  header div.top-bar div.top-icon-group a.text-style:hover span.text {
    text-decoration: underline;
  }
  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: #0762AB;
    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: #104B86;
  }
}
/* end media query lg */
/* //// HEADER LIGHT (default) /////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  background: white;
  border-bottom: 1px solid #ffffff;
}
body.h-sticky header.scrolled {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  clear: both;
  background: white;
}
/* //// 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 */
  body.h-sticky header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  body.h-sticky header.scrolled .logo {
    top: 5px;
    overflow: hidden;
  }
  body.h-sticky header.scrolled .logo img {
    height: 65px;
  }
  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: 1px;
  }
}
@media (min-width: 1030px) {
  /* header height */
  body.h-sticky header.scrolled .logo {
    top: 2px;
    height: 50px;
    overflow: hidden;
    margin-top: 0px;
  }
  body.h-sticky header.scrolled .logo img {
    height: 50px;
  }
}
/* //// HEADER NAV ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAV Mobile */
/* ---------- */
header nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
header nav.open {
  position: fixed;
  z-index: 100;
  overflow-y: scroll;
  height: 100%;
  background: rgba(37, 40, 41, 0.98);
}
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;
  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;
}
/* sub title */
header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .sub-title {
  display: none;
}
header nav ul.level-1 li a:active:not(.nav-content):not(.mega-h-a) {
  background-color: rgba(7, 98, 171, 0.5);
}
/* carrot */
header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
  font-size: 12px;
  padding: 0 11px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header nav ul.level-1 li a.open:not(.nav-content):not(.mega-h-a) .carrot {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
/*//// LEVEL 2 ///////////////////////////////////////////*/
header nav li ul.level-2 {
  display: none;
  position: relative;
  /* background: rgba(52, 58, 64, 0.6); */
  width: 100%;
  padding: 10px 0;
}
header nav li ul.level-2 li {
  padding: 0 15px;
}
header nav li ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
  position: relative;
  text-shadow: none;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 5px 12px 40px;
}
header nav li ul.level-2 li a:hover:not(.nav-content):not(.mega-h-a), header nav li ul.level-2 li a:active:not(.nav-content):not(.mega-h-a) {
  background-color: rgba(7, 98, 171, 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: #0762AB;
}
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: #0762AB;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-img {
  padding: 1px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
nav .mega-highlight-col a.mega-h-a div.mega-h-img img {
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #eee;
}
nav .mega-highlight-col a.mega-h-a:hover div.mega-h-img {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  /* flyout direction */
  header nav {
    position: relative;
    height: auto;
    overflow: visible;
    right: 21px;
    font-weight: 400;
  }
  header nav div.mobile-nav-trigger {
    display: none;
  }
  header nav > ul {
    display: block !important;
  }
  header nav ul.level-1 {
    margin: 0;
    width: auto;
    float: right;
  }
  header nav ul.level-1 > li {
    border-top: none;
    border-right: 1px solid #ffffff;
    float: left;
  }
  header nav ul.level-1 > li:first-child {
    border-left: 1px solid #ffffff;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    height: 90px;
    font-size: 14px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    text-shadow: none;
    color: #5d5d5d;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .sub-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.7;
    font-weight: 300;
    max-height: 50px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  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: #ffffff;
    background-color: #0762AB;
  }
  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 {
    border-right: 1px solid #f1f1f1;
  }
  header nav ul.level-1 > li:first-child {
    border-left: 1px solid #f1f1f1;
  }
  body.h-sticky header.scrolled nav ul.level-1 > li > a:not(.nav-content):not(.mega-h-a) {
    height: 50px;
    font-size: 14px;
  }
  body.h-sticky header.scrolled nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .sub-title {
    max-height: 0px;
  }
  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: #0762AB;
  }
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) .carrot {
    font-size: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 3px;
  }
  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 {
    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: 0px 0px 0.4rem 0.4rem;
    overflow: visible;
    -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: 100%;
    width: 230px;
    border-top: 2px solid #0762AB;
  }
  header nav li.flyout.right ul.level-2 {
    left: 0;
  }
  header nav li.flyout.left ul.level-2 {
    right: 0;
  }
  header nav li.flyout ul.level-2 li {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  body.h-dark header nav li.flyout ul.level-2 li {
    border-bottom: 1px solid #2e3439;
  }
  header nav li.flyout ul.level-2 li:last-child {
    border: none !important;
  }
  header nav li.flyout ul.level-2 li a:not(.nav-content):not(.mega-h-a) {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 13px;
  }
  header nav li.flyout ul.level-2 li a:not(.nav-content):not(.mega-h-a) .carrot {
    display: block;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 12px;
    color: #0762AB;
  }
  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: #0762AB;
    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 {
    right: -21px;
    top: 73px;
    padding: 0 10px 10px 10px;
    max-width: 1820px;
    border-top: 2px solid #0762AB;
  }
  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: #0762AB;
    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 #0762AB;
    background: rgba(255, 255, 255, 0.95);
  }
  body.h-dark header nav li.flyout ul.level-2 ul {
    background: rgba(52, 58, 64, 0.95);
  }
  header nav li.flyout ul.level-2 li.right > ul {
    left: 100%;
  }
  header nav li.flyout ul.level-2 li.left > ul {
    right: 100%;
  }
  header nav li.flyout ul.level-3 ul {
    z-index: 2;
  }
  header nav li.flyout ul.level-4 ul {
    z-index: 3;
  }
  header nav li.flyout ul.level-5 ul {
    z-index: 4;
  }
  header nav li.flyout ul.level-6 ul {
    z-index: 5;
  }
  header nav li.mega ul.level-3 {
    display: block;
    margin: 5px 0 0 25px;
  }
  header nav li.mega ul.level-3 li {
    padding: 0;
  }
  header nav li.mega ul.level-3 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 95%;
    opacity: 0.7;
    text-shadow: none;
    padding: 10px 1px;
    text-transform: none;
    text-decoration: none;
    border: none !important;
  }
  header nav li.mega ul.level-3 li a:hover:not(.nav-content):not(.mega-h-a) {
    opacity: 1;
  }
  header nav li.mega ul.level-3 ul {
    display: none;
  }
  header nav li.nav-content-wrapper {
    display: block;
    color: #fff;
    width: 100%;
    padding: 0px !important;
    margin: 0px -10px -10px 10px !important;
    background: #0762AB;
    background: -moz-linear-gradient(-45deg, #0762AB 0%, #102f54 100%);
    background: -webkit-linear-gradient(-45deg, #0762AB 0%, #102f54 100%);
    background: linear-gradient(135deg, #0762AB 0%, #102f54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0762AB', endColorstr='#102f54', GradientType=1);
  }
  nav .mega-highlight ul.level-2 {
    margin-bottom: 0;
  }
  nav .mega-highlight-standard a {
    position: relative;
    color: #5d5d5d;
    font-size: 15px;
    -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: #0762AB;
  }
  nav .mega-highlight-standard a.mega-h-crossover {
    display: inline-block;
    padding-left: 4px;
    font-size: 80%;
    opacity: 0.4;
  }
  nav .mega-highlight-standard a.mega-h-crossover:hover {
    opacity: 1;
  }
  nav .mega-highlight-col {
    margin-bottom: 0px;
  }
  nav .mega-highlight-col a.mega-h-crossover {
    position: absolute;
    left: 9px;
    top: calc(50% - 48px);
    opacity: 0.4;
  }
  nav .mega-highlight-col a.mega-h-crossover:hover {
    opacity: 1;
  }
  nav .mega-highlight-col a.mega-h-a {
    font-size: 19px;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-text {
    color: #333;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-img {
    padding: 1px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  nav .mega-highlight-col a.mega-h-a div.mega-h-img img {
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 2px solid #eee;
  }
  nav .mega-highlight-col a.mega-h-a:hover div.mega-h-img {
    border-color: #e3e3e3;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1120px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 17px;
  }
}
@media (min-width: 1300px) {
  header nav ul.level-1 li a:not(.nav-content):not(.mega-h-a) {
    font-size: 17px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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: #3D3D3D !important;
}
/* //// SECTION Dark 2 ////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-dark-2 {
  background-color: #616261 !important;
}
/* //// SECTION SPLIT ///////////////////////////////////////////////////////////////////////////////////////////// */
section.split {
  padding: 0;
}
/* both sides */
section.split div.left, section.split div.right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.split div.left {
  background-color: #F9F9F9;
}
section.split div.right {
  background-color: #fff;
}
/* overrides */
section.split div.text-left {
  justify-content: left;
}
section.split div.text-right {
  justify-content: right;
}
@media (min-width: 992px) {
  section.split div.left {
    padding-left: 100px;
  }
  section.split div.right {
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  section.split div.left, section.split div.right {
    width: 50%;
    float: left;
  }
}
/* //// SECTION IMAGE  /////////////////////////////////////////////////////////////////////////////////////////////// */
section img.section-image {
  position: absolute;
  width: 12%;
}
section img.section-image.left {
  left: -100px;
}
section img.section-image.right {
  right: -100px;
}
section img.section-image.bottom {
  bottom: 0px;
}
section i.section-icon {
  position: absolute;
  font-size: 30em;
  opacity: 0.3;
}
section i.section-icon.left {
  left: -50px;
}
section i.section-icon.right {
  right: -50px;
}
section i.section-icon.bottom {
  bottom: -50px;
}
/* //// SECTION IMAGE /////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-image {
  min-height: 350px;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  background-color: transparent;
}
@media (min-width: 992px) {
  section.bg-image.bg-parallax {
    background-attachment: fixed;
  }
}
/* //// SECTION 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;
}
/* //// SECTION FULLSCREEN ////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  section.full-screen:not(.bg-overlay) {
    height: 100vh;
  }
}
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(7, 98, 171, 0.5);
}
.divider-diagonal.diagonal-shadow.shadow-secondary::before {
  background: rgba(16, 75, 134, 0.5);
}
/* //// SECTION SEPARATOR ////////////////////////////////////////////////////////////////////////////////////////////// */
section.section-separator-pad, section.section-separator-pad .overlay {
  padding-bottom: 130px !important;
}
section.section-separator {
  position: relative;
  padding: 0;
  margin: 0;
}
/* svg paths */
section.section-separator svg {
  position: absolute;
  z-index: 1;
  padding-bottom: 0;
  margin-bottom: 0;
  bottom: 0;
  fill: #fff;
  stroke: #fff;
}
section.section-separator svg.back {
  z-index: 0;
  fill: #0762AB;
  stroke: #0762AB;
  opacity: 0.7;
}
/* coloring */
section.section-separator.separator-front-gray svg.front, section.section-separator.separator-back-gray svg.back {
  fill: #f8f9fa;
  stroke: #f8f9fa;
}
section.section-separator.separator-front-secondary svg.front, section.section-separator.separator-back-secondary svg.back {
  fill: #104B86;
  stroke: #104B86;
}
/* //// 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-darker div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.4+100 */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#66000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-gradient div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104B86+0,7A68AE+100&0.7+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(51, 102, 31, 0.7) 0%, rgba(31, 51, 102, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3C1D82F', endColorstr='#cc7A68AE', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-primary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05757f+0,7A68AE+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(5, 117, 127, 0.85) 0%, rgba(0, 142, 156, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d905757f', endColorstr='#cc7A68AE', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-secondary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,C1D82F+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d95e8017', endColorstr='#ccC1D82F', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
section.bg-overlay.overlay-tertiary div.overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e87229+0,f6892a+100&0.8+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, rgba(232, 114, 41, 0.8) 0%, rgba(246, 137, 42, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(232, 114, 41, 0.8) 0%, rgba(246, 137, 42, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(232, 114, 41, 0.8) 0%, rgba(246, 137, 42, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce87229', endColorstr='#e6f6892a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* overlay view hieght fixes */
@media (min-width: 992px) {
  section.full-screen.bg-overlay div.overlay {
    height: 100vh;
  }
}
section.full-screen.bg-overlay div.overlay > div.container, section.full-screen.bg-overlay div.overlay > div.container > div.row {
  height: 100%;
}
@media (min-width: 992px) {
  section.partial-screen.bg-overlay div.overlay {
    height: 70vh;
  }
}
section.partial-screen.bg-overlay div.overlay > div.container, section.partial-screen.bg-overlay div.overlay > div.container > div.row {
  height: 100%;
}
/* //// HEADER OVERLAP SECTION ADJUSTMENTS //////////////////////////////////////////////////////////////////////// */
/* sticky / opaque / transparent */
body.h-sticky main section:first-of-type, body.h-opaque main section:first-of-type, body.h-transparent main section:first-of-type {
  padding-top: 90px;
  /* header height + section padding */
}
body.h-sticky main section.half-pad:first-of-type, body.h-opaque main section.half-pad:first-of-type, body.h-transparent main section.half-pad:first-of-type {
  padding-top: 94px;
}
/* overlay */
body.h-sticky main section.bg-overlay:first-of-type, body.h-opaque main section.bg-overlay:first-of-type, body.h-transparent main section.bg-overlay:first-of-type {
  padding: 0 !important;
}
/* reset instead of :not selectors */
body.h-sticky main section.bg-overlay:first-of-type div.overlay, body.h-opaque main section.bg-overlay:first-of-type div.overlay, body.h-transparent main section.bg-overlay:first-of-type div.overlay {
  padding-top: 90px;
  /* header height + section padding */
}
/* top bar */
body.h-sticky.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-of-type div.overlay {
  padding-top: 130px;
  /* header height + section padding + top bar height */
}
@media (min-width: 992px) {
  /* sticky / opaque / transparent */
  /* top bar */
  /* overlay */
  /* reset instead of :not selectors */
  /* top bar */
  /* .half-pad */
  body.h-sticky main section:first-of-type, body.h-opaque main section:first-of-type, body.h-transparent main section:first-of-type {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section:first-of-type, body.h-opaque.h-show-top-bar main section:first-of-type, body.h-transparent.h-show-top-bar main section:first-of-type {
    padding-top: 185px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky main section.em-banner:first-of-type, body.h-opaque main section.em-banner:first-of-type, body.h-transparent main section.em-banner:first-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.h-sticky main section.em-banner:first-of-type div.container > .row div.em-p, body.h-opaque main section.em-banner:first-of-type div.container > .row div.em-p, body.h-transparent main section.em-banner:first-of-type div.container > .row div.em-p {
    padding-top: 130px;
    /* header height + section padding + top bar height */
    padding-bottom: 45px;
  }
  body.h-sticky main section.bg-overlay:first-of-type, body.h-opaque main section.bg-overlay:first-of-type, body.h-transparent main section.bg-overlay:first-of-type {
    padding: 0 !important;
  }
  body.h-sticky main section.bg-overlay:first-of-type div.overlay, body.h-opaque main section.bg-overlay:first-of-type div.overlay, body.h-transparent main section.bg-overlay:first-of-type div.overlay {
    padding-top: 165px;
    /* header height + section padding */
  }
  body.h-sticky.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-opaque.h-show-top-bar main section.bg-overlay:first-of-type div.overlay, body.h-transparent.h-show-top-bar main section.bg-overlay:first-of-type div.overlay {
    padding-top: 185px;
    /* header height + section padding + top bar height */
  }
  body.h-sticky.h-show-top-bar main section.half-pad:first-of-type, body.h-opaque.h-show-top-bar main section.half-pad:first-of-type, body.h-transparent.h-show-top-bar main section.half-pad:first-of-type {
    padding-top: 152px;
    /* 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 32px;
  margin-bottom: 0;
}
ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 22px;
  color: #0762AB;
  top: 5px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
ul.icon-list.list-checkmark li::after {
  content: '';
}
ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TABS //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .nav-tabs bootstrap overrides */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline: 0;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  -webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
}
/* .has-tabs section specific tabs overrides */
section.has-tabs {
  border-bottom: 1px solid #dee2e6;
}
section.has-tabs .nav-tabs-wrapper {
  position: absolute;
  bottom: 0;
}
/* .bg-dark */
section.bg-dark.has-tabs, section.bg-dark .nav-tabs .nav-link:focus:not(.active), section.bg-dark .nav-tabs .nav-link:hover:not(.active) {
  border-color: #282d32;
}
/* .bg-image */
section.bg-image .nav-tabs .nav-link:focus:not(.active), section.bg-image .nav-tabs .nav-link:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.4);
}
/* active overrides */
/* active-gray */
section.has-tabs.tabs-active-gray .nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  border-bottom-color: #f8f9fa;
}
/* active-image */
section.has-tabs.tabs-active-image {
  border-bottom: 4px solid #343a40;
}
section.has-tabs.tabs-active-image .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: #343a40;
  border-color: #282d32 #282d32 #343a40;
}
section.has-tabs.tabs-active-image .nav-link:focus:not(.active), section.has-tabs.tabs-active-image .nav-link:hover:not(.active) {
  border-color: rgba(40, 45, 50, 0.1) rgba(40, 45, 50, 0.1) #282d32;
}
/* active-dark */
section.has-tabs.tabs-active-dark {
  border-color: #282d32;
}
section.has-tabs.tabs-active-dark .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: #343a40;
  border-color: #282d32 #282d32 #343a40;
}
section.has-tabs.tabs-active-dark .nav-link:focus:not(.active), section.has-tabs.tabs-active-dark .nav-link:hover:not(.active) {
  border-color: rgba(40, 45, 50, 0.1) rgba(40, 45, 50, 0.1) #282d32;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// IMAGES ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .img-circle */
img.img-circle {
  background-color: #f7f6f5;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
/* .img-polaroid */
.img-polaroid {
  background-color: #f7f6f5;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* .img-abstract */
div.img-abstract {
  display: flex;
  align-items: center;
  min-height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
}
div.img-abstract.abstract-overlay {
  display: block;
  min-height: auto;
}
div.img-abstract.abstract-overlay div.img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  /* re-apply default height */
  box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.2), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#1a000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
div.img-abstract.abstract-overlay.overlay-secondary div.img-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e8017+0,C1D82F+100&0.85+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(16, 75, 134, 0.85) 0%, rgba(123, 162, 41, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d95e8017', endColorstr='#ccC1D82F', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// FORMS /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .form- */
.form-control {
  border-radius: 0.2rem;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(7, 98, 171, 0.8);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 98, 171, 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:not([type="radio"]), .inlay-form-labels .form-group textarea {
  width: 100%;
  height: 50px;
  padding-top: 21px;
}
.inlay-form-labels .form-group label {
  position: relative;
  left: 12px;
  top: 25px;
  display: block;
  color: #b3b3b3;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.inlay-form-labels .form-group.inlay-select, .inlay-form-labels .form-group.inlay-button {
  margin-top: 0;
}
.inlay-form-labels .form-group.inlay-select label, .inlay-form-labels .form-group.inlay-button label {
  display: none;
}
.inlay-form-labels .form-group.inlay-select select {
  height: 100%;
}
section.bg-dark .form-control {
  background-color: #2f343a;
  border-color: #262a2f;
  color: #fff;
}
.textarea-short textarea {
  min-height: 100px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// TABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-dark .table td, section.bg-dark .table th, section.bg-image .table td, section.bg-image .table th {
  border-color: rgba(255, 255, 255, 0.1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// MISC. /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .scroll-window */
/* -------------- */
div.scroll-window {
  position: relative;
}
div.scroll-window div.top-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
section.bg-gray div.scroll-window div.top-overlay {
  background: -moz-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f9fa', endColorstr='#00f8f9fa', GradientType=0);
}
div.scroll-window div.middle-content {
  z-index: 0;
  overflow: scroll;
  height: 600px;
  padding: 100px 35px 100px 25px;
}
div.scroll-window div.bottom-overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
section.bg-gray div.scroll-window div.bottom-overlay {
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f9fa', endColorstr='#f8f9fa', GradientType=0);
}
/* .bouncing */
/* --------- */
div.bouncing {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
body:not(.scrolled) div.bouncing {
  -webkit-animation: bounce 2s infinite ease-in-out;
}
body.scrolled div.bouncing {
  opacity: 0.5;
}
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
}
/* .show-more */
/* ---------- */
div.show-more {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 45px;
  /* at least height of 'show less' button */
}
div.show-more div.show-more-button {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 69%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
section.bg-gray div.show-more div.show-more-button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9fa+0,f8f9fa+100&0+0,1+79 */
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 79%, #f8f9fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 79%, #f8f9fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 79%, #f8f9fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f9fa', endColorstr='#f8f9fa', GradientType=0);
  /* IE6-9 */
}
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: #0762AB;
}
/* .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.4rem;
}
section.bg-dark .well {
  background-color: #2f343a;
  border-color: #2d3238;
}
section.bg-image .well {
  color: #5d5d5d;
}
section.bg-gray .well {
  background-color: #fff;
}
.well.well-shadow {
  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);
}
.well.bg-primary {
  border-color: #6b5a9d;
  background-color: #0762AB;
  color: #fff;
}
@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: #0762AB;
  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;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before, .bg-overlay ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  opacity: 0.8;
}
/* 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: #0762AB;
  color: #fff;
}
/* pagination */
.pagination .page-link {
  border-color: #e6e5e2;
  color: #0762AB;
}
.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. ///////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*

#0762AB
rgb(16, 75, 134)
rgb(61, 61, 61)

*/
/* arrows */
/* ------ */
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}
.arrow.arrow-up {
  border-width: 0 20px 20px 20px !important;
}
/* arrow colors */
.arrow.arrow-primary, section.section-arrow.arrow-primary .arrow {
  border-color: #0762AB transparent transparent transparent;
}
.arrow.arrow-secondary, section.section-arrow.arrow-secondary .arrow {
  border-color: #104B86 transparent transparent transparent;
}
.arrow.arrow-tertiary, section.section-arrow.arrow-tertiary .arrow {
  border-color: #3D3D3D transparent transparent transparent;
}
.arrow.arrow-gray, section.section-arrow.arrow-gray .arrow {
  border-color: #f8f9fa transparent transparent transparent;
}
.arrow.arrow-dark, section.section-arrow.arrow-dark .arrow {
  border-color: #343a40 transparent transparent transparent;
}
/* section arrows */
section.section-arrow {
  border-top: 3px solid #ffffff;
}
section.section-arrow.arrow-primary {
  border-color: #0762AB;
}
section.section-arrow.arrow-secondary {
  border-color: #104B86;
}
section.section-arrow.arrow-tertiary {
  border-color: #3D3D3D;
}
section.section-arrow.arrow-gray {
  border-color: #f8f9fa;
}
section.section-arrow.arrow-dark {
  border-color: #343a40;
}
section.section-arrow .arrow {
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}
section.section-arrow .arrow.arrow-up {
  bottom: 0 !important;
}
@media (min-width: 960px) {
  .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
  }
  .arrow.arrow-up {
    border-width: 0 25px 25px 25px !important;
  }
  section.section-arrow .arrow {
    left: calc(50% - 25px);
  }
}
/* event */
.event-show-when-selected {
  display: none;
}
.wi-events-guest-select .wi-select-event {
  cursor: pointer;
}
.wi-events-guest-select .wi-select-event i.on {
  display: none;
}
.wi-events-guest-select .wi-select-event.selected i.on {
  display: inline;
}
.wi-events-guest-select .wi-select-event.selected i.off {
  display: none;
}
/* .wi-testimonials-small */
/* ---------------------- */
.wi-testimonials-small a.wi-testimonial {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-testimonials-small a.wi-testimonial:hover {
  text-decoration: none !important;
}
.wi-testimonials-small a.wi-testimonial div.wi-image {
  position: relative;
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding-top: 100%;
  background-color: #f7f6f5;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wi-testimonials-small a.wi-testimonial div.wi-image i {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 18px);
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-testimonials-small a.wi-testimonial:hover div.wi-image i {
  color: #ffffff;
  opacity: 1;
}
.wi-testimonials-small a.wi-testimonial blockquote p {
  font-size: 14px;
}
.wi-promos-1 .promo-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.wi-promos-1 .promo {
  border: 4px dashed #fff;
  padding: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}
.wi-promos-1 .promo-primary {
  background-color: rgba(7, 98, 171, 0.95);
}
.wi-promos-1 .promo-secondary {
  background-color: rgba(16, 75, 134, 0.95);
}
.wi-promos-1 .promo-tertiary {
  background-color: rgba(61, 61, 61, 0.65);
}
.wi-promos-1 .promo h1, .wi-promos-1 .promo h2, .wi-promos-1 .promo h3, .wi-promos-1 .promo h4, .wi-promos-1 .promo h5 {
  color: #fff;
}
.wi-promos-1 .promo .expiration {
  opacity: 0.6;
  font-style: italic;
}
@media (min-width: 992px) {
  .bump-up-low {
    position: relative;
    z-index: 5000;
    top: -50px;
    margin-bottom: -45px;
  }
  .bump-up {
    position: relative;
    z-index: 5000;
    top: -100px;
    margin-bottom: -95px;
  }
  .bump-up-high {
    position: relative;
    z-index: 5000;
    top: -200px;
    margin-bottom: -195px;
  }
}
/* -------------------- */
a.btn-video {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
a.btn-video:hover {
  text-decoration: none;
}
a.btn-video .btn-video-overlay {
  text-align: center;
  padding: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0762AB+0,7A68AE+100&0.2+0,0.6+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(31, 51, 102, 0.2) 0%, rgba(31, 51, 102, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337A68AE', endColorstr='#997A68AE', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video:hover .btn-video-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#104B86+0,C1D82F+100&0.2+0,0.6+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(51, 102, 31, 0.2) 0%, rgba(51, 102, 31, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C1D82F', endColorstr='#99C1D82F', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
a.btn-video .btn-video-overlay .play-icon {
  opacity: 1;
  font-size: 50px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-video .btn-video-overlay h5 {
  opacity: 0.8;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a.btn-video:hover .btn-video-overlay h5 {
  opacity: 1;
}
@media (min-width: 768px) {
  a.btn-video .btn-video-overlay {
    text-align: center;
    padding: 95px;
  }
}
@media (min-width: 992px) {
  a.btn-video .btn-video-overlay .play-icon {
    font-size: 100px;
  }
}
/* -------------------- */
.wi-team-featured .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-team-featured .wi-bg-image .wi-bg-overlay {
  position: relative;
  min-height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+46,0.5+99 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
.wi-team-featured .wi-bg-image .wi-bg-overlay h5 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 20px;
  bottom: 20px;
}
/* div. */
div.in-content-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
/* div.in-content-video */
div.in-content-video {
  position: relative;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
div.in-content-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
/* .graph-bg */
.graph-bg {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.graph-bg div.overlay {
  padding: 25px 35px;
  background-color: rgba(16, 75, 134, 0.9);
}
/* .cce */
.cce a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0762AB;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.cce a:hover {
  text-decoration: none;
  background-color: #104B86;
}
.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);
}
.wi-masonry-cards .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-masonry-cards .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-masonry-cards .card-columns {
    column-count: 3;
  }
}
.wi-masonry-cards .card-body {
  position: relative;
}
.wi-masonry-cards .card-body .icon {
  position: absolute;
  top: 10px;
  right: -10px;
  font-size: 200%;
}
/* Service Badges */
.service-column .service-badge {
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  border-radius: 100%;
  background-color: #f8f9fa;
  padding: 13px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.service-column a:hover .service-badge {
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.service-column .service-badge-text {
  text-align: center;
  color: #5d5d5d;
  font-size: 20px;
  margin-top: 10px;
}
/* Careers */
.career-section {
  /* margin-top: 125px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 90vh;
  padding: 0px !important;
  background-color: white;
}
.career-section .career {
  width: 20%;
  height: 33.3333%;
  opacity: 0;
}
.career-section .career-message {
  height: 33.3333%;
  width: 60%;
  position: absolute;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.career-section .career-message h1 {
  font-size: 46px;
}
.career {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1150px) {
  .career-section .career-message {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .career-section {
    /* margin-top: 54px; */
  }
  .career-section .career {
    width: 25%;
  }
  .career-section .career:nth-child(7), .career-section .career:nth-child(8), .career-section .career:nth-child(9) {
    display: none;
  }
}
@media (max-width: 650px) {
  .career-section {
    height: 50vh;
  }
  .career-section .career-message h1 {
    text-align: center;
    font-size: 30px;
  }
}
/* 9th Override */
.card-link:hover {
  text-decoration: none !;
}
.card-link:hover h4 {
  text-decoration: underline;
}
.card-link small {
  color: #5d5d5d;
}
@media (min-width: 1200px) {
  .well.well-overlap-left-xl {
    position: relative;
    margin-left: -110px;
    margin-bottom: 55px;
  }
}
.wi-twitter-1 .well {
  display: flex;
  align-items: center;
}
.wi-twitter-1 .well .tweet-icon {
  top: unset !important;
}
div.wi-twitter-1 div.well {
  border-left-width: 1px !important;
}
/* job listing */
.listing {
  position: relative;
  justify-content: space-between;
  display: flex;
  min-height: 20px;
  padding: 22px 28px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  align-items: center;
  border-style: solid;
  border-color: #b0b0b0;
  border-width: 1px;
  border-radius: 0.5rem;
}
.listing i {
  font-size: 39px;
  position: absolute;
  display: flex;
  right: 24px;
}
/* Full Calendar */
.calendar-loading, .calendar-error {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
}
span.fc-title {
  white-space: normal;
}
.fc-day.not-open, .fc-day.fc-past {
  background-color: #f8f9fa;
}
.fc-past.fc-day-top, .not-open.fc-day-top {
  opacity: 0.3;
}
.fc-day-grid-event {
  background-color: #7BA22C;
  border-color: #7BA22C;
}
.fc-today {
  background-color: rgba(16, 75, 134, 0.2);
  border-color: rgba(16, 75, 134, 0.2);
}
.hours p:not(:last-child) {
  margin-bottom: 5px;
}
.hours p:last-child {
  margin-bottom: 0px;
}
.wi-store-tours.row:not(:empty) + .row {
  display: none;
}
.no-shop {
  display: none;
}
a.d-none ~ .no-shop {
  display: inline-block;
}
.insig-box {
  padding-top: 40px;
  margin-top: -40px;
  z-index: 1;
}
.insig-box-logo {
  position: relative;
  background-color: #fff;
  width: 125px;
  padding: 7px;
  border-radius: 50%;
  border: 4px solid #eee;
  margin: auto;
  z-index: 2;
}
/* Checkmark LG */
ul.icon-list.list-checkmark.checkmark-lg {
  margin-left: 0px;
}
ul.icon-list.list-checkmark.checkmark-lg li {
  padding: 6px 0 5px 30px;
}
ul.icon-list.list-checkmark.checkmark-lg li::after {
  font-size: 20px;
  font-weight: 600;
}
/* //// LH Table ////////////////////////////////////////////////////////////////////////////////////////////// */
.lh-table {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  width: 100%;
}
.lh-table > div:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}
.lh-table > div {
  padding: 0px 10px;
}
.lh-table p {
  margin: 0px;
  line-height: 1.4;
}
.lh-table .header, .lh-table .content, .lh-table .total {
  display: flex;
  justify-content: space-between;
}
.lh-table .header div, .lh-table .content div, .lh-table .total div {
  padding: 8px 0px;
  display: flex;
  align-items: center;
}
.lh-table .header div:first-child p, .lh-table .content div:first-child p, .lh-table .total div:first-child p {
  text-align: left;
}
.lh-table .header div:first-child, .lh-table .content div:first-child, .lh-table .total div:first-child {
  width: 40%;
}
.lh-table .header div:not(:first-child), .lh-table .content div:not(:first-child), .lh-table .total div:not(:first-child) {
  width: 30%;
  display: flex;
  justify-content: center;
}
.lh-table .total div p, .lh-table .header div p {
  font-size: 25px;
}
@media (max-width: 445px) {
  .lh-table .total div p, .lh-table .header div p {
    font-size: 17px;
  }
  .lh-table .total div:first-child p, .lh-table .header div p {
    font-weight: 600;
  }
}
/* //// Bump ////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .bump-up-low {
    position: relative;
    top: -50px;
    margin-bottom: -45px;
  }
  .bump-up {
    position: relative;
    top: -75px;
    margin-bottom: -75px;
  }
  .bump-up-more {
    position: relative;
    top: -95px;
    margin-bottom: -95px;
  }
  .bump-up-high {
    position: relative;
    top: -200px;
    margin-bottom: -195px;
  }
}
/* //// Misc ////////////////////////////////////////////////////////////////////////////////////////////// */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-primary {
  background-color: #0762AB;
}
.label-default {
  background-color: #777;
}
hr.hr-slim {
  display: block;
  margin: 30px auto;
  width: 40px;
  border-top: 2px solid #444;
}
.bg-gossamer-dark {
  background-color: #00000080;
}
@media (min-width: 992px) {
  .overlap-left {
    position: relative;
    margin-left: -55px;
    max-width: 600px;
  }
}
.wi-tmember:hover {
  cursor: pointer;
}
[d-check]:not([d-check*="/"]), [d-check*="{"] {
  display: none !important;
}
@media (max-width: 380px) {
  .d-xxs-none {
    display: none;
  }
}
.list-lg {
  column-count: 1;
}
@media (min-width: 540px) {
  .list-lg {
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .list-lg {
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  .list-lg {
    column-count: 4;
  }
}
@media (max-width: 991px) {
  nav i.carrot {
    position: absolute;
    top: 9px;
    right: -15px;
    z-index: 5;
    padding: 20px !important;
  }
}
.fran_location_select_wrapper {
  background-color: #fff;
  border: 1px dashed #ced4da;
}
.fran_location_select {
  display: block;
}
.fran_location_select, .zip_finding_location {
  padding: 1rem;
  margin-bottom: 0;
}
.selected_location {
  color: #495057;
}
.thumbs-sect {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 2;
}
.thumbs-sect i:hover {
  cursor: pointer;
}
.thumbs-circle {
  padding-bottom: 80%;
  width: 80%;
  position: relative;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  transition: 0.2s ease-in;
}
.thumbs-circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
.thumbs-circle i {
  font-size: 90px;
  font-weight: 100;
}
@media (max-width: 600px) {
  .thumbs-circle i {
    font-size: 63px;
  }
}
.thumbs-circle .thumbs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbs-circle.green {
  border-color: #31a752;
}
.thumbs-circle.green i {
  color: #31a752;
}
.thumbs-circle.red {
  border-color: #EF4233;
}
.thumbs-circle.red i {
  color: #EF4233;
}
#leavemodal .modal-dialog {
  margin: auto;
  margin-top: 9rem;
}
.location-box.off-site {
  display: none !important;
}
/* Long Form Styles and Classes */
/* ---------------------------- */
/* Long Form Scrolling Form */
div.scrolling-form-container {
  height: 100%;
}
div.scrolling-form {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.scrolling-mobile-form {
  position: fixed;
  bottom: 350px;
  right: -58px;
  transform: rotate(-90deg);
  z-index: 90000;
}
/* Accordion */
.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f8f9fa;
  border-bottom: 1px solid #eeeeee;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: var(--primary);
}
.accordion .accordion-content {
  padding: 20px;
}
/* Separator used with hr element */
.logo-separator {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.logo-separator div {
  position: absolute;
  height: 2px;
  top: 24px;
  width: 100%;
  z-index: 0;
}
.logo-separator img {
  position: relative;
  z-index: 1;
  height: 50px;
}
/* .box-shadow */
.box-shadow {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.box-shadow-dark {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
}
/* .bg-well */
.bg-well {
  background-color: #f8f9fa;
}
/* Form Update Conflicts */
input[type='checkbox'] ~ label {
  top: unset !important;
  left: unset !important;
  font-size: 14px !important;
}
input[type='checkbox'] {
  height: 12px !important;
  width: 12px !important;
  padding-top: 0px !important;
  margin: 0px !important;
  left: 2px;
  top: 4px !important;
}
.form-group div:not([class]) label {
  display: none;
}
.form-group.mb-0 {
  margin-bottom: 18px !important;
}
.form-check .form-check-label {
  display: block !important;
}
.form-check {
  margin-top: 19px;
}
/* Fancy Seperator */
.fancy-sep {
  position: relative;
  margin-top: 37px;
}
.fancy-sep img {
  position: relative;
  z-index: 1;
  height: 60px;
  margin-top: -37px;
}
.fancy-sep div {
  position: relative;
  z-index: 0;
  width: 60%;
  margin: auto;
  height: 2px;
  background-color: var(--primary);
}
@media (min-width: 1000px) {
  .fancy-sep {
    margin-top: 47px;
  }
  .fancy-sep img {
    height: 80px;
    margin-top: -47px;
  }
}
.outside-radius-wrapper {
  text-align: center;
  margin-top: 1rem;
  padding: 10px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}
