/*
* ACCESS/CPCC (2024) Styles
*/


/* Table of contents

- Font Declarations
- Base Styles
- Bootstrap Modifications
- Page Wrappers
- Colour Declarations
- Typography
- Link Styles
- Quote Styles
- List Styles
- Show/Hide Styles
- Image Styles
- Utilities
- Global > Mobile Navigation
- Global > Header
- Global > Breadcrumb
- Global > Sub-footer
- Global > Footer
- Page Header Styles
- Card Styles
- Foundational Block Rules
- Fullwidth Block Styles
- Two-Column Block Styles
- Left-Column Sub-Block Styles
- Right-Column Sub-Block Styles
- Universal (Shared) Sub-Block Styles
- PARTNERS
- PROJECTS
- RESOURCES
- GLOSSARY
- NEWS & EVENTS
- GET INVOLVED
- SEARCH
- 404
- WPML Styling
- Contact 7 Styling

*/



/* Font Declarations */

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Book.eot');
    src: url('fonts/NeueMontreal-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Book.woff2') format('woff2'),
        url('fonts/NeueMontreal-Book.woff') format('woff'),
        url('fonts/NeueMontreal-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Medium.eot');
    src: url('fonts/NeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('fonts/NeueMontreal-Medium.woff') format('woff'),
        url('fonts/NeueMontreal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Bold.eot');
    src: url('fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Bold.woff2') format('woff2'),
        url('fonts/NeueMontreal-Bold.woff') format('woff'),
        url('fonts/NeueMontreal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Base Styles */

html {
	position: relative;
	min-height: 100%;
	scroll-padding-top: 138px;
}
body {
	font-family: 'Neue Montreal', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #393939;
	background-color: #fff;
  
    text-rendering: optimizeLegibility;     /* emphasizes in legibility over rendering speed */    
    -webkit-font-smoothing: antialiased;    /* apply font anti-aliasing */    
    -moz-osx-font-smoothing: grayscale;     /* optimize font rendering */

    -moz-font-feature-settings:"kern" 1;    /* turn on kerning, highly recomened */ 
    -ms-font-feature-settings:"kern" 1;     /* turn on kerning, highly recomened */ 
    -o-font-feature-settings:"kern" 1;      /* turn on kerning, highly recomened */
    -webkit-font-feature-settings:"kern" 1; /* turn on kerning, highly recomened */
    font-feature-settings:"kern" 1;         /* turn on kerning, highly recomened */
    font-kerning: normal;                   /* turn on kerning, highly recomened */

    font-feature-settings: "liga" on;      /* ligatures: on or off */
    font-feature-settings: "dlig" off;      /* discretionary-ligatures: on or off */
    font-feature-settings: "tnum" off;      /* tabular figures: on or off */        
    font-feature-settings: "onum" off;      /* old-style-figures: on or off */
    font-feature-settings: "ss01" off;      /* alternate glyphs (stylistic Set): on or off */
}
a, a:visited {
	color: inherit;
	opacity: 1;
}
a:hover, a:focus, a:active {
	color: inherit;
	opacity: 1;
}
p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 500;
}
#content-sub-block.standard-list ul li strong,
ul.standard-list li strong {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 21px;
		line-height: 29px;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		scroll-padding-top: 280px;
	}
}



/* Bootstrap Modifications */

.container,
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 1200px) {
	.container,
    .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 1300px;
	}
}



/* Page Wrappers */

.page-wrapper {
	padding-top: 60px;
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
	.page-wrapper {
		min-height: calc(100vh - 728px);
	}
}

@media only screen and (min-width: 992px) {
	.page-wrapper {
		min-height: calc(100vh - 459px);
	}
}

@media only screen and (min-width: 1200px) {
    .page-wrapper {
	    padding-top: 190px;
		padding-bottom: 125px;
		min-height: calc(100vh - 434px);
    }
}



/* Colour Declarations */

.bckgnd-purple,
.bckgnd-navy,
.bckgnd-dkgrey,
.bckgnd-teal,
.bckgnd-green,
.bckgnd-raspberry {
	color: #fff;
}
.bckgnd-purple {
	background-color: #6251d3;
}
.bckgnd-ltblue {
	background-color: #f5f9ff;
}
.bckgnd-navy {
	background-color: #151b41;
}
.bckgnd-dkgrey {
	background-color: #393939;
}
.bckgnd-mdgrey {
	background-color: #959393;
}
.bckgnd-ltgrey {
	background-color: #e5e8eb;
}
.bckgnd-teal {
	background-color: #087e8b;
}
.bckgnd-red {
	background-color: #e6202d;
}
.bckgnd-gold {
	background-color: #e0b042;
}
.bckgnd-green {
	background-color: #00916f;
}
.bckgnd-raspberry {
	background-color: #96074c;
}

.text-purple {
	color: #6251d3;
}
.text-navy {
	color: #151b41;
}
.text-dkgrey {
	color: #393939;
}
.text-mdgrey {
	color: #959393;
}
.text-ltgrey {
	color: #e5e8eb;
}
.text-teal {
	color: #087e8b;
}
.text-red {
	color: #e6202d;
}
.text-gold {
	color: #e0b042;
}
.text-green {
	color: #00916f;
}
.text-ltgreen {
	color: #3ead99;
}
.text-raspberry {
	color: #96074c;
}
.text-black {
	color: #000;
}



/* Typography */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.text-title-xl,
.text-title-xl p,
.text-title,
.text-title p,
.text-title-sm,
.text-title-sm p {
	font-weight: normal;
	line-height: normal;
}
.text-title-xl,
.text-title-xl p {
}
.text-title {
	margin-bottom: 25px;
}
.text-title,
.text-title p {
	font-size: 27px;
}
.text-title-sm,
.text-subtitle-sm {
	margin-bottom: 25px;
}
.text-title-sm,
.text-title-sm p {
	font-size: 22px;
	line-height: normal;
}
.text-subtitle-xl,
.text-subtitle-xl p,
.text-subtitle,
.text-subtitle p,
.text-subtitle-sm,
.text-subtitle-sm p {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.text-subtitle {
	margin-bottom: 3px;
}
.text-subtitle,
.text-subtitle p {
	font-size: 22px;
	line-height: 22px;
}
.text-subtitle-sm,
.text-subtitle-sm p {
	font-size: 19px;
	line-height: 22px;
}
.text-lede-xl,
.text-lede {
	margin-bottom: 50px;
}
.text-lede-xl,
.text-lede-xl p,
.text-lede,
.text-lede p {
	font-weight: normal;
}
.text-lede-xl,
.text-lede-xl p,
.text-lede,
.text-lede p {
	font-size: 24px;
	line-height: 29px;
}
.text-lede p + p {
	margin-top: 1em;
}
.text-lede + p {
	margin-top: 50px;
}
.text-body-fixed,
.text-body-fixed p {
	font-size: 21px;
	line-height: 29px;
}
.text-caption,
.text-caption p {
	font-size: 15px;
	line-height: 17px;
}

@media only screen and (min-width: 768px) {	
	.text-title-xl,
	.text-title-xl p {
		font-size: 50px;		
	}
	.text-title {
		margin-bottom: 35px;
	}
	.text-title,
	.text-title p {
		font-size: 43px;
	}
    .text-title-sm,
	.text-title-sm p {
		font-size: 26px;
    }
    .text-subtitle-xl,
    .text-subtitle-xl p {
	    font-size: 29px;
	    line-height: 31px;
    }
	.text-subtitle {
		margin-bottom: 3px;
	}
    .text-subtitle-sm,
    .text-subtitle-sm p {
	    font-size: 22px;
	    line-height: 22px;
    }
    .text-lede-xl,
    .text-lede-xl p {
		font-size: 37px;
		line-height: 46px;
    }
	.text-lede,
	.text-lede p {
		font-size: 27px;
		line-height: 35px;
	}
	.text-lede + p {
	    margin-top: 50px;
	}
}



/* Link Styles */

.column-left a,
.column-right a {
	color: #e6202d;
	text-decoration: none;
}
.column-left a:hover,
.column-left a:focus,
.column-right a:hover,
.column-right a:focus {
	text-decoration: underline;
}
a.cta-xl,
.cta-xl,
a.cta-md,
p.cta-md,
a.cta-sm,
p.cta-sm {
	display: inline-block;
}
a.cta-xl,
p.cta-xl,
.cta-xl,
a.cta-sm,
p.cta-sm {
	position: relative;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
	text-decoration: none !important;
}
p.cta-xl {
	margin-bottom: 5px;
}
a.cta-xl,
p.cta-xl,
.cta-xl {
	padding-right: 28px;
	font-size: 29px;
	line-height: 31px;
	color: #e6202d;
	text-transform: uppercase;
}
a.cta-xl::after,
.cta-xl::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 21px;
	height: 30px;
	background-image: url(../imgs/access-cta-xl-arrow-red.png);
	background-position: center;
	background-size: 21px 16px;
	background-repeat: no-repeat;
	transition: right 200ms ease;
}
#master-block.homepage p.cta-xl:after {
	background-image: none;
}
a.cta-xl:hover,
a.cta-xl:focus {
	color: #087e8b;
	text-decoration: none !important;
}
a.cta-xl:hover::after,
a.cta-xl:focus::after {
	right: -5px;
	background-image: url(../imgs/access-cta-xl-arrow-teal.png);
}
a.cta-md,
p.cta-md {
	position: relative;
	margin: 0;
	padding-right: 30px;
	font-weight: 500;
    font-style: normal;
	font-size: 21px;
	line-height: normal;
	color: #393939;
	text-decoration: none !important;
}
a.cta-md::after,
p.cta-md::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: center;
	background-size: 20px 15px;
	background-repeat: no-repeat;
	transition: right 200ms ease;
}
a.cta-md:hover::after,
a.cta-md:focus::after,
p.cta-md:hover::after,
p.cta-md:focus::after {
	right: -4px;
	background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
a.cta-sm,
p.cta-sm {
	margin: 0;
	padding-right: 17px;
	font-size: 18px;
	line-height: normal;
	color: #393939;
}
a.cta-sm::after,
p.cta-sm::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: center;
	background-size: 12px 9px;
	background-repeat: no-repeat;
	transition: right 200ms ease;
}
a.cta-sm:hover::after,
a.cta-sm:focus::after,
p.cta-sm:hover::after,
p.cta-sm:focus::after {
	right: -4px;
	background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
.cta-description {
	font-size: 18px;
	line-height: normal;
	color: #393939;
}



/* Quote Styles */

.quote {
	margin-top: 50px;
	margin-bottom: 55px;
}
h2 + .quote,
h3 + .quote {
	margin-top: 15px;
}
.quote .quote-text {
	margin-bottom: 15px;
	font-style: italic;
}
.quote-attribution {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
}



/* List Styles */

.list-inline {
	margin-top: 60px;
	margin-bottom: 70px;
}
ol {
	padding-left: 1em;
}
ol li {
	margin-bottom: 10px;
	padding-left: .3em;
}
ol li::marker {
	color: #6251d3;
	font-weight: bold;
}
ul.standard-list {
	margin: 0;
	padding: 0;
	padding-left: .7em;
	list-style: circle;
}
ul.standard-list + p {
	margin-top: 1em;
}
ul.standard-list li {
	margin-bottom: 10px;
	padding-left: .3em;
}
ul.standard-list li:last-child {
	margin-bottom: 0;
}
ul.standard-list li::marker {
	font-size: 18px;
	color: #6251d3;
}
ul.links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.links-list li {
	padding-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #959393;
}
ul.links-list li:first-child {
	padding-top: 0;
}

@media only screen and (min-width: 992px) {
	.column-right ol {
	    margin: 0;
	    margin-left: -.3em;
	    padding: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.column-right ol {
	    margin: 0;
	    margin-left: -.3em;
	    padding: 0;
	}
    ul.standard-list {
	    margin-left: -1em;
	}
}


/* Form Styles */

form label,
form input {
	display: block;
}
form label {
	margin-bottom: 5px;
}
form label,
form .form-select {
	font-size: 15px;
	line-height: normal;
}
form label span {
	color: red;
}
form input,
form textarea,
form select {
	border-radius: 3px;
}
form input[type=text],
form input[type=email],
form input[type=phone],
form textarea,
form select {
	margin-bottom: 35px;
	padding: 15px 10px;
	width: 100%;
	border: 0;
	background-color: #f2f3f5;
}
form select {
	font-weight: 500;
}
form .form-checkbox {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
form .form-checkbox-series {
	margin-bottom: 10px;
}
form .form-checkbox-consent {
	margin-top: 50px;
}
/* Hide the browser's default checkbox */
form .form-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
form .form-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
	border: 1px solid #000;
}
/* On mouse-over, add a grey background color */
form .form-checkbox:hover input[type=checkbox] ~ .checkmark {
    background-color: #e5e8eb;
}
/* When the checkbox is checked, add a purple background */
form .form-checkbox input[type=checkbox]:checked ~ .checkmark {
    background-color: #6251d3;
}
/* Create the checkmark/indicator (hidden when not checked) */
form .form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
form .form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
form .form-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
form input[type=submit] {
	margin-top: -10px;
	padding: 10px 40px;
	font-weight: 500;
	font-size: 18px;
	background-color: #e0b042;
	border: 0;
	transition: background 200ms ease;
}
form input[type=submit]:hover,
form input[type=submit]:focus {
	color: #fff;
	background-color: #151b41;
}



/* Image Styles */

.inline-image {
	margin-bottom: 60px;
}
p + .inline-image,
ul + .inline-image,
ol + .inline-image,
#content-sub-block.ordered-list + .inline-image,
#content-sub-block.standard-list + .inline-image {
	margin-top: 70px;
}
#content-sub-block.ordered-list + .inline-image {
	margin-top: 70px;
}
.inline-image .image-caption {
	margin-top: 10px;
	font-size: 15px;
	line-height: 19px;
}
#master-block .column-image,
#master-block .column-image img {
	width: 100%;
}
#master-block .column-image img {
	height: auto;
}

@media only screen and (max-width: 767px) {
	#master-block .column-image {
		margin: 0 auto;
		margin-bottom: 30px;
		max-width: 300px;
	}
}

@media only screen and (min-width: 768px) {
	.inline-image {
		margin-top: 5px;
	}
	#master-block .column-right .column-image {
		padding-left: 30px;
	}
}



/* Utilities */

.column-mobile-hide {
	display: none;
}
.image-inline + p {
	margin-top: 55px;
}
.image-inline img {
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.block-divider {
	padding-bottom: 65px;
	border-top: 1px solid #555;
}

@media only screen and (min-width: 768px) {
	.block-divider {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 992px) {
    .column-mobile-hide {
		display: block;
	}
}



/* Global > Mobile Navigation */

#mobile-navigation {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 2000;
	opacity: 1;
	width: 100%;
	height: calc(100vh - 60px);
	text-align: center;
	background-color: #f7f8f8;
	border-top: 1px solid #555;
	overflow-y: auto;
}
#mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-navigation ul,
#mobile-navigation ul li.menu-item,
#mobile-navigation ul li.menu-item a {
	width: 100%;
}
#mobile-navigation ul li.menu-item {
	text-align: left;
	background-color: #151b41;
	border-bottom: 1px solid #555;
}
#mobile-navigation ul li.menu-item,
#mobile-navigation ul li.menu-item a {
	display: block;
	font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.02em;
}
#mobile-navigation ul li.menu-item a {
	padding: 15px 20px;
	text-decoration: none;
}
#mobile-navigation ul li.menu-item.has-submenu > a {
	position: relative;
}
#mobile-navigation ul li.menu-item.has-submenu > a::after {
	position: absolute;
	top: 17px;
	right: 29px;
	width: 12px;
	height: 19px;
	content: '';
	background-image: url(../imgs/access-header-icon-dropdown-closed.png);
	background-position: center;
	background-size: 12px 19px;
	background-repeat: no-repeat;
}
#mobile-navigation ul li.menu-item.has-submenu > a[aria-expanded="true"]::after {
	background-image: url(../imgs/access-header-icon-dropdown-open.png);
}
#mobile-navigation ul li ul.submenu {
	padding-top: 10px;
	padding-bottom: 12px;
}
#mobile-navigation ul li ul.submenu li.submenu-item,
#mobile-navigation ul li ul.submenu li.submenu-item a {
	font-weight: normal;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.02em;
}
#mobile-navigation ul li ul.submenu li.submenu-item a {
	padding-top: 9px;
	padding-bottom: 8px;
}
#mobile-navigation ul li ul.submenu li.submenu-item:first-child a {
	padding-top: 0;
}
#mobile-navigation .mobile-sub-footer,
#mobile-navigation .mobile-footer {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	text-align: left;
}
#mobile-navigation .mobile-sub-footer {
	padding-top: 35px;
	padding-bottom: 25px;
	background-color: #151b41;
}
#mobile-navigation .mobile-sub-footer .mobile-language {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
#mobile-navigation .mobile-sub-footer .mobile-language button + button::before {
	margin-right: 6px;
	font-weight: normal;
	content: '\007c';
}
#mobile-navigation .mobile-sub-footer .mobile-language button {
	padding: 0;
	padding-right: 3px;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	background-color: transparent;
	border: 0;
}
#mobile-navigation .mobile-sub-footer .mobile-language button:last-child {
	padding-right: 0;
}
#mobile-navigation .mobile-sub-footer .mobile-language button.current-language {
	font-weight: 500;
}
#mobile-navigation .mobile-sub-footer .menu-item-button {
	display: block;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
	height: 48px;
	font-weight: 500;
	font-size: 17px;
	color: #151b41;
	background-color: #e0b042;
	border: 0;
	border-radius: 3px;
	transition: background 200ms ease;
}
#mobile-navigation .mobile-sub-footer .menu-item-button:hover,
#mobile-navigation .mobile-sub-footer .menu-item-button:focus {
	background-color: #fff;
}
#mobile-navigation .mobile-footer {
	padding-top: 20px;
	padding-bottom: 15px;
}
#mobile-navigation .mobile-footer .mobile-search-wrapper {
	position: relative;
}
#mobile-navigation .mobile-footer .mobile-search-wrapper,
#mobile-navigation .mobile-footer .mobile-search-input {
	width: 100%;
}
#mobile-navigation .mobile-footer .mobile-search-input {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #393939 !important;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #393939;
	transition: border 200ms ease;
}
#mobile-navigation .mobile-footer .mobile-search-input:focus {
    outline: none !important;
    border: 0;
	border-bottom: 1px solid #6251d3;
    box-shadow: 0;
}
#mobile-navigation .mobile-footer .mobile-search-input::placeholder {
	font-size: 15px;
	line-height: 15px;
	color: #393939;
	opacity: 1;
}
#mobile-navigation .mobile-footer .mobile-search-submit {
	position: absolute;
	top: 13px;
	right: 0;
	padding: 0;
	width: 24px;
	height: 25px;
	background-color: transparent;
	background-image: url(../imgs/access-mobile-search.png);
	background-size: 24px 25px;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
}

@media only screen and (min-width: 576px) {
    #mobile-navigation .mobile-sub-footer,
    #mobile-navigation .mobile-footer {
	    text-align: center;
    }
	#mobile-navigation .mobile-sub-footer .menu-item-button,
	#mobile-navigation .mobile-footer .mobile-search-wrapper {
		margin: 0 auto;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1200px) {
	#mobile-navigation {
		display: none !important;
	}
}



/* Global > Header */

header { /* Mobile Header */
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #151b41;
}
header a,
header a:hover,
header a:active,
header a:focus {
	text-decoration: none;
}
header #header-top,
header #header-bottom {
	position: relative;
}
header #header-top,
header #header-bottom #header-bottom-wrapper #header-navigation {
	display: none;
}
header #header-bottom {
	height: 60px;
}
header #header-bottom #header-bottom-wrapper #header-logo .image-wrapper img {
	width: 100%;
	height: auto;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle {
	position: absolute;
	padding: 0;
	top: 0;
	right: 12px;
	width: 30px;
	height: 62px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle span {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: all .2s;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle #mobile-toggle-top {
	top: 17px;
	opacity: 1;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle #mobile-toggle-bottom {
	top: 41px;
	opacity: 1;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle.toggle-rotated #mobile-toggle-top,
header #header-bottom #header-bottom-wrapper #header-mobile-toggle.toggle-rotated #mobile-toggle-bottom {
	opacity: 0;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle #mobile-toggle-midleft,
header #header-bottom #header-bottom-wrapper #header-mobile-toggle #mobile-toggle-midright {
	top: 29px;
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle.toggle-rotated #mobile-toggle-midleft {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header #header-bottom #header-bottom-wrapper #header-mobile-toggle.toggle-rotated #mobile-toggle-midright {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1199px) {
	header #header-bottom #header-bottom-wrapper #header-logo {
		display: flex;
		align-items: center;
	}
	header #header-bottom #header-bottom-wrapper #header-logo,
	header #header-bottom #header-bottom-wrapper #header-logo .image-wrapper {
		width: 96px;
		max-width: 96px;
	}
	header #header-bottom #header-bottom-wrapper #header-logo .image-wrapper {
		margin-top: -6px;
	}
}

@media only screen and (min-width: 1200px) {
	header { /* Desktop Header */
		height: auto;
		min-height: 190px;
	}
	header #header-top {
		display: block;
	}
	header #header-top,
	header #header-top #header-top-wrapper {
		height: 62px;
	}
	header #header-top #header-top-wrapper,
	header #header-bottom,
	header #header-bottom #header-bottom-wrapper,
	header #header-bottom #header-bottom-wrapper #header-logo,
	header #header-bottom #header-bottom-wrapper #header-navigation {
	    display: flex;
	}
	header #header-top #header-top-wrapper {
		align-items: center;
		justify-content: flex-end;
		font-size: 15px;
		line-height: 15px;
	}
	header #header-top #header-top-wrapper #header-search,
	header #header-top #header-top-wrapper #header-login,
	header #header-top #header-top-wrapper #header-language {
		display: inline-block;
		margin-left: 3vw;
	}
	header #header-top #header-top-wrapper #header-search {
		position: relative;
		padding-left: 20px;
	}
	header #header-top #header-top-wrapper #header-search .header-search-input {
		margin-left: auto;
		margin-right: 30px;
		padding: 10px 0 10px 0;
		width: 210px;
		color: #151b41;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid #70758c;
	}
	header #header-top #header-top-wrapper #header-search .header-search-input:focus {
    	outline: none !important;
    	border: 0;
		border-bottom: 1px solid #70758c;
    	box-shadow: 0;
  	}
	header #header-top #header-top-wrapper #header-search .header-search-input::placeholder {
		font-size: 15px;
		line-height: 15px;
		color: #fff;
		opacity: 1;
	}
	header #header-top #header-top-wrapper #header-search .header-search-submit {
		position: absolute;
		top: 8px;
		right: 0;
		padding: 0;
		width: 24px;
		height: 25px;
		background-color: transparent;
		background-image: url(../imgs/access-header-search.png);
		background-size: 24px 25px;
		background-position: center;
		background-repeat: no-repeat;
		border: 0;
	}
	header #header-top #header-top-wrapper #header-language button + button::before {
		margin-right: 6px;
		font-weight: normal;
		content: '\007c';
	}
	header #header-top #header-top-wrapper #header-language button {
		padding: 0;
		padding-right: 3px;
		height: 62px;
		color: #fff;
		background-color: transparent;
		border: 0;
	}
	header #header-top #header-top-wrapper #header-language button:last-child {
		padding-right: 0;
	}
	header #header-top #header-top-wrapper #header-language button.current-language {
		font-weight: 500;
	}
	header #header-bottom {
	    align-items: flex-start;
	    justify-content: space-between;
		height: auto;
		min-height: 128px;
	}
	header #header-bottom #header-bottom-wrapper {
		justify-content: space-between;
		border-top: 1px solid #70758c;
	}
    header #header-bottom #header-bottom-wrapper #header-logo {
		align-items: flex-start;
	}
    header #header-bottom #header-bottom-wrapper #header-logo,
	header #header-bottom #header-bottom-wrapper #header-logo .image-wrapper {
		width: 175px;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation {
		justify-content: flex-end;
		padding-top: 52px;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item {
		position: relative;
		display: inline-block;
		margin-left: 9px;
		margin-right: 9px;
		vertical-align: top;
		height: 55px;
	    font-family: 'Neue Montreal', Arial, sans-serif;
		font-weight: 500;
		font-size: 17px;
		line-height: 17px;
		letter-spacing: -0.02em;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item a {
		color: #b4b5b7;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-menu-item,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-menu-item a,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-menu-ancestor,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-menu-ancestor a,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-page-ancestor,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-page-ancestor a,
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item:hover a {
		color: #fff;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item.has-submenu {
		padding-right: 20px;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item.has-submenu::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 19px;
		content: '';
		background-image: url(../imgs/access-header-icon-dropdown-closed.png);
		background-position: center;
		background-size: 12px 19px;
		background-repeat: no-repeat;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation .menu-item-button {
		display: inline-block;
		margin-top: -14px;
		margin-left: 30px;
		padding-left: 18px;
		padding-right: 18px;
		height: 48px;
		font-weight: 500;
		font-size: 17px;
		line-height: 16px;
		color: #151b41;
		background-color: #e0b042;
		border: 0;
		border-radius: 3px;
	    transition: background 200ms ease;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation .menu-item-button:hover,
	header #header-bottom #header-bottom-wrapper #header-navigation .menu-item-button:focus {
		background-color: #fff;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li ul.submenu {
		position: absolute;
		margin: 0 -1000em; /* trick from css-tricks comments */
		padding: 0 1000em 30px; /* trick from css-tricks comments */
		top: 100%;
		z-index: 2500;
		list-style: none;
		background-color: #151b41;
		visibility: hidden;
		opacity: 0;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li:hover ul.submenu {
		visibility: visible;
		opacity: 1;
        transition: all 250ms ease;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li ul.submenu li.submenu-item {
		margin-bottom: 25px;
		min-width: 340px;
		font-weight: normal;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.current-menu-item ul.submenu li.submenu-item {
		font-weight: 300;
	}
	header #header-bottom #header-bottom-wrapper #header-mobile-toggle {
		display: none;
	}
}

@media only screen and (min-width: 1300px) {
	header #header-top #header-top-wrapper #header-search,
	header #header-top #header-top-wrapper #header-login,
	header #header-top #header-top-wrapper #header-language {
		margin-left: 40px;
	}
	header #header-bottom #header-bottom-wrapper #header-navigation ul li.menu-item {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		line-height: 18px;
	}
}



/* Global > Sub-footer */

#sub-footer {
	padding-top: 35px;
	padding-bottom: 55px;
}
#sub-footer.sub-footer-purple,
#sub-footer.sub-footer-teal {
	color: #fff;
}
#sub-footer.sub-footer-purple {
	background-color: #6251d3;
}
#sub-footer.sub-footer-gold {
	color: #151b41;
	background-color: #e0b042;
}
#sub-footer.sub-footer-teal {
	background-color: #087e8b;
}
#sub-footer #sub-footer-heading h2 {
	font-weight: normal;
	font-size: 27px;
	line-height: 28px;
}
#sub-footer #sub-footer-heading h2 span {
	font-weight: 500;
}
#sub-footer #sub-footer-cta {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
}
#sub-footer #sub-footer-cta p:last-child {
	margin-bottom: 0;
}
#sub-footer #sub-footer-button button {
	display: inline-block;
	width: 100%;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	line-height: 17px;
	border: 0;
	border-radius: 3px;
	transition: background 200ms ease;
}
#sub-footer.sub-footer-purple #sub-footer-button button,
#sub-footer.sub-footer-teal #sub-footer-button button,
#sub-footer.sub-footer-purple #sub-footer-button button:hover,
#sub-footer.sub-footer-purple #sub-footer-button button:focus,
#sub-footer.sub-footer-gold #sub-footer-button button:hover,
#sub-footer.sub-footer-gold #sub-footer-button button:focus,
#sub-footer.sub-footer-teal #sub-footer-button button:hover,
#sub-footer.sub-footer-teal #sub-footer-button button:focus {
	color: #151b41;
}
#sub-footer.sub-footer-purple #sub-footer-button button,
#sub-footer.sub-footer-teal #sub-footer-button button {
	background-color: #ccfbf1;
}
#sub-footer.sub-footer-gold #sub-footer-button button {
	color: #fff;
	background-color: #151b41;
}
#sub-footer.sub-footer-purple #sub-footer-button button:hover,
#sub-footer.sub-footer-purple #sub-footer-button button:focus,
#sub-footer.sub-footer-gold #sub-footer-button button:hover,
#sub-footer.sub-footer-gold #sub-footer-button button:focus,
#sub-footer.sub-footer-teal #sub-footer-button button:hover,
#sub-footer.sub-footer-teal #sub-footer-button button:focus {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
    #sub-footer #sub-footer-heading {
		padding-bottom: 25px;
    }
	#sub-footer.sub-footer-purple #sub-footer-heading,
	#sub-footer.sub-footer-teal #sub-footer-heading {
		border-bottom: 1px solid #fff;
	}
	#sub-footer.sub-footer-gold #sub-footer-heading {
		border-bottom: 1px solid #151b41;
	}
    #sub-footer #sub-footer-cta {
		padding-top: 22px;
		padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    #sub-footer {
		padding-top: 45px;
		padding-bottom: 45px;
    }
	#sub-footer #sub-footer-heading,
	#sub-footer #sub-footer-cta,
	#sub-footer #sub-footer-button {
		display: flex;
		align-items: center;
		height: 100%;
	}
	#sub-footer #sub-footer-heading {
		padding-top: 10px;
		padding-bottom: 10px;
		width: calc(100% - 25px);
	}
	#sub-footer.sub-footer-purple #sub-footer-heading,
	#sub-footer.sub-footer-teal #sub-footer-heading {
		border-right: 1px solid #fff;
	}
	#sub-footer.sub-footer-gold #sub-footer-heading {
		border-right: 1px solid #151b41;
	}
	#sub-footer #sub-footer-cta {
		width: calc(100% - 25px);
	}
	#sub-footer #sub-footer-button {
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 992px) {
    #sub-footer {
		padding-top: 60px;
		padding-bottom: 60px;
    }
	#sub-footer #sub-footer-cta,
	#sub-footer #sub-footer-button {
		display: flex;
		align-items: center;
		height: 100%;
	}
	#sub-footer #sub-footer-heading {
		width: calc(100% - 50px);
	}
    #sub-footer #sub-footer-heading h2 {
		font-size: 35px;
		line-height: 36px;
    }
	#sub-footer #sub-footer-cta {
		width: calc(100% - 50px);
		font-size: 31px;
		line-height: 39px;
	}
}



/* Global > Footer */

footer,
#footer {
	padding-top: 40px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #151b41;
}
footer #footer-top #footer-logo-mobile,
footer #footer-top #footer-logo-mobile img {
	margin: 0 auto;
	width: 138px;
}
footer #footer-top #footer-logo-desktop,
footer #footer-socials-desktop {
	display: none;
}
footer #footer-bottom #footer-credit.footer-credit-desktop {
	display: none;
}
footer #footer-top #footer-cihr,
footer #footer-socials-mobile #footer-credit.footer-credit-mobile,
footer #footer-socials-mobile #footer-credit.footer-credit-mobile a,
footer #footer-bottom #footer-credit.footer-credit-desktop,
footer #footer-bottom #footer-credit.footer-credit-desktop a {
	font-size: 15px;
	line-height: 21px;
}
footer #footer-top #footer-cihr p:last-child {
	margin-bottom: 0;
}
footer .footer-socials,
footer #footer-bottom #footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer-socials li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #e0b042;
	transition: background 200ms ease;
}
footer .footer-socials li:hover,
footer .footer-socials li:focus {
	background-color: #f9d69e;
}
footer .footer-socials li,
footer .footer-socials li img {
	width: 25px;
	height: 25px;
}
footer .footer-socials li img {
	position: absolute;
	top: 0;
	left: 0;
}
footer #footer-socials-mobile #footer-credit.footer-credit-mobile {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
footer #footer-bottom #footer-nav li,
footer #footer-bottom #footer-nav li a {
	font-weight: 500;
	font-size: 20px;
}
footer #footer-bottom #footer-nav li a {
	text-decoration: none;
}
footer #footer-bottom #footer-nav li a:hover,
footer #footer-bottom #footer-nav li a:focus {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

@media only screen and (max-width: 991px) {
	footer #footer-top #footer-logo-mobile,
	footer #footer-top #footer-cihr,
	footer #footer-bottom #footer-nav,
	footer #footer-socials-mobile .footer-socials {
		text-align: center;
	}
	footer #footer-top #footer-logo-mobile {
		margin-bottom: 25px;
	}
	footer #footer-top #footer-cihr {
		margin-bottom: 75px;
	}
    footer #footer-bottom #footer-nav {
	    margin-bottom: 50px;
    }
    footer #footer-bottom #footer-nav li {
	    margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
	footer,
    #footer {
	    padding-top: 70px;
	    padding-bottom: 50px;
    }
	footer #footer-top #footer-logo-mobile,
    footer #footer-socials-mobile {
	    display: none;
    }
    footer #footer-top #footer-logo-desktop,
	footer #footer-top #footer-cihr {
	    display: inline-block;
		vertical-align: bottom;
    }
	footer #footer-top #footer-logo-desktop {
		margin-right: 28px;
		margin-bottom: 4px;
	}
	footer #footer-top #footer-logo-desktop,
	footer #footer-top #footer-logo-desktop img {
		width: 147px;
	}
    footer #footer-top #footer-socials-desktop {
	    display: block;
    }
    footer #footer-top #footer-socials-desktop .footer-socials {
	    display: flex;
		justify-content: flex-end;
    }
    footer .footer-socials li {
		margin-left: 15px;
		margin-right: 15px;
	}
    footer .footer-socials li:last-child,
	footer #footer-bottom #footer-nav li:last-child {
		margin-right: 0;
	}
    footer #footer-bottom {
		display: flex;
		align-items: flex-end;
		padding-top: 35px;
	}
    footer #footer-bottom #footer-nav {
		text-align: right;
	}
    footer #footer-bottom #footer-nav li {
	    display: inline-block;
		margin-left: 22px;
		margin-right: 22px;
	    font-weight: 500;
	    font-size: 20px;
    }
	footer #footer-bottom #footer-credit.footer-credit-desktop {
		display: block;
	}
	footer #footer-bottom #footer-credit.footer-credit-mobile {
		display: none;
	}
}



/* PAGE HEADER STYLES */

/* Page Header Shared Styles */

#page-header {
	padding-top: 20px;
}
#page-header.homepage {
	padding-top: 0 !important;
}
#page-header ul.breadcrumb-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-header ul.breadcrumb-list li {
	display: inline-block;
}
#page-header ul.breadcrumb-list,
#page-header ul.breadcrumb-list li,
#page-header ul.breadcrumb-list li a {
	font-size: 13px;
	line-height: 22px;
	color: #5d5d5d;
}
#page-header ul.breadcrumb-list li a {
	text-decoration: none;
}
#page-header ul.breadcrumb-list li a:hover,
#page-header ul.breadcrumb-list li a:focus {
    color: #000;
}
#page-header ul.breadcrumb-list li:last-child,
#page-header ul.breadcrumb-list li:last-child a {
	font-weight: 500;
	color: #151b41;
}
#page-header.title ul.breadcrumb-list,
#page-header.left-biased ul.breadcrumb-list,
#page-header.split ul.breadcrumb-list,
#page-header.split-boxed ul.breadcrumb-list,
#page-header.glossary ul.breadcrumb-list {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	#page-header ul.breadcrumb-list li {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 768px) {
	#page-header {
		padding-top: 55px;
	}
	#page-header.notfound-header {
		padding-top: 50px;
	}
	#page-header ul.breadcrumb-list li {
		position: relative;
		padding-right: 20px;
	}
    #page-header ul.breadcrumb-list li::after {
		position: absolute;
		top: 0;
		right: 5px;
		width: 5px;
		height: 22px;
	    content: '';
		background-image: url(../imgs/access-breadcrumb-arrow.png);
		background-position: center;
		background-size: 5px 9px;
		background-repeat: no-repeat;
    }
    #page-header ul.breadcrumb-list li:last-child::after {
		background-image: none;
    }
	#page-header.title ul.breadcrumb-list,
	#page-header.left-biased ul.breadcrumb-list {
		margin-bottom: 75px;
	}
	#page-header.glossary ul.breadcrumb-list {
		margin-bottom: 50px;
	}
}

/* Page Header > Breadcrumb */

#page-header.breadcrumb {
	margin-bottom: 35px;
}

/* Page Header > Left-biased (Hero) */

#page-header.left-biased {
	margin-bottom: 25px;
	padding-bottom: 45px;
}
#page-header.header-rtp {
	background-color: #f5f9ff;
}
#page-header.header-rtp h1 {
	color: #0c196b;
}
#page-header.header-driver {
	background-color: #f1efff;
}
#page-header.header-driver h1 {
	color: #6251d3;
}
#page-header.header-study {
	background-color: #f4f5f5;
}
#page-header.header-study h1 {
	color: #393939;
}
#page-header.left-biased .hero-image-mobile,
#page-header.left-biased .hero-image-mobile img,
#page-header.left-biased .hero-image-desktop,
#page-header.left-biased .hero-image-desktop img {
	width: 100%;
}
#page-header.left-biased .hero-image-mobile img,
#page-header.left-biased .hero-image-desktop img {
	height: auto;
}
#page-header.left-biased .hero-image-mobile {
	margin-bottom: 60px;
}
#page-header.left-biased .hero-image-desktop {
	display: none;
}

@media only screen and (max-width: 767px) {
	#page-header.left-biased .hero-image-mobile {
		max-width: 400px;
	}
}

@media only screen and (min-width: 768px) {
    #page-header.left-biased .hero-image-mobile {
		display: none;
    }
    #page-header.left-biased .hero-image-desktop {
		display: block;
		margin-top: -100px;
    }
	#page-header.left-biased {
		margin-bottom: 85px;
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 992px) {
	#page-header.left-biased .hero-text {
		padding-right: 20px;
	}
}

/* Page Header > Split (Hero) */

#page-header.split {
	margin-bottom: 40px;
}
#page-header.split .hero-text {
	padding-bottom: 15px;
}
#page-header.split .hero-image,
#page-header.split .hero-image img {
	width: 100%;
}
#page-header.split .hero-image img {
	height: auto;
}

@media only screen and (min-width: 768px) {
	#page-header.split {
	    margin-bottom: 100px;
	}
	#page-header.split .hero-text {
		padding-bottom: 45px;
	}
}

@media only screen and (min-width: 992px) {
	#page-header.split .hero-text {
		padding-right: 30px;
	}
	#page-header.split .hero-text h1 {
		margin-bottom: 0;
	}
}

/* Page Header > Homepage, Split-Boxed (Hero) */

#page-header.homepage,
#page-header.split-boxed {
	padding-bottom: 15px;
}
#page-header.homepage {
	margin-bottom: 25px;
}
#page-header.split-boxed {
	margin-bottom: 40px;
}
#page-header.homepage .hero-image,
#page-header.homepage .hero-image img,
#page-header.split-boxed .hero-image,
#page-header.split-boxed .hero-image img {
	width: 100%;
}
#page-header.homepage .hero-image img,
#page-header.split-boxed .hero-image img {
	height: auto;
}
#page-header.homepage .hero-text {
	padding-top: 35px;
}
#page-header.split-boxed .hero-text {
	padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
	#page-header.homepage {
	    margin-bottom: 70px;
		padding-bottom: 30px;
	}
	#page-header.homepage .hero-text,
	#page-header.homepage .hero-image,
	#page-header.split-boxed .hero-image,
	#page-header.split-boxed .hero-image img {
		display: flex;
		align-items: center;
		height: 100%;
	}
	#page-header.homepage .hero-text {
		padding-top: 60px;
		padding-bottom: 45px;
	}
	#page-header.split-boxed {
	    margin-bottom: 100px;
	}
	#page-header.split-boxed .hero-text {
		padding-bottom: 45px;
	}
}

@media only screen and (min-width: 992px) {
	#page-header.homepage .hero-text,
	#page-header.split-boxed .hero-text {
		padding-right: 30px;
	}
	#page-header.homepage .hero-text h1,
	#page-header.split-boxed .hero-text h1 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1200px) {
	#page-header.homepage .hero-text h1 {
		font-size: 50px;
		line-height: normal;
		letter-spacing: -0.02em;
	}
}

/* Page Header > Glossary */

#page-header.glossary {
	padding-bottom: 20px;
	background-color: #f5f9ff;
}
#page-header.glossary .glossary-header-top {
	position: relative;
}
#page-header.glossary .glossary-header-top .glossary-pdf {
	position: absolute;
	padding: 19px 15px 19px 50px;
	top: -20px;
	right: -20px;
	font-weight: 500;
	font-size: 13px;
	color: #000;
	background-colour: #e5e8eb;
	border: 0;
}
#page-header.glossary .glossary-header-top .glossary-pdf:hover,
#page-header.glossary .glossary-header-top .glossary-pdf:focus {
	background-color: #fff;
}
#page-header.glossary .glossary-header-top .glossary-pdf .glossary-pdf-icon {
	position: absolute;
	top: 23px;
	left: 22px;
	width: 18px;
	height: 16px;
	background-image: url(../imgs/access-glossary-download.png);
	background-size: 18px 16px;
	background-position: center;
	background-repeat: no-repeat;
}
#page-header.glossary .hero-text h1 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	#page-header.glossary {
		padding-bottom: 35px;
	}
	#page-header.glossary .glossary-header-top .glossary-pdf {
		padding: 15px 20px 15px 50px;
	    top: -55px;
	}
    #page-header.glossary .glossary-header-top .glossary-pdf .glossary-pdf-icon {
		top: 21px;
	}
	#page-header.glossary .hero-text {
		font-size: 27px;
		line-height: 35px;
	}
    #page-header.glossary .hero-text h1 {
	    margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
	#page-header.glossary .glossary-header-top .glossary-pdf {
		top: -18px;
		right: 0;
	}
}



/* CARD STYLES */

/* Card Styles > Project Index Card */

.project-index-card {
	display: block;
	margin-bottom: 55px;
	text-decoration: none;
}
.project-index-card .project-card-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	padding: 20px 80px 20px 20px;
	width: 100%;
	min-height: 175px;
}
.project-index-card .project-card-hero h3 {
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
}
.project-index-card .project-card-hero h3 span {
	font-weight: bold;
}
.project-index-card .project-card-hero .project-card-icon {
	position: absolute;
	top: 15px;
	right: 10px;
}
.project-index-card .project-card-hero .project-card-icon,
.project-index-card .project-card-hero .project-card-icon img {
	width: 60px;
	height: 60px;
}
.project-index-card .project-card-description {
	font-size: 21px;
	line-height: 27px;
}
.project-index-card .project-card-description p {
	margin-bottom: 0;
}
.project-index-card .project-card-description p.cta-sm {
	margin-top: 15px;
}
.project-index-card:hover .project-card-description p.cta-sm::after,
.project-index-card:focus .project-card-description p.cta-sm::after {
	right: -4px;
	background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (min-width: 768px) {
	.project-index-card {
		margin-bottom: 70px;
	}
    .project-index-card .project-card-hero {
	    min-height: 240px;
    }
}

@media only screen and (min-width: 992px) {
    .project-index-card .project-card-hero {
	    min-height: 175px;
    }
}


/* Card Styles > Project Card */

.project-card {
	display: block;
	margin-bottom: 75px;
	text-decoration: none;
}
.project-card:hover .cta-sm::after,
.project-card:focus .cta-sm::after {
	right: -4px;
	background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
.project-card .project-card-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 45px;
	padding: 20px 20px 25px 20px;
	min-height: 315px;
}
.project-card .project-card-hero h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
}
.project-card .project-card-hero h3 span {
	font-weight: bold;
}
.project-card .project-card-hero .project-card-icon {
	position: absolute;
	top: 20px;
	right: 15px;
}
.project-card .project-card-hero .project-card-icon,
.project-card .project-card-hero .project-card-icon img {
	width: 95px;
	height: 95px;
}
.project-card .project-card-text {
	font-size: 17px;
	line-height: 22px;
	color: #000;
}

@media only screen and (max-width: 767px) {
    .project-card .project-card-hero {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (min-width: 768px) {
	.project-card {
		margin-bottom: 175px;
	}
	.project-card .project-card-hero {
	    margin-bottom: 20px;
	}
}

@media only screen and (min-width: 992px) {
	.project-card .project-card-hero {
		padding: 15px 15px 25px 30px;
	}
    .project-card .project-card-hero h3 {
		padding-right: 125px;
		font-size: 38px;
		line-height: 47px;
	}
    .project-card .project-card-text {
	    font-size: 21px;
	    line-height: 29px;
	}
}

/* Card Styles > Resource Index Card */
.resource-index-card-wrapper {
	flex: 0 0 auto;
}
#resources-index-list.format-grid .resource-index-card-wrapper,
#resources-index-list.format-list .resource-index-card-wrapper {
	width: 100%;
}
.resource-index-card {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #e0b042;
}
#resources-index-list.format-grid .resource-index-card {
	margin-bottom: 55px;
	padding-bottom: 35px;
}
#resources-index-list.format-list .resource-index-card {
	padding-top: 20px;
	padding-bottom: 35px;
}
#resources-index-list.format-list .resource-index-card-wrapper:first-child .resource-index-card {
	border-top: 2px solid #e0b042;
}
#resources-index-list.format-grid .resource-index-card .resource-image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	aspect-ratio: 1 / 0.56;
	background-color: #555;
	overflow: hidden;
}
#resources-index-list.format-grid .resource-index-card .resource-image .resource-video-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	background-image: url(../imgs/access-resources-video.png);
	background-size: 48px 48px;
	background-position: center;
	background-repeat: no-repeat;
}
#resources-index-list.format-list .resource-index-card .resource-image {
	display: none;
}
.resource-index-card .resource-image img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: over;
}
.resource-index-card .resource-text .resource-format {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
}
.resource-index-card .resource-text .resource-title {
	margin-bottom: 20px;
}
.resource-index-card .resource-text .resource-title,
.resource-index-card .resource-text .resource-title h2 {
	font-weight: 500;
	font-size: 21px;
	line-height: 27px;
}
.resource-index-card .resource-text .resource-title h2 span.resource-card-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
.resource-index-card:hover .resource-text .resource-title h2 span.resource-card-arrow,
.resource-index-card:focus .resource-text .resource-title h2 span.resource-card-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
.resource-index-card .resource-text .resource-category,
.resource-index-card .resource-text .resource-tags {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.resource-index-card .resource-text .resource-category {
	margin-bottom: 5px;
}
.resource-index-card .resource-text .resource-tags p:before {
	content: 'Tags: ';
}

@media only screen and (min-width: 576px) {
	#resources-index-list.format-grid .resource-index-card-wrapper {
		width: 50%;
	}
	#resources-index-list.format-grid .resource-index-card {
		height: calc(100% - 55px);
	}
}

@media only screen and (min-width: 768px) {
	#resources-index-list.format-grid .resource-index-card-wrapper {
		width: 100%;
	}
	#resources-index-list.format-grid .resource-index-card {
	    margin-bottom: 70px;
		padding-bottom: 50px;
		height: calc(100% - 70px);
	}
}

@media only screen and (min-width: 992px) {
	#resources-index-list.format-grid .resource-index-card-wrapper {
		width: 50%;
	}
}

/* Card Styles > Resource Card */

.resource-card {
	display: block;
	margin-bottom: 40px;
	text-decoration: none;
}
.resource-card .resource-card-text {
	padding-top: 20px;
	border-top: 2px solid #e0b042;
}
.resource-card .resource-card-text .resource-card-format {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 17px;
}
.resource-card .resource-card-text h3 {
	position: relative;
	font-weight: 500px;
	font-size: 21px;
	line-height: 27px;
}
.resource-card .resource-card-text h3 span.resource-card-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
.resource-card:hover .resource-card-text h3 span.resource-card-arrow,
.resource-card:focus .resource-card-text h3 span.resource-card-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (min-width: 768px) {
    .resource-card {
		height: 100%;
	}
    .resource-card .resource-card-text {
		padding-bottom: 35px;
		height: calc(100% - 40px);
	    border-bottom: 2px solid #e0b042;
	}
    .resource-card .resource-card-text .resource-card-format {
	    margin-bottom: 25px;
	}
}

/* Card Styles > News Index Card/Featured Story */

.news-index-card,
.featured-story {
	display: block;
	text-decoration: none;
}
.news-index-card {
	padding-top: 25px;
	padding-bottom: 35px;
}
#featured-stories-list .news-index-card:first-child,
#news-index-list .news-index-card-wrapper:first-child .news-index-card {
	border-top: 2px solid #e0b042;
}
.news-index-card {
	border-bottom: 2px solid #e0b042;
}
.news-index-card .news-date,
.featured-story .news-date {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 19px;
}
.featured-story .news-image {
	margin-bottom: 25px;
}
.featured-story .news-image,
.featured-story .news-image img {
	width: 100%;
}
.featured-story .news-image img {
	height: auto;
}
.news-index-card .news-title h2,
.news-index-card .news-title h3,
.featured-story .news-title h2,
.featured-story .news-title h3 {
	font-weight: 500;
	font-size: 21px;
	line-height: 27px;
}
.news-index-card .news-title h3 span.news-card-arrow,
.featured-story .news-title h3 span.news-card-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
.news-index-card:hover .news-title h3 span.news-card-arrow,
.news-index-card:focus .news-title h3 span.news-card-arrow,
.featured-story:hover .news-title h3 span.news-card-arrow,
.featured-story:focus .news-title h3 span.news-card-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (max-width: 767px) {
	.featured-story {
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) {
	#news-index-list .news-index-card {
		height: 100%;
	}
    #news-index-list .news-index-card-wrapper:nth-child(2) .news-index-card {
	    border-top: 2px solid #e0b042;
    }
}

/* Card Styles > Event Index Card */

.event-index-card {
	display: block;
	margin-bottom: 55px;
	padding-bottom: 60px;
	text-decoration: none;
	border-bottom: 2px solid #e0b042;
}
.event-index-card .event-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
	height: calc((100vw - 55px)* .56);
	background-color: #999;
	overflow: hidden;
}
.event-index-card .event-image img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.event-index-card .event-date {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 19px;
}
.event-index-card .event-title {
	margin-bottom: 25px;
}
.event-index-card .event-title h2,
.event-index-card .event-title h3 {
	font-weight: 500;
	font-size: 21px;
	line-height: 27px;
}
.event-index-card:hover .event-description p.cta-sm::after,
.event-index-card:focus .event-description p.cta-sm::after {
	right: -4px;
	background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (min-width: 576px) {
	.event-index-card {
		height: calc(100% - 55px);
	}
	.event-index-card .event-image {
		height: calc(((100vw - 55px)/ 2)* .56);
	}
}

@media only screen and (min-width: 768px) {
	.event-index-card {
	    margin-bottom: 70px;
		height: calc(100% - 70px);
	}
	.event-index-card .event-image {
		height: calc(((100vw - 115px)/ 2)* .56);
	}
}

@media only screen and (min-width: 1200px) {
	.event-index-card .event-image {
		height: calc(((100vw - 155px)/ 2)* .56);
		max-height: 325px;
	}
}

/* Card Styles > Team Card */

.team-card {
	display: block;
	text-decoration: none;
}
.team-card {
	margin-top: 10px;
	margin-bottom: 40px;
	padding-right: 15px;
}
.team-card .team-card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
	max-width: 140px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #555;
	overflow: hidden;
}
.team-card .team-card-image img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.team-card h4 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
}
.team-card h4 span.team-card-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
.team-card:hover h4 span.team-card-arrow,
.team-card:focus h4 span.team-card-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
.team-card-role,
.team-card-location,
.team-card-email {
	font-size: 17px;
	line-height: 22px;
}
.team-card-role {
	margin-top: 15px;
	margin-bottom: 0;
}
.team-card-role p {
	margin-bottom: 0;
}
.team-card-role p + p {
	margin-top: 8px;
}
.team-card .team-card-role,
.team-card .team-card-email {
	margin-top: 0;
}
.team-card-location {
	margin-top: 10px;
}
.team-card-location,
.team-card .team-card-email {
	font-weight: 500;
}
.team-card .team-card-email {
	overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
    .team-card {
	    margin-top: 15px;
	    margin-bottom: 80px;
	}
    .team-card .team-card-image {
	    margin-bottom: 25px;
	}
}

/* Card Styles > Show/Hide Card */

.show-hide-card {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .show-hide-card {
	    margin-bottom: 110px;
    }
}

/* Card Styles > Stat Card */

.stat-card {
	display: block;
	padding: 35px 20px 20px 20px;
	height: 100%;
	background-color: #f4f6f7;
}
.column-right .stat-card {
	margin-bottom: 30px;
	height: auto;
}
.column-right .stat-card:last-child {
	margin-bottom: 70px;
}
.stat-card .stat-card-value {
	margin-bottom: 15px;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.stat-card .stat-card-value span {
	font-family: 'Neue Montreal', Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 52px;
}
.stat-card .stat-card-text {
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
}
.column-right .stat-card .stat-card-text {
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (min-width: 992px) {
    .column-left .stat-card .stat-card-value {
		font-size: 100px;
		line-height: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	#master-block.homepage-stats .stat-card {
		padding: 45px 20px 50px 20px;
	}
	#master-block.homepage-stats .stat-card .stat-card-value {
		margin-bottom: 20px;
		font-size: 104px;
		line-height: 104px;
	}
	#master-block.homepage-stats .stat-card .stat-card-value span {
		font-size: 76px;
	}
}

/* Card Styles > Focus Card */

.focus-card {
	display: block;
	position: relative;
	margin-bottom: 25px;
	padding: 0;
	height: calc(100% - 25px);
	text-decoration: none;
	border-radius: 5px;
}
.focus-card .focus-card-text .text-wrapper {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
}
.focus-card .focus-card-text .text-wrapper .focus-card-arrow::after {
	margin-left: 0;
	content: '→';
	transition: margin .3s ease;
}
.focus-card:hover .focus-card-text .text-wrapper .focus-card-arrow::after,
.focus-card:focus .focus-card-text .text-wrapper .focus-card-arrow::after {
	margin-left: 10px;
}
.focus-card .focus-card-image,
.focus-card .focus-card-image img {
	width: 100%;
}
.focus-card .focus-card-image img {
	height: auto;
}

@media only screen and (max-width: 767px) {
	.focus-card .focus-card-text .text-wrapper {
		padding: 10px 20px 25px 20px;
	}
    .focus-card .focus-card-image {
		display: flex;
		justify-content: flex-end;
		width: 100%;
    }
    .focus-card .focus-card-image .image-wrapper {
		width: 146px;
		height: 146px;
    }
	
}

@media only screen and (min-width: 768px) {
	.focus-card {
		padding: 0 0 0 20px;
	}
	.focus-card .focus-card-text,
	.focus-card .focus-card-image {
		display: flex;
		align-items: center;
		height: 100%;
		min-height: 190px;
	}
	.focus-card .focus-card-text .text-wrapper {
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
	.focus-card .focus-card-image {
		justify-content: flex-end;
	}
	.focus-card .focus-card-image .image-wrapper {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.focus-card {
		padding: 0 0 0 40px;
	}
	.focus-card .focus-card-text .text-wrapper {
		font-size: 36px;
		line-height: 42px;
	}
}

/* Card Styles > Search Index Card */
.search-index-card-wrapper {
	flex: 0 0 auto;
}
#search-index-list .search-index-card-wrapper {
	width: 100%;
}
.search-index-card {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #e0b042;
}
#search-index-list .search-index-card {
	margin-bottom: 55px;
	padding-bottom: 35px;
}
.search-index-card .search-text {
	text-decoration: none;
}
.search-index-card .search-text .search-parentage {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
}
.search-index-card .search-text .search-title {
	margin-bottom: 20px;
}
.search-index-card .search-text .search-title,
.search-index-card .search-text .search-title h2 {
	font-weight: 500;
	font-size: 21px;
	line-height: 27px;
}
.search-index-card .search-text .search-title h2 span.search-card-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
.search-index-card:hover .search-text .search-title h2 span.search-card-arrow,
.search-index-card:focus .search-text .search-title h2 span.search-card-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}
.search-index-card .search-text .search-excerpt {
	font-size: 18px;
	line-height: 25px;
	color: #000;
}

@media only screen and (min-width: 576px) {
	#search-index-list .search-index-card-wrapper {
		width: 50%;
	}
	#search-index-list .search-index-card {
		height: calc(100% - 55px);
	}
}

@media only screen and (min-width: 768px) {
	#search-index-list .search-index-card-wrapper {
		width: 100%;
	}
	#search-index-list .search-index-card {
	    margin-bottom: 70px;
		padding-bottom: 50px;
		height: calc(100% - 70px);
	}
}

@media only screen and (min-width: 992px) {
	#search-index-list .search-index-card-wrapper {
		width: 50%;
	}
}



/* FOUNDATIONAL BLOCK RULES */

#master-block + #master-block {
	margin-top: 45px;
}

@media only screen and (min-width: 768px) {
	#master-block + #master-block {
	    margin-top: 60px;
    }
}



/* FULLWIDTH BLOCK STYLES */

/* Fullwidth > Homepage Stats Master Block */

#master-block.homepage-stats .homepage-stats-mobile {
	padding-left: 20px;
}
#master-block.homepage-stats .homepage-stats-mobile .stat-card {
	min-height: 360px;
}
#master-block.homepage-stats .homepage-stats-mobile .carousel .carousel-indicators button.active {
	background-color: #6251d3;
}
#master-block.homepage-stats .homepage-stats-mobile .lSSlideOuter .lSPager.lSpg {
	padding-top: 10px;
	text-align: left;
}
#master-block.homepage-stats .homepage-stats-mobile .lSSlideOuter .lSPager.lSpg > li {
	padding-left: 0;
	padding-right: 20px;
}
#master-block.homepage-stats .homepage-stats-mobile .lSSlideOuter .lSPager.lSpg > li a {
	width: 15px;
	height: 15px;
    background-color: #c9c9c9;
}
#master-block.homepage-stats .homepage-stats-mobile .lSSlideOuter .lSPager.lSpg > li:hover a,
#master-block.homepage-stats .homepage-stats-mobile .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #6251d3;
}
#master-block.homepage-stats .homepage-stats-desktop {
	display: none;
}

@media only screen and (min-width: 768px) {
    #master-block.homepage-stats .homepage-stats-mobile {
		display: none;
    }
    #master-block.homepage-stats .homepage-stats-desktop {
		display: block;
		margin-bottom: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    #master-block.homepage-stats .homepage-stats-desktop [class*="col-"] {
		padding-left: 18px;
		padding-right: 18px;
    }
    #master-block.homepage-stats .homepage-stats-desktop [class*="col-"]:first-child {
		padding-left: 12px;
		padding-right: 24px;
    }
    #master-block.homepage-stats .homepage-stats-desktop [class*="col-"]:last-child {
		padding-left: 24px;
		padding-right: 12px;
    }
}

/* Fullwidth > Text Block */

#master-block.text[class*="bckgnd"] {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
	#master-block.text[class*="bckgnd"] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* Fullwidth > Show/Hide Master Block */

#master-block + #master-block.show-hide,
#master-block.show-hide + #master-block.show-hide,
#master-block.show-hide-twocolumn .show-hide-grouping + .show-hide-grouping,
#master-block.show-hide-twocolumn + #master-block.show-hide-twocolumn {
	margin-top: 60px;
}
#master-block.show-hide-twocolumn .show-hide-group,
#master-block.show-hide-twocolumn .show-hide-group h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
}
#master-block.show-hide-fullwidth h2 {
	margin-bottom: 15px;
}
#master-block.show-hide .show-hide-row {
	border-top: 1px solid #959393;
	border-bottom: 1px solid #959393;
}
#master-block.show-hide-disabled + #master-block.show-hide {
	margin-top: 20px;
}
#master-block.show-hide-disabled .show-hide-row {
	border-bottom: 0;
}
#master-block.show-hide .show-hide-row + .show-hide-row {
	border-top: 0;
}
#master-block.show-hide .show-hide-row .show-hide-button,
#master-block.show-hide .show-hide-row .show-hide-empty {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	display: block;
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: 0;
}
#master-block.show-hide .show-hide-row .show-hide-button::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 69px;
	content: '';
	background-image: url(../imgs/access-show-hide-closed.png);
	background-position: center;
	background-size: 38px;
	background-repeat: no-repeat;
}
#master-block.show-hide .show-hide-row .show-hide-button[aria-expanded="true"]::after {
	background-image: url(../imgs/access-show-hide-open.png);
}
#master-block.show-hide .show-hide-row .show-hide-button h3,
#master-block.show-hide .show-hide-row .show-hide-empty h3 {
	padding-right: 58px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #393939;
	transition: color 200ms ease;
}
#master-block.show-hide .show-hide-row .show-hide-button[aria-expanded="true"] h3 {
	color: #087e8b;
}
#master-block.show-hide .show-hide-row .show-hide-button h3 span,
#master-block.show-hide .show-hide-row .show-hide-empty h3 span {
	font-weight: normal;
}
#master-block.show-hide .show-hide-row .show-hide-list {
	padding-top: 20px;
}
#master-block.show-hide .show-hide-row .show-hide-list h4 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
}
#master-block.show-hide .show-hide-row .show-hide-item .image-wrapper,
#master-block.show-hide .show-hide-row .show-hide-item .image-wrapper img {
	width: 100%;
}
#master-block.show-hide .show-hide-row .show-hide-item .image-wrapper img {
	height: auto;
}
#master-block.show-hide .show-hide-row .show-hide-item .text-wrapper {
	padding-bottom: 55px;
}

@media only screen and (max-width: 575px) {
	#master-block.show-hide .show-hide-row .show-hide-item .image-wrapper {
		margin-top: 20px;
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media only screen and (min-width: 576px) {
    #master-block.show-hide .show-hide-row .show-hide-item .image-wrapper {
	    padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) {
	#master-block + #master-block.show-hide {
		margin-top: 135px;
	}
	#master-block.show-hide-fullwidth .show-hide-grouping + .show-hide-grouping,
	#master-block.show-hide-fullwidth + #master-block.show-hide-fullwidth {
		margin-top: 110px;
	}
	#master-block.show-hide-disabled + #master-block.show-hide-fullwidth {
		margin-top: 30px;
	}
	#master-block.show-hide-twocolumn .show-hide-grouping + .show-hide-grouping,
	#master-block.show-hide-twocolumn + #master-block.show-hide-twocolumn {
		margin-top: 90px;
	}
    #master-block.show-hide-fullwidth h2 {
	    margin-bottom: 20px;
    }
    #master-block.show-hide-twocolumn .show-hide-group,
    #master-block.show-hide-twocolumn .show-hide-group h2 {
	    font-size: 26px;
    }
    #master-block.show-hide .show-hide-row .show-hide-button h3,
	#master-block.show-hide .show-hide-row .show-hide-empty h3 {
	    font-size: 21px;
		line-height: 29px;
	}
    #master-block.show-hide .show-hide-row .show-hide-button::after {
	    height: 73px;
    }
}

@media only screen and (max-width: 991px) {
    #master-block.show-hide .show-hide-group {
		margin-bottom: 35px;
    }
    #master-block.show-hide .show-hide-row .show-hide-item .image-wrapper {
	    margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    #master-block.show-hide .show-hide-group {
		margin-top: -10px;
		padding-top: 5px;
		padding-right: 30px;
    }
}

/* Fullwidth > Three-Column Master Block */

#master-block.three-column {
	padding-top: 25px;
}
#master-block.three-column .column-text-sm,
#master-block.three-column .column-text-sm p {
	font-size: 18px;
	line-height: 25px;
}
#master-block.three-column .column-text-sm strong {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {	
    #master-block.three-column .column-text-sm {
		padding-right: 30px;
	}
    #master-block.three-column .column-text-sm p + p {
	    margin-top: 60px;
    }
}

/* Fullwidth > Graphical Links Master Block */

#master-block.graphical-links h2 {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	#master-block.graphical-links {
		padding-top: 55px;
		margin-bottom: 60px;
	}
    #master-block.graphical-links h2 {
	    margin-bottom: 30px;
    }
}

/* Fullwidth > Featured Projects (Carousel) Master Block */

#master-block.featured-projects {
	padding-top: 35px;
	padding-bottom: 25px;
}
#master-block.featured-projects .featured-projects-header {
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 2px solid #e0b042;
}
#master-block.featured-projects .featured-projects-series .project-card,
#master-block.featured-projects .featured-projects-series .project-card .project-card-hero { 
	margin-bottom: 0;
}
#master-block.featured-projects .featured-projects-series .project-card .project-card-text-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
#master-block.featured-projects .featured-projects-series .lSSlideOuter .lSPager.lSpg {
	padding-top: 10px;
	text-align: left;
}
#master-block.featured-projects .featured-projects-series .lSSlideOuter .lSPager.lSpg > li {
	padding-left: 0;
	padding-right: 20px;
}
#master-block.featured-projects .featured-projects-series .lSSlideOuter .lSPager.lSpg > li a {
	width: 15px;
	height: 15px;
    background-color: #c9c9c9;
}
#master-block.featured-projects .featured-projects-series .lSSlideOuter .lSPager.lSpg > li:hover a,
#master-block.featured-projects .featured-projects-series .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #6251d3;
}

@media only screen and (max-width: 767px) {
	#master-block.featured-projects .featured-projects-header .featured-projects-cta {
		margin-top: 15px;
	}
	#master-block.featured-projects .featured-projects-series .project-card .project-card-hero {
		margin-left: 0;
		margin-bottom: 45px;
		width: 100%;
	}
	#master-block.featured-projects .featured-projects-series .project-card .project-card-text {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.featured-projects {
		padding-top: 55px;
		padding-bottom: 80px;
	}
	#master-block.featured-projects .featured-projects-header {
		padding-top: 65px;
		padding-bottom: 30px;
	}
	#master-block.featured-projects .featured-projects-header .featured-projects-heading {
		padding-top: 7px;
	}
	#master-block.featured-projects .featured-projects-header .featured-projects-cta {
		text-align: right;
	}
	#master-block.featured-projects .featured-projects-series .project-card .project-card-text {
		padding-left: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	#master-block.featured-projects {
		padding-bottom: 25px;
	}
}

/* Fullwidth > Current Projects Master Block */

#master-block.current-projects + #master-block.completed-projects {
	margin-top: 0;
}
#master-block.current-projects .current-projects-header {
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 2px solid #e0b042;
}
#master-block.current-projects .current-projects-header .current-projects-heading .text-subtitle-sm {
	color: #000;
}

@media only screen and (max-width: 767px) {
	#master-block.current-projects .current-projects-header .current-projects-cta {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.current-projects + #master-block.completed-projects {
		margin-top: -100px;
	}
	#master-block.current-projects {
		margin-top: 45px;
	}
	#master-block.current-projects .current-projects-header {
		padding-top: 65px;
		padding-bottom: 30px;
	}
	#master-block.current-projects .current-projects-header .current-projects-heading {
		padding-top: 7px;
	}
	#master-block.current-projects .current-projects-header .current-projects-cta {
		text-align: right;
	}
    #master-block.current-projects #current-projects-list [class*="col-"]:nth-child(odd) {
		padding-right: 30px;
    }
    #master-block.current-projects #current-projects-list [class*="col-"]:nth-child(even) {
		padding-left: 30px;
    }
}

/* Fullwidth > Related Resources (Shared) */

#master-block.related-project {
	margin-bottom: -70px;
}
#master-block.current-projects + #master-block.related-threecol,
#master-block.current-projects + #master-block.related-twocol {
	margin-top: 0;
}
#master-block.related-threecol,
#master-block.related-twocol {
	padding-bottom: 60px;
	background-color: #f8f9fa;
}
#master-block.related-threecol .related-resources-header,
#master-block.related-twocol .related-resources-header {
	padding-top: 35px;
	padding-bottom: 65px;
}
#master-block.related-threecol .related-resources-header .related-resources-heading .text-subtitle-sm,
#master-block.related-twocol .related-resources-header .related-resources-heading .text-subtitle-sm {
	color: #000;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item {
	display: block;
	height: 100%;
	text-decoration: none;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	min-height: 130px;
	border-top: 2px solid #e0b042;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper:last-child .resource-item .resource-item-text,
#master-block.related-twocol #related-resources-list .resource-item-wrapper:last-child .resource-item .resource-item-text {
	border-bottom: 2px solid #e0b042;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 {
	position: relative;
	font-weight: 500px;
	font-size: 21px;
	line-height: 27px;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 span.resource-item-format,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 span.resource-item-format {
	font-weight: normal;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 span.resource-item-arrow,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 span.resource-item-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 16px; 
    height: 12px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 16px 12px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item:hover .resource-item-text h3 span.resource-item-arrow,
#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item:focus .resource-item-text h3 span.resource-item-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (max-width: 767px) {
	#master-block.related-threecol .related-resources-header .related-resources-cta,
	#master-block.related-twocol .related-resources-header .related-resources-cta {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.related-project {
		margin-top: 100px !important;
	}
	#master-block.current-projects + #master-block.related-threecol,
	#master-block.current-projects + #master-block.related-twocol {
		margin-top: -100px;
	}
	#master-block.related-threecol,
	#master-block.related-twocol {
		padding-bottom: 75px;
	}
	#master-block.related-threecol .related-resources-header,
	#master-block.related-twocol .related-resources-header {
		padding-top: 80px;
		padding-bottom: 35px;
	}
	#master-block.related-threecol .related-resources-header .related-resources-heading,
	#master-block.related-twocol .related-resources-header .related-resources-heading {
		padding-top: 7px;
	}
	#master-block.related-threecol .related-resources-header .related-resources-cta,
	#master-block.related-twocol .related-resources-header .related-resources-cta {
		text-align: right;
	}
}

@media only screen and (min-width: 992px) {
	#master-block.related-threecol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3,
	#master-block.related-twocol #related-resources-list .resource-item-wrapper .resource-item .resource-item-text h3 {
		font-size: 23px;
		line-height: 29px;
	}
}

@media only screen and (min-width: 1200px) {
	#master-block.related-project {
		margin-bottom: -125px;
	}
}

/* Fullwidth > Related Resources (Three-column) Master Block */

@media only screen and (min-width: 768px) {
    #master-block.related-threecol #related-resources-list .resource-item-wrapper:nth-last-child(-n+3) .resource-item .resource-item-text {
	    border-bottom: 2px solid #e0b042;
    }
    #master-block.related-threecol #related-resources-list [class*="col-"]:nth-child(3n+1) {
		padding-right: 30px;
    }
    #master-block.related-threecol #related-resources-list [class*="col-"]:nth-child(3n+3) {
		padding-left: 30px;
    }
}

/* Fullwidth > Related Resources (Two-column) Master Block */

@media only screen and (min-width: 768px) {
    #master-block.related-twocol #related-resources-list .resource-item-wrapper:nth-last-child(-n+2) .resource-item .resource-item-text {
	    border-bottom: 2px solid #e0b042;
    }
    #master-block.related-twocol #related-resources-list [class*="col-"]:nth-child(odd) {
		padding-right: 30px;
    }
    #master-block.related-twocol #related-resources-list [class*="col-"]:nth-child(even) {
		padding-left: 30px;
    }
}

/* Fullwidth > Load More Master Block */

#master-block + #master-block.load-more {
	margin-top: 40px;
}
#master-block.load-more .load-more-button {
	display: inline-block;
	position: relative;
	padding-left: 60px;
	padding-right: 25px;
	width: auto;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	background-color: #e5e8eb;
	border: 0;
	border-radius: 3px;
	transition: background 200ms ease;
}
#master-block.load-more .load-more-button .load-more-icon {
	position: absolute;
	top: 16px;
	left: 22px;
	width: 18px;
	height: 18px;
	background-image: url(../imgs/access-load-more.png);
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
}



/* TWO-COLUMN BLOCK STYLES */

@media only screen and (max-width: 767px) {
	.column-right {
		margin-top: 2.5em;
	}
	.column-right #content-sub-block:first-child {
		margin-top: 0 !important;
	}
}

/* Two-Column > Homepage Master Block */

@media only screen and (min-width: 768px) {
    #master-block.homepage {
	    font-size: 27px;
	    line-height: 35px;
    }
	#master-block.homepage .column-left {
		padding-right: 20px;
    }
	#master-block.homepage .column-left .text-lede,
	#master-block.homepage .column-left .text-lede p {
		font-size: 37px;
		line-height: 46px;
	}
    #master-block.homepage .column-right {
		padding-top: 5px;
    }
}

@media only screen and (min-width: 992px) {
	#master-block.homepage .column-left {
		padding-right: 60px;
    }
}

/* Two-Column > Standard Master Block */

#master-block.standard[class*="bckgnd"] {
	padding-top: 60px;
	padding-bottom: 60px;
}
#master-block.about-standard #content-sub-block +  #content-sub-block {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	#master-block.standard[class*="bckgnd"] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
    #master-block.standard .column-right {
		padding-top: 5px;
    }
}

@media only screen and (min-width: 992px) {
	#master-block.standard .column-left {
		padding-right: 60px;
    }
}

/* Two-Column > Project Detail Master Block */

@media only screen and (min-width: 768px) {
	#master-block.project-detail .column-left {
		padding-right: 20px;
    }
}



/* LEFT-COLUMN SUB-BLOCK STYLES */

/* Left-Column > Project Hero Sub-block */

#content-sub-block.project-hero {
	position: relative;
	margin-bottom: 25px;
	padding: 5px 20px 20px 20px;
}
#content-sub-block.project-hero #project-hero-icons,
#content-sub-block.project-hero #project-hero-text {
	width: 100%;
}
#content-sub-block.project-hero #project-hero-icons {
	position: relative;
	top: 0;
	text-align: right;
	font-size: 0;
}
#content-sub-block.project-hero #project-hero-icons .project-hero-icon,
#content-sub-block.project-hero #project-hero-icons .project-hero-icon .image-wrapper,
#content-sub-block.project-hero #project-hero-icons .project-hero-icon .image-wrapper img {
	margin: 0;
	padding: 0;
}
#content-sub-block.project-hero #project-hero-icons .project-hero-icon {
	display: inline-block;
	aspect-ratio: 1 / 1;
	font-size: 13px;
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-1 .project-hero-icon,
#content-sub-block.project-hero #project-hero-icons.hero-icons-2 .project-hero-icon,
#content-sub-block.project-hero #project-hero-icons.hero-icons-3 .project-hero-icon,
#content-sub-block.project-hero #project-hero-icons.hero-icons-4 .project-hero-icon {
	width: calc(100% / 4.6);
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-5 .project-hero-icon {
	width: calc(100% / 5);
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-6 .project-hero-icon {
	width: calc(100% / 6);
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-7 .project-hero-icon {
	width: calc(100% / 7);
}
#content-sub-block.project-hero #project-hero-icons .project-hero-icon .image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}
#content-sub-block.project-hero #project-hero-icons .project-hero-icon .image-wrapper img {
	height: auto;
	aspect-ratio: 1 / 1;
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-1 .project-hero-icon .image-wrapper img,
#content-sub-block.project-hero #project-hero-icons.hero-icons-2 .project-hero-icon .image-wrapper img,
#content-sub-block.project-hero #project-hero-icons.hero-icons-3 .project-hero-icon .image-wrapper img,
#content-sub-block.project-hero #project-hero-icons.hero-icons-4 .project-hero-icon .image-wrapper img {
	width: 25vw;
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-5 .project-hero-icon .image-wrapper img {
	width: 23vw;
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-6 .project-hero-icon .image-wrapper img {
	width: 19vw;
}
#content-sub-block.project-hero #project-hero-icons.hero-icons-7 .project-hero-icon .image-wrapper img {
	width: 16vw;
}
#content-sub-block.project-hero #project-hero-text {
	display: flex;
	align-items: flex-end;
}
#content-sub-block.project-hero #project-hero-text {
	min-height: 150px;
}
#content-sub-block.project-hero #project-hero-text.hero-text- {
	padding-top: 40px;
}
#content-sub-block.project-hero #project-hero-text h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
}
#content-sub-block.project-hero #project-hero-text h1 span {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #content-sub-block.project-hero {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (min-width: 576px) {
    #content-sub-block.project-hero #project-hero-text h1 {
		font-size: 38px;
		line-height: 47px;
	}
}

@media only screen and (min-width: 768px) {
	#content-sub-block.project-hero {
	    margin-bottom: 45px;
		padding: 0 40px 35px 40px;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-1 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-2 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-3 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-4 .project-hero-icon .image-wrapper img {
		width: 23vw;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-5 .project-hero-icon .image-wrapper img {
		width: 21vw;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-6 .project-hero-icon .image-wrapper img {
		width: 18vw;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-7 .project-hero-icon .image-wrapper img {
		width: 15vw;
	}
	#content-sub-block.project-hero #project-hero-text {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 992px) {
	#content-sub-block.project-hero #project-hero-icons.hero-icons-1 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-2 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-3 .project-hero-icon .image-wrapper img,
	#content-sub-block.project-hero #project-hero-icons.hero-icons-4 .project-hero-icon .image-wrapper img {
		width: 15.5vw;
		max-width: 200px;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-5 .project-hero-icon .image-wrapper img {
		width: 14vw;
		max-width: 185px;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-6 .project-hero-icon .image-wrapper img {
		width: 11.5vw;
		max-width: 150px;
	}
	#content-sub-block.project-hero #project-hero-icons.hero-icons-7 .project-hero-icon .image-wrapper img {
		width: 10vw;
		max-width: 130px;
	}
	#content-sub-block.project-hero #project-hero-text.hero-text-1,
	#content-sub-block.project-hero #project-hero-text.hero-text-2,
	#content-sub-block.project-hero #project-hero-text.hero-text-3,
	#content-sub-block.project-hero #project-hero-text.hero-text-4 {
		min-height: 160px;
	}
	#content-sub-block.project-hero #project-hero-text.hero-text-5 {
		min-height: 180px;
	}
	#content-sub-block.project-hero #project-hero-text.hero-text-6 {
		min-height: 200px;
	}
	#content-sub-block.project-hero #project-hero-text.hero-text-7 {
		min-height: 220px;
	}
    #content-sub-block.project-hero #project-hero-text h1 {
		font-size: 57px;
		line-height: 71px;
	}
}

@media only screen and (min-width: 1200px) {
	#content-sub-block.project-hero #project-hero-text {
		padding-right: 100px;
	}
}

/* Left-Column > More Sub-block */

#content-sub-block.more-information {
	margin-top: 30px;
}
#content-sub-block.more-information,
#content-sub-block.more-information p {
	font-weight: 500;
}

/* Left-Column > Key Activities Sub-block */

#content-sub-block.key-activities {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #e0b042;
	border-bottom: 2px solid #e0b042;
}
#content-sub-block.key-activities h2 {
	margin-bottom: 15px;
}
#content-sub-block.key-activities ul {
	margin: 0;
	padding: 0;
	padding-left: .7em;
	list-style: circle;
}
#content-sub-block.key-activities ul li {
	margin-bottom: 10px;
	padding-left: .3em;
}
#content-sub-block.key-activities ul li::marker {
	font-size: 18px;
	color: #6251d3;
}
#content-sub-block.key-activities ul li ul {
	padding-left: 1em;
}
#content-sub-block.key-activities ul li:last-child {
	margin-bottom: 0;
}
#content-sub-block.key-activities ul li::marker {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
    #content-sub-block.key-activities {
	    margin-top: 50px;
	    margin-bottom: 45px;
	}
}

@media only screen and (min-width: 1200px) {
    #content-sub-block.key-activities ul {
	    margin-left: -1em;
	}
    #content-sub-block.key-activities ul li ul {
	    padding-left: 2em;
    }
}

/* Left-Column > Index Filters Sub-block */

#content-sub-block.index-filters .filter-row {
	border-top: 1px solid #959393;
	border-bottom: 1px solid #959393;
}
#content-sub-block.index-filters .filter-row + .filter-row {
	border-top: 0;
}
#content-sub-block.index-filters .filter-row .show-hide-button {
	position: relative;
	margin: 0;
	padding: 22px 58px 22px 0;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #393939;
	background-color: transparent;
	border: 0;
	transition: color 200ms ease;
}
#content-sub-block.index-filters .filter-row .show-hide-button[aria-expanded="true"] {
	color: #087e8b;
}
#content-sub-block.index-filters .filter-row .show-hide-button::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 69px;
	content: '';
	background-image: url(../imgs/access-show-hide-closed.png);
	background-position: center;
	background-size: 38px;
	background-repeat: no-repeat;
}
#content-sub-block.index-filters .filter-row .show-hide-button[aria-expanded="true"]::after {
	background-image: url(../imgs/access-show-hide-open.png);
}
#content-sub-block.index-filters .filter-row .show-hide-list {
	padding-top: 10px;
	padding-bottom: 15px;
}
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 17px;
	line-height: 24px;
	color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
	border: 1px solid #000;
}
/* On mouse-over, add a grey background color */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option:hover input ~ .checkmark {
    background-color: #e5e8eb;
}
/* When the checkbox is checked, add a purple background */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option input:checked ~ .checkmark {
    background-color: #6251d3;
}
/* Create the checkmark/indicator (hidden when not checked) */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
#content-sub-block.index-filters .filter-row .show-hide-list .filter-option .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	#content-sub-block.index-filters {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 768px) {
    #content-sub-block.index-filters .filter-row .show-hide-button {
	    font-size: 21px;
		line-height: 29px;
	}
    #content-sub-block.index-filters .filter-row .show-hide-button::after {
	    height: 73px;
    }
}

@media only screen and (min-width: 992px) {
	#content-sub-block.index-filters {
		padding-right: 36px;
	}
}



/* RIGHT-COLUMN SUB-BLOCK STYLES */

/* Right-Column > Links List Sub-block */
#content-sub-block.links-list-mobile {
	margin-bottom: 45px;
}
#content-sub-block.links-list-desktop {
	display: none;
}
#content-sub-block.links-list a,
#content-sub-block.links-list-mobile a,
#content-sub-block.links-list-desktop a {
	text-decoration: none;
}
#content-sub-block.links-list ul,
#content-sub-block.links-list-mobile ul,
#content-sub-block.links-list-desktop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-sub-block.links-list ul li,
#content-sub-block.links-list-mobile ul li,
#content-sub-block.links-list-desktop ul li {
	padding-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #959393;
}
#content-sub-block.links-list ul li:first-child,
#content-sub-block.links-list-mobile ul li:first-child,
#content-sub-block.links-list-desktop ul li:first-child {
	padding-top: 0;
}
#content-sub-block.links-list ul li a .cta-description span.cta-description-arrow,
#content-sub-block.links-list-mobile ul li a .cta-description span.cta-description-arrow,
#content-sub-block.links-list-desktop ul li a .cta-description span.cta-description-arrow {
    display: inline-block; 
	margin-left: 5px;
    width: 12px; 
    height: 9px;
    background-image: url(../imgs/access-cta-sm-arrow-red.png);
	background-position: top left;
	background-size: 12px 9px;
	background-repeat: no-repeat;
	transition: margin 200ms ease;
}
#content-sub-block.links-list ul li a:hover .cta-description span.cta-description-arrow,
#content-sub-block.links-list ul li a:focus .cta-description span.cta-description-arrow,
#content-sub-block.links-list-mobile ul li a:hover .cta-description span.cta-description-arrow,
#content-sub-block.links-list-mobile ul li a:focus .cta-description span.cta-description-arrow,
#content-sub-block.links-list-desktop ul li a:hover .cta-description span.cta-description-arrow,
#content-sub-block.links-list-desktop ul li a:focus .cta-description span.cta-description-arrow {
	margin-left: 10px;
    background-image: url(../imgs/access-cta-sm-arrow-teal.png);
}

@media only screen and (max-width: 767px) {
    #content-sub-block.links-list,
	#content-sub-block.links-list-mobile,
	#content-sub-block.links-list-desktop {
	    margin-top: 95px;
	}
}

@media only screen and (min-width: 768px) {
	#content-sub-block.links-list-mobile {
		display: none;
	}
	#content-sub-block.links-list-desktop {
		display: block;
	}
}

/* Right-Column > Headshots Series Sub-block */

#content-sub-block.headshot-series .headshot-wrapper {
	margin-bottom: 30px;
}
#content-sub-block.headshot-series .headshot-wrapper .headshot-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	width: 100%;
	max-width: 140px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
#content-sub-block.headshot-series .headshot-wrapper .headshot-image img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
#content-sub-block.headshot-series .headshot-wrapper .headshot-text {
	text-align: center;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    #content-sub-block.headshot-series .headshot-wrapper:last-child {
	    margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #content-sub-block.headshot-series .headshot-wrapper {
	    margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    #content-sub-block.headshot-series {
	    margin-top: 50px;
	}
}

/* Right-Column > Bordered Text Sub-block */

#content-sub-block.bordered-text {
	padding-top: 25px;
	padding-bottom: 30px;
	border-top: 2px solid #e0b042;
	border-bottom: 2px solid #e0b042;
}
.column-right #content-sub-block.bordered-text:first-child {
	margin-top: 0 !important;
}
#content-sub-block.bordered-text ul {
	margin: 0;
	padding: 0;
	padding-left: .7em;
	list-style: circle;
}
#content-sub-block.bordered-text ul li {
	margin-bottom: 10px;
	padding-left: .3em;
}
#content-sub-block.bordered-text ul li:last-child {
	margin-bottom: 0;
}
#content-sub-block.bordered-text ul li::marker {
	font-size: 18px;
	color: #6251d3;
}

@media only screen and (max-width: 767px) {
    #content-sub-block.bordered-text {
	    margin-top: 50px;
	}
}

@media only screen and (min-width: 1200px) {
    #content-sub-block.bordered-text ul {
	    margin-left: -1em;
	}
}

/* Right-Column > Stats Sub-block */

@media only screen and (max-width: 767px) {
    #content-sub-block.stats {
	    margin-top: 50px;
	}
}

/* Right-Column > Load More Sub-block */

#content-sub-block.load-more {
	margin-top: 65px;
}
#content-sub-block.load-more .load-more-button {
	display: inline-block;
	position: relative;
	padding-left: 60px;
	padding-right: 25px;
	width: auto;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	background-color: #e5e8eb;
	border: 0;
	border-radius: 3px;
	transition: background 200ms ease;
}
#content-sub-block.load-more .load-more-button:disabled,
#content-sub-block.load-more .load-more-button[disabled] {
	padding-left: 25px;
}
#content-sub-block.load-more .load-more-button .load-more-icon {
	position: absolute;
	top: 16px;
	left: 22px;
	width: 18px;
	height: 18px;
	background-image: url(../imgs/access-load-more.png);
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
}



/* OUR TEAM PROFILE MASTER BLOCK STYLES */

#master-block.ourteam-profile .column-left h1 {
	margin-bottom: 15px;
}
#master-block.ourteam-profile .column-left h2 {
	margin-bottom: 45px;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
}
#master-block.ourteam-profile .column-left h2 p {
	margin: 0;
}
#master-block.ourteam-profile .column-left .profile-contact {
	margin-top: 60px;
}
#master-block.ourteam-profile .column-right .profile-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px auto 35px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}
#master-block.ourteam-profile .column-right .profile-image img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	#master-block.ourteam-profile .column-left h1 {
		margin-bottom: 10px;
    }
    #master-block.ourteam-profile .column-left h2 {
	    margin-bottom: 30px;
	}
    #master-block.ourteam-profile .column-left .profile-contact {
	    margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
	#master-block.ourteam-profile .column-left {
		padding-right: 60px;
    }
    #master-block.ourteam-profile .column-right .profile-image {
		margin: 0 auto;
	    width: 220px;
	    height: 220px;
	}
}



/* UNIVERSAL (SHARED) SUB-BLOCK STYLES */

/* Universal > Standard List Sub-block */

#content-sub-block.standard-list + #content-sub-block.standard-text,
#content-sub-block.standard-text + #content-sub-block.standard-list,
#content-sub-block.standard-list + h2,
#content-sub-block.standard-list + h3 {
	margin-top: 3em;
}
#content-sub-block.standard-list ul {
	margin: 0;
	padding: 0;
	padding-left: .7em;
	list-style: circle;
}
#content-sub-block.standard-list ul li {
	margin-bottom: 10px;
	padding-left: .3em;
}
#content-sub-block.standard-list ul li:last-child {
	margin-bottom: 0;
}
#content-sub-block.standard-list ul li::marker {
	font-size: 18px;
	color: #6251d3;
}

@media only screen and (min-width: 1200px) {
    #content-sub-block.standard-list ul {
	    margin-left: -.85em;
	}
}

/* Universal > Ordered List Sub-block */

p + #content-sub-block.ordered-list,
#content-sub-block + #content-sub-block.ordered-list,
#content-sub-block.ordered-list + #content-sub-block.standard-text,
#content-sub-block.ordered-list + p,
#content-sub-block.ordered-list + h2,
#content-sub-block.ordered-list + h3 {
	margin-top: 3em;
}
.column-left #content-sub-block.ordered-list ol li {
	margin-bottom: 20px;
}
#content-sub-block.ordered-list ol li p + p {
	margin-top: -10px;
}

@media only screen and (min-width: 768px) {
    .column-left #content-sub-block.ordered-list ol li {
	    margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
	.column-right #content-sub-block.ordered-list {
		margin-top: 45px;
	}
	.column-right #content-sub-block.ordered-list .text-subtitle-sm {
		margin-bottom: 15px;
	}
}

/* Universal > Personnel List Sub-block (Mobile and Desktop) */

#content-sub-block.personnel-list-desktop {
	display: none;
}
#content-sub-block.personnel-list ul,
#content-sub-block.personnel-list-mobile ul,
#content-sub-block.personnel-list-desktop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-sub-block.personnel-list-mobile ul.personnel-list {
	margin-top: 25px;
	margin-bottom: 30px;
}
#content-sub-block.personnel-list ul.personnel-list li,
#content-sub-block.personnel-list-mobile ul.personnel-list li,
#content-sub-block.personnel-list-desktop ul.personnel-list li {
	display: inline-block;
}
#content-sub-block.personnel-list-mobile ul.personnel-list li {
	font-size: 17px;
	line-height: 22px;
}
#content-sub-block.personnel-list ul.personnel-list li,
#content-sub-block.personnel-list-desktop ul.personnel-list li {
	font-size: 21px;
	line-height: 29px;
}
#content-sub-block.personnel-list-mobile ul li a,
#content-sub-block.personnel-list-desktop ul li a {
	color: #393939 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px;
}
#content-sub-block.personnel-list ul li::after,
#content-sub-block.personnel-list-mobile ul li::after,
#content-sub-block.personnel-list-desktop ul li::after {
	content: '\002c';
}
#content-sub-block.personnel-list ul li:last-child::after,
#content-sub-block.personnel-list-mobile ul li:last-child::after,
#content-sub-block.personnel-list-desktop ul li:last-child::after {
	content: '';
}

@media only screen and (min-width: 992px) {
	#content-sub-block.personnel-list-desktop {
		display: block;
	}
    #content-sub-block.personnel-list-mobile {
		display: none;
    }
}

/* Universal > CTA Sub-block */

p + #content-sub-block.cta,
#content-sub-block + #content-sub-block.cta {
	margin-top: 45px;
}

/* Universal > Inline Image Sub-block */

#content-sub-block.inline-image {
	margin-bottom: 50px;
}



/* PAGE-SPECIFIC: PARTNERS */

/* Fullwidth > Partners Master Block */

#master-block.partners .partners-cta {
	margin-bottom: 65px;
	padding-top: 15px;
	text-align: right;
}
#master-block.partners .partners-list {
	margin-bottom: 60px;
}
#master-block.partners .partners-list h2 {
	margin-bottom: 20px;
}
#master-block.partners .partners-list .group-description {
	margin-bottom: 40px;
}
#master-block.partners .partners-list .partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	aspect-ratio: 2 / 1;
	width: 100%;
	height: calc(((100vw - 79px)/ 2)* .5);
	overflow: hidden;
}
#master-block.partners .partners-list .partner-logo img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: contain;
}

@media only screen and (min-width: 576px) {
	#master-block.partners .partners-list .partner-logo {
		height: calc(((100vw - 103px)/ 3)* .5);
	}
}

@media only screen and (min-width: 768px) {
	#master-block.partners h1 {
		margin-bottom: 85px;
	}
    #master-block.partners .partners-list {
	    margin-bottom: 80px;
    }
	#master-block.partners .partners-list .partner-logo {
		height: calc(((100vw - 127px)/ 4)* .5);
	}
}

@media only screen and (min-width: 1200px) {
	#master-block.partners .partners-list .partner-logo {
		height: calc(((100vw - 167px)/ 4)* .5);
		max-height: 144px;
	}
}




/* PAGE-SPECIFIC: PROJECTS */

/* Fullwidth > Projects Index Master Block */

#master-block.projects-index #projects-index-list #content-sub-block.load-more {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	#master-block.projects-index {
		padding-top: 25px;
	}
}



/* SECTION-SPECIFIC: RESOURCES */

/* Fullwidth > Resources Index Master Block */

#master-block.resources-index {
	margin-top: 50px;
}
#master-block.resources-index #news-index-format {
	margin-bottom: 15px;
	text-align: right;
	color: #959393;
}
#master-block.resources-index #news-index-format button {
	font-weight: 500;
	font-size: 17px;
	color: #959393;
	letter-spacing: 0;
	line-height: 17px;
	background-color: transparent;
	border: 0;
}
#master-block.resources-index #news-index-format button.format-active {
	font-weight: bold;
	color: #000;
	letter-spacing: -0.02em;
}
#master-block.resources-index #news-index-format button:first-child {
	margin-right: 10px;
}
#master-block.resources-index #news-index-format button:last-child {
	margin-left: 10px;
}
#master-block.resources-index #resources-index-list.format-grid #content-sub-block.load-more {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #master-block.resources-index #news-index-format {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block + #master-block.resources-index {
		margin-top: 37px;
	}
	#master-block.resources-index {
		margin-top: 50px;
	}
	#master-block.resources-index .resources-index-title {
		padding-bottom: 25px;
	}
    #master-block.resources-index #news-index-format {
	    margin-top: -54px;
	    margin-bottom: 25px;
    }
}



/* PAGE-SPECIFIC: GLOSSARY */

/* Fullwidth > Glossary Subnavigation Master Block */

#master-block.glossary-subnavigation {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #f5f9ff;
}
#master-block.glossary-subnavigation .glossary-index {
	padding-bottom: 10px;  
	height: 30px;
    overflow: hidden;
}
#master-block.glossary-subnavigation .glossary-index ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}
#master-block.glossary-subnavigation .glossary-index ul li {
	display: inline-block;
}
#master-block.glossary-subnavigation .glossary-index ul li,	
#master-block.glossary-subnavigation .glossary-index ul li a {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #cdcdce;
}
#master-block.glossary-subnavigation .glossary-index ul li a {
	text-decoration: none;
}
#master-block.glossary-subnavigation .glossary-index ul li a.glossary-index-active {
	color: #393939;
}
#master-block.glossary-subnavigation .glossary-index ul li a.glossary-index-active:hover,
#master-block.glossary-subnavigation .glossary-index ul li a.glossary-index-active:focus {
	color: #6251d3;
}

@media only screen and (max-width: 767px) {
    #master-block.glossary-subnavigation .glossary-index .index-wrapper { 
        overflow: auto; 
    }
    #master-block.glossary-subnavigation .glossary-index ul {	
        white-space: nowrap;
    }
    #master-block.glossary-subnavigation .glossary-index ul li {	
	    margin-right: 25px;
    }
    #master-block.glossary-subnavigation .glossary-index ul li:last-child {	
	    margin-right: 0;
    }
    #master-block.glossary-subnavigation .glossary-index {
	    overflow-x: auto;
    }
}

@media only screen and (min-width: 768px) {
	#master-block.glossary-subnavigation {
	    margin-bottom: 60px;
	    padding-top: 35px;
	    padding-bottom: 30px;
    }
    #master-block.glossary-subnavigation .glossary-index ul {
	    display: flex;
		justify-content: space-between;
    }
}

@media only screen and (min-width: 1200px) {
	#master-block.glossary-subnavigation {
		top: 190px;
	}
    #master-block.glossary-subnavigation .glossary-index ul li,	
    #master-block.glossary-subnavigation .glossary-index ul li a {
		font-size: 22px;
		line-height: 22px;
	}
}

/* Fullwidth > Glossary Master Block */

#master-block.glossary section {
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 2px solid #e0b042;
}
#master-block.glossary section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#master-block.glossary section .glossary-section-marker {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #959393;
}
#master-block.glossary section h3 {
	margin-bottom: 15px;
}
#master-block.glossary section p + h3 {
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    #master-block.glossary section .glossary-section-marker {
	    margin-bottom: 20px;
   }
}

@media only screen and (min-width: 768px) {
    #master-block.glossary section {
	    padding-top: 35px;
	    padding-bottom: 50px;
	}
    #master-block.glossary section .glossary-section-marker {
	    font-size: 50px;
	    line-height: 50px;
    }
	#master-block.glossary section h3 {
		margin-bottom: 10px;
	}
	#master-block.glossary section p + h3 {
		margin-top: 35px;
	}
}

/* Fullwidth > Glossary CTA Master Block */

#master-block.glossary-cta,
#master-block.glossary-cta .glossary-cta-wrapper {
	width: 100%;
	height: 60px;
}
#master-block.glossary-cta {
	background-color: #f5f9ff;
}
#master-block.glossary-cta .glossary-cta-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	text-decoration: none;
}
#master-block.glossary-cta .glossary-cta-wrapper:hover .cta-xl,
#master-block.glossary-cta .glossary-cta-wrapper:focus .cta-xl {
	color: #087e8b;
	text-decoration: none !important;
}
#master-block.glossary-cta .glossary-cta-wrapper:hover .cta-xl::after,
#master-block.glossary-cta .glossary-cta-wrapper:focus .cta-xl::after {
	right: -5px;
	background-image: url(../imgs/access-cta-xl-arrow-teal.png);
}

@media only screen and (max-width: 767px) {
	#master-block.glossary-cta .glossary-cta-wrapper .glossary-cta-prompt {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.glossary-cta,
	#master-block.glossary-cta .glossary-cta-wrapper {
		height: 115px;
	}
    #master-block.glossary-cta .glossary-cta-wrapper .glossary-cta-prompt,
    #master-block.glossary-cta .glossary-cta-wrapper .glossary-cta-link {
	    display: inline-block;
    }
	#master-block.glossary-cta .glossary-cta-wrapper .glossary-cta-prompt {
		margin-right: 50px;
		padding-bottom: 2px;
		font-size: 24px;
  		line-height: 27px;
	}
}

@media only screen and (min-width: 1200px) {
	#master-block.glossary-cta .glossary-cta-wrapper .glossary-cta-prompt {
		font-size: 27px;
		line-height: 31px;
	}
}



/* SECTION-SPECIFIC: NEWS & EVENTS */

/* Fullwidth > Featured Stories Master Block */

#master-block.featured-stories {
	padding-bottom: 40px;
}
#master-block.featured-stories .featured-stories-header {
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#master-block.featured-stories .featured-stories-header {
		padding-bottom: 65px;
	}
	#master-block.featured-stories .featured-stories-header .featured-stories-cta {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.featured-stories {
		padding-top: 25px;
	}
	#master-block.featured-stories .featured-stories-header .featured-stories-heading {
		padding-top: 7px;
	}
	#master-block.featured-stories .featured-stories-header .featured-stories-cta {
		text-align: right;
	}
    #master-block.featured-stories #featured-stories-list [class*="col-"]:nth-child(odd) {
		padding-right: 30px;
    }
    #master-block.featured-stories #featured-stories-list [class*="col-"]:nth-child(even) {
		padding-left: 30px;
    }
}

/* Fullwidth > News Index Master Block */

@media only screen and (min-width: 768px) {
	#master-block.news-index {
		padding-top: 25px;
	}
}

/* Fullwidth > Events Index Master Block */

#master-block.events-index .events-index-header {
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#master-block.events-index .events-index-header {
		padding-bottom: 65px;
	}
	#master-block.events-index .events-index-header .events-index-cta {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) {
	#master-block.events-index {
		padding-top: 25px;
	}
	#master-block.events-index .events-index-header .events-index-heading {
		padding-top: 7px;
	}
	#master-block.events-index .events-index-header .events-index-cta {
		text-align: right;
	}
    #master-block.events-index #events-index-list [class*="col-"]:nth-child(odd) {
		padding-right: 30px;
    }
    #master-block.events-index #events-index-list [class*="col-"]:nth-child(even) {
		padding-left: 30px;
    }
}

/* Fullwidth > Event Detail Master Block */

#master-block.event-detail {
	padding-top: 5px;
}
#master-block.event-detail .event-hero {
	margin-bottom: 30px;
	width: 100%;
	background-color: #e7e7e7;
}
#master-block.event-detail .event-hero img {
	width: 100%;
	height: auto;
}
#master-block.event-detail .event-title {
	margin-bottom: 15px;
}
#master-block.event-detail .event-title,
#master-block.event-detail .event-title h1 {
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
}
#master-block.event-detail .event-title a,
#master-block.event-detail .event-details a,
#master-block.event-detail .event-description a {	
	color: #e6202d;
	text-decoration: none;
}
#master-block.event-detail .event-details {
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 19px;
}
#master-block.event-detail .event-details p {
	margin-bottom: 0;
}
#master-block.event-detail .event-description a.cta-sm {
	color: #393939;
}
#master-block.event-detail .news-content-series h2 {
	margin-top: 45px;
	font-size: 21px;
	line-height: 29px;
}
#master-block.event-detail .news-content-series h2,
#master-block.event-detail .news-content-series .quote .quote-attribution {
	font-weight: 500;
}
#master-block.event-detail .news-content-series .inline-image {
	margin-top: 70px;
	margin-bottom: 60px;
}
#master-block.event-detail .news-content-series .inline-image .image-caption {
	margin-top: 10px;
}
#master-block.event-detail .news-content-series .inline-image .image-caption,
#master-block.event-detail .news-content-series .quote .quote-attribution {
	font-size: 15px;
	line-height: 19px;
}
#master-block.event-detail .news-content-series .quote {
	margin-top: 40px;
}
#master-block.event-detail .news-content-series h2 + .quote {
	margin-top: 15px;
}
#master-block.event-detail .news-content-series .quote .quote-text {
	margin-bottom: 15px;
	font-style: italic;
}
#master-block.event-detail ul {
	margin: 0;
	padding: 0;
	padding-left: .7em;
	list-style: circle;
}
#master-block.event-detail ul li {
	margin-bottom: 10px;
	padding-left: .3em;
}
#master-block.event-detail ul li:last-child {
	margin-bottom: 0;
}
#master-block.event-detail ul li::marker {
	font-size: 18px;
	color: #6251d3;
}

@media only screen and (min-width: 768px) {
	#master-block.event-detail {
		padding-top: 30px;
	}
	#master-block.event-detail .event-hero {
		margin-bottom: 40px;
	}
	#master-block.event-detail .event-title,
	#master-block.event-detail .event-title h1 {
		font-size: 26px;
	}
	#master-block.event-detail .event-details {
		margin-bottom: 45px;
	}
}

@media only screen and (min-width: 1200px) {
    #master-block.event-detail ul {
	    margin-left: -1em;
	}
}



/* SECTION-SPECIFIC: GET INVOLVED */

/* Fullwidth > Get Involved Router Master Block */

#master-block.getinvolved-router {
	margin-bottom: 80px;
}
#master-block + #master-block.getinvolved-router {
	margin-top: 20px;
}
#master-block.getinvolved-router .column-right {
	border-bottom: 2px solid #e0b042;
}
#master-block.getinvolved-router .getinvolved-router-list {
	padding-top: 35px;
	padding-bottom: 65px;
	border-top: 2px solid #e0b042;
}
#master-block.getinvolved-router .getinvolved-router-list h2 {
	margin-bottom: 25px;
}
#master-block.getinvolved-router .getinvolved-router-list,
#master-block.getinvolved-router .getinvolved-router-list p {
	font-weight: 500;
    font-style: normal;
	font-size: 21px;
	line-height: normal;
}
#master-block.getinvolved-router .getinvolved-router-list p + p {
	margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    #master-block + #master-block.getinvolved-router {
	    margin-top: 35px;
    }
    #master-block.getinvolved-router .column-left,
	#master-block.getinvolved-router .column-right {
		height: 100%;
	    border-bottom: 2px solid #e0b042;
    }
}

/* Fullwidth > Get Involved Opportunities Master Block */

#master-block.getinvolved-opportunities .getinvolved-opportunities-list {
	margin-bottom: 15px;
	padding-top: 35px;
	border-top: 2px solid #e0b042;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-heading {
	margin-bottom: 40px;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item {
	margin-bottom: 45px;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item:last-child {
	margin-bottom: 0;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-text h3 {
	margin-bottom: 10px;
	font-weight: 500;
    font-size: 22px;
	line-height: normal;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-image,
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-image img {
	width: 100%;
}
#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-image img {
	height: auto;
}

@media only screen and (max-width: 575px) {
    #master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-image {
	    margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) {
	#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-text {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 768px) {
    #master-block.getinvolved-opportunities .getinvolved-opportunities-list {
	    padding-top: 75px;
    }
	#master-block.getinvolved-opportunities .getinvolved-opportunities-list.opportunities-list-noimages .getinvolved-opportunities-item .getinvolved-opportunities-text {
		padding-right: 15%;
	}
	#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item {
		margin-bottom: 50px;
	}
	#master-block.getinvolved-opportunities .getinvolved-opportunities-list .getinvolved-opportunities-item .getinvolved-opportunities-text h3 {
		font-size: 26px;
	}
}



/* SECTION-SPECIFIC: SEARCH RESULTS */

/* Fullwidth > Search Index Master Block */

#master-block.search-index {
	margin-top: 50px;
}
@media only screen and (min-width: 768px) {
	#master-block.search-index {
		margin-top: 50px;
	}
	#master-block.search-index .search-index-title {
		padding-bottom: 25px;
	}
}



/* SECTION-SPECIFIC: 404 */



/* WPML Styling */

#mobile-navigation .wpml-ls-item,
#mobile-navigation .wpml-ls-link {
	font-size: 19px !important;
	line-height: 24px !important;
	color: #fff !important;
	letter-spacing: 0.02em !important;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-en {
	border-right: 1px solid #fff;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-fr a {
	padding-right: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language,
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	font-weight: 500;
}



/* Contact 7 Styling */

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0;
	padding: 0;
	border: 0 !important;
}
.wpcf7-not-valid-tip {
	margin-top: -30px;
	margin-bottom: 25px;
}