/*
These are custom styles writen by www.studiotenfour.com
to overwrite the compiled sass files. Studio Ten Four inherited this site
from NeedMore Designs. We do not have the original sass files that were
used to create the css on the live site. We are working with NeedMore
to try and locate them.

In the mean time, we're using this file to do any custom styles at
the client's request.
*/


/*
CONTACT PAGE
============================================================================ */
.page-template-contact-template #content a {
    text-decoration: underline;
}

.page-template-contact-template #content a:hover {
    text-decoration: none;
}

.page-template-contact-template #content .littlemap {
    margin-top: 1em;
}

.page-template-contact-template #content iframe {
    width: 100%;
    height: 1390px;
}

/* iframe height for Mozilla browsers */
.gecko.page-template-contact-template #content iframe {
    height: 1530px;
}

/* iframe height adjustments on contact page */
@media all and (min-width: 640px) and (max-width: 830px) {
    .gecko.page-template-contact-template #content iframe {
        height: 1700px;
    }

    .page-template-contact-template #content iframe {
        height: 1550px;
    }
}

@media all and (max-width: 410px) {
    .gecko.page-template-contact-template #content iframe {
        height: 1650px;
    }

    .page-template-contact-template #content iframe {
        height: 1470px;
    }
}

.contact__phone {
    white-space: nowrap;
}

/*
CAREERS PAGE
============================================================================ */
.careers p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.careers h2,
.careers h3 {
    font-size: 1.125rem;
    font-weight: 400;
}

.careers .the-content h2,
.careers .the-content h3 {
    margin: 1.5rem 0;
}

.careers .two-column-body-copy h3 {
    margin: 0;
}

h2.careers__h2 {
    font-size: 1.5em;
    margin: 0.75em 0 1.5em 0;
    text-align: center;
}

.careers__openings strong {
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.careers__openings ul {
    margin-left: 4rem;
}

.underline-div{
    border-bottom: 2px solid white;
    margin: 10px 0 8px;
}

.underline-div-black{
    border-bottom: 2px solid black;
    margin: 10px 0 8px;
}

.faq-list{
    list-style: none;
    margin-left: 0px;
}

.faq-list li{
    margin: 0px !important;
}

h2.portfolio-title span{
    font-size: 11px;
}

#grid h2.portfolio-title{
    margin-top: -30px !important;
}
.large-4 h2.portfolio-title{
    margin-top: -30px !important;
}
.relatedprojects h2.portfolio-title{
    margin-top: -30px !important;
}
.tax-portfolio_cat h2.portfolio-title{
    margin-top: -30px !important;
}

.view-all-photos{
    float: right;
    margin-right: 25px;
}

.uppercase{ text-transform: uppercase !important;}
