﻿#head {
    background: #000;
}

.site-logo {
    background: url(images/logo.png) no-repeat bottom left;
    width: 103px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    float: left;
}

#popular-searches {
    background: #0A7FB9;
}

#site-tagline {
    padding: 60px 0 0 0;
}

#site-tagline.logo-white {
    background: transparent url(images/images/logo-cover-photo-white.png) no-repeat 0 0;    
}

#site-tagline.logo-grey {
    background: transparent url(images/images/logo-cover-photo-grey.png) no-repeat 0 0;
}

#community-snippets-holder {
    background: #22beff;
}

#community-snippets-content h1 {
    width: 171px;
    height: 69px;
    text-indent: -9999px;
    display: none;
}

blockquote span {
    color: #0056a0;
    font-size: 17px;
}

.quote-right-1 {
    border-right: dotted 2px #1a81c4;
    border-bottom: dotted 2px #1a81c4;
}

.quote-left-1 {
    border-left: dotted 2px #1a81c4;
}

.quote-right-2 {
    border-right: dotted 2px #1a81c4;
    border-top: dotted 2px #1a81c4;
    border-bottom: dotted 2px #1a81c4;
}

.quote-left-2 {
    border-left: dotted 2px #1a81c4;
}

.vimeo {
    display: none;
}

/*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/images/logo-iK-lg.png) no-repeat bottom left;
        width: 103px;
        margin-right: 2.08333333%;
    }

    #nav-menus, #search {
        background: #282828;
    }
    
    .dd {
        background: #000;
    }
}
