body {
    margin: 0px !important;
}
div.content-area {
    padding-top: 0px !important;
}
a.hover-blue:hover {
    color: rgba(19,0,120,1) !important;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.btn-gradient {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}
.form-control.sinclair-control {
    border: 1px solid rgba(19,0,120,1);
    border-radius: 0px;
    color: #ac1a2f;
    font-weight: 700;
}
@supports (position: sticky) {
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }
}
/* **************************************** */
/* header                                   */
/* **************************************** */
.my-sinclair-header {
    width: 100%;
	background-color: #ac1a2f !important;
	background-image: url("../images/background-tiled-redfaces.gif") !important;
	background-repeat: repeat-x !important;
}
@media (min-width: 768px) {
header {
    background-image: url("../images/iam-background.jpg");
    background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
    background-size: cover;
}
}
.fadable {
    background-color: rgba(255,255,255,1);
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}
.btn-outline-iam, .btn-outline-iam-interior {
    border: 6px solid rgba(19,0,120,1);
    border-radius: 0px;
    color: rgba(19,0,120,1);
    background-color: white;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    text-decoration: none !important;
}
.btn-outline-iam:hover, .btn-outline-iam-interior:hover { border: 6px solid #616366;color: #616366;background-color: white;}
.btn-iam, .btn-iam-interior {
    border: 6px solid white;
    border-radius: 0px;
    background-color: rgba(19,0,120,1);
    color: white;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    text-decoration: none !important;
}
.btn-iam:hover, .btn-iam-interior:hover {background-color: #616366;border: 6px solid white;color: white;}
.btn-long-iam {
    border: 4px solid #ac1a2f;
    border-radius: 0px;
    color: #ac1a2f;
    background-color: white;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    text-decoration: none !important;
}
.btn-long-iam:hover {
    border: 4px solid rgba(19,0,120,1);
    background-color: white;
    color: rgba(19,0,120,1);
}
.btn-long-iam:visited {color: rgba(19,0,120,1);}
.btn-longoutline-iam {
    border: 4px solid white;
    background-color: #ac1a2f;
    color: white;
    border-radius: 0px;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.28);
    text-decoration: none !important;
}
.btn-longoutline-iam:hover {
    border: 4px solid white;
    background-color: rgba(19,0,120,1);
    color: white;
}
.btn-longoutline-iam:visited {color: white;}
#audienceClose span {
    color: rgba(19,0,120,1) !important;
}
.list-group-item.faq-question {
    background-color: transparent;
}
.cta-icon {
    background: url('../images/CTA-icons.png');
    width: 28px;
    height: 21px;
    vertical-align: bottom;
}

.cta-base-btn {
	width: 190px;
	border: 2px solid;
	border-radius: 16px;
	font-weight: 700;
	font-size: 14px;
    margin: 0px 6px 6px;
}
.cta-base-btn-sm {
	width: 120px;
	border: 2px solid;
	border-radius: 16px;
	font-weight: 700;
	font-size: 12px;
	margin: 0px 0px 6px;
}
.cta-base-btn > i {
	font-size: 16px;
	margin-top: 2px;
}
.cta-visit-btn {
	background: rgb(248,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,243,244,1) 0%, rgba(236,245,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,243,244,1) 0%,rgba(236,245,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,243,244,1) 0%,rgba(236,245,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f3f4', endColorstr='#ecf5f1',GradientType=0 ); /* IE6-9 */
	border-color: rgba(225,240,234,1);
	color: rgba(28,88,64,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
	box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
}
.cta-visit-btn:hover {
	background: rgb(28,88,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,88,64,1) 0%, rgba(0,121,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5840', endColorstr='#007972',GradientType=0 ); /* IE6-9 */
	border-color: rgba(28,88,64,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-visit-icon {
    background-position: 28px 21px;
    display: inline-block;
}
.cta-visit-btn:hover .cta-visit-icon {
    background-position: 0px 21px;
    display: inline-block;
}
.cta-apply-btn {
	background: rgb(249,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,243,244,1) 0%, rgba(238,235,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,243,244,1) 0%,rgba(238,235,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,243,244,1) 0%,rgba(238,235,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3f4', endColorstr='#eeebfc',GradientType=0 ); /* IE6-9 */
	border-color: rgba(236,233,254,1);
	color: rgba(19,0,120,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
	box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
}
.cta-apply-btn:hover {
	background: rgb(19,0,120); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19,0,120,1) 0%, rgba(75,60,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130078', endColorstr='#4b3c9c',GradientType=0 ); /* IE6-9 */
	border-color: rgba(19,0,120,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-apply-icon {
    background-position: 29px 0px;
    display: inline-block;
}
.cta-apply-btn:hover .cta-apply-icon {
    background-position: 0px 0px;
    display: inline-block;
}
.cta-sched-btn {
	background: rgb(248,242,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,242,244,1) 0%, rgba(238,219,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,242,244,1) 0%,rgba(238,219,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,242,244,1) 0%,rgba(238,219,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2f4', endColorstr='#eedbed',GradientType=0 ); /* IE6-9 */
	border-color: rgba(239,230,239,1);
	color: rgba(88,0,84,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
	box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
}
.cta-sched-btn:hover {
	background: rgb(88,0,84); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,0,84,1) 0%, rgba(123,11,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(88,0,84,1) 0%,rgba(123,11,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(88,0,84,1) 0%,rgba(123,11,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580054', endColorstr='#7b0b45',GradientType=0 ); /* IE6-9 */
	border-color: rgba(88,0,84,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-sched-icon {
    background-position: 29px 42px;
    display: inline-block;
}
.cta-sched-btn:hover .cta-sched-icon {
    background-position: 0px 42px;
    display: inline-block;
}
#iamDetails h4, #interestDetails h4 {
  	color: #616366 !important;
  	font-family: "Montserrat", san-serif;
    font-display: auto;
    font-size: 1.3em;
    line-height: 12px;
  	text-transform: none;
}
#iamDetails p {
    line-height: 1.6em;
}
#interestDetails li {
    line-height: 1.5em;
}
#iamDetails a {
    font-weight: bold;
}
#iamDetails a, #interestDetails a {
    text-decoration: underline;
}
/* **************************************** */
/* footer                                   */
/* **************************************** */
#footer > .map {
    background: #000 !important;
}
.footer-base-btn {
	width: 190px;
	border: 2px solid;
	border-radius: 16px;
	font-weight: 600;
	font-size: 14px;
    margin: 0px 6px 6px;
}

.footer-map-btn {
	background: rgb(28,88,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,88,64,1) 0%, rgba(0,121,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5840', endColorstr='#007972',GradientType=0 ); /* IE6-9 */
	border-color: rgba(28,88,64,0.9);
	color: rgba(255,255,255,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
	box-shadow: 0px 2px 3px 0px rgba(28,88,64,0.2);
}
.footer-map-btn:hover {
	background: rgb(248,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,243,244,1) 0%, rgba(236,245,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,243,244,1) 0%,rgba(236,245,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,243,244,1) 0%,rgba(236,245,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f3f4', endColorstr='#ecf5f1',GradientType=0 ); /* IE6-9 */
	border-color: rgba(225,240,234,1);
	color: rgba(28,88,64,1) !important;
}
.footer-map-btn:focus {
    outline: 3px solid white !important;
}
.footer-map-icon {
    background-position: 0px 21px;
    display: inline-block;
}
.footer-map-btn:hover .footer-map-icon {
    background-position: 29px 21px;
    display: inline-block;
}
.footer-sched-btn {
	background: rgb(88,0,84); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,0,84,1) 0%, rgba(123,11,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(88,0,84,1) 0%,rgba(123,11,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(88,0,84,1) 0%,rgba(123,11,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580054', endColorstr='#7b0b45',GradientType=0 ); /* IE6-9 */
	border-color: rgba(88,0,84,0.9);
	color: rgba(255,255,255,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
	box-shadow: 0px 2px 3px 0px rgba(88,0,84,0.2);
}
.footer-sched-btn:hover {
	background: rgb(248,242,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,242,244,1) 0%, rgba(238,219,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,242,244,1) 0%,rgba(238,219,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,242,244,1) 0%,rgba(238,219,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2f4', endColorstr='#eedbed',GradientType=0 ); /* IE6-9 */
	border-color: rgba(239,230,239,1);
	color: rgba(88,0,84,1) !important;
}
.footer-sched-btn:focus {
    outline: 3px solid white !important;
}
.footer-sched-icon {
    background-position: 0px 42px;
    display: inline-block;
}
.footer-sched-btn:hover .footer-sched-icon {
    background-position: 29px 42px;
    display: inline-block;
}
.footer-apply-btn {
	background: rgb(19,0,120); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19,0,120,1) 0%, rgba(75,60,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130078', endColorstr='#4b3c9c',GradientType=0 ); /* IE6-9 */
	border-color: rgba(19,0,120,0.9);
	color: rgba(255,255,255,1) !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
	box-shadow: 0px 2px 3px 0px rgba(20,0,120,0.2);
}
.footer-apply-btn:hover {
	background: rgb(249,243,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,243,244,1) 0%, rgba(238,235,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,243,244,1) 0%,rgba(238,235,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,243,244,1) 0%,rgba(238,235,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3f4', endColorstr='#eeebfc',GradientType=0 ); /* IE6-9 */
	border-color: rgba(236,233,254,1);
	color: rgba(19,0,120,1) !important;
}
.footer-apply-btn:focus {
    outline: 3px solid white !important;
}
.footer-apply-icon {
    background-position: 0px 0px;
    display: inline-block;
}
.footer-apply-btn:hover .footer-apply-icon {
    background-position: 29px 0px;
    display: inline-block;
}

.footer-social-icon-new {
    width: 42px;
    height: 42px;
    vertical-align: bottom;
    border-width: 3px !important;
    border-color: white !important;
}
.footer-social-icon-new:hover {
    color: #ac1a2f;
    background-color: white;
}
.fa-xla {
    font-size: 24px !important;
}
.footer-social-icon {
    background: url('../images/social-icons.png');
    width: 41px;
    height: 41px;
    vertical-align: bottom;
}
.footer-facebook {
    background-position: 0px 0px;
    display: inline-block;
}
.footer-facebook:hover {
    background-position: 41px 0px;
    display: inline-block;
}
.footer-twitter {
    background-position: 0px 164px;
    display: inline-block;
}
.footer-twitter:hover {
    background-position: 41px 164px;
    display: inline-block;
}
.footer-instagram {
    background-position: 0px 123px;
    display: inline-block;
}
.footer-instagram:hover {
    background-position: 41px 123px;
    display: inline-block;
}
.footer-snapchat {
    background-position: 0px 82px;
    display: inline-block;
}
.footer-snapchat:hover {
    background-position: 41px 82px;
    display: inline-block;
}
.footer-youtube {
    background-position: 0px 41px;
    display: inline-block;
}
.footer-youtube:hover {
    background-position: 41px 41px;
    display: inline-block;
}
/* **************************************** */
/* side navigation                          */
/* **************************************** */
.sidebar-nav > ul {
    margin-bottom: 1rem;
    padding-bottom: 1px;
    border-bottom: 1px solid #c5cad2 !important;
}
.sidebar-nav ul {
    display: block !important;
}
.sidebar-nav ul li {
    padding: 0px;
}
.sidebar-nav a {
    padding: 5px 14px;
    display: block
}
.sidebar-nav .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid #c5cad2 !important;
}
.sidebar-nav > ul > li.list-group-item.active {
    border-top-width: 0px !important;
}
.sidebar-nav .list-group-item {
    border-top-width: 1px !important;
    border-bottom-width: 0px !important;
}
.sidebar-nav .list-group-item.active {
    border-color: #c5cad2;
}
.sidebar-nav .list-group-item.active.nav-indent > a {
    background-color: white !important;
}
.sidebar-nav .list-group-item.active > a,
.sidebar-nav .list-group-item.active > a.current {
    background-color: black !important;
}
.sidebar-nav .list-group-item.active > a:hover,
.sidebar-nav .list-group-item.active > a.current:hover,
.sidebar-nav a:hover {
    background-color: #ac1a2f !important;
    color: white !important;
    text-decoration: none;
}
.sidebar-nav ul.ul-nest {
    background-color: #ffffff;
}
.sidebar-nav a.current ul.ul-nest {
    background-color: #eaecef;
}
.sidebar-nav ul.ul-nest li.list-group-item {
    background-color: transparent !important;
}
.well .nav > li > a {
    border-bottom-width: 0px !important;
}
.well a.indent-1 {
     padding-left: 20px;
 }
.well a.indent-2 {
     padding-left: 40px;
 }
.well a.indent-3 {
    padding-left: 60px;
}

/* **************************************** */
/* generic component display                */
/* **************************************** */

.btn-sinclair {
    color: #fff !important;
    background-color: #ac1a2f;
    border-color: #ac1a2f;
}

.btn-sinclair:hover {
    color: #fff !important;
    background-color: #911628;
    border-color: #8a1526;
}

.btn-sinclair:focus, .btn-sinclair.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-sinclair.disabled, .btn-sinclair:disabled {
    color: #fff !important;
    background-color: #ac1a2f;
    border-color: #ac1a2f;
}

.btn-sinclair:not(:disabled):not(.disabled):active, .btn-sinclair:not(:disabled):not(.disabled).active,
.show > .btn-sinclair.dropdown-toggle {
    color: #fff !important;
    background-color: #8a1526;
    border-color: #801323;
}

.btn-sinclair:not(:disabled):not(.disabled):active:focus, .btn-sinclair:not(:disabled):not(.disabled).active:focus,
.show > .btn-sinclair.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 26, 47, 0.5);
}

.btn-outline-sinclair {
    color: #ac1a2f !important;
    background-color: transparent;
    background-image: none;
    border-color: #ac1a2f;
}

.btn-outline-sinclair:hover {
    color: #fff !important;
    background-color: #ac1a2f;
    border-color: #ac1a2f;
    border-radius: 0.7rem;
}

.btn-outline-sinclair:focus, .btn-outline-sinclair.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 26, 47, 0.5);
}

.btn-outline-sinclair.disabled, .btn-outline-sinclair:disabled {
    color: #ac1a2f !important;
    background-color: transparent;
}

.btn-outline-sinclair:not(:disabled):not(.disabled):active,
.btn-outline-sinclair:not(:disabled):not(.disabled).active,
.show > .btn-outline-sinclair.dropdown-toggle {
    color: #fff !important;
    background-color: #ac1a2f;
    border-color: #ac1a2f;
}

.btn-outline-sinclair:not(:disabled):not(.disabled):active:focus,
.btn-outline-sinclair:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sinclair.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 26, 47, 0.5);
}

.mini-panel {
    margin-bottom: 10px !important;
}
.mini-panel > .card-header {
    background-color: #ac1a2f;
    color: #FFFFFF;
    padding: 10px 10px;
    font-family: 'Open Sans';
    font-display: auto;
    font-size: 1.29em;
    font-weight: 700;
    text-align: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
}
.mini-panel > .card-body {
    padding: 0px !important;
}
.mini-panel > .card-footer {
    background-color: white !important;
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-header.complete-calendar {
    background: #616366; /*Old browsers*/
    background: -webkit-linear-gradient(#707377, #616366); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(#707377, #616366);
    background: -ms-linear-gradient(#707377, #616366); /*For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(#707377, #616366); /*For Firefox 3.6 to 15*/
    background: linear-gradient(#707377, #616366); /*Standard syntax*/
    color: #ffffff;
}
.card-header.academic-calendar {
    background-color: #580054;
}
.card-header.performance-calendar1 {
    background-color: #1c5840;
}
.card-header.workshops-conferences-special-events {
    background-color: #014f80;
}
.mini-panel > .card-header .view-all {
    float: right;
}
.mini-panel > .card-header .view-all a {
    color: white;
}
.mini-panel > .panel-body {
    padding: 0px;
    font-size: 12px;
}
.mini-panel .list-group {
    margin-bottom: 0px;
}
.mini-panel > .panel-footer {
    padding: 10px 10px 0px 10px;
}
.mini-panel .list-group-item.condensed {
    padding: 5px 10px;
    min-height: 48px;
    overflow-y: hidden;
}
.mini-panel a.list-group-item:hover,
.mini-panel a.list-group-item:focus,
.mini-panel .list-group-item.active:hover,
.mini-panel .list-group-item.active:focus {
    background-color: #ac1a2f;
    border-color: #ac1a2f;
    color: #FFFFFF;
    z-index: 2;
}
.mini-panel a.list-group-item:hover > .badge,
.mini-panel a.list-group-item:focus > .badge {
    border: 1px solid white;
}
.mini-panel .releaseDate {
    width: 30px;
    font-size: 10px;
    clear: both;
    float: left;
    color: white;
    text-align: center;
    padding: 2px;
    margin-right: 10px;
    border-radius: 4px;
}
.mini-panel .releaseDate .days {
    display: block;
    font-size: 12px;
    font-weight: 700;
    background-color: white;
    color: black;
    width: 100%;
}
.mini-panel>.mura-nav-sequential ul,
.mura-next-n ul {
    margin: 0px;
}
.mini-panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/* **************************************** */
/* Events                                   */
/* **************************************** */
.events.container-fluid {
    background-image: -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4.2%, hsla(0,0%,  0%,.03) 4.6%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.6%, hsla(0,0%,100%,.15) 2.4%),
    linear-gradient(90deg, hsl(0,0%,98%)  0%,hsl(0deg 60% 99%) 47%,hsl(0deg 1% 95%)100%, hsl(0,0%,78%) 53%);
}
.events-old.container-fluid {
    background-image: -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),

    linear-gradient(90deg, hsl(0,0%,98%)  0%,
    hsl(0,0%,85%) 47%,
    hsl(0,0%,98%)100%,
    hsl(0,0%,78%) 53%);

}

/* **************************************** */
/* Discover Sinclair                        */
/* **************************************** */
.discover {
}
.discover .container-fluid {
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
    min-height: 400px;
}
.discover h3 {
	font-size: 2rem;
	text-align: center !important;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat", san-serif;
    font-display: auto;
	text-transform: uppercase;
	text-shadow: 1px 1px black;
}
#discoverRefresh {
    cursor: pointer;
}
#discoverRefresh:active {
    color: #ac1a2f;
}
.discover .discover-image {
    width: 96px;
    height: 96px;
}
.discover .discover-title {
	font-family: "Open Sans", serif;
    font-display: auto;
	font-size: 2rem;
	font-weight: 700;
	color: white;
}
.discover .discover-subtitle {
	font-family: "Open Sans", san-serif;
    font-display: auto;
	font-size: 0.875rem;
	font-weight: 700;
	color: white;
}
/* **************************************** */
/* events/news mini display                 */
/* **************************************** */
h2.dates {
	font-family: 'Open Sans' !important;
    font-display: auto;
    color: #47494c;
}
.event-link {
	font-size: 1rem;
}
.upcoming-event {
    border: 1px solid transparent;
}
.upcoming-event a {
    color: #ac1a2f !important;
}
.upcoming-event:hover {
    background-color: white;
    border: 1px solid #ffffff;
    border-radius: 9px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.32);
}
.upcoming-event:hover i,
.upcoming-event:hover a,
.upcoming-event:hover .event-link {
    color: #130078 !important;
    text-decoration: none;
}
.event-item {
	border: 6px solid #ac1a2f;
	border-radius: 12px;
}
.event-item:hover {
    border-color: black;
}
.event-item:hover .event-date {
    background-color: black;
}
.event-item:hover a {
    text-decoration: none;
}
.event-item .event-date {
	background-color: #ac1a2f;
	color: white;
	font-size: 1.4rem;
	font-weight: 700;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}
.event-item .event-date::after {
	display: inline-block;
	font-size: 1.1rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
    font-display: auto;
	font-weight: 300;
	content: "\f271";
	color: white;
	position: absolute;
	top: 12px;
	right: 6px;
}
.event-item .event-title {
	background-color: white;
	color: black;
	font-weight: 700;
	text-align: center;
	font-size: 0.8rem;
	min-height: 44px;
    margin: 0px;
    border-radius: 7px;
}
.news-panel > .card-header {
    padding: 5px !important;
    font-family: 'Open Sans';
    font-display: auto;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ac1a2f;
}
.news-panel > .card-header a {
    font-weight: 400;
    background: url('../images/news-arrow.png') center right no-repeat;
    padding-right: 16px;
}
.news-panel > .card-footer .calendar-footer {
    font-family: 'Open Sans';
    font-display: auto;
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.search-snippet {
    color: black !important;
    text-decoration: none !important;
}
.search-snippet:hover {
    text-decoration: none !important;
}
.visible-url:hover{
    text-decoration: none !important;
}
a.search-result > div {
    border: 1px solid transparent;
}
    a.search-result:hover > div {
    background-color: white;
    border: 1px solid #84888f;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 2px #acb2bb;
}
a.search-result:hover,
a.search-result:hover .search-title,
a.search-result:hover .search-snippet,
a.search-result:hover .visible-url {
    color: #014f80 !important;
    text-decoration: none;
}
/* ********************************** */
/* paginator                          */
/* ********************************** */
ul.pagination li {
    list-style: none !important;
}
.pagination.news-paginator > li > a,
.pagination.news-paginator > li > span {
    color: #ac1a2f;
    background-color: transparent !important;
    border: 0px solid white;
    padding: 5px;
}
.pagination.news-paginator > .active > a,
.pagination.news-paginator > .active > span,
.pagination.news-paginator > .active > a:hover,
.pagination.news-paginator > .active > span:hover,
.pagination.news-paginator > .active > a:focus,
.pagination.news-paginator > .active > span:focus {
    background-color: transparent !important;
    color: #ac1a2f;
    font-weight: 700;
    text-decoration: underline;
}
.pagination.news-paginator > .disabled > span,
.pagination.news-paginator > .disabled > span:hover,
.pagination.news-paginator > .disabled > span:focus,
.pagination.news-paginator > .disabled > a,
.pagination.news-paginator > .disabled > a:hover,
.pagination.news-paginator > .disabled > a:focus {
    background-color: transparent !important;
    font-weight: 400;
    text-decoration: none;
    cursor: not-allowed !important;
}

.need-help-button {
	background: rgb(99,99,99);
	background: -moz-linear-gradient(rgb(99,99,99) 0%, rgb(99,99,99) 50%, rgb(69,73,79) 100%);
	background: -webkit-linear-gradient(color-stop(0%, rgb(99,99,99)), color-stop(50%, rgb(99,99,99)), color-stop(100%, rgb(69,73,79)));
	background: -webkit-linear-gradient(rgb(99,99,99) 0%, rgb(99,99,99) 50%, rgb(69,73,79) 100%);
	background: -o-linear-gradient(rgb(99,99,99) 0%, rgb(99,99,99) 50%, rgb(69,73,79) 100%);
	background: -ms-linear-gradient(rgb(99,99,99) 0% ,rgb(99,99,99) 50%, rgb(69,73,79) 100%);
	background: linear-gradient(rgb(99,99,99) 0%, rgb(99,99,99) 50%, rgb(69,73,79) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1232e', endColorstr='#da5664',GradientType=1 );
}
/*****************************/
/*   Accessibility Changes   */
/*****************************/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
    color: #ac1a2f;
    background-color: #fff;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border: none;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
	-webkit-box-shadow: 3px 5px 10px -3px rgba(0,0,0,0.44);
	-moz-box-shadow: 3px 5px 10px -3px rgba(0,0,0,0.44);
	-ms-box-shadow: 3px 5px 10px -3px rgba(0,0,0,0.44);
	-o-box-shadow: 3px 5px 10px -3px rgba(0,0,0,0.44);
	box-shadow: 3px 5px 10px -3px rgba(0,0,0,0.44);
    position: absolute;
}
#navPrimary li.navAbout a:hover,
li:hover.navAbout,
li.navAbout.active {
	background-color: rgb(172,26,47) !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navLocations a:hover,
li:hover.navLocations,
li.navLocations.active {
	background-color: black !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navEnrollmentAid a:hover,
li:hover.navEnrollmentAid,
li.navEnrollmentAid.active a,
#navPrimary li.navGetStarted a:hover,
li:hover.navGetStarted,
li.navGetStarted.active a {
	background-color: #130078 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navAcademics a:hover,
li:hover.navAcademics,
li.navAcademics.active a {
	background-color: #580054 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navServices a:hover,
li:hover.navServices,
li.navServices.active a {
	background-color: #014f80 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navStudentLife a:hover,
li:hover.navStudentLife,
li.navStudentLife.active a {
	background-color: #1c5840 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li.navGiving a:hover,
li:hover.navGiving,
li.navGiving.active a {
	background-color: #00645f !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}
#txtKeywordsMobile {
	background-color: rgb(234,234,236);
	color: rgb(0,0,0);
	border-radius: 0px;
}
#txtKeywordsMobile::-webkit-input-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsMobile:-moz-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsMobile::-moz-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsMobile:-ms-input-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
/********************************************/
/* Mentoring Collaborative MCMC Sub Section */
/********************************************/
/* MCMC Logo Animation */
.logo-animation {
    overflow: hidden;
    width: 370px;
    height: 92px;
    position: relative;
    background: white;
    border-radius: 50px;
    border: 10px solid white;
}
.logo-animation-mobile {
	overflow: hidden;
	width: 291px;
	height: 60px;
	position: relative;
}
@-webkit-keyframes nudgeLogoIn {
	0% {right: 0px;}
	100% {right: 8%;}
}
@keyframes nudgeLogoIn {
	0% {right: 0px;}
	100% {right: 8%;}
}
@-webkit-keyframes nudgeLogoOut {
	0% {right: 8%;}
	100% {right: 0px;}
}
@keyframes nudgeLogoOut {
	0% {right: 8%;}
	100% {right: 0px;}
}
@-webkit-keyframes sweepLogoIn {
	0% {left: 100%;}
	100% {left: 0px;}
}
@keyframes sweepLogoIn {
	0% {left: 100%;}
	100% {left: 0px;}
}
@-webkit-keyframes sweepLogoOut {
	0% {left: 0px;}
	100% {left: 100%;}
}
@keyframes sweepLogoOut {
	0% {left: 0px;}
	100% {left: 100%;}
}
.sinclair-nudge-logo-left {
	position: relative;
	-webkit-animation: nudgeLogoIn 0.3s normal 1.7s 1 ease-out;
	animation: nudgeLogoIn 0.3s normal 1.7s 1 ease-out;
	animation-fill-mode: forwards;
}
.mcmc-sweep-logo-left {
	position: relative;
	left: -350px;
	top: -74px;
	-webkit-animation: sweepLogoIn 1s normal 1s 1 ease-out;
	animation: sweepLogoIn 1s normal 1s 1 ease-out;
	animation-fill-mode: forwards;
}
.logo-animation:hover .sinclair-nudge-logo-left, .logo-animation-mobile:hover .sinclair-nudge-logo-left {
	-webkit-animation: nudgeLogoOut 0.3s normal 0s 1 ease-in;
	animation: nudgeLogoOut 0.3s normal 0s 1 ease-in;
	animation-fill-mode: backwards;
}
.mcmc-sweep-logo-left-mobile {
	width: 291px;
	height: 60px;
	margin-top: 15px;
}
.logo-animation:hover .mcmc-sweep-logo-left, .logo-animation-mobile:hover .mcmc-sweep-logo-left {
	-webkit-animation: sweepLogoOut 0.7s normal 0s 1 ease-out;
	animation: sweepLogoOut 0.7s normal 0s 1 ease-out;
	animation-fill-mode: backwards;
}

/* MCMC Nav Gray Bar */
.mcmc-navbar .navbar-nav > li {
    width: 16%;
}
.mcmc-navbar .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    top: 30px;
}
.mcmc-navbar .navbar-nav ul.dropdown-menu {
	padding-left: 15px;
}
.mcmc-navbar .navbar-nav ul.dropdown-menu li {
    list-style: none;
    padding-bottom: 16px !important;
}
.mcmc-navbar .navbar-nav ul.dropdown-menu li a {
    color: rgb(248,248,248);
    font-weight: 700;
    font-family: 'Open Sans' !important;
    font-display: auto;
    font-size: 14px;
}

#navPrimary li#navHome a:hover,
li:hover#navHome,
li#navHome.active {
	background-color: rgb(172,26,47) !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navOurStory a:hover,
li:hover#navOurStory,
li#navOurStory.active {
	background-color: black !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navAnnualReport a:hover,
li:hover#navAnnualReport,
li#navAnnualReport.active a {
	background-color: #130078 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navPartnerResources a:hover,
li:hover#navPartnerResources,
li#navPartnerResources.active a {
	background-color: #580054 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navTrainingAndEvents a:hover,
li:hover#navTrainingAndEvents,
li#navTrainingAndEvents.active a {
	background-color: #014f80 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navJoinUs a:hover,
li:hover#navJoinUs,
li#navJoinUs.active a {
	background-color: #1c5840 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navHome a:hover, li:hover#navHome, li#navHome.active {
    background-color: #ac1a2f;
}
#navPrimary li#navOurStory a:hover, li:hover#navOurStory, li#navOurStory.active {
    background-color: black;
}
#navPrimary li#navAnnualReport a:hover, li:hover#navAnnualReport, li#navAnnualReport.active {
    background-color: #130078;
}
#navPrimary li#navPartnerResources a:hover, li:hover#navPartnerResources, li#navPartnerResources.active {
    background-color: #580054;
}
#navPrimary li#navTrainingAndEvents a:hover, li:hover#navTrainingAndEvents, li#navTrainingAndEvents.active {
    background-color: #014f80;
}
#navPrimary li#navJoinUs a:hover, li:hover#navJoinUs, li#navJoinUs.active {
    background-color: #1c5840;
}

/* MCMC content */
#mcmc .mcmc-orangebg {background-color:#cc7629;padding:20px}
#mcmc .mcmc-orangebg h2, .mcmc-whitetext, .mcmc-green-header h2, .mcmc-blue-header h2, .mcmc-purple-header h2 {color:white !important;}
#mcmc .btn-signup {background-color:#6eb03a !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;color:white !important;text-decoration:none !important;}
#mcmc .mcmc-whitebg {background-color:white;padding:20px}
#mcmc .btn-getinvolved {background-color:#9166c0 !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;}
#mcmc .btn-americorps {background-color:#b76a26 !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;}
#mcmc .btn-partneragencies {background-color:#269db7 !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;}
#mcmc .btn-default:hover {background-color:#616366 !important;}
#mcmc .mcmc-btn-left {left: 25%;}
#mcmc h2 {
    color: #32292f;
    font-size: 2.9em;
    font-family: "Open Sans", san-serif;
}
#mcmc .mcmc-green-header {background-color: #43731d; color: white; padding: 20px;}
#mcmc .mcmc-blue-header {background-color: #2ab0cd; color: white; padding: 20px;}
#mcmc .mcmc-purple-header {background-color: #9e77c6; color: white; padding: 20px;}
#mcmc h3 {
    color: #32292f;
    font-size: 2.5em;
    font-family: "Open Sans", san-serif;
}
#mcmc h4 {
    color: #32292f;
    font-size: 2.2em;
    font-family: "Open Sans", san-serif;
    text-transform:none !important;
}
#mcmc h5 {
    color: #32292f;
    font-size: 1.5em;
    font-family: "Open Sans", san-serif;
    text-transform:none !important;
}
#mcmc h3.mcmc-quote {
	font-size: 1.4em;
	font-family: "Source Serif Pro", serif;
	text-align: right;
	font-weight: 600;
}

#mcmc a {
  color: #43731d;
  text-decoration: underline;
}
  
#mcmc .form-wufoo {
    border-top: 9px solid #43731d;
}
  
#mcmc .btn-getstarted {background-color:#376018 !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;}
#mcmc .btn-success {background-color:#b76a26 !important;text-transform:none !important;border-radius:10px !important;font-size: 1.2em !important;}
	
#mcmc ul.social-media, #mcmc ul.associations {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#mcmc ul.social-media li, #mcmc ul.associations li {
    display: inline-block;
    margin: 0 10px;
}

/* INTERNATIONAL Nav Gray Bar */
.international-navbar .navbar-nav > li {
    width: 16%;
}
.international-navbar .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    top: 30px;
    min-width: 20rem;
}
.international-navbar .navbar-nav ul.dropdown-menu {
	padding-left: 15px;
}
.international-navbar .navbar-nav ul.dropdown-menu li {
    list-style: none;
    padding-bottom: 16px !important;
}
.international-navbar .navbar-nav ul.dropdown-menu li a {
    color: rgb(248,248,248);
    font-weight: 700;
    font-family: 'Open Sans' !important;
    font-display: auto;
    font-size: 14px;
}

#navPrimary li#navHome a:hover,
li:hover#navHome,
li#navHome.active {
	background-color: rgb(172,26,47) !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navPotentialStudents a:hover,
li:hover#navPotentialStudents,
li#navPotentialStudents.active {
	background-color: black !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navNewStudents a:hover,
li:hover#navNewStudents,
li#navNewStudents.active a {
	background-color: #130078 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navCurrentStudents a:hover,
li:hover#navCurrentStudents,
li#navCurrentStudents.active a {
	background-color: #580054 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navEsl a:hover,
li:hover#navEsl,
li#navEsl.active a {
	background-color: #014f80 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navStudyAbroad a:hover,
li:hover#navStudyAbroad,
li#navStudyAbroad.active a {
	background-color: #1c5840 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#navPrimary li#navHome a:hover, li:hover#navHome, li#navHome.active {
    background-color: #ac1a2f;
}
#navPrimary li#navPotentialStudents a:hover, li:hover#navPotentialStudents, li#navPotentialStudents.active {
    background-color: black;
}
#navPrimary li#navNewStudents a:hover, li:hover#navNewStudents, li#navNewStudents.active {
    background-color: #130078;
}
#navPrimary li#navCurrentStudents a:hover, li:hover#navCurrentStudents, li#navCurrentStudents.active {
    background-color: #580054;
}
#navPrimary li#navEsl a:hover, li:hover#navEsl, li#navEsl.active {
    background-color: #014f80;
}
#navPrimary li#navStudyAbroad a:hover, li:hover#navStudyAbroad, li#navStudyAbroad.active {
    background-color: #1c5840;
}

/* Project Read logo */
.projectread-logo .logo-animation {
    width: 310px;
    height: 92px;
    padding-right:10px;
}
.projectread-logo .logo-animation-mobile {
	width: 290px;
	height: 72px;
}
@-webkit-keyframes projectread-nudgeLogoIn {
	0% {left: 0px;}
	100% {left: 18%;}
}
@keyframes projectread-nudgeLogoIn {
	0% {left: 0px;}
	100% {left: 18%;}
}
@-webkit-keyframes projectread-nudgeLogoOut {
	0% {left: 18%;}
	100% {left: 0px;}
}
@keyframes projectread-nudgeLogoOut {
	0% {left: 18%;}
	100% {left: 0px;}
}
@-webkit-keyframes projectread-sweepLogoIn {
	0% {left: 100%;}
	100% {left: 60px;}
}
@keyframes projectread-sweepLogoIn {
	0% {left: 100%;}
	100% {left: 60px;}
}
@-webkit-keyframes projectread-sweepLogoOut {
	0% {left: -0px;}
	100% {left: 100%;}
}
@keyframes projectread-sweepLogoOut {
	0% {left: 0px;}
	100% {left: 100%;}
}
.projectread-logo .sinclair-nudge-logo-left {
	position: relative;
	-webkit-animation: projectread-nudgeLogoIn 0.7s normal 0.3s 1 ease-out;
	animation: projectread-nudgeLogoIn 0.7s normal 0.3s 1 ease-out;
	animation-fill-mode: forwards;
}
.projectread-logo .logo-animation-mobile .mcmc-sweep-logo-left {
	top: -87px;
}
.projectread-logo .mcmc-sweep-logo-left {
	position: relative;
	left: -310px;
	top: -70px;
	-webkit-animation: projectread-sweepLogoIn 1s normal 0s 1 ease-out;
	animation: projectread-sweepLogoIn 1s normal 0s 1 ease-out;
	animation-fill-mode: forwards;
}
.projectread-logo .logo-animation:hover .sinclair-nudge-logo-left, .logo-animation-mobile:hover .sinclair-nudge-logo-left {
	-webkit-animation: projectread-nudgeLogoOut 0.3s normal 0s 1 ease-in;
	animation: projectread-nudgeLogoOut 0.3s normal 0s 1 ease-in;
	animation-fill-mode: backwards;
}
.projectread-logo .mcmc-sweep-logo-left-mobile {
	width: 290px;
	height: 72px;
	margin-top: 15px;
}
.projectread-logo .logo-animation:hover .mcmc-sweep-logo-left, .projectread-logo .logo-animation-mobile:hover .mcmc-sweep-logo-left {
	-webkit-animation: projectread-sweepLogoOut 1.2s normal 0s 1 ease-out;
	animation: projectread-sweepLogoOut 1.2s normal 0s 1 ease-out;
	animation-fill-mode: backwards;
}
/* Project Read Nav Gray Bar */
.projectread-navbar .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    top: 30px;
    min-width: 16rem;
}
.projectread-navbar .navbar-nav ul.dropdown-menu {
	padding-left: 15px;
}
.projectread-navbar .navbar-nav ul.dropdown-menu li {
    list-style: none;
    padding-bottom: 16px !important;
}
.projectread-navbar .navbar-nav ul.dropdown-menu li a {
    color: rgb(248,248,248);
    font-weight: 700;
    font-family: 'Open Sans' !important;
    font-display: auto;
    font-size: 14px;
}
.projectread-navbar .navbar-nav > li > a {
    padding: 0;
}
.projectread-navbar #navPrimary li#navHome a:hover,
.projectread-navbar li:hover#navHome,
.projectread-navbar li#navHome.active {
	background-color: rgb(172,26,47) !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navAboutUs a:hover,
.projectread-navbar li:hover#navAboutUs,
.projectread-navbar li#navAboutUs.active {
	background-color: black !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navVolunteer a:hover,
.projectread-navbar li:hover#navVolunteer,
.projectread-navbar li#navVolunteer.active a {
	background-color: #130078 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navDonations a:hover,
.projectread-navbar li:hover#navDonations,
.projectread-navbar li#navDonations.active a {
	background-color: #580054 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navBookstore a:hover,
.projectread-navbar li:hover#navBookstore,
.projectread-navbar li#navBookstore.active a {
	background-color: #014f80 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navBookDonations a:hover,
.projectread-navbar li:hover#navBookDonations,
.projectread-navbar li#navBookDonations.active a {
	background-color: #1c5840 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navContactUs a:hover,
.projectread-navbar li:hover#navContactUs,
.projectread-navbar li#navContactUs.active a {
	background-color: #00645f !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

.projectread-navbar #navPrimary li#navHome a:hover, .projectread-navbar li:hover#navHome, .projectread-navbar li#navHome.active {
    background-color: #ac1a2f;
}
.projectread-navbar #navPrimary li#navAboutUs a:hover, .projectread-navbar li:hover#navAboutUs, .projectread-navbar li#navAboutUs.active {
    background-color: black;
}
.projectread-navbar #navPrimary li#navVolunteer a:hover, .projectread-navbar li:hover#navVolunteer, .projectread-navbar li#navVolunteer.active {
    background-color: #130078;
}
.projectread-navbar #navPrimary li#navDonations a:hover, .projectread-navbar li:hover#navDonations, .projectread-navbar li#navDonations.active {
    background-color: #580054;
}
.projectread-navbar #navPrimary li#navBookstore a:hover, .projectread-navbar li:hover#navBookstore, .projectread-navbar li#navBookstore.active {
    background-color: #014f80;
}
.projectread-navbar #navPrimary li#navBookDonations a:hover, .projectread-navbar li:hover#navBookDonations, .projectread-navbar li#navBookDonations.active {
    background-color: #1c5840;
}
.projectread-navbar #navPrimary li#navContactUs a:hover, .projectread-navbar li:hover#navContactUs, .projectread-navbar li#navContactUs.active {
    background-color: #00645f;
}

/* Project Read content */
.projectread figure>img {
	border-radius: 25px 25px 0 0;
    border: 6px solid #047888;
}
.projectread figure>figcaption {
    background-color: #047888;
    border-radius: 0 0 25px 25px;
    border-bottom: 6px solid #0c2b50;
}
.projectread .carousel-control-prev span:before {
    content: "\e079";
}
.projectread .carousel-control-next span:before {
    content: "\e080";
  }
.projectread .carousel-indicators {
    bottom: 14px;
}
.projectread .carousel-indicators li:before, .carousel-indicators li {
    height: 7px;
    padding: 0;
    margin: 0;
    top: 0;
    background-position: -99px -9px;
}
.projectread .carousel-indicators .active {
    height: 7px;
    padding: 0;
    margin: 0;
    top: 0;
    background-position: -99px -34px;
}
.projectread .hero {
    background-color: white;
    padding-top: 10px;
    padding: 15px;
    border-top: 6px solid #0c2b50;
    border-radius: 25px}
.projectread .form-wufoo {box-shadow:none;border:none;}
.projectread .onlineBigger {font-weight: 700;
    font-size: 1.5em;
    font-family: 'Palatino', 'Roboto', 'Open Sans', san-serif;
    color: #0c2b50;
    text-transform: capitalize;}
.projectread .onlineThin {font-weight:300;}
.projectread a.btn-online, .projectread button.btn-online, .projectread aside .btn-online {
    font-weight: 600 !important;
    border-radius: 30px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: 4px;
    box-shadow:none;
    font-size:1.2em !important;
    background: #ac1a2f;
    color: white !important;
    font-style: italic;
}
.projectread a.btn-online:hover, .projectread button.btn-online:hover, .projectread aside .btn-online:hover {
    background: #06a8bd;
    color: white !important;
}
.projectread .hero-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06a8bd+0,0c2b50+100&0+0,1+91 */
	background: -moz-linear-gradient(top,  rgba(6,168,189,0) 0%, rgba(11,54,90,1) 91%, rgba(12,43,80,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,168,189,0) 0%,rgba(11,54,90,1) 91%,rgba(12,43,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,168,189,0) 0%,rgba(11,54,90,1) 91%,rgba(12,43,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006a8bd', endColorstr='#0c2b50',GradientType=0 ); /* IE6-9 */
}
.projectread a.btn-online:hover, .projectread button.btn-online:hover, .projectread aside .btn-online:hover {
    background-color: #06a8bd !important;
}
.projectread a.btn-sinclair-red, .projectread button.btn-sinclair-red {
    border-radius: 9px !important;
    padding: 3px 16px !important;
}
.projectread .carousel-caption {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    right: 0;
    left: 0;
}
.projectread .content-area {
    padding-bottom: 0px;
}
.projectread .carousel-item {
    height: 500px;
}
  @media (min-width: 768px) {
    .projectread .carousel-item a img {
        min-height: 500px;
    width: auto !important;
    }
  }
  @media (max-width: 767px) {
    .projectread .carousel-item a img {
        min-height: 500px;
    width: auto !important;;
    }
  }
.projectread .carousel-item a img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
#projectread-wrapper, .projectread .carousel, #projectread-leftnav {	
	width: calc(100vw - 0px);
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	padding: 0 0% !important;
    margin: auto 0;
}
#projectread-leftnav {left: calc((-1 * (100vw - 75%) / 2) - 39px);}
@media (max-width: 768px) {
    .projectread .carousel {
        background-color: transparent;
        border-top: none;
    }
    .projectread .carousel-item a img {
      left: -50%;
    }
}
.projectread h5 {
    font-size: 2em;
    font-family: 'Palatino', 'Roboto', 'Open Sans', san-serif;
    text-transform: capitalize;
    color: #047888;
}
.projectread a.btn.btn-large.btn-primary {
    background: transparent;
    border-radius: 25px;
    border: 3px solid #ac1a2f;
    color: #ac1a2f !important;
    font-weight: bold;
    text-decoration: none !important;
    font-style: italic;
}
.projectread a.btn.btn-large.btn-primary:hover {
    border: 3px solid #06a8bd;
    color: #06a8bd !important;
}
@media (min-width: 576px) {
	#projectread-wrapper, #projectread-leftnav {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 0% !important;
	}
    #projectread-leftnav {left: calc((-1 * (100vw - 75%) / 2) + 64px);}
}
@media (min-width: 768px) {
	#projectread-wrapper, #projectread-leftnav {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 0% !important;
	}
    #projectread-leftnav {left: calc((-1 * (100vw - 75%) / 2) - 64px);}
}
@media (min-width: 992px) {
	#projectread-wrapper, #projectread-leftnav {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 0% !important;
	}
    #projectread-leftnav {left: calc((-1 * (100vw - 75%) / 2) - 34px);}
}
@media (min-width: 1200px) {
	#projectread-wrapper, #projectread-leftnav {	
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 0% !important;
	}
    #projectread-leftnav {left: calc((-1 * (100vw - 75%) / 2) - 39px);}
}
.projectread .darkblue-bar {
    text-align: center;
    background-color: #0c2b50;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 0 0 25px 25px;
    border-bottom: 6px solid #06a8bd;
}
.projectread h3 {
    color: #047888;
    font-family: 'Palatino', 'Roboto', 'Open Sans', san-serif;
}
.projectread p a, .projectread ul a, .projectread ol a, .projectread h3 a, .projectread h1 a, .projectread h2 a, .projectread h4 a, .projectread h5 a, .projectread h6 a {
    color: #047888;
    text-decoration: underline;
}
.projectread p a:hover, .projectread ul a:hover, .projectread ol a:hover, .projectread h3 a:hover, .projectread h1 a:hover, .projectread h2 a:hover, .projectread h4 a:hover, .projectread h5 a:hover, .projectread h6 a:hover {
    color: #ac1a2f;
    text-decoration: underline;
}
.projectread-footer {
       /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c2b50+0,044f66+100 */
	background: rgb(12,43,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(12,43,80,1) 0%, rgba(4,79,102,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(12,43,80,1) 0%,rgba(4,79,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(12,43,80,1) 0%,rgba(4,79,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2b50', endColorstr='#044f66',GradientType=0 ); /* IE6-9 */
    border-top: 7px solid #06a7bd;
    padding: 10px;
  }
.projectread-footer h4 {
    text-transform: uppercase;
    color: #52D7E9;
    font-family: 'Palatino', 'Roboto', 'Open Sans', san-serif;
}
.projectread-footer p, .projectread-footer ul li, .projectread-footer ul li a {
    color: #fff !important;
}
.projectread-footer ul {
    margin: 0;
    padding: 0;
}
.projectread-footer ul li {
    list-style: none;
}
.projectread-footer i {
    color: #fff;
    font-size: 2.5em;
    padding-right:10px;
}
.projectread-footer i:hover, .projectread-footer ul li a:hover {
    color: #52D7E9 !important;
}


/***************** presidential message ******************/
.presidential-message {
    background: #130078;
    background: url('../images/homepage-diversity.jpg') !important;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    min-height: 400px;
}
p.pres-message {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 4%;
}
.pres-message {
    display: block;
    width: 100%;
    margin: 1% 0 !important;
    text-align: right;
    padding-right: 20px;
}
.pres-message h3 {
    /*background: black;*/
    text-align: right;
    font-size: 2em !important;
    color: white;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6em !important;
}
@media (min-width: 768px) {
	.pres-message {
        margin: 1% 0 !important;
    }
    .pres-message h3 {
        font-size: 3em !important;
        line-height: 1.3em !important;
    }
}
.pres-buttons {
    display: flex;
    width: 100%;
    margin: 1% 0 4% 0;
    justify-content: flex-end;
}
.btn-pres {
    margin: 0 7px;
    border-radius: 30px;
    border: 3px solid white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,dddddd+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-weight: bold;
  	color: black !important;
    font-size: 1.3em;
}
.btn-pres:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,f4f4f4+100 */
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #dddddd 0%, #f4f4f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #dddddd 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #dddddd 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ac1a2f !important;
}
.btn-pres:visited {
	color: black;
}
.modal-title#pres-messageLabel {
    font-family: "Source Serif Pro", serif !important;
    text-transform: capitalize !important;
    font-size: 2em !important;
}
p.fadein {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
h3.fadein {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}
div.fadein {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}
/*****************************/
/*    Oct 2020 CTA changes   */
/*****************************/
.cta2-icon {
    background: url('../images/CTA-icons-Nov2020_v3.png');
    width: 28px;
    height: 21px;
    vertical-align: bottom;
}
.cta-apply-btn, .cta-sched-btn, .cta-spring-btn, .cta-fall-btn, .cta-summer-btn, .cta-view-btn, .cta-reg-btn, .cta-visit-btn, .cta-visiting-btn {
    background: rgb(245,245,245);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(236,236,236,1) 100%);
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(236,236,236,1) 100%);
    background: linear-gradient(to bottom, rgb(245 245 245) 0%,rgb(236 236 236) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3f4', endColorstr='#eeebfc',GradientType=0 );
    border-color: rgb(249 249 249);
    color: #94061b !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(123,123,123,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(123,123,123,0.2);
    box-shadow: 0px 2px 3px 0px rgb(123 123 123 / 20%);
}
.cta-sched-btn:hover, .cta-reg-btn:hover, .cta-spring-btn:hover, .cta-fall-btn:hover, .cta-summer-btn:hover {
    background: rgb(28,88,64);
    background: -moz-linear-gradient(top, rgba(28,88,64,1) 0%, rgba(0,121,114,1) 100%);
    background: -webkit-linear-gradient(top, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%);
    background: linear-gradient(to bottom, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5840', endColorstr='#007972',GradientType=0 );
    border-color: rgba(28,88,64,0.9);
    color: rgba(255,255,255,1) !important;
}
.cta-visit-btn:hover {
	background: rgb(28,88,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(28,88,64,1) 0%, rgba(0,121,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(28,88,64,1) 0%,rgba(0,121,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5840', endColorstr='#007972',GradientType=0 ); /* IE6-9 */
	border-color: rgba(28,88,64,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-apply-btn:hover {
	background: rgb(19,0,120); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19,0,120,1) 0%, rgba(75,60,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(19,0,120,1) 0%,rgba(75,60,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130078', endColorstr='#4b3c9c',GradientType=0 ); /* IE6-9 */
	border-color: rgba(19,0,120,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-view-btn:hover {
	background: rgb(1,79,128); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(1,79,128) 0%, rgba(1,110,179,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(1,79,128,1) 0%,rgba(1,110,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(1,79,128,1) 0%,rgba(1,110,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f80 ', endColorstr='#016eb3',GradientType=0 ); /* IE6-9 */
	border-color: rgba(1,79,128,0.9);
	color: rgba(255,255,255,1) !important;
}
.cta-visiting-btn {
	background: rgb(88,0,84); /* Old browsers */
	background: -moz-linear-gradient(top,#ac1a2f 0%, rgba(123,11,69,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ac1a2f 0%,rgba(123,11,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ac1a2f 0%,rgba(123,11,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac1a2f', endColorstr='#7b0b45',GradientType=0 ); /* IE6-9 */
	border-color: #ac1a2f;
	color: rgba(255,255,255,1) !important;
}
.cta-visiting-btn:hover {
	background: rgb(208,202,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,202,204,1) 0%, rgba(198,199,197,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,202,204,1) 0%,rgba(198,199,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,202,204,1) 0%,rgba(198,199,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cacc', endColorstr='#c6c7c5',GradientType=0 ); /* IE6-9 */
    border-color: #d0cacc;
    color: #94061b !important;
}
.cta-base-btn {
    width: auto;
    padding: 4px 9px 5px 15px;
}
.cta-base-btn:focus {
    outline: 3px solid rgba(67,36,235,1) !important;
}
.cta-apply-icon {
    background-position: 28px 0px;
    display: inline-block;
}
.cta-apply-btn:hover .cta-apply-icon {
    background-position: 0px 0px;
    display: inline-block;
}
.cta-sched-icon {
    background-position: 28px -21px;
    display: inline-block;
}
.cta-sched-btn:hover .cta-sched-icon {
    background-position: 0px -21px;
    display: inline-block;
}
.cta-spring-icon {
    background-position: 28px 95px;
    display: inline-block;
}
.cta-spring-btn:hover .cta-spring-icon {
    background-position: 0px 95px;
    display: inline-block;
}
.cta-fall-icon {
    background-position: 28px 21px;
    display: inline-block;
}
.cta-fall-btn:hover .cta-fall-icon {
    background-position: 0px 21px;
    display: inline-block;
}
.cta-summer-icon {
    background-position: 28px 43px;
    display: inline-block;
}
.cta-summer-btn:hover .cta-summer-icon {
    background-position: 0px 43px;
    display: inline-block;
}
.cta-view-icon {
    background-position: 28px 137px;
    display: inline-block;
}
.cta-view-btn:hover .cta-view-icon {
    background-position: 0px 137px;
    display: inline-block;
}
.cta-visit-icon {
    background-position: 28px 158px;
    display: inline-block;
}
.cta-visit-btn:hover .cta-visit-icon {
    background-position: 0px 158px;
    display: inline-block;
}
.cta-visiting-icon {
    background-position: 28px 47px;
    display: inline-block;
}
.cta-reg-icon {
    background-position: 28px 22px;
    display: inline-block;
}
.cta-reg-btn:hover .cta-reg-icon {
    background-position: 0px 22px;
    display: inline-block;
}
/* .cta-visiting-btn:hover .cta-visiting-icon {
    background-position: 0px 26px;
    display: inline-block;
} */

/*****************************/
/*    Apr 2021     changes   */
/*****************************/
@media (min-width: 768px) {
    .uscience {
    }
}
.youscience {
    background: url('../images/homepage-youscience.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    border-top: 3px solid white;
}
p.uscience {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
  	margin-top: 20px;
}
.uscience {
    display: block;
    width: 100%;
    display: flex;
    justify-content: left;
    margin: 2% 0 0 0 !important;
}
.uscience h3 {
    text-align: left;
    font-size: 2em !important;
    color: white;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6em !important;
}
.uscience h3 span {
    color: #ac1a2f;
}
@media (min-width: 768px) {
    .uscience {
        margin: 2% 0 0 0 !important;
    }
    .uscience h3 {
        font-size: 3em !important;
        line-height: 1.3em !important;
    }
}
.uscience-buttons {
    display: flex;
    width: 100%;
    margin: 4% 0 9% 0;
    justify-content: center;
}
.btn-uscience {
    margin: 0 7px;
    border-radius: 30px;
    border: 3px solid white;
    background: #ac1a2f;
    font-weight: bold;
    color: white !important;
    font-size: 1.3em;
    margin-bottom: 60px !important;
}
.btn-uscience:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,f4f4f4+100 */
    background: #dddddd;
    color: #ac1a2f !important;
}
.uscience-mobile  {
    margin: 25px 30px 0 30px !important;
}

/****************************/
/*    Apr 2022    changes   */
/****************************/
.popover-item {
    position: relative;
}
.popover-content {
    display:none;
    position: absolute;
    left: 105%;
    font-size: 1.2rem;
    font-weight: normal;
    z-index:111;
}
.popover-content:hover {
    display:none!important;
}
.popover-item:hover .popover-content {
    display: block;
}
.popover-content h1 {
    font-size:20px;
}
/**************** ADA Fixes ******************/
label#iminterested-in-dropdown, label#iam-dropdown {
    font-size: 1.5em;
    font-weight: bold;
    font-family: "Open Sans", san-serif;
    font-display: auto;
    text-transform: uppercase;
    margin: 0px 0px 14px;
    padding: 0;
    line-height: normal;
}
.focus-sinclair:focus {
    outline: 3px solid rgba(174, 26, 47, 1) !important;
}
/* navbar becomes mobile sidebar under lg breakpoint */
.nav-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(52, 58, 64);

}
#navbarMini.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
ul.nav-new > li {
    list-style: none !important;
}
ul.nav-new > li > a {
    color: white !important;
}
ul.nav-new > li > a {
    color: rgb(248,248,248);
    text-align: center;
    font-weight: 700;
}
@media (max-width: 992px) {
    ul.nav-new > li > a {
        font-size: 12px;
    }
}


#txtKeywordsNew {
	background-color: rgb(234,234,236);
	color: rgb(0,0,0);
	border-radius: 16px 0 0 16px;
}
#txtKeywordsNew::-webkit-input-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsNew:-moz-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsNew::-moz-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
#txtKeywordsNew:-ms-input-placeholder { 
	color: rgb(0,0,0);
	font-size: 12px;
}
.navbar-form .btn-search {
	border-radius: 0 16px 16px 0;
}
.new-cta-link {
    color: #ac1a2f !important;
    font-weight: 700;
    font-size: 14px;
}
.new-cta-apply:hover {
    background-color: #130078 !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}
.new-cta-sched:hover {
    background-color: #580054 !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}
.new-cta-reg:hover {
    background-color: #014f80 !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}
.new-cta-view:hover {
    background-color: #1c5840 !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}
.new-cta-visit:hover {
    background-color: #ac1a2f !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}
.new-cta-link > i {
    font-size: 16px;
}