@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.42857143;
	color: #333333;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
a {
    color: #007acc;
    text-decoration: none;
	outline: 0 !important;
}
#maincontent a {
font-weight: bold;
}
a:hover, a:focus {
	color: #008945;
	text-decoration:underline;
	outline: none;
	}
p {
    margin: 0 0 30px 0;
}
a[href$=".pdf"]:before {
    content: "\f1c1";
	font-family: FontAwesome;
    display: inline-block;
    line-height: 15px;
    padding-right: 10px;
}
ul {
	padding-left: 40px;
}
.btn {
white-space: normal !important;
}
/*Bay College Styles*/
.white-background .maincontent h3 {
    font-size: 30px;
	margin: 0 0 40px 0;
}
.testimonial.image-with-text {
    height: auto;
	padding: 4% 0% 7%;
}
.testimonial-quote h2.text-center {
	margin-top: 10px;
	margin-bottom: 10px;
}
.testimonial-quote h3.text-center {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.testimonial-quote a.btn.btn-light-blue {
	margin-left: 15px;
	margin-right: 15px;
}
.image-text-button h3.text-center {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.text-center-carousel-image-text {
	text-align: center;
	color: #010221;
}
.text-center-carousel-image-text-button {
	text-align: center;
	color: #010221;
}
.full-width-programs {
	margin-top: 50px;
	margin-bottom: 0px;
}
.full-width-directory {
	margin-top: 50px;
	margin-bottom: 0px;
}
/*Removed the Old Header Styles*/
/*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: 21px;
	background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0 / 21px 21px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -45px;
	position: relative;
    top: 5px;
}
.searchresults  .siteSearch .form-text {
    width: 90%;
    padding: .8em 20px .8em 15px;
	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 h4.modal-title {
	background-attachment: scroll;
    background-clip: border-box;
    background-image: url("https://www.baycollege.edu/_resources/images/bay-college-logo.png"), none;
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px 205px;
    display: block;
    height: 205px;
	width: 200px;
    text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	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);
}
#searchmodal .modal-header {
    padding: 15px;
    border-bottom: none;
}
#searchmodal .modal-body {
	font-size: 45px;
	color: #ffffff;
	text-align: center;
}
#searchmodal a {
	color: #fff;
}
#searchmodal a:hover {
	text-decoration: none;
	color: #008945;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 35px;
    height: 35px;
    background: url(https://www.baycollege.edu/_resources/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;
}
#searchmodal .search-socialmedia .fa {
	padding: 15px;
}
#searchmodal .siteSearch {
    display: none;
    background: transparent;
    padding: 45px 0 45px 0;
	font-size: 0.500em;
	color: #010220;
	margin-left: 0;
}
#searchmodal  .siteSearch .form-text {
    width: 80%;
    padding: .3em 20px .3em 10px;
	color: #010220;
}
#searchmodal .close {
    float: right;
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: .5;
	position: absolute;
	top:20px;
	right: 20px;
}
#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #010220;
	font-size: 24px;
}
#searchmodal ::-moz-placeholder { /* Firefox 19+ */
  color: #010220;	
	font-size: 24px;
}
#searchmodal :-ms-input-placeholder { /* IE 10+ */
  color: #010220;
	font-size: 24px;
}
#searchmodal :-moz-placeholder { /* Firefox 18- */
  color: #010220;
	font-size: 24px;
}
#searchmodal .search-quicklinks {
	list-style-type: none;
	font-size: 0.340em;
	font-weight: 300;
	margin-bottom: 45px;
	text-align: center;
}
#searchmodal .search-quicklinks li {
	display: inline-block;
	padding: 0 50px;
}
#searchmodal .search-quicklinks .fa {
	display: block;
	margin-bottom: 10px;
	font-size: 2.353em;
}
/*Emergency Modal Styles*/
#emergencymodal .modal-dialog {
    width: 50%;
}
#emergencymodal .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;
}
#emergencymodal h4.modal-title {
    font-size: 60px;
    text-align: center;
    color: #fff;
	font-weight: 800;
}
#emergencymodal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #010220;
}
#emergencymodal.fade.in {
   background: rgba(225, 0, 0, 1);
}
#emergencymodal .modal-header {
    padding: 15px 0 0;
    border-bottom: none;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#emergencymodal .modal-header .fa {
   display: block;
   font-size: 1.5em;
	margin: 20px 0 0 0;
}
#emergencymodal .modal-header .close .fa {
    display: block;
    font-size: 50px;
	font-weight: 300;
}
#emergencymodal .modal-body {
	font-size: 21px;
	color: #ffffff;
	text-align: center;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#emergencymodal .modal-body p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}
#emergencymodal a {
	color: #fff;
}
#emergencymodal a:hover {
	text-decoration: none;
	color: #fff;
}
#emergencymodal .search-socialmedia .fa {
	padding: 15px;
}
#emergencymodal .close {
    float: right;
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: .5;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
#emergencymodal .modal-body .btn {
	border: 2px solid #fff;
	padding: 15px;
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
	margin: 30px 0 50px 0;
	font-weight: 700;
	font-size: 16px;
}
#emergencymodal .modal-body .btn:hover {
	background-color: #fff;
	color: #ff0000;
}
/*Video Modal Styles*/
.video-modal .modal-dialog {
    width: 100%;
}
.video-modal .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;
}
.video-modal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #010220;
}
.video-modal.fade.in {
   background: rgba(0, 0, 0, .8);
}
.video-modal .modal-header {
    padding: 15px;
    border-bottom: none;
}
.video-modal .modal-body {
	font-size: 3.250em;
	color: #ffffff;
	text-align: center;
}
.video-modal a {
	color: #fff;
}
.video-modal a:hover {
	text-decoration: none;
	color: #008945;
}
.video-modal .close {
    float: right;
    font-size: 3.125em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
		position: absolute;
	top:20px;
	right: 20px;
}
.video-modal iframe {
	border: none;
}
/*Gallery Modal*/
#gallerymodal .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;
}
#gallerymodal .modal-dialog {
    width: 100%;
}
#gallerymodal .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: none !important;
}
#gallerymodal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #010220;
}
#gallerymodal.fade.in {
   background: rgba(1, 2, 32, 1);
}
#gallerymodal .modal-body {
	font-size: 45px;
	color: #ffffff;
	text-align: center;
}
#masonry-gallery .thumbnail {
	border: none !important;
}
#masonry-gallery div.item a[data-toggle="gallerymodal"] {
  cursor: pointer;
}
#gallerymodal .thumbnail {
	border: none;
	padding:0;
	border-radius: 0;
}
#modalCarousel .item.active:focus, #modalCarousel .item:focus, #modalCarousel .item:focus {
	border: none;
}
/*Search Modal*/
#searchmodal a {
	color: #fff;
	font-weight: bold;
}
#searchmodal a:hover {
	text-decoration: none;
	color: #ffffff;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0 / 25px 25px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -50px;
	position: relative;
    top: 7px;
}
#gallerymodal .close {
    float: right;
    font-size: 3.125em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
	position: absolute;
	top:20px;
	right: 20px;
}
#gallerymodal .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}
#gallerymodal .item.active a:focus {
	outline: medium none !important;
}
#gallerymodal .carousel-control.left,.carousel-control.right{
  background-image:none;
  width:5%;
}
/*Footer*/
footer{
	background: #010220;
	color: #ffffff;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	}
footer .footer-logo img {
	width: 90%;
	}
footer .footer-logo {
    margin-top: 60px;
}
footer .footer-top {
	padding-bottom: 10px;
	margin-bottom: 19px;
	border-bottom: 1px solid #fff;
	}
footer a {
	color: #ffffff;
	}
footer a:hover, footer a:focus {
	color: #ffffff;
	text-decoration:underline;
	}
footer .copyright {
	margin-top: 90px;
	text-align: right;
}
footer .footer-top {
	font-size: 1.167em;
	text-align: center;
}
footer .footer-top .fa {
	font-size: 4.000em;
	color: #007acc;
	margin-top: 63px;
}
footer .footer-top p:first-of-type {
    margin-top: 0;
}
footer .footer-top .fa.fa-map-marker {
	font-size: 3.000em;
	padding-top: 18px;
}
footer .footer-top .fa.fa-info-circle {
	font-size: 3.000em;
	padding-top: 18px;
}
footer .footer-top .budget-logo {
	padding-top: 10px;
}
footer .footer-middle .top-line {
	color: #ffffff;
	font-weight: 900;
	font-size: 1.25em;
	margin-bottom: 5px;
}
footer .list-unstyled li {
	padding-top: 1px;
	padding-bottom: 1px;
	}
footer .list-unstyled {
	margin-bottom: 0;
}
footer .footer-bottom {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	}
footer .footer-bottom .social-block-footer {
	float: right;
	font-size: 35px;
}
footer .footer-bottom .list-unstyled li {
    padding-bottom: 0;
    padding-top: 0;
	line-height: 12px;
}
/*Block of Social Media Icons*/
.social-block {
	font-size: 45px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.social-block .fa {
	padding-left: 20px;
	padding-right: 20px;
}
/*Colored Backgrounds*/
.black-background {
	background-color: #000000;
	color: #fff;
}
.yellow-background {
	background-color: #fff200;
	color: #fff;
}
.green-background {
	background-color: #008945;
	color: #fff;
}
.teal-background {
	background-color: #007472;
	color: #fff;
}
.pink-background {
	background-color: #ed227c;
	color: #fff;
}
.taupe-background {
	background-color: #574f4b;
	color: #fff;
}
.red-background {
	background-color: #ed1d24;
	color: #fff;
}
.orange-background {
	background-color: #f7931e;
	color: #fff;
}
.purple-background {
	background-color: #642e90;
	color: #fff;
}
.black-background a, .yellow-background a, .green-background a, .dark-blue-background a, .teal-background a, .pink-background a, .taupe-background a, .red-background a, .orange-background a, .purple-background a {
	color: #fff;
}
.black-background a:hover, .yellow-background a:hover, .green-background a:hover, .teal-background a:hover, .pink-background a:hover, .taupe-background a:hover, .red-background a:hover, .orange-background a:hover, .purple-background a:hover {
	color: #010220;
}
.image-background .maincontent h2, .black-background .maincontent h2, .yellow-background .maincontent h2, .green-background .maincontent h2, .light-blue-background .maincontent h2, .dark-blue-background .maincontent h2, .teal-background .maincontent h2, .pink-background .maincontent h2, .taupe-background .maincontent h2, .red-background .maincontent h2, .orange-background .maincontent h2, .purple-background .maincontent h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}
.image-background .maincontent h3, .black-background .maincontent h3, .yellow-background .maincontent h3, .green-background .maincontent h3, .light-blue-background .maincontent h3, .dark-blue-background .maincontent h3, .teal-background .maincontent h3, .pink-background .maincontent h3, .taupe-background .maincontent h3, .red-background .maincontent h3, .orange-background .maincontent h3, .purple-background .maincontent h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 30px;
	line-height: normal;
}
.gray-background .maincontent h3 {
	color: #555555;
	font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 30px;
	line-height: normal;
}
.black-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #000000;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.yellow-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #fff200;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.green-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #008945;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.teal-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #007472;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.pink-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #ed227c;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.taupe-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #574f4b;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.red-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #ed1d24;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.orange-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #f7931e;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.purple-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #642e90;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.light-blue-background .maincontent .light-tabs .btn-light-blue {
	background-color: #007acc;
    border: 3px solid #007acc;
    color: #ffffff;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 20px 30px 0 0;
    font-weight: bold;
}
.light-blue-background .maincontent .tabs .btn-light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
}
.dark-blue-background .maincontent .tabs .btn-light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
}
.green-background .maincontent .tabs .btn-light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
}
.light-blue-background .maincontent .btn {
    background-color: #fff;
    border: 3px solid #fff;
    color: #007acc;
    font-size: 18px;
    padding: 15px 60px;
    margin: 0;
}
.dark-blue-background .maincontent .btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #010220;
    font-size: 18px;
    padding: 15px 60px;
    margin: 20px 30px 0 0;
}
.black-background .maincontent .btn-white:hover, .yellow-background .maincontent .btn-white:hover, .green-background .maincontent .btn-white:hover, .dark-blue-background .maincontent .btn-white:hover, .teal-background .maincontent .btn-white:hover, .pink-background .maincontent .btn-white:hover, .taupe-background .maincontent .btn-white:hover, .red-background .maincontent .btn-white:hover, .orange-background .maincontent .btn-white:hover, .purple-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.black-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.yellow-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.teal-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.pink-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.taupe-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.red-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.orange-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.purple-background .maincontent .btn-white:hover {
	background-color: transparent;
	color: #fff;
}
.dark-blue-background a:hover {
	color: #008945;
}
.dark-blue-background .btn:hover {
	color: #fff;
}
.dark-blue-background {
	background-color: #010220;
	color: #fff;
}
.light-blue-background {
	background-color: #007acc;
	color: #fff;
}
.light-blue-background a:hover {
	color: #008945;
}
.white-background {
	background-color: #fff;
	color: #555555;
	padding-top: 49px;
	padding-bottom: 49px;
}
.white-background a:hover {
	color: #008945;
}
.white-background h2 {
	font-size: 50px;
	font-weight: 800;
	color: #010220;
	margin-top: 0;
}
.white-background h3 {
	font-size: 30px;
	font-weight: 400;
	color: #555555;
}
.gray-background {
	background-color: #f7f7f7;
	color: #333333;
	padding-top: 49px;
	padding-bottom: 49px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.full-width {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-right: 0;
}
/*Testimonials*/
.testimonial {
	width: 100%;
	position: relative;
	display: block;
	clear: both;
}
.testimonial-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	z-index:1;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.testimonial-quote {
	color: #fff;
	text-align: center;
	font-size: 30px;
	text-shadow: 0 2px 2px #000000;
	position: relative;
	z-index: 2;
	display: block;
	padding: 40% 10% 10%;
	font-weight: 600;
	line-height: normal;
}
.testimonial-quote .btn {
	text-shadow: none;
	text-decoration: none;
}
.profile-1 {
	background-image: url("https://www.baycollege.edu/_resources/images/testimonial-profile-1.jpg"), none;
	background-size: cover;
	background-position: top center;
}
.profile-2 {
	background-image: url("https://www.baycollege.edu/_resources/images/testimonial-profile-1.jpg"), none;
	background-size: cover;
	background-position: top center;
}
.profile-3 {
	background-image: url("https://www.baycollege.edu/_resources/images/testimonial-profile-1.jpg"), none;
	background-size: cover;
	background-position: top center;
}
.profile-4 {
	background-image: url("https://www.baycollege.edu/_resources/images/testimonial-profile-1.jpg"), none;
	background-size: cover;
	background-position: top center;
}
.profile-5 {
	background-image: url("https://www.baycollege.edu/_resources/images/testimonial-profile-1.jpg"), none;
	background-size: cover;
	background-position: top center;
}
/*Pathways*/
.pathways {
	width: 100%;
	position: relative;
	display: block;
	clear: both;
	background-image: url("https://www.baycollege.edu/_resources/images/pathways-BG.jpg"), none;
	background-size: cover;
	background-position: top center;
}
.pathways-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	z-index:1;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.pathways-wrapper {
	height: 0;
	padding-top: 10%;
    padding-bottom: 50%;
    position: relative;
    z-index: 3;
	width: 82.91667%;
    min-height: 1px;
    margin: 0 8.54167%;
}
.pathways h2 {
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	z-index: 3;
	position: relative;
	margin-top: 5%;
	text-shadow: 0 1px 1px #000000;
}
.pathways h3 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	z-index: 3;
	position: relative;
	margin: 5px 0 30px 0;
	text-shadow: 0 1px 1px #000000;
}
.pathways-set {
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pathways svg {
	display: block;
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.pathways .bubble {
    width: 10em;
    height: 10em;
    margin: -4.5em 0 0 -4.5em;
    background: #007acc;
	color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    font-size: 1em;
    float: none;
    overflow: hidden;
	display: table;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased!important;
    -o-font-smoothing: antialiased!important;
    -ms-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    backface-visibility: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pathways .bubble:hover {
	border: 5px solid #fff;
	text-decoration: none;
	width: 10.35em;
    height: 10.35em;
}
.pathways .bubble .text {
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 1.25em;
    display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
/*Social Wall */
#wall {
	padding-left: 15px;
	padding-right: 15px;
}
/*Left Navigation*/
h3.menu-header, h2.menu-header, .maincontent h2.menu-header {
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
	font-weight: 900;
	margin-top: 0;
	text-transform: uppercase;
    padding-bottom: 15px;
	margin-right: 30px;
}
.menu-header a{
	color: #010220;
	text-decoration: none;
	}
h4.menu-sub-header {
	background-color: #010220;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 400;
	margin-top: 5;
	padding: 10px;
}
.menu-sub-header a {
	color: #010220;
	}
.menu-sub-header a:hover {
	text-decoration: none;
	}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}
.spacer-50 {
	height: 50px;
}
.spacer-60 {
	height: 50px;
}
.spacer-70 {
	height: 50px;
}
.spacer-80 {
	height: 50px;
}
.spacer-90 {
	height: 50px;
}
.spacer-100 {
	height: 100px;
}
.padding-top-bottom {
	padding: 30px 0;
}
.maincontent {
	font-size: 19px;
	}
.maincontent p:first-of-type {
}
.sidenav .panel {
	background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
	}
#maincontent .sidenav a:focus {
	outline: none;
	}
#maincontent .sidenav a.top-level {
	border-bottom: 1px solid #eaeaea;
	color: #515151;
	padding: 10px 10px 10px 0;
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: 500;
}
#maincontent #SideMenu .sidenav a {
	border-top: 1px solid #b5b5b5;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 0;
	font-size: 19px;
	font-weight: normal;
	display: block;
	margin:0;
	color: #010220;
}
#maincontent SideMenu .sidenav li:last-child a {
    border-bottom: 1px solid #b5b5b5;
}
.sidenav .top-level::after {
    content: "+";
    display: block;
    float: right;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 8px;
	color: #AA1F2A;
}
.sidenav .top-level.no-children::after {
	display: none;
	}
.sidenav .top-level[aria-expanded="true"]::after {    
    content: "-";    
}
.sidenav .top-level.collapsed::after {    
    content: "-";    
}
.sidenav .top-level.collapsed[aria-expanded="false"]::after {    
    content: "+";    
}
#maincontent #SideMenu .sidenav ul li {
	padding-left: 0;
	}
#maincontent #SideMenu .sidenav ul li:before {
	display: none;
	}
#maincontent #SideMenu .sidenav a.current {
	font-weight: 900;
	color: #008945;
	}
#maincontent #SideMenu .sidenav{
	padding-left: 0;
	margin-bottom: 20px;
}
#maincontent #SideMenu .sidenav .nav  a:hover,
#maincontent #SideMenu .sidenav .nav  a:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: #008845;
}
#maincontent #SideMenu .sidenav ul > li > ul li a:hover {
	text-decoration: none;
	color: #008845;
}
#maincontent #sidebar .navbar-collapse {
	padding: 0;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul  {
	border-bottom: medium none;
	font-size: 18px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li:last-child a {
	border-bottom: none;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li a {
	border-top: none;
	padding-bottom: 5px;
	padding-top: 0px;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li ul li  {
	border-bottom: medium none;
	font-size: 16px;
	padding-left: 40px;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li ul li a {
	font-size: 16px;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li ul{
	padding-bottom: 10px;	
	border-bottom: none;
}
#maincontent #SideMenu .sidenav .nav.nav-stacked li ul li ul li ul li {
	border-bottom: medium none;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
}
/*Breadcrumbs*/
#maincontent .breadcrumbs {
	margin-top: 25px;
    margin-bottom: 25px;
}
#maincontent .breadcrumbs ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-style: normal;
}
#maincontent .breadcrumbs li {
    display: inline;
    margin: 0;
    font-size: 0.875em;
    line-height: 1em;
    color: #515151;
	padding-left: 0;
}
#maincontent .breadcrumbs ul li::before {
    content: none;
}
#maincontent .breadcrumbs li a {
    color: #aa1c2a;
    text-decoration: none;
	font-weight: 700;
}
#maincontent .breadcrumbs li a:hover {
    text-decoration: underline;
}
#maincontent .breadcrumbs .active a {
    color: #515151;
	font-weight: 400;
}
#maincontent .breadcrumbs .active:after {
   display: none;
}
#maincontent .breadcrumbs li:after {
    content: "/";
    padding: 0 3px 0 5px;
}
#sidebar {
	float: right;
	margin-bottom: 30px;
	padding-left: 70px;
	font-size: 18px;
	margin-top: 10px;
	} 
#sidebar h3, #sidebar h2 {
	font-size: 21px;
	color: #010220;
	font-weight: 900;
	margin-bottom: 0px;
}
#sidebar .btn:hover {
	background-color: #008845;
    border-color: #008845;
}
#sidebar .btn {
	background-color: #007acc;
    border-color: #007acc;
	color: #ffffff;
	font-size: 16px;
	padding: 18px;
}
#sidebar p a.btn {
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0 0 0;
}
#sidebar a:hover {
	text-decoration: none;
}
.dark-blue-text {
	color: #333333 !important;
}
.dark-blue-text  a {
	color: #007acc !important;
}
.dark-blue-text a.email {
	color: #007acc !important;
}
.dark-blue-text a.map-marker {
	color: #0079cc !important;
}
.dark-blue-text  a:hover {
	color: #007c46 !important;
}
.light-blue-text {
	color: #007acc !important;
}
.light-blue-text  a {
	color: #007acc !important;
	font-size: 16px;
	line-height: normal;
}
.light-blue-text  a:hover {
	color: #007c46 !important;
}
.green-text {
	color: #007c46 !important;
}
.green-text  a {
	color: #007c46 !important;
}
.greene-text  a:hover {
	color: #0079cc !important;
}
#maincontent p a.email:before {
	content: '\f0e0';
	font-family: 'FontAwesome';
	font-size: 22px;
	padding-right: 5px;
}
#maincontent p a.email:before:hover {
	color: #007c46;
}
#maincontent p a.email {
	color: #0079cc;
}
#maincontent p a.email:hover{
	color: #007c46;
	text-decoration: underline;
}
#maincontent p a.map-marker:before {
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 22px;
	padding-right: 5px;
}
#maincontent p a.map-marker:before:hover {
	color: #007c46;
}
#maincontent p a.map-marker {
	color: #0079cc;
	text-decoration: none;
}
#maincontent p a.map-marker:hover{
	color: #007c46;
}
.events {
	padding: 15px 15px 0 0;
	}
.events .event h4 a {
    font-size: 19px;
    color: #0078cf;
	line-height: 1.4;
	text-decoration: underline;
}
.events .event {
	margin-bottom: 20px;
	}
.postcard-left, .postcard-right {
    clear: both;
    display: table;
    margin-bottom: 15px;
    position: relative;
}
.events .event-date {
    padding: 10px;
/*vertical-align: top;*/
background-color: #007c46;
color: #fff;
line-height: 20px;
width: 80px;

}
.postcard-left > div, .postcard-right > div {
    display: table-cell;
    position: relative;
}
.events h4, .event-link {
    margin: 0 0 0 18px;
}
.events h4 a:hover {
	text-decoration: none;
}
.event-link a {
	color: #0079cc;
	line-height: 2;
}
.event-link a:hover {
	color: #007c46;
	text-decoration: none;
}
.events .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
	font-weight: 900;
}
.events .event-date .event-day {
    display: block;
    text-align: center;
	font-weight: 900;
}
.events .timestamp {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
}
/*.event-link a:after {
    content: '\f138';
    font-family: 'FontAwesome';
    padding: 4px 5px;
    position: relative;
    top: 1px;
}*/
.news-listing {
    padding-left: 0;
    list-style: none;
}
.news-listing li {
	margin-bottom: 15px;
}
.news-listing .more {
	display: block;
}
#sidebar .news-listing li a:hover {
	text-decoration: none;
	color: #041e39;
}
.news-listing li a {
	color: #0078cf;
	text-decoration: underline;
}
.news-listing li a .more {
	color: #0079cc;
	font-weight: bold;
}
/*.news-listing li a .more:after {
    content: '\f138';
    font-family: 'FontAwesome';
    padding: 4px 5px;
    position: relative;
    top: 1px;
}*/
.news-listing li a .more:hover {
	color: #007c46;
}
#sidebar p {
	margin: 10px 0px 10px 0px;
}
/*#sidebar .more a:after {
    content: '\f138';
    font-family: 'FontAwesome';
    padding: 4px 5px;
    position: relative;
    top: 1px;
}*/
#sidebar .more a {
	color: #0079cc;
	text-decoration: none;
	font-weight: bold;
}
#sidebar .more a:hover {
	color: #007c46;
}
#sidebar ul li a {
	color:#007acc;
	font-size: 18px;
	font-weight: normal;
}
#sidebar ul li a:hover {
	color:#007c46;
	text-decoration: underline;
}
#maincontent .sharethis-inline-share-buttons {
	margin: 20px 0 30px 0;
}
/*Main Content Styles*/
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.full-width .maincontent img.center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px
}
.full-width .maincontent img {
	margin: 0;
}
.maincontent h2 {
	color: #010220;
	font-size: 48px;
	font-weight: 800;
	margin: 0 0 10px 0;
}
.maincontent h3 {
	color: #777777;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: normal;
}
.maincontent h4 {
	color: #010220;
	font-size: 32px;
	font-weight: 900;
	margin: 40px 0 10px 0;
}
.maincontent h5 {
	color: #010220;
	font-size: 24px;
	font-weight: 500;
	margin: 30px 0 10px 0;
	line-height: 30px;
}
.maincontent h6 {
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.maincontent h4 a {
	color: #010221;
}
.maincontent h4 a:hover {
	text-decoration: none;
	color: #008944;
}
.pagination > li > a, .pagination > li > span {
    background-color: #0079cc !important;
    border: 3px solid #fff !important;
    color: #fff !important;
}
.pagination > li > a:hover {
	background-color: #007c43 !important;
}
.pagination li.active a {
	background-color: #007c43 !important;
}
.listing-date {
	font-size: 20px;
	color: #007acc;
	margin-bottom: 20px;
}
.listing-date:before {
	content: "\f073";
	font-family: FontAwesome;
    display: inline-block;
    line-height: 15px;
    padding-right: 10px;
}
.maincontent .btn {
    background-color: #007acc;
	border: 0px solid #007acc;
    color: #ffffff;
    font-size: 16px;
	padding: 18px 18px 18px 18px;
}
.maincontent .item .btn {
    background-color: #007acc;
	border: 3px solid #007acc;
	border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
	margin: 20px 0;
}
.maincontent .item .btn.hollow {
	margin: 20px 0;
}
.maincontent .text-center .btn {
	margin: 0 0 30px 0;
}
.maincontent .btn.hollow {
    background-color: transparent;
    border: 3px solid #fff;
	border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
}
.black-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #000000;
}
.yellow-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #fff200;
}
.green-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #008945;
}
.light-blue-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #007acc;
}
.dark-blue-background .maincontent  .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #010220;
}
.teal-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #007472;
}
.pink-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #ed227c;
}
.taupe-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #574f4b;
}
.red-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #ed1d24;
}
.orange-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #f7931e;
}
.purple-background .maincontent .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #642e90;
}
.flex, .flex > 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;
}
/*Unordered Lists*/
.check-list {
	margin-bottom: 20px;
	padding-left: 0;
    list-style-type: none;
}
.check-list li {
	padding: 2px 0 2px 30px;
	position: relative;
	color: #010220;
	font-weight: bold;
	font-size: 22px;
}
.check-list li:before {
	content: '\f046';
	color: #010220;
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 22px;
	top: 5px;
	left: 5px;
}
/*Tabs*/
#maincontent .tabs ul.nav-tabs {
	margin-bottom: 0;
    margin-top: 20px;
	border-bottom: none;
}
#maincontent .tabs .tab-content {
	font-size: 18px;
	background-color: #e1e1e1;
	margin-bottom: 30px;
	padding: 30px 30px 5px 30px;
	color: #333333;
	}
#maincontent .tabs ul.nav-tabs li:before {
	display: none;
	}
#maincontent .tabs .nav-tabs li {
    padding: 0;
	margin-bottom: 0;
}
#maincontent .tabs .nav-tabs li:first-child {
    margin-left: 10px;
}
#maincontent .-tabs .nav.nav-tabs li.active a:hover {
	background-color: #dddddd;
    color: #010220;
	font-weight: 900;
	}
.tabs .nav-tabs li a {
	color: #010121;
	font-size: 18px;
	font-weight: 900;
	padding: 10px 30px;
	border: none;
	background-color: #eeeeee;
    margin-right: 0;
	}
.tabs .nav-tabs li a:focus {
	color: #010220;
	}
.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus {
	background-color: #e1e1e1;
    color: #010121;
	font-weight: 900;
	border: none;
	}
.tabs p:first-of-type {
    margin-top: 0;
}
/*Blue Tabs*/
#maincontent .tabs.tabs-blue ul.nav-tabs {
	margin-bottom: 0;
    margin-top: 40px;
	border-bottom: none;
}
#maincontent .tabs.tabs-blue .tab-content {
	font-size: 18px;
	background-color: #006db8;
	margin-bottom: 30px;
	padding: 30px;
	color: #fff;
	}
#maincontent .tabs.tabs-blue ul.nav-tabs li:before {
	display: none;
	}
#maincontent .tabs.tabs-blue .nav-tabs li {
    padding: 0;
	margin-bottom: 0;
}
#maincontent .tabs.tabs-blue .nav-tabs li:first-child {
    margin-left: 10px;
}
#maincontent .tabs.tabs-blue .nav.nav-tabs li.active a:hover {
	background-color: #006db8;
    color: #fff;
	font-weight: 900;
	}
.tabs.tabs-blue .nav-tabs li a {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	padding: 10px 30px;
	border: none;
	background-color: #2a7fc1;
    margin-right: 0;
	}
.tabs.tabs-blue .nav-tabs li a:focus {
	color: #fff;
	}
.tabs.tabs-blue .nav-tabs > li.active > a, .tabs.tabs-blue .nav-tabs > li.active > a:focus {
	background-color: #006db8;
    color: #fff;
	font-weight: 900;
	border: none;
	}
.tabs.tabs-blue p:first-of-type {
    margin-top: 0;
}
.tabs.tabs-blue .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #007acc;
}
/*Tabs Green*/
#maincontent .tabs.tabs-green ul.nav-tabs {
	margin-bottom: 0;
    margin-top: 40px;
	border-bottom: none;
}
#maincontent .tabs.tabs-green .tab-content {
	font-size: 18px;
	background-color: #008845;
	margin-bottom: 30px;
	padding: 30px;
	color: #fff;
	}
#maincontent .tabs.tabs-green ul.nav-tabs li:before {
	display: none;
	}
#maincontent .tabs.tabs-green .nav-tabs li {
    padding: 0;
	margin-bottom: 0;
}
#maincontent .tabs.tabs-green .nav-tabs li:first-child {
    margin-left: 10px;
}
#maincontent .tabs.tabs-green .nav.nav-tabs li.active a:hover {
	background-color: #008845;
    color: #fff;
	font-weight: 900;
	}
.tabs.tabs-green .nav-tabs li a {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	padding: 10px 30px;
	border: none;
	background-color: #0f9c50;
    margin-right: 0;
	}
.tabs.tabs-green .nav-tabs li a:focus {
	color: #fff;
	}
.tabs.tabs-green .nav-tabs > li.active > a, .tabs.tabs-green .nav-tabs > li.active > a:focus {
	background-color: #008845;
    color: #fff;
	font-weight: 900;
	border: none;
	}
.tabs.tabs-green p:first-of-type {
    margin-top: 0;
}
.tabs.tabs-green .btn.hollow:hover{
    background-color: #fff;
    border: 3px solid #fff;
    color: #008845;
}
#maincontent p a {
	font-weight: bold;
	}
/*Admissions Express Bar*/
/*bounce up animation for the subject*/

.bounce-up .transparent-gray {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .transparent-gray {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.transparent-gray {
/*	width: 100%;*/
	background-color: rgba(1, 2, 32, 0);
    z-index: 3;
	display: block;
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
}
.admissions-express {
	list-style-type: none;
	font-size: 1em;
	margin-bottom: 0;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 0;
}
.admissions-express a {
	color: #ffffff;
	text-shadow: 0 1px 1px #000000;
}
.admissions-express a:focus {
	text-decoration: none;
}
.admissions-express a:hover {
	color: #ffffff;
	text-decoration: none;
}
.admissions-express li {
	display: inline-block;
	padding: 0 20px;
}
.admissions-express .fa {
	display: block;
	margin-bottom: 15px;
	font-size: 2em;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	z-index:2;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
/*Homepage Static Image*/
.static-image {
	background-image: url("https://www.baycollege.edu/_resources/images/mobile/bay-college-summer-campus-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	  overflow: hidden;
	  width: 100%;
	  height: 100vh;
	  position: relative;
	  background-color: #fff;
}
.static-image .caption {
	text-align: center;
	top: 48%;
	left:10%;
	right:10%;
	z-index: 2;
	position: absolute;
	}
#maincontent .static-image .caption a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-shadow:	0 2px 2px #000000;
	}
.static-image .caption a:hover {
	text-decoration: none;
	}
.static-image .caption h2 {
	text-shadow: 0 2px 2px #000000;
	font-size: 84px;
	color: #ffffff;
	}
#maincontent .static-image .caption p a {
	font-weight: 300;
}
#maincontent .static-image .caption p {
	font-size: 40px;
	text-shadow: 0 2px 2px #000000;
	font-weight: 400;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	}
.static-image .caption p a {
	text-decoration: none !important;
	}
.static-image .btn-light-blue {
	text-transform: uppercase;
	display: inline-block;
}
.static-image .btn-white-hollow {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px;
	margin: 10px 15px;
	font-size: 16px;
}
.static-image .btn-white-hollow:hover {
	background-color: rgba(0,0,0,0.5);
}
#maincontent .static-image .caption .fa {
	color: rgba(225,225,225,0.75);
	font-size: 40px;
	visibility: hidden;
}
/*Homepage Slideshow*/
.hero-slideshow {
    overflow: hidden;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
}
.owl-carousel-slideshow-home{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #fff;
}
.owl-carousel-slideshow-home .items{
  width: 100%;
 height: 100vh;
 overflow: hidden;
 z-index: 20;
 visibility: inherit;
 opacity: 1;
}
.owl-carousel-slideshow-home .item img{
    display: block;
    width: 100%;
    height: 100vh; 
}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next{
  position: absolute;
  top:45%;
}
.owl-carousel-slideshow-home div.owl-prev{
  left: 100px;
}
.owl-carousel-slideshow-home div.owl-next{
  right: 100px;
}
.owl-carousel-slideshow-home .owl-pagination{
   display: none;
}
.owl-carousel-slideshow-home.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 4.25em !important;
	background-color: transparent;
}
.owl-carousel-slideshow-home.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.owl-carousel-slideshow-home .carousel-caption {
	text-align: center;
	top: 48%;
	left:10%;
	right:10%;
	}
.owl-carousel-slideshow-home .carousel-caption a {
	color: #fff;
	text-decoration: none;
	font-weight: 500 !important;
	}
.owl-carousel-slideshow-home .carousel-caption a:hover {
	text-decoration: none;
	}
.owl-carousel-slideshow-home .carousel-caption h2 {
	text-shadow: 0 2px 2px #000000;
	font-size: 84px;
	}
.owl-carousel-slideshow-home .carousel-caption p {
	font-size: 40px;
	text-shadow: 0 2px 2px #000000;
	font-weight: 300;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}
.owl-carousel-slideshow-home .carousel-caption p a {
	text-decoration: none !important;
	font-weight: 300 !important;
	}
.owl-carousel-slideshow-home .btn-light-blue {
	text-transform: uppercase;
	display: inline-block;
}
.owl-carousel-slideshow-home .btn-white-hollow {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px;
	margin: 10px 15px;
	font-size: 16px;
}
.owl-carousel-slideshow-home .btn-white-hollow:hover {
	background-color: rgba(0,0,0,0.5);
}
.hero-slideshow .owl-video-wrapper .carousel-caption {
	text-align: center;
	top: 40%;
	left:5%;
	right:5%;
	position: absolute;
	z-index: 2;
	color: #fff;
	}
.hero-slideshow .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.hero-slideshow .owl-video-wrapper video {
	margin-bottom: -4px;
	padding-top: 6px;
}
.hero-slideshow .owl-video-wrapper .carousel-caption a {
	color: #fff;
	text-decoration: none;
	font-weight: bold !important;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption a:hover {
	text-decoration: none;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption h2 {
	text-shadow: 0 2px 2px #000000;
	font-size: 64px;
	/*background: red;*/
	/*padding: 10px 20px 15px 20px;*/
	width: fit-content;
	margin: auto;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption p {
	font-size: 40px;
	text-shadow: 0 2px 2px #000000;
	font-weight: 400;
	width: 100%;
	margin: 5px auto 30px auto;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption p a {
	text-decoration: none !important;
	font-weight: 300 !important;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption .btn-light-blue {
	text-transform: uppercase;
	display: inline-block;
	box-shadow: 0 1px 1px #000000;
}
.hero-slideshow .owl-video-wrapper .carousel-caption .btn-white-hollow {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px;
	margin: 10px 15px;
	font-size: 16px;
}
.hero-slideshow .owl-video-wrapper .carousel-caption .btn-white-hollow:hover {
	background-color: rgba(0,0,0, 0.5);
}
/*Infographic Carousel*/
.owl-carousel-infographic {
	margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.owl-carousel-infographic .fa {
	font-size: 6em;
	color: #008945;
	margin-bottom: 10px;
}
.owl-carousel-infographic .number {
	font-size: 48px;
	color: #007acc;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px 0 0 0;
}
.owl-carousel-infographic .title {
	font-size: 24px;
	color: #010121;
	font-weight: 400;
	line-height: normal;
}
.owl-carousel-infographic .description {
	font-size: 22px;
	color: #555555;
}
.owl-carousel-infographic .item {
	padding: 0 20px;
}
.owl-carousel-infographic .owl-controls .fa {
	font-size: 3.25em !important;
	color: rgba(0, 0, 0, .25);
	margin: 0 30px 0 30px;
}
.owl-carousel-infographic.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
	background-color: transparent;
}
.owl-carousel-infographic.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.owl-carousel-infographic div.owl-prev, .owl-carousel-infographic div.owl-next{
  position: absolute;
  top:40%;
}
.owl-carousel-infographic div.owl-prev{
  left: 0;
}
.owl-carousel-infographic div.owl-next{
  right: 0;
}
/*Content Carousels*/
.owl-carousel-three-column, .owl-carousel-four-column {
  margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.owl-carousel-three-column .item, .owl-carousel-four-column .item  {
	padding: 0 15px;
}
.owl-carousel-three-column .owl-controls .fa, .owl-carousel-four-column .owl-controls .fa {
	font-size: 3.25em !important;
	color: rgba(53, 53, 53, .3);
}
.owl-carousel-three-column.owl-theme .owl-controls .owl-nav [class*="owl-"], .owl-carousel-four-column.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
	background-color: transparent;
}
.owl-carousel-three-column.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-carousel-four-column.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.owl-carousel-three-column div.owl-prev, .owl-carousel-three-column div.owl-next, .owl-carousel-four-column div.owl-prev, .owl-carousel-four-column div.owl-next{
  position: absolute;
  top:30%;
}
.owl-carousel-three-column div.owl-prev, .owl-carousel-four-column div.owl-prev{
  left: 0;
}
.owl-carousel-three-column div.owl-next, .owl-carousel-four-column div.owl-next{
  right: 0;
}
/*Events*/
.owl-carousel-events {
	text-align: left;
	margin: 30px 0 30px 0;
	padding-left: 60px;
	padding-right: 60px;
	}
.owl-carousel-events a {
	color: #010220;
}
.owl-carousel-events .owl-stage-outer {
    padding-bottom: 10px;
}
.owl-carousel-events .item {
	overflow: hidden;
    padding: 0;
	background: #e9e9e9 !important;
	margin-right: 3px;
	position: relative;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	min-height: 335px;
}
.owl-carousel-events .event-header {
	overflow: hidden;
    position: relative;
	display: block;
}
.owl-carousel-events .event-header .event-short-date {
    background: #008945;
    border-radius: 1px 0 0 0;
    color: #fff;
    height: 4.777777778em;
    left: 0;
    line-height: 1.111111111em;
    padding: .533333333em 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 5em;
    z-index: 1;
	font-weight: 800;
}
.owl-carousel-events .event-short-date .month {
	display: block;
    font-size: 15px;
    line-height: 1.181818182em;
	border-bottom: none;
	font-weight: 900;
	padding-top: 1px; 
}
.owl-carousel-events .event-short-date .time {
	font-size: 13px;
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 5px;
	font-weight: 500;
}
.owl-carousel-events .event-img img{
    display: block;
    height: auto;
    width: 100%;
}
.owl-carousel-events .event-img.landscape {
    min-width: 100%;
}
.owl-carousel-events .item .event-details {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -77px;
    color: #fff;
	background: #010220;
    padding: 15px 26px 12px 26px;
    text-align: left;
    -webkit-transition: top 500ms, margin-top 500ms;
    transition: top 500ms, margin-top 500ms;
	z-index: 2;
}
.owl-carousel-events .item .event-details .event-detail-title {
    height: 52px;
	font-size: 15px;
	background: #010220;
	font-weight: 900;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 1px;
	line-height: 20px;
}
.owl-carousel-events .item a {
	color: #fff;
	text-decoration: none;
}
.owl-carousel-events .item a:hover {
	color: #008945;
}
.owl-carousel-events .event-description {
	font-size: 16px;
	padding-right: 5px;
	color: #fff;
	background: #010220;
	margin-top: 5px;
}
.owl-carousel-events .item .event-details .event-specs .event-link {
	margin: 20px 0 0;
}
.owl-carousel-events .item .event-details .event-specs .event-link a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 900;
}
.owl-carousel-events .item .event-details .event-specs .event-link a:hover {
	color: #008945;
}
.owl-carousel-events .item .event-details .event-specs .event-link a:before {
    content: '\f054';
    color: #fff;
    font-family: 'FontAwesome';
    padding: 4px 6px 0 0;
    font-size: 16px;
}
.owl-carousel-events .item .event-details .event-specs .event-link a:hover:before {
	color: #008945;
}
.owl-carousel-events .item:hover .event-details {
	margin-top: 0;
	top: 0;
}
.owl-carousel-events.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
	background-color: transparent;
	font-size: 2.25em !important;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-events.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-events div.owl-prev, .owl-carousel-events div.owl-next{
  position: absolute;
  top:40%;
}
.owl-carousel-events div.owl-prev{
  left: 0;
}
.owl-carousel-events div.owl-next{
  right: 0;
}
.owl-carousel-events .item .event-details .event-specs .event-list {
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 0;
    list-style-type: none;
	font-size: 16px;
	color: #fff !important;
	background: #010220 !important;
	margin-top: 20px;
}
.owl-carousel-events .item .event-details .event-specs .event-list li {
	padding: 0 0 0 10px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #fff !important;
}
.owl-carousel-events .item .event-details .event-specs .event-list li a {
	color: #fff;
	text-decoration:none;
	}
.owl-carousel-events .item .event-details .event-specs .event-list li a:hover {
	text-decoration:underline;
	}
.owl-carousel-events .item .event-details .event-specs .event-list li:before {
	color: #fff;
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 1em;
	top: 0;
	left: -10px;
}
.owl-carousel-events .item .event-details .event-specs .event-list li.event-date:before{
	content: '\f073';
	}
.owl-carousel-events .item .event-details .event-specs .event-list li.event-time:before{
	content: '\f017';
	}
.owl-carousel-events .item .event-details .event-specs .event-list li.event-location:before{
	content: '\f041';
	}
.owl-carousel-events .item .event-details .event-specs .event-list li.ticket-link:before{
	content: '\f145';
	}
/*News*/
.sharethis-inline-share-buttons {
	display: block !important;
}
.owl-carousel-news {
	text-align: left;
	margin: 30px 0 30px 0;
	padding-left: 60px;
	padding-right: 60px;
	}
.owl-carousel-news a {
	color: #010220;
}
.owl-carousel-news a:hover {
	text-decoration: none;
}
.owl-carousel-news .owl-stage-outer {
    padding-bottom: 10px;
}
.owl-carousel-news .item {
	background-color: #f7f7f7;
	padding: 20px;
	margin-right: 3px;
	border: 1px solid #999999;
	border-top: 10px solid #007acc;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	min-height: 328px;
}
.owl-carousel-news .item:hover {
	border-top: 10px solid #008945;
}
.owl-carousel-news .item .date {
	color: #010220;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 18px;
}
.owl-carousel-news .item .NewsPTitle {
	color: #010220;
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 16px;
}
.owl-carousel-news .item .NewsPBody {
	color: #111111;
	font-size: 16px;
	margin-bottom: 20px;
}
.owl-carousel-news .more:hover {
	color: #008945;
}
.owl-carousel-news .more {
	font-size: 16px;
	display: inline;
	margin-bottom: 20px;
	font-weight: 800;
	color: #007acc !important;
}
.owl-carousel-news .more a {
	color: #007acc !important;
}
.owl-carousel-news .more a:hover {
	color: #008945 !important;
}
/*.owl-carousel-news .more:after {
    content: '\f138';
    font-family: 'FontAwesome';
    padding: 4px 9px;
    font-size: 16px;
    position: relative;
    top: 2px;
}*/
.owl-carousel-news.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
	background-color: transparent;
	font-size: 2.25em !important;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-news.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-news div.owl-prev, .owl-carousel-news div.owl-next{
  position: absolute;
  top:40%;
}
.owl-carousel-news div.owl-prev{
  left: 0;
}
.owl-carousel-news div.owl-next{
  right: 0;
}
/*Profiles*/
.owl-carousel-profiles {
	text-align: left;
	margin-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	}
.owl-carousel-profiles a {
	color: #010220;
}
.owl-carousel-profiles .owl-stage-outer {
    padding-bottom: 10px;
}
.owl-carousel-profiles .item {
	overflow: hidden;
    padding: 0;
	color: #fff !important;
	background: #010220 !important;
	margin-right: 3px;
	position: relative;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
}
.owl-carousel-profiles .profile-header {
	overflow: hidden;
    position: relative;
	display: block;
}
.owl-carousel-profiles .profile-img img{
    display: block;
    height: auto;
    width: 100%;
}
.full-width .maincontent .owl-carousel-profiles img {
	margin-top: 0;
}
.owl-carousel-profiles .profile-img.landscape {
    min-width: 100%;
}
.owl-carousel-profiles .item .profile-details {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -87px;
    color: #fff;
	background: #010220;
     padding: 15px 10px 10px;
    text-align: center;
    -webkit-transition: top 500ms, margin-top 500ms;
    transition: top 500ms, margin-top 500ms;
	z-index: 2;
}
.owl-carousel-profiles .item .profile-details .profile-detail-title {
    height: 70px;
	font-size: 18px;
	background: #010220;
	font-weight: 800;
	display: block;
	color: #fff;
}
.owl-carousel-profiles .item a {
	color: #fff;
	text-decoration: none;
}
.owl-carousel-profiles .item a:hover {
	color: #008945;
}
.owl-carousel-profiles .profile-description {
	font-size: 18px;
	padding-right: 5px;
	color: #fff;
	background: #010220;
}
.owl-carousel-profiles .item:hover .profile-details {
	margin-top: 0;
	top: 0;
	padding-top: 30%;
}
.owl-carousel-profiles .item .profile-details .profile-detail-title .title {
	font-weight: normal;
	font-style: italic;
}
.owl-carousel-profiles.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    cursor: pointer;
    display: inline-block;
	background-color: transparent;
	font-size: 2.25em !important;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-profiles.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, .25);
}
.owl-carousel-profiles div.owl-prev, .owl-carousel-profiles div.owl-next{
  position: absolute;
  top:35%;
}
.owl-carousel-profiles div.owl-prev{
  left: 0;
}
.owl-carousel-profiles div.owl-next{
  right: 0;
}
/*Responsive Video*/
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0; 
	overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.owl-carousel-slideshow-home .responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0; 
	overflow: hidden;
	height: 100vh;
}
/*Full Width Landing Hero Image*/
.hero-image {
    overflow: hidden;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	background-image: url("https://www.baycollege.edu/_resources/images/full-width-landing-hero-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 100px;
	height: 600px;
	margin-bottom: 70px;
}
.hero-image .caption {
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    top: 50%;
    z-index: 2;
	color: #fff;
	}
.hero-image .caption a {
	color: #fff;
	text-decoration: none;
	}
.hero-image .caption a:hover {
	text-decoration: none;
	}
.hero-image .caption h2 {
	text-shadow: 0 2px 2px #000000;
	font-size: 84px;
	}
.hero-image .caption p {
	font-size: 30px;
	text-shadow: 0 2px 2px #000000;
	font-weight: 300;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}
.hero-image .caption p a {
	text-decoration: none !important;
	}
.hero-image .caption .btn-light-blue {
	text-transform: uppercase;
}
/*Light Accordions*/
.panel-group.light {
	margin-top: 30px;
    margin-bottom: 30px;
}
.panel-group.light .panel-default > .panel-heading {
    background-color: transparent;
    border-color: none;
    color: #fff;
	border-bottom: 1px solid #fff;
}
.panel-group.light .panel-heading {
    padding: 15px 0;
}
.panel-group.light .panel {
    border: none;
	background-color: transparent;
}
.panel-group.light .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 45px;
}
.panel-group.light .panel-title {
	font-size: 22px;
	font-weight: 900;
	}
.panel-group.light .panel-title a:hover, .panel-title a:focus {
	text-decoration: none;
	}
.panel-group.light .panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
	color: #fff;
	margin-bottom: 5px;
}
.panel-group.light  h4.panel-title a {
	color: #fff;
}
.panel-group.light ul li a, .panel-group.dark ul li a {
	text-decoration: none;
}
.panel-group.light .panel-title a.collapsed:after {    
    content: "\f053";    
}
/*Dark Accordions*/
.panel-group.dark {
	margin-top: 15px;
    margin-bottom: 40px;
}
.panel-group.dark .panel-default > .panel-heading {
    background-color: transparent;
    border-color: none;
    color: #010220;
	border-bottom: 1px solid #999;
}
.panel-group.dark .panel-heading {
    padding: 15px 0;
}
.panel-group.dark .panel {
    border: none;
	background-color: transparent;
}
.panel-group.dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.panel-group.dark .panel-title {
	font-size: 19px;
	font-weight: 900;
	margin: 0 0 5px 0;
	}
.panel-group.dark .panel-title a:hover, .panel-title a:focus {
	text-decoration: none;
	}
.panel-group.dark .panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f068";    
    float: right;
	color: #010220;
	margin-bottom: 5px;
}
.panel-group.dark .panel-title a.collapsed:after {    
    content: "\f067";    
}
/*Buttons*/
.btn:focus, .btn.focus {
	color: #fff;
}
.btn-light-blue {
    background-color: #007acc;
    border-color: #007acc;
	border-radius: 0px;
    color: #ffffff;
    text-align: center;
	font-size: 16px;
    font-weight: bold;
	padding: 18px 18px 18px 18px;
}
.btn-light-blue .fa {
	margin-left: 10px;
}
.btn-light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
	}
.white-background .btn-light-blue:hover {
	background-color: #008945;
	border-color: #008945;
	color: #ffffff;
	}
.btn-dark-blue {
    background-color: #010220;
    border-color: #010220;
    color: #ffffff;
    padding: 10px 30px;
	margin: 10px 15px;
    text-align: center;
}
.btn-dark-blue:hover {
	background-color: #007acc;
	border-color: #007acc;
	color: #ffffff;
	}
.btn-green {
    background-color: #008945;
    border-color: #008945;
    color: #ffffff;
    padding: 10px 30px;
	margin: 10px 15px;
    text-align: center;
}
.btn-green-blue:hover {
	background-color: #007acc;
	border-color: #007acc;
	color: #ffffff;
	}
.two-col {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.three-col {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/*.image-left {
    float: left;
	margin-top: 10px;
    margin-right: 30px;
	max-width: 400px;
}
.image-right {
    float: right;
	margin-top: 10px;
    margin-left: 30px;
	max-width: 445px;
}*/
figcaption {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	}
blockquote {
    border-left: medium solid #007e44;
    color: #010222;
    font-size: 19px;
    font-weight: 600;
    margin: 50px 0;
    padding: 0 20px;
}
/*Tables*/
.table {
	background-color: #ffffff;
}
.table tr.thead th {
    background-color: #01021f;
    color: #ffffff;
    font-weight: 900;
	padding: 10px;
	border: 1px solid #01021f;
}
.table tr {
	font-size: 13px;
	color: #01021f;
	font-weight: normal;
	background-color: #ffffff;
}
.table tr a{
	color: #007acc;
}
.table tr a:hover {
	color: #008945;
}
.table-bordered > tbody > tr > td {
	border: 1px solid #01021f;
}
.table > tbody > tr > td {
	padding: 10px 10px;
}
/*Green Table*/
.table.table-green tr.thead th {
    background-color: #024821;
    color: #ffffff;
    font-weight: 900;
	padding: 15px;
}
.table.table-green {
	background-color: #008845;
}
.table.table-green tr {
	background-color: #008845;
}
.table.table-green tr a{
	color: #fff;
}
.table.table-green tr a:hover {
	color: #008845;
}
.table-hover.table-green > tbody > tr:hover a {
    color: #008845;
}
/*Blue Table*/
.table.table-blue tr.thead th {
    background-color: #022133;
    color: #ffffff;
    font-weight: 900;
	padding: 15px;
}
.table.table-blue {
	background-color: #006db8;
}
.table.table-blue tr {
	background-color: #006db8;
}
.table.table-blue tr a{
	color: #fff;
}
.table.table-blue tr a:hover {
	color: #006db8;
}
.table-hover.table-blue > tbody > tr:hover a {
    color: #006db8;
}
#pathways-nav li:first-child {
display: none;
}
#pathways-nav {
	width: 100%;
	text-align: center;
	position: relative;
	top: -70px;
	margin-bottom: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #008944;
}
#pathways-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
	padding: 10px 0 10px 15px;
	line-height: 20px;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
}
#pathways-nav > li a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
}
#pathways-nav > li:last-child a {
	border-right: none;
	padding: 0;
}
#pathways-nav > li a:hover, #pathways-nav > li a:focus {
	background-color: transparent;
	text-decoration: underline;
}
/*#pathways-nav > li a:after {
    content: '\f13a';
    font-family: 'FontAwesome';
display: block;
}*/
#masonry-gallery {
	margin-top: 20px;
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   5px;
   -moz-column-count:    5;
   -moz-column-gap:      5px;
   column-count:         5;
   column-gap:           5px;
}
#masonry-gallery img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
}
.full-width .maincontent #masonry-gallery img {
    margin-top: 0;
}
.form-inline.in-page-search .control-label {
	display: block;
	color: #010220;
	font-weight: 900;
	margin-bottom: 10px;
}
.form-inline.in-page-search .col-md-6 {
	padding: 0;
}
.form-inline.in-page-search .form-text, .form-inline.in-page-search .form-control {
	background-color: #fff;
    background-image: none;
    border: 1px solid #010e2b;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-inline.in-page-search .form-group {
	width: 100%;
	margin-bottom: 25px;
}
.form-inline.in-page-search  .form-control {
    width: 100%;
}
.form-inline.in-page-search .form-submit {
    background: rgba(0, 0, 0, 0) url("https://www.baycollege.edu/_resources/images/search-icon.png") no-repeat scroll 0 0 / 20px 20px;
    border: 0 none;
    color: #010220;
    display: inline-block;
    height: 20px;
    margin-top: 20px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 24px;
    transition: opacity 0.2s ease 0s;
    width: 20px;
}
.form-inline.in-page-search .form-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #010220;
	font-weight: 700;
}
.form-inline.in-page-search .form-text::-moz-placeholder { /* Firefox 19+ */
  color: #010220;	
	font-weight: 700;
}
.form-inline.in-page-search .form-text:-ms-input-placeholder { /* IE 10+ */
  color: #010220;
	font-weight: 700;
}
.form-inline.in-page-search .form-text:-moz-placeholder { /* Firefox 18- */
  color: #010220;
	font-weight: 700;
}
.filter.categories.nav.nav-pills {
	text-align: center;
}
.filter.categories.nav.nav-pills li {
	float: none;
    display: inline-block;
}
.filter.categories.nav.nav-pills li a {
	color: #010220;
}
.filter.categories.nav > li > a {
    	padding: 0 22px 0 0;
}
.filter.categories.nav.nav-pills li a:hover, .filter.categories.nav.nav-pills li a:focus {
	background: transparent;
	color: #007c46;
}
.filter.nav-pills > li.active > a, .filter.nav-pills > li.active > a:hover, .filter.nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #007c46;
}
.filter-thumbnails {
    list-style: none;
	border: none;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: -15px;
	margin-right: -55px;
}
.filter.categories li.active, .filter.categories li.active:focus, .filter.categories li.active:hover {
	background-color: transparent;
}
.filter-thumbnails .thumbnail {
    display: block;
    line-height: 28px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    padding: 0;
    margin: 15px 15px 15px 15px;
	background-color: #eeeeee;
	border-radius: 0;
	width: auto;
	font-size: 15px;
}
.filter-thumbnails .thumbnail img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.filter-thumbnails .thumbnail .title a{
    font-size: 15px;
    font-weight: 900;
    text-align: center;
	padding: 20px;
	background-color: #010221;
	color: #fff;
	display: block;
	line-height: 22px;
}
.filter-thumbnails .title a:hover {
	background-color: #007c46;
}
#maincontent .filter-thumbnails .title {
	margin-bottom: 0;
	margin-top: 0;
}
.filter-thumbnails:before, .filter-thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.filter-thumbnails a:hover {
	text-decoration: none;
}
.filter-thumbnails .thumbnail ul {
	padding: 20px;
}
.filter-thumbnails .thumbnail ul a {
	color: #070a30;
}
.filter-thumbnails .thumbnail ul a:hover {
	color: #007c46;
}
.mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}
.directory .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
.directory-thumbnail-wrapper {
	display: block;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    margin: 15px 15px 10px;
	border-radius: 0;
	width: auto;
	background: #010220 !important;
}
.directory-thumbnail {
	overflow: hidden;
    padding: 0;
	color: #fff !important;
	position: relative;
	display: block;
}
.directory-thumbnail .profile-header {
	overflow: hidden;
    position: relative;
	display: block;
}
.directory-thumbnail .profile-img img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.directory-thumbnail .profile-img.landscape {
    max-width: 100%;
}
.directory-thumbnail .profile-details {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -87px;
    color: #fff;
	background: #010220;
    padding: 8px 10px 10px;
    text-align: center;
    -webkit-transition: top 500ms, margin-top 500ms;
    transition: top 500ms, margin-top 500ms;
	z-index: 2;
}
.directory-thumbnail .profile-details .profile-detail-title {
    height: 100px;
	font-size: 15px;
	background: #010220;
	font-weight: 800;
	display: block;
	color: #fff;
	line-height: 19px;
}
.directory-thumbnail a {
	color: #fff;
	text-decoration: none;
}
.directory-thumbnail a:hover {
	color: #008945;
}
.directory-thumbnail .profile-description {
	font-size: 15px;
	padding-right: 5px;
	color: #fff;
	background: #010220;
}
.directory-thumbnail:hover .profile-details {
	margin-top: 0;
	top: 0;
	padding-top: 30%;
}
.directory-thumbnail .profile-details .profile-detail-title .title {
	font-weight: normal;
	font-style: italic;
}
.extra-bold {
	font-weight: 900;
}
.bounce {
	 animation: bounce 1s;
}
@-webkit-keyframes bounce {
     0%, 20%, 60%, 100% {
       -webkit-transform: translateY(0);
       transform: translateY(0);
     }
     40% {
       -webkit-transform: translateY(-20px);
       transform: translateY(-20px);
     }
     80% {
       -webkit-transform: translateY(-10px);
       transform: translateY(-10px);
     }
    }

/* Large desktops and laptops */
@media (min-width: 1300px) {
	/*body {border: 2px solid #ee2a7b;}*/
	
}
/* Small area between medium desktops and laptops mainly for transparent gray bar on home page */
@media (min-width: 1199px) and (max-width: 1299px) {
#masonry-gallery {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
.admissions-express a {
	color: #fff;
}
.admissions-express a:hover {
	color: #bbb;
}
.static-image {
	  height: 750px;
}
.static-image .caption {
	top: 38%;	
	}
#maincontent .static-image .caption p {
	width: 100%;
	}
.hero-slideshow .owl-video-wrapper {
		margin-bottom: -10px;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption {
	top: 175px;
	}
.owl-carousel-slideshow-home {
    height: 100%;
	margin-bottom: -10px;
}
.owl-carousel-slideshow-home .items{
 height: 100%;
}
.owl-carousel-slideshow-home .item img{
    height: 100%; 
}
.owl-carousel-slideshow-home .responsive-video {
		height: 100%;
}
.owl-carousel-slideshow-home .carousel-caption {
    text-align: center;
    top: 175px;
}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next {
    position: absolute;
    top: 35%;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
	/*body {border: 2px solid #00aeef;}*/
#masonry-gallery {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }	
footer .copyright {
	margin-top: 20px;
	text-align: center;
}
footer .footer-bottom {
	text-align: center;
	}
footer .footer-bottom img {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}
footer .footer-logo {
    padding-right: 15px;
}
footer .footer-top {
	font-size: 1em;
	}
footer .footer-top .fa {
    margin-top: 75px;
}
footer .footer-top .fa.fa-map-marker {
    padding-top: 15px;
}
footer .footer-top .fa.fa-info-circle {
    padding-top: 15px;
}
#sidebar .btn-group > .btn.btn-left:first-child {
    width: 75%;
}
.list-group-2 .list-group-item .text strong {
    font-size: 0.8em;
}
.quick-links li {
    margin-right: 50px;
}
#searchmodal .modal-body {
	font-size: 2.250em;
	color: #ffffff;
	text-align: center;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0;
	background-size: 25px 25px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -40px;
    position: relative;
    top: 4px;
}
#searchmodal .modal-dialog {
    margin: 25px auto 0;
}
#emergencymodal .modal-dialog {
    width: 60%;
    margin: 75px auto 0;
	display: block;
}
.transparent-gray {
    left: 10%;
    right: 10%;
}
.admissions-express a {
	color: #fff;
}
.admissions-express a:hover {
	color: #bbb;
}
.hero-slideshow .video .carousel-caption {
    top: 125px;
}
.hero-slideshow .owl-video-wrapper .carousel-caption h2 {
    font-size: 64px;
}
.static-image {
	  height: 600px;
}
.static-image .caption h2 {
    font-size: 64px;
}
.static-image .caption {
	    top: 125px;	
	}
#maincontent .static-image .caption p {
	width: 100%;
	}
.hero-slideshow .owl-video-wrapper {
	margin-bottom: -10px;
	}
.hero-slideshow .owl-video-wrapper .carousel-caption {
	top: 125px;
	}
.hero-slideshow .owl-video-wrapper .caption h2 {
	font-size: 64px;
	}
.owl-carousel-slideshow-home {
    height: 100%;
	margin-bottom: -10px;
}
.owl-carousel-slideshow-home .items{
 height: 100%;
}
.owl-carousel-slideshow-home .item img{
    height: 100%; 
}
.owl-carousel-slideshow-home .responsive-video {
	height: 100%;
	}
.owl-carousel-slideshow-home .carousel-caption {
    text-align: center;
    top: 125px;
	left: 5%;
	right: 5%;
}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next {
    position: absolute;
    top: 30%;
}
.owl-carousel-slideshow-home .carousel-caption h2 {
    font-size: 4em;
}
.owl-carousel-slideshow-home .carousel-caption p {
    width: 90%;
}
.owl-carousel-slideshow-home.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 3.25em !important;
}
.admissions-express .fa {
    font-size: 2.5em;
}
.admissions-express li {
    padding: 0 20px;
}
.testimonial-quote {
	padding: 30% 15% 5%;
}
.maincontent .item .btn.hollow {
	padding: 15px 40px;
}
	/* 3 Columns */
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
	/* 3 Columns */
.directory .mix,
.directory .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
/*body {border: 2px solid #f7941d;}*/
#masonry-gallery {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
.cover {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 5;
}
.pull-right {
    float: none !important;
}
footer {
	padding-top: 30px;
	}
footer .footer-top {
	font-size: .8em;
	text-align: center;
}
footer .footer-logo {
    margin-top: 8px;
}
footer .footer-top .fa {
	font-size: 4.000em;
	 margin-top: 18px;
}
footer .copyright {
	margin-top: 20px;
	text-align: center;
}
footer .footer-bottom {
	text-align: center;
	}
footer .footer-bottom img {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}
footer .footer-top .fa.fa-map-marker {
	font-size: 3.000em;
	padding-top: 12px;
}
footer .footer-top .fa.fa-info-circle {
    padding-top: 12px;
}
footer .footer-top .budget-logo {
    padding-top: 0;
	width: 85%;
}
footer .footer-middle .top-line {
	color: #007acc;
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 10px;
}
footer .footer-logo {
    padding-right: 0;
}
footer .row.footer-middle .second-address {
	width: 25%;
}
footer .row.footer-middle .information {
	width: 25%;
	margin-left: 0;
}
#maincontent .sidenav li a {
    margin-left: 0;
}
#sidebar .btn-group > .btn.btn-left:first-child {
    width: 75%;
}
.check-list {
    margin-bottom: 0;
}
.list-group-2 .list-group-item .text strong {
	font-size: 1.125em;
	}
#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 32px;
}
#searchmodal ::-moz-placeholder { /* Firefox 19+ */	
	font-size: 32px;
}
#searchmodal :-ms-input-placeholder { /* IE 10+ */
	font-size: 32px;
}
#searchmodal :-moz-placeholder { /* Firefox 18- */
	font-size: 32px;
}
.bounce-up .transparent-gray, .bounce-up.in-view .transparent-gray {
	opacity: 1 !important;
	}
.transparent-gray {
	bottom: 350px;	
	}
.bounce-up.in-view .transparent-gray {
	bottom: 200px;	
	}
.static-image {
	  height: 100vh;
}
.static-image .caption h2 {
    font-size: 64px;
	color: #ffffff;
	/*background: red;*/
	/*padding: 10px 20px 15px 20px;*/
	width: fit-content;
	margin: auto;
}
.static-image .caption {
	    top: 30%;	
}
#maincontent .static-image .caption p {
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	margin-top: 10px;
}
.owl-carousel-slideshow-home {
    height: 100%;
	margin-bottom: -10px;
}
.owl-carousel-slideshow-home .items{
 height: 100%;
}
.owl-carousel-slideshow-home .item img{
    height: 100%; 
}
.owl-carousel-slideshow-home .responsive-video {
	height: 100%;
}
.owl-carousel-slideshow-home .carousel-caption {
    text-align: center;
    top: 75px;
}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next {
    position: absolute;
    top: 25%;
}
.owl-carousel-slideshow-home .carousel-caption h2 {
    font-size: 3em;
}
.owl-carousel-slideshow-home .carousel-caption p {
    width: 100%;
	font-size: 1.5em;
}
.owl-theme .owl-controls {
	visibility: visible;
}
.owl-carousel-slideshow-home.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 3.25em !important;

}
.admissions-express a {
	color: #fff;
}
.admissions-express a:hover {
	color: #bbb;
}
.admissions-express .fa {
    font-size: 2.5em;
}
.admissions-express li {
    padding: 0 20px;
}
.quick-links li {
    margin-right: 20px;
}
.flex.stats {
	margin-top: 0;
	}
.stats .feature-box-tan {
	margin-top: 20px;
	margin-bottom: 20px;
	}
#searchmodal .modal-body {
	font-size: 2.250em;
	color: #ffffff;
	text-align: center;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 35px;
    height: 35px;
    background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0;
	background-size: 25px 25px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -40px;
    position: relative;
    top: 4px;
}
#searchmodal .modal-body {
	font-size: 2.250em;
	color: #ffffff;
	text-align: center;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0;
	background-size: 25px 25px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -40px;
    position: relative;
    top: 4px;
}
#searchmodal .search-quicklinks li {
    display: inline-block;
    padding: 0 30px;
}
#searchmodal .modal-dialog {
    margin: 25px auto 0;
}
#emergencymodal .modal-dialog {
    width: 70%;
    margin: 75px auto 0;
	display: block;
}
.transparent-gray {
    left: 8%;
    right: 8%;
}
.admissions-express .fa {
	font-size: 2.289em;
}
.admissions-express {
	font-size: 0.8em;
	visibility: hidden;
}
.admissions-express li {
		padding: 0 15px;
}
.testimonial-quote {
	font-size: 1.35em;
	padding: 30% 10% 5%;
}
.white-background h2 {
    font-size: 3em;
}
.pathways .bubble {
    width: 8em;
    height: 8em;
}
.pathways h2 {
	font-size: 3em;
}
.maincontent .item .btn.hollow {
	padding: 15px 40px;
}
	/* 2 Columns */
.mix,
.gap {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
}
	/* 2 Columns */
.directory .mix,
.directory .gap {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
}
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
	/*body {border: 2px solid #fff200;}*/
.testimonial-quote p {
	font-size: 24px;
	font-weight: 900;
	}
.visible-xs .events {
	padding: 25px 40px 10px 40px;	
	}
.news-listing.visible-xs {
	padding: 22px 40px 20px 40px;
	margin: 0 auto;
	}
#pathways-nav {
    background-color: #008945;
    top: -32px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pathways-nav > li {
    color: #fff;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 10px 18px;
    text-align: left;
}
#pathways-nav > li a {
    border-right: none;
    color: #fff;
    font-size: 19px;
    padding: 0;
}
#masonry-gallery {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
#searchmodal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 20px;
}
#searchmodal ::-moz-placeholder { /* Firefox 19+ */	
	font-size: 20px;
}
#searchmodal :-ms-input-placeholder { /* IE 10+ */
	font-size: 20px;
}
#searchmodal :-moz-placeholder { /* Firefox 18- */
	font-size: 20px;
}
.flex, .flex > div[class*='col-'] {
    display: block;
}
#searchmodal .modal-body {
	font-size: 2.250em;
	color: #ffffff;
	text-align: center;
}
#searchmodal .siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(https://www.baycollege.edu/_resources/images/search-icon.png) no-repeat 0 0;
	background-size: 20px 20px;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
	color: #010220;
	display: inline-block;
	margin-top: 3px;
    margin-left: -35px;
    position: relative;
    top: 10px;
}
#searchmodal .modal-body {
	font-size: 2.250em;
	color: #ffffff;
	text-align: center;
}
#searchmodal .search-quicklinks {
	padding-left: 0;
	margin-bottom: 0;
	}
#searchmodal .search-quicklinks li {
    display: inline-block;
    padding: 0;
	width: 25%;
	margin-bottom: 25px;
}
#searchmodal .modal-dialog {
    margin: 5px auto 0;
}
#searchmodal .modal-dialog .modal-content .modal-body .siteSearch .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
#searchmodal .siteSearch {
    padding: 15px 0 25px;
}
#searchmodal p {
	margin: 0;
	}
#emergencymodal .close {
    float: right;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: .5;
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 2;
}
#emergencymodal .modal-dialog {
    width: 100%;
    margin: 10px auto 0;
	display: block;
}
#emergencymodal h4.modal-title {
    font-weight: 800;
    font-size: 2.25em;
    text-align: center;
    color: #fff;
}
footer {
	padding-top: 30px;
	}
footer .footer-top .footer-logo img {
	width: 50%;
	}
footer .footer-top img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
footer .footer-top .fa {
    margin-top: 20px;
}
footer .footer-logo {
    margin-top: 0;
}
footer .footer-bottom img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
footer .copyright {
	margin-top: 20px;
	text-align: center;
}
footer .footer-bottom {
	text-align: center;
	}
footer .footer-bottom img {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	}
footer .footer-middle .list-unstyled {
	padding-bottom: 20px;
	}
.social-block {
	font-size: 2.333em;
}
.social-block .fa {
    padding-left: 10px;
    padding-right: 10px;
}
.static-image {
	  height: 550px;
}
.static-image .caption h2 {
    font-size: 2.9em;
	color: #ffffff;
	/*background: red;*/
	/*padding: 10px 20px 15px 20px;*/
	width: fit-content;
	margin: auto;
}
.static-image .caption {
	    top: 17%;	
	}
#maincontent .static-image .caption p {
	width: 100%;
	font-weight: 500;
	font-size: 30px;
	margin: 15px 0 0 0;
	line-height: normal;
	color: #ffffff;
	display: block;
	}
#maincontent .static-image .caption a {
    margin-top: 30px;
	box-shadow: 0 2px 2px #000000;
}
.owl-carousel-slideshow-home {
    height: 100%;
}
.owl-carousel-slideshow-home .items{
 height: 100%;
}
.owl-carousel-slideshow-home .item img{
    height: 100%; 
}
.owl-carousel-slideshow-home .responsive-video {
	height: 100%;
	}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next {
    position: absolute;
    top: 25%;
}
.owl-carousel-slideshow-home .carousel-caption h2 {
    font-size: 2em;
}
.owl-carousel-slideshow-home .carousel-caption p {
    width: 100%;
	font-size: 1em;
}
		.owl-theme .owl-controls {
			visibility: visibile;
	}
.owl-carousel-slideshow-home.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 2.5em !important;
}

.bounce-up.in-view .transparent-gray {
    opacity: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    transform: translate3d(0px, 0px, 0px);
	z-index: 2;
    position: relative;
}
.bounce-up .transparent-gray {
    backface-visibility: hidden;
    opacity: 1;
    transform: none;
    transition: none;
}
.transparent-gray {
    background-color: #007c46;
    left: 0;
    right: 0;
	position: inherit;
}
.admissions-express a {
	color: #fff;
}
.admissions-express a:hover {
	color: #006fba;
}
.admissions-express {
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 20px;
	padding-bottom: 20px;
    width: 93%;
}
.admissions-express .fa {
    font-size: 1em;
	display: none;
}
.admissions-express li {
	display: block;
    margin-bottom: 20px;
	}
.admissions-express li a {
    border: 5px solid #fff;
    padding: 12px;
    text-transform: uppercase;
	display: block;
}
.admissions-express li a:hover {
	background-color: #fff;	
	color: #007c46;
	}
.admissions-express li:last-child {
	margin-bottom: 0;
}
.owl-carousel-slideshow-home .carousel-caption {
  /*  background-color: #008945;*/
    bottom: 0;
    left: 0;
    right: 0;
    top: inherit;
}
.owl-carousel-slideshow-home .carousel-caption p {
		display: none;
	}
.hero-image .overlay {
		display: block;
	}
.testimonial-quote {
	font-size: 1.15em;
	padding: 30% 5% 5%;
}
.white-background h2 {
    font-size: 3em;
}
.pathways h2 {
	font-size: 3em;
}
.pathways svg {
    display: none;
	}
.pathways .bubble {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    background-color: #007acc;
    border: none;
    border-radius: 0;
    position: static;
    z-index: 1;
    font-size: .9em;
    float: none;
    overflow: hidden;
    display: table;
}
.pathways .bubble:hover {
	border: 2px solid #fff;
	text-decoration: none;
	width: 100%;
    height: auto;
}
.pathways .bubble .text {
    padding: 20px;
	font-size: 19px;
	}
.pathways-set {
		position: relative;
	}
.pathways-wrapper {
    height: auto;
    padding-top: 4%;
    padding-bottom: 2%;
}
#sidebar {
    float: none;
	padding-left: 15px;
	margin: 0 20px;
}
#sidebar .btn-light-blue {
	margin: 10px 0px 10px 0;
}
.btn-light-blue.top {
	margin: 0 0 0 0;
	width: 100%;
	border-color: #010221;
	text-transform: uppercase;
	background-color: #010221;
	padding: 20px 0 20px 0;
}
#sidebar .visible-xs button.btn-light-blue{
    background-color: #010220;
	text-transform: uppercase;
	margin:0 auto 30px 0;
	width: 100%;
	text-align:center;
	border:none;
	border-radius: 0;
	display: block;	
}
.hero-image {
	height: 100%;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.hero-image .caption h2 {
	font-size: 48px;
	margin-left: 15px;
	margin-right: 15px;
}
.hero-image .caption p  {
	font-size: 30px;
	width: auto;
	margin: 0 15px;
}
.maincontent .item .btn.hollow {
	padding: 15px 40px;
}
.tabs .nav-tabs li a {
    font-size: 18px;
	padding: 10px 10px;
}
.panel-group.dark .panel-title, .panel-group.light .panel-title {
    font-size: 16px;
}
.maincontent h2 {
    font-size: 34px;
}
.maincontent h3 {
    font-size: 27px;
	line-height: normal;
	margin: 0 0 10px 0;
}
.maincontent {
	font-size: 19px;
	margin: 0 20px;
}
.maincontent h4{
    font-size: 27px;
}
.black-background .maincontent h2, .yellow-background .maincontent h2, .green-background .maincontent h2, .light-blue-background .maincontent h2, .dark-blue-background .maincontent h2, .teal-background .maincontent h2, .pink-background .maincontent h2, .taupe-background .maincontent h2, .red-background .maincontent h2, .orange-background .maincontent h2, .purple-background .maincontent h2 {
    font-size: 34px;
}
.black-background .maincontent h3, .yellow-background .maincontent h3, .green-background .maincontent h3, .light-blue-background .maincontent h3, .dark-blue-background .maincontent h3, .teal-background .maincontent h3, .pink-background .maincontent h3, .taupe-background .maincontent h3, .red-background .maincontent h3, .orange-background .maincontent h3, .purple-background .maincontent h3 {
    font-size: 26px;
}
.white-background .maincontent h2, .gray-background .maincontent h2 {
    font-size: 33px;
}
.white-background .maincontent h3, .gray-background .maincontent h3 {
    font-size: 26px;
}
.testimonial-quote h2.text-center {
    font-size: 34px;
}
.testimonial-quote h3.text-center {
    font-size: 26px;
}
.image-text-button h3.text-center {
    font-size: 26px;
	margin-bottom: 20px;
}
#maincontent .tabs .tab-content {
	font-size: 16px;
}
	/* 2 Columns */
.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
	/* 2 Columns */
.directory .mix,
.directory .gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
.filter-thumbnails {
    margin-left: 0;
    margin-right: 0;
}
.btn {
	display: inline-block;
	}
}


/* Portrait phones and smaller (iPhone X 2018)*/
@media (max-width: 480px) {
	/*body {border: 2px solid #009444;}*/
#sidebar .btn-group > .btn.btn-left:first-child {
    margin-left: 0;
    width: 83%;
}
blockquote {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
#searchmodal h4.modal-title {
    background-size: 150px 154px;
    height: 154px;
    width: 150px;
}
.quick-links li {
    font-size: 0.9em;
    margin-right: 10px;
}
.quick-links .fa {
    font-size: 2em;
}
footer .footer-top .footer-logo img {
	width: 60%;
	}
footer .footer-top {
    font-size: 0.8em;
}
footer .footer-top .fa.fa-map-marker {
    padding-top: 12px;
}
footer .footer-top .fa.fa-info-circle {
    padding-top: 12px;
}
footer .footer-middle p, footer .footer-middle ul {
	font-size: 14px;
	}
.owl-carousel-slideshow-home div.owl-prev, .owl-carousel-slideshow-home div.owl-next {
    top: 15%;
}
.maincontent .white-background h2 {
	padding-left: 0;
	padding-right: 0;	
	}
	.white-background .maincontent h2 {
		padding-left: 0;
	padding-right: 0;	
	}
.white-background h2 {
    font-size: 2em;
	padding: 0 15px 0 15px;
}
.white-background h3 {
    font-size: 1.25em;
}
.pathways h2 {
	font-size: 2em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.pathways h3 {
	font-size: 1.25em;
}
	#masonry-gallery {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
.white-background {
    padding: 40px 15px 40px 15px;
}
	.pathways {
		 padding-bottom: 35px;
    padding-top: 29px;
	}
/* 1 Columns */
.mix,
.gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));
}
/* 1 Columns */
.directory .mix,
.directory .gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));
}
	#searchmodal .search-socialmedia .fa {
    padding: 8px;
}
}

/* Portrait phones and smaller (iPhone SE 2016)*/
@media (max-width: 320px) {
.static-image {
    height: 300px;
}
.static-image .caption h2 {
    font-size: 1.6em;
	/*background: red;*/
	/*padding: 10px 20px 15px 20px;*/
	width: fit-content;
	margin: auto;
}
#maincontent .static-image .caption p {
    font-size: 22px;
	margin: 5px 0 0 0;
}
.static-image .caption {
    top: 12%;
}
#maincontent .static-image .caption a {
    margin-top: 20px;
	box-shadow: 0 2px 2px #000000;
}
}