@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* CSS Document */

html {font-size: 1.1em;  /* 22px */}

body {
 	font-family: 'Open Sans', sans-serif;	
    font-size: 100%;     /* flexible baseline */
    line-height: 1.4;
}

img{
	width:100%;
}
h3{
	color: rgb(31, 99, 145);
	font-size: 120%;
	line-height: auto;
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
} 

h4{
	color: #333;
	font-size: 70%;
	line-height: auto;
	margin-top:0;
	margin-bottom:20px;
} 

.pagetitle{
	font-size:1.3em;
	background:#ccc;
	padding:10px;
}
.subtitle{
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin:10px;
}

.SubTitleWhite {
    font-weight: bold;
    color: #FFFFFF;
	margin-bottom:20px;
}
p{
	font-size:100%;
}
p.option{
	font-size:135%;
	font-weight:bold;
	color:#333333;
	margin-bottom:0;
}
.small{
	font-size:0.8em;
}
label{
	display:block;
	color: rgb(31, 99, 145);
	font-weight:bold;
	margin-top:20px;
}
input[type=text],input[type=number],textarea{
	padding:5px;
	font-size:100%;
	border:1px solid #ccc;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
}

/* SELECT */

.plain-select  {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:90%;
}
.plain-select.half{
	width:53%;
}
.plain-select select {
	line-height:normal;
	height:33px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:200px;
	border-radius:6px;
	display:block;
	width:100%;
	border:1px solid #c8c8c8;
	background:#fff;
	color:#333;
	padding:5px 20px 3px 10px;
	margin:0;
	line-height:normal;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:105%;
}
.ie8 .plain-select select{padding-right:3px}
.plain-select select:focus {
	background:#f9f9f9;
	outline:none;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 7px rgba(100,100,100,0.3);
	border-color:#00c0f3;
}
.plain-select ::-ms-expand {
 display:none;
}
.plain-select:after{
	content:"";
	position:absolute;
	z-index:2;
	right:8px;
	top:50%;
	margin-top:-3px;
	height:0;
	width:0;
	border-top:6px solid #67b5e0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	pointer-events:none;
}
label{display:block}
.label-stacked {
	display:block;
	color:#252525;
	padding:10px 0 7px 2px;
	font-weight:normal;
	line-height:1.1;
}

.btn{
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    border: none;
    background-color: #0673ba;
    text-align: center;
	font-size:100%;
    line-height: 1;
    padding: 14px 22px;
    color: #f8f8f8;
	-webkit-appearance: none;
	text-decoration:none;
}
.btn.small{
	font-size:0.9em;
}
a:-webkit-any-link{
	text-decoration:none;
}
.btn a, .btn a:visited{
	color:#f8f8f8;
	text-decoration:none;
}
.errormsg{
	color:#ff0000;
}

.reqlabel{
	float:none !important;
	text-align:center;
	color:#ff0000;
}

input[type="radio"] {
	width:20px;
	float:left;
	margin:5px 5px 0 0;
}
input[type="checkbox"]{
	width:20px;
	float:left;
	margin:0 5px 0 0;
}
.padL40{
	margin-left:40px;
}
.Task{
    font-size: 1.3em;
	line-height:130%;
    font-weight: bold;
    color: #1F6391;
	margin:10px 0;
}
.Task.reg{
    font-size: 1.0em;
}
.resources{
	font-size:1.3em;
}
.clearfix{
	clear:both;
}
.small{
	font-size:0.8em;
}
.full{
	width:87%;
}
img.sizeit200{
  width:200px;
}
img.sizeit50{
  width:50px;
}
.droparrow{
	max-width:20px;
	margin-bottom:-2px;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button], .blueBtn {
	font-size:1.2em;
}
/* The side navigation menu */
.menutrigger{
	float:right;
	margin:0px 20px;
    padding: 5px 10px;
    background-color: #0673ba;
    color: white;
    cursor: pointer;
	font-size:1em;
}
.menutrigger:after{
	clear:both;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 22px;
    text-decoration: none;
    font-size: 1.0em;;
    color: #818181;
    display: block;
    transition: 0.3s;
	text-align:left;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 22px;
	color:#33CCFF;
}
.sidenav .closebtn span{
	font-size:24px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* DOWNLOAD BUTTONS */
.dl{
	text-align:center;
}
.dl img{
	max-height:60px;
	max-width:40%;	
}

.addmore2, .addmore3, .addmore4 {
	margin:40px 0;
}
.addmore2 img, .addmore3 img, .addmore4 img {
    margin: 0 5px -15px 10px;
}

.closeX {
    margin-left: 20px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    color: #cc0000;
    text-decoration: underline;
}


/* CAREER OPPORTUNITIES */
.appbtns{
	width:100%;
	text-align:center;
}
img.ebtn{
	width:60%;
	margin:0 auto;
}






/* nav */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0673ba;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 30px; }

nav#nav-main {
  background-color: #0673ba;
  padding: 10px 0; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #950025;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-main a:hover {
      background-color: #af002c;
      color: #fff; }

nav#nav-mobile {
	  position: relative;
	  display: none; }
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: -40px;
	margin-right: auto;
	text-align: center;
	background-color: #0673ba; }
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #ccc; }
nav#nav-mobile li:last-child {
	  border-bottom: none; }
nav#nav-mobile a {
	display: block;
	color: white;
	padding: 5px;
	text-decoration:none; }
nav#nav-mobile a:hover {
	  background-color: #0673ba;
	  color: #fff; }
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } 
}
	  
/*==================     WebsiteAlive CHAT    ======================*/
.chat_dock{
	position:fixed;
	z-index:10001;
	cursor:pointer;
	bottom:0;
	right:0;
}
