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

.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; 
    border-color: blue;
}

.panel-default>.panel-heading a{
    color: white;
    background-color: transparent; 
    border-color: blue;
}

.facultyView{
	color:grey;
}

.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;
}

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

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

.news_speaker_photo{
	width:100%;
	height: 180px;
}

.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;
}

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

.facultyView h4{ 
	color:grey;
	font-weight: bold;
	padding: 0px;
    margin: 0px;
    text-transform: capitalize;
}

.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;
	color:white;
}

.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: #E2E2E2 !important;
	padding:7px;
	text-align: center;
	width:100%;
	color:#D7542B;
	font-weight: normal;
	border-color: #E2E2E2;
}

.button_new {
	background-color: #D7542B !important;
	padding:7px;
	text-align: center;
	width:100%;
	text-transform: capitalize;
	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]{
  border-radius:0px;
  height: 28px;
}

.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 */
@media (max-width: 480px) {

}

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:orange;
	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:orange;
}

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

.view_save_the_date h4{
	font-size:0.7em;
	color:orange;
}
.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{
	color:white;
}

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

.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:#908D90;
	text-align: left;
	text-transform: none;
	height:90px;
	font-size: 0.9em;
	letter-spacing: 2px;
	background-color:#D8D3D7;
	height:82px; 
}

.footer a:link{
	color:white !important;
}
.footer a:visited{
	color:orange !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;
	}



}