header, hgroup, nav, footer, section, article, figure, figcaption, aside, iframe {display: block;}

.navbar {
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>.active>a {
    color: white;
    background-color: transparent;
}

.navbar li.home_menu {
    width: 60px;
}

.navbar-default .navbar-nav>li>a {
    color: #e4e4e4;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #2274b9;
	    background-color: #484848;
}

.navbar-collapse.navbar-ex1-collapse.collapse.in {
    /*height: 210px;*/
	height: 167px;
	overflow:hidden;
}

h3.reg {
					font-size: 14px;
					line-height: 12px;
					color: white;
    				font-weight: 500;

}

a.btn.btn-primary.btn-md.reg_button {
    background-color: #ff6f20;
	background-color:#ff9120;
    float: right;
    clear: both;
    margin-top: -75px;
    border: 1px solid #e2801b;
    padding: 10px 20px;
}

.registration {
    border: 1px solid grey;
    padding: 5px 20px;
    margin-bottom: 15px;
    margin-top: 0px;
	background-color: #505050;
}

img.img-responsive.hsf_logo {
    max-height: 80px;
    width: auto;
    padding-top: 8px;
	padding-right:40px;
}

img.img-responsive.caltech_logo {
    max-height: 90px;
    width: auto;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 30px;

}

img.img-responsive.org_logo {
    max-height: 90px;
    width: auto;

}

ol.w_obj li {
    margin-bottom: 8px;
}

ol.w_obj {
    font-size:16px;
}

.row.top_logos{
background-color: #04192b;	
/*border-bottom: 5px solid black;
border-top: 5px solid black;*/
    position: fixed;
    width: 100%;
	z-index:1000;
	    background: linear-gradient(#04192b,#021423);
		/*border-bottom: 1px solid #333333;*/
		border-bottom: 1px solid #2a2b2b;
		background: linear-gradient(#2d2d2d,#2b2b2b);
    border-bottom: 1px solid white;
}

.row.top_image{
margin-top:90px;
}

h3.page-header {
    font-size: 20px;
    margin: 40px 10px 10px;
}

h3.program_title{
    text-align: center;
    font-size: 30px;
    padding: 30px;
    /*: white;*/
}

h3.travel_title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

h3.table_workshop_title {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: white;
    font-weight: 500;
}

h3.table_date {
    line-height: 26px;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.row.sect-travel {
    background-color: white;
    color: black;
    padding: 20px 40px;
}

h4.sponsors_text{
    text-align: center;
    font-size: 20px;
    padding-top: 0px;
	padding-bottom:30px;
	line-height:30px;
    /*: white;*/
}

.title ul li {
    margin-bottom: 10px;
}

li.map_button{
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
}

li.map_button a.btn.btn-primary.btn-sm {
    color: white;
    /*background-color: #656563;*/
    border: #0a0a0a;
    padding: 12px 22px;
    border-radius: 0px;
}

.sect-1{
	background-color: #403f3f;
	color: white;
    padding: 20px 32px;	
	background-color: #cccccc;
    color: black;
}


.sect-2 {
    background-color: #ffffff;
    color: white;
    padding: 20px 32px;
}
.b-grey {
    background-color: white;
    background-color: #585757;
}

.c-orange{
	color:black;	
}

.title {
    padding: 10px 40px;
}

.logoOrg {
    float: left;
    width: 12.5%;
	padding-top: 15px;
    padding-bottom: 15px;
}

.date{
	font-size:18px;	
	    margin-top: 20px;
    margin-bottom: 20px;
	line-height:27px;
	    color: #d6d6d6;
    font-weight: 500;
}

.row.organizers_section {
    background-color: white;
}

h3.workshop_title {
    padding-top: 20px;
	    color: white;
    font-weight: 500;
}

td h3{
	font-size:16px;	
}

a.btn.btn-primary.btn-md {
    margin: 10px 0px;
    border-radius: 0px;
    font-size: 16px;
}

a:focus, a:active {
    outline: none;
    outline-offset: 0px;
}

div#feature-banner {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 135px;
	clear: both;
}

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 40px;
    /* right: 40px; */
    left: calc(100% - 80px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(91, 157, 226) url(arrow5.svg) no-repeat center 50%;
    background-size: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.8;
    z-index: 1;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
}

body{
	background-color: #012d52;	
	background-color: #d4d4d4;
	    background-color: #2f2f2f;
}

.contact_page{
	      background-color: white;
		  min-height:570px;
		}
	  

.background{
	background-image: url(../../images/back_3.jpg);
    background-position: top right;
    background-attachment: fixed;
    background-size: 100%;
}

ol {
    padding: 5px 70px 5px 70px;
}

.text1 ol li {
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
}

#wrapper{
max-width: 1200px;
margin:0 auto;
background-color:black;
}
 
 .content{
max-width: 1200px;
margin:0 auto 0 auto;
padding:0;
min-width:320px;

background-color:transparent;
 
 }
 
.top{
 padding-top:0.5%;
 background-color:black;
 }
 
 .clear {
clear: both;
}
 
 img{
 max-width:100%;
 margin:0 auto;
}

.emph{
	font-weight:600;	
}

.social-media {
    margin: 50px auto;
    overflow: hidden;
    height: 40px;
    width: 120px;
    opacity: 0.8;
}

.text-center {
    text-align: center;
}

.social-media a.google-plus {
    background: #de2020;
}

.social-media a {
    width: 30px;
    height: 30px;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    background: #3262b9;
    font-size: 14px;
    line-height: 220%;
}


.social-media a:hover, .social-media a:focus {
    opacity: .8;
    color: white;
}

i.fa.fa-youtube.fa-2x {
    font-size: 1.6em;
    margin-top: 4px;
}

.social-media a.email {
    background-color: rgb(255,206,56);
}

i.fa.fa-envelope.fa-2x {
    font-size: 1.5em;
    margin-top: 4px;
}

i.fa.fa-google-plus.fa-2x {
    font-size: 1.5em;
    margin-top: 6px;
    margin-left: 2px;
}

iframe{
	max-width:100%;
 margin:15px auto;
}

.thumbnail.workshop{
min-height:377px;	
}

.row.workshop_image {
    margin-top: 135px;
	/*border-top: 5px solid black;*/
}


.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: "Myriad W08 Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    zoom: 1;
    padding: .77em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    border: 1px solid #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}

a.btn.btn-primary.btn-sm.btn-frontpage {
    margin-left: 10px;
    margin-top: 20px;
}
 
.navbar {
    height: 40px;
	max-width:1170px;
    margin: 90px auto 0 auto;
    padding: 0;
	position:fixed;
	z-index:100;
}
.navbar ul {
    margin: 0;
    padding: 0;
	position:relative;
	width:100%;
}
.navbar {
    height: 40px;
	max-width:1170px;
    margin: 90px auto 0 auto;
    padding: 0;
	position:fixed;
	z-index:100;
}

.navbar ul{
    height: 40px;
	max-width:1170px;
    margin-left:auto;
	margin-right:auto;
    padding: 0;
	position:fixed;
	z-index:100;
	/*border-top: 2px solid white;*/
}

.navbar-fixed-bottom, .navbar-fixed-top{
	right:auto;
	left:auto;
}

.navbar li {
    background-color: #1f69a7;
    float: left;
    font: bold 18px sans-serif;
    height: auto;
    list-style: none outside none;
    padding: 0;
    text-align: center;
    width: 20%;
    z-index: 1;
    /*width: calc(25% - 15px);*/
	/*width:20%;*/
	width:25%;
	background-color: #525251;
	border-bottom: 1px solid white;
}

img.home_img {
    width: 30px;
    height: auto;
}

a.page-scroll.home {
	padding:10px;
}

nav .selected {
background-color:#3283c8;
}

.navbar a {
    border-right: 1px solid #1F5065;
	border-right: 1px solid #6d6d6d;
    color: #FFFFFF;
    display: block;
    /*padding: 10px 10px;*/
	padding: 18px 10px;
    text-decoration: none;
}
.navbar a:hover {
    background-color: #3283c8;
}
.navbar li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
}
.navbar li:hover ul {
    display: block;
}
.navbar li ul li {
   float: none;
}
.navbar li ul a {
    border-color: #74A3B7 #1F5065 #1F5065;
    border-left: 1px solid #1F5065;
    border-right: 1px solid #1F5065;
    border-style: solid;
    border-width: 1px;
}
.navbar li ul a:hover {
    background-color: #3283c8;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    /*border-bottom: 5px solid black;*/
}

footer {
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: #1d1c1c;
    color: white;
    text-align: center;
    font: 16px;
    line-height: 40px;
    /* margin-bottom: 0.5%; */
    /* margin-top: 0.5%; */
    padding: 10px 0px;
    font-size: 16px;
}

a:focus, a:hover {
    color: #5eabf1;
	text-decoration: none;
	outline:none;
	box-sizing:none;
	-webkit-box-sizing:none;
	outline-offset:0px;
}



.navbar-default .navbar-nav>li.active>a:hover {
    color: #333;
    background-color: transparent;
}

ul{
padding:5px 70px 5px 70px;
}

p{
padding:7px 10px 5px 10px;
line-height:20px;
}

section#intro p {
    font-size: 16px;
}

section#intro ul {
    font-size: 16px;
}

.button p{
/*padding:7px 0px 5px 20px;*/
}



.colLogo {
	display: block;
	float:left;
	margin: 0% 0% 0% 0%;
	background-color:black;
	color:white;

}
.colLogo:first-child { margin-left: 0; }


a{
text-decoration: none;
color: #1b5d94;
}

a {
    text-decoration: none;
    color: rgb(65, 149, 220);
    font-weight: 500;
}



.logo1{
float:left;
}

.logo2{
float:right;	
}


#news {
padding:0 0 0 0;
max-width:100%;
}

#stories {
max-width:100%;
}

.article{max-width:100%;}


.button  p :hover{
color:#393838;
font-weight:bold;
}


h3{
color:#393838;
font-weight:bold; 
margin-top:10px;
}	

h4{
color:#393838; 
margin-top:10px;
font-size:16px; 
font-weight:bold;
margin-bottom:10px;
margin-left:10px; 
line-height:20px;
}

.table1{
padding:0;
width: 100%;
background-color:#cdcdcf;
 
}
.table1 td {
    padding: 1% 2%;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

td p {
    padding: 0px;
    margin: 0px;
}

.table1 .cell{
padding:1% 2%;
font-size:16px;
font-weight:400;
vertical-align:middle;
text-align:left;
}

.speaker{
font-size:18px;
font-weight:700;
}

.table2{
padding:0;
width: 100%;
 
}
.table2 td{
padding:0.2%;
font-size:16px;
font-weight:700;
}

@media only screen and (max-width: 1350px) {
	
	
}


@media only screen and (max-width: 1200px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
    right: 0px;
    left: 0px;
}

	.navbar ul {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
	  
	  .contact_page{
	      background-color: white;
    	  min-height: auto;
		}
	  
	  .textContacts {
    margin: 25px auto;
    text-align: center;
}

.textContacts h3 {
    font-size: 22px;
}
	  
  }


@media only screen and (max-width: 1100px) {

	
}


@media only screen and (max-width: 1000px) {
	
a.btn.btn-primary.btn-md.reg_button {
    float: none;
    margin-top: 5px;
}	

h3.reg {  
    line-height: 16px;
}

span.mob-menu {
    display: none;
}


}

@media only screen and (max-width: 950px) {
a.page-scroll.pres {
    font-size: 17px;
    padding: 15px 5px;
}
}




@media only screen and (max-width: 899px) {

	
}

@media only screen and (max-width:825px) {
a.page-scroll.pres {
    font-size: 16px;
    padding: 15px !important;
}
.navbar-default .navbar-nav>li>a {
    color: #e4e4e4;
    padding: 25px;
}

}


@media only screen and (max-width: 800px) {
	
	
}




 /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		
		a.page-scroll.pres {
    font-size: 18px;
    padding: 10px 15px !important;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
}
		
		ol.w_obj {
    padding: 5px 20px;
}
		
		div#feature-banner {
    margin-top: -5px;
}
		
		.thumbnail.workshop {
    min-height: 450px;
}
		
		.navbar {
    height: auto;
    position: relative;
}

.row.workshop_image {
    margin-top: -5px;
	border-top: 5px solid black;
}
		
		.navbar li.home_menu {
    width: 100%;
    height: 50px;
}

img.img-responsive.caltech_logo {
width: auto;
    padding-bottom: 10px;
    padding-top: 8px;
    padding-left: 30px;
}
		
span.mob-menu {
    display: inline-block;
}
		
.navbar-header.page-scroll {
        background-color: #403f3f;
}
	
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar li {
    background-color: #1f69a7;
    /* float: left; */
    font: bold 18px sans-serif;
    /* height: auto; */
    list-style: none outside none;
    padding: 0;
    text-align: left;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: #ddd;
    
}

.navbar li {
       height: auto;
    background-color: #403f3f;
}

/*.navbar {
    height: auto;
}*/



.navbar-header.page-scroll {
    margin-top: 0px;
}

.navbar ul {
    position: relative;
    width: 100%;
    overflow: visible;
}


}


@media only screen and (max-width: 700px) {
	
.row.top_logos {
    height: 90px;
}

nav .selected {
background-color:#3283c8;
}

	img.img-responsive.caltech_logo {
    padding-left: 0px;
}

img.img-responsive.hsf_logo {
    padding-right: 0px;
}

.title {
    padding: 10px 30px;
}

.sect-1 {
    padding: 20px;
}

.row.sect-travel {
    padding: 20px;
}
	
}


@media only screen and (max-width: 550px) {
	
.logo1 {
    width: 40%;
}

.logo2 {
    width: 50%;
    padding-top: 4px;
}

.title {
    padding: 10px 20px;
}

}


@media only screen and (max-width: 470px) {
	
.logo1 {
    width: 40%;
}

.logo2 {
    width: 55%;
    padding-top: 4px;
}

	.thumbnail.workshop {
    min-height: auto;
}

}

@media only screen and (max-width: 430px) {
	
.logo1 {
    width: 44%;
}

.logo2 {
    width: 56%;
    padding-top: 4px;
}

.title {
    padding: 10px;
}

}


@media print {
	
	a[href]:after {
    content: none !important;
  }
  
  img.img-responsive.caltech_logo {
	  position:absolute;
  }
  
  img.img-responsive.hidden-xs {
    display: none!important;
}

.visible-xs {
    display: block!important;
}
}

@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
     /* IE10+ CSS styles*/
	 
	 img.img-responsive.caltech_logo {
	  display:none;
  }
	 
}

 












