@charset "utf-8";
/* Global Styles */

body {
    margin: 0 auto;
    width: 100%;
    background-image: url(../images/home_bg__expo.png);
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    background-attachment: fixed;
    background-position: top center;
}

p, ul, li  	{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-margin-before: 0em;
    line-height: 145%;
    padding-top: 5px;
    font-size: 17px;
}
a {
    text-decoration: none;
    color: #F42E31;
    font-weight: 600;
}
ul, li  	{
margin-left:40px;
    padding-top: 5px;
}
h1 {
	color: #002948;
	font-size: 170%;
margin-top:.2em;
	margin-bottom:.5em;
	    -webkit-margin-before: .2em;
    -webkit-margin-after: .5em;
}
h2 {
    color: #002948;
    font-family: 'Roboto', sans-serif;
    font-size: 130%;
    margin-top: 10px;
    line-height: 130%;
    margin: 0;
    padding-bottom: 2px;
}
 h3 {
	padding-top: 10px;
	line-height: 120%;
font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	 margin-top: .1em;
	 margin-bottom:.1em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	font-size: 200%;

}

h4 
{
    text-transform: none;
    color: #2383C6;
    font-size: 96%;
    line-height: 140%;
    margin-top: 25px;
    ;
    margin-bottom: 15px;
}

.center {
    text-align: center;
    color: undefined;
}
.document {border-bottom: 1px solid #8EB8D6; padding-bottom:10px; font-size: 90%; 
}
.document a 
{ color:#2383C6!important; text-transform:uppercase; 
}
.document a:hover, .document a:visited { text-decoration: underline; 
}
article img {max-width: 960px;width:100%; text-align: center; padding-bottom:15px;}




/* Header */
header {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color:#0F385A;
	min-height: 60px;
	line-height: 130%;
}
#menu-container {max-width:980px;
	margin: 0 auto;
	padding-top:10px;
	width: 100%;
}
/*#menu-left {*/
/*    width: 48%;*/
/*    padding-left: 5%;*/
/*    float: left;*/
/*    text-align: left;*/
/*}*/

/* #menu-right {*/
/*	width: 45%;*/
/*	float: right; */
/*	 text-align:right;*/
/*	padding-right:5%;*/
/*}*/
ul, menu, dir {
	margin:0;
    -webkit-margin-before: 0em!important;
    -webkit-margin-after: 0em!important;
    -webkit-margin-start: 0px!important;
    -webkit-margin-end: 0px!important;
    -webkit-padding-start: 0px!important;
	padding:0!important;
}
.menu {
    margin-right: 20px;
    margin-left: 0;
    display: inline-block;
    float: left;
    font-weight: 300;
    color: #ffffff!important;
    text-align: center;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu a {
		color: #ffffff!important;
}

.boxmenu {
	margin-right: 15px;
	margin-left: 0;
	display: inline-block;
	float: left;
	color: #E51937;
	text-align: center;
	background-color: #FFFFFF;
	list-style-type: none;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 90%;

}

#profileLogo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}


.blue-band  {
	color: #ffffff;
	margin-bottom: 0%;
	background-color: #002948;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-align: center;
}
.blue-band h2 {
	font-size: 260%;
	color: #ffffff;
	line-height: 1.1;
}

.red-band  {
	color: #ffffff;
	background-color: #E51937;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.image-band  {
    color: #ffffff;
    background-color: none;
    text-align: center;
}
.image-band img {max-width: 960px;width:100%; text-align: center;}


.dark-blue-band {
    color: #ffffff;
    background-color: #0B273B;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    text-align: center;
}



.red-band h2, .dark-blue-band h2 {
    font-size: 250%;
    color: #ffffff;
font-family: 'Roboto Condensed', sans-serif;
}

.light-blue-band  {
    color: #ffffff;
    margin-bottom: 0%;
    background-color: #2383C6;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 115%;
}
.light-gray-band  {
	color: #ffffff;
	margin-bottom: 0%;
	background-color: #6D6D6D;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: center;
	font-size:115%;
}

.dark-blue-band-subheading {
    color: #ffffff;
    margin-bottom: 0%;
    background-color: #0F385A;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 115%;
}
.container {
    width: 92%;
    max-width: 960px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
	padding:0px;
}



/* Main Content sections */
.mainContent .section1 {
	display: block;
}

.section2 .section2Content {
	margin-top: 5%;
}


#sidebar {
	width: 21%; 
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	float: left;
}
.sidebarnav {
	background-color: #2383C6;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom:10px;
	cursor: pointer;
}


.sidebarnav-dark-blue {
	background-color: #0F385A;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom:10px;
	cursor: pointer;
}
.sidebarnav li, .sidebarnav-dark-blue li
{float:left;
	margin-bottom:15px;
}
.sidebarnav img, .sidebarnav-dark-blue img {
	width:100%;
	max-width:185px;
	height: 100%;
}
.button {
    width: 26.5%;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-top: 20px;
    margin-left: 1%;
    margin-bottom: 15px;
    color: #002948;
    text-align: center;
    background-color: #ffffff;
    font-size: 120%;
    text-transform: uppercase;
    float: left;
    margin-right: 1%;
    display: block;
    min-height: 90px;
    vertical-align: bottom;
}
.button:hover {
    background-color: #ffffff;
    opacity: 90%;
}


.button-gallery {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-top: 20px;
    margin-left: 1%;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    background-color: #002948;
    font-size: 120%;
    text-transform: uppercase;
    margin-right: 1%;
    vertical-align: bottom;
}

.button-gallery:hover {
	opacity: 90%;}

#fullcontent {width:92%;
padding:0 4%; margin-top:5%;}

#maincontent {
    float: right;
    width: 92%;
    padding-top: 0;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 0;
    margin-top: 5%;
}

.sidebarnav:hover {
	background-color: #2383C6;
	  opacity: 0.9;

}


.sidebarnav-dark-blue:hover {
	background-color: #0c385a;
	  opacity: 0.9;

}
 .current  {
	  border-bottom: 5px solid #E51937;

}

.backtotop {
	font-size: 90%;
	text-align: right;
	float:right;
	padding-bottom:50px;

}


.mainContent {
	display: block;
	width: 100%;
}

.content2 {
    min-height: 200px;
}


.notice {
    background-color: #8F8F8F;
    color: #ffffff;
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 2%;
    margin-bottom: 3%;
    margin-top: 5%;
}

.date
{
    text-transform: uppercase;
    color: #2383C6;
    font-size: 105%;
    line-height: 120%;
    margin-top: 1.6em!important;
    margin-bottom: 0em!important;
    -webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
    font-weight: bold;
    padding-top: 10px;
}
.deadline 
{
    text-transform: uppercase;
    color: #3B3B3B;
    font-size: 100%;
    line-height: 120%;
	margin-bottom: 1em;
	margin-top: 1.3em;
	padding-bottom:15px;
    -epub-text-transform: bold;
    font-weight: bold;
}


	.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-right: 8px;
    padding-left: 2%;
    padding-bottom: 0
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}


#social-media {
	background-color: #0F385A;
	padding: 20px;
	margin-bottom: 20px;
}
.socialmediacenter {max-width:980px; margin:0 auto;}

/* Gallery */


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 30%;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}




/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 650px) {


body {
	width: 100%;
	background-image:none; 
background-color:#0F385A;
}
/* Header */
header {
	width: 100%;
	float: none;
}

#menu-left {
	width: 90%;
	padding: 0 5%;
	float: left;
	text-align:left;
}

header #profileLogo img, .logoPlaceholder img {
width: 100%;
	height: 100%;
	max-width:600px;}
	
 #menu-right {
	width: 90%;
	padding: 0 5%;
 text-align:right;
}
.menu a {font-size:90%;
}

.blue-band  {
	margin-bottom: 0%;
}
.blue-band h2 {font-size:150%;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
article img {max-width: 650px;width:100%; text-align: center; height: 100%; padding-bottom:15px;}
	
	
.button {
    width: 92.5%;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    margin-left: 1%;
    text-align: center;
    font-size: 120%;
    float: left;
    margin-right: 1%;
	    min-height:30px;

}

/* Main content sections */

#maincontent {
	width: 92%;
	padding-left: 4%;
}

.content2 {
	min-height: 200px;
}



.content2 img {width:100%;
}

	
	

#sidebar {
	width: 96%;
}
.notice h4 {line-height:130%;
}

.sidebarnav  {width: 48%; float:left; margin: 1% 1%;
}
sidebarnav li {float:left;}

	.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
	float: left;
	width: 96%; padding: 0 8px
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}

}



/* Media Query for Tablets */
@media only screen and (min-width : 651px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header #profileLogo  {
	width: 250px;
	text-align: left!important;
}

header #profileLogo  img, .logoPlaceholder img {
	width: 100%;
	height: 100%;
	max-width:600px;
	
}
header #profileLogo .logoPlaceholder {
	display: inline-block;
}

	article img {max-width: 1024px;width:100%; text-align: center; padding-bottom:15px;}

	
	article .content2 img {padding-bottom:0px;}

/* Main content and sections */



#maincontent {width:92%; 	padding: 0 4% 0 2%;
	float: right;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 10%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}

.w3-third {
	width: 33.33333%
}
	
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
.social_left {
	float: left;
	width: 70%;
	text-align: right;
	padding-right:10px;
}

.social_right {
	float: left;
	padding-left: 1%;
	margin-left: 1%;
	border-left: 1px solid #ffffff;
	text-align: left;
	width: 25%;
	padding-top: 20px;
}

.social_right img {
	padding-top: 5px;
	padding-right: 1%;
	padding-left: 2px;
	padding-bottom: 5px;
	max-width:96px;
	float:left;

}



#sidebar {
	width: 96%; 
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	float: left;
}
.sidebarnav {
	background-color: #2383C6;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	cursor: pointer;
width: 48%; float:left; margin: 0 1% .3em 1%;

}
	
.sidebarnav-dark-blue {
	background-color: #0c385a;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	cursor: pointer;
width: 48%; float:left; margin: 0 1% .3em 1%;

}
	.sidebarnav li, .sidebarnav-dark-blue li {
		float:left; }

	.sidebarnav img,  .sidebarnav-dark-blue img {
	width:100%;
	max-width:185px;
	height: 100%;
}


header #profileLogo img {
width: 100%;
	height: 100%;}
	
.logoPlaceholder img {
width: 100%;
	height: 100%;
max-width:600px;}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin: 0 auto;
}

.sidebarnav li, .sidebarnav-dark-blue li
{float:left;
}

/* Main content sections */

	.w3-third {
    width: 30%
}

/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}



}


footer img {
	max-width: 100%;
}
.partners {
	width: 100%;
	text-align: center;
}
.partners img {
	max-width: 100%;
	text-align: center;
	height: 100%;
}
#social-media {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	max-width: 1000px;
}
.social_left {
	float: left;
	width: 60%;
	text-align: center;
	text-align-last: right;
}
.social_right {
	float: left;
	padding-left: 5%;
	margin-left: 5%;
	border-left: 1px solid #ffffff;
	text-align: left;
	width: 60%;
	padding-top: 10px;
	margin-top: 5px;
}
.social_right img {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.social_share {
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #ffffff;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.w3-container 
img {
	max-width: 800px;
	text-align: center;
}
.w3-container 
img {
	max-width: 100%;
}

.row {
  display: block; /* equal height of the children */
}

.col {
  flex: 1; /* additionally, equal width */
 
  padding: 1em;
}
