/*   
 * Template Name: College Green - Responsive Website Template for Education & Training
 * Version: 1.5
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  /* font-size: 1.3em; */
   font-size: 12pt;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner_back {
    background: url(../img/bannerback.jpg) no-repeat;
}

.small, small {
    font-size: 70%;
}

footer hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #646464;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -515px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 515px;
  /* must be the same height as footer */
}
.footer {
	font-sixe: .8em;
  height: 515px;
  /* must be the same height as footer */
}

.wrapper .row {
  /* padding-bottom: 0px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'open sans', arial, sans-serif; */
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  
}
h1 {
	font-family: 'breuer_textmedium';
	
}
h2 {
	font-family: 'breuer_textbold';
	
}
h3 {
	font-family: 'breuer_textregular';
	
}
h4 {
	font-family: 'breuer_textbold';
		
}
 h5 {
	font-family: 'open sans', arial, sans-serif;
	
}
h6 {
	font-family: 'open sans', arial, sans-serif;
	
		
} 
h1.page-title {
	
/* 	margin-top: 15px;
	margin-bottom: 15px; */
}

p {
  color: #000;
  
}
a {
  color: #0033a0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  cursor:pointer;
}
a:hover {
  text-decoration: none;
  color: #0033a0;
}
a:focus {
  text-decoration: none;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

/* .btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
} */
.btn .fa {
/*   color: #fff; */
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #0033a0;
  border: 1px solid #003464;
  color: #fff;
}
.btn-theme:hover {
  background: #003464;
  border: 1px solid #003464;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #c4d600;
  color: #000;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* border: 1px solid #003464; */
  /* font-family: 'open sans', arial, sans-serif; */
}
a.btn-cta:hover,
.btn-cta:hover {
  background-color: #C4D600;
    border-color: #C4D600;
	color: #fff;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}

a.btn-cta .fa:hover,
.btn-cta .fa:hover {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #0033a0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  /* line-height: 1.5; */
}

blockquote {
  margin: 1.5em 0 1.5em;
  padding: 0 1em 0 2.5em;
  position:relative;
}
blockquote:before
 {
  color: #ececf2;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.3em;
  line-height: 0.1em;
}

blockquote:after
 {
   color: #ececf2;
  content: "\201D";
  font-size: 5em;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
}



.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #2f3446;
}
.highlight-border {
  border-color: #0033a0;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #0033a0;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #003464;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #ececf2;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #0033a0;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  /* font-family: 'open sans', arial, sans-serif; */
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0033a0;
  border-color: #0033a0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ececf2;
  border-color: #75787B;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.cpanel {
  
  border-bottom:3px solid #ececf2;
  padding-bottom: 10px;
  margin-bottom: 5px;
  
}

.cp-panel {
  float: left; 
  margin-top: 5px;
  width: 100%;
  /* border-bottom:1px solid #ececf2;
  padding-bottom: 10px; */
  
}
.tab-content {
  border: 1px solid #ececf2;
  padding: 15px;
  /* margin-bottom: 20px; */
}
.nav > li > a {
  /* font-size: .8em; */
  font-size: 14px;
}

#sidebar .nav > li > a {
  /* font-size: .8em; */
  /* font-size: 1em; */
cursor: pointer;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
 .nav-tabs > li > a {
  border-bottom: 1px solid #ececf2;
  background: #fff;
  padding: 10px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
} 

 /* .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ececf2;
}  */
 
/* .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ececf2;
}   */
 
.nav-tabs > li {
  margin-right: 0px;
}

 /* .nav-stacked>li>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ececf2;
    border-radius: 4px 4px 0 0;
}  */
.nav-tabs > li.active {
  
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li:hover, .nav-tabs > li.active:hover {
  background-color: #75787B;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
}

.dropdown-menu>li>a:hover {
 background-color: #637f99;
}

.nav-stacked > li.active {
  
  background-color: #637f99;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #ececf2;
	background-color: #637f99;
	font-weight: 700;
    color: black;
} 

 .nav-stacked > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececf2;
  border-top: 0;
  background-color: #fff;
} 

 .nav-stacked>li.active>a, .nav-stacked>li.active>a:focus, .nav-stacked>li.active>a:hover {
	border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #ececf2;
	cursor: pointer;
} 

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #637f99;
    outline: 0;
    padding: 10px 20px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

.dropdown-menu .menu-link {
	/* padding: 5px; */
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.nav-tabs .dropdown-menu li a {
    white-space: normal;
}

.nav-tabs .dropdown-menu li {
    border-bottom: 1px solid #ececf2;
}

.nav-tabs .dropdown-menu li:last-child {
    border-bottom: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color:#000;
    background-color: #637f99;
    border-color: #637f99;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #ececf2;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #acb3c8;
  color: #434b65;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #ececf2;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #0033a0;
  color: #fff;
}

.table-borderless > tbody > tr > td {
	border: none;
}

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #0033a0;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  /* font-size: 13px; */
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #75787b;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #0033a0;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #0033a0;
  border-color: #0033a0;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #0033a0;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #0033a0;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  /* font-family: 'open sans', arial, sans-serif; */
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #0033a0;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #ececf2;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #ececf2;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #0033a0;
}

.box.box-theme {
  background: #0033a0;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.header .social-icons {
  list-style: none;
  padding: 15px 0;
  margin-bottom: 0;
  margin-left: 15px;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #9da4be;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #0033a0;
}
.social-icons a .fa {
  color: #000;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
  background: #2b2b2b;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #fff;
}
.header .social-icons a:hover {
  background: #0033a0;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(0, 0, 0, 0.6);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 0;
}

.header .blueback {
  background: #0033a0;
  
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  /* font-family: 'open sans', arial, sans-serif; */
  color: #fff;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #fff;
}
.header .menu-top li a {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #fff;
}
.header .contact {
  font-size: 20px;
  /* font-family: 'open sans', arial, sans-serif; */
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #75787b;
}
.header .contact .fa {
  color: #0033a0;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #ececf2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #0033a0;
}

.header .navbar {
    
    margin-bottom: -10px;
    
}

.header .navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.contact-info >li>a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}

.header .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.header .navbar-nav>li .btn-success  {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    color: #000 !important;
    margin-right: 0px;
}

.header .navbar-nav>li .btn-success:hover {
	background-color: #C4D600;
    border-color: #C4D600;
	color: #fff;
	
}

.btn-success, .btn-success a {
    color: #000;
    background-color: #c4d600;
    border-color: #c4d600;
}

.btn-success:hover {
    color: #fff;
    background-color: #c4d600;
    border-color: #c4d600;
}

.navbar-toggle {
    /* position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; */
}

.header .nav .nav-item.open a {
  background: #fff;
  color: #000;
}

.header .nav .nav-item.open li a:hover {
  background: #003464;
  color: #fff;
}

.info .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.main-nav {
  background: #c4d600;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  
}

#buttons{
			width: 100%;
			margin: 0 auto;
			z-index: 1049;
		}

.main-nav button {
  background: #2f3446;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 25px;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  padding: 15;
  
}
.main-nav .nav .nav-item {
  font-weight: 600;
  vertical-align: middle;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  /* font-family: 'open sans', arial, sans-serif; */
  z-index: 100;
}

.main-nav .nav .nav-item p {
  font-weight: 400;
  vertical-align: middle;
  /* letter-spacing: 2px; */
  /* font-family: 'open sans', arial, sans-serif; */
  /* z-index: 100; */
}

.main-nav .menu-links .nav-item a {
	padding: 15px;
}

.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}

.main-nav .nav .nav-item a {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#contact-info .nav .give .nav-item a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.main-nav .menu-links .nav-item a:hover {
  background: #003464;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #586283;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  /* font-size: 12px; */
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a, .main-nav .nav .give.open a {
  background: #003464;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu, .main-nav .nav .give .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #003464;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #0033a0;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.main-nav .nav .apply-link a {
  background: #003464;
  color: #fff;
}

#contact-info {
	position: relative;
	float: right;
	top: 0px;
	margin-top: -80px;
}
/* ======= Footer ======= */
.footer {
  background: #444;
  color: #fff;
}
.footer p {
  color: #ececf2;
}
.footer ul.social-icons {
  margin-left:auto;
  margin-right:auto;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 30px 0;
  /* font-size: 12px; */
  min-height: 200px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  /* margin-right: 10px; */
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 14px; 
}
.footer .footer-content .footer-col a {
  color: #fff;
}
.footer .footer-content .footer-col a.btn {
  color: #000;
}

.footer .footer-content .footer-col a.btn:hover {
	color: #fff;
}

.footer .footer-content .footer-col a:hover {
  color: #000;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #ececf2;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #ececf2;
  line-height: 3;
}

.footer .bottom-bar .copyright a {
	color: #fff;
}

.footer .bottom-bar .copyright a:hover {
  color: #0033a0;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: none;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #0033a0;
}

.footer .btn-success  {
    /* padding-top: 5px;
    padding-bottom: 5px; */
    color: #000;
}

.footer .btn-success:hover {
	background-color: #757f2e;
    border-color: #5b6324;
	color: #fff;
	
}
.footer .social-icons a {
    background: #fff;
}
.footer .social-icons li.row-end {
  margin-right: 0;
}
.footer .social-icons a {
  background: #fff;
}
.footer .social-icons a:hover {
  background: #0033a0;
}
.footer .social-icons a:hover .fa {
  color: #fff;
}
.footer .social-icons a .fa {
  color: rgba(0, 0, 0, 0.6);
}
.footer .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.footer .social-icons {
    list-style: none;
    /* padding: 10px 10px; */
    margin-bottom: 0;
    margin-left: 15px;
}

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #0033a0;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #0033a0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  /* font-family: 'open sans', arial, sans-serif; */
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #0033a0;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #ececf2;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #0033a0;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #434b65;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #0033a0;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #acb3c8;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #0033a0;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #75787b;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #0033a0;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #ececf2;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #ececf2;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #ececf2;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #ececf2;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #ececf2;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ececf2;
  -moz-box-shadow: 0px 0px 5px 0px #ececf2;
  box-shadow: 0px 0px 5px 0px #ececf2;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #ececf2;
  -moz-box-shadow: 0px 0px 5px 0px #ececf2;
  box-shadow: 0px 0px 5px 0px #ececf2;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #ececf2;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #0033a0;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #75787b;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #0033a0;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #0033a0;
  font-weight: bold;
  border-left: 5px solid #0033a0;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #0033a0;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 400px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #0033a0;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #0033a0;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #75787b;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #75787b;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #0033a0;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h2.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #394056;
}

.home-page h2.entry-title, .home-page h2.entry-title a {
  font-size: 22px;
  font-weight: 300;
  /* line-height: 2; */
  /* margin-top: 0; */
  color: #394056;
}
.home-page h2.section-heading .line {
  /* border-top: 2px solid #0033a0; */
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  /* background: #ececf2; */
  /* overflow: hidden;
  margin-bottom: 30px; */
}

.home-page section.promo {
  /* background: #ececf2; */
   overflow: hidden;
   position: absolute;
   bottom: 0px;
   left: 0;
   right: 0;
   
}


.home-page section.news {
  /* border-top: 2px solid #0033a0; */
  overflow: hidden;
  /* margin-bottom: 30px; */
  /* background: #ececf2; */
}

.home-page section.schedules {
	border-top: 2px solid #0033a0;
  overflow: hidden;
  margin-bottom: 30px;
}

.home-page section.course-finder {
	border-top: 2px solid #0033a0;
  overflow: hidden;
  margin-bottom: 30px;
}

.home-page section.awards {
  overflow: hidden;
  /* margin-bottom: 30px; */
}

.home-page section.events{
  /* background: #ececf2; */
  /* border-top: 2px solid #0033a0; */
  overflow: hidden;
  margin-bottom: 0px;
}

/* .news h2.section-heading {
	margin-left: 10px;
} */
.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #0033a0;
}
.home-page .promo {
	display:none;
  position: relative;
  margin-bottom: 0px;
  bottom: 0;
}
.home-page .promo h2.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #75787b;
}
.home-page .promo .btn-cta {
  /* font-size: 20px; */
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  display:none;
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #75787b;
}
.home-page .news h2.title a:hover {
  color: #434b65;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}

.home-page .events {
  display: none;
  background: transparent;
  position: relative;
}

.home-page .ac-alert {
  display: none;
  background: transparent;
  position: relative;
}

/* .home-page .events .section-content {
max-height: 542px;
overflow-y: auto;
} */

.calendar-content {
height: 420px;
max-height: 420px;
overflow-y: auto;

}

.home-page .events .event-item {
  position: relative;
  /* padding-left: 55px;
  border-bottom: 1px solid #ececf2;
  padding-bottom: 10px; */
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #000;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #000;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
	display: none;
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links {
	display:none;
}

.home-page .links .fa {
  margin-right: 5px;
}
.home-page .events {
  display: none;
  position: relative;
}

.home-page .ac-alert {
display: none;
  background: transparent;
  position: relative;
}
.home-page .links {
  display: none;
  position: relative;
}

.home-page .testimonials {
  display: none; 
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #0033a0;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #0033a0;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .ac_divider {
   display: none; 
  /* background: #fff; */
}

.footer .ac_divider {
   display: block; 
  /* background: #fff; */
}

.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #ececf2;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  display: none;
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #ececf2;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.path_border_stem {
	border-top: 4px solid #72d54a; 
	border-left: 2px solid #72d54a; 
	border-right: 2px solid #72d54a; 
	/* border-bottom: 2px solid #72d54a; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_public {
	border-top: 4px solid #ef6827; 
	border-left: 2px solid #ef6827; 
	border-right: 2px solid #ef6827; 
	/* border-bottom: 2px solid #ef6827; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_business {
	border-top: 4px solid #42738d; 
	border-left: 2px solid #42738d; 
	border-right: 2px solid #42738d; 
	/* border-bottom: 2px solid #42738d; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_liberal {
	border-top: 4px solid #f49686; 
	border-left: 2px solid #f49686; 
	border-right: 2px solid #f49686; 
	/* border-bottom: 2px solid #f49686; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_creative {
	border-top: 4px solid #ffc843; 
	border-left: 2px solid #ffc843; 
	border-right: 2px solid #ffc843; 
	/* border-bottom: 2px solid #ffc843; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_health {
	border-top: 4px solid #00a1a3; 
	border-left: 2px solid #00a1a3; 
	border-right: 2px solid #00a1a3; 
	/* border-bottom: 2px solid #00a1a3; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_education {
	border-top: 4px solid #7e6990; 
	border-left: 2px solid #7e6990; 
	border-right: 2px solid #7e6990; 
	/* border-bottom: 2px solid #7e6990; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_industry {
	border-top: 4px solid #faa41e; 
	border-left: 2px solid #faa41e; 
	border-right: 2px solid #faa41e; 
	/* border-bottom: 2px solid #faa41e; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_cis {
	border-top: 4px solid #00bcdd; 
	border-left: 2px solid #00bcdd; 
	border-right: 2px solid #00bcdd; 
	/* border-bottom: 2px solid #00bcdd; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.path_border_all {
	border-top: 4px solid #4b4c4c; 
	border-left: 2px solid #4b4c4c; 
	border-right: 2px solid #4b4c4c; 
	/* border-bottom: 2px solid #4b4c4c; */
	border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 8px;
}

.community {
	padding-bottom: 75px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  
  h1.page-title {
/* 	margin-top: 15px;
	margin-bottom: 15px; */
	font-size: 24px;
	text-align: center;
}

.main-nav {
    background: #f8f8f8;
    /* margin-left: 0px; */
    /* margin-right: 0px; */
    width: 100%;
}
  
  /* .pull-right,
  .pull-left {
    float: none !important;
  } */
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 22px;
}
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
  .header .menu-top li a {
    display: block;
    color: #000;
    padding: 0px 10px;
}
.main-nav #contact-info .nav .give a {
  
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.main-nav .nav .nav-item.open a, .main-nav .nav .give.open a {
  background: #fff;
  color: #000;
}
.main-nav .nav .nav-item .dropdown-menu, .main-nav .nav .give .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}

.header .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

#contact-info {
	
	
	top: 0px;
	/* display: inline-block; */
	margin-right: 20px;
	margin-top: 20px;
	/* z-index: 9999999; */
}

.main-nav .nav .nav-item.dropdown {
    border-top: 2px solid #000;
}

.main-nav .nav .nav-item .dropdown-menu .grid-demo li a {
    display: block;
    /* line-height: 3.5em; */
    background: transparent;
    padding-left: 0px;
    border-top: 2px solid #8c8c8c;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0px;
    color: #00509a;
    
}


 /* ul .list-unstyled li:last-child { 
	border-bottom:none; 
	}  */
	
.top-menu {
	float: right;
}

.hide-legend {
	display: none;
}

.radio-custom-label {
	width: 100%;
}

.col-xs-12 {
    
    padding-right: 0px;
    padding-left: 0px;
  }

.all {
	background: #4b4c4c;
	color: #fff;
	width: 100%;
	padding: 15px;
}

.all h3:before {
    content: "All Programs";
    cursor: pointer;
}


.stem-path {
	background: #72d54a;
	color: #fff;
	padding: 15px;
}

.stem-path h3:before {
    content: "STEM Pathway";
    cursor: pointer;
}

.public-path {
	background: #f16924;
	color: #fff;
	width: 100%;
	padding: 15px;
}

.public-path h3:before {
    content: "Public Service Pathway";
    cursor: pointer;
}

.business-path {
	background: #42738d;
	color: #fff;
	width: 100%;
	padding: 15px;
}

.business-path h3:before {
    content: "Business & Industry Pathway";
    cursor: pointer;
}

.arts-path {
	background: #ffc843;
	color: #fff;
	width: 100%;
	padding: 15px;
}

.arts-path h3:before {
    content: "Arts & Humanities Pathway";
    cursor: pointer;
}

.pathway-upper {
	background: #eeeeee;
	padding-bottom: 0px;
}

h2.program-content {
	font-size: 50px;
}

.path_border {
	border: none;
}

.path_border_stem {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.path_border_public {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.path_border_business {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.path_border_arts {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.path_border_all {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.content {
	
	padding-left: 0px;
    padding-right: 0px;

}

#heading_path_all {
	background: #4b4c4c;
	color: #fff;
}

#heading_path_all a {
	color: #fff;
}

#heading_path_stem {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/STEM-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_stem a {
	color: #fff;
}

#heading_path_public {
	background: display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/PublicService-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_public a {
	color: #fff;
}

#heading_path_business {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/Business-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#heading_path_business a {
	color: #fff;
}

#heading_path_creative {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/CreativeArts-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}


#heading_path_creative a {
	color: #fff;
}

#heading_path_liberal {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/LiberalArts-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_liberal a {
	color: #fff;
}

#heading_path_education {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/Education-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_education a {
	color: #fff;
}

#heading_path_industry {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/Industry-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_industry a {
	color: #fff;
}

#heading_path_cis {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/CIS-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_cis a {
	color: #fff;
}

#heading_path_health {
	display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/community-banners/HealthServices-Mobile.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
	border-bottom: 5px solid #fff;
}

#heading_path_health a {
	color: #fff;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel {
    border: none; 
}

.menu-back {
padding-top: 20px;  
background: transparent;
}

.col-sm-9 {
	position: inherit;
}


}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  
  
  .arrow {
  display: none;
  } 

.btn-stem {
	color: #fff;
    background-color: #72d54a;
    /* border-color: #5d6626; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #72d54a;
}

.btn-public {
	color: #fff;
    background-color: #ef6827;
    /* border-color: #662c0f; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ef6827;
}

.btn-business {
	color: #fff;
    background-color: #42738d;
    /* border-color: #033867; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #42738d;
}

.btn-liberal {
	color: #fff;
    background-color: #f49686;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #f49686;
}

.btn-creative {
	color: #fff;
    background-color: #ffc843;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ffc843;
}

.btn-health {
	color: #fff;
    background-color: #00a1a3;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #00a1a3;;
}

.btn-education {
	color: #fff;
    background-color: #7e6990;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #7e6990;
}

.btn-industry {
	color: #fff;
    background-color: #faa41e;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #faa41e;
}

.btn-cis {
	color: #fff;
    background-color: #00bcdd;
    /* border-color: #66430a; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #00bcdd;
}

.btn-all {
	color: #fff;
    background-color: #75787b;
    /* border-color: #2d2d2d; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #75787b;
}


.pathway-upper {
	/* background: #eeeeee; */
	padding-bottom: 0px;
}

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 335px;
  }
  /* .home-page .events .section-content {
    min-height: 520px;
  } */
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    /* font-size: 13px; */
  }
  .wrapper {
    /* min-height: 100%; */
    margin-bottom: -515px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 515px;
    /* must be the same height as footer */
  }
  .footer {
    height: 515px;
    /* must be the same height as footer */
  }
  .navbar-default {
	border: none;
	background: transparent;
	box-shadow: none;
}

h1.page-title {
/* 	margin-top: 15px;
	margin-bottom: 15px; */
	
	padding-top: 25px;
}

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .home-page .course-finder, .home-page .instagram, .home-page .ac-alert {
   display: none;
   }
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}

.btn-primary {
	background :#0033a0;
}

.month a, .month a:visited {
	color: #fff;
}

 /* .news .blog_box {
    position: relative;
    max-height: 260px;
    height: 260px;
} */


.bottomright {position:relative; bottom:0;  margin-bottom:7px; margin:7px; right: 0;}

.slogan {
	
	margin-top: 5px;}
	
	
.get-started.row {
	padding-bottom:0;
	margin-bottom:0;
}

.block-testimonial {
	min-height: 195px;
	max-height: 195px;
}

.well-white {
	background: #fff;
}

.bannerback {
/* 	background: url('../images/bigbanner.jpg'); */
}

.cluster {
	position: relative;
	height: 87px;
}

.admin-icons {
	/* position: absolute; */
	bottom: 0;
	right: 0;
	display: inline-block;
	z-index: 1040;
/* 	 background:rgba(0,0,0,0.5);
	 padding: 5px 5px 5px 5px ; */
	float: right;
	text-align: right;
	width: 100%;
}

.admin-icons .btn {
margin-bottom: 0px;
}

.sidebar-nav .navbar-brand .btn-default {
	display: inline-block;
    padding: 0 0 0 0;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #000;
}

 .navbar-header .navbar-brand button {
	display: inline-block;
    padding: 0 0 0 0;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #000;
} 

.navbar-brand {
    float: left;
    height: auto; 
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.btn-black {
	color: #000;
}

.alert-stem {
  color: #626c27;
  background-color: #bfd34d;
  border-color: #adbf46;
}

.alert-public {
  color: #672b0e;
  background-color: #f36621;
  border-color: #9b4115;
}

.alert-business {
  color: #022f58;
  background-color: #045197;
  border-color: #034682;
}

.alert-arts {
  color: #66420b;
  background-color: #faa21a;
  border-color: #8b5a0e;
}


.vcenter {
    display: block;
    vertical-align: middle;
    float: none;
    
}

.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.profile-card {
    background-color: #222222;
  margin-bottom: 20px;
			
		}
		
.profile-pic {
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 100px;
  -webkit-transition: all 0.4s;
		  transition: all 0.4s;
				}

				
.profile-info {
		color: #BDBDBD;
		padding: 25px;
	    position: relative;
	    margin-top: 15px;
				}
		
.profile-info h2 {
	color: #ececf2;
    letter-spacing: 4px;
	  padding-bottom: 12px;
				}
				
.profile-info span {
	display: block;
    font-size: 12px;
    color: #4CB493;
	letter-spacing: 2px;
			}

.profile-info a {
	 color: #4CB493;
		}
.profile-info i {
	    padding: 15px 35px 0px 35px;
		}
		

.profile-card:hover .profile-pic {
	
	transform: scale(1.1);
		}

.profile-card:hover .profile-info hr  {
	opacity: 1;
		}
		
		
		
		
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 52%;
  right: 52%;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 50%;
  height: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.profile-card:hover .hvr-underline-from-center:before, .profile-card:focus .hvr-underline-from-center:before, .profile-card:active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
  height: 1px;
  background: #CECECE;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; 
}

 .card-title{
 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
      transition: .5s;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.card-title:hover {
	
	background: #ececf2;
	/* height: 200px; */
	
}

.card-block .btn {
	margin-bottom: 0px;
} 

/* p.readmore {
     position: absolute;
    bottom: 0;
    width: 100%; 
   
  } */
  
  select.multiselect + .btn-group .dropdown-toggle, select.multiselect ~ .btn-group .dropdown-toggle {
    display: block;
    width: 90%;
    overflow: hidden;
}
select.multiselect + .btn-group .dropdown-toggle, select.multiselect + .btn-group ul.dropdown-menu, select.multiselect ~ .btn-group .dropdown-toggle, select.multiselect ~ .btn-group ul.dropdown-menu {
    width: 100% !important;
    margin-bottom: 0;
    padding-right: 0;
    text-align: left;
    border: 2px solid #d7d8d8;
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #ececf2;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
/* .btn {
    font-family: "news_gothic_fsdemibold", "Trade Gothic Pro Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 0px;
    white-space: normal;
} */

h4.stem a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.liberal a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b; 
	/* background: #F9A31E; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.public a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #F16724; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.business a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #fff; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.creative a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.health a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.education a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.industry a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

h4.cis a {
	/* font-family: 'open sans', arial, sans-serif; */
	font-size: .8em;
	border-top: 3px solid #75787b;
	/* background: #c4d600; */
	display: block;
	padding:5px;
	margin-top: 0px;
	color: #000;
}

.panel-heading {
    cursor: pointer;
}

.panel-heading .all-paths {
    cursor: pointer;
}

/* div.btn-group {
    margin: 0 auto;
    width: inherit;
    display: inline-block;
}

.path-icon label > input{ HIDE RADIO
  visibility: hidden; Makes input not-clickable
  position: absolute; Remove input from document flow
}
label > input + img{ IMAGE STYLES
  cursor:pointer;
  
}
label > input:checked + img{ (RADIO CHECKED) IMAGE STYLES
  color: #0033a0;
} */

#program-content {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.panel-info>.panel-heading {
	color: #0033a0;
}

.panel-info {
    border-color: #0033a0;
}
.giveup {
  color: #fff;
  padding: .5em;
}

.giveup_separator {
  color: #fff;
  padding: .5em;
  margin-top: 5px;
}

.giveup>li>a {
    position: relative;
    display: block;
    padding: 0px 0px;
}
iframe {
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: none;
}


.searchpad {
	margin-right: 0px;
}

.twitter { 
	max-height:390px; 
	background:#fff; 
	
	}
.nopad {
	margin-top: 50px;
}	

.ac_divider {
	padding-top:60px;
	padding-bottom:60px;
}

/* .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
} */

.chat-flyout {
    position: fixed;
    z-index: 9999;
    top: 35%;
    right: 0;
    margin: 0;
    height: auto;
    width: auto;
    cursor: pointer;
}

.lefty {
	padding-left: 0px;
	
}

h4.card-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}



/* .path-icon .radio-inline {
    position: relative;
    display: inline-block;
    
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
} */

.path-icon h1, .path-icon h2, .path-icon h3, .path-icon h4, .path-icon h5, .path-icon h6 {
    /* font-family: 'open sans', arial, sans-serif; */
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.path-icon small {
	color: #fff;
}

.path-icon h3 {
	font-size: 1.2em;
}

#four {
    width: inherit;
    margin: 0;
    float: right;
}

.legend{
	padding-top: 25px;
	padding-bottom: 25px;
}

.legend .col-sm-3, .legend .col-sm-4 {
	padding-right: 0px;
    padding-left: 0px;
} 

.bannerback {
    background: url(../images/BLUE-Community-Page-Header-BKG-305px.jpg);
    background-repeat: repeat-x;
}

.img-padding-left {
	padding-left: 25px;
}

.img-padding-right {
	padding-right: 25px;
}

.mobile-title {
	/* color:#fff; 
	text-align: center;  */
	/* width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) */
}

.navbar {
    font-weight: 400;
    box-shadow: none;
}

.nav-tabs {
	box-shadow: none;
}

.btn {
    font-size: 0.8rem;
    padding: 0.85rem 1.13rem;
}

.wiffy {
	font-size: 48px;
	color: #fff;
	background: #0033a0;
}