html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}

.top__nav, .cta__nav {
    margin-top: 16px;
    margin-bottom: 16px;
}

a.primary__nav__link--sub:hover, a.primary__nav__link--overview:hover {
    color:#fff;
}

#container_content
{
background-color: #ffffff;
width: 100%;
}

#content { min-height: 420px; background-color: #ffffff; padding-bottom: 22px; }
#content_1 
{
   background-color: #ffffff;
   height: auto;
   overflow:hidden;
   padding-bottom: 38px;
   max-width:1600px;
   margin-left: auto;
   margin-right:auto;
}
            
#content_main {background: #ffffff;}
            
#content_right {float:right;}

html {-webkit-font-smoothing:antialiased;}/*Fix webkit font rendering problem */
html {overflow-y:scroll;}/* Always force a scrollbar in non-IE */

.hr {
     color: #e0e0e0;
     width: 100%; 
     height: 1px;
}

.row:after {
    clear: both;
    content: "";
    display: table;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: none repeat scroll 0 0 #ffffff;
    color: #303030;
    font-family: 'Gotham Ssm A','Gotham Ssm B';
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
}

table {
    font-size: inherit;
}

a {
    
    text-decoration: none;
    transition: color 0.3s linear 0s;
}

a:hover {
text-decoration:none;
}

p, ul, ol {
    margin-bottom: 0.7em;
}

@media screen and (min-width: 780px) and (max-width: 960px) {
#content_right
{
float:left;
width: 100%;

}

.content_right col
{
padding:0;
}
}

@media screen and (min-width: 1200px) {
{
  -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 28px;
    text-align:left;
     color: #ffffff;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-left:3em;
    font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
}
}

@media screen and (min-width: 960px) {
.content_right
{
display:block;
}
}