﻿#head {
    background: #000;
}

.site-logo {
    margin-top: 9px;
    background-position: -312px -154px;
    width: 139px;
    height: 26px;
    background-image: url('../WindAlert/images/ui-sprites-3.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

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

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

.button-go {
    background: #feda00;
}

#community-snippets-holder {
    background: #2a2a2a;
}

#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 #000;
    border-bottom: dotted 2px #000;
}

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

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

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

.vimeo {
    display: none;
}

@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) {
    #main-left {
        width: 98%;
    }

    #nav-menus, #search {
        background: #2a2a2a;
    }

    .dd {
        background: #000;
    }
}

@media only screen and (max-width: 767px) {
    #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: 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;
    }
}
