
@-webkit-keyframes hold-opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes hold-opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes hold-opacity {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes reset-opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes reset-opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@keyframes reset-opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes grow-1-to-3_5 {
    0% {
        max-height: 1em
    }
    100% {
        max-height: 3.5em
    }
}
@-moz-keyframes grow-1-to-3_5 {
    0% {
        max-height: 1em
    }
    100% {
        max-height: 3.5em
    }
}
@keyframes grow-1-to-3_5 {
    0% {
        max-height: 1em
    }
    100% {
        max-height: 3.5em
    }
}
@-webkit-keyframes input-outline-glow {
    0% {
        border-color: #02CEFF;
        box-shadow: inset 0 0 1px #1AAFD0;
        -moz-box-shadow: inset 0 0 1px #1AAFD0;
        -webkit-box-shadow: inset 0 0 1px #1AAFD0
    }
    40% {
        box-shadow: inset 0 0 2px #1AAFD0;
        -moz-box-shadow: inset 0 0 2px #1AAFD0;
        -webkit-box-shadow: inset 0 0 2px #1AAFD0
    }
    100% {
        border-color: #A1A4AA;
        box-shadow: inset 0 1px 0 #E1E2E4;
        -moz-box-shadow: inset 0 1px 0 #E1E2E4;
        -webkit-box-shadow: inset 0 1px 0 #E1E2E4
    }
}
@-moz-keyframes input-outline-glow {
    0% {
        border-color: #02CEFF;
        box-shadow: inset 0 0 1px #1AAFD0;
        -moz-box-shadow: inset 0 0 1px #1AAFD0;
        -webkit-box-shadow: inset 0 0 1px #1AAFD0
    }
    40% {
        box-shadow: inset 0 0 2px #1AAFD0;
        -moz-box-shadow: inset 0 0 2px #1AAFD0;
        -webkit-box-shadow: inset 0 0 2px #1AAFD0
    }
    100% {
        border-color: #A1A4AA;
        box-shadow: inset 0 1px 0 #E1E2E4;
        -moz-box-shadow: inset 0 1px 0 #E1E2E4;
        -webkit-box-shadow: inset 0 1px 0 #E1E2E4
    }
}
@keyframes input-outline-glow {
    0% {
        border-color: #02CEFF;
        box-shadow: inset 0 0 1px #1AAFD0;
        -moz-box-shadow: inset 0 0 1px #1AAFD0;
        -webkit-box-shadow: inset 0 0 1px #1AAFD0
    }
    40% {
        box-shadow: inset 0 0 2px #1AAFD0;
        -moz-box-shadow: inset 0 0 2px #1AAFD0;
        -webkit-box-shadow: inset 0 0 2px #1AAFD0
    }
    100% {
        border-color: #A1A4AA;
        box-shadow: inset 0 1px 0 #E1E2E4;
        -moz-box-shadow: inset 0 1px 0 #E1E2E4;
        -webkit-box-shadow: inset 0 1px 0 #E1E2E4
    }
}

.siteHeader-logo {
    background: url(/assets/vault/img/mbrvault_logo.png) no-repeat transparent 50%;
    background-size: contain;
    display: block;
    height: 27px;
    width: 132px
}
.siteHeader-logo:hover {
    border-bottom: none
}

.buttonView {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms;
    -moz-transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms;
    transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    font-size: 14px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-width: 60px
}
.buttonView:active,
.buttonView.is-active {
    -webkit-transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms, background 200ms, border 200ms, box-shadow 75ms, color 200ms;
    -moz-transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms, background 200ms, border 200ms, box-shadow 75ms, color 200ms;
    transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms, background 200ms, border 200ms, box-shadow 75ms, color 200ms
}
.buttonView.buttonView--primary {
    background: #1AAFD0;
    border-color: #1AAFD0
}
.buttonView.buttonView--warning {
    background: #e48561;
    border-color: #e48561;
    color: #ffffff;
}
.buttonView.buttonView--primary:focus,
.buttonView.buttonView--primary:hover {
    background: #02CEFF;
    border-color: #02CEFF;
    box-shadow: inset 0 0 transparent, 0 0 0 3px #80E6FF;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 3px #80E6FF;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #80E6FF
}
.buttonView.buttonView--primary:active,
.buttonView.buttonView--primary.is-active {
    background: #179DBA;
    border-color: #179DBA
}
.buttonView.buttonView--primary.is-disabled {
    box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    cursor: default
}
.buttonView:focus,
.buttonView:hover {
    outline: none
}
.buttonView.is-disabled {
    cursor: default
}
.buttonView.buttonView--default {
    height: 30px;
    padding: 0 10px
}
.buttonView.buttonView--large {
    height: 40px;
    padding: 0 15px
}
.buttonView.buttonView--primary {
    color: #fff;
    fill: #fff
}
.buttonView.buttonView--primary:active,
.buttonView.buttonView--primary.is-active {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), 0 0 0 0 transparent
}
.buttonView.buttonView--primary.is-disabled {
    background: #EFF0F1;
    border: 1px solid #E1E2E4;
    box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    color: #898E95;
    fill: #898E95
}
.buttonView.buttonView--secondary {
    background: #fff;
    border-color: #1AAFD0;
    color: #1AAFD0;
    fill: #1AAFD0
}
.buttonView.buttonView--secondary:focus,
.buttonView.buttonView--secondary:hover {
    border-color: #fff;
    box-shadow: inset 0 0 transparent, 0 0 0 3px #02CEFF;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 3px #02CEFF;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #02CEFF;
    color: #02CEFF;
    fill: #02CEFF
}
.buttonView.buttonView--secondary:active,
.buttonView.buttonView--secondary.is-active {
    background: #F8F8F9;
    border: 1px solid #1AAFD0;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
    color: #1AAFD0;
    fill: #1AAFD0
}
.buttonView.buttonView--secondary.is-disabled {
    border: 1px solid #CDCFD2;
    box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 0 transparent;
    color: #898E95;
    fill: #898E95
}
.buttonView.buttonView--toggle {
    background: #fff;
    border-color: #CDCFD2;
    color: #1B2432
}
.buttonView.buttonView--toggle:not(:first-of-type) {
    border-left-color: transparent
}
.buttonView.buttonView--toggle:active,
.buttonView.buttonView--toggle.is-active {
    background-color: #E8F7FB;
    border-color: #1AAFD0
}
.right-button-icon:not(:empty) {
    margin-left: 5px
}
body {
    color: #1B2432;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px
}
a,
p a {
    color: #1AAFD0;
    text-decoration: none
}
a.link--secondary,
p a.link--secondary {
    border-bottom: 1px dotted #898E95;
    color: #898E95
}
a.link--secondary:hover,
p a.link--secondary:hover {
    border-bottom-style: solid
}

h1{
    color: #1B2432;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 40px
    line-height: 4px;
    padding: 20px 30px 30px;

}

.cobranding{
    padding: 30px 0px 0px 0px;
}
.cobranding img{
    padding: 10px 0px 0px 0px;
}

.cobranding p{
    color: #898E95;
    display: block;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 7px;
    text-transform: uppercase
}

.dialog--nux {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
   background: linear-gradient(35deg, #50abc2, #58b96a);
    min-height: 100vh
}
.dialog--nux-container {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin: 0 auto;
    width: 95%
}
@media (min-width: 48em) {
    .dialog--nux-container {
        width: 585px;
    }
}
.dialog--nux-header {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin: 45px 0 30px -5px;
    text-align: center;
}
@media (min-width: 48em) {
    .dialog--nux-header {
        margin-top: 15px;
        text-align: center;
    }
}
.dialog--nux-header p {
    color: #fff;
    margin-top: 5px;
}
.dialog--nux-logo {
    width: 160px;
    text-align: center;

}
.dialog--logoWrapper {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.dialog--nux-after {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 64px;
    -moz-flex: 0 1 64px;
    -ms-flex: 0 1 64px;
    flex: 0 1 64px
}
.dialog--nux-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    line-height: 1.5
}
.dialog--nux-content .title,
.dialog--nux-content .subtitle {
    color: #1B2432;
    font-weight: 400;
    text-align: center
}
.dialog--nux-content .title {
    font-family: "haptik", "Helvetica Neue", Arial, sans-serif;
    color: #1B2432;
    line-height: 45px;
    font-size: 40px;
    padding: 20px 30px 30px;
    text-transform: none
}

.dialog--nux-content .smallTitle {
    color: #1B2432;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    padding: 20px 30px 30px;
    text-transform: none;
    text-align: center;


}
.dialog--nux-content .title+form .form-input:first-of-type {
    margin-top: 0
}
.dialog--nux-inner {
    padding: 0 30px
}
@media (min-width: 48em) {
    .dialog--nux-inner {
        padding: 0 90px;
    }
}
form.dialog--nux-inner {
    padding-bottom: 45px
}
.dialog--nux-seperator {
    color: #B9BCC0;
    font-size: 24px;
    margin-top: 35px;
    position: relative
}
.dialog--nux-seperator:before,
.dialog--nux-seperator:after {
    border-top: 1px solid #E1E2E4;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 45%;
    z-index: 0
}
.dialog--nux-seperator:before {
    left: auto;
    right: 0
}
.dialog--nux-note {
    font-size: 16px;
    margin-bottom: 30px
}
.dialog--nux-confirmation {
    color: #676D76;
    padding-bottom: 30px;
    text-align: center
}
.dialog--nux-recommendedBrowsers {
    margin: 30px 0
}
.dialog--nux-recommendedBrowsers td {
    height: 84px;
    padding-right: 30px;
    text-align: center;
    vertical-align: bottom
}
.dialog--nux-recommendedBrowsers td:last-of-type {
    padding-right: 0
}
.dialog--nux-recommendedBrowsers td img {
    display: block;
    margin-bottom: 10px
}
.dialog--nux-terms {
    color: #898E95;
    display: block;
    font-size: 12px;
    margin-right: 1em;
    margin-bottom: 15px;
    text-align: center
}
@media (min-width: 30em) {
    .dialog--nux-terms {
        display: inline;
        margin-bottom: 0;
        text-align: right;
    }
}
.dialog--nux-marketing {
    margin: 30px 0
}
.dialog--nux-marketing p {
    margin-bottom: 15px
}
.dialog--nux-marketing ul {
    margin-left: 15px
}
.dialog--nux-marketing li {
    list-style: circle;
    line-height: 1.5;
    text-align: left
}
.dialog--nux-marketing-header {
    font-size: 16px
}
.dialog--nux-oauth {
    margin-top: 30px
}
.dialog--nux-oauth ul {
    line-height: 1.75;
    list-style: inherit;
    margin: 15px 0 15px 15px;
    text-align: left
}
.dialog--nux-oauth button {
    margin-top: 15px
}
.dialog--nux-oauth button+button {
    margin-left: .75em
}
.form-input {
    margin-top: 30px;
    text-align: left
}
.form-input input,
.form-input select{
    background-color: #fff;
    border: 1px solid #CDCFD2;
    border-radius: 3px;
    color: #1B2432;
    height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%
}
.form-input textarea {
    background-color: #fff;
    border: 1px solid #CDCFD2;
    border-radius: 3px;
    color: #1B2432;
    height: 100px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%
}
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
    outline: 0
}
.form-input input[disabled],
.form-input input[disabled]:hover,
.form-input input[disabled]:active,
.form-input input[disabled]:focus,
.form-input select[disabled],
.form-input select[disabled]:hover,
.form-input select[disabled]:active,
.form-input select[disabled]:focus,
.form-input textarea[disabled],
.form-input textarea[disabled]:hover,
.form-input textarea[disabled]:active,
.form-input textarea[disabled]:focus {
    background-color: #F8F8F9;
    border-color: #EFF0F1;
    box-shadow: none;
    cursor: default
}
.form-input input {
    line-height: normal
}
.form-input input:focus {
    border-color: #B9BCC0;
    box-shadow: inset 0px 1px 1px 0px #eff0f1
}
.form-input input[type="checkbox"],
.form-input input[type="radio"],
.form-input input[type="range"],
.form-input input[type="file"],
.form-input input[type="range"],
.form-input input[type="color"] {
    height: auto;
    padding-left: 0;
    width: auto
}
.form-input input[type="checkbox"]:focus,
.form-input input[type="radio"]:focus,
.form-input input[type="range"]:focus,
.form-input input[type="file"]:focus,
.form-input input[type="range"]:focus,
.form-input input[type="color"]:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}
.form-input label {
    color: #898E95;
    display: block;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 7px;
    text-transform: uppercase
}
.form-input--button {
    text-align: right
}
.input--help {
    display: block;
    margin-top: 10px
}
.input--help a {
    border-bottom: 1px dotted #898E95;
    color: #898E95;
    font-size: 12px;
    text-align: left
}
.input--help a:hover {
    border-bottom: 1px solid #898E95;
    text-decoration: none
}
.dialog--nux-footer {
    color: #fff;
    margin-top: 15px
}
.dialog--nux-footer a {
    color: #fff
}
.dialog--nux-footer nav {
    line-height: 2.25
}
.dialog--nux-footer nav a:hover {
    border-bottom: none;
    text-decoration: none
}
.dialog--nux-footer nav a:hover span {
    border-bottom: 1px solid #fff
}
.dialog--nux-footer nav a:after {
    content: "\00b7";
    margin: 0 5px
}
.dialog--nux-footer nav a:last-of-type:after {
    content: ""
}
@media (min-width: 48em) {
    .dialog--nux-footer-left {
        float: left;
    }
}
.dialog--nux-footer-right {
    margin-top: 15px
}
@media (min-width: 48em) {
    .dialog--nux-footer-right {
        float: right;
        margin-top: 0;
    }
}
.dialog--nux-footer-right .buttonView {
    margin-left: 10px
}
.buttonView--center {
    text-align: center
}
.buttonView--default[disabled],
.buttonView--default[disabled]:hover,
.buttonView--default[disabled]:active,
.buttonView--default[disabled]:focus {
    background-color: #EFF0F1;
    border: 1px solid #E1E2E4;
    box-shadow: none;
    color: #B9BCC0;
    cursor: default
}
.buttonView--default.buttonView--background {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}
.buttonView--default.buttonView--background:hover,
.buttonView--default.buttonView--background:focus {
    background-color: #fff;
    border-color: #F0EFFA;
    color: #676D76;
    text-decoration: none
}
.buttonView--default.buttonView--background:active {
    background-color: #EFF0F1;
    box-shadow: inset 0px 1px 0px 0px #e1e2e4
}
.alert {
    background-color: #EFF0F1;
    border-radius: 3px;
    clear: both;
    color: #49505B;
    line-height: 1.25;
    padding: 15px;
    text-align: center
}
.alert a {
    color: #676D76;
    border-bottom: 1px dotted #676D76
}
.alert a:hover {
    border-bottom: 1px solid #676D76;
    text-decoration: none
}
.alert p {
    margin-top: 5px
}
.alert p:first-of-type {
    margin-top: 0
}
.alert strong {
    font-weight: 500
}
.alert--error {
    background-color: #FEEDED
}