@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	}
.alert {
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: left;
    color: #fff;
    background-color: #C61029;
    font-size: 20px;
	font-weight: bold;
    padding: 20px;
    z-index: 999999;
    position: fixed;
}
.emergency-alert{
    top: 0;
    left: 0;
    min-height: 105px;
    padding: 40px 60px 40px 40px;
    position: relative;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 21;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #fff;
    background-color: rgba(1, 107, 177,.9);
    padding: 30px;
    font-size: 18px;
    font-weight: 400;
}
.cookiealert .cc-message{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert.alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}
.cookiealert.alert a:hover {
    text-decoration: none;
    color: #fff;
}
.cookiealert .acceptcookies {
    margin: 0;
    vertical-align: baseline;
    min-width: auto;
    text-decoration: none !important;
}
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus{
    color: #fff;
}
.alert a, .alert a:hover, .alert a:focus{
    color: #fff;
	text-decoration: underline;
    text-decoration-color: #fff;
}
.alert-dismissible .close {
	padding: 0;
	right: -15px;
    font-size: 30px;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
    color: #fff;
}
.fa-exclamation-triangle {
    font-size: 40px;
    color: #7f0f6d;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, 
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a,
.content .h1 a, .content .h2 a, .content .h3 a, .content .h4 a, .content .h5 a, .content .h6 a{
    text-decoration: none;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.card > .bg-image {
    border-radius: 0;
}
.card > .bg-image {
    border-radius: 0.25rem;
}
.bg-image + .card-body {
    position: relative;
    z-index: 1;
}
.card-title-block {
    font-weight: 500;
    display:block;
}
.card-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.card-borderless{
    border: none;
}
aside .card{
   border-bottom: 1px solid #ccc;
   padding-top: 0;
   border-radius: 0;
}
aside .card-title{
  font-size: 1.3125em; 
  padding-bottom: 1.25rem;
    font-weight: 400;
}
aside .card .card-body{
   padding: 1.25rem 0;
}
.blue-box-grid{
    background-color: #c6d9f0;
    text-align: center;
}
.blue-box-grid td {
    padding: 1.5rem .75rem;
    vertical-align: top;
    border: 5px solid #fff;
}
.blue-box-grid a, .content .blue-box-grid a{
    color: #015F9D;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
}
img.float-right{
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
img.float-left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.height-30 {
    min-height: 30vh;
}
.height-40 {
    min-height: 40vh;
}
.height-50 {
    min-height: 50vh;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-slate-dark {
    background: #132a50;
}
.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.hero .section-intro{
    height: 100%;
}
.space-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.space-xlg {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}
.red-text{
    color: #016bb1;
}
.blue-text{
   color: #002c76;  
}
.white-text{
    color: #fff !important;
}
.font-size-xl{
    font-size: 56px;
}
.font-size-lg{
    font-size: 38px;
}
.font-size-md{
    font-size: 24px;
}
.font-size-sm{
    font-size: 18px;
}
.font-size-xs{
    font-size: 16px;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
.feature-list {
    padding-left: 0;
    list-style: none;
}
.feature-list > li[class*='col'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.feature-list.feature-list-sm > li {
    margin-bottom: 1.5rem;
}
.feature-list > li {
    margin-bottom: 3rem;
}
.feature-list > li > .card:only-child {
    margin-bottom: 0;
}
.feature-list > li[class*='col'] .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.bg-secondary{
    background-color: #fbd5b5 !important;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
.lead {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35em;
    display: block;
}
.content a, a {
  color: #016bb1;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #23527c;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a[href$=".pdf"]::after {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".xlsx"]::after {
    content: '\f1c3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
a[href$=".docx"]::after {
    content: '\f1c2';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.interior .content ul, .interior .content ol{
    font-size: 18px;
    font-weight: 300;
}
.interior .content ul li a, .interior .content ol li a{
   text-decoration: none;
    border-bottom: 1px solid #000;
    font-weight: 400;
}
.interior .content ul li a:hover, .interior .content ol li a:hover{
    border-bottom: none;
}
.interior .content .footer-social li a{
    border-bottom: none;
}
.btn-default, .content .btn-default{
    background-color: #fbee64;
    color: #016bb1;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    padding: 8px 15px;
    margin: 15px auto;
    border-radius: 4px;
    border-width: 2px;
    min-width: 140px;
    transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    position: relative;
    z-index: 3;
}
.btn-default:hover, .btn-default:focus{
    background-color: #016bb1;
    border: 2px solid #016bb1;
    color: #fbee64;
}
.btn-blue, .content .btn-blue{
    background-color: #016bb1;
    border: 2px solid #016bb1;
    color: #fff;
}
.btn-blue:hover, .btn-blue:focus{
    color: #016bb1 !important;
    background-color: #fff;
}
.btn-yellow, .content .btn-yellow{
    background-color: #fbee64;
    border: 2px solid #fbee64;
    color: #016bb1;
}
.btn-yellow:hover, .btn-yellow:focus{
    color: #fbee64 !important;
    border: 2px solid #016bb1;
    background-color: #016bb1;
}
.btn-purple, .content .btn-purple{
    background-color: #7f0f6d;
    color: #fff;
}
.btn-purple:hover, .btn-purple:focus{
    color: #7f0f6d !important;
    background-color: #fff;
}
.btn-white, .content .btn-white{
    background-color: #fff;
    color: #ec6c00;
}
.btn-white-purple, .content .btn-white-purple{
    background-color: #fff;
    color: #7f0f6d;
}
.btn-white-purple:hover, .content .btn-white-purple:hover, .btn-white-purple:focus, .content .btn-white-purple:focus{
    border: 2px solid #fff !important;
}
.btn-white-blue, .content .btn-white-blue{
    background-color: #fff;
    color: #016bb1;
}
.btn-white-blue:hover, .content .btn-white-blue:hover, .btn-white-blue:focus, .content .btn-white-blue:focus{
    border: 2px solid #fff !important;
}
.btn-blue-outline {
    border: 2px solid #016bb1 !important;
    background-color: transparent !important;
    color: #016bb1 !important;
}
.btn-blue-outline:hover, .btn-blue-outline:focus {
    color: #fff !important;
    background-color: #016bb1 !important;
}
.btn-purple-outline {
    border: 2px solid #7f0f6d !important;
    background-color: transparent !important;
    color: #7f0f6d !important;
}
.btn-purple-outline:hover, .btn-purple-outline:focus {
    color: #fff !important;
    background-color: #7f0f6d !important;
}
.btn-yellow-outline {
    border: 2px solid #fbee64 !important;
    background-color: transparent !important;
    color: #016bb1 !important;
}
.btn-yellow-outline:hover, .btn-yellow-outline:focus {
    color: #016bb1 !important;
    background-color: #fbee64 !important;
}
.form-group .btn-default{
    min-width: 1px;
}
.text-muted {
    color: #42484c !important;
}
.btn-block{
    text-align:center;
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.content{
    overflow:hidden;
}
.section{
    padding: 55px 0;
    position: relative;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.section-parallax{
    position: relative;
    overflow: hidden;
}
.container{
    position: relative;
}
.parallax-bg{
    background-attachment: fixed;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.section-with-background{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
    position: relative;
    overflow:hidden;
}
.spotlight{
    padding-top: 50px;
    text-align: center;
}
.bg-blue{
    background-color: #016bb1;
}
/*Header Styles*/
.menuToggle {
	display: none;
    background-color: transparent;
    border:none;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.siteHeader {
	display: block;
	position: relative;
	width: 100%;
    z-index: 5;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.main-navigation .top-row{
    background-color: #016bb1;
    padding: 20px 0;
}
.main-navigation .top-row .audience .nav-item{
    font-size: 0;
    line-height: 20px;
    margin-top: 10px;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    padding: 0 15px;
    border-left: 1px solid #2b88c5;
}
.main-navigation .top-row .audience .nav-item:first-child .nav-link{
    border-left: none;
}
.main-navigation .bottom-row{
    background-color: #016bb1;
    padding: 20px 0 20px;
}
.menuClose.btn:focus {
    outline: 2px solid #fff;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
header .modal-body{
    padding: 0;
}
header .site-search .modal-body{
    padding: 15px 0;
}
.modal-open .siteHeader {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #d8c722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.logo {
    margin: 0;
    width: 100%;
    position: relative;
}
.logo a {
    position: absolute;
    left: 0;
    top: -48px;
    padding: 0 !important;
    width: 100%;
    height: 100px;
    background: url("../images/suny-sccc-logo-header.png") no-repeat;
    background-size: contain;
    background-position: top left;
    text-indent: -9999px;
    margin: 0;
    color: #fff;
}
.hide {
    display: none;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.close {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 40px;
    position: absolute !important;
    display: inline-block;
    top: 30px;
    right: 130px;
    text-shadow: none;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.close:hover, .close:focus{
    color: rgba(255,255,255,.75);
}
/*Auxillary and Audience Navigations*/
header .audience .nav li a, header .auxnav .nav li a {
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	text-transform: none;
}
header .top-row .audience .nav li a{
    font-size: 15px;
}
header .top-row .audience .nav li a.btn, .mobile-header a.btn {
    min-width: 1px;
    text-align: center;
    margin: 0 0 0 15px;
    height: 37px;
    padding-top: 4px;
    color: #016bb1;
    font-size: 16px;
}
header .top-row .audience .nav li a.btn:hover, header .top-row .audience .nav li a.btn:focus, .mobile-header a.btn:hover, .mobile-header a.btn:focus{
    color: #016bb1 !important;
    background-color: #fff;
    border: 2px solid transparent;
}
header .main-navigation .audience .nav li a:hover, header .main-navigation .auxnav .nav li a:hover, header .main-navigation .audience .nav li a:focus, header .main-navigation .auxnav .nav li a:focus  {
    color: rgba(251, 238, 100, 1) !important;
    background-color: transparent;
}
/*Search*/
.site-search {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 5px;
    width: 250px;
}
.site-search form {
    position: relative;
    width: 100%;
	color: #fff;
}
.site-search .form-text {
    width: 100%;
    padding: 5px 10px !important;
    margin: 0;
    font-size: 16px;
    background: #448ccb;
    color: #fff !important;
    border-radius: 0;
}
.site-search .form-text:focus{
    outline: none;
    box-shadow: none;
}
.site-search .form-submit {
    border: 0;
    width: 40px;
    background: url(../images/search-icon-white.png) no-repeat center #448ccb;
    background-size: 55%;
    position: absolute;
    border-left: 1px solid #016bb1;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-indent: -999999px;
}
.site-search input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.site-search form input[type=text], .site-search form input.form-text {
	color: #fff;
    font-size: 18px;
    border: none;
}
.site-search ::-webkit-input-placeholder {
    color: #fff;
}
.site-search ::-moz-placeholder {
    color: #fff;
}
.site-search ::-ms-placeholder {
    color: #fff;
}
.site-search ::placeholder {
    color: #fff;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.site-navigation.modal{
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
}
.site-navigation.modal .modal-dialog{
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
}
.site-navigation.modal .modal-dialog .modal-content{
    border: none;
    background-color: transparent;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	width: 100%;
	font-size: 0;/*removes gap between li items on hover*/
	position: relative;
	}
.main-navigation .bottom-row .nav{
    margin-top: 0;
}
/*Centers the top navigation*/
.main-navigation .nav .dropdown {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: relative;
	}
.main-navigation .nav li a {
    font-weight: 600;
    padding: 10px 16px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: inherit;
}
.main-navigation .nav .dropdown a.dropdown-toggle:after {
    border: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: block;
    font-size: 14px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 16px;
}
.main-navigation .nav .dropdown.show a.dropdown-toggle:after, .main-navigation .nav .dropdown.open a.dropdown-toggle:after{
   content: "\f106"; 
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle{
    color: #016bb1 !important;
    background-color: #fff;
}
.main-navigation .dropdown.open .sub-menu .dropdown a.dropdown-toggle{
    color: #494646 !important;
}
.main-navigation .dropdown .sub-menu .dropdown.open a.dropdown-toggle{
    color: #016bb1 !important;
}
.main-navigation .nav .dropdown ul li{
    padding: 15px 0;
}
.main-navigation .nav .dropdown .sub-menu ul li{
    padding: 0;
    position: relative;
    width: 100%;
}
.main-navigation .nav .dropdown ul li a {
    color: #fff;
    font-size: 14px;
    padding: 8px 5px;
    text-transform: none;
    display: block;
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .nav .dropdown .dropdown-menu li .sub-menu ul li:last-child a{
    border-bottom: none;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    color: #016bb1 !important;
    background-color: #E7E7E7;
}
.main-navigation .nav .dropdown a.dropdown-toggle {
	display: block;
	position: relative;
    z-index: 1;
    padding: 10px 16px 10px 5px;
}
.main-navigation .nav .dropdown:hover .dropdown-menu, .main-navigation .nav .dropdown .dropdown-menu.show {
     -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    visibility: visible;
    opacity: 1;
}
/*Top Nav Dropdown Background*/
.main-navigation .nav .dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    border-left: none;
    border-right: none;
    border-top: 4px solid #ec6c00;
    background-color: #fff;
	color: #494646;
    min-width: 270px;
    font-size: 16px;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 0;
    text-align: left;
	z-index: 3;
	position: absolute;
    left: 0 !important;
    transform: none !important;
    top: 100% !important;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-menu{
    display: none;
    transform: none !important;
    top: 100% !important;
    position: relative !important;
    box-shadow: none;
    border: none;
    min-width: unset;
    margin-left: 15px;
    background-color: transparent;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-menu.show{
    display: block;
}
.main-navigation .nav .dropdown:last-child .dropdown-menu{
    left: inherit !important;
    right: 0 !important;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    color: #494646;
    text-align: left;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-menu li a{
    border: none;
    padding: 4px 5px;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-toggle::after{
    border: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: block;
    font-size: 14px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 5px;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown-toggle::after{
    content: "\f107";
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown.show .dropdown-toggle::after{
    content: "\f106";
}
.mobile-header {
    padding-top: 10px;
    padding-bottom: 20px;
	display: none;
    z-index: 5;
    background-color: #016bb1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.mobile-logo {
    margin: 0;
    width: 100%;
}
.mobile-buttons-wrapper{
    position: relative;    
    margin-top: 110px;
    }
.mobile-logo a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    width: 100%;
    height: 100px;
    background: url(../images/suny-sccc-logo-header.png) no-repeat;
    background-size: contain;
    background-position: left top;
    text-indent: -9999px;
    margin: 0;
}
.mobile-logo a .sr-only{
    color: #fff;
}
.menuClose {
	display: none;
}
.modal-open-menu-mobile .modal-backdrop {
    z-index: 4;
}
/*Footer*/
footer{
    padding: 40px 0 0; 
    line-height: 20px;
    background-color: #fbee64;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    margin-top: 20px;
}
footer img{
    margin: 0 auto;
    display: block;
}
footer a {
	color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active  {
	text-decoration: underline;
}
footer h2, footer h2 a{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    color: #016bb1;
    font-weight: 700;
}
footer .connect{
    text-align: right;
}
.footer-logo {
	display: block;
	width: 100%;
}
.footer-social {
	padding-left: 0;
	list-style: none;
    margin: 0;
}
.footer-social li {
	display: inline-block;
	margin: 0 0 5px 10px;
}
footer .footer-social li a{
    display: block;
}
.footer-social li a:before {
display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #000;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
}
.footer-social li a.twitter:before, .content-social li a.twitter:before {
	content: "\f099";
} 
.footer-social li a.facebook:before, .content-social li a.facebook:before {
	content: "\f39e";
} 
.footer-social li a.youtube:before, .content-social li a.youtube:before {
	content: "\f167";
} 
.footer-social li a.instagram:before, .content-social li a.instagram:before {
	content: "\f16d";
}
.footer-social li a.snapchat:before, .content-social li a.snapchat:before {
	content: "\f2ac";
}
.footer-social li a.linkedin:before, .content-social li a.linkedin:before {
	content: "\f0e1";
}
.footer-social li a.pinterest:before, .content-social li a.pinterest:before {
	content: "\f231";
}
.footer-social li a.flickr:before, .content-social li a.flickr:before {
	content: "\f16e";
}
.footer-social li a.phone:before {
	content: "\f095";
    font-family: "Font Awesome 5 Free";
}
.footer-social li:hover a:before, .content-social li:hover a:before {
	text-decoration: none;
    color: #016bb1 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content-social {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 15px auto;
}
.content-social li {
	display: inline-block;
	margin: 0 5px;
}
.content-social li a:before {
display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: #000;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
}
.footer-address {
	padding-left: 0;
	list-style: none;
}
.footer-address li {
	display: block;
	clear: both;
	margin: 10px 0;
}
footer h3{
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
footer h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
footer .list-unstyled li{
    margin-bottom: 5px;
}
footer .bottom-row{
    background-color: #016bb1;
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
}
footer .bottom-row, footer .bottom-row a{
    color: #fff;
    font-size: 14px;
}
footer .bottom-row ul{
    margin-bottom: 0;
}
.container-padding{
    padding: 0 50px;
}
.two-col {
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
	columns: 2 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.three-col {
	-webkit-columns: 3 !important;
	-moz-columns: 3 !important;
	columns: 3 !important;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	display: block !important;
	margin-bottom: 20px;
}
.section.full-width{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section.full-width [class*='col-'], .section.full-width [class*='col']{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.play-pause, .play {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 44, 118,.85);
    width: 40px;
    height: 40px;
    left: 50px;
    bottom: 50px;
    border: 1px solid #fff;
}
.play-pause:hover, .play-pause:focus{
    background-color: rgba(196, 18, 48, 1);
}
.play{
    display:none;
}
.play-pause .fa, .play .fa{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Home Page Slider*/
.slider-wrapper{
   position: relative; 
    overflow: hidden;
}
.hero-slider{
    position: relative;
}
.hero-slider .slide {
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .slide.focus-visible{
   outline: -webkit-focus-ring-color auto 1px;
    border: 2px solid #fff;
    border-radius: 0px;
}
.hero-slider .slide a.focus-visible .carousel-caption{
   outline: -webkit-focus-ring-color auto 1px;
    border: 2px solid #fff;
    border-radius: 0px;
}
.hero-slider .carousel-caption{
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    bottom: 45px;
    text-align: left;
    line-height: 30px;
    z-index: 1;
    padding: 20px;
    display: -ms-flexbox!important;
    display: flex!important;
	align-items: center;
}

.slick-dotted.slick-slider.hero-slider {
    margin-bottom: 0;
}
.hero-slider .carousel-caption.blue{
    background-color: #016bb1;
}
.hero-slider .carousel-caption.purple{
    background-color: #7f0f6d;
}
.slider-wrapper .carousel-caption-overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a{
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-caption a:hover{
    text-decoration:none;
    color: #fff;
}
.hero-slider .carousel-caption h1{
    font-size: 52px;
    line-height: 52px;
    margin-right: 20px;
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    font-family: "futura-pt-condensed";
    text-transform: uppercase;
    white-space: nowrap;
}
.hero-slider .carousel-caption p{
    font-family: "futura-pt-condensed";
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #fff;
    background-color: #016bb1;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers{
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
}
.slider-wrapper .slide-controllers .pause-play{
    color: #fff;
    background-color: #016bb1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before{
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before{
    content: "\f04b";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover {
    color: #016bb1 !important;
    background-color: #fbee64 !important;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before{
    color: #016bb1 !important;
}
.slick-dots li.slick-active button:before{
    color: #fff !important;
    opacity: 1 !important;
}
.slick-dots li button::before {
    color: #fff !important;
    opacity: .75 !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
}
.slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.slick-dots{
    bottom: 8px !important;
}
.slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.slider-wrapper .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.slider-wrapper .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.hero {
    position: relative;
    height: 460px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-mobile {
    display: none;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero-title-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.actions-pane {
    background: #016bb1;
    box-shadow: 0 4px 10px -3px rgba(0,0,0,.75);
}
.actions-nav {
    width: 100%;
}
.actions-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.actions-nav ul li{
    display: table;
    /*height: 110px;*/
    text-align: center;
    height: 140px;
    width: 162px;
}
.actions-nav ul li a{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all .5s ease;
    min-width: 125px;
}
.actions-nav .actions-nav-thumb span{
    font-size: 40px;
    margin-bottom: 10px;  
}
.actions-nav ul li a:hover, .actions-nav ul li a:focus {
    background-color: #7f0f6d;
}
.news-events-header{
    color: #fff;
    padding-top: 50px;
}
.news-events-header h2{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.news-events-header .news{
    color: #fbee64;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.news-events-header .events{
    color: #fbee64;
    font-size: 18px;
    text-align: right;
    text-decoration: none;
    display: block;
}
.news-events-header span{
    color: #fbee64;
    font-size: 24px;
    margin-right: 5px;
}
.news-events-header .news:hover, .news-events-header .events:hover, .news-events-header .news:focus, .news-events-header .events:focus{
    text-decoration: underline;
}
.news-events{
    padding-bottom: 50px;
    color: #fff;
}
.news-item, .event-item{
    margin-bottom: 15px;
}
.news-item-header, .news-item-header h3, .event-item-header, .event-item-header h3{
   font-size: 18px; 
    line-height: 24px;
}
.news-item-header a, .event-item-header a{
   text-decoration: none;
   color: #fbee64;
}
.news-item-header a:hover, .event-item-header a:hover, .news-item-header a:focus, .event-item-header a:focus{
   text-decoration: underline;
}
.news-item-copy, .event-item-copy{
    font-size: 14px;
}
.news-item-copy p, .event-item-copy p{
    margin-bottom: 5px;
}
.news-item-date, .event-item-date{
    font-size: 12px;
    font-style: italic;
}
.events .event-item{
    display: table;
    margin-bottom: 25px;
    position: relative;
}
.events .event-item .event-date, .events .event-item .event-text {
    display: table-cell;
    position: relative;
}
.event-item .event-date {
    vertical-align: middle;
}
.event-item .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #016bb1;
}
.event-item .event-date .event-day {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #016bb1;
}
.event-item .event-text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    padding-left: 20px;
}
.event-item .event-date-bg{
   background-color: #fbee64;
   padding: 10px;
   line-height: 34px;
}
.event-item .event-item-time{
    font-size: 12px;
    font-style: italic;
}
.news .news-events-header .news, .events .news-events-header .events{
    display: none;     
    }
.news .news-events-header, .events .news-events-header{
    padding-top: 0;
    }
.news-events.interior{
    color: inherit;
}
.news-events.interior .news-item-header a, .news-events.interior .event-item-header a{
   color: #016bb1;
}
.news-events.interior .event-item .event-date .event-month {
    color: #016bb1;
}
.news-events.interior .event-item .event-date .event-day {
    color: #016bb1;
}
.news-events.interior .event-item .event-date-bg{
   background-color: #fbee64;
}
.news-events.interior .news .news-events-header .news, .news-events.interior .events .news-events-header .events{
    display: block;  
    color: #016bb1;
    text-align: left;
    margin-bottom: 15px;
    }
.news-events.interior .news-events-header span {
    color: #016bb1;
}
.feature-boxes{
    padding: 40px 0;
    text-align: center;
}
.feature-item{
    margin-bottom: 20px;
}
.feature-item .thumb, .feature-item .thumb-image {
    position: relative;
}
.feature-item .thumb-image img {
    width: 100%;
}
.feature-item .thumb-detail {
    position: absolute;
    transition: opacity .5s ease;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature-item:hover .thumb-detail, .feature-item:focus .thumb-detail {
    opacity: 1;
}
.feature-item .thumb-detail.purple {
    background: #7f0f6d;
}
.feature-item .thumb-detail.blue {
    background: #016bb1;
}
.feature-item .thumb-detail .inner {
    position: relative;
    height: 100%;
    text-align: center;
}
.feature-item .thumb-detail .inner .inner-text {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
.feature-item .thumb-detail .inner .inner-text p {
    color: #fff;
    line-height: 1.125em;
    padding: 0 20px;
	margin: 0px;
}
.feature-item .thumb-detail .inner-button {
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.feature-item .thumb-detail .inner-button .btn{
    margin: 0;
}
.feature-item .title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.breadcrumb {
    background-color: transparent !important;
    margin: 0;
    display: block;
    padding: 2rem 0;
    line-height: 1.5rem !important;
}
.breadcrumb .fa-home{
	margin-right: 5px;
}
.breadcrumb-item.active {
    color: #016bb1;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #4E555A;
    font-weight: 400;
}
.breadcrumb li  a {
    font-weight: 400;
    text-decoration: none;
    border-bottom: none !important;
    color: #4E555A;
}
.breadcrumb li  a:hover{
    text-decoration: underline;
    text-decoration-color: #000;
}
/*Side Nav*/
.side-nav-heading {
	font-size: 20px !important;
	color: #016bb1 !important;
    font-weight: 400;
    padding: 1.5rem 1.5rem .5rem 1.5rem;
    margin: 0 !important;
}
.side-nav-heading:after{
    display: none;
}
.side-nav-heading a {
	color: #016bb1 !important;
    text-decoration:none;
}
#sidebar {
	margin-bottom: 20px;
    background-color: #fff;
}
#sidebar #side-nav-accordion{
	width: 100%;
    padding: 0;
    background: #f5f5f5;
}
#sidebar .navbar {
	padding: 0;
	background-color: #fff;
    margin-bottom: 20px;
}
#sidebar .navbar-light .nav-item:first-child {
	border-top: none;
}
#sidebar .navbar-light .nav-link {
    color: #4f4f4f;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 24px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
}
#sidebar .navbar-light .nav-link:hover, #sidebar .navbar-light .nav-link:focus {
	color: #fff;
    background-color: #016bb1;
}
#sidebar .navbar-light .nav-item ul .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item ul .nav-item .nav-link:focus{
    color: #016bb1;
}
#sidebar .navbar-light{
	width: 100%;
}
#sidebar .navbar .navbar-toggler {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    border: none;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    top: 5px;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up{
    display:none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down{
    display:none;
}
#sidebar .navbar-brand{
   font-size: 15px;
    font-weight: 500; 
        padding-left: 10px;
}
#sidebar .navbar-light .nav-item{
	margin: 0;
    border-left: 0px;
    border-right: 0px;
	position: relative;
    display: block;
    width: 100%;
}
#sidebar .navbar-light .row{
    width: 100%;
}
#sidebar .navbar-light .nav-item .navbar-nav {
	background-color: #f6f6f6;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 15px 8px 40px;
    border: none;
}
#sidebar .navbar-light .nav-item:last-child .nav-link {
    padding-bottom: 15px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item:last-child .nav-link {
    padding-bottom: 20px;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link:hover, #sidebar .navbar-light .nav-item .nav-item .nav-link:focus {
    background-color: #f4f4f4;
}
#sidebar .navbar-light .nav-item .nav-item .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 15px 8px 50px;
}
#sidebar .navbar-light .nav-item .nav-item:first-child .nav-link {
	border-top: none;
    padding-bottom: 10px;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]{
    padding-right: 40px;
}
#sidebar .navbar-light .nav-item .nav-link[data-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 14px;
    color: #495057;
    position: absolute;
    right: 24px;
    top: 15px;
}
#sidebar .navbar-light .nav-item .nav-link:hover[data-toggle]::after, #sidebar .navbar-light .nav-item .nav-link:focus[data-toggle]::after, #sidebar .navbar-light .nav-link:hover[aria-expanded="true"]::after, #sidebar .navbar-light .nav-link:focus[aria-expanded="true"]::after{
    color: #fff;
}
#sidebar .navbar-light .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f077";
    color: #fff;
}
#sidebar .navbar-light .nav-item .nav .nav-item .nav-link[data-toggle]::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    color: #495057;
    position: absolute;
    right: 24px;
    top: 10px;
}
#sidebar .navbar-light .nav-item .nav .nav-item .nav-link[aria-expanded="true"]::after {
	content: "\f077";
    color: #016bb1;
}
#sidebar .navbar-light .nav-link[aria-expanded="true"]{
    background-color: #016bb1;
    color: #fff;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link[aria-expanded="true"]{
    background-color: transparent;
    color: #4f4f4f;
}
#sidebar .navbar-light .nav-item .nav-item .nav-link::after{
    content: none;
}
#sidebar .navbar-light .nav-item ul {
	margin-left: 0 !important;
}
#sidebar .secondary-nav{
    width: 100%;
    padding: 0 20px;
}
#sidebar .secondary-nav .nav-link{
    border: none;
    color: #016bb1;
}
.figure{
    display: block;
}
.figure.event-image{
    max-width: 415px;
    float: right;
    margin-left: 30px;
}
.figure-caption{
   color: #42484c; 
}
.figure img{
    -webkit-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    -moz-box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    box-shadow: 0px 7px 18px 0px rgba(119,119,119,0.32);
    margin: 20px auto;
}
blockquote, .blockquote{
    border-left: 4px solid #016bb1;
    padding-left: 10px;
    margin: 20px 40px;
}
.right-column blockquote, .right-column .blockquote{
    font-size: 1rem;
    margin: 20px 0;
}
.blockquote-footer {
    color: #4E565A;
}
/*Accordions style 1*/
.accordion-style-1{
    margin-bottom: 20px;
}
.accordion-style-1 .card {
	border: none;
	margin: 10px 0;
}
.accordion-style-1 .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion-style-1 .card-header .btn {
    font-size: 24px;
    background-color: #7f0f6d;
    color: #fff !important;
    border: none;
    box-shadow: none !important;
    padding: 10px 45px 10px 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
}
.accordion-style-1 .card-header .btn:hover, .accordion-style-1 .card-header .btn:focus{
    text-decoration: none;
    background-color: #016bb1;
}
.accordion-style-1 .card-header .btn-link .fas {
    font-size: 24px;
    padding: 0 5px;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
}
.accordion-style-1 .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion-style-1 .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion-style-1 .card-body {
    border: none;
    border-top: 0px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.accordion-style-1 .card-body p:first-child {
	margin-top: 0;
}
.accordion-style-1 .card-body p:last-child {
	margin-bottom: 0;
}
/*Tab Option 1*/
.tab-option-1 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #7f0f6d;
	border-left: none;
	border-right: none;	
	font-size: 20px;
    background-color: transparent;
    position: relative;
}
.tab-option-1 .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 20px;
    color: #016bb1;
    bottom: -30px;
    left: 45%;
}
.tab-option-1 .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
	font-size: 20px;
	color: #016bb1;
	padding: 12px 25px 8px;
	text-decoration: none;
    font-weight: bold;
}
.tab-option-1 .nav-tabs  > a:last-of-type {
    margin-right: 0;
}
.tab-option-1 .nav-tabs .nav-link:after {
	content: none;
}
.tab-option-1 .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
}
.tab-option-1 .nav-tabs .nav-item {
    margin-bottom: -4px;
	margin-top: 0;
	background-color: transparent;
    border-bottom: 4px solid #ececec;
}
.tab-option-1 .nav-tabs .nav-link:hover {
	text-decoration: none;
}
.tab-option-1 .nav-tabs {
    border-bottom: 4px solid #ececec;
	margin-top: 10px;
}
.tab-option-1 .nav-tabs .nav-link:hover {
    border-bottom-color: #016bb1;
}
.tab-option-1 .nav-tabs .nav-link.active:hover {
	border-bottom-color: #016bb1;
}
.tab-option-1 .tab-content {
	text-align: left;
    padding: 20px;
    background-color: #fff;
	margin-bottom: 50px;
}
.tab-option-1 .tab-content h3 {
	margin: 20px 0;
}
.news-list {
   border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
}
.news-list .date{
    color: #7f0f6d;
    margin-bottom: 10px;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
.events-list .event-item {
   border-bottom: 1px solid #dee2e6;
   padding-bottom: 10px;
    margin-bottom: 25px;
}
.content .date{
    color: #7f0f6d;
    margin-bottom: 10px;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
.content .location{
   color: #595959; 
    font-size: 20px;
}
.pagination, .ou-search-pagination {
    margin: 20px auto !important;
}
.pagination .page-item .page-link{
    text-decoration: none !important;
}
.pagination .page-item.active .page-link{
    background-color: #fbee64 !important;
    border-color: #dee2e6 !important;
    color: #016bb1;
}


@media (min-width: 1200px){
.container {
    max-width: 1240px;
}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
.site-navigation.modal[style] {
    display: block !important;
    }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
body {
	/*border: 2px solid #fcee21;*/
	} /*yellow*/
.site-navigation.modal[style] {
    display: block !important;
    }
.main-navigation .nav li a {
    padding: 10px;
    font-size: 16px;
    }
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	/*border: 2px solid #0000ff;*/
	} /*blue*/
.site-search{
   margin-left: 10px;
   width: auto;
    }
.top-row .site-search, .top-row .audience .nav li a.btn{
   display: none;     
    }
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
    }
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.mobile-logo a {
    width: 300px;
    height: 75px;
    top: 10px;
    left: 25px;
    }
.mobile-header {
	display: block;
}
.mobile-header a.btn{
    margin: 0;
    width: 100%;
}
.menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #016bb1;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #016bb1 !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 125px;
	margin:0;
}
.main-navigation {
    padding: 40px 30px 40px;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item, .main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    border: none;
    color: #fff;
}
.main-navigation .dropdown.open .sub-menu .dropdown a.dropdown-toggle, .main-navigation .dropdown .sub-menu .dropdown.open a.dropdown-toggle{
    color: #fff !important;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown.show .dropdown-toggle::after {
    content: "\f106" !important;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    background-color: transparent;
    color: #fff !important;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
    color: #fff !important;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; 
    }
.main-navigation .top-row .audience .nav-item .nav-link{
    border-left: none;    
    border-bottom: none;
    }
header .main-navigation .audience .nav li a:hover, header .main-navigation .auxnav .nav li a:hover, header .main-navigation .audience .nav li a:focus, header .main-navigation .auxnav .nav li a:focus {
    color: #fff !important;
    background-color: transparent;
}
.main-navigation .bottom-row {
    padding: 0px 0 30px;
}
.main-navigation .top-row {
    padding: 40px 0 0;
}
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .audience .nav li a:after{
    display: none;     
    }
.main-navigation .nav li a:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107" !important;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 16px;
}
.main-navigation .nav li:first-child a:after, .main-navigation .nav li:last-child a:after {
    display: none;
}
.main-navigation .nav li a[aria-expanded="true"]:after{
    content: "\f106" !important;    
    }
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    border: none;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 0;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 20px;
    position: absolute !important;
    display: inline-block;
    top: 10px;
    right: 30px;
    text-shadow: none;
    opacity: 1;
}
.main-navigation .logo, .main-navigation .hamburger{
    display:none;    
    }
.hero-slider .slide {
    height: 600px;
}
.hero-slider .carousel-caption {
    width: 90%;
}
.actions-nav ul li {
    height: 130px;
}
.actions-nav ul li a {
    min-width: 135px;
}
.section {
    padding: 40px 0;
}
.sub-header h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
.lead {
    font-size: 20px;
    line-height: 1.35em;
}
.btn-default {
    min-width: 110px;
}
.restrict {
    padding: 0 15%;
}
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
body {
		/*border: 2px solid #ed1e79;*/
	}  /*pink*/
.site-search{
   margin-left: 10px;
   width: auto;
    }
.top-row .site-search, .top-row .audience .nav li a.btn{
   display: none;     
    }
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
    }
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.mobile-logo a {
    width: 300px;
    height: 75px;
    top: 10px;
    left: 25px;
    }
.mobile-header {
	display: block;
}
.mobile-header a.btn{
    margin: 0;
    width: 100%;
}
.menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #016bb1;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #016bb1 !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 125px;
	margin:0;
}
.main-navigation {
    padding: 40px 30px 40px;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item, .main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    border: none;
    color: #fff;
}
.main-navigation .dropdown.open .sub-menu .dropdown a.dropdown-toggle, .main-navigation .dropdown .sub-menu .dropdown.open a.dropdown-toggle{
    color: #fff !important;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown.show .dropdown-toggle::after {
    content: "\f106" !important;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    background-color: transparent;
    color: #fff !important;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
    color: #fff !important;
}
header .main-navigation .audience .nav li a:hover, header .main-navigation .auxnav .nav li a:hover, header .main-navigation .audience .nav li a:focus, header .main-navigation .auxnav .nav li a:focus {
    color: #fff !important;
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; 
    }
.main-navigation .top-row .audience .nav-item .nav-link{
    border-left: none;    
    border-bottom: none;
    }
.main-navigation .bottom-row {
    padding: 0px 0 30px;
}
.main-navigation .top-row {
    padding: 40px 0 0;
}
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .audience .nav li a:after{
    display: none;     
    }
.main-navigation .nav li a:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107" !important;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 16px;
}
.main-navigation .nav li:first-child a:after, .main-navigation .nav li:last-child a:after {
    display: none;
}
.main-navigation .nav li a[aria-expanded="true"]:after{
    content: "\f106" !important;    
    }
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    border: none;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 0;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 20px;
    position: absolute !important;
    display: inline-block;
    top: 10px;
    right: 30px;
    text-shadow: none;
    opacity: 1;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
.main-navigation .logo, .main-navigation .hamburger{
    display:none;    
    }
.footer-social li a:before {
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 36px;
}
.hero-slider .slide {
    height: 500px;
}
.hero-slider .carousel-caption h1 {
    font-size: 42px;
    line-height: 42px;
    }
.hero-slider .carousel-caption {
    width: 95%;
    bottom: 40px;
    }
.actions-nav ul li {
    height: 125px;
    width: auto;
}
.actions-nav ul li a {
    min-width: 100px;
    font-size: 13px;
    padding: 10px;
}
.section {
    padding: 40px 0;
}
.section-with-background{
   padding: 40px;    
    }
.news-events-header .news, .news-events-header .events{
   display: none;     
    text-align: left;
    margin-bottom: 20px;
    }
.news .news-events-header .news, .events .news-events-header .events{
    display: block;     
    }
.news .news-events-header, .events .news-events-header{
    padding-top: 0;
    }
.news-events .news {
    margin-bottom: 20px;
    }
.news-events .events {
    margin-top: 20px;
    }
.feature-item .thumb-detail .inner .inner-text p {
    line-height: 1.4em;
    font-size: 20px;
}
.ou-search-container {
    width: 100% !important;
}
#sidebar .navbar-light .row {
    width: auto;
}
#sidebar .navbar {
    background-color: #016bb1;
}
#sidebar .navbar .navbar-brand{
    color: #fff;    
    }
.figure.event-image{
    max-width: inherit;
    float: none;
    margin-left: 0;
}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
body {
	/*border: 2px solid #009245;*/
	} /*green*/
.container-padding{
    padding: 0 15px;
}
h1, .h1 {
    font-size: 1.75rem;
    line-height: 2.75rem;
}
.space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.site-search{
   margin-left: 10px;
   width: auto;
    }
.top-row .site-search, .top-row .audience .nav li a.btn{
   display: none;     
    }
.main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
    }
.main-navigation .nav li a.current:before{
   display: none;     
    }
.siteHeader {
    position: absolute;
}
.mobile-logo a {
    width: 300px;
    height: 75px;
    top: 10px;
    left: 25px;
    }
.mobile-header {
	display: block;
}
.mobile-header a.btn{
    margin: 0;
    width: 100%;
}
.menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
}
.site-navigation.modal{
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.site-navigation .modal-body{
    padding: 0 0 40px; 
    background-color: #016bb1;
    }
.site-navigation.modal.show{
    opacity: 1;
}
.site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
}
.site-navigation .modal-content {
    background-color: #016bb1 !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height:100vh;
    width: 500px;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.site-navigation.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.site-navigation.modal .modal-dialog {
	position:absolute;
	top:0;
	right: 125px;
	margin:0;
}
.main-navigation {
    padding: 40px 30px 40px;
}
.site-navigation{
    padding: 75px 60px;
    overflow: hidden;
}
.site-navigation .nav{
    display: block;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item{
    border: none;
}
.site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item, .main-navigation .nav .dropdown .dropdown-menu .sub-menu li a{
    border: none;
    color: #fff;
}
.main-navigation .dropdown.open .sub-menu .dropdown a.dropdown-toggle, .main-navigation .dropdown .sub-menu .dropdown.open a.dropdown-toggle{
    color: #fff !important;
}
.main-navigation .nav .dropdown .dropdown-menu .sub-menu .dropdown.show .dropdown-toggle::after {
    content: "\f106" !important;
}
.main-navigation .nav .dropdown ul li a:hover, .main-navigation .nav .dropdown ul li a:focus {
    background-color: transparent;
    color: #fff !important;
}
.site-navigation .main-navigation .nav .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item:after{
    display: none; 
}
.main-navigation .nav .dropdown {
    display: block;
    }
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
    color: #fff !important;
}
header .main-navigation .audience .nav li a:hover, header .main-navigation .auxnav .nav li a:hover, header .main-navigation .audience .nav li a:focus, header .main-navigation .auxnav .nav li a:focus {
    color: #fff !important;
    background-color: transparent;
}
.main-navigation .top-row .audience .nav-item .nav-link{
    color: #fff;
    padding: 5px 0;
    }
.main-navigation .top-row .audience .nav-item{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; 
    }
.main-navigation .top-row .audience .nav-item .nav-link{
    border-left: none;    
    border-bottom: none;
    }
.main-navigation .bottom-row {
    padding: 0px 0 30px;
}
.main-navigation .top-row {
    padding: 40px 0 0;
}
.site-navigation .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
    -webkit-transition: padding-left,padding-right,background-color,color;
    -moz-transition: padding-left,padding-right,background-color,color;
    -o-transition: padding-left,padding-right,background-color,color;
    transition: padding-left,padding-right,background-color,color;
    -webkit-transition-duration: 250ms,250ms,250ms,250ms;
    -moz-transition-duration: 250ms,250ms,250ms,250ms;
    -o-transition-duration: 250ms,250ms,250ms,250ms;
    transition-duration: 250ms,250ms,250ms,250ms;
    -webkit-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -moz-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    -o-transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
    transition-timing-function: ease-in-out,ease-in-out,ease-in-out,ease-in-out;
}
.main-navigation .audience .nav li a:after{
    display: none;     
    }
.main-navigation .nav li a:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107" !important;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 16px;
}
.main-navigation .nav li:first-child a:after, .main-navigation .nav li:last-child a:after {
    display: none;
}
.main-navigation .nav li a[aria-expanded="true"]:after{
    content: "\f106" !important;    
    }
.main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
}
.main-navigation .nav .dropdown .dropdown-menu.show{
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
    }
.main-navigation .nav .dropdown .dropdown-menu{
    transition: none !important;    
    }
.main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
}
.main-navigation .nav .dropdown .dropdown-menu{
    z-index: 0;    
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    border: none;
    }
.site-navigation .audience{
    padding-top: 0;
    margin-bottom: 0;
}
.modal-open .siteHeader {
    background-color: transparent;
    }
.menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 20px;
    position: absolute !important;
    display: inline-block;
    top: 10px;
    right: 30px;
    text-shadow: none;
    opacity: 1;
}
.menuClose:hover, .menuClose:focus{
   color: #fff;     
    }
.main-navigation .logo, .main-navigation .hamburger{
    display:none;    
    }
footer, footer .connect{
   text-align: center;     
    }
.sub-header h1 {
    font-size: 40px;
}
.hero-slider .carousel-caption {
    width: 100%;
    display: block !important;
    bottom: 0;
    transform: none;
    left: 0;
    height: 175px;
    padding: 10px 20px;
}
.hero-slider .slide {
    height: 500px;
}
.hero-slider .slide .slider-img{
    margin-bottom: 175px;    
    }
.hero-slider .carousel-caption h1 {
    font-size: 38px;
    line-height: 42px;
     white-space: normal;
    margin-bottom: 5px;
    }
.hero-slider .carousel-caption p {
    font-size: 22px;
    line-height: 24px;
}
.slider-wrapper .slide-controllers {
    bottom: 210px;
}
.slick-dots {
    bottom: 180px !important;
}
.slider-wrapper {
    border-bottom: 3px solid #fff;
}
.section {
    padding: 20px 0;
}
.section-with-background{
    padding: 40px 0; 
    }
.footer-social {
    margin-top: 20px;
    text-align: center;
}
.nav-tabs .nav-link{
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;    
    }
.news-events-header .news, .news-events-header .events{
   display: none;     
    text-align: left;
    margin-bottom: 20px;
    }
.news .news-events-header .news, .events .news-events-header .events{
    display: block;     
    }
.news .news-events-header, .events .news-events-header{
    padding-top: 0;
    }
.news-events .news {
    margin-bottom: 20px;
    }
.news-events .events {
    margin-top: 20px;
    }
.ou-search-container {
    width: 100% !important;
}
.accordion-style-1 .card-header .btn {
    font-size: 18px;
    }
.accordion-style-2 .card-header .btn {
    font-size: 18px;
    }
.accordion-style-1 .card-header .btn-link .fas {
    font-size: 18px;
    }
.accordion-style-2 .card-header .btn-link .fas {
    font-size: 18px;
    }
.cookiealert {
    left: 0px;
    right: 0px;
    }
.cookiealert .acceptcookies {
    margin-left: 0;
    }
.emergency-alert{
    padding: 20px 60px 20px 20px;
    text-align: center;
    font-size: 18px;
    }
.emergency-alert.alert-dismissible .close {
    right: -15px;
    top: -10px;
    width: 20px;
    height: 20px;
}
#sidebar .navbar-light .row {
    width: auto;
}
aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    margin: 5px 0;
    }
.font-size-xl {
    font-size: 46px;
}
.faculty-headshot {
    float: none;
}
.actions-nav ul{
    display: block;    
    }
.actions-nav ul li{
    margin: 0 auto;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #fff;
    }
.actions-nav ul li:last-child{
    border-bottom: none;    
    }
#sidebar .navbar {
    background-color: #016bb1;
}
#sidebar .navbar .navbar-brand{
    color: #fff;    
    }
.figure.event-image{
    max-width: inherit;
    float: none;
    margin-left: 0;
}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
body {
	/*border: 2px solid #f15a24;*/
	} /*orange*/
.site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
}
.site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-navigation.modal .modal-dialog {
    right: 0;
    left: 0;
}
.site-navigation .modal-content {
    width: 100%;
}
.menuToggle {
    right: 15px;
}
.mobile-logo a {
    width: 250px;
    height: 55px;
    top: 20px;
}
.site-search {
    margin-left: 5px;
}
.hero-slider .carousel-caption h1 {
    font-size: 32px;
    margin-bottom: 5px;
}
.hero-slider .carousel-caption p {
    font-size: 20px;
    line-height: 24px;
}
.menuToggle{
    font-size: 22px;  
    }
.mobile-header a.btn{
    padding-left: 5px;
    padding-right: 5px;    
    }
}
