@import url("https://use.typekit.net/inp0sxs.css");

/* PAGE MARGINS */
#PageMain, #PageFooter { margin-top: 0; }

/* HERO */

.se-background-position-y-edit { 
background-position-y: top !important; 
}

.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;
 padding: 18% 15px;
}

.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;
 padding: 14% 30px;
}

.sePage .sePageLayout .sePageMain .se-hero-inner .content-block-column {
 padding: 8% 15px;
}

.se-service .content-block-column {
 background: #ffff00;
 padding: 30px 15px;
}

.se-footer .content-block-column {
 padding: 12% 15px;
}


.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;
 background-color: rgba(0, 0, 0, 0.15);
 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: 22px;
}

.sePage .sePageLayout .se-hero-inner p {
 margin-top: 0;
 font-size: 18px;
}

.sePage .sePageLayout .se-lp-hero-top h1 {
 margin: 22px auto;
}


/* Two Column Feature */
.se-2col-feature .content-block-column:first-child img {
 width: 100%;
}

.se-2col-feature .content-block-column:last-child {
 padding: 30px 30px 41px;
 margin-top: 30px;
 background-size: contain !important;
 background-repeat: no-repeat !important;
}

/* FULL WIDTH SECTIONS */
.sePageMain .se-fw-section .container-fluid { 
 padding: 0 30px !important;
}

.se-footer-cta .content-block-content {
 padding: 15px 0;
}

.sePage .sePageLayout .sePageMain .se-footer-cta .content-block-content h3 {
 margin-top: 11px;
}

@media only screen and (min-width: 768px) {
 .se-2col-feature .container-fluid {
 max-width: 1170px;
 }

 .se-2col-feature .editContent {
 width: 100%;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 40%;
 justify-content: flex-end;
 }

 .se-2col-feature .col-sm-pull-6 {
 right: 60%;
 }

 .se-2col-feature .content-block-column:first-child,
 .se-2col-feature .content-block-column:last-child {
 display: flex;
 align-items: center;
 }

 .se-2col-feature .content-block-column:first-child {
 width: 60%;
 }

 .se-2col-feature .content-block-column:last-child {
 padding: 0 30px;
 width: 40%;
 }

 .se-2col-feature .content-block-column:last-child h2 {
 margin-top: 0;
 }
}

@media only screen and (min-width: 992px) {
 .se-2col-feature .row {
 position: relative;
 }
 .se-2col-feature .content-block-column:first-child {
 width: 70%;
 }

@media (min-width: 992px) {
 .se-2col-feature .content-block-column:last-child {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: white;
 height: auto !important;
 margin-top: 0;
 }

 .se-2col-feature .custom1-5 .content-block-column:last-child {
 right: 0;
 }

 .se-2col-feature .col-sm-push-6 {
 left: 30%;
 }
}

@media (min-width: 1200px) {
 .se-2col-feature .content-block-column:last-child {
 padding: 34px 45px 45px;
 }
}






