/* OUTLINE BLOCKS */
#PageMain,
#PageFooter {
 margin-top: 0;
}

.se-outline-block {
 text-align: center;
}

.se-outline-block .features {
 border: 1px solid #000;
 background-color: #fff;
 padding: 30px 15px;
}

.sePage .sePageLayout .se-outline-block h2 {
 margin-top: 0px;
}

.sePage .sePageLayout .se-outline-block h5 {
 margin-bottom: 0px;
}

.se-outline-block .col-margin-bottom {
margin-bottom: 30px;
}

.sePageContent .sePageSection.se-outline-block {
margin-top: 0px; 
margin-bottom: 0px;
}

span.circle {
 background: #090;
 border-radius: .8em;
 -moz-border-radius: .8em;
 -webkit-border-radius: .8em;
 color: #fff;
 display: inline-block;
 line-height: 1.6em;
 margin-right: 15px;
 text-align: center;
 width: 1.6em; 
}

/* 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 {
 width: 100%;
}

.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;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@media only screen and (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 {
 width: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }