  /* site css here */

a:link.gsHead, a.gsHead {
    color: #fff;
    font-family: 'Open Sans Bold', arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.1;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: 50%;
}

.sidebarmedia img {
    max-width: 445px;
    width: 445px;
}

.lightBlue {
    background-color: #6cace4;
}
.darkBlue {
    background-color: #1e2e5c;
}
.gold {
    background-color: #867540;
}
.gsHeader {
    font-size: 1.5em;
    margin-top: 24px;
    text-transform: uppercase;
}
.gsBox {
    border: 1px solid #e5e5e5;
    margin: 12px 0 18px;
    padding: 16px 26px 4px;
}
.gsSubhead {
    color: #867540;
    font-size: 1.2em;
    margin-top: 18px;
}
.gsButton:hover {
    background: #fff none repeat scroll 0 0;
}
.fadeHover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.fadeHover:hover {
    opacity: 0.6;
}
.gsMainHead {
    font-size: 3em;
}

.calloutBox {
    background-color: #f8f0cd;
    margin: 20px 0;
    padding: 2px 24px 10px;
}
.detail img {
    display: block;
    margin: 24px auto 12px auto;
    max-width: 100%;
    text-align: center;
    width: 375px;
    height: auto;
}
@media only screen and (max-width: 500px) {
.gsHeader {
    font-size: 1.3em;
    margin-top: 16px;
}
.gsSubhead {
    font-size: 1em;
    line-height: 110%;
    margin-top: 18px;
}
.gsMainHead {
    font-size: 1.8em;
    line-height: 110%;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
    a:link.gsHead, a.gsHead {
        font-size:1rem;
    }
}