@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	line-height: 1.42857143;
	color: #231f20;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
/*Custom Created css format*/
.nav_menu_item{
	margin-left: 20px !important;
	border-left: 1px solid #989798;
}

a.dropdown-toggle:focus {
    outline: 2px solid white;
    background-color: #654d4d !important;
}
.employee-connect-pill{
	flex: 1; 
	background-color: white;
	border-radius: 10px;
	border-style: solid;
	border-color: white;
	border-collapse: unset !important;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-bottom: 7px;
}
.employee-connect-pill:hover{
	background-color: #f1f2f2;
	border-radius: 10px;
	border-style: solid;
	border-color: white;
	border-collapse: unset !important;
	cursor: pointer;
}
.employee-connect-pill-active{
	flex: 1; 
	background-color: #512f2e;
    border-radius: 32px;
    border-color: #757575;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;
    border-collapse: separate !important;
    box-shadow: -1px 1px 2px 1px black;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-bottom: 7px;
}
.employee-connect-pill-active:hover{
	border-color: #ffc709;
	cursor: pointer;
}
.employee-connect-pill-active:hover .employee-connect-pill-active-title{
	color: #ffc709;
}
.employee-connect-pill-active-title{
	color: white;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Bree Serif', serif;
}
.employee-connect-box{
	display: none;
}
.employee-connect-box-active{
	display: visible;
}
.employee-connect-flex{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: baseline;
}
.ready_ed_icon{
	background: url(https://is2-ssl.mzstatic.com/image/thumb/Purple114/v4/cb/79/da/cb79da30-2568-90f3-4874-e81ffe429a65/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-P3-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/1024x1024bb.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: cover;
}

.fade-in-left {
	-webkit-animation: fade-in-left 1.0s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.0s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-out-right {
	-webkit-animation: fade-out-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-7-29 14:39:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

.contents_option:hover{
	text-decoration: underline;
}
.mercer-carousel{
	background-color: white;
}
.main-carousel{
	background-color: black;
}
.carousel-card{
	height: 800px;
}
.Meeting-Minutes-Scroll {
  overflow: scroll;
  width: 100%;
  height: 300px;
  margin-left: 20px;

  border-style: solid;
  border-width: medium;
  background-color: #f3f2f2;
}
.Meeting-Minutes-Scroll h3 {
	margin-left: 30px;
}
.Faculty-Box {
	background-color: #e0dad3;
	box-shadow: 5px 10px 4px #8a8783;
	margin: 5px;
}
.Faculty-Box h4 {
	text-align: center;
}
.flex_buttons{
	display: flex;
	flex-direction: row;
}
.flex-row{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background-color: aliceblue;
}
.flex-column{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-left: 7%;
  padding-right: 7%;
  margin-left: 10%;
}
.flex-col-height{
	height: 600px;
}
p {
    margin: 20px 0;
}
a {
    color: #231f20;
    text-decoration: none;
}
a:hover, a:focus {
	color: #231f20;
}
.close {
    opacity: 0.9;
}
.cover {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 9999;
}
.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;
}
.aoc_button{
	width: 50%;
	border-radius: 4px;
	font-family: 'Bree Serif', serif;
	font-size: x-large;
}
.brown_button{
	background-color: #512f2e;
	text-shadow: 2px 2px black;
	color: white;
}
.gold_button{
	background-color: #ffc72c;
	color: black;
}
/*Header Styles*/
.alumni-link {
	text-align: right;
    color: #efbd11;
    display: inline-block;
    margin-top: -6%;
    font-family: 'Bree Serif', serif;
	font-size: small;
}
.alumni-link:hover, .alumni-link:focus{
	color: #fffdfe;
}
.alumni-link-bar{
	display: none; !important
}
.mainDropdown{
	font-family: 'Bree Serif', serif !important;
}
.hasChildren{
	/*font-size: 1.3em !important;*/
	text-shadow: 2px 2px 2px black;
}
.mainDropdown:hover {
	background-color:rgba(255,255,255,.1) !important;
}
#maincontent .text-warning {
	text-align: center;
	margin: 40px 0 80px;
}
#maincontent .text-warning h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
#maincontent .text-warning .fa {
	font-size: 50px;
}
.policy_button{
	margin: 10px;
	width: 50%;
}
.policy_flex {
	display: flex;
}
.policy_list{
	width: 30%;
    margin-right: 10px;
    height: 1028px;
    overflow: scroll;
}
.policy_categories{
	display: none;
	width: 37%;
	padding-right: 15px;
}
.siteHeader {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
	/*z-index: 200;*/
	/*background: #462f26;*/
	/*background: linear-gradient(#331a00 , #513216 );*/
	/*background-image: linear-gradient(to bottom, #331a00 65%, #513216 100%);
}
	
	&before {
		background-image: linear-gradient(to top, #513216 65% , #331a00 100%);
		z-index: -100;*/
	/*Option 2 Official Colors*/	
	background-image: linear-gradient(to bottom, #512F2E 65%, #734e3f 100%);
}
	
/* &before {
		background-image: linear-gradient(to top, #734e3f 65% , #512F2E 100%);
		z-index: -100;
} */
#skiptocontent a {
	padding:6px;


	position: absolute;
	top:-40px;
	left:0px;

	color:#000000;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 2s ease-out, background 2s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#ffc709;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.top-yellow-bar {
	background-color: #ffc709;
	height: 0px;
	padding-bottom: 0px;
	/*height: 30px;
	padding-bottom: 3px;*/
}
.acad_calendar {
	-webkit-transform:scale(0.75);
	-moz-transform-scale(0.75);
	transform: scale(.75);
	
	-moz-transform-origin: top left; 

	-webkit-transform-origin: top left; 
	-o-transform-origin: top left; 
	-ms-transform-origin: top left; 
	transform-origin: top left;
	
	width: 1500px;
}
.auxnav {
	position: absolute;
	top: 40px;
	right: 0;
	background: transparent;
	}
.auxnav ul.nav.navbar-nav.navbar-right {
	margin-top: 40px;
	margin-right: 180px;
	background-color: #ffc709;
   -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	padding: 0 20px;
	}
.apply {
	width: 80px;
    height: 262px;
	padding-left: 8px;
    background:url(../images/apply-now-ribbon.png) no-repeat 0 0;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: absolute;
    top: -40px;
    right: 5px;
	z-index: 4;
}
.contactBox{
  border-style: solid;
  border-width: 8px;
  border-color: #462e26;
  width: 110%;
  min-height: 550px;
  background-color: #f2f2f2;
  box-shadow: 4px 4px 2px 8px #ffd24f;
  overflow-wrap: break-word;
}
.policyBox{
  border-style: solid;
  border-width: 8px;
  border-color: #462e26;
  background-color: #f2f2f2;
  box-shadow: 4px 4px 2px 8px #ffd24f;
  width: 67%;
}
.schoolSelector{
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  box-shadow: 1px 1px 1px 1px black;
  border-radius: 5px;
  background-color: white;
}
.contactBoxBreak{
  border-left: 2px solid #8a8680;
  height: 475px;
  width:2px;
  position: relative;
  display: inline-block;
  top: -20px;
  left: 180px;
}
.schoolInfo{
  display: inline;
  margin-left: 200px;
  margin-top: -40px;
}
.schoolInfo div{
  display: none;
  position: absolute;
  margin-top: -20px;
}
.schoolInfo h2{
  background-color: lightgrey;
  box-shadow: 2px 2px 2px 2px grey;
  margin-right:20px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.schoolInfo p{
  margin-left: 40px;
}
.schoolContact{
  display: inline-block;
  margin-right: 30%;
}
.white-line {
	display: block;
	/*width: 100%;*/
	width: 0% ;
	background-color: #ffffff;
	/*height: 3px;
	margin:0;
	padding: 0;*/
	}
.yellow-line {
	display: block;
	/*width: 100%;*/
	width: 0%;
	background-color: #ffc709;
	height: 0px;
	/*height: 3px;
	margin:0;
	padding: 0;*/
	}
.gray-bar {
	display: block;
	/*width: 100%;*/
	background-color: #414042;
	height: 0px;
	border-top: 0px;
	/*border-top: 2px solid #999899;
	height: 10px;
	margin:0;
	padding: 0;*/
	}
.navbar-default .navbar-nav > li > a {
	color: #ffce07;
	font-size: 12px;
	padding: 15px;
	}
.navbar-default {
	border: none;
	}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
li.navbuster {
	float: left;
	padding: 0 0 10px;
	width: 20px;
	height: auto;
	background: url('(../images/broncbuster-brown.jpg');
	/*width: 320px;
	height: 80px;*/
	/*background:url(../images/broncbuster-brown.jpg) no-repeat;*/
	/*background-size: 300px 49px;*/
	/*original background-size: 686px 112px;*/
	}
.siteSearch {

    background: transparent;
    padding: 0;
    position: relative;
    right: -75%;
    text-align: right;
    z-index: 90000;
    width: 240px;
}
/*Font Changes for the links*/
.col-sm-4 p{
	font-family: 'Bree Serif', serif;
}
.col-lg-3 p{
	font-family: 'Bree Serif', serif;
}
.siteSearch .container form {
    width: 480px;
    position: absolute;
    top: 5px;
    right: 65px;
}
.searchForm{

	position: relative;
    top: 15px;
    left: 50%;
    transform: translate(-100%,-50%);
    transition: all 1s;
    width: 250px;
    height: 30px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 0px;
	padding-right: 2px;
	margin-top: 20px;
}
.searchInput{
	position: absolute;
    top: 0;
    left: 0;
    width: 85%;;
    height: 24px;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}
.fa{
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}
.searchForm:hover{
/*     width: 250px; */
    cursor: pointer;
	border: 3px solid #ffc72c;
	box-shadow: #000000 2px 2px 5px 3px;
}
.searchForm:hover input{
    display: block;
}
.searchForm:hover .fa{
    background: #512f2e;
    color: white;
}
.transparency_table{
	border: 1px solid black;
	width: 100%;
}
.transparency_table h3{
	text-align: center;
}
.transparency_table .col_header{
	text-align: center;
    border-bottom-color: black;
    border-bottom-style: double;
    border-bottom-width: 4px;
    background-color: #4227263d;
}
.transparency_table .mid_row{
    text-align: center;
    text-size-adjust: 8px;
    font-size: 14px;
    border-bottom-color: #cac6c6;
    border-bottom-width: thin;
    border-bottom-style: solid;
    background-color: #d2cbcb6e;
}
.transparency_table .end{
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}
.transparency_table .table_data{
	text-indent: 15px;
}
.transparency_table .table_alt_info{
	font-style: italic;
    font-size: 13px;
}
.siteSearch form label {
	display: none !important;
	}
.siteSearch .form-text {
 	width: 250px;
    padding: .1em 15px .1em 5px;
	/*width: 280px;
    padding: .4em 20px .4em 10px;*/
}
.siteSearch .form-submit {
    top: 2px;
    left: 2px;
    margin: 0;
}
.siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background:url(../images/icon-search.png) no-repeat 0 0;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: absolute;
    top: 1px;
    right: -50px;
    left: inherit;
}
.btn-search {
    background-image: none;
    border: none !important;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
	font-size: 1.2em;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: transparent !important;
	color: #ffffff;
}
.btn.btn-search:hover {
	color: #ffffff;
	}
.btn.btn-search:focus {
	color: #ffffff;
	}
.fa-search{
	padding: 6px;
}
.fa-search:before {
    content: "\f002";
}
.form-control {
	height: 24px;
	}
.navbar-form {
	margin-top: 10px;
	}
/*Mid-Header Styles- Between Aux Nav and Main Nav*/
.mid-header {
	/*padding-top: 20px;*/
	padding-top: 0px;
	background: transparent;
    /*background: #513216;*/
	
	}
h1.logo {
    text-align: left;
    margin: 0;
    margin-top: 0px;
    position: relative;
}
.logo a {
	display: block;
	width: 320px;
	height: 80px;
	background:url(../images/gccc-logo-white.png) no-repeat;
	background-size: 300px 49px;
	/*original background-size: 686px 112px;*/
	background-position: left center;	
	text-indent:-9999px;
	margin: 0 0 20px 0;
	
}
/*Main Navigation Styles*/

/*Top Navigation and Mobile Menu Wrapper*/
.siteNavigation {
	border-left: none;
	border-right: none;
	border-bottom: 2.5px solid #FFC72C;
	border-top: none;
	background: transparent;
	/*background: #513216;*/
	margin-bottom: 0;
	margin-top: 0;
	/*border-bottom: 2.5px linear-gradient(tobottom, #ffc709, #513216);
    z-index: 100;
	}
&before {
    border-bottom: 2.5px linear-gradient(tobottom, #513216, #ffc709);
    z-index: -100;*/
}
	
/*Styles for Desktop Top Navigation Horizontal Section*/
.siteNavigation .nav {
	text-align: center;
	width: 100%;
	}
/*Centers the top navigation*/
.siteNavigation .nav li {
	display: inline-block;
	float: none;
	}
.siteNavigation .nav li.dropdown > ul > li {
	display: block !important;
	float: none;
}
.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li .hidden-list-item{
	display: none;
}
/*Offsets the above inline-block for the child list in the dropdown*/
.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li {
	display: inline-block;
    width: 100%;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	padding-bottom: 5px; 
	}

.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li:after {
content: '\f101';
    color: #ffc709;
    font-family: 'FontAwesome';
    font-size: 10px;
    float: right;
}

.alert_bar{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 75px;
	padding-right: 75px;
    background: #FFC700;
    -webkit-box-shadow: inset -4px -27px 79px -35px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -4px -27px 79px -35px rgba(0,0,0,0.75);
    box-shadow: inset -4px -27px 79px -35px rgb(199, 157, 14);
    font-family: 'Bree Serif', serif;
    font-size: x-large;
    text-shadow: 4px 3px 7px white;
}	
.siteNavigation .nav li a {
	padding-left: 14px;
	padding-right: 14px;
	color: #ffffff;
	font-size: 1.3em;
	text-transform:uppercase;
	font-style: normal;
	}
.siteNavigation .nav li a:hover {
	background-color: transparent !important;
	}
/*Sets Background Color for Tabbing through Navigation*/
.siteNavigation .nav li a:focus {
	background-color: transparent;
	}
/*Offsets mobile background color when open*/
.siteNavigation .nav .open  a {
	background-color: transparent;
	}
/*Top Navigation Dropdown Section*/
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a {
	font-size: 18px;
	line-height: 1.6;
	color: #512F2E !important;
	text-transform: none !important;
	padding-left: 0;
	}
/*Keeps the mobile sub items from stacking on top of one another*/
.siteNavigation ul.nav.navbar-nav .dropdown { 
	position: static; 
}
/*Top Nav Dropdown Background*/
.siteNavigation .nav .dropdown .dropdown-menu {
    background-color: #fff;
    color: #512F2E;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    border-left: none;
    border-right: none;
    min-height: 490px;
    padding: 5px 0;
    text-align: left;
    border-bottom: #ffc709 solid 5px;
    border-top: #ffc709 solid 5px;
    z-index: 3;
}

/*Text Inside of Top Nav Dropdown*/
.hidden-list-item{
	display:none !important;
}
.siteNavigation .mainnav-content {
  padding: 15px 165px;
  margin: 0 auto;
}
.siteNavigation .mainnav-content h2 {
	font-size: 35px;
	text-transform:uppercase;
	margin-top: 0;
	}
.siteNavigation .mainnav-content .description {
	border-right: solid 1px #ffffff;
	font-size: 18px;
	}
.siteNavigation .mainnav-content .description p {
	margin-bottom: 0;
}
.siteNavigation .mainnav-content .firstlist {
	padding-left: 60px;
	}
.siteNavigation .mainnav-content .three-col {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding-left: 20px;
}
.siteNavigation .mainnav-content a.btn-yellow {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
	padding: 10px 15px;
	min-width: 160px;
	background-color: #ffc709;
	color: #000;
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	}
li.dropdown ul li .mainnav-content a.btn-yellow:hover {
	background-color: #512F2E !important;
	}
.siteNavigation .mainnav-content a.btn-yellow:hover {
    color: #fff;
	background-color: #3b2416;
}
/*Hides Moblie Plus Indicators*/
.siteNavigation .nav li.dropdown a.plus {
	display: none;
	}
.video-feature {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    max-height: 645px;
    height: 800px;
    top: -50px;
    opacity: 1;
	margin-bottom: -40px;
}

video {
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.video_box{
	width: 100%;
	background-color: black;
	overflow: hidden;
	max-height: 618px;
}

/*Slideshow Styles*/
.slideshow {
	display: block;
	position: relative;
	}
.carousel-caption {
	color: #ffffff;
	font-size: 22px;
	padding: 25px;
	text-align: left;
	left: 10%;
	right: 10%;
	z-index: 20;
	bottom: 30px !important;
	background-repeat: repeat;
	width: 50%;
	}
.carousel-caption.right {
	text-align:right;
	left: inherit;
}
.carousel-caption h3 {
	font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    color: #fff;
    position: relative;
	}
.carousel-caption a {
	text-transform:uppercase;
	text-decoration: none;
	font-size: 16px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background: rgba(0,0,0,0.8);
    color: #fff !important;
    border: 1px solid #fff;
    box-shadow: none !important;
	padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
	border-radius: 6px;
	} 
.carousel-caption a:hover {
	color: #fff !important;
}
.owl-controls > .owl-nav > .owl-prev {
	left: 0;
	top: 40%;
    background: url(../images/prev.png) no-repeat center center;
	padding: 35px 42px;
	display: block;
    position: absolute;
    text-indent: -9999px;
	}
.owl-controls > .owl-nav > .owl-next {
	right: 0;
	top: 40%;
    background: url(../images/next.png) no-repeat center center;
	padding: 35px 42px;
	display: block;
    position: absolute;
    text-indent: -9999px;
	}
/*Content Styles*/
blockquote {
    padding: 10px 20px;
    margin: 30px 0;
    font-size: 17.5px;
    border-left: 5px solid #ffc709;
    font-weight: bold;
}
.hours-contact-info{
	background-color: #FFCC24;
    border: 1px solid #512f2e;
    border-radius: 3px;
    padding: 4px 10px 10px 20px;
	box-shadow: 2px 2px 2px black;
}
.hours-contact-info p{
	margin-left: 20px;
}
.militaryCourse{
	background-color: #e8e7e7;
    padding: 5%;
    margin-bottom: 9px;
    box-shadow: 2px 2px 2px black;
    border: 1px solid black;
}
.militaryCourse h4{
	text-shadow: 2px 2px 2px #bfbfbf;
}
#maincontent img {
	display: block;
    max-width: 100%;
    height: auto;
	}
#maincontent .noborder {
	border: none;
	}
#maincontent .lead {
	margin-top: 0;
	font-weight: 700;
	color: #414141;
	}
#maincontent .margin-bottom {
	margin-bottom: 15px;
	}
#maincontent .margin-top {
	margin-top: 15px;
	}
#maincontent .margin-left {
	margin-left: 20px;
	}
#maincontent .margin-right {
	margin-right: 20px;
	}
/*Tabs Styles*/
.center-tabs {
	text-align: center;
	margin-bottom: 40px;
	}
#maincontent ul.nav.nav-tabs {
	margin-bottom: 0;
	display:inline-block;
	border-left: none;
	}
#maincontent ul.nav.nav-tabs li:before {
	display: none;
	}
#maincontent ul.nav.nav-tabs li {
	padding: 0;
	display:block;
	margin-bottom: -7px;
	}
.tab-content {
	border: 1px solid #ddd;
	text-align: left;
	padding: 0;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #3b2416;
    cursor: default;
    background-color: #ffc709;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	font-weight: bold;
}
.nav-tabs > li > a {
	color: #3b2416;
    cursor: default;
    background-color: #e0dad3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	border-radius: 0;
	}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background-color: #e0dad3;
	}
.nav-tabs li a .fa {
	font-size: 20px;
	padding-right: 5px;
	}
.nav-tabs li a.yellow {
	background-color: #efaa1f;
	}
#maincontent .in-page-tabs ul.nav.nav-tabs {
	margin-bottom: 0;
	display:inline-block;
	border-left: none;
	}
#maincontent .in-page-tabs ul.nav.nav-tabs li:before {
	display: none;
	}
#maincontent .in-page-tabs ul.nav.nav-tabs li {
	padding: 0;
	display:block;
	margin-bottom: -7px;
	}
.in-page-tabs .tab-content {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #e0dad3;
    padding: 25px;
}
.in-page-tabs .nav-tabs {
    border-bottom: none;
}
.in-page-tabs .nav-tabs > li.active > a, .in-page-tabs .nav-tabs > li.active > a:hover, .in-page-tabs .nav-tabs > li.active > a:focus {
    color: #3b2416;
    cursor: default;
    background-color: #e0dad3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
	font-weight: bold;
}
.in-page-tabs .nav-tabs > li > a {
	color: #3b2416;
    cursor: default;
    background-color: #c0b49d;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
	}
.in-page-tabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background-color: #e0dad3;
	}
.in-page-tabs .nav-tabs li a .fa {
	font-size: 20px;
	padding-right: 5px;
	}
.in-page-tabs .nav-tabs li a.yellow {
	background-color: #efaa1f;
	}
/*Headings*/
#maincontent h3 {
	font-size: 23px;
	font-weight: 700;
	font-family: 'Bree Serif', serif;
	}
.sub-footer h3 {
	font-size: 23px;
	text-transform:uppercase;
	font-weight: 700;
	}
/*Buttons*/
#maincontent .btn {
	border-radius: 11px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 10px;
	margin: 15px 0;
	width: 100%;
	text-align: left;
	white-space: pre-line;
	line-height: 1.15em;
	vertical-align: middle;
	display: block;
	border: none;
	}
#maincontent .btn .fa {
	text-align: left;
	font-size: 38px;
	margin-right: 20px;
	display: block;
	float: left;
	width: 10%;
	vertical-align: middle;
	padding-left: 5px;
	}
#maincontent .btn-gold {
	background-color: #ffc709;
	color: #231f20;
	}
#maincontent .btn-dark-brown {
	background-color: #4e312d;
	}
#maincontent .btn-dark-brown:active {
	color: #ffffff;
	}
#maincontent .btn-dark-brown:hover {
	color: #ffffff;
	}
#maincontent .btn-light-brown {
	background-color: #946c48;
	}



#maincontent .btn-gray {
	background-color: #b5b5b5; /* Updated 10/09/24 for accessibility issues from #757373*/
	color: #231f20;
	}
/*Accordions*/
.panel-default > .panel-heading {
	color: #231f20;
	border-radius: 0;
	padding-top: 15px;
	background: #e0dad3 url(../images/accordion-bg.png) no-repeat scroll right bottom;
}
.panel-default > .panel-heading .fa {
    font-size: 14px;
    margin-right: -17px;
    margin-top: 7px;
    padding: 3px 0px;
    float: right;
    position: relative;
    color: #52312d;

.
}
.panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.panel-default > .panel-heading a[aria-expanded="false"] .fa-minus {
	display: none;
}


.panel-default > .panel-heading a[aria-expanded="true"] .fa-plus {
	display: none;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
	border: 1px solid #989798; 
    box-shadow: none;
}
.panel-title {
	font-size: 18px;
	}
.btn.gold {
    background-color: #efaa1f;
}
/*Home Featured News Slider*/
.owl-carousel-featured-stories {
	margin-top: 10px;
	    margin-bottom: 40px;
	padding-top: 20px;
	}
.owl-carousel-featured-stories a:hover, .owl-carousel-featured-stories a:focus, .owl-carousel-featured-stories a:active {
	text-decoration: none;
}
.owl-carousel-featured-stories a:hover .title {
	background-color: #000 !important;
     background:rgba(0,0,0,0.45) !important;
     color:#ffffff !important;
}
.owl-carousel-featured-stories .title {
	padding-bottom: 0px;
    margin-top: 0px;
	background-color: #000 !important;
    background: rgba(0,0,0,0.35) !important;
	height: 70px;
    width: 100%;
    text-align: center;
    position: relative;
    top: -10px;
	z-index: 2;
}
.owl-carousel-featured-stories h4, .owl-carousel-featured-stories h3 {
    color: #ffc709 !important;
    padding-top: 15px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.owl-carousel-featured-stories p {
	color: #ffffff !important;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: relative;
	margin: 0;
	}
.owl-carousel-featured-stories a:hover p {
	color: #ffffff !important;
}
.owl-carousel-featured-stories img {
	width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    top: -80px;
}
#maincontent .owl-carousel-featured-stories img {
	border: none;
	margin-bottom: -70px;
}
.owl-carousel-featured-stories .owl-controls > .owl-nav > .owl-prev {
	opacity: .8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	left: 0;
	top: 40%;
    background: url(../images/featured-story-prev.png) transparent no-repeat center center;
	width: 40px;
    height: 60px;
    padding: 0;
	display: block;
    position: absolute;
    text-indent: -9999px;
	}
.owl-carousel-featured-stories .owl-controls > .owl-nav > .owl-next {
	opacity: .8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	right: 0;
	top: 40%;
    background: url(../images/featured-story-next.png) transparent no-repeat center center;
	width: 40px;
    height: 60px;
    padding: 0;
	display: block;
    position: absolute;
    text-indent: -9999px;
	}
.owl-carousel-featured-stories .owl-controls > .owl-nav > .owl-next:hover, .owl-carousel-featured-stories .owl-controls > .owl-nav > .owl-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#maincontent .breadcrumbs ul li:before {
	content: none;
}
#maincontent .breadcrumbs ul li {
	padding: 0;
}
#maincontent .breadcrumbs ul {
	border-left: none;
}
.breadcrumbs {
    margin-bottom: 25px;
}
.breadcrumbs ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-style: normal;
    max-width: 960px;
}
.breadcrumbs li {
    display: inline;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    color: #4e312d;
}
.breadcrumbs li a {
    color: #4e312d;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs .active a, .breadcrumbs .active {
    color: #4e312d;
	font-weight: 700;
}
.breadcrumbs .active:after {
   display: none;
}
.breadcrumbs li:after {
    content: "/";
    padding: 0 3px 0 5px;
}
#maincontent div div div.col-sm-7.col-md-8,  #maincontent .container .row .col-sm-9, #maincontent .container .row .col-sm-3, #maincontent.content .container .row .col-sm-12 {
	margin-top: 25px;
}
/*Left Navigation*/
#sidebar {
	margin-top: 75px;
}
#maincontent .sidenav ul li:before {
	content: none;
	}
#maincontent .sidenav ul li {
	padding: 0;
	}
#maincontent .sidenav li {
	margin-top: 0;
	}
#maincontent .sidenav li a {
/*	border-bottom: 1px solid #e6e7e8;*/
	color: #231f20;
	padding-left: 10px;
}
#maincontent .sidenav li a:hover {
	background-color: #f1f2f2;
}
#maincontent .sidenav li a.current {
    font-weight: bold;
	background-color: #ffc709;
}
#maincontent .sidenav{
	padding-left: 0;
}
#maincontent .sidenav ul > li > ul{
/*	border-bottom: 1px solid #e6e7e8;*/
	padding-left: 0;
	margin: 10px 0 10px 15px;
	border-left: 1px solid #989798;
}
#maincontent .sidenav ul > li > ul li {
	list-style-type: none;
}
#maincontent .sidenav ul > li > ul li a {
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 14px;
	border: none;
	display: block;
	margin:0;
}
/* #maincontent .sidenav ul > li > ul li:hover {
	background-color: none;
} */
#maincontent .sidenav ul > li > ul li a:hover {
	text-decoration: none;
}
#maincontent .sidenav .nav.nav-stacked li ul li ul li  {
	border-bottom: medium none;
	font-size: 14px;
	padding-left: 20px;
}
#maincontent .sidenav .nav.nav-stacked li ul li ul li a {
	font-size: 14px;
}
#maincontent .sidenav .nav.nav-stacked li ul li ul{
	padding-bottom: 10px;	
	border-bottom: none;
}
#maincontent .sidenav .nav.nav-stacked li ul li ul li ul li {
	border-bottom: medium none;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
}
/*Main Content Typography*/
#maincontent h2 {
	color: #231f20;
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
	font-family: 'Bree Serif', serif;
	}
#maincontent h3 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Bree Serif', serif;
	}
#maincontent h4 {
	color: #231f20;
	font-weight: 700;
	font-family: 'Bree Serif', serif;
	}
#maincontent p a {
	text-decoration: underline;
	}
#maincontent p a:hover, #maincontent p a:focus, #maincontent p a:active {
	color: #231f20;
}

#maincontent a[href $='.pdf'] {
	position: relative;
    left: 20px;
	}
#maincontent a[href $='.pdf']:before {
    content: '\f1c1';
    color: #000;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    left: -20px;
}
#maincontent .program-specs-content a {
	font-weight: 400;
	}
.date {
	font-style: italic;
	font-weight: 600;
	margin: -10px 0 20px;
}
.caption {
	background-color: #e0dad3;
	border: 1px solid #989798;
	color: #4e312d;
}
.caption img {
	border-bottom: 1px solid #989798;
}
.caption p {
	margin: 20px;
	font-style: italic;
}
#maincontent .container .row .col-sm-3 .row .col-md-7 h3 {
	margin: 0px 0px 10px;
}
#maincontent .container .row .col-sm-3 .row .col-md-7 p {
	margin: 10px 0;
	font-size: 12px;
}
/*Directory*/
.directory-info p {
	margin: 0 0 15px 0;
}
.directory-info img {
	 margin: 15px 20px 20px 0;
}
/*Feature Boxes*/
.feature-box {
	background-color: #f4f5ee;
	border: 1px solid #dedddd;
	padding: 20px;
	margin-bottom: 20px;
	max-width:100%;
	white-space: normal;
	}
.feature-box h4 {
	font-size: 20px;
	font-weight: 700;
}
.feature-box ul {
	margin-bottom: 20px;
	padding-left: 0;
    list-style-type: none;
}
.feature-box ul li {
	padding: 4px 0 4px 22px;
	position: relative;
}
.feature-box ul li:before {
	content: '\f054';
	color: #000;
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 14px;
	top: 6px;
	left: 5px;
}
#maincontent .sidenav ul {
	border-left: none;
	color:	#000;
}
#maincontent ul {
	padding-left: 0;
    list-style-type: none;
    margin: 10px 0 10px 0;
}
#maincontent ul li {
	padding: 4px 0 4px 22px;
	position: relative;
}
#maincontent ul.location-list {
	margin-bottom: 10px;
	padding-left: 0;
    list-style-type: none;
}
#maincontent ul.location-list li {
	padding: 4px 0 4px 22px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}
#maincontent ul.location-list li:before {
	color: #000;
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 30px;
	top: -5px;
	left: -10px;
}
#maincontent ul.location-list li.address:before{
	content: '\f041';
	}
#maincontent ul.location-list li.map-pin:before{
	content: '\f276';
	}
#maincontent ul.location-list li.phone:before{
	content: '\f10b';
	}
#maincontent ul.circle-icons-list li:before {
	display: none;
	}
#event-list.pull-right {
	margin: 0;
	}
#maincontent .contact-box h3 {
	margin-bottom: 0;
	font-family: 'Bree Serif', serif;
	}
#maincontent .contact-box h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Bree Serif', serif;
	}

#maincontent .contact-box p a {
	text-decoration: none;
	font-size: 16px; /* Updated 10/22/2024 Reduced size from 18 to 16 */
	}
.programsatozlist {
	border-left: 2.4px solid #FFC72C
}
.contact-box {
	color: #231f20;
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: #e0dad3;
	padding: 20px;
	}
#maincontent .contact-box h2 {
    margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Bree Serif', serif;
	}
.contact-box .fa-envelope {
	margin-right: 10px;
	}
.contact-box p {
	margin-top: 0;
	}
.contact-box p a {
	text-decoration: none;
	}
.image-box {
	background-color: #e0dad3;
}
.image-box a:hover {
	color: #231f20;
	text-decoration: none;
}
.image-box h4, .image-box h3 {
	padding: 20px 15px 0 15px;
	margin: 0;
}
.image-box p {
	padding: 15px;
	margin: 0;
}
.overlay-image-box {
	margin-top: 45px;
	margin-bottom: 25px;
}
.overlay-image-box a:hover .title {
     background:rgba(0,0,0,0.45)!important;
     color:#ffffff !important;
}
.overlay-image-box .title {
	padding-bottom: 0px;
    margin-top: 0px;
	background-color: #000 !important;
    background: rgba(0,0,0,0.60) !important;
	height: 70px;
    width: 100%;
    text-align: center;
    position: relative;
    top: -10px;
	z-index: 2;
}
.overlay-image-box h4, .overlay-image-box h3{
	color: #ffc709 !important;
    padding-top: 15px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.overlay-image-box p {
	color: #ffffff !important;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: relative;
	margin: 0;
	}
.overlay-image-box img {
	width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    top: -80px;
}
#maincontent .image-box img {
	border: none;
}
#maincontent .feature-box h3 {
	font-size: 24px;
	}
.table.programs tr.thead th{
	background-color: #f26324;
	color: #ffffff;	
	text-transform: uppercase;
	}
.table.programs {
 font-size: 16px;
 margin-top: 40px;
}
.table.programs td .fa {
	color: #57cbf5;
	font-size: 25px;
	justify-content: center;
    display: flex;
	}

/*Home page social feed Syles*/
.social-feed-wrapper {
	position: relative;
	float: right;
}
.social-feed {
	
	position: absolute;
    right: 15px;
    background-color: #fff;
    border: 25px #c2b59b solid;
    padding: 15px;
	min-width: 374px;
	max-height: 624px;
	overflow: hidden;
}
@-moz-document url-prefix() { 
  .social-feed {
     	top: 5px;
  }
}
#maincontent .social-feed h3 {
	margin-top: 0;
	color: #3b2416;
	font-family: 'Bree Serif', serif;
}
/*Pre-Sub Footer Syles*/
.popular {
	background-color: #512F2E;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 40px;
	color: #fff !important;
	}
.popular h3 {
	margin-top: 0;
	color: #fff;
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px black;
}
.popular a, .popular a:hover {
	color: #fff !important;
}
.popular ul {
	padding: 0;
}
.popular li {
	list-style: none;
	padding: 5px 0;
}
/*Sub Footer Styles*/
.sub-footer {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	}
.sub-footer h3 {
	margin-top: 0;
	color: #513216;
	font-family: 'Bree Serif', serif;
	text-transform: uppercase;
}
.sub-footer a.icon.facebook {
    background-position: 0 center;
}
.sub-footer a.icon.twitter {
    background-position: -40px center;
}
.sub-footer a.icon.youtube {
    background-position: -200px center;
}
.sub-footer a.icon.instagram {
    background-position: -80px center;
}
.sub-footer a.icon.snapchat {
    background-position: -120px center;
}
.sub-footer a.icon {

    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 1000px;
    background: rgba(0,0,0,0.9);
    background-image: url(../images/social-icon-set.svg);
	background-size: 360px 40px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    opacity: .5;
    margin: 0 5px 10px;
	border: 1px solid #fff;
	z-index: 4;
	position: relative;
}
/*Home Page Events*/
#event-list {
}
#event-list .view-calendar {
	line-height: 1.25em;
	text-transform:uppercase;
	font-size: 12px;
	margin-top: 20px;
	}


#event-list .view-calendar a {
	float: right;
	color: #6c6c6c; /* Updated 10/10/2024 from #999899 to #6c6c6c for accessibility issues */
	}
#event-list h3{
	color: #231f20;
	font-family: 'Bree Serif', serif;
	}
#event-list .events .event h4 a{
	color: #231f20;
	}
#event-list .events {
	border-top: solid 1px #231f20;
	padding-top: 15px;
	}
#event-list .events .event {
	margin-bottom: 20px;
	}
.postcard-left, .postcard-right {
    clear: both;
    display: table;
    margin-bottom: 15px;
    position: relative;
}
#event-list .events .event-date {
    padding: 10px;
    background-color: #ffc709;
    color: #231f20;
    line-height: 20px;
    width: 70px;
}
.postcard-left > div, .postcard-right > div {
    display: table-cell;
    position: relative;
	vertical-align: middle;
}
#event-list .events h4, #event-list .events h4 {
    font-size: 16px;
    margin: 0 0 0 15px;
}
#event-list .events .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#event-list .events .event-date .event-day {
    display: block;
    text-align: center;
    font-weight: 400;
	font-size: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#event-list .events .other {
	margin: 0 0 0 15px;
    font-size: 12px;
    display: block;
}
#event-list .events .timestamp {
	margin: 0 0 0 15px;
    font-size: 12px;
    display: block;
	}
#event-list .events .location {
	margin: 0 0 0 15px;
    font-size: 12px;
    display: block;
	}
.event-block {
    height: 212px;
    background-color: #e0dad3;
    margin-bottom: 10px;
	margin: 20px 0;
}
.event-block .event-date {
    padding: 10px;
    background-color: #ffc709;
    color: #231f20;
    line-height: 20px;
    width: 70px;
	float: left;
    margin-right: 20px;
}
.event-block h4, .event-block h4 {
    font-size: 16px;
    margin: 0 0 0 15px;
}
.event-block .event-date .event-month {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.event-block .event-date .event-day {
    display: block;
    text-align: center;
    font-weight: 400;
	font-size: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.event-block .event-text {
	padding: 10px 0;
}
.event-block .other {
	margin: 0 0 0 15px;
    font-size: 12px;
    display: block;
}
.event-block .timestamp {
	margin: 0 0 0 15px;
    font-size: 12px;
    display: block;
	}
.event-block .location {
	margin: 0 0 5px 15px;
    font-size: 12px;
    display: block;
	}
.event-block .event-description {
	font-size: 14px;
	padding: 0 20px;
	margin: 10px 0;
}
#maincontent .event-block .event-description a {
	text-decoration: none;
}
/*Home Page News*/
#news-list{
}
#news-list .view-calendar {
	line-height: 1.25em;
	text-transform:uppercase;
	font-size: 12px;
	margin-top: 20px;
	}

#news-list .view-calendar a {
	float: right;
	color: #707070;
	}
#news-list h3{
	color: #231f20;
	font-family: 'Bree Serif', serif;
	}
#news-list .news h4 a{
	color: #231f20;
	}
#maincontent #news-list .news h4 {
	margin-top: 0;
}
#maincontent  #news-list .news {
	margin: 0;
    border-left: none;
}
#maincontent  #news-list .news li {
	padding: 0;
}
#news-list .news {
	border-top: solid 1px #231f20;
	padding-top: 15px;
	}
#news-list .news li {
	list-style: none;
	margin-bottom: 25px;
}
#news-list .news .date {
	margin: 0;
    font-size: 12px;
}
/*Footer Styles*/
footer {
	background: #462f26;
	color: #ffffff !important;
	font-size: 19px;
	padding-top: 30px;
	padding-bottom: 15px;
	z-index: 100;
	/*z-index: 200;*/
	/*background: #513216;*/
	/*background: linear-gradient(#331a00 , #513216 );*/
	border-top: 2.5px solid #FFC72C;
	background-image: radial-gradient(circle, #734e3f 100px, #512F2E 500px);
	background-position: left 100px;
}
	
/* 	&before {
		background-image: radial-gradient(circle, #512F2E 100px , #734e3f 500px);
		z-index: -100;

} */
footer a:hover{
	color: #ffffff !important;
}
footer .footer-address {
	margin-top: 0px;
	font-size: 16px;
	text-align: right;
	}
footer ul.list-unstyled li {
	padding-bottom: 9px;
    line-height: 20px;
}
footer ul.list-unstyled li a {
	color: #ffffff;
	font-size: 16px;
	}
footer ul.list-unstyled li a:hover {
	text-decoration: underline;
	}
footer p.footer-address a {
	color: #ffffff;
	}
footer .footer-logo-wrapper {
	position: relative;
	padding: 0;
}
footer .buster-logo {
	position: absolute;
    min-width: 300px;
    top: -150px;
    left: -50px;
}
footer .footer-logo {
	float: right;
	display: inline-block;
	padding-top: 0;
	
}
footer .footer-logo .hlc-logo img{
	width: 170px;
	height: 170px;
	margin-right: 60px;
	background: url('/_resources/images/hlc_logo.png');
}
footer .footer-logo img {
	float: right;
	width: 30%;
}
footer > div > div > div:nth-child(3) {
	padding-left: 70px;
}
footer .phone {
	text-align: center;
    margin: 0;
    clear: both;
}
footer .phone a {
	color: #FFC72C;
	font-size: 22px;
	font-weight: bold;
}
footer .phone a:hover {
	text-decoration: none;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.lightwidget-widget {
	width: 100%; 
	border: 0; 
	overflow: hidden;
	min-height: 480px;
	}
.footer-logo-mobile {
	display: none;
}
.pagination li {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}


.pagination li a {
    color: #6c6c6c; /* Updated 10/10/2024 from #CCCCCC to #6c6c6c for accessibility issues */
    display: block;
    padding: 0;
    border-radius: 0;
	border: none;
}
#maincontent .pagination > li > a:hover, #maincontent .pagination > li > span:hover, #maincontent .pagination > li > a:focus, #maincontent .pagination > li > span:focus {
    z-index: 2;
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
}
#maincontent ul.pagination {
	border-left: none;
	padding: 0;
	margin: 20px 0 40px;
}
#maincontent ul.pagination li {
	padding: 0 5px;
	margin: 0;
}
#maincontent ul.pagination li.current {
	font-weight: 700;
}
#maincontent ul.pagination li.current a {
	color: #000;
}
/*Instagram Feed*/
#social-stream {
	float: right;
}
.stream li .section-thumb {
	margin: 0;
}
.stream li .section-user, .stream li .section-share, .stream li .section-intro, .stream li .section-meta {
	display: none;
}
.stream li {
	padding: 0;
	float: left;
}
.stream li .inner {
	padding: 0;
    margin: 0;
    width: 110px;
    height: 110px;
}
.stream li .section-thumb img {
	padding: 1px;
	background: #fff;
	height: 100%;
}
.stream li .clear {
	clear: both;
}
.stream {
	margin: 0;
	list-style: none;
}
.stream li .section-text {
	display: none;
}
.dcsns-toolbar {
	display: none;
}
.dcsns-content[style]{
	height: auto !important;
}
.library-hours-box{
	width: 90%;
	background-color: #f5eee6;
	padding: 2px 20px 20px 20px;
	box-shadow: 5px 10px 8px #e0dad3;
}
.tutor-carosel-pic{
	width: 300px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #603c35;
	box-shadow: 2px 2px #404042;
}

@media (min-width: 1370px) and (max-width: 1430px) {
.alumni-link {
		color: #efbd11;
		display: inline-block;
		margin-top: -6%;
		font-family: 'Bree Serif', serif;
}
.alumni-link-bar{
	display: none; !important
}
.carousel-card{
	height: 494px;
}
.acad_calendar {
    -webkit-transform: scale(0.75);
    -moz-transform-scale(0.75): ;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transform: scale(0.5);
    width: 1265px;
}
.title h3{
	font-size: 1.4em !important;
}
.sub-title{
	font-size: 1.4em !important;
}

.siteNavigation .nav li a {
	/*font-size: 1.140em;*/
	font-size: 1.2em;
	}
.siteNavigation .nav li a {
	/*padding-left: 32px;
	padding-right: 32px;*/
	padding-left: 14px;
	padding-right: 14px;
	}

}

/* Landscape tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1369px) {
.alumni-box{
	margin-right: 12%;
}
.alumni-link {
    color: #efbd11;
    display: inline-block;
    font-family: 'Bree Serif', serif;
}
.alumni-link-bar{
	display: none; !important
}
.carousel-card{
	height: 434px;
}
	.title h3{
	font-size: 1.3em !important;
}
.sub-title{
	font-size: 1.3em !important;
}
.searchForm{
	 margin-left: 232%;
}
.auxnav ul.nav.navbar-nav.navbar-right {
   margin-right: 160px;
	}
.carousel-caption h3 {
    font-size: 60px;
	}
.carousel-caption {
    width: 60%;
}
/*Mid-Header Styles- Between Aux Nav and Main Nav*/
.auxnav ul.nav.navbar-nav li a {
	padding-left: 6px;
    padding-right: 6px;
	}
/*Main Navigation Styles*/
.siteNavigation .nav li a {
	padding-left: 25px;
	padding-right: 25px;
	}
.siteNavigation .nav li a {
	/*font-size: 1.140em;*/
	font-size: 1em;
	}
.siteNavigation .nav li a {
	/*padding-left: 32px;
	padding-right: 32px;*/
	padding-left: 14px;
	padding-right: 14px;
	}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a {
	font-size: 15px;
	line-height: 1.6;
	}
.siteNavigation .mainnav-content {
  padding: 15px 60px;
}
.siteNavigation .mainnav-content h2 {
	font-size: 25px;
	}
.siteNavigation .mainnav-content .description {
	padding-right: 60px;
	}
.siteNavigation .mainnav-content .firstlist {
	padding-left: 40px;
	}
.siteSearch {
    right: 60%;
	}
.contactBox{
    height: auto;
  }
.schoolInfo{
    display: inline;
  }
.schoolInfo h2{
    margin-left: 20px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
	.acad_calendar {
    -webkit-transform: scale(0.75);
    -moz-transform-scale(0.5): ;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transform: scale(0.5);
    width: 1276px;
    height: 3000px;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.alumni-box{
	margin-right: 12%;
}
.alumni-link {
    color: #efbd11;
    display: inline-block;
    font-family: 'Bree Serif', serif;
}
.alumni-link-bar{
	display: none; !important
}
.alt-alertbar-text{
	display: none;
}
.alert_bar{
	padding-left: 50px;
	padding-right: 50px;
}
.carousel-card{
	height: 429px;
}
.title h3{
	font-size: 1.1em !important;
}
.sub-title{
	font-size: 1.1em !important;
}
.searchForm{
	left: 273%;
}
.siteSearch {
       right: 85%;
	}
footer .buster-logo {
    min-width: 250px;
    top: -120px;
    left: -30px;
}
.stream li .inner {
    width: 80px;
    height: 80px;
}
.auxnav ul.nav.navbar-nav.navbar-right {
   margin-right: 150px;
	}
.carousel-caption h3 {
    font-size: 50px;
	}
.carousel-caption {
    width: 70%;
}
.auxnav ul.nav.navbar-nav li a {
	font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
	}
/*Mid-Header Styles- Between Aux Nav and Main Nav*/
.mid-header {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -5px;
	}
h1.logo {
    margin: 0;
}
video{
	width: 82%;
}
.logo a {
    width: 500px;
    height: 82px;
    background-size: 62%;
}
.social-feed {
	left: 600px;
}	
.social-feed-wrapper {
    display: none;
}

/*Main Navigation Styles*/
.mainDropdown{
	font-family: 'Bree Serif', serif !important;
	font-size: 1em !important;
}
.hasChildren{
	font-size: 1em !important;
}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a  {
	font-size: 14px;
	}
.siteNavigation .nav .dropdown .dropdown-menu {
    font-size: 14px;
	min-height: 320px;
}
.siteNavigation .mainnav-content {
  padding: 50px 40px;
}
.siteNavigation .mainnav-content h2 {
	font-size: 25px;
	}
.siteNavigation .mainnav-content .description {
	padding-right: 40px;
	}
.siteNavigation .mainnav-content .firstlist {
	padding-left: 30px;
	}
.siteNavigation .nav a.btn-light-blue {
	font-size: 14px;
	}
	
/*Content Styles*/
.sub-footer {
    padding-bottom: 10px;
}
.event-block {
    height: 250px;
}
.event-block .event-date {
    margin-right: 10px;
}
  .contactBox{
    height: auto;
  }
  .schoolInfo{
    display: inline;
  }
  .schoolInfo h2{
    margin-left: 20px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .contactBoxBreak{
    display: none;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.alumni-box{
	margin-right: 12%;
}
.alumni-link{    
    color: #efbd11;
    display: inline-block;
	padding-top: 19%;
    font-family: 'Bree Serif', serif;
}
.alumni-link-bar{
	display: none; !important

}
.alt-alertbar-text{
	display: none;
}
.alert_bar{
	padding-left: 50px;
	padding-right: 50px;
}
.carousel-card{
	height: 276px;
}
/*this is code added to make the links to the buttons appead*/
#maincontent div div div.col-sm-7.col-md-8, #maincontent .container .row .col-sm-9, #maincontent .container .row .col-sm-3, #maincontent.content .container .row .col-sm-12 {
    margin-top: 75px;
}
.searchForm{
	 margin-left: 150%;
}
.searchForm {
    position: relative;
    left: 50%;
    transform: translate(-100%,-50%);
    transition: all 1s;
    width: 250px;
    height: 30px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 0px;
    padding-right: 2px;
    margin-top: 20px;
}
	.acad_calendar {
    -webkit-transform: scale(0.75);
    -moz-transform-scale(0.75): ;
    transform: scale(.45);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 1500px;
}
.logo a {
    width: 320px;
    height: 80px;
    background-size: 300px 49px;
    margin: 20px 0 0;
}
.social-feed-wrapper {
    float: right;
	left: 50px;
}
.stream li .inner {
    width: 60px;
    height: 60px;
}
.siteSearch .form-text {
    width: 250px;
    padding: .1em 15px .1em 5px;
}



.siteSearch {

    top: 25px;
    right: 75%;
}
video {
	width: 100%;
}
.siteSearch .form-submit {
	top: -5px;
}
.apply {
    width: 61px;
    height: 200px;
    background-size: 61px 200px;
    right: 5px;
}
.carousel-caption {
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
    right: 8%;
    width: 90%;
}
.carousel-caption h3 {
	font-size: 35px;
}

footer .buster-logo {
    display: none;
}
footer .footer-logo {
    float: none;
}
footer .phone {
    text-align: center;
}
footer .footer-address {
    text-align: center;
}
footer > div > div > div:nth-child(3) {
    padding-left: 25px;
}
.flex, .flex > div[class*='col-'] {
    display: block;
}
.auxnav ul.nav.navbar-nav li a {
	font-size: 12px;
	padding-left: 5px;
    padding-right: 5px;
}
.nav-tabs > li > a {
	margin-right: 5px;
	padding: 15px 10px 15px 10px;
}
.auxnav ul.nav.navbar-nav.navbar-right {
	margin-right: 150px;
}
/*Mid-Header Styles- Between Aux Nav and Main Nav*/
.mid-header {
	padding-top: 5px;
}
h1.logo {
    margin: 0;
}
/*Main Navigation Styles*/
.siteNavigation .nav li a {
    padding-left: 14px;
    padding-right: 14px;
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: normal;
}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li {
	margin-bottom: 10px;
}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a {
	font-size: 14px;
	line-height: .9;
}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu {
    font-size: 14px;
	min-height: 320px;
}
.siteNavigation .mainnav-content {
  padding: 40px 30px;
}
.siteNavigation .mainnav-content h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
}
.siteNavigation .mainnav-content .description {
	padding-right: 15px;
}
.siteNavigation .mainnav-content .firstlist {
	padding-left: 15px;
}
.siteNavigation .navbar-nav li a.btn-light-blue {
	font-size: 8px;
	font-weight: 700;
}
/*Buttons*/
#maincontent .btn {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 10px;
	margin: 15px 0;
	width: 100%;
	text-align: left;
	white-space: pre-line;
	line-height: 1.15em;
	vertical-align: middle;
	display: block;
	border: none;
}
#maincontent .btn .fa {
	text-align: left;
	margin-right: 30px;
	display: block;
	float: left;
	width: 8%;
	vertical-align: middle;
	padding-left: 5px;
}
.contactBox{
    height: auto;
}
.schoolInfo{
    display: inline;
}
  .schoolInfo h2{
    margin-left: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .contactBoxBreak{
    display: none;
  }
  	.policy_flex {
		display: flex;
		flex-direction: row;
	}
	.policy_list{
		width: 100%;
		height: 800px;
		overflow: scroll;
		margin-bottom: 10px;
	}
	.policy_button{
		margin: 10px;
		width: 100%;
	}
	.policyBox {
	   border-style: solid;
		border-width: 8px;
		border-color: #462e26;
		background-color: #f2f2f2;
		box-shadow: 4px 4px 2px 8px #ffd24f;
		width: 100%;
		display: none;
	}
	.policy_categories{
		width: 100%;
		padding-right: 0px;
	}
	.flex_buttons{
		display: flex;
		flex-direction: row;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.alumni-link {
	display: inline-block;
    padding-left: 1%;
    padding-top: 8%;
    font-family: 'Bree Serif', serif;
}
.alumni-link-small{
    display: none; !important
}
#sidebar h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
.Meeting-Minutes-Scroll{
		width: 85%;
	}
.employee-connect-flex{
	flex-direction: column;

}
.alt-alertbar-text{
	display: none;
}
.alert_bar{
	padding-left: 50px;
	padding-right: 50px;
}
.carousel-card{
	height: 276px;
}
.acad_calendar {
    -webkit-transform: scale(0.75);
    -moz-transform-scale(0.25): ;
    transform: scale(0.2);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 1500px;
    height: 1500px;
}
.title h3{
	font-size: .8em !important;
}
.searchForm{
	width: 234px;
	
}
.sub-title{
	font-size: .6em !important;
}
	.apply {
    width: 46px;
    height: 150px;
    background-size: 46px 150px;
    right: 5px;
	top: 18px;
}
.hidden-list-item{
	display:block !important;
	text-decoration-color:#FFC60A;
}
.social-feed-wrapper {
    display: none;
}
#social-stream {
    float: none;
}
.siteHeader {
	display: block;
	position: static;
	width: 100%;
	z-index: 200;
	background: #512F2E;
}
.siteNavigation {
	border-top: none;
	}
.nav-tabs > li > a {
	margin-right: 2px;
	padding: 10px 5px 10px 5px;
	}
.nav-tabs li a .fa {
    font-size: 15px;
    padding-right: 5px;
}
.siteNavigation ul.nav.navbar-nav.auxnav {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.siteNavigation ul.nav.navbar-nav.auxnav li {
	float: left;
    width: 45%;
    padding-left: 0;
	}
.auxnav ul.nav.navbar-nav li a {
	font-size: 13px;
	padding-left: 4px;
	padding-right: 4px;
	}
.auxnav ul.nav.navbar-nav.navbar-right {
	font-size: 12px;
	margin-right: 30px;
	}
.siteNavigation .navbar-nav.auxnav li a {
    margin-left: 15px;
}
.alert_bar{

	font-size: large;
}
.siteSearch {

    top: -116px;
    right: -89%;
    z-index: 0;
    width: 0;
}
.siteSearch .container form {
    width: 250px;
    position: absolute;
    top: 130px;
    right: 0;
}
.siteSearch label {
   display: none;
}
video {
    object-fit: contain;
	width: 100%;
}
.siteSearch .form-text {
    width: 250px;
    padding:.2em 20px .2em 10px;
}
.siteSearch .form-submit {
    top: 2px;
    left: 2px;
    margin: 0;
}
.siteSearch .form-submit {
    background: url(../images/icon-search-dark.png) no-repeat 0 0;
    top: 0;
    right: 5px;
	left: inherit;
	position: relative;
}
.siteNavigation ul.nav.navbar-nav.navbar-right {
	margin: 0;
    padding: 10px 0;
    border-top: 2.8px solid #FFC72C;
	}
.siteNavigation ul.nav.navbar-nav.navbar-right li a {
	font-size: 16px;
	color: #ffce07;
    font-weight: bold;
	margin-left: 20px;
	}
/*Mid-Header Styles- Between Aux Nav and Main Nav*/
.mid-header {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100px;
	}
h1.logo {
    margin: 0;
}
/*Main Navigation Styles*/
.siteNavigation .nav {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: none;
	}
.siteNavigation .nav li {
	display: block;
	float: none;
	}
.siteNavigation .nav li a {
	color: #ffffff;
	font-size: .79em;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 500;
	padding-left: 8px;
	padding-right: 8px;
	}
.siteNavigation.open .mainNavigation {
	box-shadow: none !important;
	height: 40px;
	}
.siteNavigation .nav li.dropdown ul.dropdown-menu {
    background-color: #0054a4; 
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */ 
	color: #ffffff;
    box-shadow: none;
	border-radius: 0;
    float: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
	min-width:auto;
	min-height: 0;
	height: auto;
    padding: 5px 0;
	display: block;
    position: relative;
    text-align: left;
    top: 0;
    z-index: 1000;
	border-bottom: none;
}
.siteNavigation .mainNavigation .nav li.dropdown a.dropdown-toggle ul.dropdown-menu li a{
	display: none;
	}
.siteNavigation .nav li.dropdown.quicklinks ul.dropdown-menu.quicklinks-content {
	display: none;
	}
.siteNavigation .nav li.dropdown.quicklinks:hover ul.dropdown-menu {
    display: none; 
}
.siteNavigation .nav li.dropdown.quicklinks.open ul.dropdown-menu.quicklinks-content {
	display: block;
	}
.navbar-nav .open .dropdown-menu.quicklinks-content > li > a, .navbar-nav .open .dropdown-menu.quicklinks-content .dropdown-header {
	padding: 0;
	}
.siteNavigation .nav li.dropdown.quicklinks.open ul.dropdown-menu {
	background-color: transparent;
	margin-left: 10px;
	}
.siteNavigation .nav li.dropdown.quicklinks.open ul.dropdown-menu.quicklinks-content li {
	float: none;
	text-align: left;
	}
.siteNavigation .nav li.dropdown.quicklinks.open ul.dropdown-menu.quicklinks-content li a {
	text-transform: none;
	line-height: 34px;
	font-size: 15px;
	}
.siteNavigation .nav li.dropdown.quicklinks a {
	text-align: left;
	}
/*Sub Items Border*/
.siteNavigation .mainNavigation .nav li.dropdown {
	border-bottom: 1.5px solid #FFC72C;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	}
/*Sub Items Position and Height*/
.siteNavigation .mainNavigation .nav li.dropdown a {
	font-size: 16px;
	}
.siteNavigation .mainNavigation .nav li.dropdown:last-child {
	border-bottom: none;
	}
/*Sub Items Hover hidden*/
.siteNavigation .mainNavigation .nav li.dropdown:hover ul.dropdown-menu {
    display: none; 
}
.siteNavigation .nav li a:focus {
	background-color: transparent;
	}
/*Sub Items hidden until clicked*/
.siteNavigation .mainNavigation .nav li.dropdown ul.dropdown-menu {
    display: none;
}
/*Sub Items shown when open*/
.siteNavigation .mainNavigation .nav li.dropdown.open ul.dropdown-menu {
	display: block;
	background-color: #512F2E;
	padding: 10px 0 15px 10px;
	}
/*Sub Items Open li*/
.siteNavigation .mainNavigation .nav li.dropdown.open ul.dropdown-menu li {
	position: relative;
	}
.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li {
	display:block;
	border-bottom: 1px solid #fff;
	}
.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li:last-child {
	border-bottom: none;
	}
.siteNavigation .mainNavigation .nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a {
	font-size: 15px;
    text-transform: none !important;
    vertical-align: baseline;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
	}
.siteNavigation ul.nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li a {
	font-size: 18px;
	line-height: 1.6;
	color: #fff !important;
	text-transform: none !important;
	padding-left: 0;
	}
.siteNavigation .mainNavigation .nav li.dropdown ul.dropdown-menu li div.mainnav-content ul.list-unstyled li:last-child a {
	margin-bottom: -20px;
	}
.siteNavigation .mainnav-content .three-col {
	-webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-left: 0;
	width: 84%;
	}
.siteNavigation .nav li.dropdown ul.dropdown-menu li .list-unstyled li:after {
	float: none;
    position: absolute;
    right: 0;
    top: 0;
	}
/*Pulls Second List to the left*/
.siteNavigation .mainNavigation .nav li.dropdown.open ul.dropdown-menu li div.mainnav-content  ul.list-unstyled.secondlist li{
	margin-left: -15px;
	}
.siteNavigation .mainnav-content {
  padding: 0;
}
.siteNavigation .nav {
	margin-left: 0;
	}
.siteNavigation .mainnav-content h2 {
	display: none;
	}
.siteNavigation .mainnav-content .description {
	display: none;
	}
.siteNavigation .mainnav-content .firstlist {
	padding-left: 0;
	}
.siteNavigation .nav li a.btn-light-blue {
	background-color: #25a1d8;
	text-transform: none;
	text-align: center;
	margin: 15px 0 0 10px !important;
	padding: 15px;
	min-width: 160px;
	font-size: 16px;
	font-weight: 700;
	}
.siteNavigation .nav li.dropdown a::after {
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 0;
    width: 0;
}
.mainNavigation > ul {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	}
.siteNavigation .mainNavigation {
	display: block;
	}
.siteNavigation .mainNavigation .nav li a {
	margin-left: 0;
	}
.siteNavigation .mainNavigation .nav li {
    position: absolute;
	left: 10px;
}
.siteNavigation .nav li a {
	margin-left: 40px;
	}
.siteNavigation .nav {
	border-top: none;
	border-bottom: none;
	}
.siteNavigation .nav-social {
	margin: 15px 0 15px 10px;
	}
.siteNavigation .nav-social h3.blue {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	}
.siteNavigation .nav-social h3.blue {
	color: #90defa;
	}
.siteNavigation .nav-social a .fa {
	color: #ffffff;
	font-size: 20px;
	margin-right: 15px;
	}
.siteNavigation .nav-social a .fa:hover {
	color: #57cbf5;
	}
.top-yellow-bar {
	background-color: #FFC72C;
	height: 40px;
	padding-bottom: 0px;
	/*height: 30px;
	padding-bottom: 3px;*/
}
a.menuToggle {
    color: transparent;
    text-decoration: none;
}
.menuToggle:after {
    display: block;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.5em;
    line-height: 1.22222em;
    position: absolute;
    top: 7px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 color: #462f26;
}
.logo a {
    margin: 0 0 20px 0;
    background-position: left center;
    width: 240px;
    height: 60px;
    background-size: 225px 36.75px;
}
.siteNavigation {
	border-left: solid 2.5px #FFC72C;
    width: 310px;
    position: absolute;
    top: 0;
    right: -390px;
    z-index: 10000;
	display:none;
	border-bottom: solid 2.5px #FFC72C;
	box-shadow: -2px 2px 5px #4f4f4f;
	overflow: hidden;
	background: #512F2E;
	height: 510px;
	/*background-image: radial-gradient(circle, #513216 45%, #331a00 100%);
}
	
	&before {
		background-image: radial-gradient(circle, #331a00 45% , #513216 100%);
		z-index: -100;*/
}
.menuClose {
    display: block;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    padding: 1.57143em 55px 1.57143em 15px;
    position: relative;
}
.menuClose:after {
    display: block;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 1.9em;
    line-height: 1.22222em;
    position: absolute;
    top: 17px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menuClose:hover {
		color:#fff;
	}
.siteNavigation.open .mainNavigation .nav li.dropdown a.plus:before {
    display: block;
    width: 25px;
    height: 25px;
    background: #ffc709;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 1.22222em;
	padding-top: 8px;
    color: #414042;
    text-align: center;
}
.siteNavigation.open .mainNavigation .nav li.dropdown a.plus {
	display: block;
    float: right;
}
.siteNavigation.open .mainNavigation .nav li.dropdown.open a.plus:before {
    content: "\f068";
}
.menuClose:active, .menuClose:focus {
	color: #fff;
	}
.video-feature {
    top: 0;
    margin-bottom: 0;
}
/*Slideshow Styles*/
.carousel-caption {
    position: static;
    width: 100%;
    background-color: #512F2E;
	height: 10px;
	}
.carousel-caption h3 {
	font-size: 25px;
	margin-top: 0;
	}
.owl-controls > .owl-nav > .owl-next, .owl-controls > .owl-nav > .owl-prev {
	}
.carousel-caption.right {
    text-align: left;
	}
/*Content Styles*/
.popular {
	text-align: center;	
	}
.popular p {
	color: #fff;
	float: right;
	width: 50%;
	margin-bottom: auto;
}
.sub-footer {
	text-align: center;
	}
footer .buster-logo img {
	display: none;
	}
footer .footer-logo {
    display: none;
}
.footer-logo-mobile {
    display: block;
    margin-right: 40px;
}
.footer-logo-mobile img {
	margin: 20px auto 0;
	}
footer .phone {
    text-align: center;
    font-size: 10px;
}
footer .phone a {
    color: #fec03a;
    font-size: 17px;
    font-weight: bold;
    margin-right: -37px;
}
footer .footer-address {
    text-align: center;
	padding: 0 15px;
}
footer {
	text-align: center;
	background: #512F2E;
	/*background-image: radial-gradient(circle, #734e3f 45%, #512F2E 100%);
}
	
	&before {
		background-image: radial-gradient(circle, #512F2E 45% , #734e3f 100%);
		z-index: -100;*/
	column-count: 2;
	position: absolute;
	margin-bottom: auto;
	margin-top: auto;
}

footer > div > div > div:nth-child(3) {
    padding-left: 15px;
}
.pageTitle {
    font-size: 2.1em;
    line-height: 1.14583em;
}
.breadcrumbs li {
    font-size: 14px;
    line-height: 1em;
}
#maincontent h3 {
	font-size: 20px;
	}
#sidebar {
    margin-top: 35px;
}
#maincontent #sidebar .btn {
	font-size: 14px;
	background-color: #52312d;
	color: #ffffff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
/* 	margin-top: 20px; */
    padding: 12px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
	text-transform:uppercase;
	width: 100%;
	}
#maincontent #sidebar p.visible-xs {
	margin-top: 0;
	}
#maincontent #sidebar .btn:hover {
  color: #333;
  background-color: #e0dad3;
  border-color: #adadad;
}
#maincontent #sidebar .fa.fa-chevron-down {
	display: inline-block;
    float: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
	}
#maincontent img.pull-right.img-responsive {
	width: 50%
	}
#maincontent img.pull-left.img-responsive {
	width: 50%
	}
.contact-box{
    text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 0;
	}
#maincontent img {
	margin-left: auto;
	margin-right: auto;
	}
.feature-box-gray {
	text-align: center;
	}
.flex, .flex > div[class*='col-'] {
    display: block;
}
/*Buttons*/
#maincontent .btn {
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 10px;
	margin: 0px 0;
	width: 100%;
	text-align: left;
	white-space: pre-line;
	line-height: 1.15em;
	vertical-align: middle;
	display: block;
	border: none;
	}
#maincontent .btn .fa {
	text-align: left;
	margin-right: 30px;
	display: block;
	float: left;
	width: 8%;
	vertical-align: middle;
	padding-left: 5px;
	}
#siteNavigation > .visible-xs > ul > li.apply {
	width: auto;
    height: auto;
    background: none;
    text-indent: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: static;
    z-index: 4;
	}
.apply {
	background: none;
	background-color: #FFC72C;
	color: #462f26;
	height: 36px;
	padding-top: 12px;
	padding-right: 5px;
	width: 95px;
	text-indent: 0;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	top: 30px;
	right: 20px;
	text-align: center;
}
.apply:hover {
	color: #462f26;
	text-decoration: none;
	background-color: #fff;
	/*border:1.5px solid #ffc709;*/
	text-align: center;
	}
.stream li .inner {
    width: 80px;
    height: 80px;
    float: none;
    text-align: center;
    display: inline-block;
}
.stream li {
    padding: 0;
    float: none;
    display: inline;
}
.stream {
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.contactBox{
    height: auto;
  }
.schoolInfo{
    display: inline;
  }
.schoolInfo h2{
    margin-left: 20px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
 .contactBoxBreak{
    display: none;
  }

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
.alumni-link{
	display: inline-block;
    padding-left: 1%;
    padding-top: 9%;
    font-family: 'Bree Serif', serif;
}
.alumni-link-small{
    display: none; !important
}

.alt-alertbar-text{
	display: contents;
}
.alert_bar{
	padding-left: 50px;
	padding-right: 50px;
}
.carousel-card{
	height: 144px;
}
.nav-tabs > li > a {
	margin-right: 1px;
	padding: 7px 3px 7px 3px;
	}
.nav-tabs li a .fa {
    font-size: 12px;
    padding-right: 3px;
}
/*Content Styles*/
#maincontent h3 {
	font-size: 18px;
	}
/*Buttons*/
#maincontent .btn {
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 10px;
	margin: 15px 0;
	width: 100%;
	text-align: left;
	white-space: pre-line;
	line-height: 1.15em;
	vertical-align: middle;
	display: block;
	border: none;
	}
#maincontent .btn .fa {
	text-align: left;
	margin-right: 30px;
	display: block;
	float: left;
	width: 8%;
	vertical-align: middle;
	padding-left: 5px;
	}
.logo a {
    margin: 0 0 20px 0;
    background-position: left center;
    width: 240px;
    height: 60px;
    background-size: 225px 36.75px;
}
.siteSearch {

    top: -130px;
	}
.carousel-caption {
    max-height: 20px;
}
.siteSearch .form-text {
    width: 250px;
    padding: .2em 20px .2em 10px;
}
.stream li .inner {
    width: 60px;
    height: 60px;
	}
.contactBox{
	width: 100%;
	height: 600px;
  }
  .schoolInfo{
    display: inline;
  }
	.schoolInfo div{
	left: -15px;
    margin-top: 41px;

}
  .schoolInfo h2{
    margin-left: 42px;
	margin-right: 30px;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .contactBoxBreak{
    display: none;
  }
 video {
    width: 100%;
    object-fit: contain;
}
.video_box{
	width: 100%;
}
.policy_flex {
	display: flex;
	flex-direction: column;
}
.policy_list{
	width: 100%;
    height: 800px;
    overflow: scroll;
    margin-bottom: 10px;
}
.policy_button{
	margin: 10px;
	width: 100%;
}
.policyBox {
   border-style: solid;
    border-width: 8px;
    border-color: #462e26;
    background-color: #f2f2f2;
    box-shadow: 4px 4px 2px 8px #ffd24f;
    width: 100%;
	display: none;
}
.policy_categories{
	width: 100%;
	padding-right: 0px;
}
.flex_buttons{
	display: flex;
	flex-direction: column;
}
}
}
