@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
.hidden {display: none;}
.margintop40 { 
margin-top: 40px;
}
.margintop20 { 
margin-top: 20px;
}
.margintop10 { 
margin-top: 10px;
}
.marginbottom40 { 
margin-bottom: 40px;
}
.marginbottom20 { 
margin-bottom: 20px;
}
.marginleft15 { 
margin-left: 15px;
}
.marginleftminus15 { 
margin-left: -15px;
}

.logomargin {
	margin-top: 40px;
	margin-bottom: 30px;
}
.topphone {
	font-size: 25px;
	line-height: 50px;
	padding-left: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	float: left;
}
.floatleft { float: left;
clear: right;
}
.redphone {color: #d0112b; 
float: left;}
 .greyline {
	 line-height: 30px;
	 background-color: #333;
	 margin-top: 20px;
	 margin-bottom: 5px;
	 color: #999999;
	 font-size: 11px;
	 padding: 5px;
	 padding-right: 20px;
	 text-align:right;
}
 .greyline a {
	 color: #FFF;
}
.footer {
	background-color: #999;
}
.footericons {
	float: left; 
	margin-right: 20px;
}

.footericontext {
	float: left;
	font-size: 16px;
	width: auto;
 }
.footericoncontainer {
	float: left;
	width: auto;
	margin-bottom: 5px;
	margin-right: 30px;
}

.footericoncontainerright {
	float: right;
	width: auto;
	margin-bottom: 5px;
}
.homeblock {
	background-color: #000000;
	border: 6px solid #ed1c24;
	padding: 30px; }
	
.yellowblocks {
color: #ffcb05;
padding: 5px;
margin-top: 20px;
font-size: 26px;
font-weight: bold;
line-height: 34px;
}
.greyblocks {
background-color: #f8f8f8;
color: #323232;
padding: 20px;
margin-top: 20px;
font-size: 20px;
font-weight: bold;
line-height: 24px;
}

.biline {font-size: 30px;
padding-top: 20px;}	

.white {
	color: #ffffff;}
.whitelinks {
	color: #FFFFFF;
	text-decoration: none;}
a.whitelinks {
	color: #FFFFFF;
	text-decoration: none;}
a.whitelinks:hover {
	text-decoration: underline;}
.pageheads {
	background-color: #999999;
	padding: 20px;
	font-size: 30px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 779px) {
		
  h1 {
    font-size: 20px !important;
	line-height: 24px;
}

h2 {
    font-size: 18px !important;
	line-height: 22px;
}		
.pageheads {
    background-color: #999999;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    padding: 5px;
}

.jumbotron {padding: 10px;}
.container {padding: 5px!important;}
.centered-mobile {align-content: center!important;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.navbar-header {
    display: none;
  }

.topphone {
	font-size: 20px !important;}	
		
		
}

@media only screen and (min-width: 1024px) {		
	.navbar-header {
    display: none;
  }
	
}


@media (min-width: 768px) {
  

}
