#header
{
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#anchors,#resources
{
    background-color: #F7F5F2;
}
#gainslosses,#nature
{
    background-color: #FFFFFF;
}
#solution
{
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

b
{
    font-family: 'Verlag Bold';
}
a
{
    text-decoration: none !important;
}
.prooverride
{
	font-size: 17px;
}

.header-big
{
    font-family: 'Verlag Black';
    font-size: 48px;
    color: #ECED90;
    line-height: 1.2;
}
.header-med
{
    font-family: 'Verlag Book';
    font-size: 30px;
    color: #FFFFFF;
}
.header-small
{
    font-family: 'Verlag Book';
    font-size: 20px;
    color: #FFFFFF;
}
.learn-btn
{
    color: #002D38;
    background-color: #ECED90;
    font-family: 'Verlag Black';
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 7px;
}
.btn-arrow
{
    padding-left: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 15px;
}
.top-link
{
    color: #ECED90 !important;
    font-family: 'Verlag Book';
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 22px;
}
.img-height
{
    height: 80px;
}
.factsheet::before, .pbrief::before
{
    position: relative;
    content: url(../images/document.svg);
    top: 5px;
    right: 5px;
}
.paper::before
{
    position: relative;
    content: url(../images/paper.svg);
    top: 5px;
    right: 5px;
}
.call::before
{
    position: relative;
    content: url(../images/phone.svg);
    top: 5px;
    right: 5px;
}
.anchor-text > a
{
    color: #6E6D72 !important;
    font-family: 'Verlag Book';
    font-size: 22px;
    padding-bottom: 5px;
    text-decoration: none !important;
}
.bordered 
{
    border: 1px solid #DDD9D2;
}
.box-text
{
    color: #011F23;
    font-family: 'Verlag Bold';
    font-size: 18px;
}
.what-disclosures
{
    color: #011F23;
    font-family: 'Verlag Bold';
    font-size: 18px;
    line-height: 22px;
    xxfont-style: italic;
}

.chart-disclosures
{
    color: #011F23;
    font-family: 'Verlag Book';
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}
.graph-header
{
    color: #002D38;
    font-family: 'Verlag Black';
    font-size: 30px;
}
.graph-title
{
    color: #111E2E;
    font-family: 'Verlag Book';
    font-size: 25px;
}
.graph-text
{
    color: #256B71;
    font-family: 'Verlag Book';
    font-size: 28px;
}
.yellow-header
{
    color: #ECED90;
    font-family: 'Verlag Bold';
    font-size: 30px;
    text-align: center;
}
.solution-text
{
    color: #FFFFFF;
    font-family: 'Verlag Bold';
    font-size: 28px;
}
.faq-bg 
{
    background: url(../images/square-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 250px;
}
.resource-header
{
    color: #1C3239;
    font-family: 'Verlag Bold';
    font-size: 22px;
    text-decoration: none !important;
}
.resource-text
{
    color: rgba(28, 50, 57, 0.70);
    font-family: 'Verlag Book';
    font-size: 22px;
    line-height: 26px;
    text-decoration: none !important;
}
.white
{
    color: #FFFFFF !important;
}
@media (min-width: 576px) 
{
    .col-sm-special 
    {
        flex: 0 0 auto;
        width: 30%;
    }
    .offset-sm-special 
    {
        margin-left: 3%;
    }
}
@media (min-width: 992px) {
    .footnote 
    {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .footnote  
    {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px) 
{
    .footnote 
    {
        max-width: 1320px !important;
    }
}
