/*
 * Theme Name: The Climate Corporation
 * Author: Zach Hoon, TCC Interface Team
 * Version: 1.0
 * Text Domain: tcc
 */

@import "css/tcc-marcom-theme.css";

/* TEMP */
h1,h2,h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, sans-serif;
}
.marcom div.tail p a {
    color: #fff;
}
.legal-doc .content-section,
.press-release .content-section{
    margin: 32px;
}
.press-release h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
}
.press-release h4 {
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
}
.legal-doc h1 {
    font-size: 4.2rem;
    font-weight: 300;
}
.legal-doc h2 {
    font-size: 2.8rem;
    font-weight: 300;
}
.marcom .icon-hed h2 {
    padding: 10px 0 16px 64px;
}
.marcom.home .tabs.home li {
   width: 33.26%;
}
.marcom.home .hero h1 strong {
    font-weight: 500;
}
.marcom.home .hero .precision-acre.tab-pane {
    text-align: right;
}
.marcom.home .precision-acre.tab-pane .pa-tagline {
    margin: 152px -25px 0 0;
}
.marcom.home .detail .tab-pane {
    margin: 40px 36px 0 36px;
}
.marcom.home .detail .precision-acre > div > div {
    width: 53%;
}
.marcom.home .detail .precision-acre > div > div > p {
    width: 400px;
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.marcom.home .detail .precision-acre > div > div > p span,
.marcom.home .detail .precision-acre > div > div > p strong {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, sans-serif;
}
.marcom.home .detail .precision-acre > div > div > p span {
    font-size: 36px;
    font-weight: 600;
}

.hidden { display:none; }