/***


TABLE OF CONTENTS

  I. Bootstrap Variable Resets
 II. Global Styles
	   a. Header
	   b. Footer
III. Global Internal Styles
	   a. Internal Layout: Column & Sidebar
	   b. Expandable Content
 IV. Individual Pages
	   a. Homepage
	   b. Landing Page
	   c. Faculty Pages
	   d. News
  V. Legacy Browser Patches
  	   a. SVG Fallback
  	   b. BG Position Shorthand Fallback
 VI. Campaign Microsite & Stories

Notes:
> Media queries are organized by section rather than globally.


***/


/* I. Bootstrap Variable Resets */

/**********************/

html {
    -webkit-overflow-scrolling : touch; 
    -webkit-text-size-adjust : 100%; 
    -ms-text-size-adjust : 100%;
}

body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-family: 'Merriweather', serif;
	margin: 1.2em 0 1em 0;
}

/* Jason changed heading spacing 4.21.2020
h1, h2, h3 {
	margin: 1.2em 0 1em 0;
}*/

h1 {
	margin: 0 0 1em 0;
}

h2, h3 {
	margin: 1.8em 0 1em 0;
}

h1 {
	text-transform: uppercase;
	font-size: 1.875em;
	letter-spacing: 0.15em;
}

/* Giving day
h1 a, h1 a:hover {
	color: #ffffff;
	text-decoration:underline;
}*/

h2 {
	text-transform: uppercase;
	font-size: 1.125em;
	letter-spacing: 0.15em;
}

h3 {
	font-style: italic;
	font-size: 1.2em;
	font-weight: 600;
}

h4 {
	font-style: italic;
	font-size: 1em;
	font-weight: 600;
}

h5 {
	font-style: italic;
	font-size: 0.95em;
	font-weight: 600;
}

h6 {
	color: #787878;
	color: #909090;
	font-size: 0.75em;
	letter-spacing: 0.07em;
}

a {
	color: #2fa0d2;
	/*Orig link color: #2684ae;*/
}

p {
	color: #787878;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

/*p a {
	color: #2684ae;
	text-decoration:underline;
}
*/

p.footnote {
	color: #898989;
	font-size: 0.625em;
}

p.lg {
	font-size: 1.15em;
}

blockquote {
	border-left: 6px solid #99bc5f;
}

blockquote footer {
	padding: 0;
	text-align: left;
	background-color: transparent;
}

h1 span {
	display: block;
	font-size: 0.6em;
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Merriweather Sans', sans-serif;
	margin-top: 0.4em;
}

ul, ol {
	color: #787878;
	line-height: 1.6em;
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1.4em;
	color: #787878;
	border: none;
}

table tr:nth-child(even) td {
	background-color: #efefef;
}

table th {
	padding: 0.6em 1em;
	background-color: #555555;
	color: #ffffff;
	font-weight: 400;
	vertical-align: bottom;
}

table td {
	padding: 0.8em 1em;
	vertical-align: top;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border-top: none;
}

.table-responsive {
	border: none;
}

.table-sm {
	font-size: 0.75em;
}

.table-sm a {
	text-decoration:underline;
}

.btn, .btn-primary {
	border: 1px solid #2684ae;
	color: #ffffff;
	border-radius: 0;
    padding: 1.4em 2.5em;
    font-size: 1em;
    background-color: #2684ae;
    white-space: inherit;
}

.btn-sm {
	padding: 0.6em 1.2em;
}

.btn-inverse {
	border: 1px solid #cfcfcf;
	color: #2684ae;
	border-radius: 0;
    font-size: 1em;
    background-color: transparent;
    white-space: inherit;
}

.btn:hover, .btn-primary:hover, .btn-inverse:hover {
	border: 1px solid #217196;
	background-color: #217196;
	color: #ffffff;
}

.main-column p, .main-column ul, .main-column ol, .main-column table {
	font-weight: 300;
}

.main-column ul li, .main-column ol li {
	margin-bottom: 0.4em;
}

/*Jason added underline to main-col links
.main-column p a, .main-column ul li a, .main-column ol li a, .main-column table td a {
	text-decoration:underline;
}
*/

.main-column img {
	max-width: 100%;
	margin: 1em 0;
}

.lstc-form label {
	font-size: 0.875em;
    color: #4d4d4d;
}

.lstc-form .form-control {
	border-radius: 0;
	border: 1px solid #cfcfcf;
}

.lstc-form .form-group {
	margin-bottom: 20px;
}

.lstc-form textarea {
	height: 8em;
}

form #flytrap.form-group {
	display: none
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: -19px;
}

code {
	padding: 1em;
	display: block;
	background-color: #2a2d31;
	color: #7a929f;
	margin: 1em 0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1.2em;
}

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

@media only screen and (max-width: 1199px) {

	.container {
		width: 92%;
	}

}

@media only screen and (max-width: 400px) {

	body {
		font-size: 14px;
	}

	.lstc-form {
		font-size: 1.14em;
	}

	p.footnote {
		font-size: 0.85em;
	}

}

@media only screen and (max-width: 768px) {

	.table-responsive {
		border-right: 2px solid #cfcfcf;
	}

	.table-responsive-labels th {
		display: none;
	}

	.table-responsive-labels td {
		display: block;
	}

	.table-responsive-labels td:before {
		content: attr(data-th)": ";
		display: inline-block;
		font-weight: 600;
		width: 45%;
		margin-right: 5%;
	}

}

/* II. Global Styles */

/**********************/


/* Global Header */

.skip {
	overflow: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

header {
	position: relative;
}

/*for urgent news*/
.pre-header2 {
	background-color: #2684ae;
	-webkit-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.05);
}

.pre-header2 ul {
	list-style-type: none;
	padding-left: 0;
	float: right;
	margin-bottom: 0;
}

.pre-header2 ul li {
	display: inline-block;
	margin: 0 0.5em;
}

.pre-header2 ul li:last-child {
	margin-right: 0;
}

.pre-header2 ul li a {
	color: white;
	font-family: 'Merriweather', serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.175em;
	display: inline-block;
	padding: 0.25em 0.5em;
}

.pre-header2 ul li a:hover {
	opacity: 0.7;
}

.pre-header {
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.05);
}

.pre-header ul {
	list-style-type: none;
	padding-left: 0;
	float: right;
	margin-bottom: 0;
}

.pre-header ul li {
	display: inline-block;
	margin: 0 0.5em;
}

.pre-header ul li:last-child {
	margin-right: 0;
}

.pre-header ul li a {
	color: #000000;
	font-family: 'Merriweather', serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.175em;
	display: inline-block;
	padding: 0.25em 0.5em;

}

.pre-header ul li a:hover {
	opacity: 0.7;
}

.brand {
	padding: 1.9em 0;
}

.logo {
	float: left;
	max-width: 100%;
	display: block;
	width: 354px;
	height: 78px;
	background-image: url('../img/lstc-logo.svg');
	background-repeat: no-repeat;
	margin: 0 auto;
}

.logo img {
	max-width: 100%;
}

.site-search {
	position: absolute;
	color: #ffffff;
	top: 2.5em;
	right: 11.2em;
}

.site-search > a {
	background-color: #2684ae;
	border-radius: 2em;
	display: inline-block;
	padding: 1.1825em 1.2615em;
}

.site-search > a:hover {
	background-color: #217196;
}

.site-search > a span {
	vertical-align: middle;
}

.site-search > a span:nth-child(1) {
	display: inline-block;
	background-image: url('../img/icons/magnifying_white.svg');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
}

.site-search > a span:nth-child(2) {
	display: none;
}

.lstc-search-engine {
	position: absolute;
	width: 10%;
	display: block;
	right: 0;
  width: 300px;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.lstc-search-engine.active {
	z-index: 2;
	opacity: 1;
}

.lstc-search-engine table.gsc-search-box td {
  vertical-align: middle;
}

.lstc-search-engine .gsc-input-box {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: none;
}

.lstc-search-engine .gsc-input-box > table {
  margin-bottom: 0;
}

.lstc-search-engine .gsc-input-box > table td {
  padding: 4px 0;
}

.lstc-search-engine .gsc-input-box-focus {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: none;
}

.lstc-search-engine .gsib_a input {
}

.lstc-search-engine .gsib_b .gsst_a {
  transform: translateY(2px);
}

.lstc-search-engine td.gsc-search-button {
	padding: 0;
}

.lstc-search-engine input.gsc-search-button, .lstc-search-engine button.gsc-search-button {
  border: none;
  background-color: #2684ae;
  background-image: url('../img/icons/arrow_white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.8em;
  margin: 0;
  border-collapse: separate;
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.lstc-search-engine button.gsc-search-button > svg {
  display: none;
}

.lstc-search-engine input.gsc-search-button:hover, .lstc-search-engine button.gsc-search-button:hover {
  background-color: #2684ae;
  background-image: url('../img/icons/arrow_white.svg');
}

.lstc-search-engine input.gsc-search-button:hover {
	background-color: #2684ae;
}

.lstc-search-engine input.gsc-search-button:hover, .lstc-search-engine button.gsc-search-button:hover {
  background-color: #2684ae;
}

.lstc-search-engine table td {
	padding: 0;
}

.global-give {
	position: absolute;
	right: 4em;
	color: #ffffff;
	top: 2.5em;
}

.global-give > a {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background-color: #ae9ab4;
	font-size: 1em;
  padding: 1.2em 1.9em;
  border-radius: 3em;
  font-weight: 400;
}

.global-give > a:hover {
	text-decoration: none;
	background-color: #8f7499;
}

/*Sermon Give Styles - added by Jason 4.30.19 */
.sermon-give {
	margin: 1.5em 1em 2em 1em;
	color: #ffffff;
}

.sermon-give > a {
	background-color: #2684ae;
	padding: 0.9em 1.3em;
	border-radius: 2em;
	display: inline-block;
	color: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 300;
}

.sermon-give > a:hover {
	text-decoration: none;
}

a#pull {
	display: none;
}

.navbar {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
	border-radius: 0;
	min-height: 0;
	margin-bottom: 0;
	display: block;
}

.nav {
	text-align: center;
}

.nav > li {
	display: inline-block;
}

.nav > li > a {
	color: #000000;
	font-size: 0.9em;
	font-family: 'Merriweather', serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 1.35em 1.6em;
	position: relative;
}

.nav > li > a:hover {
	background-color: transparent;
	opacity: 0.7;
}

.nav > li > a.toggleSubmenu {
	display: none;
}

.nav ul {
	display: none;
	position: absolute;
	padding-left: 0;
	list-style-type: none;
	background-color: #2684ae; 
	background-image: url('../img/pattern/stainedglass_blue.jpg');
	font-family: 'Merriweather', serif;
	font-size: 0.93em;
	border: 1px solid #0f5b7c;
	padding: 1em 2em;
    width: 246px;
	left:50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform:translateX(-50%);
	/*z-index: 1;*/
	z-index: 3;
}

.nav ul:before {
	content: '';
	display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -13px;
    border-left: 13px solid transparent;
  	border-right: 13px solid transparent;
  
  	border-top: 12px solid #fff;
}

.nav ul > li {
}

.nav ul > li > a {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: inline-block;
	padding: 0.7em 0;
	text-decoration: none;
	font-weight: 300;
}

.nav > li > a.nav-btn-mobile-only {
	display: none;
}

.nav > li > a.nav-blue-btn {
	background-color: #2684ae;
	color: #ffffff;
	text-align: center;
	background-image: none;
}

@media only screen and (min-width: 1200px) {

	.site-search {
		right: auto;
		left: 50%;
		margin-left: 389px;
	}

	.global-give {
		right: auto;
		left: 50%;
		margin-left: 460px;
	}

}

@media only screen and (min-width: 1100px) and (max-width: 1180px), (min-width: 930px) and (max-width: 1000px), (min-width: 769px) and (max-width: 850px) {

	.nav li:first-child ul {
		transform:translateX(-25%);
	}

	.nav li:first-child ul:before {
		left: 24%;
	}

	.nav li:last-child ul {
		transform:translateX(-75%);
	}

	.nav li:last-child ul:before {
		left: 75%;
	}

}

@media only screen and (max-width: 1100px) {

	.nav > li > a {
		padding: 1.35em 0.8em;
	}

}

@media only screen and (max-width: 930px) {

	.nav > li > a {
		padding: 1.35em 0.7em;
		font-size: 0.75em;
	}

}

@media only screen and (max-width: 860px) {

	.lstc-search-engine {
		width: 220px;
	}

}

@media only screen and (min-width: 769px) {

	.nav > li:hover > ul {
		display: block;
	}

}

@media only screen and (max-width: 768px) {

	.pre-header {
		display: none;
	}

	.brand {
		text-align: center;
	}

	.logo {
		float: none;
		background-size: 100%;
	}

	.logo img {
		width: 324px;
	}

	.mobile-options {
		overflow: hidden;
		border-top: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}

	.mobile-options a {
		font-size: 1.06em;
		font-family: 'Merriweather', serif;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #000000;
	}

	.mobile-options a:hover {
		text-decoration: none;
		background-color: transparent;
	}

	.site-search {
		position: static;
		float: left;
		width: 33.33333%;
		text-align: center;
		border-right: 1px solid #cfcfcf;
	}

	.site-search > a {
		width: 100%;
		padding: 1.5em 0;
		border-radius: 0;
		background-color: transparent;
		text-decoration: none;
	}

	.site-search > a span:nth-child(1) {
		background-image: url('../img/icons/magnifying.svg');
		margin-right: 0.3em;
		width: 16px;
		height: 16px;
		background-size: 16px;
	}

	.site-search > a span:nth-child(2) {
		display: inline;
	}

	.lstc-search-engine {
		position: static;
		background-color: #ffffff;
		height: 0;
		width: 302%;
	}

	.lstc-search-engine.active {
		height: auto;
		opacity: 1;
		border-top: 1px solid #cfcfcf;
	}

	.lstc-search-engine table {
		margin-bottom: 0;
	}

	.lstc-search-engine .gsc-input-box {
		height: auto;
	}

	.gsc-search-box-tools .gsc-search-box .gsc-input {
		padding-left: 12px;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.lstc-search-engine form.gsc-search-box, .lstc-search-engine table.gsc-search-box {
		margin-bottom: 0;
		width: 100%;
	}

	.lstc-search-engine .gsc-input-box {
		border-bottom: none;
	}

	.gsc-search-box-tools .gsib_a .gsc-input {
		padding: 15px !important;
	}

	.lstc-search-engine .gsc-input-box-focus {
		border:0;
		box-shadow: none;
	}

	.lstc-search-engine td.gsc-search-button {
		background-color: #99bc5f;
		width: 80px;
		transform: translateX(1px);
	}

  .lstc-search-engine input.gsc-search-button, .lstc-search-engine button.gsc-search-button {
    border-radius: 0;
    background-color: #99bc5f;
    vertical-align: middle;
    height: 100%;
    min-height: 24px
  }

  .lstc-search-engine input.gsc-search-button:hover, .lstc-search-engine button.gsc-search-button:hover {
    background-color: #99bc5f;
  }

	.global-give {
		position: static;
		float: left;
		width: 33.33333%;
		text-align: center;
		border-right: 1px solid #cfcfcf;
	}

	.global-give > a {
		width: 100%;
		padding: 1.5em 0;
		border-radius: 0;
		background-color: transparent;
		text-decoration: none;
		font-weight: normal;
	}

	.global-give > a span:nth-child(1) {
		display: inline-block;
		width: 21px;
		height: 19px;
		background-image: url('../img/icons/giving.svg');
		background-repeat: no-repeat;
		margin-right: 0.3em;
		position: relative;
		top: 2px;
	}

	.global-give > a span:nth-child(2) {
		display: inline;
	}

	a#pull {
		display: block;
		float: right;
		text-align: center;
		width: 33.33333%;
		padding: 1.5em 0;
		text-decoration: none;
	}

	a#pull span {
		vertical-align: middle;
	}

	a#pull span:nth-child(1) {
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url('../img/icons/menu.svg');
		background-repeat: no-repeat;
    	margin-right: 0.3em;
	}

	.navbar {
		display: none;
		border-top: none;
		border-bottom: none;
	}

	.navbar.active {
		display: block;
	}

	.nav {
		text-align: left;
	}

	.nav > li {
		width: 100%;
		display: block;
	}

	.nav > li > a {
		display: block;
		overflow: hidden;
		padding: 1.25em 1.5em;
		font-size: 1em;
		border-bottom: 1px solid #cfcfcf;
		background-image: url('../img/icons/arrow.svg');
		background-repeat: no-repeat;
		background-position: right 2.25em center;
	}

	.nav > li > a.toggleSubmenu {
		display: inline-block;
		float: right;
		background-color: #f1f1f1;
    	padding: 1.25em 2.1em;
    	border-bottom: 1px solid #cfcfcf;
    	border-left: 1px solid #cfcfcf;
    	background-image: url('../img/icons/expand_grey.svg');
    	background-position: center center;
	}

	.nav > li > a.toggleSubmenu.active {
		background-color: #99bc5f;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #99bc5f;
		background-image: url('../img/icons/collapse.svg');
	}

	.nav > li > a.toggleSubmenu span {
		text-indent: -9999px;
		white-space: nowrap;
		vertical-align: top;
		display: inline-block;
		width: 0;
		overflow: hidden;
	}

	.nav > li > a.nav-btn-mobile-only {
		display: block;
	}

	.nav ul {
		position: static;
		background-image: none;
		border: none;
		background-color: #99bc5f;
		width: 100%;
		left: 0;
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform:translateX(0%);
		padding: 0;
	}

	.nav ul.active {
		display: block;
	}

	.nav ul:before {
		display: none;
	}

	.nav ul > li > a {
		padding: 1.25em 2.75em 1.25em 1.5em;
	    font-size: 1em;
	    width: 100%;
		border-bottom: 1px solid #ffffff;
		background-image: url('../img/icons/arrow_white.svg');
		background-repeat: no-repeat;
		background-position: right 1.8em center;
	}

	.nav ul > li:last-child > a {
		border-bottom: none;
	}

}

@media only screen and (max-width: 400px) {

	.logo {
		width: 220px;
		height: 48px;
	}

	.logo img {
		width: 200px;
	}

	.nav > li > a {
		font-size: 0.85em;
		background-position: right 1.25em center;
		padding: 1.4em 1.5em;
	}

	.nav > li > a.toggleSubmenu {
    	padding: 1.4em 2.6em;
    }

	.lstc-search-engine {
		width: 303%;
	}

	.global-give > a span:nth-child(1) {
		width: 19px;
		height: 15px;
		background-size: 18px;
		top: 2px;
		margin-right: 0.2em;
	}

}


/* Global Footer */

.primary-actions {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
}

.primary-actions li {
	display: inline-block;
	width: 20%;
	margin: 0 1%;
}

.primary-actions li > a {
	width: 100%;
	display: inline-block;
	padding: 9.8em 0 4.2em;
	font-size: 0.93em;
	font-family: 'Merriweather', serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

.primary-actions li > a:hover {
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	text-decoration: none;
}

.primary-actions.footer-actions li:nth-child(1) a {
	background-image: url('../img/icons/contact.svg');
	background-position: top 4.75em center;
}

.primary-actions.footer-actions li:nth-child(2) a {
	background-image: url('../img/icons/gift.svg');
	background-position: top 3.5em center;
}

.primary-actions.footer-actions li:nth-child(3) a {
	background-image: url('../img/icons/news.svg');
	background-position: top 4em center;
}

.primary-actions.footer-actions li:nth-child(4) a {
	background-image: url('../img/icons/events.svg');
	background-position: top 4em center;
}

footer {
	background-color: #f1f1f1;
	text-align: center;
	padding: 5em 0 0.6em;
}

footer ul {
	padding-left: 0;
}

footer ul.social {
	display: block;
	width: 98%;
	margin-bottom: 1.6em;
}

footer ul.social li {
	display: inline-block;
	margin: 0 0.9em;
}

footer ul.social li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	background-repeat: no-repeat;
}

footer a.flickr {
	background-image: url('../img/icons/flickr-b.svg');
}

footer a.facebook {
	background-image: url('../img/icons/facebook-b.svg');
}

footer a.instagram {
	background-image: url('../img/icons/instagram-b.svg');
}

footer a.youtube {
	background-image: url('../img/icons/youtube-b.svg');
}

footer a.vimeo {
	background-image: url('../img/icons/vimeo-b.svg');
}

footer a.soundcloud {
	background-image: url('../img/icons/soundcloud-b.svg');
}

footer a.twitter {
	background-image: url('../img/icons/twitter-b.svg');
}

footer ul {
	margin-left: 0;
	display: inline-block;
	width: 28%;
	margin: 1%;
	list-style-type: none;
	vertical-align: top;
	line-height: 2em;
	margin-bottom: 3.6em;
	font-family: 'Merriweather', serif;
	letter-spacing: 0.08em;
}

footer h3 {
	font-size: 0.812em;
	letter-spacing: 0.15em;
	color: #999999;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}

footer ul a {
	font-size: 0.812em;
}

footer p {
	color: #909090;
	font-size: 0.75em;
	letter-spacing: 0.07em;
}

.to-top {
	display: none;
}

@media only screen and (max-width: 768px) {

	footer {
		padding: 2em 0 0.6em;
	}

	footer ul {
		display: none;
	}

	footer ul.social li {
		margin: 0 0.8em;
	}

	footer ul.social li a {
		width: 60px;
		height: 60px;
		background-size: 100%;
	}

	.to-top {
		display: block;
		background-color: #ffffff;
		border-top: 1px solid #cfcfcf;
		color: #000000;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		text-align: center;
		font-family: 'Merriweather', serif;
		padding: 1em 0;
	}

	.to-top:hover {
		text-decoration: none;
		color: #000000;
		background-color: #f1f1f1;
	}

	.to-top span {
		display: inline-block;
		width: 20px;
		height: 13px;
		background-image: url('../img/icons/arrow_up.svg');
		background-repeat: no-repeat;
		margin-right: 1em;
		margin-top: 3px;
	}

	.primary-actions li {
		width: 24%;
		margin: 0;
	}

	.primary-actions li > a {
		padding: 9.8em 0 3.6em;
		font-size: 0.8em;
		border-right: 1px solid #cfcfcf;
	}

	.primary-actions li:last-child > a {
		border-right: none;
	}

	.primary-actions li > a:hover {
		border-left: none;
		border-right: 1px solid #cfcfcf;
	}

	.primary-actions li:last-child > a:hover {
		border-right: none;
	}

}

@media only screen and (max-width: 600px) {

	.primary-actions {
		border: none;
	}

	.primary-actions.footer-actions {
		border-top: 1px solid #cfcfcf;
	}

	.primary-actions li {
		width: 50%;
		display: block;
		float: left;
	}

	.primary-actions li a, .primary-actions li a:hover {
		border: none;
	}

	.primary-actions > li > a {
		padding: 8.8em 0 2.6em;
	}

	.primary-actions li:nth-child(odd) a, .primary-actions li:nth-child(odd) a:hover {
		border-right: 1px solid #cfcfcf;
	}

	.primary-actions li:nth-child(-n+4) a, .primary-actions li:nth-child(-n+4) a:hover {
		border-bottom: 1px solid #cfcfcf;
	}

	.primary-actions.footer-actions li:nth-child(1) a {
		background-position: top 3.75em center;
	}

	.primary-actions.footer-actions li:nth-child(2) a {
		background-position: top 2.5em center;
	}

	.primary-actions.footer-actions li:nth-child(3) a {
		background-position: top 3em center;
	}

	.primary-actions.footer-actions li:nth-child(4) a {
		background-position: top 2.7em center;
	}

	footer ul.social li {
		margin: 0 0.35em;
	}

	footer ul.social li a {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}

}


/* III. Global Internal Styles */

/**********************/


/* Internal Layout: Column & Sidebar */

.content {
	padding: 3.5em 0;
}

.main-column {
	overflow: hidden;
}

.sidebar {
	width: 350px;
	float: right;
	margin-left: 5em;
}

.tertiary-nav {
	color: #ffffff;
	background-color: #217196;
	padding: 2.2em 0em;
	margin-bottom: 5em;
	background-image: url('../img/pattern/logo_bg.svg');
	background-repeat: no-repeat;
	background-position: top -58px right -64px;
}

.tertiary-nav h2 {
	margin-top: 0;
	display: inline-block;
	font-size: 1.3em;
	border-bottom: 1px solid #3ca9d9;
	padding-bottom: 0.3em;
	margin-left: 1.3em;
	margin-right: 1.3em;
}

.tertiary-nav h2 span {
	display: none;
}

.tertiary-nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.tertiary-nav ul li {
	position: relative;
}

.tertiary-nav ul a {
	color: #ffffff;
	font-family: 'Merriweather';
	text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.125em;
    display: inline-block;
    width: 100%;
    padding: 0.5em 1.5em;
}

.tertiary-nav ul a.active {
	background-color: #2b91bf;
}

.tertiary-nav ul a.toggleTertiary {
	display: none;
}

.tertiary-nav ul li > ul {
	padding-left: 0;
	border-left: 1px solid #ffffff;
	margin: 0.5em 0 0.5em 1.7em;
}

.tertiary-nav ul li > ul a {
	font-size: 0.875em;
	text-transform: none;
	letter-spacing: 0.1em;
	padding: 0.3em 2em;
}

.sidebar .primary-actions {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	overflow: visible;
}

.sidebar .primary-actions li {
	display: block;
	margin: 0;
	width: 100%;
}

.sidebar .primary-actions li > a {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.sidebar .primary-actions li:first-child > a {
	border-top: none;
}

.sidebar .primary-actions li:last-child > a {
	border-bottom: none;
}

.sidebar .primary-actions li > a:hover {
	border-left: none;
	border-right: none;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	text-decoration: none;
}

.sidebar .primary-actions li:first-child > a:hover {
	border-top: none;
}

.sidebar .primary-actions li:last-child > a:hover {
	border-bottom: none;
}

.primary-actions.hero-actions li:nth-child(1) a {
	background-image: url('../img/icons/apply.svg');
	background-position: top 4.5em center;
}

.primary-actions.hero-actions li:nth-child(2) a {
	background-image: url('../img/icons/visit.svg');
	background-position: top 4.7em center;
}

.primary-actions.hero-actions li:nth-child(3) a {
	background-image: url('../img/icons/programs.svg');
	background-position: top 4.8em center;
}

.primary-actions.hero-actions li:nth-child(4) a {
	background-image: url('../img/icons/students.svg');
	background-position: top 4.5em center;
}


/* Expandable Content */

.expandable {
	border: 1px solid #cfcfcf;
	margin: 1em 0 1em 0;
}

.expandable > h2, .expandable > h3, .expandable > h4, .expandable > h5, .expandable > h6 {
	cursor: pointer;
	background-image: url(../img/icons/plus.svg);
	background-repeat: no-repeat;
	background-position: right 2em center;
    margin: 0;
    padding: 1em 3em 1em 1.3em;
}

.expandable.active > h2, .expandable.active > h3, .expandable.active > h4, .expandable.active > h5, .expandable.active > h6 {
	background-image: url(../img/icons/minus.svg);
}

.expandable > div {
	display: none;
	padding: 0.4em 1.5em;
}

.expandable.active > div {
	display: block;
}

@media only screen and (max-width: 1020px) {

	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 768px) {

	.content {
		padding: 2.5em 0 4em;
	}

	.sidebar {
		float: none;
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid #cfcfcf;
    	margin-bottom: 2em;
	}

	.tertiary-nav {
		background-image: none;
		background-color: transparent;
		padding: 0;
		margin-bottom: 2em;
	}

	.tertiary-nav h2 {
		display: block;
		border: 1px solid #217196;
		color: #217196;
		font-size: 0.875em;
		padding: 1.2em 1.2em;
		cursor: pointer;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		background-image: url('../img/icons/expand_blue.svg');
		background-repeat: no-repeat;
		background-position: center right 1.5em;
	}

	.tertiary-nav h2 span {
		display: inline;
	}

	.tertiary-nav ul {
		display: none;
		background-color: #217196;
	}

	.tertiary-nav ul.active {
		display: block;
	}

	.tertiary-nav ul a {
		padding: 1em 1.2em;
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
		font-size: 1em;
	}

	.tertiary-nav ul a.toggleTertiary {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
		border-bottom: none;
		width: 55px;
		text-indent: -9999px;
		white-space: nowrap;
		vertical-align: top;
		background-image: url('../img/icons/expand.svg');
		background-repeat: no-repeat;
		background-position: center center;
	}

    .tertiary-nav ul li > ul {
		margin: 0;
		border-left: none;
		border-bottom: 1px solid #ffffff;
		background-color: #1b6283;
		padding: 0.6em 0;
    }

	.tertiary-nav ul li > ul a {
		border-bottom: none;
		padding: 0.9em 1.4em;
	}

	.sidebar .primary-actions {
		display: none;
	}

}


/* IV. Individual Pages */

/**********************/

/* Homepage 2.0 */

.home-hero-video {
	position: relative;
	overflow: hidden;
}

#bgvid {
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  display: none;
}

.bgvid-fallback {
	width: 100%;
}

.home-hero-video__message {
	position: relative;
	z-index: 1;

	margin: -150px 1.5em 1em;

}

.home-hero-video__title {
	background-color: rgba(39, 133, 175, 0.9);
	padding: 1em 1.5em;
	height: 150px;

	display: flex;
	-ms-flex-line-pack: center; /* IE10 Align Items */
	align-items: center;
}

.home-hero-video__title h1 {
	margin: 0;
	font-size: 3rem;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.075em;
	line-height: 1.3;
}

.home-hero-video__title span {
	display: inline-block;
	margin: 0;
	font-size: 3rem;
	font-style: normal;
	text-transform: uppercase;
	color: #104359;
}

.home-hero-video__message ul {
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #ffffff;
	margin-bottom: 0;
}

.home-hero-video__message ul a {
	padding: 1em 1.5em;
	display: block;
	color: #ffffff;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: background-color 0.25s ease-in-out;
}

.home-hero-video__message ul a:hover {
	text-decoration: none;
	background-color: rgba(16, 87, 89, 0.85);
}

.home-hero-video__actions-primary {
	background-color: rgba(44, 161, 213, 0.8);
}

.home-hero-video__actions-secondary {
	background-color: rgba(39, 133, 175, 0.8);
}

@media screen and (min-width: 27em) {

	.home-hero-video__message {
		margin: -200px 1.5em 1em;
	}

	.home-hero-video__title {
		height: 200px;
	}

	.home-hero-video__title h1 {
		font-size: 3.6rem;
	}

	.home-hero-video__title span {
		font-size: 3.6rem;
	}

}

@media only screen and (min-width: 769px) {

	#bgvid {
	  display: block;
	}

	.bgvid-fallback {
		display: none;
	}

	#bgvid {
		position: absolute;
	}

	.home-hero-video__message {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 6.75em 1.5em;
		margin: 0 auto;
	}

	.home-hero-video__title {
		height: auto;
		padding: 1em 4em 1em 3em;
		background-color: rgba(39, 133, 175, 0.9);
		margin-right: 2px;
	}

	.home-hero-video__title {
		white-space: nowrap;
	}

	.home-hero-video__message ul {
		border-top: 0;
	}

	.home-hero-video__message .home-hero-video__actions-primary {
		margin-bottom: 2px;
	}

}

@media only screen and (min-width: 54em) {

	.home-hero-video__message {
		padding: 13.5em 1.5em;
	}

}

/*********************/

.tenet {
	color: #ffffff;
	margin-top: 2rem;
}

.tenet--deeper {
	margin-top: 0;
	background-color: #99Bc5f;
}

.tenet--further {
	background-color: #ae9ab4;
}

.tenet--beyond {
	background-color: #2785af;
}

.tenet__container {
	padding: 0 1.5em;
}

.tenet p {
	color: #ffffff;
}

.tenet img {
	max-width: 100%;
}

.tenet__hero {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.tenet__overview {
	padding-bottom: 4rem;
}

.tenet__overview h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 4.375rem;
	font-weight: 800;
	letter-spacing: 0;
}

.tenet--deeper h2 span {
	color: #647c39;
}

.tenet--further h2 span {
	color: #775d7f;
}

.tenet--beyond h2 span {
	color: #1a546d;
}

.tenet__overview a {
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	color: #ffffff;
	letter-spacing: 0.15em;
	padding-right: 1em;
	transition: all 0.2s ease;
	background-image: url(../img/icons/arrow_sm_white.svg);
	background-repeat: no-repeat;
	background-position: center right;
}

.tenet__stat {
	text-align: center;
	padding: 2rem 0 3rem;
}

.tenet--deeper .tenet__stat {
	background-color: #8aad4e;
}

.tenet--further .tenet__stat {
	background-color: #9d86a4;
}

.tenet--beyond .tenet__stat {
	background-color: #1d749b;
}

.tenet__stat h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.75rem;

}

.tenet__stat-graphic {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 1.5em 0 3em;
}

.tenet__stat-graphic span {
	display: block;
}

.tenet__stat-number {
	font-size: 7rem;
	font-weight: 800;
	line-height: 1.25;
}

.tenet__stat-desc {
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
	padding: 0 4em;
}

.tenet__positions {
	position: relative;
	height: 35em;
}

.tenet__position-images {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tenet__position-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.25s ease-in-out 0.25s;
}

.tenet__position-image.active {
	opacity: 1;
	z-index: 1;
}

.tenet__position-title {
	position: absolute;
  z-index: 2;
  bottom: 0;
	left: 0;
	right: 0;

	text-align: center;
	padding: 2em 1em;
  background-color: rgba(1, 95, 137, 0.8);
}

.tenet__position-title p, .tenet__position-title span {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tenet__position-title p {
	font-size: 1.8rem;
	margin-bottom: 0.125em;
}

.tenet__position-title span {
	font-size: 2.75rem;
	letter-spacing: 1.6px;
	opacity: 0;
	transition: opacity 0.25s ease-in-out 0.25s;
}

.tenet__position-title span.active {
	opacity: 1;
}

.tenet__position-title span:not(:first-child) {
	position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.tenet__stories {
	padding: 3rem 0;
}

.tenet--deeper .tenet__stories {
	background-image: url(../img/pattern/diamonds_green.jpg);
}

.tenet__story {
	display: block;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
	margin-bottom: 1.6em;
}

.tenet__story:last-child {
	margin-bottom: 0;
}

.tenet__story:hover {
	text-decoration: none;
}

.tenet__story-img {
	position: relative;
	padding-top: 50%;
	overflow: hidden;
}

.tenet__story-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	min-width: 100%;
	transition: transform 0.35s ease-in-out;
}

.tenet__story:hover .tenet__story-img img {
	transform: scale(1.025);
}

.tenet__story-desc {
	padding: 2em 1.5em;
}

.tenet__story-desc h4 {
	color: #787878;
	font-family: 'Merriweather Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	transition: opacity 0.2s ease-in-out;
}

.tenet__story:hover .tenet__story-desc h4 {
	color: #5a5a5a;
}

.home-resources {
	padding: 1.5em 1.5em 3em;
}

.home-resources img {
	max-width: 100%;
}

.home-resources__title {
	margin-bottom: 2em;
}

.home-resources h2 {
	font-size: 3rem;
	font-family: 'Merriweather Sans', sans-serif;
	color: #2785af;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 0.125em;
}

.home-resources__feature {
	display: block;
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
	margin-bottom: 1.6em;
}

.home-resources__feature:last-child {
	margin-bottom: 0;
}

.home-resources__img {
	position: relative;
	padding-top: 50%;
	overflow: hidden;
	display: block;
}

.home-resources__img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	min-width: 100%;
	transition: transform 0.35s ease-in-out;
}

a.home-resources__img:hover img {
	transform: scale(1.1);
}

.home-resources__date {
	position: absolute;
	top: -8px;
	left: 1.25em;
	z-index: 1;
	background-color: #ffffff;
	font-size: 12px;
	color: #2785af;
	display: inline-block;
	padding: 4px 10px;

	-webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
}

.home-resources__desc {
	padding: 1.5em;
}

.home-resources__desc h3 {
	font-family: 'Merriweather Sans', sans-serif;
	color: #575757;
	font-style: normal;
	font-size: 1.6rem;
	margin-top: 0;
	margin-bottom: 0;
}

.home-resources__desc h3 a {
	color: #2785af;
}

.home-resources__desc h3 a:hover {
	text-decoration: none;
	color: #23527c;
}

.home-resources__desc p {
	margin-bottom: 0;
}

.banner--give {
	padding: 2.4rem 0;
	text-align: center;
}

.banner--give__icon {
	margin: 0 auto;
	width: 40px;
}

/* 2021 Giving Day Banner Component */

.banner--giving-day {
	position: relative;
	background-image: url(../img/content/giving-day-banner-bg--mobile.jpg);
	padding: 4.5rem 0;
	text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner--giving-day > .container {
	position: relative;
	z-index: 1;
}

.banner--giving-day__logo img {
	max-width: 100%;
	width: 360px;
	margin: 0 auto 3rem;
	display: block;
}

.banner--giving-day__content p {
	font-family: 'Merriweather', serif;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.banner--giving-day__content p span {
	color: #5ed2ef;
	font-weight: bold;
}

.banner--giving-day__content h2 {
	color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 4rem;
	font-weight: bold;
	margin-top: 0.75em;
}

.banner--giving-day__content .btn {
	background-color: #ffffff;
	transition: opacity 0.25s ease-in-out;
}

.banner--giving-day__content .btn:hover {
	color: #2684ae;
	opacity: 0.8;
}

.banner--giving-day__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(26, 57, 101, 0.75);
}

/* END 2021 Giving Day Banner Component */

@media only screen and (min-width: 720px) {

	.home-resources {
		padding: 3em 1.5em;
	}

	.home-resources h2 {
		font-size: 4.375rem;
	}

	.tenet__max {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 7fr 5fr;
		grid-template-columns: 7fr 5fr;
		-ms-grid-rows: 5fr 1fr 3fr;
		grid-template-rows: 5fr 1fr 3fr;

		max-width: 1600px;
		margin: 0 auto;
	}

	.tenet__hero {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		-ms-grid-row-span: 2;
		grid-row-end: 3;

		position: relative;
		overflow: hidden;

		padding-top: 0;
	}

	.tenet__hero img {
		display: none;
	}

	.tenet__overview {
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: end;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.tenet__overview .tenet__container {
		max-width: 450px;
	}

	.tenet__overview p {
		font-size: 2.2rem;
	}

	.tenet__stat {
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: end;
		-ms-grid-row: 2;
		    grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.tenet__positions {
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: end;
		-ms-grid-row: 2;
		    grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: end;
		height: auto;
	}

	.tenet__stories {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 3;
		    grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: end;    
	}

	.tenet__stories .tenet__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.tenet__story {
		width: 48%;
		margin: 0 2%;
		max-width: 360px;
	}

	.home-resources {
		display: flex;
		max-width: 1500px;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}

	.home-resources__title {
		width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}

	.home-resources h2 {
		line-height: 1.25;
		margin-bottom: 0;
	}

	.home-resources__features {
		display: flex;
		justify-content: space-between;
	}

	.home-resources__feature {
		width: 31.615%;
		margin-bottom: 0;
	}

	.home-resources__img {
		/*padding-top: 70%;*/
		padding-top:50%;
	}

	.home-resources__date {
		left: 0;
	}

	.banner--give {
		padding: 4.8rem 0;
	}

	.banner--give__icon {
		width: 60px;
	}

	.banner--give h2 {
		font-size: 1.35em;
	}

	.banner--giving-day {
			background-image: url(../img/content/giving-day-banner-bg.jpg);
	}
	
}

@media only screen and (min-width: 900px) {

	.home-resources__date {
		left: 1.5em;
	}

	.banner--giving-day {
		padding: 9rem 0;
		text-align: left;
	}

	.banner--giving-day .container {
		display: flex;
		justify-content: center;
	}

	.banner--giving-day__logo {
		margin-right: 12rem;
		flex-shrink: 0;
	}

	.banner--giving-day__logo img {
		margin-bottom: 0;
	}

	.banner--giving-day__content h2 {
		margin-top: 0.5em;
	}

}

@media only screen and (min-width: 1100px) {

	.home-resources {
    flex-wrap: nowrap;
	}

	.home-resources__title {
		display: block;
		width: auto;
		padding-right: 1.6em;
		box-sizing: border-box;
	}

	.home-resources__all .btn {
		/*margin-bottom: 0.8em;*/
		margin-bottom: 0;
	}

	.home-resources h2 {
		margin-bottom: 0.5em;
	}

	.home-resources__features {
		width: calc(100% - 250px);
	}

	.home-resources__feature {
		width: 31%;
		margin-right: 2.5%;
	}

	.home-resources__feature:last-of-type {
		margin-right: 0;
	}

	.home-resources__img {
		padding-top: 50%;
	}

}

@media only screen and (min-width: 1100px) {

	.tenet__stat .tenet__container {
		width: 100%;
	}
 
	.tenet__stat-graphic {
		padding: 4.5em 0 6em;
	}

}

/* Landing Page */

.landing-hero {
	position: relative;
	background-size: cover;
}

.landing-hero .container {
	position: relative;
	padding-top: 10.6em;
	padding-bottom: 10.6em;
}

.landing-hero h1 {
	position: absolute;
	background-image: url('../img/pattern/stainedglass_green_85.jpg');
	color: #ffffff;
    padding: 0.8em 1.6em;
    bottom: -20px;
    margin-bottom: 0;
    border: 1px solid #6c8542;
}

.landing-hero.about {
	background-image: url('../img/content/about_bg.jpg');
}

.landing-hero.admissions {
	background-image: url('../img/content/admissions_bg.jpg');
}

.landing-hero.academics {
	background-image: url('../img/content/academics_bg.jpg');
}

.landing-hero.students {
	background-image: url('../img/content/students_bg.jpg');
}

.landing-hero.giving {
	background-image: url('../img/content/giving_bg.jpg');
}

.landing-hero.alumni-friends {
	background-image: url('../img/content/alumni_bg.jpg');
}

.landing-hero.lstc-life {
	background-image: url('../img/content/life_bg.jpg');
}

.landing-hero.quick-links {
	background-image: url('../img/content/quicklinks_bg.jpg');
}

.card {
	border: 1px solid #cfcfcf;
	border-left: 6px solid #99bc5f;
	overflow: auto;
	margin-bottom: 3.4em;
	display: block;
    position: relative;
    top: 0;
    padding: 3em;
    transition: all 0.1s ease;
}

.card:hover {
	text-decoration: none;
	background-color: #fafafa;
}

.card h2 {
	margin-top: 0;
	margin-bottom: 1.6em;
	font-size: 1.25em;
	color: #000000;
	width: auto;
	overflow: hidden;
}

.card span {
	float: right;
	padding-right: 1em;
	margin-right: 0.3em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.2s ease;
	background-image: url('../img/icons/arrow_sm_blue.svg');
	background-repeat: no-repeat;
	background-position: center right;
	line-height: 1.9em;
}

.card:hover span {
	margin-right: 0;
}

.card p {
	margin-bottom: 0;
}


/* Faculty */

.faculty-snippet {
	display: inline-block;
	width: 48%;
	margin-bottom: 4em;
	vertical-align: top;
}

.faculty-snippet:nth-child(odd) {
	margin-right: 3%;
}

.faculty-snippet img {
	float: left;
	width: 38%;
	display: inline-block;
	margin: 0 25px 0 0;
}

.faculty-snippet > div {
	overflow: auto;
	word-wrap: break-word;
}

.faculty-snippet h2 {
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0.05em;
	margin: 0.4em 0;
}

.faculty-snippet h2 a {
	color: #000000;
}

.faculty-snippet p {
	font-size: 0.75em;
	line-height: 1.35em;
}

.faculty-snippet span {
	font-size: 0.875em;
	line-height: 1.8em;
	display: block;
}

.faculty-member-title {
	position: relative;
	top: -1em;
}

.faculty-member-synopsis {
	border-bottom: 1px solid #cfcfcf;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.faculty-member-synopsis img {
	float: left;
	margin-right: 3em;
	max-width: 260px;
	margin: 0 3em 0 0;
}

.faculty-member-synopsis > div {
	overflow: hidden;
}

span.phone, span.email {
	display: block;
	padding: 0.5em 0 0.5em 35px;
	background-repeat: no-repeat;
	background-position: left center;
}

span.phone {
	background-image: url('../img/icons/phone.svg');
}

span.email {
	background-image: url('../img/icons/email.svg');
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1060px) and (min-width: 769px) {

	.faculty-snippet {
		width: 100%;
		margin-bottom: 3em;
	}

	.faculty-snippet:nth-child(odd) {
		margin-right: 0;
	}

	.faculty-snippet img {
		width: 25%;
	}

	.faculty-member-synopsis img {
		float: none;
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 1em;
	}

}

@media only screen and (max-width: 880px) and (min-width: 769px) {

	.card h2 {
		overflow: visible;
		margin-bottom: 0.8em;
	}

	.card h2:after {
		display: block;
		content: 'Learn more \203a';
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 0.8em;
		color: #2684ae;
		margin-top: 0.6em;
	}

	.card span {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.landing-hero .container {
		padding-top: 5.5em;
	}

	.card {
		border: 1px solid #cfcfcf;
		border-bottom: 6px solid #99bc5f;
	}

	.card img {
		display: none;
	}

	.card span {
		margin-right: 0;
	}

}

@media only screen and (max-width: 600px) {

	.faculty-snippet {
		width: 100%;
		margin-bottom: 3em;
	}

	.faculty-snippet:nth-child(odd) {
		margin-right: 0;
	}

	.faculty-snippet img {
		width: 25%;
	}

	.faculty-member-synopsis img {
		float: none;
		margin-right: 0;
		max-width: none;
		width: 100%;
		margin-bottom: 1em;
	}

	.card h2 {
		overflow: visible;
		margin-bottom: 0.8em;
	}

	.card h2:after {
		display: block;
		content: 'Learn more  \203a';
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 0.8em;
		color: #2684ae;
		margin-top: 0.6em;
	}

	.card span {
		display: none;
	}

}

@media only screen and (max-width: 400px) {

	.landing-hero .container {
		padding-top: 5em;
		padding-bottom: 2em;
	}

	.landing-hero h1 {
		position: static;
		padding: 0.8em 0;
		margin: 0;
		text-align: center;
	}

	.faculty-snippet {
		font-size: 1.125em;
	}

	.card {
		padding: 2.8em 2em;
	}

}


/* News */

.archive-nav {
	border: 1px solid #cfcfcf;
	padding: 0.9em 2em;
	overflow: auto;
}

.archive-nav div {
	float: right;
    width: 40%;
}

.archive-nav h2 {
	display: inline-block;
	margin: 0.7em 0;
}

.story-snippet {
	margin: 2em 0;
}

.story-snippet-date {
	float: left;
	width: 80px;
	margin-right: 2em;
	margin-top: 1.2em;
}

.story-snippet-date span {
	display: block;
	text-align: center;
}

.story-snippet-date span:first-child {
	background-color: #99bc5f;
	color: #ffffff;
	text-transform: uppercase;
    padding: 0.3em 0;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.story-snippet-date span:last-child {
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	font-family: 'Merriweather', serif;
	font-size: 1.875em;
	padding-bottom: 0.3em;
}

.story-snippet-content {
	overflow: hidden;
}

.story-snippet h2 a {
	color: #000000;
}

.story-snippet p {
	margin-bottom: 1.3em;
}

/* Fix for news/story color injection bug (adds override to turn text back to grey) */
.main-column p > span[style*="color"], .main-column p > em[style*="color"] {
	color: #787878 !important;
}

.main-column p > a[style*="color"] {
	color: #2fa0d2 !important;
}

.article-contact__additional {
	margin-bottom: 1.2em;
}

.article-contact__additional p {
	margin-bottom: 0;
}

.article-contact__additional p > br {
	display: none;
}

@media only screen and (max-width: 940px) {

	.archive-nav div {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

	.story-snippet-content {
		padding-bottom: 4px;
	}

}

@media only screen and (max-width: 400px) {

	.archive-nav {
		padding: 0.9em 1em 1.3em;
	}

	.story-snippet-date {
		float: none;
		width: auto;
	}

	.story-snippet-date span {
		display: inline-block;
	}

	.story-snippet-date span:first-child, .story-snippet-date span:last-child {
		background-color: transparent;
		color: #000000;
		text-transform: uppercase;
		font-size: 0.9em;
		letter-spacing: 1px;
		border: none;
	}

	.story-snippet-date span:first-child {
		margin-right: 5px;
	}

}


/* V. Legacy Browser Patches */

/**********************/

.no-inlinesvg .logo {
	background-image: url('../img/png/lstc-logo.png');
}

.no-inlinesvg .site-search > a span:first-child {
	background-image: url('../img/icons/png/magnifying_white.png');
}

.no-inlinesvg .lstc-search-engine input.gsc-search-button {
	background-image: url('../img/icons/png/arrow_white.png');
}

.no-inlinesvg .lstc-search-engine input.gsc-search-button:hover {
	background-image: url('../img/icons/png/arrow_white.png');
}

.no-inlinesvg .primary-actions.footer-actions li a.action-contact {
	background-image: url('../img/icons/png/contact.png');
	background-position-x: center;
	background-position-y: 72px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-giving {
	background-image: url('../img/icons/png/gift.png');
	background-position-x: center;
	background-position-y: 52px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-news {
	background-image: url('../img/icons/png/news.png');
	background-position-x: center;
	background-position-y: 56px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-events {
	background-image: url('../img/icons/png/events.png');
	background-position-x: center;
	background-position-y: 53px;
}

.no-inlinesvg footer a.facebook {
	background-image: url('../img/icons/png/facebook.png');
}

.no-inlinesvg footer a.instagram {
	background-image: url('../img/icons/png/instagram.png');
}

.no-inlinesvg footer a.vimeo {
	background-image: url('../img/icons/png/vimeo.png');
}

.no-inlinesvg footer a.soundcloud {
	background-image: url('../img/icons/png/soundcloud.png');
}

.no-inlinesvg footer a.twitter {
	background-image: url('../img/icons/png/twitter.png');
}

.no-inlinesvg .expandable > h2, .no-inlinesvg .expandable > h3, .no-inlinesvg .expandable > h4, .no-inlinesvg .expandable > h5, .no-inlinesvg .expandable > h6 {
	background-image: url('../img/icons/png/plus.png');
}

.no-inlinesvg .expandable.active > h2, .no-inlinesvg .expandable.active > h3, .no-inlinesvg .expandable.active > h4, .no-inlinesvg .expandable.active > h5, .no-inlinesvg .expandable.active > h6 {
	background-image: url('../img/icons/png/minus.png');
}

.no-inlinesvg .primary-actions.hero-actions li a.action-apply {
	background-image: url('../img/icons/png/apply.png');
	background-position-x: center;
	background-position-y: 65px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-visit {
	background-image: url('../img/icons/png/visit.png');
	background-position-x: center;
	background-position-y: 68px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-degrees {
	background-image: url('../img/icons/png/programs.png');
	background-position-x: center;
	background-position-y: 65px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-quicklinks {
	background-image: url('../img/icons/png/students.png');
	background-position-x: center;
	background-position-y: 64px;
}

.no-inlinesvg .card span {
	background-image: url('../img/icons/png/arrow_sm_blue.png');
}

.no-inlinesvg span.phone {
	background-image: url('../img/icons/png/phone.png');
}

.no-inlinesvg span.email {
	background-image: url('../img/icons/png/email.png');
}

.lt-ie9 .home-sub-hero > div {
	background-color: #ffffff;
}

.lt-ie9 .home-callouts {
	text-align: center;
}

.lt-ie9 .home-callout {
	width: 49%;
	display: inline-block;
}

.lt-ie9 .nav > li:hover > ul {
	display: block;
}

.lt-ie9 .nav ul {
	margin-left: -123px;
}

/* Background Position Fixes - Legacy Browsers */

.lt-ie9 .lstc-search-engine input.gsc-search-button {
	background-position-x: center;
	background-position-y: center;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-apply {
	background-position-x: center;
	background-position-y: 65px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-visit {
	background-position-x: center;
	background-position-y: 68px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-degrees {
	background-position-x: center;
	background-position-y: 65px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-quicklinks {
	background-position-x: center;
	background-position-y: 64px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-contact {
	background-position-x: center;
	background-position-y: 72px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-giving {
	background-position-x: center;
	background-position-y: 52px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-news {
	background-position-x: center;
	background-position-y: 56px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-events {
	background-position-x: center;
	background-position-y: 53px;
}

.no-bgpositionshorthand .expandable > h2, .no-bgpositionshorthand .expandable > h3, .no-bgpositionshorthand .expandable > h4, .no-bgpositionshorthand .expandable > h5, .no-bgpositionshorthand .expandable > h6 {
	background-position-x: 90%;
	background-position-y: center;
}

.no-bgpositionshorthand .card span {
	background-position-x: right;
	background-position-y: center;
}

.no-bgpositionshorthand span.phone, .no-bgpositionshorthand span.email {
	background-position-x: left;
	background-position-y: center;
}

@media only screen and (max-width: 768px) {

	.no-bgpositionshorthand .nav > li > a {
		background-position-x: 93%;
		background-position-y: center;
	}

	.nav > li > a.toggleSubmenu {
		background-position-x: center;
		background-position-y: center;
	}

	.nav ul > li > a {
		background-position-x: 93%;
		background-position-y: center;
	}


	.no-bgpositionshorthand .tertiary-nav h2 {
		background-position-x: 93%;
		background-position-y: center;
	}

}

@media only screen and (max-width: 600px) {

	.no-bgpositionshorthand .primary-actions.hero-actions li a.action-apply {
		background-position-x: center;
		background-position-y: 42px;
	}

	.no-bgpositionshorthand .primary-actions.hero-actions li a.action-visit {
		background-position-x: center;
		background-position-y: 46px;
	}

	.no-bgpositionshorthand .primary-actions.hero-actions li a.action-degrees {
		background-position-x: center;
		background-position-y: 48px;
	}

	.no-bgpositionshorthand .primary-actions.hero-actions li a.action-quicklinks {
		background-position-x: center;
		background-position-y: 47px;
	}

	.no-bgpositionshorthand .primary-actions.footer-actions li a.action-contact {
		background-position-x: center;
		background-position-y: 50px;
	}

	.no-bgpositionshorthand .primary-actions.footer-actions li a.action-giving {
		background-position-x: center;
		background-position-y: 30px;
	}

	.no-bgpositionshorthand .primary-actions.footer-actions li a.action-news {
		background-position-x: center;
		background-position-y: 36px;
	}

	.no-bgpositionshorthand .primary-actions.footer-actions li a.action-events {
		background-position-x: center;
		background-position-y: 31px;
	}

}

/* VI. Campaign Microsite & Stories */

/**********************/

.campaign, .school-story {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Global Campaign Components */

.container-wide {
	max-width: 1600px;
	margin: 0 auto;
}

.btn-rnd {
	display: inline-block;
	background-color: #ffffff;
	color: #99bc5f;
	padding: 0.6em 1.2em;
	text-transform: uppercase;
	font-size: 0.875em;
	border-radius: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.btn-rnd:hover {
	color: #84a54e;
	text-decoration: none;
	text-align: center;
}

.btn-rnd.btn-rnd-blue {
	color: #2684ae;
}

.btn-rnd.btn-rnd-blue:hover {
	color: #1c7299;
}

.btn-rnd.btn-rnd-purple {
	color: #ae9aB5;
}

.btn-rnd.btn-rnd-purple:hover {
	color: #907799;
}

.btn-rnd.btn-rnd-red {
	color: #cd785c;
}

.btn-rnd.btn-rnd-red:hover {
	color: #b06147;
}

.btn-rnd.btn-rnd-bluebg {
	color: #ffffff;
	background-color: #2684ae;
}

.btn-rnd.btn-rnd-bluebg:hover {
	background-color: #1c7299;
}

.btn-rnd.btn-rnd-grey {
	color: #787878;
	background-color: #c6c6c6;
}

.btn-rnd.btn-rnd-grey:hover {
	background-color: #bbbbbb;
}

.campaign p.lead {
	font-size: 1.1875em;
	line-height: 1.8;
	font-weight: normal;
}

.campaign .campaign-hero {
	background-size: cover;
	overflow: auto;
}

.video-module {
	padding: 3.5em 0;

	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

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

.video-module .container > div {
	width: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex: 1;
	    flex: 1;
}

.video-module .container > div:last-child {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	flex-direction: column;
	justify-content: center;
}

.video-module .container > div:last-child p {
	padding-left: 10%;
}

.video-module .container > div:last-child p:last-child {
	margin-bottom: 0;
}

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

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

.overlap-header {
	text-align: center;
	position: relative;

    padding: 2em 0 6em;
    margin-bottom: 28px;

    background-repeat: no-repeat;
    background-size: cover;
}

.overlap-header:after {
	content: '';
	height: 28px;
	width: 100%;
	display: block;
	top: 100%;
    position: absolute;
}

.overlap-header h2 {
	color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	margin: 1em 0 0.25em;
}

.overlap-header p {
	font-size: 1.125em;
	margin: 0 auto;
	max-width: 760px;
	color: #ffffff;
	padding: 0 2%;
}

.overlap-content {
	position: relative;
    top: -5em;
    margin-bottom: -4em;
    z-index: 2;
}

.list-pagination {
	padding-left: 0;
	list-style-type: none;
	float: right;
}

.list-pagination li {
	display: inline-block;
	margin: 0 0.25em
}

.list-pagination li a {
	color: #333333;
	font-family: 'Merriweather', serif;
}

.list-pagination li a.active {
	color: #2683ae;
}

.heading-path {
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 1.4em 0;
}

.heading-greenpath {
	background-image: url('../img/pattern/heading-path-green.png');
}

.heading-redpath {
	background-image: url('../img/pattern/heading-path-red.png');
}


.campaign .story-body blockquote {
	font-family: Malandrino-Regular;
	font-weight: normal;
	font-style: normal;
	color: #2684ae;
	font-size: 3.6em;
	line-height: 1;
    padding-left: 0;
    border-left: 0;
}

.campaign blockquote footer {
	text-align: right;
	font-size: 0.3em;
	font-style: italic;
	font-weight: bold;
	font-family: 'Merriweather Sans', sans;
	color: #787878;
}

.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.story-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-bottom: 5em;
}

.story-row .campaign-story-preview {
	width: 22%;
}

.top-story-preview {
	padding: 1.125em;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-right: none;
	max-width: 33.33333%;
}

.top-story-preview:last-child {
	border-right: 1px solid #cfcfcf;
}

.top-story-preview > img {
	width: 100%;
	margin-bottom: 0.9em;
}

.top-story-preview h3 {
	font-size: 0.9375em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}

.top-story-preview blockquote {
	color: #999999;
	font-family: 'Merriweather', serif;
	text-align: center;
	font-style: italic;
	border-left: 0;
	font-size: 1em;
	line-height: 1.875
}

.top-story-preview a:last-child {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: inline-block;
	font-family: 'Merriweather', serif;
	margin-bottom: 1.4em;
}

.content .campaign-story-preview {
	margin-bottom: 1.6em;
}

.campaign-story-preview img {
	width: 100%;
	margin-bottom: 1.2em;
}

.campaign-story-preview span {
	color: #999999;
	font-family: 'Merriweather', serif;
	display: block;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1.6em;
}

.content .campaign-story-preview span {
	margin-bottom: 0;
	font-weight: normal;
}

.campaign-story-preview span a {
	font-family: 'Merriweather Sans', sans;
}

.campaign-story-preview a:last-child {
	font-family: 'Merriweather Sans', sans;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.campaign-story-preview span > a:last-child {
	text-transform: none;
	letter-spacing: 0;
}

.content .campaign-story-preview .listings-query__title {
	margin-bottom: 0.25em;
}

ul.social-share {
	padding-left: 0;
	list-style-type: none;
}

ul.social-share li {
	display: inline-block;
	/*margin-right: 1.125em;*/
	margin-right: 0.75em;
}

ul.social-share li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

ul.social-share a.ss-facebook {
	background-image: url('../img/icons/ss-facebook-white.svg');
}

ul.social-share a.ss-twitter {
	background-image: url('../img/icons/ss-twitter-white.svg');
}

ul.social-share a.ss-email {
	background-image: url('../img/icons/ss-email-white.svg');
}

.campaign ul.social-share a.ss-facebook {
	background-image: url('../img/icons/ss-facebook.svg');
}

.campaign ul.social-share a.ss-twitter {
	background-image: url('../img/icons/ss-twitter.svg');
}

.campaign ul.social-share a.ss-email {
	background-image: url('../img/icons/ss-email.svg');
}

a.tag-pull {
	display: none;
	width: 100%;
	text-align: center;
	/*background-color: #2684ae;*/
	/*color: #ffffff;*/
	background-color: #ffffff;
	color: #99bc5f;
	padding: 1.5em 0.5em;
	margin-bottom: 0.6em;

	background-image: url('../img/icons/expand_green.svg');
	background-repeat: no-repeat;
    background-position: right 1.6em center;
}

.campaign a.tag-pull {
	background-color: #2684ae;
	color: #ffffff;
	background-image: url('../img/icons/expand.svg');
}

.content a.story-tag-pull {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #2684ae;
	color: #ffffff;
	padding: 1.5em 0.5em;
	margin-bottom: 1.4em;

	background-image: url('../img/icons/expand.svg');
	background-repeat: no-repeat;
  background-position: right 1.6em center;
}

.content a.story-tag-pull:hover {
	text-decoration: none;
	background-color: #23527c;
}

a.tag-pull.active {
	background-image: url('../img/icons/collapse_green.svg');
}

.campaign a.tag-pull.active {
	background-image: url('../img/icons/collapse.svg');
}

.content a.story-tag-pull.active {
	background-image: url('../img/icons/collapse.svg');
}

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

ul.story-tags {
	display: none;
}

ul.story-tags.active {
	display: block;
}

ul.tags a {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #2684ae;
	color: #ffffff;
	padding: 0.5em;
	margin-bottom: 0.6em;
}

ul.tags a:hover, a.tag-pull:hover, ul.tags a:active, a.tag-pull:active, ul.tags a:focus, a.tag-pull:focus {
	text-decoration: none;
	opacity: 0.8;
}

ul.story-tags > li {
	display: inline-block;
	margin-left: 1px;
	margin-right: 4px;
}

ul.story-tags a {
	width: auto;
	color: #2684ae;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}

.campaign ul.tags a:hover, .campaign a.tag-pull:hover {
	opacity: 1;
	background-color: #1c7299;
}

footer.campaign-footer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*background-image: url('../img/pattern/brush-green.jpg');*/
	background-image: url('../img/pattern/brush-green-diag.jpg');
	/*background-size: cover;*/
	padding: 5em 0 0;
	position: relative;
}

footer.campaign-footer:before {
	content: '';
	background-image: url('../img/pattern/brush-border-green.png');
	position: absolute;
	top: 0;
	margin-top: -27px;
	width: 100%;
	height: 28px;
	display: block;
	-webkit-transform:scaleY(-1);
	    -ms-transform:scaleY(-1);
	        transform:scaleY(-1);
}

footer.campaign-footer > div:last-child {
	background-image: url('../img/pattern/footer-border-pattern.png');
	height: 96px;
	background-position: center;
}

footer.campaign-footer h2 {
	color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
}

footer.campaign-footer .btn-rnd {
	font-size: 1.5em;
}

footer.campaign-footer ul {
	display: block;
    width: 100%;
    margin: 4.5em auto;
}

footer.campaign-footer ul li {
	display: inline-block;
}

footer.campaign-footer ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.15em;
	border-right: 2px solid #ffffff;
	display: inline-block;
	line-height: 1em;
    padding: 0 1.25em;
}

footer.campaign-footer ul li:last-child a {
	border-right: none;
}


@media only screen and (max-width: 768px) {

	.video-module .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.video-module .container > div {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		width: 100%;
		margin-bottom: 1.6em;
	}

	.video-module .container > div:last-child p {
		padding-left: 0;
	}

	.top-story-preview {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 40%;
		max-width: 100%;
	}

	.top-story-preview:nth-child(2) {
		border-right: 1px solid #cfcfcf;
	}

	.story-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.story-row .campaign-story-preview {
		width: 48%;
	}

	a.tag-pull {
		display: inline-block;
	}

	.story-listing-grid .story-sharing h4 {
		display: none;
	}

	.story-listing-grid ul.tags {
		display: none;
		margin-bottom: 0;
	}

	.story-listing-grid ul.tags.active {
		display: block;
	}

	footer.campaign-footer ul {
		margin: 3.5em auto;
	}

	footer.campaign-footer ul li {
		display: block;
	}

	footer.campaign-footer ul li a {
		border-right: 0;
	}

}

@media only screen and (max-width: 460px) {

	.top-story-preview {
		min-width: 80%;
	}

	.top-story-preview:first-child {
		border-right: 1px solid #cfcfcf;
	}

}


/* Specific Page Styles */
/* Go Forth Home */

.campaign-home .campaign-hero {
	background-image: url('../img/placeholders/goforth-bg.jpg');
}

.campaign-home .campaign-hero > div {
	background-image: url('../img/pattern/ribbon-bluepurple.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	float: right;
	margin-right: 5%;

	padding: 4.6em 7em 4.6em 6.6em;
}

.campaign-home .campaign-hero > div img {
    max-width: 93%;
	-webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	        transform: translateX(6%);
} 

.campaign-priority-overview .overlap-header {
	/*background-image: url('../img/pattern/brush-green.jpg');*/
	background-image: url('../img/pattern/brush-green-diag.jpg');
}

.campaign-priority-overview .overlap-header:after {
	background-image: url('../img/pattern/brush-border-green.gif');
}

.campaign-priority-overview .overlap-content {
	margin: 0 auto;
}

.support-accordion {
	background-color: #ffffff;

	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.24);
}

.support-accordion .expandable {
	margin: 0;
}

.support-accordion .expandable > div:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3em 2em;
	cursor: pointer;
}

.support-accordion .expandable > div:first-child > img {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	max-width: 150px;
}

.support-accordion .expandable > div:first-child > div {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 0 2em;
}

.support-accordion .expandable > div:first-child h3 {
	margin-top: 0;
	margin-bottom: 0.6em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #787878;
	font-size: 1.125em;
}

.support-accordion .expandable > div:first-child p {
	margin-bottom: 0.6em;
}

.support-accordion .expandable > div:first-child span {
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-style: italic;
	color: #99bc5f;
	font-size: 1.1875em;
}

.support-accordion .expandable.support-access > div:first-child span {
	color: #2684ae;
}

.support-accordion .expandable.support-formation > div:first-child span {
	color: #ae9aB5;
}

.support-accordion .expandable > div:first-child > img:last-child {
	margin-right: 1em;

	width: 35px;
	height: auto;
}

.support-accordion .expandable.active > div:first-child > img:last-child {
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}

.support-accordion .expandable > div:last-child {
	padding: 3em 4em;
	background-color: #99bc5f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;

	-webkit-box-shadow: inset 0px 15px 20px -10px rgba(132,165,78,1);
	box-shadow: inset 0px 15px 20px -10px rgba(132,165,78,1);
}

.support-accordion .expandable.active > div:last-child {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.support-accordion .expandable.support-access > div:last-child {
	background-color: #2684ae;

	-webkit-box-shadow: inset 0px 15px 20px -10px rgba(28,114,153,1);
	box-shadow: inset 0px 15px 20px -10px rgba(28,114,153,1);
}

.support-accordion .expandable.support-formation > div:last-child {
	background-color: #ae9aB5;

	-webkit-box-shadow: inset 0px 15px 20px -10px rgba(144,119,153,1);
	box-shadow: inset 0px 15px 20px -10px rgba(144,119,153,1);
}

.support-accordion .expandable.active > div:last-child > div:last-child {
	-ms-flex-preferred-size: 250px;
	    flex-basis: 250px;
	min-width: 250px;
	margin-left: 2.4em;
	text-align: center;
}

.support-accordion .expandable.active > div:last-child > div:last-child img {
	width: 100%;
	margin-bottom: 1.2em;
}

.support-accordion .expandable > div:last-child h4, .support-accordion .expandable > div:last-child p {
	color: #ffffff;
}

.support-accordion .expandable > div:last-child h4 {
	font-size: 1.1875em;
}

.support-accordion .expandable > div:last-child > div:last-child a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	letter-spacing: 0.15em;
}

.campaign .support-hero h1 {
	color: #ffffff;
	margin-top: 0;
}

.campaign .support-hero span {
	color: #ffffff;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1875em;
}


/* Featured Stories */

.featured-stories .overlap-header {
	/*background-image: url('../img/pattern/brush-red.jpg');*/
	background-image: url('../img/pattern/brush-red-diag.jpg');
}

.featured-stories .overlap-header:after {
	background-image: url('../img/pattern/brush-border-red.gif');
}

.featured-stories .overlap-header h2 {
	position: relative;
}

.featured-stories .overlap-header h2 .btn-rnd {
	position: absolute;
	right: 0;
	font-size: 0.4375em;
    margin-top: 0.225em;
}

.featured-stories .top-stories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3em;
}

.campaign-news h2 {
	margin-bottom: 2.8em;
}

.campaign-news .btn-rnd {
    float: right;position: relative;
    top: -0.4em;
}

@media only screen and (max-width: 1100px) {

	.campaign-home .campaign-hero {
		background-position: 40% 0;
	}

	.campaign-home .campaign-hero > div {
		margin-right: 0;
		padding: 4.6em 5em 4.6em 4.6em; 
	}

	.campaign-home .campaign-hero > div img {
	    max-width: 80%;
	}


}

@media only screen and (max-width: 768px) {

	.campaign-home .campaign-hero {
		padding-top: 15em;
		background-size: auto;
		background-position: -50px 0;
	}

	.campaign-home .campaign-hero > div {
		float: none;
		background-image: url('../img/pattern/ribbon-bluepurple-mobile.png');
		padding: 9.6em 5em 3.6em 4.6em;
		background-position: 0, 0;
	}

	.campaign-home .campaign-hero > div img {
		max-width: 93%;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	.support-accordion .expandable > div:first-child p {
		display: none;
	}

	.support-accordion .expandable > div:first-child > img:first-child {
		display: none;
	}

	.support-accordion .expandable.active > div:last-child {
		padding: 2em;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.support-accordion .expandable.active > div:last-child > div:last-child {
		margin: 1.6em auto 0;
		min-width: initial;
	}

  .featured-stories .overlap-header h2 .btn-rnd {
  	position: static;
  	max-width: 180px;
  	display: block;
		max-width: 180px;
		margin: 1em auto;
  }

  .featured-stories .top-stories {
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 460px) {

	.campaign-home .campaign-hero {
		background-position: -100px 0;
	}

	.campaign-home .campaign-hero > div {
		padding: 9.6em 3em 3.6em 3em;
	}

	.campaign-home .campaign-hero > div img {
		max-width: 100%;
	}

}


/* Areas of Support Compontents */

.campaign .campaign-hero.support-hero {
	background-image: url('../img/placeholders/placeholder-leadership-hero.jpg');
	background-position: center;
}

.campaign .support-hero > div {
	background-image: url('../img/pattern/ribbon-green.png');
	padding: 8em 10% 8em 23%;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	float: right;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-right: 0;
	width: 64%;
	background-position: 70px 0;
}

.campaign .support-hero > div.ribbon-blue {
	background-image: url('../img/pattern/blue-ribbon.png');
}

.campaign .support-hero > div.ribbon-purple {
	background-image: url('../img/pattern/purple-ribbon.png');
}

.support-overview {
	background-color: #f2f2f2;
	padding: 4.6em 0 0;
}

.support-overview-solo {
	padding: 4.6em 0;
}

.support-carousel {
	margin-bottom: 3.45em;
}

.support-carousel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.support-carousel ul li {
    text-align: center;

    min-width: 190px;
}

.support-carousel ul li a {
    text-align: center;
    display: inline-block;
    padding: 2em;
    border: 1px solid #cfcfcf;
    border-right: none;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: 0.2s background-color ease;
    -o-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
	font-family: 'Merriweather', serif;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.8;
    width: 100%;
}

.support-carousel ul li a:hover {
	text-decoration: none;
}

.support-carousel ul li a:not(.active):hover {
	background-color: #f6f9f1;
}

.support-carousel ul li:last-child a {
	border-right: 1px solid #cfcfcf;
}

.support-carousel ul li a.active {
	padding: 2.2em;
	background-color: #f0f5e7;
	border-right: 1px solid #cfcfcf;
	z-index: 2;
    margin-left: -0.2em;
    margin-right: -0.2em;
    width: 101%;
}

.support-carousel ul li a.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #999999 transparent transparent transparent;
	position: absolute;
	top: 108%;
    margin-left: -5px;
}

.support-carousel ul li a span {
    display: block;
    color: #99bc5e;
    font-weight: bold;
    font-style: italic;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.9375em;
}

.support-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	display: none;
}

.support-section.active {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.support-section > div:first-child {
	flex-basis: 60%;
}

.support-section > img {
	width: 40%;
	margin-left: 5%;
}

.support-snippets {
	background-color: #f2f2f2;
	padding: 4.6em 0;
}

.support-snippet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin-bottom: 2.3em;
}

.support-snippet > div {
	width: 50%;
}

.support-snippet > div:first-child {
	position: relative;
	overflow: hidden;
}

.support-snippet > div:first-child img {
	-o-object-fit: cover;
	   object-fit: cover;
	min-height: 100%;
	width: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}

.support-snippet > div:last-child {
	padding: 70px;
}

.support-snippet > div:last-child h3 {
	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9375em;
}

.support-snippet > div:last-child p {
	font-size: 1.125em;
	line-height: 1.85;
}

.support-snippet > div:last-child p:last-child {
	margin-bottom: 0;
}

.support-snippet .fact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 36px;
	padding: 50px;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-style: italic;
}

.support-snippet .fact p {
	margin-bottom: 0;
}

.support-snippet .fact span {
	display: block;
	color: #ffffff;
	font-size: 60px;
}

.fact-green {
	/*background-image: url('../img/pattern/brush-green.jpg');*/
	background-image: url('../img/pattern/brush-green-diag.jpg');
}

.fact-green p {
	color: #60763d;
}

.fact-purple {
	/*background-image: url('../img/pattern/brush-purple.jpg');*/
	background-image: url('../img/pattern/brush-purple-diag.jpg');
}

.fact-purple p {
	color: #726475;
}

@media only screen and (max-width: 768px) {

	.campaign .campaign-hero.support-hero {
    	padding-top: 40%;
    }

    .campaign .support-hero > div, .campaign .support-hero > div.ribbon-blue, .campaign .support-hero > div.ribbon-purple {
    	padding: 4em 10% 4em 10%;
    	position: relative;
    	/*width: 80%;*/
    	width: 100%;
    	/*background-image: url('../img/pattern/brush-green.jpg');*/
    	background-image: url('../img/pattern/brush-green-diag.jpg');
    	background-position: 0 0;
    	background-size: cover;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    }

    .campaign .support-hero > div:before {
			content: '';
			background-image: url('../img/pattern/brush-border-green.png');
			position: absolute;
			top: 0;
			margin-top: -27px;
			width: 100%;
			height: 28px;
			display: block;
			-webkit-transform: scaleY(-1) scaleX(-1);
			-ms-transform: scaleY(-1) scaleX(-1);
			transform: scaleY(-1) scaleX(-1);

    }

    .campaign .support-hero > div.ribbon-blue {
    	/*background-image: url('../img/pattern/brush-blue.jpg');*/
    	background-image: url('../img/pattern/brush-blue-diag.jpg');
    }

		.campaign .support-hero > div.ribbon-blue:before {
			background-image: url('../img/pattern/brush-border-blue.png');
    }

    .campaign .support-hero > div.ribbon-purple {
    	/*background-image: url('../img/pattern/brush-purple.jpg');*/
    	background-image: url('../img/pattern/brush-purple-diag.jpg');
    }

    .campaign .support-hero > div.ribbon-purple:before {
    	background-image: url('../img/pattern/brush-border-purple-diag.png');
    }

    .campaign .support-hero h1 {
    	text-align: center;
    }

    .support-section {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    }

    .support-section > div:first-child {
			flex-basis: 100%;
		}

    .support-section > img {
    	margin: 0 auto;
    	width: auto;
    	max-width: 100%;
    }

    .support-snippet {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    }

    .support-snippet > div {
    	width: 100%;
    }

    .support-snippet > div:last-child {
    	padding: 50px;
    }

}

/* Campaign Stories */

.story-header {
	position: relative;

  padding: 2em 0 2em;
/*  margin-bottom: 28px;*/

/*  background-repeat: no-repeat;
  background-size: cover;

	background-image: url('../img/pattern/brush-blue.jpg');*/
}

.campaign .story-header {
	background-repeat: no-repeat;
  background-size: cover;

	background-image: url('../img/pattern/brush-blue.jpg');

  padding: 2em 0 6em;
  margin-bottom: 28px;
}

.campaign .story-header:after {
	content: '';
	height: 28px;
	width: 100%;
	display: block;
	top: 100%;
    position: absolute;
    background-image: url('../img/pattern/brush-border-blue.gif');
}

.campaign .story-header h1 {
	color: #ffffff;
}

.story-header .btn-sm {
	margin: 2.1em 0 2.75em 1em;
}

.campaign .story-header .btn-rnd {
	margin: 2.75em 0 2.75em 1em;
}

.story-header .btn-rnd, .story-header .btn, .story-header .btn-sm {
	float: right;
}

.story-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;

/*	position: relative;
  top: -6em;
  margin-bottom: -6em;*/

  background-color: #f1f1f1;
}

.campaign .story-meta {
	background-color: transparent;

	position: relative;
  top: -6em;
  margin-bottom: -6em;
}

/*.story-meta > img {
	width: 68%;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}*/

.story-meta__image {
	width: 68%;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.story-meta__image img {
  flex-shrink:0;
  min-width:100%;
  min-height:100%
}

.story-meta__content {
/*    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;*/
    -ms-flex-item-align: flex-end;
        -ms-grid-row-align: flex-end;
        align-self: flex-end;
    /*padding-top: 6em;
    padding-left: 6em;
    padding-right: 6em;*/
    padding: 6em;
    /*min-width: 370px;*/
}

.story-meta span {
	display: block;
	line-height: 2.5;
	color: #787878;
}

.story-meta .meta-title {
	color: #333333;
	font-family: 'Merriweather', serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.story-meta .meta-date {
	font-family: 'Merriweather', serif;
	letter-spacing: 0.15em;
}

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

.story-body > div:first-child {
	width: 68%;
	padding: 6em;
}

.story-body .story-content img {
	max-width: 100%;
}

.story-body .story-content p {
	font-size: 1.1875em;
	line-height: 1.675;
}

.story-body > div:last-child {
	background-color: #99bc5f;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.campaign .story-body > div:last-child {
	background-color: #f2f2f2;
}

.story-sidebar {
	background-color: #99bc5f;

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

.campaign .story-sidebar {
	background-color: transparent;
}

.story-body .story-sidebar > div {
	padding: 6em;
	/*min-width: 370px;*/
}

.story-sidebar ul {
	margin-bottom: 2.4em;
}

.story-sidebar h4 {
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	letter-spacing: 0.15em;
	/*color: #787878;*/
	color: #ffffff;
}

.campaign .story-sidebar h4 {
	color: #787878;
}

.school-story .story-sidebar ul.tags a {
	color: #99bc5f;
	background-color: #ffffff;
}

.school-story .story-sidebar ul.tags a:hover {
	opacity: 0.8;
}

.school-story.campaign .story-sidebar ul.tags a {
	color: #ffffff;
	background-color: #2684ae;
}

.school-story.campaign .story-sidebar ul.tags a:hover {
	opacity: 1;
	background-color: #1c7299;
}

.story-sidebar .btn-rnd {
  text-align: center;
  /*transition: 0.25s opacity ease-in-out;*/
}

.story-sidebar .btn-rnd:hover {
	opacity: 0.8;
}

.support-category-callout-capacity {
	background-color: #99bc5f;
}

.support-category-callout-access {
	background-color: #2684ae;
}

.support-category-callout-formation {
	background-color: #ae9aB5;
}

.support-category-callout h4 {
	margin-top: 0;
}

.support-category-callout a:last-child {
	font-family: 'Merriweather', serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.campaign .support-category-callout h4, .support-category-callout p, .support-category-callout a {
	color: #ffffff;
}

.row.story {
	display: flex;
	flex-wrap: wrap;
}

.story-listing-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.story-listing-grid .story-listings {
/*	width: 68%;
	padding: 6em;*/
}

.btn--all-stories {
	margin-bottom: 1.5em;
}

.story-listing-grid .story-listings h1 {
	margin-top: 0;
	margin-bottom: 2.4em;
	font-size: 1.25em;
}

.story-listing-grid .listings-query {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        /*justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.story-listing-grid .campaign-story-preview {
	width: 30%;
	margin-bottom: 2.4em;
	margin-right: 3%;
}

.story-listing-grid > div:last-child {
	/*background-color: #f2f2f2;*/
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.campaign .story-listing-grid > div:last-child {
	background-color: #f2f2f2;
}

.story-listing-grid .story-sidebar > div {
	padding: 6em;
}

.story-listing-grid .story-sidebar h4 {
	margin-top: 0; /* Consider blending this with other sidebar style */
}

@media only screen and (max-width: 1100px) {

	.story-meta__content {
		/*padding: 4em;*/
		padding: 2em;
	}

	.story-body > div:first-child {
		padding: 4em;
	}

	.story-body .story-sidebar > div {
		/*padding: 4em;*/
		padding: 2em;
	}

}

@media only screen and (max-width: 900px) {

	.story-listing-grid .story-listings {
/*		width: 54%;
		padding: 4em;*/
	}

	.story-listing-grid .campaign-story-preview {
		width: 48%;
	}

	.story-listing-grid .story-sidebar > div {
		padding: 4em;
	}

}

@media only screen and (max-width: 768px) {

	.story-header {
		padding: 2em 0 2em;
	}

	.story-header h1 {
		margin-bottom: 0.5em;
	}

	.story-header .btn-rnd, .story-header .btn, .story-header .btn-sm {
		float: none;
		margin: 0.5em 0 0;
	}

	.story-meta {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		top: 0;
/*		margin-top: 1.6em;*/
		margin-bottom: 0;
	}

	.campaign .story-meta {
		margin-top: 1.6em;
	}

	.story-meta__image  {
		width: 100%;
	}

	.story-meta__content {
		/*padding: 2em 2em 0;*/
		padding: 2em;
	}

	.story-body {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.story-body > div:first-child {
		padding: 2em;
		width: 100%;
	}

	.campaign .story-body > div:last-child {
		margin-bottom: 3.2em;
	}

	.story-body .story-content p {
		margin-top: 0;
	}

	.story-body .story-sidebar > div {
		padding: 2em;
	}

	.story-listing-grid {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	/* Go back and double check first-child/last-child because you switched these in the markup */

	.story-listing-grid .story-sidebar > div {
		padding: 2em;
	}

	.story-listing-grid > div:last-child {
		/*padding: 2em;*/
	}

	.story-sidebar {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 460px) {

	.story-header .btn-rnd, .story-header .btn, .campaign .story-header .btn-rnd, .campaign .story-header .btn {
		float: none;
		margin-bottom: 1em;
		margin-left: 0;
	}

	.list-pagination {
		float: none;
	}

	.list-pagination:last-child {
		float: none;
		text-align: center;
	}

}

/* QUILL STYLES */

.ql-size-large { font-size: 1.5em; }
.ql-size-huge { font-size: 2.5em; }
.ql-size-small { font-size: 0.75em; }
.ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; }
li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; }
.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; }
li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; }