.ou-justedit-region {
	/*background-color: #FFFFFF !important;*/
	/*color: #000000 !important;*/
	padding: 15px;
	width: 98%;
}
/* Fix issue with bootstrap buttons in WYSIWYG */
.ou-justedit-region .btn{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.ou-justedit-region table { width: 100%; table-layout: fixed; }
.ou-justedit-region table[class^="ou-"]{ width: 100%; cursor: default; margin: 32px 0 !important; }

.ou-justedit-region table[class^="ou-"] td { position: relative !important; }

.ou-justedit-region table[class^="ou-"] img:not(.mce-object-iframe) {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.ou-justedit-region table[class^="ou-"],
.ou-justedit-region .mce-item-table,
.ou-justedit-region .mce-item-table td,
.ou-justedit-region .mce-item-table th,
.ou-justedit-region .mce-item-table caption {
	border-collapse: separate;
    border-spacing: 0px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.ou-justedit-region table[class^="ou-"] thead tr th,
.ou-justedit-region table[class^="ou-"] tbody tr th,
.ou-justedit-regiontable[class^="ou-"] caption,
.ou-justedit-region table[class^="ou-"] thead tr td { font-weight: 800; }

.ou-justedit-region table[class^="ou-"] thead tr th,
.ou-justedit-region table[class^="ou-"] tbody tr th,
.ou-justedit-region table[class^="ou-"] caption,
.ou-justedit-region table[class^="ou-"] thead tr td,
.ou-justedit-region table[class^="ou-"] tbody tr td{
	color: #000;
	font-size: 14px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.ou-justedit-region table[class^="ou-"] thead tr th,
.ou-justedit-region table[class^="ou-"] tbody tr th,
.ou-justedit-region table[class^="ou-"] caption {
    background: none repeat scroll 0 0 #f0f0f0;
	color: #333;
	font-weight: 600;
    font-size: 14px;
}

.ou-justedit-region table[class^="ou-"] caption {
	font-size: 18px;
	text-align: center;
	background-image: linear-gradient(to bottom,#f9f9f9,#d3d3d3);
	margin: 0px;
    border-bottom: 0;
    caption-side: top;
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
   	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  	-webkit-user-select: none; /* Chrome, Safari, and Opera */
  	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.ou-justedit-region table.ou-[data-gallery-type="slick"] tr[data-gallery-type="fancybox"],
.ou-justedit-region table.ou-[data-gallery-type="fancybox"] tr[data-gallery-type="slick"] {
	display: none;
}

/********************************
 * START Table Input Hint Styling
 ********************************/

/* Generic table "tool-tip/alert" info styling */
.ou-justedit-region table[class^="ou-"] th:before,
.ou-justedit-region table[class^="ou-"] td:before,
.ou-justedit-region table[class^="ou-"] caption:before,
.ou-justedit-region table[class^="ou-"]:before {
	display: block;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}


.ou-justedit-region table.ou-program-section-holder tbody tr th {
	width:20%;
}

.ou-justedit-region table[class^="ou-"] tbody tr th{
	width:20%;
	/* -moz-user-select: none; Firefox */
    /* -ms-user-select: none; Internet Explorer */
   	/* -khtml-user-select: none; KHTML browsers (e.g. Konqueror) */
  	/* -webkit-user-select: none; Chrome, Safari, and Opera */
  	/* -webkit-touch-callout: none; Disable Android and iOS callouts*/
/* 	pointer-events: none; */
}
/********************************
 * END Table Input Hint Styling
 ********************************/

/* example of helper text */
.ou-justedit-region table.ou-table-class > tbody > tr > td:nth-child(1):before { content: 'Add your content and style via WYSIWYG editor toolbar'; }



/* custom styles added by pt */

.program-list a.sunburst-link	{
	margin-bottom: 0;
}

.pdflink img,
.wordlink img,
.excellink img,
.pplink img	{
	float: left;
	margin: 3px 5px 0 0;
}

[gen-block-2-sum-text=''],
[gen-block-2-b1-subtitle=''],
[gen-block-2-b2-subtitle=''],
[gen-block-3-sum-text=''],
[gen-block-3-b1-subtitle=''],
[gen-block-3-b2-subtitle=''],
[gen-block-3-b3-subtitle=''],
[gb2-title='']	{ display: none; }

a[target="_blank"] {
	position: relative;
	background-image: linear-gradient(currentColor, currentColor), url('/_resources/assets/icons/ou/new-window.png');
	background-repeat: no-repeat;
	background-position: 0% 100%, center right;
	padding-right: 23px;
	background-size: 100% 1px, 23px 16px;
}

a[target="_blank"]:hover {
	background-size: 100% 2px, 23px 16px;
}

a.sweep-link[target="_blank"] {
	background-image: none;
	padding-right: 10px;
}

img.picture-right	{
	float: right;
	margin: 0 0 2rem 2rem;
}

img.picture-left	{
	float: left;
	margin: 0 2rem 2rem 0;
}

table.testing	{
	border: 2px dashed pink;
}

.block-style	{
	color: red;
}

.genimglist__content	{
	justify-content: flex-start;
	padding-top: 0;
}

.genimglist__content h3	{
	margin: 0;
}

.genimglist__content p:last-child	{
	padding-bottom: 20px;
}

/* styles drop down for blue button */
span.sweep-link.blue-cta {
	color:#011745;
	font-weight: 300;
}

/* TABLES */

table.default-table, 
table.default-table th, 
table.default-table td	{
	border: 1px solid #000;
	border-collapse: collapse;
	line-height: 1.5em;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

table.default-table	{
	margin-bottom: 1.5em;
	width: 100%;
}

table.default-table thead tr	{
	background-color: #ececec;
}

table.default-table th	{
	font-weight: normal;
}

table.default-table thead tr th	{
	font-weight: bold;
}

table.data-table, 
table.data-table th, 
table.data-table td	{
	border-collapse: collapse;
	line-height: 1.5em;
	text-align: left;
	padding: 20px 10px 18px 0;
	vertical-align: top;
}

table.data-table	{
	margin-bottom: 1.5em;
	width: 100%;
}

table.data-table tr	{
	border-bottom: 1px solid #DFCEC6;
}

table.data-table thead tr	{
	color: #004C98;
	text-transform: uppercase;
	border-bottom: 2px solid #004C98;
}

table.data-table th	{
	font-weight: normal;
}

table.data-table thead tr th	{
	font-weight: bold;
}

/* DEGREES AND CERTIFICATE PAGES */

.card .desc	{
	border-top: 1px solid #DFCEC6;
	padding-bottom: 30px;
}

.card .desc h3,
.card .desc h4	{
	color: #182451;
}

.card .desc h3	{
	font-size: 1.4em;
	margin: 20px 0;
	padding-bottom: 20px;
}

.card .desc h4	{
	font-size: 1.2em;
	margin: 20px 0;
}

/* LIST STYLES */

ul.leaders	{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	list-style: none;
}

ul.leaders-full	{
	max-width: 100%;
}

ul.leaders-half	{
	max-width: 50%;
}

ul.leaders li	{
	margin-bottom: 8px;
}

ul.leaders li:before	{
	float: left;
	width: 0;
	white-space: nowrap;
	content: 
		". . . . . . . . . . . . . . . . . . . . " 
		". . . . . . . . . . . . . . . . . . . . " 
		". . . . . . . . . . . . . . . . . . . . " 
		". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child	{
	padding-right: .33em;
	background: #fff;
}

ul.leaders span + span	{
	float: right;
	padding-left: .33em;
	background: #fff;
}

.ou-two-column-grid ul,
.ou-two-column-grid ol,
.ou-three-column-grid ul,
.ou-three-column-grid ol	{
	margin: 0 0 1.5em 0;
	padding: 0 0 0 18px;
}

.ou-two-column-grid h2, 
.ou-two-column-grid h3, 
.ou-two-column-grid h4, 
.ou-three-column-grid h2, 
.ou-three-column-grid h3, 
.ou-three-column-grid h4	{
	margin-top: 0;
}

/* DEGREES AND CERTIFICATE PAGES */

.ou-degree-card h3,
.ou-degree-card h4	{
	color: #182451;
}

.ou-degree-card h3	{
	font-size: 1.4em;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.ou-degree-card h3 span.assoc	{
	padding-right: 43px;
	background: url('/_resources/assets/icons/academic/a.svg') no-repeat;
	background-position: top right;
	background-size: 33px 33px;
}

.ou-degree-card h3 span.cert	{
	padding-right: 43px;
	background: url('/_resources/assets/icons/academic/c.svg') no-repeat;
	background-position: top right;
	background-size: 33px 33px;
}

.ou-degree-card h4	{
	font-size: 1.2em;
	margin: 20px 0;
}

/* BIO GRID STYLES */

.bio-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 0 1em;
}

.bio-item {
	flex: 0 0 calc(25% - 10px);
	text-align: center;
	padding: 0 10px 20px 10px;
	font-size: .9em;
}

.bio-item strong {
	font-size: 1.1em;
}

.bio-item img {
	max-width: 90%;
	display: block;
	margin: 0 auto 5px auto;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1023px)  {
	
	.bio-item {
		flex: 0 0 calc(100% - 10px);
	}
	
}

/* BOARD OF TRUSTEES LIST ASSET */

.bot-list-logo,
.bot-list 	{
	float: left;
}

.bot-list-logo	{
	width: 120px;
}

.bot-list	{
	width: 80%;
	font-size: .9em;
}

@media (max-width: 768px) { /* pt */
	.bot-list-logo,
	.bot-list 	{
		float: none;
	}

	.bot-list-logo	{
		display: none;
	}

	.bot-list	{
		width; 100%;
		font-size: .9em;
	}
}

/* SOCIAL MEDIA LINKS */

.socialmedia-links {
    padding: 0;
	margin-left: 0;
	list-style: none;
}

.socialmedia-links .socialmedia-links:first-child {
    margin: 0;
}

.socialmedia-links li {
    float: left;
}

.socialmedia-links .social-links__item a {
    color: #2b75df;
	display: block;
	height: auto;
	background-image: none;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.sm-sm .social-links__item a {
	width: 50px;
    font-size: 24px;
}

.sm-med .social-links__item a {
	width: 58px;
    font-size: 27px;
}

.sm-lg .social-links__item a {
	width: 68px;
    font-size: 32px;
}

.socialmedia-links .social-links__item a:hover,
.socialmedia-links .social-links__item a:focus	{
    color: #011745;
}

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

.sub-sub-nav	{
	margin-left: 25px !important;
	font-style: italic;
}

.ou-no-subnav	{
}

/* FROM SM REVIEW CSS FILE */

/*
.initialCap	{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 3em;
    font-style: normal;
    line-height: 1em;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
}

.ab_allcaps	{
	text-transform: uppercase;
	color: #757575;
}

*/

.ou-smr-secondbody h1	{
	font-family: verdana, geneva, sans-serif;
	font-size: 1.3em;
	line-height: 130%;
	font-weight: bold;
	color: #8a2434;
	text-align: left;
	font-style: normal;
	margin-top: 0;
}

/*+++++++++++ CLEAR FIX +++++++++++*/

.cf {
	overflow: auto;
}

.cf::after {
	content: "";
	clear: both;
	display: table;
}