html, body {
    position: relative;
    height: 100%;
    background-color: #f6f6f6;
    font-size: 16px;
    font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}

sup {
    color: #c00a35;
}

p {
    vertical-align: baseline;
    letter-spacing: normal;
    line-height: 24px;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 0px;
    color: #262626;
}

.no-margin {
    margin: unset;
}

.glyphicon-fire {
    color: #c00a35;
}

.title h1 {
    color: #c00a35;
    font-weight: 100;
    font-size: 38px;
    line-height: 52px;
    margin: 0 0 20px;
}

@media all and (min-width: 480px) {
    .title h1 {
        font-size: 38px;
        line-height: 48px;
    }
}

.title h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 15px 0;
}

@media all and (min-width: 480px) {
    .title h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: -15px;
    }
}

@media (max-width: 768px) {
    .navbar {
        min-height: 0px;
    }

    .navbar-default {
        border-color: #efefef;
        border: 1px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.expire-days {
    text-align: center;
    font-size: 45px
}

.chevron {
    font-size: 40px;
    color: #aaacae;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    margin-top: 10px;
    margin-bottom: 10px;
}

.chevron-bouncing {
    margin-bottom: 30px;
!important;
    animation: chevron-hover .5s infinite ease-in-out alternate;

}

@keyframes chevron-hover {
    100% {
        transform: translate3d(0, 25px, 0);
    }
}

@media (min-width: 480px) {
    .btn-optional-mfa {
        padding-left: 7%;
    }
}

.btn-optional-mfa {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-copy, .btn-copy:hover {
    color: #fff;
    padding: 3px 6px;
    background-color: #262626;
    border-color: #262626;
    margin-top: 7px;
    font-size: 12px;
}

.ribbon {
    width: 180px;
    font-size: 11px;
    color: #231f20;
    font-weight: bold;
    background: #ffd300;
    transform: rotate(45deg);
    position: absolute;
    right: -35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
}

.progress {
    border-radius: unset;
}

.progress-bar {
    color: #333333;
    background-color: #ffcd37;
}

.progress-bar-success {
    color: #ffffff;
    background-color: #5cb85c;
}

.profile-contact-info-icon {
    float: left;
    font-size: 22px;
    color: #999999;
}

.profile-contact-info-body {
    font-size: 14px;
    overflow: hidden;
    padding-left: 20px;
    color: #999999;
}

.profile-contact-info-body {
    overflow: hidden;
    padding-left: 20px;
    color: #999999;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #efefef;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.body {
    background-color: white;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}

header {
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.header .top-bar {
    border-bottom: 1px solid #efefef;
}

.header .mobile-menu,
.header .logo {
    display: inline-block;
    vertical-align: top;
}

.header .mobile-menu {
    background-color: #ffffff;
    cursor: pointer;
    height: 52px;
    line-height: 40px;
    position: relative;
    width: 60px;
}

.header .mobile-menu:before {
    color: #000000;
    font-family: 'icomoon';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 15px;
    font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.header .mobile-menu::before {
    left: 50%;
    margin: -7px 0 0 -10px;
    position: absolute;
    top: 50%;
}

.header .mobile-menu.open:before {
    color: #000000;
    font-family: 'icomoon';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 15px;
    font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.header .mobile-menu span {
    font-size: 0;
}

.header .logo {
    padding: 5px 0;
}

.header .logo img {
    height: 40px;
}

.header .title h1 {
    margin: 0;
}

.header .title a {
    color: #c00a35;
}

.header .user-header {
    font-size: 12px;
    line-height: normal;
}

.header .user-header p + p {
    color: #787878;
    text-decoration: underline;
}

.header .user-header a:hover {
    text-decoration: underline;
}

.header .bottom-bar {
    display: none;
}

.header .bottom-bar .title h1 {
    color: #c00a35;
    line-height: 107px;
    margin: 0;
}

.header .bottom-bar .user-header {
    float: right;
    padding-top: 35px;
    text-align: right;
}

.icon-hamburger_open:before,
.header .mobile-menu.open:before {
    content: '\e605';
}

.icon-hamburger_closed:before,
.header .mobile-menu:before {
    content: '\e606';
}

@media all and (min-width: 768px) {
    .header .mobile-menu {
        display: none;
    }

    .header .logo {
        padding: 10px 0 5px 0px;
    }

    .header .logo img {
        height: 48px;
    }

    .header .bottom-bar {
        display: block;
    }
}

@media all and (min-width: 1200px) {
    .header {
        max-width: 1600px;
    }

    .header .logo {
        padding-left: 0;
    }

    .alert {
        max-width: 1600px;
    }
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default {
    max-width: 1600px;
    background-color: #000000;
    border-color: #000000;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    line-height: 60px;
    padding: 0 20px;
    text-decoration: none;
    transition: color .4s ease;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffcd00;
    background-color: transparent
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffcd00;
    background-color: #000000
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > .home {
        padding: 0px;
        font-size: 0;
        line-height: 45px;
    }

    .navbar-default .navbar-nav > li > .home::before {
        color: #ffcd00;
        content: '\e604';
        font-family: 'icomoon';
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        font-size: 16px;
        line-height: 56px;
        transition: color .4s ease;

    }

    .navbar-default .navbar-nav > li > .home:hover::before {
        color: #ffcd00;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        color: #ffffff;
        display: block;
        line-height: 40px;
        padding: 0 20px;
        text-decoration: none;
        transition: color .4s ease;
    }

    .dropdown-header {
        display: none;
    }

    .dropdown-menu .divider {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffcd00;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
        color: #ffcd00;
    }
}

.footer {
    margin: 0 auto;
    max-width: 1600px;
    height: 137px;
    background-color: #000000;
}

.footer .container {
    padding: 32px 0px 0px;
}

.footer .logo img {
    height: 73px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .footer .logo img {
        padding-left: 30px;
    }
}

.form-control {
    border: 1px solid #ccc;
}