@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 21, 2017 */



@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.form-group.required label:after { 
content:"*"; 
color:red;
}

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-default {
    background-color: #00349A;
 	border:none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}

.navbar-default .navbar-nav > li{
	width: 100%;
	text-align:left;
	padding-left: 10px;
}

.navbar-collapse{
	padding: 0;
}

.navbar-nav{
	width: 100%;
}

.footer-link a{
	color:	#FFF;
	text-decoration:none;
}

.listPadding a{
	color:#000;
	text-decoration:none;
}


body{
	font-family:'open_sansregular', Arial;
	font-size: 14px;
	background-color:#FFF;
}

.paddingTopBottom15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.topPadding{
	padding-top:30px;
}

.listPadding{
	padding-bottom:10px;
}
	

.imgFooter{
	background-color: #eeeeee;
	font-size:1.4em; 
	text-align:center; 
	padding:15px 0; 
	color:#6a6969;
	text-transform:uppercase;
	
}

.activeMenu{
	background-color: #51699a;
}

.myTopFooter{
	background-color:#333742; 
	border-top:2px solid #ff0005; 
	margin-top:60px; 
	padding:30px 0;
	color:#fff;
}

.myBottomFooter{
	background-color:#333742; 
	border-top:1px solid #3f434d; 
	padding:10px 0; 
	color:#7f7f7f;
}

.redBubble1{
position:absolute; 
top:-10px; 
right:62px;	
}

.bottomLogo{
	display:none;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	

	
	.redBubble1{
position:absolute; 
top:-50px; 
right:80px;	
}
	
	.topPadding{
	padding-top:0;
}

.navbar-default .navbar-nav > li{
	width: 100%;
	text-align:left;
	padding-left: 0;
}


#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.listPadding{
	padding-bottom:5px;
}

.bottomLogo{
	
	display:inline-block
	
}

.navbar-default .navbar-nav > li{
	width: 16.66%;
	text-align:center;
}

#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}