/** Name and place any custom CSS to the FMG template below under the appropriate headline **/

body {
    border-top: 5px solid #1C99B2;
}


/** TEMPLATE **/


/** Place any CSS code in this section that changes or modifies the template including Body, Container, Aside, or Content. **/

#content {
    background-image: none;
}

#content .container {
    background: none;
}


/** TYPOGRAPHY **/


/** Place any CSS code in this section that changes or modifies the headlines, paragraphs or links. **/


/** NAVIGATION **/


/** Place any CSS code in this section that changes or modifies the main navigation bar including Nav, or .Nav **/


/** ROTATOR **/


/** Place any CSS code in this section that changes or modifies the Hero Rotator #hero **/

#hero .container aside a {
    font-family: arial;
    font-weight: bold;
    color: #016f80;
}


/** HEADER **/


/** Place any CSS code in this section that changes or modifies the main header in Header or .header **/

.header {
    background-image: none;
    border-bottom: 2px solid #E2B75D;
}

.backgroundImage {
    width: 960px;
    height: 180px;
}

.fauxLogoImagemap {
    margin: 10px 0 0 0;
    width: 48%;
    text-align: right;
    float: left;
}

.clientAddress {
    width: 48%;
    float: right;
    text-align: left;
    margin: 45px 0 0 0;
}

.clientAddress p {
    color: #FFF;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
}

.clientNumber {
    color: #FFF;
    font-weight: bold;
    font-size: 1.5em !important;
}

.clearfloat {
    clear: both;
}


/** HOMEPAGE **/

.whitepaper_btn {
    display: block;
    text-align: center;
    background: #4397b0;
    padding: 10px;
    font-size: 20px!important;
    color: #fff;
    border-radius: 10px;
    transition: all .3s;
}

.whitepaper_btn:hover {
    text-decoration: none;
    background-color:#337488;
    color:#fff;
}
/** FOOTER **/


/** Place any CSS code in this section that changes or modifies the main footer in Footer or .footer **/

.footer,
footer {
    background-image: none;
    border-bottom: 2px solid #E2B75D;
}

footer aside .contact,
footer h4,
footer a,
footer a:hover,
footer {
    color: #FFFFFF;
}


/** 
SUB PAGES 
**/


/** Name and place any custom page CSS code here with the appender .platinimPageName **/

.imageBorder {
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #E2B75D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content section article h1 {
    display: none;
}

/*
#agentContent p:nth-child(2) {
    display: none;
}
*/

/** Whitepapers Page **/
.whitepaper {
    display:inline-block;
    text-align: center;
    width:100%;
}
@media screen and (min-width:768px) {
    .whitepaper {
        width:50%;
    }
}
/** 
SIDEBAR WIDGETS
**/


/** Name and place any custom CSS for sidebar widgets **/