/* CSS Resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0;}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    
}
.wp-caption-text{
  background: rgba(0,0,0,0.9);
    padding:15px;
    color:#fff;
    font-size: .8em;
}

p{
margin:0 0 1em 0;
line-height:1.5em;
}
.ContentBox li{margin:1.5em;}

.container {
  width: 100%;
}
.row {
  max-width:980px;
  margin: 0 auto;
  overflow: hidden;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  margin:1% 0 0 2%;
  float: left;
  min-height: 1px;
}

.row .onecol {width: 6.33333333333333333%;}
.row .twocol {width: 14.6666666666666666%;}
.row .threecol {width: 22%;}
.row .fourcol {width: 31.333333333333333%;}
.row .fivecol {width: 39%;} 
.row .sixcol {width: 46.5%;}
.row .sevencol {width: 56.33339905569796%;}
.row .eightcol {width: 63.666666666666666%;}                                           
.row .ninecol {width: 73%;}
.row .tencol {width: 81.3333333333333333%;}
.row .elevencol {width: 89.6666666666666666%;}
.row .twelvecol {width: 98%;float: left;}

.last {margin-right: 0px;}

img, object, embed {max-width: 100%;}

img {height: auto;}

.contentrow{
  width:100%;
  float: left;
  margin-top:20px;
}

.contentrow .half{
  width:50%;
  float:left;
}
.contentrow .third{
  width:34%;
  float:left;
}

.contentrow .twothirds{
  width:66%;
  float:left;
}

.contentrow > div:first-child{
  padding-right: 10px;
}
.contentrow > div:last-child{
  padding-left: 10px;
}

.hero{
color: #444;
padding:20px;
text-align: center;
margin-bottom: 1em;
}

a.cta{
background: #50b6fc;
color: #fff;
padding:10px 20px;
text-align: center;
margin: 30px auto;
display: inline-block;
border-radius: 12px;
z-index: 1;
position: relative;
border: 8px solid #fff;
margin-top:-48px;
}

a.cta .cta-header{
margin: 0;
display: block;
font-size:24px;
font-weight: 600;
font-family: "myriad-pro",sans-serif;  
}
a.cta:hover{
color:#fff;
background: #6fc5ff;
}

a.cta.dark{
background: #444;
}

.centered{text-align: center;position: relative;border-top:1px solid #eee;float:left;width: 100%;margin-top:80px;}
h1,h2,h3,h4{
color:#333333;
margin:.5em 0 .3em;
line-height: 1.2;
font-weight:200;
font-family: "myriad-pro",sans-serif;
} 
h2{
color:#999;
font-size:32px;
}   
h3{
font-size:24px;    
}
h4{
font-size:20px;
}

#menu-toggle{
  display:none;
}
#menu-wrap{
  display:block;
  float:right;
}

p a{
white-space:nowrap;
}

body{font-size: 20px; font-weight: 100}

.menu {
  float:right;
}
.menu li {
list-style-type:none;
margin-left:5px;
font-family: "myriad-pro",sans-serif;
font-weight:300;
float:left;
clear:none;
position: relative;
}

.menu > li{
height:60px;
padding:15px 10px 0 10px;
margin:0;
}

.menu li ul{
display:none;
position: absolute;
top:50px;
z-index: 100;
background:rgba(256,256,256,0.95);
box-shadow: 0 0 2px rgba(0,0,0,0.1);
min-width: 100%;
}

.menu li ul li,
.menu li ul li a{
float:left;
clear:both;
width:100%;
margin:0;
display: block;
padding:10px;
}
.menu li ul li{
  padding:0;
}
.menu li ul li a:hover{
background: rgba(0,0,0,0.02);
}

ul.menu li a{
font-size:16px;
color:#222;
}

ul.menu li.current_page_item > a{
color:#222;
font-weight: 700;
}
 ul.sub-menu li a{
  margin-left: 12px;
 }
 ul.sub-menu li a{
  font-size: 16px;
 }

ul#menu-pages li{
text-align:right;
}

.footer .menu {
  float:left;
  width:100%;
}
.footer .menu li {
list-style-type:none;
margin-left:5px;
font-family: "myriad-pro",sans-serif;
font-weight:300;
}

.footer .menu > li{
height:auto;
padding:0 0 5px 0;
margin:0;
}


.footer .menu li ul li{
float:left;
width:50%;
margin:0;
display: block;
padding:10px;
}
.menu li ul li{
  padding:0;
}



.footer ul.menu li{
 float:left;
 width: 50%;
 text-align: left;
}

.footer ul.menu li a{
 font-size:15px;
 color:#fff;
}
.footer ul.menu li.current_page_item > a{
  color:#eee;
}
.footer ul#menu-pages li{
text-align:left;
}
}
@media only screen and (max-width:1150px) {

h2{     
font-size:24px;
}   
h3{
font-size:20px;    
}
h4{
font-size:18px;
}




}/* Smaller screens */

@media only screen and (max-width:959px) {

h2{     
font-size:28px;
}   
h3{
font-size:24px;    
}
h4{
font-size:20px;
}
body{
  font-size:16px;
}

div.navmenu li a{
font-size:12px;
padding:18px 10px;  
}

#headline p{
line-height:1.3em;
}

.contentrow .half,
.contentrow .third,
.contentrow .twothirds{
  width:100%;
  float:left;
} 
.contentrow > div{
  padding:0;
}
.WelcomeText{font-size:18px;}
.PageText{font-size:16px;}
.flex-caption{width:30%;}

.row, body, .container {
  width: 100%;
  min-width: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


.row .ninecol,
.row .tencol,
.row .elevencol,
.row .twelvecol {width: 98%;}

.row .onecol, 
.row .twocol,
.row .threecol,
.row .fivecol,
.row .sixcol,
.row .sevencol{width:47%;}


.row .eightcol{width:64%;}


.row .fourcol {width: 30.666666%;}



}/* Mobile */

@media handheld, only screen and (max-width: 639px) {
p a{
white-space:auto;
}

#menu-toggle{
  display:block;
  background:rgba(255,255,255,0.2) url(../img/menuBars.png) center center no-repeat;
  height:50px;
  width:50px;
  margin:5px;
  border-radius: 3px;
  float:right;
}
#menu-wrap{
  display:none;
  position:absolute;
  top:80px;
  right:0;
  left:0;
  background: rgba(0,0,0,0.85);
}
#menu-wrap ul.menu,
#menu-wrap ul.menu li{
  padding:0;
  margin:0;
  width:100%;
}
#menu-wrap ul.menu li{
  float: left;
  height: 100%;
}
#menu-wrap ul.menu li a{
  padding:15px;
  display: block;
  font-weight: 400;
  color:#fff;
  width:100%;
}
#menu-wrap ul.menu li.current-menu-item > a{
  color: #999;
}
.menu li ul{
  display:block;
  position: relative;
  top:auto;
  z-index: auto;
  background:none;
  box-shadow: none;
  float:left;
}

.hero{
font-size:20px;
}
.hero h1{   
font-size:28px;
text-align:left;
} 

h2{     
font-size:28px;
}   
h3{
font-size:24px;    
}
h4{
font-size:20px;
}


body {
  -webkit-text-size-adjust: none;
  font-size:14px;
}


.row, body, .container {
  width: 100%;
  min-width: 0;
} 

.row{width:96%; margin:2%;}

.row .onecol,
.row .twocol,
.row .threecol,
.row .fourcol,
.row .fivecol,
.row .sixcol,
.row .sevencol,
.row .eightcol,
.row .ninecol,
.row .tencol,
.row .elevencol,
.row .twelvecol {width: 96%; padding:0 2%;}


li.page_item {
  float:none;
  display:inline;
  margin:0 5px;
}

a.LinkButton{
font-size:16px;
padding:5px 5px 2px;
}

.signup{
margin:0;
}
ul#menu-pages li{
text-align:left;
}
}/* Tiny Mobile */

@media handheld, only screen and (max-width: 379px) {

body {
  -webkit-text-size-adjust: none;
  font-size:16px;
}

h2{font-size:18px;}

h3{font-size:16px;}


.row .onecol,
.row .twocol,
.row .threecol,
.row .fourcol,
.row .fivecol,
.row .sixcol,
.row .sevencol,
.row .eightcol,
.row .ninecol,
.row .tencol,
.row .elevencol,
.row .twelvecol{
  width: 96%;
}

.WelcomeText{font-size:14px;}
.PageText{font-size:14px;}

.flex-caption{
  display:none;
}

li.page_item{
  float:none;
  display:inline;
  margin:0 8px 0 0;
}

.navmenu{
  clear:both;
  font-size:21px;
  } 
  
  a.LinkButton{
font-size:14px;
padding:5px 5px 2px;
}
  

.hero{
font-size:20px;
}
.hero h1{   
font-size:28px;
text-align:left;
} 

h2{     
font-size:28px;
}   
h3{
font-size:24px;    
}
h4{
font-size:20px;
}


body {
  -webkit-text-size-adjust: none;
  font-size:14px;
}
  
  
} 