body{
	color:#333;
	font-family: helvetica, arial, sans-serif;;
	font-size:1em;
	font-weight:300;
	margin:0px;
}
h1{
	font-family: helvetica, arial, sans-serif;;
	line-height:1em;
	margin:.45em 0;
	padding:0;
}
h2, h3, h4{
	font-family: helvetica, arial, sans-serif;;
	line-height:1em;
	margin:.45em 0;
	padding:0;
}
h2{
	text-transform:uppercase;
}
hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  text-align: left;
  clear: both;
  margin-bottom: 15px;
} 
h1 {
	font-size: 3em;
	font-weight:400;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h2 {
    font-size: 2em;
    margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:300;
}

h3 {
    font-size: 1.5em;
    margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:400;
}

h4 {
    font-size: 1.2em;
    margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
	font-weight:400;
}
a,
a:visited,
a:active,
a:hover{color:#2CBD92;}
a:hover{ text-decoration:none;}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

.wrapper{
	width: 100%; 
	margin: 0 auto;
}
.wrapper-c{
	width: 0%; 
	margin: 0 auto;
}
#header{
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0em;
	padding-right:0em;
	margin: 0em;
}
#menu{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-color: #2CBD92;
}
#menu a{
	color:#fff;
}
#mbanner{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#E0E4E7;
}
#mbanner img{
	vertical-align:text-top;
}
#logo{
	text-align:center;
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}
#logo p,#phone p{
	padding:0px;
	margin:0px;
	line-height:150%;
}
#phone{
	width: 100%;
	padding: 0em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	text-align:center;
}
#phone img{
	margin-left:0.5em;
	margin-right:0.5em;
}
#bluebar{
	background-color: #fff;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align:center;
	margin:0px;
}
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
div.document {
	padding: 1.5em;
	width: 80%;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	background-color: #CBE7FF;
	text-align:left;
}
#social{
	width: 100%;
	background-color: #E0E4E7;
	text-align: center;
	margin: 0px;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
	color: #2CBD92;
	font-weight: 400;
}
#social img{
	margin-left:2em;
	margin-right:2em;
}
#social h2{
	color:#2CBD92;
}
#ctas{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left:1em;
	padding-right:1em;
	background-color: #2CBD92;
}
.iconn{
	margin-bottom:2em;
	margin-left: 2%;
	margin-right: 2%;
	width:46%;
	float:left;
	min-height:250px;
	background-color:#fff;
}

.iconn-text{
	padding-top: 10px;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
.iconn-text p{
	font-size:1.0em;
}
#footer{
	width: 100%;
	text-align: center;
	background-color: #2CBD92;
	color: #fff;
	margin: 0px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	font-weight:400;
	font-size:0.9em;
}
#footer a{
	text-decoration:underline;
	color:#fff;
}
#footer p.clause{
	font-size:0.8em;
}

p{ margin:0 0 1.0em;
	line-height:1.4em; 
	font-size:0.9em;
}

e
ul.cols {
	list-style-type:none;
}
ul.cols li{
	margin-bottom:20px;
	line-height:1.4em;
}

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

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

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

a.buttonlink{
	background:#0C4D9D;
	border-radius:7px;
	color:#fff;
	padding:10px;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}
a.buttonlink:hover{
	background:#009EE3;
}


/* 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) {

}

/*
TABLET START
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: 600px) {

}

/*
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: 800px) {

.wrapper, .wrapper-c{
	max-width: 1200px; 
	margin: 0px auto;
}

.iconn{
	margin-left: 1%;
	margin-right: 1%;
	width:23%;
}

.iconn-text{
	font-size:1em;
}

ul.cols {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
} 
#logo {
	width: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#phone {
	float:right;
	width:250px;
	text-align:right;
	padding-top: 2em;
}
#content{
	padding-bottom: 1em;
	padding-top: 2em;
	padding-left:2em;
	padding-right:2em;
}
div.document {
	padding: 3em;
	width: 60%;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	background-color: #CBE7FF;
}
#social{
	padding-bottom: 2em;
	padding-top: 3em;
	padding-left:2em;
	padding-right:2em;
}
#footer{
	padding-bottom: 2em;
	padding-top: 3em;
	padding-left:2em;
	padding-right:2em;
}
}

/*
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; }
}