@import url("https://use.typekit.net/lgh8ykl.css");
@import url("https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap");

#PageMain,
#PageFooter {
 margin-top: 0px;
}

.se-code-section .customContentBlock {
 min-height: 0;
}

.sePageMain .container-fluid {
 padding: 0 15px !important;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-lp-hero-top .content-block-column,
.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 z-index: 1;
 padding: 14% 15px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 5% 15px;
}

.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;
 background-color: rgba(0, 0, 0, 0.2);
 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-lp-hero-top h1 {
 margin: 11px auto;
 text-shadow: none;
}

.sePage .sePageLayout .se-hero-inner h2 {
 margin-top: 11px;
 text-shadow: none;
}

.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 font-size: 18px;
 text-shadow: none;
}

/* INTRO COPY SECTION */
.sePageContent .sePageSection.no-button .editContent {
 font-size: 22px;
 padding-bottom: 11px;
}

.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px !important;
 padding-right: 30px !important;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1 {
 font-family: "Passion One", sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 48px;
}

.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 font-family: "Passion One", sans-serif;
 font-style: normal;
 color: #666;
}

.sePage .sePageLayout .sePageMain h2 {
 font-weight: 500;
 font-size: 48px;
}
.sePage .sePageLayout .sePageMain h3 {
 font-weight: 400;
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain h4 {
 font-family: heebo, sans-serif;
 font-weight: 600;
 font-size: 30px;
 color: #fff;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 font-family: heebo, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 300;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover {
 color: #000;
 text-decoration: underline;
}

/* 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 {
 padding: 9px 28px 8px;
 font-size: 16px;
 font-family: heebo, sans-serif;
 font-style: normal;
 font-weight: 400;
 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: #a15a29;
 background: #a15a29;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .seContentSectionLink .btn-primary,
.sePage .sePageLayout .sePageMain .seContentSectionLink a.btn.btn-primary {
 border-color: #a15a29;
 background: #a15a29;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #fff;
}

.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: #544053;
 background: #544053;
 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;
}

/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-feature-2col-section .content-block-column {
 display: flex;
 flex-direction: column;
 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;
}

.se-feature-2col-fw-section .content-block-column {
 position: relative;
}

.se-feature-2col-fw-section.blue-vertical-gradient
 .content-block-column:last-child::after,
.se-feature-2col-fw-section.green-vertical-gradient
 .content-block-column:last-child::after,
.se-feature-2col-fw-section.violet-vertical-gradient
 .content-block-column:last-child::after {
 border-color: transparent #382736 transparent transparent;
 border-style: solid;
 border-width: 23px 23.4px 23px 0;
 content: "";
 height: 0;
 left: -22px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 0;
 z-index: 1;
}

.se-feature-2col-fw-section.blue-vertical-gradient.left
 .content-block-column:last-child::after,
.se-feature-2col-fw-section.green-vertical-gradient.left
 .content-block-column:last-child::after,
.se-feature-2col-fw-section.violet-vertical-gradient.left
 .content-block-column:last-child::after {
 left: auto;
 right: -22px;
 top: calc(50% - 23px);
 transform: rotate(180deg);
 transform-origin: 50% 50%;
}

.se-feature-2col-fw-section.blue-vertical-gradient
 .content-block-column:last-child:after {
 border-color: transparent #2a3c50 transparent transparent;
}

.se-feature-2col-fw-section.green-vertical-gradient
 .content-block-column:last-child:after {
 border-color: transparent #484b3f transparent transparent;

}

.se-feature-2col-fw-section.violet-vertical-gradient
 .content-block-column:last-child {
 background-image: linear-gradient(180deg, #544053, #1c101b 99%) !important;
 background-repeat: repeat-x !important;
 background: #544053;
}

.se-feature-2col-fw-section.blue-vertical-gradient
 .content-block-column:last-child {
 background-image: linear-gradient(180deg, #3d5164, #17293d 99%) !important;
 background-repeat: repeat-x !important;
 background: #3d5164;
}

.se-feature-2col-fw-section.green-vertical-gradient
 .content-block-column:last-child {
 background-image: linear-gradient(180deg, #6a6b57, #282d28 99%) !important;
 background-repeat: repeat-x !important;
 background: #6a6b57;
}

.sePage .sePageLayout .sePageMain .se-feature-2col-fw-section h3 {
 font-family: heebo, sans-serif;
 font-weight: 600;
 font-size: 30px;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .se-feature-2col-fw-section p,
.sePage .sePageLayout .sePageMain .se-feature-2col-fw-section li {
 color: #fff;
}

/* BUTTON GROUP */
.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 18px;
}
.sePage .sePageLayout .se-btn-group .btn,
.sePage .sePageLayout .content-block-column .se-btn-group .btn {
 margin-top: 0;
 margin-bottom: 4px;
}
.sePage .sePageLayout .se-btn-group.top,
.sePage .sePageLayout .content-block-column .se-btn-group.top {
 margin-bottom: 0;
}

@media (max-width: 767px) {
 .se-feature-2col-fw-section.blue-vertical-gradient
 .content-block-column:last-child::after,
 .se-feature-2col-fw-section.green-vertical-gradient
 .content-block-column:last-child::after,
 .se-feature-2col-fw-section.violet-vertical-gradient
 .content-block-column:last-child::after {
 border-color: transparent transparent #544053;
 border-width: 0 23px 23.4px;
 left: 50%;
 top: -23px;
 transform: translateX(-50%);
 }
 .se-feature-2col-fw-section.blue-vertical-gradient.left
 .content-block-column:last-child::after,
 .se-feature-2col-fw-section.green-vertical-gradient.left
 .content-block-column:last-child::after,
 .se-feature-2col-fw-section.violet-vertical-gradient.left
 .content-block-column:last-child::after {
 left: calc(50% - 23px);
 right: auto;
 top: -23px;
 transform: rotate(0deg);
 }
 .se-feature-2col-fw-section.blue-vertical-gradient
 .content-block-column:last-child::after {
 border-color: transparent transparent #3d5164;
 top: -23px;
 transform: translateX(-50%);
 }
 .se-feature-2col-fw-section.green-vertical-gradient
 .content-block-column:last-child::after {
 border-color: transparent transparent #6a6b57;
 border-width: 0 23px 23.4px;
 left: 50%;
 right: auto;
 top: -23px;
 transform: translateX(-50%);
 }
}

@media (min-width: 768px) {
 /* BUTTON GROUP */
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 justify-content: flex-start;
 }
 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 4px;
 }
}

@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;
 }
}
