/* site-specific CSS */
.announcements .owl-theme .owl-controls .owl-nav .disabled,
.announcements .owl-theme .owl-controls .owl-nav .disabled.owl-prev,
.announcements .owl-theme .owl-controls .owl-nav .disabled.owl-next {
	display: none;
	visibility: hidden;
}

.btn .btn-red a {
    color: #fff;
}

/*Main Content Styles*/
.mainNavigation .navbar-nav > li:first-child a::after,
.mainNavigation .navbar-nav > li.no-caret a::after {
    display: none;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content a {
	text-decoration: none;
}

.sub-footer a {
	text-decoration: none;
}
.sub-footer .list-unstyled.list-inline li {
	border-right: 1px solid #fff;
	padding-left: 5px;
}
.sub-footer h4 {
	color: #fff;
	font-size: 18px;
}
.mainNavigation .dropdown .dropdown-menu.single-column {
	left: inherit;
	right: inherit;
	min-width: 250px;
}
.news-slider a[href$=".pdf"]:before {
	content: none;
}
.testimonials a {
	text-decoration: none !important;
}
.testimonials h3 {
	text-transform: uppercase;
	font-size: 25px;
	color: #a6192e;
	text-align: center;
}
.testimonials img {
	max-width: 200px;
	float: left;
	margin-right: 40px;
}
.testimonials p {
	font-size: 20px;
}
.testimonials .slick-dots li button:before {
	font-size: 12px;
	width: 40px;
	height: 40px;
}
.black {
	padding: 40px 0;
}
.black .slick-slider .slick-slide {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 20px;
}
.black .slick-slide h3 {
	text-transform: uppercase;
	font-size: 25px;
	color: #a6192e;
}
.black .slick-slide a {
	text-decoration: none !important;
}
.black .more-link:before {
	color: #292829;
}
.slick-prev:before,
.slick-next:before {
	font-size: 40px;
}
.slick-next {
	right: -45px;
}
.slick-prev {
	left: -55px;
}
.news-slider {
	margin-top: 20px;
	margin-bottom: 40px;
}
.news-slider a {
	text-decoration: none !important;
}
.news-slider h3 {
	text-transform: uppercase;
	color: #a6192e;
	padding-left: 10px;
	font-size: 24px;
}
.news-slider .more-link {
	left: 30px;
}
.news-slider h4 {
	color: #a6192e;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	padding-left: 10px;
}
.news-slider h3 + p {
	padding-left: 10px;
	padding-right: 10px;
}
.news-slider h4 + p {
	padding-left: 10px;
	padding-right: 10px;
}
.news-slider .slick-slider .slick-slide {
	border: 1px solid #666;
	min-height: 445px;
}
.white .more-link:before {
	color: #292829;
}
.news img {
	display: none;
}
.news #d19e136 img {
	display: block;
}
.news br + br {
	display: none;
}
.white .slick-prev:before,
.white .slick-next:before {
	color: #292829;
}
.more-link {
	position: relative;
	left: 20px;
}
.more-link:before {
	content: '\f138';
	color: #fff;
	font-family: "FontAwesome";
	font-weight: 900;
	padding: 4px 9px;
	font-size: 17px;
	position: absolute;
	left: -30px;
	top: -5px;
	font-style: normal;
}
.split {
	padding: 10px 0;
	background-image: none;
	width: 100%;
	height: 200px;
	background: #292829;
	position: relative;
	color: #fff;
}
.split a {
	color: #fff !important;
}
.split .more-link {
	color: #fff;
}
.split::after {
	width: 27%;
	height: 100%;
	content: "";
	background: #a6192e;
	position: absolute;
	top: 0;
	z-index: 0;
}
.split .col-md-3 h2 {
	margin-top: 55px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}
.split .col-md-3 p {
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.black {
	background-color: #292829;
}
.gray-2 {
	font-weight: bold;
	color: #414042;
	font-size: 34px;
}
.light {
	font-weight: 300;
	font-size: 22px;
}
/*Video*/
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.no-gutters .row {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters .row > [class^="col-"],
.row.no-gutters .row > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
col-xs-12
.tan.split {
	padding: 0;
}
.video-feature {
	width: 100%;
	height: 75vh;
	left: 0;
	top: 0;
	border: none;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.video-feature .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; /* FF3.6-15 */
	background: #000;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 72%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 72%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 72%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Dark Overlay*/
.video-feature .video-caption {
	margin: 0 auto;
	top: 0;
	left: 50px;
	right: 150px;
	bottom: inherit;
	text-align: right;
	z-index: 1;
}
.video-feature .video-caption {
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
.video-feature .video-caption a {
	color: #fff;
	text-decoration: none;
}
.video-feature .video-caption a:hover {
	text-decoration:none;
	color: #fff;
}
.video-feature .video-caption h1 {
	padding-top: 400px;
	font-size: 52px;
	line-height: 52px;
	margin: 0 0 10px;
	color: #fff !important;
	font-weight: 500;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.6);
}
.video-feature .video-caption p {
	font-size: 32px;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.6);
}
.form-block .col-sm-3,
.form-block .col-sm-9 {
	width: 100% !important;
	float: none;
	padding: 0;
}
.contact-footer {
	margin-bottom: -20px;
}
.helper-text {
	margin-top: -10px !important;
}
#maincontent .sidenav a.current:before {
	color: #0099a8;
}
#maincontent .sidenav a.current {
	color: #0099a8;
}
#maincontent .sidenav a {
	padding-left: 10px;
	text-decoration: none;
}
#SideMenu h4 {
	margin-bottom: -10px;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
.newsNav {
	display: none;
}
.news ul {
	display: none;
}
.news {
	font-size: 14px;
}
#maincontent .news h4 {
	font-size: 22px;
}
#maincontent .news h4 a {
	color: #a6192e;
}
.news p {
	font-size: 14px;
}
p + ul {
	margin-top: -10px;
}
.mainNavigation .dropdown .dropdown-menu.single-column {
	left: inherit;
	right: inherit;
	min-width: 250px;
}
.mainNavigation .dropdown .dropdown-menu img {
	max-width: 100%;
}
#maincontent a {
	color: #333;
	text-decoration: underline;
}
#maincontent .sidenav a.top-level {
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}
#maincontent .sidenav a.top-level[data-parent="#SideMenu"] {

}
.sidenav .top-level[data-toggle="collapse"]::after {
	content: "\f107";
	font-family: "FontAwesome";
	display: inline-block;
}
.sidenav .top-level.collapsed[aria-expanded="false"]::after {
	content: "\f107";
}
.sidenav .top-level[aria-expanded="true"]::after {
	content: "\f106";
	font-family: "FontAwesome";
	display: inline-block;
}
.menu-header {
	color: #414042;
	text-transform: uppercase;
	font-weight: bold !important;
}
.menu-header a {
	text-decoration: none !important;
}
.social-icons {
	margin-top: 0;
}
.indent {
	margin-left: 25px;
}
.slick-slider .slick-slide {
	margin: 0 10px;
	position: relative;
}
.slick-slider .slick-list {
	margin: 0 -10px;
}
h2,
.h2 {
	color: #0099a8;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 0;
}
h3,
.h3 {
	font-size: 26px;
	font-weight: bold;
}
h4,
.h4 {
	color: #0099a8;
	font-weight: bold;
	font-size: 22px;
}
h2.h3,
h2.h4 {
	text-transform: none;
}
.red-bar {
	background-color: #a6192e;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0;
}
.gray-box {
	border: 1px solid #ccc;
}
.sub-footer {
	color: #fff;
	background-color: #58595b;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: none;
	font-size: 14px;
	margin-top: 20px;
}
.sub-footer h3 {
	border-top: #efdd8a dotted 2px;
	padding: 10px 0;
	border-bottom: #efdd8a dotted 2px;
	font-size: 18px;
}
.sub-footer ul {
	list-style: none;
	padding-left: 0;
}
.contact-footer {
	background-size: cover;
	background-position: bottom center;
	text-align: left;
	color: #fff;
}
.contact-footer img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.white.overlap {
	padding-top: 100px;
}
.white .news .col-md-3 {
	border-right: 1px solid #ccc;
}
.white .news .col-md-3:nth-child(4) {
	border-right: none;
}
.red-text {
	color: #a6192e;
}

.red-text a {
	color: #a6192e;
}
.red {
	background-color: #a6192e;
	text-align: center;
	color: #fff;
	margin-bottom: -60px;
}
.red .squares .slick-slide {
	position: relative;
	transition: all .5s;
}
.red .squares .slick-slide p {
	overflow: hidden;
}
.red .squares img {
	width: 100%;
	margin: 0 auto -20px;
}
.red .squares .slick-slide img {
	width: 100%;
	-webkit-transform: translate3d(0,0,0) scale(1,1);
	-moz-transform: translate3d(0,0,0) scale(1,1);
	-o-transform: translate3d(0,0,0) scale(1,1);
	-ms-transform: translate3d(0,0,0) scale(1,1);
	transform: translate3d(0,0,0) scale(1,1);
	-webkit-transition: transform;
	-moz-transition: transform;
	-o-transition: transform;
	transition: transform;
	-webkit-transition-duration: 125ms;
	-moz-transition-duration: 125ms;
	-o-transition-duration: 125ms;
	transition-duration: 125ms;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.red .squares .slick-slide:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1.05,1.05);
	-moz-transform: translate3d(0,0,0) scale(1.05,1.05);
	-o-transform: translate3d(0,0,0) scale(1.05,1.05);
	-ms-transform: translate3d(0,0,0) scale(1.05,1.05);
	transform: translate3d(0,0,0) scale(1.05,1.05);
}
.red .squares .text-overlay {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	text-shadow: 0px 2px 4px #000;
}
.blue-background-images {
	padding: 0;
}
.blue-background-images .col-md-4 {
	transition: all .5s;
	overflow: hidden;
}
.blue-background-images .col-md-4 p {
	background-image: url(/_resources/images/sll/content600x300-orgs.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	width: 100%;
	overflow:hidden;
	height: 300px;
	background-color: #000;
	margin: 0;
	transition: all .5s;
}
.blue-background-images .col-md-4:nth-child(2) p {
	background-image: url(/_resources/images/sll/content600x300-leaders.jpg);
}
.blue-background-images .col-md-4:nth-child(3) p {
	background-image: url(/_resources/images/sll/content600x300-commute.jpg);
}
.blue-background-images .col-md-4 {
	transition: all .5s;
	padding: 0;
}
.blue-background-images .col-md-4:hover p {
	transform: scale(1.08);
}
.blue-background-images p a,
#maincontent .blue-background-images p a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-shadow: 0px 2px 4px #000;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%,-50%);
	position: absolute;
	font-weight:bold;
}
.white {
	padding: 40px 0;
}
.video-holder {
	position: relative;
	-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: 0 auto;
	color: #fff;
	font-weight: 500;
	background-color: #000;
}
.video-holder img {
	width: 100%;
}
.video-holder .load-video {
	width: 100px;
	height: 100px;
}
.video-holder .blue-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,86,184,0.66);
}
.video-holder .load-video {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.load-video {
	cursor: pointer;
	position: absolute;
}
.load-video .fas {
	font-size: 35px;
	margin-top: 10px;
	width: 80px;
	z-index: 10;
	transition: all .5s;
	border: 2px solid #d8c722;
	border-radius: 50%;
	padding: 20px 25px;
	margin-bottom: 10px;
	color: #d8c722;
}
#video-wrapper {
	display: none;
	background: #241d1b;
	background-color: rgba(0,0,0,.75);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}
#video-wrapper .close-dark {
	top: 30px;
	right: 65px;
}
.video-holder .video-caption-button {
	color: #0056b8;
	background-color: #fff;
	left: 20px;
	bottom: 20px;
}
.close-dark {
	z-index: 2;
	top: 20px;
	right: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	position: absolute !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 1;
	background-color: #fff;
}
#video-wrapper .hold-video {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.video-section {
	min-height: 354px;
	overflow: hidden;
	background-size: cover;
	transition: all .5s;
}
.video-section:hover {
	transform: scale(1.04);
}
.video-section-title {
	font-size: 26px;
	font-weight: bold;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 46px;
}
.video-section-title p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.video-section-content {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1em;
	margin-left: 60px;
	margin-right: 585px;
}
.tan.video .container-fluid {
	padding: 0;
}
.tan.video {
	overflow: hidden;
}
.item-media-panel {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 37px;
	padding: 9px 11px 7px;
}
.item-media-panel {
	font-size: 135%;
}
.video-arrow {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
}
.blue,
a.blue,
.blue a {
	color: #1dcad3 !important;
	font-size: 30px;
	text-align: center;
	text-decoration: none !important;
}
.gray {
	color: #58595b;
	text-align: center;
	font-size: 20px;
}
.white .container-fluid .row {
	overflow: hidden;
}
.main-image .banner {
	height: 450px;
	background-size: cover;
	background-position: top center;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content li {
	padding-bottom: 10px;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-6:last-child {
	border-right: none !important;
}
.mainNavigation .navbar-nav > li > a:after {
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 0;
}
.mainNavigation .navbar-nav > li:first-child a:after,
.mainNavigation .navbar-nav > li.no-caret a:after {
	border: none;
}
.mainNavigation .navbar-nav > li.open > a:after {
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-top: 0px;
}
.siteNavigation {
	background-color: #a6192e;
}
.top-nav-bar {
	background-color: #a6192e;
	padding: 0;
}
.title-bar-left {
	margin-top: 10px;
	margin-right: 20px;
	padding-right: 0px;
	margin-left: 30px;
}
.logo a {
	background-image: url(/_resources/images/SDSUhorizontal2CrgbRV.png);
	background-color: transparent;
	background-size: contain;
	width: 225px;
}
.title-bar-right {
	padding-top: 25px;
	font-size: 28px;
}
.title-bar-right a {
	background-color: #a6192e;
	font-weight: 800;
}
.title-bar-right small {
	font-size: 12px;
	vertical-align: top;
}
.mainNavigation .nav > li > a:hover,
.mainNavigation .nav > li > a:focus {
	background-color: transparent;
}
.mainNavigation .nav li a.dropdown-toggle:hover {
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}
.mainNavigation .nav {
	justify-content: space-around!important;
	display: flex;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff !important;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
}
.navbar-inverse .navbar-form {
	margin: 0;
}
.navbar-inverse .navbar-form .form-control {
	height: 25px;
}
.mainNavigation .navbar-nav > li > a {
	color: #fff;
	padding: 5px 25px 5px 25px;
	transition: none;
	text-align: center;
}
.title-bar-container {
	min-height: 80px;
}
.bottom-nav-bar {
	box-shadow: none;
	background: #a6192e;
	background-color: #a6192e;
	padding: 0 0 15px;
}
.navigation-fixed-wrapper.smaller .top-nav-bar {
	background-color: #a6192e;
}
.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
	padding: 5px 25px 5px 25px;
	transition: none;
}
.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li:first-child > a {
	padding-left: 0;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-3 {
	min-height: 330px;
}
.navigation-fixed-wrapper.smaller .mainNavigation .nav {
	justify-content: space-around!important;
	display: flex;
}
.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content > .row > .col-md-6 {
	border-right: 2px solid #eaeae8;
	min-height: 330px;
}
.mainNavigation .navbar-nav > li:first-child > a {
	padding-left: 0;
}

.aux .navbar-nav,
.aux .navbar-nav > li,
.aux .navbar-nav > li > a {
	float: right !important;
}
#maincontent {
	padding-top: 165px;
}
@media (max-width: 991px) {
	.aux .navbar-nav,
	.aux .navbar-nav > li,
	.aux .navbar-nav > li > a {
		float: none !important;
	}
}
.banner-wrapper {
	position: relative;
}
.main-image .caption h2,
.main-image .caption h3 {
	margin: 0;
}
.main-image .caption h3 {
	font-size: 40px;
	text-shadow: 0px 2px 4px #000;
	color: #fff;
}
.main-image .caption {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: none;
	text-align: right;
	padding: 50px 50px 25px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.owl-carousel-slideshow .carousel-caption h3 {
	font-size: 40px;
	text-shadow: 0px 2px 4px #000;
	color: #fff;
}
.owl-carousel-slideshow .carousel-caption p {
	font-size: 30px;
	line-height: 22px;
}
.owl-carousel-slideshow .carousel-caption {
	background: #2e2e2e;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	border: none;
	bottom: 0;
	left: 0;
	margin-right: 0;
	padding: 75px 30px 50px 20px;
	right: 0;
	text-align: right;
	background-color: transparent !important;
}
a[data-region-style='button'].ou-btn {
	position: relative;
	z-index: 4;
}
/* Large desktops and laptops */
@media (min-width: 1750px) and (max-width: 2000px) {
	.split::after {
		width: 34%;
	}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	/*body {border:1px solid #ff8a33;}*//*Orange*/
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 8px;
	}
	.owl-carousel-slideshow .carousel-caption h3 {
		font-size: 30px;
	}
	.social-icons {
		white-space: normal;
	}
	.social-icons a .fa {
		margin: 10px auto;
		display: block;
	}
	.sub-footer .social-icons:before,
	.sub-footer .social-icons:after {
		background: none;
		content: "";
		display: block;
		width: 100%;
	}
	.sub-footer img {
		display: block;
		margin: 0 auto;
	}
	.split::after {
		width: 25%;
	}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*body {border: 1px solid #ffff00;}*//*Yellow*/
	.navbar-nav > li {
		float: none;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .nav,
	.mainNavigation .nav {
		justify-content: normal !important;
		display: block;
	}
	.mobile-navigation-fixed-wrapper,
	.top-nav-bar-mobile,
	.title-bar-right,
	.title-bar-mobile,
	.mobile-navigation-fixed-wrapper.smaller .top-nav-bar-mobile {
		background-color: #a6192e;
	}
	.title-bar-right {
		padding-top: 10px;
	}
	.top-nav-bar-mobile {
		padding-top: 10px;
		padding-bottom: 0;
	}
	a.menuToggle,
	a.menuToggle.btn-default:focus,
	a.menuToggle.btn-default.focus {
		color: #fff;
	}
	.mainNavigation .navbar-nav > li:first-child > a {
		padding-left: 25px;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li:first-child > a {
		padding-left: 25px;
	}
	.mainNavigation .navbar-nav > li:last-child > a {
		display: none;
	}
	.title-bar-left {
		margin-left: 0;
	}
	.logo {
		margin-left: 0;
	}
	.title-bar-right {
		font-size: 22px;
	}
	.mobile-navigation-fixed-wrapper.smaller .logo a {
		background-size: 224px 45px;
		height: 53px;
		width: 265px;
	}
	.mobile-navigation-fixed-wrapper.smaller .title-bar-right {
		font-size: 22px;
	}
	.title-bar-mobile {
		min-height: 85px;
	}
	.mobile-navigation-fixed-wrapper.smaller .title-bar-mobile {
		min-height: 85px;
	}
	.mobile-navigation-fixed-wrapper.smaller .top-nav-bar-mobile {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.mobile-navigation-fixed-wrapper.smaller .menuToggle,
	.mobile-navigation-fixed-wrapper.smaller a.menuToggle {
		top: 10px;
		padding-top: .8em;
		padding: .8em;
	}
	.mobile-navigation-fixed-wrapper.smaller .menuToggle:after {
		top: 15px;
	}
	.mainNavigation .navbar-nav > li > a,
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
		padding: 15px 25px 15px 25px;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding-left: 0;
	}
	.navbar-inverse .navbar-form {
		display: none;
	}
	#maincontent {
		padding-top: 90px;
	}
	.owl-carousel-slideshow .carousel-caption {
		padding: 0px 30px 50px 20px;
	}
	.owl-carousel-slideshow .carousel-caption h3 {
		font-size: 25px;
	}
	.owl-carousel-slideshow .carousel-caption p {
		font-size: 20px;
	}
	.blue-background-images p {
		margin: 0;
	}
	.squares {
		width: 95%;
		display: block;
		margin: 0 auto;
		padding: 0 10px;
	}
	.news .col-sm-6.col-md-3:nth-child(3) {
		display: block;
		clear: both;
	}
	.sub-footer {
		text-align: center;
	}
	.sub-footer img {
		display: block;
		margin: 0 auto;
		max-width: 200px;
	}
	.contact-footer {
		text-align: center;
	}
	.video-section-content {
		margin-left: 60px;
		margin-right: 60px;
	}
	.main-image .caption {
		position: absolute;
	}
	.split {
		height: auto;
		padding-top: 0px;
	}
	.split .row {
		margin-left: 0;
		margin-right: 0;
	}
	.split .col-md-3 {
		padding: 0;
	}
	.split h2 {
		margin-top: 0;
		padding: 20px 0;
		text-align: center;
	}
	.split::after {
		position: static;
	}
	.news-slider .more-link {
		display: none;
	}
    .news-slider .slick-prev,
    .news-slider .slick-next {
		display: none !important;
	}
	.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-3 {
		min-height: 1px;
	}
	.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content a.btn-red {
		margin-bottom: 20px;
	}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/*body {border: 1px solid #66ff33;}*//*Green*/
	.navbar-nav > li {
		float: none;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .nav,
	.mainNavigation .nav {
		justify-content: normal !important;
		display: block;
	}
	.mobile-navigation-fixed-wrapper,
	.top-nav-bar-mobile,
	.title-bar-right,
	.title-bar-mobile,
	.mobile-navigation-fixed-wrapper.smaller .top-nav-bar-mobile,
	.mobile-navigation-fixed-wrapper.smaller .title-bar-mobile {
		background-color: #a6192e;
	}
	.title-bar-right {
		padding-top: 0px;
	}
	.top-nav-bar-mobile {
		padding-top: 10px;
		padding-bottom: 0;
	}
	a.menuToggle,
	a.menuToggle.btn-default:focus,
	a.menuToggle.btn-default.focus {
		color: #fff;
	}
	.mainNavigation .navbar-nav > li:first-child > a {
		padding-left: 25px;
	}
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li:first-child > a {
		padding-left: 25px;
	}
	.mainNavigation .navbar-nav > li:last-child > a {
		display: none;
	}
	.title-bar-left {
		margin-left: 0;
		margin-top: 0;
	}
	.logo {
		margin-left: 0;
	}
	.title-bar-right {
		font-size: 18px;
		padding: 5px 0 10px 20px;
		line-height: 20px;
	}
	.logo {
		height: 40px;
	}
	.logo a {
		height: 40px;
	}
	.mobile-navigation-fixed-wrapper.smaller .logo a {
		height: 40px;
	}
	.mobile-navigation-fixed-wrapper.smaller .title-bar-right {
		font-size: 18px;
		padding: 5px 0 10px 20px;
	}
	.title-bar-mobile {
		min-height: 85px;
	}
	.mobile-navigation-fixed-wrapper.smaller .title-bar-mobile {
		min-height: 85px;
	}
	.mobile-navigation-fixed-wrapper.smaller .top-nav-bar-mobile {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.mobile-navigation-fixed-wrapper.smaller .menuToggle,
	.mobile-navigation-fixed-wrapper.smaller a.menuToggle {
		top: 10px;
		padding-top: .8em;
		padding:  .8em;
	}
	.menuToggle:after {
		right: -50px;
	}
	.mobile-navigation-fixed-wrapper.smaller .menuToggle:after {
		top: 15px;
	}
	.mainNavigation .navbar-nav > li > a,
	.navigation-fixed-wrapper.smaller .mainNavigation .navbar-nav > li > a {
		padding: 15px 25px 15px 25px;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 25px;
	}
	.navbar-inverse .navbar-form {
		display: none;
	}
	#maincontent {
		padding-top: 90px;
	}
	.owl-carousel-slideshow .carousel-caption {
		padding: 0px 30px 50px 20px;
	}
	.owl-carousel-slideshow .carousel-caption h3 {
		font-size: 25px;
	}
	.owl-carousel-slideshow .carousel-caption p {
		font-size: 20px;
	}
	.blue-background-images p {
		margin: 0;
	}
	.squares {
		width: 95%;
		display: block;
		margin: 0 auto;
		padding: 0 10px;
	}
	.news .col-sm-6.col-md-3:nth-child(3) {
		display: block;
		clear: both;
	}
	.sub-footer {
		text-align: center;
	}
	.sub-footer img {
		display: block;
		margin: 0 auto;
		max-width: 200px;
	}
	.contact-footer {
		text-align: center;
	}
	.video-section-content {
		margin-left: 60px;
		margin-right: 60px;
	}
	.main-image .caption {
		position: absolute;
	}
	.maincontent .pull-right {
		float:none;
		margin: 10px auto !important;
	}
	.split {
		height: auto;
		padding-top: 0px;
	}
	.split .row {
		margin-left: 0;
		margin-right: 0;
	}
	.split .col-md-3 {
		padding: 0;
	}
	.split h2 {
		margin-top: 0;
		padding: 20px 0;
		text-align: center;
	}
	.split::after {
		position: static;
	}
	/*.news-slider .more-link {
		display: none;
	}*/
    .news-slider .slick-prev,
    .news-slider .slick-next {
		display: none !important;
	}
	.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content .col-md-3 {
		min-height: 1px;
	}
	.mainNavigation .nav .dropdown .dropdown-menu li .mainnav-content a.btn-red {
		margin-bottom: 20px;
	}
	h2.social-icons {
		white-space: normal;
		display: block;
	}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
	/*body {border: 1px solid #66ff33;}*//*Green*/
	.menuToggle::after {
		right: -65px;
	}
	.item-media-panel {
		font-size: 100%;
	}
	.video-section {
		min-height: 454px;
	}
}
@media print {
	footer,
	header.siteHeader,
	.mobile-navigation-fixed-wrapper,
	.siteNavigation,
	.sub-footer,
	#oualerts-active-alert-display {
		display: none;
	}
	#maincontent {
		padding-top: 0 !important;
	}
}
