body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3;
    text-rendering: optimizeLegibility
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0
}

ol {
    margin: 0;
    padding: 0
}

p {
    padding: 0;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.3125rem 0rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 0.625rem 0rem;
    font-weight: normal
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

button {
    cursor: pointer
}

:focus {
    outline: 0
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    max-width: 940px;
    max-width: 58.75rem;
    margin: 0 auto;
    position: relative;
    height: 100%
}


/**********************************************************************************/


/* header */


/**********************************************************************************/

header {
    width: 100%;
    padding: 20px 15px 20px 15px;
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}

header,
.product-top {
    *zoom: 1
}

header:before,
.product-top:before,
header:after,
.product-top:after {
    content: "";
    display: table
}

header:after,
.product-top:after {
    clear: both
}

header,
.product-top {
    *zoom: 1
}

header:before,
.product-top:before,
header:after,
.product-top:after {
    content: "";
    display: table
}

header:after,
.product-top:after {
    clear: both
}

.footer .header-white-bar {
    text-align: left;
    background: #ffffff;
    padding: 20px 0 15px
}

.footer .header-white-bar .row {
    position: relative
}

.footer .header-white-bar .row * {
    vertical-align: middle;
}

.footer .header-white-bar .row #header-logo {
    vertical-align: top;
    margin-right: 6px;
    margin-left: -5px;
}

.footer .header-white-bar .footer-links a:hover {
    border-bottom: 1px solid transparent;
}


/**********************************************************************************/


/* footer */


/**********************************************************************************/

.footer {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

.footer .row {
    padding: 0 20px
}

.footer .footer-grey-bar {
    text-align: left;
    background: #f0f0f0;
    padding: 20px 0 15px
}

.footer-grey-bar .row {
    position: relative
}

.footer .footer-links {
    position: absolute;
    top: -5px;
    left: 0px;
    width: auto;
    overflow: hidden
}

@media only screen and (max-width: 1024px) {
    .footer .footer-links {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.footer .footer-links li {
    position: relative;
    float: left;
    text-align: left;
    font-family: 'Gotham_SSm_4r', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    line-height: 1.5625rem;
    color: #586062;
    -webkit-font-smoothing: antialiased;
    padding: 0 13px 0 12px
}

.footer .footer-links li:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 12px;
    background: #586062;
    margin-right: 5px
}

.footer .footer-links li:first-child {
    padding-left: 0
}

.footer .footer-links li:first-child:before {
    display: none
}

.footer .footer-links li:last-child {
    padding-right: 0
}

.footer .footer-links a,
.footer .footer-links a:link,
.footer .footer-links a:visited {
    text-decoration: none;
    color: #586062;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-out
}

.footer .footer-links a:hover {
    border-color: #586062;
    transition: border-color 0.2s ease-out
}

.footer .footer-copyright {
    text-align: right;
    font-family: 'Gotham_SSm_4r', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    color: #586062;
    -webkit-font-smoothing: antialiased;
    margin-top: 5px;
    vertical-align: top
}

@media only screen and (max-width: 1024px) {
    .footer .footer-copyright {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .footer .all-rights-reserved {
        display: block;
    }
}