/*
Theme Name: GIC New Castle City Theme
Theme URI: https://4ca1c07f-0571-4f2f-bd04-48c082eab7d6.p.bardy.io
Description: Bootstrap 3 responsive WordPress theme template. -- By the Delaware Government Information Center (GIC).
Author: Julianne Solum
Author URI: https://4ca1c07f-0571-4f2f-bd04-48c082eab7d6.p.bardy.io/
Version: 1.0
Tags: mobile first, responsive, Delaware.
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;

    margin-top: 0 !important;
    padding-top: 54px;
    padding-bottom: 0;

    color: #5f666d !important;
    background-color: #999 !important;
}

p {
    font-size: 16px !important;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;

    color: #2e84b6;
}

/* Wordpress Specific Image Classes */
img.alignright {
    float: right;

    margin: 0 0 1em 1em !important;
}

img.alignleft {
    float: left;

    margin: 0 1em 1em 0 !important;
}

img.aligncenter {
    display: block;

    margin-right: auto !important;
    margin-left: auto;
}

a img.alignright {
    float: right;

    margin: 0 0 1em 1em !important;
}

a img.alignleft {
    float: left;

    margin: 0 1em 1em 0 !important;
}

a img.aligncenter {
    display: block;

    margin-right: auto !important;
    margin-left: auto;
}

/* end WP image classes */
.wp-caption {
    font-size: 12px;

    max-width: 96%;
    padding: 5px;

    background-color: #f3f3f3;
}

a {
    word-wrap: break-word;

    outline: none;
}

a:hover {
    text-decoration: none;
}

/* Parallax Scrolling Header */
#nccParallax {
    position: relative;

    width: 100%;
    /*height: 970px;*/
    margin: 0 auto;
    padding: 100px 0;

    background-repeat: no-repeat;
    background-size: cover;
}

/* Mime Types */
/* general reset/setup styling for icons - needed on all */
.icon::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

a[href$=".pdf"].icon::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    margin-left: 0.25em;
}

a[href$=".doc"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c2";
    margin-left: 0.25em;
}

a[href$=".docx"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c2";
    margin-left: 0.25em;
}

a[href$=".xls"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c3";
    margin-left: 0.25em;
}

a[href$=".ppt"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c4";
    margin-left: 0.25em;
}

a[href ^="mailto:"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0e0";
    margin-left: 0.25em;
}

a[href$=".zip"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c6";
    margin-left: 0.25em;
}

/* END MIME TYPES */
/*======================================= EVENT CALENDAR ================================*/
.eme-location-map {
    width: 100% !important;
    height: 350px !important;
}

.eme-calendar-table {
    font-size: 12px;

    width: 100%;
    height: 240px;

    color: #fff;
    background-color: #4aa3db;
}

.month_name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 100;

    color: #fff;
}

.eme-calendar-table thead th {
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 1px solid #bbb;
    background: #4aa3db;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.eme-calendar-table tbody td {
    padding: 8px;

    text-align: center;

    color: #666;
    border: 1px solid;
    border-color: #fff #bbb #bbb #fff;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
    background: -moz-linear-gradient(top, #ededed, #dedede);
}

table.eme-calendar-table td {
    padding: 2px !important;
    padding-top: 5px !important;
}

table.eme-calendar-table td.eventful a {
    font-weight: bold;

    color: #61aadd !important;
}

.prev-month {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;

    color: #fff !important;
}

.next-month {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;

    color: #fff !important;
}

.left-sidebar-interior tr td .next-month {
    font-family: 'Roboto Condensed', sans-serif;

    color: #fff !important;
}

.left-sidebar-interior tr td .prev-month {
    font-family: 'Roboto Condensed', sans-serif;

    color: #fff !important;
}

/** Specific Event Date Styles **/
table.eme-calendar-table td.eventful a {
    font-weight: bold;

    transition: .4s ease-in-out;

    color: #fff !important;
}

table.eme-calendar-table td.eventful a:hover {
    transition: .4s ease-in-out;
    text-decoration: none !important;

    color: #fff !important;
    background-color: #34a7ed !important;
}

.eventful {
    transition: .4s ease-in-out;

    background: #2799df !important;
}

.eventful:hover {
    background-color: #34a7ed !important;
}

/*======================================= / END OF EVENT CALENDAR ================================*/
/*====================== ADA ================================================*/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    overflow: hidden;
    z-index: -9999;
    color: #333;
    background-color: #fff;
}

a.skip-main:focus,
a.skip-main:active {
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: auto;
    top: -7px;
    overflow: auto;
    margin: 10px 30%;
    z-index: 9999;
}

/*====================== /END ADA ================================================*/

.col-sm-2.input-group {
    float: right !important;

    margin-top: 8px !important;
    margin-right: 10px !important;
}

#ens {
    margin-bottom: -0;

    border-radius: 0;
}

.town-title-background-interior {
    height: 200px;

    background-color: rgba(255, 255, 255, .8);
}

.town-title-background {
    height: 200px;

    background-color: rgba(255, 255, 255, .8);
}

.town-title {
    margin-top: -185px;
}

.town-header a:hover {
    text-decoration: none;
}

.town-title h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 72px;

    color: #2e84b6;
}

.town-title h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    font-weight: 400 !important;

    margin-top: 5px;

    letter-spacing: 25px;
    text-transform: uppercase;

    color: #6a8a9d;
}

.town-title-interior h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 72px;

    color: #2e84b6;
}

.town-title-interior h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    font-weight: 400 !important;

    margin-top: 5px;

    letter-spacing: 25px;
    text-transform: uppercase;

    color: #6a8a9d;
}

.town-footer {
    font-family: 'Open Sans', sans-serif;

    padding-top: 45px;
    padding-bottom: 45px;

    color: #2e84b6;
    border-bottom: 8px solid #2e84b6;
    background-color: #fff;
}

.town-footer a {
    text-decoration: underline;

    color: #2e84b6 !important;
}

.town-footer a:hover {
    color: #0b5985 !important;
}

.town-footer-interior {
    font-family: 'Open Sans', sans-serif;

    padding-top: 45px;
    padding-bottom: 45px;

    color: #2e84b6;
    border-top: 5px solid #2e84b6;
    border-bottom: 5px solid #2e84b6;
    background-color: #fff;
}

.meetings-home h2.town-subtitle {
    display: none;
}

h4.town-subtitle {
    font-size: 24px;

    margin-top: -8px;

    color: #3d7ea9;
}

.town-menu-title {
    font-family: 'Libre Baskerville', serif;

    margin-top: 12px !important;
    padding-left: 15px;

    color: #fff;
}

.nav-search {
    margin-top: -42px;
}

.btn-search {
    height: 34px;

    border-radius: 0 !important;
    background-color: #e7f6ff;
}

.btn-search a:hover {
    background-color: #2e688d !important;
}

.btn-search .fa-search {
    color: #263c64 !important;
}

h2.interior-heading {
    margin-top: 0 !important;
}

h3 {
    font-weight: lighter !important;

    margin-top: 0;

    color: #736e67;
}

li.page_item a:hover {
    color: #5492b2 !important;
    background-color: #c5dae5 !important;
}

li.page_item a {
    color: white !important;
}

.sticky-post-area {
    min-height: 300px;
    padding-top: 55px;
    padding-bottom: 45px;

    background-color: #2e84b6;
}

.sticky-post-area .read-more {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;

    color: #fff;
}

.sticky-post-area h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;

    text-align: center;

    color: #fff;
}

.sticky-post-area p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 26px;

    color: #fff;
}

.sticky-post-area hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-body {
    min-height: 300px;
    padding-top: 35px;

    background-color: #fff;
}

.main-body-interior {
    min-height: 950px;
    padding-top: 80px;
    padding-bottom: 20px;

    background-color: #fff;
}

.main-body-interior p {
    color: #4f4f4f;
}

.main-body-interior h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 34px;

    margin-bottom: 20px;

    color: #2e84b6;
}

.main-body-interior h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;

    margin-top: 25px;
    margin-bottom: 15px;

    color: #6a8a9d;
}

.main-body-interior ul li {
    margin-bottom: 15px;

    list-style-type: square;
}

.main-body-interior hr {
    border-top: 2px solid #ecf3ff;
    border-top-style: dashed;
}

.slider-area {
    margin-bottom: 10px;

    border: 3px solid #fff;
}

.home-page-bottom {
    height: auto;
    padding: 50px 0 50px 0;

    background-color: #fff;
}

.left-sidebar-home {
    height: auto;
    min-height: 400px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: -15px;
}

.left-sidebar-interior {
    height: auto;
    margin-bottom: 10px;
    margin-left: -15px;
    padding: 10px;
}

.meetings-home {
    min-height: 400px;
    margin-left: 10px;
}

.meetings-home ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

    margin: 30px 0 30px -12px;

    list-style: none;
}

.meetings-home ul li:before {
    font-family: 'FontAwesome';
    font-size: 18px;

    margin: 0 10px 0 -22px;

    content: '\f0da';

    color: #009ae6;
}

.meetings-home ul li {
    margin-bottom: 38px;
}

.meetings-home ul li a {
    color: #007dbb;
}

.list-color-item {
    color: #1f5c93;
}

.ngg-navigation {
    margin-bottom: 20px;
}

.helpful-resources {
    margin-top: 25px;
}

.helpful-links h4 {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;

    margin-top: 35px;
    margin-bottom: 20px;

    color: #2e84b6;
}

.helpful-links ul {
    margin-left: -15px;
}

.news-wrapper {

    display: block;
    min-height: 170px;
    margin-left: -15px;
    padding: 10px;

    background-color: rgba(255, 255, 255, .9);
}

.meeting-wrapper {

    display: block;
    min-height: 165px;
    margin-left: 15px;
    padding: 10px;

    background-color: rgba(255, 255, 255, .9);
}

.meeting-date {
    height: 85px;
    margin-top: -25px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 10px;

    color: #2e84b6;
    border: 2px solid #2e84b6;
    background-color: #fff;
}

.nextDate {
    font-family: 'Libre Baskerville', serif !important;
    font-size: 22px !important;
    line-height: .9;

    margin-top: 8px;

    color: #2e84b6 !important;
}

.highlights-wrapper {
    padding-top: 500px;
}

.highlights-wrapper h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;

    padding-top: 10px;

    text-align: center;

    color: #2e84b6;
}

.highlights-wrapper p {
    font-family: 'Open Sans', sans-serif;

    color: #003e62;
}

.town-hr {
    margin-top: 6px;
    margin-bottom: 6px;

    border-top: 2px solid #2e84b6;
}

.town-hr-thick {
    margin-top: 6px;
    margin-bottom: 6px;

    border-top: 5px solid #2e84b6;
}

.experience {
    padding-top: 45px;
}

.experience h2 {
    margin-bottom: 55px;
}

.experience h3 {
    font-family: 'Libre Baskerville', serif;

    text-align: center;

    color: #4b94bf;
}

.highlight-img {
    margin-top: 25px;
    margin-bottom: 45px;

    border: 2px solid #c5c5c5;
}

.upcoming-events {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;

    color: #1a8fc5;
}

.upcoming-events .fa-calendar {
    color: #2e84b6;
}

.circle {
    width: 125px;
    height: 125px;
    padding: 25px;

    border-radius: 50%;
    background-color: #1a8fc5;
}

.month {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;

    margin-bottom: -10px;

    color: #fff;
}

.day {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px !important;
    font-weight: 300;

    color: #fff;
}

.popular-resources h2 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.popular-resources h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    line-height: 36px;

    transition: .4s ease-in-out;

    color: #3ba7e5;
}

.popular-resources .resource {
    padding: 25px;

    transition: .4s ease-in-out;

    border: 2px solid #3ba7e5;
}

.popular-resources .resource:hover {
    transition: .4s ease-in-out;

    background: #3ba7e5;
    box-shadow: 3px 3px 5px #888;
}

.popular-resources .resource:hover h3 {
    transition: 1s ease-in-out;

    color: white;
    background: #3ba7e5;
}

.resource:hover .fa-hover {
    transition: .4s ease-in-out;

    color: white;
}

.popular-resources .fa {
    margin-top: 15px;

    color: #3ba7e5;
}

.popular-resources a {
    text-decoration: none;
}

.connect {
    padding: 25px;

    border: 2px solid #3ba7e5;
}

.connect .fa {
    margin-top: 15px;

    color: #3ba7e5;
}

.community-news {
    color: #fff;
    background-color: #1a8fc5;
}

.community-news h2 {
    color: #fff;
}

.community-news a {
    color: #fff;
}

.community-news .read-more {
    font-size: 16px !important;

    margin-top: 65px !important;
}

.community-news p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 300;
}

.city-logo {
    height: 100px;
    padding: 15px;
}

/*================================== PANEL STYLES ===================================*/
.panel-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    border: 2px solid #2799df !important;
    background-color: #fff;
}

.panel-default>.panel-heading:hover {
    background-color: #f8feff;
}

.panel-title>a:hover {
    cursor: pointer;
}

.panel-title>a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 300;

    text-decoration: none;

    color: #1585c9;
}

.panel-body {
    border: 1px solid #405f7c !important;
}

.panel-group h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px !important;
    font-weight: 300;
}

.panel-group ul li {
    list-style-type: square;

    color: #2a4d84 !important;
}

/*================================== FB STYLES ===================================*/
.facebook-wrapper {
    border-top: 3px solid #2a4d84;
    border-bottom: 3px solid #2a4d84;
}

.facebook-wrapper h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;

    padding: 15px 0 5px 0;

    text-align: center;

    color: #2a4d84;
}

.fa-facebook-official {
    padding-right: 10px;
}

.fa-lg {
    vertical-align: 0 !important;
}

.main-body-interior .facebook-wrapper h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;

    margin-top: 0;
    padding: 15px 0 5px 0;

    text-align: center;

    color: #2a4d84;
}

/*================================== META SLIDER ===================================*/

.nivoSlider {
    min-height: auto;
}

img.nivo-main-image {
    display: block;
}

.nivo-caption {
    font-family: 'Roboto Condensed', sans-serif;

    color: #267ebe !important;
    background-color: #fff !important;
}

/*======================= BOOTSTRAP OVERRIDES ========================================*/

.navbar {
    height: 54px !important;

    border-radius: 0 !important;
}

.navbar-default {
    background-color: #2e84b6 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-family: 'Open Sans', sans-serif;

    color: #1e93da !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #eef9ff !important;
}

.navbar-default .navbar-nav>.open>a {
    color: #fff;
    background-color: #1e93da !important;
}

.nav {
    padding-top: 0;
}

.navbar-default .navbar-toggle {
    /* custom styles here */
}

.navbar-default .navbar-toggle .icon-bar {
    /* custom styles here */
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    .navbar-nav {
        margin-left: -15px !important;
        position: relative;
        z-index: 10;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-nav {
        margin-left: -15px !important;
        position: absolute;
        z-index: 10;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .city-logo {
        height: 170px;
        padding-top: 35px;
    }

    .navbar-nav {
        margin-left: -15px !important;
        position: absolute;
        z-index: 10;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .city-logo {
        height: 175px;
        padding-top: 15px;
    }

    .navbar-nav {
        margin-left: -15px !important;
        position: absolute;
        z-index: 10;
    }
}

.navbar-collapse .form-control {
    border-radius: 0 !important;
}

.navbar-default .navbar-nav>.active>a {
    color: white !important;
    background-color: #4aa3db !important;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #1e93da !important;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

    padding-bottom: 18px;

    color: #fff !important;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #1e93da !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #eef7ff !important;
}

/*====================== MEDIA QUERIES ================================================*/
/* SMALL DESKTOP VIEWPORT */
@media (min-width: 992px) and (max-width: 1199px) {
    .home-text-area {
        height: auto;
    }

    .home-text-area p {
        font-size: 14px !important;
        line-height: 22px;
    }

    .home-text-area .town-subtitle {
        font-size: 20px;
    }

    .home-page-bottom h4 {
        font-size: 32px;
    }

    .town-footer p {
        font-size: 12px !important;
    }
}

/* END SMALL DESKTOP VIEWPORT */

/* TABLET VIEWPORT */
@media (min-width: 768px) and (max-width: 991px) {
    .city-logo {
        height: 170px;
        padding-top: 25px;
    }

    #wp-calendar #next a {
        font-size: 10px;

        margin-top: 15px;
    }

    #wp-calendar #prev a {
        font-size: 10px;

        margin-top: 15px;
    }

    .home-text-area {
        font-size: 16px;

        margin-top: 45px;
        margin-bottom: -35px;
    }

    .town-footer p {
        font-size: 12px !important;
    }

    .highlights-wrapper {
        padding-top: 330px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }

    .news-wrapper {
        width: 450px;
        min-height: 165px;
        margin-left: -15px;
        padding: 10px;

        background-color: rgba(255, 255, 255, .9);
    }

    .meeting-wrapper {
        width: 450px;
        min-height: 165px;
        margin-top: 10px;
        margin-left: -15px;
        padding: 10px;

        background-color: rgba(255, 255, 255, .9);
    }
}

/* END TABLET VIEWPORT */

/* MOBILE VIEWPORT */
@media (max-width: 767px) {
    body {
        margin-top: 0 !important;
    }

    .town-title {
        margin-top: -135px;
    }

    .town-title-interior {
        margin-top: -185px;
    }

    .town-header {
        height: 350px;
    }

    .popular-resources .resource {
        margin-bottom: 10px;
    }

    .town-title h1 {
        font-size: 28px;
    }

    .town-title h2 {
        font-size: 20px;

        letter-spacing: 0;
    }

    .town-title-interior h1 {
        font-size: 25px;
    }

    .town-title-interior h2 {
        font-size: 20px;

        letter-spacing: 0;
    }

    .town-title-background {
        height: 100px;
    }

    .town-of {
        font-size: 20px;
    }

    .town-header-interior {
        height: 130px;
    }

    .home-text-area {
        margin-top: 45px;
        margin-bottom: -15px;
    }

    .home-text-area .town-subtitle {
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        font-weight: 300;

        color: #fff !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff !important;
        background-color: #1e93da !important;
    }

    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
        background-color: #1e93da !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-bottom: 4px solid #2799df;
        background-color: #0079c2;
    }

    .latest-posts-home {
        margin-top: 45px !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .meetings-home {
        margin-right: -15px !important;
        margin-left: -15px !important;
        padding-top: 35px;

        border-top: 2px solid #0079c2;
    }

    .town-logo {
        margin-top: 15px !important;
        margin-left: -20px;
    }

    .main-body {
        padding-bottom: 10px;
    }

    a:hover {
        text-decoration: none !important;
    }

    .meetings-home {
        margin-top: 45px;
        margin-right: 27px;
    }

    .navbar-ex1-collapse {
        padding-bottom: 25px;
    }

    #nccParallax {
        height: 300px;
    }
}

/* END MOBILE VIEWPORT */

/* RESPONSIVE CONTACT FORM 7 */
@media only screen and (min-width : 240px) {

    .wpcf7-textarea,
    .wpcf7-text,
    .wpcf7-captchar {
        max-width: 100%;
        padding: 10px 1px !important;
    }
}

/*======================= FONT AWESOME ==================================================*/
.fa-search {
    color: white !important;
}


/****FIREFOX SEARCH FIX****/
@-moz-document url-prefix() {
    .nav-search {
        width: auto !important;
        margin-top: 8px !important;
    }
}


/* Header Animation Styles */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;

        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;

        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/*SMUG*/
input.noshow {
    display: none;
}


/*======================= / BEGIN SEARCH ==================================================*/
.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 40px;
    height: 35px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    z-index: 300000;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 20px;
    color: #4aa3db;
}

.sb-search-input::-webkit-input-placeholder {
    color: #4aa3db;
}

.sb-search-input:-moz-placeholder {
    color: #4aa3db;
}

.sb-search-input::-moz-placeholder {
    color: #4aa3db;
}

.sb-search-input:-ms-input-placeholder {
    color: #4aa3db;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #4aa3db;
    z-index: 90;
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #4aa3db;
    color: #fff;
    z-index: 5000;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*======================= / END OF SEARCH ==================================================*/