/* --------------------------------------
   Layout
   -------------------------------------- */
body{
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(../../images/body_bg.png);
	background-repeat: repeat;
	background-position: center center;
}

header,footer,nav,aside,section{
	display:block;
}

#header{
	position:absolute;
	left:0px;
	top:0px;
	height:192px;
	width:100%;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	border-bottom-color: #a0a0a0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #F9FCFF;
	background-image: url(../../images/header.jpg);
	background-position: center;
}

#bigCallout{
	width:98%;
	margin:auto;
	margin-top:15px;
}

.box{
	background-color:rgba(239,239,239,0.60);
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.5);
	margin-bottom:15px;
	padding-bottom:20px;
}

.box-heading{
	border-bottom:1px solid #cfcfcf;
}

.box-heading h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	color:#2789ff;
	font-size:32px;
}

.box-text{
	margin-top:10px;
}

.box-text p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#3f3f3f;
	line-height:25px;
}

.list{
	font-family:Arial;
	font-size:16px;
	color:#3f3f3f;
	line-height:35px;
	padding-top:5px;
}

.blue{
	color:#2789ff;
}

.link{
	text-decoration:underline;
}

.btn-blue{
	background-color:#2789ff;
	color:#fff;
	border-radius:0px;
	padding:3px 15px;
}

.port-holder{
	margin:14px 6px;
	width:46%;
	padding:0;
}

.right-section{
	padding-left:0;
	width:32.4%;
}

.port-image{
	width:150px;
	height:110px;
	border:1px solid #cfcfcf;
}

.port-image > a > img{
	height:100%;
	width:100%;
}

.port-text a{
	font-family: 'Muli', sans-serif;
	color:#303030;
	margin:5px 0px;
	height:20px;
}



/* --------------------------------------
   Typography
   -------------------------------------- */


/* --------------------------------------
   Navbar
   -------------------------------------- */
   
   .navbar-brand{
   		box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.25);
		-moz-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.25);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(119, 119, 119, 0.25);
		border: 2px solid #FFF;
		border-top:none;
		max-width: 278px;
		width:278px;
		margin-top:0;
		height: 78px;
		float:left;
		background-image: url(../../images/logo-bg.png);
   }
   
   #menuBar{
   		width:1090px;
   }
   
   .navbar{
     background-color: transparent;
   }
   
   .navbar-nav{
      margin-top: 8px;
	  background-color:rgba(196,196,196,.85);
	  border:solid 2px #fff;
   }

   .navbar-nav li{
      list-style: none;
      padding: 0px 2px;
      margin: 5px 0px;
      font-family: 'Source Sans Pro', sans-serif;
	  font-weight:400;
	  font-size:16px;
	  text-align:center;
	  border-right:1px solid #666;
   }
   
    .navbar-nav li.none{
		border-right:none;
	}
   .navbar-nav > li > a {
	   
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      text-decoration: none;
      color: #323232;
      -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
      -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
      -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
      -o-transition: border .15s ease-in-out, color .15s ease-in-out;
      transition: border .15s ease-in-out, color .15s ease-in-out;
   }

   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus {
     color: #2789ff;
	 background-color:transparent;
   }

   .navbar-nav > .active > a,
   .navbar-nav > .active > a:hover,
   .navbar-nav > .active > a:focus {
      color: #2789ff;
	  background-color:transparent;
	  font-weight:700;
   } 
   



/* --------------------------------------
   Carousel
   -------------------------------------- */
	#myCarousel{
		width:95%;
		margin:auto;
		margin-top:8%;
	}
		
/* --------------------------------------
   Global Styles
   -------------------------------------- */



.display{
	display:none;
}

#footer {
	bottom:0;
	left:0;
	width:100%;
	position:relative;
	padding:8px;
	background:#efefef;
	border-top-color: #2787fc;
	border-top-width: 5px;
	border-top-style: solid;
	text-align: center;
	font-family: 'Muli', sans-serif;
	color:#303030;
	font-size: 15px;
	text-align:center;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	z-index: 100;
}

.no{
	padding-left:0px;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 580px) {
	#myCarousel{
		width:95%;
		margin-top:30%;
	}
	.port-holder{
		margin:10px 15px;
		width:40%;
		padding:0;
	}
	.right-section{
		padding-left:15px;
		width:100%;
		margin:auto;
	}
	.navbar-toggle{
	   top:30px;
	   right:10%;
   }
   
  
   
   .navbar{
		z-index:999999;
   }
      
      
   #menuBar{
   		width:84%;
   }
   
   
   .navbar-nav{
      margin-top: 10px;
	  background-color:rgba(196,196,196,.85);
	  border:solid 2px #fff;
   }
   

   .navbar-nav li{
      list-style: none;
      padding: 0px 10px;
      margin: 5px 0px;
      font-family: 'Source Sans Pro', sans-serif;
	  font-weight:400;
	  font-size:16px;
	  text-align:center;
	  border-right:1px solid #666;
   }
   
    .navbar-nav li.none{
		border-right:none;
	}
   .navbar-nav > li > a {
	   
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      text-decoration: none;
      color: #323232;
      -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
      -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
      -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
      -o-transition: border .15s ease-in-out, color .15s ease-in-out;
      transition: border .15s ease-in-out, color .15s ease-in-out;
   }

   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus {
     color: #2789ff;
	 background-color:transparent;
   }

   .navbar-nav > .active > a,
   .navbar-nav > .active > a:hover,
   .navbar-nav > .active > a:focus {
      color: #2789ff;
	  background-color:transparent;
	  font-weight:700;
   } 
}

/* Landscape phone to portrait tablet */
@media (min-width: 580px) and (max-width: 767px) {
   #myCarousel{
		width:100%;
		margin-left:5px;
		margin-top:20%;
	}
	.port-holder{
		margin:10px 5px;
		width:30%;
		padding:0;
	}
	.right-section{
		padding-left:15px;
		width:100%;
		margin:auto;
	}
	.navbar-toggle{
	   top:30px;
	   right:10%;
   }
   
  
   
   .navbar{
		z-index:999999;
   }
      
      
   #menuBar{
   		width:84%;
   }
   
    .navbar-brand{
 		float:none;
		left:0;
		right:0;
		margin:auto;  
		position:relative;
   }
   
   
   .navbar-nav{
      margin-top: 10px;
	  background-color:rgba(196,196,196,.85);
	  border:solid 2px #fff;
   }
   

   .navbar-nav li{
      list-style: none;
      padding: 0px 10px;
      margin: 5px 0px;
      font-family: 'Source Sans Pro', sans-serif;
	  font-weight:400;
	  font-size:16px;
	  text-align:center;
	  border-right:1px solid #666;
   }
   
    .navbar-nav li.none{
		border-right:none;
	}
   .navbar-nav > li > a {
	   
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      text-decoration: none;
      color: #323232;
      -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
      -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
      -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
      -o-transition: border .15s ease-in-out, color .15s ease-in-out;
      transition: border .15s ease-in-out, color .15s ease-in-out;
   }

   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus {
     color: #2789ff;
	 background-color:transparent;
   }

   .navbar-nav > .active > a,
   .navbar-nav > .active > a:hover,
   .navbar-nav > .active > a:focus {
      color: #2789ff;
	  background-color:transparent;
	  font-weight:700;
   } 
}


/* Unknown device */
@media (min-width: 767px) and (max-width: 990px) {
	#myCarousel {
	width: 83%;
	margin-top: 20%;
	margin-left: 9.2%;
	}
	.right-section{
		padding-left:15px;
		width:100%;
		margin:auto;
	}
	.port-holder{
		margin:14px 5px;
		width:23%;
		padding:0;
	}
      
   #menuBar{
   		width:84%;
   }
   
   
   .navbar-nav{
      margin-top: 10px;
	  background-color:rgba(196,196,196,.85);
	  border:solid 2px #fff;
   }
   
    .navbar-brand{
 		float:none;
		left:0;
		right:0;
		margin:auto;  
		position:relative;
   }
   
   .navbar-nav.pull-right{
	   float:none;
   }
   

   .navbar-nav li{
      list-style: none;
       width:16.5%;
      margin: 5px 0px;
      font-family: 'Source Sans Pro', sans-serif;
	  font-weight:400;
	  font-size:11px;
	  text-align:center;
	  border-right:1px solid #666;
   }
   
    .navbar-nav li.none{
		border-right:none;
	}
	
   .navbar-nav > li > a {
	   
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      text-decoration: none;
      color: #323232;
      -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
      -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
      -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
      -o-transition: border .15s ease-in-out, color .15s ease-in-out;
      transition: border .15s ease-in-out, color .15s ease-in-out;
   }

   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus {
     color: #2789ff;
	 background-color:transparent;
   }

   .navbar-nav > .active > a,
   .navbar-nav > .active > a:hover,
   .navbar-nav > .active > a:focus {
      color: #2789ff;
	  background-color:transparent;
	  font-weight:700;
   } 
}

/* Large desktop */

@media (min-width: 1080px) and (max-width: 1200px) {
	#myCarousel {
		margin-top: 15%;
		width: 100%;
		margin-left: 0.5%;
	}
}

@media (min-width: 990px) and (max-width: 1080px) {
	#myCarousel {
		margin-top: 15%;
		width: 92%;
		margin-left: 4.5%;
	}
}
@media (min-width: 990px) and (max-width: 1200px) {
	
		
  	.port-holder{
		margin:14px 20%;
		width:100%;
		padding:0;
	}
	
  
      
      
   #menuBar{
   		width:84%;
   }
   
   .navbar-brand{
 		float:none;
		left:0;
		right:0;
		margin:auto;  
		position:relative;
   }
   
   .navbar-nav{
      margin-top: 10px;
	  background-color:rgba(196,196,196,.85);
	  border:solid 2px #fff;
   }
   
   .navbar-nav.pull-right{
   		float:none;
   }
   

   .navbar-nav li{
      list-style: none;
      width:16%;
      margin: 5px 0px;
      font-family: 'Source Sans Pro', sans-serif;
	  font-weight:400;
	  font-size:16px;
	  text-align:center;
	  border-right:1px solid #666;
   }
   
    .navbar-nav li.none{
		border-right:none;
	}
   .navbar-nav > li > a {
	   
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      text-decoration: none;
      color: #323232;
      -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
      -moz-transition: border .15s ease-in-out, color .15s ease-in-out;
      -ms-transition: border .15s ease-in-out, color .15s ease-in-out;
      -o-transition: border .15s ease-in-out, color .15s ease-in-out;
      transition: border .15s ease-in-out, color .15s ease-in-out;
   }

   .navbar-nav > li > a:hover,
   .navbar-nav > li > a:focus {
     color: #2789ff;
	 background-color:transparent;
   }

   .navbar-nav > .active > a,
   .navbar-nav > .active > a:hover,
   .navbar-nav > .active > a:focus {
      color: #2789ff;
	  background-color:transparent;
	  font-weight:700;
   } 
}

.error{
	border:1px solid #a52a2a;
	background-color:#f0c4c4;
	padding:5px 10px;
	margin-bottom:5px;
}

.error > p{
	color:#a52a2a;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
}

.success{
	border:1px solid #2aa52a;
	background-color:#c4f0c4;
	padding:5px 10px;
	margin-bottom:5px;
}

.success > p{
	color:#2aa52a;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-align:center;
}
