@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:400,300,600,700,600italic,700italic,400italic,300italic");
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");

html {
  height: 100%;
  font-size: 100%;
}
body {
  color: #333;
  background: #fff;
  font-family: "Josefin Slab", Helvetica, Arial, sans-serif;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  outline: none;
  color: #4b92b2;
  transition: all .5s;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #ff9204;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin: 0;
  font-weight:700;
  font-family: 'Droid Sans', Helvetica, sans-serif;    
}
h1 {
    font-size: 1.8em; 
    line-height:1em;
    color:#185673;
    text-transform: uppercase;
}
h2 {
   font-size: 1.4em;
    color:#185673;
}
h3 {
    font-size: 1.3em; 
    line-height:1em;
    color:#185673;
    text-transform: uppercase;
}

h4 {
  font-size: 1.3em;
    padding:10px 0;
}
p {
  font-size: 0.875em;
  font-weight:600;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
::selection {
  background: #fff7dd;
}
::-moz-selection {
  background: #fff7dd;
}



/* ==========================================================================
   HEADER
   ========================================================================== */
header.global {
    min-height:50px;
    text-align: left;
    background:#185673;
    position: fixed;
    z-index: 999;
    width: 100%;
}
#mobileLogo {
    display: block;
    float:left;
    margin:6px 20px;
    width:130px;
}
#menu {
    font-size:28px !important;
    color:#fff;
    display: block;
    float:right;
    padding:20px;
}
#menu:hover {
    color:#ff9204;
    cursor: pointer;
}
header i {
    position: relative;
    z-index:99999;   
}



/* ==========================================================================
   NAV
   ========================================================================== */
nav {
    display: none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #4b92b2;
    z-index:999;
    opacity:.92;
}
nav ul {
    list-style: none;
    padding:0;
    margin:100px auto 0;
    text-align: center;
    max-width: 300px;
}
nav li  {
    display: block;
    color:#fff;
    font-size:1.0em;
    font-weight:700;
    text-transform: uppercase;
    border-bottom: 1px dashed #185673;
    margin:0;
    padding:0;
}
nav li a {
    display: block;
    color:#fff;
    padding:20px 0;
    margin:0
}
nav li:last-child a {
    border-bottom: none;
}
nav li a:hover {
    color:#ff9204;
    background: #0f4660;
}
li.logo  {
    background: #0f4660;
    display: none;
}
li.logo a {
    background: #0f4660;
}
li.logo a:hover {
    background: #4b92b2;
}
li.phone {
    color:#ff9204; 
    font-size:1.1em;
    padding:20px 0;
}


/* ==========================================================================
   CONTENT AREA
   ========================================================================== */
.container-fluid {
    padding:0;
}
.container {
    max-width:1140px;
    padding:0;
}
.content section {
    padding:75px 0;   
}
.content p {
    padding:20px 0;
    font-size:18px;
}

/*-- MAIN ------------------*/
.main {
    background:#eff0f0 url(../img/main.jpg) no-repeat center 65px;
    background-size: 100%;
    min-height:150px;
}
.mainFeatureWrapper {
    box-shadow: 0 0 0 0;
    width:100%;
    float:none;
    margin:200px 0 0;
    display: block;
}
.mainFeature {
    background:#4b92b2;
    border-bottom:1px solid #185673;
    display: block;
    padding:25px 35px 15px 25px;
    position: relative;
    cursor: pointer;
}
.mainFeature:hover {
    background:#185673;
}
.mainFeature h2 {
    color:#fff;
    text-transform: uppercase;
    font-size:26px;
}
.mainFeature p {
    color:#fff;
    font-size:18px;
    line-height: 1.1em;
    margin-top:3px;
}
.mainFeature i {
    position:absolute;
    top:50%;
    right:15px;
    margin-top:-18px;
    font-size:36px;
    color:#ff9204;
}

/*-- INT PAGE ------------------*/
header.int {
    background:#4b92b2;
    padding:50px 20px 25px
}
header.int h1 {
    color:#fff;
}
header.int p {
    color:#fff;
}
header.int p a {
    color:#ff9204;
}
.service {
    padding:25px; 
    min-height:100px;
}
.about {
    padding:25px;
    border-bottom:1px solid #ccc;
}
.testimonial {
    padding:25px 0;
    min-height: 250px;
}
p.cta {
    background:#ff9204; 
    cursor: pointer;
    display: block;
    transition: all .5s;
    text-align: left;
    padding:15px 15px;
}
p.cta a {
    color:#fff;
    font-size:24px;
}
p.cta:hover {
    background:#4b92b2; 
}
p.cta i {
    float:right;
    margin-top:2px;
    font-size:32px;
}
.login {
    width: 300px;
    margin:0 auto;
}

.profile {
    padding:50px 0;
    text-align: left;
}
.profile h3 {
    padding:20px 0;
}
.profile p {
    padding:20px 0 0 0;
}
.profile li {
    font-size:18px;
    font-weight: 600;
}


.post {
    border-bottom: 1px solid #ccc;
    padding:50px 0;
}
.post p.metadata {
    font-size:14px;
}
.post-contents p {
    padding:7px 0;
}
.blogList {
    list-style: none;
    padding:0;
    margin:10px 0 40px;
}




/* ==========================================================================
   Icons
   ========================================================================== */
.icons {
    background:#eff0f0;   
}
.icons ul {
    list-style:none;
    padding:0;
    margin:0;
}
.icons ul li {
    display: block;
    text-align: left;
    width:100%;
    vertical-align: top;
    border-bottom:1px solid #ddd;
}
.icons ul li a {
    display: block;
    padding:25px;
    color:#185673;
    font-size:21px;
}
.icons ul li a i {
    color:#185673;
    font-size:32px;
    width:50px;
}
.icons ul li a:hover {
    color:#4b92b2;
    background:#ddd;
}
 

/* ==========================================================================
   FOOTER
   ========================================================================== */
section.orange {
    background: #ff9204;
}
section.orange h1, section.orange p {
    color: #fff;
    padding:0;
    text-transform: uppercase;
    font-family: 'Droid Sans', Helvetica, sans-serif;   
}
section.orange h1 {
    font-size:45px;
    padding-bottom:10px;
}
section.orange p.medium {
    font-size:28px;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    background: #185673;
    padding:50px 0;
}
footer p {
    color:#fff;
    font-size:14px;
}
footer i {
    
}

footer i:hover {
    color:#8dcc15;   
}
#goTop {
    position: fixed;
    bottom:10px;
    right:-5px;
    padding:10px 10px 10px 10px;
}

/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
form {
    padding-top:25px;   
}
input, select, textarea {
    margin-bottom:10px;
    font-size:18px !important;
}
.btn-default {
    background:#4b92b2;
    color:#fff;
    font-size:14px;
    padding:10px 25px;
    border-radius:3px;
    font-family: 'Droid Sans', Helvetica, sans-serif; 
    text-transform: uppercase;
}
.btn-default:hover {
    background:#ff9204;
    color:#fff;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel-control {
    position: static;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: 0 0 0;
    width:auto;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    background-repeat: none;
}


/* ==========================================================================
   GLOBAL CLASSES
   ========================================================================== */
aside {float:right; }

.blue1 {color:#4b92b2; }
.blue2 {color:#185673; }
.blue3 {color:#0f4660; }
.orange1 {color:#ff9204; }
.orange2 {color:#ff9204; }
.gray {color:#eff0f0; }

.bold {font-weight:600; }
.normal {font-weight:normal; }
.standout {font-family: 'Droid Sans', Helvetica, sans-serif;  }

.top25 {margin-top:25px; }
.top50 {margin-top:50px; }
.top75 {padding-top:75px; }
.left50 {padding-left:50px; }

.centered {margin:0 auto; }
.alignLeft {text-align:left; }
.alignRight {text-align:right; }
.alignCenter {text-align:center; }

.float {float:left; }
.floatr {float:right; }
.clear {clear:both; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (min-width: 500px) {
    .main {
        height:auto;
    }
    
    .mainFeatureWrapper {
        box-shadow: 0 0 0 0;
        width:100%;
        float:none;
        margin:265px 0 0;
        display: block;
    }
    
    
}

@media (min-width: 767px) {
    header.global {
        min-height:50px;
        text-align: left;
        background:#185673;
        position: relative;
        z-index: 999;
        width: 100%;
    }
    .container {
        width:100%;
        padding:0;
    }
    .main {
        height:600px;
        margin-top:0;
        background:#eff0f0 url(../img/main.jpg) no-repeat center top;
        background-size: 100%;
    }
    .mainFeatureWrapper {
        box-shadow: 0 0 0 0;
        width:100%;
        float:none;
        margin:300px 0 0;
        display: block;
    }
    .icons ul li {
        display: inline-block;
        text-align: center;
        width:19.5%;
        border-bottom:none;
    }
    .icons ul li a {
        display: inline-block;
        padding:40px;
        color:#185673;
        font-size:16px;
    }
    .icons ul li a i {
        color:#185673;
        font-size:48px;
        width:100%;

    }
    
    
    
}

@media (min-width: 992px) {
    header {
        min-height:90px;
        text-align: center;
}
    #mobileLogo {
        display: none;
    }
    #menu {
        display: none;
    }
    nav {
        display: block !important;
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
        background: transparent;
    }
    nav ul {
        list-style: none;
        padding:0;
        margin:0;
        text-align: center;
        max-width: 100%;
    }
    nav li  {
        display: inline-block;
        font-size:1.0em;
        border-bottom: none;
        margin:0;
        padding:0;
    }
    nav li a {
        display: block;
        color:#fff;
        padding:30px 15px;
        margin:0
    }
    nav li a:hover {
        background: transparent;
    }
    li.logo {
        display: inline-block;   
    }
    li.logo a {
        background: #0f4660;
        padding:15px 20px;
    }
    li.phone {
        padding:0;
    }
    .main {
        height:450px;
    }
    .mainFeatureWrapper {
        box-shadow: 4px 3px 0 #185673;
        width:360px;
        float:right;
        margin:40px 0;
    }
        
}

@media (min-width: 1240px) {
    .main {
        min-height:500px;
    }
    
    
}
@media (min-width: 1440px) {
    .main {
        min-height:600px;
    }
 /* ==========================================================================
   MAP fix - alan blake 9/23/15
   ========================================================================== */

#googlemap iframe {
    pointer-events:none;
} 
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}   
}