@import url(http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700|Open+Sans);

/*
COLORS

Blue - #3C73B0
Orange - #FF9900

*/

body {
    font-family: 'Exo';
}

.blue {
    color: #3C73B0;
}

.orange {
    color: #FF9900;
}

.white {
    color: #fff;
}

.center {
    text-align:center;
}

.blue-band {
    background: #3C73B0;
}

.orange-band {
    background: #FF9900;
}

.gray-band {
    background: #f2f2f2;
}

.band-img {
    background-size:cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height:450px;
}

.bold {
    font-weight:bold;
    color:#000;
}

.lists {
color: #3C73B0;
font-size: 20px;
font-weight: 600;
}

.lists > a,
.lists > div > a {
color: #3C73B0 !important;
font-size: 20px;
font-weight: 600;
text-decoration: underline;
}

.lists > a:hover,
.lists > div > a:hover {
color: #3C73B0 !important;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

.lists-white {
color: #fff;
font-size: 20px;
font-weight: 600;
}

.lists-white > a,
.lists-white > div > a {
color: #fff !important;
font-size: 20px;
font-weight: 600;
text-decoration: underline;
}

.lists-white > a:hover,
.lists-white > div > a:hover {
color: #fff !important;
font-size: 20px;
font-weight: 600;
text-decoration: none;
}

h1 {
    font-size:44px;
    font-weight: 400;
    margin-top:0;
}

p {
    /*color: #333;
    font-size: 24px;
    font-weight: 100;*/
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #666;
    line-height: 160%;
}

p.smaller {
    /*font-size:16px;*/
    font-size: 14px;
}

.content p > a {
    color: #FF9900;
    text-decoration:underline;
}

.content p > a:hover {
    color: #FF9900;
    text-decoration:none;
}

.navbar-default {
    background-color: #fff;
}

.navbar-brand {
    padding: 25px 15px;
    line-height: 1;
    height: auto;
}

.navbar-brand img {
    width: 215px;
}

.navbar-collapse {
    max-height: inherit;
}

.navbar-toggle {
    margin-top: 25px;
    margin-bottom: 0;
}

.sub-nav-bar {
    height: 40px;
    background: #aaa;
    color: #eee;
    font-size: 14px;
    overflow: auto;
}

.sub-nav-bar li {
    list-style: none;
    margin:0;
    padding:0;
    line-height:40px;
}

.sub-nav-bar ul.sub-nav {
    float:right;
    list-style: none;
    margin:0;
    padding:0;
}

.sub-nav-bar ul.sub-nav li {
    line-height: 40px;
    float:left;
    display:inline-block;
    margin-left:25px;
}

.sub-nav-bar a {
    color: #eee;
    text-transform: uppercase;
    text-decoration:none;
}

.sub-nav-bar a:hover {
    color: #fff;
}

.sub-nav-bar a.map {
    text-transform: none;
}

.sub-nav-bar a img {
    height:24px;
    margin-right:6px;
}

.top-nav {
    float: right;
    margin: 35px 0;
}

.top-nav ul.nav > li > a {
    color: #666;
    text-transform: uppercase;
    font-weight:400;
    padding:0 15px 0 0;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.top-nav ul.nav > li > a:hover {
    color: #333;
}

.phone-number {
    font-size:26px;
    font-weight:600;
    color:#FF9900;
    text-align: right;
}

.phone-number span {
    font-size: 16px;
    display: block;
    margin: 0 0 -20px;
    text-align: right;
}

#pre-footer {
    background: #3C73B0;
    text-align: center;
    padding:20px 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

#pre-footer p {
    color: #fff;
    font-size:18px;
}

#pre-footer p > a {
    color: #fff;
    font-weight: 400;
}

#pre-footer p > a:hover {
    text-decoration:none;
}

#footer {
    background: #3C73B0;
    text-align: center;
    padding-bottom:75px;
}

#footer img.footer-logo {
    width: 90px;
    padding: 15px 0;
}

#footer p {
    color: #fff;
    font-size:14px;
}

#footer p.copyright {
    color: rgba(255,255,255,0.25);
    font-size: 12px;
    font-weight: 600;
}

.content {
    margin-top: 198px;
}

.carousel {
    background: #000;
}

.carousel-inner>.item > img,
.carousel-inner>.item > a > img {
    margin: 0 auto;
    opacity: 0.6;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 70%;
    margin: -15% 0 0 -25%;
}

.carousel-caption h1 {
    font-size:80px;
    font-weight:500;
    color:#fff;
    text-shadow:none;
}

.carousel-caption h2 {
    font-size:40px;
    font-weight:200;
    color:#fff;
    text-shadow:none;
}

.carousel-caption h3 {
    font-size:30px;
    font-weight:400;
    color:#FF9900;
    text-shadow:none;
}

.carousel-caption a {
    margin-top:30px;
}

a.orange-button {
    font-size: 18px;
    color: #fff;
    background: rgba(255,153,0,1);
    font-weight: 500;
    line-height:1;
    padding:20px 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-shadow:none;
    text-transform: uppercase;
    display:inline-block;
    text-decoration: none;
}

a.orange-button:hover,
a.orange-button-sm:hover {
    background: rgba(255,153,0,0.75);
}

a.white-button {
    font-size: 14px;
    color: #3C73B0;
    background: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

a.white-button:hover {
    opacity:0.75;
}

img.pay-bill {
    width: 85px;
}

img.schedule {
    width: 195px;
}

img.pay-bill:hover,
img.schedule:hover,
img.facebook:hover {
    opacity:0.75;
}

ul.footer-links {
    margin:0;  
    padding:0;
    list-style:none;
}

ul.footer-links li {
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0;
}

ul.footer-links li > a {
    color: #fff;
    text-decoration: none;
}

ul.footer-links li > a > img {
    height:24px;
    padding-right:8px;
    vertical-align: bottom;
}

ul.nav.navbar-nav.navbar-right.main-nav li > a {
    padding: 0 0 0 25px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3972B0;
}

ul.nav.navbar-nav.navbar-right.main-nav li > a:hover {
    opacity:0.75;
}

.navbar-default .navbar-nav>li>a {
    color: #3972B0;
    font-weight: 600;
}

.page-header {
    background: #3C73B0;
    padding:30px;
    margin: 0;
    border: 0;  
}

.page-header h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    margin:0;
    padding:0;
}

img.white-ring {
    background: #fff;
    border: 12px solid #fff;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin: 25px 0 -30px 0;
    overflow: hidden;
}

img.blue-ring {
    background: #3C73B0;
    border: 12px solid #3C73B0;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin: 25px 0 -30px 0;
    overflow: hidden;
}

.padded-band-circle,
.padded-band {
    padding-top: 9%;
    padding-bottom: 9%;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.faq h2 {
    margin-top:40px;
}

.pdfs .col-md-4 {
    margin-bottom:25px;
}

img.facebook {
    width:32px;
    margin-left:25px;
}

div#secondary {
    padding: 2%;
    background: #f6f6f6;
    border-radius: 10px;
}

h1.entry-title a,
h1.entry-title {
    color: #FF9900;
    font-size: 36px;
}

.comments-link,
#comments,
.assistive-text {
    display:none;
}

.entry-content p {
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #666;
    line-height: 160%;
}

.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

article.post {
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}

h3.widget-title {
    font-size: 20px;
    color: #999;
}

#secondary .widget {
    margin: 15px 0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li a {
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 175%;
    text-decoration: underline;
}

h4.date {
    color:#999;
}

@media (max-width: 1199px) {
    
    .sub-nav-bar {
        font-size: 12px;
    }
    
    .top-nav {
        margin: 25px 0;
    }
    
    .top-nav ul.nav > li > a {
        padding:0 15px 0 0;
        font-size: 13px;
    }
    
    .phone-number {
        font-size: 18px !important;
        line-height: 40px;
    }
    
    .phone-number span {
        font-size: 11px;
        display: block;
        margin: -20px 0 -40px;
        text-align: right;
    }
    
    li.phone-number > a {
        color:#FF9900 !important;
        font-weight:600 !important;
        font-size: 18px !important;
    }
    
    img.pay-bill {
        width:70px;
    }
    
    img.schedule {
        width:155px;
    }
    
    .navbar-brand img {
        width: 175px;
    }
    
    ul.nav.navbar-nav.navbar-right.main-nav li > a {
        padding: 0 0 0 15px !important;
        font-size: 13px;
    }
    
    .content {
        margin-top: 178px;
    }
    
/*
    .carousel-caption {
        bottom: auto;
        top: 18%;
    }
*/
    
    .carousel-caption h1 {
        font-size:64px;
    }

    .carousel-caption h2 {
        font-size:32px;
    }

    .carousel-caption h3 {
        font-size:24px;
    }
    
    img.facebook {
        width:24px;
        margin-left:20px;
    }
    
}

@media (max-width: 992px) {

    .sub-nav-bar {
        font-size: 11px;
    }
    
    .sub-nav-bar ul.sub-nav li {
        margin-left:12px;
    }   
    
    .top-nav {
        margin: 15px 0;
    }
    
    .top-nav ul.nav > li > a {
        padding: 0 15px 0 0;
        font-size: 11px;
    }
    
    .navbar-brand img {
        width: 125px;
    }
    
    ul.nav.navbar-nav.navbar-right.main-nav li > a {
        padding: 0 0 0 14px !important;
        font-size: 10px;
    }
    
    .content {
        margin-top: 153px;
    }
    
    .carousel-caption h1 {
        font-size:40px;
        margin:0;
    }
    
    .carousel-caption h2 {
        font-size:28px;
        margin:5px 0 0 0;
    }

    .carousel-caption h3 {
        font-size:21px;
    }
    
    .carousel-caption a {
        margin-top:10px;
    }
    
    img.facebook {
        width:18px;
        margin-left:10px;
        vertical-align: middle;
    }
    
}

@media (min-width: 768px) {
    
    div.mobile-nav {
        display: none !important;
    }
    
}

@media (max-width: 767px) {
    
    .sub-nav-bar {
        display:none;
    }
    
    .navbar-brand {
    padding: 15px;
    }
    
    .navbar-brand img {
        width: 115px;
    }
    
    div.top-nav {
        display: none;
    }
    
    div.desktop-nav {
        display: none;
    }
    
    .content {
        margin-top: 88px;
    }
    
/*
    .carousel-caption {
        bottom: auto;
        top: 80px;
    }
*/
    
    .carousel-caption h1 {
        font-size:40px;
        margin:0;
    }

    .carousel-caption h2 {
        font-size:20px;
        margin:10px 0;
    }

    .carousel-caption h3 {
        font-size:15px;
        margin:0;
    }
    
    .carousel-caption a {
        display:none;
    }
    
    #pre-footer p {
        font-size:14px;
        padding:0 20px;
    }
    
    ul.footer-links li {
        display: block;
        margin: 0;
        padding: 20px 0;
    }
    
    .page-header {
        text-align:center;
    }
    
    .page-header a {
        display:none;
    }
    
    .padded-band-circle {
        padding-top: 9%;
        padding-bottom: 0;
    }
    
    img.white-ring {
        margin: 20px 0;
    }
    
    div#secondary {
        padding: 4%;
        background: #f6f6f6;
        border-radius: 10px;
        width: 92%;
        margin: 50px auto 0;
    }
        
}

@media (max-width: 480px) {
    
    .carousel-caption {
        top:65%;
    }
    
    .carousel-caption h1 {
        font-size:32px;
    }
    
    .carousel-caption h2 {
        display:none;
    }

    .carousel-caption h3 {
        display:none;
    }
    
    .carousel-caption a {
        display:none;
    }
}
