/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/
/*Medium and Large fonts*/
aside {
	font-size: 22px;
	font-weight: 300;
	line-height: 29px;
	max-width: 975px;
}
article {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
/*A-Z header letters*/
.panel h3 {
	line-height: 31px;
	background: #fdb913;
	width: 55px;
	text-align: center;
	font-family: Proxima Nova;
	font-size: 1.9em;
	padding: 12px;
}
/*Meta icon positioning*/
.icon img {
	float: left; 
	width: 40px;
	margin: 0px 15px 0 0;
}

/*Number box*/
.box--number {
	line-height: 31px;
	background: #fdb913;
	width: 55px;
	text-align: center;
	font-family: Proxima Nova;
	font-size: 1.9em;
	padding: 12px;
	float: left;
	margin-right: 10px;
}


/*.input:focus + .label {
box-shadow: inset 0px 0px 0px 3px #2aa1c0;
z-index: 1;
}

.input:checked + .label {
background: #00436b;
color: #fff;
}
.input:checked + .label + .panel {
display: block;
width: 100%;
}
.panel .l--2c, .l--2c--lg {
grid-gap: 30px;
grid-template-columns: repeat(3,1fr);
}

@media (min-width: 600px) {
.label {
width: auto;
}
}
.panel {
display: none;
padding: 20px 30px 30px;
background: #fff;
}

@media (min-width: 600px) {
.panel {
order: 99;
}
}*/
/*Photo with Caption
@media (min-width: 1200px) {
/*	.photo-wrapper {
width: 40% !important;
}
section.campus-locations > .photo-wrapper {
width: 80% !important;
}
}
/*Circle Photo Flag Colors
.photo-circle .m--flag--small-yellow:after {
background-color: #fdb913;
}
.photo-circle .m--flag--small-maroon:after {
background-color: #873d5a;
}
.photo-circle .m--flag--small-green:after {
background-color: #45a169;
}
.photo-circle .m--flag--small-blue-light:after {
background-color: #27aae1;
}
.photo-circle .m--flag--small-blue-dark:after {
background-color: #00436d;
}	
.photo-circle .m--flag--large-yellow:after {
background-color: #fdb913;
}
.photo-circle .m--flag--large-maroon:after {
background-color: #873d5a;
}
.photo-circle .m--flag--large-green:after {
background-color: #45a169;
}
.photo-circle .m--flag--large-blue-light:after {
background-color: #27aae1;
}
.photo-circle .m--flag--large-blue-dark:after {
background-color: #00436d;
}	


ul.ou-news {
list-style:none;
}



.ou-form button.btn-default {
color:#333 !important;
}



/*Snippets
/*Two Column Responsive
.responsive-columns {
width: 100%;
}
.content-block {
height: auto;
max-width: 370px;
text-align: left;
vertical-align: top;
}
.content-block img {
max-width: 375px;
}
@media screen and (max-width: 1199px) {
.content-block {
max-width: 370px;
}
}

/*Programs of Study
.pos-header {
float: left;
margin-bottom: 15px;
height: auto;
max-width: 300px;
}
.pos-icon {
margin: 0 0 10px 0;
}*/
Three Column Narrow
.grid-narrow {
	margin-bottom: 125px;
}
@media (min-width: 1200px) {
	.grid--medium {
		width: 1050px;
	}
}
#ou-three-column .span4 {
	background-color: transparent;
	width: 45%;
}
#ou-three-column .content-block {
	background-color: transparent;
}
#ou-three-column .span4 img {
	height: auto;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#ou-three-column .content-block {
	height: auto;
	max-width: 100%;
	display: block;
}
#pos-three-column .span4 {
	background-color: transparent;
	width: 22%;
}
@media screen and (max-width: 1280px) and (min-width: 690px) {
	#ou-three-column .span4 {
		width: 100%;
	}
	.pos-header {
		float: left;
		margin-bottom: 15px;
		height: auto;
		max-width: 225px;
	}
	.pos-icon {
		height: 200px;
		width: auto;
		float: left;
		margin-bottom: 10px;
	}
	#pos-three-column .span4 {
		background-color: transparent;
		width: 32%;
		display: inline-block;
		margin: 20px auto 0 auto
	}
	#ou-three-column .content-block {
		height: auto;
		max-width: 100%;
		display: block;
	}
	#ou-three-column .span4 img {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 689px) and (min-width: 489px) {
	#ou-three-column .span4 {
		width: 100%;
	}
	.pos-header {
		float: left;
		margin-bottom: 15px;
		height: auto;
		max-width: 100%;
	}
	.pos-icon {
		height: 200px;
		width: auto;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	#pos-three-column .span4 {
		background-color: transparent;
		width: 32%;
		display: inline-block;
		margin: 20px auto 0 auto
	}
	#ou-three-column .content-block {
		height: auto;
		max-width: 100%;
		display: block;
	}
	#ou-three-column .span4 img {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 488px) and (min-width: 320px) {
	.pos-header {
		max-width: 100%;
	}
	.pos-header p {
		margin: 0;
		width: 100%;
		position: relative;
	}
	.pos-icon {
		margin: 0;
		width: 50%;
		margin-bottom: 15px;
		float: left;
		height: auto;
		margin-right: 10px;
	}
	.content-block img {
		max-width: 100%;

	}
	.content-inner a {
		font-size: .8em;
	}
	#ou-three-column .span4 {
		background-color: transparent;
		max-width: 100%;
		margin-left: 0;
	}
	#ou-three-column .content-block {
		background-color: transparent;
	}
	#ou-three-column .content-inner {
		padding: 10px 0 10px 0;
	}
	#ou-three-column .span4 {
		width: 100%;
	}
	#ou-three-column .span4 img {
		height: auto;
		max-width: 100%;
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: -10px;
	}
	#ou-three-column .content-block {
		height: auto;
		max-width: 100%;
		display: block;
		margin: 10px 0 -30px 0;
	}
	#pos-three-column .span4 {
		background-color: transparent;
		width: 95%;
		display: inline-block;
		/*margin: 10px 40px;*/
	}
}

/* Search */
.well {
	border: solid 1px;
	padding: 10px;
	margin: 0 60px 20px 0;
	background-color: #fff;
	box-shadow: 3px 3px 5px #ccc;
}
.parametric-results h3 {display: none;}
.parametric-results > ul li div {display:flex;}
.parametric-results > ul li label {display:flex;}
/*label[for=ou-search-programs] {
display: none;
}
#ou-search-programs {
display: none;
}*/
input[class="ou-search-not-selected"] {
	margin: 3px 10px 0 0 !important;
	float: left;
}input[class="ou-search-selected"] {
	margin: 3px 10px 0 0 !important;
	float: left;
}

.advocacy-footer {
	position: relative;
	max-width: 350px;
	float: right;
	max-height: 270px;
	border-radius: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.advocacy-footer-home {
	position: relative;
	background: #6ab1c9;
	max-width: 350px;
	max-height: 270px;
	border-radius: 10px;
	padding: 10px;
}
.advocacy-footer-inner, .advocacy-footer-inner-home  {
	border: solid #005b94;
	padding: 15px 10px 0px 15px;
	margin: 10px;
	border-radius: 10px;
}
.advocacy-footer a, .advocacy-footer-home a {
	color: #15303c!important;
	font-weight: normal !important;
}
.advocacy-footer p, .advocacy-footer-home p {
	color: #15303c;
}
.advocacy-footer-title {
	font-weight: bold;
	font-size: 1.2em;
}

/*Gala Formatting*/

.gala {
	display: inline-flex;
	list-style-type: none;
}
.gala-left {
	width: 45%;
	margin: auto;
	margin-left: 25px !important;
}
.gala-right {
	width: 33%;
}
.gala-text {
	color: #4b161a;
	font-size: 1.2em;
}
.gala-para {
	font-size: 1.1em;
}
.gala-icons {
	display: -webkit-inline-box;
	list-style-type: none;
}
.gala-icons ul li {
	width: 25%;
	vertical-align: middle;
}
@media screen and (min-width: 1366px) {
	.pageCol {    border: solid 1px #561811;
		margin: auto;
		background-color: #ffffff;
		padding: 20px;
		max-width: 1200px;}
	.galaSubfont {font-size: 17px;font-family: 'book antiqua', palatino, serif;padding: 0 40px;}
	/*			.gala-silhouette {position: absolute;    margin: -370px 0 0 10px;width: 23%;}
	.header-text {font-family: 'Brush Script MT', geneva, sans-serif;font-size: 40pt;text-align: center;padding: 0 0 25px 0;}
	.date-text {font-family: 'Brush Script MT', geneva, sans-serif;font-size: 40pt;text-align: right;margin: -40px 0 0 0;}
	.main-text {text-align: right; font-family: 'Brush Script MT', geneva, sans-serif;font-size: 40pt;}
	.sub-text {text-align: right;font-family: 'Brush Script MT', geneva, sans-serif; font-size: 30px;line-height: 38px;margin: 35px 0 50px 0;}
	.gala-left {margin: 30px 0 0 0 !important;}
	.gala-right {margin: 100px 0 0 -90px !important;width: 55%;}
	.pageCol ul li {vertical-align: middle;width: 45%;margin: 20px 0 0 0;}
	.pageCol img {margin: 0px 0 0 75px;}
	.border {width:350px;margin: -40px 0 0 180px!important;}*/
}						
@media screen and (min-width: 1280px) and (max-width: 1365px){
	.gala-silhouette {position: absolute; margin: -300px 0 0 10px; width: 23%;}
}
@media screen and (min-width: 350px) and (max-width: 1365px) {
	.pageCol {border: solid 1px #561811;margin-left: 0;margin-top: -10px;background-color: #ffffff;padding: 20px;}
	.galaSubfont {font-size: 17px;font-family: 'book antiqua', palatino, serif;padding: 0 40px;}
	/*			.gala-silhouette {position: absolute;    margin: -360px 0 0 10px;
	width: 260px;}
	.pageCol ul li {width: 44%;}
	.header-text {font-family: 'Brush Script MT', geneva, sans-serif;line-height: 50px;padding: 0 0 40px 0;font-size: 40pt;text-align: center;}
	.date-text {font-family: 'Brush Script MT', geneva, sans-serif;font-size: 42px;margin: -70px 0 30px 0;line-height: 50px;}
	.main-text {font-family: 'Brush Script MT', geneva, sans-serif;line-height: 50px;padding: 0 0 20px 0;margin: -100px 0 0 0;font-size: 40pt;}
	.sub-text {font-family: 'Brush Script MT', geneva, sans-serif;margin: 0 20px 100px 0;font-size: 30px;line-height: 30px}
	.gala-right {margin: 100px 0 0 0px !important;width: 55% !important;}
	.pageCol ul li {margin: 40px 0 0 0;width: 52% !important;}
	.pageCol img {width: 275px;margin:-75px 0px 0px -50px !important;}
	.border {width: 300px;margin:-40px 0 0 250px!important;}*/
}
.galaTix {
	font-size: 2em;
	border: solid 2px;
	padding: 15px;
	margin: 30px auto;
	display: block;
	width: fit-content;
	width: -moz-fit-content; /*FireFox*/
	font-family: 'book antiqua', palatino, serif;
	background-color: #e2c558;
	border-radius: 50px;
	line-height: 1em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.galaTix {
		margin: -30px 0 50px auto;
		display: inline-block;
	}
}
.galaTix a {text-decoration: none;}
@media (min-width: 1200px) {
	.galafont {
		color: #55191b;
		font-size: 1.8em;
		line-height: 1.2em;
		font-family: 'book antiqua', palatino, serif;
	}
	.galafont a {
		color: #55191b;
		font-size: 1.1em;
		font-family: 'book antiqua', palatino, serif;
		text-decoration: none;
	}
	.galafont a:hover {
		color: #55191b;
		font-size: 1.1em;
		font-family: 'book antiqua', palatino, serif;
		text-decoration: none;
		cursor: pointer;
	}
	.galaSubfont {
		font-size: 16px;
		font-family: 'book antiqua', palatino, serif;
		vertical-align: -webkit-baseline-middle;
		text-align: left;
	}
	.galaTix a {
		text-decoration: none;
	}
	.galaTix {
		font-size: 2em;
		border: solid 2px;
		padding: 15px;
		margin: 30px auto;
		display: block;
		width: fit-content;
		width: -moz-fit-content; /*FireFox*/
		font-family: 'book antiqua', palatino, serif;
		background-color: #e2c558;
		border-radius: 50px;
		line-height: 1em;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.galaTix {
		margin: -30px 0 50px auto;
		display: inline-block;
	}
}
.gala-span {
	width: 240px;
}
.auction-article {
	margin: auto;
	width: 800px;
}
.dropcap {
	font-size: 4em;
	float: left;
	margin-top: -20px;
	margin-right: -10px;
	padding-bottom: 30px;
}

/*Governance Structure*/
.hvrbox {
	position: relative;
	width: 200px;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	width: 200px;
	height: 150px;
	background: transparent;
	color: #000;
}
.hvrbox-layer_top1 {
	margin: -35px 0 0 -160px;
}
.hvrbox-layer_top2 {
	margin: 20px 0 0 -180px;
	width: 150px !important
}
.hvrbox-layer_top3 {
	margin: 420px 0 0 -190px;
	width: 150px !important;
}
.hvrbox-layer_top4 {
	margin: 550px 0 0 -60px;
}
.hvrbox-layer_top5 {
	margin: -110px 0 0 430px;
}
.hvrbox-layer_top6 {
	margin: -15px 0 0 520px;
}
.hvrbox-layer_top7 {
	margin: 215px 0 0px 585px;
}
.hvrbox-layer_top8 {
	margin: 460px 0 0 530px;
}
.hvrbox-layer_top9 {
	margin: 570px 0 0 390px;
}
.hvrbox-layer_top10 {
	margin: 223px 0 0 -197px;
	width: 150px !important;
}
.hvrbox-layer_top11 {
	margin: 220px 0 0 580px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text a {
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 0.8em;
	display: table-cell;
	top: 45%;
	left: 43%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.3em;
	background-color: #fff;
	z-index: 1;
	border: solid 1px;
	border-radius: 10%;
	height: 110px;
	width: 200px;
	vertical-align: middle;
	padding: 10px;
}
.cc-item-main1 img {
	margin: 40px 0 0 0;
	position: absolute;
}
.cc-item-main2 img {
	margin: 40px 0 0 183px;
	position: absolute;
}
.cc-block {
	height: 600px;
	margin: -620px 0 0 20px;
}
.cc-block-l {
	margin: 60px 25% 300px 25%;
	display: inline-block;
}
.cc-block-r {
	margin: -304px 25% 183px 25%;
}
.cc-item1 .hvrbox p, .cc-item2 .hvrbox p, .cc-item4 .hvrbox p, .cc-item5 .hvrbox p, .cc-item6 .hvrbox p, .cc-item7 .hvrbox p, .cc-item8 .hvrbox p, .cc-item9 .hvrbox p, cc-item-main1 .hvrbox p, cc-item-main2 .hvrbox p {
	font-weight: normal;
	width: 100px;
	text-align: center;
	position: absolute;
	font-size: .9em;
	line-height: 1.3em;
}
.cc-item1 .hvrbox p {
	margin: 25px 0 0 10px;
	width: 150px;
}
.cc-item2 .hvrbox p {
	margin: 175px 0 0 -105px;
}
.cc-item4 .hvrbox p {
    margin: 448px 0 0 -10px;
    width: 165px;
}
.cc-item5 .hvrbox p {
	margin: 15px 0 0 220px;
}
.cc-item6 .hvrbox p {
	margin: 85px 0 0 330px;
}
.cc-item7 .hvrbox p {
	margin: 140px 0 0 358px;
}
.cc-item8 .hvrbox p {
	margin: 290px 0 0 360px;
}
.cc-item9 .hvrbox p {
	margin: 465px 0 0 230px;
}
.cc-item-main1 .hvrbox p {
	margin: 230px 0 0 40px;
	font-size: 2em;
	position: absolute;
}
.cc-item-main2 .hvrbox p {
	margin: 215px 0 0 200px;
	font-size: 1.8em;
	line-height: 1em;
	position: absolute;
}
.cc-item-main1-sub {
	margin: 265px 0 0 45px !important;
	font-size: 1em !important;
	width: 100px;
	text-align: center;
}
.cc-item-main2-sub {
	margin: 280px 0 0 215px !important;
	font-size: 1em !important;
	width: 100px;
	text-align: center;
}
.cc-item1 .hvrbox a, .cc-item2 .hvrbox a, .cc-item4 .hvrbox a, .cc-item5 .hvrbox a, .cc-item6 .hvrbox a, .cc-item7 .hvrbox a, .cc-item8 .hvrbox a, .cc-item9 .hvrbox a, .cc-item-main1 .hvrbox a, .cc-item-main2 .hvrbox a {
	text-decoration: none;
	color: #000;
}
.cc-item1 .hvrbox a:hover, .cc-item2 .hvrbox a:hover, .cc-item4 .hvrbox a:hover, .cc-item5 .hvrbox a:hover, .cc-item6 .hvrbox a:hover, .cc-item7 .hvrbox a:hover, .cc-item8 .hvrbox a:hover, .cc-item9 .hvrbox a:hover, .cc-item-main1 .hvrbox a:hover, .cc-item-main2 .hvrbox a:hover {
	text-decoration: underline;
	color: #000;
}
.hvrbox .hvrbox-layer_top1 {
	margin: 65px 0 0 -105px;
}		
.hvrbox .hvrbox-layer_top2 {
	margin: 250px 0 0 -180px;
}		
.hvrbox .hvrbox-layer_top4 {
	margin: 460px 0 0 -110px;
}		
.hvrbox .hvrbox-layer_top5 {
	margin: 0 0 0 400px;
}		
.hvrbox .hvrbox-layer_top6 {
	margin: 110px 0 0 520px;
}		
.hvrbox .hvrbox-layer_top7 {
	margin: 250px 0 0 560px;
}		
.hvrbox .hvrbox-layer_top8 {
	margin: 400px 0 0 530px;
}		
.hvrbox .hvrbox-layer_top9 {
	margin: 500px 0 0 410px;
}		
.hvrbox .hvrbox-layer_top10 {
	margin: 270px 0 0 -200px;
}		
.hvrbox .hvrbox-layer_top11 {
	margin: 250px 0 0 590px;
}		

/* MEDIA QUERIES */
@media screen and  (min-width: 320px) {
	.cc-block {
		display: none;
	}
	.cc-block-sm {
		display: block;
	}
.gov-image {
	display: none;
}
}
@media screen and (min-width:1280px ) and (max-width:1440px) {
.gov-image {
    margin: 0 0 0 85px;
    display: block;
}
	.cc-block {
		display: block;
	}
	.cc-block-sm {
		display: none;
	}
}
@media screen and (min-width:1680px ) {
.gov-image {
	margin: 0 0 0 140px;
    display: table;
}
	.cc-block {
		display: block;
	}
	.cc-block-sm {
		display: none;
	}
}

.content-header-ff-holder1, .content-header-ff-holder3, .content-header-ff-holder2, .content-header-ff-holder4, .content-header-ff-holder5, .content-header-ff-holder6   {
	padding: 10px;
	min-height: 150px;
	color: #fff;
}	
.content-header-ff-holder1 {
	background-color: #102B51;
}
.content-header-ff-holder2 {
	background-color: #B49759;
}
.content-header-ff-holder3 {
	background-color: #006E60;
}
.content-header-ff-holder4 {
	background-color: #1C6396;
}
.content-header-ff-holder5 {
	background-color: #164ea5;
}
.content-header-ff-holder6 {
	background-color: #a93741;
}
.gray-box {
	background-color: #cac8c826;	
	padding: 10px;
}

/* For "Read More" links*/
input#inputHiddenContent,#inputShownContent {
	display: none;
}

span#spanHiddenContent {
	display: none;
}

input#inputShownContent:checked ~ span#spanHiddenContent {
	display: block;
}

input#inputHiddenContent:checked ~ span#spanHiddenContent {
	display: none;
}

input#inputShownContent:checked ~ #myReadMore p {
	display: none;
}
.readMore, .readLess {
	text-align: ri
		display: inherit;
	font-weight: bold;
}


/* Dev KBL added 1/7/2020 */
/* removing scroll bar from output of Fac Dir profile pages */
.faculty-header{
	overflow:hidden!important;
}
/* Dev KBL added 1/8/2020 */
/* fixing faculty dir search css margins */
.ou-data-table-search{
	display: contents;
}
/* Dev KBL added 1/9/2020 */
/* styles for faculty dir pagination */
ul.pagination.pagination-lg{
	float:left;
	padding: 0 0 0 20px;
}
ul.pagination.pagination-lg a{
	text-decoration:none;
}
/* Dev KBL added 1/14/2020 */
/* Updated sytle for faculty sidebar nav removal */
#faculty-table {
	width: 100%!important;
	padding: 0px!important;
}
.tabcontent{
	width:100%;
}
/* Dev KBL added 1/15/2020 */
.faculty-dir thead th a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin-left:8px;
}
/* Dev KBL added 1/15/2020 */
.breadcrumb {
	border-bottom: none;
	margin: 0 0px;
}
.breadcrumb li span a{
	color: #0b4da2;
}

/* added for the clear button on the faculty search */
.ou-button{
	background-color:#005b94!important;
	float:right;
	margin:0px;
	height:38px!important;
	padding: 5px!important;

}

@media screen and  (max-width: 414px) {
	.ou-button {
		margin-bottom:5px;
		display:block!important;
		padding:5px!important;
	}
}

@media screen and (max-width: 414px){
	.faculty-dir td {
		border: none;
		position: unset;
		display: block !important;
		line-height: 0.7em;
		font-size: 1em;
		width: 100%;
	}
}

@media screen and (max-width: 414px){
	.faculty-dir thead tr {
		position: absolute;
		top: -9999px!important;
		left: -9999px!important;
	}
}
/*five-column boxes*/
.fiveCol {
	display:inline-block; 
	width: 95%;
	margin: auto; 
}
.fiveColBox {
	display: inline-block;
	padding: 0 30px; 
}
.fiveColBox img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: -20px;
}
/*formatting for library homepage*/
.blue-box {
	border: solid 1px #005b94; 
	padding: 5px;margin-bottom: 10px;}
fieldset.row {
	margin: 0 auto;
	border: none;
	width: 90%;}
.input-lg{
	background: white;
	border: 1px solid #005b94 !important;
	margin-bottom:5px;
	background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #005b94, #005b94);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}
input.input-lg{
	background: white !important;
	width: 85% !important;
	border: 1px solid #005b94 !important;}
.btn-success, btn-lg {
	padding: 6px 10px; 
	float: right;
	margin: -43px 0 0 0;
}
@media (min-width: 1600px) {
	.l--2c--border--med {
		display: grid;
		grid-template-columns: 60% 65%;
		grid-gap: 40px;
	}
	.t--content-page>.layout-menu-content section > lib--main {
		padding-right: calc((100vw - 962px)/2);
	}
}
@media (min-width: 375px) {
	.l--3c--border--content--med {
		margin-top: -30px;
	}
}
@media (min-width: 768px) {
	.l--3c--border--content--med {
		margin-top: -30px;
	}
}
.c--photo-circle-flag.m--flag--medium {
	width: 300px;
	height: 300px;
}
@media (min-width: 1200px) {
	.l--3c--border--content--med {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 30px;
		width: 65%;
	}
	
	.main-content .l--3c--border--content--med {
		width: inherit;
	}
}
@media (min-width: 1400px) {
	.l--3c--border--content--med {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 30px;
		width: 80%;
	}
}
@media (min-width: 1680px) {
	.l--3c--border--content--med {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 30px;
		width: 100%;
	}
}
.arrow--nav {
	text-indent: -25px;
	margin-left: 25px;
}

.reCAPTCHAButton {
	background: #005b94;
	width: 300px;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin: 20px auto;
	cursor: pointer;
}

.button {
	background-color: #005b94;
	padding: 10px;
}

/*Homepage Callout*/
@media (min-width: 375px) {
	.midpage-spacer  {
		margin-top: -60px;
	}
	.homepage-callout {
		width: 380px;
		background-size: 150%;
		margin: -55px 0 0 -20px;
		height: 120px;
	}

	.c-photo-circle-no-flag {
		position: relative;
		width: 240px;
		height: 240px;
		margin: -15px 0 0 0;
	}
	.c-photo-circle-no-flag img {
		width: 125px;
		height: 125px;
		margin-left: 25px;
	}
	.banner-interior {
		height: 90px;
		width: 230px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0 0 -90px;
	}
	.banner-content {
		width: unset;
		margin: 0;
	}
	.banner-text {
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		width: auto;
		padding: 0;
	}
	.banner-para {
		margin: 10px 0 0 -90px;
		padding: 0 30px 0 0;
		width: 250px;
	}
	.btn.callout-button {
		font-size: 16px;
		padding: 9px 26px;
		margin: 20px 0 0 -88px;
	}	            }


@media (min-width: 768px) {
	.midpage-spacer  {
		margin-top: -60px;
	}
	.homepage-callout {
		width: 430px;
		margin: -75px 0 25px 5px;
		background-image: url(https://www.linnbenton.edu/_resources/images/backgrounds/yellow-banner-pt-left.png);
		background-repeat: no-repeat;
		background-size: 150%;
	}		
	.c-photo-circle-no-flag {
		width: 200px;
		height: 200px;
		margin: -40px 0 0 45px;
	}
	.c-photo-circle-no-flag img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 80%;
		height: 80%;
		margin-left: -15px;
	}
	.banner-content {
		width: unset;
		margin: 0;
	}
	.banner-interior {
		height: 135px;
		width: 240px;
		margin: -15px 0 0 -70px;
	}
	.banner-text {
		text-align: center;
		font-size: 1.2em;
		padding: 0;
		width: 175px;
		font-weight: bold;
	}
	.banner-para {
		margin: -20px 0 0 -40px;
		padding: 0 30px 0 0;
		width: 220px;
	}
	.c--photo-circle-no-flag {
		position: relative;
		width: 270px;
		height: 270px;
		margin: -30px 0 0 0;
	}
	.btn.callout-button {
		font-size: 16px;
		padding: 9px 26px;
		margin: 15px 0 0 -35px;
	}
}

@media (min-width: 1024px) {
	.homepage-callout {
		width: 560px;
		margin: 115px 0 25px 5px;
		background-image: url(https://www.linnbenton.edu/_resources/images/backgrounds/yellow-banner-pt-left.png);
		background-repeat: no-repeat;
		background-size: 150%;
		height: auto;
	}
	.c-photo-circle-no-flag {
		width: 240px;
		height: 240px;
		margin: -40px 0 0 50px;
	}
	.banner-interior {
		height: 135px;
		width: 280px;
		margin: -15px 0 0 -70px;
	}
	.banner-text {
		text-align: center;
		font-size: 1.5em;
		padding: 0;
		font-weight: bold;
		margin: 0 0 0 25px;
	}
	.banner-para {
		margin: 0 0 0 -55px;
		padding: 0 30px 0 0;
		width: 325px;
	}
	.btn.callout-button {
		margin: 15px 0 0 -55px;
	}
}		

@media (min-width: 1200px) {
	.homepage-callout {
		width: 560px;
		margin: 0 0 25px 5px;
		background-image: url(https://www.linnbenton.edu/_resources/images/backgrounds/yellow-banner-pt-left.png);
		background-repeat: no-repeat;
		background-size: 150%;
		height: auto;
	}
	.btn.callout-button {
		font-size: 16px;
		padding: 9px 26px;
		margin: 20px 0 0 65px;
	}
	.c-photo-circle-no-flag {
		position: relative;
		width: 240px;
		height: 240px;
		margin: -30px 0 0 0;
	}			
	.c-photo-circle-no-flag img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		margin-left: 25px;
		max-width: unset;
	}
	.midpage-spacer  {
		margin-top: -60px;
	}
	.homepage-callout {
		width: 670px;
		margin: 65px 0 25px 0;
		background-image: url(https://www.linnbenton.edu/_resources/images/backgrounds/yellow-banner-pt-left.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.banner-content {
		width: unset;
		margin: 0;
	}
	.banner-interior {
		height: 90px;
		width: 320px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 20px;
	}
	.banner-text {
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		width: auto;
		padding: 0;
	}
	.banner-para {
		margin: 5px 0 0 65px;
		padding: 0 30px 0 0;
		width: 387px;
	}
	.c--photo-circle-no-flag {
		position: relative;
		width: 240px;
		height: 240px;
		margin: -30px 0 0 0;
	}
}

/*Map*/
.ng-scope {
	margin: 50px 0 0 0;
}
.icon img {
	float: left; width: 40px;margin: 0px 5px 0 0;
}

/*Circle Section fix*/
.t--content-page .content-photo-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.t--content-page .content-photo-circle {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.content-photo-circle {
	margin: 40px 0;
}

/*content*/
.t--content-page .content-photo-circle > .content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.t--content-page .content-photo-circle > .photo-circle {
	padding-left: 20px;
	margin: 0 auto 30px;
}

/*photo circle*/
.t--content-page .content-photo-circle > .photo-circle {
	margin-bottom: 0;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+1) .c--photo-circle-flag::after {
	background-color: #fdb913;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+2) .c--photo-circle-flag::after {
	background-color: #27aae1;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+3) .c--photo-circle-flag::after {
	background-color: #873d5a;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+4) .c--photo-circle-flag::after {
	background-color: #45a169;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n) .c--photo-circle-flag::after {
	background-color: #00436d;
}
/*Yellow CTA Banner Right */
@media  (min-width: 320px) {
	.yellow-flag-right {
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-left.png);
		padding: 15px 5px 0 50px;
		width: 55%;
		position: absolute;
		left: 45%;
		background-repeat: no-repeat;
		line-height: 1.5em;
	}
	.yellow-flag-right h1 {
		font-weight: bold;
		font-size: 17px;
		font-family: unset;
		line-height: 1.3em;
	}
	.yellow-flag-right p {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.3em;
		margin-top: -10px;
	}
}
@media  (min-width: 768px) {
	.yellow-flag-right {
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-left.png);
		padding: 20px 5px 0 50px;
		width: 55%;
		position: absolute;
		left: 45%;
		background-repeat: no-repeat;
	}
	.yellow-flag-right h1 {
		font-weight: bold;
		font-size: 20px;
		font-family: unset;
		line-height: 1.2em;
	}
	.yellow-flag-right p {
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3em;
	}
}
@media  (min-width: 1200px) {
	.yellow-flag-right {
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-left.png);
		padding: 20px 5px 0 70px;
		width: 45%;
		position: absolute;
		left: 61%;
		background-repeat: no-repeat;
	}
	.yellow-flag-right h1 {
		font-weight: bold;
		font-size: 28px;
		font-family: unset;
		margin: -5px 0 25px -20px;
	}
	.yellow-flag-right p {
		font-weight: bold;
		font-size: 17px;
		margin-top: -15px;
		margin-left: -20px;
	}
}
@media (min-width: 1680px) {
	.yellow-flag-right {
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-left.png);
		padding: 20px 5px 0 70px;
		width: 35%;
		position: absolute;
		left: 67%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1920px) {
	.yellow-flag-right {
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-left.png);
		padding: 20px 5px 0 70px;
		width: 29%;
		position: absolute;
		left: 71%;
		background-repeat: no-repeat;
	}
}
/*Yellow CTA Banner Left */
@media (max-width: 768px) {
	.yellow-flag-left {
		max-width: 52%;
	    min-width: 260px;
	}
} 

@media  (min-width: 320px) {
	.yellow-flag-left {
		position: relative;
		top: -16px;
		padding: 18px;
		padding-left: 40px;
		background-position: top right;
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-right.png);
		background-repeat: no-repeat;
		line-height: 1.5em;
	}
	.yellow-flag-left h1 {
		font-weight: bold;
		font-size: 17px;
		font-family: unset;
		line-height: 1.3em;
	}
	.yellow-flag-left p {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.3em;
		margin-top: -10px;
	}
	.yellow-flag-left a {
		color: #000000 !important;
		text-decoration: underline;
		border-bottom-width: 0 !important;
	}
	
	.yellow-flag-left a:hover, 	.yellow-flag-left a:active,.yellow-flag-left a:focus {
		border-bottom-width: 0 !important;
	}
}
@media  (min-width: 768px) {
	.yellow-flag-left {
		background-position: top right;
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-right.png);
		background-repeat: no-repeat;
	}
	.yellow-flag-left h1 {
		font-weight: bold;
		font-size: 20px;
		font-family: unset;
		line-height: 1.2em;
	}
	.yellow-flag-left p {
		font-weight: bold;
		font-size: 14px;
		line-height: 1.3em;
	}
}
@media  (min-width: 1200px) {
	.yellow-flag-left {
		background-position: top right;
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-right.png);
		background-repeat: no-repeat;
	}
	.yellow-flag-left h1 {
		font-weight: bold;
		font-size: 28px;
		font-family: unset;
		margin: -5px 0 25px -20px;
	}
	.yellow-flag-left p {
		font-weight: bold;
		font-size: 17px;
		margin-top: -15px;
		margin-left: -20px;
	}
}
@media (min-width: 1680px) {
	.yellow-flag-left {
		background-position: top right;
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-right.png);
		background-repeat: no-repeat;
	}
}
@media (min-width: 1920px) {
	.yellow-flag-left {
		background-position: top right;
		background-image: url(/_resources/images/backgrounds/yellow-banner-565-pt-right.png);
		background-repeat: no-repeat;
	}
}
