  .text-dark h4, .text-dark p, .text-dark a:not('.btn') {
	color:#000000!important;
}

.subsection h2 {
	margin-bottom:15px;
}
.matrix.offerings .items > div {
	width:auto;
	max-width:100%;
}
.ou-justedit-region ul {
	margin-left: 20px;
}
@media (min-width: 55em) {
	.matrix {
		padding:90px;
	}
}
.text-image-intro.label p {
	padding: 0 20px;
}
.text-image-intro.label {
	background: none;
	background-color: #f0f0f0;
	border-bottom: 6px solid #00AEEF;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.banner-image img {
	width:100%;
	height:auto;
}
.banner-image img.au-banner {
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}
.page-header {
	height: 400px;
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('/images/beboundless.png')
}
.page-header>.container {
	color: #fff;
}
.page-header .title {
	color: #fff;
	font-size: 46px;
	line-height: 52px;
}
.page-header p {
	color: #fff;
	font-size:18px;
	font-weight:700;
}
.page-header.header-small {
	height: 60vh;
	min-height: 60vh;
}
.header-filter {
	position: relative;
}
.header-filter:before,.header-filter:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	content: "";
}
.header-filter::before {
	background: rgba(0, 0, 0, 0.3);
}
.header-filter .container {
	z-index: 2;
	position: relative;
}
.l-page {
	background:#fff;
}
.l-page h1 {
	color: #000000;
	font-weight: 700;
}
@media (min-width: 45em) {
	.l-page .l-content {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.subsection {
	border-bottom:none;
}
.subsection ul {
	padding-left: 25px;
	margin-bottom:20px;
}
@media (min-width: 769px) {
.subsection {padding: 30px 90px 30px 90px;}
.l-page h1 {margin: 0 90px;}
#breadcrumb ul {padding: 35px 90px;}
}
@media (max-width: 768px) {
.subsection {padding: 30px 50px 30px 50px;}
.l-page h1 {margin: 0 50px;}
#breadcrumb ul {padding: 35px 50px;}
}
@media (max-width: 500px) {
.subsection {padding: 30px 25px 30px 25px;}
.l-page h1 {margin: 0 25px;}
#breadcrumb ul {padding: 35px 25px;}
}

hr {
	margin: 25px auto;
	border:none;
	background:#ccc;
	height: 2px;
	border-radius:20px;
	display: block;
	width:auto;
}


@media screen and (min-width: 900px) {
	.subsection:before {
		content: '';
		float: right;
		display: block;
		width: 400px;
		height: 350px;
		margin: 0 0 20px 20px;
	}
	.item.contact-box {
		position: absolute;
		top: 38px;
		right: 50px;
		width: 375px;
	}
}
.box {
	position:relative;
	height:100%;
	background: #fff;
	padding: 30px !important;
	-webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%), 0 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%), 0 3px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	margin-bottom:20px;
	z-index:1;
	border-radius: 8px;
    background: rgb(255, 255, 255);
}
.box.gray {
	background:#f3f3f3;
}
.box.dark-layer {
	background: rgba(31,33,36,0.45);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box.jumbo {
	padding: 70px;
	margin: 90px 0 20px;
}
.box .icon{
	height: 55px;
	font-size:2em;
	color:#00AEEF;
	margin-right: -15px;
}
.box h3, .box h4 {
	margin-top: 0;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform:none;
}
.box p {margin-bottom:0; padding-bottom:0;}
.box-color {
	padding: 35px 30px 10px 30px;
	color: #FFF !important;
}
.row-no-padding .box-color {
	padding-top: 65px;
	padding-bottom: 60px;
}
.service-tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px auto;
}
.service-tile-item {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	padding: 0 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative:1;
	flex-shrink:1;
	min-width: 300px;
}
.service-tile-item:hover,
.service-tile-item a:hover {
	text-decoration:none;
}
.service-tiles.two-columns > .service-tile-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	min-width: 250px;
}
.service-tiles.four-columns > .service-tile-item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	min-width: 250px;
}
.service-tiles.five-columns > .service-tile-item {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	min-width: 200px;
}
.service-tile-item .item {
	height: calc(100% - 20px);
	display:inline-block;
	width:100%;
}
.service-tile-item .item .box {
	height:100%;
}
.matrix.inverse-wrapper .service-tile-item .box,
.service-tile-item .box h3, 
.service-tile-item .box p {
	color:#000000 !important;
}
.matrix.inverse-wrapper .service-tile-item .box a,
.service-tile-item .box a:visited{
	color:#024990 !important;
}
@media (max-width:550px){
	.service-tiles.two-columns > .service-tile-item, .service-tiles.four-columns > .service-tile-item, .service-tiles.five-columns > .service-tile-item {-ms-flex-preferred-size: 100%; flex-basis: 100%;}
}
@media (max-width: 414px) {
	.service-tile-item {
		-ms-flex-preferred-size: 100%;
    	flex-basis: 100%!important;
		min-width: 200px;
	}
}
.box:hover {
	-webkit-box-shadow: 0 3px 0 #00AEEF;
	box-shadow: 0 3px 0 #00AEEF;
}
.box.no-link:hover {
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}
/* .box-color h4, .box-color [class*="icon-"] {
color: inherit;
background: #000000;
} */
.box-color p {
	color:#fff;
}
.box-color.blue {
	background: #003359
}
.box-color.gray {
	background: #A5ACAF
}
.box-color.ltblue {
	background: #3CB6CE
}
.box-color.green{
	background: #64A0C8
}
.box-color::before,.box-color::after {
	position: absolute;
	top: 10px;
	right: 25px;
	bottom: 10px;
	left: 25px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	pointer-events: none;
}
.row-no-padding .box-color::before,.row-no-padding .box-color::after {
	right: 10px;
	left: 10px;
}
.box-color::before {
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.box-color::after {
	border-right: 1px solid rgba(255,255,255,0.6);
	border-left: 1px solid rgba(255,255,255,0.6);
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
.box-color:hover::before,.box-color:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
h2.main-title {
	margin-bottom:15px;
}
.l-content .main-title.text-right:after {
	margin: 15px 0 15px auto;
}.dark-wrapper {
	background: #f3f3f3;
}
.matrix.inverse-wrapper h2.main-title {
	color:#fff;
}
.matrix.dark-wrapper {
	background: #f3f3f3;
}
.light-wrapper {
	background: #fff;
}
.matrix.light-wrapper h3.main-title {
	color: #003359;
	margin-bottom:15px;
}
.matrix.dark-wrapper h3.main-title {
	color: #000000;
	margin-bottom:15px;
}
.matrix.inverse-wrapper h3.main-title {
	margin-bottom:15px;
}
.matrix.inverse-wrapper {
	background: #003359;
	color: #fff;
}
.matrix.inverse-wrapper a, .matrix.inverse-wrapper a:link, .matrix.inverse-wrapper a:visited {
	color:#fff;
    opacity:1;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.matrix.inverse-wrapper a:hover {
	opacity:1;
}
.matrix h4 {
	font-weight:700;
}
.matrix.inverse-wrapper h3 {
	color: #fff;
	text-transform: none;
	margin-bottom:0;
}
.matrix.inverse-wrapper p, .matrix.inverse-wrapper h3.main-title, .matrix.inverse-wrapper h4, .matrix.inverse-wrapper ul li, .matrix.inverse-wrapper ol li, p .matrix.inverse-wrapper table[class^=ou-] tbody tr td {
	color:#fff;
	text-transform:none;
}
.matrix .promo.text-image-intro.label p, .matrix .promo.text-image-intro.label a{
	color: initial;
	opacity:1;
}
/*
.matrix.inverse-wrapper div[class*="ou-"],
.matrix.inverse-wrapper div[class*="ou-"] h2 {
	background: #000;
}
.cta-bar-wrapper div[class*="ou-"],
.cta-bar-wrapper div[class*="ou-"] h2 {
	background: #000;
}
*/

.cta-bar p, .cta-bar li,  .cta-bar a, .cta-bar h2, .cta-bar h3, .cta-bar h4, .cta-bar h1 {
	color: inherit;
}
.btn-border {
	background: none !important;
	border: 2px solid #ececec;
	color: #FFF !important;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius:0;
}
.btn-border:hover {
	background: #ececec !important;
	color: #434343 !important;
}
.l-content .main-title:after {
	content: " ";
	display: block;
	margin: 15px 0;
	    border-bottom: 5px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
	width: 50px;
	font-weight: normal;
}
.l-content .main-title.text-center:after {
	content: " ";
	display: block;
	margin: 25px auto;
	    border-bottom: 5px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
	width: 50px;
	font-weight: normal;
}
.light-divider {
	width: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b5d7b;
	margin-bottom: 0.8em;
	margin-right: auto;
	margin-left: 0;
	border-bottom-color: rgba(255,255,255,0.12);
}
.green-divider {
	width: 40px;
    border-bottom: 1px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
	margin-bottom: 0.8em;
	margin-right: auto;
	margin-left: 0;

}
.news-item {
	margin-bottom:10px;
}
.news-item figure {
	/* 	width:170px;
	height:170px;
	overflow:hidden; */
	width:100%;
	height:100%;
	max-width:100%;
	position:relative;
}
.news-item figure:before {
	content: '';
	display:block;
	padding-top:100%;
	overflow:hidden;
}
.news-item figure.card:before {
	padding-top:55%;
}
.news-item figure img {
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-o-object-position:center;
	object-position:center;
}
.news-item h3 {
	font-size:18px;
	margin-bottom:5px;
	color:#000000;
	text-transform:none;
}
.news-item .meta {
	color: #9a9a9a;
	text-transform: uppercase;
	margin-bottom:20px;
}
.header-bottom {
    height: 100px;
}
@media (max-width:1119px) {
	.header-bottom {height: 70px;}
}

section.navigation {
	padding:0;
	display:inline-block;
	width:100%;
	height:100%;
}
.navigation {
	height: 100px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1)!important;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1)!important;
	z-index:5;
}
.brand {
	/* 	position: absolute; */
	padding-left: 20px;
	float: left;
}
.brand a,.brand a:visited {
	text-decoration: none;
	font-weight: 400!important;
	font-size: 32px;
	font-style: normal;
	color: #003359;
	margin-bottom: 0;
	line-height: 100px;
	white-space: nowrap;
}
.brand a:hover{
	color: #000000;
}
.nav-container {
	max-width: 1400px;
	margin: 0 auto;
}
nav {
	float: right;
}
/*@media (min-width:799px) {
	nav {width: calc(100% - 350px);}
} */
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
	font-size: 14px;
	font-weight:bold;
}
nav ul li a, nav ul li a:visited {
	display: block;
	line-height: 100px;
	color: #003359;
	letter-spacing: 1px;
	text-transform: none;
	padding: 0 15px;
	text-decoration: none;
	opacity: .9;
	position:relative;
}
nav ul li a:focus {
	text-decoration:none;
	opacity:1;
	outline-offset: -5px;
    border-radius: 0;
    outline-width: 3px;
}
nav ul li a:before {
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	height: 5px;
	content: "";
	position: absolute;
	background-color: #00AEEF;
}
nav ul li ul li a:hover:before {
	height:0;
}
nav ul li ul {
	display:none;
}
nav ul li a:before {
	height: 0%;
	width: 100%;
	bottom: 0;
	left:0;
}
nav ul li a:hover,nav ul li a:visited:hover {
	color: #003359;
	text-decoration: none;
	opacity: 1;
}
nav ul li ul li a:hover {
	background-color:#092235;
}
nav ul li a:hover:before {
	height: 5px;
}
nav ul li a:not(:only-child):after,nav ul li a:visited:not(:only-child):after {
    content: '\f0d7';
    font-family: 'Font Awesome 6 Pro';
    margin-left: 5px;
}
nav ul li ul li {
	width:100%;
	min-width: 250px;
	margin:0;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
    background-color: #003359;
    color: #fff!important;
    text-transform: none;
    border-bottom: 1px solid #11456d;
}
.nav-dropdown {
	position: absolute;
	background-color: #313131;
	display: none;
	z-index: 1;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-dropdown > li > .nav-dropdown {
	position: relative;
}
.nav-dropdown > li > .nav-dropdown li {
	background: #fff;
	color:#333;
}
.nav-dropdown > li > .nav-dropdown a:hover {
	background: #555;
}
nav li:last-child ul.nav-dropdown {
	right:0;
}
.card.calendar-card > .card-body a {
	color: #024990;
}
.snacc-head{
	background: inherit;			
	margin:0 auto 3px;
}
.snacc-head p {
	border-left: none;
	font-weight: 700;
	color:#000000;
}
.snacc-head p:before {
	color: #003359;
	margin:0 20px 0 0;
	content:'\f107';
}
.matrix.inverse-wrapper .snacc-head p:before {
	color:#fff;
}
.matrix.inverse-wrapper .snacc-body {
	border-left: 2px solid #fff;
}
.open-accdrop:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.snacc-body {
	margin-top:0;
	margin-left: 10px;
	padding:0 10px 0 25px;
	width: calc(100% - 10px);
	border-left: 2px solid #003359;
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #003359;
	height: 70px;
	width: 70px;
}
.subsection .row.pro-card .profile-card-box {
	-ms-flex-preferred-size: 24.9%;
	flex-basis: 24.9%;
}
.subsection:not(.no-side) .row.pro-card .profile-card-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width:340px;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
}
.subsection.no-side::before {
	content:none;
}
.profile-card-parent {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.profile-card-parent .profile-card-top {
	background: transparent;
}
.profile-card-parent .profile-box {
	width: 100%;
	max-width: 100%;
	margin:0;
	background: -o-linear-gradient(#ccc, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
	background: linear-gradient(#ccc, #fff);
}
.profile-card-parent .profile-circle {
	border-radius: 2px 2px 0 0;
	border: 5px solid transparent;
	overflow: visible;
}
.profile-card-parent .profile-circle img {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.profile-card-parent hr {
	border:none;
}
.page-halves {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0;
}
.page-halves-half {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
@media (max-width: 992px) {
	.page-halves {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-halves-half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

blockquote.blockquote {
	margin: 20px 0;
	padding: 0;
	font-size: 1em;
	display: block;
	background: inherit;
	border: none;
	color:inherit;
}
blockquote.blockquote p {
	font-size: 1rem;
	margin: inherit;
	color: inherit;
}
.blockquote .blockquote-footer cite {
	text-align: left;
	font-size: 1rem;
	color:inherit;
}
.blockquote .blockquote-footer:before {
	display: none;
}
.promo.p-list.coa-links ul {
	list-style-type: none;
	display: inline-block;
	margin-bottom:20px;
}
.promo.p-list.coa-links ul li {
	width: auto;
}
.card .course-title {
	font-weight: 700;
	color: #333;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 20px 15px 3px;
	margin:0;
}
.card .course-title a {
	color: inherit;
	background-size: 0 0 !important;
}
.card .course-number {
	color:#fff;
	margin-bottom:10px;
	font-size: .8em;
	font-weight: 800;
	float: right;
	background: #003359;
	padding: 8px;
	border-radius: 5px;
}
.card .course-description, .course-number-container {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top:10px;
	padding: 10px 15px 0;
	border-radius: 0 0 2px 2px;
}
.course-number-container a:hover .course-number {
	background: #417C41;
}
@media only screen and (max-width: 1119px) {
	.nav-mobile {
		display: block;
	}
	.navigation {
		height:70px;
	}
	.brand {
		position: absolute;
	}
	.brand a, .brand a:visited {
		line-height:70px;
		font-size:24px;
	}
	nav {
		width: 100%;
		padding: 70px 0 0 0;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		float: none;
		background: #1f2124;
	}
	nav ul li a {
		padding: 15px;
		line-height: 20px;
		color:#fff!important;
		border-bottom: 1px solid #484b4c;
	}
	nav ul li ul li a {
		padding-left: 30px;
	}
	.nav-dropdown {
		position: static;
	}
}
@media screen and (min-width: 1120px) {
	.nav-list {
		display: block !important;
	}
}
#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a#nav-toggle:focus {
    outline-color: #fff;
}
.subsection .proCardBio .cardLeft {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
}
.subsection .proCardBio .cardLeft p {
	margin-bottom:0;
}
.subsection .proCardBio .cardRight{
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
}
span[id^="contact"] {
	width:100%;
	display:inline-block;
	font-size: 14px;
	padding-left: 18px;
	text-indent: -18px;
	line-height:1.1rem;
}
span[id^="contact"] .fa {
	text-indent:0;
}
.contact-box h2, .contact-box h3 {
	margin-top: 0;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	position:relative;
}
.contact-box h2::after, .contact-box h3::after  {
	content:'';
	width: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44D62C;
	position: absolute;
	left:0;
	height: calc(100% + 5px);
}
.contact-box .box:hover {
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}
.item .box h3 {
	font-size: 18px;
	line-height: 24px;
}
.item .box h3:empty {
	display:none;
}
.item.contact-box p {
	margin-bottom:10px;
}
.text-grey p, .text-grey li, .text-grey h3, .text-grey a {
	color:#616365;
}
@media (min-width: 45em) {
	.l-page {
		margin-top: 0;
	}
}
@media (min-width: 1120px) {
	.l-page {
		margin-top: -20px;
	}
}
@media screen and (max-width: 1091px) {
	.subsection:not(.no-side) .row.pro-card .profile-card-box {
		-ms-flex-preferred-size:49%;
		flex-basis:49%;
	}


}
@media screen and (max-width: 991px) {
	.subsection .row.pro-card .profile-card-box, div.row.pro-card .col-md-4 {
		-ms-flex-preferred-size:49%;
		flex-basis:49%;
	}
	.subsection:not(.no-side) .row.pro-card .profile-card-box {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width:100%;
	}


}
@media only screen and (max-width: 891px) {
	.subsection:not(.no-side) .row.pro-card .profile-card-box {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width:100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media screen and (max-width: 763px) {
	.subsection .row.pro-card .profile-card-box, div.row.pro-card .col-md-4 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}
}
.campus-resource-tiles {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0;
	width:100%;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.campus-resource-item {
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 5px;
	background: #fff;
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-shadow:0 2px 5px rgba(200,200,200,.2);
	box-shadow:0 2px 5px rgba(200,200,200,.2);
	max-width: calc(25% - 10px);
}
.campus-resource-item .head {
	width:100%;
	border-bottom:1px solid #eee;
}
.campus-resource-item .foot {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-item-align:end;
	align-self:flex-end;
}
.resource-heading {
	padding: 15px 15px 5px;
	font-size: 1.3em;
	text-align: center;
	color: #003359;
	font-weight: 700;
	width:100%;
} 
.resource-location {
	padding: 0 15px 10px;
	text-align: center;
	font-size: .8em;
	width:100%;
}
.resource-office {
	color:#64a0c8;
	font-weight:400;
	width:100%;
	display:block;
	padding-top:3px;
}
.resource-description {
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
	width:100%;
}
.resource-description span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #616365;
	font-size: 14px;
	line-height: 24px;
	width:100%;
}
.resource-description p:last-child {
	margin-bottom:0;
}
.resource-campus {
	padding: 10px 20px;
	text-align:center;
	font-size: .8em;
	font-weight: 700;
	text-transform:uppercase;
	width:100%;
}
.resource-campus.summerville {
	background: #003359;
	color:#fff;
}
.resource-campus.health-sciences {
	background: #3cb6ce;
	color:#003359;
}
.resource-campus.forest-hills{
	background: #00aeef;
	color: #fff;
}
.resource-campus.riverfront {
	background: #B1B7B9;
	color:#003359;
}
.resource-phone {
	padding: 10px 20px;
	text-align:center;
	font-size: .9em;
	font-weight: 600;
	width:100%;
	border-top:1px solid #eee;
	background:#f9f9f9;
	color:#003359;
}
.resource-email {
	padding: 10px 20px;
	text-align:center;
	font-size: .9em;
	font-weight: 600;
	width:100%;
	border-top:1px solid #eee;
	background:#f1f1f1;
	color:#003359;
}
@media (max-width: 1492px) {
	.campus-resource-item {
		-ms-flex-preferred-size: calc(33.3% - 10px);
		flex-basis: calc(33.3% - 10px);
		max-width:calc(33.3% - 10px);
	}
}
@media (max-width: 992px) {
	.campus-resource-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.campus-resource-item {
		-ms-flex-preferred-size: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
		max-width:100%;
		margin: 10px 5px;
	}
}
.cta-bar .extrabits p {color:#000;}