﻿/*
    Header Override File
*/

.mobile-padding-space{
    height: 220px;
}

@media (min-width: 769px) and (max-width: 991px){
    .mobile-padding-space{
        height: 220px;
    }
}

@media only screen and (max-width: 768px){
    .mobile-padding-space{
        height: 20px;
    }
}

#header.shadow-after-3:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    bottom: -60px;
    background-image: url('../images/misc/shadow3.png');
    background-size: 100% 100%;
    
}

.mobile-nav-menu{
    display: none;
}

.mobile-nav-button{
    display: none;
}

@media only screen and (max-width: 992px){
    #header.shadow-after-3:before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 60px;
        bottom: -60px;
        background-image: url('../images/misc/shadow3.png');
        background-size: 100% 100%;
    }
    .mobile-nav-menu{
        display: block;
    }
    .mobile-nav-button{
        display: block;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px){
    .mobile-nav-button{
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 992px){
    #header {
        height: 100px !important;
    }
}
.header-divs {
    display: inline-block;
    overflow: hidden;
    margin: 3px 0 10px 0;
}

@media only screen and (max-width: 767px){
    .contact-padding{
        padding-top: 10px;
    }
    .phone-padding{
        padding-top: 10px;
    }
    /*.header-divs {
        display: inline-block;
        overflow: hidden;
        margin: 3px 0 8px 0;
    }*/
}

@media only screen and (max-width: 618px){
    #header {
        height: 120px !important;
    }
}

@media only screen and (max-width: 767px){
    .mobile-nav-wrap {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 474px){
    .mobile-nav-wrap {
        margin-top: 40px !important;
    }
}

@media only screen and (max-width: 767px){
    .mobile-nav-wrap-1 {
        margin-top: 30px !important;
    }
}


@media only screen and (max-width: 350px){
    .responsiveLogo {
        margin-left: -20px;
    }
}
 
@media only screen and (max-width: 767px){
    .leftFloatNav {
        /*float: left !important;*/
    }
}

@media only screen and (max-width: 767px){
    .btn.btn-default.button-mobile{
        margin-top: 10px;
    }
}

.nav-pills.nav-pills-center>li {
    float: none;
}

a.btn2-nav {
    display: inline-block;
}

a.btn2-nav-back {
    display: inline-block;
}

.btn2-nav {
    background: #365AAF;
    background-image: -webkit-linear-gradient(top, #365AAF, #2980b9);
    background-image: -ms-linear-gradient(top, #365AAF, #2980b9);
    background-image: -o-linear-gradient(top, #365AAF, #2980b9);
    background-image: linear-gradient(to bottom, #365AAF, #2980b9);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
    min-width: 150px;
    min-height: 35px;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

.btn2-nav-back {
    background: #6A9310;
    background-image: -webkit-linear-gradient(top, #6A9310, #7FB713);
    background-image: -ms-linear-gradient(top, #6A9310, #7FB713);
    background-image: -o-linear-gradient(top, #6A9310, #7FB713);
    background-image: linear-gradient(to bottom, #6A9310, #7FB713);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    min-height: 35px;
    text-decoration: none;
    min-width: 50px;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .300s !important;
    -moz-transition: all .300s !important;
    -o-transition: all .300s !important;
    transition: all .300s !important;
}

.btn2-nav-back:hover {
    background: #7FB713;
    background-image: -webkit-linear-gradient(top, #7FB713, #6A9310);
    background-image: -moz-linear-gradient(top, #7FB713, #6A9310);
    background-image: -ms-linear-gradient(top, #7FB713, #6A9310);
    background-image: -o-linear-gradient(top, #7FB713, #6A9310);
    background-image: linear-gradient(to bottom, #7FB713, #6A9310);
    text-decoration: none;
    color: white;
}

.btn2-nav:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #365AAF);
    background-image: -moz-linear-gradient(top, #3cb0fd, #365AAF);
    background-image: -ms-linear-gradient(top, #3cb0fd, #365AAF);
    background-image: -o-linear-gradient(top, #3cb0fd, #365AAF);
    background-image: linear-gradient(to bottom, #3cb0fd, #365AAF);
    text-decoration: none;
    color: white;
}

/* 
 *    Navbar CSS 
 */

.logoMobile{
    width: 20%;
}
.loginMobile{
    width: 15%;
}
.chatMobile{
    width: 15%;
}
.phoneMobile{
    width: 15%;
}
.searchMobile{
    width: 35%;
}
.navMobile{
    width: 10%;
    margin-right: 0;
}
.hiddenPhoneMobile{
    display: none;
}
@media only screen and (max-width: 992px){
    .logoMobile{
        width: 30%;
    }
    .loginMobile{
        width: 20%;
    }
    .chatMobile{
        width: 20%;
    }
    .phoneMobile{
        width: 20%;
    }
    .searchMobile{
        width: 0;
        display: none;
    }
}
@media only screen and (max-width: 680px){
    .logoMobile{
        width: 40%;
    }
    .loginMobile{
        width: 25%;
    }
    .chatMobile{
        width: 0;
        display: none;
    }
    .phoneMobile{
        width: 25%;
    }
}
@media only screen and (max-width: 523px){
    .logoMobile{
        width: 45%;
    }
    .loginMobile{
        width: 0;
        display: none;
    }
    .phoneMobile{
        width: 0;
        display: none;
    }
    .navMobile{
        margin-right: 25px;
    }
    .hiddenPhoneMobile{
        display: block;
    }
}

/************************************
 *    New CSS and Overrides File
 ***********************************/

.articleHeader{
    color: #FF9104;
}

.articleBlueHeader{
    color: #3B99F1
}

.articleImageRight{
    width: 350px; 
    float: right; 
    padding: 10px 0 15px 20px;
}

@media only screen and (max-width: 426px){
    .articleImageRight{
        height: auto; 
        width: 100%; 
        padding: 5px 0 10px 0;
        }
}

.articleImageLeft{
    float: left; 
 
    padding: 20px 20px 10px 0;
}

@media only screen and (max-width: 426px){
    .articleImageLeft{
        float: left; 
        height: auto; 
        width: 100%; 
        padding: 5px 0 10px 0;
    }
}

.articleMedImageLeft{
    float: left; 
    height: auto; 
    width: 300px; 
    padding: 20px 20px 10px 0;
}

.articleSmallImageRight{
    width: 250px;
    float: right;
    padding: 10px;
}

@media only screen and (max-width: 426px){
.articleSmallImageRight{
    width: 150px;
    float: right;
    padding: 10px;
}
}

.articleSmallImageLeft{
    width: 250px;
    float: left;
    padding: 10px;
}

@media only screen and (max-width: 426px){
.articleSmallImageLeft{
    width: 150px;
    float: left;
    padding: 10px;
}
}

input#GoogleSearchControl_Mobile::-webkit-input-placeholder {
    color: #EFEFEF;
}

input#GoogleSearchControl_Mobile::-moz-placeholder{
    color: #EFEFEF;
}

input#GoogleSearchControl_Mobile:-moz-placeholder{
    color: #EFEFEF;
}

input#GoogleSearchControl_Mobile:-ms-input-placeholder{
    color: #EFEFEF;
}

.nav>li.customHover>a:hover{
    background-color: #002240;
    color: #ccc !important;
}

.nav>li.customHover>a:focus{
    background-color: #002240;
    color: #ccc !important;
}

input[type=text].searchBoxMobile, textarea.searchBoxMobile {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 2px solid #002240;
}
 
input[type=text].searchBoxMobile:focus, textarea.searchBoxMobile:focus {
  box-shadow: 0 0 5px rgba(25,128,182,1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 2px solid rgba(25,128,182,1);
}

/*
    Desktop Navbar
*/

#topmain>li>a {
    height: 30px;
    line-height: 65px;
    text-transform: uppercase;
}

.nav>li>a {
    position: relative;
    display: inline; 
    padding: 10px 15px;
    margin-right: 25px;
}

form {
    margin-bottom: 0; 
}

.shadow-after-5:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    bottom: -60px;
    background-size: 100% 100%;
    background-image: url('../images/misc/shadow7.png');
}

p.bottom15 {
margin-bottom: 15px;
}
p.bottom10 {
margin-bottom: 10px;
}
p.bottom0 {
    margin-bottom: 0px;
}
h1.bottom0 {
    margin-bottom: 0px;
    }


