/*# sourceMappingURL=../maps/wrapper.css.map */

@charset "UTF-8";

/**
 * OHO Interactive main theme wrapper stylesheet.
 * Version 2019-04-08
 * https://www.oho.com
 */
.fa:after, .fa:before, .fas:after, .fas:before, .far:after, .far:before, .fal:after, .fal:before, .fad:after, .fad:before {
	font-family: "Font Awesome 5 Pro";
}

.fab:after, .fab:before {
	font-family: "Font Awesome 5 Brands";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.grid-container.fluid {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}

.cell.auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.cell.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .auto {
	width: auto;
}

.grid-x > .shrink {
	width: auto;
}

.grid-x > .initial-shrink, .grid-x > .initial-full, .grid-x > .initial-1, .grid-x > .initial-2, .grid-x > .initial-3, .grid-x > .initial-4, .grid-x > .initial-5, .grid-x > .initial-6, .grid-x > .initial-7, .grid-x > .initial-8, .grid-x > .initial-9, .grid-x > .initial-10, .grid-x > .initial-11, .grid-x > .initial-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print, screen and (min-width: 20em) {
	.grid-x > .tiny-shrink, .grid-x > .tiny-full, .grid-x > .tiny-1, .grid-x > .tiny-2, .grid-x > .tiny-3, .grid-x > .tiny-4, .grid-x > .tiny-5, .grid-x > .tiny-6, .grid-x > .tiny-7, .grid-x > .tiny-8, .grid-x > .tiny-9, .grid-x > .tiny-10, .grid-x > .tiny-11, .grid-x > .tiny-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 40em) {
	.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 48em) {
	.grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x > .initial-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
}

.grid-x > .initial-shrink, .grid-x > .initial-1, .grid-x > .initial-2, .grid-x > .initial-3, .grid-x > .initial-4, .grid-x > .initial-5, .grid-x > .initial-6, .grid-x > .initial-7, .grid-x > .initial-8, .grid-x > .initial-9, .grid-x > .initial-10, .grid-x > .initial-11, .grid-x > .initial-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .initial-shrink {
	width: auto;
}

.grid-x > .initial-1 {
	width: 8.33333%;
}

.grid-x > .initial-2 {
	width: 16.66667%;
}

.grid-x > .initial-3 {
	width: 25%;
}

.grid-x > .initial-4 {
	width: 33.33333%;
}

.grid-x > .initial-5 {
	width: 41.66667%;
}

.grid-x > .initial-6 {
	width: 50%;
}

.grid-x > .initial-7 {
	width: 58.33333%;
}

.grid-x > .initial-8 {
	width: 66.66667%;
}

.grid-x > .initial-9 {
	width: 75%;
}

.grid-x > .initial-10 {
	width: 83.33333%;
}

.grid-x > .initial-11 {
	width: 91.66667%;
}

.grid-x > .initial-12 {
	width: 100%;
}

@media print, screen and (min-width: 20em) {
	.grid-x > .tiny-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	
	.grid-x > .tiny-shrink, .grid-x > .tiny-1, .grid-x > .tiny-2, .grid-x > .tiny-3, .grid-x > .tiny-4, .grid-x > .tiny-5, .grid-x > .tiny-6, .grid-x > .tiny-7, .grid-x > .tiny-8, .grid-x > .tiny-9, .grid-x > .tiny-10, .grid-x > .tiny-11, .grid-x > .tiny-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .tiny-shrink {
		width: auto;
	}
	
	.grid-x > .tiny-1 {
		width: 8.33333%;
	}
	
	.grid-x > .tiny-2 {
		width: 16.66667%;
	}
	
	.grid-x > .tiny-3 {
		width: 25%;
	}
	
	.grid-x > .tiny-4 {
		width: 33.33333%;
	}
	
	.grid-x > .tiny-5 {
		width: 41.66667%;
	}
	
	.grid-x > .tiny-6 {
		width: 50%;
	}
	
	.grid-x > .tiny-7 {
		width: 58.33333%;
	}
	
	.grid-x > .tiny-8 {
		width: 66.66667%;
	}
	
	.grid-x > .tiny-9 {
		width: 75%;
	}
	
	.grid-x > .tiny-10 {
		width: 83.33333%;
	}
	
	.grid-x > .tiny-11 {
		width: 91.66667%;
	}
	
	.grid-x > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .small-1 {
		width: 8.33333%;
	}
	
	.grid-x > .small-2 {
		width: 16.66667%;
	}
	
	.grid-x > .small-3 {
		width: 25%;
	}
	
	.grid-x > .small-4 {
		width: 33.33333%;
	}
	
	.grid-x > .small-5 {
		width: 41.66667%;
	}
	
	.grid-x > .small-6 {
		width: 50%;
	}
	
	.grid-x > .small-7 {
		width: 58.33333%;
	}
	
	.grid-x > .small-8 {
		width: 66.66667%;
	}
	
	.grid-x > .small-9 {
		width: 75%;
	}
	
	.grid-x > .small-10 {
		width: 83.33333%;
	}
	
	.grid-x > .small-11 {
		width: 91.66667%;
	}
	
	.grid-x > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.grid-x > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	
	.grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .medium-shrink {
		width: auto;
	}
	
	.grid-x > .medium-1 {
		width: 8.33333%;
	}
	
	.grid-x > .medium-2 {
		width: 16.66667%;
	}
	
	.grid-x > .medium-3 {
		width: 25%;
	}
	
	.grid-x > .medium-4 {
		width: 33.33333%;
	}
	
	.grid-x > .medium-5 {
		width: 41.66667%;
	}
	
	.grid-x > .medium-6 {
		width: 50%;
	}
	
	.grid-x > .medium-7 {
		width: 58.33333%;
	}
	
	.grid-x > .medium-8 {
		width: 66.66667%;
	}
	
	.grid-x > .medium-9 {
		width: 75%;
	}
	
	.grid-x > .medium-10 {
		width: 83.33333%;
	}
	
	.grid-x > .medium-11 {
		width: 91.66667%;
	}
	
	.grid-x > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	
	.grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-x > .large-shrink {
		width: auto;
	}
	
	.grid-x > .large-1 {
		width: 8.33333%;
	}
	
	.grid-x > .large-2 {
		width: 16.66667%;
	}
	
	.grid-x > .large-3 {
		width: 25%;
	}
	
	.grid-x > .large-4 {
		width: 33.33333%;
	}
	
	.grid-x > .large-5 {
		width: 41.66667%;
	}
	
	.grid-x > .large-6 {
		width: 50%;
	}
	
	.grid-x > .large-7 {
		width: 58.33333%;
	}
	
	.grid-x > .large-8 {
		width: 66.66667%;
	}
	
	.grid-x > .large-9 {
		width: 75%;
	}
	
	.grid-x > .large-10 {
		width: 83.33333%;
	}
	
	.grid-x > .large-11 {
		width: 91.66667%;
	}
	
	.grid-x > .large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.grid-margin-x > .cell {
	width: calc(100% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.grid-margin-x > .auto {
	width: auto;
}

.grid-margin-x > .shrink {
	width: auto;
}

.grid-margin-x > .initial-1 {
	width: calc(8.33333% - 2.5rem);
}

.grid-margin-x > .initial-2 {
	width: calc(16.66667% - 2.5rem);
}

.grid-margin-x > .initial-3 {
	width: calc(25% - 2.5rem);
}

.grid-margin-x > .initial-4 {
	width: calc(33.33333% - 2.5rem);
}

.grid-margin-x > .initial-5 {
	width: calc(41.66667% - 2.5rem);
}

.grid-margin-x > .initial-6 {
	width: calc(50% - 2.5rem);
}

.grid-margin-x > .initial-7 {
	width: calc(58.33333% - 2.5rem);
}

.grid-margin-x > .initial-8 {
	width: calc(66.66667% - 2.5rem);
}

.grid-margin-x > .initial-9 {
	width: calc(75% - 2.5rem);
}

.grid-margin-x > .initial-10 {
	width: calc(83.33333% - 2.5rem);
}

.grid-margin-x > .initial-11 {
	width: calc(91.66667% - 2.5rem);
}

.grid-margin-x > .initial-12 {
	width: calc(100% - 2.5rem);
}

@media print, screen and (min-width: 20em) {
	.grid-margin-x > .tiny-auto {
		width: auto;
	}
	
	.grid-margin-x > .tiny-shrink {
		width: auto;
	}
	
	.grid-margin-x > .tiny-1 {
		width: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-2 {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-3 {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-4 {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-5 {
		width: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-6 {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-7 {
		width: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-8 {
		width: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-9 {
		width: calc(75% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-10 {
		width: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-11 {
		width: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-x > .tiny-12 {
		width: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x > .small-auto {
		width: auto;
	}
	
	.grid-margin-x > .small-shrink {
		width: auto;
	}
	
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x > .small-3 {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-x > .small-6 {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-x > .small-9 {
		width: calc(75% - 2.5rem);
	}
	
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-x > .small-12 {
		width: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x > .medium-auto {
		width: auto;
	}
	
	.grid-margin-x > .medium-shrink {
		width: auto;
	}
	
	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x > .medium-3 {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-x > .medium-6 {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-x > .medium-9 {
		width: calc(75% - 2.5rem);
	}
	
	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-x > .medium-12 {
		width: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}
	
	.grid-margin-x > .large-shrink {
		width: auto;
	}
	
	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x > .large-3 {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-x > .large-6 {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-x > .large-9 {
		width: calc(75% - 2.5rem);
	}
	
	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-x > .large-12 {
		width: calc(100% - 2.5rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-padding-x > .cell {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.initial-up-1 > .cell {
	width: 100%;
}

.initial-up-2 > .cell {
	width: 50%;
}

.initial-up-3 > .cell {
	width: 33.33333%;
}

.initial-up-4 > .cell {
	width: 25%;
}

.initial-up-5 > .cell {
	width: 20%;
}

.initial-up-6 > .cell {
	width: 16.66667%;
}

.initial-up-7 > .cell {
	width: 14.28571%;
}

.initial-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 20em) {
	.tiny-up-1 > .cell {
		width: 100%;
	}
	
	.tiny-up-2 > .cell {
		width: 50%;
	}
	
	.tiny-up-3 > .cell {
		width: 33.33333%;
	}
	
	.tiny-up-4 > .cell {
		width: 25%;
	}
	
	.tiny-up-5 > .cell {
		width: 20%;
	}
	
	.tiny-up-6 > .cell {
		width: 16.66667%;
	}
	
	.tiny-up-7 > .cell {
		width: 14.28571%;
	}
	
	.tiny-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 40em) {
	.small-up-1 > .cell {
		width: 100%;
	}
	
	.small-up-2 > .cell {
		width: 50%;
	}
	
	.small-up-3 > .cell {
		width: 33.33333%;
	}
	
	.small-up-4 > .cell {
		width: 25%;
	}
	
	.small-up-5 > .cell {
		width: 20%;
	}
	
	.small-up-6 > .cell {
		width: 16.66667%;
	}
	
	.small-up-7 > .cell {
		width: 14.28571%;
	}
	
	.small-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	
	.medium-up-2 > .cell {
		width: 50%;
	}
	
	.medium-up-3 > .cell {
		width: 33.33333%;
	}
	
	.medium-up-4 > .cell {
		width: 25%;
	}
	
	.medium-up-5 > .cell {
		width: 20%;
	}
	
	.medium-up-6 > .cell {
		width: 16.66667%;
	}
	
	.medium-up-7 > .cell {
		width: 14.28571%;
	}
	
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	
	.large-up-2 > .cell {
		width: 50%;
	}
	
	.large-up-3 > .cell {
		width: 33.33333%;
	}
	
	.large-up-4 > .cell {
		width: 25%;
	}
	
	.large-up-5 > .cell {
		width: 20%;
	}
	
	.large-up-6 > .cell {
		width: 16.66667%;
	}
	
	.large-up-7 > .cell {
		width: 14.28571%;
	}
	
	.large-up-8 > .cell {
		width: 12.5%;
	}
}

.grid-margin-x.initial-up-1 > .cell {
	width: calc(100% - 2.5rem);
}

.grid-margin-x.initial-up-2 > .cell {
	width: calc(50% - 2.5rem);
}

.grid-margin-x.initial-up-3 > .cell {
	width: calc(33.33333% - 2.5rem);
}

.grid-margin-x.initial-up-4 > .cell {
	width: calc(25% - 2.5rem);
}

.grid-margin-x.initial-up-5 > .cell {
	width: calc(20% - 2.5rem);
}

.grid-margin-x.initial-up-6 > .cell {
	width: calc(16.66667% - 2.5rem);
}

.grid-margin-x.initial-up-7 > .cell {
	width: calc(14.28571% - 2.5rem);
}

.grid-margin-x.initial-up-8 > .cell {
	width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 20em) {
	.grid-margin-x.tiny-up-1 > .cell {
		width: calc(100% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-2 > .cell {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-3 > .cell {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-4 > .cell {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-5 > .cell {
		width: calc(20% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-6 > .cell {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-7 > .cell {
		width: calc(14.28571% - 2.5rem);
	}
	
	.grid-margin-x.tiny-up-8 > .cell {
		width: calc(12.5% - 2.5rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 2.5rem);
	}
	
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 2.5rem);
	}
	
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 2.5rem);
	}
	
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 2.5rem);
	}
}

@media print, screen and (min-width: 48em) {
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 2.5rem);
	}
	
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 2.5rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 2.5rem);
	}
	
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 2.5rem);
	}
	
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 2.5rem);
	}
	
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 2.5rem);
	}
	
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 2.5rem);
	}
	
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 2.5rem);
	}
}

.initial-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}

.initial-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}

.initial-margin-collapse > .initial-1 {
	width: 8.33333%;
}

.initial-margin-collapse > .initial-2 {
	width: 16.66667%;
}

.initial-margin-collapse > .initial-3 {
	width: 25%;
}

.initial-margin-collapse > .initial-4 {
	width: 33.33333%;
}

.initial-margin-collapse > .initial-5 {
	width: 41.66667%;
}

.initial-margin-collapse > .initial-6 {
	width: 50%;
}

.initial-margin-collapse > .initial-7 {
	width: 58.33333%;
}

.initial-margin-collapse > .initial-8 {
	width: 66.66667%;
}

.initial-margin-collapse > .initial-9 {
	width: 75%;
}

.initial-margin-collapse > .initial-10 {
	width: 83.33333%;
}

.initial-margin-collapse > .initial-11 {
	width: 91.66667%;
}

.initial-margin-collapse > .initial-12 {
	width: 100%;
}

@media print, screen and (min-width: 20em) {
	.initial-margin-collapse > .tiny-1 {
		width: 8.33333%;
	}
	
	.initial-margin-collapse > .tiny-2 {
		width: 16.66667%;
	}
	
	.initial-margin-collapse > .tiny-3 {
		width: 25%;
	}
	
	.initial-margin-collapse > .tiny-4 {
		width: 33.33333%;
	}
	
	.initial-margin-collapse > .tiny-5 {
		width: 41.66667%;
	}
	
	.initial-margin-collapse > .tiny-6 {
		width: 50%;
	}
	
	.initial-margin-collapse > .tiny-7 {
		width: 58.33333%;
	}
	
	.initial-margin-collapse > .tiny-8 {
		width: 66.66667%;
	}
	
	.initial-margin-collapse > .tiny-9 {
		width: 75%;
	}
	
	.initial-margin-collapse > .tiny-10 {
		width: 83.33333%;
	}
	
	.initial-margin-collapse > .tiny-11 {
		width: 91.66667%;
	}
	
	.initial-margin-collapse > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.initial-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	
	.initial-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	
	.initial-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.initial-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	
	.initial-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	
	.initial-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.initial-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	
	.initial-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	
	.initial-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.initial-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	
	.initial-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	
	.initial-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.initial-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	
	.initial-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	
	.initial-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.initial-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	
	.initial-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	
	.initial-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.initial-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	
	.initial-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	
	.initial-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.initial-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	
	.initial-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	
	.initial-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.initial-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	
	.initial-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	
	.initial-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.initial-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	
	.initial-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	
	.initial-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.initial-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	
	.initial-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	
	.initial-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.initial-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	
	.initial-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	
	.initial-margin-collapse > .large-12 {
		width: 100%;
	}
}

.initial-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.initial-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 20em) {
	.tiny-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.tiny-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 20em) {
	.tiny-margin-collapse > .initial-1 {
		width: 8.33333%;
	}
	
	.tiny-margin-collapse > .initial-2 {
		width: 16.66667%;
	}
	
	.tiny-margin-collapse > .initial-3 {
		width: 25%;
	}
	
	.tiny-margin-collapse > .initial-4 {
		width: 33.33333%;
	}
	
	.tiny-margin-collapse > .initial-5 {
		width: 41.66667%;
	}
	
	.tiny-margin-collapse > .initial-6 {
		width: 50%;
	}
	
	.tiny-margin-collapse > .initial-7 {
		width: 58.33333%;
	}
	
	.tiny-margin-collapse > .initial-8 {
		width: 66.66667%;
	}
	
	.tiny-margin-collapse > .initial-9 {
		width: 75%;
	}
	
	.tiny-margin-collapse > .initial-10 {
		width: 83.33333%;
	}
	
	.tiny-margin-collapse > .initial-11 {
		width: 91.66667%;
	}
	
	.tiny-margin-collapse > .initial-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 20em) {
	.tiny-margin-collapse > .tiny-1 {
		width: 8.33333%;
	}
	
	.tiny-margin-collapse > .tiny-2 {
		width: 16.66667%;
	}
	
	.tiny-margin-collapse > .tiny-3 {
		width: 25%;
	}
	
	.tiny-margin-collapse > .tiny-4 {
		width: 33.33333%;
	}
	
	.tiny-margin-collapse > .tiny-5 {
		width: 41.66667%;
	}
	
	.tiny-margin-collapse > .tiny-6 {
		width: 50%;
	}
	
	.tiny-margin-collapse > .tiny-7 {
		width: 58.33333%;
	}
	
	.tiny-margin-collapse > .tiny-8 {
		width: 66.66667%;
	}
	
	.tiny-margin-collapse > .tiny-9 {
		width: 75%;
	}
	
	.tiny-margin-collapse > .tiny-10 {
		width: 83.33333%;
	}
	
	.tiny-margin-collapse > .tiny-11 {
		width: 91.66667%;
	}
	
	.tiny-margin-collapse > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.tiny-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	
	.tiny-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	
	.tiny-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.tiny-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	
	.tiny-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	
	.tiny-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.tiny-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	
	.tiny-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	
	.tiny-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.tiny-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	
	.tiny-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	
	.tiny-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.tiny-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	
	.tiny-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	
	.tiny-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.tiny-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	
	.tiny-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	
	.tiny-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.tiny-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	
	.tiny-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	
	.tiny-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.tiny-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	
	.tiny-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	
	.tiny-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.tiny-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	
	.tiny-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	
	.tiny-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.tiny-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	
	.tiny-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	
	.tiny-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.tiny-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	
	.tiny-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	
	.tiny-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.tiny-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	
	.tiny-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	
	.tiny-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 20em) {
	.tiny-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.tiny-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 40em) {
	.small-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.small-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .initial-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse > .initial-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse > .initial-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .initial-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse > .initial-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse > .initial-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .initial-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse > .initial-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse > .initial-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .initial-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse > .initial-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse > .initial-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .tiny-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse > .tiny-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse > .tiny-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .tiny-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse > .tiny-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse > .tiny-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .tiny-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse > .tiny-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse > .tiny-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .tiny-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse > .tiny-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.small-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	
	.small-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	
	.small-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	
	.small-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	
	.small-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.small-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.small-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .initial-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse > .initial-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse > .initial-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .initial-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse > .initial-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse > .initial-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .initial-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse > .initial-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse > .initial-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .initial-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse > .initial-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse > .initial-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .tiny-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse > .tiny-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse > .tiny-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .tiny-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse > .tiny-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse > .tiny-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .tiny-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse > .tiny-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse > .tiny-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .tiny-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse > .tiny-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	
	.medium-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	
	.medium-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	
	.medium-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	
	.medium-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .initial-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse > .initial-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse > .initial-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .initial-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse > .initial-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse > .initial-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .initial-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse > .initial-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse > .initial-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .initial-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse > .initial-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse > .initial-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .tiny-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse > .tiny-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse > .tiny-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .tiny-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse > .tiny-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse > .tiny-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .tiny-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse > .tiny-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse > .tiny-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .tiny-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse > .tiny-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse > .tiny-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	
	.large-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	
	.large-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	
	.large-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	
	.large-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.initial-offset-0 {
	margin-left: 0%;
}

.grid-margin-x > .initial-offset-0 {
	margin-left: calc(0% + 1.25rem);
}

.initial-offset-1 {
	margin-left: 8.33333%;
}

.grid-margin-x > .initial-offset-1 {
	margin-left: calc(8.33333% + 1.25rem);
}

.initial-offset-2 {
	margin-left: 16.66667%;
}

.grid-margin-x > .initial-offset-2 {
	margin-left: calc(16.66667% + 1.25rem);
}

.initial-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .initial-offset-3 {
	margin-left: calc(25% + 1.25rem);
}

.initial-offset-4 {
	margin-left: 33.33333%;
}

.grid-margin-x > .initial-offset-4 {
	margin-left: calc(33.33333% + 1.25rem);
}

.initial-offset-5 {
	margin-left: 41.66667%;
}

.grid-margin-x > .initial-offset-5 {
	margin-left: calc(41.66667% + 1.25rem);
}

.initial-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .initial-offset-6 {
	margin-left: calc(50% + 1.25rem);
}

.initial-offset-7 {
	margin-left: 58.33333%;
}

.grid-margin-x > .initial-offset-7 {
	margin-left: calc(58.33333% + 1.25rem);
}

.initial-offset-8 {
	margin-left: 66.66667%;
}

.grid-margin-x > .initial-offset-8 {
	margin-left: calc(66.66667% + 1.25rem);
}

.initial-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .initial-offset-9 {
	margin-left: calc(75% + 1.25rem);
}

.initial-offset-10 {
	margin-left: 83.33333%;
}

.grid-margin-x > .initial-offset-10 {
	margin-left: calc(83.33333% + 1.25rem);
}

.initial-offset-11 {
	margin-left: 91.66667%;
}

.grid-margin-x > .initial-offset-11 {
	margin-left: calc(91.66667% + 1.25rem);
}

@media print, screen and (min-width: 20em) {
	.tiny-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x > .tiny-offset-0 {
		margin-left: calc(0% + 1.25rem);
	}
	
	.tiny-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x > .tiny-offset-1 {
		margin-left: calc(8.33333% + 1.25rem);
	}
	
	.tiny-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x > .tiny-offset-2 {
		margin-left: calc(16.66667% + 1.25rem);
	}
	
	.tiny-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .tiny-offset-3 {
		margin-left: calc(25% + 1.25rem);
	}
	
	.tiny-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x > .tiny-offset-4 {
		margin-left: calc(33.33333% + 1.25rem);
	}
	
	.tiny-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x > .tiny-offset-5 {
		margin-left: calc(41.66667% + 1.25rem);
	}
	
	.tiny-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .tiny-offset-6 {
		margin-left: calc(50% + 1.25rem);
	}
	
	.tiny-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x > .tiny-offset-7 {
		margin-left: calc(58.33333% + 1.25rem);
	}
	
	.tiny-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x > .tiny-offset-8 {
		margin-left: calc(66.66667% + 1.25rem);
	}
	
	.tiny-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .tiny-offset-9 {
		margin-left: calc(75% + 1.25rem);
	}
	
	.tiny-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x > .tiny-offset-10 {
		margin-left: calc(83.33333% + 1.25rem);
	}
	
	.tiny-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x > .tiny-offset-11 {
		margin-left: calc(91.66667% + 1.25rem);
	}
}

@media print, screen and (min-width: 40em) {
	.small-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x > .small-offset-0 {
		margin-left: calc(0% + 1.25rem);
	}
	
	.small-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x > .small-offset-1 {
		margin-left: calc(8.33333% + 1.25rem);
	}
	
	.small-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x > .small-offset-2 {
		margin-left: calc(16.66667% + 1.25rem);
	}
	
	.small-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .small-offset-3 {
		margin-left: calc(25% + 1.25rem);
	}
	
	.small-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x > .small-offset-4 {
		margin-left: calc(33.33333% + 1.25rem);
	}
	
	.small-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x > .small-offset-5 {
		margin-left: calc(41.66667% + 1.25rem);
	}
	
	.small-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .small-offset-6 {
		margin-left: calc(50% + 1.25rem);
	}
	
	.small-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x > .small-offset-7 {
		margin-left: calc(58.33333% + 1.25rem);
	}
	
	.small-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x > .small-offset-8 {
		margin-left: calc(66.66667% + 1.25rem);
	}
	
	.small-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .small-offset-9 {
		margin-left: calc(75% + 1.25rem);
	}
	
	.small-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x > .small-offset-10 {
		margin-left: calc(83.33333% + 1.25rem);
	}
	
	.small-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x > .small-offset-11 {
		margin-left: calc(91.66667% + 1.25rem);
	}
}

@media print, screen and (min-width: 48em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 1.25rem);
	}
	
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + 1.25rem);
	}
	
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + 1.25rem);
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1.25rem);
	}
	
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + 1.25rem);
	}
	
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + 1.25rem);
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1.25rem);
	}
	
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + 1.25rem);
	}
	
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + 1.25rem);
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1.25rem);
	}
	
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + 1.25rem);
	}
	
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + 1.25rem);
	}
}

@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 1.25rem);
	}
	
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + 1.25rem);
	}
	
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + 1.25rem);
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1.25rem);
	}
	
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + 1.25rem);
	}
	
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + 1.25rem);
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1.25rem);
	}
	
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + 1.25rem);
	}
	
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + 1.25rem);
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1.25rem);
	}
	
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + 1.25rem);
	}
	
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + 1.25rem);
	}
}

.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.grid-y > .cell {
	width: auto;
	max-width: none;
}

.grid-y > .auto {
	height: auto;
}

.grid-y > .shrink {
	height: auto;
}

.grid-y > .initial-shrink, .grid-y > .initial-full, .grid-y > .initial-1, .grid-y > .initial-2, .grid-y > .initial-3, .grid-y > .initial-4, .grid-y > .initial-5, .grid-y > .initial-6, .grid-y > .initial-7, .grid-y > .initial-8, .grid-y > .initial-9, .grid-y > .initial-10, .grid-y > .initial-11, .grid-y > .initial-12 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print, screen and (min-width: 20em) {
	.grid-y > .tiny-shrink, .grid-y > .tiny-full, .grid-y > .tiny-1, .grid-y > .tiny-2, .grid-y > .tiny-3, .grid-y > .tiny-4, .grid-y > .tiny-5, .grid-y > .tiny-6, .grid-y > .tiny-7, .grid-y > .tiny-8, .grid-y > .tiny-9, .grid-y > .tiny-10, .grid-y > .tiny-11, .grid-y > .tiny-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 40em) {
	.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 48em) {
	.grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-y > .initial-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
}

.grid-y > .initial-shrink, .grid-y > .initial-1, .grid-y > .initial-2, .grid-y > .initial-3, .grid-y > .initial-4, .grid-y > .initial-5, .grid-y > .initial-6, .grid-y > .initial-7, .grid-y > .initial-8, .grid-y > .initial-9, .grid-y > .initial-10, .grid-y > .initial-11, .grid-y > .initial-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-y > .initial-shrink {
	height: auto;
}

.grid-y > .initial-1 {
	height: 8.33333%;
}

.grid-y > .initial-2 {
	height: 16.66667%;
}

.grid-y > .initial-3 {
	height: 25%;
}

.grid-y > .initial-4 {
	height: 33.33333%;
}

.grid-y > .initial-5 {
	height: 41.66667%;
}

.grid-y > .initial-6 {
	height: 50%;
}

.grid-y > .initial-7 {
	height: 58.33333%;
}

.grid-y > .initial-8 {
	height: 66.66667%;
}

.grid-y > .initial-9 {
	height: 75%;
}

.grid-y > .initial-10 {
	height: 83.33333%;
}

.grid-y > .initial-11 {
	height: 91.66667%;
}

.grid-y > .initial-12 {
	height: 100%;
}

@media print, screen and (min-width: 20em) {
	.grid-y > .tiny-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	
	.grid-y > .tiny-shrink, .grid-y > .tiny-1, .grid-y > .tiny-2, .grid-y > .tiny-3, .grid-y > .tiny-4, .grid-y > .tiny-5, .grid-y > .tiny-6, .grid-y > .tiny-7, .grid-y > .tiny-8, .grid-y > .tiny-9, .grid-y > .tiny-10, .grid-y > .tiny-11, .grid-y > .tiny-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .tiny-shrink {
		height: auto;
	}
	
	.grid-y > .tiny-1 {
		height: 8.33333%;
	}
	
	.grid-y > .tiny-2 {
		height: 16.66667%;
	}
	
	.grid-y > .tiny-3 {
		height: 25%;
	}
	
	.grid-y > .tiny-4 {
		height: 33.33333%;
	}
	
	.grid-y > .tiny-5 {
		height: 41.66667%;
	}
	
	.grid-y > .tiny-6 {
		height: 50%;
	}
	
	.grid-y > .tiny-7 {
		height: 58.33333%;
	}
	
	.grid-y > .tiny-8 {
		height: 66.66667%;
	}
	
	.grid-y > .tiny-9 {
		height: 75%;
	}
	
	.grid-y > .tiny-10 {
		height: 83.33333%;
	}
	
	.grid-y > .tiny-11 {
		height: 91.66667%;
	}
	
	.grid-y > .tiny-12 {
		height: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .small-1 {
		height: 8.33333%;
	}
	
	.grid-y > .small-2 {
		height: 16.66667%;
	}
	
	.grid-y > .small-3 {
		height: 25%;
	}
	
	.grid-y > .small-4 {
		height: 33.33333%;
	}
	
	.grid-y > .small-5 {
		height: 41.66667%;
	}
	
	.grid-y > .small-6 {
		height: 50%;
	}
	
	.grid-y > .small-7 {
		height: 58.33333%;
	}
	
	.grid-y > .small-8 {
		height: 66.66667%;
	}
	
	.grid-y > .small-9 {
		height: 75%;
	}
	
	.grid-y > .small-10 {
		height: 83.33333%;
	}
	
	.grid-y > .small-11 {
		height: 91.66667%;
	}
	
	.grid-y > .small-12 {
		height: 100%;
	}
}

@media print, screen and (min-width: 48em) {
	.grid-y > .medium-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	
	.grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .medium-shrink {
		height: auto;
	}
	
	.grid-y > .medium-1 {
		height: 8.33333%;
	}
	
	.grid-y > .medium-2 {
		height: 16.66667%;
	}
	
	.grid-y > .medium-3 {
		height: 25%;
	}
	
	.grid-y > .medium-4 {
		height: 33.33333%;
	}
	
	.grid-y > .medium-5 {
		height: 41.66667%;
	}
	
	.grid-y > .medium-6 {
		height: 50%;
	}
	
	.grid-y > .medium-7 {
		height: 58.33333%;
	}
	
	.grid-y > .medium-8 {
		height: 66.66667%;
	}
	
	.grid-y > .medium-9 {
		height: 75%;
	}
	
	.grid-y > .medium-10 {
		height: 83.33333%;
	}
	
	.grid-y > .medium-11 {
		height: 91.66667%;
	}
	
	.grid-y > .medium-12 {
		height: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	
	.grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.grid-y > .large-shrink {
		height: auto;
	}
	
	.grid-y > .large-1 {
		height: 8.33333%;
	}
	
	.grid-y > .large-2 {
		height: 16.66667%;
	}
	
	.grid-y > .large-3 {
		height: 25%;
	}
	
	.grid-y > .large-4 {
		height: 33.33333%;
	}
	
	.grid-y > .large-5 {
		height: 41.66667%;
	}
	
	.grid-y > .large-6 {
		height: 50%;
	}
	
	.grid-y > .large-7 {
		height: 58.33333%;
	}
	
	.grid-y > .large-8 {
		height: 66.66667%;
	}
	
	.grid-y > .large-9 {
		height: 75%;
	}
	
	.grid-y > .large-10 {
		height: 83.33333%;
	}
	
	.grid-y > .large-11 {
		height: 91.66667%;
	}
	
	.grid-y > .large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.grid-padding-y > .cell {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.grid-margin-y > .cell {
	height: calc(100% - 2.5rem);
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.grid-margin-y > .auto {
	height: auto;
}

.grid-margin-y > .shrink {
	height: auto;
}

.grid-margin-y > .initial-1 {
	height: calc(8.33333% - 2.5rem);
}

.grid-margin-y > .initial-2 {
	height: calc(16.66667% - 2.5rem);
}

.grid-margin-y > .initial-3 {
	height: calc(25% - 2.5rem);
}

.grid-margin-y > .initial-4 {
	height: calc(33.33333% - 2.5rem);
}

.grid-margin-y > .initial-5 {
	height: calc(41.66667% - 2.5rem);
}

.grid-margin-y > .initial-6 {
	height: calc(50% - 2.5rem);
}

.grid-margin-y > .initial-7 {
	height: calc(58.33333% - 2.5rem);
}

.grid-margin-y > .initial-8 {
	height: calc(66.66667% - 2.5rem);
}

.grid-margin-y > .initial-9 {
	height: calc(75% - 2.5rem);
}

.grid-margin-y > .initial-10 {
	height: calc(83.33333% - 2.5rem);
}

.grid-margin-y > .initial-11 {
	height: calc(91.66667% - 2.5rem);
}

.grid-margin-y > .initial-12 {
	height: calc(100% - 2.5rem);
}

@media print, screen and (min-width: 20em) {
	.grid-margin-y > .tiny-auto {
		height: auto;
	}
	
	.grid-margin-y > .tiny-shrink {
		height: auto;
	}
	
	.grid-margin-y > .tiny-1 {
		height: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-2 {
		height: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-3 {
		height: calc(25% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-4 {
		height: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-5 {
		height: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-6 {
		height: calc(50% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-7 {
		height: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-8 {
		height: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-9 {
		height: calc(75% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-10 {
		height: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-11 {
		height: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-y > .tiny-12 {
		height: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y > .small-auto {
		height: auto;
	}
	
	.grid-margin-y > .small-shrink {
		height: auto;
	}
	
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-y > .small-3 {
		height: calc(25% - 2.5rem);
	}
	
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-y > .small-6 {
		height: calc(50% - 2.5rem);
	}
	
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-y > .small-9 {
		height: calc(75% - 2.5rem);
	}
	
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-y > .small-12 {
		height: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 48em) {
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-y > .medium-3 {
		height: calc(25% - 2.5rem);
	}
	
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-y > .medium-6 {
		height: calc(50% - 2.5rem);
	}
	
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-y > .medium-9 {
		height: calc(75% - 2.5rem);
	}
	
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-y > .medium-12 {
		height: calc(100% - 2.5rem);
	}
}

@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 2.5rem);
	}
	
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 2.5rem);
	}
	
	.grid-margin-y > .large-3 {
		height: calc(25% - 2.5rem);
	}
	
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 2.5rem);
	}
	
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 2.5rem);
	}
	
	.grid-margin-y > .large-6 {
		height: calc(50% - 2.5rem);
	}
	
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 2.5rem);
	}
	
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 2.5rem);
	}
	
	.grid-margin-y > .large-9 {
		height: calc(75% - 2.5rem);
	}
	
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 2.5rem);
	}
	
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 2.5rem);
	}
	
	.grid-margin-y > .large-12 {
		height: calc(100% - 2.5rem);
	}
}

.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center;
}

.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.initial-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.initial-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.initial-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.initial-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.initial-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.initial-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

@media print, screen and (min-width: 20em) {
	.tiny-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.tiny-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.tiny-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.tiny-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.tiny-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.tiny-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 40em) {
	.small-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.small-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.small-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.small-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.small-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.small-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
}

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 20em) {
	.tiny-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.tiny-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.tiny-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.tiny-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.tiny-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.tiny-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.tiny-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.tiny-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 40em) {
	.small-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.small-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.small-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.small-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.small-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.small-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.small-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.small-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 48em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	
	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/*!
 * Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-conditioner:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-alarm-exclamation:before {
	content: "";
}

.fa-alarm-plus:before {
	content: "";
}

.fa-alarm-snooze:before {
	content: "";
}

.fa-album:before {
	content: "";
}

.fa-album-collection:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-alien:before {
	content: "";
}

.fa-alien-monster:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-slash:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-amp-guitar:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badge-sheriff:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-bags-shopping:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-banjo:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-alt:before {
	content: "";
}

.fa-bed-bunk:before {
	content: "";
}

.fa-bed-empty:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-exclamation:before {
	content: "";
}

.fa-bell-on:before {
	content: "";
}

.fa-bell-plus:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-betamax:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-biking-mountain:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blinds:before {
	content: "";
}

.fa-blinds-open:before {
	content: "";
}

.fa-blinds-raised:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boombox:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-bottom:before {
	content: "";
}

.fa-border-center-h:before {
	content: "";
}

.fa-border-center-v:before {
	content: "";
}

.fa-border-inner:before {
	content: "";
}

.fa-border-left:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-outer:before {
	content: "";
}

.fa-border-right:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-border-style-alt:before {
	content: "";
}

.fa-border-top:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-bring-forward:before {
	content: "";
}

.fa-bring-front:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burger-soda:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-cactus:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camcorder:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-home:before {
	content: "";
}

.fa-camera-movie:before {
	content: "";
}

.fa-camera-polaroid:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-building:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-bus:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caravan-alt:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cars:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cassette-tape:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cat-space:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cctv:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clarinet:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-music:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-pot:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-coffin-cross:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coin:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comet:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-music:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-music:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-computer-classic:before {
	content: "";
}

.fa-computer-speaker:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-construction:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cowbell:before {
	content: "";
}

.fa-cowbell-more:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digging:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-disc-drive:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-drone:before {
	content: "";
}

.fa-drone-alt:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dryer:before {
	content: "";
}

.fa-dryer-alt:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fan-table:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-farm:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-music:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-search:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-film-canister:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flashlight:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-flute:before {
	content: "";
}

.fa-flux-capacitor:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-download:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folder-upload:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-font-case:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-galaxy:before {
	content: "";
}

.fa-game-board:before {
	content: "";
}

.fa-game-board-alt:before {
	content: "";
}

.fa-game-console-handheld:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gamepad-alt:before {
	content: "";
}

.fa-garage:before {
	content: "";
}

.fa-garage-car:before {
	content: "";
}

.fa-garage-open:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gramophone:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-guitar-electric:before {
	content: "";
}

.fa-guitars:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-h4:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-chef:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-headphones:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-heat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-horizontal-rule:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-horse-saddle:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hospitals:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-day:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-house-leave:before {
	content: "";
}

.fa-house-night:before {
	content: "";
}

.fa-house-return:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-icons-alt:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-polaroid:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-joystick:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-jug:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-kazoo:before {
	content: "";
}

.fa-kerning:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-lamp-desk:before {
	content: "";
}

.fa-lamp-floor:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lasso:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-light-ceiling:before {
	content: "";
}

.fa-light-switch:before {
	content: "";
}

.fa-light-switch-off:before {
	content: "";
}

.fa-light-switch-on:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-line-columns:before {
	content: "";
}

.fa-line-height:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-music:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microphone-stand:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-microwave:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-money-check-edit:before {
	content: "";
}

.fa-money-check-edit-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-alt:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mp3-player:before {
	content: "";
}

.fa-mug:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-mug-tea:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-music-alt:before {
	content: "";
}

.fa-music-alt-slash:before {
	content: "";
}

.fa-music-slash:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-outlet:before {
	content: "";
}

.fa-oven:before {
	content: "";
}

.fa-overline:before {
	content: "";
}

.fa-page-break:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-paragraph-rtl:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-laptop:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-rotary:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-piano:before {
	content: "";
}

.fa-piano-keyboard:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-planet-moon:before {
	content: "";
}

.fa-planet-ringed:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-police-box:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portal-enter:before {
	content: "";
}

.fa-portal-exit:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-projector:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radar:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-radio-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-raygun:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-refrigerator:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocket-launch:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-router:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-sax-hot:before {
	content: "";
}

.fa-saxophone:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-image:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-send-back:before {
	content: "";
}

.fa-send-backward:before {
	content: "";
}

.fa-sensor:before {
	content: "";
}

.fa-sensor-alert:before {
	content: "";
}

.fa-sensor-fire:before {
	content: "";
}

.fa-sensor-on:before {
	content: "";
}

.fa-sensor-smoke:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signal-stream:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-siren:before {
	content: "";
}

.fa-siren-on:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-cow:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snooze:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-solar-system:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-circle:before {
	content: "";
}

.fa-sort-circle-down:before {
	content: "";
}

.fa-sort-circle-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-shapes-down:before {
	content: "";
}

.fa-sort-shapes-down-alt:before {
	content: "";
}

.fa-sort-shapes-up:before {
	content: "";
}

.fa-sort-shapes-up-alt:before {
	content: "";
}

.fa-sort-size-down:before {
	content: "";
}

.fa-sort-size-down-alt:before {
	content: "";
}

.fa-sort-size-up:before {
	content: "";
}

.fa-sort-size-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-space-station-moon:before {
	content: "";
}

.fa-space-station-moon-alt:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-sparkles:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-speakers:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-sprinkler:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-star-shooting:before {
	content: "";
}

.fa-starfighter:before {
	content: "";
}

.fa-starfighter-alt:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-starship:before {
	content: "";
}

.fa-starship-freighter:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunglasses:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-sword-laser:before {
	content: "";
}

.fa-sword-laser-alt:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-swords-laser:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-telescope:before {
	content: "";
}

.fa-temperature-down:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-up:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-size:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-transporter:before {
	content: "";
}

.fa-transporter-1:before {
	content: "";
}

.fa-transporter-2:before {
	content: "";
}

.fa-transporter-3:before {
	content: "";
}

.fa-transporter-empty:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-trash-undo:before {
	content: "";
}

.fa-trash-undo-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-triangle-music:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-trumpet:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turntable:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-alt:before {
	content: "";
}

.fa-tv-music:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typewriter:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-ufo:before {
	content: "";
}

.fa-ufo-beam:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usb-drive:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alien:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-cowboy:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-music:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-robot:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-user-unlock:before {
	content: "";
}

.fa-user-visor:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vacuum:before {
	content: "";
}

.fa-vacuum-robot:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-vhs:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-violin:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-wagon-covered:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-washer:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-calculator:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-wave-sine:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-wave-triangle:before {
	content: "";
}

.fa-waveform:before {
	content: "";
}

.fa-waveform-path:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-turbine:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-frame:before {
	content: "";
}

.fa-window-frame-open:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

:root {
	--aspect-ratio: 1;
}

.aspect-ratio-frame {
	position: relative;
}

.aspect-ratio-frame::before {
	content: "";
	padding-bottom: calc(1 * 100%);
	display: block;
}

.aspect-ratio-frame img, .aspect-ratio-frame video, .aspect-ratio-frame .autoplay-video-container, .aspect-ratio-frame iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@supports (--css: variables) {
	.aspect-ratio-frame:before {
		content: "";
		padding-bottom: calc(var(--aspect-ratio) * 100%);
	}
}

.global-spacing--4xlarge {
	margin-top: 4.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--4xlarge {
		margin-top: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--4xlarge {
		margin-top: 7.5rem;
	}
}

.global-spacing--3xlarge {
	margin-top: 3rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--3xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--3xlarge {
		margin-top: 5.5rem;
	}
}

.global-spacing--2xlarge {
	margin-top: 3rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--2xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--2xlarge {
		margin-top: 5rem;
	}
}

.global-spacing--xlarge {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--xlarge {
		margin-top: 4.5rem;
	}
}

.global-spacing--large {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--large {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--large {
		margin-top: 4rem;
	}
}

.global-spacing--default {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--default {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--default {
		margin-top: 3.5rem;
	}
}

.global-spacing--medium {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--medium {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--medium {
		margin-top: 3rem;
	}
}

.global-spacing--small {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--small {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--small {
		margin-top: 2.5rem;
	}
}

.global-spacing--xsmall {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--xsmall {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--xsmall {
		margin-top: 2rem;
	}
}

.global-spacing--2xsmall {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--2xsmall {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--2xsmall {
		margin-top: 1.5rem;
	}
}

.global-spacing--3xsmall {
	margin-top: 1rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--3xsmall {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--3xsmall {
		margin-top: 1rem;
	}
}

.global-spacing--4xsmall {
	margin-top: .5rem;
}

@media print, screen and (min-width: 48em) {
	.global-spacing--4xsmall {
		margin-top: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-spacing--4xsmall {
		margin-top: .5rem;
	}
}

.global-padding--4xlarge {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--4xlarge {
		padding-top: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--4xlarge {
		padding-top: 7.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--4xlarge {
		padding-bottom: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--4xlarge {
		padding-bottom: 7.5rem;
	}
}

.global-padding--3xlarge {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--3xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--3xlarge {
		padding-top: 5.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--3xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--3xlarge {
		padding-bottom: 5.5rem;
	}
}

.global-padding--2xlarge {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--2xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--2xlarge {
		padding-top: 5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--2xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--2xlarge {
		padding-bottom: 5rem;
	}
}

.global-padding--xlarge {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--xlarge {
		padding-top: 4.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--xlarge {
		padding-bottom: 4.5rem;
	}
}

.global-padding--large {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--large {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--large {
		padding-top: 4rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--large {
		padding-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--large {
		padding-bottom: 4rem;
	}
}

.global-padding--default {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--default {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--default {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--default {
		padding-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--default {
		padding-bottom: 3.5rem;
	}
}

.global-padding--medium {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--medium {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--medium {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--medium {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--medium {
		padding-bottom: 3rem;
	}
}

.global-padding--small {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--small {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--small {
		padding-top: 2.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--small {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--small {
		padding-bottom: 2.5rem;
	}
}

.global-padding--xsmall {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--xsmall {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--xsmall {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--xsmall {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--xsmall {
		padding-bottom: 2rem;
	}
}

.global-padding--2xsmall {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--2xsmall {
		padding-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--2xsmall {
		padding-top: 1.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--2xsmall {
		padding-bottom: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--2xsmall {
		padding-bottom: 1.5rem;
	}
}

.global-padding--3xsmall {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--3xsmall {
		padding-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--3xsmall {
		padding-top: 1rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--3xsmall {
		padding-bottom: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--3xsmall {
		padding-bottom: 1rem;
	}
}

.global-padding--4xsmall {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media print, screen and (min-width: 48em) {
	.global-padding--4xsmall {
		padding-top: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--4xsmall {
		padding-top: .5rem;
	}
}

@media print, screen and (min-width: 48em) {
	.global-padding--4xsmall {
		padding-bottom: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-padding--4xsmall {
		padding-bottom: .5rem;
	}
}

.global-padding--primary-color {
	background-color: #0c1832;
}

.global-padding--gray--dark {
	background-color: #262626;
}

.global-padding--pale-blue {
	background-color: #ebf3f5;
}

.global-padding--white {
	background-color: #fff;
}

.no-following-margin + * {
	margin-top: 0 !important;
}

.global-padding + .global-padding {
	margin-top: 0;
}

@media screen and (max-width: 47.99875em) {
	.related .cell {
		margin-top: 3.5rem;
	}
}

@media screen and (max-width: 47.99875em) {
	.column-stack--small-down:not(.slick-slider) > div:not(:first-child) {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 63.99875em) {
	.column-stack--medium-down:not(.slick-slider) > div:not(:first-child) {
		margin-top: 3rem;
	}
}

header, footer, .cta-sock, .cta-widget-outer {}

header *, footer *, .cta-sock *, .cta-widget-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header html, footer html, .cta-sock html, .cta-widget-outer html {
	-webkit-text-size-adjust: 100%;
}

header body, footer body, .cta-sock body, .cta-widget-outer body {
	margin: 0;
	color: #2e312f;
	font-family: "Roboto Slab", serif;
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

@media print, screen and (min-width: 64em) {
	header body, footer body, .cta-sock body, .cta-widget-outer body {
		font-size: 1.3125rem;
	}
}

header main, footer main, .cta-sock main, .cta-widget-outer main {
	display: block;
}

header button, footer button, .cta-sock button, .cta-widget-outer button {
	cursor: pointer;
	font-size: 1rem;
}

header iframe, footer iframe, .cta-sock iframe, .cta-widget-outer iframe {
	max-width: 100%;
}

header img, footer img, .cta-sock img, .cta-widget-outer img {
	max-width: 100%;
	height: auto;
}

header dl, header pre, footer dl, footer pre, .cta-sock dl, .cta-sock pre, .cta-widget-outer dl, .cta-widget-outer pre {
	margin: 0;
	padding: 0;
}

header .clearfix::before, header .clearfix::after, footer .clearfix::before, footer .clearfix::after, .cta-sock .clearfix::before, .cta-sock .clearfix::after, .cta-widget-outer .clearfix::before, .cta-widget-outer .clearfix::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

header .clearfix::after, footer .clearfix::after, .cta-sock .clearfix::after, .cta-widget-outer .clearfix::after {
	clear: both;
}

header .show-for-sr, header .visually-hidden, header .element-invisible, footer .show-for-sr, footer .visually-hidden, footer .element-invisible, .cta-sock .show-for-sr, .cta-sock .visually-hidden, .cta-sock .element-invisible, .cta-widget-outer .show-for-sr, .cta-widget-outer .visually-hidden, .cta-widget-outer .element-invisible {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

header .pattern-shadow, footer .pattern-shadow, .cta-sock .pattern-shadow, .cta-widget-outer .pattern-shadow {
	position: relative;
	max-width: calc(100% - 1rem);
	margin-left: 1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 47.99875em) {
	header .pattern-shadow, footer .pattern-shadow, .cta-sock .pattern-shadow, .cta-widget-outer .pattern-shadow {
		margin-left: .5rem;
		margin-bottom: .5rem;
		max-width: calc(100% - .5rem);
	}
}

header .pattern-shadow img, header .pattern-shadow iframe, header .pattern-shadow video, footer .pattern-shadow img, footer .pattern-shadow iframe, footer .pattern-shadow video, .cta-sock .pattern-shadow img, .cta-sock .pattern-shadow iframe, .cta-sock .pattern-shadow video, .cta-widget-outer .pattern-shadow img, .cta-widget-outer .pattern-shadow iframe, .cta-widget-outer .pattern-shadow video {
	position: relative;
	z-index: 2;
	display: block;
}

header .pattern-shadow:before, footer .pattern-shadow:before, .cta-sock .pattern-shadow:before, .cta-widget-outer .pattern-shadow:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/line-pattern.png");
	-webkit-transform: translate(-1rem, 1rem);
	transform: translate(-1rem, 1rem);
}

@media screen and (max-width: 47.99875em) {
	header .pattern-shadow:before, footer .pattern-shadow:before, .cta-sock .pattern-shadow:before, .cta-widget-outer .pattern-shadow:before {
		-webkit-transform: translate(-.5rem, .5rem);
		transform: translate(-.5rem, .5rem);
	}
}

header #wrapper, footer #wrapper, .cta-sock #wrapper, .cta-widget-outer #wrapper {
	overflow: hidden;
}

header [type='text'], header [type='password'], header [type='date'], header [type='datetime'], header [type='datetime-local'], header [type='month'], header [type='week'], header [type='email'], header [type='number'], header [type='search'], header [type='tel'], header [type='time'], header [type='url'], header [type='color'], header [type='file'], header [type='image'], header [type='submit'], header button, header textarea, header select, header fieldset, footer [type='text'], footer [type='password'], footer [type='date'], footer [type='datetime'], footer [type='datetime-local'], footer [type='month'], footer [type='week'], footer [type='email'], footer [type='number'], footer [type='search'], footer [type='tel'], footer [type='time'], footer [type='url'], footer [type='color'], footer [type='file'], footer [type='image'], footer [type='submit'], footer button, footer textarea, footer select, footer fieldset, .cta-sock [type='text'], .cta-sock [type='password'], .cta-sock [type='date'], .cta-sock [type='datetime'], .cta-sock [type='datetime-local'], .cta-sock [type='month'], .cta-sock [type='week'], .cta-sock [type='email'], .cta-sock [type='number'], .cta-sock [type='search'], .cta-sock [type='tel'], .cta-sock [type='time'], .cta-sock [type='url'], .cta-sock [type='color'], .cta-sock [type='file'], .cta-sock [type='image'], .cta-sock [type='submit'], .cta-sock button, .cta-sock textarea, .cta-sock select, .cta-sock fieldset, .cta-widget-outer [type='text'], .cta-widget-outer [type='password'], .cta-widget-outer [type='date'], .cta-widget-outer [type='datetime'], .cta-widget-outer [type='datetime-local'], .cta-widget-outer [type='month'], .cta-widget-outer [type='week'], .cta-widget-outer [type='email'], .cta-widget-outer [type='number'], .cta-widget-outer [type='search'], .cta-widget-outer [type='tel'], .cta-widget-outer [type='time'], .cta-widget-outer [type='url'], .cta-widget-outer [type='color'], .cta-widget-outer [type='file'], .cta-widget-outer [type='image'], .cta-widget-outer [type='submit'], .cta-widget-outer button, .cta-widget-outer textarea, .cta-widget-outer select, .cta-widget-outer fieldset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border-width: .0625em;
	border-style: solid;
	border-color: inherit;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	-webkit-transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	border-width: .0625rem;
	border-style: solid;
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	text-decoration: none;
	margin-right: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	margin-left: .4375rem;
	font-size: 1rem;
	padding: .6875rem 1.5rem;
}

header [type='text']:hover, header [type='text']:focus, header [type='password']:hover, header [type='password']:focus, header [type='date']:hover, header [type='date']:focus, header [type='datetime']:hover, header [type='datetime']:focus, header [type='datetime-local']:hover, header [type='datetime-local']:focus, header [type='month']:hover, header [type='month']:focus, header [type='week']:hover, header [type='week']:focus, header [type='email']:hover, header [type='email']:focus, header [type='number']:hover, header [type='number']:focus, header [type='search']:hover, header [type='search']:focus, header [type='tel']:hover, header [type='tel']:focus, header [type='time']:hover, header [type='time']:focus, header [type='url']:hover, header [type='url']:focus, header [type='color']:hover, header [type='color']:focus, header [type='file']:hover, header [type='file']:focus, header [type='image']:hover, header [type='image']:focus, header [type='submit']:hover, header [type='submit']:focus, header button:hover, header button:focus, header textarea:hover, header textarea:focus, header select:hover, header select:focus, header fieldset:hover, header fieldset:focus, footer [type='text']:hover, footer [type='text']:focus, footer [type='password']:hover, footer [type='password']:focus, footer [type='date']:hover, footer [type='date']:focus, footer [type='datetime']:hover, footer [type='datetime']:focus, footer [type='datetime-local']:hover, footer [type='datetime-local']:focus, footer [type='month']:hover, footer [type='month']:focus, footer [type='week']:hover, footer [type='week']:focus, footer [type='email']:hover, footer [type='email']:focus, footer [type='number']:hover, footer [type='number']:focus, footer [type='search']:hover, footer [type='search']:focus, footer [type='tel']:hover, footer [type='tel']:focus, footer [type='time']:hover, footer [type='time']:focus, footer [type='url']:hover, footer [type='url']:focus, footer [type='color']:hover, footer [type='color']:focus, footer [type='file']:hover, footer [type='file']:focus, footer [type='image']:hover, footer [type='image']:focus, footer [type='submit']:hover, footer [type='submit']:focus, footer button:hover, footer button:focus, footer textarea:hover, footer textarea:focus, footer select:hover, footer select:focus, footer fieldset:hover, footer fieldset:focus, .cta-sock [type='text']:hover, .cta-sock [type='text']:focus, .cta-sock [type='password']:hover, .cta-sock [type='password']:focus, .cta-sock [type='date']:hover, .cta-sock [type='date']:focus, .cta-sock [type='datetime']:hover, .cta-sock [type='datetime']:focus, .cta-sock [type='datetime-local']:hover, .cta-sock [type='datetime-local']:focus, .cta-sock [type='month']:hover, .cta-sock [type='month']:focus, .cta-sock [type='week']:hover, .cta-sock [type='week']:focus, .cta-sock [type='email']:hover, .cta-sock [type='email']:focus, .cta-sock [type='number']:hover, .cta-sock [type='number']:focus, .cta-sock [type='search']:hover, .cta-sock [type='search']:focus, .cta-sock [type='tel']:hover, .cta-sock [type='tel']:focus, .cta-sock [type='time']:hover, .cta-sock [type='time']:focus, .cta-sock [type='url']:hover, .cta-sock [type='url']:focus, .cta-sock [type='color']:hover, .cta-sock [type='color']:focus, .cta-sock [type='file']:hover, .cta-sock [type='file']:focus, .cta-sock [type='image']:hover, .cta-sock [type='image']:focus, .cta-sock [type='submit']:hover, .cta-sock [type='submit']:focus, .cta-sock button:hover, .cta-sock button:focus, .cta-sock textarea:hover, .cta-sock textarea:focus, .cta-sock select:hover, .cta-sock select:focus, .cta-sock fieldset:hover, .cta-sock fieldset:focus, .cta-widget-outer [type='text']:hover, .cta-widget-outer [type='text']:focus, .cta-widget-outer [type='password']:hover, .cta-widget-outer [type='password']:focus, .cta-widget-outer [type='date']:hover, .cta-widget-outer [type='date']:focus, .cta-widget-outer [type='datetime']:hover, .cta-widget-outer [type='datetime']:focus, .cta-widget-outer [type='datetime-local']:hover, .cta-widget-outer [type='datetime-local']:focus, .cta-widget-outer [type='month']:hover, .cta-widget-outer [type='month']:focus, .cta-widget-outer [type='week']:hover, .cta-widget-outer [type='week']:focus, .cta-widget-outer [type='email']:hover, .cta-widget-outer [type='email']:focus, .cta-widget-outer [type='number']:hover, .cta-widget-outer [type='number']:focus, .cta-widget-outer [type='search']:hover, .cta-widget-outer [type='search']:focus, .cta-widget-outer [type='tel']:hover, .cta-widget-outer [type='tel']:focus, .cta-widget-outer [type='time']:hover, .cta-widget-outer [type='time']:focus, .cta-widget-outer [type='url']:hover, .cta-widget-outer [type='url']:focus, .cta-widget-outer [type='color']:hover, .cta-widget-outer [type='color']:focus, .cta-widget-outer [type='file']:hover, .cta-widget-outer [type='file']:focus, .cta-widget-outer [type='image']:hover, .cta-widget-outer [type='image']:focus, .cta-widget-outer [type='submit']:hover, .cta-widget-outer [type='submit']:focus, .cta-widget-outer button:hover, .cta-widget-outer button:focus, .cta-widget-outer textarea:hover, .cta-widget-outer textarea:focus, .cta-widget-outer select:hover, .cta-widget-outer select:focus, .cta-widget-outer fieldset:hover, .cta-widget-outer fieldset:focus {
	text-decoration: none;
	outline: none;
}

header [type='text']:disabled, header [type='password']:disabled, header [type='date']:disabled, header [type='datetime']:disabled, header [type='datetime-local']:disabled, header [type='month']:disabled, header [type='week']:disabled, header [type='email']:disabled, header [type='number']:disabled, header [type='search']:disabled, header [type='tel']:disabled, header [type='time']:disabled, header [type='url']:disabled, header [type='color']:disabled, header [type='file']:disabled, header [type='image']:disabled, header [type='submit']:disabled, header button:disabled, header textarea:disabled, header select:disabled, header fieldset:disabled, footer [type='text']:disabled, footer [type='password']:disabled, footer [type='date']:disabled, footer [type='datetime']:disabled, footer [type='datetime-local']:disabled, footer [type='month']:disabled, footer [type='week']:disabled, footer [type='email']:disabled, footer [type='number']:disabled, footer [type='search']:disabled, footer [type='tel']:disabled, footer [type='time']:disabled, footer [type='url']:disabled, footer [type='color']:disabled, footer [type='file']:disabled, footer [type='image']:disabled, footer [type='submit']:disabled, footer button:disabled, footer textarea:disabled, footer select:disabled, footer fieldset:disabled, .cta-sock [type='text']:disabled, .cta-sock [type='password']:disabled, .cta-sock [type='date']:disabled, .cta-sock [type='datetime']:disabled, .cta-sock [type='datetime-local']:disabled, .cta-sock [type='month']:disabled, .cta-sock [type='week']:disabled, .cta-sock [type='email']:disabled, .cta-sock [type='number']:disabled, .cta-sock [type='search']:disabled, .cta-sock [type='tel']:disabled, .cta-sock [type='time']:disabled, .cta-sock [type='url']:disabled, .cta-sock [type='color']:disabled, .cta-sock [type='file']:disabled, .cta-sock [type='image']:disabled, .cta-sock [type='submit']:disabled, .cta-sock button:disabled, .cta-sock textarea:disabled, .cta-sock select:disabled, .cta-sock fieldset:disabled, .cta-widget-outer [type='text']:disabled, .cta-widget-outer [type='password']:disabled, .cta-widget-outer [type='date']:disabled, .cta-widget-outer [type='datetime']:disabled, .cta-widget-outer [type='datetime-local']:disabled, .cta-widget-outer [type='month']:disabled, .cta-widget-outer [type='week']:disabled, .cta-widget-outer [type='email']:disabled, .cta-widget-outer [type='number']:disabled, .cta-widget-outer [type='search']:disabled, .cta-widget-outer [type='tel']:disabled, .cta-widget-outer [type='time']:disabled, .cta-widget-outer [type='url']:disabled, .cta-widget-outer [type='color']:disabled, .cta-widget-outer [type='file']:disabled, .cta-widget-outer [type='image']:disabled, .cta-widget-outer [type='submit']:disabled, .cta-widget-outer button:disabled, .cta-widget-outer textarea:disabled, .cta-widget-outer select:disabled, .cta-widget-outer fieldset:disabled {
	opacity: .6;
	cursor: not-allowed;
}

header select, footer select, .cta-sock select, .cta-widget-outer select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-color: #ddd;
	border-width: .125rem;
	color: #2e312f;
	text-transform: none;
	background: #fff;
	border-radius: .25rem;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	height: 3.125rem;
	margin: 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"10\"><polygon points=\"10,10 20,0 0,0\" fill=\"%23262626\"/></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - .625em) 50%;
	background-size: 1em;
}

header select.nitro-lazy, footer select.nitro-lazy, .cta-sock select.nitro-lazy, .cta-widget-outer select.nitro-lazy {
	background-image: none !important;
}

header select:hover, footer select:hover, .cta-sock select:hover, .cta-widget-outer select:hover {
	border-color: #0c1832;
}

header select:focus, footer select:focus, .cta-sock select:focus, .cta-widget-outer select:focus {
	border-color: #41baf2;
}

header fieldset, footer fieldset, .cta-sock fieldset, .cta-widget-outer fieldset {
	border-width: .0625em;
	border-style: solid;
	border-color: inherit;
	border-color: #ddd;
	border-width: .125rem;
	color: #2e312f;
	text-transform: none;
	background: #fff;
	border-radius: .25rem;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	height: 3.125rem;
	margin: 0;
}

header fieldset:hover, footer fieldset:hover, .cta-sock fieldset:hover, .cta-widget-outer fieldset:hover {
	border-color: #0c1832;
}

header fieldset:focus, footer fieldset:focus, .cta-sock fieldset:focus, .cta-widget-outer fieldset:focus {
	border-color: #41baf2;
}

header button, header [type='submit'], footer button, footer [type='submit'], .cta-sock button, .cta-sock [type='submit'], .cta-widget-outer button, .cta-widget-outer [type='submit'] {
	border-color: #0c1832;
	color: #0c1832;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 3.125rem;
	border-width: .125rem;
	border-radius: .25rem;
	margin: 0;
	cursor: pointer;
}

header button:before, header button:after, header [type='submit']:before, header [type='submit']:after, footer button:before, footer button:after, footer [type='submit']:before, footer [type='submit']:after, .cta-sock button:before, .cta-sock button:after, .cta-sock [type='submit']:before, .cta-sock [type='submit']:after, .cta-widget-outer button:before, .cta-widget-outer button:after, .cta-widget-outer [type='submit']:before, .cta-widget-outer [type='submit']:after {
	color: #0c1832;
}

header button:hover, header button:focus, header [type='submit']:hover, header [type='submit']:focus, footer button:hover, footer button:focus, footer [type='submit']:hover, footer [type='submit']:focus, .cta-sock button:hover, .cta-sock button:focus, .cta-sock [type='submit']:hover, .cta-sock [type='submit']:focus, .cta-widget-outer button:hover, .cta-widget-outer button:focus, .cta-widget-outer [type='submit']:hover, .cta-widget-outer [type='submit']:focus {
	color: #fff;
	border-color: #0c1832;
	background: #0c1832;
}

header button:hover:before, header button:hover:after, header button:focus:before, header button:focus:after, header [type='submit']:hover:before, header [type='submit']:hover:after, header [type='submit']:focus:before, header [type='submit']:focus:after, footer button:hover:before, footer button:hover:after, footer button:focus:before, footer button:focus:after, footer [type='submit']:hover:before, footer [type='submit']:hover:after, footer [type='submit']:focus:before, footer [type='submit']:focus:after, .cta-sock button:hover:before, .cta-sock button:hover:after, .cta-sock button:focus:before, .cta-sock button:focus:after, .cta-sock [type='submit']:hover:before, .cta-sock [type='submit']:hover:after, .cta-sock [type='submit']:focus:before, .cta-sock [type='submit']:focus:after, .cta-widget-outer button:hover:before, .cta-widget-outer button:hover:after, .cta-widget-outer button:focus:before, .cta-widget-outer button:focus:after, .cta-widget-outer [type='submit']:hover:before, .cta-widget-outer [type='submit']:hover:after, .cta-widget-outer [type='submit']:focus:before, .cta-widget-outer [type='submit']:focus:after {
	color: #fff;
}

header label, footer label, .cta-sock label, .cta-widget-outer label {
	display: block;
	color: #262626;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}

header [type='text'], header [type='password'], header [type='date'], header [type='datetime'], header [type='datetime-local'], header [type='month'], header [type='week'], header [type='email'], header [type='number'], header [type='search'], header [type='tel'], header [type='time'], header [type='url'], header [type='color'], header [type='file'], header [type='image'], header [type='search'], header textarea, footer [type='text'], footer [type='password'], footer [type='date'], footer [type='datetime'], footer [type='datetime-local'], footer [type='month'], footer [type='week'], footer [type='email'], footer [type='number'], footer [type='search'], footer [type='tel'], footer [type='time'], footer [type='url'], footer [type='color'], footer [type='file'], footer [type='image'], footer [type='search'], footer textarea, .cta-sock [type='text'], .cta-sock [type='password'], .cta-sock [type='date'], .cta-sock [type='datetime'], .cta-sock [type='datetime-local'], .cta-sock [type='month'], .cta-sock [type='week'], .cta-sock [type='email'], .cta-sock [type='number'], .cta-sock [type='search'], .cta-sock [type='tel'], .cta-sock [type='time'], .cta-sock [type='url'], .cta-sock [type='color'], .cta-sock [type='file'], .cta-sock [type='image'], .cta-sock [type='search'], .cta-sock textarea, .cta-widget-outer [type='text'], .cta-widget-outer [type='password'], .cta-widget-outer [type='date'], .cta-widget-outer [type='datetime'], .cta-widget-outer [type='datetime-local'], .cta-widget-outer [type='month'], .cta-widget-outer [type='week'], .cta-widget-outer [type='email'], .cta-widget-outer [type='number'], .cta-widget-outer [type='search'], .cta-widget-outer [type='tel'], .cta-widget-outer [type='time'], .cta-widget-outer [type='url'], .cta-widget-outer [type='color'], .cta-widget-outer [type='file'], .cta-widget-outer [type='image'], .cta-widget-outer [type='search'], .cta-widget-outer textarea {
	border-color: #ddd;
	border-width: .125rem;
	color: #2e312f;
	text-transform: none;
	background: #fff;
	border-radius: .25rem;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	height: 3.125rem;
	margin: 0;
}

header [type='text']:hover, header [type='password']:hover, header [type='date']:hover, header [type='datetime']:hover, header [type='datetime-local']:hover, header [type='month']:hover, header [type='week']:hover, header [type='email']:hover, header [type='number']:hover, header [type='search']:hover, header [type='tel']:hover, header [type='time']:hover, header [type='url']:hover, header [type='color']:hover, header [type='file']:hover, header [type='image']:hover, header [type='search']:hover, header textarea:hover, footer [type='text']:hover, footer [type='password']:hover, footer [type='date']:hover, footer [type='datetime']:hover, footer [type='datetime-local']:hover, footer [type='month']:hover, footer [type='week']:hover, footer [type='email']:hover, footer [type='number']:hover, footer [type='search']:hover, footer [type='tel']:hover, footer [type='time']:hover, footer [type='url']:hover, footer [type='color']:hover, footer [type='file']:hover, footer [type='image']:hover, footer [type='search']:hover, footer textarea:hover, .cta-sock [type='text']:hover, .cta-sock [type='password']:hover, .cta-sock [type='date']:hover, .cta-sock [type='datetime']:hover, .cta-sock [type='datetime-local']:hover, .cta-sock [type='month']:hover, .cta-sock [type='week']:hover, .cta-sock [type='email']:hover, .cta-sock [type='number']:hover, .cta-sock [type='search']:hover, .cta-sock [type='tel']:hover, .cta-sock [type='time']:hover, .cta-sock [type='url']:hover, .cta-sock [type='color']:hover, .cta-sock [type='file']:hover, .cta-sock [type='image']:hover, .cta-sock [type='search']:hover, .cta-sock textarea:hover, .cta-widget-outer [type='text']:hover, .cta-widget-outer [type='password']:hover, .cta-widget-outer [type='date']:hover, .cta-widget-outer [type='datetime']:hover, .cta-widget-outer [type='datetime-local']:hover, .cta-widget-outer [type='month']:hover, .cta-widget-outer [type='week']:hover, .cta-widget-outer [type='email']:hover, .cta-widget-outer [type='number']:hover, .cta-widget-outer [type='search']:hover, .cta-widget-outer [type='tel']:hover, .cta-widget-outer [type='time']:hover, .cta-widget-outer [type='url']:hover, .cta-widget-outer [type='color']:hover, .cta-widget-outer [type='file']:hover, .cta-widget-outer [type='image']:hover, .cta-widget-outer [type='search']:hover, .cta-widget-outer textarea:hover {
	border-color: #0c1832;
}

header [type='text']:focus, header [type='password']:focus, header [type='date']:focus, header [type='datetime']:focus, header [type='datetime-local']:focus, header [type='month']:focus, header [type='week']:focus, header [type='email']:focus, header [type='number']:focus, header [type='search']:focus, header [type='tel']:focus, header [type='time']:focus, header [type='url']:focus, header [type='color']:focus, header [type='file']:focus, header [type='image']:focus, header [type='search']:focus, header textarea:focus, footer [type='text']:focus, footer [type='password']:focus, footer [type='date']:focus, footer [type='datetime']:focus, footer [type='datetime-local']:focus, footer [type='month']:focus, footer [type='week']:focus, footer [type='email']:focus, footer [type='number']:focus, footer [type='search']:focus, footer [type='tel']:focus, footer [type='time']:focus, footer [type='url']:focus, footer [type='color']:focus, footer [type='file']:focus, footer [type='image']:focus, footer [type='search']:focus, footer textarea:focus, .cta-sock [type='text']:focus, .cta-sock [type='password']:focus, .cta-sock [type='date']:focus, .cta-sock [type='datetime']:focus, .cta-sock [type='datetime-local']:focus, .cta-sock [type='month']:focus, .cta-sock [type='week']:focus, .cta-sock [type='email']:focus, .cta-sock [type='number']:focus, .cta-sock [type='search']:focus, .cta-sock [type='tel']:focus, .cta-sock [type='time']:focus, .cta-sock [type='url']:focus, .cta-sock [type='color']:focus, .cta-sock [type='file']:focus, .cta-sock [type='image']:focus, .cta-sock [type='search']:focus, .cta-sock textarea:focus, .cta-widget-outer [type='text']:focus, .cta-widget-outer [type='password']:focus, .cta-widget-outer [type='date']:focus, .cta-widget-outer [type='datetime']:focus, .cta-widget-outer [type='datetime-local']:focus, .cta-widget-outer [type='month']:focus, .cta-widget-outer [type='week']:focus, .cta-widget-outer [type='email']:focus, .cta-widget-outer [type='number']:focus, .cta-widget-outer [type='search']:focus, .cta-widget-outer [type='tel']:focus, .cta-widget-outer [type='time']:focus, .cta-widget-outer [type='url']:focus, .cta-widget-outer [type='color']:focus, .cta-widget-outer [type='file']:focus, .cta-widget-outer [type='image']:focus, .cta-widget-outer [type='search']:focus, .cta-widget-outer textarea:focus {
	border-color: #41baf2;
}

header [type='text']::-webkit-input-placeholder, header [type='password']::-webkit-input-placeholder, header [type='date']::-webkit-input-placeholder, header [type='datetime']::-webkit-input-placeholder, header [type='datetime-local']::-webkit-input-placeholder, header [type='month']::-webkit-input-placeholder, header [type='week']::-webkit-input-placeholder, header [type='email']::-webkit-input-placeholder, header [type='number']::-webkit-input-placeholder, header [type='search']::-webkit-input-placeholder, header [type='tel']::-webkit-input-placeholder, header [type='time']::-webkit-input-placeholder, header [type='url']::-webkit-input-placeholder, header [type='color']::-webkit-input-placeholder, header [type='file']::-webkit-input-placeholder, header [type='image']::-webkit-input-placeholder, header [type='search']::-webkit-input-placeholder, header textarea::-webkit-input-placeholder, footer [type='text']::-webkit-input-placeholder, footer [type='password']::-webkit-input-placeholder, footer [type='date']::-webkit-input-placeholder, footer [type='datetime']::-webkit-input-placeholder, footer [type='datetime-local']::-webkit-input-placeholder, footer [type='month']::-webkit-input-placeholder, footer [type='week']::-webkit-input-placeholder, footer [type='email']::-webkit-input-placeholder, footer [type='number']::-webkit-input-placeholder, footer [type='search']::-webkit-input-placeholder, footer [type='tel']::-webkit-input-placeholder, footer [type='time']::-webkit-input-placeholder, footer [type='url']::-webkit-input-placeholder, footer [type='color']::-webkit-input-placeholder, footer [type='file']::-webkit-input-placeholder, footer [type='image']::-webkit-input-placeholder, footer [type='search']::-webkit-input-placeholder, footer textarea::-webkit-input-placeholder, .cta-sock [type='text']::-webkit-input-placeholder, .cta-sock [type='password']::-webkit-input-placeholder, .cta-sock [type='date']::-webkit-input-placeholder, .cta-sock [type='datetime']::-webkit-input-placeholder, .cta-sock [type='datetime-local']::-webkit-input-placeholder, .cta-sock [type='month']::-webkit-input-placeholder, .cta-sock [type='week']::-webkit-input-placeholder, .cta-sock [type='email']::-webkit-input-placeholder, .cta-sock [type='number']::-webkit-input-placeholder, .cta-sock [type='search']::-webkit-input-placeholder, .cta-sock [type='tel']::-webkit-input-placeholder, .cta-sock [type='time']::-webkit-input-placeholder, .cta-sock [type='url']::-webkit-input-placeholder, .cta-sock [type='color']::-webkit-input-placeholder, .cta-sock [type='file']::-webkit-input-placeholder, .cta-sock [type='image']::-webkit-input-placeholder, .cta-sock [type='search']::-webkit-input-placeholder, .cta-sock textarea::-webkit-input-placeholder, .cta-widget-outer [type='text']::-webkit-input-placeholder, .cta-widget-outer [type='password']::-webkit-input-placeholder, .cta-widget-outer [type='date']::-webkit-input-placeholder, .cta-widget-outer [type='datetime']::-webkit-input-placeholder, .cta-widget-outer [type='datetime-local']::-webkit-input-placeholder, .cta-widget-outer [type='month']::-webkit-input-placeholder, .cta-widget-outer [type='week']::-webkit-input-placeholder, .cta-widget-outer [type='email']::-webkit-input-placeholder, .cta-widget-outer [type='number']::-webkit-input-placeholder, .cta-widget-outer [type='search']::-webkit-input-placeholder, .cta-widget-outer [type='tel']::-webkit-input-placeholder, .cta-widget-outer [type='time']::-webkit-input-placeholder, .cta-widget-outer [type='url']::-webkit-input-placeholder, .cta-widget-outer [type='color']::-webkit-input-placeholder, .cta-widget-outer [type='file']::-webkit-input-placeholder, .cta-widget-outer [type='image']::-webkit-input-placeholder, .cta-widget-outer [type='search']::-webkit-input-placeholder, .cta-widget-outer textarea::-webkit-input-placeholder {
	color: #262626;
	font-family: "Source Sans Pro", sans-serif;
}

header [type='text']::-moz-placeholder, header [type='password']::-moz-placeholder, header [type='date']::-moz-placeholder, header [type='datetime']::-moz-placeholder, header [type='datetime-local']::-moz-placeholder, header [type='month']::-moz-placeholder, header [type='week']::-moz-placeholder, header [type='email']::-moz-placeholder, header [type='number']::-moz-placeholder, header [type='search']::-moz-placeholder, header [type='tel']::-moz-placeholder, header [type='time']::-moz-placeholder, header [type='url']::-moz-placeholder, header [type='color']::-moz-placeholder, header [type='file']::-moz-placeholder, header [type='image']::-moz-placeholder, header [type='search']::-moz-placeholder, header textarea::-moz-placeholder, footer [type='text']::-moz-placeholder, footer [type='password']::-moz-placeholder, footer [type='date']::-moz-placeholder, footer [type='datetime']::-moz-placeholder, footer [type='datetime-local']::-moz-placeholder, footer [type='month']::-moz-placeholder, footer [type='week']::-moz-placeholder, footer [type='email']::-moz-placeholder, footer [type='number']::-moz-placeholder, footer [type='search']::-moz-placeholder, footer [type='tel']::-moz-placeholder, footer [type='time']::-moz-placeholder, footer [type='url']::-moz-placeholder, footer [type='color']::-moz-placeholder, footer [type='file']::-moz-placeholder, footer [type='image']::-moz-placeholder, footer [type='search']::-moz-placeholder, footer textarea::-moz-placeholder, .cta-sock [type='text']::-moz-placeholder, .cta-sock [type='password']::-moz-placeholder, .cta-sock [type='date']::-moz-placeholder, .cta-sock [type='datetime']::-moz-placeholder, .cta-sock [type='datetime-local']::-moz-placeholder, .cta-sock [type='month']::-moz-placeholder, .cta-sock [type='week']::-moz-placeholder, .cta-sock [type='email']::-moz-placeholder, .cta-sock [type='number']::-moz-placeholder, .cta-sock [type='search']::-moz-placeholder, .cta-sock [type='tel']::-moz-placeholder, .cta-sock [type='time']::-moz-placeholder, .cta-sock [type='url']::-moz-placeholder, .cta-sock [type='color']::-moz-placeholder, .cta-sock [type='file']::-moz-placeholder, .cta-sock [type='image']::-moz-placeholder, .cta-sock [type='search']::-moz-placeholder, .cta-sock textarea::-moz-placeholder, .cta-widget-outer [type='text']::-moz-placeholder, .cta-widget-outer [type='password']::-moz-placeholder, .cta-widget-outer [type='date']::-moz-placeholder, .cta-widget-outer [type='datetime']::-moz-placeholder, .cta-widget-outer [type='datetime-local']::-moz-placeholder, .cta-widget-outer [type='month']::-moz-placeholder, .cta-widget-outer [type='week']::-moz-placeholder, .cta-widget-outer [type='email']::-moz-placeholder, .cta-widget-outer [type='number']::-moz-placeholder, .cta-widget-outer [type='search']::-moz-placeholder, .cta-widget-outer [type='tel']::-moz-placeholder, .cta-widget-outer [type='time']::-moz-placeholder, .cta-widget-outer [type='url']::-moz-placeholder, .cta-widget-outer [type='color']::-moz-placeholder, .cta-widget-outer [type='file']::-moz-placeholder, .cta-widget-outer [type='image']::-moz-placeholder, .cta-widget-outer [type='search']::-moz-placeholder, .cta-widget-outer textarea::-moz-placeholder {
	opacity: 1;
	color: #262626;
	font-family: "Source Sans Pro", sans-serif;
}

header [type='text']:-ms-input-placeholder, header [type='password']:-ms-input-placeholder, header [type='date']:-ms-input-placeholder, header [type='datetime']:-ms-input-placeholder, header [type='datetime-local']:-ms-input-placeholder, header [type='month']:-ms-input-placeholder, header [type='week']:-ms-input-placeholder, header [type='email']:-ms-input-placeholder, header [type='number']:-ms-input-placeholder, header [type='search']:-ms-input-placeholder, header [type='tel']:-ms-input-placeholder, header [type='time']:-ms-input-placeholder, header [type='url']:-ms-input-placeholder, header [type='color']:-ms-input-placeholder, header [type='file']:-ms-input-placeholder, header [type='image']:-ms-input-placeholder, header [type='search']:-ms-input-placeholder, header textarea:-ms-input-placeholder, footer [type='text']:-ms-input-placeholder, footer [type='password']:-ms-input-placeholder, footer [type='date']:-ms-input-placeholder, footer [type='datetime']:-ms-input-placeholder, footer [type='datetime-local']:-ms-input-placeholder, footer [type='month']:-ms-input-placeholder, footer [type='week']:-ms-input-placeholder, footer [type='email']:-ms-input-placeholder, footer [type='number']:-ms-input-placeholder, footer [type='search']:-ms-input-placeholder, footer [type='tel']:-ms-input-placeholder, footer [type='time']:-ms-input-placeholder, footer [type='url']:-ms-input-placeholder, footer [type='color']:-ms-input-placeholder, footer [type='file']:-ms-input-placeholder, footer [type='image']:-ms-input-placeholder, footer [type='search']:-ms-input-placeholder, footer textarea:-ms-input-placeholder, .cta-sock [type='text']:-ms-input-placeholder, .cta-sock [type='password']:-ms-input-placeholder, .cta-sock [type='date']:-ms-input-placeholder, .cta-sock [type='datetime']:-ms-input-placeholder, .cta-sock [type='datetime-local']:-ms-input-placeholder, .cta-sock [type='month']:-ms-input-placeholder, .cta-sock [type='week']:-ms-input-placeholder, .cta-sock [type='email']:-ms-input-placeholder, .cta-sock [type='number']:-ms-input-placeholder, .cta-sock [type='search']:-ms-input-placeholder, .cta-sock [type='tel']:-ms-input-placeholder, .cta-sock [type='time']:-ms-input-placeholder, .cta-sock [type='url']:-ms-input-placeholder, .cta-sock [type='color']:-ms-input-placeholder, .cta-sock [type='file']:-ms-input-placeholder, .cta-sock [type='image']:-ms-input-placeholder, .cta-sock [type='search']:-ms-input-placeholder, .cta-sock textarea:-ms-input-placeholder, .cta-widget-outer [type='text']:-ms-input-placeholder, .cta-widget-outer [type='password']:-ms-input-placeholder, .cta-widget-outer [type='date']:-ms-input-placeholder, .cta-widget-outer [type='datetime']:-ms-input-placeholder, .cta-widget-outer [type='datetime-local']:-ms-input-placeholder, .cta-widget-outer [type='month']:-ms-input-placeholder, .cta-widget-outer [type='week']:-ms-input-placeholder, .cta-widget-outer [type='email']:-ms-input-placeholder, .cta-widget-outer [type='number']:-ms-input-placeholder, .cta-widget-outer [type='search']:-ms-input-placeholder, .cta-widget-outer [type='tel']:-ms-input-placeholder, .cta-widget-outer [type='time']:-ms-input-placeholder, .cta-widget-outer [type='url']:-ms-input-placeholder, .cta-widget-outer [type='color']:-ms-input-placeholder, .cta-widget-outer [type='file']:-ms-input-placeholder, .cta-widget-outer [type='image']:-ms-input-placeholder, .cta-widget-outer [type='search']:-ms-input-placeholder, .cta-widget-outer textarea:-ms-input-placeholder {
	color: #262626;
	font-family: "Source Sans Pro", sans-serif;
}

header [type='checkbox'], header [type='radio'], footer [type='checkbox'], footer [type='radio'], .cta-sock [type='checkbox'], .cta-sock [type='radio'], .cta-widget-outer [type='checkbox'], .cta-widget-outer [type='radio'] {
	cursor: pointer;
	margin: 0;
}

header [type='checkbox'] + label, header [type='radio'] + label, footer [type='checkbox'] + label, footer [type='radio'] + label, .cta-sock [type='checkbox'] + label, .cta-sock [type='radio'] + label, .cta-widget-outer [type='checkbox'] + label, .cta-widget-outer [type='radio'] + label {
	display: inline-block;
	margin: 1em 0 1em .25em;
	cursor: pointer;
	vertical-align: middle;
	color: #2e312f;
}

header [type='text']:disabled, header [type='password']:disabled, header [type='date']:disabled, header [type='datetime']:disabled, header [type='datetime-local']:disabled, header [type='month']:disabled, header [type='week']:disabled, header [type='email']:disabled, header [type='number']:disabled, header [type='search']:disabled, header [type='tel']:disabled, header [type='time']:disabled, header [type='url']:disabled, header [type='color']:disabled, header [type='file']:disabled, header [type='image']:disabled, header select:disabled, header textarea:disabled, footer [type='text']:disabled, footer [type='password']:disabled, footer [type='date']:disabled, footer [type='datetime']:disabled, footer [type='datetime-local']:disabled, footer [type='month']:disabled, footer [type='week']:disabled, footer [type='email']:disabled, footer [type='number']:disabled, footer [type='search']:disabled, footer [type='tel']:disabled, footer [type='time']:disabled, footer [type='url']:disabled, footer [type='color']:disabled, footer [type='file']:disabled, footer [type='image']:disabled, footer select:disabled, footer textarea:disabled, .cta-sock [type='text']:disabled, .cta-sock [type='password']:disabled, .cta-sock [type='date']:disabled, .cta-sock [type='datetime']:disabled, .cta-sock [type='datetime-local']:disabled, .cta-sock [type='month']:disabled, .cta-sock [type='week']:disabled, .cta-sock [type='email']:disabled, .cta-sock [type='number']:disabled, .cta-sock [type='search']:disabled, .cta-sock [type='tel']:disabled, .cta-sock [type='time']:disabled, .cta-sock [type='url']:disabled, .cta-sock [type='color']:disabled, .cta-sock [type='file']:disabled, .cta-sock [type='image']:disabled, .cta-sock select:disabled, .cta-sock textarea:disabled, .cta-widget-outer [type='text']:disabled, .cta-widget-outer [type='password']:disabled, .cta-widget-outer [type='date']:disabled, .cta-widget-outer [type='datetime']:disabled, .cta-widget-outer [type='datetime-local']:disabled, .cta-widget-outer [type='month']:disabled, .cta-widget-outer [type='week']:disabled, .cta-widget-outer [type='email']:disabled, .cta-widget-outer [type='number']:disabled, .cta-widget-outer [type='search']:disabled, .cta-widget-outer [type='tel']:disabled, .cta-widget-outer [type='time']:disabled, .cta-widget-outer [type='url']:disabled, .cta-widget-outer [type='color']:disabled, .cta-widget-outer [type='file']:disabled, .cta-widget-outer [type='image']:disabled, .cta-widget-outer select:disabled, .cta-widget-outer textarea:disabled {
	background-color: #a6a6a6;
}

header [type='text']:not(:empty):invalid, header [type='password']:not(:empty):invalid, header [type='date']:not(:empty):invalid, header [type='datetime']:not(:empty):invalid, header [type='datetime-local']:not(:empty):invalid, header [type='month']:not(:empty):invalid, header [type='week']:not(:empty):invalid, header [type='email']:not(:empty):invalid, header [type='number']:not(:empty):invalid, header [type='search']:not(:empty):invalid, header [type='tel']:not(:empty):invalid, header [type='time']:not(:empty):invalid, header [type='url']:not(:empty):invalid, header [type='color']:not(:empty):invalid, header [type='file']:not(:empty):invalid, header [type='image']:not(:empty):invalid, header textarea:not(:empty):invalid, footer [type='text']:not(:empty):invalid, footer [type='password']:not(:empty):invalid, footer [type='date']:not(:empty):invalid, footer [type='datetime']:not(:empty):invalid, footer [type='datetime-local']:not(:empty):invalid, footer [type='month']:not(:empty):invalid, footer [type='week']:not(:empty):invalid, footer [type='email']:not(:empty):invalid, footer [type='number']:not(:empty):invalid, footer [type='search']:not(:empty):invalid, footer [type='tel']:not(:empty):invalid, footer [type='time']:not(:empty):invalid, footer [type='url']:not(:empty):invalid, footer [type='color']:not(:empty):invalid, footer [type='file']:not(:empty):invalid, footer [type='image']:not(:empty):invalid, footer textarea:not(:empty):invalid, .cta-sock [type='text']:not(:empty):invalid, .cta-sock [type='password']:not(:empty):invalid, .cta-sock [type='date']:not(:empty):invalid, .cta-sock [type='datetime']:not(:empty):invalid, .cta-sock [type='datetime-local']:not(:empty):invalid, .cta-sock [type='month']:not(:empty):invalid, .cta-sock [type='week']:not(:empty):invalid, .cta-sock [type='email']:not(:empty):invalid, .cta-sock [type='number']:not(:empty):invalid, .cta-sock [type='search']:not(:empty):invalid, .cta-sock [type='tel']:not(:empty):invalid, .cta-sock [type='time']:not(:empty):invalid, .cta-sock [type='url']:not(:empty):invalid, .cta-sock [type='color']:not(:empty):invalid, .cta-sock [type='file']:not(:empty):invalid, .cta-sock [type='image']:not(:empty):invalid, .cta-sock textarea:not(:empty):invalid, .cta-widget-outer [type='text']:not(:empty):invalid, .cta-widget-outer [type='password']:not(:empty):invalid, .cta-widget-outer [type='date']:not(:empty):invalid, .cta-widget-outer [type='datetime']:not(:empty):invalid, .cta-widget-outer [type='datetime-local']:not(:empty):invalid, .cta-widget-outer [type='month']:not(:empty):invalid, .cta-widget-outer [type='week']:not(:empty):invalid, .cta-widget-outer [type='email']:not(:empty):invalid, .cta-widget-outer [type='number']:not(:empty):invalid, .cta-widget-outer [type='search']:not(:empty):invalid, .cta-widget-outer [type='tel']:not(:empty):invalid, .cta-widget-outer [type='time']:not(:empty):invalid, .cta-widget-outer [type='url']:not(:empty):invalid, .cta-widget-outer [type='color']:not(:empty):invalid, .cta-widget-outer [type='file']:not(:empty):invalid, .cta-widget-outer [type='image']:not(:empty):invalid, .cta-widget-outer textarea:not(:empty):invalid {
	border-color: #d13176;
	-webkit-box-shadow: 0 0 0 .0625em #d13176;
	box-shadow: 0 0 0 .0625em #d13176;
}

header .global-spacing--4xlarge, footer .global-spacing--4xlarge, .cta-sock .global-spacing--4xlarge, .cta-widget-outer .global-spacing--4xlarge {
	margin-top: 4.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--4xlarge, footer .global-spacing--4xlarge, .cta-sock .global-spacing--4xlarge, .cta-widget-outer .global-spacing--4xlarge {
		margin-top: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--4xlarge, footer .global-spacing--4xlarge, .cta-sock .global-spacing--4xlarge, .cta-widget-outer .global-spacing--4xlarge {
		margin-top: 7.5rem;
	}
}

header .global-spacing--3xlarge, footer .global-spacing--3xlarge, .cta-sock .global-spacing--3xlarge, .cta-widget-outer .global-spacing--3xlarge {
	margin-top: 3rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--3xlarge, footer .global-spacing--3xlarge, .cta-sock .global-spacing--3xlarge, .cta-widget-outer .global-spacing--3xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--3xlarge, footer .global-spacing--3xlarge, .cta-sock .global-spacing--3xlarge, .cta-widget-outer .global-spacing--3xlarge {
		margin-top: 5.5rem;
	}
}

header .global-spacing--2xlarge, footer .global-spacing--2xlarge, .cta-sock .global-spacing--2xlarge, .cta-widget-outer .global-spacing--2xlarge {
	margin-top: 3rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--2xlarge, footer .global-spacing--2xlarge, .cta-sock .global-spacing--2xlarge, .cta-widget-outer .global-spacing--2xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--2xlarge, footer .global-spacing--2xlarge, .cta-sock .global-spacing--2xlarge, .cta-widget-outer .global-spacing--2xlarge {
		margin-top: 5rem;
	}
}

header .global-spacing--xlarge, footer .global-spacing--xlarge, .cta-sock .global-spacing--xlarge, .cta-widget-outer .global-spacing--xlarge {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--xlarge, footer .global-spacing--xlarge, .cta-sock .global-spacing--xlarge, .cta-widget-outer .global-spacing--xlarge {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--xlarge, footer .global-spacing--xlarge, .cta-sock .global-spacing--xlarge, .cta-widget-outer .global-spacing--xlarge {
		margin-top: 4.5rem;
	}
}

header .global-spacing--large, footer .global-spacing--large, .cta-sock .global-spacing--large, .cta-widget-outer .global-spacing--large {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--large, footer .global-spacing--large, .cta-sock .global-spacing--large, .cta-widget-outer .global-spacing--large {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--large, footer .global-spacing--large, .cta-sock .global-spacing--large, .cta-widget-outer .global-spacing--large {
		margin-top: 4rem;
	}
}

header .global-spacing--default, footer .global-spacing--default, .cta-sock .global-spacing--default, .cta-widget-outer .global-spacing--default {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--default, footer .global-spacing--default, .cta-sock .global-spacing--default, .cta-widget-outer .global-spacing--default {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--default, footer .global-spacing--default, .cta-sock .global-spacing--default, .cta-widget-outer .global-spacing--default {
		margin-top: 3.5rem;
	}
}

header .global-spacing--medium, footer .global-spacing--medium, .cta-sock .global-spacing--medium, .cta-widget-outer .global-spacing--medium {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--medium, footer .global-spacing--medium, .cta-sock .global-spacing--medium, .cta-widget-outer .global-spacing--medium {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--medium, footer .global-spacing--medium, .cta-sock .global-spacing--medium, .cta-widget-outer .global-spacing--medium {
		margin-top: 3rem;
	}
}

header .global-spacing--small, footer .global-spacing--small, .cta-sock .global-spacing--small, .cta-widget-outer .global-spacing--small {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--small, footer .global-spacing--small, .cta-sock .global-spacing--small, .cta-widget-outer .global-spacing--small {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--small, footer .global-spacing--small, .cta-sock .global-spacing--small, .cta-widget-outer .global-spacing--small {
		margin-top: 2.5rem;
	}
}

header .global-spacing--xsmall, footer .global-spacing--xsmall, .cta-sock .global-spacing--xsmall, .cta-widget-outer .global-spacing--xsmall {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--xsmall, footer .global-spacing--xsmall, .cta-sock .global-spacing--xsmall, .cta-widget-outer .global-spacing--xsmall {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--xsmall, footer .global-spacing--xsmall, .cta-sock .global-spacing--xsmall, .cta-widget-outer .global-spacing--xsmall {
		margin-top: 2rem;
	}
}

header .global-spacing--2xsmall, footer .global-spacing--2xsmall, .cta-sock .global-spacing--2xsmall, .cta-widget-outer .global-spacing--2xsmall {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--2xsmall, footer .global-spacing--2xsmall, .cta-sock .global-spacing--2xsmall, .cta-widget-outer .global-spacing--2xsmall {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--2xsmall, footer .global-spacing--2xsmall, .cta-sock .global-spacing--2xsmall, .cta-widget-outer .global-spacing--2xsmall {
		margin-top: 1.5rem;
	}
}

header .global-spacing--3xsmall, footer .global-spacing--3xsmall, .cta-sock .global-spacing--3xsmall, .cta-widget-outer .global-spacing--3xsmall {
	margin-top: 1rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--3xsmall, footer .global-spacing--3xsmall, .cta-sock .global-spacing--3xsmall, .cta-widget-outer .global-spacing--3xsmall {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--3xsmall, footer .global-spacing--3xsmall, .cta-sock .global-spacing--3xsmall, .cta-widget-outer .global-spacing--3xsmall {
		margin-top: 1rem;
	}
}

header .global-spacing--4xsmall, footer .global-spacing--4xsmall, .cta-sock .global-spacing--4xsmall, .cta-widget-outer .global-spacing--4xsmall {
	margin-top: .5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-spacing--4xsmall, footer .global-spacing--4xsmall, .cta-sock .global-spacing--4xsmall, .cta-widget-outer .global-spacing--4xsmall {
		margin-top: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-spacing--4xsmall, footer .global-spacing--4xsmall, .cta-sock .global-spacing--4xsmall, .cta-widget-outer .global-spacing--4xsmall {
		margin-top: .5rem;
	}
}

header .global-padding--4xlarge, footer .global-padding--4xlarge, .cta-sock .global-padding--4xlarge, .cta-widget-outer .global-padding--4xlarge {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--4xlarge, footer .global-padding--4xlarge, .cta-sock .global-padding--4xlarge, .cta-widget-outer .global-padding--4xlarge {
		padding-top: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--4xlarge, footer .global-padding--4xlarge, .cta-sock .global-padding--4xlarge, .cta-widget-outer .global-padding--4xlarge {
		padding-top: 7.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--4xlarge, footer .global-padding--4xlarge, .cta-sock .global-padding--4xlarge, .cta-widget-outer .global-padding--4xlarge {
		padding-bottom: 6rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--4xlarge, footer .global-padding--4xlarge, .cta-sock .global-padding--4xlarge, .cta-widget-outer .global-padding--4xlarge {
		padding-bottom: 7.5rem;
	}
}

header .global-padding--3xlarge, footer .global-padding--3xlarge, .cta-sock .global-padding--3xlarge, .cta-widget-outer .global-padding--3xlarge {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--3xlarge, footer .global-padding--3xlarge, .cta-sock .global-padding--3xlarge, .cta-widget-outer .global-padding--3xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--3xlarge, footer .global-padding--3xlarge, .cta-sock .global-padding--3xlarge, .cta-widget-outer .global-padding--3xlarge {
		padding-top: 5.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--3xlarge, footer .global-padding--3xlarge, .cta-sock .global-padding--3xlarge, .cta-widget-outer .global-padding--3xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--3xlarge, footer .global-padding--3xlarge, .cta-sock .global-padding--3xlarge, .cta-widget-outer .global-padding--3xlarge {
		padding-bottom: 5.5rem;
	}
}

header .global-padding--2xlarge, footer .global-padding--2xlarge, .cta-sock .global-padding--2xlarge, .cta-widget-outer .global-padding--2xlarge {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--2xlarge, footer .global-padding--2xlarge, .cta-sock .global-padding--2xlarge, .cta-widget-outer .global-padding--2xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--2xlarge, footer .global-padding--2xlarge, .cta-sock .global-padding--2xlarge, .cta-widget-outer .global-padding--2xlarge {
		padding-top: 5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--2xlarge, footer .global-padding--2xlarge, .cta-sock .global-padding--2xlarge, .cta-widget-outer .global-padding--2xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--2xlarge, footer .global-padding--2xlarge, .cta-sock .global-padding--2xlarge, .cta-widget-outer .global-padding--2xlarge {
		padding-bottom: 5rem;
	}
}

header .global-padding--xlarge, footer .global-padding--xlarge, .cta-sock .global-padding--xlarge, .cta-widget-outer .global-padding--xlarge {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--xlarge, footer .global-padding--xlarge, .cta-sock .global-padding--xlarge, .cta-widget-outer .global-padding--xlarge {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--xlarge, footer .global-padding--xlarge, .cta-sock .global-padding--xlarge, .cta-widget-outer .global-padding--xlarge {
		padding-top: 4.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--xlarge, footer .global-padding--xlarge, .cta-sock .global-padding--xlarge, .cta-widget-outer .global-padding--xlarge {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--xlarge, footer .global-padding--xlarge, .cta-sock .global-padding--xlarge, .cta-widget-outer .global-padding--xlarge {
		padding-bottom: 4.5rem;
	}
}

header .global-padding--large, footer .global-padding--large, .cta-sock .global-padding--large, .cta-widget-outer .global-padding--large {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--large, footer .global-padding--large, .cta-sock .global-padding--large, .cta-widget-outer .global-padding--large {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--large, footer .global-padding--large, .cta-sock .global-padding--large, .cta-widget-outer .global-padding--large {
		padding-top: 4rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--large, footer .global-padding--large, .cta-sock .global-padding--large, .cta-widget-outer .global-padding--large {
		padding-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--large, footer .global-padding--large, .cta-sock .global-padding--large, .cta-widget-outer .global-padding--large {
		padding-bottom: 4rem;
	}
}

header .global-padding--default, footer .global-padding--default, .cta-sock .global-padding--default, .cta-widget-outer .global-padding--default {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--default, footer .global-padding--default, .cta-sock .global-padding--default, .cta-widget-outer .global-padding--default {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--default, footer .global-padding--default, .cta-sock .global-padding--default, .cta-widget-outer .global-padding--default {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--default, footer .global-padding--default, .cta-sock .global-padding--default, .cta-widget-outer .global-padding--default {
		padding-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--default, footer .global-padding--default, .cta-sock .global-padding--default, .cta-widget-outer .global-padding--default {
		padding-bottom: 3.5rem;
	}
}

header .global-padding--medium, footer .global-padding--medium, .cta-sock .global-padding--medium, .cta-widget-outer .global-padding--medium {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--medium, footer .global-padding--medium, .cta-sock .global-padding--medium, .cta-widget-outer .global-padding--medium {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--medium, footer .global-padding--medium, .cta-sock .global-padding--medium, .cta-widget-outer .global-padding--medium {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--medium, footer .global-padding--medium, .cta-sock .global-padding--medium, .cta-widget-outer .global-padding--medium {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--medium, footer .global-padding--medium, .cta-sock .global-padding--medium, .cta-widget-outer .global-padding--medium {
		padding-bottom: 3rem;
	}
}

header .global-padding--small, footer .global-padding--small, .cta-sock .global-padding--small, .cta-widget-outer .global-padding--small {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--small, footer .global-padding--small, .cta-sock .global-padding--small, .cta-widget-outer .global-padding--small {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--small, footer .global-padding--small, .cta-sock .global-padding--small, .cta-widget-outer .global-padding--small {
		padding-top: 2.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--small, footer .global-padding--small, .cta-sock .global-padding--small, .cta-widget-outer .global-padding--small {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--small, footer .global-padding--small, .cta-sock .global-padding--small, .cta-widget-outer .global-padding--small {
		padding-bottom: 2.5rem;
	}
}

header .global-padding--xsmall, footer .global-padding--xsmall, .cta-sock .global-padding--xsmall, .cta-widget-outer .global-padding--xsmall {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--xsmall, footer .global-padding--xsmall, .cta-sock .global-padding--xsmall, .cta-widget-outer .global-padding--xsmall {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--xsmall, footer .global-padding--xsmall, .cta-sock .global-padding--xsmall, .cta-widget-outer .global-padding--xsmall {
		padding-top: 2rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--xsmall, footer .global-padding--xsmall, .cta-sock .global-padding--xsmall, .cta-widget-outer .global-padding--xsmall {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--xsmall, footer .global-padding--xsmall, .cta-sock .global-padding--xsmall, .cta-widget-outer .global-padding--xsmall {
		padding-bottom: 2rem;
	}
}

header .global-padding--2xsmall, footer .global-padding--2xsmall, .cta-sock .global-padding--2xsmall, .cta-widget-outer .global-padding--2xsmall {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--2xsmall, footer .global-padding--2xsmall, .cta-sock .global-padding--2xsmall, .cta-widget-outer .global-padding--2xsmall {
		padding-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--2xsmall, footer .global-padding--2xsmall, .cta-sock .global-padding--2xsmall, .cta-widget-outer .global-padding--2xsmall {
		padding-top: 1.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--2xsmall, footer .global-padding--2xsmall, .cta-sock .global-padding--2xsmall, .cta-widget-outer .global-padding--2xsmall {
		padding-bottom: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--2xsmall, footer .global-padding--2xsmall, .cta-sock .global-padding--2xsmall, .cta-widget-outer .global-padding--2xsmall {
		padding-bottom: 1.5rem;
	}
}

header .global-padding--3xsmall, footer .global-padding--3xsmall, .cta-sock .global-padding--3xsmall, .cta-widget-outer .global-padding--3xsmall {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--3xsmall, footer .global-padding--3xsmall, .cta-sock .global-padding--3xsmall, .cta-widget-outer .global-padding--3xsmall {
		padding-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--3xsmall, footer .global-padding--3xsmall, .cta-sock .global-padding--3xsmall, .cta-widget-outer .global-padding--3xsmall {
		padding-top: 1rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--3xsmall, footer .global-padding--3xsmall, .cta-sock .global-padding--3xsmall, .cta-widget-outer .global-padding--3xsmall {
		padding-bottom: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--3xsmall, footer .global-padding--3xsmall, .cta-sock .global-padding--3xsmall, .cta-widget-outer .global-padding--3xsmall {
		padding-bottom: 1rem;
	}
}

header .global-padding--4xsmall, footer .global-padding--4xsmall, .cta-sock .global-padding--4xsmall, .cta-widget-outer .global-padding--4xsmall {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media print, screen and (min-width: 48em) {
	header .global-padding--4xsmall, footer .global-padding--4xsmall, .cta-sock .global-padding--4xsmall, .cta-widget-outer .global-padding--4xsmall {
		padding-top: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--4xsmall, footer .global-padding--4xsmall, .cta-sock .global-padding--4xsmall, .cta-widget-outer .global-padding--4xsmall {
		padding-top: .5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .global-padding--4xsmall, footer .global-padding--4xsmall, .cta-sock .global-padding--4xsmall, .cta-widget-outer .global-padding--4xsmall {
		padding-bottom: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .global-padding--4xsmall, footer .global-padding--4xsmall, .cta-sock .global-padding--4xsmall, .cta-widget-outer .global-padding--4xsmall {
		padding-bottom: .5rem;
	}
}

header .global-padding--primary-color, footer .global-padding--primary-color, .cta-sock .global-padding--primary-color, .cta-widget-outer .global-padding--primary-color {
	background-color: #0c1832;
}

header .global-padding--gray--dark, footer .global-padding--gray--dark, .cta-sock .global-padding--gray--dark, .cta-widget-outer .global-padding--gray--dark {
	background-color: #262626;
}

header .global-padding--pale-blue, footer .global-padding--pale-blue, .cta-sock .global-padding--pale-blue, .cta-widget-outer .global-padding--pale-blue {
	background-color: #ebf3f5;
}

header .global-padding--white, footer .global-padding--white, .cta-sock .global-padding--white, .cta-widget-outer .global-padding--white {
	background-color: #fff;
}

header .no-following-margin + *, footer .no-following-margin + *, .cta-sock .no-following-margin + *, .cta-widget-outer .no-following-margin + * {
	margin-top: 0 !important;
}

header .global-padding + .global-padding, footer .global-padding + .global-padding, .cta-sock .global-padding + .global-padding, .cta-widget-outer .global-padding + .global-padding {
	margin-top: 0;
}

@media screen and (max-width: 47.99875em) {
	header .related .cell, footer .related .cell, .cta-sock .related .cell, .cta-widget-outer .related .cell {
		margin-top: 3.5rem;
	}
}

@media screen and (max-width: 47.99875em) {
	header .column-stack--small-down:not(.slick-slider) > div:not(:first-child), footer .column-stack--small-down:not(.slick-slider) > div:not(:first-child), .cta-sock .column-stack--small-down:not(.slick-slider) > div:not(:first-child), .cta-widget-outer .column-stack--small-down:not(.slick-slider) > div:not(:first-child) {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 63.99875em) {
	header .column-stack--medium-down:not(.slick-slider) > div:not(:first-child), footer .column-stack--medium-down:not(.slick-slider) > div:not(:first-child), .cta-sock .column-stack--medium-down:not(.slick-slider) > div:not(:first-child), .cta-widget-outer .column-stack--medium-down:not(.slick-slider) > div:not(:first-child) {
		margin-top: 3rem;
	}
}

header h1, header .h1, footer h1, footer .h1, .cta-sock h1, .cta-sock .h1, .cta-widget-outer h1, .cta-widget-outer .h1 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
	header h1, header .h1, footer h1, footer .h1, .cta-sock h1, .cta-sock .h1, .cta-widget-outer h1, .cta-widget-outer .h1 {
		font-size: 3.75rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h1, header .h1, footer h1, footer .h1, .cta-sock h1, .cta-sock .h1, .cta-widget-outer h1, .cta-widget-outer .h1 {
		font-size: 4.5rem;
	}
}

header h2, header .h2, footer h2, footer .h2, .cta-sock h2, .cta-sock .h2, .cta-widget-outer h2, .cta-widget-outer .h2 {
	font-family: Roboto Slab, serif;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header h2, header .h2, footer h2, footer .h2, .cta-sock h2, .cta-sock .h2, .cta-widget-outer h2, .cta-widget-outer .h2 {
		font-size: 2.25rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h2, header .h2, footer h2, footer .h2, .cta-sock h2, .cta-sock .h2, .cta-widget-outer h2, .cta-widget-outer .h2 {
		font-size: 3rem;
	}
}

header h3, header .h3, footer h3, footer .h3, .cta-sock h3, .cta-sock .h3, .cta-widget-outer h3, .cta-widget-outer .h3 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
	header h3, header .h3, footer h3, footer .h3, .cta-sock h3, .cta-sock .h3, .cta-widget-outer h3, .cta-widget-outer .h3 {
		font-size: 1.75rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h3, header .h3, footer h3, footer .h3, .cta-sock h3, .cta-sock .h3, .cta-widget-outer h3, .cta-widget-outer .h3 {
		font-size: 2.25rem;
	}
}

header h4, header .h4, footer h4, footer .h4, .cta-sock h4, .cta-sock .h4, .cta-widget-outer h4, .cta-widget-outer .h4 {
	text-transform: uppercase;
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
	header h4, header .h4, footer h4, footer .h4, .cta-sock h4, .cta-sock .h4, .cta-widget-outer h4, .cta-widget-outer .h4 {
		font-size: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h4, header .h4, footer h4, footer .h4, .cta-sock h4, .cta-sock .h4, .cta-widget-outer h4, .cta-widget-outer .h4 {
		font-size: 1.75rem;
	}
}

header h5, header .h5, footer h5, footer .h5, .cta-sock h5, .cta-sock .h5, .cta-widget-outer h5, .cta-widget-outer .h5 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

@media print, screen and (min-width: 48em) {
	header h5, header .h5, footer h5, footer .h5, .cta-sock h5, .cta-sock .h5, .cta-widget-outer h5, .cta-widget-outer .h5 {
		font-size: 1.3125rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h5, header .h5, footer h5, footer .h5, .cta-sock h5, .cta-sock .h5, .cta-widget-outer h5, .cta-widget-outer .h5 {
		font-size: 1.5rem;
	}
}

header h6, header .h6, footer h6, footer .h6, .cta-sock h6, .cta-sock .h6, .cta-widget-outer h6, .cta-widget-outer .h6 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

@media print, screen and (min-width: 48em) {
	header h6, header .h6, footer h6, footer .h6, .cta-sock h6, .cta-sock .h6, .cta-widget-outer h6, .cta-widget-outer .h6 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 64em) {
	header h6, header .h6, footer h6, footer .h6, .cta-sock h6, .cta-sock .h6, .cta-widget-outer h6, .cta-widget-outer .h6 {
		font-size: 1.3125rem;
	}
}

header h1, header h2, header h3, header h4, header h5, header h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, .cta-sock h1, .cta-sock h2, .cta-sock h3, .cta-sock h4, .cta-sock h5, .cta-sock h6, .cta-widget-outer h1, .cta-widget-outer h2, .cta-widget-outer h3, .cta-widget-outer h4, .cta-widget-outer h5, .cta-widget-outer h6 {
	color: #2e312f;
}

header .eyebrow, footer .eyebrow, .cta-sock .eyebrow, .cta-widget-outer .eyebrow {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.25;
}

header .small-text, footer .small-text, .cta-sock .small-text, .cta-widget-outer .small-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
	header .small-text, footer .small-text, .cta-sock .small-text, .cta-widget-outer .small-text {
		font-size: 1.125rem;
	}
}

header a, footer a, .cta-sock a, .cta-widget-outer a {
	text-decoration: none;
	color: #0c1832;
}

header a:hover, footer a:hover, .cta-sock a:hover, .cta-widget-outer a:hover {
	text-decoration: underline;
}

header em, footer em, .cta-sock em, .cta-widget-outer em {
	font-style: italic;
}

header b, header strong, footer b, footer strong, .cta-sock b, .cta-sock strong, .cta-widget-outer b, .cta-widget-outer strong {
	font-weight: 700;
}

header blockquote, footer blockquote, .cta-sock blockquote, .cta-widget-outer blockquote {
	position: relative;
	margin: 0 auto;
}

header blockquote p, footer blockquote p, .cta-sock blockquote p, .cta-widget-outer blockquote p {
	font-family: Roboto Slab, serif;
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.7;
}

@media print, screen and (min-width: 64em) {
	header blockquote p, footer blockquote p, .cta-sock blockquote p, .cta-widget-outer blockquote p {
		font-size: 2.1875rem;
	}
}

header blockquote:before, footer blockquote:before, .cta-sock blockquote:before, .cta-widget-outer blockquote:before {
	position: absolute;
	top: 0;
	left: -5rem;
	width: 3.75rem;
	height: 2.75rem;
	display: block;
	content: "";
	background: no-repeat url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/quote.svg");
}

header blockquote .cite, footer blockquote .cite, .cta-sock blockquote .cite, .cta-widget-outer blockquote .cite {
	font-family: "Source Sans Pro", sans-serif;
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

@media print, screen and (min-width: 64em) {
	header blockquote .cite, footer blockquote .cite, .cta-sock blockquote .cite, .cta-widget-outer blockquote .cite {
		font-size: 1.3125rem;
	}
}

header ol, header ul, header li, footer ol, footer ul, footer li, .cta-sock ol, .cta-sock ul, .cta-sock li, .cta-widget-outer ol, .cta-widget-outer ul, .cta-widget-outer li {
	margin: 0;
	padding: 0;
}

header .wysiwyg li, footer .wysiwyg li, .cta-sock .wysiwyg li, .cta-widget-outer .wysiwyg li {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

@media print, screen and (min-width: 64em) {
	header .wysiwyg li, footer .wysiwyg li, .cta-sock .wysiwyg li, .cta-widget-outer .wysiwyg li {
		font-size: 1.3125rem;
	}
}

header ol, footer ol, .cta-sock ol, .cta-widget-outer ol {
	margin-top: 2rem;
	padding-left: 0;
	list-style: none;
	counter-reset: li;
}

@media print, screen and (min-width: 48em) {
	header ol, footer ol, .cta-sock ol, .cta-widget-outer ol {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header ol, footer ol, .cta-sock ol, .cta-widget-outer ol {
		margin-top: 3rem;
	}
}

header ol > li, footer ol > li, .cta-sock ol > li, .cta-widget-outer ol > li {
	position: relative;
	padding-left: 3.5rem;
	counter-increment: li;
}

header ol > li li, header ol > li li:first-child, footer ol > li li, footer ol > li li:first-child, .cta-sock ol > li li, .cta-sock ol > li li:first-child, .cta-widget-outer ol > li li, .cta-widget-outer ol > li li:first-child {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header ol > li li, header ol > li li:first-child, footer ol > li li, footer ol > li li:first-child, .cta-sock ol > li li, .cta-sock ol > li li:first-child, .cta-widget-outer ol > li li, .cta-widget-outer ol > li li:first-child {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header ol > li li, header ol > li li:first-child, footer ol > li li, footer ol > li li:first-child, .cta-sock ol > li li, .cta-sock ol > li li:first-child, .cta-widget-outer ol > li li, .cta-widget-outer ol > li li:first-child {
		margin-top: 1.5rem;
	}
}

header ol > li::before, footer ol > li::before, .cta-sock ol > li::before, .cta-widget-outer ol > li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: counter(li) ".";
	color: #2e312f;
	font-size: 1.125rem;
	font-weight: 600;
}

header .wysiwyg ul > li, header .section--wysiwyg ul > li, footer .wysiwyg ul > li, footer .section--wysiwyg ul > li, .cta-sock .wysiwyg ul > li, .cta-sock .section--wysiwyg ul > li, .cta-widget-outer .wysiwyg ul > li, .cta-widget-outer .section--wysiwyg ul > li {
	position: relative;
	padding-left: 3.5rem;
	list-style: none;
}

header .wysiwyg ul > li:before, header .section--wysiwyg ul > li:before, footer .wysiwyg ul > li:before, footer .section--wysiwyg ul > li:before, .cta-sock .wysiwyg ul > li:before, .cta-sock .section--wysiwyg ul > li:before, .cta-widget-outer .wysiwyg ul > li:before, .cta-widget-outer .section--wysiwyg ul > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/source/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/bullet.svg");
}

header .stat, footer .stat, .cta-sock .stat, .cta-widget-outer .stat {
	font-family: Source Sans Pro, sans-serif;
	font-weight: 900;
	font-size: 3.75rem;
	line-height: 1;
}

@media print, screen and (min-width: 48em) {
	header .stat, footer .stat, .cta-sock .stat, .cta-widget-outer .stat {
		font-size: 5.625rem;
	}
}

header .h3--sans, footer .h3--sans, .cta-sock .h3--sans, .cta-widget-outer .h3--sans {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

@media print, screen and (min-width: 48em) {
	header .h3--sans, footer .h3--sans, .cta-sock .h3--sans, .cta-widget-outer .h3--sans {
		font-size: 1.75rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .h3--sans, footer .h3--sans, .cta-sock .h3--sans, .cta-widget-outer .h3--sans {
		font-size: 2.25rem;
	}
}

header .list--comma-separate ul, footer .list--comma-separate ul, .cta-sock .list--comma-separate ul, .cta-widget-outer .list--comma-separate ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
}

header .list--comma-separate li, footer .list--comma-separate li, .cta-sock .list--comma-separate li, .cta-widget-outer .list--comma-separate li {
	display: inline-block;
}

header .list--comma-separate li:not(:last-child), footer .list--comma-separate li:not(:last-child), .cta-sock .list--comma-separate li:not(:last-child), .cta-widget-outer .list--comma-separate li:not(:last-child) {
	margin-right: .25em;
}

header .list--comma-separate li:nth-last-child(n+2):after, footer .list--comma-separate li:nth-last-child(n+2):after, .cta-sock .list--comma-separate li:nth-last-child(n+2):after, .cta-widget-outer .list--comma-separate li:nth-last-child(n+2):after {
	content: ",";
}

header .p, footer .p, .cta-sock .p, .cta-widget-outer .p {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}

@media print, screen and (min-width: 64em) {
	header .p, footer .p, .cta-sock .p, .cta-widget-outer .p {
		font-size: 1.3125rem;
	}
}

header .video-play-button, footer .video-play-button, .cta-sock .video-play-button, .cta-widget-outer .video-play-button {
	position: absolute;
	bottom: 1.25rem;
	right: 1.25rem;
	z-index: 4;
	background: none;
	border: none;
	padding: 0;
}

@media screen and (max-width: 47.99875em) {
	header .video-play-button, footer .video-play-button, .cta-sock .video-play-button, .cta-widget-outer .video-play-button {
		display: none;
	}
}

header .video-play-button:hover, header .video-play-button:focus, footer .video-play-button:hover, footer .video-play-button:focus, .cta-sock .video-play-button:hover, .cta-sock .video-play-button:focus, .cta-widget-outer .video-play-button:hover, .cta-widget-outer .video-play-button:focus {
	background: none;
}

header .video-play-button:after, footer .video-play-button:after, .cta-sock .video-play-button:after, .cta-widget-outer .video-play-button:after {
	content: "";
	color: #a6a6a6;
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	font-size: 2.5rem;
}

.hero-video-paused header .video-play-button:after, .hero-video-paused
footer .video-play-button:after, .hero-video-paused
.cta-sock .video-play-button:after, .hero-video-paused
.cta-widget-outer .video-play-button:after {
	content: "";
}

header .play-button, footer .play-button, .cta-sock .play-button, .cta-widget-outer .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.8125rem;
	height: 2.8125rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .47;
}

@media print, screen and (min-width: 48em) {
	header .play-button, footer .play-button, .cta-sock .play-button, .cta-widget-outer .play-button {
		width: 7.8125rem;
		height: 7.8125rem;
	}
}

header .play-button path, footer .play-button path, .cta-sock .play-button path, .cta-widget-outer .play-button path {
	fill: #fff;
}

header body, footer body, .cta-sock body, .cta-widget-outer body {
	font-family: "Source Sans Pro", sans-serif;
}

header .intro-text, footer .intro-text, .cta-sock .intro-text, .cta-widget-outer .intro-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	font-family: Source Sans Pro, sans-serif;
}

@media print, screen and (min-width: 64em) {
	header .intro-text, footer .intro-text, .cta-sock .intro-text, .cta-widget-outer .intro-text {
		font-size: 1.625rem;
	}
}

header .align-right, header .obj-right, footer .align-right, footer .obj-right, .cta-sock .align-right, .cta-sock .obj-right, .cta-widget-outer .align-right, .cta-widget-outer .obj-right {
	float: none;
	margin: 2.5rem 0;
}

@media print, screen and (min-width: 48em) {
	header .align-right, header .obj-right, footer .align-right, footer .obj-right, .cta-sock .align-right, .cta-sock .obj-right, .cta-widget-outer .align-right, .cta-widget-outer .obj-right {
		float: right;
		margin: 3.5rem 0 2.5rem 2.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .align-right, header .obj-right, footer .align-right, footer .obj-right, .cta-sock .align-right, .cta-sock .obj-right, .cta-widget-outer .align-right, .cta-widget-outer .obj-right {
		margin: 4rem 0 3rem 3rem;
	}
}

header .align-right img, header .obj-right img, footer .align-right img, footer .obj-right img, .cta-sock .align-right img, .cta-sock .obj-right img, .cta-widget-outer .align-right img, .cta-widget-outer .obj-right img {
	display: block;
}

header .align-left, header .obj-left, footer .align-left, footer .obj-left, .cta-sock .align-left, .cta-sock .obj-left, .cta-widget-outer .align-left, .cta-widget-outer .obj-left {
	float: none;
	margin: 3rem 0;
}

@media print, screen and (min-width: 48em) {
	header .align-left, header .obj-left, footer .align-left, footer .obj-left, .cta-sock .align-left, .cta-sock .obj-left, .cta-widget-outer .align-left, .cta-widget-outer .obj-left {
		float: left;
		margin: 3.5rem 2.5rem 2.5rem 0;
	}
}

@media print, screen and (min-width: 64em) {
	header .align-left, header .obj-left, footer .align-left, footer .obj-left, .cta-sock .align-left, .cta-sock .obj-left, .cta-widget-outer .align-left, .cta-widget-outer .obj-left {
		margin: 4rem 3rem 3rem 0;
	}
}

header .align-left img, header .obj-left img, footer .align-left img, footer .obj-left img, .cta-sock .align-left img, .cta-sock .obj-left img, .cta-widget-outer .align-left img, .cta-widget-outer .obj-left img {
	display: block;
}

header .align-center, header .obj-center, footer .align-center, footer .obj-center, .cta-sock .align-center, .cta-sock .obj-center, .cta-widget-outer .align-center, .cta-widget-outer .obj-center {
	display: table;
	margin: 2.5rem auto;
}

header .align-center img, header .obj-center img, footer .align-center img, footer .obj-center img, .cta-sock .align-center img, .cta-sock .obj-center img, .cta-widget-outer .align-center img, .cta-widget-outer .obj-center img {
	display: block;
}

header [data-embed-button='ohou_media_embed'] .video-embed-field-responsive-video, footer [data-embed-button='ohou_media_embed'] .video-embed-field-responsive-video, .cta-sock [data-embed-button='ohou_media_embed'] .video-embed-field-responsive-video, .cta-widget-outer [data-embed-button='ohou_media_embed'] .video-embed-field-responsive-video {
	width: 100%;
}

header figure.align-center, header figure.obj-center, header figure.align-left, header figure.obj-left, header figure.align-right, header figure.obj-right, header .align-center, header .obj-center, header .align-left, header .obj-left, header .align-right, header .obj-right, footer figure.align-center, footer figure.obj-center, footer figure.align-left, footer figure.obj-left, footer figure.align-right, footer figure.obj-right, footer .align-center, footer .obj-center, footer .align-left, footer .obj-left, footer .align-right, footer .obj-right, .cta-sock figure.align-center, .cta-sock figure.obj-center, .cta-sock figure.align-left, .cta-sock figure.obj-left, .cta-sock figure.align-right, .cta-sock figure.obj-right, .cta-sock .align-center, .cta-sock .obj-center, .cta-sock .align-left, .cta-sock .obj-left, .cta-sock .align-right, .cta-sock .obj-right, .cta-widget-outer figure.align-center, .cta-widget-outer figure.obj-center, .cta-widget-outer figure.align-left, .cta-widget-outer figure.obj-left, .cta-widget-outer figure.align-right, .cta-widget-outer figure.obj-right, .cta-widget-outer .align-center, .cta-widget-outer .obj-center, .cta-widget-outer .align-left, .cta-widget-outer .obj-left, .cta-widget-outer .align-right, .cta-widget-outer .obj-right {
	display: table;
}

header figure.align-center figcaption, header figure.obj-center figcaption, header figure.align-left figcaption, header figure.obj-left figcaption, header figure.align-right figcaption, header figure.obj-right figcaption, header .align-center figcaption, header .obj-center figcaption, header .align-left figcaption, header .obj-left figcaption, header .align-right figcaption, header .obj-right figcaption, footer figure.align-center figcaption, footer figure.obj-center figcaption, footer figure.align-left figcaption, footer figure.obj-left figcaption, footer figure.align-right figcaption, footer figure.obj-right figcaption, footer .align-center figcaption, footer .obj-center figcaption, footer .align-left figcaption, footer .obj-left figcaption, footer .align-right figcaption, footer .obj-right figcaption, .cta-sock figure.align-center figcaption, .cta-sock figure.obj-center figcaption, .cta-sock figure.align-left figcaption, .cta-sock figure.obj-left figcaption, .cta-sock figure.align-right figcaption, .cta-sock figure.obj-right figcaption, .cta-sock .align-center figcaption, .cta-sock .obj-center figcaption, .cta-sock .align-left figcaption, .cta-sock .obj-left figcaption, .cta-sock .align-right figcaption, .cta-sock .obj-right figcaption, .cta-widget-outer figure.align-center figcaption, .cta-widget-outer figure.obj-center figcaption, .cta-widget-outer figure.align-left figcaption, .cta-widget-outer figure.obj-left figcaption, .cta-widget-outer figure.align-right figcaption, .cta-widget-outer figure.obj-right figcaption, .cta-widget-outer .align-center figcaption, .cta-widget-outer .obj-center figcaption, .cta-widget-outer .align-left figcaption, .cta-widget-outer .obj-left figcaption, .cta-widget-outer .align-right figcaption, .cta-widget-outer .obj-right figcaption {
	display: table-caption;
}

header figure.align-center .media-embed--video, header figure.align-center .video-embed-field-responsive-video, header figure.obj-center .media-embed--video, header figure.obj-center .video-embed-field-responsive-video, header figure.align-left .media-embed--video, header figure.align-left .video-embed-field-responsive-video, header figure.obj-left .media-embed--video, header figure.obj-left .video-embed-field-responsive-video, header figure.align-right .media-embed--video, header figure.align-right .video-embed-field-responsive-video, header figure.obj-right .media-embed--video, header figure.obj-right .video-embed-field-responsive-video, header .align-center .media-embed--video, header .align-center .video-embed-field-responsive-video, header .obj-center .media-embed--video, header .obj-center .video-embed-field-responsive-video, header .align-left .media-embed--video, header .align-left .video-embed-field-responsive-video, header .obj-left .media-embed--video, header .obj-left .video-embed-field-responsive-video, header .align-right .media-embed--video, header .align-right .video-embed-field-responsive-video, header .obj-right .media-embed--video, header .obj-right .video-embed-field-responsive-video, footer figure.align-center .media-embed--video, footer figure.align-center .video-embed-field-responsive-video, footer figure.obj-center .media-embed--video, footer figure.obj-center .video-embed-field-responsive-video, footer figure.align-left .media-embed--video, footer figure.align-left .video-embed-field-responsive-video, footer figure.obj-left .media-embed--video, footer figure.obj-left .video-embed-field-responsive-video, footer figure.align-right .media-embed--video, footer figure.align-right .video-embed-field-responsive-video, footer figure.obj-right .media-embed--video, footer figure.obj-right .video-embed-field-responsive-video, footer .align-center .media-embed--video, footer .align-center .video-embed-field-responsive-video, footer .obj-center .media-embed--video, footer .obj-center .video-embed-field-responsive-video, footer .align-left .media-embed--video, footer .align-left .video-embed-field-responsive-video, footer .obj-left .media-embed--video, footer .obj-left .video-embed-field-responsive-video, footer .align-right .media-embed--video, footer .align-right .video-embed-field-responsive-video, footer .obj-right .media-embed--video, footer .obj-right .video-embed-field-responsive-video, .cta-sock figure.align-center .media-embed--video, .cta-sock figure.align-center .video-embed-field-responsive-video, .cta-sock figure.obj-center .media-embed--video, .cta-sock figure.obj-center .video-embed-field-responsive-video, .cta-sock figure.align-left .media-embed--video, .cta-sock figure.align-left .video-embed-field-responsive-video, .cta-sock figure.obj-left .media-embed--video, .cta-sock figure.obj-left .video-embed-field-responsive-video, .cta-sock figure.align-right .media-embed--video, .cta-sock figure.align-right .video-embed-field-responsive-video, .cta-sock figure.obj-right .media-embed--video, .cta-sock figure.obj-right .video-embed-field-responsive-video, .cta-sock .align-center .media-embed--video, .cta-sock .align-center .video-embed-field-responsive-video, .cta-sock .obj-center .media-embed--video, .cta-sock .obj-center .video-embed-field-responsive-video, .cta-sock .align-left .media-embed--video, .cta-sock .align-left .video-embed-field-responsive-video, .cta-sock .obj-left .media-embed--video, .cta-sock .obj-left .video-embed-field-responsive-video, .cta-sock .align-right .media-embed--video, .cta-sock .align-right .video-embed-field-responsive-video, .cta-sock .obj-right .media-embed--video, .cta-sock .obj-right .video-embed-field-responsive-video, .cta-widget-outer figure.align-center .media-embed--video, .cta-widget-outer figure.align-center .video-embed-field-responsive-video, .cta-widget-outer figure.obj-center .media-embed--video, .cta-widget-outer figure.obj-center .video-embed-field-responsive-video, .cta-widget-outer figure.align-left .media-embed--video, .cta-widget-outer figure.align-left .video-embed-field-responsive-video, .cta-widget-outer figure.obj-left .media-embed--video, .cta-widget-outer figure.obj-left .video-embed-field-responsive-video, .cta-widget-outer figure.align-right .media-embed--video, .cta-widget-outer figure.align-right .video-embed-field-responsive-video, .cta-widget-outer figure.obj-right .media-embed--video, .cta-widget-outer figure.obj-right .video-embed-field-responsive-video, .cta-widget-outer .align-center .media-embed--video, .cta-widget-outer .align-center .video-embed-field-responsive-video, .cta-widget-outer .obj-center .media-embed--video, .cta-widget-outer .obj-center .video-embed-field-responsive-video, .cta-widget-outer .align-left .media-embed--video, .cta-widget-outer .align-left .video-embed-field-responsive-video, .cta-widget-outer .obj-left .media-embed--video, .cta-widget-outer .obj-left .video-embed-field-responsive-video, .cta-widget-outer .align-right .media-embed--video, .cta-widget-outer .align-right .video-embed-field-responsive-video, .cta-widget-outer .obj-right .media-embed--video, .cta-widget-outer .obj-right .video-embed-field-responsive-video {
	min-width: 15.625rem;
}

@media print, screen and (min-width: 48em) {
	header figure.align-center .media-embed--video, header figure.align-center .video-embed-field-responsive-video, header figure.obj-center .media-embed--video, header figure.obj-center .video-embed-field-responsive-video, header figure.align-left .media-embed--video, header figure.align-left .video-embed-field-responsive-video, header figure.obj-left .media-embed--video, header figure.obj-left .video-embed-field-responsive-video, header figure.align-right .media-embed--video, header figure.align-right .video-embed-field-responsive-video, header figure.obj-right .media-embed--video, header figure.obj-right .video-embed-field-responsive-video, header .align-center .media-embed--video, header .align-center .video-embed-field-responsive-video, header .obj-center .media-embed--video, header .obj-center .video-embed-field-responsive-video, header .align-left .media-embed--video, header .align-left .video-embed-field-responsive-video, header .obj-left .media-embed--video, header .obj-left .video-embed-field-responsive-video, header .align-right .media-embed--video, header .align-right .video-embed-field-responsive-video, header .obj-right .media-embed--video, header .obj-right .video-embed-field-responsive-video, footer figure.align-center .media-embed--video, footer figure.align-center .video-embed-field-responsive-video, footer figure.obj-center .media-embed--video, footer figure.obj-center .video-embed-field-responsive-video, footer figure.align-left .media-embed--video, footer figure.align-left .video-embed-field-responsive-video, footer figure.obj-left .media-embed--video, footer figure.obj-left .video-embed-field-responsive-video, footer figure.align-right .media-embed--video, footer figure.align-right .video-embed-field-responsive-video, footer figure.obj-right .media-embed--video, footer figure.obj-right .video-embed-field-responsive-video, footer .align-center .media-embed--video, footer .align-center .video-embed-field-responsive-video, footer .obj-center .media-embed--video, footer .obj-center .video-embed-field-responsive-video, footer .align-left .media-embed--video, footer .align-left .video-embed-field-responsive-video, footer .obj-left .media-embed--video, footer .obj-left .video-embed-field-responsive-video, footer .align-right .media-embed--video, footer .align-right .video-embed-field-responsive-video, footer .obj-right .media-embed--video, footer .obj-right .video-embed-field-responsive-video, .cta-sock figure.align-center .media-embed--video, .cta-sock figure.align-center .video-embed-field-responsive-video, .cta-sock figure.obj-center .media-embed--video, .cta-sock figure.obj-center .video-embed-field-responsive-video, .cta-sock figure.align-left .media-embed--video, .cta-sock figure.align-left .video-embed-field-responsive-video, .cta-sock figure.obj-left .media-embed--video, .cta-sock figure.obj-left .video-embed-field-responsive-video, .cta-sock figure.align-right .media-embed--video, .cta-sock figure.align-right .video-embed-field-responsive-video, .cta-sock figure.obj-right .media-embed--video, .cta-sock figure.obj-right .video-embed-field-responsive-video, .cta-sock .align-center .media-embed--video, .cta-sock .align-center .video-embed-field-responsive-video, .cta-sock .obj-center .media-embed--video, .cta-sock .obj-center .video-embed-field-responsive-video, .cta-sock .align-left .media-embed--video, .cta-sock .align-left .video-embed-field-responsive-video, .cta-sock .obj-left .media-embed--video, .cta-sock .obj-left .video-embed-field-responsive-video, .cta-sock .align-right .media-embed--video, .cta-sock .align-right .video-embed-field-responsive-video, .cta-sock .obj-right .media-embed--video, .cta-sock .obj-right .video-embed-field-responsive-video, .cta-widget-outer figure.align-center .media-embed--video, .cta-widget-outer figure.align-center .video-embed-field-responsive-video, .cta-widget-outer figure.obj-center .media-embed--video, .cta-widget-outer figure.obj-center .video-embed-field-responsive-video, .cta-widget-outer figure.align-left .media-embed--video, .cta-widget-outer figure.align-left .video-embed-field-responsive-video, .cta-widget-outer figure.obj-left .media-embed--video, .cta-widget-outer figure.obj-left .video-embed-field-responsive-video, .cta-widget-outer figure.align-right .media-embed--video, .cta-widget-outer figure.align-right .video-embed-field-responsive-video, .cta-widget-outer figure.obj-right .media-embed--video, .cta-widget-outer figure.obj-right .video-embed-field-responsive-video, .cta-widget-outer .align-center .media-embed--video, .cta-widget-outer .align-center .video-embed-field-responsive-video, .cta-widget-outer .obj-center .media-embed--video, .cta-widget-outer .obj-center .video-embed-field-responsive-video, .cta-widget-outer .align-left .media-embed--video, .cta-widget-outer .align-left .video-embed-field-responsive-video, .cta-widget-outer .obj-left .media-embed--video, .cta-widget-outer .obj-left .video-embed-field-responsive-video, .cta-widget-outer .align-right .media-embed--video, .cta-widget-outer .align-right .video-embed-field-responsive-video, .cta-widget-outer .obj-right .media-embed--video, .cta-widget-outer .obj-right .video-embed-field-responsive-video {
		min-width: 25rem;
	}
}

header figcaption, footer figcaption, .cta-sock figcaption, .cta-widget-outer figcaption {
	font-size: 1rem;
	font-style: italic;
	line-height: 1.25;
	font-family: Source Sans Pro, sans-serif;
	margin-top: .5em;
	caption-side: bottom;
	color: #262626;
}

header .wysiwyg p, header .wysiwyg ul, header .wysiwyg ol, header .wysiwyg .section--wysiwyg li, header .wysiwyg .cke_editable li, header .wysiwyg .intro-text, header .wysiwyg blockquote, header .wysiwyg .btn, header .wysiwyg h1, header .wysiwyg h2, header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg .link-arrow, footer .wysiwyg p, footer .wysiwyg ul, footer .wysiwyg ol, footer .wysiwyg .section--wysiwyg li, footer .wysiwyg .cke_editable li, footer .wysiwyg .intro-text, footer .wysiwyg blockquote, footer .wysiwyg .btn, footer .wysiwyg h1, footer .wysiwyg h2, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg .link-arrow, .cta-sock .wysiwyg p, .cta-sock .wysiwyg ul, .cta-sock .wysiwyg ol, .cta-sock .wysiwyg .section--wysiwyg li, .cta-sock .wysiwyg .cke_editable li, .cta-sock .wysiwyg .intro-text, .cta-sock .wysiwyg blockquote, .cta-sock .wysiwyg .btn, .cta-sock .wysiwyg h1, .cta-sock .wysiwyg h2, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg .link-arrow, .cta-widget-outer .wysiwyg p, .cta-widget-outer .wysiwyg ul, .cta-widget-outer .wysiwyg ol, .cta-widget-outer .wysiwyg .section--wysiwyg li, .cta-widget-outer .wysiwyg .cke_editable li, .cta-widget-outer .wysiwyg .intro-text, .cta-widget-outer .wysiwyg blockquote, .cta-widget-outer .wysiwyg .btn, .cta-widget-outer .wysiwyg h1, .cta-widget-outer .wysiwyg h2, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg .link-arrow {
	margin-top: 2rem;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .wysiwyg p, header .wysiwyg ul, header .wysiwyg ol, header .wysiwyg .section--wysiwyg li, header .wysiwyg .cke_editable li, header .wysiwyg .intro-text, header .wysiwyg blockquote, header .wysiwyg .btn, header .wysiwyg h1, header .wysiwyg h2, header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg .link-arrow, footer .wysiwyg p, footer .wysiwyg ul, footer .wysiwyg ol, footer .wysiwyg .section--wysiwyg li, footer .wysiwyg .cke_editable li, footer .wysiwyg .intro-text, footer .wysiwyg blockquote, footer .wysiwyg .btn, footer .wysiwyg h1, footer .wysiwyg h2, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg .link-arrow, .cta-sock .wysiwyg p, .cta-sock .wysiwyg ul, .cta-sock .wysiwyg ol, .cta-sock .wysiwyg .section--wysiwyg li, .cta-sock .wysiwyg .cke_editable li, .cta-sock .wysiwyg .intro-text, .cta-sock .wysiwyg blockquote, .cta-sock .wysiwyg .btn, .cta-sock .wysiwyg h1, .cta-sock .wysiwyg h2, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg .link-arrow, .cta-widget-outer .wysiwyg p, .cta-widget-outer .wysiwyg ul, .cta-widget-outer .wysiwyg ol, .cta-widget-outer .wysiwyg .section--wysiwyg li, .cta-widget-outer .wysiwyg .cke_editable li, .cta-widget-outer .wysiwyg .intro-text, .cta-widget-outer .wysiwyg blockquote, .cta-widget-outer .wysiwyg .btn, .cta-widget-outer .wysiwyg h1, .cta-widget-outer .wysiwyg h2, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg .link-arrow {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .wysiwyg p, header .wysiwyg ul, header .wysiwyg ol, header .wysiwyg .section--wysiwyg li, header .wysiwyg .cke_editable li, header .wysiwyg .intro-text, header .wysiwyg blockquote, header .wysiwyg .btn, header .wysiwyg h1, header .wysiwyg h2, header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg .link-arrow, footer .wysiwyg p, footer .wysiwyg ul, footer .wysiwyg ol, footer .wysiwyg .section--wysiwyg li, footer .wysiwyg .cke_editable li, footer .wysiwyg .intro-text, footer .wysiwyg blockquote, footer .wysiwyg .btn, footer .wysiwyg h1, footer .wysiwyg h2, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg .link-arrow, .cta-sock .wysiwyg p, .cta-sock .wysiwyg ul, .cta-sock .wysiwyg ol, .cta-sock .wysiwyg .section--wysiwyg li, .cta-sock .wysiwyg .cke_editable li, .cta-sock .wysiwyg .intro-text, .cta-sock .wysiwyg blockquote, .cta-sock .wysiwyg .btn, .cta-sock .wysiwyg h1, .cta-sock .wysiwyg h2, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg .link-arrow, .cta-widget-outer .wysiwyg p, .cta-widget-outer .wysiwyg ul, .cta-widget-outer .wysiwyg ol, .cta-widget-outer .wysiwyg .section--wysiwyg li, .cta-widget-outer .wysiwyg .cke_editable li, .cta-widget-outer .wysiwyg .intro-text, .cta-widget-outer .wysiwyg blockquote, .cta-widget-outer .wysiwyg .btn, .cta-widget-outer .wysiwyg h1, .cta-widget-outer .wysiwyg h2, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg .link-arrow {
		margin-top: 2.5rem;
	}
}

header .wysiwyg .intro-text, footer .wysiwyg .intro-text, .cta-sock .wysiwyg .intro-text, .cta-widget-outer .wysiwyg .intro-text {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .wysiwyg .intro-text, footer .wysiwyg .intro-text, .cta-sock .wysiwyg .intro-text, .cta-widget-outer .wysiwyg .intro-text {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .wysiwyg .intro-text, footer .wysiwyg .intro-text, .cta-sock .wysiwyg .intro-text, .cta-widget-outer .wysiwyg .intro-text {
		margin-top: 2.5rem;
	}
}

header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg blockquote, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg blockquote, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg blockquote, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg blockquote {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg blockquote, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg blockquote, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg blockquote, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg blockquote {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .wysiwyg h3, header .wysiwyg h4, header .wysiwyg h5, header .wysiwyg h6, header .wysiwyg blockquote, footer .wysiwyg h3, footer .wysiwyg h4, footer .wysiwyg h5, footer .wysiwyg h6, footer .wysiwyg blockquote, .cta-sock .wysiwyg h3, .cta-sock .wysiwyg h4, .cta-sock .wysiwyg h5, .cta-sock .wysiwyg h6, .cta-sock .wysiwyg blockquote, .cta-widget-outer .wysiwyg h3, .cta-widget-outer .wysiwyg h4, .cta-widget-outer .wysiwyg h5, .cta-widget-outer .wysiwyg h6, .cta-widget-outer .wysiwyg blockquote {
		margin-top: 3.5rem;
	}
}

header .mobile-table, footer .mobile-table, .cta-sock .mobile-table, .cta-widget-outer .mobile-table {
	margin-top: 2rem;
	padding: 0;
}

@media print, screen and (min-width: 48em) {
	header .mobile-table, footer .mobile-table, .cta-sock .mobile-table, .cta-widget-outer .mobile-table {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .mobile-table, footer .mobile-table, .cta-sock .mobile-table, .cta-widget-outer .mobile-table {
		margin-top: 2.5rem;
	}
}

header .mobile-table table, footer .mobile-table table, .cta-sock .mobile-table table, .cta-widget-outer .mobile-table table {
	margin: 0;
}

header .card p:first-child, header .card ul:first-child, header .card ol:first-child, header .card .section--wysiwyg li:first-child, header .card .cke_editable li:first-child, header .card .intro-text:first-child, header .card blockquote:first-child, header .card .btn:first-child, header .card h1:first-child, header .card h2:first-child, header .card h3:first-child, header .card h4:first-child, header .card h5:first-child, header .card h6:first-child, header .card .link-arrow:first-child, header section p:first-child, header section ul:first-child, header section ol:first-child, header section .section--wysiwyg li:first-child, header section .cke_editable li:first-child, header section .intro-text:first-child, header section blockquote:first-child, header section .btn:first-child, header section h1:first-child, header section h2:first-child, header section h3:first-child, header section h4:first-child, header section h5:first-child, header section h6:first-child, header section .link-arrow:first-child, header header p:first-child, header header ul:first-child, header header ol:first-child, header header .section--wysiwyg li:first-child, header header .cke_editable li:first-child, header header .intro-text:first-child, header header blockquote:first-child, header header .btn:first-child, header header h1:first-child, header header h2:first-child, header header h3:first-child, header header h4:first-child, header header h5:first-child, header header h6:first-child, header header .link-arrow:first-child, header .listing-item p:first-child, header .listing-item ul:first-child, header .listing-item ol:first-child, header .listing-item .section--wysiwyg li:first-child, header .listing-item .cke_editable li:first-child, header .listing-item .intro-text:first-child, header .listing-item blockquote:first-child, header .listing-item .btn:first-child, header .listing-item h1:first-child, header .listing-item h2:first-child, header .listing-item h3:first-child, header .listing-item h4:first-child, header .listing-item h5:first-child, header .listing-item h6:first-child, header .listing-item .link-arrow:first-child, header .section--wysiwyg p:first-child, header .section--wysiwyg ul:first-child, header .section--wysiwyg ol:first-child, header .section--wysiwyg .section--wysiwyg li:first-child, header .section--wysiwyg .cke_editable li:first-child, header .section--wysiwyg .intro-text:first-child, header .section--wysiwyg blockquote:first-child, header .section--wysiwyg .btn:first-child, header .section--wysiwyg h1:first-child, header .section--wysiwyg h2:first-child, header .section--wysiwyg h3:first-child, header .section--wysiwyg h4:first-child, header .section--wysiwyg h5:first-child, header .section--wysiwyg h6:first-child, header .section--wysiwyg .link-arrow:first-child, header .wysiwyg p:first-child, header .wysiwyg ul:first-child, header .wysiwyg ol:first-child, header .wysiwyg .section--wysiwyg li:first-child, header .wysiwyg .cke_editable li:first-child, header .wysiwyg .intro-text:first-child, header .wysiwyg blockquote:first-child, header .wysiwyg .btn:first-child, header .wysiwyg h1:first-child, header .wysiwyg h2:first-child, header .wysiwyg h3:first-child, header .wysiwyg h4:first-child, header .wysiwyg h5:first-child, header .wysiwyg h6:first-child, header .wysiwyg .link-arrow:first-child, footer .card p:first-child, footer .card ul:first-child, footer .card ol:first-child, footer .card .section--wysiwyg li:first-child, footer .card .cke_editable li:first-child, footer .card .intro-text:first-child, footer .card blockquote:first-child, footer .card .btn:first-child, footer .card h1:first-child, footer .card h2:first-child, footer .card h3:first-child, footer .card h4:first-child, footer .card h5:first-child, footer .card h6:first-child, footer .card .link-arrow:first-child, footer section p:first-child, footer section ul:first-child, footer section ol:first-child, footer section .section--wysiwyg li:first-child, footer section .cke_editable li:first-child, footer section .intro-text:first-child, footer section blockquote:first-child, footer section .btn:first-child, footer section h1:first-child, footer section h2:first-child, footer section h3:first-child, footer section h4:first-child, footer section h5:first-child, footer section h6:first-child, footer section .link-arrow:first-child, footer header p:first-child, footer header ul:first-child, footer header ol:first-child, footer header .section--wysiwyg li:first-child, footer header .cke_editable li:first-child, footer header .intro-text:first-child, footer header blockquote:first-child, footer header .btn:first-child, footer header h1:first-child, footer header h2:first-child, footer header h3:first-child, footer header h4:first-child, footer header h5:first-child, footer header h6:first-child, footer header .link-arrow:first-child, footer .listing-item p:first-child, footer .listing-item ul:first-child, footer .listing-item ol:first-child, footer .listing-item .section--wysiwyg li:first-child, footer .listing-item .cke_editable li:first-child, footer .listing-item .intro-text:first-child, footer .listing-item blockquote:first-child, footer .listing-item .btn:first-child, footer .listing-item h1:first-child, footer .listing-item h2:first-child, footer .listing-item h3:first-child, footer .listing-item h4:first-child, footer .listing-item h5:first-child, footer .listing-item h6:first-child, footer .listing-item .link-arrow:first-child, footer .section--wysiwyg p:first-child, footer .section--wysiwyg ul:first-child, footer .section--wysiwyg ol:first-child, footer .section--wysiwyg .section--wysiwyg li:first-child, footer .section--wysiwyg .cke_editable li:first-child, footer .section--wysiwyg .intro-text:first-child, footer .section--wysiwyg blockquote:first-child, footer .section--wysiwyg .btn:first-child, footer .section--wysiwyg h1:first-child, footer .section--wysiwyg h2:first-child, footer .section--wysiwyg h3:first-child, footer .section--wysiwyg h4:first-child, footer .section--wysiwyg h5:first-child, footer .section--wysiwyg h6:first-child, footer .section--wysiwyg .link-arrow:first-child, footer .wysiwyg p:first-child, footer .wysiwyg ul:first-child, footer .wysiwyg ol:first-child, footer .wysiwyg .section--wysiwyg li:first-child, footer .wysiwyg .cke_editable li:first-child, footer .wysiwyg .intro-text:first-child, footer .wysiwyg blockquote:first-child, footer .wysiwyg .btn:first-child, footer .wysiwyg h1:first-child, footer .wysiwyg h2:first-child, footer .wysiwyg h3:first-child, footer .wysiwyg h4:first-child, footer .wysiwyg h5:first-child, footer .wysiwyg h6:first-child, footer .wysiwyg .link-arrow:first-child, .cta-sock .card p:first-child, .cta-sock .card ul:first-child, .cta-sock .card ol:first-child, .cta-sock .card .section--wysiwyg li:first-child, .cta-sock .card .cke_editable li:first-child, .cta-sock .card .intro-text:first-child, .cta-sock .card blockquote:first-child, .cta-sock .card .btn:first-child, .cta-sock .card h1:first-child, .cta-sock .card h2:first-child, .cta-sock .card h3:first-child, .cta-sock .card h4:first-child, .cta-sock .card h5:first-child, .cta-sock .card h6:first-child, .cta-sock .card .link-arrow:first-child, .cta-sock section p:first-child, .cta-sock section ul:first-child, .cta-sock section ol:first-child, .cta-sock section .section--wysiwyg li:first-child, .cta-sock section .cke_editable li:first-child, .cta-sock section .intro-text:first-child, .cta-sock section blockquote:first-child, .cta-sock section .btn:first-child, .cta-sock section h1:first-child, .cta-sock section h2:first-child, .cta-sock section h3:first-child, .cta-sock section h4:first-child, .cta-sock section h5:first-child, .cta-sock section h6:first-child, .cta-sock section .link-arrow:first-child, .cta-sock header p:first-child, .cta-sock header ul:first-child, .cta-sock header ol:first-child, .cta-sock header .section--wysiwyg li:first-child, .cta-sock header .cke_editable li:first-child, .cta-sock header .intro-text:first-child, .cta-sock header blockquote:first-child, .cta-sock header .btn:first-child, .cta-sock header h1:first-child, .cta-sock header h2:first-child, .cta-sock header h3:first-child, .cta-sock header h4:first-child, .cta-sock header h5:first-child, .cta-sock header h6:first-child, .cta-sock header .link-arrow:first-child, .cta-sock .listing-item p:first-child, .cta-sock .listing-item ul:first-child, .cta-sock .listing-item ol:first-child, .cta-sock .listing-item .section--wysiwyg li:first-child, .cta-sock .listing-item .cke_editable li:first-child, .cta-sock .listing-item .intro-text:first-child, .cta-sock .listing-item blockquote:first-child, .cta-sock .listing-item .btn:first-child, .cta-sock .listing-item h1:first-child, .cta-sock .listing-item h2:first-child, .cta-sock .listing-item h3:first-child, .cta-sock .listing-item h4:first-child, .cta-sock .listing-item h5:first-child, .cta-sock .listing-item h6:first-child, .cta-sock .listing-item .link-arrow:first-child, .cta-sock .section--wysiwyg p:first-child, .cta-sock .section--wysiwyg ul:first-child, .cta-sock .section--wysiwyg ol:first-child, .cta-sock .section--wysiwyg .section--wysiwyg li:first-child, .cta-sock .section--wysiwyg .cke_editable li:first-child, .cta-sock .section--wysiwyg .intro-text:first-child, .cta-sock .section--wysiwyg blockquote:first-child, .cta-sock .section--wysiwyg .btn:first-child, .cta-sock .section--wysiwyg h1:first-child, .cta-sock .section--wysiwyg h2:first-child, .cta-sock .section--wysiwyg h3:first-child, .cta-sock .section--wysiwyg h4:first-child, .cta-sock .section--wysiwyg h5:first-child, .cta-sock .section--wysiwyg h6:first-child, .cta-sock .section--wysiwyg .link-arrow:first-child, .cta-sock .wysiwyg p:first-child, .cta-sock .wysiwyg ul:first-child, .cta-sock .wysiwyg ol:first-child, .cta-sock .wysiwyg .section--wysiwyg li:first-child, .cta-sock .wysiwyg .cke_editable li:first-child, .cta-sock .wysiwyg .intro-text:first-child, .cta-sock .wysiwyg blockquote:first-child, .cta-sock .wysiwyg .btn:first-child, .cta-sock .wysiwyg h1:first-child, .cta-sock .wysiwyg h2:first-child, .cta-sock .wysiwyg h3:first-child, .cta-sock .wysiwyg h4:first-child, .cta-sock .wysiwyg h5:first-child, .cta-sock .wysiwyg h6:first-child, .cta-sock .wysiwyg .link-arrow:first-child, .cta-widget-outer .card p:first-child, .cta-widget-outer .card ul:first-child, .cta-widget-outer .card ol:first-child, .cta-widget-outer .card .section--wysiwyg li:first-child, .cta-widget-outer .card .cke_editable li:first-child, .cta-widget-outer .card .intro-text:first-child, .cta-widget-outer .card blockquote:first-child, .cta-widget-outer .card .btn:first-child, .cta-widget-outer .card h1:first-child, .cta-widget-outer .card h2:first-child, .cta-widget-outer .card h3:first-child, .cta-widget-outer .card h4:first-child, .cta-widget-outer .card h5:first-child, .cta-widget-outer .card h6:first-child, .cta-widget-outer .card .link-arrow:first-child, .cta-widget-outer section p:first-child, .cta-widget-outer section ul:first-child, .cta-widget-outer section ol:first-child, .cta-widget-outer section .section--wysiwyg li:first-child, .cta-widget-outer section .cke_editable li:first-child, .cta-widget-outer section .intro-text:first-child, .cta-widget-outer section blockquote:first-child, .cta-widget-outer section .btn:first-child, .cta-widget-outer section h1:first-child, .cta-widget-outer section h2:first-child, .cta-widget-outer section h3:first-child, .cta-widget-outer section h4:first-child, .cta-widget-outer section h5:first-child, .cta-widget-outer section h6:first-child, .cta-widget-outer section .link-arrow:first-child, .cta-widget-outer header p:first-child, .cta-widget-outer header ul:first-child, .cta-widget-outer header ol:first-child, .cta-widget-outer header .section--wysiwyg li:first-child, .cta-widget-outer header .cke_editable li:first-child, .cta-widget-outer header .intro-text:first-child, .cta-widget-outer header blockquote:first-child, .cta-widget-outer header .btn:first-child, .cta-widget-outer header h1:first-child, .cta-widget-outer header h2:first-child, .cta-widget-outer header h3:first-child, .cta-widget-outer header h4:first-child, .cta-widget-outer header h5:first-child, .cta-widget-outer header h6:first-child, .cta-widget-outer header .link-arrow:first-child, .cta-widget-outer .listing-item p:first-child, .cta-widget-outer .listing-item ul:first-child, .cta-widget-outer .listing-item ol:first-child, .cta-widget-outer .listing-item .section--wysiwyg li:first-child, .cta-widget-outer .listing-item .cke_editable li:first-child, .cta-widget-outer .listing-item .intro-text:first-child, .cta-widget-outer .listing-item blockquote:first-child, .cta-widget-outer .listing-item .btn:first-child, .cta-widget-outer .listing-item h1:first-child, .cta-widget-outer .listing-item h2:first-child, .cta-widget-outer .listing-item h3:first-child, .cta-widget-outer .listing-item h4:first-child, .cta-widget-outer .listing-item h5:first-child, .cta-widget-outer .listing-item h6:first-child, .cta-widget-outer .listing-item .link-arrow:first-child, .cta-widget-outer .section--wysiwyg p:first-child, .cta-widget-outer .section--wysiwyg ul:first-child, .cta-widget-outer .section--wysiwyg ol:first-child, .cta-widget-outer .section--wysiwyg .section--wysiwyg li:first-child, .cta-widget-outer .section--wysiwyg .cke_editable li:first-child, .cta-widget-outer .section--wysiwyg .intro-text:first-child, .cta-widget-outer .section--wysiwyg blockquote:first-child, .cta-widget-outer .section--wysiwyg .btn:first-child, .cta-widget-outer .section--wysiwyg h1:first-child, .cta-widget-outer .section--wysiwyg h2:first-child, .cta-widget-outer .section--wysiwyg h3:first-child, .cta-widget-outer .section--wysiwyg h4:first-child, .cta-widget-outer .section--wysiwyg h5:first-child, .cta-widget-outer .section--wysiwyg h6:first-child, .cta-widget-outer .section--wysiwyg .link-arrow:first-child, .cta-widget-outer .wysiwyg p:first-child, .cta-widget-outer .wysiwyg ul:first-child, .cta-widget-outer .wysiwyg ol:first-child, .cta-widget-outer .wysiwyg .section--wysiwyg li:first-child, .cta-widget-outer .wysiwyg .cke_editable li:first-child, .cta-widget-outer .wysiwyg .intro-text:first-child, .cta-widget-outer .wysiwyg blockquote:first-child, .cta-widget-outer .wysiwyg .btn:first-child, .cta-widget-outer .wysiwyg h1:first-child, .cta-widget-outer .wysiwyg h2:first-child, .cta-widget-outer .wysiwyg h3:first-child, .cta-widget-outer .wysiwyg h4:first-child, .cta-widget-outer .wysiwyg h5:first-child, .cta-widget-outer .wysiwyg h6:first-child, .cta-widget-outer .wysiwyg .link-arrow:first-child {
	margin-top: 0;
}

header .section--wysiwyg ol ol, header .section--wysiwyg ol ul, header .section--wysiwyg ul ol, header .section--wysiwyg ul ul, header .wysiwyg ol ol, header .wysiwyg ol ul, header .wysiwyg ul ol, header .wysiwyg ul ul, footer .section--wysiwyg ol ol, footer .section--wysiwyg ol ul, footer .section--wysiwyg ul ol, footer .section--wysiwyg ul ul, footer .wysiwyg ol ol, footer .wysiwyg ol ul, footer .wysiwyg ul ol, footer .wysiwyg ul ul, .cta-sock .section--wysiwyg ol ol, .cta-sock .section--wysiwyg ol ul, .cta-sock .section--wysiwyg ul ol, .cta-sock .section--wysiwyg ul ul, .cta-sock .wysiwyg ol ol, .cta-sock .wysiwyg ol ul, .cta-sock .wysiwyg ul ol, .cta-sock .wysiwyg ul ul, .cta-widget-outer .section--wysiwyg ol ol, .cta-widget-outer .section--wysiwyg ol ul, .cta-widget-outer .section--wysiwyg ul ol, .cta-widget-outer .section--wysiwyg ul ul, .cta-widget-outer .wysiwyg ol ol, .cta-widget-outer .wysiwyg ol ul, .cta-widget-outer .wysiwyg ul ol, .cta-widget-outer .wysiwyg ul ul {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .section--wysiwyg ol ol, header .section--wysiwyg ol ul, header .section--wysiwyg ul ol, header .section--wysiwyg ul ul, header .wysiwyg ol ol, header .wysiwyg ol ul, header .wysiwyg ul ol, header .wysiwyg ul ul, footer .section--wysiwyg ol ol, footer .section--wysiwyg ol ul, footer .section--wysiwyg ul ol, footer .section--wysiwyg ul ul, footer .wysiwyg ol ol, footer .wysiwyg ol ul, footer .wysiwyg ul ol, footer .wysiwyg ul ul, .cta-sock .section--wysiwyg ol ol, .cta-sock .section--wysiwyg ol ul, .cta-sock .section--wysiwyg ul ol, .cta-sock .section--wysiwyg ul ul, .cta-sock .wysiwyg ol ol, .cta-sock .wysiwyg ol ul, .cta-sock .wysiwyg ul ol, .cta-sock .wysiwyg ul ul, .cta-widget-outer .section--wysiwyg ol ol, .cta-widget-outer .section--wysiwyg ol ul, .cta-widget-outer .section--wysiwyg ul ol, .cta-widget-outer .section--wysiwyg ul ul, .cta-widget-outer .wysiwyg ol ol, .cta-widget-outer .wysiwyg ol ul, .cta-widget-outer .wysiwyg ul ol, .cta-widget-outer .wysiwyg ul ul {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .section--wysiwyg ol ol, header .section--wysiwyg ol ul, header .section--wysiwyg ul ol, header .section--wysiwyg ul ul, header .wysiwyg ol ol, header .wysiwyg ol ul, header .wysiwyg ul ol, header .wysiwyg ul ul, footer .section--wysiwyg ol ol, footer .section--wysiwyg ol ul, footer .section--wysiwyg ul ol, footer .section--wysiwyg ul ul, footer .wysiwyg ol ol, footer .wysiwyg ol ul, footer .wysiwyg ul ol, footer .wysiwyg ul ul, .cta-sock .section--wysiwyg ol ol, .cta-sock .section--wysiwyg ol ul, .cta-sock .section--wysiwyg ul ol, .cta-sock .section--wysiwyg ul ul, .cta-sock .wysiwyg ol ol, .cta-sock .wysiwyg ol ul, .cta-sock .wysiwyg ul ol, .cta-sock .wysiwyg ul ul, .cta-widget-outer .section--wysiwyg ol ol, .cta-widget-outer .section--wysiwyg ol ul, .cta-widget-outer .section--wysiwyg ul ol, .cta-widget-outer .section--wysiwyg ul ul, .cta-widget-outer .wysiwyg ol ol, .cta-widget-outer .wysiwyg ol ul, .cta-widget-outer .wysiwyg ul ol, .cta-widget-outer .wysiwyg ul ul {
		margin-top: 2.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .section--wysiwyg ol ol, header .section--wysiwyg ol ul, header .section--wysiwyg ul ol, header .section--wysiwyg ul ul, header .wysiwyg ol ol, header .wysiwyg ol ul, header .wysiwyg ul ol, header .wysiwyg ul ul, footer .section--wysiwyg ol ol, footer .section--wysiwyg ol ul, footer .section--wysiwyg ul ol, footer .section--wysiwyg ul ul, footer .wysiwyg ol ol, footer .wysiwyg ol ul, footer .wysiwyg ul ol, footer .wysiwyg ul ul, .cta-sock .section--wysiwyg ol ol, .cta-sock .section--wysiwyg ol ul, .cta-sock .section--wysiwyg ul ol, .cta-sock .section--wysiwyg ul ul, .cta-sock .wysiwyg ol ol, .cta-sock .wysiwyg ol ul, .cta-sock .wysiwyg ul ol, .cta-sock .wysiwyg ul ul, .cta-widget-outer .section--wysiwyg ol ol, .cta-widget-outer .section--wysiwyg ol ul, .cta-widget-outer .section--wysiwyg ul ol, .cta-widget-outer .section--wysiwyg ul ul, .cta-widget-outer .wysiwyg ol ol, .cta-widget-outer .wysiwyg ol ul, .cta-widget-outer .wysiwyg ul ol, .cta-widget-outer .wysiwyg ul ul {
		margin-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .section--wysiwyg ol ol, header .section--wysiwyg ol ul, header .section--wysiwyg ul ol, header .section--wysiwyg ul ul, header .wysiwyg ol ol, header .wysiwyg ol ul, header .wysiwyg ul ol, header .wysiwyg ul ul, footer .section--wysiwyg ol ol, footer .section--wysiwyg ol ul, footer .section--wysiwyg ul ol, footer .section--wysiwyg ul ul, footer .wysiwyg ol ol, footer .wysiwyg ol ul, footer .wysiwyg ul ol, footer .wysiwyg ul ul, .cta-sock .section--wysiwyg ol ol, .cta-sock .section--wysiwyg ol ul, .cta-sock .section--wysiwyg ul ol, .cta-sock .section--wysiwyg ul ul, .cta-sock .wysiwyg ol ol, .cta-sock .wysiwyg ol ul, .cta-sock .wysiwyg ul ol, .cta-sock .wysiwyg ul ul, .cta-widget-outer .section--wysiwyg ol ol, .cta-widget-outer .section--wysiwyg ol ul, .cta-widget-outer .section--wysiwyg ul ol, .cta-widget-outer .section--wysiwyg ul ul, .cta-widget-outer .wysiwyg ol ol, .cta-widget-outer .wysiwyg ol ul, .cta-widget-outer .wysiwyg ul ol, .cta-widget-outer .wysiwyg ul ul {
		margin-bottom: 2.5rem;
	}
}

header .section--wysiwyg li, header .wysiwyg li, footer .section--wysiwyg li, footer .wysiwyg li, .cta-sock .section--wysiwyg li, .cta-sock .wysiwyg li, .cta-widget-outer .section--wysiwyg li, .cta-widget-outer .wysiwyg li {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .section--wysiwyg li, header .wysiwyg li, footer .section--wysiwyg li, footer .wysiwyg li, .cta-sock .section--wysiwyg li, .cta-sock .wysiwyg li, .cta-widget-outer .section--wysiwyg li, .cta-widget-outer .wysiwyg li {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .section--wysiwyg li, header .wysiwyg li, footer .section--wysiwyg li, footer .wysiwyg li, .cta-sock .section--wysiwyg li, .cta-sock .wysiwyg li, .cta-widget-outer .section--wysiwyg li, .cta-widget-outer .wysiwyg li {
		margin-top: 2rem;
	}
}

header .glide, footer .glide, .cta-sock .glide, .cta-widget-outer .glide {
	position: relative;
}

header .glide__arrow, footer .glide__arrow, .cta-sock .glide__arrow, .cta-widget-outer .glide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 3em;
	height: 3em;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	font-size: 1.25rem;
}

header .glide__arrow:after, footer .glide__arrow:after, .cta-sock .glide__arrow:after, .cta-widget-outer .glide__arrow:after {
	display: block;
	padding: .5em;
	font-family: "Font Awesome 5 Pro";
	line-height: 1.1;
}

header .glide__arrow:hover:after, header .glide__arrow:focus:after, footer .glide__arrow:hover:after, footer .glide__arrow:focus:after, .cta-sock .glide__arrow:hover:after, .cta-sock .glide__arrow:focus:after, .cta-widget-outer .glide__arrow:hover:after, .cta-widget-outer .glide__arrow:focus:after {
	background: #0c1832;
}

header .glide__arrow--prev, footer .glide__arrow--prev, .cta-sock .glide__arrow--prev, .cta-widget-outer .glide__arrow--prev {
	left: 0;
}

header .glide__arrow--prev:after, footer .glide__arrow--prev:after, .cta-sock .glide__arrow--prev:after, .cta-widget-outer .glide__arrow--prev:after {
	content: "";
}

header .glide__arrow--next, footer .glide__arrow--next, .cta-sock .glide__arrow--next, .cta-widget-outer .glide__arrow--next {
	right: 0;
}

header .glide__arrow--next:after, footer .glide__arrow--next:after, .cta-sock .glide__arrow--next:after, .cta-widget-outer .glide__arrow--next:after {
	content: "";
}

header [data-total-slides="1"] .slider__header, footer [data-total-slides="1"] .slider__header, .cta-sock [data-total-slides="1"] .slider__header, .cta-widget-outer [data-total-slides="1"] .slider__header {
	display: none !important;
}

.programs header [data-total-slides="1"] .grid-x, .programs
footer [data-total-slides="1"] .grid-x, .programs
.cta-sock [data-total-slides="1"] .grid-x, .programs
.cta-widget-outer [data-total-slides="1"] .grid-x {
	margin-top: 0;
}

header .accordion, footer .accordion, .cta-sock .accordion, .cta-widget-outer .accordion {
	clear: both;
}

header .accordion + header .accordion, footer .accordion + header .accordion, .cta-sock .accordion + header .accordion, .cta-widget-outer .accordion + header .accordion, header .accordion +
footer .accordion, footer .accordion +
footer .accordion, .cta-sock .accordion +
footer .accordion, .cta-widget-outer .accordion +
footer .accordion, header .accordion +
.cta-sock .accordion, footer .accordion +
.cta-sock .accordion, .cta-sock .accordion +
.cta-sock .accordion, .cta-widget-outer .accordion +
.cta-sock .accordion, header .accordion +
.cta-widget-outer .accordion, footer .accordion +
.cta-widget-outer .accordion, .cta-sock .accordion +
.cta-widget-outer .accordion, .cta-widget-outer .accordion +
.cta-widget-outer .accordion {
	margin-top: 1.75em;
}

header .accordion__button, footer .accordion__button, .cta-sock .accordion__button, .cta-widget-outer .accordion__button {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.25em 3.75em 1.25em 1.25em;
	-webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 0 ease-in-out 400ms;
	transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border 0 ease-in-out 400ms;
	text-align: left;
	border: .0625em solid #0c1832;
}

header .accordion__button:hover, header .accordion__button:focus, footer .accordion__button:hover, footer .accordion__button:focus, .cta-sock .accordion__button:hover, .cta-sock .accordion__button:focus, .cta-widget-outer .accordion__button:hover, .cta-widget-outer .accordion__button:focus {
	color: #2e312f;
	background-color: #fff;
}

header .accordion__button:hover path, header .accordion__button:focus path, footer .accordion__button:hover path, footer .accordion__button:focus path, .cta-sock .accordion__button:hover path, .cta-sock .accordion__button:focus path, .cta-widget-outer .accordion__button:hover path, .cta-widget-outer .accordion__button:focus path {
	fill: #2e312f;
}

header .accordion__icon, footer .accordion__icon, .cta-sock .accordion__icon, .cta-widget-outer .accordion__icon {
	position: absolute;
	top: 0;
	right: 1.75em;
	bottom: 0;
	width: 1.25em;
	height: 1.25em;
	margin: auto;
}

header .accordion__icon-path, footer .accordion__icon-path, .cta-sock .accordion__icon-path, .cta-widget-outer .accordion__icon-path {
	fill: #fff;
	-webkit-transition: fill 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: fill 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: fill 250ms ease-in-out, transform 250ms ease-in-out;
	transition: fill 250ms ease-in-out, transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

header .accordion__icon-path--vertical, footer .accordion__icon-path--vertical, .cta-sock .accordion__icon-path--vertical, .cta-widget-outer .accordion__icon-path--vertical {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transform-origin-y: 50%;
}

header .accordion__content, footer .accordion__content, .cta-sock .accordion__content, .cta-widget-outer .accordion__content {
	display: none;
	padding: 1.75em;
	border: .0625em solid #0c1832;
	border-top: 0;
}

header .accordion__content::before, header .accordion__content::after, footer .accordion__content::before, footer .accordion__content::after, .cta-sock .accordion__content::before, .cta-sock .accordion__content::after, .cta-widget-outer .accordion__content::before, .cta-widget-outer .accordion__content::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

header .accordion__content::after, footer .accordion__content::after, .cta-sock .accordion__content::after, .cta-widget-outer .accordion__content::after {
	clear: both;
}

:root:not(.oho-js) header .accordion__content, :root:not(.oho-js)
footer .accordion__content, :root:not(.oho-js)
.cta-sock .accordion__content, :root:not(.oho-js)
.cta-widget-outer .accordion__content {
	display: block;
}

header .accordion--open > header .accordion__button, :root:not(.oho-js) header .accordion__button, footer .accordion--open > header .accordion__button, :root:not(.oho-js)
footer .accordion__button, .cta-sock .accordion--open > header .accordion__button, :root:not(.oho-js)
.cta-sock .accordion__button, .cta-widget-outer .accordion--open > header .accordion__button, :root:not(.oho-js)
.cta-widget-outer .accordion__button, header .accordion--open >
footer .accordion__button, footer .accordion--open >
footer .accordion__button, .cta-sock .accordion--open >
footer .accordion__button, .cta-widget-outer .accordion--open >
footer .accordion__button, header .accordion--open >
.cta-sock .accordion__button, footer .accordion--open >
.cta-sock .accordion__button, .cta-sock .accordion--open >
.cta-sock .accordion__button, .cta-widget-outer .accordion--open >
.cta-sock .accordion__button, header .accordion--open >
.cta-widget-outer .accordion__button, footer .accordion--open >
.cta-widget-outer .accordion__button, .cta-sock .accordion--open >
.cta-widget-outer .accordion__button, .cta-widget-outer .accordion--open >
.cta-widget-outer .accordion__button {
	-webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
	color: #2e312f;
	border-bottom: 0;
	background-color: #fff;
}

header .accordion--open > header .accordion__button .accordion__icon-path, :root:not(.oho-js) header .accordion__button .accordion__icon-path, footer .accordion--open > header .accordion__button .accordion__icon-path, :root:not(.oho-js)
footer .accordion__button .accordion__icon-path, .cta-sock .accordion--open > header .accordion__button .accordion__icon-path, :root:not(.oho-js)
.cta-sock .accordion__button .accordion__icon-path, .cta-widget-outer .accordion--open > header .accordion__button .accordion__icon-path, :root:not(.oho-js)
.cta-widget-outer .accordion__button .accordion__icon-path, header .accordion--open >
footer .accordion__button .accordion__icon-path, footer .accordion--open >
footer .accordion__button .accordion__icon-path, .cta-sock .accordion--open >
footer .accordion__button .accordion__icon-path, .cta-widget-outer .accordion--open >
footer .accordion__button .accordion__icon-path, header .accordion--open >
.cta-sock .accordion__button .accordion__icon-path, footer .accordion--open >
.cta-sock .accordion__button .accordion__icon-path, .cta-sock .accordion--open >
.cta-sock .accordion__button .accordion__icon-path, .cta-widget-outer .accordion--open >
.cta-sock .accordion__button .accordion__icon-path, header .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path, footer .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path, .cta-sock .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path, .cta-widget-outer .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path {
	fill: #2e312f;
}

header .accordion--open > header .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js) header .accordion__button .accordion__icon-path--vertical, footer .accordion--open > header .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js)
footer .accordion__button .accordion__icon-path--vertical, .cta-sock .accordion--open > header .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js)
.cta-sock .accordion__button .accordion__icon-path--vertical, .cta-widget-outer .accordion--open > header .accordion__button .accordion__icon-path--vertical, :root:not(.oho-js)
.cta-widget-outer .accordion__button .accordion__icon-path--vertical, header .accordion--open >
footer .accordion__button .accordion__icon-path--vertical, footer .accordion--open >
footer .accordion__button .accordion__icon-path--vertical, .cta-sock .accordion--open >
footer .accordion__button .accordion__icon-path--vertical, .cta-widget-outer .accordion--open >
footer .accordion__button .accordion__icon-path--vertical, header .accordion--open >
.cta-sock .accordion__button .accordion__icon-path--vertical, footer .accordion--open >
.cta-sock .accordion__button .accordion__icon-path--vertical, .cta-sock .accordion--open >
.cta-sock .accordion__button .accordion__icon-path--vertical, .cta-widget-outer .accordion--open >
.cta-sock .accordion__button .accordion__icon-path--vertical, header .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path--vertical, footer .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path--vertical, .cta-sock .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path--vertical, .cta-widget-outer .accordion--open >
.cta-widget-outer .accordion__button .accordion__icon-path--vertical {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

header .accordion--mobile .accordion__button:disabled, footer .accordion--mobile .accordion__button:disabled, .cta-sock .accordion--mobile .accordion__button:disabled, .cta-widget-outer .accordion--mobile .accordion__button:disabled {
	display: none;
}

header .accordion--mobile .accordion__button:disabled + .accordion__content, footer .accordion--mobile .accordion__button:disabled + .accordion__content, .cta-sock .accordion--mobile .accordion__button:disabled + .accordion__content, .cta-widget-outer .accordion--mobile .accordion__button:disabled + .accordion__content {
	display: block !important;
	padding: 0;
	border: 0;
	background-color: transparent;
}

header .oho-animate, footer .oho-animate, .cta-sock .oho-animate, .cta-widget-outer .oho-animate {
	-webkit-transition: opacity 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
	transition: opacity 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
	transition: opacity 750ms ease-in-out 250ms, transform 750ms ease-in-out 250ms;
	transition: opacity 750ms ease-in-out 250ms, transform 750ms ease-in-out 250ms, -webkit-transform 750ms ease-in-out 250ms;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

header .oho-animate--ready, footer .oho-animate--ready, .cta-sock .oho-animate--ready, .cta-widget-outer .oho-animate--ready {
	-webkit-transition: none;
	transition: none;
}

header .oho-animate--ready.fade-in-up, footer .oho-animate--ready.fade-in-up, .cta-sock .oho-animate--ready.fade-in-up, .cta-widget-outer .oho-animate--ready.fade-in-up {
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
	opacity: 0;
}

header .oho-animate--ready.fade-in-right, footer .oho-animate--ready.fade-in-right, .cta-sock .oho-animate--ready.fade-in-right, .cta-widget-outer .oho-animate--ready.fade-in-right {
	-webkit-transform: translateX(5rem);
	transform: translateX(5rem);
	opacity: 0;
}

header .oho-animate--ready.fade-in-down, footer .oho-animate--ready.fade-in-down, .cta-sock .oho-animate--ready.fade-in-down, .cta-widget-outer .oho-animate--ready.fade-in-down {
	-webkit-transform: translateY(-5rem);
	transform: translateY(-5rem);
	opacity: 0;
}

header .oho-animate--ready.fade-in-left, footer .oho-animate--ready.fade-in-left, .cta-sock .oho-animate--ready.fade-in-left, .cta-widget-outer .oho-animate--ready.fade-in-left {
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
	opacity: 0;
}

header .announcements .link-arrow--orange:before, footer .announcements .link-arrow--orange:before, .cta-sock .announcements .link-arrow--orange:before, .cta-widget-outer .announcements .link-arrow--orange:before {
	top: .375rem;
}

header .announcements-divider, footer .announcements-divider, .cta-sock .announcements-divider, .cta-widget-outer .announcements-divider {
	margin: 0;
	border: 0;
	height: 3px;
	background: #768394;
	opacity: .25;
}

@media print, screen and (min-width: 48em) {
	header .announcements--indent, footer .announcements--indent, .cta-sock .announcements--indent, .cta-widget-outer .announcements--indent {
		max-width: 45rem;
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 64em) {
	header .announcements--indent, footer .announcements--indent, .cta-sock .announcements--indent, .cta-widget-outer .announcements--indent {
		max-width: 62.5rem;
	}
}

header .announcements .section-heading h2, footer .announcements .section-heading h2, .cta-sock .announcements .section-heading h2, .cta-widget-outer .announcements .section-heading h2 {
	margin-top: 2.5rem;
}

header .announcements-list, footer .announcements-list, .cta-sock .announcements-list, .cta-widget-outer .announcements-list {
	margin-top: 1rem;
}

header .announcements-list ul, footer .announcements-list ul, .cta-sock .announcements-list ul, .cta-widget-outer .announcements-list ul {
	list-style: none;
}

header .announcement, footer .announcement, .cta-sock .announcement, .cta-widget-outer .announcement {
	position: relative;
}

header .announcement h3, footer .announcement h3, .cta-sock .announcement h3, .cta-widget-outer .announcement h3 {
	margin-bottom: 0;
	padding-left: 1.3125rem;
	font-weight: 700;
	line-height: 1.5rem;
}

header .announcement p, footer .announcement p, .cta-sock .announcement p, .cta-widget-outer .announcement p {
	margin-bottom: 0;
}

header .announcement a, footer .announcement a, .cta-sock .announcement a, .cta-widget-outer .announcement a {
	text-decoration: underline;
}

header .announcement a:hover, header .announcement a:focus, footer .announcement a:hover, footer .announcement a:focus, .cta-sock .announcement a:hover, .cta-sock .announcement a:focus, .cta-widget-outer .announcement a:hover, .cta-widget-outer .announcement a:focus {
	text-decoration: none;
}

header .audience, footer .audience, .cta-sock .audience, .cta-widget-outer .audience {
	position: relative;
}

@media screen and (max-width: 47.99875em) {
	header .audience, footer .audience, .cta-sock .audience, .cta-widget-outer .audience {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .audience, footer .audience, .cta-sock .audience, .cta-widget-outer .audience {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

header .audience-items, footer .audience-items, .cta-sock .audience-items, .cta-widget-outer .audience-items {
	position: relative;
	z-index: 2;
}

header .audience-items .grid-x, footer .audience-items .grid-x, .cta-sock .audience-items .grid-x, .cta-widget-outer .audience-items .grid-x {
	margin-right: -1.75rem;
	margin-left: -1.75rem;
}

@media print, screen and (min-width: 48em) {
	header .audience-items .grid-x .medium-5, footer .audience-items .grid-x .medium-5, .cta-sock .audience-items .grid-x .medium-5, .cta-widget-outer .audience-items .grid-x .medium-5 {
		width: calc(41.66667% - 3.5rem);
		margin-left: 1.75rem;
		margin-right: 1.75rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .audience-items .grid-x .medium-7, footer .audience-items .grid-x .medium-7, .cta-sock .audience-items .grid-x .medium-7, .cta-widget-outer .audience-items .grid-x .medium-7 {
		width: calc(58.33333% - 3.5rem);
		margin-left: 1.75rem;
		margin-right: 1.75rem;
	}
}

header .audience-item:not(:first-child), footer .audience-item:not(:first-child), .cta-sock .audience-item:not(:first-child), .cta-widget-outer .audience-item:not(:first-child) {
	padding-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .audience-item:not(:first-child), footer .audience-item:not(:first-child), .cta-sock .audience-item:not(:first-child), .cta-widget-outer .audience-item:not(:first-child) {
		padding-top: 4.5rem;
	}
}

@media screen and (max-width: 47.99875em) {
	header .audience-item__info, footer .audience-item__info, .cta-sock .audience-item__info, .cta-widget-outer .audience-item__info {
		margin-top: 1rem;
	}
}

header .audience-item__info ul, footer .audience-item__info ul, .cta-sock .audience-item__info ul, .cta-widget-outer .audience-item__info ul {
	list-style: none;
}

header .audience-item__info li, footer .audience-item__info li, .cta-sock .audience-item__info li, .cta-widget-outer .audience-item__info li {
	position: relative;
	padding-left: 1.3125rem;
	font-weight: 700;
}

header .audience-item__info li:not(:first-child), footer .audience-item__info li:not(:first-child), .cta-sock .audience-item__info li:not(:first-child), .cta-widget-outer .audience-item__info li:not(:first-child) {
	margin-top: 1rem;
}

header .audience-item__info li:before, footer .audience-item__info li:before, .cta-sock .audience-item__info li:before, .cta-widget-outer .audience-item__info li:before {
	content: "";
	width: .8125rem;
	height: .8125rem;
	background-color: #e14f2d;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

header .audience-item__info li:before, footer .audience-item__info li:before, .cta-sock .audience-item__info li:before, .cta-widget-outer .audience-item__info li:before {
	left: -.5rem;
	top: .5rem;
	margin-left: .5rem;
}

@media print, screen and (min-width: 48em) {
	header .audience-item__info li:before, footer .audience-item__info li:before, .cta-sock .audience-item__info li:before, .cta-widget-outer .audience-item__info li:before {
		top: .75rem;
	}
}

header .grid-container--breadcrumbs, footer .grid-container--breadcrumbs, .cta-sock .grid-container--breadcrumbs, .cta-widget-outer .grid-container--breadcrumbs {
	max-width: 1076px;
}

header .grid-container--breadcrumbs, header .grid-container--breadcrumbs *, footer .grid-container--breadcrumbs, footer .grid-container--breadcrumbs *, .cta-sock .grid-container--breadcrumbs, .cta-sock .grid-container--breadcrumbs *, .cta-widget-outer .grid-container--breadcrumbs, .cta-widget-outer .grid-container--breadcrumbs * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header #breadcrumbs, footer #breadcrumbs, .cta-sock #breadcrumbs, .cta-widget-outer #breadcrumbs {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
}

header #breadcrumbs li, footer #breadcrumbs li, .cta-sock #breadcrumbs li, .cta-widget-outer #breadcrumbs li {
	display: inline-block;
}

header #breadcrumbs li:nth-child(n+2):before, footer #breadcrumbs li:nth-child(n+2):before, .cta-sock #breadcrumbs li:nth-child(n+2):before, .cta-widget-outer #breadcrumbs li:nth-child(n+2):before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding: .666em;
	content: "";
	font-size: .75em;
	color: #ffb500;
}

header ul li, footer ul li, .cta-sock ul li, .cta-widget-outer ul li {
	font-family: "Conv_GOTHIC", "Open Sans", "sans-serif";
}

@media screen and (max-width: 39.99875em) {
	header #breadcrumbs li:not(:nth-last-child(2)), footer #breadcrumbs li:not(:nth-last-child(2)), .cta-sock #breadcrumbs li:not(:nth-last-child(2)), .cta-widget-outer #breadcrumbs li:not(:nth-last-child(2)) {
		display: none;
	}
	
	header #breadcrumbs li:nth-last-child(2):before, footer #breadcrumbs li:nth-last-child(2):before, .cta-sock #breadcrumbs li:nth-last-child(2):before, .cta-widget-outer #breadcrumbs li:nth-last-child(2):before {
		font-family: "Font Awesome 5 Pro";
		content: "";
		color: #ffb500;
		margin-right: .5rem;
	}
}

header .card, footer .card, .cta-sock .card, .cta-widget-outer .card {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .card .card__content__inner, footer .card .card__content__inner, .cta-sock .card .card__content__inner, .cta-widget-outer .card .card__content__inner {
	padding: 1.25rem;
}

header .card .card__media, footer .card .card__media, .cta-sock .card .card__media, .cta-widget-outer .card .card__media {
	width: 100%;
	margin-bottom: 0;
}

header .card .card__content, footer .card .card__content, .cta-sock .card .card__content, .cta-widget-outer .card .card__content {
	width: 100%;
}

header .card img, footer .card img, .cta-sock .card img, .cta-widget-outer .card img {
	display: block;
}

header .card__media, footer .card__media, .cta-sock .card__media, .cta-widget-outer .card__media {
	position: relative;
}

header .card figure, footer .card figure, .cta-sock .card figure, .cta-widget-outer .card figure {
	margin: 0;
}

@media print, screen and (min-width: 48em) {
	header .card--medium, footer .card--medium, .cta-sock .card--medium, .cta-widget-outer .card--medium {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--medium .card__content__inner, footer .card--medium .card__content__inner, .cta-sock .card--medium .card__content__inner, .cta-widget-outer .card--medium .card__content__inner {
		padding: 2.5rem;
	}
	
	header .card--medium .card__media, footer .card--medium .card__media, .cta-sock .card--medium .card__media, .cta-widget-outer .card--medium .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--medium .card__content, footer .card--medium .card__content, .cta-sock .card--medium .card__content, .cta-widget-outer .card--medium .card__content {
		width: 100%;
	}
	
	header .card--medium img, footer .card--medium img, .cta-sock .card--medium img, .cta-widget-outer .card--medium img {
		display: block;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--medium, footer .card--medium, .cta-sock .card--medium, .cta-widget-outer .card--medium {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--medium .card__content__inner, footer .card--medium .card__content__inner, .cta-sock .card--medium .card__content__inner, .cta-widget-outer .card--medium .card__content__inner {
		padding: 2.5rem;
	}
	
	header .card--medium .card__media, footer .card--medium .card__media, .cta-sock .card--medium .card__media, .cta-widget-outer .card--medium .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--medium .card__content, footer .card--medium .card__content, .cta-sock .card--medium .card__content, .cta-widget-outer .card--medium .card__content {
		width: 100%;
	}
	
	header .card--medium img, footer .card--medium img, .cta-sock .card--medium img, .cta-widget-outer .card--medium img {
		display: block;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--medium, footer .card--medium, .cta-sock .card--medium, .cta-widget-outer .card--medium {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--medium .card__content__inner, footer .card--medium .card__content__inner, .cta-sock .card--medium .card__content__inner, .cta-widget-outer .card--medium .card__content__inner {
		padding: 3.75rem;
	}
	
	header .card--medium .card__media, footer .card--medium .card__media, .cta-sock .card--medium .card__media, .cta-widget-outer .card--medium .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--medium .card__content, footer .card--medium .card__content, .cta-sock .card--medium .card__content, .cta-widget-outer .card--medium .card__content {
		width: 100%;
	}
	
	header .card--medium img, footer .card--medium img, .cta-sock .card--medium img, .cta-widget-outer .card--medium img {
		display: block;
	}
}

header .card--inline, footer .card--inline, .cta-sock .card--inline, .cta-widget-outer .card--inline {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .card--inline .card__media, footer .card--inline .card__media, .cta-sock .card--inline .card__media, .cta-widget-outer .card--inline .card__media {
	width: 50%;
	margin-bottom: 0;
}

header .card--inline .card__content, footer .card--inline .card__content, .cta-sock .card--inline .card__content, .cta-widget-outer .card--inline .card__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

header .card--inline img, footer .card--inline img, .cta-sock .card--inline img, .cta-widget-outer .card--inline img {
	display: block;
}

@media screen and (max-width: 47.99875em) {
	header .card--stacked--small, footer .card--stacked--small, .cta-sock .card--stacked--small, .cta-widget-outer .card--stacked--small {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--stacked--small .card__media, footer .card--stacked--small .card__media, .cta-sock .card--stacked--small .card__media, .cta-widget-outer .card--stacked--small .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--stacked--small .card__content, footer .card--stacked--small .card__content, .cta-sock .card--stacked--small .card__content, .cta-widget-outer .card--stacked--small .card__content {
		width: 100%;
	}
	
	header .card--stacked--small img, footer .card--stacked--small img, .cta-sock .card--stacked--small img, .cta-widget-outer .card--stacked--small img {
		display: block;
	}
}

header .card--stacked, footer .card--stacked, .cta-sock .card--stacked, .cta-widget-outer .card--stacked {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .card--stacked .card__media, footer .card--stacked .card__media, .cta-sock .card--stacked .card__media, .cta-widget-outer .card--stacked .card__media {
	width: 100%;
	margin-bottom: 0;
}

header .card--stacked .card__content, footer .card--stacked .card__content, .cta-sock .card--stacked .card__content, .cta-widget-outer .card--stacked .card__content {
	width: 100%;
}

header .card--stacked img, footer .card--stacked img, .cta-sock .card--stacked img, .cta-widget-outer .card--stacked img {
	display: block;
}

header .card--collapse, footer .card--collapse, .cta-sock .card--collapse, .cta-widget-outer .card--collapse {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .card--collapse .card__media, footer .card--collapse .card__media, .cta-sock .card--collapse .card__media, .cta-widget-outer .card--collapse .card__media {
	width: 100%;
	margin-bottom: 0;
}

header .card--collapse .card__content, footer .card--collapse .card__content, .cta-sock .card--collapse .card__content, .cta-widget-outer .card--collapse .card__content {
	width: 100%;
}

header .card--collapse .card__content__inner, footer .card--collapse .card__content__inner, .cta-sock .card--collapse .card__content__inner, .cta-widget-outer .card--collapse .card__content__inner {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

header .card--collapse img, footer .card--collapse img, .cta-sock .card--collapse img, .cta-widget-outer .card--collapse img {
	display: block;
}

header .card--tiny, footer .card--tiny, .cta-sock .card--tiny, .cta-widget-outer .card--tiny {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .card--tiny .card__content__inner, footer .card--tiny .card__content__inner, .cta-sock .card--tiny .card__content__inner, .cta-widget-outer .card--tiny .card__content__inner {
	padding: 1.25rem;
}

header .card--tiny .card__media, footer .card--tiny .card__media, .cta-sock .card--tiny .card__media, .cta-widget-outer .card--tiny .card__media {
	width: 25%;
	margin-bottom: 0;
}

header .card--tiny .card__content, footer .card--tiny .card__content, .cta-sock .card--tiny .card__content, .cta-widget-outer .card--tiny .card__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

header .card--tiny img, footer .card--tiny img, .cta-sock .card--tiny img, .cta-widget-outer .card--tiny img {
	display: block;
}

header .card--tiny h2, header .card--tiny h3, footer .card--tiny h2, footer .card--tiny h3, .cta-sock .card--tiny h2, .cta-sock .card--tiny h3, .cta-widget-outer .card--tiny h2, .cta-widget-outer .card--tiny h3 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

@media print, screen and (min-width: 48em) {
	header .card--tiny h2, header .card--tiny h3, footer .card--tiny h2, footer .card--tiny h3, .cta-sock .card--tiny h2, .cta-sock .card--tiny h3, .cta-widget-outer .card--tiny h2, .cta-widget-outer .card--tiny h3 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--tiny h2, header .card--tiny h3, footer .card--tiny h2, footer .card--tiny h3, .cta-sock .card--tiny h2, .cta-sock .card--tiny h3, .cta-widget-outer .card--tiny h2, .cta-widget-outer .card--tiny h3 {
		font-size: 1.3125rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--offset, footer .card--offset, .cta-sock .card--offset, .cta-widget-outer .card--offset {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: -5.5rem;
	}
	
	header .card--offset .card__content__inner, footer .card--offset .card__content__inner, .cta-sock .card--offset .card__content__inner, .cta-widget-outer .card--offset .card__content__inner {
		padding: 3.75rem;
	}
	
	header .card--offset .card__media, footer .card--offset .card__media, .cta-sock .card--offset .card__media, .cta-widget-outer .card--offset .card__media {
		width: 50%;
		margin-bottom: 0;
	}
	
	header .card--offset .card__content, footer .card--offset .card__content, .cta-sock .card--offset .card__content, .cta-widget-outer .card--offset .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--offset img, footer .card--offset img, .cta-sock .card--offset img, .cta-widget-outer .card--offset img {
		display: block;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--reversed, footer .card--reversed, .cta-sock .card--reversed, .cta-widget-outer .card--reversed {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}
	
	header .card--reversed .card__content__inner, footer .card--reversed .card__content__inner, .cta-sock .card--reversed .card__content__inner, .cta-widget-outer .card--reversed .card__content__inner {
		padding: 0 4.5rem 0 0;
	}
	
	header .card--reversed .card__media, footer .card--reversed .card__media, .cta-sock .card--reversed .card__media, .cta-widget-outer .card--reversed .card__media {
		width: 33.33333%;
		margin-bottom: 0;
	}
	
	header .card--reversed .card__content, footer .card--reversed .card__content, .cta-sock .card--reversed .card__content, .cta-widget-outer .card--reversed .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--reversed img, footer .card--reversed img, .cta-sock .card--reversed img, .cta-widget-outer .card--reversed img {
		display: block;
	}
}

header .card--full-width, footer .card--full-width, .cta-sock .card--full-width, .cta-widget-outer .card--full-width {
	position: relative;
}

header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
	padding-bottom: 2.5rem;
	padding-right: 2.5rem;
	position: absolute;
	max-width: 40.625rem;
}

@media print, screen and (min-width: 48em) {
	header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
		padding-bottom: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
		padding-bottom: 4.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
		padding-right: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
		padding-right: 4.5rem;
	}
}

header .card--full-width .card__content__inner, footer .card--full-width .card__content__inner, .cta-sock .card--full-width .card__content__inner, .cta-widget-outer .card--full-width .card__content__inner {
	background: #d9d9d9;
}

@media print, screen and (min-width: 48em) {
	header .card--full-width, footer .card--full-width, .cta-sock .card--full-width, .cta-widget-outer .card--full-width {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--full-width .card__content__inner, footer .card--full-width .card__content__inner, .cta-sock .card--full-width .card__content__inner, .cta-widget-outer .card--full-width .card__content__inner {
		padding: 3.75rem;
	}
	
	header .card--full-width .card__media, footer .card--full-width .card__media, .cta-sock .card--full-width .card__media, .cta-widget-outer .card--full-width .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--full-width .card__content, footer .card--full-width .card__content, .cta-sock .card--full-width .card__content, .cta-widget-outer .card--full-width .card__content {
		width: 100%;
	}
	
	header .card--full-width img, footer .card--full-width img, .cta-sock .card--full-width img, .cta-widget-outer .card--full-width img {
		display: block;
	}
}

header .card--checkerboard, footer .card--checkerboard, .cta-sock .card--checkerboard, .cta-widget-outer .card--checkerboard {
	overflow: hidden;
	position: relative;
	opacity: 1;
	-webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
	transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	padding-right: 0;
	padding-left: 0;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 39.99875em) {
	header .card--checkerboard, footer .card--checkerboard, .cta-sock .card--checkerboard, .cta-widget-outer .card--checkerboard {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--checkerboard .card__content__inner, footer .card--checkerboard .card__content__inner, .cta-sock .card--checkerboard .card__content__inner, .cta-widget-outer .card--checkerboard .card__content__inner {
		padding: 3rem 2.5rem;
	}
	
	header .card--checkerboard .card__media, footer .card--checkerboard .card__media, .cta-sock .card--checkerboard .card__media, .cta-widget-outer .card--checkerboard .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--checkerboard .card__content, footer .card--checkerboard .card__content, .cta-sock .card--checkerboard .card__content, .cta-widget-outer .card--checkerboard .card__content {
		width: 100%;
	}
	
	header .card--checkerboard img, footer .card--checkerboard img, .cta-sock .card--checkerboard img, .cta-widget-outer .card--checkerboard img {
		display: block;
	}
}

@media screen and (min-width: 40em) and (max-width: 47.99875em) {
	header .card--checkerboard, footer .card--checkerboard, .cta-sock .card--checkerboard, .cta-widget-outer .card--checkerboard {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	header .card--checkerboard .card__content__inner, footer .card--checkerboard .card__content__inner, .cta-sock .card--checkerboard .card__content__inner, .cta-widget-outer .card--checkerboard .card__content__inner {
		padding: 3rem;
	}
	
	header .card--checkerboard .card__media, footer .card--checkerboard .card__media, .cta-sock .card--checkerboard .card__media, .cta-widget-outer .card--checkerboard .card__media {
		width: 33.33333%;
		margin-bottom: 0;
	}
	
	header .card--checkerboard .card__content, footer .card--checkerboard .card__content, .cta-sock .card--checkerboard .card__content, .cta-widget-outer .card--checkerboard .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--checkerboard img, footer .card--checkerboard img, .cta-sock .card--checkerboard img, .cta-widget-outer .card--checkerboard img {
		display: block;
	}
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
	header .card--checkerboard, footer .card--checkerboard, .cta-sock .card--checkerboard, .cta-widget-outer .card--checkerboard {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	header .card--checkerboard .card__content__inner, footer .card--checkerboard .card__content__inner, .cta-sock .card--checkerboard .card__content__inner, .cta-widget-outer .card--checkerboard .card__content__inner {
		padding: 3.5rem;
	}
	
	header .card--checkerboard .card__media, footer .card--checkerboard .card__media, .cta-sock .card--checkerboard .card__media, .cta-widget-outer .card--checkerboard .card__media {
		width: 41.66667%;
		margin-bottom: 0;
	}
	
	header .card--checkerboard .card__content, footer .card--checkerboard .card__content, .cta-sock .card--checkerboard .card__content, .cta-widget-outer .card--checkerboard .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--checkerboard img, footer .card--checkerboard img, .cta-sock .card--checkerboard img, .cta-widget-outer .card--checkerboard img {
		display: block;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--checkerboard, footer .card--checkerboard, .cta-sock .card--checkerboard, .cta-widget-outer .card--checkerboard {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	header .card--checkerboard .card__content__inner, footer .card--checkerboard .card__content__inner, .cta-sock .card--checkerboard .card__content__inner, .cta-widget-outer .card--checkerboard .card__content__inner {
		padding: 4.5rem;
	}
	
	header .card--checkerboard .card__media, footer .card--checkerboard .card__media, .cta-sock .card--checkerboard .card__media, .cta-widget-outer .card--checkerboard .card__media {
		width: 50%;
		margin-bottom: 0;
	}
	
	header .card--checkerboard .card__content, footer .card--checkerboard .card__content, .cta-sock .card--checkerboard .card__content, .cta-widget-outer .card--checkerboard .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--checkerboard img, footer .card--checkerboard img, .cta-sock .card--checkerboard img, .cta-widget-outer .card--checkerboard img {
		display: block;
	}
}

header .card--checkerboard:nth-child(even), footer .card--checkerboard:nth-child(even), .cta-sock .card--checkerboard:nth-child(even), .cta-widget-outer .card--checkerboard:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

header .card--checkerboard .card__media, footer .card--checkerboard .card__media, .cta-sock .card--checkerboard .card__media, .cta-widget-outer .card--checkerboard .card__media {
	position: relative;
}

header .card--checkerboard figure, footer .card--checkerboard figure, .cta-sock .card--checkerboard figure, .cta-widget-outer .card--checkerboard figure {
	margin: 0;
}

header body .widget_eu_cookie_law_widget, footer body .widget_eu_cookie_law_widget, .cta-sock body .widget_eu_cookie_law_widget, .cta-widget-outer body .widget_eu_cookie_law_widget {
	-webkit-animation: fadeIn .8s;
	animation: fadeIn .8s;
	border: none;
	bottom: 1em;
	left: 1em;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 1em;
	width: auto;
	z-index: 50001;
}

header body #eu-cookie-law, footer body #eu-cookie-law, .cta-sock body #eu-cookie-law, .cta-widget-outer body #eu-cookie-law {
	border: none;
	color: inherit;
	overflow: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5rem;
	background-color: #ebf3f5;
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
	font-weight: 600;
}

@media print, screen and (min-width: 48em) {
	header body #eu-cookie-law, footer body #eu-cookie-law, .cta-sock body #eu-cookie-law, .cta-widget-outer body #eu-cookie-law {
		padding: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header body #eu-cookie-law, footer body #eu-cookie-law, .cta-sock body #eu-cookie-law, .cta-widget-outer body #eu-cookie-law {
		padding: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header body #eu-cookie-law, footer body #eu-cookie-law, .cta-sock body #eu-cookie-law, .cta-widget-outer body #eu-cookie-law {
		font-size: 1.3125rem;
	}
}

@media screen and (max-width: 47.99875em) {
	header body #eu-cookie-law, footer body #eu-cookie-law, .cta-sock body #eu-cookie-law, .cta-widget-outer body #eu-cookie-law {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

header body #eu-cookie-law br, footer body #eu-cookie-law br, .cta-sock body #eu-cookie-law br, .cta-widget-outer body #eu-cookie-law br {
	display: none;
}

header body #eu-cookie-law form, footer body #eu-cookie-law form, .cta-sock body #eu-cookie-law form, .cta-widget-outer body #eu-cookie-law form {
	position: static;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-bottom: 0;
}

header body #eu-cookie-law input[type="submit"], footer body #eu-cookie-law input[type="submit"], .cta-sock body #eu-cookie-law input[type="submit"], .cta-widget-outer body #eu-cookie-law input[type="submit"] {
	position: relative;
	cursor: pointer;
	margin-top: 1.5rem;
	border: none;
	-webkit-transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	border-width: .0625rem;
	border-style: solid;
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	text-decoration: none;
	margin-right: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	margin-left: .4375rem;
	font-size: 1rem;
	padding: .6875rem 1.5rem;
	margin-bottom: 0;
	margin-right: 0;
}

header body #eu-cookie-law input[type="submit"]:hover, header body #eu-cookie-law input[type="submit"]:focus, footer body #eu-cookie-law input[type="submit"]:hover, footer body #eu-cookie-law input[type="submit"]:focus, .cta-sock body #eu-cookie-law input[type="submit"]:hover, .cta-sock body #eu-cookie-law input[type="submit"]:focus, .cta-widget-outer body #eu-cookie-law input[type="submit"]:hover, .cta-widget-outer body #eu-cookie-law input[type="submit"]:focus {
	text-decoration: none;
	outline: none;
}

header body #eu-cookie-law input[type="submit"]:disabled, footer body #eu-cookie-law input[type="submit"]:disabled, .cta-sock body #eu-cookie-law input[type="submit"]:disabled, .cta-widget-outer body #eu-cookie-law input[type="submit"]:disabled {
	opacity: .6;
	cursor: not-allowed;
}

header body #eu-cookie-law input[type="submit"]:hover, footer body #eu-cookie-law input[type="submit"]:hover, .cta-sock body #eu-cookie-law input[type="submit"]:hover, .cta-widget-outer body #eu-cookie-law input[type="submit"]:hover {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

header body #eu-cookie-law input[type="submit"]:hover:before, header body #eu-cookie-law input[type="submit"]:hover:after, footer body #eu-cookie-law input[type="submit"]:hover:before, footer body #eu-cookie-law input[type="submit"]:hover:after, .cta-sock body #eu-cookie-law input[type="submit"]:hover:before, .cta-sock body #eu-cookie-law input[type="submit"]:hover:after, .cta-widget-outer body #eu-cookie-law input[type="submit"]:hover:before, .cta-widget-outer body #eu-cookie-law input[type="submit"]:hover:after {
	color: #000;
}

header body #eu-cookie-law input[type="submit"]:focus, footer body #eu-cookie-law input[type="submit"]:focus, .cta-sock body #eu-cookie-law input[type="submit"]:focus, .cta-widget-outer body #eu-cookie-law input[type="submit"]:focus {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

header body #eu-cookie-law input[type="submit"]:focus:before, header body #eu-cookie-law input[type="submit"]:focus:after, footer body #eu-cookie-law input[type="submit"]:focus:before, footer body #eu-cookie-law input[type="submit"]:focus:after, .cta-sock body #eu-cookie-law input[type="submit"]:focus:before, .cta-sock body #eu-cookie-law input[type="submit"]:focus:after, .cta-widget-outer body #eu-cookie-law input[type="submit"]:focus:before, .cta-widget-outer body #eu-cookie-law input[type="submit"]:focus:after {
	color: #000;
}

header body #eu-cookie-law input[type="submit"], header body #eu-cookie-law input[type="submit"]:disabled, footer body #eu-cookie-law input[type="submit"], footer body #eu-cookie-law input[type="submit"]:disabled, .cta-sock body #eu-cookie-law input[type="submit"], .cta-sock body #eu-cookie-law input[type="submit"]:disabled, .cta-widget-outer body #eu-cookie-law input[type="submit"], .cta-widget-outer body #eu-cookie-law input[type="submit"]:disabled {
	border-color: #0c1832;
	color: #fff;
	background: #0c1832;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
}

header body #eu-cookie-law input[type="submit"]:before, header body #eu-cookie-law input[type="submit"]:after, header body #eu-cookie-law input[type="submit"]:disabled:before, header body #eu-cookie-law input[type="submit"]:disabled:after, footer body #eu-cookie-law input[type="submit"]:before, footer body #eu-cookie-law input[type="submit"]:after, footer body #eu-cookie-law input[type="submit"]:disabled:before, footer body #eu-cookie-law input[type="submit"]:disabled:after, .cta-sock body #eu-cookie-law input[type="submit"]:before, .cta-sock body #eu-cookie-law input[type="submit"]:after, .cta-sock body #eu-cookie-law input[type="submit"]:disabled:before, .cta-sock body #eu-cookie-law input[type="submit"]:disabled:after, .cta-widget-outer body #eu-cookie-law input[type="submit"]:before, .cta-widget-outer body #eu-cookie-law input[type="submit"]:after, .cta-widget-outer body #eu-cookie-law input[type="submit"]:disabled:before, .cta-widget-outer body #eu-cookie-law input[type="submit"]:disabled:after {
	color: #fff;
}

@media print, screen and (min-width: 48em) {
	header body #eu-cookie-law input[type="submit"], footer body #eu-cookie-law input[type="submit"], .cta-sock body #eu-cookie-law input[type="submit"], .cta-widget-outer body #eu-cookie-law input[type="submit"] {
		font-size: 1.25rem;
		padding: 1.0625rem 1.8125rem;
		float: right;
		margin-left: 3rem;
		margin-top: 0;
	}
}

header body #eu-cookie-law input[type="submit"].accept, footer body #eu-cookie-law input[type="submit"].accept, .cta-sock body #eu-cookie-law input[type="submit"].accept, .cta-widget-outer body #eu-cookie-law input[type="submit"].accept {
	height: auto;
}

header #cta-widget, footer #cta-widget, .cta-sock #cta-widget, .cta-widget-outer #cta-widget {
	padding: 1.5rem;
	background: #0c1832;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget, footer #cta-widget, .cta-sock #cta-widget, .cta-widget-outer #cta-widget {
		padding: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget, footer #cta-widget, .cta-sock #cta-widget, .cta-widget-outer #cta-widget {
		padding: 1.5rem;
	}
}

header #cta-widget, header #cta-widget p, header #cta-widget h2, header #cta-widget h3, header #cta-widget li, header #cta-widget a:not(.btn), footer #cta-widget, footer #cta-widget p, footer #cta-widget h2, footer #cta-widget h3, footer #cta-widget li, footer #cta-widget a:not(.btn), .cta-sock #cta-widget, .cta-sock #cta-widget p, .cta-sock #cta-widget h2, .cta-sock #cta-widget h3, .cta-sock #cta-widget li, .cta-sock #cta-widget a:not(.btn), .cta-widget-outer #cta-widget, .cta-widget-outer #cta-widget p, .cta-widget-outer #cta-widget h2, .cta-widget-outer #cta-widget h3, .cta-widget-outer #cta-widget li, .cta-widget-outer #cta-widget a:not(.btn) {
	color: #fff;
}

header #cta-widget a:not(.btn), footer #cta-widget a:not(.btn), .cta-sock #cta-widget a:not(.btn), .cta-widget-outer #cta-widget a:not(.btn) {
	text-decoration: underline;
}

header #cta-widget a:not(.btn):hover, header #cta-widget a:not(.btn):focus, footer #cta-widget a:not(.btn):hover, footer #cta-widget a:not(.btn):focus, .cta-sock #cta-widget a:not(.btn):hover, .cta-sock #cta-widget a:not(.btn):focus, .cta-widget-outer #cta-widget a:not(.btn):hover, .cta-widget-outer #cta-widget a:not(.btn):focus {
	text-decoration: none;
}

header #cta-widget p, header #cta-widget .btn, header #cta-widget h2, header #cta-widget h3, footer #cta-widget p, footer #cta-widget .btn, footer #cta-widget h2, footer #cta-widget h3, .cta-sock #cta-widget p, .cta-sock #cta-widget .btn, .cta-sock #cta-widget h2, .cta-sock #cta-widget h3, .cta-widget-outer #cta-widget p, .cta-widget-outer #cta-widget .btn, .cta-widget-outer #cta-widget h2, .cta-widget-outer #cta-widget h3 {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
}

header #cta-widget .btn, footer #cta-widget .btn, .cta-sock #cta-widget .btn, .cta-widget-outer #cta-widget .btn {
	color: #2e312f;
	display: block;
	font-weight: 600;
}

header #cta-widget .btn:hover, footer #cta-widget .btn:hover, .cta-sock #cta-widget .btn:hover, .cta-widget-outer #cta-widget .btn:hover {
	color: #fff;
	text-decoration: none;
}

header #cta-widget .btn:focus, footer #cta-widget .btn:focus, .cta-sock #cta-widget .btn:focus, .cta-widget-outer #cta-widget .btn:focus {
	color: #2e312f;
}

header #cta-widget .small-text, footer #cta-widget .small-text, .cta-sock #cta-widget .small-text, .cta-widget-outer #cta-widget .small-text {
	font-size: 1.125rem;
}

header #cta-widget .cta-widget__links a.btn--alternate:hover, footer #cta-widget .cta-widget__links a.btn--alternate:hover, .cta-sock #cta-widget .cta-widget__links a.btn--alternate:hover, .cta-widget-outer #cta-widget .cta-widget__links a.btn--alternate:hover {
	background-color: #182f60;
	border-color: #182f60;
}

header #cta-widget .cta-widget__links, footer #cta-widget .cta-widget__links, .cta-sock #cta-widget .cta-widget__links, .cta-widget-outer #cta-widget .cta-widget__links {
	margin-top: 1rem;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget .cta-widget__links, footer #cta-widget .cta-widget__links, .cta-sock #cta-widget .cta-widget__links, .cta-widget-outer #cta-widget .cta-widget__links {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget .cta-widget__links, footer #cta-widget .cta-widget__links, .cta-sock #cta-widget .cta-widget__links, .cta-widget-outer #cta-widget .cta-widget__links {
		margin-top: 1rem;
	}
}

header #cta-widget .cta-widget__links li:not(:first-child), footer #cta-widget .cta-widget__links li:not(:first-child), .cta-sock #cta-widget .cta-widget__links li:not(:first-child), .cta-widget-outer #cta-widget .cta-widget__links li:not(:first-child) {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget .cta-widget__links li:not(:first-child), footer #cta-widget .cta-widget__links li:not(:first-child), .cta-sock #cta-widget .cta-widget__links li:not(:first-child), .cta-widget-outer #cta-widget .cta-widget__links li:not(:first-child) {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget .cta-widget__links li:not(:first-child), footer #cta-widget .cta-widget__links li:not(:first-child), .cta-sock #cta-widget .cta-widget__links li:not(:first-child), .cta-widget-outer #cta-widget .cta-widget__links li:not(:first-child) {
		margin-top: 1.5rem;
	}
}

header #cta-widget .cta-widget__questions, footer #cta-widget .cta-widget__questions, .cta-sock #cta-widget .cta-widget__questions, .cta-widget-outer #cta-widget .cta-widget__questions {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget .cta-widget__questions, footer #cta-widget .cta-widget__questions, .cta-sock #cta-widget .cta-widget__questions, .cta-widget-outer #cta-widget .cta-widget__questions {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget .cta-widget__questions, footer #cta-widget .cta-widget__questions, .cta-sock #cta-widget .cta-widget__questions, .cta-widget-outer #cta-widget .cta-widget__questions {
		margin-top: 1.5rem;
	}
}

header #cta-widget .cta-widget__questions p, footer #cta-widget .cta-widget__questions p, .cta-sock #cta-widget .cta-widget__questions p, .cta-widget-outer #cta-widget .cta-widget__questions p {
	margin-top: .5rem;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget .cta-widget__questions p, footer #cta-widget .cta-widget__questions p, .cta-sock #cta-widget .cta-widget__questions p, .cta-widget-outer #cta-widget .cta-widget__questions p {
		margin-top: .5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget .cta-widget__questions p, footer #cta-widget .cta-widget__questions p, .cta-sock #cta-widget .cta-widget__questions p, .cta-widget-outer #cta-widget .cta-widget__questions p {
		margin-top: .5rem;
	}
}

header #cta-widget .cta-widget__locations li, footer #cta-widget .cta-widget__locations li, .cta-sock #cta-widget .cta-widget__locations li, .cta-widget-outer #cta-widget .cta-widget__locations li {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header #cta-widget .cta-widget__locations li, footer #cta-widget .cta-widget__locations li, .cta-sock #cta-widget .cta-widget__locations li, .cta-widget-outer #cta-widget .cta-widget__locations li {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header #cta-widget .cta-widget__locations li, footer #cta-widget .cta-widget__locations li, .cta-sock #cta-widget .cta-widget__locations li, .cta-widget-outer #cta-widget .cta-widget__locations li {
		margin-top: 1.5rem;
	}
}

header .get-started img, footer .get-started img, .cta-sock .get-started img, .cta-widget-outer .get-started img {
	width: 70px;
	height: auto;
}

header .get-started .intro-text, footer .get-started .intro-text, .cta-sock .get-started .intro-text, .cta-widget-outer .get-started .intro-text {
	max-width: 30em;
}

header .get-started__steps, footer .get-started__steps, .cta-sock .get-started__steps, .cta-widget-outer .get-started__steps {
	text-align: center;
}

@media print, screen and (min-width: 48em) {
	header .get-started__steps .grid-x, footer .get-started__steps .grid-x, .cta-sock .get-started__steps .grid-x, .cta-widget-outer .get-started__steps .grid-x {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

header .get-started .gs-step, footer .get-started .gs-step, .cta-sock .get-started .gs-step, .cta-widget-outer .get-started .gs-step {
	list-style-type: none;
}

@media print, screen and (min-width: 64em) {
	header .get-started .gs-step, footer .get-started .gs-step, .cta-sock .get-started .gs-step, .cta-widget-outer .get-started .gs-step {
		width: calc(41.666% - 2.5rem);
		margin-right: 1.25rem;
		margin-left: 1.25rem;
		margin-right: 1.875rem;
		margin-left: 1.875rem;
		margin-top: 0;
	}
}

header .get-started .gs-step__header, footer .get-started .gs-step__header, .cta-sock .get-started .gs-step__header, .cta-widget-outer .get-started .gs-step__header {
	min-height: 3.25rem;
}

header .get-started .gs-step__header h3, footer .get-started .gs-step__header h3, .cta-sock .get-started .gs-step__header h3, .cta-widget-outer .get-started .gs-step__header h3 {
	margin: 0;
}

header .get-started .gs-step__icon, footer .get-started .gs-step__icon, .cta-sock .get-started .gs-step__icon, .cta-widget-outer .get-started .gs-step__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 63.99875em) {
	header .get-started .gs-step__icon, footer .get-started .gs-step__icon, .cta-sock .get-started .gs-step__icon, .cta-widget-outer .get-started .gs-step__icon {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

header .get-started .gs-step__icon--boundary, footer .get-started .gs-step__icon--boundary, .cta-sock .get-started .gs-step__icon--boundary, .cta-widget-outer .get-started .gs-step__icon--boundary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 70px;
}

header .get-started .gs-step__icon--boundary img, footer .get-started .gs-step__icon--boundary img, .cta-sock .get-started .gs-step__icon--boundary img, .cta-widget-outer .get-started .gs-step__icon--boundary img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

header .get-started .gs-step__icon .fa-arrow-right, footer .get-started .gs-step__icon .fa-arrow-right, .cta-sock .get-started .gs-step__icon .fa-arrow-right, .cta-widget-outer .get-started .gs-step__icon .fa-arrow-right {
	display: none;
}

@media print, screen and (min-width: 64em) {
	header .get-started .gs-step__icon .fa-arrow-right, footer .get-started .gs-step__icon .fa-arrow-right, .cta-sock .get-started .gs-step__icon .fa-arrow-right, .cta-widget-outer .get-started .gs-step__icon .fa-arrow-right {
		display: initial;
		position: absolute;
		top: 0;
		right: 0;
		color: #e14f2d;
		font-size: 30px;
		-webkit-transform: translate(150%, -50%);
		transform: translate(150%, -50%);
	}
}

header .get-started .gs-step__icon .fa-arrow-down, footer .get-started .gs-step__icon .fa-arrow-down, .cta-sock .get-started .gs-step__icon .fa-arrow-down, .cta-widget-outer .get-started .gs-step__icon .fa-arrow-down {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: #e14f2d;
	font-size: 30px;
}

@media print, screen and (min-width: 64em) {
	header .get-started .gs-step__icon .fa-arrow-down, footer .get-started .gs-step__icon .fa-arrow-down, .cta-sock .get-started .gs-step__icon .fa-arrow-down, .cta-widget-outer .get-started .gs-step__icon .fa-arrow-down {
		display: none;
	}
}

header .hero, footer .hero, .cta-sock .hero, .cta-widget-outer .hero {
	background: -webkit-gradient(linear, left top, right top, from(#ebf3f5), to(#ebf3f5));
	background: linear-gradient(to right, #ebf3f5 0%, #ebf3f5 100%);
	background-color: #000;
	position: relative;
}

@media screen and (max-width: 47.99875em) {
	header .hero, footer .hero, .cta-sock .hero, .cta-widget-outer .hero {
		padding-bottom: 1rem;
	}
}

header .hero__media, footer .hero__media, .cta-sock .hero__media, .cta-widget-outer .hero__media {
	z-index: 1;
	width: 100%;
}

@media print, screen and (min-width: 48em) {
	header .hero__media, footer .hero__media, .cta-sock .hero__media, .cta-widget-outer .hero__media {
		position: absolute;
		height: calc(100% - 142px);
	}
}

@media print, screen and (min-width: 48em) {
	header .hero__media:after, footer .hero__media:after, .cta-sock .hero__media:after, .cta-widget-outer .hero__media:after {
		content: "";
		position: absolute;
		background-image: linear-gradient(192deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .6) 54%);
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
}

header .hero__media img, header .hero__media video, header .hero__media .autoplay-video-container, header .hero__media .autoplay-video-container__inner, header .hero__media .video-feature, footer .hero__media img, footer .hero__media video, footer .hero__media .autoplay-video-container, footer .hero__media .autoplay-video-container__inner, footer .hero__media .video-feature, .cta-sock .hero__media img, .cta-sock .hero__media video, .cta-sock .hero__media .autoplay-video-container, .cta-sock .hero__media .autoplay-video-container__inner, .cta-sock .hero__media .video-feature, .cta-widget-outer .hero__media img, .cta-widget-outer .hero__media video, .cta-widget-outer .hero__media .autoplay-video-container, .cta-widget-outer .hero__media .autoplay-video-container__inner, .cta-widget-outer .hero__media .video-feature {
	display: block;
}

@media print, screen and (min-width: 48em) {
	header .hero__media img, header .hero__media video, header .hero__media .autoplay-video-container, header .hero__media .autoplay-video-container__inner, header .hero__media .video-feature, footer .hero__media img, footer .hero__media video, footer .hero__media .autoplay-video-container, footer .hero__media .autoplay-video-container__inner, footer .hero__media .video-feature, .cta-sock .hero__media img, .cta-sock .hero__media video, .cta-sock .hero__media .autoplay-video-container, .cta-sock .hero__media .autoplay-video-container__inner, .cta-sock .hero__media .video-feature, .cta-widget-outer .hero__media img, .cta-widget-outer .hero__media video, .cta-widget-outer .hero__media .autoplay-video-container, .cta-widget-outer .hero__media .autoplay-video-container__inner, .cta-widget-outer .hero__media .video-feature {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

header .hero video, footer .hero video, .cta-sock .hero video, .cta-widget-outer .hero video {
	display: none;
}

@media print, screen and (min-width: 48em) {
	header .hero video, footer .hero video, .cta-sock .hero video, .cta-widget-outer .hero video {
		display: block;
	}
}

header .hero__content, footer .hero__content, .cta-sock .hero__content, .cta-widget-outer .hero__content {
	width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

@media print, screen and (min-width: 48em) {
	header .hero__content, footer .hero__content, .cta-sock .hero__content, .cta-widget-outer .hero__content {
		padding-top: 26.875rem;
	}
}

@media screen and (max-width: 47.99875em) {
	header .hero__content, footer .hero__content, .cta-sock .hero__content, .cta-widget-outer .hero__content {
		padding-left: .625rem;
		padding-right: .625rem;
	}
}

header .hero__content__lead-in, footer .hero__content__lead-in, .cta-sock .hero__content__lead-in, .cta-widget-outer .hero__content__lead-in {
	color: #fff;
	max-width: 63.4375rem;
}

@media screen and (max-width: 47.99875em) {
	header .hero__content__lead-in, footer .hero__content__lead-in, .cta-sock .hero__content__lead-in, .cta-widget-outer .hero__content__lead-in {
		padding: 1rem 1rem 4.5rem 1rem;
		background: #0c1832;
		margin-top: -1.25rem;
	}
}

@media screen and (max-width: 47.99875em) {
	header .hero__content__lead-in .cell + .cell, footer .hero__content__lead-in .cell + .cell, .cta-sock .hero__content__lead-in .cell + .cell, .cta-widget-outer .hero__content__lead-in .cell + .cell {
		margin-top: 1.5rem;
	}
}

header .hero__content__lead-in h1, header .hero__content__lead-in p, header .hero__content__lead-in a, footer .hero__content__lead-in h1, footer .hero__content__lead-in p, footer .hero__content__lead-in a, .cta-sock .hero__content__lead-in h1, .cta-sock .hero__content__lead-in p, .cta-sock .hero__content__lead-in a, .cta-widget-outer .hero__content__lead-in h1, .cta-widget-outer .hero__content__lead-in p, .cta-widget-outer .hero__content__lead-in a {
	pointer-events: all;
}

header .hero__content__lead-in .btn, footer .hero__content__lead-in .btn, .cta-sock .hero__content__lead-in .btn, .cta-widget-outer .hero__content__lead-in .btn {
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}

header .hero__content__lead-in h1, footer .hero__content__lead-in h1, .cta-sock .hero__content__lead-in h1, .cta-widget-outer .hero__content__lead-in h1 {
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	font-size: 1.6875rem;
	color: #fff;
}

@media print, screen and (min-width: 48em) {
	header .hero__content__lead-in h1, footer .hero__content__lead-in h1, .cta-sock .hero__content__lead-in h1, .cta-widget-outer .hero__content__lead-in h1 {
		font-size: 4rem;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
		line-height: .95555;
	}
}

@media print, screen and (min-width: 64em) {
	header .hero__content__lead-in h1, footer .hero__content__lead-in h1, .cta-sock .hero__content__lead-in h1, .cta-widget-outer .hero__content__lead-in h1 {
		font-size: 5.625rem;
	}
}

header .hero__content__lead-in p, footer .hero__content__lead-in p, .cta-sock .hero__content__lead-in p, .cta-widget-outer .hero__content__lead-in p {
	margin-bottom: 0;
}

header .hero__overlay, footer .hero__overlay, .cta-sock .hero__overlay, .cta-widget-outer .hero__overlay {
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/line-pattern.png");
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	pointer-events: none;
	top: 0;
}

header .hero__overlay.nitro-lazy, footer .hero__overlay.nitro-lazy, .cta-sock .hero__overlay.nitro-lazy, .cta-widget-outer .hero__overlay.nitro-lazy {
	background-image: none !important;
}

header .hero__content__audience, footer .hero__content__audience, .cta-sock .hero__content__audience, .cta-widget-outer .hero__content__audience {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: -2.25rem;
}

@media print, screen and (min-width: 48em) {
	header .hero__content__audience, footer .hero__content__audience, .cta-sock .hero__content__audience, .cta-widget-outer .hero__content__audience {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
		margin-top: 6rem;
		-webkit-transform: translateY(-36px);
		transform: translateY(-36px);
	}
}

@media print, screen and (min-width: 40em) {
	header .hero__content__audience, footer .hero__content__audience, .cta-sock .hero__content__audience, .cta-widget-outer .hero__content__audience {
		max-width: calc(100% - 60px);
	}
}

header .hero__content__audience:after, footer .hero__content__audience:after, .cta-sock .hero__content__audience:after, .cta-widget-outer .hero__content__audience:after {
	content: "";
	z-index: 1;
	-webkit-clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 50%, calc(100% - 44px) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 50%, calc(100% - 44px) 100%, 0 100%);
	background-color: #fff;
	height: 100%;
	width: 100vw;
	position: absolute;
	right: 0;
	top: 0;
}

header .hero__content__audience__inner, footer .hero__content__audience__inner, .cta-sock .hero__content__audience__inner, .cta-widget-outer .hero__content__audience__inner {
	position: relative;
	z-index: 2;
	max-width: 90%;
}

header .hero__content__audience p, footer .hero__content__audience p, .cta-sock .hero__content__audience p, .cta-widget-outer .hero__content__audience p {
	margin-bottom: 0;
	margin-top: 1rem;
}

header .programs ul, footer .programs ul, .cta-sock .programs ul, .cta-widget-outer .programs ul {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

header .programs__intro, footer .programs__intro, .cta-sock .programs__intro, .cta-widget-outer .programs__intro {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

header .programs__link, footer .programs__link, .cta-sock .programs__link, .cta-widget-outer .programs__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .programs__link a, footer .programs__link a, .cta-sock .programs__link a, .cta-widget-outer .programs__link a {
	margin-bottom: 0;
	margin-top: 0;
}

header .programs .program, footer .programs .program, .cta-sock .programs .program, .cta-widget-outer .programs .program {
	margin-top: 2.5rem;
}

header .programs .program .pattern-shadow:before, footer .programs .program .pattern-shadow:before, .cta-sock .programs .program .pattern-shadow:before, .cta-widget-outer .programs .program .pattern-shadow:before {
	width: calc(100% - 22px);
}

@media print, screen and (min-width: 48em) {
	header .programs .program .pattern-shadow:before, footer .programs .program .pattern-shadow:before, .cta-sock .programs .program .pattern-shadow:before, .cta-widget-outer .programs .program .pattern-shadow:before {
		width: calc(100% - 52px);
		z-index: -1;
	}
}

header .programs .program p, footer .programs .program p, .cta-sock .programs .program p, .cta-widget-outer .programs .program p {
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

header .programs .program.grid-margin-x > div.cell.medium-7, footer .programs .program.grid-margin-x > div.cell.medium-7, .cta-sock .programs .program.grid-margin-x > div.cell.medium-7, .cta-widget-outer .programs .program.grid-margin-x > div.cell.medium-7 {
	width: 100%;
}

@media print, screen and (min-width: 48em) {
	header .programs .program.grid-margin-x > div.cell.medium-7, footer .programs .program.grid-margin-x > div.cell.medium-7, .cta-sock .programs .program.grid-margin-x > div.cell.medium-7, .cta-widget-outer .programs .program.grid-margin-x > div.cell.medium-7 {
		width: calc(58.33333% - 2.5rem);
	}
}

header .programs .slider--single .slider__header, footer .programs .slider--single .slider__header, .cta-sock .programs .slider--single .slider__header, .cta-widget-outer .programs .slider--single .slider__header {
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .programs .slider--single .glide__track, footer .programs .slider--single .glide__track, .cta-sock .programs .slider--single .glide__track, .cta-widget-outer .programs .slider--single .glide__track {
		margin-left: -1rem;
	}
}

header .program-image, footer .program-image, .cta-sock .program-image, .cta-widget-outer .program-image {
	-webkit-clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
	clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
	position: relative;
	z-index: 2;
}

@media print, screen and (min-width: 48em) {
	header .program-image, footer .program-image, .cta-sock .program-image, .cta-widget-outer .program-image {
		-webkit-clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 50%, calc(100% - 52px) 100%, 0 100%);
		clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 50%, calc(100% - 52px) 100%, 0 100%);
	}
}

header .program-info .program-info__eyebrow, footer .program-info .program-info__eyebrow, .cta-sock .program-info .program-info__eyebrow, .cta-widget-outer .program-info .program-info__eyebrow {
	margin-top: 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	font-weight: 700;
}

@media print, screen and (min-width: 64em) {
	header .program-info .program-info__eyebrow, footer .program-info .program-info__eyebrow, .cta-sock .program-info .program-info__eyebrow, .cta-widget-outer .program-info .program-info__eyebrow {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .program-info .program-info__eyebrow, footer .program-info .program-info__eyebrow, .cta-sock .program-info .program-info__eyebrow, .cta-widget-outer .program-info .program-info__eyebrow {
		font-size: 1.125rem;
	}
}

header .program-info__positioner, footer .program-info__positioner, .cta-sock .program-info__positioner, .cta-widget-outer .program-info__positioner {
	margin-top: .5rem;
	padding-right: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .program-info__positioner, footer .program-info__positioner, .cta-sock .program-info__positioner, .cta-widget-outer .program-info__positioner {
		margin-top: 1rem;
		padding-right: 2.5rem;
	}
}

header .program-info__title, footer .program-info__title, .cta-sock .program-info__title, .cta-widget-outer .program-info__title {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

header .program-info__title:after, footer .program-info__title:after, .cta-sock .program-info__title:after, .cta-widget-outer .program-info__title:after {
	content: "";
	width: .875rem;
	height: .875rem;
	background-color: #e14f2d;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

header .program-info__title:after, footer .program-info__title:after, .cta-sock .program-info__title:after, .cta-widget-outer .program-info__title:after {
	margin-top: .5rem;
	margin-left: .75rem;
}

@media print, screen and (min-width: 64em) {
	header .program-info__title:after, footer .program-info__title:after, .cta-sock .program-info__title:after, .cta-widget-outer .program-info__title:after {
		content: "";
		width: 1.25rem;
		height: 1.25rem;
		background-color: #e14f2d;
		-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
		clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
		position: absolute;
		-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		transition: transform .4s cubic-bezier(1, .63, .47, .8);
		transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	header .program-info__title:after, footer .program-info__title:after, .cta-sock .program-info__title:after, .cta-widget-outer .program-info__title:after {
		margin-top: .8125rem;
		margin-left: 1rem;
	}
}

header .program-info__desc, footer .program-info__desc, .cta-sock .program-info__desc, .cta-widget-outer .program-info__desc {
	margin-top: 1rem;
}

header .program-template-default .selection-list.tab-nav .Online, footer .program-template-default .selection-list.tab-nav .Online, .cta-sock .program-template-default .selection-list.tab-nav .Online, .cta-widget-outer .program-template-default .selection-list.tab-nav .Online {
	display: none;
}

header .questions img, footer .questions img, .cta-sock .questions img, .cta-widget-outer .questions img {
	width: 100%;
}

header .questions__divider, footer .questions__divider, .cta-sock .questions__divider, .cta-widget-outer .questions__divider {
	margin: 2.5rem 0 0;
	border: 0;
	height: .1875rem;
	background-color: #768394;
	opacity: .25;
}

header .questions-info .intro-text, footer .questions-info .intro-text, .cta-sock .questions-info .intro-text, .cta-widget-outer .questions-info .intro-text {
	margin-bottom: 0;
}

header .questions-phone, footer .questions-phone, .cta-sock .questions-phone, .cta-widget-outer .questions-phone {
	margin-top: 1rem;
}

header .questions-phone .cell, footer .questions-phone .cell, .cta-sock .questions-phone .cell, .cta-widget-outer .questions-phone .cell {
	text-align: center;
}

@media print, screen and (min-width: 48em) {
	header .questions-phone .cell, footer .questions-phone .cell, .cta-sock .questions-phone .cell, .cta-widget-outer .questions-phone .cell {
		text-align: left;
	}
}

@media print, screen and (min-width: 48em) {
	header .questions-phone, footer .questions-phone, .cta-sock .questions-phone, .cta-widget-outer .questions-phone {
		margin-top: 2.5rem;
	}
}

header .questions-phone .fa-phone, footer .questions-phone .fa-phone, .cta-sock .questions-phone .fa-phone, .cta-widget-outer .questions-phone .fa-phone {
	font-size: 2rem;
	color: #e14f2d;
}

@media print, screen and (min-width: 48em) {
	header .questions-phone .fa-phone, footer .questions-phone .fa-phone, .cta-sock .questions-phone .fa-phone, .cta-widget-outer .questions-phone .fa-phone {
		font-size: 2.75rem;
	}
}

header .questions-phone__label, header .questions-phone__number, footer .questions-phone__label, footer .questions-phone__number, .cta-sock .questions-phone__label, .cta-sock .questions-phone__number, .cta-widget-outer .questions-phone__label, .cta-widget-outer .questions-phone__number {
	max-width: 11.5625rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	line-height: 2rem;
}

@media print, screen and (min-width: 48em) {
	header .questions-phone__label, header .questions-phone__number, footer .questions-phone__label, footer .questions-phone__number, .cta-sock .questions-phone__label, .cta-sock .questions-phone__number, .cta-widget-outer .questions-phone__label, .cta-widget-outer .questions-phone__number {
		max-width: initial;
	}
}

header .questions-phone__number, footer .questions-phone__number, .cta-sock .questions-phone__number, .cta-widget-outer .questions-phone__number {
	color: #0c1832;
}

header .questions-photo, footer .questions-photo, .cta-sock .questions-photo, .cta-widget-outer .questions-photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 47.99875em) {
	header .questions-photo, footer .questions-photo, .cta-sock .questions-photo, .cta-widget-outer .questions-photo {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .questions-photo, footer .questions-photo, .cta-sock .questions-photo, .cta-widget-outer .questions-photo {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media print, screen and (min-width: 48em) {
	header .questions-photo, footer .questions-photo, .cta-sock .questions-photo, .cta-widget-outer .questions-photo {
		text-align: left;
	}
}

@media print, screen and (min-width: 48em) {
	header .services .link-arrow--orange:before, footer .services .link-arrow--orange:before, .cta-sock .services .link-arrow--orange:before, .cta-widget-outer .services .link-arrow--orange:before {
		top: .625rem;
	}
}

header .services ul, footer .services ul, .cta-sock .services ul, .cta-widget-outer .services ul {
	list-style-type: none;
}

header .services-link:not(:first-child), footer .services-link:not(:first-child), .cta-sock .services-link:not(:first-child), .cta-widget-outer .services-link:not(:first-child) {
	margin-top: 1rem;
}

header .services .card, footer .services .card, .cta-sock .services .card, .cta-widget-outer .services .card {
	position: relative;
	overflow: visible;
}

@media print, screen and (min-width: 48em) {
	header .services .card, footer .services .card, .cta-sock .services .card, .cta-widget-outer .services .card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

header .services .card--offset, footer .services .card--offset, .cta-sock .services .card--offset, .cta-widget-outer .services .card--offset {
	margin-top: 0;
}

@media screen and (max-width: 47.99875em) {
	header .services .card__media, footer .services .card__media, .cta-sock .services .card__media, .cta-widget-outer .services .card__media {
		margin-left: -.5rem;
	}
}

header .services .card__content, footer .services .card__content, .cta-sock .services .card__content, .cta-widget-outer .services .card__content {
	margin-top: -24px;
	border: .0625rem solid #b8c0cc;
}

@media screen and (max-width: 47.99875em) {
	header .services .card__content, footer .services .card__content, .cta-sock .services .card__content, .cta-widget-outer .services .card__content {
		margin-right: -.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .services .card__content, footer .services .card__content, .cta-sock .services .card__content, .cta-widget-outer .services .card__content {
		width: calc(50% + 40px);
		margin-top: 40px;
		padding-left: initial;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
}

@media print, screen and (min-width: 64em) {
	header .services .card__content, footer .services .card__content, .cta-sock .services .card__content, .cta-widget-outer .services .card__content {
		width: calc(40% + 60px);
		margin-top: 60px;
		padding-left: initial;
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

header .services .card__content .card__content__inner, footer .services .card__content .card__content__inner, .cta-sock .services .card__content .card__content__inner, .cta-widget-outer .services .card__content .card__content__inner {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
	header .services .card__content .card__content__inner, footer .services .card__content .card__content__inner, .cta-sock .services .card__content .card__content__inner, .cta-widget-outer .services .card__content .card__content__inner {
		padding: 2.5rem;
	}
}

header .slider--single .slider__header, footer .slider--single .slider__header, .cta-sock .slider--single .slider__header, .cta-widget-outer .slider--single .slider__header {
	margin-bottom: 2.5rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media print, screen and (min-width: 48em) {
	header .slider--single .slider__header, footer .slider--single .slider__header, .cta-sock .slider--single .slider__header, .cta-widget-outer .slider--single .slider__header {
		margin-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .slider--single .slider__header, footer .slider--single .slider__header, .cta-sock .slider--single .slider__header, .cta-widget-outer .slider--single .slider__header {
		margin-bottom: 4rem;
	}
}

header .slider--single .slider__header:before, footer .slider--single .slider__header:before, .cta-sock .slider--single .slider__header:before, .cta-widget-outer .slider--single .slider__header:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 4.25rem;
	left: 7.8125rem;
	height: .1875rem;
	content: "";
	background-color: rgba(118, 131, 148, .25);
}

header .slider--single .slider__controls, header .slider--single .slider__count, footer .slider--single .slider__controls, footer .slider--single .slider__count, .cta-sock .slider--single .slider__controls, .cta-sock .slider--single .slider__count, .cta-widget-outer .slider--single .slider__controls, .cta-widget-outer .slider--single .slider__count {
	position: relative;
}

header .slider--single .slider__controls, footer .slider--single .slider__controls, .cta-sock .slider--single .slider__controls, .cta-widget-outer .slider--single .slider__controls {
	padding-right: .75rem;
}

@media print, screen and (min-width: 64em) {
	header .slider--single .slider__controls, footer .slider--single .slider__controls, .cta-sock .slider--single .slider__controls, .cta-widget-outer .slider--single .slider__controls {
		padding-right: 1.125rem;
	}
}

header .slider--single .slider__control, footer .slider--single .slider__control, .cta-sock .slider--single .slider__control, .cta-widget-outer .slider--single .slider__control {
	margin: 0;
	padding: .6875rem 1.5rem;
	border-radius: 0;
}

header .slider--single .slider__control:after, footer .slider--single .slider__control:after, .cta-sock .slider--single .slider__control:after, .cta-widget-outer .slider--single .slider__control:after {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-color: #fff;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

header .slider--single .slider__control:hover:not(:disabled):after, footer .slider--single .slider__control:hover:not(:disabled):after, .cta-sock .slider--single .slider__control:hover:not(:disabled):after, .cta-widget-outer .slider--single .slider__control:hover:not(:disabled):after {
	background-color: #000;
}

header .slider--single .slider__control:focus:not(:disabled):after, footer .slider--single .slider__control:focus:not(:disabled):after, .cta-sock .slider--single .slider__control:focus:not(:disabled):after, .cta-widget-outer .slider--single .slider__control:focus:not(:disabled):after {
	background: #fff;
}

header .slider--single .slider__control--prev, footer .slider--single .slider__control--prev, .cta-sock .slider--single .slider__control--prev, .cta-widget-outer .slider--single .slider__control--prev {
	margin-right: .75rem;
}

header .slider--single .slider__control--prev:after, footer .slider--single .slider__control--prev:after, .cta-sock .slider--single .slider__control--prev:after, .cta-widget-outer .slider--single .slider__control--prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

header .slider--single .slider__control--next:after, footer .slider--single .slider__control--next:after, .cta-sock .slider--single .slider__control--next:after, .cta-widget-outer .slider--single .slider__control--next:after {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

header .slider--single .slider__count, footer .slider--single .slider__count, .cta-sock .slider--single .slider__count, .cta-widget-outer .slider--single .slider__count {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: .5rem;
	font-size: 1.125rem;
	line-height: 1;
}

@media print, screen and (min-width: 64em) {
	header .slider--single .slider__count, footer .slider--single .slider__count, .cta-sock .slider--single .slider__count, .cta-widget-outer .slider--single .slider__count {
		padding-right: .75rem;
	}
}

header .slider--single .slider__count--current, header .slider--single .slider__count--total, footer .slider--single .slider__count--current, footer .slider--single .slider__count--total, .cta-sock .slider--single .slider__count--current, .cta-sock .slider--single .slider__count--total, .cta-widget-outer .slider--single .slider__count--current, .cta-widget-outer .slider--single .slider__count--total {
	font-size: 1.5rem;
}

header .slider--single .slider__count--current, footer .slider--single .slider__count--current, .cta-sock .slider--single .slider__count--current, .cta-widget-outer .slider--single .slider__count--current {
	font-weight: 700;
}

header .glide__slide, footer .glide__slide, .cta-sock .glide__slide, .cta-widget-outer .glide__slide {
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.82, .06, .14, .97);
	transition: opacity .8s cubic-bezier(.82, .06, .14, .97);
}

header .glide__slide--active, footer .glide__slide--active, .cta-sock .glide__slide--active, .cta-widget-outer .glide__slide--active {
	opacity: 1;
}

header .testimonials, footer .testimonials, .cta-sock .testimonials, .cta-widget-outer .testimonials {
	background-color: #fff;
}

header .testimonials .glide__track, footer .testimonials .glide__track, .cta-sock .testimonials .glide__track, .cta-widget-outer .testimonials .glide__track {
	margin-right: 1rem;
	margin-left: -1rem;
}

@media screen and (max-width: 47.99875em) {
	header .testimonials .glide__track, footer .testimonials .glide__track, .cta-sock .testimonials .glide__track, .cta-widget-outer .testimonials .glide__track {
		-webkit-transform: translateX(.5rem);
		transform: translateX(.5rem);
	}
}

header .testimonials .glide__slides, footer .testimonials .glide__slides, .cta-sock .testimonials .glide__slides, .cta-widget-outer .testimonials .glide__slides {
	overflow: visible;
}

header .testimonials .glide__track, footer .testimonials .glide__track, .cta-sock .testimonials .glide__track, .cta-widget-outer .testimonials .glide__track {
	margin-top: -1.875rem;
	padding-top: 1.875rem;
}

header .testimonials .glide__slide, footer .testimonials .glide__slide, .cta-sock .testimonials .glide__slide, .cta-widget-outer .testimonials .glide__slide {
	padding-bottom: 1.875rem;
}

header .testimonial, footer .testimonial, .cta-sock .testimonial, .cta-widget-outer .testimonial {
	padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
	header .testimonial .large-3, footer .testimonial .large-3, .cta-sock .testimonial .large-3, .cta-widget-outer .testimonial .large-3 {
		max-width: 16.25rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial .grid-margin-x > .medium-8, footer .testimonial .grid-margin-x > .medium-8, .cta-sock .testimonial .grid-margin-x > .medium-8, .cta-widget-outer .testimonial .grid-margin-x > .medium-8 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

header .testimonial__statistic, footer .testimonial__statistic, .cta-sock .testimonial__statistic, .cta-widget-outer .testimonial__statistic {
	position: relative;
	width: 15rem;
	height: 15rem;
	background-color: #0c1832;
	z-index: 2;
}

@media print, screen and (min-width: 48em) {
	header .testimonial__statistic, footer .testimonial__statistic, .cta-sock .testimonial__statistic, .cta-widget-outer .testimonial__statistic {
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
}

header .testimonial__statistic span, footer .testimonial__statistic span, .cta-sock .testimonial__statistic span, .cta-widget-outer .testimonial__statistic span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 5.625rem;
	font-weight: 900;
	color: #fff;
}

header .testimonial__statistic:before, footer .testimonial__statistic:before, .cta-sock .testimonial__statistic:before, .cta-widget-outer .testimonial__statistic:before {
	z-index: -1;
}

header .testimonial__description, footer .testimonial__description, .cta-sock .testimonial__description, .cta-widget-outer .testimonial__description {
	font-family: Roboto Slab, serif;
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	margin-top: 2.5rem;
	text-align: center;
}

@media print, screen and (min-width: 64em) {
	header .testimonial__description, footer .testimonial__description, .cta-sock .testimonial__description, .cta-widget-outer .testimonial__description {
		font-size: 2.1875rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial__description, footer .testimonial__description, .cta-sock .testimonial__description, .cta-widget-outer .testimonial__description {
		margin-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .testimonial__description, footer .testimonial__description, .cta-sock .testimonial__description, .cta-widget-outer .testimonial__description {
		margin-top: 3.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial__description, footer .testimonial__description, .cta-sock .testimonial__description, .cta-widget-outer .testimonial__description {
		margin: 0;
		text-align: left;
	}
}

header .testimonial__description blockquote, footer .testimonial__description blockquote, .cta-sock .testimonial__description blockquote, .cta-widget-outer .testimonial__description blockquote {
	margin: 0;
}

header .testimonial__description blockquote:before, footer .testimonial__description blockquote:before, .cta-sock .testimonial__description blockquote:before, .cta-widget-outer .testimonial__description blockquote:before {
	top: -3rem;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ffb500;
}

@media print, screen and (min-width: 48em) {
	header .testimonial__description blockquote:before, footer .testimonial__description blockquote:before, .cta-sock .testimonial__description blockquote:before, .cta-widget-outer .testimonial__description blockquote:before {
		top: -1.875rem;
		left: -5rem;
		-webkit-transform: none;
		transform: none;
	}
}

header .testimonial__description figcaption, footer .testimonial__description figcaption, .cta-sock .testimonial__description figcaption, .cta-widget-outer .testimonial__description figcaption {
	font-style: normal;
}

header .testimonial__attribution, footer .testimonial__attribution, .cta-sock .testimonial__attribution, .cta-widget-outer .testimonial__attribution {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 48em) {
	header .testimonial__attribution, footer .testimonial__attribution, .cta-sock .testimonial__attribution, .cta-widget-outer .testimonial__attribution {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .testimonial__attribution, footer .testimonial__attribution, .cta-sock .testimonial__attribution, .cta-widget-outer .testimonial__attribution {
		margin-top: 1rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial__attribution, footer .testimonial__attribution, .cta-sock .testimonial__attribution, .cta-widget-outer .testimonial__attribution {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial__attribution, footer .testimonial__attribution, .cta-sock .testimonial__attribution, .cta-widget-outer .testimonial__attribution {
		text-align: left;
	}
}

header .testimonial__link, footer .testimonial__link, .cta-sock .testimonial__link, .cta-widget-outer .testimonial__link {
	margin-top: 1.5rem;
	min-height: 4.125rem;
	text-align: center;
}

@media print, screen and (min-width: 48em) {
	header .testimonial__link, footer .testimonial__link, .cta-sock .testimonial__link, .cta-widget-outer .testimonial__link {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .testimonial__link, footer .testimonial__link, .cta-sock .testimonial__link, .cta-widget-outer .testimonial__link {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .testimonial__link, footer .testimonial__link, .cta-sock .testimonial__link, .cta-widget-outer .testimonial__link {
		text-align: left;
	}
}

header .testimonial .btn, header .testimonial p, footer .testimonial .btn, footer .testimonial p, .cta-sock .testimonial .btn, .cta-sock .testimonial p, .cta-widget-outer .testimonial .btn, .cta-widget-outer .testimonial p {
	margin: 0;
}

header .card--news .date, header .card--news p, header .card--news .tags, footer .card--news .date, footer .card--news p, footer .card--news .tags, .cta-sock .card--news .date, .cta-sock .card--news p, .cta-sock .card--news .tags, .cta-widget-outer .card--news .date, .cta-widget-outer .card--news p, .cta-widget-outer .card--news .tags {
	margin-top: 1.5rem;
	display: block;
}

@media print, screen and (min-width: 48em) {
	header .card--news .date, header .card--news p, header .card--news .tags, footer .card--news .date, footer .card--news p, footer .card--news .tags, .cta-sock .card--news .date, .cta-sock .card--news p, .cta-sock .card--news .tags, .cta-widget-outer .card--news .date, .cta-widget-outer .card--news p, .cta-widget-outer .card--news .tags {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--news .date, header .card--news p, header .card--news .tags, footer .card--news .date, footer .card--news p, footer .card--news .tags, .cta-sock .card--news .date, .cta-sock .card--news p, .cta-sock .card--news .tags, .cta-widget-outer .card--news .date, .cta-widget-outer .card--news p, .cta-widget-outer .card--news .tags {
		margin-top: 2rem;
	}
}

header .card--news .date + p, footer .card--news .date + p, .cta-sock .card--news .date + p, .cta-widget-outer .card--news .date + p {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	header .card--news .date + p, footer .card--news .date + p, .cta-sock .card--news .date + p, .cta-widget-outer .card--news .date + p {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--news .date + p, footer .card--news .date + p, .cta-sock .card--news .date + p, .cta-widget-outer .card--news .date + p {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--listing--news, footer .card--listing--news, .cta-sock .card--listing--news, .cta-widget-outer .card--listing--news {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	header .card--listing--news .card__content__inner, footer .card--listing--news .card__content__inner, .cta-sock .card--listing--news .card__content__inner, .cta-widget-outer .card--listing--news .card__content__inner {
		padding: 0 3rem 0 0;
	}
	
	header .card--listing--news .card__media, footer .card--listing--news .card__media, .cta-sock .card--listing--news .card__media, .cta-widget-outer .card--listing--news .card__media {
		width: 25%;
		margin-bottom: 0;
	}
	
	header .card--listing--news .card__content, footer .card--listing--news .card__content, .cta-sock .card--listing--news .card__content, .cta-widget-outer .card--listing--news .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--listing--news img, footer .card--listing--news img, .cta-sock .card--listing--news img, .cta-widget-outer .card--listing--news img {
		display: block;
	}
}

header .grid-container--profile-slider, footer .grid-container--profile-slider, .cta-sock .grid-container--profile-slider, .cta-widget-outer .grid-container--profile-slider {
	position: relative;
}

header .grid-container--profile-slider .card--profile, footer .grid-container--profile-slider .card--profile, .cta-sock .grid-container--profile-slider .card--profile, .cta-widget-outer .grid-container--profile-slider .card--profile {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

header .card--profile h2, header .card--profile h3, footer .card--profile h2, footer .card--profile h3, .cta-sock .card--profile h2, .cta-sock .card--profile h3, .cta-widget-outer .card--profile h2, .cta-widget-outer .card--profile h3 {
	margin: 0;
}

header .card--profile p, header .card--profile .positions, footer .card--profile p, footer .card--profile .positions, .cta-sock .card--profile p, .cta-sock .card--profile .positions, .cta-widget-outer .card--profile p, .cta-widget-outer .card--profile .positions {
	margin-top: 1.5rem;
	display: block;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .card--profile p, header .card--profile .positions, footer .card--profile p, footer .card--profile .positions, .cta-sock .card--profile p, .cta-sock .card--profile .positions, .cta-widget-outer .card--profile p, .cta-widget-outer .card--profile .positions {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--profile p, header .card--profile .positions, footer .card--profile p, footer .card--profile .positions, .cta-sock .card--profile p, .cta-sock .card--profile .positions, .cta-widget-outer .card--profile p, .cta-widget-outer .card--profile .positions {
		margin-top: 1.5rem;
	}
}

header .card--profile .btn, footer .card--profile .btn, .cta-sock .card--profile .btn, .cta-widget-outer .card--profile .btn {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .card--profile .btn, footer .card--profile .btn, .cta-sock .card--profile .btn, .cta-widget-outer .card--profile .btn {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--profile .btn, footer .card--profile .btn, .cta-sock .card--profile .btn, .cta-widget-outer .card--profile .btn {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 48em) {
	header .card--listing--profile, footer .card--listing--profile, .cta-sock .card--listing--profile, .cta-widget-outer .card--listing--profile {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	header .card--listing--profile .card__content__inner, footer .card--listing--profile .card__content__inner, .cta-sock .card--listing--profile .card__content__inner, .cta-widget-outer .card--listing--profile .card__content__inner {
		padding: 0 3rem 0 0;
	}
	
	header .card--listing--profile .card__media, footer .card--listing--profile .card__media, .cta-sock .card--listing--profile .card__media, .cta-widget-outer .card--listing--profile .card__media {
		width: 100%;
		margin-bottom: 0;
	}
	
	header .card--listing--profile .card__content, footer .card--listing--profile .card__content, .cta-sock .card--listing--profile .card__content, .cta-widget-outer .card--listing--profile .card__content {
		width: 100%;
	}
	
	header .card--listing--profile img, footer .card--listing--profile img, .cta-sock .card--listing--profile img, .cta-widget-outer .card--listing--profile img {
		display: block;
	}
}

header .card--story h2, header .card--story h3, footer .card--story h2, footer .card--story h3, .cta-sock .card--story h2, .cta-sock .card--story h3, .cta-widget-outer .card--story h2, .cta-widget-outer .card--story h3 {
	margin: 0;
}

header .card--story .subject-info, header .card--story p, header .card--story .tags, footer .card--story .subject-info, footer .card--story p, footer .card--story .tags, .cta-sock .card--story .subject-info, .cta-sock .card--story p, .cta-sock .card--story .tags, .cta-widget-outer .card--story .subject-info, .cta-widget-outer .card--story p, .cta-widget-outer .card--story .tags {
	margin-top: 1.5rem;
	display: block;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .card--story .subject-info, header .card--story p, header .card--story .tags, footer .card--story .subject-info, footer .card--story p, footer .card--story .tags, .cta-sock .card--story .subject-info, .cta-sock .card--story p, .cta-sock .card--story .tags, .cta-widget-outer .card--story .subject-info, .cta-widget-outer .card--story p, .cta-widget-outer .card--story .tags {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--story .subject-info, header .card--story p, header .card--story .tags, footer .card--story .subject-info, footer .card--story p, footer .card--story .tags, .cta-sock .card--story .subject-info, .cta-sock .card--story p, .cta-sock .card--story .tags, .cta-widget-outer .card--story .subject-info, .cta-widget-outer .card--story p, .cta-widget-outer .card--story .tags {
		margin-top: 1.5rem;
	}
}

header .card--story .btn, footer .card--story .btn, .cta-sock .card--story .btn, .cta-widget-outer .card--story .btn {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
	header .card--story .btn, footer .card--story .btn, .cta-sock .card--story .btn, .cta-widget-outer .card--story .btn {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	header .card--story .btn, footer .card--story .btn, .cta-sock .card--story .btn, .cta-widget-outer .card--story .btn {
		margin-top: 2rem;
	}
}

header .card--story .quote, footer .card--story .quote, .cta-sock .card--story .quote, .cta-widget-outer .card--story .quote {
	font-weight: 500;
	font-style: italic;
}

header .subject-info:not(:first-child), footer .subject-info:not(:first-child), .cta-sock .subject-info:not(:first-child), .cta-widget-outer .subject-info:not(:first-child) {
	margin-top: 3rem;
}

header .subject-info span, footer .subject-info span, .cta-sock .subject-info span, .cta-widget-outer .subject-info span {
	display: block;
}

header .subject-info span:not(:first-child), footer .subject-info span:not(:first-child), .cta-sock .subject-info span:not(:first-child), .cta-widget-outer .subject-info span:not(:first-child) {
	margin-top: 2rem;
}

header .subject-info__name, footer .subject-info__name, .cta-sock .subject-info__name, .cta-widget-outer .subject-info__name {
	font-weight: 600;
}

header .subject-info__meta, footer .subject-info__meta, .cta-sock .subject-info__meta, .cta-widget-outer .subject-info__meta {
	color: #595959;
}

@media print, screen and (min-width: 48em) {
	header .card--listing--story, footer .card--listing--story, .cta-sock .card--listing--story, .cta-widget-outer .card--listing--story {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	header .card--listing--story .card__content__inner, footer .card--listing--story .card__content__inner, .cta-sock .card--listing--story .card__content__inner, .cta-widget-outer .card--listing--story .card__content__inner {
		padding: 0 3rem 0 0;
	}
	
	header .card--listing--story .card__media, footer .card--listing--story .card__media, .cta-sock .card--listing--story .card__media, .cta-widget-outer .card--listing--story .card__media {
		width: 25%;
		margin-bottom: 0;
	}
	
	header .card--listing--story .card__content, footer .card--listing--story .card__content, .cta-sock .card--listing--story .card__content, .cta-widget-outer .card--listing--story .card__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	header .card--listing--story img, footer .card--listing--story img, .cta-sock .card--listing--story img, .cta-widget-outer .card--listing--story img {
		display: block;
	}
}

header .home ~ .scrollToTop, footer .home ~ .scrollToTop, .cta-sock .home ~ .scrollToTop, .cta-widget-outer .home ~ .scrollToTop {
	display: none !important;
}

header .landing-header, footer .landing-header, .cta-sock .landing-header, .cta-widget-outer .landing-header {
	background: #14244a;
	padding-top: 15px;
	padding-bottom: 15px;
}

header .landing-header .grid-container, footer .landing-header .grid-container, .cta-sock .landing-header .grid-container, .cta-widget-outer .landing-header .grid-container {
	max-width: 60rem;
}

@media (max-width: 767px) {
	header .landing-header .grid-container, footer .landing-header .grid-container, .cta-sock .landing-header .grid-container, .cta-widget-outer .landing-header .grid-container {
		max-width: 20.625rem !important;
	}
}

header .landing-footer, footer .landing-footer, .cta-sock .landing-footer, .cta-widget-outer .landing-footer {
	background: #14244a;
	padding-top: 35px;
	padding-bottom: 35px;
}

header .landing-footer .cell, footer .landing-footer .cell, .cta-sock .landing-footer .cell, .cta-widget-outer .landing-footer .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .landing-footer .grid-container, footer .landing-footer .grid-container, .cta-sock .landing-footer .grid-container, .cta-widget-outer .landing-footer .grid-container {
	max-width: 60rem;
}

@media (max-width: 767px) {
	header .landing-footer .grid-container, footer .landing-footer .grid-container, .cta-sock .landing-footer .grid-container, .cta-widget-outer .landing-footer .grid-container {
		max-width: 20.625rem !important;
	}
}

header .landing__copyright, footer .landing__copyright, .cta-sock .landing__copyright, .cta-widget-outer .landing__copyright {
	color: #a2acac !important;
	font-size: 11.44px !important;
	text-align: center;
	line-height: 20px;
}

header .landing .btn-landing, footer .landing .btn-landing, .cta-sock .landing .btn-landing, .cta-widget-outer .landing .btn-landing {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	font-family: "WorkSans-SemiBold" !important;
	font-weight: 600;
	border-radius: 5px;
	border-color: #14244a !important;
	color: #fff !important;
	background: #14244a !important;
	padding: 1rem 1.5rem;
}

header .landing .btn-landing:hover, footer .landing .btn-landing:hover, .cta-sock .landing .btn-landing:hover, .cta-widget-outer .landing .btn-landing:hover {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	font-family: "WorkSans-SemiBold" !important;
	font-weight: 600;
	border-radius: 5px;
	border-color: #ffb500 !important;
	color: #14244a !important;
	background: #ffb500 !important;
	padding: 1rem 1.5rem;
}

header .landing .hero-section, footer .landing .hero-section, .cta-sock .landing .hero-section, .cta-widget-outer .landing .hero-section {
	position: relative;
	width: 100%;
	min-height: 21.5625rem;
	max-height: 40.3125rem;
	overflow: hidden;
}

header .landing .hero-section .hero-media img, footer .landing .hero-section .hero-media img, .cta-sock .landing .hero-section .hero-media img, .cta-widget-outer .landing .hero-section .hero-media img {
	width: 100%;
	height: 100vw;
	min-height: 21.5625rem;
	max-height: 40.3125rem;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

header .landing .hero-section .hero-overlay, footer .landing .hero-section .hero-overlay, .cta-sock .landing .hero-section .hero-overlay, .cta-widget-outer .landing .hero-section .hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .3);
}

header .landing .hero-section .hero-content, footer .landing .hero-section .hero-content, .cta-sock .landing .hero-section .hero-content, .cta-widget-outer .landing .hero-section .hero-content {
	position: absolute;
	inset: 0;
}

header .landing .hero-section .hero-content .grid-container, header .landing .hero-section .hero-content .content, footer .landing .hero-section .hero-content .grid-container, footer .landing .hero-section .hero-content .content, .cta-sock .landing .hero-section .hero-content .grid-container, .cta-sock .landing .hero-section .hero-content .content, .cta-widget-outer .landing .hero-section .hero-content .grid-container, .cta-widget-outer .landing .hero-section .hero-content .content {
	height: 100%;
}

header .landing .hero-section .hero-content .hero-small, header .landing .hero-section .hero-content .hero-title, footer .landing .hero-section .hero-content .hero-small, footer .landing .hero-section .hero-content .hero-title, .cta-sock .landing .hero-section .hero-content .hero-small, .cta-sock .landing .hero-section .hero-content .hero-title, .cta-widget-outer .landing .hero-section .hero-content .hero-small, .cta-widget-outer .landing .hero-section .hero-content .hero-title {
	font-family: "WorkSans-Bold";
	font-weight: 700;
	color: #14244a;
}

header .landing .hero-section .hero-content .hero-small, footer .landing .hero-section .hero-content .hero-small, .cta-sock .landing .hero-section .hero-content .hero-small, .cta-widget-outer .landing .hero-section .hero-content .hero-small {
	font-size: 18px;
	line-height: 12px;
}

header .landing .hero-section .hero-content .hero-title, footer .landing .hero-section .hero-content .hero-title, .cta-sock .landing .hero-section .hero-content .hero-title, .cta-widget-outer .landing .hero-section .hero-content .hero-title {
	font-size: 72px;
	line-height: 85px;
	letter-spacing: -3px;
	margin-bottom: 40px;
}

header .landing .hero-section .hero-content .yellow-line, footer .landing .hero-section .hero-content .yellow-line, .cta-sock .landing .hero-section .hero-content .yellow-line, .cta-widget-outer .landing .hero-section .hero-content .yellow-line {
	background: #face45;
	width: 99px;
	height: 3px;
	margin: 10px 0 12px;
}

header .landing .hero-section .grid-container, footer .landing .hero-section .grid-container, .cta-sock .landing .hero-section .grid-container, .cta-widget-outer .landing .hero-section .grid-container {
	max-width: 55rem;
}

@media (max-width: 767px) {
	header .landing .hero-section .grid-container, footer .landing .hero-section .grid-container, .cta-sock .landing .hero-section .grid-container, .cta-widget-outer .landing .hero-section .grid-container {
		max-width: 20rem !important;
	}
	
	header .landing .hero-section .hero-title, footer .landing .hero-section .hero-title, .cta-sock .landing .hero-section .hero-title, .cta-widget-outer .landing .hero-section .hero-title {
		font-size: 45px !important;
		line-height: 52px !important;
		margin-bottom: 30px !important;
	}
}

header .landing .main-section .heading .title, footer .landing .main-section .heading .title, .cta-sock .landing .main-section .heading .title, .cta-widget-outer .landing .main-section .heading .title {
	font-family: "WorkSans" !important;
	color: #14244a;
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 35px;
}

header .landing .main-section .subtitle, footer .landing .main-section .subtitle, .cta-sock .landing .main-section .subtitle, .cta-widget-outer .landing .main-section .subtitle {
	font-family: "WorkSans-Bold" !important;
	color: #14244a;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 1.125rem;
}

header .landing .main-section .content, footer .landing .main-section .content, .cta-sock .landing .main-section .content, .cta-widget-outer .landing .main-section .content {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .main-section .content p, footer .landing .main-section .content p, .cta-sock .landing .main-section .content p, .cta-widget-outer .landing .main-section .content p {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .main-section .content p:last-child, footer .landing .main-section .content p:last-child, .cta-sock .landing .main-section .content p:last-child, .cta-widget-outer .landing .main-section .content p:last-child {
	margin-bottom: 0 !important;
}

header .landing .main-section .content ul, footer .landing .main-section .content ul, .cta-sock .landing .main-section .content ul, .cta-widget-outer .landing .main-section .content ul {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	list-style-type: disc;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	margin-left: 16px;
	margin-top: 18px;
}

header .landing .main-section ul li, footer .landing .main-section ul li, .cta-sock .landing .main-section ul li, .cta-widget-outer .landing .main-section ul li {
	font-family: "WorkSans-Regular" !important;
}

header .landing .main-section ul li::marker, footer .landing .main-section ul li::marker, .cta-sock .landing .main-section ul li::marker, .cta-widget-outer .landing .main-section ul li::marker {
	color: #102852;
	font-size: .8rem;
}

header .landing .main-section .gray-line, footer .landing .main-section .gray-line, .cta-sock .landing .main-section .gray-line, .cta-widget-outer .landing .main-section .gray-line {
	margin-top: 20px;
	margin-bottom: 10px;
}

header .landing .main-section .right-side .cell:last-child, footer .landing .main-section .right-side .cell:last-child, .cta-sock .landing .main-section .right-side .cell:last-child, .cta-widget-outer .landing .main-section .right-side .cell:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .landing .main-section .image-stack img:first-child, footer .landing .main-section .image-stack img:first-child, .cta-sock .landing .main-section .image-stack img:first-child, .cta-widget-outer .landing .main-section .image-stack img:first-child {
	max-width: 65%;
	-webkit-box-shadow: 15px 15px 0px #ddf7ff;
	box-shadow: 15px 15px 0px #ddf7ff;
}

header .landing .main-section .image-stack img:last-child, footer .landing .main-section .image-stack img:last-child, .cta-sock .landing .main-section .image-stack img:last-child, .cta-widget-outer .landing .main-section .image-stack img:last-child {
	max-width: 70%;
	-webkit-box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
	box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
	margin-top: -15%;
	margin-left: 25%;
}

header .landing .main-section ul li, footer .landing .main-section ul li, .cta-sock .landing .main-section ul li, .cta-widget-outer .landing .main-section ul li {
	margin-bottom: 10px;
}

header .landing .main-section ul li:last-child, footer .landing .main-section ul li:last-child, .cta-sock .landing .main-section ul li:last-child, .cta-widget-outer .landing .main-section ul li:last-child {
	margin-bottom: 0 !important;
}

header .landing .main-section .gray-line, footer .landing .main-section .gray-line, .cta-sock .landing .main-section .gray-line, .cta-widget-outer .landing .main-section .gray-line {
	background: #808080;
	border-width: 1px;
	border-color: #808080;
	border-radius: 0px;
	height: 2px;
}

header .landing .main-section .info-box, footer .landing .main-section .info-box, .cta-sock .landing .main-section .info-box, .cta-widget-outer .landing .main-section .info-box {
	background: #eef6fa;
	padding: 20px 55px 20px 30px;
	max-width: 22.8125rem;
}

header .landing .main-section .info-box .description a, header .landing .main-section .info-box .description a:hover, footer .landing .main-section .info-box .description a, footer .landing .main-section .info-box .description a:hover, .cta-sock .landing .main-section .info-box .description a, .cta-sock .landing .main-section .info-box .description a:hover, .cta-widget-outer .landing .main-section .info-box .description a, .cta-widget-outer .landing .main-section .info-box .description a:hover {
	text-decoration: underline !important;
}

header .landing .main-section .info-box .description a:hover, footer .landing .main-section .info-box .description a:hover, .cta-sock .landing .main-section .info-box .description a:hover, .cta-widget-outer .landing .main-section .info-box .description a:hover {
	color: #9ed3f3 !important;
}

header .landing .main-section .description, header .landing .main-section .learn, footer .landing .main-section .description, footer .landing .main-section .learn, .cta-sock .landing .main-section .description, .cta-sock .landing .main-section .learn, .cta-widget-outer .landing .main-section .description, .cta-widget-outer .landing .main-section .learn {
	max-width: 22.8125rem;
}

header .landing .main-section .right-side .cell:last-child, footer .landing .main-section .right-side .cell:last-child, .cta-sock .landing .main-section .right-side .cell:last-child, .cta-widget-outer .landing .main-section .right-side .cell:last-child {
	padding-top: 55px;
}

header .landing .main-section .link, footer .landing .main-section .link, .cta-sock .landing .main-section .link, .cta-widget-outer .landing .main-section .link {
	margin-top: 40px;
}

header .landing .main-section .grid-container, footer .landing .main-section .grid-container, .cta-sock .landing .main-section .grid-container, .cta-widget-outer .landing .main-section .grid-container {
	max-width: 55rem;
}

@media (max-width: 767px) {
	header .landing .main-section .grid-container, footer .landing .main-section .grid-container, .cta-sock .landing .main-section .grid-container, .cta-widget-outer .landing .main-section .grid-container {
		max-width: 20rem !important;
	}
	
	header .landing .main-section .cell, footer .landing .main-section .cell, .cta-sock .landing .main-section .cell, .cta-widget-outer .landing .main-section .cell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	header .landing .main-section .order-desc, footer .landing .main-section .order-desc, .cta-sock .landing .main-section .order-desc, .cta-widget-outer .landing .main-section .order-desc {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	
	header .landing .main-section .order-image, footer .landing .main-section .order-image, .cta-sock .landing .main-section .order-image, .cta-widget-outer .landing .main-section .order-image {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	
	header .landing .main-section .image-stack img:first-child, footer .landing .main-section .image-stack img:first-child, .cta-sock .landing .main-section .image-stack img:first-child, .cta-widget-outer .landing .main-section .image-stack img:first-child {
		max-width: 80% !important;
	}
	
	header .landing .main-section .image-stack img:last-child, footer .landing .main-section .image-stack img:last-child, .cta-sock .landing .main-section .image-stack img:last-child, .cta-widget-outer .landing .main-section .image-stack img:last-child {
		max-width: 85% !important;
		margin-left: 15% !important;
	}
	
	header .landing .main-section .heading, footer .landing .main-section .heading, .cta-sock .landing .main-section .heading, .cta-widget-outer .landing .main-section .heading {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	header .landing .main-section .right-side .cell:last-child, footer .landing .main-section .right-side .cell:last-child, .cta-sock .landing .main-section .right-side .cell:last-child, .cta-widget-outer .landing .main-section .right-side .cell:last-child {
		padding-top: 0 !important;
	}
	
	header .landing .main-section .heading .title, footer .landing .main-section .heading .title, .cta-sock .landing .main-section .heading .title, .cta-widget-outer .landing .main-section .heading .title {
		font-size: 25px !important;
	}
	
	header .landing .main-section .content .image-stack, footer .landing .main-section .content .image-stack, .cta-sock .landing .main-section .content .image-stack, .cta-widget-outer .landing .main-section .content .image-stack {
		margin-bottom: 35px !important;
	}
	
	header .landing .main-section .info-box, footer .landing .main-section .info-box, .cta-sock .landing .main-section .info-box, .cta-widget-outer .landing .main-section .info-box {
		margin-top: 30px !important;
		margin-left: -35px !important;
		margin-right: -35px !important;
	}
	
	header .landing .main-section .link, footer .landing .main-section .link, .cta-sock .landing .main-section .link, .cta-widget-outer .landing .main-section .link {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-left: -35px !important;
		margin-right: -35px !important;
	}
}

header .landing .stats-section, footer .landing .stats-section, .cta-sock .landing .stats-section, .cta-widget-outer .landing .stats-section {
	background: #eef6fa;
}

header .landing .stats-section .cell, footer .landing .stats-section .cell, .cta-sock .landing .stats-section .cell, .cta-widget-outer .landing .stats-section .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .landing .stats-section .stat-number, footer .landing .stats-section .stat-number, .cta-sock .landing .stats-section .stat-number, .cta-widget-outer .landing .stats-section .stat-number {
	font-family: "WorkSans" !important;
	color: #14244a;
	font-weight: 900;
	font-size: 82px;
	line-height: 82px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 20px;
}

header .landing .stats-section .stat-title, footer .landing .stats-section .stat-title, .cta-sock .landing .stats-section .stat-title, .cta-widget-outer .landing .stats-section .stat-title {
	font-family: "WorkSans-SemiBold" !important;
	color: #14244a;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 10px;
}

header .landing .stats-section .stat-desc, footer .landing .stats-section .stat-desc, .cta-sock .landing .stats-section .stat-desc, .cta-widget-outer .landing .stats-section .stat-desc {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	padding-right: 5px;
}

header .landing .stats-section .grid-container, footer .landing .stats-section .grid-container, .cta-sock .landing .stats-section .grid-container, .cta-widget-outer .landing .stats-section .grid-container {
	max-width: 55rem;
}

@media (max-width: 767px) {
	header .landing .stats-section .grid-container, footer .landing .stats-section .grid-container, .cta-sock .landing .stats-section .grid-container, .cta-widget-outer .landing .stats-section .grid-container {
		max-width: 18.75rem !important;
	}
	
	header .landing .stats-section .stat-number, footer .landing .stats-section .stat-number, .cta-sock .landing .stats-section .stat-number, .cta-widget-outer .landing .stats-section .stat-number {
		font-size: 55px !important;
		line-height: 55px !important;
		margin-bottom: 10px !important;
		margin-top: 50px !important;
	}
}

header .landing .why-section .heading .title, footer .landing .why-section .heading .title, .cta-sock .landing .why-section .heading .title, .cta-widget-outer .landing .why-section .heading .title {
	font-family: "WorkSans" !important;
	color: #14244a;
	font-weight: 900;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0;
	horiz-align: center;
	vertical-align: middle;
	margin-bottom: 40px;
	text-align: center;
}

header .landing .why-section img, footer .landing .why-section img, .cta-sock .landing .why-section img, .cta-widget-outer .landing .why-section img {
	-webkit-box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
	box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
}

header .landing .why-section .subheading .title, footer .landing .why-section .subheading .title, .cta-sock .landing .why-section .subheading .title, .cta-widget-outer .landing .why-section .subheading .title {
	font-family: "WorkSans-Bold" !important;
	color: #14244a;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 20px;
}

header .landing .why-section .subtitle, footer .landing .why-section .subtitle, .cta-sock .landing .why-section .subtitle, .cta-widget-outer .landing .why-section .subtitle {
	font-family: "WorkSans-Bold" !important;
	color: #14244a;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-top: 20px;
}

header .landing .why-section .content, footer .landing .why-section .content, .cta-sock .landing .why-section .content, .cta-widget-outer .landing .why-section .content {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto 30px;
	max-width: 25rem;
}

header .landing .why-section .content p, footer .landing .why-section .content p, .cta-sock .landing .why-section .content p, .cta-widget-outer .landing .why-section .content p {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

header .landing .why-section .why-cta, footer .landing .why-section .why-cta, .cta-sock .landing .why-section .why-cta, .cta-widget-outer .landing .why-section .why-cta {
	text-align: center;
	margin-top: 45px;
}

header .landing .why-section ul li, footer .landing .why-section ul li, .cta-sock .landing .why-section ul li, .cta-widget-outer .landing .why-section ul li {
	font-family: "WorkSans-Regular" !important;
}

header .landing .why-section ul li::marker, footer .landing .why-section ul li::marker, .cta-sock .landing .why-section ul li::marker, .cta-widget-outer .landing .why-section ul li::marker {
	content: "✓ ";
	color: #102852;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
}

header .landing .why-section ul li:last-child, footer .landing .why-section ul li:last-child, .cta-sock .landing .why-section ul li:last-child, .cta-widget-outer .landing .why-section ul li:last-child {
	margin-bottom: 0 !important;
}

header .landing .why-section .content ul, footer .landing .why-section .content ul, .cta-sock .landing .why-section .content ul, .cta-widget-outer .landing .why-section .content ul {
	color: #14244a;
	list-style-type: disc;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	margin-left: 15px;
}

header .landing .why-section .cell, footer .landing .why-section .cell, .cta-sock .landing .why-section .cell, .cta-widget-outer .landing .why-section .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .landing .why-section .grid-container, footer .landing .why-section .grid-container, .cta-sock .landing .why-section .grid-container, .cta-widget-outer .landing .why-section .grid-container {
	max-width: 55rem;
}

@media (max-width: 767px) {
	header .landing .why-section .grid-container, footer .landing .why-section .grid-container, .cta-sock .landing .why-section .grid-container, .cta-widget-outer .landing .why-section .grid-container {
		max-width: 20rem !important;
	}
	
	header .landing .why-section .subheading, footer .landing .why-section .subheading, .cta-sock .landing .why-section .subheading, .cta-widget-outer .landing .why-section .subheading {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	header .landing .why-section .why-cta, footer .landing .why-section .why-cta, .cta-sock .landing .why-section .why-cta, .cta-widget-outer .landing .why-section .why-cta {
		margin-top: 0 !important;
	}
	
	header .landing .why-section .order-desc, footer .landing .why-section .order-desc, .cta-sock .landing .why-section .order-desc, .cta-widget-outer .landing .why-section .order-desc {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	
	header .landing .why-section .order-image, footer .landing .why-section .order-image, .cta-sock .landing .why-section .order-image, .cta-widget-outer .landing .why-section .order-image {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	
	header .landing .why-section .heading, footer .landing .why-section .heading, .cta-sock .landing .why-section .heading, .cta-widget-outer .landing .why-section .heading {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	header .landing .why-section .heading .title, footer .landing .why-section .heading .title, .cta-sock .landing .why-section .heading .title, .cta-widget-outer .landing .why-section .heading .title {
		font-size: 30px !important;
		line-height: 30px !important;
		margin-bottom: 20px !important;
		margin-top: 10px !important;
	}
	
	header .landing .why-section .image, footer .landing .why-section .image, .cta-sock .landing .why-section .image, .cta-widget-outer .landing .why-section .image {
		margin-bottom: 20px !important;
	}
}

header .landing .testimonial-section, footer .landing .testimonial-section, .cta-sock .landing .testimonial-section, .cta-widget-outer .landing .testimonial-section {
	background: #95d3f6;
}

header .landing .testimonial-section img, footer .landing .testimonial-section img, .cta-sock .landing .testimonial-section img, .cta-widget-outer .landing .testimonial-section img {
	-webkit-box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
	box-shadow: 15px 15px 0px rgba(20, 36, 74, 1);
}

header .landing .testimonial-section .image, footer .landing .testimonial-section .image, .cta-sock .landing .testimonial-section .image, .cta-widget-outer .landing .testimonial-section .image {
	max-width: 24.0625rem;
}

header .landing .testimonial-section .description, footer .landing .testimonial-section .description, .cta-sock .landing .testimonial-section .description, .cta-widget-outer .landing .testimonial-section .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	max-width: 24.0625rem;
	margin-left: 30px;
}

header .landing .testimonial-section .content .cell, footer .landing .testimonial-section .content .cell, .cta-sock .landing .testimonial-section .content .cell, .cta-widget-outer .landing .testimonial-section .content .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .landing .testimonial-section .content .cell:last-child, footer .landing .testimonial-section .content .cell:last-child, .cta-sock .landing .testimonial-section .content .cell:last-child, .cta-widget-outer .landing .testimonial-section .content .cell:last-child {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .landing .testimonial-section .role, footer .landing .testimonial-section .role, .cta-sock .landing .testimonial-section .role, .cta-widget-outer .landing .testimonial-section .role {
	font-family: "WorkSans-SemiBold" !important;
	color: #0b1834;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	vertical-align: middle;
	margin-bottom: 12px;
}

header .landing .testimonial-section .title, footer .landing .testimonial-section .title, .cta-sock .landing .testimonial-section .title, .cta-widget-outer .landing .testimonial-section .title {
	font-family: "WorkSans-SemiBold" !important;
	color: #14244a;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-bottom: 15px;
}

header .landing .testimonial-section .message p, footer .landing .testimonial-section .message p, .cta-sock .landing .testimonial-section .message p, .cta-widget-outer .landing .testimonial-section .message p {
	font-family: "WorkSans-Regular" !important;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .testimonial-section .stamp, footer .landing .testimonial-section .stamp, .cta-sock .landing .testimonial-section .stamp, .cta-widget-outer .landing .testimonial-section .stamp {
	font-family: "WorkSans-SemiBold" !important;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-top: 15px;
}

header .landing .testimonial-section .grid-container, footer .landing .testimonial-section .grid-container, .cta-sock .landing .testimonial-section .grid-container, .cta-widget-outer .landing .testimonial-section .grid-container {
	max-width: 50rem;
}

@media (max-width: 767px) {
	header .landing .testimonial-section .description, footer .landing .testimonial-section .description, .cta-sock .landing .testimonial-section .description, .cta-widget-outer .landing .testimonial-section .description {
		margin-top: 50px !important;
		margin-left: 0 !important;
	}
	
	header .landing .testimonial-section .grid-container, footer .landing .testimonial-section .grid-container, .cta-sock .landing .testimonial-section .grid-container, .cta-widget-outer .landing .testimonial-section .grid-container {
		max-width: 21.875rem !important;
	}
}

header .landing .contact-section .heading, footer .landing .contact-section .heading, .cta-sock .landing .contact-section .heading, .cta-widget-outer .landing .contact-section .heading {
	font-family: "WorkSans-SemiBold" !important;
	color: #14244a;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .contact-section .subTitle1, header .landing .contact-section .subTitle2, footer .landing .contact-section .subTitle1, footer .landing .contact-section .subTitle2, .cta-sock .landing .contact-section .subTitle1, .cta-sock .landing .contact-section .subTitle2, .cta-widget-outer .landing .contact-section .subTitle1, .cta-widget-outer .landing .contact-section .subTitle2 {
	font-family: "WorkSans-Bold" !important;
	color: #14244a;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	margin-top: 15px;
}

header .landing .contact-section .address, footer .landing .contact-section .address, .cta-sock .landing .contact-section .address, .cta-widget-outer .landing .contact-section .address {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .contact-section .accreditation a, header .landing .contact-section .accreditation a:hover, header .landing .contact-section .address a, header .landing .contact-section .address a:hover, footer .landing .contact-section .accreditation a, footer .landing .contact-section .accreditation a:hover, footer .landing .contact-section .address a, footer .landing .contact-section .address a:hover, .cta-sock .landing .contact-section .accreditation a, .cta-sock .landing .contact-section .accreditation a:hover, .cta-sock .landing .contact-section .address a, .cta-sock .landing .contact-section .address a:hover, .cta-widget-outer .landing .contact-section .accreditation a, .cta-widget-outer .landing .contact-section .accreditation a:hover, .cta-widget-outer .landing .contact-section .address a, .cta-widget-outer .landing .contact-section .address a:hover {
	text-decoration: underline !important;
}

header .landing .contact-section .accreditation a:hover, header .landing .contact-section .address a:hover, footer .landing .contact-section .accreditation a:hover, footer .landing .contact-section .address a:hover, .cta-sock .landing .contact-section .accreditation a:hover, .cta-sock .landing .contact-section .address a:hover, .cta-widget-outer .landing .contact-section .accreditation a:hover, .cta-widget-outer .landing .contact-section .address a:hover {
	color: #9ed3f3 !important;
}

header .landing .contact-section .accreditation p, footer .landing .contact-section .accreditation p, .cta-sock .landing .contact-section .accreditation p, .cta-widget-outer .landing .contact-section .accreditation p {
	font-family: "WorkSans-Regular" !important;
	color: #14244a;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
}

header .landing .contact-section .link, footer .landing .contact-section .link, .cta-sock .landing .contact-section .link, .cta-widget-outer .landing .contact-section .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

header .landing .contact-section .grid-container, footer .landing .contact-section .grid-container, .cta-sock .landing .contact-section .grid-container, .cta-widget-outer .landing .contact-section .grid-container {
	max-width: 51rem !important;
}

@media (max-width: 767px) {
	header .landing .contact-section .grid-container, footer .landing .contact-section .grid-container, .cta-sock .landing .contact-section .grid-container, .cta-widget-outer .landing .contact-section .grid-container {
		max-width: 21.875rem !important;
	}
	
	header .landing .contact-section .link, footer .landing .contact-section .link, .cta-sock .landing .contact-section .link, .cta-widget-outer .landing .contact-section .link {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		margin-bottom: 20px !important;
	}
}

header .print-only, footer .print-only, .cta-sock .print-only, .cta-widget-outer .print-only {
	display: none !important;
}

@media print {
	@page {}
	
	header *, footer *, .cta-sock *, .cta-widget-outer * {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	header a[href]:after, footer a[href]:after, .cta-sock a[href]:after, .cta-widget-outer a[href]:after {
		content: " (" attr(href) ")";
	}
	
	header abbr[title]:after, footer abbr[title]:after, .cta-sock abbr[title]:after, .cta-widget-outer abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	header .ir a:after, header a[href^='javascript:']:after, header a[href^='#']:after, footer .ir a:after, footer a[href^='javascript:']:after, footer a[href^='#']:after, .cta-sock .ir a:after, .cta-sock a[href^='javascript:']:after, .cta-sock a[href^='#']:after, .cta-widget-outer .ir a:after, .cta-widget-outer a[href^='javascript:']:after, .cta-widget-outer a[href^='#']:after {
		content: "";
	}
	
	header a[href]:after, footer a[href]:after, .cta-sock a[href]:after, .cta-widget-outer a[href]:after {
		display: none;
	}
	
	header a, header a:visited, footer a, footer a:visited, .cta-sock a, .cta-sock a:visited, .cta-widget-outer a, .cta-widget-outer a:visited {
		text-decoration: underline;
	}
	
	header pre, header blockquote, footer pre, footer blockquote, .cta-sock pre, .cta-sock blockquote, .cta-widget-outer pre, .cta-widget-outer blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	header thead, footer thead, .cta-sock thead, .cta-widget-outer thead {
		display: table-header-group;
	}
	
	header tr, header img, footer tr, footer img, .cta-sock tr, .cta-sock img, .cta-widget-outer tr, .cta-widget-outer img {
		page-break-inside: avoid;
	}
	
	header img, footer img, .cta-sock img, .cta-widget-outer img {
		max-width: 100% !important;
	}
	
	header p, header h2, header h3, footer p, footer h2, footer h3, .cta-sock p, .cta-sock h2, .cta-sock h3, .cta-widget-outer p, .cta-widget-outer h2, .cta-widget-outer h3 {
		orphans: 3;
		widows: 3;
	}
	
	header h2, header h3, footer h2, footer h3, .cta-sock h2, .cta-sock h3, .cta-widget-outer h2, .cta-widget-outer h3 {
		page-break-after: avoid;
	}
	
	header .hide-on-print, footer .hide-on-print, .cta-sock .hide-on-print, .cta-widget-outer .hide-on-print {
		display: none !important;
	}
	
	header .print-only, footer .print-only, .cta-sock .print-only, .cta-widget-outer .print-only {
		display: block !important;
	}
	
	header .hide-for-print, footer .hide-for-print, .cta-sock .hide-for-print, .cta-widget-outer .hide-for-print {
		display: none !important;
	}
	
	header .show-for-print, footer .show-for-print, .cta-sock .show-for-print, .cta-widget-outer .show-for-print {
		display: inherit !important;
	}
}

.link-arrow:after, .arrow-link:after {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-color: #ffb500;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.link-arrow--orange {
	position: relative;
	padding-left: 1.3125rem;
	font-weight: 700;
}

.link-arrow--orange:before {
	content: "";
	width: .8125rem;
	height: .8125rem;
	background-color: #e14f2d;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.link-arrow--orange:before {
	left: -.5rem;
	top: .5rem;
	margin-left: .5rem;
}

.arrow-link--before:before {
	content: "";
	width: .8125rem;
	height: .8125rem;
	background-color: #ffb500;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.link-arrow--directory {
	position: relative;
}

.link-arrow--directory::before {
	content: "";
	width: .8125rem;
	height: .8125rem;
	background-color: #e14f2d;
	-webkit-clip-path: polygon(60% 50%, 80% 5%, 20% 50%, 80% 95%);
	clip-path: polygon(60% 50%, 80% 5%, 20% 50%, 80% 95%);
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
}

.btn {
	-webkit-transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	border-width: .0625rem;
	border-style: solid;
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	text-decoration: none;
	margin-right: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	margin-left: .4375rem;
	font-size: 1rem;
	padding: .6875rem 1.5rem;
}

.btn:hover, .btn:focus {
	text-decoration: none;
	outline: none;
}

.btn:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.btn:hover {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

.btn:hover:before, .btn:hover:after {
	color: #000;
}

.btn:focus {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

.btn:focus:before, .btn:focus:after {
	color: #000;
}

.btn, .btn:disabled {
	border-color: #0c1832;
	color: #fff;
	background: #0c1832;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
}

.btn:before, .btn:after, .btn:disabled:before, .btn:disabled:after {
	color: #fff;
}

@media print, screen and (min-width: 48em) {
	.btn {
		font-size: 1.25rem;
		padding: 1.0625rem 1.8125rem;
	}
}

.btn--alternate {
	font-size: 1rem;
	padding: .6875rem 1.5rem;
	border-color: #ffb500;
	color: #0c1832;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .25);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .25);
}

.btn--alternate:before, .btn--alternate:after {
	color: #fff;
}

.btn--alternate:hover {
	color: #fff;
	border-color: #0c1832;
	background: #0c1832;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
}

.btn--alternate:hover:before, .btn--alternate:hover:after {
	color: #fff;
}

.btn--alternate:focus {
	color: #fff;
	border-color: #0c1832;
	background: #0c1832;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
}

.btn--alternate:focus:before, .btn--alternate:focus:after {
	color: #000;
}

@media print, screen and (min-width: 48em) {
	.btn--alternate {
		font-size: 1.25rem;
		padding: 1.0625rem 1.8125rem;
	}
}

.btn--xlarge {
	font-size: 1.25rem;
	padding: 1.0625rem 1.8125rem;
}

@media print, screen and (min-width: 64em) {
	.btn--xlarge {
		font-size: 1.5rem;
		padding: 1.25rem .9375rem;
	}
}

.btn--large {
	font-size: 1rem;
	padding: .6875rem 1.5rem;
}

@media print, screen and (min-width: 64em) {
	.btn--large {
		font-size: 1.25rem;
		padding: 1.0625rem 1.8125rem;
	}
}

.btn--small {
	font-size: 1rem;
	padding: .6875rem 1.5rem;
}

.btn--tiny {
	font-size: 1rem;
	padding: .6875rem 1.875rem;
}

.btn--align-right {
	display: table;
	margin-left: auto;
}

.btn--align-center {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.elf-external, .link-external {
	position: relative;
}

.elf-external:after, .link-external:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	display: inline-block;
	padding-left: .25em;
	content: "";
}

a[data-entity-type="media"]:after, [href$='.doc']:after, [href$='.docx']:after, [href$='.pdf']:after, [href$='.ppt']:after, [href$='.pptx']:after, [href$='.xls']:after, [href$='.xlsx']:after, [href$='.zip']:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	display: inline-block;
	padding-left: .25em;
	content: "";
}

.date {
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

.date:before {
	margin-right: .5rem;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.icon-list {
	display: block;
}

.icon-list li:not(:first-child) {
	margin-top: 1.5rem;
}

@media print, screen and (min-width: 48em) {
	.icon-list li:not(:first-child) {
		margin-top: 1.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.icon-list li:not(:first-child) {
		margin-top: 1.5rem;
	}
}

.icon-list li, .icon-list a {
	display: block;
	font-family: "Source Sans Pro", sans-serif;
}

.icon-list li:before, .icon-list a:before {
	margin-right: 2rem;
	font-family: "Font Awesome 5 Pro";
}

.icon-list li.fab:before, .icon-list a.fab:before {
	font-family: "Font Awesome 5 Brands";
}

.icon-list--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon-list--inline li:not(:first-child) {
	margin-top: 0;
}

.icon-list--inline li:not(:last-child) {
	margin-right: 3rem;
}

.icon-list--social-media a {
	font-size: 0;
}

.icon-list--social-media a:before {
	margin: 0;
	font-size: 1.25rem;
}

.intro-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	font-family: Source Sans Pro, sans-serif;
}

@media print, screen and (min-width: 64em) {
	.intro-text {
		font-size: 1.625rem;
	}
}

.modal {
	display: none;
}

.section-heading {
	--accent-color: #0c1832;
	--text-color: #2e312f;
	color: var(--text-color);
}

.section-heading__heading {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 0;
}

.section-heading--line-accent .section-heading__heading {
	position: relative;
	width: 100%;
}

.section-heading--line-accent .section-heading__heading:after {
	margin-bottom: 1.25rem;
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100vw;
	height: 1px;
	margin-left: 2rem;
	content: "";
	-webkit-transition: width 750ms cubic-bezier(.26, -.07, .39, 1), opacity 250ms cubic-bezier(.82, .06, .14, .97);
	transition: width 750ms cubic-bezier(.26, -.07, .39, 1), opacity 250ms cubic-bezier(.82, .06, .14, .97);
	background-color: var(--accent-color);
}

@supports not (--css: variables) {
	.section-heading--line-accent .section-heading__heading:after {
		background-color: #0c1832;
	}
}

.section-heading--line-accent .section-heading__heading.oho-animate--ready:after {
	width: 0;
	-webkit-transition: none;
	transition: none;
	opacity: 0;
}

.section-heading .grid-x {
	position: relative;
	overflow: hidden;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-heading .medium-auto {
	margin-top: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.section-heading .medium-auto {
		position: relative;
		z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.section-heading .medium-auto {
		white-space: nowrap;
	}
}

@supports not (--css: variables) {
	.section-heading {
		color: #2e312f;
	}
}

.section-heading .btn {
	margin-right: 0;
}

.section-heading--pattern .grid-x {
	overflow: visible;
}

.section-heading--pattern h2 {
	position: relative;
}

.section-heading--pattern h2:before {
	content: "";
	position: absolute;
	height: 1.25rem;
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/line-pattern.png");
	width: 100vw;
	left: 0;
	-webkit-transform: translateX(calc(-100% - 5px));
	transform: translateX(calc(-100% - 5px));
	top: 0;
	bottom: 0;
	margin: auto;
}

@media print, screen and (min-width: 64em) {
	.section-heading--pattern h2:before {
		-webkit-transform: translateX(calc(-100% - 10px));
		transform: translateX(calc(-100% - 10px));
	}
}

.alert {
	text-align: center;
}

.alert p {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
}

.site-footer__top {
	padding-top: 2.5rem;
	background-color: #565f6b;
	position: relative;
	color: #fff;
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/line-pattern.png");
}

.site-footer__top.nitro-lazy {
	background-image: none !important;
}

@media print, screen and (min-width: 48em) {
	.site-footer__top {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.site-footer__top {
		padding-top: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.site-footer__top {
		padding-bottom: 5rem;
	}
}

.site-footer__top span {
	display: block;
}

.site-footer__top li {
	list-style: none;
}

.site-footer .icon-block {
	position: relative;
	padding-left: 2.5rem;
}

.site-footer .icon-block:before, .site-footer .icon-block i {
	position: absolute;
	left: 0;
	top: 0;
	color: #9ed3f3;
	font-weight: 600;
	font-size: 1.25rem;
}

.site-footer .icon-block:hover i {
	text-decoration: underline;
}

.site-footer .icon-block a {
	color: #fff;
	text-decoration: underline;
}

.site-footer .icon-block a:hover, .site-footer .icon-block a:focus {
	text-decoration: none;
}

.site-footer .icon-block--location:before {
	font-family: "Font Awesome 5 Pro";
	content: "";
	left: .375rem;
}

.site-footer .icon-block--t-stop:before {
	content: "";
	height: 1.6875rem;
	width: 1.6875rem;
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/mbta.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.site-footer .icon-block--phone:before {
	font-family: "Font Awesome 5 Pro";
	content: "";
	left: .25rem;
}

.site-footer .icon-block--social li:not(:last-child) {
	margin-top: .75rem;
}

.site-footer .icon-block--social i {
	font-size: 1.5rem;
}

.site-footer .icon-block--directions:before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-color: #9ed3f3;
	-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
	position: absolute;
	-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8);
	transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.site-footer .icon-block--directions:before {
	left: .25rem;
	top: .3125rem;
}

@media screen and (max-width: 47.99875em) {
	.site-footer__location:not(:first-child) {
		margin-top: 2rem;
	}
}

.site-footer__location:last-child {
	padding-right: 0;
}

@media screen and (max-width: 63.99875em) {
	.site-footer__map {
		margin-top: 2rem;
		padding: 0 !important;
		border-top: .125rem solid #fff;
	}
}

.site-footer__map img {
	display: block;
}

@media print, screen and (min-width: 64em) {
	.site-footer__map img {
		position: absolute;
		left: 0;
		top: 0;
		width: 44vw;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: right center;
		object-position: right center;
	}
}

.site-footer__bottom {
	padding-top: 2.5rem;
	padding-bottom: 2rem;
	background-color: #0c1832;
}

@media print, screen and (min-width: 48em) {
	.site-footer__bottom {
		padding-top: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.site-footer__bottom {
		padding-top: 4rem;
	}
}

@media print, screen and (min-width: 48em) {
	.site-footer__bottom {
		padding-bottom: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	.site-footer__bottom {
		padding-bottom: 3rem;
	}
}

.site-footer__bottom li {
	list-style: none;
}

.site-footer__bottom a {
	color: #fff;
	text-decoration: underline;
}

.site-footer__bottom a:hover, .site-footer__bottom a:focus {
	text-decoration: none;
}

.site-footer__menu li:not(:first-child) {
	margin-top: .75rem;
}

@media print, screen and (min-width: 48em) {
	.site-footer__menu .cell:first-child {
		width: 33.33333%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media screen and (max-width: 47.99875em) {
	.site-footer__menu .cell:first-child {
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media print, screen and (min-width: 48em) {
	.site-footer__menu .cell:nth-child(2) {
		width: 22.22222%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media screen and (max-width: 47.99875em) {
	.site-footer__menu .cell:nth-child(2) {
		width: 50%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media print, screen and (min-width: 48em) {
	.site-footer__menu .cell:last-child {
		width: 44.44444%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

@media screen and (max-width: 47.99875em) {
	.site-footer__menu .cell:last-child {
		margin-top: 2rem;
	}
}

.site-footer__menu .cell:last-child a {
	font-weight: 400;
}

@media screen and (max-width: 47.99875em) {
	.site-footer__social {
		margin-top: 2rem;
	}
}

.site-footer__social a {
	font-weight: 600;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

@media print, screen and (min-width: 48em) {
	.site-footer__social a {
		font-size: 1.125rem;
	}
}

.site-footer__social a:hover, .site-footer__social a:focus {
	text-decoration: underline;
}

.site-footer__copyright p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.125rem;
}

.show-for-sr, .visually-hidden, .element-invisible {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.global-header .show-for-sr {
	color: #fff;
}

.skip-link a:focus {
	position: absolute !important;
	overflow: visible;
	clip: unset;
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	background: #000;
	z-index: 999;
	font-family: "Source Sans Pro", sans-serif;
}

.global-header {
	position: relative;
	z-index: 10;
	height: 4.25rem;
}

@media print, screen and (min-width: 64em) {
	.global-header {
		height: 9.5rem;
		border-top: 2.625rem solid #9ed3f3;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__contact, .global-header__support {
		margin-right: 2.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__contact, .global-header__contact a, .global-header__support, .global-header__support a {
		color: #000;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__contact span, .global-header__support span {
		margin-right: 1rem;
	}
}

.global-header__contact a, .global-header__support a {
	font-weight: 600;
	text-decoration: underline;
}

.global-header__contact a:hover, .global-header__contact a:focus, .global-header__support a:hover, .global-header__support a:focus {
	text-decoration: none;
}

@media screen and (max-width: 63.99875em) {
	.global-header__contact {
		text-align: center;
		margin-top: 2rem;
	}
	
	.global-header__contact span {
		display: block;
	}
	
	.global-header__contact a {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 63.99875em) {
	.global-header__cta {
		margin-top: 1rem;
	}
}

.global-header__cta a {
	height: 2.625rem;
}

@media screen and (max-width: 63.99875em) {
	.global-header__support {
		margin-top: 1rem;
	}
	
	.global-header__support a {
		-webkit-transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
		transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
		transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
		transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
		font-weight: 400;
		font-family: "Source Sans Pro", sans-serif;
		border-width: .0625rem;
		border-style: solid;
		display: inline-block;
		position: relative;
		z-index: 2;
		line-height: 1.1;
		text-decoration: none;
		margin-right: 2rem;
		margin-bottom: 2rem;
		text-align: center;
		-webkit-box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
		box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
		margin-left: .4375rem;
		font-size: 1rem;
		padding: .6875rem 1.5rem;
		border-color: #ffb500;
		color: #0c1832;
		background: #ffb500;
		-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .25);
		box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .25);
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		font-weight: 1.125rem;
		width: 100%;
		font-weight: 600;
	}
	
	.global-header__support a:hover, .global-header__support a:focus {
		text-decoration: none;
		outline: none;
	}
	
	.global-header__support a:disabled {
		opacity: .6;
		cursor: not-allowed;
	}
	
	.global-header__support a:before, .global-header__support a:after {
		color: #fff;
	}
	
	.global-header__support a:hover {
		color: #fff;
		border-color: #0c1832;
		background: #0c1832;
		-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
		box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	}
	
	.global-header__support a:hover:before, .global-header__support a:hover:after {
		color: #fff;
	}
	
	.global-header__support a:focus {
		color: #fff;
		border-color: #0c1832;
		background: #0c1832;
		-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
		box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	}
	
	.global-header__support a:focus:before, .global-header__support a:focus:after {
		color: #000;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__translate {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.global-header__translate .tiny-text {
	font-weight: 600;
	font-size: .75rem;
	text-transform: uppercase;
}

@media screen and (max-width: 63.99875em) {
	.global-header__translate .tiny-text {
		width: 163px;
		margin: auto;
		display: block;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__translate .tiny-text {
		color: #000;
		margin-right: .625rem;
	}
}

.global-header__sticky-container {
	will-change: transform;
	background: #fff;
}

@media print, screen and (min-width: 64em) {
	.global-header__sticky-container {
		background: #0c1832;
	}
}

.global-header__sticky-container > .grid-container {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
	.global-header__sticky-container > .grid-container {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.global-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.global-header li {
	position: relative;
}

.global-header__logo {
	display: block;
	width: 100%;
	max-width: 6.25rem;
	position: relative;
	z-index: 2;
}

.global-header__logo svg {
	fill: #0c1832;
}

@media print, screen and (min-width: 64em) {
	.global-header__logo {
		max-width: 11.875rem;
		height: auto;
	}
	
	.global-header__logo svg {
		fill: #fff;
	}
}

.global-header--beyond-threshold .global-header__sticky-container {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
}

@media print, screen and (min-width: 64em) {
	.global-header--beyond-threshold .global-header__sticky-container .global-header__logo {
		max-width: 7.75rem;
	}
	
	.global-header--beyond-threshold .global-header__sticky-container > .grid-container {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	
	.global-header--beyond-threshold .global-header__sticky-container .global-header__main {
		max-width: 55.9375rem;
	}
	
	.global-header--beyond-threshold .global-header__sticky-container .main-menu > ul > li > a {
		font-size: 1.3125rem;
	}
}

.global-header--beyond-threshold-animate .global-header__sticky-container {
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.global-header--scroll-up .global-header__sticky-container, .global-header--at-bottom .global-header__sticky-container {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.gt_switcher .gt_option {
	position: absolute !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

.gt_switcher .gt_selected {
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

.mobile-menu-button {
	display: none;
}

@media screen and (max-width: 63.99875em) {
	.mobile-menu-button {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display: block;
		width: 4.25rem;
		padding: 0;
		background-color: #fff;
		border: none;
	}
	
	.mobile-menu-button:before {
		content: "";
		-webkit-transition: color 250ms ease-in-out;
		transition: color 250ms ease-in-out;
		color: #0c1832;
		font-family: "Font Awesome 5 Pro";
		font-size: 1.75rem;
		font-weight: 400;
	}
	
	.mobile-menu-open .mobile-menu-button:before {
		content: "";
	}
	
	.mobile-menu-button:hover, .mobile-menu-button:focus {
		background: none;
	}
	
	.mobile-menu-button:hover:before {
		color: #9ed3f3;
	}
	
	.mobile-menu-button:focus:before {
		color: #0c1832;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__main {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media screen and (max-width: 63.99875em) {
	.global-header__main {
		position: absolute;
		z-index: -1;
		top: 4.25rem;
		right: 0;
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
		display: none;
		width: 24rem;
		background-color: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 100px;
		max-height: calc(100vh - 69px);
		overflow-y: auto;
	}
	
	.mobile-menu-open .global-header__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 39.99875em) {
	.global-header__main {
		width: 100%;
	}
}

@media screen and (max-width: 63.99875em) {
	.global-header__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media print, screen and (min-width: 64em) {
	.global-header__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
}

.global-header__bottom {
	position: relative;
	z-index: 1;
	font-size: 1rem;
}

.global-header__bottom a, .global-header__bottom span, .global-header__bottom p {
	font-family: "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 63.99875em) {
	.global-header__bottom {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media screen and (min-width: 64em) {
	.global-header__bottom {
		position: absolute;
		top: -2.625rem;
		left: 0;
		width: 100%;
	}
}

.global-header__bottom .grid-x {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media print, screen and (min-width: 64em) {
	.global-header__bottom .cell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.global-header__bottom .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	font-weight: 600;
}

@media screen and (max-width: 63.99875em) {
	.global-header__bottom .btn {
		width: 100%;
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 63.99875em) {
	.switcher {
		margin-left: auto;
		margin-right: auto;
	}
}

@media print, screen and (min-width: 64em) {
	.switcher .option {
		position: absolute !important;
	}
}

@media screen and (max-width: 63.99875em) {
	.global-header__mobile-shadow {
		position: absolute;
		bottom: 0;
		-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
		height: 1.5625rem;
		left: 0;
		width: 100%;
	}
}

.site-search {
	position: relative;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.site-search .search-block-form {
	position: relative;
	width: 100%;
	padding: .5em;
}

.site-search .search-block-form .form-type-search {
	position: relative;
	z-index: 3;
}

.site-search .search-block-form label {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.site-search .search-block-form input {
	width: 100%;
	margin: 0;
	padding: .5em .5em .5em .5em;
	margin-right: -.0625rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	z-index: 2;
	border-right-color: transparent;
}

.site-search .search-block-form input:focus {
	border-right-color: #41baf2;
}

.site-search .search-block-form input:hover:not(:focus) {
	border-right-color: #0c1832;
}

.site-search .search-block-form input::-webkit-input-placeholder {
	color: #2e312f;
}

.site-search .search-block-form input::-moz-placeholder {
	opacity: 1;
	color: #2e312f;
}

.site-search .search-block-form input:-ms-input-placeholder {
	color: #2e312f;
}

.site-search .search-block-form button {
	margin: 0;
}

.site-search__toggle {
	display: none;
	z-index: auto;
}

@media screen and (max-width: 63.99875em) {
	.site-search .search-block-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1.5rem 1.25rem;
	}
	
	.site-search .search-block-form .form-type-search {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	
	.site-search .search-block-form [type="search"] {
		padding-right: .625rem;
		border-right: 0;
	}
	
	.site-search .search-block-form .form-submit {
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.site-search {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
	}
	
	.site-search .search-block-form {
		width: auto;
		padding: 1em;
		border: .0625rem solid #ebf3f5;
	}
	
	.site-search__toggle {
		display: block;
		margin: 0;
		padding: .2em;
		-webkit-transition: color 250ms ease-in-out;
		transition: color 250ms ease-in-out;
		background-color: transparent;
		height: 100%;
		width: 3.5rem;
		text-align: right;
		border: none;
	}
	
	.site-search__toggle:before {
		content: "";
		-webkit-transition: color 250ms ease-in-out;
		transition: color 250ms ease-in-out;
		color: #ffcb05;
		font-family: "Font Awesome 5 Pro";
		font-size: 1.5em;
		font-weight: 400;
	}
	
	.site-search__toggle:hover {
		background-color: transparent;
	}
	
	.site-search__toggle:hover:before {
		color: #fff;
	}
	
	.site-search__toggle:focus {
		outline: none;
	}
	
	.site-search__toggle:focus:before {
		color: #abcbe7;
	}
	
	.search-panel-open .site-search__toggle:before {
		content: "";
		font-weight: 300;
		font-size: 34px;
	}
	
	.site-search .search-block-form {
		position: absolute;
		z-index: 1;
		top: 100%;
		right: 0;
		display: none;
		background-color: #fff;
	}
	
	.search-panel-open .site-search .search-block-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.site-search .search-block-form input {
		width: 20em;
	}
}

.cta-sock {
	background: #fff;
	position: relative;
}

.cta-sock:after {
	content: "";
	height: 2.5rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url("https://cdn-ildnggh.nitrocdn.com/BonpjiwqugWSrhwsKBlsvKMtxjcTNdFh/assets/images/optimized/rev-7d6de24/quincycollege.edu/wp-content/themes/quincy/assets/img/line-pattern.png");
}

.cta-sock ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-top: 2rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 48em) {
	.cta-sock ul {
		padding-top: 4.5rem;
	}
}

.cta-sock .cta-sock__link {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media print, screen and (min-width: 48em) {
	.cta-sock .cta-sock__link {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		min-width: 18.25rem;
		margin-right: 2.375rem;
	}
}

.cta-sock .cta-sock__link a {
	width: 100%;
	font-size: 1.25rem;
	padding: 1.0625rem 1.8125rem;
	color: #fff;
}

@media print, screen and (min-width: 64em) {
	.cta-sock .cta-sock__link a {
		font-size: 1.5rem;
		padding: 1.25rem .9375rem;
	}
}

.cta-sock .cta-sock__link a:hover, .cta-sock .cta-sock__link a:focus {
	text-decoration: none;
	color: #0c1832;
}

.accessible-menu li {
	position: relative;
}

.accessible-menu .menu-item__button {
	position: absolute;
	border: none;
	background-color: transparent;
}

@media screen and (max-width: 63.99875em) {
	.accessible-menu .menu-item__button {
		position: absolute;
		top: 0;
		right: 0;
		width: 2em;
		height: 2em;
		margin: 0;
		color: transparent;
		padding: 0;
		height: 52px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.accessible-menu .menu-item__button:before {
		content: "";
		width: 1.125rem;
		height: 1.125rem;
		background-color: #0c1832;
		-webkit-clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
		clip-path: polygon(40% 50%, 20% 5%, 80% 50%, 20% 95%);
		position: absolute;
		-webkit-transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		transition: -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		transition: transform .4s cubic-bezier(1, .63, .47, .8);
		transition: transform .4s cubic-bezier(1, .63, .47, .8), -webkit-transform .4s cubic-bezier(1, .63, .47, .8);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.accessible-menu .menu-item__button:hover:before, .accessible-menu .menu-item__button:focus:before {
		background-color: #0c1832;
	}
	
	.accessible-menu .menu-item__button:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media print, screen and (min-width: 64em) {
	.accessible-menu .menu-item__button {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1.5rem;
		height: 1rem;
		-webkit-transition: opacity 250ms ease-in-out;
		transition: opacity 250ms ease-in-out;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		font-size: 0;
	}
	
	.accessible-menu .menu-item__button:before {
		width: 100%;
		content: "";
		color: #fff;
		font-family: "Font Awesome 5 Pro";
		font-size: 16px;
	}
	
	.accessible-menu .menu-item__button:focus {
		opacity: 1;
	}
}

.accessible-menu .menu-item--open > ul {
	display: block;
}

@media screen and (max-width: 63.99875em) {
	.accessible-menu .menu-item--open > .menu-item__button:before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media print, screen and (min-width: 64em) {
	.accessible-menu .menu-item--open > .menu-item__button:before {
		content: "";
	}
}

.audience-menu a, .audience-menu li, .audience-menu span {
	display: block;
}

.audience-menu a, .audience-menu span {
	font-family: "Source Sans Pro", sans-serif;
}

.audience-menu span {
	cursor: default;
}

@media screen and (max-width: 63.99875em) {
	.audience-menu {
		border-top: 1px solid #ddd;
	}
	
	.audience-menu a, .audience-menu span {
		padding: .5em 3em .5em .5em;
		color: #fff;
		font-size: 1.125rem;
		font-weight: 600;
	}
	
	.audience-menu a:hover, .audience-menu span:hover {
		text-decoration: none;
	}
	
	.audience-menu ul ul {
		display: none;
	}
	
	.audience-menu ul ul li + li {
		border-top: 1px solid #262626;
	}
	
	.audience-menu ul ul a {
		color: #2e312f;
		background-color: #ddd;
	}
}

@media print, screen and (min-width: 64em) {
	.audience-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.audience-menu li:hover > a, .audience-menu li:hover > span {
		background-color: #a6a6a6;
	}
	
	.audience-menu li:hover > ul {
		display: block;
	}
	
	.audience-menu a, .audience-menu span {
		padding: .75em 1em;
		color: #0c1832;
		line-height: 1;
	}
	
	.audience-menu a:hover, .audience-menu span:hover {
		text-decoration: none;
	}
	
	.audience-menu ul ul {
		position: absolute;
		z-index: 1;
		right: 0;
		display: none;
		min-width: 10rem;
	}
	
	.audience-menu ul ul li {
		display: block;
		margin: 0;
	}
	
	.audience-menu ul ul a {
		background-color: #a6a6a6;
	}
	
	.audience-menu ul ul a:hover {
		color: #2e312f;
	}
}

.main-menu {
	width: 100%;
}

.main-menu li, .main-menu a {
	display: block;
}

.main-menu a {
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
}

.main-menu a:hover {
	text-decoration: none;
}

.main-menu .current-menu-item > a:after {
	width: 100%;
}

.main-menu .sub-menu .current-menu-item > a {
	text-decoration: underline !important;
}

.main-menu .current-menu-ancestor > a {
	text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
	.main-menu .current-menu-ancestor > a {
		text-decoration: none;
	}
	
	.main-menu .current-menu-ancestor > a:after {
		width: 100%;
	}
}

@media screen and (max-width: 63.99875em) {
	.main-menu ul {
		min-width: 100%;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.main-menu li {
		border-top: 1px solid #ddd;
	}
	
	.main-menu li:last-child {
		border-bottom: 1px solid #ddd;
	}
	
	.main-menu a {
		padding: .84375rem 2.5rem .75rem .53125rem;
	}
	
	.main-menu > ul > li a {
		color: #2e312f;
		font-size: 1.3125rem;
	}
	
	.main-menu > ul > li a:hover, .main-menu > ul > li a:focus {
		color: #0c1832;
	}
	
	.main-menu ul ul {
		display: none;
		background-color: #0c1832;
		padding-top: .5rem;
		padding-bottom: .5rem;
		margin: 0 -20px;
	}
	
	.main-menu ul ul li, .main-menu ul ul li:last-child {
		border: none;
	}
	
	.main-menu ul ul a {
		color: #fff;
		font-size: 1.125rem;
		font-weight: normal;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.main-menu ul ul a:hover, .main-menu ul ul a:focus {
		color: #ffb500;
	}
}

@media print, screen and (min-width: 64em) {
	.main-menu {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.main-menu .menu-item__button {
		z-index: -1;
	}
	
	.main-menu .menu-item__button:focus {
		z-index: 4;
	}
	
	.main-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.main-menu li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	.main-menu li:hover > a {
		color: #fff;
	}
	
	.main-menu li:hover > ul {
		display: block;
	}
	
	.main-menu a {
		display: inline-block;
	}
	
	.main-menu a:focus {
		color: #ffb500;
	}
	
	.main-menu > ul > li {
		padding: 0 .3125rem;
	}
	
	.main-menu > ul > li:hover a:after, .main-menu > ul > li:focus a:after {
		width: 100%;
	}
	
	.main-menu > ul > li > a {
		font-size: 1.375rem;
		padding: .5rem 0;
		text-align: center;
		position: relative;
	}
	
	.main-menu > ul > li > a:after {
		content: "";
		display: block;
		width: 0;
		height: .125rem;
		background: #ffcb05;
		bottom: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transition: width .7s cubic-bezier(.26, -.07, .39, 1);
		transition: width .7s cubic-bezier(.26, -.07, .39, 1);
	}
	
	.main-menu > ul > li > a:focus {
		color: #ffb500;
	}
	
	.main-menu > ul > li > a:focus:after {
		width: 100%;
	}
	
	.main-menu ul > li:nth-last-child(-n+1) > ul {
		right: 0;
	}
	
	.main-menu ul ul {
		position: absolute;
		display: none;
		width: auto;
		min-width: 16rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
		background-color: white;
		border: .0625rem solid #ddd;
		max-height: 75vh;
		overflow-y: auto;
	}
	
	.main-menu ul ul a {
		padding: .5rem 1rem;
		text-align: left;
		color: #2e312f;
		display: block;
		font-weight: 400;
	}
	
	.main-menu ul ul a:hover {
		color: #0c1832;
	}
	
	.main-menu ul ul a:focus {
		color: #ffb500;
	}
}

.menu-item--disabled > a {
	cursor: default;
}

.menu-item--disabled > a button {
	left: 0;
	width: auto;
	padding-right: .625em;
	text-align: right;
	background-color: transparent;
}

.menu-item--overview {
	display: none !important;
}

.menu-item--disabled .menu-item--overview {
	display: block !important;
}

.sidebar-menu {
	border: 1px solid #0c1832;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}

.sidebar-menu h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1;
}

.sidebar-menu h3 a {
	padding: 1em;
}

.sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-menu a {
	position: relative;
	display: block;
	padding: 1em 3rem 1em 1em;
	-webkit-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}

.sidebar-menu a:hover {
	background-color: #a6a6a6;
}

.sidebar-menu__toggle {
	display: none;
}

.sidebar-menu .menu-item__button {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 3.375rem;
	height: 3.375rem;
	margin: 0;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	background-color: #262626;
	line-height: 1.6;
}

.sidebar-menu .menu-item__button:before {
	content: "";
	font-size: 1.5rem;
}

.sidebar-menu .menu-item--active-trail > a {
	background-color: #ddd;
}

@media screen and (max-width: 47.99875em) {
	.sidebar-menu__toggle {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 1em;
		-webkit-transition: color 250ms ease-in-out;
		transition: color 250ms ease-in-out;
		color: #0c1832;
		border: 0;
		background: none;
	}
	
	.sidebar-menu__toggle:after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: .75em;
		content: "";
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Pro";
		font-size: 1.5em;
	}
	
	.sidebar-menu-open .sidebar-menu__toggle:after {
		content: "";
	}
	
	.sidebar-menu__toggle:hover {
		color: black;
		background: none;
	}
	
	.sidebar-menu__container {
		display: none;
	}
}

@media print, screen and (min-width: 48em) {
	.sidebar-menu__container {
		display: block !important;
	}
}

.sidebar-menu .menu-item--expanded > ul {
	display: none;
}

:root:not(.oho-js) .sidebar-menu .menu-item--expanded > ul {
	display: block;
}

.sidebar-menu .menu-item--open > ul {
	display: block;
}

.sidebar-menu .menu-item--open > .menu-item__button:before {
	content: "";
}

.sidebar-menu--border-levels li a {
	border-left-width: 0em;
}

.sidebar-menu--border-levels li li a {
	border-left-width: .25em;
}

.sidebar-menu--border-levels li li li a {
	border-left-width: .5em;
}

.sidebar-menu--border-levels li li li li a {
	border-left-width: .75em;
}

.sidebar-menu--border-levels li a {
	border: 0 solid #0c1832;
}

.sidebar-menu--padding-levels li a {
	padding-left: 1em;
}

.sidebar-menu--padding-levels li li a {
	padding-left: 2em;
}

.sidebar-menu--padding-levels li li li a {
	padding-left: 3em;
}

.sidebar-menu--padding-levels li li li li a {
	padding-left: 4em;
}

.sidebar-menu--ul-levels {
	border: 0;
}

.sidebar-menu--ul-levels ul {
	padding-left: 1em;
	border-left: 1px solid #0c1832;
}

.sidebar-menu--ul-levels a {
	padding-left: 0;
}

.utility-menu a, .utility-menu li {
	display: block;
}

.utility-menu a {
	font-family: "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 63.99875em) {
	.utility-menu {
		border-top: 1px solid #ddd;
	}
	
	.utility-menu ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.utility-menu a {
		padding: .5em;
		text-align: center;
		color: #fff;
		font-weight: 600;
	}
	
	.utility-menu a:hover {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 64em) {
	.utility-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.utility-menu a {
		padding: .75em 1em;
		line-height: 1;
	}
}

.grid-container--breadcrumbs {
	max-width: 1076px;
}

.grid-container--breadcrumbs, .grid-container--breadcrumbs * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#breadcrumbs {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	list-style: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs li:nth-child(n+2):before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding: .666em;
	content: "";
	font-size: .75em;
	color: #ffb500;
}

ul li {
	font-family: "Conv_GOTHIC", "Open Sans", "sans-serif";
}

@media screen and (max-width: 39.99875em) {
	#breadcrumbs li:not(:nth-last-child(2)) {
		display: none;
	}
	
	#breadcrumbs li:nth-last-child(2):before {
		font-family: "Font Awesome 5 Pro";
		content: "";
		color: #ffb500;
		margin-right: .5rem;
	}
}

body .widget_eu_cookie_law_widget {
	-webkit-animation: fadeIn .8s;
	animation: fadeIn .8s;
	border: none;
	bottom: 1em;
	left: 1em;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 1em;
	width: auto;
	z-index: 50001;
}

body #eu-cookie-law {
	border: none;
	color: inherit;
	overflow: auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5rem;
	background-color: #ebf3f5;
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
	font-weight: 600;
}

@media print, screen and (min-width: 48em) {
	body #eu-cookie-law {
		padding: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	body #eu-cookie-law {
		padding: 3.5rem;
	}
}

@media print, screen and (min-width: 64em) {
	body #eu-cookie-law {
		font-size: 1.3125rem;
	}
}

@media screen and (max-width: 47.99875em) {
	body #eu-cookie-law {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

body #eu-cookie-law br {
	display: none;
}

body #eu-cookie-law form {
	position: static;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-bottom: 0;
}

body #eu-cookie-law input[type="submit"] {
	position: relative;
	cursor: pointer;
	margin-top: 1.5rem;
	border: none;
	-webkit-transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	transition: color .5s cubic-bezier(.26, -.07, .39, 1), background .5s cubic-bezier(.26, -.07, .39, 1), border .5s cubic-bezier(.26, -.07, .39, 1), box-shadow .5s cubic-bezier(.26, -.07, .39, 1), -webkit-box-shadow .5s cubic-bezier(.26, -.07, .39, 1);
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	border-width: .0625rem;
	border-style: solid;
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	text-decoration: none;
	margin-right: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	box-shadow: -7px 7px 0px 0 rgba(118, 131, 148, .4);
	margin-left: .4375rem;
	font-size: 1rem;
	padding: .6875rem 1.5rem;
	margin-bottom: 0;
	margin-right: 0;
}

body #eu-cookie-law input[type="submit"]:hover, body #eu-cookie-law input[type="submit"]:focus {
	text-decoration: none;
	outline: none;
}

body #eu-cookie-law input[type="submit"]:disabled {
	opacity: .6;
	cursor: not-allowed;
}

body #eu-cookie-law input[type="submit"]:hover {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

body #eu-cookie-law input[type="submit"]:hover:before, body #eu-cookie-law input[type="submit"]:hover:after {
	color: #000;
}

body #eu-cookie-law input[type="submit"]:focus {
	color: #0c1832;
	border-color: #ffb500;
	background: #ffb500;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
	box-shadow: -7px 7px 0px 0 rgba(255, 181, 0, .4);
}

body #eu-cookie-law input[type="submit"]:focus:before, body #eu-cookie-law input[type="submit"]:focus:after {
	color: #000;
}

body #eu-cookie-law input[type="submit"], body #eu-cookie-law input[type="submit"]:disabled {
	border-color: #0c1832;
	color: #fff;
	background: #0c1832;
	-webkit-box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
	box-shadow: -7px 7px 0px 0 rgba(158, 211, 243, .4);
}

body #eu-cookie-law input[type="submit"]:before, body #eu-cookie-law input[type="submit"]:after, body #eu-cookie-law input[type="submit"]:disabled:before, body #eu-cookie-law input[type="submit"]:disabled:after {
	color: #fff;
}

@media print, screen and (min-width: 48em) {
	body #eu-cookie-law input[type="submit"] {
		font-size: 1.25rem;
		padding: 1.0625rem 1.8125rem;
		float: right;
		margin-left: 3rem;
		margin-top: 0;
	}
}

body #eu-cookie-law input[type="submit"].accept {
	height: auto;
}

.cta-widget-outer:not(:last-child) {
	margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 48em) {
	.cta-widget-outer:not(:last-child) {
		margin-bottom: 3rem;
	}
}

@media print, screen and (min-width: 64em) {
	.cta-widget-outer:not(:last-child) {
		margin-bottom: 3.5rem;
	}
}

#content, #wrapper {
	float: none !important;
}

#content::before, #content::after, #wrapper::before, #wrapper::after {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#content::after, #wrapper::after {
	clear: both;
}

#content {
	margin-top: 2rem;
}

@media print, screen and (min-width: 48em) {
	#content {
		margin-top: 2rem;
	}
}

@media print, screen and (min-width: 64em) {
	#content {
		margin-top: 2.5rem;
	}
}

.site-footer *, .site-footer, .global-header *, .global-header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-footer ul li, .site-footer p, .site-footer span, .global-header ul li, .global-header p, .global-header span {
	font-family: "Source Sans Pro", sans-serif;
}

.left-inner .selection-list.tab-nav {
	display: block !important;
}

@media (max-width: 47.94em) {
	.cta-sock .cta-sock__link a {
		margin-left: 0;
		margin-right: 0;
	}
}
