﻿#head {
    background: #082038;
}

.site-logo {
    background: url(images/logo.png?20171114b) no-repeat bottom left;
    width: 194px;
    height: 45px;
    text-indent: -9999px;
    display: block;
    float: left;
}

#sub-navigation {
    background-color: #f7941e;
}

#site-tagline {
    padding: 60px 0 0 0;
    background: transparent url(images/images/logo-cover-photo.png) no-repeat 0 0;
    top: 70%;
}

#site-tagline.tagline-white {
    color: #fff;
    background: transparent url(images/images/logo-cover-photo-lt.png) no-repeat 0 0;
}

.button-go {
    background: #f7941e;
}

#community-snippets-holder {
    background: #01253d;
}

#community-snippets-content h1 {
    width: 171px;
    height: 69px;
    text-indent: -9999px;
    display: none;
}

blockquote span {
    color: #fff;
    font-size: 17px;
}

.quote-right-1 {
    border-right: dotted 2px #030e15;
    border-bottom: dotted 2px #030e15;
}

.quote-left-1 {
    border-left: dotted 2px #030e15;
}

.quote-right-2 {
    border-right: dotted 2px #030e15;
    border-top: dotted 2px #030e15;
    border-bottom: dotted 2px #030e15;
}

.quote-left-2 {
    border-left: dotted 2px #030e15;
}

.vimeo {
    display: none;
}

/*change min-width here to whatever data-breakpoint="816" value is + 2 to keep responsive nav intact*/
@media only screen and (max-width: 1011px) {
    #Asia .Sub-Menu {
        left: -192.5px !important;
    }
}

@media only screen and (max-width: 878px) {
    #main-left {
        width: 195px;
    }
}

/*change max-width here to whatever data-breakpoint="value" value is + 1 to keep responsive nav intact*/
@media only screen and (max-width: 767px) {
    .site-logo {
        background: url(images/logo.png?20171114b) no-repeat bottom left;
        width: 200px;
        margin-right: 2.08333333%;
    }

    #main-left {
        width: 98%;
    }

    #nav-menus {
        background: #0a2947;
    }

    .dd {
        background: #082038;
    }

    #cover-photo-holder {
        min-height: 200px !important;
    }
}

/*@media only screen and (max-width: 659px) {
    #cover-photo-holder {
        background-size: cover;
    }
}

@media only screen and (max-width: 580px) {
    .touch #cover-photo-holder {
        background-image: url(images/images/top-cover-touch-580.jpg);
    }
}

@media only screen and (max-width: 500px) {
    #cover-photo-holder {
        background-position: -40px 0px !important;
    }
}

@media only screen and (max-width: 379px) {
    #cover-photo-holder {
        background-position: -100px 0px !important;
    }
}

@media only screen and (max-width: 367px) {
    #cover-photo-holder {
        background-position: -132px 0px !important;
    }
}*/

@media only screen and (max-width: 333px) {
    .site-logo {
        background: url(images/images/logo-sm.png) no-repeat bottom left;
        width: 32px;
    }
}
