@charset "utf-8";
/* CSS Document */
body{
    background: #fff;
    font-size: 14px;
    margin: 0;
    color:black;
}

a:link{
	text-transform: uppercase;
	font-size:0.9em;
	color:grey;
}

a:visited{
	color:grey;
}

label{
	font-weight: normal;
	font-size:0.8em;
}

.data-layout{
	background-color: white;
	border: 1px solid #fc5000;
	padding: 25px;
}

.data-layout h3{
	font-size:2.5em;
	color:#fc5000;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.data-layout .col-md-3
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 50px;
}

.colBox{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.item-box{
	margin-bottom: 25px;
}

.item-box .col-md-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.item-box img{
	width:100%;
}

.item-box h4{
	font-size:1em;
	margin:0;
	padding: 5px;

	font-style: italic;
	color:#fc5000;
}

.item-box h4 a{
	text-transform: capitalize;
	color:#fc5000;
}

.item-box h3{
	font-size:1em;
	padding: 5px;
	margin:0;
	color:black;
	text-decoration: none;
}

.item-box h5{
	font-size:1em;
	padding: 5px;
	margin:0;
	color:grey;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

.text-welcome{
	font-size:1.4em;
	text-align: center;
	color:black;
}

.text-welcome button{
	margin-top: 30px;
}

.text-welcome h1{
	font-size:1.6em;
	color:#fc5000;
	margin:0px;
	font-weight: normal;
}

.text-welcome h3{
	font-size:1.6em;
	color:#fc5000;
	margin:0px;
	margin-bottom: 30px;
	font-weight: bold;
}

.text-welcome h2{
	font-size:1.6em;
	margin:10px;
	font-weight: bold;
}

.btn_sabcs{
	border-color:#cad75a;
	background-color: #cad75a;
}

.btn{
	border-radius: 0px !important;
}

.form-control{
	border-radius: 0px !important;
}

.buttonsSabcs{
	border-radius: none  !important;
	border: none;
	text-transform: uppercase;
	text-decoration: bold;
	font-size:1em;
	background-color: #cad75a !important; color:white !important;
}

.sabcs-line{
	background-color: #cad75a;
}

.sabcs-menu{
	top: 80px !important;
	height: 30px;
	/*position: absolute;
    bottom: 0;
    right:0;
    font-size:1.2em;
    height: 30px;*/
}
 

.sabcs-header{
	clip-path: polygon(100%% 1%, 100% 0%, 100% 100%, 26% 100%);
	background-image: url('/images/sabcsnews.png');
	background-repeat: no-repeat;
	height:162px;
	width:100%;
	background-color: #fc5000;
	text-align: right;
	color:white;
}

.sabcs-header a:link{
	color:white !important;
}

.sabcs-header a:visited{
	color:white !important;
}

.table-programs table td{
	border: 1px solid #000;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	body{
		
	}
}

.loginHomeForm{
	background-color: #ED662C;
	height:10px !important;
	text-transform: uppercase;
}


.panel{
	background-color: transparent;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent; 
}

.panel-default>.panel-heading a{
    color: orange;
    font-style: italic;
    text-transform: capitalize;
    background-color: transparent; 
    font-size:1.0em;
}

.panel-group .panel-default{
	border-top: 0px solid #ddd !important;
}

.facultyView{
	color:grey;
}

.video-view h4{
	font-size:1.2em;
	color:black;
	margin: 0px;
	margin-bottom: 10px;
}

.video-view h5{
	font-size:1em;
	color:grey;
	margin: 0px;
}

.nav>li>a{
	text-transform: capitalize;
	font-size:0.8em;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: white !important;
	color:#ED662C !important;
}

#video_container{
	border: 1px solid #fc5000 !important;
}

.nav-tabs {
    border-bottom: 1px solid white !important;
}

.nav-tabs>li {
	font-size:1.4em !important;
}

.news_speaker h4{
	padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size:1.4em;
}

.news_speaker_photo{
	width:100%;
	max-width: 240px;
	min-height: 240px;
	max-height: 240px;
	height: auto;
}

.box_speaker{
	border: solid 2px #ED662C;
}

.news_speaker h3{
	padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-top: 5px;
    color:#ED662C;
    font-size:1.0em;
}

.nav-tabs{
	margin-bottom: 25px;
}

.news_speaker h2{
	padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size:1em;
}

.facultyView h6{ 
	position: 
	color:red;
}

.facultyView h3{ 
	
}

.facultyView h4{ 
	color:black;
	font-weight: bold;
	padding: 0px;
    margin: 0px;
    font-size:1.8em;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.facultyView a{
	padding: 10px;
	font-style: italic;
	color:#fc5000 !important;
}

.facultyView h5{ 
	font-style: italic;
	color:#fc5000;
	font-weight: normal;
	padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    font-size:1em;
    text-transform: capitalize;
}

.facultyView img{
	width: 100%;
	height: auto;
}

.newsSpk img{
	width:60px;
}

.newsSpk{
	color:white;
	margin-bottom:45px;
}

.newsSpk h4{
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 0px;
    margin: 0px;
}

.newsSpk h3{
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.facultySpk img{
	width:100%;
}

.facultySpk{
	color:white;
	margin-bottom:45px;
	text-transform: capitalize;
}

.facultySpk .row{
 
}

.facultySpk h4{
	font-weight: normal;
	font-size: 1.4em;
	color:grey;
	padding-top: 10px;
	padding-bottom: 10px;
    margin: 0px;
}

.facultySpk h3{
	font-weight: normal;
	font-size: 0.9em;
	padding: 0px;
    margin: 0px;
    margin-top: 2px;
}

.contentLayer{
	margin-top: 10px; 
	padding-bottom: 25px;
}

.facultyPage img{
	height:120px;
}

.contentLayer span{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.bBiography{
	background-color:  #E2E2E2 !important;
	font-size: 1em;
	text-transform: uppercase;
	width:100%;
	padding:2px;
	color:#D7542B;
	border-color: #D7542B;
}

.button_forms_title{
	background-color: #fc5000 !important;
	padding:7px;
	text-align: center;
	width:100%;
	text-transform: uppercase;
	color:white;
	font-weight: normal;
	border-color: #E2E2E2;
}

.button_new {
	background-color: #fc5000 !important;
	padding:7px;
	text-align: center;
	width:100%;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	border-color: #D7542B;
}

.inputLoginForm a{
	color:white;
}

.inputLoginForm{
	padding: 0px;
}

.inputLoginForm input{ 
	padding: 2px 2px; 
	/*line-height: 28px; */
	height:29px !important;
	font-size: 0.8em;
	text-transform: uppercase;
	border: none;
}

input[type=text]{
  
}

.register_layer_form form .row{
	margin-bottom: 12px;
}

.register_layer_form span{
	font-size:0.7em;
	font-weight: normal;
}

.register_layer_form{
	 
	position: absolute;
	background-color:#D7542B;
	height: 520px;
	width:100%;
	z-index: 100;
	color: white;
}

.register_layer_form img{
	width:100%;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	body{
		/*padding-left:110px;
  		padding-right:110px;*/
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	body{
		/*padding-left:110px;
  		padding-right:110px;*/
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	body{
		
	}
}

/* Portrait phones and smaller #fc5000*/
@media (max-width: 480px) {

	.sabcs-header{
	background-image: url('/images/logo.png') !important;
	background-repeat: no-repeat;
	height:160px;
	width:100%;
	background-color: white;
	text-align: right;
	color:black;
	}

	.data-layout{
		padding: 10px !important;
	}

	.item-box{
	margin-bottom: 5px;
	}

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

	.text-welcome{
	font-size:1em;
	text-align: center;
	color:#fc5000;
	}

	.text-welcome h1{
		font-size:1.2em;
		font-weight: bold;
	}

	.sHeader{
		margin-bottom: 0px !important;
	}

   .sabcs-header a:visited{
   	color:#fc5000 !important;
   }

   .sabcs-header a:link{
   	color:#fc5000 !important;
   }

	.item-box .col-xs-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
	}

	.facultyView img{
		max-width:240px !important;
		max-height: 240px !important !important;
		min-height: 80px !important;
	}

	.item-box img{
		width:100%;
		max-height: 180px;
		min-height: 180px;
		height:auto;
	}

	.item-box h4{
		font-size:1em !important;
		margin:0;
		padding: 5px !important;
		color:#fc5000;
	}

	.item-box h3{
		font-size:1em !important;
		padding: 5px !important;
		margin:0  !important;
		color:black;
		text-decoration: none;
	}

	.item-box h5{
		font-size:1em;
		padding: 5px;
		margin:0;
		color:grey;
		text-decoration: none;
	}
     .data-layout{
     	padding: 5px;
     }

     .data-layout  .col-xs-6{
     	padding: 10px !important;
     }

     

     .data-layout h3{
		font-size:2.5em;
		color:#fc5000;
		text-transform: capitalize;
		margin-bottom: 15px;
	}

	 .data-layout .col-xs-12 .col-md-3{
		margin-bottom: 0px !important;
	}

	.facultyView h4{ 
	color:black;
	font-weight: bold;
	padding: 0px;
    margin: 0px;
    font-size:1.8em;
    margin-bottom: 10px;
    text-transform: capitalize;
	}

	.facultyView a{
		padding: 10px;
		color:#fc5000;
	}

	.facultyView h5{ 
		color:#fc5000;
		font-weight: normal;
		padding: 0px;
	    margin: 0px;
	    margin-bottom: 25px;
	    font-size:1em;
	    text-transform: capitalize;
	}

	.facultyView img{
		width: 100%;
		height: auto;
	}
}

a:link{
	text-transform: uppercase;
	font-size:0.9em;
	color:grey;
}

a:visited{
	color:grey;
}

.view_save_the_date{
	font-size:2.5em;
	text-align:center;
}

.subscription_save_the_date{
	font-size:2.0em;
	text-align:center;
}

.subscription_save_the_date img{
	max-width:640px;
}

.subscription_save_the_date button{
	color:white !important;
	width:100%;
	text-transform: capitalize;
}

button{
	background-color: #D7542B !important;
	text-transform: uppercase !important;
}

.cme{
	font-size: 0.6em;
	text-align: left;
}

.cme h1{
	font-size: 2em;
	color:#fc5000;
	text-align: center;
}

.cme p{
	font-size: 0.8em !important;
	color:black !important;
}

.cme h8{
	font-size: 1.0em !important;
	font-weight: bold;
	text-align: center !important;
}

.cme img{
	width: 180px;
	text-align: center;
	margin-top:15px;
	margin-bottom: 15px;
}

table{
	font-size: 0.8em;
}

.subscription_save_the_date form{
	font-size:0.6em;
	text-align: left;
}

.subscription_save_the_date h4{
	font-size:0.4em;
	text-align: left;
}

.subscription_save_the_date h5{
	font-size:0.8em;
	text-align: left;
	margin-left:15px;
}

.subscription_save_the_date h5 a{
	color:#fc5000;
}

.subscription_save_the_date p{
	font-size:0.5em;
	color:grey;
}

.view_save_the_date h4{
	font-size:0.7em;
	color:#fc5000;
}
.save_the_date_agenda{
	margin-top:5px;
	font-size:0.6em;
	text-align: left;
}

.save_the_date_agenda p{
	font-size:0.9em;
	text-transform: capitalize;
}

.view_save_the_date h5{
	font-size:0.3em;
}

.view_save_the_date img{
	max-height:400px;
	width:100%;
	margin-bottom: 25px;
}

.sponsors{
	text-align:right;
	font-size: 0.4em;
	margin-top:15px;
}

.sponsors img{
	max-width: 120px;
	margin-left:25px;
}

.savethedate{
	font-size:2.5em;
	margin-bottom: 15px;
}

.savethedate a:link{
	color:black;
}

.savethedate a:visited{
	color:black;
}

.form-horizontal a:link{
	color:black;
}

.view_lecture h3{
	color:grey;
	padding: 0px;
    margin: 0px;
    font-size:1.0em;
    margin-bottom: 15px;
}
.view_lecture h4{
	color:grey;
	font-size:1.8em;
	padding: 0px;
    margin: 0px;
}

.savethedate img{
	max-width:420px;
	max-height: 280px;
	width:420px;
	height: 280px;
}

.news_speaker{
	color:white;
	height: 80px; 
}

.savethedate div p{
	font-size:0.3em;
	color:grey;
}

.savethedate div span{
	font-size:0.4em;
	color:black;
}

.footer{
	color:#000;
	text-align: left;
	text-transform: none;
	margin-top: 50px;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.footer a:link{
	color:#fc5000 !important;
}
.footer a:visited{
	color:#fc5000 !important;
}

.headerTitle{
	margin-top: 15px;
	color:#D7542B;
	font-size:2em;
	font-weight: normal;
	padding-bottom: 25px;
	text-transform: uppercase;
}

.headerHr{
	background-color:#D7542B;
	height: 2px;
	margin-left:15px;;
}

.row{    
	margin-right: 0px !important;
    margin-left: 0px !important;
}

.header{
	color:white;
	padding:0px;
	text-align: left;
	background-color:white;
	background-color:#fff;
	height:181px;
	background-repeat: no-repeat;
	background-image: url('/images/header_crop1.jpg');
}

.webLogo{
	width:180px;
}

.content{
	background-color: #D8D3D7 !important;
}

.formLogin{
	border:1px;border-color:white;border-style: solid;padding:10px;
	font-weight: normal !important;
}

.formLogin:link{
	color:white ;
}

.formLogin a:visited{
	color:white ;
}

.news{
	width:100%;
}

.menu_options{
	letter-spacing: 2px;
	color:#D7542B;
	text-align:right;
	padding-top: 25px;
	margin-top:130px;
}

.menu_options a:link{
	color:#D7542B ;
}

.menu_options a:visited{
	color:#D7542B ;
}

.short-div {
  height:45px;
}

.loginButton{
	text-transform: uppercase;
	padding: 28px;
	color:white;
	background-color: #ababb0;
}

.websiteText{
	color:rgb(101,107,143);
}

.roundbutton
{
	border-radius: 5px;
	width:80px;
	border:0px;
	color:white;
	background-color:#ababaf;
	font-weight: normal;
	padding:8px;
}

.roundbuttonGO
{
	border-radius: 10px;
	width:80px;
	color:white;
	background-color:#c0002b;
	font-weight: bold;
	padding:8px;
}

.folderHeight{
	margin-top: 20px;
}



.carousel-inner > .item > img {
  width:100%;
  height:360px;
}

.fixed-height{
	height: 480px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
   background-color: #e74913;
   color:white;
}



@media only screen and (max-width: 480px) {

	body{
	    background: #D8D3D7;
	    font-size: 11px;
	    margin: 0;
	}

	.facultySpk img{
		width:100%;
	}

	.headerTitle{
		font-size:1.9em;
	}

	img{
		max-height: 180px;
	}

	.savethedate{
		font-size:1.4em;
	}

	.savethedate img{
		max-width:280px;
		max-height: 220px;
		width:280px;
		height: 220px;
		margin-left:-12px;
	}

	.menu_mobile a:link{
		color:black !important;
	}

	.menu_mobile a:visited{
		color:black !important;
	}

	.savethedate span{
		font-size: 0.8em !important;
	}

	.savethedate p{
		font-size: 0.6em !important;
	}

	.subscription_save_the_date img{
		max-width:280px;
	}



}