@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700|Rajdhani:400,700&amp;display=swap');

#PageMain, #PageFooter { margin-top: 0; }

.sePageMain .container-fluid {
 padding: 0 15px !important;
}

.custom5-4 .editContent,
.custom4-1 .editContent {
 width: 100%;
 max-width: 820px;
 margin: 0 auto;
}

.sePageMain .se-fw-section .container-fluid { 
 padding: 0 30px !important;
}

/* HERO */
.se-hero-top .block-bg-img {
 padding: 18% 15px;
}

.se-hero-inner .block-bg-img {
 padding: 8% 15px;
}

/* TYPOGRAPHY */

.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 color: #202020;
 font-family: 'Rajdhani', sans-serif;
 font-style: normal;
 font-weight: 700;
 text-transform: none;
 margin-bottom: 5px;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 48px;
 margin-top: 11px;
 margin-bottom: 11px;
 line-height: 54px;
 text-shadow: none;
 color: #fff;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 36px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 28px;
 margin-top: 0;
}

.sePage .sePageLayout .sePageMain h1 span:first-child {
 display: block;
 margin-bottom: 0px;
 font-weight: 400;
 line-height: 1;
 text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain {
 color: #404040;
 font-family: 'PT Sans', sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 line-height: 1.6;
}

.sePage .sePageLayout .sePageMain a:not(.btn) {
 color: #202020;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover {
 color: #202020;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .block-bg-img h2,
.sePage .sePageLayout .sePageMain .block-bg-img p {
 text-shadow: none;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .block-bg-img p {
 margin-top: 0;
 margin-bottom: 15px;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 font-family: 'Rajdhani', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 margin-top: 0;
 margin-bottom: 22px;
 padding: 6px 36px;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 white-space: normal;
 cursor: pointer;
}

.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 background: #fcce01;
 border-color: #fcce01;
 color: #202020;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #202020;
}

.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 {
 background: #cccccc;
 border-color: #cccccc;
 color: #202020;
 text-decoration: none;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

/* BUTTON GROUP */
.se-btn-group {
 display: inline-flex;
 flex-direction: column;
}

.sePage .editContent .se-btn-group a.btn.btn-primary:not(:last-child) {
 margin-bottom: 5px;
}

.sePage .editContent .se-btn-group a.btn.btn-primary {
 margin-top: 0;
}

@media only screen and (min-width: 768px) {
 .se-btn-group {
 display: flex;
 flex-direction: row;
 justify-content: center;
 }

 .sePage .editContent .se-btn-group a.btn.btn-primary:not(:last-child) {
 margin-right: 5px;
 margin-bottom: 11px;
 }
 .sePage .editContent .se-btn-group a.btn.btn-primary {
 margin-bottom: 11px;
 }
}


@media (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 }
}