@import url("https://use.typekit.net/nmm6prw.css");

#PageMain,
#PageFooter {
 margin-top: 0;
}

.sePageMain .container-fluid {
 margin: 0 auto;
 padding: 0 15px;
}
.sePageMain .se-fw-section .container-fluid {
 margin: 0 auto;
 padding: 0 30px;
}
.sePageMain .se-fw-section .container-fluid .full-width-block {
 margin-left: 0;
 margin-right: 0;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column,
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
}

.sePage
 .sePageLayout
 .sePageMain
 .se-hp-hero-top
 .custom3-2
 .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 z-index: 1;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 4% 15px;
 text-color: #fff;
}

.sePage .sePageLayout .sePageMain .se-hp-hero-top::after,
.sePage .sePageLayout .sePageMain .se-hero-inner::after,
.sePage .sePageLayout .sePageMain .se-lp-hero-top::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 padding: 0;
 width: 100%;
 content: "";
}

.sePage .sePageLayout .sePageMain .se-hero-inner,
.sePage .sePageLayout .sePageMain .se-lp-hero-top {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-hp-hero-top h2,
.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 font-size: 18px;
 color: #fff !important;
}

.sePage .sePageLayout .se-lp-hero-top h1 {
 margin: 22px auto;
}

/* TEXT BLOCK WIDTHS */
.custom3-1 .text-center .editContent,
.custom4-1 .text-center .editContent {
 margin: auto;
 width: 100%;
 max-width: 1170px;
 padding-left: 15px;
 padding-right: 15px;
}

/* INTRO COPY SECTION */
.sePageContent .sePageSection.no-button .editContent {
 padding-bottom: 11px;
}

/* FEATURE IMAGE SECTION */
.sePage .sePageLayout .se-feature-img-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-img-section .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-img-section .block-bg-img {
 padding: 90px 15px;
 border: 16px solid #7fa7ad;
 border-radius: 50px;
}
.sePage .sePageLayout .se-feature-img-section .content-block-column h2,
.sePage .sePageLayout .se-feature-img-section .content-block-column h3 {
 margin-top: 11px;
}
.sePage .sePageLayout .se-feature-img-section .content-block-column::before {
 content: "";
 width: 100%;
 background-color: rgba(0, 0, 0, 0.25);
 border-radius: 35px;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.sePage .sePageLayout .se-feature-img-section .editContent,
.sePage .sePageLayout .se-feature-img-section .content-block-column {
 position: relative;
}

/* FEATURE CARD SECTION */
.sePage .sePageLayout .se-feature-card-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-card-section .editContent {
 background-color: #fff;
 border-radius: 50px;
 border: 16px solid #262d38;
 height: 100%;
}

.sePage .sePageLayout .se-feature-card-section .content-block-content {
 padding: 15px 30px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content h2,
.sePage .sePageLayout .se-feature-card-section .content-block-content h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content p {
 margin-bottom: 11px;
}
.sePage .sePageLayout .se-feature-card-section .content-block-content .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-card-section .col-margin-bottom {
 margin-bottom: 30px;
}


/* FULL WIDTH 2 COLUMN FEATURE */
.se-feature-2col-fw-section .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 360px;
}

.se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2 {
 font-family: obvia-narrow, sans-serif;
 font-style: normal;
 font-weight: 900;
 text-transform: none;
 letter-spacing: normal;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 36px;
}
.sePage .sePageLayout .sePageMain h2 {
 font-size: 36px;
 margin-bottom: 11px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-family: ltc-flash, sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 32px;
 color: #007060;
 text-transform: none;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 color: #333;
 font-family: obvia-narrow, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 1.5;
 letters-spacing: normal;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover {
 color: #000;
 text-decoration: underline;
}

.seAdvancedItemCarousel .slick-track .seProductPrice {
 color: #333;
}

.seAdvancedItemCarousel .slick-track .seSpecialPrice {
 color: #d9364b;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 margin-top: 8px;
 padding: 8px 22px 8px;
 border-radius: 10px;
 font-size: 16px;
 font-family: obvia-narrow, sans-serif;
 font-style: normal;
 font-weight: 500;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
}

.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #a0b8d4;
 background: #a0b8d4;
 color: #000;
}

.sePage .sePageLayout .sePageMain .seContentSectionLink .btn-primary,
.sePage .sePageLayout .sePageMain .seContentSectionLink a.btn.btn-primary {
 border-color: #a0b8d4;
 background: #a0b8d4;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #000;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):focus,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #262d38;
 background: #262d38;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 border-color: #fff;
 border-width: 2px;
 background: transparent;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain .btn-default:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-default:focus {
 border-color: #fff;
 background: #fff;
 color: #252525;
 text-decoration: none;
}

/* TEXT SHADOW REMOVE */
.block-bg-img .h1,
.block-bg-img .h2,
.block-bg-img .h3,
.block-bg-img h1,
.block-bg-img h2,
.block-bg-img h3,
.block-bg-img ol,
.block-bg-img p,
.block-bg-img ul {
 text-shadow: none;
}

@media (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 }

 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 520px;
 }

 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 90px;
 }
}
