
@charset "utf-8";

/* Eric Meyer Reset, v1.0 | 20080212, http://meyerweb.com/eric/tools/css/reset/index.html, modified */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}/* mods */h1,h2,h3,h4,h5,h6{font-weight:normal}
/* CLEAR FIX*/.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix { height: 1%;} .clearfix {display: block;}
/* IE image scaling */ img { -ms-interpolation-mode:bicubic; }

div.columns {
    padding: 0 2.5%;
}
body {
    font-family: 'verbregular';
}
header {
    height: 75px;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 22px;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
header ul {
    padding-top: 5px;
}
header li {
    float: left;
    display: inline-block;
    list-style: none;
    padding: 2px 2%;
    width: 50%;
    text-align: right;
}

header a.smallLogo {
    display: block; 
}
header a {
    color: #666;
}
header .twitter,
header .facebook {
    text-indent: -999999px;
    display: block;
    height: 15px;
    width: 15px;
    background: #ccc;
}
header div.smallLogo {
    width: 80px;
    position: absolute;
    margin-top: 4px;
}
header + .hero {
    margin-top: 65px;
}
section h2 {
    font: 24px/32px 'verbsemibold', sans-serif;
    text-align: center;
    color: #666;
}
section.hero {
    background: url("../images/blueHero.png") left top no-repeat;
    padding: 45px 0;
    background-size: cover;
    min-height: 200px;
    overflow: hidden;
}

.hero h1 {
    font: 34px/45px 'verblight', sans-serif;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0, 0.5);
    position: absolute;
    left: 0 !important;
}
.about {
    background: #F8931D;
    border-top: 20px solid #D37F25;
    color: #fff;
    padding: 25px 0 45px;
}
.about h2 {
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px 10px 0px;
    
}
.about .pronounce {
    display: inline-block;
    vertical-align: middle;
    font-family: 'verbsemibold';
}
.about .pronounce span {
    display: inline-block;
    margin: 0 5px;
}
.about .pronounce + span {
    display: block;
    font: 14px/22px 'verbregular_italic', sans-serif;
}
.about ol {  
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
    border-top: 1px solid rgba(255,255,255, 0.5);
    padding-bottom: 10px;
 }
.about ol li{ 
    display: block;
    padding: 5px 0;
    font: 14px/28px 'verblight', sans-serif;
}
.about ol span {
    display: block;
    float: left;
    color: #444;
    font-family: 'verbsemibold';
    margin-right: 10px;
    padding-bottom: 10px;
}
.about p {
    font: 18px/30px 'verblight', sans-serif;
}
.featured {
    border-top: 20px solid #787878;
    background: #a8a8a8;
    padding: 45px 0 55px;
}
.featured h2 {
    margin-bottom: 15px;
}
.featured .slideshow {
    position: relative;
}
.featured .slide {
    max-width: 100%;
}
#featuredNext,
#featuredPrev {
    display: block;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    z-index: 8888;
    height: 99%;
    width: 50px;
}
#featuredNext {
    right: 0;
    background: rgba(0,174,239,0) url("../images/featuredNext.png") center center no-repeat;
}
#featuredPrev {
    left: 0;
    background: rgba(0,174,239,0) url("../images/featuredPrev.png") center center no-repeat;
}
#featuredNext:hover,
#featuredPrev:hover {
    background-color: rgba(0,174,239,0.45);
}
.services {
    text-align: center;
    border-top: 20px solid #ddd;
    padding: 45px 0 ;
}
.services .service {
    padding: 45px 0;
}
.service + .service {
    border-top: 1px solid #ccc;
}
.service h3 {
    font: 22px/32px 'verbregular', sans-serif;
    margin: 20px 0px 10px;
}
.services li {
    list-style: none;
    font: 16px/24px 'verblight', sans-serif;
    text-transform: uppercase;
    padding: 5px 2%;
}
.contact {
    background: #585858;
    border-top: 20px solid #414141;
    padding: 45px 0 45px;
}
.contact h2 {
    color: #e6e6e6;
    margin-bottom: 15px;
}
.contact h3 {
    color: #ccc;
    text-align: center;
    
}
footer {
    background: #414141;
    border-bottom: 20px solid #232323;
    padding: 25px 0 15px;
}
footer li {
    width: 50%;
    float: left;
    list-style: none;
    text-align: right;
    padding: 5px 5%;
}
footer li:nth-child(2n+2) {
    text-align: left;
}
footer a {
    color: #fcfcfc;
    text-transform: uppercase;
}
.copyright {
    text-align: center;
    font: 12px/18px 'verblight_italic', sans-serif;
    color: #ccc;
    margin-top: 10px;
}
.contact textarea {
    min-height: 200px;
}
#fscf_required1 {
    margin: 25px 0 -10px;
    color: #c6c6c6;
    font-size: 12px;
    text-align: right;
}
.contact label {
    color: #F7941E;
    margin-bottom: 10px;
}
.contact input[type=text],
.contact textarea{
    background: #999;
    border: #111;
    margin-bottom: 20px;
    resize: vertical;
}
input[type=submit] {
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #F7941E;
    border-bottom: 5px solid #D67E19;
    border-top: 5px solid rgba(0,0,0,0);
    transition: all 0.3s linear;
    color: #fff;
    font: 14px/14px 'verbsemibold', sans-serif;
    display: block;
    width: 100%;
}
input[type=submit]:hover {
    cursor: pointer;
    background: #D67E19;
    border-top: 5px solid #B7681A;
    border-bottom: 5px solid #D67E19;
    color: #ccc;
}
#fscf_redirect1 {
    text-align: center;
    color: #6FBF66;
    padding: 5%;
    background: rgba(255,255,255, 0.15);
}
section.customizer section {
	display: block;
	padding: 45px 0;
}
section.bills {
    padding: 200px 0 500px !important;
}
.bills .bill {
    position: relative;
    border: 1px solid #666;
    padding-left: 0;
    padding-right: 0;
}
.bill:after {
    padding-top: 5%;
    display: block;
    content: '';
}
.bill a {
    top: 50%;
    margin-top: 20%;
    background: #f79521;
    color: #fff;
    transition: all 0.25s ease-in-out;
    display: block;
}
.bill a h2 {
    color: #fff;
    padding: 10px 0;
}
.bill a:hover  {
    background: rgba(247, 139, 33, 0.75);
    color: #fff;
}















@media only screen and (min-width: 40.063em) { /*641px*/ 
    header div.logo {
        background: #f7f7f7;   
    }
    section.hero {
        min-height: 350px;
        padding-top: 100px;
    }
    .hero h1 {
        font-size: 45px;
    }
    section h2 {
        font-size: 30px;
    }
    .about ol {
        padding-left: 20px;
    }
    .service + .service {
        border: none;
    }
    .featured h2 {
        margin-bottom: 30px;
    }
    #featuredNext, 
    #featuredPrev {
        width: 150px;
        height: 100%;
    }
    footer li {
        width: auto;
    }
    .copyright {
        font-size: 16px;
    }
    input[type=submit] {
        width: auto;
        float: right;
    }
}