<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* BOOTSTRAP 5 COLUMN ADDITION ==================================================== */
/* ================================================================================ */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.row-col-15 {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ================================================================================ */
/* BOOTSTRAP OVERRIDES ============================================================ */
/* ================================================================================ */

html {
    font-size: 16px;
}

#buckeye_alert_msg p {
    font-size: 1.1em;
}

.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f1f1f1;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: transparent;
}
.navbar-default .navbar-brand {
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
    text-decoration: underline;
}
.navbar-default .navbar-toggle {
    color: #fff;
    padding: 1px 10px;
}


.navbar-header .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 6px;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 9px;
}

.navbar-header .navbar-toggle .icon-bar {
    position: relative;
    width: 32px;
    height: 1px;
    background-color: #fff;
    transition: all .19s ease-in-out;
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top: -10px;
    transform: rotate(-45deg);
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 8px;
}
.dropdown-menu {
    border-top: 5px solid #bb0000;
    margin: 2px 0 0 -1px;
}
.dropdown-menu li&gt;a {
    display: block;
    padding: 4px 20px 4px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
}
.dropdown-menu li&gt;a:hover {
    text-decoration: underline;
	color: #bb0000;
}
.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    background-color: #fff;
}
.navbar-nav .navbar-btn {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav .btn-group.navbar-btn.active {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 1px;
}
.navbar-btn a.btn-default {
    background-color: #eaebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font: normal 400 14px "proximanova", Arial, sans-serif;
    color: #333;
    padding: 10px 10px 10px 12px;
    height: 100%;
    text-align: center;
    line-height: 1.25em;
    text-decoration: none;
    border: none;
}

.navbar-btn a.btn-default:hover {
    text-decoration: underline;
}
.btn-group&gt;.btn+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 0;
}
.li-es-caret .dropdown-toggle .es-caret {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    border-bottom: none !important;
}
.li-es-caret .dropdown-toggle .es-caret:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    border: none !important;
}
.li-es-caret.open .dropdown-toggle .es-caret:before {
    font-family: FontAwesome;
    content: "\f106";
    display: inline-block;
}
.li-es-caret a.dropdown-toggle:focus .es-caret:before,
.li-es-caret a.dropdown-toggle:hover .es-caret:before {
	text-decoration:underline;
}
.btn-group .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.breadcrumb {
    background-color: #fff;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 28px 0 0 2px;
}
.article-tools {
    padding: 28px 0 0 0;
}
.article-tool-list {
    list-style-type: none !important;
    padding: 0 !important;
}
.article-tool-list li {
    float: left;
    width: 60%;
    padding: 0 !important;
}
.article-tool-list li:first-child {
    width: 40%;
}
.article-tool-list li a {
    display: block;
    font-size: 0.9em;
    text-decoration: underline;
    border-right: 1px solid #ccc;
    text-align: center;
}
.article-tool-list li:last-of-type a {
    border: 0;
}
.article-tool-list li i {
    padding-right: 0.4em;
    font-size: 1.25em;
    position: relative;
    top: 0.125em;
}
.available-audience {
    font-size: .85em;
    margin-bottom: 10px;
}
.available-audience ul {
    display: inline-block;
	list-style: none;
    margin: 0;
    padding: 0;
}
.available-audience ul.full-list-option {
	max-width: 400px;
	vertical-align: top;
	margin-left: 5px;
}
.available-audience ul.full-list-option-two-col {
	margin-left: 5px;
}	
@media (min-width: 992px) and (max-width:1199px) {
	.available-audience ul.full-list-option {
		max-width: 300px;
	}
	.available-audience ul.full-list-option-two-col {
		max-width: 400px;
		vertical-align: top;
		margin-left: 5px;
	}	
}
@media (min-width: 768px) and (max-width:991px) {
	.available-audience ul.full-list-option {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus, .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover {
		color: #fff;
	}
}
@media (min-width: 600px) and (max-width:767px) {
	.available-audience ul.full-list-option-two-col {
		max-width: 400px;
		vertical-align: top;
		margin-left: 5px;
	}
}
@media (max-width:599px) {
	.available-audience ul.full-list-option, .available-audience ul.full-list-option-two-col {
		max-width: none;
		display: block;
		margin: 8px 0 0 0;
	}
}
.available-audience li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 9px;
}
.available-audience li a {
    background: #eaebeb;
    color: #000;
    font-weight: normal;
    padding: 5px 8px;
    font-size: .85em;
    line-height: 1.5;
    border-radius: 4px;
	text-decoration:none;
}
.available-audience li a:hover,
.available-audience li a:active {
	color: #fff;
    background: #808080;
}
ul.center-text {
	padding-left: 21px;
}
ul.center-text li {
	margin-bottom: 7px;
}
.btn-group a.btn.active,
.btn-group a.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.breadcrumb&gt;li {
	margin-bottom:8px;
}

blockquote {
    border-left: 1px solid #bb0000;
	margin-top: 20px;
}
.navbar-default .navbar-nav &gt; li p {
    font-size: 16px;
	margin-bottom: 5px;
}

@media (max-width: 1200px) {
	.navbar-default .navbar-nav &gt; li p {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	
	.nav&gt;li {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
	}
    .navbar-default .navbar-nav &gt; li &gt; a {
        background-color: #eaebeb;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font: normal 400 14px "proximanova", Arial, sans-serif;
        color: #333;
        margin-right: 1px;
        padding: 11px 10px 12px 10px;
        height: 100%;
        text-align: center;
        text-decoration: none;
        margin-bottom: -1px;
    }
	.navbar-default .navbar-nav &gt; li.li-es-caret-sibling &gt; a {
        border-top-right-radius: 0;
        margin-right: -1px;
		padding-right: 11px;
    }	
	.navbar-default .navbar-nav &gt; li.open-sibling &gt; a {
		background-color:#fff;
    }	
	.navbar-default .navbar-nav &gt; li.li-es-caret &gt; a {
        border-top-left-radius: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-nav &gt; li &gt; a:hover,
    .navbar-default .navbar-nav &gt; li &gt; a:focus {
		background-color: #eaebeb;
        color: #333;
        text-decoration: underline;
    }
	.navbar-default .navbar-nav&gt;.open&gt;a,
	.navbar-default .navbar-nav&gt;.open&gt;a:focus,
	.navbar-default .navbar-nav&gt;.open&gt;a:hover {
    	background-color: #fff;
	}
	.li-es-caret.open &gt; a {
		background-color:#fff !important;
	}
    .navbar-default .navbar-nav &gt; .active &gt; a,
    .navbar-default .navbar-nav &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav &gt; .active &gt; a:hover {
        background-color: #fff;
        color: #bb0000;
    }
    .navbar-default .navbar-nav a:focus {
        outline: dotted 1px #000;
    }
    .navbar {
        border-radius: 0px;
        border: none;
        min-height: 0;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .navbar-brand {
        display: none;
    }
	
	#fixednav.affix {
    	position: inherit;
	}
}
@media (max-width: 991px) {
	
	.navbar {
		border: none;
	}
	.navbar-collapse {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav {
		position:relative;
	}
    .navbar-header {
        margin-top: 5px;
        margin-bottom: 4px;
    }
    .navbar-default .navbar-nav &gt; li &gt; a {
        background-color: #777;
        color: #333;
        text-decoration: none;
    }
    .navbar-default .navbar-nav &gt; li &gt; a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .navbar-default .navbar-nav &gt; .active &gt; a,
    .navbar-default .navbar-nav &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav &gt; .active &gt; a:hover {
        background-color: #bb0000;
        color: #fff;
    }
	.li-es-caret .dropdown-menu {
		margin-left:0 !important;
	}	
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #e7e7e7;
		border:none;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-brand {
        font-size: 25px;
        font-family: 'proximanova', Arial, sans-serif;
        font-weight: 300;
		padding:9px 15px 14px 15px;
    }
    .navbar-default .navbar-navul {
        padding-top: 3em;
    }	
    .navbar-default #navbar {
        background-color: inherit;
    }
    .navbar-default .navbar-nav &gt; li {
		margin:6px 0 0 0;
        padding: 0;
        color: #333;
        background-color: #3d3d3f;
        height: auto;
        float: none;
    }
    .navbar-default .navbar-nav &gt; li p {
		margin: 10px 0 5px 0;
        color: #333;
		font-size: 16px;
    }	
    .navbar-default .navbar-nav &gt; li:first-child {
		margin:0;
    }	
    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #fff;
        padding: 13px 15px;
        background: transparent;
        text-decoration: none;
        display: block;
        font-size: 16px;
        text-align: left;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }	
    .navbar-default .navbar-nav &gt; li.li-es-caret-sibling &gt; a {
        padding-right: 72px;
    }	
	.li-es-caret a.dropdown-toggle:focus .es-caret:before, .li-es-caret a.dropdown-toggle:hover .es-caret:before {
		text-decoration: none;
	}	
	.li-es-caret a.dropdown-toggle:hover .es-caret:before {
		text-decoration: underline;
	}	
	.navbar-default .navbar-nav &gt; li.li-es-caret &gt; a {
		position: absolute;
		top:-56px;
		right:0;
		z-index:200;
		border-left:5px solid #222;
		font-size:24px;
		
	}	
	.navbar-nav&gt;li&gt;.dropdown-menu {
		border-radius:0;
		padding:5px 20px 20px 15px;
	}
	.li-es-caret .dropdown-menu li {
		margin-top:10px;
	}
	.li-es-caret .dropdown-menu li:first-child {
		margin-top:6px;
	}	
	.navbar-default .navbar-nav &gt; li.li-es-caret a {
        padding: 16px 5px 12px 5px;
    }
	.li-es-caret .dropdown-toggle .es-caret {
		padding:0 20px;
		border:none !important;
	}	
	.navbar-default .navbar-nav&gt;li&gt;a:focus {
		color: #fff;
	}
    .navbar-default .navbar-nav &gt; li &gt; a span {
        display: inline;
    }
    .navbar-default .navbar-nav &gt; li .dropdown-menu {
        position: inherit;
    }
    .navbar-default .navbar-nav &gt; li.open .dropdown-menu {
        background: #EAEBEB;
		border-top: none;
		padding: 5px 20px 20px 0;
		margin-left: -2px;
    }
    .navbar-default .navbar-nav &gt; li.open .dropdown-menu ul &gt; li {
        list-style-type: none;
        padding-left: 13px;
        margin: 5px 0 0 0;
    }
    .navbar-default .navbar-nav &gt; li.open .dropdown-menu li a,
    .navbar-default .navbar-nav &gt; li.open .dropdown-menu li li a {
        color: #337ab7;
		padding-bottom: 1px;
		padding-top: 1px;
    }
    .navbar-default .navbar-nav &gt; li .dropdown-menu.classic {
		padding-top: 15px;
		float: none;
    }	
	.navbar-default .navbar-nav &gt; li.open .dropdown-menu.classic &gt; li {
		margin: 5px 0 0 0;
	}
    .navbar-default .wrap-search-form .search-field {
        border-radius: 4px;
		padding: 8px;
    }
	.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover {
		color: #fff;
		background-color: #3d3d3f;
	}
	.navbar-default .navbar-nav&gt;.active.open&gt;a, .navbar-default .navbar-nav&gt;.active.open&gt;a:focus, .navbar-default .navbar-nav&gt;.active.open&gt;a:hover {
		color: #fff;
		background-color: #bb0000;
	}	
	#fixednav {
		background-color:#222;
		z-index:5;
	}
	#fixednav.affix {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.nav-wrapper {
		min-height:57px;
	}
	.headroom {
		will-change: transform;
		transition: transform 200ms linear;
	}
	.headroom--pinned {
		transform: translateY(0%);
	}
	.headroom--unpinned {
		transform: translateY(-100%);
	}		
	.navbar-nav {
		margin-bottom: 12px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-header .navbar-toggle {
		display: block;
		margin-right: 15px;
		padding: 5px 0 5px 10px;
	}
	.navbar-right {
		float:none !important;
	}
	.navbar-nav {
		width: 100%;
	}	
	.container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}	
	.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand, .navbar-default .navbar-nav &gt; li.open .dropdown-menu  {
		margin-left: 0;
	}	
	.navbar-default .navbar-nav &gt; li .dropdown-menu.classic {
		padding-left: 10px;
	}	
}

@media (max-height: 475px) and (max-width: 767px) {
	#fixednav.affix {
		max-height: 100%;
		overflow-y: scroll;	
	}
	#fixednav.affix::-webkit-scrollbar {
		width: 0;
	}
}

@media (max-width: 550px) {
    .navbar-brand {
        font-size: 22px;
		padding-top: 10px;
    }
    .navbar-default .wrap-search-form .search-field {
		width: 80%;
    }	
}
@media (max-width: 350px) {
    .navbar-brand {
        font-size: 17px;
		padding-top: 10px;
    }
}
/* ================================================================================ */
/* MASTHEAD ======================================================================= */
/* ================================================================================ */

#dark_header {
    /*background: url(../img/bg-buckeyepattern.jpg) repeat-x;
    background: linear-gradient(to bottom, #222222 0%, #333333 100%);*/	
	background-color: #222;
}
#masthead {
    clear: both;
    overflow: hidden;
}
#masthead .title {
    font-family: 'proximanova', Arial, sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 40px;
    display: inline-block;
    line-height: 1.2;
}
#masthead .title a {
    text-decoration: none;
    color: #fff;
}
#masthead .title a:hover {
    text-decoration: underline;
}
#masthead .masthead-osuLogo {
    display: inline-block;
    float: right;
    margin: 49px 0 30px 0;
    font: 300 24px "proximanova", Arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #masthead .title {
		max-width: 500px;
		font-size: 2.25em;
		padding-top: 40px;
		text-indent: -1px;
		padding-left: 1px;
		line-height: 1.3;
    }
}
@media (max-width: 500px) {
    .navbar-default .navbar-brand {
		max-width: 75%;
		text-indent: -1px;
		padding-left: 16px;
		line-height: 1.3;
		height: auto;
    }
}
@media (max-width: 991px) {
    #masthead {
        display: none;
    }
    .navbar-default .navbar-brand {
		line-height: 1.3;
    }	
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
/* ================================================================================ */
/* FOOTER ========================================================================= */
/* ================================================================================ */

.socialList {
	margin-top:10px;
}
.section-smallTopBuffer {
    padding-top: 15px;
}
.section-smallBottomBuffer {
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .section-smallBottomBufferSmall {
        padding-bottom: 15px;
    }
}
.socialList-list:after {
    content: '';
    display: table;
    clear: both;
}
.socialList-item {
    width: 20%;
    float: left;
    padding: 0 7.5px;
}
.socialList-link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px 0;
    background: #666666;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.socialList-link:hover {
    background: #bb0000;
    color: #fff;
}
.socialList-icon {
    fill: white;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .socialList-link {
        padding: 7px 0;
    }
    .socialList-item {
        padding: 2px;
    }
}
@media (min-width: 992px) {
    .socialList-link {
        padding: 15px 0;
    }
    .socialList-item {
        padding: 5px;
    }
}
.list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
.footer p {
    font: normal 400 12px "proximanova", Arial, sans-serif;
}
.footer-universityInfo {
    color: white;
}
.footer-universityInfo a,
.footer-universityInfo a:hover,
.footer-universityInfo a:focus {
    color: white;
}
.footer-universityInfoWordmark {
    font: 300 20px "proximanova", Arial, sans-serif;
    text-decoration: underline;
    margin-top: 18px;
    margin-bottom: 8px;
}
@media (max-width: 400px) {
    .footer-universityInfoWordmark {
        width: 85%;
    }
}
@media (min-width: 768px) {
    .footer-universityInfoWordmark {
        margin-top: 0;
    }
    .footer-universityInfoWordmark {
        margin-top: 0;
    }		
}
@media (min-width: 992px) {
    .footer p {
        margin-top: 5px;
        margin-bottom: 5px;
	}
    .footer-universityInfoWordmark {
		margin-bottom: 0;
    }		
}
.footer-darkBackground {
    background-color: #333333;
    padding-bottom: 18px;
}
.footer-sideBufferMicro {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.footer p {
	margin-bottom: 0;
}
.footer p {
    line-height: 1.75;
}
.footer .footer-universityInfo.ada {
	margin-top: 15px;
}
.footer .footer-universityInfo.ada p {
	text-align: right;
	padding-right: 10px;
}
@media (max-width: 767px){
	.footer .footer-universityInfo.ada p {
		margin-top: 25px;
		text-align: left;
	}
}

/* ================================================================================ */
/* GENERAL TEMPLATE CSS =========================================================== */
/* ================================================================================ */

body {
    background-color: #333333;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
td,
button,
.button {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'proximanova', Arial, sans-serif;
    color: #333;
}
a {
    color: #337ab7;
    text-decoration: underline;
}
a:focus {
    outline: dotted 1px #000;
}
#masthead a:focus,
.footer a:focus,
li.active a:focus {
    outline: dotted 1px #fff;
}
a:hover {
    color: #bb0000;
}
.heading--underlined {
    border: 1px solid #bb0000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 4px;
    margin-bottom: 25px;
}
h1 {
    font-size: 2.35em;
    font-family: 'proximanova', Arial, sans-serif;
    font-weight: 400;
    color: #333;
    margin-top: 18px;
	line-height:1.4;
}
h1 span.tab-audience {
	font-weight: 300;
	display: block;
	font-size: .9em;
}
.error-page h1 {
	margin-top: 40px;
}
.error-page h1 .fa-frown-o {
	margin-right: 10px;
}
h1 span.degree-description {
	display: block;
	font-size: .55em;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 30px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}
h1 span.degree-description {
	display: block;
	font-size: .55em;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 30px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
}
span.degree-description-online {
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #bb0000;
	font-weight: 400;
	margin-top: -10px;
	margin-bottom: 30px;
}
h1 span.steps-to-apply {  
	display: block;
	font-size: .75em;	
	font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 8px 0;
}
h1 span.number {
	font-weight: 400;
}
h2 {
    font-size: 32px;
    font-family: 'proximanova', Arial, sans-serif;
    color: #333;
    margin-bottom: 11px;
    margin-top: 25px;
    font-weight: 300;
	line-height:1.4;
} 
h2 .fa-square-o {
	margin-right: 10px;
	color: #bb0000;
	font-size: 30px;
}
div.panel-default + h2 {
	margin-top: 40px;
}
h3 {
    font-size: 25px;
    font-family: 'proximanova', Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 300;
	color: #bb0000;
	line-height:1.4;
}
#UpdatePanelTabs h3 {
	color: #333;
	font-size: 24px;
}
#UpdatePanelTabs h2:focus {
	outline: none;
}
#collapseOffTermFYS h3,
#collapseAutumnTransfer h3,
#collapseOffTermTransfer h3 {
    font-size: 18px;
    font-family: 'proximanova', Arial, sans-serif;
    color: #444;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: normal;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    font-family: 'proximanova', Arial, sans-serif;
    color: #444;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: normal;
    font-weight: 600;
}
h5 {
    font-size: 14px;
    font-family: 'proximanova', Arial, sans-serif;
    color: #444;
    margin-bottom: 2px;
    line-height: normal;
    font-weight: bold;
}
strong {
	font-weight: 600;
}
.primary ol li, .primary ul li {
	margin-bottom: 7px;
}
.primary ol li:last-child, .primary ul li:last-child {
	margin-bottom: 0;
}
.primary img {
	max-width: 100%;
	height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 1px;
	height: 0;
}
.videoWrapper.dbbs-videoWrapper {
	margin-top: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.red--bg {
    background-color: #990000;
}
.gray--bg {
    background-color: #333;
}
.homegrid {
    padding-top: 20px;
}
.homegrid h2 {
	font-size:28px;
	font-weight:300;
	color:#444;
	margin:10px 0 15px 0;
	text-align: center;
}
.panel-population {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: none;
  border: 1px solid #e3e3e3;
  padding: 0 0 10px 0;
  font-size:.875em;
  background-color:#f9f9f9;
  text-align:center;
}
.panel-population .panel-heading {
  padding-bottom: 5px;
  padding-top: 18px;
  background-color:#f9f9f9;
  border-bottom:none;
}
.panel-population .panel-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size:1.6em;
  color:#bb0000;
}
.panel-population .panel-title em {
  text-transform: none;
  font-weight: 300;
  display:block;
  color:#111;  
}
.panel-population .panel-body {
	padding-top:0;
}
.panel-population .panel-body p {
	padding:0.4em 0 17px 0;
	margin-bottom:0;
}
.panel-population .btn {
    display: inline-block;
    background: inherit;
    color: #bb0000;
    line-height: 1;
    font-size: 0.75em;
    padding-top: 9px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;
    text-align: center;
	border:1px solid #bb0000;
	border-radius:2px;
	text-transform:uppercase;
	font-weight:600;
}
.panel-population .btn:focus {
    outline: dotted 1px #000;
	outline-offset: 0;
}
.panel-population .btn:hover, .panel-population .btn:focus {
    background: #bb0000;
    color: #fff;
}
.panel-population a.btn {
	text-decoration:none;
}
ul.list-dotted {
  padding: 0.3em 0 17px 0;
  margin: 0;
}
ul.list-dotted li {
  padding: 0.2em;
  list-style: none;
  display:inline;
}
ul.military-and-veteran {
	min-height:0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.homegrid h2 {
		text-align: center;
	}
}

@media (max-width: 1199px) {
	ul.list-dotted li:before {
		content: "\f111";
		font-family: 'FontAwesome';
		font-size: 6px;
		color: #bb0000;
		margin: 0 6px 0 0;
		vertical-align: middle;
	}
	ul.list-dotted li:first-child:before {
		content: "";
		margin: 0;
	}		
}

@media (min-width: 1200px) {
	.panel-population .panel-body p {
		min-height:107px;
	}
	.homegrid h2 {
		text-align:left;
	}
	ul.list-dotted li {
	  display:block;
	}
	ul.list-dotted {
		min-height:159px;
	}
	ul.military-and-veteran {
		min-height:0;
	}
			
}

.oval {
    padding-top: 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
 	rgba(0, 0, 0, 0.55) url('../img/bg-oval.jpg') no-repeat center; */
    
    background: url('../img/bg-oval.jpg') no-repeat center;
    background-size: cover;
    text-rendering: optimizeLegibility;
}
.alpha70 {
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    
    background: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#88ffffff, endColorstr=#88ffffff);
    /* For IE 8*/
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88ffffff, endColorstr=#88ffffff)";
}
#page-content {
    background-color: #fff;
    padding-bottom: 30px;
}
#page-breadcrumbs {
    background-color: #fff;
    padding-top: 30px;
}
.landing-page {
    padding-bottom: 1.1em !important;	
}
.breadcrumbs {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.breadcrumbs li {
    float: left;
    font-size: 0.875em;
}
.breadcrumbs li:after {
    content: "/";
    padding: 0 0.5em;
    color: #ccc;
}
li:last-of-type:after {
    content: "";
}
.breadcrumbs li a {
    text-decoration: none;
    font-weight: 700;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.btn {
    display: inline-block;
    background: #bb0000;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    font-size: 0.875em;
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
    text-align: center;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
    background-color: #ffffff;
    border: 1px #444 solid;
    color: #333;
    border-radius: 0;
	text-decoration: none;
	padding: 11px 15px;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-secondary:focus {
    outline-offset: -3px;
}
.btn-secondary:hover {
    background-color: #bb0000;
	border: 1px #bb0000 solid;
    color: #fff;
	text-decoration: none;
}
.btn-secondary.steps-to-apply {
	margin-bottom: 48px;
}
.btn-search {
    background: #fff;
	font-size: 13px;
	border: 1px solid #ccc;
	color: #555;
}
.btn-bigger {
	padding: 13px 18px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-bigger:hover, .btn-bigger:active, .btn-bigger:focus {
	background-color: #808080;
	color: #fff;
}
.btn-search:hover, .btn-search:focus {
    background: #eee;
}
.btn-filter {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	padding-right: 25px;
	padding-left: 10px;
	position: relative;
	margin-right: 4px;
	margin-bottom: 8px;
}
.btn-filter:hover, .btn-filter:focus  {
	border: 1px solid #bb0000;
}
.btn-filter:active, .btn-filter:focus  {
	outline: dotted 1px #000;
	outline-offset: 1px;
}
.btn-filter:after {
    content: "\00D7";
	position: absolute;
	right:9px;
	top:8px;
    font-size: 1.33em;
}
.btn-filter-clear {
	border: 1px solid #bb0000;	
}
.btn-filter-clear:hover, .btn-filter-clear:focus {
	color: #fff;
	background-color: #bb0000;
}
.bottom-nav-buttons {
	padding: 30px 0 5px 0;
}
.bottom-nav-buttons .btn-secondary {
	margin-right: 8px;
}
.bottom-nav-buttons .btn-secondary span {
	font-weight: 600;
}
.bottom-nav-buttons .btn-secondary .fa-angle-double-left {
	margin-right: 2px;
}
.bottom-nav-buttons .btn-secondary .fa-angle-double-right {
	margin-left: 2px;
}
@media (max-width: 991px) {
	.bottom-nav-buttons {
		display: none;
	}
}
.callout .btn {
    text-decoration: none;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 5px;
}
.callout .btn:hover {
    background: #808080;
}
.callouts {
    margin: 60px 0 10px 0;
}
.callout {
    background-color: #EAEBEB;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.callout.showcase {
    background-color: #EAEBEB;
    border-radius: 2px;
    margin-bottom: 1em;
    text-align: center;
    padding: 15px 25px;
}
.callouts .callout ul, .callouts .callout ol {
	padding-left: 22px;
}
.callouts .callout li {
 	margin-top: 7px;
}
.callouts .callout li:first-of-type {
 	margin-top: 5px;
}
.callouts .callout-program-info h2 {
 	margin-bottom: 8px;
}
.callouts .callout.callout-program-info p:first-of-type {
 	margin-bottom: 8px;
}
.callouts .callout-ranking {
	background-color: #fff;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}
.callouts .callout-ranking hr {
	border-color: #ccc;
}
.callouts .callout-ranking h4 {
	font-weight: 600;
	margin-top: 0;
}
.callouts .callout-ranking p {
	margin-left: 0;
}
.callout img {
	max-width: 100%;
}
.callout h2 {
	color: #bb0000;
	margin: 6px 0 4px 5px;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2;
}
.callout img + h2 {
	margin-top: 10px;
}
.callout p {
	margin-left: 5px;
}
.callout.callout-icon .icon-holder {
	text-align: center;
}
.callout.callout-icon .fa {
	color: #808080
}
.callout.callout-icon .btn.btn-square, .callout.callout-image .btn.btn-square {
	border-radius: 0;
	display: block;
	margin: 2px 5px 7px 5px;
	text-align: left;
	padding: 0 15px 0 0;
	background-color: #bb0000 !important;
	border: none;
}
.callout.callout-icon .btn.btn-square:before, .callout.callout-image .btn.btn-square:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f101";
	background-color: #990000;
	padding:9px 12px;
	display: inline-block;
	margin-right: 10px;
	height: 100%;
	border-right: 1px solid #eaebeb;
}
.callout.callout-icon div.osu-app {
	margin-bottom: 18px;
	height: auto;
	text-align: center;
}
.callout.callout-icon div.osu-app img {
	max-width: 75px;	
}
.callout.callout-icon .fa-file-text{
	margin-bottom: 18px;
}
.callout.callout-icon .fa-pencil-square-o {
	margin-bottom: 10px;
}
.callout.callout-icon .fa-list {
	margin-bottom: 10px;
}
.callout.callout-icon .fa-check-square-o {
	margin-bottom: 12px;
}
.callout.callout-icon .fa-university {
	margin-bottom: 15px;
}
.callout.callout-icon .fa-bullhorn {
	margin-top: -5px;
	margin-bottom: 18px;
}
.callout.callout-icon .fa-question-circle-o  {
	margin-top: -5px;
	margin-bottom: 11px;
}
.callout.callout-icon .fa-wheelchair  {
	margin-top: -2px;
	margin-bottom: 15px;
}
.callout.callout-icon .fa-wheelchair-alt  {
	margin-top: -5px;
	margin-bottom: 15px;
}
.callout.callout-icon .fa-graduation-cap   {
	margin-top: -5px;
	margin-bottom: 10px;
}
.hero {
    text-align: left;
    color: #fff;
	font-weight:400;
	margin-top:0;
}
.hero .small-tagline {
    font-size: 14px;
	background-color:#333;
	padding:8px 10px;
}
.hero .big-tagline {
	font-size: 18px;
	background-color:#bb0000;
	padding:8px 10px;
}
article header.hero {
  position: relative;
  overflow: hidden;
  background-color: #999;
  border-top: none;
  padding: 0;
  height: 14.0625em;
}
article header.hero .title {
  padding-bottom: 0.1875em;
}

article header.hero .subtitle {
  margin-bottom: 0;
  position: relative;
}

article header.hero img {
  display: block;
  height: 100%;
  max-width: none;
}

article header.hero .article-header {
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1.5em;
}

article header.hero .article-header .title {
  color: #fff;
  font-size: 3.25em;
  padding: 0 20px;
}

article header.hero .article-header span.title {
  color: #fff;
  font-size: 2.75em;
  padding: 10px 20px 0 20px;
  display: block;
}
article header.hero .article-header .subtitle {
  color: #fff;
}
.page-home article header.hero .article-header {
  padding-left: 5em;
  padding-right: 5em;
}
.callout.showcase h3 {
    text-transform: uppercase;
}
.steps-to-apply-container {
  position: relative;
  color: white;
  font-size: 10em;
  font-family: 'proximanova', Arial, sans-serif;
  font-weight: 700;
  line-height: .6;
}
.steps-to-apply-container .bottom-left {
  position: absolute;
  bottom: 0;
  left: -8px;
}
.steps-to-apply-container .bottom-left-five {
  position: absolute;
  bottom: 0;
  left: -12px;
}

.callouts .callout.callout-full-image {
	padding-right: 0!important;
	background-color: inherit;
	padding-top: 0;
}

@media (max-width: 767px) {
	article header.hero {
		margin: 0 -15px;
	}
	article header.hero .article-header .title {
		font-size: 2.5em;
		padding: 0;
	}	
	.callouts .callout {
		max-width: 350px;
	}
	.steps-to-apply-container {
		font-size: 10em;
	}	
	.steps-to-apply-container .bottom-left {
		left: -8px;
	}
	.steps-to-apply-container .bottom-left-five {
		left: -12px;
	}	
	article header.hero .article-header span.title {
		font-size: 2em;
		padding: 0 20px 0 0;
	}	
	article header.hero .article-header {
		padding-left: 15px;
	}
	.callouts.left-callout {
		padding-top: 20px;
	}
	.callouts.left-callout-first {
		padding-bottom: 1px;
		margin-top:30px;
	}		
}

@media (max-width: 400px) {
	.steps-to-apply-container {
		font-size: 6em;
	}	
	.steps-to-apply-container .bottom-left {
		left: -8px;
	}
	.steps-to-apply-container .bottom-left-five {
		left: -12px;
	}		
}

@media (max-width: 991px) and (min-width: 768px) {
	.callouts .callout {
		width: 50%;	
	}
	article header.hero .article-header .title {
		padding: 0;
	}		
}

@media (max-width: 1199px) and (min-width: 768px) {
	.callouts .callout-ranking hr {
		display: none;
	}
	.callouts .callout-ranking .row:after {
		content: "";
		display: block;
		border-bottom: 1px solid #ccc;
		padding-top: 10px;
		margin: 0 15px 25px 15px;
	}	
	.callouts .callout-ranking .row:first-child:after, .callouts .callout-ranking .row:last-child:after {
		display: none;
	}	
	.steps-to-apply-container {
		font-size: 13em;
	}	
	.steps-to-apply-container .bottom-left {
		left: -10px;
	}
	.steps-to-apply-container .bottom-left-five {
		left: -15px;
	}	
	.callouts .callout.two-callouts-left {
		/*padding-right: 50px;*/
	}	
	.callouts.left-callout-first {
		margin-top:20px;
	}	
}

@media (max-width: 1199px) and (min-width: 992px) {
	.callouts .callout {
		width: 50%;
	}
	.callouts .callout-left {
		width: 100%;
	}
	.callout-right {
		width: 75%;
		left: 25%;
	}
	.callouts .callout.two-callouts-right {
		width: 50%;
	}
	.callouts .callout.two-callouts-left {
		width: 100%;
	}

}

@media (min-width: 992px) {
    .callouts {
        margin: 28px 0 10px 0;
    }
    .hero {
        padding:60px 0;
    }
    .masthome {
        border-bottom: #bb0000 solid 4px;
    }
	.heading--underlined {
		border: none;
		margin-bottom: 15px;
	}	
	article header.hero {
	  border-top: 5px solid #bb0000;
	}	
	.callout.callout-icon .fa-university {
		margin-top: -18px;
	}	
}

@media (min-width: 992px) {
	#page-content {
		padding-bottom: 60px;
	}
}

.callout h3 {
    font-size: 1.33em;
    padding-bottom: 0.375em;
    margin: 0;
    font-weight: 300;
    color: #bb0000;
}
.callout-light h3 {
    font-size: 1.33em;
    padding-bottom: 0.5em;
    margin: 0;
    font-weight: 300;
    color: #333;
}
.callout-light .available-audience li {
    margin-right: 2px;
    margin-bottom: 10px;
}
.below-left-nav {
	margin-top:40px; 
}
.callout p {
    font-size: 0.875em;
    margin-bottom: 0.9375em;
}
.callout ul, .callout ol {
	font-size: 0.875em;
}

@media (max-width: 1199px) {
	.callouts .callout.two-callouts-left-long {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}	
	.callouts .callout.two-callouts-left-long .btn-square {
		max-width: 200px;
	}
}


/* ================================================================================ */
/* COLLAPSIBLE PANEL ============================================================== */
/* ================================================================================ */

.primary .panel {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.primary p + .panel {
	margin-top: 20px;
}
.primary .panel-heading {
    border-bottom: none;
    padding: 0;
    background-color: #eaebeb;
}
.primary .panel-title {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.primary .panel-title a {
    display: block;
    text-decoration: none !important;
    padding: 15px 30px 15px 15px;
    color: #333;
}
.primary .panel-title a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
}
.primary .panel-title a[aria-expanded="true"]:after {
    content: " \f106";
}
.primary .panel-title a[aria-expanded="false"]:after {
    content: " \f107";
}
.primary .panel-body {
	padding: 20px 15px 15px 15px;
}
.primary .panel-body &gt; h3:first-child {
	margin-top: 10px;
}
.primary #collapseOffTermFYS .panel-body &gt; h3:first-child,
.primary #collapseAutumnTransfer .panel-body &gt; h3:first-child,
.primary #collapseOffTermTransfer .panel-body &gt; h3:first-child {
	margin-top: 13px;
}
.primary .panel-body h3 {
	font-size: 22px;
}
.primary .panel-body .class-list h3 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;	
}
.language-title {
	display: block;
	font-size: 30px;
	margin-top: 35px;
	margin-bottom: 12px;
	line-height: 1.4;
	font-family: 'proximanova', Arial, sans-serif;
	font-weight: 300;
}
.panel-body h4:first-child {
	margin-top: 10px;
}
#collapseCampusContact .panel-body h4 {
	margin-bottom: 2px;
}
.achorDiv {
    position: relative;
}
.anchor {
    position: absolute;
    top: -20px;
}

.primary ul li ul, .primary ol li ol, .primary ul li ol, .primary ol li ul {
	margin-top: 7px;
}

@media (max-width: 767px) {
	.primary ul,  .primary ol {
		/*padding-left: 22px;*/
	}
	.primary ul.nav-pills,  .primary ol.nav-pills {
		padding-left: 0;
	}	
}



/* ================================================================================ */
/* SECTION NAVIGTION ============================================================== */
/* ================================================================================ */

.nav-list {
    list-style: none;
    padding-left: 0;
}
.section-nav .nav-list li {
    background-color: #eaebeb;
}
.section-nav .nav-list li.active {
    background-color: #fff;
}
.section-nav .nav-list li:hover {
    background-color: #fff;
}
.section-nav .nav-list a {
    display: block;
    padding: 0.4375em 1.25em;
    font-size: 1em;
    margin-bottom: 0.75em;
    text-decoration: none;
    color: #333;
}
.section-nav .nav-list li.active a, .section-nav .nav-list li.active ul li.menu-header {
    background-color: #bb0000;
	color: #fff;
}
.section-nav .nav-list li.active a:hover, .section-nav .nav-list li.active ul li.menu-header:hover {
    background-color: #888;
}
.section-nav .nav-list li.active.current &gt; a:hover {
    background-color: #bb0000;
}
.section-nav .nav-list li ul li.menu-header {
	padding: 0.4375em 1.25em;
	color: #fff;
	background-color: #999
}
.section-nav .nav-list li.active ul {
    display: block;
}
.section-nav .nav-list li ul, .section-nav .nav-list li ol {
    margin-top: -0.75em;
    margin-bottom: 0.75em;
    padding-left: 0;
    list-style: none;
}
.section-nav .nav-list li.active ol li a, .section-nav .nav-list li.active ul li a {
	background-color: inherit;
	color: inherit;
}
.section-nav .nav-list li.active ol li, .section-nav .nav-list li.active ul li {
	border: 1px solid #dfdfdf;
	border-top: none;
	background-color: #fff;
	margin-bottom: 0;
}
.section-nav .nav-list li.active ol li:hover, .section-nav .nav-list li.active ul li:hover {
	border: 1px solid #888;
	background-color: #888;
	border-top: none;
	color: #fff;
}
.section-nav .nav-list li.active ol li.active, .section-nav .nav-list li.active ul li.active {
	border: 1px solid #555;
}
.section-nav .nav-list li.active ol li a:hover, .section-nav .nav-list li.active ul li a:hover,
.section-nav .nav-list li.active ol li.active a, .section-nav .nav-list li.active ul li.active a {
	background-color:inherit;
	color: inherit;
}
.section-nav .nav-list li.active ol li a[data-list-number]:before {
  	content: attr(data-list-number) ".";
	float: left;
	min-width: 25px;
	font-weight: 600;
}
.section-nav .nav-list li.active ol li a[data-list-number]:hover:before {
	color: #fff;
}
.section-nav .nav-list li.active ol li.active a[data-list-number]:hover:before {
	color: #333;
}
.section-nav .nav-list li.active ol li a span {           
  display: block;
  overflow: hidden;
}
.section-nav .nav-list li ul li a, .section-nav .nav-list li ol li a {
    margin-bottom: 0;
}
.section-nav .nav-list li.panel a[aria-expanded="true"], .section-nav .nav-list a:hover {
    background-color: #888;
    color: #fff;	
}
.section-nav .nav-list li.panel a[aria-expanded="true"] ul li:hover {
	background-color: #fff;
}
.section-nav .nav-list li ul li a:focus {
    outline: dotted 1px #000;
}
.section-nav .nav-list li.active ol li.active, .section-nav .nav-list li.active ul li.active {
    background-color: #555;
    color: #FFF;
}
.section-nav {
    margin-top: 40px;
	margin-bottom: 45px;
}
.section-nav .nav-list li.panel {
	margin-bottom: 0;
}
.section-nav .nav-list li.active ul li a span {
	font-weight: 600;
}
@media (min-width: 992px) {
    .section-nav {
        margin-top: 28px;
		margin-bottom: 0;
    }
}


/* ================================================================================ */
/* ES-TAB NAVIGTION =============================================================== */
/* ================================================================================ */

.es-tab {
	padding-left:0;
}
.es-tab li {
	display:inline;
}


/* ================================================================================ */
/* LANDING NAVIGTION ============================================================== */
/* ================================================================================ */

.landing-nav {
 	margin-top: 15px;
}

.landing-nav article {
    border: 1px solid #bbb;
    margin-bottom: 0.95em;
}

.landing-nav article:hover {
    border: 1px solid #bb0000;
}

.landing-nav article a {
    text-decoration: none !important;
    display: block;
    padding: 0.75em 1em;
}

.landing-nav article h3 {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    color: #337ab7;
    padding-bottom: 0em;
    margin-bottom: 0.3125em;
	margin-top: 0.3125em;
    position: relative;
	text-decoration: underline;
}

.landing-nav article a:hover h3 {
    color: #bb0000;
}

.landing-nav.dbbs {
	margin-bottom: 35px;
}

.landing-nav.dbbs article h3 {
	text-decoration: none;
	padding-left: 1.6em;
}

.landing-nav.dbbs article h3::before {
	position: absolute;
    top: 3px;
    left: 0;
    content: '';	
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 3px;
}

.landing-nav.dbbs article h3 .checkmark_stem {
    position: absolute;
    width:4px;
    height:18px;
    background-color:#bb0000;
    left:11px;
    top:1px;
    -ms-transform: rotate(41deg); /* IE 9 */
    -webkit-transform: rotate(41deg); /* Chrome, Safari, Opera */
    transform: rotate(41deg);	
}

.landing-nav.dbbs article h3 .checkmark_kick {
    position: absolute;
    width:4px;
    height:9px;
    background-color:#bb0000;
    left:3px;
    top:8px;
    -ms-transform: rotate(-49deg); /* IE 9 */
    -webkit-transform: rotate(-49deg); /* Chrome, Safari, Opera */
    transform: rotate(-49deg);		
}

.landing-nav.dbbs article h3 span {
    font-weight: 600;
	text-decoration: underline;
}

.landing-nav article p {
	color: #333;
}

.landing-nav article div.step-number {
    font-weight: 300;
	font-size: 2.75em;
	color: #333;
}

@media (min-width: 1200px) {
	.landing-nav article div.step {
		padding-left: 20px;
	}
}

/* ================================================================================ */ 
/* RESPONSIVE TABLE =============================================================== */ 
/* ================================================================================ */ 

.responsive-table, .responsive-cost-table {
    width: 100%;
    margin-bottom: 1.4em;
	margin-top:1.4em;
	border:none;
}
.responsive-application-table {
    margin-bottom: 0;
	margin-top: 5px;	
}
.responsive-table thead, .responsive-cost-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.responsive-table tbody th, .responsive-cost-table tbody th, .responsive-application-table tbody th {
	font-weight:400;
}
.responsive-table .form-control {
	display: inline-block;
}
@media (min-width: 768px) {
    .responsive-table thead, .responsive-cost-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}
.responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}
table#pre-orientation {
	margin-top: 22px;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f1f1f1;
}
@media (min-width: 768px) {
    .responsive-table tr, .responsive-cost-table tr {
        display: table-row;
    }
}
.responsive-table th,
.responsive-table td {
	padding: 0.675em;
    vertical-align: middle;
	border:0;
}
@media (min-width: 480px) {
    .responsive-table th, .responsive-cost-table th,
    .responsive-table td, .responsive-cost-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 768px) {
    .responsive-table th, .responsive-cost-table th, .responsive-application-table th,
    .responsive-table td, .responsive-cost-table td, .responsive-application-table td {
        display: table-cell;
        padding: .5em;
		border-right: 1px solid #d9d9d9;
    }
	.responsive-table th:last-of-type, .responsive-cost-table th:last-of-type, .responsive-application-table th:last-of-type,
	.responsive-table td:last-of-type, .responsive-cost-table td:last-of-type, .responsive-application-table td:last-of-type {
		border-right: 0;
	}	
	.responsive-table thead tr:nth-child(1) th, .responsive-cost-table thead tr:nth-child(1) th, .responsive-application-table thead tr:nth-child(1) th {
		border-top: 2px solid #666 !important;
		border-bottom: 2px solid #666;
	}	
}
.responsive-table caption, .responsive-cost-table caption {
    padding-top: 0;
    color: #333;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 17px;
}
.responsive-table&gt;tfoot&gt;tr&gt;th, .responsive-table&gt;tfoot&gt;tr&gt;td,
.responsive-cost-table&gt;tfoot&gt;tr&gt;th, .responsive-cost-table&gt;tfoot&gt;tr&gt;td {
    border-top: 1px solid #808080;
	font-weight: normal;
}
@media (min-width: 768px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}
.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #808080;
}
@media (min-width: 768px) {
    .responsive-table tbody tr, .responsive-cost-table tbody tr {
        display: table-row;
        border: none;
    }
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
    background-color: #808080;
    color: white;
}
@media (min-width: 768px) {
    .responsive-table tbody th[scope="row"], .responsive-table tfoot th[scope="row"],
	.responsive-cost-table tbody th[scope="row"], .responsive-cost-table tfoot th[scope="row"],
	.responsive-application-table tbody th[scope="row"], .responsive-application-table tfoot th[scope="row"]{
        background-color: transparent;
        color: #333;
        text-align: left;
		border-right: 1px solid #d9d9d9;
    }
}
.responsive-table tbody td {
    text-align: right;
}
.responsive-table tbody td.affiliation-details {
    text-align: left;
}
@media (min-width: 420px) and (max-width: 767px) {
    .responsive-table tbody td {
        border-bottom: 1px solid #808080;
    }
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
}
@media (min-width: 768px) {
    .responsive-table tbody td[data-title]:before, .responsive-cost-table tbody td[data-title]:before {
        content: none;
    }
    .responsive-table tbody td, .responsive-cost-table tbody td {
        text-align: left;
    }
	.regular-programs-left {
		width: 75%;
	}
	.regular-programs-right {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.responsive-cost-table tr:nth-child(odd), .responsive-application-table tr:nth-child(odd) {
		background-color: #f9f9f9;
	}
	.responsive-cost-table thead tr, .responsive-application-table thead tr {
		display: none;
	}
	.responsive-cost-table tr, .responsive-application-table tr {
		width: 100%;	
	}
	.responsive-cost-table&gt;tbody&gt;tr&gt;th, .responsive-cost-table&gt;tfoot&gt;tr&gt;th {
		font-size: 20px;
		padding-bottom: 2px;
	}
	.responsive-cost-table td, .responsive-cost-table th,
	.responsive-application-table td, .responsive-application-table th{
		display: block;
		text-align: center;
	}
	.responsive-cost-table&gt;tbody&gt;tr&gt;td:before, .responsive-cost-table&gt;tfoot&gt;tr&gt;td:before,
	.responsive-application-table&gt;tbody&gt;tr&gt;td:before, .responsive-application-table&gt;tfoot&gt;tr&gt;td:before{
		content: attr(data-title);
		display: block;
		font-style: italic;
		font-weight: 600;
	}
	.responsive-cost-table&gt;tbody&gt;tr&gt;td, .responsive-cost-table&gt;tbody&gt;tr&gt;th, 
	.responsive-cost-table&gt;tfoot&gt;tr&gt;td, .responsive-cost-table&gt;tfoot&gt;tr&gt;th, 
	.responsive-cost-table&gt;thead&gt;tr&gt;td, .responsive-cost-table&gt;thead&gt;tr&gt;th,
	.responsive-application-table&gt;tbody&gt;tr&gt;td, .responsive-application-table&gt;tbody&gt;tr&gt;th, 
	.responsive-application-table&gt;tfoot&gt;tr&gt;td, .responsive-application-table&gt;tfoot&gt;tr&gt;th, 
	.responsive-application-table&gt;thead&gt;tr&gt;td, .responsive-application-table&gt;thead&gt;tr&gt;th {
		border-top: none;
	}
	.responsive-cost-table&gt;tbody&gt;tr&gt;td,
	.responsive-cost-table&gt;tfoot&gt;tr&gt;td,
	.responsive-cost-table&gt;thead&gt;tr&gt;td,
	.responsive-application-table&gt;tbody&gt;tr&gt;td,
	.responsive-application-table&gt;tfoot&gt;tr&gt;td,
	.responsive-application-table&gt;thead&gt;tr&gt;td{
		padding-top: 4px;
	}	
	.responsive-application-table&gt;tbody&gt;tr&gt;th, .responsive-application-table&gt;tfoot&gt;tr&gt;th {
		padding-bottom: 2px;
		padding-top: 17px;
		font-size: 17px;
	}
	.responsive-application-table&gt;tbody&gt;tr&gt;td, .responsive-application-table&gt;tfoot&gt;tr&gt;td {
		padding-bottom: 15px;
	}		
}
@media (max-width: 767px) {
	.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
		border-top: none;
	}
	
	.table.parking-table&gt;tbody&gt;tr&gt;th {
		font-weight: 600;
	}
	
	.table.parking-table&gt;tbody&gt;tr&gt;th {
		margin-bottom: 10px;
	}
	
	.table.parking-table&gt;tbody&gt;tr&gt;td:before {
		content: attr(data-column);
		display: block;
		font-style: italic;
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: 400;
	}
	
	.table.parking-table&gt;tbody&gt;tr&gt;td:last-of-type {
		margin-bottom: 10px;
	}
}

.tall-text {
	transform:scale(1,2); /* W3C */
	-webkit-transform:scale(1,2); /* Safari and Chrome */
	-moz-transform:scale(1,2); /* Firefox */
	-ms-transform:scale(1,2); /* IE 9 */
	-o-transform:scale(1,2); /* Opera */
}

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

caption {
    padding-top: 12px;
    padding-bottom: 10px;
    color: inherit;
    font-size: 22px;
}


/* ================================================================================ */ 
/* HEADER ========================================================================= */ 
/* ================================================================================ */ 


.stage .stage-header h1 {
	line-height: 1.1;
}

.stage .stage-header .title {
    color: #fff;
    font-weight: 400;
    font-size: 2.5em;
}

.stage .stage-header .subtitle {
    color: #fff;
    margin-bottom: 0;
    position: relative;
    font-size: 21px;
    display: block;
	margin: 15px 0 25px 0;
}

.half-stage {
	background: linear-gradient(to right bottom, #2f3441 20%, transparent 20%);
		min-height:250px;
}

@media (min-width: 768px) {
	.stage {
		background: url(../img/header.jpg) top right no-repeat;
		background-size:cover;
		min-height:250px;
	}
	
	.stage .stage-header {
		position: absolute;
		top: 43px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		padding: .7em 1.5em 1.5em 1.5em;
	}	

	.stage .stage-header .title {
		color: #fff;
		font-weight: 600;
		font-size: 2.8em;
	}
	
	.stage .stage-header .subtitle {
		margin: 15px 0 0 0;
	}	

}

@media (min-width: 992px) and (max-width: 1199px) {
	.stage {
		background-position: -80px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.stage {
		background-position: -280px 0;
	}
	.stage .stage-header {
		top: 30px;
	}		
	.stage .stage-header .title {
		max-width: 350px;
		font-size: 2.6em;
	}	
	.stage .stage-header .subtitle {
		font-size: 19px;
	}
	
}

@media (max-width: 767px) {
	.stage {
		background-color:transparent;
		margin:0 -15px;
		padding: 0 15px;
	}
}


/* ================================================================================ */ 
/* HOMEPAGE SUB-HEADER ============================================================ */ 
/* ================================================================================ */ 

#credit-you-can-earn {
	font-size: 18px;
	margin: 40px 0 50px 0;
}
#credit-you-can-earn a {
	font-weight: 400;
}
#credit-you-can-earn a:hover {
	color: #bb0000;
	text-decoration: underline;
}
#credit-you-can-earn ul {
	padding-left: 0;
	margin: 0;
}
#credit-you-can-earn li {
	list-style: none;
	margin-bottom: 10px;
}
#save {
	margin-top: 10px;
}
@media (min-width: 1200px) {
	#save {
		margin-left: -50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#credit-you-can-earn h2 {
		text-align: left;
		font-size: 28px;
	}	
}

.icon_block-1 {
    text-align: center;
	margin: 55px 0 25px 0;
}
.icon_block-2 {
    text-align: center;
	margin: 25px 0 55px 0;
}
.icon_block-1 p, .icon_block-2 p {
	color: #bb0000;
    font-size: 25px;
    font-family: 'proximanova', Arial, sans-serif;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 1.4;
}
.icon_block-1 p {
	margin-top: 13px;
}
.icon_block-2 p {
	margin-top: 8px;
}
.service_icon {
    width: 44px;
    height: 44px;
    margin: 0px auto 0px auto !important;
}
.service_icon span {
    background-color:#ddd;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
.service_icon i {
    color: #ddd;
    font-size: 54px;
    margin-top: 0px;
    position: relative;
    top: -1px;
    z-index: 20;
	opacity: 1;
}
.service_icon i.fa-usd {
    color: #fff;
    font-size: 45px;
    margin-top: 0px;
    position: relative;
    top: -1px;
    z-index: 20;
	opacity: 1;
}

ul.language-list {
    list-style-type: none;
    padding: 1px;
    text-align: left;
    overflow: hidden;
    position: relative;

    margin-top: 20px;
    margin-bottom: 20px;
}

ul.language-list li {
    margin-bottom: 7px;
	min-width: 50%;
    float: left;
}

@media (max-width:599px) {
	ul.language-list li {
		min-width: 100%;
		float: left;
	}
}

@media (max-width: 991px) {
	.icon_block-1, .icon_block-2 {
		text-align: center;
		margin: 0 0 40px 0;
	}
}



/* ================================================================================ */
/* LANDING PAGE ============***************======================================== */
/* ================================================================================ */

.landing #student-type-change {
	max-width: 240px;
}

.landing .row.heading {
    border-top: solid #fff .75em;
    background-color: #bb0000;
}

.landing .row.heading h1 {
    font-weight: 600;
    font-size: 3em;
    line-height: 1.1em;
    color: #fff;
}

.landing .row.heading h1 span {
    font-weight: 400;
    font-size: .5em;
    line-height: 1.1em;
    color: #fff;
	display: block;
	margin-bottom: 3px;
}

.landing .row {
    border-top: solid #fff .75em;
    border-right: solid #fff 1em;
    border-left: solid #fff 1em;
    background-color: #e6e6e6;
}

.landing .row:nth-child(even) {
    background: #c6c6c6;
}

.landing .row h2 {margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.landing .row h2 i {
    color: #bb0000;
}

.landing .row:nth-child(even) h2 i {
    color: #333;
}

.landing .btn {
	text-decoration: none;
    display: inline-block;
    background: #bb0000;
    color: #fff;
    line-height: 1;
    font-size: 0.75em;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-left: 30px;
    text-align: center;
    border: 2px solid #bb0000;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
	margin:20px 0 5px 0;
}

.landing .btn:hover {
    background: #888;
	border-color: #888;
    color: #fff;
}

hr {
    border-color: #bbb;
}

.landing .row .col-sm-5 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
	.landing .row {
		border-right: none;
		border-left: none;
		padding-bottom: 10px;
	}
	.landing .row.heading {
		padding: 10px 0;
	}	
	.landing .row.heading h1 {
		font-size: 2.5em;
	}	
}

@media (min-width: 768px) {
	
	.landing .row .col-sm-7, .landing .row .col-md-7 {
		padding: 20px 35px;
	}
		
}

@media (min-width: 992px) {
	.landing .row.heading {
		padding: 0;
	}
	
	.landing .row .col-sm-7 {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		padding-left: 3em;
		padding-right: 3em;
	}
	
	.landing .row .form-group {
		padding-top: 1.3em;
		padding-bottom: 1.5em;
		padding-left: 3em;
		padding-right: 3em;		
	}
		
}

@media (max-width: 991px) and (min-width: 768px) {
	
	.landing .row .form-group {
		padding-top: 0;
		padding-bottom: 1.5em;
		padding-left: 25px;	
	}
		
}


/* ================================================================================ */
/* SEARCH BOX ===================================================================== */
/* ================================================================================ */

.inline-form input[type=submit], .inline-form button, .inline-form .btn, .inline-form .form-group button, .form-group .inline-form button, .inline-form .form-group input[type="submit"], .form-group .inline-form input[type="submit"] {
  font-size: 0.875em;
  padding: 0.3125em;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto;
}

.inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .form-group button:hover, .form-group .inline-form button:hover, .inline-form .form-group input[type="submit"]:hover, .form-group .inline-form input[type="submit"]:hover, .inline-form .btn:focus, .inline-form .form-group button:focus, .form-group .inline-form button:focus, .inline-form .form-group input[type="submit"]:focus, .form-group .inline-form input[type="submit"]:focus {
  background: #808080;
  color: #fff;
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
}

.inline-form fieldset, .inline-form .inline-container {
    position: relative;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


.inline-form .search-submit,
.nav-toggle-search {
  background-color: #ccc;
  border: 0;
  border-radius: 4px;
  bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #333;
}

.inline-form .search-submit .fa,
.nav-toggle-search .fa {
  font-size: 1.875em;
  color: #333;
}

@media screen and (min-width: 1200px) {
  .inline-form .search-submit .fa,
  .nav-toggle-search .fa {
    font-size: 1.5em;
  }
}

.inline-form .search-submit:hover,
.nav-toggle-search:hover {
  color: #333;
}

.nav-toggle-search-close {
  padding: 9px 12px;
  background-color: #ccc;
  color: #333;
  font-size: 22px;
  text-decoration: none;
}

.nav-toggle-search-close:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}

.search-field {
  border: 0;
  width: 80%;
}


@media (min-width: 992px) {
	.navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
	
@media screen and (max-width: 767px) {
	.inline-form input[type=submit], .inline-form button, .inline-form .btn, .inline-form .form-group button, .form-group .inline-form button, .inline-form .form-group input[type="submit"], .form-group .inline-form input[type="submit"] {
	  right: 15px;
	}	
	.navbar-nav.navbar-right {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
  .search-field {
	width: 87%;
    border-bottom: 2px solid #6e6d6d;
    font-size: 1em;
    margin-left: -0.4em;
    padding: 0.5em 0.65rem 0.5em 2rem;
    color: #333;
  }
	.wrap-search-form {
	  overflow: hidden;
	}	
}

@media screen and (min-width: 1200px) {
  .search-field {
    border-bottom: 0;
    background-color: #fff;
    font-size: 0.875em;
  }
}

@media screen and (min-width: 992px) {
  .wrap-search-form {
    position: absolute;
    right: 0;
    bottom: 4px;
    padding: 0.9375em 0.9375em 0.8125em 0.9375em;
    z-index: 50;
    background-color: #eaebeb;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(120%);
    transition: all 400ms ease;
    min-width: 23.125em;
  }
}

@media screen and (min-width: 1200px) {
  .wrap-search-form {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
    background-color: transparent;
    padding: 0;
    min-width: 15em;
  }
}

@media screen and (min-width: 992px) {
  .wrap-search-form.show-search {
    visibility: visible;
    opacity: 1;
    padding-left: 2em;
  }
}

.search-page form {
  margin: 1em;
}

.search-page .search-submit {
  width: 100px;
}

@media screen and (max-width: 480px) {
  .search-page .search-submit {
    width: auto;
  }
}

@media (min-width: 992px) {
	.navbar-left {
		float: left!important;
	}
}
.dropdown-large {
  	position: static !important;
}
.dropdown-menu-large {
	padding-bottom: 8px;
}
.dropdown-menu-graduate {
  	margin-left: 161px;
}
.dropdown-menu-professional {
	margin-left: 312px;	
}
.dropdown-menu-international {
  	margin-left: 480px;
}
.dropdown-menu-large &gt; li &gt; ul {
  	padding: 0;
  	margin: 0;
}
.dropdown-menu-large &gt; li &gt; ul &gt; li {
  	list-style: none;
}

.dropdown-large .dropdown-header {
    padding: 8px 0 3px 0;
}

.dropdown-menu-large li&gt;a {
    padding: 4px 20px 4px 0;
}



.dropdown-menu-large .dropdown-header {
	color: #bb0000;
  	font-size: 17px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.dropdown-menu-large {
		margin-left: 0 ;
		margin-right: 0 ;
	}
  	.dropdown-menu-large &gt; li {
    	margin-bottom: 30px;
  	}
  	.dropdown-menu-large &gt; li:last-child {
    	margin-bottom: 0;
  	}
  	.dropdown-menu-large .dropdown-header {
   		padding: 3px 15px !important;
  	}
}

.search-top {
	margin-top: 15px;
}

.search-bottom {
	margin-bottom: 5px;
}

.search-top .form-group, .search-bottom .form-group {
	max-width: 450px;
}

h2.program-count {
	margin:25px 0 25px 0;
	padding: 6px 0 5px 4px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: 400;
}

h2.program-count:focus{
    outline: none;
}

a.filterLinks:link {
    text-decoration: none;
    color: #1862AB;
    padding: 3px 5px 3px 5px;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-right: 2px;
	line-height: 30px;
}

a.filterLinks:hover, a.filterLinks:active, a.filterLinksActive {
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 1px 3px 1px 3px;
    color: #fff;
    text-decoration: none;
    margin-right: 2px;
    border: solid 2px #BB0000;
    background-color: #BB0000;
}

a.filterLinks:focus, a.filterLinks:focus:active, a.filterLinksActive:focus {
	outline-offset:1px;
}

.filters-panel {
	margin-top: 25px;
}

.topAnchorLink {
	margin-top: 15px;
	display: inline-block;
}

.topAnchorLinkApplications {
	margin-top: 25px;
	cursor: pointer;
	display: inline-block;
}
.keyword {
	font-size: 15px;
	text-transform: lowercase;
	font-style: italic;
	display: block;
	margin: 6px 10px 5px 20px;
}

.keyword-separator {
    color: #bbb;
    padding-left: 1px;
    padding-right: 2px;
	font-style: normal;
}


@media (max-width: 767px) {
	a.filterLinks:link {
		padding: 7px 9px;
		margin-right: 10px;
		font-size: 16px;
		line-height: 50px;
	}
	a.filterLinks:hover, a.filterLinks:active, a.filterLinksActive {
		font-size: 16px;
		font-weight: normal;
		padding: 5px 7px;
		color: #fff;
		text-decoration: none;
		margin-right: 10px;
		border: solid 2px #BB0000;
		background-color: #BB0000;
	}	
}




.es-dropdown-select {
	-webkit-overflow-scrolling: touch;
	display:block !important;
}

.es-dropdown-select .btn,
.es-dropdown-select .btn.active,
.es-dropdown-select .btn.active.focus,
.es-dropdown-select .btn.active:focus,
.es-dropdown-select .btn.active:hover,
.es-dropdown-select .btn:active.focus,
.es-dropdown-select .btn:active:hover,
.es-dropdown-select.open&gt;.dropdown-toggle.btn,
.es-dropdown-select.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:hover,
.es-dropdown-select.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:hover {
	font-size: 14px;
	color: #333;
	background-color: #fff;
}

.es-dropdown-select .btn.active,
.es-dropdown-select .btn.active.focus,
.es-dropdown-select .btn.active:focus,
.es-dropdown-select .btn.active:hover,
.es-dropdown-select .btn:active.focus,
.es-dropdown-select .btn:active:hover,
.es-dropdown-select.open&gt;.dropdown-toggle.btn,
.es-dropdown-select.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:hover,
.es-dropdown-select.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.open&gt;.dropdown-toggle.btn:hover {
	/*border: 1px solid #bb0000;*/
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
	background-color: #EAEBEB;
	color: #555;
}

.bootstrap-select .dropdown-toggle:focus {
	/*border: 1px solid #bb0000 !important;
	outline: none !important;*/
	border-color: #ccc; 
	outline: 1px dotted #000 !important;
	outline-offset: 1px;
}  

.input-group-btn&gt;.btn:active, .input-group-btn&gt;.btn:focus {
    border-color: #ccc;
    outline: 1px dotted #000 !important;
    outline-offset: -2px;
}

.es-dropdown-select .dropdown-menu {
	padding: 0;
}

.es-dropdown-select .dropdown-menu li:first-child {
	padding-top: 5px;
}

.es-dropdown-select .dropdown-menu li:last-child {
	padding-bottom: 5px;
}

.es-dropdown-select .dropdown-menu li&gt;a {
    padding: 2px 20px 2px 15px;
}

.es-dropdown-select .dropdown-menu {
    border-top: none;
    margin: 0;
}

.es-dropdown-select .dropdown-menu li.selected a {
	color: #fff !important;
	background-color: #bb0000 !important;
}

.es-dropdown-select .dropdown-menu li.selected a:focus  {
    outline: dotted 1px #fff;
	outline-offset: -1px;
}

@media (min-width: 768px) {
	.es-dropdown-select {
		display:inline-block !important;
	}	
}

.es-dropdown-select li a .text{
	text-indent: -10px;
	padding-left: 10px;
}

.es-dropdown-select li a {
	white-space: normal;
}

.wrapURLs {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
      margin-left: 15px;
      text-indent: -15px;	
	display: block;
}


/* ================================================================================ */
/* HOMEPAGE ======================================================================= */
/* ================================================================================ */

#page-content.home-page-content {
	padding-bottom: 0 !important;
	background-color: #f3f3f3;
}

.home-banner {
	border-top: 1px solid #222;
	padding-top:0;
    text-rendering: optimizeLegibility;
	height: 33vw;
	min-height: 450px;
}

.home-banner.orient {
    background: url('../img/orientation-oval-group.jpg') no-repeat center;
	background-size: cover;
	background-position: 100% 30%;
}

.home-banner.painting {
    background: url('../img/painting_6050.jpg') no-repeat center;
	background-size: cover;
	background-position: 100% 0%;
}

.home-banner.lab {
    background: url('../img/19_ 572951_2312.jpg') no-repeat center;
	background-size: cover;
	background-position: 50% 20%;
}

.home-banner.theatre {
    background: url('../img/theatre_1771.jpg') no-repeat center;
	background-size: cover;
	background-position: 50% 45%;
}

.banner-text {
	margin-top: 70px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1.5em;
	display: inline-block;
}

.banner-text h1 {
    color: #fff;
	margin: 0;
	font-size: 2.2em;
	max-width: 500px;
}

.banner-text .btn {
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 20px;
	font-size: .95em;
	color: #fff !important;
}

.feature__mobile {
	width: 100%;
	height: auto;
	display: none;
}

@media (max-width: 1199px) {
	.banner-text h1 {
		max-width: 420px;
		font-size: 2em;
	}
}

@media (max-width: 991px) {
	.home-banner {
		min-height: 300px;
	}	
	.banner-text {
		margin-top: 40px;
		padding: 1em;
	}
	.banner-text h1 {
		max-width: 350px;
		font-size: 1.6em;
	}
}

@media (max-width: 767px) {
	.home-banner {
		border-top: none;
		height: auto;
		min-height: unset;
	}	
}

.cards-banner {
	margin-top: -75px;
}

.cards-banner article {
	background-color: #fff;
    transition: box-shadow .1s, transform .1s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .10), 0 3px 6px rgba(0, 0, 0, .15);
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.cards-banner {
		margin-top: 0;
	}
	.cards-banner article {
		box-shadow: none;
		border-bottom: 5px solid #545454;
		margin: 0 -15px;
	}	
	.feature__mobile {
		display: block;
	}	
	.mobile-holder {
		margin: 0 -15px;
	}
	.home-banner.accad {
		background: none;
	}	
	.banner-text {
		margin-top: 0;
		background: #222;
		color: #fff;
		padding: 20px;
		display: block;
		max-width: 100%;
	}	
	.banner-text h1 {
		font-size: 1.66em;
		max-width: 100%;
	}	
	.home-banner {
		height: auto;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.cards-banner {
		margin-top: 30px;
	}	
	.cards-banner&gt;div {
		margin-bottom: 30px;
	}
	.cards-banner&gt;div:last-of-type {
		margin-bottom: 0;
	}	
}

.cards-banner article h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    padding: 20px 20px 10px;
}

.cards-banner article p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0 20px 20px;
}

.cards-banner article .btn {
    background: #fff;
    border: 1px solid #b00;
    color: #b00;
    display: inline-block;
    margin: auto 20px 0;
    padding: 10px 20px;
    text-decoration: none;
	border-radius: 0;
}

.cards-banner article .btn:hover {
    background: #bb0000;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cards-banner article h2 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.home-banner {
		border-top: 2px solid #222;
	}
}

.rankings {
	background-color: #888; 
	color: #f6f6f6; 
	margin: 40px 0 0 0; 
	padding: 60px 0;
	text-align: left;
	font-size: 17px;
}

.rankings article {
	padding: 20px 30px;
}

.rankings span {
	color: #f6f6f6; 
	font-size: 4.9em;
	font-weight: 600;
	display: block;
	line-height: .8;
}

.rankings strong {
	font-weight: 700;
	display: block;
	font-size: 20px;
	line-height: 1.4;
}

.rankings span.ranking-source {
	font-size: 14px;
	margin-top: 8px;
}

.rankings .fact-number-1 {
	margin-left: 20px;
	margin-top: 4px;
}

.rankings .fact-number-3 {
	margin-left: 13px;
	margin-top: 4px;
}

.rankings .fact-number-15 {
	margin-left: 25px;
	margin-top: 4px;
}

.rankings .facts:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
}

.row-steps {
    margin-top: 40px;
    margin-bottom: 35px;
}

.home-page-links a {
    text-decoration: none;
	font-size: 21px;
    display: block; 
    background-color: #fff; 
    padding: 10px 15px;
    margin: 0 0 18px;
    color: #333;
    border: 1px solid #fff;	
}

.home-page-links a:hover {
    border: 1px solid #bb0000; 
    color: #bb0000;
}

.home-page-links .fa {
	float:left;
	color: #bb0000;	
    font-size: 31px;
    min-width: 45px;	
}

.home-page-links span.text-fa {
  display:block;
  overflow:hidden;
}

.home-page-white-block&gt;div {
	background-color: #fff;
	padding: 20px;
}

.home-page-white-block h2:first-of-type {
	margin-top: 5px;
}

.home-page-white-block h2,
.home-page-white-block h3 {
	color: #333;
	font-weight: 400;
}

@media (min-width: 1200px) {
	.home-page-white-block&gt;div {
		padding-right: 75px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-page-white-block&gt;div {
		padding-right: 75px;
		margin-bottom: 40px;
	}
	.home-page-links {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.row-steps {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.home-page-links&gt;article:first-of-type a {
		margin-top: 30px;
	}	
	.rankings {
		margin: 20px 0 0 0;
	}	
	.rankings .facts:not(:last-child):after {
		width: 0;
	}	
	.rankings .facts:not(:last-child) .row {
		padding-bottom: 25px;
		margin-bottom: 30px;
		border-bottom: 1px solid #fff;
	}	
	.rankings .facts p {
		padding-left: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.rankings span {
		font-size: 4.1em;
	}
	.rankings span.ranking-source {
		font-size: 13px;
	}	
}

@media (max-width: 767px) {
	.row-steps {
		margin-top: 0;
	}
	.home-page-links&gt;article:first-of-type a {
		margin-top: 0;
	}	
	.home-page-steps article,
	.home-page-white-block&gt;div {
		margin: 0 -15px;
		border-bottom: 5px solid #545454;
	}
	.home-page-links article {
		margin: 0 -15px;
		border-bottom: 5px solid #545454;
	}
	.home-page-links a {
		padding: 25px 15px;
		margin: 0;
	}
	.rankings {
		margin: 0;
		text-align: center;
		padding: 30px 0;
	}	
	.rankings .facts p {
		padding-left: 0;
	}
	.rankings .fact-number-1, .rankings .fact-number-3, .rankings .fact-number-15 {
		margin-left: 0;
		margin-bottom: 10px;
	}	
}

.home-page-steps span {
    background-color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

.home-page-steps h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    padding: 0 20px;
    margin-top: 20px;
}

.home-page-steps a {
    text-decoration: none;
}

.home-page-steps h3:after {
    display: block;
    margin: 1em auto;
    width: 15%;
    height: 2px;
    background-color: #bb0000;
    content: "";
}

.home-page-steps img {
    width: 100%;
    height: auto;
}

.home-page-steps img:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/* ================================================================================ */
/* DROPDOWN CONTENT =============================================================== */
/* ================================================================================ */

.dropdown-content {
	display: none;
	padding: 0 15px;
}

.dropdown-content.content-open {
	display: block;
}

.dropdown-content.content-open h3:first-of-type {
	margin-top: 25px;
}

.es-dropdown-select.dropdown-filter-button .btn,
.es-dropdown-select.dropdown-filter-button .btn.active,
.es-dropdown-select.dropdown-filter-button .btn.active.focus,
.es-dropdown-select.dropdown-filter-button .btn.active:focus,
.es-dropdown-select.dropdown-filter-button .btn.active:hover,
.es-dropdown-select.dropdown-filter-button .btn:active.focus,
.es-dropdown-select.dropdown-filter-button .btn:active:hover,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn:hover,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn.focus,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn:focus,
.es-dropdown-select.dropdown-filter-button.open&gt;.dropdown-toggle.btn:hover {
	font-weight: 600;
	margin-bottom: 20px;
}

.es-dropdown-select ul li {
	margin-bottom: 0;
}

.dropdown-content + h2 {
	margin-top: 35px;
}

.panel-body div.dropdown-content&gt;h4 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 400;
}

.nav-pills a {
	text-decoration: none;
	margin-right: 5px;
}

.nav-pills&gt;li&gt;a.active, .nav-pills&gt;li&gt;a.active:focus, .nav-pills&gt;li&gt;a.active:hover {
    background-color: #bb0000;
	color: #fff;
}

.nav&gt;li&gt;a {
    text-decoration: none;
    background-color: #eaebeb;
	color: #333;
}

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #888;
    color: #fff;
}

.online-nav &gt; a.active {
	text-decoration: none;
	color: #777;
}

#other-offices p {
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.responsive-application-table.two-column th:first-child,
	.responsive-application-table.three-column th:first-child {
		min-width: 130px;
	}
	.responsive-application-table.two-column.two-column-dates th:first-child {
		min-width: 200px;
	}    
}

@media (max-width: 767px) {
	.responsive-application-table.two-column th:first-child,
	.responsive-application-table.three-column th:first-child{
		font-weight: 600;
	}

	.responsive-application-table.two-column td,
	.responsive-application-table.three-column td{
		text-align: left;
	}	
	
	.responsive-application-table.two-column th,
	.responsive-application-table.three-column th{
		text-align: left;
		border-bottom: solid 1px #333;
		margin-bottom: 10px;
	}
	
	.responsive-application-table.two-column th:first-letter,
	.responsive-application-table.three-column th:first-letter{
		text-transform: capitalize;
	}
	
	.responsive-application-table.two-column,
	.responsive-application-table.three-column {
		margin-top: 0;
	}
	
	.responsive-application-table.two-column p,
	.responsive-application-table.three-column p {
		margin: 0;
	}	
	
	.responsive-application-table.two-column p + ul,
	.responsive-application-table.three-column p + ul {
		margin-top: 10px;
	}	
	
	.responsive-application-table.two-column&gt;tbody&gt;tr&gt;td,
	.responsive-application-table.three-column&gt;tbody&gt;tr&gt;td {
    	padding-bottom: 8px;
	}	
	.responsive-application-table.three-column&gt;tbody&gt;tr&gt;td:first-of-type {
		font-weight: 600;
		font-style: italic;
		font-size: 15px;
	}
}

.campus-links {
	margin-bottom:13px;
	margin-top:18px;
}

.campus-links .btn-default {
	margin-right:5px;
	margin-bottom:10px;
	color:#337ab7;
	text-decoration:none;
	text-align:center;
	background-color: inherit;
	padding: 9px 13px;
}

.campus-links .btn-default:hover, .campus-links .btn-default:focus {
	background-color: #e6e6e6;
}

.campus-links .btn-default:focus {
	outline: dotted 1px #000;
}

#ohio_map {
    width: 100%;
    height: auto;
}

.dropdown-area-background {
	background-color: #f3f3f3;
	padding: 12px 18px 10px 18px;
}

.dropdown-area-background div.form-group {
	margin-top: 15px;
}

.dropdown-area-background h4 {
	margin-top: 20px;
}

/* ================================================================================ */
/* DISABILITY FORM =============================================================== */
/* ================================================================================ */

#form1 .radio input[type=radio] {
    margin-left: 0px;
}

#form1 legend {
    font-size: 30px;
    border-bottom: 1px solid #333;
}

#form1 label {
    font-weight: 600;
}

#form1 .btn-default {
    color: #333;
    background-color: #fff;
}

#form1 .btn:hover {
    background: #808080;
    color: #fff;
}

@media (max-width: 992px) {
    #form1 .col-xs-12 .bootstrap-select {
        width: 100%;
        margin-bottom: 15px;
    }
    #form1 .col-xs-12:last-of-type .bootstrap-select {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #form1 .callouts .callout.two-column-page {
        width: 50%;
    }

    #form1 .callouts {
        margin: 30px 0 10px 0;
    }
   
}

@media (min-width: 1200px){
    #form1 {
        padding-right: 100px;
    }
}


/* ================================================================================ */
/* DOING BUSINESS BUCKEYE STYLE =================================================== */
/* ================================================================================ */

 h2.dbbs-header {
	color: #333;
	font-size: 24px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 3px 0;
	margin: 10px 0 20px 0;
}
h2.dbbs-header span {
	font-weight: 600;
}
.dbbs-list ul li {
	font-size: 19px;
	margin-bottom: 15px;
}

/*
.dbbs-list h3 a {
	text-decoration: none;
	display: inline;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #337ab7));
	background-image: linear-gradient(to right, #337ab7 50%, #337ab7 50%);
	background-position: 0 1.04em;
	background-repeat: repeat-x;
	background-size: 2px 1px;
}

.dbbs-list h3 a:hover {
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #bb0000));
	background-image: linear-gradient(to right, #bb0000 50%, #bb0000 50%);
}
*/

@media (min-width: 1200px){
    .dbbs-list ul {
        margin-right: 100px;
    }
}


/* ================================================================================ */
/* RESOURCE TEMPLATE ============================================================== */
/* ================================================================================ */

.resource-template h2 {
	margin:50px 0 0 0;
	padding: 12px 11px 11px 11px;
	background-color:#eaebeb;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#333;
}
.resource-template h2.first-h2 {
	margin-top:40px;
}
.resource-template .callout h2 {
    color: #bb0000;
    margin: 6px 0 4px 5px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
	padding: 6px 0 0 0;
	text-transform: none;
}
.resource-template h3 {
	margin-top:25px;
	margin-bottom:17px;
	font-weight:400;
	font-size:21px;
	color:#bb0000;
	line-height:1.4;
}
.resource-template h3.colleges {
	margin-top:50px;
}
.resource-template h4 {
    color: #222;
    margin-top: 25px;
    font-weight: 300;
    font-size: 22px;
	line-height: 1.4;
}
.resource-template h4.resource-template-after-h3 {
    margin-top: 20px;
}
.resource-template h5 {
    color: #222;
    margin-top: 18px;
    font-weight: 300;
    font-size: 22px;
	margin-bottom:15px;
}
.resource-template hr {
    margin-bottom: 0;
	margin-top:25px;
	border-top: 1px solid #ddd;
}
.resource-template p.sub-head {
	font-style:italic;
	font-size:17px;
	margin-top:15px;
	margin-bottom:0;
}
.achorDiv {
	position:relative;
}
.anchor {
	position:absolute;
	top:-20px;
}
.achorDiv h3 {
	margin-bottom: 12px;
}


/* ================================================================================ */
/* COLLEGE BLOCKS ================================================================= */
/* ================================================================================ */

.college-blocks {
	margin-top: 11px;
}

.college-blocks a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #222;
}

.college-blocks a:hover, .college-blocks a:active, .college-blocks a:focus {
	border: 1px solid #bb0000;
	text-decoration: none;
	color: #bb0000;
}

@media (max-width: 767px) {
	.college-blocks a {
		margin-top: 25px;
	}
	
	.college-blocks&gt;.row&gt;div a {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.college-blocks .row {
		margin-bottom: 10px;
	}
	.college-blocks .row:last-of-type {
		margin-bottom: 0;
	}
	.college-blocks a {
		margin-top: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.college-blocks {
		padding-bottom: 30px;
	}
}

.college-block-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 25px;
}

.college-blocks.college-block-grid a {
	margin-top: 0;
}

@media (max-width: 767px) {
	.college-block-grid {
	  	grid-template-columns: repeat(1, 1fr);
	}
}



/* ================================================================================ */
/* SESSION CALENDAR =============================================================== */
/* ================================================================================ */

p.recorded-sessions {
	margin-bottom: 16px;
}

#sort-options {
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#sort-options h2 {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	text-align: right;
}

.sort-active,.sort-active:hover, .sort-active:focus {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	cursor: text;
}

#sort-options legend {
	font-size: inherit;
	border-bottom: none;
	display: inline;
	margin-bottom: 0;
	width: auto;
	float: left;
	margin-right: 6px;
}

.session-date {
	margin-bottom: 3px;
}

.session-time-location {
	margin-bottom: 10px;
	font-weight: 600;
}

hr.live-sessions {
	margin-top: 0;
	margin-bottom: 15px;
}

.rss-date-template h2 {
	margin: 0;
	padding: 7px 0 6px 0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#333;
	border-top: solid #bbb 1px;
}

.rss-date-template h3 {
	margin-top: 0;
	font-size: 21px;
	font-weight: 400;	
}

.primary .rss-date-template .eventInfo {
	padding-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 766px) {
	hr.live-sessions + .eventInfo {
		padding-top: 0 !important;	
	}
}

.primary .rss-date-template a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
    position: absolute;
	margin-left: 5px;
}

.primary .rss-date-template a[aria-expanded="false"]:after {
    content: " \f107";
}

.primary .rss-date-template a[aria-expanded="true"]:after {
    content: " \f106";
}

.primary .rss-date-template .panel-body {
    padding: 15px 0 0 0;
}

.primary .rss-date-template .panel-heading {
    background-color: #fff;
}

.calendar-holder {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-family: "proximanova", Arial, sans-serif;
    border: 1px solid #ccc;
    margin-top: 3px;
}

.prettyMonth {
    padding: 11px 3px 0 3px;
    margin: 0;
    font-size: 15px;
}

.prettyDay {
    padding: 0 3px 3px 3px;
    margin: 0;
    font-size: 25px;
}

@media (max-width: 767px) {
	#sort-options h2 {
		margin: 10px 0;
		text-align: left;
	}
}

.primary .rss-date-template .panel-body a,
.primary #pnlSessionView .panel-body a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

#pnlSessionView h2 {
	font-family: 'proximanova', Arial, sans-serif;
	margin: 20px 0 0 0;
    padding: 15px 0 8px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    border-top: solid #bbb 1px;
}

#pnlSessionView h2:first-of-type {
	margin: 0;
}

.primary #pnlSessionView .panel {
	margin-bottom: 5px;
}

.primary #pnlSessionView .panel-heading {
    background-color: #fff;
}

.primary #pnlSessionView .panel-body {
    padding: 12px 0 13px 11px;
}

.primary #pnlSessionView li:last-child .panel-body {
    padding: 12px 0 0 11px;
}

#pnlSessionView .session-time-location {
	margin-bottom: 2px;
	font-weight: 400;
}

.primary #pnlSessionView ul,
.primary #pnlSessionView ol {
	list-style-type:none;
	padding-left: 20px;
}

.primary #pnlSessionView .panel-heading&gt;a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
    position: absolute;
	left:25px;
}

.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="false"],
.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="true"] {
	margin-left: 10px;
}

.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="false"]:before {
    content: " \f107";
}

.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="true"]:before {
    content: " \f106";
}

@media (max-width: 767px) {
	#pnlSessionView ul, #pnlSessionView ol {
		padding-left: 0;
	}
	
	.primary #pnlSessionView .panel-heading&gt;a:before {
		left:15px;
	}

	.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="false"],
	.primary #pnlSessionView .panel-heading&gt;a[aria-expanded="true"] {
		margin-left: 0;
	}	
	
	.primary #pnlSessionView .panel-body {
		padding: 12px 0 13px 1px;
	}

	.primary #pnlSessionView li:last-child .panel-body {
		padding: 12px 0 0 1px;
	}	
}


/* ================================================================================ */
/* ONETRUST BUTTON STYLING ======================================================== */
/* ================================================================================ */

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    border: none!important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: none!important;
    -o-transition: none!important;
    -webkit-transition: none!important;
    transition: none!important;
    background-color: #333!important;
    text-decoration: underline;
}


/* ================================================================================ */
/* KEEP AT BOTTOM ================================================================= */
/* ================================================================================ */

/*  Open panels for editing 
.collapse {
	display: block;
}
*/

.wrap-search-form, #search-trigger {
    display: none !important;
}
</pre></body></html>