
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


.header {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    position: relative;
    z-index: 5;
    left: 0;
    padding: 1rem 0;
    background-color: #DD0C1E;
}

.wrapper-buttons-header{
    margin: 0 auto;
    width: 970px;
    height: 40px;
    position: relative;
}

button.toggle-menu {
    background: none;
    border: 0;
    color: white;
    font-family: "Gotham", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
button.menu-right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.wrapper-buttons-header .menu-left .fa, .wrapper-buttons-header #capture_signout_link .fa{
    margin-right: 10px;
}

.push-body {
    overflow-x: hidden;
    left: 0;
}

.header .login {
    width: 80%;
    max-width: 438px;
    z-index: 3;
    float: right;
}

.header .login #janrainLoginContainer {
     width: 100%;
     max-width: 100%;
     height: 100%;
     padding: 0;
     margin-top: 5px;
     margin-left: 0;
     margin-right: 0;
     display: table;
 }

.header .login a {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400 !important;
    text-transform: capitalize;
    color: #DD0C1E !important;
}

.header .login a .fa {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 22.8px;
    font-size: 1.425rem;
}

.header .login a {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400 !important;
    text-transform: capitalize;
    color: #DD0C1E !important;
}

.header .login a .fa {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 22.8px;
    font-size: 1.425rem;
}

#site-navigation {
    background-color: #DD0C1E;
}

.cbp-spmenu,.cbp-spmenu-r, .push-body {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cbp-spmenu-left {
    left: -500px;
}
.cbp-spmenu-right {
    right: -500px;
}
.cbp-spmenu {
    width: 500px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    overflow: hidden;
    background-color: white;
}

.cbp-spmenu-r {
    width: 230px;
    height: 250px;
    top: 50px;
    z-index: 99999;
    overflow: hidden;
    background-color: white;
    position: absolute;
    right: 30px;
}

.cbp-spmenu-left.menu-open {
    left: 0;
}

#close-menu {
    width: auto;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#close-menu::before {
    font-family: FontAwesome;
    content: '\f00d';
    margin-right: 0.5rem;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 100;
    color: #fff;
}

#close-menu::after {
    padding-top: 2px;
    text-transform: uppercase;
    font-size: 11.2px;
    font-size: 0.7rem;
    font-weight: 100;
    color: #fff;
}

.navigation-list {
    margin-top: 4rem;
    margin-left: 3rem;
}
ol, ul {
    list-style: none;
}

.navigation-list .navigation-item {
    text-align: left;
}

.navigation-list .navigation-item a {
    position: relative;
    display: block;
    padding: 1rem 3%;
    font-family: "Gotham", sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 300;
    color: white;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-transform: capitalize;
}

body.push-body.push-body-toright .bg-openmenu, body.push-body.push-body-toleft .bg-openmenu {
    display: block;
    visibility: visible;
}

body.push-body .bg-openmenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    display: none;
    opacity: 1;
}

.bg-openmenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.link-access {
    cursor: pointer;
    /*font-size: 16px !important;*/
    font-weight: bold !important;
}

.login-window{
    float: right;
    width: 200px;
    height:250px;
    background-color: #DD0C1E;
}

.login-button-header{
    float: right;
    margin-right: 70px;
    margin-top: 5px;
}

.close-login{
    position: relative;
}

.menu-right span{
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

@media (min-width: 760px) and (max-width: 970px) {
    .wrapper-buttons-header{
        width: 760px;
    }
}