/* Bootstrap Stepper CSS */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
/* ***************************** */
/* Included Google Font API's */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
/*------------- Navigation Bar --------------------------------*/
#nav_wrap{
	background:#2a2d30 top center no-repeat; color: #9d9d9d;
	font-family: 'Arvo', Helvetica, sans-serif;
	}
	
#nav_wrap b{ color:white;}	

.navbar{
	background:#2a2d30 top center no-repeat; 
	border:none; margin-bottom:0px;
	padding: 10px 0px;
	font-family: 'Arvo', Helvetica, sans-serif;
	 }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #212121;
    border-radius: 5px;
}

ul.nav_bottom a{ color:#9d9d9d; text-decoration: none; }
ul.nav_bottom a:hover{ color:#fff; text-decoration: none; }

.glyph-24{ font-size:24px; padding-right:10px;}

.col_main{ padding: 10px 0px; min-height: 400px; }

/*------------- Body --------------------------------*/
/*Dashboard Panel*/
.dash_box{ padding: 5px; }
.dash_box .panel-default{	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.dash_box .panel-default>.panel-heading {
	font-weight: bold;
	background-color: #fff; color: #9d9d9d;
    border-color: #fff;
    }
.dash_box .panel-body{ min-height: 150px;}
/*---------------------------------------------------*/
/*Course List Accordion */
#accordion .panel-heading a{font-size:14px; color:#337ab7;font-weight:bold;}

fieldset{ padding-left: 15px; padding-right:15px; padding-bottom:10px;}
fieldset a{color:#333;}

legend{
	border-bottom: 0px;
	padding-left: 10px;
	font-size: 18px;
}
/*---------------------------------------------------*/
/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*---------------------------------------------------*/
.btn-job{
  -webkit-font-smoothing: antialiased;	
  background: #0288D1;
  margin: 5px 5px 0px 0px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  text-align:center; color: #fff;
}

.btn-job:hover{ background: #01579B; color: #fff;}

#numberCircle{
margin: 0px auto;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    width: 125px;
    height: 125px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;	
}
/*--------------------------------------------------------*/
/*Main Page - Landing Page								  */
.masthead {
    height: 100vh;
    padding: 0;
}

.masthead {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 35rem;
    padding: 15rem 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(22,22,22,.3)),color-stop(75%,rgba(22,22,22,.7)),to(#161616)),url(../img/bg-masthead.jpg);
    background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../Images/index_img1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.text-center {text-align: center!important;}

/*------------- Events --------------------------*/
.s_event_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 20px;
}

.s_event_list_item > time, .s_event_list_item > img {
    -webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 120px;
    min-width: 120px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.s_event_list_item > time { max-width: 120px; }
.s_event_list_item > time {
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.bg-delta{
    background-color: #286090;
    color: #ffffff;
}
.bg-white {
    background-color: #ffffff !important;
    color: #555555;
}
.s_event_list_item > time .s_event_list_day {
    font-size: 50px;
    padding-top: 10px;
}
.s_event_list_item > time .s_event_list_day, .s_event_list_item > time .s_event_list_month, .s_event_list_item > time .s_event_list_time {
    display: block;
    line-height: 1;
}
.s_event_list_item > time div { display: none;}
.s_event_list_item > time .s_event_list_month { font-size: 30px;}
.s_event_list_item > time .s_event_list_time {
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 10px;
}
.s_event_list_item > .s_event_list_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
	min-height: 120px;
    padding-right: 0px;
    text-align: left;
}
.s_event_list_item > .s_event_list_info {
    padding-top: 5px;
    text-align: center;
}
.s_event_list_item > .s_event_list_info > .s_event_list_title, .s_event_list_item > .s_event_list_info .s_event_list_desc {
    padding: 0px 10px;
}
.s_event_list_item > .s_event_list_info > .s_event_list_title {
    font-size: 14px;
    font-weight: 300;
    margin: 8px 0 0;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.1em;
    max-height: 4.1em;
    line-height: 1.1em;
    text-transform: uppercase;
}
.s_event_list_item > .s_event_list_info > .s_event_list_desc {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin: 8px 0 0;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.2em;
    line-height: 1.1em;
}
.s_event_list_item > .s_event_list_info > ul {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 40px;
}
.s_event_list_item > .s_event_list_info > ul { margin-top: 10px; }
.s_event_list_item > .s_event_list_info > ul, .s_event_list_item > .s_event_list_social > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.s_event_list_item > .s_event_list_info > ul > li {width: 50%;}
.s_event_list_item > .s_event_list_info > ul > li, .s_event_list_item > .s_event_list_social > ul > li {
    float: left;
    color: #343a40;
    font-size: 11px;
    font-weight: 300;
}
.s_event_list_item > .s_event_list_info > ul > li > a {
    display: block;
    width: 100%;
    color: #343a40;
    text-decoration: none;
}
.s_event_list_item > .s_event_list_info > ul > li > a, .s_event_list_item > .s_event_list_social > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #286090;
}
.s_event_list_item > .s_event_list_social {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    width: 40px;
}