@charset 'utf-8';

/** >>>>>
 * Basics
 * taken from normalize.css v7.0.0 and sanitize.css v5.0.0, but modified for client
*/

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
	display: block;
}

a {
	background-color: transparent;
	color: #5a4e86;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
	-webkit-text-decoration-skip: objects;
}

a:hover {
		color: #3e365d;
		text-decoration: underline;
	}

.main a {
		font-weight: 600;
	}

b,
strong {
	font-weight: 600;
}

/** >>>>>
 * NOTE: using `medium` font-sizes for old browser fallbacks
 * everything else is according to front end global style guide
*/

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
		color: #991c2d;
	}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
			color: #711824;
		}

h1,
.h1 {
	margin: 0 0 5px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.19;
}

h2,
.h2 {
	margin: 0 0 15px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
}

h3,
.h3 {
	margin: 0 0 6px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.23;
}

h4,
.h4 {
	margin: 0 0 5px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
}

h5,
.h5 {
	margin: 0 0 9px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33;
}

h6,
.h6 {
	margin: 0 0 9px;
	color: inherit;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.38;
}

p {
	margin: 0 0 30px;
}

.intro {
	margin: 0 0 60px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.56;
}

@media (min-width: 700px) and (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 5rem;
		line-height: 1.2;
	}
	h2,
	.h2 {
		font-size: 4rem;
		line-height: 1.15;
	}
	h3,
	.h3 {
		font-size: 3rem;
		line-height: 1.2;
	}
	h4,
	.h4 {
		font-size: 2.6rem;
		line-height: 1.23;
	}
	h5,
	.h5 {
		font-size: 2rem;
		line-height: 1.3;
	}
	h6,
	.h6 {
		font-size: 1.7rem;
		line-height: 1.29;
	}
	.intro {
		margin-bottom: 70px;
		font-size: 2rem;
		line-height: 1.5;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 6.5rem;
		line-height: 1.18;
	}
	h2,
	.h2 {
		font-size: 5rem;
		line-height: 1.12;
	}
	h3,
	.h3 {
		font-size: 4rem;
		line-height: 1.1;
	}
	h4,
	.h4 {
		font-size: 3.2rem;
		line-height: 1.19;
	}
	h5,
	.h5 {
		font-size: 2.6rem;
		line-height: 1.23;
	}
	h6,
	.h6 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.intro {
		margin-bottom: 70px;
		font-size: 2.6rem;
		line-height: 1.54;
	}
}

nav ol,
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	margin: 1em 40px;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	vertical-align: middle;
	fill: currentColor;
}

svg:not(:root) {
		overflow: hidden;
	}

hr {
	overflow: visible;
	height: 0;
	box-sizing: content-box;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input,
optgroup,
select,
textarea {
	font: inherit;
	color: inherit;
}

select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	margin: 0;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-transform: none;
	-webkit-appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

summary {
	display: list-item;
}

[hidden] {
	display: none;
}

q:before,
q:after {
	content: '';
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #979797;
	color: #222;
	border-collapse: collapse;
	border-spacing: 0;
}

table caption {
		margin: 1rem 0;
		padding: 0;
		font: 600 1.6rem/1.75 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align: left;
		text-transform: uppercase;
	}

table tr {
		padding: 10px 15px;
		border-bottom: 1px solid #979797;
	}

table th,
	table td {
		padding: 10px 15px;
	}

table thead {
		background: #f2f3f2;
	}

table th {
		font: 600 1.4rem 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-align: left;
	}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

input,
optgroup,
select,
textarea {
	margin: 0;
	text-transform: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * remove the tapping delay on clickable elements
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Main skip to content link, only visible on focus
 * @accessibility: .skip-to-content
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

a.skip-to-content {
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	text-align: left;
}

a.skip-to-content:active,
	a.skip-to-content:focus,
	a.skip-to-content:hover {
		overflow: visible;
		position: fixed;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		padding: 5px 10px;
		background-color: white;
		z-index: 9999999;
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Layout
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

html {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: white;
	font: 300 10px/1.15 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * NOTE: using `medium` font-sizes for old browser fallbacks
 * everything else is according to front end global style guide
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

body {
	margin: 0;
	background-color: white;
	color: #222;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-size: 1.6rem;
	line-height: 1.59;
	line-height: 1.63;
}

@media (min-width: 700px) and (max-width: 1023px) {

body {
		font-size: 1.7rem;
		line-height: 1.59
}
	}

@media (min-width: 1024px) {

body {
		font-size: 1.9rem;
		line-height: 1.79
}
	}

.no-page-scroll,
.menu-item-open {
	height: 100%;
}

.no-page-scroll body, .menu-item-open body {
		overflow: hidden;
		height: 100%;
	}

.layout {
	position: relative;
	max-width: 1900px;
	min-height: 100vh;
	box-shadow: 0 0 0 3px #f2f3f2;
}

@media (min-width: 700px) {

.layout {
		display: flex
}
	}

.column {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	position: relative;
	width: 100%;
}

.column::before,
	.column::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		pointer-events: none;
		z-index: 0;
	}

.column::before {
		height: 450px;
		background-color: #f2f3f2;
	}

.column::after {
		top: 450px;
		margin-top: -11.25vw;
		padding-top: 11.25vw;
		background: url('../svg/slant-f2f3f2.svg') no-repeat center white;
		background-size: 100% 100%;
	}

@media (min-width: 1900px) {

.column::after {
			margin-top: -214px;
			padding-top: 214px
	}
		}

.hero-page .column {
		background-image: none;
	}

.hero-page .column::before,
		.hero-page .column::after {
			display: none;
		}

@media (min-width: 700px) and (max-width: 1023px) {

.column {
		width: calc(100% - 60px)
}
	}

@media (min-width: 1024px) {

.column {
		width: calc(100% - 80px)
}
	}

.main {
	position: relative;
	max-width: 100vw;
	padding: 55px 15px 50px;
	outline: none;
	z-index: 1;
}

@media (min-width: 700px) and (max-width: 1023px) {

.main { max-width: calc(100vw - 60px); padding: 97px 30px 55px
} }

@media (min-width: 1024px) {

.main { max-width: calc(100vw - 80px); padding: 122px 60px 80px
} }

@media (min-width: 1175px) {

.main { padding-bottom: 0
} }

.block {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.fullwidth {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 700px) and (max-width: 1023px) {

.fullwidth {
		margin-right: -30px;
		margin-left: -30px;
		padding-right: 30px;
		padding-left: 30px
}
	}

@media (min-width: 1024px) {

.fullwidth {
		margin-right: -60px;
		margin-left: -60px;
		padding-right: 60px;
		padding-left: 60px
}
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Hero layout
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.hero {
	margin-top: -92px;
	margin-bottom: 60px;
	background-color: black;
	color: white;
}

.hero .block {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 14px;
	}

.hero img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-family: "object-fit:cover";
		object-fit: cover;
		z-index: 1;
	}

.hero .content {
		position: relative;
		z-index: 3;
	}

.hero .content :last-child {
			margin-bottom: 0;
		}

.hero h1 {
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	}

.hero .intro {
		margin: 0;
	}

.hero::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, transparent 50%);
		z-index: 2;
	}

@media (max-width: 699px) {

.hero {
		display: block;
		height: auto;
		margin-top: -55px;
		padding: 0
}
		.hero .block {
			padding: 0;
		}
		.hero img {
			position: static;
			width: 100%;
			height: 320px;
		}
		.hero .content {
			padding: 0 15px;
			background-color: white;
		}
		.hero h1 {
			position: absolute;
			right: 15px;
			left: 15px;
			margin-top: -15px;
			-webkit-transform: translateY(-100%);
			        transform: translateY(-100%);
		}
		.hero .intro {
			padding-top: 15px;
			color: #222;
		}
	}

@media (min-width: 700px) and (max-width: 1023px) {

.hero {
		margin-top: -97px
}
		.hero .block {
			height: 320px;
			padding-bottom: 20px;
		}
	}

@media (min-width: 1024px) {

.hero {
		margin-top: -122px
}
		.hero .block {
			height: 600px;
			padding-top: 50px;
			padding-bottom: 40px;
		}
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * '.alert' shows at top of page
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.alert {
	position: relative;
	max-width: 1900px;
	margin-top: -55px;
	margin-bottom: 50px;
	background-color: black;
	color: white;
	z-index: 2;
}

.alert .block {
		display: flex;
		flex-wrap: wrap;
		padding: 30px 0;
	}

.alert .block::before {
			content: '';
			display: block;
			flex-basis: 52px;
			width: 52px;
			height: 48px;
			margin: 0 15px 0 0;
			background: url('../svg/alert-icon.svg') no-repeat center transparent;
			background-size: contain;
		}

.alert .inner {
		flex: 1 0 0;
	}

.alert h2 {
		margin: 0 0 12px;
		padding-right: 40px;
		font: 600 3rem/1.07 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.alert .info {
		font: 1.8rem/1.56 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.alert p {
		margin: 0 0 1em;
	}

.alert .buttons {
		flex-basis: 100%;
		margin: 0;
	}

.alert .btn {
		margin: 0 auto;
	}

.alert .close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
		background: url('../svg/icon-close-x-white.svg') no-repeat center transparent;
		background-size: contain;
		border: 0;
		cursor: pointer;
	}

@media (min-width: 700px) and (max-width: 1023px) {
	.alert {
		margin-top: -55px;
		margin-bottom: 55px;
	}
}

@media (min-width: 1024px) {
	.alert {
		margin-top: -80px;
		margin-bottom: 80px;
		font-size: 2.6rem;
		line-height: 1.54;
	}
		.alert .block {
			padding: 50px 0;
		}
			.alert .block::before {
				flex-basis: 113px;
				width: 113px;
				height: 104px;
				margin: 0 30px 0 0;
			}
		.alert h2 {
			padding: 0;
			font-size: 5rem;
			line-height: 1.54;
		}
		.alert .buttons {
			justify-content: flex-start;
		}
		.alert .btn {
			margin: 0 0 0 143px;
		}
		.alert .close {
			top: 30px;
			right: 30px;
			width: 30px;
			height: 30px;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * footer
 * includes logo, social media, links, copyright
 * and back to top
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.footer {
	margin-top: auto;
}

.footer a {
		flex: 0 0 40px;
		color: #991c2d;
	}

.footer a:hover {
			color: #711824;
		}

.footer .logo {
		display: block;
		width: 90px;
		margin: 0 auto 30px;
	}

.footer .logo::before {
			content: '';
			display: block;
			height: 96px;
			background-image: url('../svg/sbcc-logo-footer.svg');
			background-size: contain;
		}

.footer .contact {
		max-width: 540px;
		margin: 0 auto 5px;
		padding: 0 10px;
	}

.footer .contact .group {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			border-bottom: 2px solid #d8d8d8;
		}

.footer .contact .group:first-child {
				border-top: 2px solid #d8d8d8;
			}

.footer .contact .group[aria-expanded="true"] .toggle::after {
					background-image: url('../svg/accordion-arrow-up.svg');
				}

.footer .contact .group[aria-expanded="true"] .content {
					display: block;
				}

.footer .contact .title {
			flex: 0 0 calc(100% - 65px);
			width: calc(100% - 65px);
			margin: 0;
			padding: 0 0 0 20px;
			background-color: transparent;
			border: 0;
			font: 600 1.4rem/2.86 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.footer .contact .toggle {
			flex: 0 0 32px;
			margin: 0 14px 0 0;
			padding: 0;
			border: 0;
		}

.footer .contact .toggle::after {
				content: '';
				display: block;
				width: 19px;
				height: 12px;
				margin: 6px;
				background: url('../svg/accordion-arrow-down.svg') no-repeat center transparent;
				background-size: contain;
			}

.footer .contact .content {
			display: none;
			flex: 1 0 100%;
			margin: 0 0 4px;
			padding: 0 20px;
			font: 1.4rem/2.29 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.footer .utility-compliance-links {
		max-width: 540px;
		margin: 0 auto 30px;
		padding: 0 30px;
		font: 600 1.4rem/2.29 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		list-style: none;
	}

.footer .utility-compliance-links a {
			color: inherit;
		}

.footer .utility-compliance-links a:hover {
				color: #711824;
			}

.footer .social-media {
		margin: 0 auto 30px;
	}

.footer .base {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 65px;
		background-color: #d8d8d8;
		font-size: 1.2rem;
		line-height: 1.92;
	}

.footer .copyright {
		margin: 0 15px;
	}

.footer .copyright p {
			margin: 0;
		}

.footer .back-to-top {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 50px;
		height: 100%;
		background-color: #991c2d;
		color: white;
		transition: background-color 0.3s ease-in-out;
	}

.footer .back-to-top:hover {
			background-color: #711824;
			color: white;
		}

.footer .back-to-top:hover::after {
				-webkit-transform: translateY(-4px);
				        transform: translateY(-4px);
			}

.footer .back-to-top::after {
			content: '';
			display: block;
			width: 16px;
			height: 20px;
			background: url('../svg/up-arrow-white.svg') no-repeat center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		}

@media (min-width: 700px) {
	.copyright {
		display: flex;
	}
		.copyright p:last-child {
			display: flex;
			align-items: center;
		}
			.copyright p:last-child::before {
				content: '|';
				display: block;
				margin: 0 24px;
			}
}

@media (min-width: 1175px) {
	.footer {
	}
		.footer .top {
			display: flex;
			align-items: stretch;
			padding: 50px 0 50px 60px;
		}
		.footer .logo {
			flex-basis: 155px;
			width: 155px;
			margin: 0 70px 0 0;
		}
			.footer .logo::before {
				height: 166px;
			}
		.footer .mid {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			flex: 1 0 calc(100% - 225px);
			width: calc(100% - 225px);
		}
		.footer .mid-2 {
			display: flex;
			align-items: flex-end;
		}
		.footer .contact {
			display: flex;
			justify-content: space-between;
			max-width: none;
			margin: 0 0 15px;
			padding: 0;
		}
			.footer .contact .group {
				flex: 1 0 29%;
				margin: 0 60px 0 0;
				border: 0;
			}
				.footer .contact .group:first-child {
					border: 0;
				}
			.footer .contact .title {
				margin-bottom: 15px;
				padding: 0;
				line-height: 1;
			}
			.footer .contact .toggle {
				display: none;
			}
			.footer .contact .content {
				display: block;
				margin: 0;
				padding: 0;
				line-height: 1.86;
			}
		.footer .utility-compliance-links {
			flex: 1 0 0;
			max-width: none;
			margin: 0;
			padding: 0;
			line-height: 1;
		}
			.footer .utility-compliance-links ul {
				display: flex;
			}
			.footer .utility-compliance-links li:not(:first-child) {
				margin-left: 40px;
			}
		.footer .social-media {
			flex: 0 0 280px;
			width: 280px;
			margin: 0 60px 0 auto;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * header / banner
 * includes logo, main menu, search, and pipeline
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.header {
	position: relative;
	background-color: #991c2d;
	background-image: linear-gradient(to top, #8d1527 0, #a6192e 20px);
	color: black;
	z-index: 999;
}

.header-bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
	margin: 0;
	padding: 0;
}

.header-bar .item {
		display: flex;
		align-items: center;
		position: relative;
		height: 100%;
		transition: background-color 0.3s ease-in-out;
		z-index: 1;
	}

.header-bar .item:hover {
			background-color: #711824;
		}

.header-bar .item::after {
			content: '';
			display: block;
			width: 2px;
			height: 30px;
			background-color: black;
		}

.header-bar .item:last-child::after, .header-bar .item:first-child::after {
				display: none;
			}

.header-bar .icon {
		display: flex;
		justify-content: center;
		align-content: stretch;
		align-items: center;
		width: 60px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		cursor: pointer;
	}

.header-bar .icon::before {
			content: '';
			display: block;
			background: none no-repeat center transparent;
			background-size: contain;
		}

.header-bar .logo {
		margin-right: auto;
	}

.header-bar .logo .icon {
			padding: 0 11px;
		}

.header-bar .logo .icon::before {
				width: 40px;
				height: 35px;
				background-image: url('../svg/sbcc-logo-white.svg');
			}

.header-bar .main-menu .icon::before {
			width: 24px;
			height: 20px;
			background-image: url('../svg/menu-white.svg');
		}

.header-bar .search .icon::before {
			width: 22px;
			height: 22px;
			background-image: url('../svg/search-white.svg');
		}

.header-bar .pipeline .icon::before {
			width: 17px;
			height: 23px;
			background-image: url('../svg/pipeline-white-simple.svg');
		}

.header-bar .dropdown {
		overflow: hidden;
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
	}

.menu-stable .header-bar .dropdown {
			background-color: white;
		}

.header-bar .slide {
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: white;
		-webkit-transform: translate(0, -101%);
		        transform: translate(0, -101%);
		transition: opacity 0.3s ease-in-out, -webkit-transform 0s linear 0.31s;
		transition: opacity 0.3s ease-in-out, transform 0s linear 0.31s;
		transition: opacity 0.3s ease-in-out, transform 0s linear 0.31s, -webkit-transform 0s linear 0.31s;
		opacity: 0;
	}

.menu-stable .header-bar .slide {
			-webkit-transform: translate(0, 0) !important;
			        transform: translate(0, 0) !important;
			transition: opacity 0.3s ease-in-out !important;
			opacity: 1 !important;
		}

@media (min-width: 700px) {

.header-bar .slide {
			-webkit-transform: translate(-101%, 0);
			        transform: translate(-101%, 0)
	}
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	* navigation state
	*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.menu-main-open .header-bar .main-menu {
			background-color: white;
			z-index: 2;
		}

.menu-main-open .header-bar .main-menu .icon::before {
				width: 18px;
				height: 18px;
				background-image: url('../svg/icon-close-x-red.svg');
			}

@media (min-width: 700px) and (max-width: 1023px) {

.menu-main-open .header-bar .main-menu .icon::before {
					width: 22px;
					height: 22px
			}
				}

@media (min-width: 1024px) {

.menu-main-open .header-bar .main-menu .icon::before {
					width: 27px;
					height: 27px
			}
				}

.menu-main-open .header-bar .main-menu::after {
				background-color: white;
			}

.menu-main-open .header-bar .dropdown-menu {
			pointer-events: all;
		}

.menu-main-open .header-bar .dropdown-menu .slide {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
				opacity: 1;
			}

.menu-main-open .header-bar .dropdown-menu .sections .section {
					opacity: 1;
				}

.menu-main-open .header-bar .dropdown-menu .sections .section:nth-child(1) { transition: opacity 0.5s ease-in-out; }

.menu-main-open .header-bar .dropdown-menu .sections .section:nth-child(2) { transition: opacity 0.5s ease-in-out 0.2s; }

.menu-main-open .header-bar .dropdown-menu .sections .section:nth-child(3) { transition: opacity 0.5s ease-in-out 0.4s; }

.menu-main-open .header-bar .dropdown-menu .sections .section:nth-child(4) { transition: opacity 0.5s ease-in-out 0.6s; }

.menu-main-open .header-bar .dropdown-menu .sections .section:nth-child(5) { transition: opacity 0.5s ease-in-out 0.8s; }

.menu-main-open .header-bar .dropdown-menu .base {
				transition: opacity 0.5s ease-in-out 1s;
				opacity: 1;
			}

@media (min-width: 700px) {
			.menu-main-open .header-bar .logo::after {
				background-color: transparent;
			}
		}

.menu-search-open .header-bar .main-menu::after {
			background-color: transparent;
		}

.menu-search-open .header-bar .search {
			background-color: white;
			z-index: 2;
		}

.menu-search-open .header-bar .search .icon::before {
				width: 18px;
				height: 18px;
				background-image: url('../svg/icon-close-x-red.svg');
			}

@media (min-width: 700px) and (max-width: 1023px) {

.menu-search-open .header-bar .search .icon::before {
					width: 22px;
					height: 22px
			}
				}

@media (min-width: 1024px) {

.menu-search-open .header-bar .search .icon::before {
					width: 27px;
					height: 27px
			}
				}

.menu-search-open .header-bar .search::after {
				background-color: white;
			}

.menu-search-open .header-bar .dropdown-search {
			pointer-events: all;
		}

.menu-search-open .header-bar .dropdown-search .slide {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
				opacity: 1;
			}

.menu-search-open .header-bar .dropdown-search label,
			.menu-search-open .header-bar .dropdown-search .input {
				transition: opacity 0.3s ease-in-out 0.15s;
				opacity: 1;
			}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	* main navigation
	*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.header-bar .dropdown-menu a {
			color: #222;
		}

.header-bar .dropdown-menu a:hover {
				border-bottom: 2px solid #711824;
				color: #711824;
				text-decoration: none;
			}

.header-bar .dropdown-menu .sections {
			margin: 0 0 25px;
		}

.header-bar .dropdown-menu .sections .section {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: center;
				border-bottom: 2px solid #991c2d;
				transition: none;
				opacity: 0;
			}

.header-bar .dropdown-menu .sections .section[aria-expanded="true"] .toggle::after {
						background-image: url('../svg/accordion-arrow-up.svg');
					}

.header-bar .dropdown-menu .sections .section[aria-expanded="true"] .content {
						display: block;
					}

.header-bar .dropdown-menu .sections .title {
				flex: 0 0 calc(100% - 65px);
				width: calc(100% - 65px);
				margin: 0;
				padding: 0 15px;
				background-color: transparent;
				border: 0;
				font: 600 1.6rem/3.13 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

.header-bar .dropdown-menu .sections .toggle {
				flex: 0 0 32px;
				margin: 0 9px 0 0;
				padding: 0;
				border: 0;
			}

.header-bar .dropdown-menu .sections .toggle::after {
					content: '';
					display: block;
					width: 19px;
					height: 12px;
					margin: 6px;
					background: url('../svg/accordion-arrow-down.svg') no-repeat center transparent;
					background-size: contain;
					-webkit-filter: brightness(0);
					        filter: brightness(0);
				}

.header-bar .dropdown-menu .sections .content {
				display: none;
				flex: 1 0 100%;
				margin: 0 0 20px;
				padding: 0 35px;
				font: 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}

.header-bar .dropdown-menu .sections .content li {
					margin: 0 0 16px;
				}

.header-bar .dropdown-menu .base {
			padding: 0 15px 15px;
			transition: none;
			opacity: 0;
		}

.header-bar .dropdown-menu .base .btn {
				padding: 0 16px;
				font: 600 1.6rem/2.5 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}

.header-bar .dropdown-menu .base .utility-links {
				font: 600 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}

.header-bar .dropdown-menu .base .utility-links ul {
					display: flex;
					flex-wrap: wrap;
				}

.header-bar .dropdown-menu .base .utility-links li {
					flex-basis: 50%;
					margin: 0 0 16px;
				}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	* main search
	*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.header-bar .dropdown-search .slide {
			padding: 50px 15px;
		}

.header-bar .dropdown-search .slide-content {
			padding: 40px 0 0;
			border-top: 2px solid #991c2d;
		}

.header-bar .dropdown-search label,
		.header-bar .dropdown-search .input {
			transition: none;
			opacity: 0;
		}

.header-bar .dropdown-search label {
			display: block;
			margin: 0 0 24px;
			font: 600 2.6rem/1.15 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.header-bar .dropdown-search .input {
			display: flex;
			height: 60px;
			background: #f1f1f1;
			border: 1px solid black;
			border-radius: 3px;
			box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.5);
		}

.header-bar .dropdown-search input {
			flex: 1 0 calc(100% - 56px);
			width: calc(100% - 56px);
			padding: 0 20px;
			background-color: transparent;
			border: 0;
		}

.header-bar .dropdown-search .btn {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-basis: 56px;
			margin: 0;
			padding: 0;
			background-color: transparent;
			border-radius: 0;
			color: white;
			cursor: pointer;
		}

.header-bar .dropdown-search .btn::after {
				content: '';
				display: block;
				width: 26px;
				height: 26px;
				background: url('../svg/search-icon-red.svg') no-repeat center transparent;
				background-size: contain;
				transition: -webkit-filter 0.3s ease-in-out;
				transition: filter 0.3s ease-in-out;
				transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
			}

.header-bar .dropdown-search .btn:hover::after {
					-webkit-filter: brightness(0.7);
					        filter: brightness(0.7);
				}

@media (max-width: 699px) {
	.layout {
		margin-top: 60px;
	}
	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		transition: top 0.3s ease-in-out;
	}
		.header-up .header {
			top: -60px;
		}
}

@media (min-width: 700px) {
	.header {
		flex: 0 0 60px;
		background-image: linear-gradient(to left, #8d1527 0, #a6192e 15px);
	}
	.header-bar {
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 60px;
		height: 280px;
	}
		.header-bar .item {
			flex-direction: column;
			width: 100%;
		}
			.header-bar .item:not(:last-child)::after {
				content: '';
				display: block;
				width: 40px;
				height: 2px;
			}
		.header-bar .icon,
		.header-bar .logo .icon {
			width: 100%;
			height: 66px;
		}
		.header-bar .logo .icon {
			height: 76px;
		}
		.header-bar .dropdown {
			top: 0;
			left: 60px;
		}
			.header-bar .dropdown-menu .sections {
				margin: 0 0 35px;
			}
				.header-bar .dropdown-menu .sections .title {
					padding: 0 35px;
				}
				.header-bar .dropdown-menu .sections .toggle {
					margin-right: 29px;
				}
				.header-bar .dropdown-menu .sections .content {
					padding: 0 55px;
				}
			.header-bar .dropdown-menu .base {
				display: flex;
				align-items: flex-start;
				padding: 0 35px 35px;
			}
				.header-bar .dropdown-menu .base .btn {
					margin: 0 40px 0 0;
				}
				.header-bar .dropdown-menu .base .mid {
					flex: 1 0 auto;
				}
				.header-bar .dropdown-menu .base .utility-links {
					margin: 0 0 4px;
				}
					.header-bar .dropdown-menu .base .utility-links li {
						flex-basis: 33%;
					}
			.header-bar .dropdown-menu .social-media {
				margin: 0;
			}
			.header-bar .dropdown-search .slide {
				padding: 50px 35px;
			}
}

@media (min-width: 1024px) {
	.header {
		flex: 0 0 80px;
		background-image: linear-gradient(to left, #8d1527 0, #a6192e 20px);
	}
	.header-bar {
		width: 80px;
		height: 342px;
	}
			.header-bar .item:not(:last-child)::after {
				width: 50px;
			}
		.header-bar .icon,
		.header-bar .logo .icon {
			height: 84px;
		}
		.header-bar .logo .icon::before {
			width: 50px;
			height: 43px;
		}
		.header-bar .main-menu .icon::before {
			width: 36px;
			height: 30px;
		}
		.header-bar .search .icon::before {
			width: 36px;
			height: 36px;
		}
		.header-bar .pipeline .icon::before {
			width: 41px;
			height: 45px;
			background-image: url('../svg/pipeline-white.svg');
		}
		.header-bar .dropdown {
			left: 80px;
		}
			.header-bar .dropdown-menu .slide {
				padding: 120px 70px 50px;
			}
			.header-bar .dropdown-menu .sections {
				display: flex;
				margin: 0 0 15px;
			}
				.header-bar .dropdown-menu .sections .section {
					display: block;
					flex: 1 0 0;
					padding: 25px 0 0;
					border-top: 5px solid #991c2d;
					border-bottom: 0;
				}
					.header-bar .dropdown-menu .sections .section:not(:last-child) {
						margin: 0 40px 0 0;
					}
				.header-bar .dropdown-menu .sections .title {
					margin: 0 0 40px;
					padding: 0;
					font: 600 2.6rem/1.15 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
					white-space: normal;
				}
					.header-bar .dropdown-menu .sections .title::after {
						display: none;
					}
				.header-bar .dropdown-menu .sections .toggle {
					display: none;
				}
				.header-bar .dropdown-menu .sections .content {
					display: block;
					margin: 0;
					padding: 0;
				}
			.header-bar .dropdown-menu .base {
				align-items: center;
				padding: 0;
			}
				.header-bar .dropdown-menu .base .btn {
					margin: 0 30px 0 0;
				}
				.header-bar .dropdown-menu .base .mid {
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
				.header-bar .dropdown-menu .base .utility-links {
					margin: 0;
					line-height: 1;
				}
					.header-bar .dropdown-menu .base .utility-links ul {
						flex-wrap: nowrap;
					}
					.header-bar .dropdown-menu .base .utility-links li {
						flex: 1 0 auto;
						margin: 0 10px 0 0;
					}
			.header-bar .dropdown-menu .social-media {
				flex: 1 0 auto;
				max-width: 285px;
				margin: 0;
			}
			.header-bar .dropdown-search .slide {
				padding: 120px 70px 50px;
			}
			.header-bar .dropdown-search .slide-content {
				border-top: 5px solid #991c2d;
			}
			.header-bar .dropdown-search .input {
				height: 80px;
			}
				.header-bar .dropdown-search .btn::after {
					width: 36px;
					height: 36px;
				}
}

@media (min-width: 1150px) {
				.header-bar .dropdown-menu .base .btn {
					margin: 0 60px 0 0;
				}
					.header-bar .dropdown-menu .base .utility-links li {
						margin: 0 30px 0 0;
					}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Social Media icons
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.social-media {
	display: flex;
	justify-content: space-between;
	width: 300px;
	height: 40px;
	margin: 0 auto;
}

.social-media a {
		display: block;
		flex: 0 0 40px;
		width: 40px;
		border-bottom: 0;
		color: #991c2d;
		transition: -webkit-filter 0.3s ease-in-out;
		transition: filter 0.3s ease-in-out;
		transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
		-webkit-transform-style: preserve-3d;
	}

.social-media a:hover {
			border-bottom: 0 !important;
			-webkit-filter: brightness(0.7);
			        filter: brightness(0.7);
		}

.social-media a::after {
			content: '';
			display: block;
			width: 40px;
			height: 40px;
			background: none no-repeat center transparent;
			background-size: contain;
		}

.social-media a.facebook::after { background-image: url('../svg/icon-social-facebook.svg'); }

.social-media a.twitter::after { background-image: url('../svg/icon-social-twitter.svg'); }

.social-media a.instagram::after { background-image: url('../svg/icon-social-instagram.svg'); }

.social-media a.linkedin::after { background-image: url('../svg/icon-social-linkedin.svg'); }

.social-media a.youtube::after { background-image: url('../svg/icon-social-youtube.svg'); }

.social-media a.snapchat::after { background-image: url('../svg/icon-social-snapchat.svg'); }

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for .modal pattern
 * @module: .modal
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.modal {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 1820px;
	background-color: white;
	transition: opacity 0.25s ease-in-out;
	opacity: 0;
	pointer-events: none;
	z-index: 99999;
}

.modal.open {
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}

.modal .close {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: #991c2d;
		cursor: pointer;
		z-index: 2;
	}

.modal .close::after {
			content: '';
			display: block;
			width: 23px;
			height: 23px;
			background: url('../svg/icon-close-x-white.svg') no-repeat center transparent;
			background-size: contain;
		}

.modal .body {
		display: flex;
		flex-direction: column;
		flex: 1 0 100%;
		position: relative;
		z-index: 1;
	}

@media (min-width: 700px) and (max-width: 1023px) {
	.modal {
		top: 0;
		left: 60px;
	}
}

@media (min-width: 1024px) {
	.modal {
		top: 0;
		left: 80px;
	}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * sub navigation
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.nav-sub-bar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 42px;
	z-index: 2;
}

.nav-sub {
	position: relative;
	color: white;
}

.nav-sub button {
		position: relative;
		width: 100%;
		height: 42px;
		margin: 0;
		padding: 0;
		background-color: #222;
		border: 0;
		border-radius: 0;
		font-size: 1.6rem;
		line-height: 42px;
		transition: background-color 0.3s ease-in-out;
		cursor: pointer;
		z-index: 2;
	}

.nav-sub button:hover {
			background-color: #363535;
		}

.nav-sub button span {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 15px;
		}

.nav-sub button span::after {
				content: '';
				display: block;
				width: 17px;
				height: 17px;
				margin: 0 0 0 12px;
				background: url('../svg/plus-icon.svg') no-repeat center transparent;
				background-size: contain;
			}

.nav-sub button[aria-expanded="true"] + .dropdown {
			-webkit-transform: translateY(0);
			        transform: translateY(0);
			opacity: 1;
			pointer-events: all;
		}

.nav-sub .dropdown {
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 42px;
		right: 0;
		left: 0;
		max-height: calc(100vh - 102px);
		background-color: #222;
		font: 600 1.5rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-transform: translateY(-100px);
		        transform: translateY(-100px);
		transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
	}

.nav-sub .dropdown > ul {
			max-width: 425px;
			padding: 20px 15px;
		}

.nav-sub .dropdown li li {
				padding-left: 10px;
			}

.nav-sub .dropdown a {
			display: inline-block;
			margin: 0 0 12px 18px;
			color: white;
			text-indent: -18px;
		}

@media (max-width: 699px) {
	.nav-sub-bar {
		position: relative;
	}
}

@media (min-width: 700px) {
	.nav-sub-bar {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		left: 60px;
	}
	.nav-sub {
		min-width: 160px;
		margin-left: 30px;
	}
		.nav-sub .dropdown {
			right: auto;
			width: 425px;
			max-height: calc(100vh - 42px);
		}
}

@media (min-width: 1024px) {
	.nav-sub-bar {
		left: 80px;
		background-color: rgba(34, 34, 34, 0.7);
	}
	.nav-sub {
		margin-left: 60px;
	}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * breadcrumbs
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.breadcrumbs {
	display: none;
	color: white;
	font: 600 1.4rem/42px 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 1024px) {

.breadcrumbs {
		display: block
}
	}

.breadcrumbs ul {
		display: flex;
		margin: 0 0 0 18px;
	}

.breadcrumbs li {
		display: flex;
		align-items: center;
		margin: 0 0 0 12px;
	}

.breadcrumbs li:not(:first-child)::before {
			content: '';
			display: block;
			width: 6px;
			height: 10px;
			margin: 0 12px 0 0;
			background: url('../svg/breadcrumb-arrow.svg') no-repeat center transparent;
		}

.breadcrumbs li:last-child {
		font-weight: 400;
	}

.breadcrumbs a {
		color: white;
		text-decoration: none;
	}

.breadcrumbs span:hover {
			border-bottom: 2px solid white;
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for accordion pattern
 * @module: .accordion
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.accordion {
	margin: 0 0 50px;

}

.accordion .controls {
		display: flex;
		margin: 0 0 15px;
	}

.accordion .controls button {
			display: flex;
			align-items: center;
			margin-right: 26px;
			color: #991c2d;
			font: 600 1.4rem/1.43 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.accordion .controls button::before {
				content: '';
				display: block;
				width: 12px;
				height: 8px;
				margin: 0 8px 0 0;
				background: url('../svg/accordion-arrow-down.svg') no-repeat center transparent;
				background-size: contain;
			}

.accordion .controls button.collapse-all::before {
				background-image: url('../svg/accordion-arrow-up.svg');
			}

.accordion .expand-all {
		cursor: pointer;
	}

.accordion .expand-all[aria-expanded="true"] {
			color: #555;
			cursor: default;
		}

.accordion .collapse-all {
		cursor: pointer;
	}

.accordion .collapse-all[aria-expanded="false"] {
			color: #555;
			cursor: default;
		}

.accordion .sections {
		margin: 0;
		padding: 0;
		background-color: #f2f3f2;
		border: 1px solid #979797;
		border-bottom: 0;
		list-style: none;
	}

@media (max-width: 699px) {

.accordion .sections {
			margin: 0 -15px;
			border-right: 0;
			border-left: 0
	}
		}

.accordion .section {
		border-bottom: 1px solid #979797;
	}

.accordion .title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 15px;
		font: 600 1.6rem/3.13 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.accordion .title:hover {
			background-color: #e4e6e4;
		}

.accordion .title::after {
			content: '';
			display: block;
			flex: 0 0 16px;
			height: 16px;
			margin: 0 0 0 12px;
			background: url('../svg/accordion-plus.svg') no-repeat center transparent;
			background-size: contain;
		}

.accordion .title[aria-expanded="true"] {
			margin: 0;
		}

.accordion .title[aria-expanded="true"]::after {
				background-image: url('../svg/accordion-minus.svg');
			}

.accordion .title[aria-expanded="true"] + .content {
				display: block;
			}

.accordion .content {
		display: none;
		padding: 0 15px;
		font: 1.6rem/1.63 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.accordion .back-to-top {
		display: flex;
		align-items: center;
		margin: 0 0 15px;
		color: #991c2d;
		font: 600 1.4rem/1.43 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.accordion .back-to-top::before {
			content: '';
			display: block;
			width: 12px;
			height: 8px;
			margin: 0 8px 0 0;
			background: url('../svg/accordion-arrow-up.svg') no-repeat center transparent;
			background-size: contain;
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for carousels
 * @module: .carousel
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.frozen-carousels .carousel .track, .frozen-carousels .carousel-sm .track {
			transition: none !important;
		}

.pattern-carousel .gutter {
	max-width: 1400px;
}

@media (min-width: 700px) and (max-width: 1023px) {

.pattern-carousel .gutter {
		width: calc(100vw - 120px)
}
	}

@media (min-width: 1024px) {

.pattern-carousel .gutter {
		width: calc(100vw - 200px)
}
	}

.carousel {
	position: relative;
}

.carousel .gutter {
		position: relative;
		background-color: #991c2d;
		z-index: 1;
	}

.carousel .track {
		overflow: hidden;
		display: flex;
		position: relative;
	}

.carousel .slide .media {
			position: relative;
		}

.carousel .slide img {
			width: 100%;
			height: 165px;
			font-family: "object-fit:cover";
			object-fit: cover;
		}

.carousel .slide .text {
			margin-top: -1px;
			padding: 13px;
			background-color: #991c2d;
			color: white;
			font: 300 1.4rem/1.71 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.carousel .slide .text p:last-of-type {
				margin: 0;
			}

.carousel-indices {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 136px;
	right: 32px;
	left: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	pointer-events: none;
	z-index: 2;
}

.carousel-indices a {
		margin: 0 12px;
		padding: 5px;
		cursor: pointer;
		pointer-events: all;
	}

.carousel-indices a.on {
			cursor: default;
		}

.carousel-indices a.on .dot {
				background-color: #991c2d;
			}

.carousel-indices .dot {
		width: 9px;
		height: 9px;
		background-color: white;
		border: 2px solid white;
		border-radius: 100%;
	}

.carousel-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 135px;
	right: 5px;
	left: 5px;
	pointer-events: none;
	z-index: 2;
}

.carousel-nav .item {
		padding: 0 5px;
		cursor: pointer;
		pointer-events: all;
	}

.carousel-nav .item::after {
			content: '';
			display: block;
			width: 12px;
			height: 20px;
			background: url('../svg/arrow-left-white.svg') no-repeat center transparent;
			background-size: contain;
		}

.carousel-nav .item.next {
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg);
		}

@media (min-width: 700px) and (max-width: 1023px) {
		.carousel .carousel-indices {
			top: 297px;
		}
			.carousel .carousel-indices a {
				margin: 0 5px;
			}
			.carousel .carousel-indices .dot {
				width: 12px;
				height: 12px;
			}
			.carousel .slide img {
				height: 330px;
			}
			.carousel .slide .text {
				padding: 15px;
				font: 300 1.5rem/1.67 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
		.carousel .carousel-nav {
			top: 153px;
			right: 10px;
			left: 10px;
		}
				.carousel .carousel-nav .item::after {
					width: 15px;
					height: 25px;
				}
}

@media (min-width: 1024px) {
		.carousel .carousel-indices {
			top: 494px;
		}
			.carousel .carousel-indices a {
				margin: 0 12px;
			}
			.carousel .carousel-indices .dot {
				width: 17px;
				height: 17px;
			}
			.carousel .slide img {
				height: 540px;
			}
			.carousel .slide .text {
				padding: 20px 40px;
				font: 300 1.6rem/1.75 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
		.carousel .carousel-nav {
			top: 250px;
			right: 25px;
			left: 25px;
		}
				.carousel .carousel-nav .item::after {
					width: 24px;
					height: 40px;
				}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Style adjusments for small carousels only
 * @module: .carousel-sm
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media (max-width: 699px) {
	.carousel-sm {
		display: flex;
		flex-direction: column;
		margin-right: 10px;
		margin-left: 10px;
	}
		.carousel-sm > * {
			order: 1;
		}
		.carousel-sm .gutter {
			overflow: visible !important;
			display: block;
			position: relative;
			z-index: 1;
		}
		.carousel-sm .track {
			overflow: hidden;
			display: flex;
			position: relative;
		}
		.carousel-sm .slide {
			margin: 0 5px;
		}
		.carousel-sm .carousel-indices {
			order: 2;
			position: static;
			margin: 25px 0 0;
		}
					.carousel-sm .carousel-indices a.on .dot {
						background-color: white;
					}
			.carousel-sm .carousel-indices .dot {
				background-color: #991c2d;
				border: 2px solid #991c2d;
			}
		.carousel-sm .carousel-nav {
			order: 3;
			position: relative;
			top: -19px;
			right: auto;
			left: auto;
			margin-right: -10px;
			margin-left: -10px;
		}
				.carousel-sm .carousel-nav .item::after {
					background-image: url('../svg/arrow-left-red.svg');
				}
}

@media (min-width: 700px) {
	.carousel-sm {
	}
		.carousel-sm .carousel-indices,
		.carousel-sm .carousel-nav {
			display: none;
		}
		.carousel-sm .gutter {
			overflow: visible !important;
			cursor: default !important;
		}
		.carousel-sm .track {
			width: auto !important;
			-webkit-transform: none !important;
			        transform: none !important;
			transition: none !important;
		}
		.carousel-sm .slide {
			float: none !important;
			width: auto !important;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for hero carousel
 * @module: .hero-carousel
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.hero-carousel {
	position: relative;
	margin-top: -92px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 0;
}

@media (min-width: 700px) and (max-width: 1023px) {

.hero-carousel {
		margin-right: -30px;
		margin-left: -30px
}
	}

@media (min-width: 1024px) {

.hero-carousel {
		margin-right: -60px;
		margin-left: -60px
}
	}

.hero-carousel .slide {
		position: relative;
	}

.hero-carousel .slide .content {
			color: white;
		}

.hero-carousel .slide .content::after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 90%);
				z-index: 2;
			}

.hero-carousel .slide img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			height: 100%;
			z-index: 1;
		}

.hero-carousel .slide .overlay {
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: flex-start;
			position: relative;
			height: 520px;
			padding: 15px 15px 50px;
			z-index: 3;
		}

.hero-carousel .slide .overlay > * {
				max-width: 100%;
			}

.hero-carousel .slide h2 {
			margin: 0 0 2.79%;
			font: 600 3.5rem/1.29 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
			opacity: 0;
		}

.hero-carousel .slide .btn {
			margin: 0;
			opacity: 0;
		}

.hero-carousel .slide:first-child .content::after {
				display: none;
			}

.hero-carousel .slide:first-child .overlay {
				display: block;
				padding: 0;
			}

.hero-carousel .slide:first-child h1 {
				overflow: hidden;
				display: inline-flex;
				justify-content: center;
				align-items: center;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 320px;
				height: 42px;
				margin: -21px 0 0 -160px;
				padding: 0 15px;
				background-color: rgba(166, 25, 46, 0.8);
				transition: -webkit-clip-path 0.6s ease-in-out 0.2s;
				transition: clip-path 0.6s ease-in-out 0.2s;
				transition: clip-path 0.6s ease-in-out 0.2s, -webkit-clip-path 0.6s ease-in-out 0.2s;
				-webkit-clip-path: inset(50% 0 50% 0);
				        clip-path: inset(50% 0 50% 0);
			}

.hero-carousel .slide:first-child h1::after {
					content: '';
					display: block;
					width: 291px;
					height: 13px;
					background: url('../svg/sbcc-slide-words.svg') no-repeat center transparent;
					background-size: contain;
					transition: opacity 1.2s ease-in-out 0.2s;
					opacity: 0;
				}

.hero-carousel .slide.on h2 {
				transition: opacity 0.25s ease-in-out 0.25s;
				opacity: 1;
			}

.hero-carousel .slide.on .btn {
				transition: opacity 0.25s ease-in-out 0.75s;
				opacity: 1;
			}

.hero-carousel .slide.on:first-child h1 {
					-webkit-clip-path: inset(0 0 0 0);
					        clip-path: inset(0 0 0 0);
				}

.hero-carousel .slide.on:first-child h1::after {
						opacity: 1;
					}

.hero-carousel .slide.cease-transitions h2 {
				transition: none;
			}

.hero-carousel .slide.cease-transitions .btn {
				transition: none;
			}

.hero-carousel .slide.cease-transitions:first-child h1 {
					transition: none;
				}

.hero-carousel .slide.cease-transitions:first-child h1::after {
						transition: none;
					}

.hero-carousel .carousel-indices {
		top: auto;
		bottom: 15px;
	}

.hero-carousel .carousel-nav {
		top: auto;
		bottom: 15px;
	}

@media (min-width: 700px) and (max-width: 1023px) {
	.hero-carousel {
		margin-top: -97px;
	}
			.hero-carousel .slide .overlay {
				height: 600px;
				padding: 25px 100px 60px 25px;
			}
			.hero-carousel .slide h2 {
				font-size: 5.2rem;
			}
				.hero-carousel .slide:first-child h1 {
					width: 504px;
					height: 65px;
					margin: -32px 0 0 -252px;
					padding: 0 25px;
				}
					.hero-carousel .slide:first-child h1::after {
						width: 454px;
						height: 19px;
					}
}

@media (min-width: 1024px) {
	.hero-carousel {
		margin-top: -122px;
	}
			.hero-carousel .slide .overlay {
				height: 700px;
				padding: 60px 250px 60px 55px;
			}
			.hero-carousel .slide h2 {
				font-size: 6.5rem;
			}
			.hero-carousel .slide .btn {
				padding: 22px 50px;
				font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
				.hero-carousel .slide:first-child h1 {
					width: 630px;
					height: 82px;
					margin: -41px 0 0 -315px;
					padding: 0 30px;
				}
					.hero-carousel .slide:first-child h1::after {
						width: 571px;
						height: 25px;
					}
		.hero-carousel .carousel-nav {
			top: 50%;
			right: 5px;
			bottom: auto;
			left: 5px;
			margin-top: -20px;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .cta-cols-simple
 * Section featuring the School of Extended Learning
 * and differentiating the tuition-free and
 * fee-based class offerings.
 * Uses a CTAs: 2 Columns, Simple display object.
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cta-cols-simple {
	background-color: #f2f3f2;
}

.cta-cols-simple .head {
		overflow: hidden;
		padding-top: 50px;
		padding-bottom: 90px;
		background-color: #5a4e86;
		color: white;
		z-index: 1;
	}

.cta-cols-simple .head :last-child {
			margin-bottom: 0;
		}

.cta-cols-simple .head::before,
		.cta-cols-simple .head::after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			pointer-events: none;
			z-index: 1;
		}

.cta-cols-simple .head::before {
			height: calc(50% - 5.625vw);
			background-color: #3e365d;
		}

@media (min-width: 1900px) {

.cta-cols-simple .head::before {
				height: 19px
		}
			}

.cta-cols-simple .head::after {
			top: calc(50% - 5.625vw - 1px);
			padding-top: 11.25vw;
			background: url('../svg/slant-3e365d.svg') no-repeat center transparent;
			background-size: 100% 100%;
		}

@media (min-width: 1900px) {

.cta-cols-simple .head::after {
				top: 18px;
				padding-top: 214px
		}
			}

.cta-cols-simple .head .block {
			position: relative;
			z-index: 2;
		}

.cta-cols-simple .base {
		background-image: linear-gradient(to bottom, #f2f3f2 0, #fefefe 100%);
		z-index: 2;
	}

.cta-cols-simple .bits {
		display: flex;
		-webkit-transform: translateY(-60px);
		        transform: translateY(-60px);
	}

.cta-cols-simple .bit {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1 0 0;
		position: relative;
		width: 100%;
		margin: 0 0 0 10px;
		padding: 30px 15px 0;
		background-color: white;
		text-align: center;
		text-decoration: none;
	}

.cta-cols-simple .bit:first-child {
			margin: 0;
		}

.cta-cols-simple .bit::after {
			content: '';
			display: block;
			position: absolute;
			top: 100%;
			right: 0;
			left: 0;
			height: 61px;
			margin-top: -1px;
			background-color: white;
		}

.cta-cols-simple .bit:hover .arrow::after {
				-webkit-transform: translateX(10px);
				        transform: translateX(10px);
				-webkit-filter: brightness(0.7);
				        filter: brightness(0.7);
			}

.cta-cols-simple h3 {
		margin: 0 0 13px;
		color: #991c2d;
		font: 600 2.6rem/1.31 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.cta-cols-simple p {
		margin: 0 0 22px;
		color: #222;
		font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.cta-cols-simple .arrow {
		line-height: 0;
	}

.cta-cols-simple .arrow::after {
			content: '';
			display: inline-block;
			width: 29px;
			height: 21px;
			background: url('../svg/arrow-red.svg') no-repeat center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
		}

@media (max-width: 699px) {
	.cta-cols-simple {
		overflow: hidden;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
		.cta-cols-simple .bits {
			display: block;
		}
		.cta-cols-simple .bit {
			margin: 0;
			padding: 30px 15px 40px;
		}
			.cta-cols-simple .bit::after {
				display: none;
			}
		.cta-cols-simple h3 {
			font: 600 2rem/1.6 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cta-cols-simple p {
			font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
		.cta-cols-simple .head {
			padding-top: 80px;
			padding-bottom: 115px;
		}
		.cta-cols-simple .bit {
			padding: 30px 75px 0;
		}
		.cta-cols-simple h3 {
			margin: 0 0 17px;
			font: 600 3.2rem/1.06 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cta-cols-simple p {
			margin: 0 0 32px;
			font: 1.9rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .cols-events
 * Event: 3 Up Feature showing events tagged as
 * "Support and Success"
 * Borrows from `.cta-cols-simple`, but
 * modified to be used as a events and carousel
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cols-events .bit {
		color: #222;
	}

.cols-events h3 {
		margin: 0 0 20px;
		color: #222;
		font: 600 1.8rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

.cols-events h3 strong {
			display: block;
			font: 600 5.5rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.cols-events p {
		margin: 0 0 18px;
		font: 1.5rem/1.67 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.cols-events .post {
		font: 1.4rem/1.57 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.cols-events .time {
		display: block;
	}

.cols-events .location {
		margin: 0 0 16px;
	}

.cols-events .buttons {
		margin-top: 0;
		margin-bottom: 0;
		background-color: white;
	}

.cols-events .buttons .btn {
			margin: 0 auto;
		}

@media (min-width: 700px) and (max-width: 1023px) {
		.cols-events h3 {
			margin: 0 0 20px;
			font-size: 2rem;
		}
			.cols-events h3 strong {
				font-size: 6.5rem;
			}
		.cols-events p {
			font: 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cols-events .post {
			font: 1.5rem/1.47 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
		.cols-events h3 {
			margin: 0 0 20px;
			font-size: 2.6rem;
		}
			.cols-events h3 strong {
				font-size: 7.5rem;
			}
		.cols-events p {
			margin: 0 0 18px;
			font: 1.8rem/1.5 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cols-events .post {
			font: 1.6rem/1.38 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Style adjusments for small carousel on .cols-events
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media (max-width: 699px) {
		.cols-events .base {
			background-image: linear-gradient(to top, #fefefe 105px, #f2f3f2 100%);
		}
		.cols-events .carousel-sm {
			display: flex;
		}
			.cols-events .carousel-sm .bit {
				height: 100%;
			}
			.cols-events .carousel-sm .carousel-indices {
				width: calc(100% + 50px);
				margin: 0 -25px;
				background-color: white;
			}
		.cols-events .buttons {
			margin-top: -80px;
			margin-right: -15px;
			margin-left: -15px;
			padding-top: 40px;
		}
}

@media (min-width: 700px) {
		.cols-events .carousel-sm {
			display: block;
		}
			.cols-events .carousel-sm .track {
				display: flex;
			}
			.cols-events .carousel-sm .slide {
				flex: 1 0 33.333333333%;
				margin: 0 0 0 10px;
			}
				.cols-events .carousel-sm .slide:first-child {
					margin: 0;
				}
			.cols-events .carousel-sm .bit {
				height: 100%;
				margin: 0;
			}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for call to action patterns
 * @module: .cta
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cta {
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: black;
}

.cta img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-family: "object-fit:cover";
		object-fit: cover;
		z-index: 1;
	}

.cta .content {
		position: relative;
		z-index: 3;
	}

.cta h2 {
		margin: 0 0 20px;
		font-size: 3rem;
		line-height: 1.33;
	}

.cta.has-bg {
		background-color: #f2f3f2;
	}

.cta.has-bg .block {
			position: relative;
			z-index: 2;
		}

.cta.has-bg::before,
		.cta.has-bg::after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			pointer-events: none;
			z-index: 1;
		}

.cta.has-bg::before {
			height: calc(50% - 5.625vw);
			background-color: #e5e6e5;
		}

@media (min-width: 1900px) {

.cta.has-bg::before {
				height: 19px
		}
			}

.cta.has-bg::after {
			top: calc(50% - 5.625vw - 1px);
			padding-top: 11.25vw;
			background: url('../svg/slant-e5e6e5.svg') no-repeat center transparent;
			background-size: 100% 100%;
		}

@media (min-width: 1900px) {

.cta.has-bg::after {
				top: 18px;
				padding-top: 214px
		}
			}

.cta.has-image {
		background: none black;
	}

.cta.has-image h2 {
			color: white;
			font-size: 3.7rem;
			line-height: 1.3;
			text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
		}

.cta.has-image::after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-color: rgba(0, 0, 0, 0.15);
			z-index: 2;
		}

.cta .buttons {
		margin: 0;
	}

@media (max-width: 699px) {
			.cta .buttons .btn:not(:first-child) {
				margin: 0 0 10px;
			}
}

@media (max-width: 1023px) {
		.cta h2 {
			text-align: center;
		}
		.cta .wrap {
			display: flex;
			justify-content: center;
		}
		.cta .buttons {
			flex-direction: column;
			align-items: center;
		}
		.cta .btn {
			width: 100%;
			max-width: 90vw;
		}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.cta h2 {
			font-size: 4rem;
			line-height: 1.25;
		}
			.cta.has-image h2 {
				font-size: 5rem;
				line-height: 1.2;
			}
}

@media (min-width: 1024px) {
		.cta h2 {
			margin: 0 0 25px;
			font-size: 5rem;
			line-height: 1.2;
		}
			.cta.has-image h2 {
				margin: 0 0 25px;
				font-size: 6.5rem;
				line-height: 1.15;
			}
			.cta .buttons .btn {
				margin: 0 0 0 10px;
			}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for instagram block pattern
 * @module: .instagram-block
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.instagram-block {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f2f3f2;
}

.instagram-block h2 {
		display: flex;
		align-items: center;
		margin: 0 0 25px;
		font: 600 2.2rem/1.41 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.instagram-block h2::before {
			content: '';
			display: block;
			width: 50px;
			height: 50px;
			margin: 0 10px 0 0;
			background: url('../svg/icon-social-instagram-teal.svg') no-repeat center transparent;
			background-size: contain;
		}

.instagram-block h2 a {
			color: #222;
		}

.instagram-block .items {
		display: flex;
		flex-wrap: wrap;
	}

.instagram-block .item {
		flex: 1 0 100%;
		transition: opacity 0.3s ease-in-out;
		opacity: 0;
	}

.instagram-block .item.loaded {
			opacity: 1;
		}

.instagram-block .bg {
		overflow: hidden;
		position: relative;
		padding: 0 0 100%;
		background: none no-repeat center #222;
		background-size: cover;
	}

.instagram-block img {
		position: absolute;
		width: 100%;
		opacity: 0;
		pointer-events: none;
	}

@media (max-width: 699px) {
			.instagram-block .item:first-child {
				margin-bottom: 10px;
			}
			.instagram-block .item:nth-child(n+3) {
				display: none;
			}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.instagram-block .item {
			flex: 1 0 40%;
		}
			.instagram-block .item:nth-child(odd) {
				margin-right: 10px;
			}
			.instagram-block .item:nth-child(-n+2) {
				margin-bottom: 10px;
				background-color: yellow;
			}
}

@media (min-width: 1024px) {
	.instagram-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
		.instagram-block .item {
			flex: 1 0 20%;
		}
			.instagram-block .item:not(:last-child) {
				margin: 0 10px 0 0;
			}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for media blocks
 * @module: `.media-block`
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.media-block {
	width: 100%;
	font: 1.6rem/1.75 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.media-block .img {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 18px;
	}

.media-block img {
		width: 100%;
	}

.media-block .title {
		margin: 0 0 12px;
		font: 600 1.8rem/1.56 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.media-block .subtitle {
		margin: 0;
		font: 600 1.6rem/1.75 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

.media-block .content p:last-of-type {
			margin-bottom: 0;
		}

@media (max-width: 699px) {
	.media-block {
		margin-bottom: 40px;
	}
}

@media (min-width: 700px) {
	.media-block {
		display: flex;
		align-items: flex-start;
		margin: 0 0 40px;
	}
		.media-block .img {
			margin: 0 20px 0 0;
		}
		.media-block .img,
		.media-block .content {
			flex: 1 0 50%;
		}
		.media-block .title {
			font: 600 2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
		.degrees-list-block .media-block .title {
			font-size: 2.6rem;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: `.column-2` and `.column-3`
 * NOTE special exception for `.column-2` blocks
 * at medium responsive widths and `.news-block`,
 * `.column-2`, and `.column-3` blocks at large
 * and up responsive widths
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media (min-width: 700px) and (max-width: 1023px) {
		.media-blocks.column-2 .list {
			display: flex;
		}
		.media-blocks.column-2 .media-block {
			display: block;
			flex: 1 0 0;
			margin-bottom: 0;
		}
			.media-blocks.column-2 .media-block:not(:first-child) {
				margin-left: 10px;
			}
		.media-blocks.column-2 .img {
			margin: 0 0 18px;
		}
}

@media (min-width: 1024px) {
		.media-blocks.column-2 .list, .media-blocks.column-3 .list {
			display: flex;
		}
		.media-blocks.column-2 .media-block, .media-blocks.column-3 .media-block {
			display: block;
			flex: 1 0 0;
			margin-bottom: 0;
		}
			.media-blocks.column-2 .media-block:not(:first-child), .media-blocks.column-3 .media-block:not(:first-child) {
				margin-left: 40px;
			}
		.media-blocks.column-2 .img, .media-blocks.column-3 .img {
			margin: 0 0 25px;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for news pattern
 * @module: `.news-block`
 * NOTE: see `.media-blocks` section for responsive
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.news-block {
	display: block;
	margin: 0 0 50px;
}

.news-block .buttons {
		margin: 0;
	}

.news-block .media-block {
		margin: 0 0 25px;
	}

.news-block .list {
		margin: 0 0 40px;
	}

.news-block .btn {
		display: block;
		margin: 0 auto;
	}

@media (max-width: 699px) {
	.news-block {
		overflow: hidden;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1024px) {
		.news-block .track {
			display: flex;
		}
		.news-block .slide {
			flex: 1 0 0;
		}
			.news-block .slide:not(:first-child) {
				margin-left: 40px;
			}
		.news-block .media-block {
			display: block;
			margin-bottom: 0;
		}
		.news-block .img {
			margin: 0 0 25px;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for program list pattern
 * @module: `.program-list`
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.program-list {
	margin: 0 0 50px;
}

.program-list ul {
		margin: 0;
		padding: 0;
		background-color: #f2f3f2;
		border: 1px solid #979797;
		list-style: none;
	}

.program-list li {
		padding: 16px 20px;
		transition: background-color 0.3s ease-in-out;
	}

.program-list li:not(:last-child) {
			border-bottom: 1px solid #979797;
		}

.program-list li:hover {
			background-color: #e4e6e4;
		}

@media (min-width: 700px) {

.program-list li {
			display: flex;
			justify-content: space-between;
			align-items: center
	}
		}

.program-list h3 {
		margin: 0 0 3px;
		font: 600 1.8rem/1.39 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media (min-width: 700px) {

.program-list h3 {
			margin: 0 20px 0 0
	}
		}

.program-list h4 {
		margin: 0;
		font: 600 1.5rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for .testimonials pattern
 * @module: .testimonials
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.testimonials {
	color: white;
}

.testimonials .track {
		display: flex;
	}

.testimonials .slide {
		flex: 1 0 auto;
		position: relative;
		background-color: black;
	}

.testimonials .slide:not(:last-child) {
			margin-right: 10px;
		}

.testimonials .card {
		background: none no-repeat center transparent;
		background-size: auto 100%;
		transition: background-size 0.3s ease-in-out;
	}

.testimonials .card:hover {
			background-size: auto 105%;
		}

.testimonials .outer {
		width: 100%;
		height: 0;
		padding: 0 0 134.62%;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, transparent 75%);
	}

.testimonials .inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

.testimonials .toggle {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

.testimonials .toggle::after {
			content: '';
			display: block;
			width: 22px;
			height: 22px;
			background: url('../svg/expand-icon.svg') no-repeat center transparent;
			background-size: contain;
		}

.testimonials .brief {
		margin: 0 12.31% 10%;
	}

.testimonials .brief q {
			display: block;
			margin: 0 0 9.69%;
			font: 500 1.8rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-align: center;
		}

.testimonials .brief q::before {
				content: '';
				display: block;
				width: 13.27%;
				height: 0;
				margin: 0 auto 8.67%;
				padding: 0 0 13.27%;
				background: url('../svg/quote-icon.svg') no-repeat center transparent;
				background-size: contain;
			}

.testimonials .brief figcaption {
			margin: 0;
			font: 1.2rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-align: center;
			text-transform: uppercase;
		}

.testimonials .testimonial-detail {
		display: none;
	}

.modal .testimonial-detail {
		flex: 1 0 100%;
		max-width: 1820px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
	}

.modal .testimonial-detail img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-family: "object-fit:cover;object-position:center top";
			object-fit: cover;
			object-position: center top;
			z-index: 1;
		}

.modal .testimonial-detail::after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 90%);
			z-index: 2;
		}

.modal .testimonial-detail .content {
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: flex-start;
			position: relative;
			height: 100%;
			padding: 5% 20.83% 5% 4.58%;
			z-index: 3;
		}

.modal .testimonial-detail .content > * {
				max-width: 100%;
			}

.modal .testimonial-detail h2 {
			margin: 0 0 0.56%;
			font: 600 5.078vw/1.18 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
			transition: opacity 0.25s ease-in-out 0.25s;
			opacity: 0;
		}

.modal .testimonial-detail .text {
			margin: 0 0 4.47%;
			font: 500 2.031vw/1.54 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
			transition: opacity 0.25s ease-in-out 0.5s;
			opacity: 0;
		}

.modal .testimonial-detail .text p:last-of-type {
				margin: 0;
			}

.modal .testimonial-detail .btn {
			margin: 0;
			transition: opacity 0.25s ease-in-out 0.75s;
			opacity: 0;
		}

.modal.open .testimonial-detail h2,
			.modal.open .testimonial-detail .text,
			.modal.open .testimonial-detail .btn {
				opacity: 1;
			}

@media (max-width: 699px) {
	.testimonials {
		overflow: hidden;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}
		.testimonials .slide {
			flex: 1 0 calc(25% - 15px);
		}
			.modal .testimonial-detail h2 {
				font-size: 4rem;
			}
			.modal .testimonial-detail .text {
				font-size: 1.6rem;
			}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.testimonials .track {
			flex-wrap: wrap;
		}
		.testimonials .slide {
			flex-basis: 40%;
		}
			.testimonials .slide:nth-child(1) {
				margin: 0 10px 10px 0;
			}
			.testimonials .slide:nth-child(2) {
				margin: 0 0 10px;
			}
			.modal .testimonial-detail h2 {
				font-size: 5.2rem;
			}
			.modal .testimonial-detail .text {
				font-size: 2.1rem;
			}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.testimonials {
		margin-bottom: 120px !important;
	}
			.modal .testimonial-detail .btn {
				padding: 22px 50px;
				font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			}
}

@media (min-width: 1900px) {
			.testimonials .testimonial-detail h2 {
				font-size: 9.6rem;
			}
			.testimonials .testimonial-detail .text {
				font-size: 3.7rem;
			}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for twitter pattern
 * @module: .twitter-block
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.twitter-block {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f2f3f2;
}

.twitter-block h2 {
		display: flex;
		align-items: center;
		margin: 0 0 25px;
		font: 600 2.2rem/1.41 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.twitter-block h2::before {
			content: '';
			display: block;
			width: 50px;
			height: 50px;
			margin: 0 10px 0 0;
			background: url('../svg/icon-social-twitter-teal.svg') no-repeat center transparent;
			background-size: contain;
		}

.twitter-block h2 a {
			color: #222;
		}

.twitter-block .item:not(:last-child) {
			margin: 0 0 25px;
			padding: 0 0 25px;
			border-bottom: 1px solid #979797;
		}

.twitter-block a {
		color: #00767a;
	}

@media (min-width: 1024px) {
	.twitter-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
		.twitter-block .items {
			display: flex;
		}
			.twitter-block .items .item {
				flex: 1 0 0;
				margin: 0;
				padding: 0;
				border: 0;
			}
				.twitter-block .items .item:not(:first-child) {
					margin: 0 0 0 60px;
				}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Styles for video pattern
 * @module: .video-media
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.video-block .caption {
		padding: 15px;
		background-color: #991c2d;
		color: white;
		font: 1.4rem/1.2 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.video-media {
	position: relative;
}

.video-media img {
		width: 100%;
	}

.video-media button {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 9.26%;
		padding: 0 0 9.26%;
		background: url('../svg/video-play-button.svg') no-repeat center transparent;
		background-size: contain;
		border: 0;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		cursor: pointer;
	}

.video-media button::after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url('../svg/video-play-button-hover.svg') no-repeat center transparent;
			background-size: contain;
			transition: opacity 0.3s ease-in-out;
			opacity: 0;
		}

.video-media button:hover::after {
			opacity: 1;
		}

.video-media .video-modal-content {
		display: none;
	}

.video {
	margin: 0 0 50px;
}

.video .video-frame {
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
	}

.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Videos in modal
 * @module: .video-modal
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.video-modal {
	background-color: rgba(0, 0, 0, 0.7);
}

.video-modal .video-modal-content {
		display: flex;
		flex-direction: column;
		flex: 1 0 100%;
	}

.video-modal .video-modal-content::before {
			content: '';
			display: block;
			flex: 0 0 60px;
		}

.video-modal .video {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 1 0 0;
		margin: 0;
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Section displaying a list of all subject areas
 * in order to help site visitors narrow down the
 * programs they wish to explore.
 * @module: .subjects
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.subjects ul {
		display: flex;
		flex-wrap: wrap;
		margin: -3px -3px 60px;
		padding: 0;
		font: 600 1.3rem/1.23 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		list-style: none;
	}

.subjects li {
		flex: 0 0 50%;
	}

.subjects li a {
			display: flex;
			align-items: center;
			height: 60px;
			margin: 3px;
			padding: 0 10px;
			background-color: white;
			color: #991c2d;
			text-decoration: none;
		}

.subjects li a:hover {
				color: #711824;
			}

.subjects li a:hover span::after {
					-webkit-transform: translateX(10px);
					        transform: translateX(10px);
					-webkit-filter: brightness(0.7);
					        filter: brightness(0.7);
				}

.subjects li span {
			display: inline-block;
			position: relative;
			padding-right: 12px;
			white-space: nowrap;
		}

.subjects li span::after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: 0;
				width: 8px;
				height: 6px;
				margin: -3px 0 0;
				background: url('../svg/arrow-red-2.svg') no-repeat center transparent;
				background-size: contain;
				transition: -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
				transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
				transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
			}

.subjects li:last-child a {
				background-color: #991c2d;
				color: white;
				-webkit-font-smoothing: antialiased;
				transition: background-color 0.3s ease-in-out;
			}

.subjects li:last-child a:hover {
					background-color: #711824;
				}

.subjects li:last-child a:hover span::after {
						-webkit-filter: none;
						        filter: none;
					}

.subjects li:last-child span::after {
					background-image: url('../svg/arrow-white-2.svg');
				}

@media (min-width: 700px) {
		.subjects ul {
			font-size: 1.6rem;
			line-height: 1.25 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.subjects li {
			flex-basis: 33%;
		}
			.subjects li a {
				height: 80px;
				padding: 0 12px;
			}
			.subjects li span {
				padding-right: 16px;
			}
				.subjects li span::after {
					width: 11px;
					height: 8px;
				}
}

@media (min-width: 1130px) {
		.subjects ul {
			margin: -10px -10px 60px;
			font-size: 2.2rem;
			line-height: 1.18;
		}
		.subjects li {
			flex-basis: 25%;
			max-width: 25%;
		}
			.subjects li a {
				height: 110px;
				margin: 5px;
				padding: 0 18px;
			}
			.subjects li span {
				padding-right: 22px;
			}
				.subjects li span::after {
					width: 15px;
					height: 11px;
				}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .cta-2col-bg
 * Section featuring key content for prospective
 * audiences that differentiates SBCC as an
 * institution.Uses a CTAs: 2 Columns, Background
 * display object; author can opt to add additional
 *  display objects to feature other content.
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.cta-2col-bg > h2 {
		margin: 0 0 20px;
	}

.cta-2col-bg .items {
		width: 100%;
		color: white;
	}

.cta-2col-bg .mask {
		margin: 0 0 10px;
		padding-bottom: 67.24%;
	}

.cta-2col-bg .img-wrap {
		background-color: black;
	}

.cta-2col-bg .item {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 6.9%;
		text-align: center;
	}

.cta-2col-bg .item > * {
			width: 100%;
		}

.cta-2col-bg h3 {
		margin: 0 0 13px;
		font: 600 2.6rem/1.31 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	}

.cta-2col-bg p {
		margin: 0 0 22px;
		font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	}

.cta-2col-bg .btn {
		margin: 0;
	}

@media (max-width: 699px) {
		.cta-2col-bg .mask {
			margin: 0 0 50px;
			padding: 0;
		}
			.cta-2col-bg .mask::after {
				display: none;
			}
		.cta-2col-bg .mask-img {
			display: block;
			position: static;
			width: 100%;
			height: auto;
			margin: 0 0 30px;
		}
		.cta-2col-bg .item {
			position: relative;
			padding: 0;
		}
		.cta-2col-bg h3 {
			color: #991c2d;
			font: 600 2rem/1.6 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: none;
		}
		.cta-2col-bg p {
			color: #222;
			font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: none;
		}
		.cta-2col-bg .btn {
			font: 600 1.5rem/1.47 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.cta-2col-bg > h2 {
			margin: 0 0 35px;
		}
}

@media (min-width: 1024px) {
		.cta-2col-bg > h2 {
			margin: 0 0 45px;
		}
		.cta-2col-bg .items {
			position: relative;
			padding-bottom: 33.37%;
		}
		.cta-2col-bg .items-wrap {
			display: flex;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.cta-2col-bg .mask {
			flex: 1 0 0;
			width: 100%;
			margin: 0;
			padding: 0;
		}
			.cta-2col-bg .mask:first-child {
				margin-right: 10px;
			}
		.cta-2col-bg h3 {
			margin: 0 0 17px;
			font: 600 3.2rem/1.06 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cta-2col-bg p {
			margin: 0 0 32px;
			font: 1.9rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.cta-2col-bg .wrap {
			margin: 0 -6.9%;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Events List

 * Page displays all Event objects in chronological
 * order, starting with today's date. 10 objects are
 * displayed per page. If a user reaches an Event
 * list page by clicking on a tag link from a
 * tag-based 3 Up Feature display object, underneath
 * the page title a subtitle will read "Results For:
 * [TAG NAME]" with a link to view all events.
 * @module: .events-list
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.events-list-results {
	margin: 15px 0 95px;
}

.events-list-results .results {
		margin: 0 0 20px;
		font: 1.8rem/1.56 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.events-list-results .btn {
		display: inline-block;
		margin: 0;
		cursor: pointer;
	}

.events-list {
	margin-top: 50px;
}

.events-list .media-block {
		display: flex;
		margin: 0 0 40px;
	}

.events-list .date-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 0 0 60px;
		height: 60px;
		margin-right: 16px;
		border: 3px solid #cacaca;
	}

.events-list .db-month {
		margin: 0 0 5px;
		font: 600 1rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

.events-list .db-date {
		font: 600 2.4rem/0.85 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.events-list .date {
		margin: 0 0 10px;
		font: 600 1.2rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media (min-width: 700px) and (max-width: 1023px) {
	.events-list-results {
		display: flex;
		align-items: center;
		margin: 30px 0 80px;
	}
		.events-list-results .results {
			margin: 0 50px 0 0;
			font: 2rem/1.5 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.events-list .date-block {
			flex: 0 0 112px;
			height: 112px;
			margin-right: 30px;
		}
		.events-list .db-month {
			margin: 0 0 7px;
			font-size: 2rem;
		}
		.events-list .db-date {
			font-size: 5rem;
		}
}

@media (min-width: 1024px) {
	.events-list-results {
		display: flex;
		align-items: center;
		margin: 35px 0 150px;
	}
		.events-list-results .results {
			margin: 0 65px 0 0;
			font: 2.6rem/1.54 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.events-list .date-block {
			flex: 0 0 150px;
			height: 150px;
			margin-right: 30px;
		}
		.events-list .db-month {
			margin: 0 0 10px;
			font-size: 2.6rem;
		}
		.events-list .db-date {
			font-size: 7.5rem;
		}
		.events-list .date {
			margin: 0 0 16px;
			font: 600 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Basic exceptions for homepage
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.page-home h2,
	.page-home .h2 {
		font-size: 3.6rem;
	}

@media (min-width: 700px) and (max-width: 1023px) {
		.page-home h2,
		.page-home .h2 {
			font-size: 5rem;
		}
	}

@media (min-width: 1024px) {
		.page-home h2,
		.page-home .h2 {
			font-size: 6.5rem;
		}
	}

.page-home .column {
		background-color: #f2f3f2;
		background-image: none;
	}

.page-home .main {
		padding-bottom: 0;
		background-color: white;
		z-index: 2;
	}

.page-home .instagram-block h2, .page-home .twitter-block h2 {
			font: 600 2.2rem/1.41 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}

.page-home .footer {
		position: relative;
		z-index: 2;
	}

.page-home .footer .top {
			overflow: hidden;
			padding-top: 40px;
			background-color: white;
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
* Special home page call to actions
* @module: .home-cta-special
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.home-cta-special {
	background-color: #f2f3f2;
	text-align: center;
}

.home-cta-special::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 150px;
		background-image: linear-gradient(to bottom, rgba(242, 243, 242, 1) 0, rgba(242, 243, 242, 0) 100%);
		z-index: 2;
	}

.home-cta-special img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-family: "object-fit:cover";
		object-fit: cover;
		z-index: 1;
	}

.home-cta-special .content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 100%;
		height: 540px;
		padding: 0 15px;
		z-index: 3;
	}

@media (max-width: 699px) {
		}

@media (min-width: 700px) and (max-width: 1023px) {

.home-cta-special .content {
			height: 600px
	}
		}

@media (min-width: 1024px) {

.home-cta-special .content {
			height: 780px
	}
		}

@media (min-width: 1400px) {

.home-cta-special .content {
			height: 900px
	}
		}

@media (min-width: 1750px) {

.home-cta-special .content {
			height: 1000px
	}
		}

.home-cta-special .content-wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 85%;
	}

@media (max-width: 424px) {

.home-cta-special .title {
			width: 200px;
			margin: 0 auto
	}
		}

.home-cta-special .wrap {
		display: flex;
		justify-content: center;
	}

.home-cta-special .buttons {
		flex-direction: column;
		align-items: center;
		margin: 0;
	}

.home-cta-special .btn {
		width: 100%;
		max-width: 90vw;
		margin: 0 0 10px;
		font: 600 1.8rem/1.33 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.home-cta-special .btn:last-child {
			margin: 0;
		}

@media (min-width: 700px) and (max-width: 1023px) {
		.home-cta-special .btn {
			font: 600 2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
	.home-cta-special {
		text-align: left;
	}
		.home-cta-special .texts {
			flex: 1 0 0;
		}
		.home-cta-special .wrap {
			justify-content: flex-end;
			flex: 1 0 auto;
		}
		.home-cta-special .buttons {
			justify-content: flex-end;
			margin: 0 0 25px;
		}
		.home-cta-special .btn {
			margin: 0 0 24px;
			padding: 22px 50px;
			font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-align: center;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Other home page call to actions
 * @module: .home-cta
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.home-cta {
	position: relative;
	text-align: center;
}

.home-cta::before {
		content: '';
		display: block;
		position: absolute;
		top: -1px;
		right: 0;
		bottom: 50%;
		left: 0;
		width: 100%;
		padding-bottom: 11.25%;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		z-index: 2;
	}

html .home-cta {
	}

html .home-cta::after {
			padding-top: 0;
			transition: padding-top 0.6s ease-in-out;
		}

html.home-slant-1-animation .home-cta::after {
		padding-top: 11.25vw;
	}

.home-cta img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-family: "object-fit:cover";
		object-fit: cover;
		z-index: 1;
	}

.home-cta .content {
		position: relative;
		z-index: 3;
	}

.home-cta .title {
		margin: 0 0 40px;
	}

.home-cta .texts {
		margin: 0 0 260px;
	}

.home-cta .description {
		font: 1.8rem/1.61 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.home-cta .wrap {
		display: flex;
		justify-content: center;
	}

.home-cta .buttons {
		flex-direction: column;
		align-items: center;
		margin: 0 0 50px;
	}

.home-cta .btn {
		width: 100%;
		max-width: 90vw;
		margin: 0 0 10px;
		font: 600 1.8rem/1.33 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media (min-width: 700px) and (max-width: 1023px) {
		.home-cta .texts {
			margin: 0 0 300px;
		}
		.home-cta .description {
			font: 2rem/1.6 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.home-cta .btn {
			font: 600 2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
	.home-cta {
		text-align: left;
	}
		.home-cta .content {
			display: flex;
			justify-content: space-between;
		}
		.home-cta .title {
			margin: 0 0 50px;
		}
		.home-cta .texts {
			flex: 0 0 50%;
			margin: 0 0 485px;
		}
		.home-cta .description {
			font: 2.2rem/1.68 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.home-cta .wrap {
			justify-content: flex-end;
			flex: 0 0 50%;
		}
		.home-cta .buttons {
			margin: 0 0 25px;
		}
		.home-cta .btn {
			margin: 0 0 24px;
			padding: 22px 50px;
			font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-align: center;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: `.home-stats` on home page
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.home-stats {
	padding: 0 40px;
	text-align: center;
}

.home-stats h2 {
		margin: 0 0 45px;
	}

.home-stats .item {
		display: block;
		margin-bottom: 50px;
		color: #222;
		text-decoration: none;
	}

.home-stats .item:hover {
		}

.home-stats .item:hover::after {
				-webkit-transform: translateX(10px);
				        transform: translateX(10px);
				-webkit-filter: brightness(0.7);
				        filter: brightness(0.7);
			}

.home-stats .item::before {
			content: '';
			display: block;
			height: 105px;
			margin: 0 auto;
			background: none no-repeat top center transparent;
			background-size: contain;
		}

.home-stats .item::after {
			content: '';
			display: block;
			width: 28px;
			height: 21px;
			margin: 0 auto;
			background: url('../svg/arrow-red.svg') no-repeat center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		}

.home-stats .item.scholarship::before {
			width: 61px;
			background-image: url('../svg/icon-scholarship.svg');
		}

.home-stats .item.financial-aid::before {
			width: 80px;
			background-image: url('../svg/icon-financial-aid.svg');
		}

.home-stats .item.mortar-board::before {
			width: 104px;
			background-image: url('../svg/icon-mortar-board.svg');
		}

.home-stats .item.piggy-bank::before {
			width: 90px;
			background-image: url('../svg/icon-piggy-bank.svg');
		}

.home-stats h3 {
		margin: 0 0 12px;
		font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.home-stats strong {
		display: block;
		font: 600 6.5rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.home-stats .subtitle {
		display: block;
		font: 600 2.8rem/1.32 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media (min-width: 700px) {
		.home-stats .item {
			-webkit-transform: translateY(30px);
			        transform: translateY(30px);
			opacity: 0;
		}
			.home-stats .item.scholarship { transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out; transition: opacity 0.4s ease-out, transform 0.4s ease-out; transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
			.home-stats .item.financial-aid { transition: opacity 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s; transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s; transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s; }
			.home-stats .item.mortar-board { transition: opacity 0.4s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s; transition: opacity 0.4s ease-out 0.6s, transform 0.4s ease-out 0.6s; transition: opacity 0.4s ease-out 0.6s, transform 0.4s ease-out 0.6s, -webkit-transform 0.4s ease-out 0.6s; }
			.home-stats .item.piggy-bank { transition: opacity 0.4s ease-out 0.9s, -webkit-transform 0.4s ease-out 0.9s; transition: opacity 0.4s ease-out 0.9s, transform 0.4s ease-out 0.9s; transition: opacity 0.4s ease-out 0.9s, transform 0.4s ease-out 0.9s, -webkit-transform 0.4s ease-out 0.9s; }
			.home-stats-animation .home-stats .item {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
				opacity: 1;
			}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.home-stats h2 {
			margin: 0 0 50px;
			padding: 0 25%;
		}
		.home-stats .items {
			display: flex;
			flex-wrap: wrap;
		}
		.home-stats .item {
			flex: 1 0 30%;
			margin: 0 10% 50px;
		}
}

@media (min-width: 1024px) {
	.home-stats {
		padding: 0;
	}
		.home-stats h2 {
			margin: 0 0 60px;
			text-align: left;
		}
		.home-stats .items {
			display: flex;
			justify-content: space-between;
		}
		.home-stats .item {
			max-width: 20%;
			margin: 0;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .home-social-blocks
 * special to home page
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.home-social-blocks {
	position: relative;
	padding-top: 11.25vw;
	background-color: #f2f3f2;
}

.home-social-blocks::before {
		content: '';
		display: block;
		position: absolute;
		top: -1px;
		right: 0;
		left: 0;
		padding-top: 0;
		background: url('../svg/slant-white.svg') no-repeat center transparent;
		background-size: 100% 100%;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		transition: padding-top 0.6s ease-in-out;
		z-index: 1;
	}

.home-slant-2-animation .home-social-blocks::before {
			padding-top: 11.25vw;
		}

.home-social-blocks .wrap {
		position: relative;
		padding-bottom: 10px;
		background-color: #f2f3f2;
		z-index: 2;
	}

@media (min-width: 700px) {
		.home-social-blocks .home-social-block {
			-webkit-transform: translateY(30px);
			        transform: translateY(30px);
			opacity: 0;
		}
			.home-social-blocks .home-social-block.instagram-block { transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out; transition: opacity 0.4s ease-out, transform 0.4s ease-out; transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
			.home-social-blocks .home-social-block.twitter-block { transition: opacity 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s; transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s; transition: opacity 0.4s ease-out 0.3s, transform 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s; }
			.home-social-animation .home-social-blocks .home-social-block {
				-webkit-transform: translateY(0);
				        transform: translateY(0);
				opacity: 1;
			}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.home-social-blocks .wrap {
			padding-bottom: 20px;
		}
}

@media (min-width: 1024px) {
		.home-social-blocks .wrap {
			display: flex;
			padding-bottom: 20px;
		}
		.home-social-blocks .instagram-block,
		.home-social-blocks .twitter-block {
			flex: 0 0 calc(50% - 60px);
			width: calc(50% - 60px);
		}
		.home-social-blocks .instagram-block {
			margin-right: 60px;
		}
			.home-social-blocks .instagram-block .item {
				flex: 1 0 40%;
				margin: 0;
			}
				.home-social-blocks .instagram-block .item:nth-child(odd) {
					margin-right: 10px;
				}
				.home-social-blocks .instagram-block .item:nth-child(-n+2) {
					margin-bottom: 10px;
				}
			.home-social-blocks .twitter-block .items {
				display: block;
			}
					.home-social-blocks .twitter-block .items .item:not(:last-child) {
						margin: 0 0 25px;
						padding: 0 0 25px;
						border: 0;
						border-bottom: 1px solid #979797;
					}
					.home-social-blocks .twitter-block .items .item:not(:first-child) {
						margin: 0 0 25px;
					}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .stories-ctas
 * Statistics display object. Selection of statistics
 * highlighting what SBCC offers students academically.
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.stories-ctas .item {
		margin: 0 0 40px;
	}

.stories-ctas p {
		margin: 0 0 18px;
		text-align: center;
	}

.stories-ctas .wrap {
		display: flex;
		justify-content: center;
	}

.stories-ctas .buttons {
		flex-direction: column;
		align-items: center;
		margin: 0 0 35px;
	}

.stories-ctas .btn {
		width: 100%;
		max-width: 90vw;
	}

.stories-ctas .story {
		width: 100%;
		margin: 0;
		background: none no-repeat center black;
		background-size: cover;
		color: white;
	}

.stories-ctas .mask {
		width: 100%;
		margin: 0;
		padding: 0 0 118.97%;
	}

.stories-ctas .mask::after {
			background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 80%);
		}

.stories-ctas .mask-cage {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 7.59% 8.62%;
	}

.stories-ctas .mask-cage > * {
			width: 90%;
		}

.stories-ctas q {
		display: block;
		margin: 0 0 5.69%;
		font: 500 1.8rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		text-align: center;
	}

.stories-ctas q::before {
			content: '';
			display: block;
			width: 30px;
			height: 27px;
			margin: 0 auto 18px;
			background: url('../svg/quote-icon.svg') no-repeat center transparent;
			background-size: contain;
		}

.stories-ctas figcaption {
		margin: 0;
		font: 1.2rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		text-transform: uppercase;
	}

@media (max-width: 699px) {
		.stories-ctas .text {
			text-align: left;
		}
}

@media (min-width: 700px) {
		.stories-ctas .item {
			display: flex;
			align-items: flex-start;
			margin: 0 0 75px;
		}
			.stories-ctas .item:last-child {
				margin: 0;
			}
				.stories-ctas .item.left .texts {
					order: 2;
				}
				.stories-ctas .item.left .story {
					order: 1;
					margin: 0 30px 0 0;
				}
		.stories-ctas .texts {
			flex: 1 0 0;
		}
		.stories-ctas p {
			text-align: left;
		}
		.stories-ctas .wrap {
			justify-content: flex-start;
		}
		.stories-ctas .buttons {
			margin: 0;
		}
			.stories-ctas .btn:last-child {
				margin: 0;
			}
		.stories-ctas .story {
			flex: 1 0 0;
			margin: 0 0 0 30px;
		}
}

@media (min-width: 1024px) {
		.stories-ctas .btn {
			padding: 22px 50px;
			font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.stories-ctas .item {
			margin: 0 0 90px;
		}
		.stories-ctas .text {
			margin-bottom: 40px;
		}
		.stories-ctas q {
			font: 500 2rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .stats-block
 * Statistics display object. Selection of statistics
 * highlighting what SBCC offers students academically.
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.stats-block {
	background-color: #f2f3f2;
	text-align: center;
}

.stats-block .mask-cage {
		padding: 35px 0 0;
	}

.stats-block .item {
		display: block;
		margin-bottom: 50px;
		color: #222;
		text-decoration: none;
	}

.stats-block .item:hover::before {
				-webkit-transform: translateY(-10px);
				        transform: translateY(-10px);
			}

.stats-block .item::before {
			content: '';
			display: block;
			height: 133px;
			margin: 0 auto 8px;
			background: none no-repeat top center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		}

.stats-block .item.student-faculty::before {
			width: 109px;
			background-image: url('../svg/icon-student-faculty.svg');
		}

.stats-block .item.instructor::before {
			width: 118px;
			background-image: url('../svg/icon-instructor.svg');
		}

.stats-block .item.pencil-paper::before {
			width: 111px;
			background-image: url('../svg/icon-pencil-paper.svg');
		}

.stats-block .item.diploma::before {
			width: 96px;
			background-image: url('../svg/icon-diploma.svg');
		}

.stats-block h2 {
		margin: 0;
		font: 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.stats-block strong {
		display: block;
		margin: 0 0 10px;
		font: 600 6.5rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

@media (min-width: 700px) and (max-width: 1023px) {
		.stats-block .items {
			display: flex;
			flex-wrap: wrap;
		}
		.stats-block .item {
			flex: 1 0 40%;
			margin: 0 5% 50px;
		}
		.stats-block strong {
			font: 600 7.5rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
		.stats-block .items {
			display: flex;
			justify-content: space-between;
		}
		.stats-block .item {
			max-width: 20%;
			margin: 0;
		}
		.stats-block strong {
			font: 600 7.5rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * News List
 * Page displays all News objects in reverse
 * chronological order. 10 objects are displayed
 * per page.
 * @module: .news-list
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.news-list-results {
	margin: 15px 0 95px;
}

.news-list-results .results {
		margin: 0 0 20px;
		font: 1.8rem/1.56 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.news-list-results .btn {
		display: inline-block;
		margin: 0;
		cursor: pointer;
	}

.news-list {
	margin-top: 50px;
}

.news-list .date {
		margin: 0 0 10px;
		font: 600 1.2rem/1.42 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

.news-list .title {
		font-size: 1.8rem;
	}

.news-list .body {
		display: none;
	}

@media (min-width: 700px) and (max-width: 1023px) {
		.news-list .title { font-size: 2rem; }
	}

@media (min-width: 700px) {
		.news-list .media-block .img { flex: 1 0 33%; }
		.news-list .media-block .content { flex: 1 0 67%; }
	}

@media (min-width: 1024px) {
		.news-list .media-block { margin-bottom: 60px; }
		.news-list .title { font-size: 2.6rem; }
		.news-list .body { display: block; }
	}

@media (min-width: 700px) and (max-width: 1023px) {
	.news-list-results {
		display: flex;
		align-items: center;
		margin: 30px 0 80px;
	}
		.news-list-results .results {
			margin: 0 50px 0 0;
			font: 2rem/1.5 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
	.news-list-results {
		display: flex;
		align-items: center;
		margin: 35px 0 150px;
	}
		.news-list-results .results {
			margin: 0 65px 0 0;
			font: 2.6rem/1.54 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.news-list .date {
			margin: 0 0 16px;
			font: 600 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .list-navigation
 * Pagination navigation for lists
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.list-navigation {
	display: flex;
	justify-content: center;
	font: 600 1.6rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: default;
}

.list-navigation ul {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 56px;
		padding: 0 25px;
		border: 3px solid #cacaca;
		border-radius: 50px;
	}

.list-navigation button {
		cursor: pointer;
	}

.list-navigation li {
		min-width: 22px;
		height: 22px;
		border-radius: 30px;
		-webkit-font-smoothing: antialiased;
		line-height: 22px;
		text-align: center;
	}

.list-navigation li button {
			display: block;
			width: 100%;
			padding: 0;
			background-color: transparent;
			border: 0;
			color: #222;
		}

.list-navigation .prev button::after, .list-navigation .next button::after {
				content: '';
				display: block;
				width: 10px;
				height: 22px;
				background: url('../svg/list-nav-prev-on.svg') no-repeat center transparent;
				background-size: contain;
			}

.list-navigation .prev button {
			margin-right: 15px;
		}

.list-navigation .prev.inactive button {
			cursor: default;
			pointer-events: none;
		}

.list-navigation .prev.inactive button::after {
				background-image: url('../svg/list-nav-prev.svg');
			}

.list-navigation .next button {
			margin-left: 15px;
		}

.list-navigation .next button::after {
				background-image: url('../svg/list-nav-next-on.svg');
			}

.list-navigation .next.inactive button {
			cursor: default;
			pointer-events: none;
		}

.list-navigation .next.inactive button::after {
				background-image: url('../svg/list-nav-next.svg');
			}

.list-navigation .on {
		background-color: #991c2d;
		color: white;
	}

.list-navigation .on span {
			padding: 0 5px;
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @module: .news-events-detail
 * Used for News and Events Detail page
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.news-events-detail {
	margin-top: 20px;
}

.news-events-detail .media {
		width: 100%;
		margin: 0 0 30px;
	}

.news-events-detail img {
		width: 100%;
	}

.news-events-detail .caption {
		padding: 17px 20px;
		background-color: #991c2d;
		color: white;
		font: 1.5rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
	}

.news-events-detail .date {
		margin: 0 0 12px;
		font: 600 1.2rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

@media (max-width: 699px) {
		.news-events-detail .caption {
			display: none;
		}
}

@media (min-width: 1024px) {
		.news-events-detail .media {
			margin: 0 0 55px;
		}
		.news-events-detail .caption {
			font: 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.news-events-detail .date {
			font: 600 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Displays an alphabetical list of all Degree content
 * objects that match the tag the author has selected
 * NOTE: this pattern relies on `.media-blocks` and
 * `.media-block` patterns (via class inheritance).
 * @module: .degrees
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.degrees .option {
		display: flex;
		align-items: center;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 40px;
		padding: 12px 15px;
		background-color: #991c2d;
		color: white;
		font: 600 1.2rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		text-transform: uppercase;
	}

.degrees .option.online::before {
			content: '';
			display: block;
			width: 19px;
			height: 15px;
			margin: 0 12px 0 0;
			background: url('../svg/icon-online.svg') no-repeat center transparent;
			background-size: contain;
		}

.degrees .sub-list {
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
	}

.degrees .sub-list li::before {
				content: '•';
				display: inline-block;
				width: 20px;
				margin-left: -20px;
				color: #991c2d;
			}

.degrees .sub-list a {
			color: #991c2d;
		}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Generic block 2 column + cta
 * @module: .column-2-cta
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.column-2-cta .items {
		display: flex;
	}

.column-2-cta .item {
		flex: 1 0 50%;
	}

.column-2-cta .item:first-child {
			margin-right: 25px;
		}

.column-2-cta .title {
		font: 600 1.6rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.column-2-cta .caption {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #991c2d;
		color: white;
		text-align: center;
	}

.column-2-cta .caption p {
			-webkit-font-smoothing: antialiased;
		}

.column-2-cta .wrap {
		padding: 20px;
	}

.column-2-cta .btn {
		margin: 0;
	}

@media (max-width: 699px) {
		.column-2-cta .items {
			display: block;
		}
}

@media (min-width: 700px) and (max-width: 1023px) {
		.column-2-cta h2 {
			margin: 0 0 35px;
		}
		.column-2-cta .row:last-of-type p:last-of-type {
			margin: 0;
		}
		.column-2-cta .title {
			font: 600 1.7rem/1.59 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
}

@media (min-width: 1024px) {
		.column-2-cta h2 {
			margin: 0 0 35px;
		}
			.column-2-cta .item:first-child {
				margin-right: 45px;
			}
		.column-2-cta .row:last-of-type p:last-of-type {
			margin: 0;
		}
		.column-2-cta .title {
			font: 600 2.6rem/1.38 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		}
		.column-2-cta .caption {
			padding: 20px;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * GENERIC page `.mb` elements to give
 * page modules/blocks/elements page margin flow
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.mb {
	margin-bottom: 70px;
}

@media (min-width: 700px) {

.mb {
		margin-bottom: 80px
}
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Various masks that show up on block tops/bottoms
 * `.mask` + `.mask-slant-*` or `.mask-fade-*` etc.
 * `.mask-img` for background images
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.mask {
	position: relative;
	margin-bottom: 15px;
}

@media (min-width: 700px) {

.mask {
		margin-bottom: 40px
}
	}

.mask-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	object-fit: cover;
	pointer-events: none;
	z-index: 1;
}

.mask-cage {
	position: relative;
	z-index: 3;
}

[class*="mask-top"]::before,
[class*="mask-bottom"]::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

[class*="mask-top"]::before { top: -1px; }

[class*="mask-bottom"]::after { bottom: -1px; }

.mask-top-slant {
	padding-top: 11.25vw;
}

.mask-top-slant::before {
		padding-top: 11.25vw;
		background: url('../svg/slant-white.svg') no-repeat center transparent;
		background-size: 100% 100%;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

@media (min-width: 1900px) {

.mask-top-slant {
		padding-top: 214px
}
		.mask-top-slant::before { padding-top: 214px; }
	}

.mask-bottom-slant {
	padding-bottom: 11.25vw;
}

.mask-bottom-slant::after {
		padding-top: 11.25vw;
		background: url('../svg/slant-white.svg') no-repeat center transparent;
		background-size: 100% 100%;
	}

@media (min-width: 1900px) {

.mask-bottom-slant {
		padding-bottom: 214px
}
		.mask-bottom-slant::after { padding-top: 214px; }
	}

.mask-top-fade::before {
	padding-top: 225px;
	background-image: linear-gradient(to bottom, white 0%, white 15%, transparent 100%);
}

.mask-bottom-fade::after {
	padding-top: 225px;
	background-image: linear-gradient(to top, white 0%, white 15%, transparent 100%);
}

.mask-bottom-imgfade::after {
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * '.btn' buttons and so forth
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 4rem 0 5rem;
}

.btn-blank {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	text-align: left;
}

.btn {
	max-width: 100%;
	margin: 0 0 12px;
	padding: 15px 30px;
	background-color: #991c2d;
	border: 0;
	border-radius: 300px;
	color: white;
	font: 600 1.8rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	transition: background-color 0.3s ease-in-out;
	cursor: pointer;
}

a.btn {
		display: inline-block;
	}

.btn:hover {
		background-color: #711824;
		color: white;
		text-decoration: none;
	}

.btn.large {
		padding: 22px 50px;
		font: 600 2.2rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.btn.white {
		background-color: white;
		color: #991c2d;
	}

.btn.white:hover {
			color: #711824;
		}

@media (min-width: 700px) {
	.buttons {
		flex-direction: row;
	}
			.buttons.row .btn:not(:first-child) {
				margin-left: 30px;
			}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Helper styles for svg basics
 * .svg - this wrapper indicates we're overriding default
 * fill and stroke colors by applying "currentColor"
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.svg [fill] { fill: currentColor; }

.svg [stroke] { stroke: currentColor; }

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * `.loader` helper for loading content
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	color: #bbb;
	font: 1.4rem/2 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}

.loader.on {
		opacity: 1;
	}

.loader::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../svg/loader.svg') no-repeat center transparent;
		background-size: contain;
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * helpers to visually hide elements on the page
 * mostly used for accessibility purposes
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.ghost {
	overflow: hidden;
	display: block;
	position: absolute !important;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.visibility-hidden {
	visibility: hidden;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Helper to group JS for ease of development
 * @helper: .hidden-js
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.hidden-js {
	visibility: hidden;
}

/*# sourceMappingURL=app.css.map */