body{
	color:#696A6C;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	font-weight:normal;
	margin:0px;
}
h1, h2, h3, h4{
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
	margin:.45em 0;
	padding:0;
}
hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  text-align: left;
  clear: both;
  margin-bottom: 15px;
} 
h1 {
    font-size: 3em;
    margin: 0.67em 0;
}

div#maximenuck118 ul.maximenuck li.maximenuck.level1.active {
  background-color:#032668;
}

h2 {
    font-size: 1.5em;
    margin: 0.2em 0;
}

h3 {
    font-size: 1.3em;
    margin: 1em 0;
}

h4 {
    font-size: 1.1em;
    margin: 1.33em 0;
}

a,
a:visited,
a:active,
a:hover{color:#00AFE1;}
a:hover{ text-decoration:none;}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}
  
.wrapper{
	width: 100%; 
	margin: 0 auto;
}
#photo{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#032668;
}
#photo img{
	vertical-align:top;
}
#photo  p{ margin:0px;
	line-height:100%; 
	}
#blueband p, #blueband h2, #footer{
	color:#FFF;
	line-height:1.5em;
}
#header{
	width:100%;
	padding-top:0.8em;
	margin-bottom:0em;
}
#logo{
	width:100%;
}
#phone{
	width:100%;
}
#phone h2{
	font-size:1em;
}
#content {
	width:100%;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#blueband{
	width: 100%;
	padding: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#032668;
	text-align:center;
}
#footer{
	width: 100%;
	padding: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#000033;
	text-align:center;
}

p{ margin:0 0 1.5em;
	line-height:1.4em; }


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

.right-img {
	display:block;
	width:100%;
}

.service-img {
	float:right;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

/*colors and backgrounds*/
body{
	background:#fff;
}
h1, h2, h3, h4, h5, h6{
	color:#032668; 
}

a.buttonlink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#8dbc01;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 450px) {


#header{
	padding-top:1.5em;
}
#logo{
	float:left;
	width:60%;
	margin-left:10px;
}
#phone{
	float:right;
	width:35%;
	text-align:right;
	margin-right:10px;
}
#photo-img{
	width:60%;
	margin:0px;
	vertical-align:top;
	float:left;
}
#photo-text{
	float:right;
	width:30%;
	text-align:right;
	margin-right:10px;
}
#content {
}
#phone h2{
	font-size:1em;
}
.right-img {
	float:right;
	width:30%;
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
} 
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1000px; 
	margin: 0px auto;
}
#logo{
}
#phone{
}
#content {
}
#phone h2{
	font-size:1.5em;
}
.right-img {
	max-width:300px;
} 
ul.cols {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
} 
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}