@charset "UTF-8";
/* CSS Document */

body {
	color: #333;
	font-family: 'Lato', sans-serif;   
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container {
	max-width: 1320px;
	padding: 0 15px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif; 
	font-size: 1.333em;
	line-height: 1.2;
	margin: 0 0 .75em;
	font-weight: normal;
	text-transform: uppercase;
	color: #008A98
}

h1,
h2 {
	font-size: 1.714em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1.4em
}

h5 {
	font-size: 1.3em
}

h6 {
	font-size: 1.2em
}

h1.page-title {
	background: #008A98;
	padding: 25px 30px 17px;
	border-bottom: 8px solid #005c65;
	color: #fff
}

p {
	margin: 0 0 .75em
}

a {
	color: #008A98;
	text-decoration: none;
	transition: color 150ms ease
}
figure.float-left {
	margin-right: 30px;
	display: table;
	padding: 10px 0px 20px 0px;
}
figure.float-right {
	margin-left: 30px;
	display: table;
	padding: 10px 0px 20px 0px;
}
figcaption {
	font-size: 16px;
	font-style: italic;
	display: table-caption;
	caption-side: bottom;
}
a:active,
a:focus,
a:hover {
	color: #006872
}

a.button {
	background: #650000;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase
}
p a {
	text-decoration: underline;
	font-weight: 700;
}
.subscribe {
	float: right;
}
hr {
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 1.5em 0
}
.gray-bg {
	background-color: #f1efee;
}
/*Search Modal Styles*/
.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
}
.searchresults .siteSearch .form-submit {
	border: 0;
	width: 35px;
	height: 36px;
	background: url(../images/search-icon.png) no-repeat 0 0;
	text-indent: -9999px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
	margin-left: -60px;
	position: relative;
	top: 0;
}
.searchresults  .siteSearch .form-text {
	width: 99%;
	padding: .3em 20px .3em 10px;
	color: #010220;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width:inherit;
	height:inherit;
	/* To center horizontally */
	margin: 0 auto;
}
#searchmodal .modal-dialog {
	width: 100%;
}
#searchmodal .modal-content {
	position: relative;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#searchmodal .modal-title {
	background-attachment: scroll;
	background-clip: border-box;
	background: url(../images/sdccd-logo.png) no-repeat;
	background-origin: padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 149px;
	width: 550px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	text-align: center;
}
#searchmodal .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #010220;
}
#searchmodal.fade.in {
	background: rgba(1, 2, 32, 1);
}
.modal-backdrop.show {
	opacity: 0.7;
}
#searchmodal .modal-header {
	padding: 15px;
	border-bottom: none;
}
#searchmodal .modal-body {
	font-size: 45px;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
}
#searchmodal a {
	color: #fff;
	text-decoration: none;
}
#searchmodal a:hover {
	text-decoration: none;
}
#searchmodal .siteSearch .form-submit {
	border: 0;
	width: 35px;
	height: 35px;
	background: url(../images/search-icon.png) no-repeat 0 0;
	text-indent: -9999px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 170px;
}
#searchmodal .modal-body .phone {
	margin-top: 20px;
}
#searchmodal .siteSearch {
	display: none;
	background: transparent;
	padding: 0;
	font-size: 0.500em;
	color: #010220;
	margin-left: 0;
}
#searchmodal  .siteSearch .form-text {
	width: 80%;
	padding: .6em 20px .3em 10px;
	margin: 0 auto;
	color: #010220;
	position: relative;
}
#searchmodal .close {
	float: right;
	font-size: 3.125em;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	top: 0px;
	right: 0px;
}
#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #010220;
	font-size: 30px;
}
#searchmodal ::-moz-placeholder { /* Firefox 19+ */
	color: #010220;	
	font-size: 30px;
}
#searchmodal :-ms-input-placeholder { /* IE 10+ */
	color: #010220;
	font-size: 30px;
}
#searchmodal :-moz-placeholder { /* Firefox 18- */
	color: #010220;
	font-size: 30px;
}
.page-link {
	color: #0099a8;
}
.page-link:hover {
	color: #650000;
}
.page-item.active .page-link {
	background-color: #008c9a;
	border-color: #008c9a;
	color: #fff;
}
.btn {
	text-decoration: none;
	font-size: 20px;
	background-color: #650000;
	color: #fff !important;
	box-shadow: none !important;
	padding-top: 0.2625rem;
	padding-right: 1.125rem;
	padding-bottom: 0.325rem;
	padding-left: 1.125rem;
	display: inline-block;
	line-height: inherit;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.close {
	opacity: 0.9;
}
.flex-row, .flex-row > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 0 auto;
	flex-shrink: 0;
	flex-basis: auto;
}
.menuToggle {
	display: none;
}
/*Header Styles*/
.siteHeader {
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#0099a8;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}
a:hover {
	text-decoration: none;
}
.header-bar {
	background-color: #008c9a;
}
.header-bar a {
	color: #fff;
}
.site-heading {
	display: inline-block;
	float: left;
	border-left: 1px solid #fff;
	margin: 30px 0px 0px 30px;
	padding-left: 30px;
}
.sticky-menu-bar-show .site-heading {
	display:none;
}
.site-heading .colleges {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 0px;
}
.site-heading .colleges li {
	border-right: 1px solid #fff;
	padding-right: 10px;
	line-height: 10px;
}
.site-heading .colleges a:hover, .site-heading .colleges a:focus {
	font-weight: 700;
}
.site-heading .colleges li:last-child {
	border-right: none;
}
.site-heading h2 {
	font-size: 50px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0px;
}
.site-heading h2 strong {
	font-weight: 700;
}
h1.logo {
	margin: 0;
	z-index: 3;
	position: relative;
}
.logo a {
	display: block;
	float: left;
	width: 347px;
	height: 92px;
	background:url(../images/sdccd-logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	text-indent:-9999px;
	margin: 20px 0 20px 0;
}
.dark-navbar .logo {
	display: none;
}
.dark-navbar .icons-nav{
	visibility: hidden;
}
.sticky-menu-bar-show .dark-navbar .icons-nav{
	visibility: visible;
}
.dark-navbar {
	background: #333;
}
.dark-gray-header-bar > .col {
	padding-right: 0;
	padding-left: 0;
}
header .icons-nav {
	margin: 20px auto 10px;
}
.sticky-menu-bar-show .icons-nav {
	margin: 20px auto 10px;
	display: inline-block;
	float: left;
}
header .icons-nav li {
	height: 35px;
	padding: 0 8px;
}
header .icons-nav .nav a {
	line-height: 34px;
	font-size: 17px;
	height: 32px;
	width: 32px;
}
header .cta {
	float: right;
}
.sticky-menu-bar-show .cta .btn {
	margin-top: 15px;
	padding-left: 30px;
}
header .cta .btn {
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	margin-right: 40px;
}
header .cta .btn:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.75em;
	vertical-align: 0.015em;
	content: "";
	border-top: 0.4em solid transparent;
	border-right: 0;
	border-bottom: 0.4em solid transparent;
	border-left: 0.4em solid;
}
/*Main Navigation Styles*/
.mobile-fixed-wrapper {
	display: none;
}
.sticky-menu-bar-show {
	display: block;
	opacity: 1;
	height: 70px;
	background-color: #008c9a;
	width: 100%;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 4;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border-bottom: 1px solid #ddd;
}
.sticky-menu-bar-show .navbar-transparent {
	height: 35px;
}
.sticky-menu-bar-show .logo-box-menu {
	display: none;
}
.sticky-menu-bar-show .dark-navbar .logo {
	display:block;
}
.sticky-menu-bar-show .logo a {
	display: block;
	float: left;
	width: 283px;
	height: 55px;
	background-size: contain;
	margin: 7px 0 20px 0;
	position: fixed;
}
.sticky-menu-bar-show .main-navigation {
	display: none;
}
/*Search*/
.sticky-menu-bar-show .search {
	top: 10px;
}
.search  {
	display: inline-block;
	float: none;
	font-size: 20px;
	position: relative;
	right: 15px;
	top: 2px;
}
/*Top Navigation and Mobile Menu Wrapper*/
.top-nav {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.sticky-menu-bar-show .top-nav {
	display:none;
}
.main-navigation {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1320px;
	margin: 0 auto;
	display: block;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
	font-size: 0;/*removes gap between li items on hover*/
	padding: inherit;
	display: block;
}
/*Centers the top navigation*/
.main-navigation .nav li {
	display: inline-block;
	float: none;
	font-size: 16px;
	position: static;
	padding: 10px 18px;
}
.main-navigation .nav li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 18px;
	color: #008c9a;
	font-size: 17px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation .nav li a:hover, .main-navigation .nav li a:focus  {
	color: #000;
	font-weight: bold;
}
.navbar-transparent {
}
.menuClose {
	display: none;
}
/*Footer Styles*/
footer {
	font-family: Arial, Helvetica, sans-serif;
	background: #121212;
	text-align: left;
	color: #fff;
	padding: 30px 0;
	font-size: 12px
}
footer::after {
	clear: both;
	content: "";
	display: block
}
footer img {
	max-width: 220px;
	margin: 0 0 1.5em;
	display: inline-block;
	float: left
}
footer address {
	float: left;
	clear: both;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 2.5em
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #bfbfbf
}
footer ul {
	padding: 0 0 1.5em;
	margin: 0
}
footer ul li {
	list-style: none
}
footer ul.footer-nav {
	float: right;
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 0;
	column-gap: 0
}
footer p {
	float: right;
	clear: right
}
footer ul.social-nav {
	float: right;
	padding-top: 18px
}
footer ul.social-nav li a {
	color: #000
}
footer ul.sites-nav {
	clear: both;
	float: left
}
footer ul.social-nav {
	margin-bottom: 18px
}
/*Main Content Styles*/
ul.social-nav li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
}
ul.social-nav li a {
	background: #fff;
	display: inline-block;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	color: #008A98;
	height: 40px;
	width: 40px;
	transition: all 0.3s ease-in-out;
}
ul.social-nav li a:hover {
	opacity: .7;
}
.section-title-featured {
	font-size: 42px;
	text-transform: uppercase;
	color: #650000;
	background-color: rgba(255,255,255,.86);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
	padding: 10px 20px;
}
.section-title {
	font-size: 42px;
	text-transform: uppercase;
	color: #650000;
	display: inline-block;
}
h3.section-title {
	font-size: 32px;
}
.more {
	font-size: 18px;
	text-transform: uppercase;
	color: #650000;
	margin-left: 30px;
}
.more:after {
	color: #008a98;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.75em;
	vertical-align: 0.015em;
	content: "";
	border-top: 0.4em solid transparent;
	border-right: 0;
	border-bottom: 0.4em solid transparent;
	border-left: 0.4em solid;
}
/*Home Slider*/
.slider {
	background-color: #eeeeee;
	margin-bottom: 40px;
	position: relative;
}
.slider .carousel {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}
.slider img {
	max-width: 1500px;
	width: 100%;
	display:block;
}
.slider .col {
	padding: 0px !important;
}
.slider .carousel-indicators {
	position: relative;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #fff;
	min-height: 292px;
}
/*.slider .carousel-indicators li {
width: 25%;
height: auto;
margin-right: 0px;
border: 1px solid #fff;
margin-left: 0px;
}*/
.slider .carousel-indicators li {
	width: 25%;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	min-height: 212px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slider .carousel-indicators li:first-child {
	margin-left: 0px;
}
.slider .carousel-indicators li:last-child {
	margin-right: 0px;
}
/*.slider .carousel-indicators li .article-caption {
font-size: 14px;
padding: 20px 25px;
display: block;
text-indent: 0px;
}*/
.slider .carousel-indicators li .article-caption {
	font-size: 15px;
	padding: 15px 25px;
	display: block;
	margin-top: 212px;
	text-indent: 0px;
	background-color: #eee;
	height: 80px;
	width: 100%;
	font-weight: 700;
}
.carousel-indicators .active {
	background-color: #eeeeee;
}
.carousel-indicators .active .active-overlay {
	background-color: rgba(255,255,255,.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute; 
	display:block;
}
.carousel-indicators .active-overlay {
	display:none;
}
.slider .carousel-indicators li.active .article-caption {
	background-color: #ccc;
	color: #000;
}
.carousel-item {
	border-bottom: 1px solid #fff;	
}
.carousel-item .caption {
	display: none;
}
.carousel-item {
	height: 600px;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-item a {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: block;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	background-color: rgba(0,0,0,.5);
	height: 85px;
	top: 33%;
	opacity: 1;
}
.carousel-indicators .active:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background-color: #650000;
	border-radius: 50%;
	border: 2px solid #fff;
	top: -25px;
	content: "\f062";
	text-indent: 0;
	left: 40%;
	z-index: 2;
	opacity: 1;
}
/*Home Featured News*/
.news-item {
	position: relative;
	display: block;
	height: 202px;
	overflow: hidden;
}
.news-item img {
	border-top: 4px #008a98 solid;
	width: 100%;
}
.news-item h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	left: 0;
	right: 0;
	text-transform: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
}
.news-item:hover img, .news-item:focus img {
	border-top: 4px #650000 solid;
}
.news-item:hover h3, .news-item:focus h3 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}    
.news-item-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,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 */
}
.video-item {
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.video-item .date {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 120px;
	background-color: #008a98;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}
.photo-item {
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.photo-item img {
	border-top: 4px solid #008a98;
	width: 100%;
}
.photo-item .date {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 120px;
	background-color: #008a98;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}
.videos h3.video-title, .photos h3.photo-title {
	margin-bottom: 10px;
}
h3 a {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	margin-top: 20px;
}
h3.video-title {
	margin-bottom: 40px;
}
.gray-row-wrapper {
	background-color: #eeeeee;
	padding: 30px 0;
}
.events .event {
	display: table;
	margin-bottom: 15px;
	padding-right: 40px;
	position: relative;
	width: 25%;
	float: left;
}
.events .event-date {
	padding-right: 10px;
	line-height: 34px;
	width: 80px;
}
.events .event div {
	display: table-cell;
	position: relative;
}
.events .event-date .event-month {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #650000;
}
.events .event-date .event-day {
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #008a98;
}
.events .event-time {
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	font-weight: 400;
}
.events .event-text{
	color: #000;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	vertical-align: middle;
	border-left: 1px solid #008a98;
	padding-left: 10px;
	font-weight: 700;
	height: 100px;
}
.events .event a:hover .event-text, .events .event a:focus .event-text {
	text-decoration: underline;
}
.photo-gallery.featured-1 {
	margin-right: 3px;
}
.photo-gallery.featured-1.reset {
	/* width: 370px;*/
	width: 45%;
}
.photo-gallery.featured-2 {
	margin-right: 3px;
}
.photo-gallery.featured.selected {
	/*width: 370px;*/
	width: 45%;
}
.photo-gallery.featured {
	-webkit-transition: width 0.75s ease-out;
	-moz-transition: width 0.75s ease-out;
	-o-transition: width 0.75s ease-out;
	transition: width 0.75s ease-out;
	overflow: hidden;
	position: relative;
	/*	width: 220px;*/
	width: 27%;
	height: 585px;
	border-radius: 0px;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #313131;
}
.photo-gallery.featured a {
	color: #FFFFFF;
}
a.hidden-text {
	line-height: 0;
	font-size: 0;
	color: transparent;
}
.photo-gallery.featured .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.75) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.65)), color-stop(99%,rgba(0,0,0,0.75)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.75) 99%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.75) 99%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.75) 99%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.75) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.photo-gallery.featured h2, .photo-gallery.featured p {
	-webkit-transition: margin-left 0.75s ease-out;
	-moz-transition: margin-left 0.75s ease-out;
	-o-transition: margin-left 0.75s ease-out;
	transition: margin-left 0.75s ease-out;
}
.photo-gallery.featured h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
	max-width: 200px;
	text-transform: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.photo-gallery.featured.selected h2.long_title {
	width: 440px;
	max-width: 440px;
}
.photo-gallery.featured .meta {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.photo-gallery.featured.selected h2.long_title a .end {
	display: inline;
}
.photo-gallery.featured.selected h2 a .featured-post-subtitle, .photo-gallery.featured.selected h2.long_title a .featured-post-subtitle {
	display: inline;
}
.photo-gallery.featured h2.long_title a .featured-post-subtitle, .photo-gallery.featured h2 a .featured-post-subtitle {
	display: none;
	font-weight: 400;
	font-size: 20px;
}
/*Home Contact Form*/
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 1.57143;
	color: rgb(33, 33, 33);
	background-color: rgb(255, 255, 255);
	background-image: none;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
	padding: 15px 27px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(177, 177, 177);
	border-image: initial;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group label {
	font-size: 16px;
	font-weight: bold;
}
textarea.form-control {
	height: auto;
}
.form-group .btn {
	font-size: 18px;
	text-align: center;
}
.article-hero {
	background-color: #eeeeee;
}
.article-hero img {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display:block;
}
.hero-caption {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.page-title {
	font-size: 42px;
	font-weight: 400;
	color: #650000;
	margin-bottom: 0px;
	background-color: #eeeeee;
}
.news-archive li:first-child {
	margin-top: 30px;
}
.news-archive li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news-archive img {
	margin-right: 30px;
}
.news-archive h3 {
	margin-bottom: 0px;
}
.news-archive .date {
	font-size: 16px;
	color: #650000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.article-title {
	font-size: 42px;
	font-weight: 400;
	color: #650000;
	margin-top: 30px;
	margin-bottom: 25px;
	text-transform: none;
}
.meta {
	font-size: 18px;
	color: #650000;
	margin-bottom: 40px;
}
.lead {
	font-weight: 700;
	font-style: italic;
	font-size: 26px;
	line-height: 36px;
}
blockquote {
	font-size: 26px;
	font-weight: 300;
	color: #ffffff;
	background-color: #008c9a;
	padding: 25px;
	max-width: 450px;
	float: right;
	margin-left: 20px;
}
aside {
	background-color: #eeeeee;
	padding: 20px;
}
.related {
	color: #650000;
	font-size: 18px;
	margin-bottom: 30px;
}
.related:after {
	color: #008a98;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.75em;
	vertical-align: 0.015em;
	content: "";
	border-top: 0.4em solid transparent;
	border-right: 0;
	border-bottom: 0.4em solid transparent;
	border-left: 0.4em solid;
}
aside h4 {
	line-height: 1em;
}
aside h4 a {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
}
aside p {
	font-size: 16px;
}
aside ul li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #008a98;
}
aside ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.subscribe-row-wrapper {
	background-color: #650000;
	padding: 30px 0px;
	text-align: center;
	color: #ffffff;
}
.subscribe-row-wrapper h3 {
	color: #ffffff;
	font-size: 27px;
}
.subscribe-row-wrapper .btn {
	background-color: #ffffff;
	color: #008c9a !important;
	text-transform: none;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 27px;
}
.subscribe-row-wrapper .form-control {
	height: 40px;
	padding: 10px;
}
.videos .embed-responsive {
	border-top: 4px #008a98 solid;
}
.photo-gallery-slider {
	background-color: #eeeeee;
}
.photo-gallery-slider #slider {
	max-width: 1500px;
	margin: 0 auto; 
}
.photo-gallery-slider #slider .carousel-item {
	height: 800px;
	background-position: center top;
}
.photo-gallery-slider #slider .carousel-item .caption {
	font-size: 20px;
	font-weight: 700;
	background-color: rgba(255,255,255, .7);
	padding: 10px 40px;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.photo-gallery-slider #thumb-carousel { 
	padding: 0 45px; 
	max-width: 1500px;
	border-top: 2px solid #eeeeee;
	margin: 0 auto; 
}
.photo-gallery-slider #thumb-carousel .carousel-item { 
	text-align: center; 
	min-height: 145px;
	height: 145px;
}
.photo-gallery-slider #thumb-carousel .carousel-item .thumb {
	width: 16%; 
	display: inline-block; 
	vertical-align: middle; 
	cursor: pointer; 
	min-height: 145px;
	background-size: cover;
}
.photo-gallery-slider .carousel-control-prev, .photo-gallery-slider .carousel-control-next {
	top: 20%;
}
.photo-gallery-slider .carousel-control-prev.no-bg, .photo-gallery-slider .carousel-control-next.no-bg {
    background-color: transparent;
    top: 45%;
}
.photo-gallery-slider .carousel-control-prev.no-bg .carousel-control-prev-icon, .photo-gallery-slider .carousel-control-next.no-bg .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}
.resources {
	font-size: 26px;
	margin-bottom: 60px;
}
.resources li {
	border-right: 2px solid #eeeeee;
	line-height: 22px;
	text-align: center;
}
.resources li:last-child {
	border-right: none;
}

/* Landscape tablets and medium desktops: XL */
@media (min-width: 1200px) {
	body {
		/*border: 2px solid #fcee21;*/
	} /*yellow*/
	/*Main Navigation Styles*/
	.site-navigation {
		display: block !important;
		left: 0 !important;
	}
	.flex, .flex > div[class*='col-'] {
		display: block;
	}
	.logo a {
		width: 300px;
	}
	.site-heading {
		margin: 30px 0px 0px 20px;
	}
	.slider .carousel-indicators li:first-child {
		margin-left: 2px;
	}
	.slider .carousel-indicators li:last-child {
		margin-right: 2px;
	}
}
/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		/*border: 2px solid #0000ff;*/
	} /*blue*/
	.flex, .flex > div[class*='col-'] {
		display: block;
	}
	.menuToggle {
		display: none;
	}
	/*Main Navigation Styles*/
	.main-navigation .nav .dropdown {
		padding: 0px;
	}
	.site-navigation {
		display: block !important;
		left: 0 !important;
	}
	.site-heading {
		margin: 30px 0px 0px 15px;
		padding-left: 15px;
	}
	.site-heading h2 {
		font-size: 40px;
	}
	.site-heading .colleges {
		font-size: 11px;
	}
	.logo a {
		width: 190px;
	}
	.photo-gallery.featured.selected {
		width: 44%;
	}
	.photo-gallery.featured h2 {
		font-size: 18px;
	}
}
/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		/*border: 2px solid #ed1e79;*/
	}  /*pink*/
	.flex, .flex > div[class*='col-'] {
		display: block;
	}
	.cover {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #4e5758;
		background: rgba(78,87,88,0.8);
		z-index: 1;
	}
	.mobile-header .site-heading {
		display: block;
	}
	.mobile-header .site-heading a {
		color: #fff;
	}
	.site-heading {
		display: none;	
	}
	.sticky-menu-bar-show {
		position: relative;	
		width: auto;
	}
	.sticky-menu-bar-show .logo a {
		display:none;
	}
	.dark-gray-header-bar {
		height: auto;
	}
	.navbar-transparent {
		height: auto;
	}
	.mobile-fixed-wrapper{
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 4;
		display:block;
	}
	.mobile-fixed-wrapper.fixed {
		position: fixed;	
	}
	header .site-navigation .dark-gray-header-bar .container {
		padding: 0px 10px;	
		margin-bottom: 20px;
	}
	header .audience .nav a {
		font-size: 15px;
	}
	.fixed-wrapper .alert {
		display: none;
	}
	.mobile-fixed-wrapper .alert {
		display: block;
	}
	header {
		border-top: none;
	}
	h1.logo {
		margin: 0;	
	}
	.logo a {
		display: none;
	}
	.mobile-header {
		display: block;
		background-color: #008c9a;
		height: 95px;
	}
	.site-heading {
		margin: 15px 0px 0px 30px;
	}
	.mobile-logo a {
		display: block;
		float: left;
		width: 250px;
		height: 92px;
		background:url(../images/sdccd-logo.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-indent:-9999px;
		margin: 0px 0 20px 0;
	}
	.mobile-header .container {
		position: relative;	
	}
	/*Icons Navigation*/
	.mobile-header .icons-nav {
		display: block;	
		margin-right: 20px;
		padding-top: 5px;
	}
	.mobile-header .icons-nav .nav li a {
		color: #fff;
		font-size: 20px;
		padding: 0 10px;
	}
	.main-navigation .nav li.search {
		display: none;
	}
	/*Main Navigation Styles*/
	.dark-gray-header-bar {
		height: auto;
		padding: 0px 20px;
	}
	.main-navigation {
		background-color: transparent;
	}
	.main-navigation .nav {
		text-align: left;
		margin-top: 20px;
		border-top: none;
	}
	.main-navigation .nav li {
		display: block;
		float: none;
	}
	.main-navigation .nav li a {
		font-size: 1.25em;
		padding-left: 8px;
		padding-right: 8px;
	}
	.site-navigation.open .main-mavigation {
		box-shadow: none !important;
	}
	.dark-navbar .icons-nav {
		visibility: visible;
	}
	.main-navigation .nav {
		margin-left: 0;
	}
	.main-navigation > ul {
		display: block;
		margin:0;
		padding:0;
		list-style:none;
		font-style:normal;
	}
	.site-navigation .main-navigation {
		display: block;
		margin: 0;
		float: none;
	}
	.site-navigation .main-navigation .nav li a {
		margin-left: 0;
	}
	.main-navigation .nav li a {
		margin-left: 40px;
	}
	.main-navigation .nav {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
	}
	.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
		background-color: transparent;
	}
	.sticky-menu-bar-show .audience, .sticky-menu-bar-show .main-navigation {
		display: block;
	}
	header .cta {
		float: none;
		padding-bottom: 10px;
	}
	.top-nav {
		border-bottom: 0px;
		padding-top: 10px;
	}
	a.menuToggle {
		color: #fff;
		text-decoration: none;
		position: absolute;
		z-index: 5;
		display: block;
		font-size: 30px;
		right: 20px;
		top: 20px;
	}
	ul.social-nav li {
		margin: 0 0 0 30px;
	}
	ul.social-nav li:first-child {
		margin-left: 10px;
	}
	ul.social-nav li:last-child {
		margin-right: 0px;
	}
	.search {
		float: right;
	}
	.site-navigation {
		border-left: solid 2px #ffffff;
		width: 380px;
		top: 0px;
		right: -390px;
		z-index: 10000;
		display:none;
		box-shadow: none;
		background-color: #ffffff;
		overflow-y: scroll;
		height: 100%;
		position: fixed;
	}
	.menuClose {
		display: block;
		background: #2d2d2d;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		text-align: right;
		padding: 15px 35px;
		position: relative;
		font-size: 18px;
	}
	.menuClose svg {
		margin-left: 10px;	
	}
	.menuClose:hover {
		color:#fff;
	}
	.menuClose:active, .menuClose:focus {
		color: #fff;
	}
	.fixed-wrapper.smaller .logo a {
		display: none;
	}
	.fixed-wrapper.smaller .audience, .fixed-wrapper.smaller .main-navigation {
		display: block;
	}
	#searchmodal .siteSearch .form-submit {
		right: 20%;
	}
	footer {
		padding: 30px 0;
		text-align: left
	}
	footer::after {
		clear: both;
		content: "";
		display: block
	}
	footer img {
		max-width: 220px;
		margin: 0 0 1.5em;
		display: inline-block;
		float: left
	}
	footer ul.footer-nav {
		float: right;
		-webkit-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 0;
		column-gap: 0
	}
	footer address {
		float: left;
		clear: both;
		margin: 0 0 2.5em
	}
	footer p {
		float: right;
		clear: right
	}
	footer ul.social-nav {
		float: right;
		padding-top: 18px
	}
	footer ul.social-nav li a {
		color: #000
	}
	footer ul.sites-nav {
		clear: both;
		float: left
	}
	footer ul.social-nav {
		margin-bottom: 18px
	}
	.section-title-featured {
		font-size: 32px;
	}
	.carousel-item {
		height: 500px;
	}
	.carousel-control-prev, .carousel-control-next {
		top: 25%;
	}
	.slider .carousel-indicators li {
		min-height: 150px;
	}
	.slider .carousel-indicators li .article-caption {
		margin-top: 150px;
		font-size: 14px;
		height: 120px;
	}
	.slider .carousel-indicators li:first-child {
		margin-left: 0px;
	}
	.slider .carousel-indicators li:last-child {
		margin-right: 0px;
	}
	.news-item {
		margin-bottom: 25px;	
	}
	.photo-gallery.featured.selected {
		width: 100%;
	}
	.photo-gallery.featured {
		width: 100%;
		height: 250px;
		margin-bottom: 40px;
	}
	.section-title {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.events .event {
		width: 50%;
	}
	.more {
		display: block;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.photo-gallery-slider #thumb-carousel .carousel-item .thumb {
		min-height: 110px;
	}
	.photo-gallery-slider #slider .carousel-item {
		height: 550px;
	}
	.photo-gallery-slider .carousel-control-prev, .photo-gallery-slider .carousel-control-next {
		top: 10%;
	}
	.photo-gallery-slider #thumb-carousel .carousel-item {
		text-align: center;
		min-height: 110px;
		height: 110px;
	}
	.resources {
		font-size: 20px;
	}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	body {
		/*border: 2px solid #009245;*/
	} /*green*/
	.flex, .flex > div[class*='col-'] {
		display: block;
	}
	.cover {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #4e5758;
		background: rgba(78,87,88,0.8);
		z-index: 1;
	}
	.mobile-header .site-heading {
		display: block;
	}
	.mobile-header .site-heading a {
		color: #fff;
	}
	.site-heading {
		display: none;	
	}
	.sticky-menu-bar-show {
		position: relative;	
		width: auto;
	}
	.sticky-menu-bar-show .logo a {
		display:none;
	}
	.dark-gray-header-bar {
		height: auto;
	}
	.navbar-transparent {
		height: auto;
	}
	.mobile-fixed-wrapper{
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 4;
		display:block;
	}
	.mobile-fixed-wrapper.fixed {
		position: fixed;	
	}
	header .site-navigation .dark-gray-header-bar .container {
		padding: 0px 10px;	
		margin-bottom: 20px;
	}
	header .audience .nav a {
		font-size: 15px;
	}
	.fixed-wrapper .alert {
		display: none;
	}
	.mobile-fixed-wrapper .alert {
		display: block;
	}
	header {
		border-top: none;
	}
	h1.logo {
		margin: 0;	
	}
	.logo a {
		display: none;
	}
	.mobile-header {
		display: block;
		background-color: #008c9a;
		height: 75px;
	}
	.site-heading {
		margin: 15px 0px 0px 14px;
		padding-left: 15px;
		padding-bottom: 5px;
	}
	.site-heading h2 {
		font-size: 30px;
	}
	.mobile-logo a {
		display: block;
		float: left;
		width: 200px;
		height: 75px;
		background:url(../images/sdccd-logo.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-indent:-9999px;
		margin: 0px 0 10px 0;
	}
	.mobile-header .container {
		position: relative;	
	}
	/*Icons Navigation*/
	.mobile-header .icons-nav {
		display: block;	
		margin-right: 20px;
		padding-top: 5px;
	}
	.mobile-header .icons-nav .nav li a {
		color: #fff;
		font-size: 20px;
		padding: 0 10px;
	}
	.main-navigation .nav li.search {
		display: none;
	}
	/*Main Navigation Styles*/
	.dark-gray-header-bar {
		height: auto;
		padding: 0px 20px;
	}
	.main-navigation {
		background-color: transparent;
	}
	.main-navigation .nav {
		text-align: left;
		margin-top: 20px;
		border-top: none;
	}
	.main-navigation .nav li {
		display: block;
		float: none;
	}
	.main-navigation .nav li a {
		font-size: 1.25em;
		padding-left: 8px;
		padding-right: 8px;
	}
	.site-navigation.open .main-mavigation {
		box-shadow: none !important;
	}
	.dark-navbar .icons-nav {
		visibility: visible;
	}
	.main-navigation .nav {
		margin-left: 0;
	}
	.main-navigation > ul {
		display: block;
		margin:0;
		padding:0;
		list-style:none;
		font-style:normal;
	}
	.site-navigation .main-navigation {
		display: block;
		margin: 0;
		float: none;
	}
	.site-navigation .main-navigation .nav li a {
		margin-left: 0;
	}
	.main-navigation .nav li a {
		margin-left: 40px;
	}
	.main-navigation .nav {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
	}
	.main-navigation .nav li a:focus, .main-navigation .nav li a:active, .main-navigation .nav li a:hover {
		background-color: transparent;
	}
	.sticky-menu-bar-show .audience, .sticky-menu-bar-show .main-navigation {
		display: block;
	}
	header .cta {
		float: none;
		padding-bottom: 10px;
	}
	.top-nav {
		border-bottom: 0px;
		padding-top: 10px;
	}
	a.menuToggle {
		color: #fff;
		text-decoration: none;
		position: absolute;
		z-index: 5;
		display: block;
		font-size: 20px;
		right: 15px;
		top: 20px;
	}
	ul.social-nav li {
		margin: 0 0 0 30px;
	}
	ul.social-nav li:first-child {
		margin-left: 10px;
	}
	ul.social-nav li:last-child {
		margin-right: 0px;
	}
	.search {
		float: right;
	}
	.site-navigation {
		border-left: solid 2px #ffffff;
		width: 380px;
		top: 0px;
		right: -390px;
		z-index: 10000;
		display:none;
		box-shadow: none;
		background-color: #ffffff;
		overflow-y: scroll;
		height: 100%;
		position: fixed;
	}
	.menuClose {
		display: block;
		background: #2d2d2d;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		text-align: right;
		padding: 15px 35px;
		position: relative;
		font-size: 18px;
	}
	.menuClose svg {
		margin-left: 10px;	
	}
	.menuClose:hover {
		color:#fff;
	}
	.menuClose:active, .menuClose:focus {
		color: #fff;
	}
	.fixed-wrapper.smaller .logo a {
		display: none;
	}
	.fixed-wrapper.smaller .audience, .fixed-wrapper.smaller .main-navigation {
		display: block;
	}
	#searchmodal .siteSearch .form-submit {
		right: 20%;
	}
	footer {
		text-align: center;
		padding: 20px 0 60px;
	}
	footer img {
		max-width: 250px;
		display: block;
		margin: 0 auto 1em;
		float: none;
	}
	footer ul.footer-nav {
		float: none;
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 0;
		column-gap: 0
	}
	footer ul.social-nav li {
		margin: 0 0 0 20px;
	}
	footer address {
		float: none;
		margin: 0 0 1.5em;
	}
	footer ul.sites-nav {
		float: none;
	}
	footer ul.social-nav {
		float: none;
		margin-bottom: 0px;
		padding-top: 0px;
	}
	footer p {
		float: none;
	}
	.news-item {
		margin-bottom: 25px;
	}
	.photo-gallery.featured.selected {
		width: 100%;
	}
	.photo-gallery.featured {
		width: 100%;
		height: 250px;
		margin-bottom: 40px;
	}
	.section-title-featured {
		font-size: 32px;
	}
	.section-title {
		font-size: 32px;
	}
	.events .event {
		width: 100%;
	}
	.carousel-item {
		height: 400px;
	}
	.slider .carousel-indicators {
		min-height: 1px;	
	}
	.slider .carousel-indicators li {
		width: 25%;
		height: 80px;
		min-height: 80px;
	}
	.carousel-item .caption {
		display: block;
		background: rgba(255,255,255, .75);
		position: absolute;
		width: 100%;
		bottom: 0;
		padding: 10px 20px;
		font-size: 18px;
		font-weight: bold;
	}
	.carousel-indicators .active:before {
		display: none;	
	}
	.slider .carousel-indicators li .article-caption {
		display: none;	
	}
	.more {
		display: block;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	#searchmodal .close {
		right: 20px;
	}
	#searchmodal .modal-title {
		height: 70px;
		width: 300px;
	}
	#searchmodal .modal-body {
		padding-left: 30px;
	}
	#searchmodal .modal-body .phone {
		font-size: 32px;
	}
	#searchmodal .siteSearch .form-text {
		width: 100%;
	}
	#searchmodal .container {
		padding: 0px;
	}
	#searchmodal .siteSearch .form-submit {
		right: 5%;
		width: 25px;
		height: 25px;
		background-size: contain;
		top: 50px;
	}
	#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 18px;
	}
	#searchmodal ::-moz-placeholder { /* Firefox 19+ */	
		font-size: 18px;
	}
	#searchmodal :-ms-input-placeholder { /* IE 10+ */
		font-size: 18px;
	}
	#searchmodal :-moz-placeholder { /* Firefox 18- */
		font-size: 18px;
	}
	.page-title {
		font-size: 30px;
	}
	.article-title {
		font-size: 30px;
	}
	.meta {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.lead {
		font-size: 20px;
		line-height: 28px;
	}
	blockquote {
		font-size: 22px;
		width: 100%;
		display: block;
		padding: 15px;
		max-width: 100%;
		float: none;
		margin-left: 0px;
	}
	aside {
		margin-top: 40px;	
	}
	.news-archive img {
		float: none;
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.photo-gallery-slider #slider .carousel-item {
		height: 400px;
	}
	.photo-gallery-slider #thumb-carousel .carousel-item .thumb {
		min-height: 60px;
	}
	.photo-gallery-slider #thumb-carousel .carousel-item .thumb {
		width: 15%;
	}
	.photo-gallery-slider .carousel-control-prev, .photo-gallery-slider .carousel-control-next {
		top: 0;
		height: 60px;
	}
	.photo-gallery-slider #thumb-carousel .carousel-item {
		text-align: center;
		min-height: 60px;
		height: 60px;
	}
	.resources {
		display: block !important;
	}
	.resources .list-inline-item {
		display:block;
		border-right: none;
		margin: 20px 0px;
		flex: none !important;
	}
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
	body {
		/*border: 2px solid #f15a24; */
	} /*orange*/
	.site-navigation {
		width: 100%;
	}
	.dark-gray-header-bar {
		padding: 0px 20px;
	}
	.mobile-logo a {
		width: 130px;
		height: 65px;	
	}
	.mobile-header .site-heading {
		padding-left: 10px;	
		margin: 15px 0px 0px 12px;
	}
	.site-heading h2 {
		font-size: 25px;
	}
	.mobile-header {
		height: 65px;
	}
	a.menuToggle {
		top: 15px;
	}
	.section-title-featured {
		font-size: 24px;
		top: 30px;
	}
	.section-title {
		font-size: 28px;
	}
	.btn {
		font-size: 18px;
	}
	figure.float-left {
		margin-right: 0px;
		float: none !important;
		display: block;
		margin: 10px auto;
	}
	figure.float-right {
		margin-left: 0px;
		float: none !important;
		display: block;
		margin: 10px auto;
	}
}
