/* master styles */

.navbar-collapse {
    margin: 0 auto;
}
.nav .open > a.dropdown-toggle,
.nav .open > a.dropdown-toggle:focus,
.nav .open > a.dropdown-toggle:hover {
    background-color: transparent;
}
.branding {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
.branding,
.branding a,
.header-info-list .custom-icon {
    color: #fff !important;
}
.header {
    background: #000;
}
.header .logo {
    display: table;
    margin: 0 auto;
}

.content-block {
    margin-bottom: 2em;
}

.contact-section {
    background: #fff;
    color: #000;
    padding-top: 2em;
    padding-bottom: 2em;
}

.contact-section .custom-icon{
    background-color: #2664AF;
}

.contact-section .contact-info-list a {
    color: #000;
}

.section-title {
    line-height: 1.3em;
}
.hero-carousel h1 small {
    color: #fff;
}
/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
textarea {
    resize: none;
}
p.callout {
    font-size: 20px;
    color: #2064B7;
}

.footer-col li:not(.social-item) {
    padding-bottom: 0.75em;
}

@media (min-width: 1200px) {
    .branding {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }
    .item-desc {
        margin-bottom: 15px
    }
}
@media (min-width:992px) {
    .navbar-collapse {
        width: 890px;
    }
    .nav > li > a {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    /*Makes the tel link look like regular text*/
    a[href^="tel"],
    a[href^="tel"]:hover,
    a[href^="tel"]:focus {
        text-decoration: none;
        cursor: text;
        color: #343E49;
    }
    .header a[href^="tel"],
    .header a[href^="tel"]:hover,
    .header a[href^="tel"]:focus {
        color: #fff;
    }

    .callout a[href^="tel"],
    .callout a[href^="tel"]:hover,
    .callout a[href^="tel"]:focus {
        color: #2064B7;
    }
    
    a.callout-btn[href^="tel"],
    a.callout-btn[href^="tel"]:hover,
    a.callout-btn[href^="tel"]:focus {
        background: none;
        color: #fff;
        font-size: 2em;
    }
    .footer a[href^="tel"],
    .footer a[href^="tel"]:hover,
    .footer a[href^="tel"]:focus {
        color: rgba(255, 255, 255, 0.7);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        width: 750px;
    }
    .nav > li > a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
@media (min-width: 768px) {
    .header-info-list .info-main {
        padding: 0;
        margin: 0.4em 0;
    }
    .contact-methods {
        margin-top: 20px;
    }
    .nav > li:not(.dropdown-menu) > a:focus,
    .nav > li:not(.dropdown-menu) > a:hover {
        color: #fff;
    }
    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu > li > a {
        padding: 0.8em 1.5em;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #2064b7;
        color: #fff;
    }
    .nav .dropdown.open {
        background-color: #000;
    }
    .header .logo {
        float: left;
    }
    .navbar-nav {
        display: table;
        float: none;
    }
    .hero-carousel .carousel-inner .item-1 {
        background-image: url('../assets/images/hero/hero-1.jpg');
       
    }
}
@media (max-width: 767px) {
    .nav > li > a {
        margin-right: 0px !important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .header .logo {
        margin-bottom: 0.5em;
    }
    .hero-carousel .carousel-inner .item-1 {
        background-image: url('../assets/images/hero/hero-1-sm.jpg');
    }    
}
@media (max-width: 480px) {
    .contact-info-list .item {
        margin: 0 auto 2em auto;
    }
    .hero-carousel .carousel-inner .item-1 {
        padding-top: 3em;
        
    }
}

/* Google Recaptcha */
.grecaptcha-badge {
  display: none !important;
}
