@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;
	-webkit-box-sizing: inherit;
	        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;
	-webkit-transition: color 0.3s ease-in-out;
	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;
	-webkit-box-sizing: content-box;
	        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;
	-webkit-box-sizing: border-box;
	        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).
 */

/* removed by designer #62752 */
/*::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
	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;
}

video {
	width: 100%;
}

/**
 * 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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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] {
	-ms-touch-action: manipulation;
	    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 {
	background-color: white;
	font: 300 10px/1.15 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        -ms-text-size-adjust: 100%;
			text-size-adjust: 100%;
			-webkit-font-smoothing: antialiased;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * 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;
	-webkit-box-shadow: 0 0 0 3px #f2f3f2;
	        box-shadow: 0 0 0 3px #f2f3f2;
}

.column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	position: relative;
	width: 100%;
	transition: padding 300ms;
}

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

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

.column::after {
		top: 370px;
		margin-top: -11.25vw;
		padding-top: 11.25vw;
		background: url('/_resources/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;
		}

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

@media (min-width: 700px) {
	.main {
		padding: 55px 30px 50px;
	}
}

@media (min-width: 1024px) {
	.main {
		padding: 55px 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;
	background-color: black;
	color: white;
}

.hero__ctas {
	display: none;
}

.no-hero-image .hero__ctas {
	margin-bottom: -50px;
}
.menu-main-open .hero__ctas {
	display: none;
}
@media (min-width: 700px) {
	.hero__ctas {
		display: block;
		position: absolute;
		bottom: -5px;
		right: 20px;
		z-index: 10;
	}

	.hero__ctas ul {
		padding-left: 0;
		display: flex;
    flex-direction: column;
	}

	.hero__ctas a {
		padding: 6px 15px;
		width: 100%;
		margin-bottom: 0;
	}

	.hero__ctas li {
		list-style: none;
		margin-bottom: 6px;
	}
}

@media (min-width: 1024px) {
	.hero__ctas {
		bottom: 0;
	}
}

.hero.hero--gradient .block {
	min-height: 210px;
	padding-top: 50px;
}

.hero:not(.hero--gradient) {
  min-height: 210px;
}


.hero .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        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";
		-o-object-fit: cover;
		   object-fit: cover;
		z-index: 1;
	}

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

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


.hero .intro {
		margin: 0 0 20px;
	}

.hero--gradient::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent));
		background-image:  linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);;
		z-index: 2;
		transform: rotate(-180deg);
	}

	.hero--no-image {
		background: transparent;
		color: black;
		min-height: 167px;
	}

	.hero--no-image .intro {
		font-size: inherit;
		font-weight: 300;

	}

@media (min-width: 700px) {
	.hero.hero--no-image {
		margin-bottom: 20px;
	}

	.hero .intro {
		margin: 0;
	}

	.hero .block {
		padding-right: 200px;
	}

	.hero.hero--no-image .block {
		min-height: inherit;
		padding-right: 200px;
	}
}

@media (max-width: 699px) {

.hero {
		display: block;
		height: auto;
		margin-top: -55px;
		padding: 0
}
		.hero .block {
			padding: 0;
			padding-top: 20px;
		}
		.hero .content {
			padding: 0 15px;
		}

		.hero--no-image h1 {
			position: static;
			transform: translateY(0);
			margin-top: 40px;
		}

		.hero--no-image .content {
			background: transparent;
		}
	}

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

.hero {
	margin-top: -55px;
}
	.hero.hero--gradient .block {
			min-height: 167px;
			min-height: 23.5vw;

		}

		.hero .block {
			padding-bottom: 20px;
		}


	}

@media (min-width: 1024px) {

		.hero {
				margin-top: -55px;
				padding: 0 30px;
		}

		.hero h1 {
			font-size: 7rem;
		}

		.hero .block {
			min-height: 283px;
			padding-top: 50px;
			padding-bottom: 40px;
		}

		.hero__ctas {
			top: 1px;
			right: 20px;
		}

		.hero__ctas a {
			padding: 10px 15px;
			width: 100%;
		}
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * '.alert' shows at top of page
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.alert {
	position: relative;
	max-width: 1900px;
	top: -55px;
	background-color: black;
	color: white;
	z-index: 2;
}

.alert .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 45px 0 15px;
	}

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

.alert .inner {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0px;
		        flex: 1 0 0;
	}

.alert h2 {
		margin: 7px 0 3px;
		font: 600 3.5rem/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 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 0;
	}

.alert .btn {
		padding: 15px 53px;
		font-size: 1.5rem;
	}

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

@media (min-width: 700px) {

  .alert .buttons {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    align-self: center;
	}

	.alert .btn {
		margin-bottom: 0;
	}

	.alert .inner {
	  padding: 0 25px 0 0;
	}

	.alert .block:before {
	  -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
    width: 68px;
    height: 71px;
    margin: 0 22px 0 0;
	}
}

@media (min-width: 1024px) {
	.alert {
		font-size: 2.6rem;
		line-height: 1.54;
		padding-left: 50px;
		padding-right:  50px;
	}

  .alert h2 {
    padding: 0;
  }
  .alert .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .alert .close {
    top: 19px;
    right: 19px;
    width: 24px;
    height: 24px;
  }
}

/* Clear sub nav */
@media (min-width: 700px) {
  .nav-sub-bar + main .alert,
  .nav-sub-bar + main .announce:first-child {
    padding-top: 42px;
  }

  .nav-sub-bar + main .alert-stub + .announce {
  	padding-top: 0;
  }

  .nav-sub-bar + main .alert .close {
  		top: 57px;
  }
 }

@media (min-width: 700px) {
	.nav-sub-bar + main .alert .close {
  		top: 62px;
  }
}


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

#main-content > .announce {
	position: static;
  top: 0;
} 

.announce {
	position: relative;
	top: -55px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px;
	color: white;
	background: #5A4E85;
	font-size: 1.82rem;
  z-index: 2;
}

.announce + .hero {
  margin-top: 0;
}

.announce.teal {
	background: #098388;
}

.announce.green {
	background: #537F1C;
}

.announce .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 45px 0 15px;
		align-items: center;
	}

.announce .inner {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0px;
		        flex: 1 0 0;
	}

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

.announce h2 {
		margin: 0 0 10px;
		font-size: 3.5rem;
		line-height: 1.07;
	}

.announce .inner a {
  color: white;
}

.announce .buttons {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 0 auto;
	}

.announce .btn {
		background: white;
		color: black;
    padding: 15px 53px;
		transition: background-color 0.3s ease;
		font-size: 1.5rem;
	}

.announce .btn:hover,
.announce .btn:focus {
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
}

@media (min-width: 700px) {
	.announce {
	  top: -97px;
	  padding: 0 30px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.announce .block {
		padding: 45px 0 15px;
	}

	.announce .inner {
		padding-right: 25px;
	}

	.announce .buttons {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}

	.announce .btn {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.announce {
		top: -122px;
		line-height: 1.54;
		margin-left: -60px;
		margin-right: -60px;
		padding: 0 50px;
	}

	.announce .buttons {
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
}

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

.footer {
	margin-top: auto;
}

.footer a {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40px;
		        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('/_resources/svg/sbcc-logo-footer.svg');
			background-size: contain;
		}

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

.footer .contact .group {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        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('/_resources/svg/accordion-arrow-up.svg');
				}

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

.footer .contact .title {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 calc(100% - 65px);
			        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 {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 32px;
			        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('/_resources/svg/accordion-arrow-down.svg') no-repeat center transparent;
				background-size: contain;
			}

.footer .contact .content {
			display: none;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 100%;
			        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50px;
		        flex: 0 0 50px;
		height: 100%;
		background-color: #991c2d;
		color: white;
		-webkit-transition: background-color 0.3s ease-in-out;
		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('/_resources/svg/up-arrow-white.svg') no-repeat center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out;
			-webkit-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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
		.copyright p:last-child {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
			.copyright p:last-child::before {
				content: '|';
				display: block;
				margin: 0 24px;
			}
}

@media (min-width: 1175px) {
	.footer {
	}
		.footer .top {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			padding: 50px 0 50px 60px;
		}
		.footer .logo {
			-ms-flex-preferred-size: 155px;
			    flex-basis: 155px;
			width: 155px;
			margin: 0 70px 0 0;
		}
			.footer .logo::before {
				height: 166px;
			}
		.footer .mid {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 calc(100% - 225px);
			        flex: 1 0 calc(100% - 225px);
			width: calc(100% - 225px);
		}
		.footer .mid-2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
		}
		.footer .contact {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			max-width: none;
			margin: 0 0 15px;
			padding: 0;
		}
			.footer .contact .group {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 29%;
				        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 {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        flex: 1 0 0;
			max-width: none;
			margin: 0;
			padding: 0;
			line-height: 1;
		}
			.footer .utility-compliance-links ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
			.footer .utility-compliance-links li:not(:first-child) {
				margin-left: 40px;
			}
		.footer .social-media {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 280px;
			        flex: 0 0 280px;
			width: 280px;
			margin: 0 60px 0 auto;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * header / banner
 * includes logo, main menu, search, and pipeline
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.header {
	position: relative;
}

.header__sticky {
	position: relative;
	color: black;
	z-index: 999;
	display: flex;
	border-top: 2px solid black;
	background-color: #F2F3F2;
	max-width: 1900px;
}

.header-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	margin: 0;
	padding: 0;

}

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

	.header-bar .item.search > div:first-child {
		height: 100%;
	}

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

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

.header .icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 60px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		cursor: pointer;
		border-right: 2px solid black;
	}

	.header-bar .pipeline,
	.header-bar .agendas,
	.header-bar .give,
	.header-bar .translate {
		display: none;
	}

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

.header .logo {
		margin-right: auto;
		background: #F2F3F2;
	}

.header .logo .icon {
			padding: 0 11px;
			width: 83px;
			height: 100%;
			border-right: 2px solid black;
		}

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

.header-bar .main-menu .icon svg {
			width: 24px;
			height: 20px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			transition: all 300ms;
		}

		.header-bar .main-menu .icon .open-icon {
			opacity: 0;
		}
		.menu-main-open .header-bar .main-menu > nav > button > svg {
			opacity: 0;
		}
		.menu-main-open .header-bar .main-menu .open-icon {
			opacity: 1;
		}

		.menu-main-open .header-bar .main-menu  > nav > button {
			color: #A6192E;
		}

.header-bar .search .icon svg {
			width: 22px;
			height: 22px;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			transition: all 300ms;
		}

		.header-bar .search .icon .open-icon {
			opacity: 0;
		}
		.menu-search-open .header-bar .search svg {
			opacity: 0;
		}
		.menu-search-open .header-bar .search .open-icon {
			opacity: 1;
		}
.logo {
	display: flex;
	align-items: center;
	position: relative;
	transition: background-color 0.3s ease-in-out;
	z-index: 1;
}
.header-bar .icon {
	color: white;
}
.header-bar .icon::before {
	content: '';
	display: block;
	background: none no-repeat center transparent;
	background-size: contain;
}

.header .logo {
	margin-right: auto;
	height: 60px;
}

.header .logo .icon {
	padding: 0 11px;
	width: 83px;
	height: 100%;
	border-right: 2px solid black;
}
.header-bar .pipeline .icon svg {
			width: 38px;
			height: 38px;

		}

		.header-bar .translate .icon svg {
			width: 55px;
			height: 55px;
		}

.header-bar .translate .icon {
	padding: 0 10px;
	width: 85px;
}
.header-bar .agendas .icon {
	forced-color-adjust: none;
}

@media (forced-colors: active) {
	.header-bar .agendas .icon {
		background-color: #991c2d !important;;
		color: white !important;;
	}
}


.header-bar .agendas .icon::before {
			width: 35px;
			height: 35px;
			background-image: url('/_resources/svg/agendas.svg');
		}

.header-bar .give .icon::before {
  width: 35px;
  height: 35px;
  background-image: url('/_resources/img/give-2.png');
}

.header-bar .dropdown {
		overflow: hidden;
		position: fixed;
		top: 62px;
		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: #F2F3F2;
		-webkit-transform: translate(0, -101%);
		        transform: translate(0, -101%);
		transition: opacity 0.3s ease-in-out, -webkit-transform 0s linear 0.31s;
		-webkit-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;
		max-height: 0;
	}

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

@media (min-width: 1024px) {
	.header {
		border: 0;
	}

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

	.header-bar .search .icon {
		border-right: 0;
	}

}

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

.menu-main-open .header-bar .main-menu {
			background-color: #F2F3F2;
			z-index: 2;
			height: calc(100% + 4px);
			margin-top: 4px;
		}

		.menu-main-open .header-bar > .main-menu > nav > .icon::before {
				width: 18px;
				height: 18px;
				background-image: url('/_resources/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;
			}
			.header-bar .dropdown-menu {
				background-color: #F2F3F2;
				opacity: 0;
			}
.menu-main-open .header-bar .dropdown-menu {
			pointer-events: all;
		}
		.menu-main-open .header-bar .dropdown-menu {
			opacity: 1;
			transition: all 300ms;
		}
.menu-main-open .header-bar .dropdown-menu .slide {
				-webkit-transform: translate(0, 0);
				        transform: translate(0, 0);

				transition: max-height 500ms 300ms;
				opacity: 1;
				max-height: 100vh;
			}

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


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

	.menu-search-open header + .column {
		padding-top: 150px;
		transition: all 300ms;
	}



/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	* main search
	*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	.google_translate {
		background-color: white;
		padding: 15px 20px;
		left: -2px;
		border: 2px solid black;
		visibility: hidden;
		opacity: 0;
		transition: all 300ms;
		position: absolute;
	}

	.google_translate.show {
		opacity: 1;
		visibility: visible;
	}
.header-bar .dropdown-search .slide {
			padding: 20px 30px;
			position: static;
		}

.menu-search-open .header-bar .dropdown-search {
	height: 130px;
}

.header-bar .dropdown.dropdown-search {
	overflow: visible;
}

.header-bar .dropdown.dropdown-search .slide {
	overflow: visible;
}

.header-bar .dropdown-search label,
		.header-bar .dropdown-search .input {
			-webkit-transition: none;
			transition: none;
		}
		.header-bar .dropdown-search fieldset {
			border: 0;
			padding: 0;

		}

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

.header-bar .dropdown-search .input {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: absolute;
			height: 60px;
			top: -60px;
			left: 0;
			width: calc(100% - 60px);
			background: #F2F3F2;
			border-right: 2px solid black
		}
.header-bar .dropdown-search input[type="text"] {
	width: 100%;
}
.header-bar .dropdown-search input {
			padding: 0 20px;
			background-color: transparent;
			border: 0;
		}

.header-bar .dropdown-search input[type="radio"] {
	padding: 0;
	appearance: none;
}

.header-bar .dropdown-search input[type="radio"] + label span {
	margin-left: 0;
	position: relative;
}

.header-bar .dropdown-search input[type="radio"] + label span:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid black;
	background-color: transparent;
	border-radius: 100em;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 6px 0 0;
}

.header-bar .dropdown-search input[type="radio"]:checked + label span:before {
	content: "";
	border: 1px solid #3272F5;
}

.header-bar .dropdown-search input[type="radio"]:focus + label span:before {
	outline: 1px solid;
}

.header-bar .dropdown-search input[type="radio"]:checked + label span:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 7.5px;
	border: 4px solid #3272F5;
	border-radius: 100em;
}

.header-bar .dropdown-search label span {
	margin-left: 5px;
	font-weight: 400 !important;
}
.header-bar .dropdown-search .btn {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-preferred-size: 56px;
			    flex-basis: 56px;
			margin: 0;
			padding: 0;
			background-color: transparent;
			border-radius: 0;
			color: white;
			cursor: pointer;
			position: absolute;
			right: 80px;
			top: -45px;
		}

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

	.header__sticky {
		top: 0;
		right: 0;
		left: 0;

	}

	header.sticky .header__sticky {
		position: fixed;
		top: -100%;
		transform: translateY(-100%);
		box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
		-webkit-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}

	header.sticky + .column {
		padding-top: 68px;
		transition: none;
	}

	@media (min-width: 700px) {
		header.sticky + .column {
			margin-top: 170px;
			padding-top: 0;
		}
	}
		.header-down 	header.sticky .header__sticky {
			transform: translateY(0);
			top: 0;
		}



.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 {
		position: relative;
		right: -100%;
		background-color: #991c2d;
		border-right: 0;
	}
.menu-search-open .header-bar .search .icon::before {
				width: 18px;
				height: 18px;

			}

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

	.menu-search-open header + .column {
		padding-top: 68px;
		transition: all 300ms 300ms;
	}
  .header-bar .dropdown-search {
		height: 68px;
    left: 250px;
	}
	.header-bar .slide {
		transition: all 300ms 300ms;
	}
	.menu-search-open  .header-bar .slide {
		transition: none;
	}

	.header-bar .dropdown-search .input {
		transform: scaleX(0);
		transform-origin: right;
		transition: all 300ms 200ms;
	}
	.header-bar .dropdown-search .slide {
		background-color: transparent;
	}
	.menu-search-open .header-bar .dropdown-search .input {
		transform: scaleX(1);
		transition: all 500ms;
	}
	.header-bar .dropdown-search .slide-content {
		width: 100vw;
		margin-left: -250px;
	}
	.header-bar .dropdown-search fieldset {
		opacity: 0;
		transition: all 150ms;
		font-size: 1.4rem;
	}
	.menu-search-open .header-bar .dropdown-search fieldset {
		opacity: 1;
		transition: all 300ms 300ms;
	}

  .header-bar .dropdown-search legend {
		float: left;
		font-size: 1.6rem;
	}

  .header-bar .dropdown-search label {
		display: inline-block;
		margin-top: -3px;
    margin-left: 20px;
	}

	.header-bar .dropdown-search .btn {
		opacity: 0;
		transition: all 200ms;
	}

	.menu-search-open .header-bar .dropdown-search .btn {
		opacity: 1;
		transition: all 300ms 300ms, outline 300ms 0ms;
	}

}

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

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

			.menu-search-open .header-bar .dropdown-search {
				height: 0;
			}
}

@media (min-width: 1024px) {
	.header {
		background: transparent;
		background-image: none;
	}
	.menu-search-open .header-bar .search .icon::before {
		width: 27px;
		height: 27px
	}

  .header-bar .dropdown-search fieldset {
		float: right;
		width: 598px;
	}

	.menu-search-open header + .column {
		padding-top: 0;
	}

	.header-bar .dropdown-search {
		border-top: 2px solid black;
	}

	.header-bar .dropdown-search .input {
		top: -55px;
		right: 71px;
    left: auto;
		height: 53px;
		width: 560px;
	}

	.menu-search-open .utility-links.utility-links--desktop {
		opacity: 0;
		visibility: hidden;
	}


	.menu-search-open .header-bar .item.translate,
	.menu-search-open .header-bar .item.agendas,
	.menu-search-open .header-bar .item.pipeline {
		opacity: 0;
		visibility: hidden;
		transition: all 300ms;
	}


	.header-bar .dropdown-search .slide-content {
		margin-left: 0;
		width: auto;
	}

	.header-bar .dropdown.dropdown-search {
		left: 0;

		height: 68px;
		top: 53px;
	}

	.menu-search-open .header-bar .search .icon {
		right: 0;
	}

	.menu-search-open .header__bottom {
		margin-top: 68px;
		transition: all 300ms 300ms;
	}

	.header-bar .dropdown-search .btn {
		right: 86px;
    top: -41px;
	}
}

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

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

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

.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;
				-webkit-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;
				max-height: 100%;
			}


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

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

.header-bar .dropdown-menu a:hover {
				text-decoration: underline;
			}
.header-bar .dropdown-menu li ul a {
	color: #000;
}
.header-bar .dropdown-menu .sections .section {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				border-bottom: 2px solid #000;
				-webkit-transition: none;
				transition: none;
				opacity: 0;
			}

.header-bar .dropdown-menu .sections .section[data-expanded="true"] .toggle::after {
						transform: rotate(180deg);
					}

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

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

.header-bar .dropdown-menu .sections .toggle {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 32px;
				        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('/_resources/svg/accordion-arrow-down-red.svg') no-repeat center transparent;
					background-size: contain;
				}

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

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

.header-bar .dropdown-menu .base {
			padding: 0 15px 15px;
			-webkit-transition: none;
			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: 400 1.4rem/1.44 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				padding: 20px 15px;
				background-color: #A6192E;
				margin: 0 -15px;
			}

.header-bar .dropdown-menu .base .utility-links a {
	color: #fff;
}

.header-bar .dropdown-menu .base .utility-links ul {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-ms-flex-wrap: wrap;
					    flex-wrap: wrap;
							justify-content: space-between;
				}

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

.header-bar .main-menu button {
	border-right: 0;
}

.header-bar .main-menu > nav {
	height: 100%;
}
.header-panel__ctas  {
	padding: 20px 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.header-panel__ctas a {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.header-bar .dropdown-menu  .header-panel__ctas a:hover {
	text-decoration: none;
}

@media (min-width: 700px) {
	.header-panel__ctas,
	.header-actions  {
		display: none;
	}
}

.utility-links--desktop,
.header__bottom {
	display: none;
}

.header__top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
    z-index: 10000;
		background-color: #991c2d;
		border-bottom: 2px solid;
}
.header-bar .pipeline .icon:before, .header-bar .translate .icon:before {
	content: none;
}

.header-bar .pipeline a, .header-bar .agendas a, .header-bar .translate a {
	color: white;
}
@media (min-width: 700px) {
	.header-bar .pipeline, .header-bar .agendas, .header-bar .translate, .header-bar .give {
		display: block;
	}
}
@media (min-width: 1024px) {
	.header-bar .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.header__sticky {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60px;
		        flex: 0 0 60px;

		display: block;
		border-top: 0
	}


			.header-bar .item:not(:last-child)::after {
				content: '';
				display: block;
				width: 40px;
				height: 2px;
			}
		.header-bar .icon,
		.header-bar .logo .icon {
			width: 100%;
		}

		.header-bar .dropdown {
			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: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        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 {
					-webkit-box-flex: 1;
					    -ms-flex: 1 0 auto;
					        flex: 1 0 auto;
				}
				.header-bar .dropdown-menu .base .utility-links {
					margin: 0 0 4px;
				}
					.header-bar .dropdown-menu .base .utility-links li {
						-ms-flex-preferred-size: 33%;
						    flex-basis: 33%;
					}
			.header-bar .dropdown-menu .social-media {
				margin: 0;
			}
}

.dropdown-menu .header-bar {
	background-color: #991c2d;
	border-right: 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-right: -2px;
}

.dropdown-menu .header-bar .pipeline,
.dropdown-menu .header-bar .agendas,
.dropdown-menu .header-bar .translate,
.dropdown-menu .header-bar .give {
	display: block;
}

.dropdown-menu .header-bar  .item {
	flex-grow: 1;
	width: 25%;
}

.dropdown-menu .header-bar .item .icon {
	width: 100%;
	border-right: 2px solid black;
}

@media (min-width: 700px) {
	.header-bar .dropdown-menu .sections .title {
		padding: 0 50px;
		width: calc(100% - 120px);
		flex: 0 0 calc(100% - 120px);
		font: 600 1.6rem/3.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif
	}

	.header-bar .dropdown-menu .sections .content {
    padding: 0 60px;
	}

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

	.header-bar .dropdown-menu .base .utility-links ul li {
		flex-basis: auto;
		margin-bottom: 0;
		margin-right: 35px;
	}

	.header-bar .dropdown-menu .base .utility-links ul li:last-child {
		margin-right: 0;
	}

	.header-bar .dropdown-menu .base .utility-links {
		padding: 30px 50px;
	}
}

@media (min-width: 1024px) {
	.utility-links--desktop {
		display: flex;
		align-items: center;
		border-right: 2px solid black;
		padding-right: 11px;
		margin-left: auto;
		transition: all 300ms;
	}

	.header__top {
		width: 100%;
		border-bottom: 0
	}

	.header__top .logo {
		display: none;
	}

	.header__bottom {
		display: flex;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		transition: all 300ms;
	}

	.header__bottom .logo {
		height: auto;
		width: 123px;
		margin-right: 0;
	}

	.header__bottom .logo .icon {
		width: 123px;
	}

	.header__bottom .logo .icon:before {
		width: 63px;
    height: 54px;
	}

	.header__bottom .title {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.4;
		margin: 0;
		text-decoration-skip-ink: none;
	}
	.header__bottom .title a {
		color: #991c2d;
	}
	.header__bottom .top {
		width: 100%;
	}

	.header__bottom .title:hover {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}

	.header__bottom ul.sections {
		display: flex;
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
    justify-content: space-between;
		padding: 0 25px;
	}

	.header__bottom ul.sections > li {
		padding: 35px 0;
		margin-right: 35px;
    line-height: 1.4;
	}

	.header__bottom ul.sections > li:last-child {
		margin-right: 0;
		position: relative;
	}

	.header__bottom .section:hover .content,
	.header__bottom .section:focus-within .content {
		opacity: 1;
		visibility: visible;
		max-height: 500px;
		transition: max-height 150ms;
	}

	.header__bottom .section:last-child .content {
		right: 0;
	}

	.header__bottom .content {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		background: #F2F3F2;
    margin-top: 35px;
		margin-left: -27px;
		padding: 15px 25px;
		border: 2px solid black;
		min-width: 245px;
		max-height: 0;
		z-index: 1000;
		overflow: hidden;
		transition: all 150ms, max-height 150ms 150ms;
	}

	.header__bottom .section:hover .content.hidden, .header__bottom .section:focus-within .content.hidden {
		visibility: hidden;
		opacity: 0;
		max-height: 0;
	}

	.header__bottom .content li a {
		color: black;
		font-size: 14px;
		font-weight: 400;
	}

	.utility-links--desktop {
		display: flex;
		height: 53px;
	}

	.utility-links--desktop ul {
		display: flex;
		margin-top: -3px;
	}

	.utility-links--desktop a {
		color: #fff;
		font-size: 14px;
	}

	.utility-links--desktop li {
		margin: 0 11px;
	}
	.header__sticky {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80px;
		        flex: 0 0 80px;

	}

	.header__top {
		background: #991c2d;
	}
	.main-menu.item {
		display: none;
	}

	.header-bar {
		height: 53px;
	}
			.header-bar .item:not(:last-child)::after {
				width: 50px;
			}

			.header-bar .icon {
				width: 72px;
				min-height: 53px;
			}
		.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: 22px;
			height: 22px;
		}

		.header-bar .agendas .icon::before {
			background-image: url('/_resources/svg/agendas.svg');
		}
		.header-bar .dropdown {
			left: 80px;
		}
			.header-bar .dropdown-menu .slide {
				padding: 120px 70px 50px;
			}
			.header-bar .dropdown-menu .sections {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin: 0 0 15px;
			}
				.header-bar .dropdown-menu .sections .section {
					display: block;
					-webkit-box-flex: 1;
					    -ms-flex: 1 0 0px;
					        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 {
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 0;
			}
				.header-bar .dropdown-menu .base .btn {
					margin: 0 30px 0 0;
				}
				.header-bar .dropdown-menu .base .mid {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					        justify-content: space-between;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
				}
				.header-bar .dropdown-menu .base .utility-links {
					margin: 0;
					line-height: 1;
				}
					.header-bar .dropdown-menu .base .utility-links ul {
						-ms-flex-wrap: nowrap;
						    flex-wrap: nowrap;
					}
					.header-bar .dropdown-menu .base .utility-links li {
						-webkit-box-flex: 1;
						    -ms-flex: 1 0 auto;
						        flex: 1 0 auto;
						margin: 0 10px 0 0;
					}
			.header-bar .dropdown-menu .social-media {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 auto;
				        flex: 1 0 auto;
				max-width: 285px;
				margin: 0;
			}

}

@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;
					}


}
@media (min-width: 1280px) {
	.header__bottom ul.sections > li {
		margin-right: 65px;
	}
}


/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Header button text color change to allow for "btn" class to work inside <a> tag
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.header-bar .dropdown-menu a.btn,
.header-bar .dropdown-menu a.btn:hover,
.header-bar .dropdown-menu a.btn:visited,
.header-bar .dropdown-menu a.btn:active,
.header-bar .dropdown-menu a.btn:focus {
    color: white;
	border-bottom: 0;
}

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

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

.social-media a {
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40px;
		        flex: 0 0 40px;
		width: 40px;
		border-bottom: 0;
		color: #991c2d;
		transition: -webkit-filter 0.3s ease-in-out;
		-webkit-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('/_resources/svg/icon-social-facebook.svg'); }

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

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

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

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

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

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

.modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 1820px;
	background-color: white;
	-webkit-transition: opacity 0.25s ease-in-out;
	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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		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('/_resources/svg/icon-close-x-white.svg') no-repeat center transparent;
			background-size: contain;
		}

.modal .body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        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 {
	z-index: 20;
	margin: 0 -15px 30px
}

.hero--library + .nav-sub-bar {
	margin-bottom: 0;
}

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

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

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

.nav-sub button span {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			padding: 0 30px 0 20px;
		}

.nav-sub button span::before {
				content: '';
				display: block;
				width: 16px;
				height: 16px;
				margin: 0 20px 0 0;
				background: url('/_resources/svg/plus-icon.svg') no-repeat center transparent;
				background-size: contain;
				transition: all 300ms;
			}
.nav-sub button[aria-expanded="true"] span:before {
	transform: rotate(45deg);

}
.nav-sub button[aria-expanded="true"] + .dropdown {

			transition: max-height .3s;
			opacity: 1;
			max-height: calc(100vh - 32px);
			pointer-events: all;
			visibility: visible;
			z-index: 100;
		}
		.nav-sub button[aria-expanded="true"] + .dropdown >ul{
			opacity: 1;
		}
.nav-sub .dropdown {
		overflow-x: hidden;
		overflow-y: auto;

		top: 42px;
		right: 0;
		left: 0;
		max-height: calc(100vh - 102px);
		background-color: #A6192E;
		font: 600 1.5rem/1.4 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;


		transition: all 0.3s ease-in-out;
		visibility: hidden;
		max-height: 0;
		pointer-events: none;
		z-index: 100;
	}

.nav-sub .dropdown > ul {
			max-width: 425px;
			padding: 20px 15px;
			opacity: 0;
			transition: opacity 0.3s 0.3s ease-in-out;
		}

.nav-sub .dropdown li li li {
				padding-left: 10px;
			}
	.nav-sub .dropdown >ul>li>span{
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 10px;
		display: block;
	}
.nav-sub .dropdown a {
			display: inline-block;
			margin: 0 0 6px;
			color: white;
			font-weight: 400;
			text-decoration-skip-ink: none;
		}


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

@media (min-width: 700px) {
	.nav-sub-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		margin: 0 -30px 60px;
		left: 60px;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.nav-sub {
		min-width: 160px;
		margin-left: 30px;
	}
		.nav-sub .dropdown {
			right: auto;
			width: 425px;
			position: absolute;
		}
}

@media (min-width: 1024px) {
	.nav-sub-bar {
		left: 80px;
		margin: 0 -60px 60px;
	}
	.nav-sub {
		margin-left: 60px;
	}
}

.alert-stub + .announce
 {
  position: static;
  margin-top: -55px;
}


.alert-stub + .announce + .announce,
.alert-stub + .announce + .announce + .announce {
  position: static;
  margin-top: 0;
}

.alert-stub + .nav-sub-bar {
	background-color: transparent;
	border-bottom: 2px solid;
  margin-top: -55px;
}
@media (min-width: 700px) {
	.alert-stub + .nav-sub-bar {
		height: 44px
	}
}

.alert-stub + .nav-sub-bar .breadcrumbs,
.alert-stub + .nav-sub-bar .breadcrumbs a {
	color: black;
}

.alert-stub + .nav-sub-bar .breadcrumbs li:not(:first-child)::before {
	filter: brightness(0);
}
/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * 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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0 8px;
	}

.breadcrumbs li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 0 0 15px;
	}

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

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

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

	.breadcrumbs a:hover {
		text-decoration: underline;
		text-decoration-skip-ink: none;
	}

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

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

.accordion {
	margin: 0 0 50px;

}

.accordion .controls {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 15px;
	}

.accordion .controls button {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        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('/_resources/svg/accordion-arrow-down.svg') no-repeat center transparent;
				background-size: contain;
			}

.accordion .controls button.collapse-all::before {
				background-image: url('/_resources/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;
		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 .sections button:not(:last-of-type)[aria-expanded="false"] {
		border-bottom: 1px solid #979797;
	}

.accordion .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 16px;
			        flex: 0 0 16px;
			height: 16px;
			margin: 0 0 0 12px;
			background: url('/_resources/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('/_resources/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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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('/_resources/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 {
			-webkit-transition: none !important;
			transition: none !important;
		}

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

@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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}

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

.carousel .slide img {
			width: 100%;
			font-family: "object-fit:cover";
			-o-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        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 5px;
		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: 15px;
		height: 15px;
		background-color: white;
		border: 2px solid white;
		border-radius: 100%;
	}

.carousel-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        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('/_resources/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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-right: 10px;
		margin-left: 10px;
	}
		.carousel-sm > * {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
		}
		.carousel-sm .gutter {
			overflow: visible !important;
			display: block;
			position: relative;
			z-index: 1;
		}
		.carousel-sm .track {
			overflow: hidden;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
		}
		.carousel-sm .slide {
			margin: 0 5px;
		}
		.carousel-sm .carousel-indices {
			-webkit-box-ordinal-group: 3;
			    -ms-flex-order: 2;
			        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 {
			-webkit-box-ordinal-group: 4;
			    -ms-flex-order: 3;
			        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('/_resources/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;
			-webkit-transition: 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: -55px;
	margin-right: -15px;
	margin-left: -15px;
	padding: 0;
}

.hero-carousel .slide .overlay {
	opacity: 0;
	transition: all 300ms 500ms;
	position: relative;
	z-index: 1000;
}
.hero-carousel .slide.on .overlay {
	opacity: 1;
	transition: all 300ms;
}
.hero-carousel .slide .hero-carousel__image > *:first-child {
	transform: translateX(-100%);
	transition: all 300ms;
	position: relative;
	z-index: 0;
}
.hero-carousel .track {
	transition: none !important;
}

.hero-carousel .slide.on + .slide .hero-carousel__image  > *:first-child {
	transform: translateX(100%);
}


.hero-carousel .slide.on .hero-carousel__image  > *:first-child {
	transform: translateX(0);
	transition: all 300ms;
}


.hero-carousel .slide {
		position: relative;
		border-bottom: 2px solid black;
	}

.hero-carousel .slide .content {
			color: white;
		}
		.hero-carousel__image {
			position: relative;
			overflow: hidden;
			height: 100%;
		}
		.hero-carousel__image:after {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
		}
.hero-carousel .slide img {
			z-index: 1;
			aspect-ratio: 1/1;
		}
.hero-carousel .slide .btn {
	background-color: #fff;
	color: #A6192E;
	padding: 10px 16px;
	font-size: 1.6rem;
}

.hero-carousel .hero-pause {
	position: absolute;
	width: 22px;
	height: 22px;
	background: rgba(0, 0, 0, 0.5);
	top: 10px;
	left: 10px;
	padding: 0;
	border-radius: 100em;
	border: 0;
	color: white;
	z-index: 1000;
	cursor: pointer;
	border-radius: 100em;
}

.hero-carousel .hero-pause svg {
	position: absolute;
	width: 45%;
	margin-left: 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
}

.hero-carousel .hero-pause.paused svg {
	opacity: 1;
}

.hero-carousel .hero-pause.paused:after,
.hero-carousel .hero-pause.paused:before {
	opacity: 0;
}


.hero-carousel  .hero-pause:after,
.hero-carousel  .hero-pause:before {
	content: "";
	position: absolute;
	border-left: 2px solid white;
	height: 11px;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.hero-carousel  .hero-pause:before {
	right: 7px;
	left: auto;
}
.hero-carousel .slide .overlay {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			position: relative;
			padding: 20px 15px;
			z-index: 3;
		}
		.hero-carousel .slide video {
			height: 100%;
			object-fit: cover;
			aspect-ratio: 1/1;
		}
.hero-carousel .slide .overlay > * {
				max-width: 100%;
			}

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

.hero-carousel {
	display: grid;
	grid-template-columns: 1fr;
}

.hero-carousel .track {
	display: grid;
	grid-template-columns: 1fr;
	transform: translate(0,0) !important;
}

.hero-carousel .slide {
	transition: opacity .3s ease-in-out .3s;
	grid-row-start: 1;
	grid-column-start: 1;
	z-index: 10;
	visibility: hidden;
	position: relative;
}

.hero-carousel .slide.on {
	z-index: 100;
	transition: opacity .3s ease-in-out;
	visibility: visible;
}
.hero-carousel .slide .btn {
			margin: 25px 0 0;
			opacity: 0;
		}

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

.hero-carousel .slide:first-child h1 {
				overflow: hidden;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: 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;
				-webkit-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('/_resources/svg/sbcc-slide-words.svg') no-repeat center transparent;
					background-size: contain;
					-webkit-transition: opacity 1.2s ease-in-out 0.2s;
					transition: opacity 1.2s ease-in-out 0.2s;
					opacity: 0;
				}

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

.hero-carousel .slide.on .btn {
				-webkit-transition: opacity 0.25s ease-in-out 0.75s;
				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 {
				-webkit-transition: none;
				transition: none;
			}

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

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

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

.hero-carousel .carousel-indices {
		top: 90.5vw;
	}

.hero-carousel .carousel-nav {
		top: 52.5vw;
	}

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

			.hero-carousel .slide .overlay {
				padding: 30px 100px 30px 45px;
			}
			.hero-carousel .slide h2 {
				font-size: 3.5rem;
			}
				.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;
					}
					.hero-carousel .slide img,
					.hero-carousel .slide video {
						height: auto;
						aspect-ratio: 700/438;
					}
					.hero-carousel .carousel-nav {
						top: 31vw;
						right: 30px;
						left: 30px;
					}

					.hero-carousel .carousel-indices {
						top: 58vw;
					}
}

@media (min-width: 700px) {
	.hero-carousel {
		margin: -55px -30px 0;
	}
	.hero-carousel  .hero-pause {
		width: 32px;
		height: 32px;
		top: 20px;
		left: 20px;
	}

	.hero-carousel  .hero-pause:after,
	.hero-carousel  .hero-pause:before {
		height: 16px;
		left: 10px;
		border-left: 3px solid white;
	}

	.hero-carousel  .hero-pause:before  {
		right: 10px;
		left: auto;
	}
}

@media (min-width: 1024px) {
	.hero-carousel {
		margin: -55px -60px 0;
	}

	.hero-carousel .hero-pause {
		left: 32%;
	}
			.hero-carousel .slide .overlay {
				padding: 40px 30px;
				width: 30%
			}
			.hero-carousel .slide h2 {
				font-size: 4.5rem;
			}

			.hero-carousel .slide:first-child h1 {
				height: 82px;
				margin: -41px 0 0 -315px;
				padding: 0 30px;
			}

		.hero-carousel__image {
			width: 70%;
		}
		.hero-carousel .slide img,
		.hero-carousel .slide video {
			height: 100%;
			aspect-ratio: 800/500;
			width: 100%;

		}

		.hero-carousel .carousel-nav {
			top: 50%;
			right: 10px;
			bottom: auto;
			left: auto;
			width: calc(70% - 20px);
			margin-top: -20px;
		}

		.hero-carousel .carousel-indices a {
			margin: 0 5px;
		}

		.hero-carousel .slide .media {
			display: flex;
			flex-direction: row-reverse;
		}
		.hero-carousel .carousel-indices {
			top: auto;
			bottom: 20px;
			right: 0;
			left: auto;
			width: 70%;
		}
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @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('/_resources/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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f3f2), to(#fefefe));
		background-image: linear-gradient(to bottom, #f2f3f2 0, #fefefe 100%);
		z-index: 2;
	}

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

.cta-cols-simple .bit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0px;
		        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('/_resources/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;
			-webkit-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: -webkit-box;
			display: -ms-flexbox;
			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: -webkit-box;
				display: -ms-flexbox;
				display: flex;
			}
			.cols-events .carousel-sm .slide {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 33.333333333%;
				        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";
		-o-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('/_resources/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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
		.cta .buttons {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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('/_resources/svg/icon-social-instagram-teal.svg') no-repeat center transparent;
			background-size: contain;
		}

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

.instagram-block .items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

.instagram-block .item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		-webkit-transition: opacity 0.3s ease-in-out;
		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 {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 40%;
			        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 {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 20%;
			        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0 0 40px;
	}
		.media-block .img {
			margin: 0 20px 0 0;
		}
		.media-block .img,
		.media-block .content {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 50%;
			        flex: 1 0 50%;
              font-size: 18px;
		}
		.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;
		}

    .media-block .content {
      font-size: 20px;
    }
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * @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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		.media-blocks.column-2 .media-block {
			display: block;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		.media-blocks.column-2 .media-block, .media-blocks.column-3 .media-block {
			display: block;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		.news-block .slide {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        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;
		-webkit-transition: background-color 0.3s ease-in-out;
		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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

.testimonials .slide {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        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%;
		-webkit-transition: background-size 0.3s ease-in-out;
		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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(75%, transparent));
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, transparent 75%);
	}

.testimonials .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

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

.testimonials .toggle::after {
			content: '';
			display: block;
			width: 22px;
			height: 22px;
			background: url('/_resources/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--quote q::before {
				content: '';
				display: block;
				width: 13.27%;
				height: 0;
				margin: 0 auto 8.67%;
				padding: 0 0 13.27%;
				background: url('/_resources/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 {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        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";
			-o-object-fit: cover;
			   object-fit: cover;
			-o-object-position: center top;
			   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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(90%, transparent));
			background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 90%);
			z-index: 2;
		}

.modal .testimonial-detail .content {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        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);
			-webkit-transition: opacity 0.25s ease-in-out 0.25s;
			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);
			-webkit-transition: opacity 0.25s ease-in-out 0.5s;
			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;
			-webkit-transition: opacity 0.25s ease-in-out 0.75s;
			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 {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 calc(25% - 15px);
			        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 {
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
		.testimonials .slide {
			-ms-flex-preferred-size: 40%;
			    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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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('/_resources/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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
			.twitter-block .items .item {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 0px;
				        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('/_resources/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('/_resources/svg/video-play-button-hover.svg') no-repeat center transparent;
			background-size: contain;
			-webkit-transition: opacity 0.3s ease-in-out;
			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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}

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

.video-modal .video {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0px;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    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 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}

.subjects li a {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        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('/_resources/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;
				-webkit-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 a.red {
				background-color: #991c2d;
				color: white;
				-webkit-font-smoothing: antialiased;
				-webkit-transition: background-color 0.3s ease-in-out;
				transition: background-color 0.3s ease-in-out;
			}

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

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

.subjects li a.red span::after {
					background-image: url('/_resources/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 {
			-ms-flex-preferred-size: 33%;
			    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 {
			-ms-flex-preferred-size: 25%;
			    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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.cta-2col-bg .mask {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        flex: 1 0 0;
			width: 100%;
			margin: 0;
			padding: 0;
			margin-right: 10px;
		}
			.cta-2col-bg .mask:first-child {
			}
		.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 40px;
	}

.events-list .date-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60px;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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 {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 112px;
			        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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 {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 150px;
			        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: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 243, 242, 1)), to(rgba(242, 243, 242, 0)));
		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";
		-o-object-fit: cover;
		   object-fit: cover;
		z-index: 1;
	}

.home-cta-special .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		height: 85%;
	}

@media (max-width: 424px) {

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

.home-cta-special .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.home-cta-special .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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 {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        flex: 1 0 0;
		}
		.home-cta-special .wrap {
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 auto;
			        flex: 1 0 auto;
		}
		.home-cta-special .buttons {
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
		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;
			-webkit-transition: padding-top 0.6s ease-in-out;
			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";
		-o-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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.home-cta .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
		.home-cta .title {
			margin: 0 0 50px;
		}
		.home-cta .texts {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 50%;
			        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 {
			-webkit-box-pack: end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 50%;
			        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('/_resources/svg/arrow-red.svg') no-repeat center transparent;
			background-size: contain;
			transition: -webkit-transform 0.3s ease-in-out;
			-webkit-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('/_resources/svg/icon-scholarship.svg');
		}

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

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

.home-stats .item.piggy-bank::before {
			width: 90px;
			background-image: url('/_resources/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; -webkit-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; -webkit-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; -webkit-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; -webkit-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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
		.home-stats .item {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 30%;
			        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        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('/_resources/svg/slant-white.svg') no-repeat center transparent;
		background-size: 100% 100%;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		-webkit-transition: padding-top 0.6s ease-in-out;
		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; -webkit-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; -webkit-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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding-bottom: 20px;
		}
		.home-social-blocks .instagram-block,
		.home-social-blocks .twitter-block {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 calc(50% - 60px);
			        flex: 0 0 calc(50% - 60px);
			width: calc(50% - 60px);
		}
		.home-social-blocks .instagram-block {
			margin-right: 60px;
		}
			.home-social-blocks .instagram-block .item {
				-webkit-box-flex: 1;
				    -ms-flex: 1 0 40%;
				        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

.stories-ctas .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(80%, transparent));
			background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 80%);
		}

.stories-ctas .mask-cage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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 .brief--quote q::before {
			content: '';
			display: block;
			width: 30px;
			height: 27px;
			margin: 0 auto 18px;
			background: url('/_resources/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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			margin: 0 0 75px;
		}
			.stories-ctas .item:last-child {
				margin: 0;
			}
				.stories-ctas .item.left .texts {
					-webkit-box-ordinal-group: 3;
					    -ms-flex-order: 2;
					        order: 2;
				}
				.stories-ctas .item.left .story {
					-webkit-box-ordinal-group: 2;
					    -ms-flex-order: 1;
					        order: 1;
					margin: 0 30px 0 0;
				}
		.stories-ctas .texts {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        flex: 1 0 0;
		}
		.stories-ctas p {
			text-align: left;
		}
		.stories-ctas .wrap {
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
		}
		.stories-ctas .buttons {
			margin: 0;
		}
			.stories-ctas .btn:last-child {
				margin: 0;
			}
		.stories-ctas .story {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 0px;
			        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;
			-webkit-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('/_resources/svg/icon-student-faculty.svg');
		}

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

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

.stats-block .item.diploma::before {
			width: 96px;
			background-image: url('/_resources/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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
		.stats-block .item {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 40%;
			        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: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        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 { -webkit-box-flex: 1; -ms-flex: 1 0 33%; flex: 1 0 33%; }
		.news-list .media-block .content { -webkit-box-flex: 1; -ms-flex: 1 0 67%; 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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font: 600 1.6rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: default;
}

.list-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		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('/_resources/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('/_resources/svg/list-nav-prev.svg');
			}

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

.list-navigation .next button::after {
				background-image: url('/_resources/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('/_resources/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 {
		max-width: 100%;
	}

.news-events-detail img[style*="float: left"] {
	margin-right: 30px;
}

.news-events-detail img[style*="float: right"] {
	margin-left: 30px;
}

.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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('/_resources/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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

.column-2-cta .item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		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: 30px;
}

@media (min-width: 700px) {

.mb {
		margin-bottom: 35px
}
	}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * 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";
	-o-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('/_resources/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('/_resources/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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), to(transparent));
	background-image: linear-gradient(to bottom, white 0%, white 15%, transparent 100%);
}

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

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

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

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        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;
	-webkit-transition: background-color 0.3s ease-in-out;
	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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	color: #bbb;
	font: 1.4rem/2 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-transition: opacity 1s ease-in-out;
	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('/_resources/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;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Wrapper to allow Youtube videos to scale properly
 * source: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 65%;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Style for DIV tables for contact info
 * source: https://html-cleaner.com/features/replace-html-table-tags-with-divs/
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.rTable {
  	display: table;
  	width: 100%;
}
.rTableRow {
  	display: table-row;
}
.rTableHeading {
  	display: table-header-group;
}
.rTableCell, .rTableHead {
  	display: table-cell;
  	padding: 1px 1px;
}
.rTableHeading {
  	display: table-header-group;
  	font-weight: bold;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
}
.rTableBody {
  	display: table-row-group;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Style for number lists
 * source: https://css-tricks.com/custom-list-number-styling/
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.numberlist p {
  border-top: 2px dashed;
  border-color: black !important;
  margin:0; padding: 35px;
  counter-increment: section;
  position: relative;
}



.numberlist p:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -30px;
  position: absolute;
  border-radius: 50%;
  padding: 40px;
  height: 30px;
  width: 30px;
  background-color: #a6192e;
  text-align:center;
  font-weight: bold;
  color: white;
  font-size: 150%;
}

.numberlist p:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -30px;
  position: absolute;
  border-radius: 50%;
  padding: 40px;
  height: 30px;
  width: 30px;
  background-color: #a6192e;
  text-align:center;
  font-weight: bold;
  color: white;
  font-size: 150%;
}

.numberlist p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.numberlist p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.numberlist p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.numberlist p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

/** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Two and three-column text divs
 * source: https://stackoverflow.com/questions/30141292/how-to-create-a-3-column-responsive-layout
*** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.container {
}

.container2 {
}

.container2.mb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.piece {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  box-sizing: border-box;
  padding: 15px;
  margin: 15px;
}

@media (max-width: 600px) { /*breakpoint*/
  .piece {
    display: block;
    width: auto;
  }
}

.piece2 {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  box-sizing: border-box;
  padding: 15px;
  margin: 15px;
}

@media (max-width: 600px) { /*breakpoint*/
  .piece2 {
    display: block;
    width: auto;
  }
}

.nested-piece2 {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  box-sizing: border-box;
  padding: 0px;
  margin: 5px;
}

@media (max-width: 600px) { /*breakpoint*/
  .nested-piece2 {
    display: block;
    width: auto;
  }
}

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



/* OU-dev KL added  for pathaways 4/7/2020 */

/* Pathways Components */

/* Academics pathways list */

.column-3 .list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

.pathways .list {
	margin-top: 3rem;
}

.pathways h3 {
	font-size: 1.9rem;
	color: #fff;
}

.pathways__cta {
	margin-top: 3.5rem;
}

.pathways__cta a {
	color: #991C2D;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.pathways__cta a:after {
	content: "";
	position: absolute;
	width: 37px;
	height: 21px;
	margin-top: 1px;
	background: url(/_resources/svg/arrow-red.svg) no-repeat center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.pathways__cta a:hover {
	text-decoration: none;
}

.pathways__cta a:hover:after {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px)
}

.pathways .media-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 20px;
	min-height: 150px;
	border-radius: 18px;
	-webkit-box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
	        box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	transition: all 300ms;
}

.pathways .media-block img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 85px;
	width: auto;
	transition: all 300ms;
	transform-origin: bottom right;
}

.pathways .media-block:hover {
	text-decoration: none;
}

.pathways .media-block.all h3 {
	color: #000;
	position: relative;
	display: inline-block;
}

.pathways .media-block.all h3:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 15px;
	bottom: 3px;
/* 	background: url(/_resources/svg/arrow-purple.svg) no-repeat right center; */
/* 	updated by OU Dev KBL 3/31/2020 */
	background: url(/_resources/img/arrow-purple.svg) no-repeat right center;
	background-size: 8px 13px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.pathways .media-block.all:hover h3:after {
	transform: translateX(10px);
}

.pathways .media-block.orange-2 {
	background-color: #F35B53;
}

.pathways .media-block.orange-2:hover {
	background-color: #BA3D36;
}

.pathways .media-block.green-2 {
	background-color: #01A4A9;
}

.pathways .media-block.green-2:hover {
	background-color: #007B7F;
}

.pathways .media-block.green-1 {
	background-color: #74A13D;
}
.pathways .media-block.green-1:hover {
	background-color: #507C18;
}

.pathways .media-block.purple-2 {
	background-color: #5A4E86;
}

.pathways .media-block.purple-2:hover {
	background-color: #342665;
}

.pathways .media-block.orange-1 {
	background-color: #E8742C;
}

.pathways .media-block.orange-1:hover {
	background-color: #B3551B;
}

.pathways .media-block.blue-1 {
	background-color: #0868BB;
}

.pathways .media-block.blue-1:hover {
	background-color: #024C8C;
}

.pathways .media-block.purple-1  {
	background-color: #A34694;
}

.pathways .media-block.purple-1:hover  {
	background-color: #842A75;
}

.pathways.mb {
	margin-bottom: 25px;
}

@media (min-width: 700px) {
  .pathways.mb {
    margin: 0 18px 25px;
  }

	.pathways h3 {
		font-size: 2.2rem;
		line-height: 1.1;
		max-width: 40%;
	}

	.pathways .media-block {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 40px;
	}

	.pathways .media-block img {
		height: 110px;
		right: 0px;
		bottom: 0px;
	}

	.pathways .media-block.all h3:after {
		background-size: 11px 17px;
		bottom: 6px;
		height: 16px;
		width: 18px;
	}

	.pathways__cta a:after {
		width: 46px;
		margin-top: 3px;
	}
}

@media (min-width: 1024px) {
  .pathways.mb {
    margin: 0 0 25px;
  }

	.pathways {
		margin-bottom: 130px;
	}

	.column-3 .list {
		margin: 4rem -20px 0;
	}

	.pathways h3 {
		max-width: 85%;
	}

	.pathways .media-block img {
		height: 155px;
	}

	.column-3.media-blocks .media-block {
		-ms-flex-preferred-size: calc(33.33% - 40px);
		    flex-basis: calc(33.33% - 40px);
		max-width: calc(33.33% - 40px);
		margin: 0 20px 4rem;
		min-height: 281px;
		-webkit-box-flex: auto;
		    -ms-flex-positive: auto;
		        flex-grow: auto;
	}

	.column-3.media-blocks .media-block:not(:first-child) {
		margin: 0 20px 4rem;
	}

	.pathways__cta {
		margin-top: 1.5rem;
	}
}

/* Pathways Detail Hero */
.pathways-detail .hero {
	background-color: #74A13D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pathways-detail--business .hero {
	background-color: #0868BB;
}

.pathways-detail--culture .hero {
	background-color: #F35B53;
}

.pathways-detail--industry .hero {
	background-color: #E8742C;
}

.pathways-detail--performing .hero {
	background-color: #5A4E86;
}

.pathways-detail--healthcare .hero {
	background-color: #01A4A9;
}

.pathways-detail .hero .block {
	position: relative;
	height: auto;
	min-height: 270px;
	padding-bottom: 60px;
	padding-top: 25px;
	padding-right: 50px;
	width: 100%;
}

.pathways-detail .hero h1 {
	font-size: 3.2rem;
	position: static;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	margin: 0;
	text-shadow: none;
}

.pathways-detail .hero img {
	height: 132px;
	width: auto;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 6px;
	opacity: 0.5;
}

.pathways-detail .hero .intro {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
}

.pathways-detail .hero .content {
	background-color: transparent;
	max-width: 800px;
	position: static;
}

@media (min-width: 700px) {
	.pathways-detail .hero h1 {
		font-size: 5rem;
		margin-bottom: 2rem;
	}

	.pathways-detail .hero .block {
		padding-top: 77px;
		padding-bottom: 75px;
	}

	.pathways-detail .hero img {
		height: 177px;
		right: -30px;
	}

	.pathways-detail .hero .intro {
		font-size: 2rem;
		font-weight: 500;
	}
}

@media (min-width: 1024px) {
	.pathways-detail .hero {
		min-height: 470px;
	}

	.pathways-detail .hero h1 {
		font-size: 6.5rem;
		margin-bottom: 3rem;
	}

	.pathways-detail .hero .block {
		padding-bottom: 95px;
		padding-top: 85px;
		min-height: 440px;
	}

	.pathways-detail .hero img {
		height: 303px;
		bottom: 0;
		right: -50px;
	}

	.pathways-detail .hero .intro {
		font-size: 2.6rem;
	}
}

.pathways-detail .cta-cols-simple .bit {
	padding: 35px 15px 0;
}

.pathways-detail .cta-cols-simple .arrow {
	color: #991C2D;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: unset;
}

.pathways-detail .cta-cols-simple .arrow:after {
	width: 35px;
	position: relative;
	top: 4px;
}

.pathways-detail .cta-cols-simple .head::before {
	height: calc(50% - 1.625vw);
}

.pathways-detail .cta-cols-simple .head::after {
	top: calc(50% - 1.625vw - 1px);
  padding-top: 8.25vw;
}

.pathways-detail--nature .cta-cols-simple .head {
	background: #8AC146;
}

.pathways-detail--nature .cta-cols-simple .head::before {
	background-color: #74A13D;
}

.pathways-detail--nature .cta-cols-simple .head::after {
	background-image: url('/_resources/svg/slant-green.svg');
	background-size: 100% 100%;
}

.pathways-detail--business .cta-cols-simple .head {
	background: #228AE4;
}

.pathways-detail--business .cta-cols-simple .head::before {
	background-color: #0868BB;
}

.pathways-detail--business .cta-cols-simple .head::after {
	background-image: url('/_resources/svg/slant-blue.svg');
	background-size: 100% 100%;
}

.pathways-detail--performing .cta-cols-simple .head {
	background: #796CA8;
}

.pathways-detail--culture .cta-cols-simple .head::before {
	background-color: #F35B53;
}

.pathways-detail--culture .cta-cols-simple .head::after {
	background-image: url('/_resources/svg/slant-pink.svg');
	background-size: 100% 100%;
}

.pathways-detail--culture .cta-cols-simple .head {
	background: #FE8680;
}

.pathways-detail--industry .cta-cols-simple .head::before {
	background-color: #E8742C;
}

.pathways-detail--industry .cta-cols-simple .head::after {
	background-image: url('/_resources/svg/slant-orange.svg');
	background-size: 100% 100%;
}

.pathways-detail--industry .cta-cols-simple .head {
	background: #FB9150;
}

.pathways-detail--healthcare .cta-cols-simple .head::before {
	background-color: #01A4A9;
}

.pathways-detail--healthcare .cta-cols-simple .head::after {
	background-image: url('/_resources/svg/slant-teal.svg');
	background-size: 100% 100%;
}

.pathways-detail--healthcare .cta-cols-simple .head {
	background: #0DBBC1;
}

@media (min-width: 1024px) {
	.pathways-detail .cta-cols-simple .bit {
		padding: 55px 50px 0;
	}
}

/* Program List */

.pathways__key__button {
	font-size: 14px;
	font-weight: 500;
	width: 200px;
	border: 1px solid #000;
	border-radius: 7px;
	text-align: left;
	padding: 10px 30px 20px;
	position: relative;
	z-index: 11;
	cursor: pointer;
	background-color: #fff;
}

.pathways__key__button:before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #000;
}

.pathways__key__button:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 9px;
/* 	updated by OU Dev KBL 3/31/2020 */
/* 	background: url(/_resources/svg/arrow-black.svg) no-repeat; */
	background: url(/_resources/img/arrow-black.svg) no-repeat;
	right: 30px;
	bottom: 25px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}


.pathways__key__button.expanded:after {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
}

.pathways__key__button.expanded {
	border-radius: 7px 7px 0 0;
	border-bottom: 0;
}

.pathways__key__items {
	visibility: hidden;
	max-height: 0;
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute;
	z-index: 10;
	margin-top: -1px;
	padding: 15px 20px 10px;
	width: 395px;
	max-width: 90vw;
	border: 1px solid black;
	border-radius: 0 7px 7px 7px;
	background: white;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	overflow: hidden;
}

.pathways__key__items.visible {
	max-height: 400px;
	visibility: visible;
}

.pathways__key__item {
	margin-bottom: 20px;
	padding-left: 43px;
	min-height: 2em;
}

.pathways__key__item:last-child {
	margin-bottom: 15px;
}

.pathways__key__letter {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: #5C5C5C;
	position: absolute;
	left: 15px;
	margin-top: -0.3em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100em;
	-webkit-box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
	        box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
}

.pathways__list__letter:hover .ghost,
.pathways__list__letter:focus .ghost {
	color: #000;
	width: auto;
	height: auto;
	clip: unset;
	-webkit-transform: translateY(55px);
	        transform: translateY(55px);
	opacity: 1;
}

.pathways__list__letter .ghost {
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 7px;
	padding: 8px 25px 3px;
	background: url(/_resources/svg/tooltip.svg) no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.pathways__list__items {
	margin-top: 15px;
	margin-bottom: 8rem;
}

.pathways__list__item {
	padding: 35px;
	margin: 10px 0;
	border: 1px solid #D3D3D3;
	border-radius: 15px;
	position: relative;
}

.pathways__list__item h3 {
	font-size: 1.8rem;
	font-weight: 600;
}

.pathways__list__item h3 a {
	color: #000;
	display: inline-block;
	position: relative;
	padding-right: 17px;
}

.pathways__list__item h3 a:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 15px;
	bottom: 3px;
	background: url(/_resources/svg/arrow-purple.svg) no-repeat right center;
	background-size: 8px 13px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.pathways__list__item h3 a:hover {
	text-decoration: none;
}

.pathways__list__item h3 a:hover:after {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}

.pathways__list__item p {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 13px;
}

.pathways__list__item:before {
	content: "";
	left: 0;
	width: 14px;
	height: 100%;
	background: #F35B53;
	position: absolute;
	top: 0;
	border-radius: 15px 0 0 15px;
}

.pathways-detail--business .pathways__list__item:before {
	background: #0868BB;
}

.pathways-detail--healthcare .pathways__list__item:before {
	background: #01A4A9;
}

.pathways-detail--industry .pathways__list__item:before {
	background: #E8742C;
}

.pathways-detail--nature .pathways__list__item:before {
	background: #74A13D;
}

.pathways-detail--performing .pathways__list__item:before {
	background: #5A4E86;
}


.pathways__list__degrees {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 13px;
}

.pathways__list__degree {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	width: 35px;
	height: 35px;
	margin-right: 17px;
}

.pathways__list__letter {
	display: block;
	border-radius: 100em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 35px;
	height: 35px;
	position: relative;
	background: rgb(243, 91, 83);
	-webkit-box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
	        box-shadow: 1px 5px 8px 2px rgba(0,0,0,0.18);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.pathways__list__degree:nth-child(2) .pathways__list__letter {
	background: #D74D46;
}

.pathways__list__degree:nth-child(3) .pathways__list__letter {
	background: #BA3D36;
}

.pathways__list__degree:nth-child(4) .pathways__list__letter {
	background: #9D2B25;
}

.pathways-detail--performing .pathways__list__letter {
  background: #5A4E86;
}

.pathways-detail--performing .pathways__list__degree:nth-child(2) .pathways__list__letter {
  background: #4C3E7E;
}

.pathways-detail--performing .pathways__list__degree:nth-child(3) .pathways__list__letter {
  background: #342665;
}

.pathways-detail--performing .pathways__list__degree:nth-child(4) .pathways__list__letter {
  background: #241755;
}

.pathways-detail--nature .pathways__list__letter {
  background: #74A13D;
}

.pathways-detail--nature .pathways__list__degree:nth-child(2) .pathways__list__letter {
  background: #618E2A;
}

.pathways-detail--nature .pathways__list__degree:nth-child(3) .pathways__list__letter {
  background: #507C18;
}

.pathways-detail--nature .pathways__list__degree:nth-child(4) .pathways__list__letter {
  background: #395E0A;
}

.pathways-detail--industry .pathways__list__letter {
  background: #E8742C;
}

.pathways-detail--industry .pathways__list__degree:nth-child(2) .pathways__list__letter {
  background: #D56724;
}

.pathways-detail--industry .pathways__list__degree:nth-child(3) .pathways__list__letter {
  background: #B3551B;
}

.pathways-detail--industry .pathways__list__degree:nth-child(4) .pathways__list__letter {
  background: #974513;
}

.pathways-detail--healthcare .pathways__list__letter {
  background: #01A4A9;
}

.pathways-detail--healthcare .pathways__list__degree:nth-child(2) .pathways__list__letter {
  background: #008F94;
}

.pathways-detail--healthcare .pathways__list__degree:nth-child(3) .pathways__list__letter {
  background: #007B7F;
}

.pathways-detail--healthcare .pathways__list__degree:nth-child(4) .pathways__list__letter {
  background: #006366;
}


.pathways-detail--business .pathways__list__letter {
  background: #0868BB;
}

.pathways-detail--business .pathways__list__degree:nth-child(2) .pathways__list__letter {
  background: #0459A4;
}

.pathways-detail--business .pathways__list__degree:nth-child(3) .pathways__list__letter {
  background: #024C8C;
}

.pathways-detail--business .pathways__list__degree:nth-child(4) .pathways__list__letter {
  background: #023B6D;
}

@media (min-width: 700px) {
	.pathways__list__items {
		margin-bottom: 10rem;
	}

	.pathways__list__item {
		padding: 35px 55px 25px
	}

	.pathways__list__item:before {
		width: 30px;
	}

	.pathways__list__item h3 {
		font-size: 2.4rem;
	}

	.pathways__list__item h3 a:after {
		background-size: 11px 17px;
		bottom: 5px;
		height: 16px;
		width: 18px;
	}

	.pathways__list__item p {
		margin-bottom: 15px;
	}

	.pathways__list__letter,
	.pathways__list__degree {
		width: 45px;
		height: 45px;
	}

	.pathways__list__degree {
		font-size: 2rem;
		margin-right: 20px;
	}
}

@media (min-width: 1024px) {
	.pathways__list__degrees {
		margin-top: -10px;
	}

	.pathways__list__item p {
		margin-bottom: 0;
	}

	.pathways__list__item h3 {
		margin-bottom: 10px;
	}

	.pathways__list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 30px 55px 20px;
	}

	.pathways__list__text {
		max-width: 65%;
		padding-right: 50px;
	}

	.pathways__list__degree {
		font-size: 2.5rem;
		margin-right: 27px;
	}

	.pathways__list__letter,
	.pathways__list__degree {
		width: 55px;
		height: 55px;
	}

	.pathways__list__item h3 {
		font-size: 3rem;
	}
}

.pathways-stats.stats-block {
	background: transparent;
	padding-top: 0;
	margin-top: 7rem;
}

.pathways-stats.stats-block .item {
	flex: 0 0 40%;
	margin: 0 5% 70px;
}

.pathways-stats .stats__desc {
	line-height: 1.45;
}

.pathways-stats.stats-block .item::before {
	content: none;
}

@media (min-width: 700px) {
	.pathways-stats.stats-block {
		margin: 70px 0 110px;
	}

	.pathways-stats.stats-block .item {
		margin-bottom: 55px;
	}
}


@media (min-width: 1024px) {
	.pathways-stats.stats-block {
		margin: 70px 0 80px;
		padding: 0 9%;
	}

	.pathways-stats.stats-block .item {
		margin-bottom: 55px;
		max-width: 33.33%;
		flex: 0 0 33.33%;
		margin: 0;
		padding: 0 40px;
	}
}

/* Numbered List */
.numbered-list a {
	color: #00767A;
}

/* #62850 */
/* .numbered-list h3 {
	font-size: 1.6rem;
	margin-bottom: 1.7rem;
} */
.numbered-list h1,
.numbered-list h2,
.numbered-list h3,
.numbered-list h4,
.numbered-list h5,
.numbered-list h6 {
	margin-bottom: 1.7rem;
}
/* End #62850 */

.numbered-list a.btn {
	color: #fff;
	font-size: 1.5rem;
}

.numbered-list__list {
	margin-top: 4rem;
}

.numbered-list__list img {
	margin: 0 0 30px;
	max-width: 100%;
}

.numbered-list__item {
	background: #F2F3F2;
	margin: 0 -16px 55px;
	padding: 45px 15px 0;
	position: relative;
	border: 1px solid #979797;
}

.numbered-list__item.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.numbered-list__number {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 15px;
	width: 44px;
	height: 44px;
	border-radius: 100rem;
	background: #00ABB1;
}

@media (min-width: 700px) {
	img.align-right {
		max-width: 50%;
		float: right;
		margin-left: 10px;
		margin-top: -1rem;
	}

	.numbered-list__list {
		margin-top: 5rem;
	}

	.numbered-list__item {
		margin: 0 0 50px;
		padding: 35px 25px 0;
	}

	.numbered-list__number {
		transform: translateY(-66%);
		left: 25px;
	}
}

@media (min-width: 1024px) {
	/* #62850 */
	/* .numbered-list h3 {
		font-size: 3.2rem;
		margin-bottom: 2.65rem;
	} */

	.numbered-list h1,
	.numbered-list h2,
	.numbered-list h3,
	.numbered-list h4,
	.numbered-list h5,
	.numbered-list h6 {
		margin-bottom: 2.65rem;
	}
	/* end #62850 */

	.numbered-list__list {
		margin-top: 6rem;
	}

	.numbered-list__item {
		padding: 40px 70px 10px;
		margin: 0 0 40px 27px;
	}

	img.align-right {
		margin-top: -0.5rem;
		margin-left: 25px;
	}

	.numbered-list__number {
		font-size: 3rem;
		width: 58px;
		height: 58px;
		left: -27px;
		top: 27px;
		transform: translateY(0);
	}

	.numbered-list a.btn {
		font-size: 1.8rem;
	}
}

/* Library Hero */
.hero--library {
	margin-bottom: 0;
}

.hero--library img {
	height: 190px;
}

.library-top {
	font-size: 1.5rem;
	margin: 0 -15px;
	padding: 15px 20px;
	background: #F2F2F2;
}

.library-logo img {
	width: 210px;
	margin-bottom: 10px;
}

.library-hours strong {
	font-weight: 700;
}

.library-hours p {
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}

.library-hours a {
	color: #000;
	font-weight: 700;
}

.library-hours a:hover:after {
	transform: translateX(10px);
}

.library-hours a:hover {
	text-decoration: none;
}

.library-hours a:after {
	content: "";
	width: 10px;
	height: 8px;
	background: url(/_resources/svg/arrow-red.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	transition: all 300ms;
}

.library .column:after,
.library .column:before {
	content: none
}

.library-search:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	height: 153px;
	background: #611700;
	opacity: 0.61;
	z-index: -1;
	display: block;
	transform: skewY(3deg);
}

.library-search {
	position: relative;
	margin: 0 -15px;
	padding: 25px 20px 15px;
	background: #A6192E;
	z-index: 2;
	overflow: hidden;
}

.library-search img {
	width: 130px;
	height: 26px;
	margin-bottom: 20px;
}

.library-search input[type="text"] {
	color: #991C2D;
	font-family: inherit;
	font-size: 1.2rem;
	font-weight: 600;
	width: 100%;
	height: 50px;
	padding: 10px 90px 10px 15px;
	border: 0;
	border-radius: 0;
}

.library-search form {
	position: relative;
	margin-bottom: 15px;
}

.library-search input[type="submit"] {
	color: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 50px;
	background: #F2F3F2 url(/_resources/svg/search-icon-red.svg) no-repeat center / 32px;
	border: 0;
	transition: all 300ms;
	cursor: pointer;
}

.library-search img {
	transition: all 300ms;
}

.library-search a:hover img {
	opacity: 0.82;
}

.library-search input[type="submit"]:hover {
	background-image: url(/_resources/svg/search-dark-red.svg);
}

.library-search a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
}

.library-search input[type="text"]::placeholder {
	color: #991C2D;
	opacity: 1;
}

.library h2 {
	font-size: 2rem;
}

.library-chat {
	color: #fff;
	padding: 30px 20px 25px;
	background: #1974BD;
}

.library-quicklinks {
	color: #fff;
	padding: 30px 20px 25px;
	background: #C5451D;
}

.library-quicklinks ul {
	font-size: 1.3rem;
	line-height: 1.4;
	list-style: none;
	column-count: 2;
	padding: 0;
}

.library-quicklinks li {
	margin: 0 0 0.7rem;
}

.library-quicklinks a {
	color: #fff;
	font-weight: 500;
}

.library-help {
	color: #fff;
	padding: 40px 20px 25px;
	background: #A6192E;
}

.library-help ul {
	font-size: 1.3rem;
	line-height: 1.4;
	list-style: none;
	column-count: 2;
	padding: 0;
}

.library-help li {
	margin: 0 0 0.7rem;
}

.library-help a {
	color: #fff;
	font-weight: 500;
}

.library-more {
	color: #fff;
	padding: 40px 20px 25px;
	background: #5A4E86;
}

.library-more ul {
	font-size: 1.3rem;
	line-height: 1.4;
	list-style: none;
	padding: 0;
}

.library-more li {
	margin: 0 0 1.15rem;
}

.library-more a {
	color: #fff;
	font-weight: 500;
}

.library-contactus {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 10px 20px 20px;
	background-color: #118640;
	overflow: auto;
}

.library-contactus .social-media {
	padding: 0;
	width: auto;
	justify-content: flex-start;
}

.library-contactus .social-media li {
	list-style: none;
}

.library-contactus .social-media a {
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 100em;
	margin-right: 5px;
}

.library-contactus .social-media a:after {
	width: 23px;
	height: 23px;
	position: relative;
	top: -1px;
	left: -1px;
}

.library-contactus h2 {
	margin: 2rem 0;
}

.library-contactus p {
	margin: 0 0 5px;
}

.library-contactus a {
	color: #fff;
}

.library-blocks {
	margin: 0 -15px;
}

.library-carousel {
	background-color: #F2F3F2;
}

.carousel .gutter.library-carousel__slides {
	background-color: #000
}

.carousel .library-carousel__slide img {
	height: auto;
	opacity: .75;
}

.library-carousel__text {
	padding: 17px 20px 10px;
	background-color: #F2F3F2;
}

.library-carousel__title a {
	color: #991C2D;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}

.library-carousel__data {
	font-size: 1.2rem;
}
.library-carousel__data strong {
	font-weight: 600;
}

a.library-carousel__link {
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
}
a.library-carousel__link:after {
	content: "";
	width: 10px;
	height: 7px;
	background: url(/_resources/svg/arrow-red.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	transition: all 300ms;
}

a.library-carousel__link:hover:after {
	transform: translateX(10px);
}

a.library-carousel__link:hover {
	text-decoration: none;
}

.library-carousel .carousel-nav {
	top: 22.5vw;
}

.library-carousel .carousel-nav .item::after {
	width: 7px;
	height: 12px;
}

@media (min-width: 700px) {
	.library-blocks {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -30px;
	}

	.library-blocks > div {
		width: 50%;
	}

	.hero--library img,
	.hero--library .block {
		height: 350px;
	}

	.library-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 -30px;
		padding-right: 40px;
	}

	.library-logo img {
		width: 254px;
		margin: 0;
	}

	.library-search {
		margin: 0 -30px;
		padding: 25px 30px;
	}

	.library-search input[type="text"] {
		font-size: 1.5rem;
	}

	.library-search a {
		display: inline-block;
		margin-right: 20px;
	}

	.library-search:before {
		top: -25px;
	}

	.library-carousel .carousel-nav {
		top: 10.5vw;
		left: 7px;
		right: 7px;
	}
}


@media (min-width: 1024px) {
	.hero--library img,
	.hero--library .block {
		height: 300px;
	}

	.library-top {
		margin: 0 -60px;
		padding-right: 60px;
	}

	.library-logo img {
		width: 385px;
	}

	.library-hours {
		font-size: 1.9rem;
	}

	.library-hours a:after {
		width: 15px;
		height: 11px;
	}

	.library-hours p:first-child {
		margin-bottom: 1rem;
	}

	.library-search {
		padding: 45px 60px;
		margin: 0 -60px;
	}

	.library-search form {
		margin-bottom: 25px;
	}

	.library-search img {
		width: 215px;
		height: 45px;
		margin-bottom: 35px;
	}

	.library-search input[type="text"] {
		font-size: 2.5rem;
		height: 80px;
		padding: 20px 35px;
	}

	.library-search input[type="submit"] {
		width: 95px;
		height: 80px;
		background-size: 53px;
	}

	.library-search a {
		font-size: 1.9rem;
	}

	.library-search:before {
		height: 235px;
	}

	.library-blocks > div {
		width: 33.33%;
	}

	.library-blocks {
		margin: 0 -60px;
	}

	.library-chat,
	.library-help,
	.library-quicklinks,
	.library-contactus,
	.library-more {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 40px;
	}

	.library-contactus {
		padding-top: 20px;
	}

	.library h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.library-contactus,
	.library-more ul,
	.library-help ul,
	.library-quicklinks ul {
		font-size: 1.6rem;
	}


	.library-contactus .social-media a {
		width: 27px;
		height: 27px;
		margin-right: 7px;
		background-color: #118640;
	}

	.library-contactus .social-media a:after {
		width: 29px;
		height: 29px;
		border: 1px solid white;
    border-radius: 100%;
    background-color: white;
	}

	.library-carousel__title {
		font-size: 1.6rem;
		margin-bottom: 1.75rem;
	}

	.library-carousel .carousel-nav {
		top: 7.3vw;
		left: 10px;
		right: 10px;
	}

	.library-carousel .carousel-nav .item::after {
		width: 9px;
    height: 15px;
	}

	.library-carousel__text {
		padding: 18px 25px 10px;
	}

	.library-more li,
	.library-help li,
	.library-quicklinks li {
		margin-bottom: 1.3rem;
	}
}
/*Accessible Checkboxes
  Taken from the comments of this article:
https://dev.to/lkopacz/create-custom-keyboard-accessible-checkboxes-2036*/
.md_checkbox {
  display: flex;
  align-items: center;
  margin: 2px 0;
}

.md_checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.md_checkbox .md_checkbox__tick {
  position: relative;
  cursor: pointer;
}

.md_checkbox .md_checkbox__tick::before {
  content: '';
  display: block;
  margin: 0 3px;
  height: 18px;
  width: 18px;
  border: 2px #868986 solid;
  border-radius: 3px;
}

.md_checkbox [type=checkbox]:focus+.md_checkbox__tick::before {
  outline: #00ABB1 solid 1px;
  box-shadow: 0 0px 8px #5A4E86;
}

.md_checkbox [type=checkbox]:checked+.md_checkbox__tick::before {
  background: #A6192E;
  border-color: #A6192E;
}

.md_checkbox [type=checkbox]:disabled+.md_checkbox__tick::before {
  background: #CFD8DC;
  border-color: #CFD8DC;
}

.md_checkbox [type=checkbox]+.md_checkbox__tick::after {
  content: '\2713';
  position: absolute;
  line-height: 18px;
  text-align: center;
  color: white;
  top: 0px;
  left: 0px;
  margin: 0 3px;
  height: 18px;
  width: 18px;
  border: 2px rgba(0, 0, 0, 0) solid;
  opacity: 0;
}

.md_checkbox [type=checkbox]:checked+.md_checkbox__tick::after {
  opacity: 1;
}

.pattern-carousel  {
	overflow: hidden;
	margin-bottom: 40px
}

.pattern-carousel .carousel-item {
	position: relative;
}

.pattern-carousel .carousel-item__content p {
	margin: 0 0 10px;
	line-height: 1.4;
}

.carousel-items__thumbs {
	padding: 0;
	margin: 0	 -5px;
	overflow: hidden;

}

.more-items .carousel-items__thumbs {
	width:100%;
}

.more-items a.carousel-item__cta.btn {
	max-width: inherit	;
}

.carousel-items__thumbs .slick-track {
  background: white;
}

.carousel-items__thumb-wrap {
	white-space: nowrap;
}

.carousel-items__thumbs button {
	padding: 0;
	margin-right: 0;
}

.carousel-items__thumbs .carousel-item {
	display: inline-block;
	flex-grow: 1;
}

.carousel-items img {
	width: 100%;
}

.carousel-items__thumbs img {
	width: 100%;
}

a.carousel-item__cta.btn {
	margin: 0;
	padding: 10px 20px;
	background-color: #fff;
	color: #A6192E;
}

a.carousel-item__cta.btn:hover {
	color: #711824;
}

.pattern-carousel {
	position: relative;
}

.pattern-carousel__wrapper {
	position: relative;
}

.pattern-carousel .carousel-items {
	background-color: black;
}

.pattern-carousel .carousel-items img {
	height: 55vw;
	object-fit: cover;
	max-height: 620px;
}

.pattern-carousel .carousel-next,
.pattern-carousel .carousel-prev {
	color: transparent;
	text-indent: -1000px;
	position: absolute;
	display: block;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	left: 15px;
	top: calc( 55vw / 2);
	border: 0;
	z-index: 10;
	background: url('/_resources/svg/arrow-left-white.svg') no-repeat center transparent;
	background-size: contain;
	cursor: pointer;
	overflow: hidden;
}

.pattern-carousel__wrapper {
	position: relative;
}

.pattern-carousel .carousel-next {
	right: 15px;
	left: auto;
	transform: rotateY(180deg);
}

.visuallyhidden {
	clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pattern-carousel .carousel-item__content {
	color: #fff;
	background-color: #A6192E;
	padding: 20px 15px;
	font-size: 12px;
}

.carousel-items__thumbs button {
	border: 0;
	cursor: pointer;
}

.carousel-items__thumbs .slick-slide {
	margin: 5px;
}

.carousel-items__thumbs .slick-slide button {
	width: 100%;
	transition: box-shadow 0.3s;
}

.carousel-items__thumbs .slick-current button {
	box-shadow: 0px 0px 0px 4px #A6192E inset;
}

.carousel-items__thumbs .slick-slide:not(.slick-current) button:hover {
	box-shadow: 0px 0px 0px 2px #A6192E inset;
}

.carousel-items__thumbs img {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: -1;
}

@media (min-width: 700px) {
	.carousel-items__thumbs {
		transform: translateY(-55%);
		margin-right: 0;
		width: calc(100% - 206px);
		float: right;
	}

	.pattern-carousel.more-items .carousel-items__thumbs {
		transform: translateY(0);
		float: none;
		width: calc(100% + 8px);
	}


	.pattern-carousel.more-items .carousel-items__thumbs .slick-track {
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}


	.pattern-carousel.more-items .carousel-items__thumbs .slick-slide {
		flex-grow: 1;
	}

	.pattern-carousel:not(.more-items) .carousel-items__thumbs .slick-track {
		padding: 5px;
		transform: translate3d(0, 0px, 0px) !important;
		margin-right: -10px;
		min-width: 370px;
    display: flex;
	}

	.pattern-carousel.more-items .carousel-items__thumbs .carousel-item {
		width: 20%;
	}

	.pattern-carousel.more-items .carousel-items__thumbs img {
		width: 100%;
		max-width: 100%;
	}

	.pattern-carousel .carousel-item__content p {
		margin: 0 0 16px;
	}

	a.carousel-item__cta.btn {
		font-size: 16px;
		color: white;
		background-color: #A6192E;
		position: relative;
		z-index: 11;
		max-width: 200px;
	}

	a.carousel-item__cta.btn:hover {
		color: white;
		background-color: #711824;
	}

	.pattern-carousel .carousel-item__content p {
		margin-bottom: 10px;
	}

	.carousel-items__thumbs .carousel-item {
		width: 20%;
	}

	.pattern-carousel .carousel-items .carousel-item:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
		transform: rotate(-180deg);
	}

	.pattern-carousel .carousel-item__content {
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		padding: 35px 35px 20px;
		background-color: transparent;
	}

	.pattern-carousel .carousel-next,
	.pattern-carousel .carousel-prev {
		width: 16px;
		height: 28px;
		top: 23.5vw;
		left: 12px;
	}

	.pattern-carousel .carousel-next {
		right: 12px;
		left: auto;
	}
}

@media (min-width: 1024px) {
	.pattern-carousel .carousel-item__content {
		font-size: 16px;
	}

	.pattern-carousel .carousel-item__content p {
		margin-bottom: 20px;
	}

	.carousel-items__thumbs button {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.carousel-items__thumbs .slick-track {
		margin-right: -12px;
		min-width: 650px;
	}

	.more-items.four-items .carousel-items__thumbs .slick-track {
		transform: translate(0,0) !important;
	}

	.more-items .carousel-items__thumbs .slick-track {
		min-width: 100%;
	}
}

@media (min-width: 1200px) {
	.pattern-carousel .carousel-next, .pattern-carousel .carousel-prev {
		top: 310px;
	}
}


.carousel-items__thumbs .slick-track {
	display: flex;
}
.more-items.four-items .carousel-items__thumbs .slick-track {
	transform: translate(0,0) !important;
	margin-right: -18px;
	min-width: 100%;
}

.pathway-list__container {
	position: relative;
	transition: all 300ms;
}

@media (max-width: 699px) {
  .pathways-list .slick-list {
    overflow: hidden;
  }
}

.pathways-list .media-block {
	padding: 15px 140px 15px 15px;
	min-height: 104px;
	box-shadow: none;
	border-radius: 0;
	color: white;
	flex-direction: column;
	margin-bottom: 5px;
	outline-offset: -5px;
}

@media (min-width: 700px) {
  .pathways-list .media-block {
	  padding: 15px 100px 15px 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .pathways-list .media-block {
	  padding: 15px 160px 15px 15px;
  }
}

.pathways-list .media-block.cta {
  border: 2px solid black;
  padding: 18px 15px;
	color: black;
  background: white;
}

.pathways-list .media-block.cta strong {
  display: block;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.pathways-list .media-block.cta .btn {
  width: auto;
  font-size: 16px;
  padding: 7px 17px;
  margin: 0;
}

.pathways-list .media-block img {
	max-height: 70px;
	right: 15px;
	bottom: 10px;
}

@media (min-width: 700px) {
  .pathways-list .media-block img {
    max-height: 64px;
  }
}

.pathways-list .media-block h3 {
	margin-bottom: 10px;
	line-height: 1.2;

}

.pathways-list svg {
	width: 15px;
}

.pathways-list .slick-track {
	display: flex;
}

.pathways-list .slick-slide {
	opacity: 1 !important;
	z-index: 1000;
	height: auto !important;
}
.pathways-list .slick-slide.slick-current {
	z-index: 10000 !important;
	transition:all 0ms, height 500ms 0ms !important;
}
.pathways-list .slick-slide .pathways-list__overlay__right {
	opacity: 0;
	transition: all 300ms 500ms;
	position: relative;
	z-index: 1000;
}

.pathways-list .slick-slide.slick-current .pathways-list__overlay__right {
	opacity: 1;
	transition: all 300ms;
}

.pathways-list .slick-track,
.pathways-list .slick-list {
-webkit-perspective: 2000 !important;
-webkit-backface-visibility: hidden !important;
}

.pathways-list .pathways-list__overlay:not(.js-prevent-animate) .pathways-list__overlay__left__inner {
  transition: all 300ms 500ms;
}

.pathways-list .pathways-list__overlay.js-prevent-animate .pathways-list__overlay__left__inner > * {
  transition: all 300ms 300ms;
}

.pathways-list .pathways-list__overlay:not(.js-prevent-animate) .slick-slide.slick-current .pathways-list__overlay__left__inner {
  transition: all 300ms;
}

.pathways-list .slick-slide .pathways-list__overlay__left__inner {
	transform: translateX(-100%);
	position: relative;
	z-index: 0;
}

.pathways-list .slick-slide.slick-current + .slick-slide .pathways-list__overlay__left__inner,
.pathways-list .slick-slide.js-next .pathways-list__overlay__left__inner {
	transform: translateX(100%);
}

.pathways-list .slick-slide.slick-current .pathways-list__overlay__left__inner,
.pathways-list .slick-slide.js-next {
	transform: translateX(0);
  transition: all 300ms 0ms;
}

.pathways-list__overlay__left {
	position: relative;
}

.pathways-list__overlay__left__inner {
	color: white	;
	background-color: #000;
	padding: 15px;
	position: relative;
	padding-bottom: 90px;
}

.pathways-list__overlay__left h3 {
	font-size: 3.1rem;
  margin-right: 50px;
}

@media (min-width: 700px) {
  .pathways-list__overlay__left h3 {
    font-size: 2.6rem !important;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .pathways-list__overlay__left h3 {
    font-size: 3.1rem !important;
  }
}

.pathways-list__overlay .slick-slide {
	height: 100%;
}

.pathways-list__overlay__left p {
	font-weight: 600;
	font-size: 1.9rem;
	line-height: 1.4;
}
.pathways-list__overlay__item {
	min-height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: stretch;
}

.pathways-list__overlay__left img {
	position: absolute;
	bottom: 15px;
	right: 15px;
  height: 90px;
	width: auto;
	transition: all 300ms;
	transform-origin: bottom right;
}

@media (min-width: 1024px) {
  .pathways-list__overlay__left img {
    height: 100px;
  }
}

.pathways-list__overlay__right {
	padding: 18px 20px;
	border: 2px solid;
	background: white;
	flex-grow: 1;
}
.pathways-list__overlay {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	height: 0;
	transition: all 300ms;
	position: absolute;
  top: 0;
	left: 0;
	width: 100%;
}

.open-overlay .pathways-list__overlay {

	visibility: visible;
	opacity: 1;
	z-index: 1000;
	height: auto;

}

.open-overlay .pathway-list__container .list {
	visibility: hidden;
  opacity: 0;
}

.open-overlay .slick-current .pathways-list__overlay__left__inner > * {
	opacity: 1;
}

.open-overlay .slick-current .pathways-list__overlay__right {
  overflow-y: scroll;
}

.open-overlay .slick-current .pathways-list__overlay__right > * {
	opacity: 1;
	transition: all 300ms 300ms;
}

@media (min-width: 1024px) {
  .open-overlay .slick-current .pathways-list__overlay__right > ul {
    column-count: 2;
  }
}


/* .open-overlay .pathways-list__overlay__wrapper {
	min-height: 100%;
}

.open-overlay .pathways-list__overlay__wrapper .slick-list {
	min-height: 100%;
} */

.pathways-list:not(.open-overlay) .slick-arrow {
  display: none !important;
}

.open-overlay .slick-arrow {
	position: absolute;
	cursor: pointer;
}


@media (min-width: 700px) {
  .open-overlay .slick-arrow {
    top: auto !important;
  }
}

.pathways-list .arrow {
	color: #000000;
	padding-right: 34px;
	display: inline-block;
	cursor: pointer;
  text-decoration: none;
}

.pathways-list .arrow:hover:after {
  transform: translateX(10px);
}

.pathways-list .slick-slide {
	display: flex;
}

.pathways-list .three-up .media-block{
	color: black;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	line-height: 1.4;
	min-height: inherit;
  flex-direction: unset;
}

.pathways-list .three-up .list {
  margin-top: 18px;
}

.pathways-list .three-up .media-block .btn{
	font-size: 1.4rem;
	padding: 5px 10px;
	margin-top: 10px
}

.pathway-list__header {
	display: flex;
	flex-wrap: wrap;
}
.pathway-list__header strong {
	margin-bottom: 10px;
	display: block;
}
.pathway-list__header .btn {
	padding: 5px 10px;
	font-size: 1.4rem;
}

.pathways-list .arrow:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 14px;
	background: url('/_resources/svg/arrow-red.svg') no-repeat center transparent;
	background-size: contain;
	margin-top: 7px;
	margin-left: 7px;
	transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
	-webkit-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;
}

.pathways-list ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}

.pathways-list li {
	margin-bottom: 10px;
}

.pathways-list__overlay__close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	border-radius: 100em;
	background: white;
	border: 2px solid;
	outline-color: black;
	cursor: pointer;
  z-index: 1000;
}
.pathways-list__overlay__close:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	border-radius: 100em;
	transition: all 300ms;
}

.pathways-list__overlay__close:hover:after {
	opacity: 1;
}
.pathways-list__overlay__close svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	z-index: 10;
}

.pathways-list__overlay__close[data-color="green-2"] {
	color: #01A4A9;
}

.pathways-list__overlay__close[data-color="green-1"] {
	color: #74A13D;
}

.pathways-list__overlay__close[data-color="purple-2"] {
	color: #5A4E86;
}
.pathways-list__overlay__close[data-color="orange-1"] {
	color: #E8742C;
}
.pathways-list__overlay__close[data-color="orange-2"] {
	color: #F35B53;
}
.pathways-list__overlay__close[data-color="blue-1"] {
	color: #0868BB;
}
.pathways-list__overlay__close[data-color="purple-1"] {
	color: #A34694;
}


.pathway-list__container .slick-arrow {
	color: white;
	position: absolute;
	display: block;
	width: 12px;
	height: 20px;
	left: 15px;
	margin-top: -35px;
	border: 0;
	z-index: 1000;
	background-size: contain;
	cursor: pointer;
	overflow: hidden;
}

.pathway-list__container .slick-arrow svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pathway-list__container .slick-next {
	transform: rotate(180deg);
	left: 70px;
}

@media (min-width: 700px) {
  .pathways-list .three-up .media-block .btn {
    font-size: 16px;
    padding: 9px 19px;
  }

	.pathway-list__container .slick-arrow {
		bottom: 30px;
		top: auto !important;
		left: 20px;
		width: 17px;
		height: 28px;

	}
	.pathway-list__header .btn {
		font-size: 1.6rem;
		padding: 6px 15px;
    margin: 0;
	}

	.pathways-list__overlay__close[data-color="blue-1"] {
		background-color: #0868BB;
	}
	.pathways-list__overlay__close[data-color="orange-2"] {
		background-color: #F35B53;
	}
	.pathways-list__overlay__close[data-color="green-2"] {
		background-color: #01A4A9;
	}
	.pathways-list__overlay__close[data-color="orange-1"] {
		background-color: #E8742C;
	}
	.pathways-list__overlay__close[data-color="green-1"] {
		background-color: #74A13D;
	}
	.pathways-list__overlay__close[data-color="purple-2"] {
		background-color: #5A4E86;
	}
	.pathways-list__overlay__close[data-color="purple-1"] {
		background-color: #A34694;
	}

	.pathways-list__overlay__close {
		color: white !important;
		border: 0;
	}


	.pathway-list__container .slick-next {
		left: 77px;
	}
	.pathway-list__container .media-block {
		width: calc(50% - (5px * 0.5));
		align-items: flex-start;
		padding-bottom: 40px;
	}

	.pathway-list__container .media-block h3 {
		margin-bottom: 12px;
	}

	.pathways-list .arrow {
		font-size: 1.6rem;
	}
	.pathways-list .arrow:after {
		margin-top: 6px;
	}

	.pathways-list .list {
		display: flex;
		flex-wrap: wrap;
    gap: 5px;
    transition: opacity 0.15s ease;
	}

	.pathway-list__container h3 {
		max-width: 100%;
    font-size: 20px;
	}

	.pathways-list svg {
		width: 20px;
		height: 20px;
	}

	.pathways-list .media-block img {
		bottom: 15px;
		right: 10px;
	}

	.pathways-list__overlay__left {
		flex-basis: 49.85%;
		overflow: hidden;
	}

	.pathways-list__overlay__left__inner {
		padding: 20px 20px 110px;
		height: 100%;
	}

	.pathways-list__overlay__right {
		flex-basis: 50%;
		padding: 20px;
	}

	.pathways-list__overlay__item {
		display: flex !important;
		flex-direction: row;
		min-height: 100%;
    max-height: 100svh;
	}

	.pathways-list .three-up .media-block {
		width: 50%;
	}

	.pathways-list .three-up {
		font-size: 1.8rem;
	}

}

@media (min-width: 1024px) {
	.pathway-list__container h3 {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.pathways-list .three-up .media-block {
    max-width: 50%;
		padding-right: 0;
		font-size: 2rem;
	}

	.pathways-list__overlay__left__inner {
		padding: 40px 40px 130px;
	}

	.pathways-list .three-up .list {
		margin-top: 20px;
	}

	.pathways-list.column-3.media-blocks .media-block {
		min-height: 100px;
	}

	.pathway-list__container .media-block img {
		max-height: 100px;
    right: 20px;
    bottom: 20px;
	}

	.pathways-list__overlay__right {
    padding: 35px 40px;
	}

	.pathway-list__container .slick-arrow {
		bottom: 40px;
		top: auto !important;
		left: 40px;
		width: 17px;
		height: 28px;
	}

	.pathway-list__container .slick-next {
		left: 104px;
	}

	.pathways-list .arrow {
		font-size: 1.8rem;
	}

	.pathways-list .arrow:after {
		margin-top: 9px;
	}

	.pathway-list__header {
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: space-between;
	}

	.pathway-list__header .btn {
		padding: 10px 15px;
		margin-bottom: 20px;
    min-width: 198px;
	}

	.pathway-list__header h2 {
		max-width: 70%;
	}
}

@media (min-width: 1150px) {
  .pathway-list__container .media-block {
    padding: 20px 20px 145px;
    width: calc(25% - (5px * 0.75));
    min-height: 285px;
    height: auto;
  }
}


.green-1 .pathways-list__overlay__left__inner {
  background:  #74A13D;
}

.green-1 .pathways-list__overlay__right {
  border-color:  #74A13D;
}

.purple-1 .pathways-list__overlay__left__inner {
  background:  #A34694;
}

.purple-1 .pathways-list__overlay__right {
  border-color:  #A34694;
}

.orange-2 .pathways-list__overlay__left__inner {
  background: #F35B53;
}

.orange-2 .pathways-list__overlay__right {
  border-color: #F35B53;
}


.orange-1 .pathways-list__overlay__left__inner {
  background:#E8742C ;
}

.orange-1 .pathways-list__overlay__right {
  border-color:#E8742C ;
}


.green-2 .pathways-list__overlay__left__inner {
  background: #01A4A9;
}

.green-2 .pathways-list__overlay__right {
  border-color: #01A4A9;
}


.blue-1 .pathways-list__overlay__right {
  border-color: #0868BB;
}

.blue-1 .pathways-list__overlay__left__inner {
  background: #0868BB;
}

.purple-2  .pathways-list__overlay__left__inner {
  background:  #5A4E86;
}


.purple-2  .pathways-list__overlay__right {
  border-color:  #5A4E86;
}

/*
.menu-search-open {
	height: auto;
}

.menu-search-open body {
	overflow: visible;
	height: auto;
} */