body{
   background: #5d666f url(../images/bk-bodybg.png) repeat-x scroll left top;  
}
.container{
    background: #FFF;
}
.header{
    background-color: #161616;
    color: #fff; 
    padding-top: 14px;
    padding-bottom: 90px;
}
.header-logo img{
    margin: 2px;
}
.header-logo{ text-align:center; }
.header h1{
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
    margin-top: 144px;
    margin-bottom: 50px;
    letter-spacing: -2px;
}
.header h2{
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    line-height: 45px;
    text-align:center;
   
}
a{
    text-decoration: none;
    color: #18a3fa;
}
.section-one h3{
     font-weight: 600;
}
.section-one p{
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.section-one{
    padding-top:50px;
    padding-bottom:50px;   
}
.section-one svg{
    margin-top:20px;
}
.svg-div{
    height: 350px;
}
.section-two h3{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #161616;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}
.section-two p{
    font-size: 14px;
    line-height: 25px;
    text-align: justify; 
}
.collapse__header{
    display: block;
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #cccbcb;
    border-bottom: 1px solid #cccbcb;
    text-decoration: none;
    color: #343434;
}

.collapse__button {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 15px 40px 15px 20px;
    cursor: pointer;
}

.collapse__content {
    box-sizing: border-box;
    padding: 15px 40px 30px 20px;
    color: #343434;
    background-color: #fff;
    font-size: 14px;
}
#footer{
    margin-left:-15px;
    margin-right:-15px;
}
.section-two{
    padding-bottom:25px;
}

body div#footer {
    background: none;
    padding: 20px 0;
    font-size: 11px;
    clear: both;
    
}
div#footer.Gtm2014, body div#footer {
    background: #F6F5F5 !important;
}
body div#footer p {
    color: #FEFEFE;
    text-align: center;
}
.fixed{
    position: fixed;
    z-index: 1;
    background: #FFFFFF;
    width: 100%;
    border-bottom: solid 1px;
}
.logo{
    display:inline-block;
}
.content{ margin-top:30px; padding-bottom:50px;}

.content h1{
    margin-top: 70px;
    margin-bottom: 50px;
    letter-spacing: -2px;
    color: #161616;
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
}
.content h2{
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    color: #161616;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}
.content p{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: inherit;
    line-height: 25px;
}
.content .side-padding{
    padding-left:50px;
    padding-right:50px;
}
.content li{
     line-height: 25px;
}