.section--dark .banner-a .banner__title {
	text-transform: uppercase;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
	clear: none;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #ffffff;
}
.section--dark a {
    color: #ffffff;
}

.staff-single-column:not(.staff__slider) .staff-member, .staff-multiple-column .staff-member {
    opacity: 1;
    transform: unset;
    transition-duration: unset;
}
/*  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 .cta__button.component__button--3 {
    color: rgb(3, 3, 3);
    background-color: #ffc85e;
    border: 2px solid #ffc85e;
    text-decoration: none;
}
.section--dark .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button.component__button--2, .section--dark .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button--icon.component__button--2, .section--dark .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link--icon.component__button--2 {
    color: #f9fbfd;
    background-color: #ffc85e;
    border: 2px solid #ffc85e;
    text-decoration: none;
}
@media (min-width: 768px) {
    .navigation-a .navigation__item--link {
        display: flex;
        justify-content: space-between;
        padding: 12px 12px 12px 12px;
        font-family: "roboto", Arial, sans-serif;
        font-size: 1.00rem;
        line-height: 1.125rem;
        margin: 0;
        text-decoration: none;
    }
}
.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: #f9fbfd;
    box-shadow: none;
    color: #030303;
    transition: all .3s;
    border-color: rgba(0, 0, 0, 0);
}
.section--dark .cta__button.component__button--3 {
    color: rgb(3, 3, 3);
    background-color: #dfcaa0;
    border: 2px solid #dfcaa0;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    #id_2515e19c-0512-5474-a835-6a6477ee257a .section__column-1.ple-column-padding {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
/*  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 FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_5 {
	width: 20%;
}
.section.group.badges {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    row-gap: 20px;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}