
@charset "UTF-8";
/* CSS Document */

/*---------------Body---------------*/

body {
	font-family: 'Roboto', 'sans-serif';
	margin:0;
    background-color: black;
}

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 20px;
    margin-top: 0px;
}

h4 {
	font-size: 22px;
    font-family: 'Merriweather Sans', 'serif';	
    color: #3d6091;
    clear: both;
    text-align: left;
}

p.sidebar { 
    padding-left: 20px;
    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;
    width: 100%
}

.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 a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .main-navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .main-navbar.responsive {position: relative;}
  .main-navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
      width: 100%;
  }
  .main-navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
      width: 100%;
  }
  .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: list-item;
}

#sub-navbar li {
    float: left;
    display: list-item;
}


#sub-navbar li a {
    display: list-item;
    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 {
    width: 100%;
    padding-top: 0px;
    background-color: #17335b;
    visibility: hidden;


}

#search input[type=text] {
    padding: 6px;
    width: 75%;
    height: 35px;
    margin-left: 10px;

  margin-top: 8px;
  font-size: 14px;
  border: none;
    background-color: #f7faff;
}

#search button{
    float: right;
    height:35px;
    width: 15%;
  margin-top: 8px;
  background: #d1862b;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.fa-search{
    margin-top: -5px;

    color: white;
}
/*---------------Main Content---------------*/

#main
{
	background: #f7faff;
	text-align: left;
	overflow: auto;

}

#header {
	height:170px;
    background-image: url(../images/header-bg.jpg);
}

#logo {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    clear: both;
    
}



.page-title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    color:  white;
    background-color: #0c1b30;
    
}


.left-info{
margin-top: 35px;
    margin-left: 20px;
    width: 90%;
    text-align: justify;

}

.right-sidebar{
    width: 95%;
    background-color: #e6eaef;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
     border: 1px solid #2b4262;
}

.right-info{
   margin-top: 35px;
    margin-left: 20px;
    width: 90%;
    text-align: justify;
}

.left-sidebar{
	float: left;
    background-color: #e6eaef;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
     border: 1px solid #2b4262;
   
}
.main-info {
margin-top: 35px;
    margin-left: 20px;
    margin-right:20px;

    text-align: justify;
}




.hero {
    width:100%;
    padding-top: -50px;

        
}




/*---------------Footer---------------*/
#footer {
    width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 0px;
    background-color: #0c1b30;
}
#footer-nav {
    color: antiquewhite;
    text-decoration: none;
	}

#footer-nav ul {
    list-style-type: none;
	margin:0;
    margin-top: -0px;
	padding-top: 15px;
    padding-bottom:15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
    text-align: center;
    color: white;
    background-color: #122642;
    }

#footer-nav li {
    display: ;
    padding: 10px 40px;
}

#footer-nav li a{
    color: white;
    text-decoration: none;
}

#footer-links img{
    height: 30px;
	margin-top: 10px;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#footer-copyright {
    text-align: center;
    font-size: 0.3em;
    color: #FFCC99;
}

p.copyright {
    font-size: 12px;
    font-family: 'Roboto', 'sans-serif';
}

/* 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 */

.social-media {
    padding-left: 15px;
    padding-bottom: 20px;

}
.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 {
    clear: both;
    width: 100%;
    padding: 5px;
    padding-bottom: 25px;
    text-align: center;
}

.column2 {
   clear: both;
  width: 100%;
  padding: 5px;
    padding-bottom: 25px;
    text-align: center;
}

.column3 {
   clear: both;
  width: 100%;
  padding: 5px;

    padding-bottom: 25px;
    text-align: center;
}

.column4 {
   clear: both;
  width:100%;
  padding: 5px;
    padding-bottom: 25px;
    text-align: center;
}

/* Affiliation */
.affiliation-logo {
margin-top: 35px;
    margin-left: 20px;
    margin-right:20px;

    text-align: justify;
    
}

.affiliation-info {
    clear: both;
   margin-top: 35px;
    margin-left: 20px;
    margin-right:20px;

    text-align: justify;
}

.affiliation-info .link {
    color: black;
}

/* Gallery */

.slider {
    width: 100%;
    clear: both;
}

p.slider-caption {
    background-color: #2b4262;
    width: 10%;
    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;
}


@media only screen and (max-width: 500px) {
  .responsive-gallery {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



/* 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;
  text-align: left;
   margin-bottom: 10px;
    font-family: 'Roboto', 'sans-serif';
}


.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}
}