.stacked:first-child {
	padding-top:    0;
}
.stacked {
	padding-top:    0;
	padding-bottom: 0;
}
.wrap__page-content img {
    max-width: 100%;
    height:    auto !important;
}


.cst-header .section--inner.container.section--dark{
    background: #8a1300 !important;
}

.white-link a{
    color: #fff !important;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
.section--dark .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--dark .form-a .form__input textarea, .section--dark .form-a .form__input select {
    background: rgb(255, 255, 255);
    box-shadow: none;
    color: rgb(17, 17, 17);
    transition: 0.3s;
    border-color: rgba(0, 0, 0, 0);
}
.section--dark .form-a .form__submit input.component__button--1 {
    color: rgb(255, 255, 255);
    background-color: rgb(138, 19, 0);
    border: 2px solid rgb(138, 19, 0);
    text-decoration: none;
}
.section--dark .cta__button.component__button--1 {
    color: rgb(255, 255, 255);
    background-color: rgb(138, 19, 0);
    border: 2px solid rgb(138, 19, 0);
    text-decoration: none;
}
.ple-column-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.section--dark .copyright__link, .section--dark #copyright__link {
    color: rgb(255, 255, 255);
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button.component__button--1, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button--icon.component__button--1, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link--icon.component__button--1 {
    color: rgb(255, 255, 255);
    background-color: rgb(138, 19, 0);
    border: 2px solid rgb(138, 19, 0);
    text-decoration: none;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
.section--dark .editable a {
    color: #fff;
}

/* Nav */
.section-navigation.section__bg--dark-3 .section--inner {
    background-color: #8a1300;
}