﻿.content
{
    width: 98%;
    margin: 0px auto 16px auto;
    padding: 10px;
}
.content h1
{
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.content h2
{    
    text-transform: uppercase;
    color: #fff;
    margin: 0 ;
}
.content p
{
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.content p:last-child
{
    margin: 0;
}
.content a.button
{
    display: inline-block;
    padding: 10px 20px;
    background: #ff0;
    color: #000;
    text-decoration: none;
}
.content a.button:hover
{
    background: #000;
    color: #ff0;
}
.content.title
{
    position: relative;
    background: none;
    border: 2px dashed #333;
}
.content.title h1 span.demo
{
    display: inline-block;
    font-size: .5em;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    vertical-align: top;
    margin: 7px 0 0;
}
.content.title .back-to-article
{
    position: absolute;
    bottom: -20px;
    left: 20px;
}
.content.title .back-to-article a
{
    padding: 10px 20px;
    background: #f60;
    color: #fff;
    text-decoration: none;
}
.content.title .back-to-article a:hover
{
    background: #f90;
}
.content.title .back-to-article a i
{
    margin-left: 5px;
}
.content.white
{
    background: #fff;
    box-shadow: 0 0 10px #999;
}
.content.black
{
    background: #000;
}
.content.black p
{
    color: #999;
}
.content.black p a
{
    color: #08c;
}
.accordion-container
{
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}
.accordion-toggle
{
    border: 1px solid #fff;
    position: relative;
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    background: #00AAEC;
    color: #fff;
    text-decoration: none;
}
.accordion-toggle.open
{
    background: #333;
    color: #fff;
}
.accordion-toggle:hover
{
    background: #666;
}
.accordion-toggle span.toggle-icon
{
    position: absolute;
    right: 20px;
    font-size: 1.3em;
}
.accordion-content
{
    display: none;
    padding: 10px;
    overflow: auto;
    background: #eee;
}
.accordion-content img
{
    display: block;
    float: left;
    margin: 10px 15px 10px 0;
    max-width: 100%;
    height: auto;
}
.relationshipManagerTable
{
    width: 100%;
    float: left;
}
.relationshipManagerTable td
{
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
    padding: 5px;
    font-size: 12px;
}
.relationshipManagerTable td:last-child
{
    border-right: none;
}
.relationshipManagerTable td.apply
{
    border: none;
}
.companyOverview h1
{
    padding-bottom: 5px;
    font-size: 42px;
    color: #018b72;
    width: 100%;
    float: left;
    letter-spacing: -2px;
    font-weight: normal;
}
/* media query for mobile */@media (max-width: 767px)
{
    .content
    {
        width: auto;
    }
    .accordion-content
    {
        padding: 10px 0;
        overflow: inherit;
    }
}
