
@charset "UTF-8";
/* CSS Document */


/*---------------Body---------------*/

body {
	font-family: 'Roboto', 'sans-serif';
	margin:0;
    background-image: url(../images/background.jpg);
}

a.skip {
    display: none;
}
/*---------------Text---------------*/
h1 {
    font-size:30px;
	font-family: 'Merriweather Sans', 'serif';	
	color:white;
    padding-left: 20px;
}

h2 {
    font-size:24px;
	font-family: 'Merriweather Sans', 'serif';	
	color:white;
    padding-left: 20px;
    margin-top: -15px;
}

h3 {
	font-size: 16px;
    font-family: 'Merriweather Sans', 'serif';	
	background-color: #2b4262;
    color: white;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
}

h4 {
	font-size: 22px;
    font-family: 'Merriweather Sans', 'serif';	
    color: #3d6091;
    clear: both;
}

p.sidebar { 
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', 'sans-serif'
}

p{
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif'
}

/*---------------Navigation Bar - Main---------------*/

.main-navbar {
    overflow: hidden;
    background-color: #17335b;
}

.main-navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #17335b;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Roboto', 'sans-serif'
}

.dropdown {
  float: left;
  overflow: hidden;
    padding-top:1px;
    padding-right: 10px;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  background-color: #17335b;
  font-family: inherit;
    margin-right: -25px;
    padding-left: 15px;
}

.main-navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #1f4782;
}

.main-navbar  .current{
    background-color: #1f457c;
    text-decoration: underline;
}

.main-navbar .icon {
    display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1f4884;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
    background-color: #1f4884;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    font-family: 'Roboto', 'sans-serif'
}

.dropdown-content a:hover {
  background-color:#275caa;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsive Dropdown Navbar Menu */
@media screen and (max-width: 600px) {
  .main-navbar.responsive {position: relative;}
  .main-navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .main-navbar.responsive .dropdown {float: none;}
  .main-navbar.responsive .dropdown-content {position: relative;}
  .main-navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*---------------Navigation Bar - Sub---------------*/

#sub-navbar {
    background-color: #122642;
    width: 100%;
    overflow: hidden;
}

#sub-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #122642;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto', 'sans-serif'
}

#sub-navbar li {
    float: left;
    display: inline-block;
}


#sub-navbar li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Roboto', 'sans-serif'
}

#sub-navbar li a:hover {
    background-color: #1e3c66;
}

.subcurrent {
    background-color: #193b6b;
    text-decoration: underline;
}

/*---------------Search Bar---------------*/
#search {
    float:right;
    padding-top: 90px;
    background-color: 
}

#search input[type=text] {
    padding: 6px;
    width: 250px;
    height: 35px;
    margin-left: 63px;
  margin-top: 8px;
  font-size: 14px;
  border: none;
    background-color: #f7faff;
}

#search button{
    float: right;
    height:35px;
    width: 55px;
    padding: 5px 0px;
  margin-top: 8px;
  margin-right: 16px;
  background: #d1862b;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.fa-search{
    margin-top: -5px;
    margin-right: 70px;
    color: white;
}
/*---------------Main Content---------------*/

#wrapper {
	width: 60em;
	margin: auto;
    background-image: url(../images/header-bg.jpg);
    background-color: #0c1b30;
}

#main
{
	background: #f7faff;
	text-align: left;
	overflow: auto;

}

#header {
	height:150px;
    background-image: url(../images/header-bg.jpg);
}

#logo {
    width: 40%;
    padding-top: 40px;
    padding-left: 30px;
    float: left;
    
}



.page-title {
    width: 100%;
    float: left;
    text-align: justify;
    color:  white;
    background-color: #0c1b30;
    
}


.left-info{
    margin-left: 10px;
    padding: 5px 10px 10px 10px;
    width: 65%;
    float: left;
    text-align: justify;

}

.right-sidebar{
    float: left;
	width: 30%;
    margin-left: 15px;
    padding-bottom: 40px;
    background-color: #e6eaef;
    border-left:  3px solid #2b4262;
}

.right-info{
    margin-right:15px;
    width: 65%;
    padding: 0px 0px 0px 0px;
    float: right;
    text-align: justify;
}

.left-sidebar{
	float: left;
	width: 32%;
    padding-bottom: 70px;
    padding-left: ;
    background-color: #e6eaef;
    border-right:  3px solid #2b4262;
}
.main-info {

    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right:15px;
    padding-top: 80px;
}




.hero {
    width:100%;
    padding-top: -50px;

        
}
 

/*---------------Footer---------------*/
#footer {
    width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
    background-color: #0c1b30;
}
#footer-nav {
    width: 100%;
    color: antiquewhite;
    	text-decoration: none;
	}

#footer-nav ul {
    list-style-type: none;
	margin:0;
    margin-top: -0px;
	padding-top: 10px;
    padding-bottom:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
    text-align: justify
    color: white;
    width: 100%;
    background-color: #122642;
    }

#footer-nav li {
    display:inline;
    padding: 10px 40px;
}

#footer-nav li a{
    color: white;
    text-decoration: none;
}

#footer-links img{
	margin-top: 10px;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#footer-copyright {
    text-align: center;
    font-size: 0.7em;
    color: #FFCC99;
}

/* Contact Form */
input[type=text] {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    margin: 8px 0;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 200;
    padding: 10px 15px;
    margin: 8px 0;
    box-sizing: border-box;
}


/* Social Media Icons */

.fa {
    width:45px;
    height:37px;
    border-radius:100%;
    line-height:40px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    padding-top: 8px;
    margin-right: 15px;
    margin-left: 8px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    line-height: inherit;
}

.fa-youtube {
    background: #bb0000;
    color: white;
    line-height: inherit;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
    line-height: inherit;
}

/* Committee */
.column1 {
    float: left;
    width: 20%;
    padding: 5px;
    margin-right: 40px;
    padding-bottom: 25px;
    text-align: center;
}

.column2 {
  float: left;
  width: 20%;
  padding: 5px;
    margin-right: 40px;
    padding-bottom: 25px;
    text-align: center;
}

.column3 {
  float: left;
  width: 20%;
  padding: 5px;
    margin-right: 40px;
    padding-bottom: 25px;
    text-align: center;
}

.column4 {
  float: left;
  width: 20%;
  padding: 5px;
    padding-bottom: 25px;
    text-align: center;
}

/* Affiliation */
.affiliation-logo {
    width: 20%;
    float:left;
    clear: left;
    padding-right: 20px;
    padding-bottom: 25px;
    margin-left: 20px;
}

.affiliation-info {
    float: right;
    width: 70%;
    padding-bottom: 25px;
    margin-right: 20px;
    padding-top: 15px;
}

.affiliation-info .link {
    color: black;
}

/* Gallery */

.slider {
    width: 100%;
    clear: both;
}

p.slider-caption {
    background-color: #2b4262;
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    margin-top: -40px;
    margin-bottom: -p;
    font-family: 'Roboto', 'sans-serif';
    
}

.media-gallery {
    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right:15px;
}

div.gallery {
  margin-bottom: 20px;
}

div.gallery:hover {
  opacity: 0.7;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.gallery-row {
    width: 100%;
    clear: both;
}

.responsive-gallery {
  box-sizing: border-box;
    padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* FUCKING GALLERY SLIDER BULLSHIT*/


/* Slideshow container */
.slideshow-container {

  max-width: 960px;
  position: relative;
  margin: auto;

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 16px;
  padding: 15px 12px;
  position: absolute;
    background-color: #122642;
  bottom: -45px;
  width: 97.5%;
  text-align: left;
    font-family: 'Roboto', 'sans-serif'
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}