@charset "UTF-8";

 

h1, h2, h3, h4, h5, h6, p, li, a, span {
margin:0;    
-webkit-font-smoothing: antialiased;	
font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1{color:#525252; font-weight: 700;margin-bottom: 15px; text-transform:uppercase;}
h2{color:white;   text-transform:uppercase;padding:5px;font-style:italic;font-weight: 700;}
h3{color:white;   font-weight: 700;}
p{/*font-size: 18px;
  margin-bottom: 5px;*/
  /*float: left;*/
  margin-bottom:15px;
  /*line-height: 24px;*/
  line-height: 26px;}
ul, ol {
    margin: 0;
	margin-bottom: 30px;
	margin-top:5px;
	    clear: both;
}
li{
/*line-height:24px;	
margin:0;*/
    line-height: 20px;
    margin: 0;
	margin-bottom: 7px;
}
#footer p, #footer a { } 
#footer #phone, #footer #email{
	font-size: 15px;
    font-weight: 400;
}
#phone, #email{
color:white;
text-decoration:none;	
font-style:normal;
font-size:16px;
font-weight:600;
}
a { color:#116896; text-decoration:none; font-weight:400;  line-height: 24px;}
a:visited {color:#116896;}
a:hover {color:#0089BF;;text-decoration:underline;}
a:active {color:#116896;}
#footer { background-color: #023447;  }
#footer p, #footer a {color:white;font-style: normal;margin: 0; }
#footer a:visited {color:white;}
#footer a:hover {color:#116896;}
#footer a:active {color:white}
#phone{
color:white;	
}





 
/* Mobile Layout: 480px and below. */
 h1{font-size:24px;    line-height: 27px;}
h2{font-size:26px;}
h2.sub{font-size:26px;}
h3{font-size:24px;}
p{ font-size:16px;/*overflow:visible;*/}
a{font-size:16px;}
#footer p, #footer a {font-size:16px;} 

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
 h1{font-size:31px;line-height:36px;}
h2{font-size:39px;}
h2.sub{font-size:29px;}
h3{font-size:29px;}
p{ font-size:19px;/*overflow:hidden;*/}
a{font-size:16px;}
#footer p, #footer a {font-size:16px;} 
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1051px) {
 h1{font-size:31px;line-height:36px;}
h2{font-size:49px;}
h2.sub{font-size:40px;}
h3{font-size:31px;}
p{ font-size:19px; /*overflow:visible;*/}
a{font-size:16px;}
#footer p, #footer a {font-size:16px;} 
}