


/****** HEADER *****/
.navbar-header,
.navbar.navbar-default {
    height: 100px;
    background-color: #31435F;
    background-image: url('../images/menu_bg.png');
    background-repeat: repeat-x;
    background-position: bottom right;
}

.brand {
    max-height: 100%;
}

.navbar-nav > li > a {
    padding: 40px 20px;
    font-family: Gotham, sans-serif;
    font-weight: 300;
}
.navbar-nav li.current-menu-item a {
    font-weight: 300;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #4591CE;
}

li#menu-item-626,
li#menu-item-626 > a:hover,
li#menu-item-626 > a:focus{
    background: #63B4E4;
}

.grid-content {
    position:absolute;
    top:0;
    left:0;
    background: rgba(255,255,255,0.85);
}
a.grid-link-button {
    width: 35px;
    height: 35px;
    background: url('../images/grid_button.jpg') no-repeat bottom right;
    background-size: 35px 35px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.imageSlider h1,
.row.HEADING .align-left h1,
.row.HEADING .align-left h2,
.row.HEADING .align-left h3,
.row.CONTENT_2 h1,
.row.CONTENT_2 h2,
.row.CONTENT_2 h3
/*.brand-color-1 h1,
.brand-color-1 h2,
.brand-color-1 h3 */{
    padding-left: 15px;
    border-left: 5px solid #63B4E4;
    margin-left: -20px;
}

.navbar-toggle .icon-bar {
    width: 32px;
    height: 4px;
    border-radius: 0;
    margin-bottom: 6px;
}

@media(max-width: 991px) {
    .menu-top-menu-container {
        background: #4591CE;
        border: none!important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none!important;
    }
    .navbar-nav > li > a {
        padding: 20px 0;
    }
    .imageSlider h1, .row.HEADING .align-left h1, .row.HEADING .align-left h2, .row.HEADING .align-left h3, .row.CONTENT_2 h1, .row.CONTENT_2 h2, .row.CONTENT_2 h3 {
        margin-left: 0px;
    }
}

@media(min-width:640px) and (max-width:991px) {
    .brand {
        max-width:170px;
    }
    .navbar-toggle {
        margin-right: 40px;
        margin-top: 15px;
    }
}

@media(max-width:639px) {
    .brand {
        max-width: 140px;
    }
    .navbar-toggle {
        margin-right: 25px;
        margin-top: 15px;
    }
}


/**** FORMS ****/
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: none;
    color: #35405d;
    font-style: normal;
}
textarea {
    height:120px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7B7B7B;
    font-style: normal;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #7B7B7B;
    font-style: normal;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #7B7B7B;
    font-style: normal;
}
:-moz-placeholder { /* Firefox 18- */
    color: #7B7B7B;
    font-style: normal;
}

div.wpcf7-validation-errors {
    border: none;
}
span.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 15px;
    color: #fff;
}
input[type="submit"] {
    font-weight: 300;
}



/**** FOOTER ****/
.footer-bottom {
    /*border-top: 1px solid #fff;*/
}

/**** IMAGE GRID *****/
@media(max-width:991px) {
    .grid-tile {
        height: 300px;
    }
}


/***** OVERRIDES *****/
body.page-id-567 .form-cta .content-area {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.BANNER.brand-color-1 p {
    color: #35405d!important;
}
div.wpcf7-mail-sent-ok {
    border: none!important;
}
