@charset "UTF-8";
/* CSS Document */
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}
h2 {
	color:#000000;
	line-height:1.1em; padding-top: 210px;
}
h1,h4,h6 {
	color:#000000;
	line-height:1.1em;
}
h3{ font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#000000;
	line-height:1.1em;
}
h5 {color:#FFFFFF;
	line-height:1.5em;font-size: 18px; padding-left: 5px; padding-right: 5 px; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}



p {
	color: #19254C;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#118554;
}
a:hover {
	text-decoration: none;
	color:#33CCFF;	
	}

.btn {
	margin-top:20px;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #fff;
	color:#19254C;
}

.btn-default {
	color: #19254C;
	background-color: #fff;
	border-color: #fff;
}

.btn:hover {
	color: #fff;
	background-color:#D3F2F5;
	border-color: #2F32F1;
	padding: 10px 20px;
}
	
#header-wrapper h1 {
	color: #D3F2F5;
	font-size: 4em;
	font-weight: 400;
	margin-top: -150px;
}
#header-wrapper h2 {
	color: #fff;
	font-family: 'Open Sans', sans serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
	text-shadow: 1px 1px 1px #333333;
}

header .logo {
	text-align:center;}

.container-fluid #right p {
	line-height: 1.2em;padding-left: 3px;
	color: #FFFFFF;
}
.container-fluid #right h4 {
	font-weight: bolder;
}

.container-fluid {
	background-color: #A9CBF7;
	width: 85%;
}

#left {
	background-color: #9DA9CC;
	width: 62%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}


#right {
	width: 37%;
	background-color: #09124E;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	font-height: 1.2em;
	padding-left: 2px;
}

@media (min-width:100px) and (max-width:400px){
#left {
	width: 100%;
}
#right {
	width: 100%; float: left;

}
	iframe {
	width: 265;
	height: 150;
	margin-left: 10%;
}
h3  { font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}
}
.container-fluid #left ol {
	font-size: 18px;
}
p.colorchange {color:#FFFDFD}
	.img-responsive {max-width: 100%;
	padding-right: 5px; padding-bottom: 3px;}	
/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:-5px;
	float: right;	
	font-size: 25px;	
	color:#0D1E4F;	
	text-transform:uppercase;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-weight:900;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;	
}

.menu ul.nav-tabs li {
	color:#000;	
}


.nav-tabs > li {
	float: right;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#333;
	padding:15px;
}

.nav-tabs > li > a:hover {	
	color: #0C5A79;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #1D3465;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
	.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}


.panel-body {padding: 20px 20px 10px;
	padding-top: 70px;
}

.panel-group .panel+.panel{
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.panel-group .panel{
 border-radius:4px;
}

.panel-heading{
	border-radius:4px;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}


.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 40px;
  line-height: 38px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background-color: white;
  color:#fff;
  border-radius:4px;
}

.panel-heading.active a.accordion-toggle i{
  background: white;
  color: #fff;
  border-radius:4px;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: white;
  color: #fff;
}

footer {
	text-align: center;
	color: #020202;
	padding-top: 20px;
	font-size: 12px;
	clear: both;border-top: thin solid #858586;
	padding-bottom: 20px;
}

