@import url(https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700%7CSource+Sans+Pro:600&display=swap);
@font-face {
    font-family: greshamhouse-icons;
    src: url(../fonts/greshamhouse-icons.woff) format("woff");
}

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

ul.wp-block-list {
    list-style-type: disc;
}

.gh-header-header-wrapper {
    position: relative;
    z-index: 4;
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
@media screen and (min-width: 768px) {
    .gh-header-header-wrapper {
        z-index: 2;
    }
}

.gh-header-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 600px) {
    .gh-header-header-container {
        max-width: 768px;
    }
}
@media screen and (min-width: 768px) {
    .gh-header-header-container {
        justify-content: flex-start;
        position: relative;
        max-width: 900px;
    }
}
@media screen and (min-width: 1240px) {
    .gh-header-header-container {
        max-width: 1240px;
    }
}
.gh-header-header-logo {
    width: 178px;
    height: auto;
    display: none;
    order: 2;
}
@media screen and (max-width: 1024px) {
    .gh-header-header-logo.mobile {
        display: block;
    }
}
@media screen and (min-width: 1025px) {
    .gh-header-header-logo.desktop {
        display: block;
        max-width: 150px;
    }
}
@media screen and (min-width: 768px) {
    .gh-header-header-logo {
        order: 1;
        margin-right: 22px;
    }
}

.gh-header-account-notification,.gh-header-mobile-nav-button,.gh-header-nav-list-user-icon,.mobileButton {
    display: flex;
    height: 40px;
    width: 40px;
    /* padding: 10px; */
    background-color: #313265;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.gh-header-account-notification:focus,.gh-header-mobile-nav-button:focus,.gh-header-nav-list-user-icon:focus,.mobileButton:focus {
    outline: none;
}

.gh-header-mobile-nav-button {
    order: 1;
    border: none;
    position: relative;
    background: #313265;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: 10px;
    padding: 10px;
}
@media screen and (min-width: 768px) {
    .gh-header-mobile-nav-button {
        display: none;
        order: 10
    }
}
.gh-header-mobile-nav-button:before {
    font-family: greshamhouse-icons;
    content: "\F11C";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff
}
.gh-header-mobile-nav-button.is-open:before {
    font-family: greshamhouse-icons;
    content: "\F108";
    font-size: 14px
}

.gh-header-mobile-contact-button {
    order: 1;
    border: none;
    position: relative;
    background: #313265;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 10px;
}
@media screen and (min-width: 768px) {
    .gh-header-mobile-contact-button {
        display: none;
        order: 10
    }
}
.gh-header-mobile-contact-button:before {
    font-family: greshamhouse-icons;
    content: "\F11D";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff
}

.gh-header-nav {
    position: absolute;
    z-index: 4;
    top: 90px;
    left: -100%;
    transition: left .22s ease-in-out;
    width: 100%;
    display: block
}
.gh-header-nav.is-open {
    left: 0
}
@media screen and (min-width: 768px) {
    .gh-header-nav {
        position:static;
        width: auto;
        -ms-flex-order: 2;
        order: 2;
        height: 100%
    }
}
.gh-header-nav-list {
    display: block;
    background: #fff;
    list-style: none;
    margin: 0
}
@media screen and (min-width: 768px) {
    .gh-header-nav-list {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}
.gh-header-nav-list-item {
    border-top: 1px solid #eaeaeb;
    padding: 0 20px 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto
}
@media screen and (min-width: 768px) and (max-width:1240px) {
    .gh-header-nav-list-item {
        padding:0 15px;
        -ms-flex: 0;
        flex: 0
    }
}

.gh-header-nav-list-item--account {
    background-color: #ebebeb
}

@media screen and (min-width: 768px) {
    .gh-header-nav-list-item--account,.gh-header-nav-list-item--hide-md {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .gh-header-nav-list-item {
        height:100%;
        border-top: none;
        padding: 0
    }
}

.gh-header-nav-list-item-link {
    text-decoration: none;
    font-family: Barlow,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4d4a4b;
    height: 100%;
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center
}
.gh-header-nav-list-item-link:after {
    font-family: greshamhouse-icons;
    content: "\F103";
    font-size: 28px;
    margin-left: auto;
    color: #4d4a4b
}
@media screen and (min-width: 768px) {
    .gh-header-nav-list-item-link:after {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .gh-header-nav-list-item-link {
        display: flex;
        align-items: center;
        padding: 0 30px;
        flex: 0 1 auto;
        border-left: 1px solid #eaeaeb;
        border-bottom: 3px solid #fff;
        border-right: 1px solid #eaeaeb
    }
    .gh-header-nav-list-item-link:before {
        font-family: greshamhouse-icons;
        content: "\F113";
        font-size: 16px;
        margin-right: 5px;
        color: #4d4a4b
    }
    .gh-header-nav-list-item-link:hover {
        background-color: #ebeeee
    }
    .gh-header-nav-list-item-link:nth-last-of-type(2) {
        border-right: 1px solid #eaeaeb
    }
}
@media screen and (min-width: 768px) and (max-width:1240px) {
    .gh-header-nav-list-item-link {
        font-size:14px;
        padding: 20px 15px;
        flex: 0 1 auto
    }
}
.gh-header-nav-list-dashboard-link:before {
    font-family: greshamhouse-icons;
    content: "\F113";
    margin-right: 7px;
    font-size: 20px
}
@media screen and (min-width: 600px) and (max-width:1240px) {
    .gh-header-nav-list-dashboard-link:before {
        display:none
    }
}
.gh-header-nav-list-dashboard-link:after {
    display: none
}
.gh-header-nav-list-user-icon {
    position: relative;
    background-color: #fff;
    margin-right: 15px;
    width: 34px;
    height: 34px
}
.gh-header-nav-list-user-icon:before {
    font-family: greshamhouse-icons;
    content: "\F11C";
    font-size: 20px
}


.gh-header-ifa-clients-section {
    display: flex;
    order: 3;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
    .gh-header-ifa-clients-section {
        margin-left: 0;
    }
}

.gh-header-account-section {
    order: 2;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
    .gh-header-account-section {
        margin-left:auto;
        -ms-flex-order: 3;
        order: 3
    }
}
.gh-header-account-section .svg-icon {
    display: flex;
}
.gh-header-account-section .svg-icon svg {
    color: #fff;
    width: 14px;
}
.gh-header-ifa-clients-section+.gh-header-account-section {
    order: 0;
    margin-left: 0
}
@media screen and (min-width: 768px) {
    .gh-header-ifa-clients-section+.gh-header-account-section {
        margin-left: auto;
        order: 2;
    }
}
@media screen and (min-width: 768px) {
    .gh-header-ifa-clients-section+.gh-header-account-section .gh-header-account-user-dropdown-trigger {
        margin-right: 2px;
    }
}

.gh-header-account-user-icon {
    background-color: #313265;
    color: #fff;
    border-radius: 50%;
}

.gh-header-account-user-icon {
    display: flex;
    /* padding: 10px; */
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 2px;
}
@media screen and (min-width: 600px) and (max-width:1240px) {
    .gh-header-account-user-icon {
        margin:0
    }
}

.gh-header-account-user-dropdown-trigger {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: Barlow,Georgia,serif;
    font-size: 16px;
    font-weight: 600;
    color: #313265;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    padding: 8px 16px;
    transition: background-color .22s ease-in-out;
}
@media screen and (max-width: 767px) {
    .gh-header-account-user-dropdown-trigger {
        display: none;
    }
}

.gh-header-account-user-name {
    margin-left: 5px;
}
@media screen and (max-width: 600px) {
    .gh-header-account-user-name {
        display: none;
    }
}

.gh-header-account-dropdown {
    position: absolute;
    display: block;
    width: 240px;
    top: 55px;
    left: 0;
    right: 40px;
    background-color: #fff;
    font-family: Barlow,sans-serif;
    padding: 0;
    color: #313265;
    border: 1px solid #313265;
    font-size: 14px;
    transform: scale(.8) translateY(-20px);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    transition: all .22s ease-in-out;

    visibility: hidden;
    opacity: 0;
    z-index: 0;
}
.gh-header-account-dropdown.open {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transform: none;
}
/* .gh-header-account-dropdown[data-state=closed] {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
} */
/* .gh-header-account-dropdown[data-state=open] {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    transform: none;
} */
@media screen and (min-width: 768px) {
    .gh-header-account-dropdown {
        left: auto;
    }
}

.gh-header-account-dropdown--notification {
    max-height: 45vh;
    overflow-y: auto;
}
.gh-header-account-dropdown--notification:after {
    left: 100%;
    transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
    .gh-header-account-dropdown--notification:after {
        left:65%;
        transform: translateX(25%);
    }
}
@media screen and (min-width: 1241px) {
    .gh-header-account-dropdown--notification:after {
        left:25%;
        transform: translateX(10%);
    }
}
.gh-header-account-dropdown-item {
    padding: 0 18px;
    font-size: 14px;
}
.gh-header-account-dropdown-item>a {
    padding: 14px 0 12px;
    display: block;
    color: #727272;
    text-decoration: none;
}

.gh-header-notifications-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid hsla(0,0%,45%,.2);
}

.gh-header-notifications-title h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.gh-header-notifications-item {
    position: relative;
}

.gh-header-notifications-time {
    position: absolute;
    font-size: 12px;
    top: 12px;
    left: 20px;
    right: auto;
    color: #989898;
}

.gh-header-notifications-link {
    display: block;
    padding: 30px 20px 20px;
    color: #727272;
    text-decoration: none;
    border-bottom: 1px solid hsla(0,0%,45%,.2);
}
.gh-header-notifications-link:hover {
    background-color: #fff;
    color: #313265;
    border-bottom: 1px solid #313265;
}

.gh-header-notifications-remove {
    position: absolute;
    left: auto;
    right: 20px;
    top: 12px;
    color: #989898;
    cursor: default;
    text-decoration: none;
}
.gh-header-notifications-remove:after {
    font-family: greshamhouse-icons;
    content: "\F108";
    font-size: 10px;
    font-weight: 400;
}
.gh-header-notifications-remove:hover:after {
    color: red;
}

.gh-header-notifications-close {
    position: relative;
    margin-left: auto;
    cursor: pointer;
}
.gh-header-notifications-close:after {
    font-family: greshamhouse-icons;
    content: "\F108";
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.gh-header-heading-section {
    padding: 35px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.gh-header-heading-section h1 {
    font-size: 22px;
    margin-right: auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #646569;
}
@media screen and (min-width: 600px) {
    .gh-header-heading-section {
        padding: 45px 0;
    }

    .gh-header-heading-section h1 {
        font-size: 28px;
        font-size: 36px;
    }
}

.gh-header-heading-btn {
    margin-top: 24px;
    margin-left: auto;
    flex-basis: 100%;
    justify-content: center;
}
@media screen and (min-width: 600px) {
    .gh-header-heading-btn {
        margin-top:0;
        flex-basis: auto;
    }
}

@media screen and (min-width: 1240px) {
    .gh-header-heading-btn {
        position:absolute;
        top: 18px;
        left: auto;
        right: 0;
    }
}

.gh-header-ifa-clients-section{
    display:-ms-flexbox;display:flex;-ms-flex-order:3;order:3;margin-left:auto;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section{
        margin-left:0;
    }
}
.gh-header-ifa-clients-section .menu-panel{
    background:#fff;position:fixed;top:0;height:100%;right:-100%;width:calc(100% - 50px);z-index:8;padding:5px;box-sizing:border-box;border:1px solid #313265;border-top:0;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .menu-panel{
        width:100%;max-width:250px;top:90px;
    }
}
.gh-header-ifa-clients-section .menu-panel.panel-open {
    animation-name:a;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:linear;
}
.gh-header-ifa-clients-section .menu-panel.panel-close {
    animation-name:b;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:linear;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .menu-panel.panel-close{
        animation-duration:.7s;
    }
}
.gh-header-ifa-clients-section .menu-header li{
    background:#313265;
}
.gh-header-ifa-clients-section .menu-header .primary-user-link{
    color:#fff;
}
.gh-header-ifa-clients-section .menu-content{
    position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:8;
}
.gh-header-ifa-clients-section .menu-content li{
    display:-ms-flexbox;display:flex;border-bottom:1px solid #313265
}
.gh-header-ifa-clients-section .menu-content a{
    font-family:Barlow,sans-serif;color:#313265;font-weight:600;font-size:1rem;padding:1.5rem;width:100%;
}
.gh-header-ifa-clients-section .account-menu ul{
    position:absolute;top:68px;bottom:0;left:0;right:0;overflow-y:auto;padding-bottom:89px;
}
.gh-header-ifa-clients-section .open-btn{
    display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:0;border:0;background:none;padding:1rem;
    color:#313265;cursor:pointer;font-family:Barlow,sans-serif;font-weight:600;font-size:1rem;transition:all .3s ease-in-out;margin-left:auto;border:1px solid #313265;border-radius:16px;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .open-btn{
        min-width:250px;max-height:90px;
    }
}
.gh-header-ifa-clients-section .open-btn .svg-icon {
    display:-ms-flexbox;display:flex;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .open-btn .svg-icon{
        margin-right:10px;
    }
}
.gh-header-ifa-clients-section .open-btn .svg-icon svg{
    width:25px;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .open-btn:after{
        font-family:greshamhouse-icons;content:"\F103";font-size:1.5rem;padding-left:10px;transition:all .3s ease-in-out;
    }
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .open-btn.open:after{
        font-family:greshamhouse-icons;content:"\F108";font-size:1rem;margin:6px 4px;color:#313265;transition:all .3s ease-in-out;   
    }
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .open-btn.closed:after{
        font-family:greshamhouse-icons;content:"\F103";font-size:1.5rem;padding-left:10px;transition:all .3s ease-in-out;
    }
}
.gh-header-ifa-clients-section .btn-acc-text{
    display:none;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .btn-acc-text{
        display:block;
    }
}
.gh-header-ifa-clients-section .menu-panel .close-btn{
    background:#fff;width:50px;border:1px solid #313265;height:50px;
    color:#313265;outline:0;cursor:pointer;position:fixed;top:0;left:-100%;box-shadow:0 10px 10px -5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;
}
.gh-header-ifa-clients-section .menu-panel .close-btn:after{
    font-family:greshamhouse-icons;content:"\F108";font-size:.75rem;margin:6px 4px;color:#313265;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .menu-panel .close-btn{
        display:none;
    }
}
.gh-header-ifa-clients-section .menu-panel.panel-open .close-btn{
    display:-ms-flexbox;display:flex;animation-name:c;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:linear;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .menu-panel.panel-open .close-btn{
        display:none;
    }
}
.gh-header-ifa-clients-section .menu-panel.panel-close .close-btn{
    animation-name:d;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:linear;
}
@media screen and (min-width:768px){
    .gh-header-ifa-clients-section .menu-panel-background{
        position:fixed;top:0;bottom:0;left:0;width:0;background-color:transparent;
    }
}
.gh-header-ifa-clients-section .panel-open .menu-panel-background{
    animation-name:e;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:linear;
}
.gh-header-ifa-clients-section .panel-close .menu-panel-background{
    animation-name:f;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:linear;
}
.gh-header-ifa-clients-section .menu-close{
    background-color:transparent;border:0;
}
.gh-header-ifa-clients-section .menu-close:focus{
    outline:0;
}

@keyframes a{0%{right:-100%; @media screen and (min-width:768px){right:-250px}} to{right:0}}
@keyframes b{0%{right:0}to{right:-100%; @media screen and (min-width:768px){right:-250px}}}
@keyframes c{0%{left:-50px}to{left:0}}
@keyframes d{0%{left:0}to{left:-50px}}
@keyframes e{0%{opacity:0;width:100%}99%{opacity:1;width:100%}to{opacity:1;width:calc(100% - 250px)}}
@keyframes f{0%{opacity:1;width:100%}99%{opacity:0;width:100%}to{opacity:0;width:0}}



/* *********************************************************************** */
wpforms-confirmation-container-full wpforms-confirmation-scroll
.gh-wpf-password-change-form {
    font-family: Barlow, sans-serif !important;
}
.gh-wpf-password-change-form .gh-wpf-hidden .wpforms-field-container, .gh-wpf-password-change-form .gh-wpf-hidden .wpforms-submit-container {
    display: none !important;
 }
.gh-wpf-password-change-form input {
    border: 1px solid #4d4a4b !important;
    border-radius: 0 !important;
}
.gh-wpf-password-change-form input:focus {
    border: 2px solid #4d4a4b !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

/* .gh-wpf-access-denied {
    font-size: 1.6rem;
} */

.gh-wpf-extpass-fields .wpforms-field-label {
    margin: 0 0 2px 0 !important;
    color: #646569 !important;
    font-weight: 500 !important;
}

.gh-wpf-newpass-fields {
    padding: 0 !important;
    margin-bottom: 20px;
}
.gh-wpf-newpass-fields .wpforms-field-label {
    display: none;
}
.gh-wpf-newpass-fields .wpforms-field-row {
    display: flex;
    flex-direction: column;
}
.gh-wpf-newpass-fields .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
}
.gh-wpf-newpass-fields .wpforms-field-row-block {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 !important;
    margin-bottom: 20px;
}
.gh-wpf-newpass-fields .wpforms-field-row-block .wpforms-field-sublabel {
    margin: 0 0 2px 0;
    font-size: 1rem;
    font-weight: 500;
    color: #646569;
}
.gh-wpf-newpass-fields .wpforms-first label::before {
    content: "New ";
}

.wpforms-submit.gh-wpf-submit-button {
    display: inline-block !important;
    font-family: Barlow, sans-serif !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    line-height: 1 !important;
    border: 2px solid transparent !important;
    background-color: #313265 !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-color .22s ease-in-out !important;
    border-radius: 1rem !important;
    transition: border-color .3s ease, background .3s ease, color .3s ease !important;
}
.wpforms-submit.gh-wpf-submit-button:hover {
    opacity: 1 !important;
    background: transparent !important;
    border-color: #313265 !important;
    color: #313265 !important;
    box-shadow: none !important;
}

.wpforms-confirmation-container-full {
    background: inherit !important;
    padding: 0 !important;
    border: none !important;
}
.wpforms-confirmation-container-full .gh-wpf-success-msg {
    padding: 15px;
    background-color: #bdffca;
    border: 1px solid #4d4a4b;
    color: #646569;
}
.wpforms-confirmation-container-full .gh-wpf-error-msg {
    padding: 15px;
    background-color: #ffc3cd;
    border: 1px solid #4d4a4b;
    color: #646569;
}


.wp-2fa-user-profile-form .button,
.wp-2fa-user-profile-form .button.button-primary.enable_styling,
.wp2fa-modal .wp-2fa-button-primary {
    display: inline-block !important;
    font-family: Barlow, sans-serif !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    line-height: 1 !important;
    border: 2px solid transparent !important;
    background-color: #313265 !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-color .22s ease-in-out !important;
    border-radius: 1rem !important;
    transition: border-color .3s ease, background .3s ease, color .3s ease !important;
}
.wp-2fa-user-profile-form .button:hover,
.wp-2fa-configuration-form .button.button-primary.enable_styling:hover,
.wp2fa-modal .wp-2fa-button-primary:hover {
    opacity: 1 !important;
    background: transparent !important;
    border-color: #313265 !important;
    color: #313265 !important;
    box-shadow: none !important;
}

.wp2fa-modal .wp-2fa-button-secondary {
    display: inline-block !important;
    font-family: Barlow, sans-serif !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    line-height: 1 !important;
    border: 2px solid transparent !important;
    background-color: #646569 !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-color .22s ease-in-out !important;
    border-radius: 1rem !important;
    transition: border-color .3s ease, background .3s ease, color .3s ease !important;
}
.wp2fa-modal .wp-2fa-button-secondary:hover {
    opacity: 1 !important;
    background: transparent !important;
    border-color: #646569 !important;
    color: #646569 !important;
    box-shadow: none !important;
}

.wp-2fa-user-profile-form .button.button-primary:nth-child(2) {
    margin-left: 10px;
}

@media screen and (max-width: 400px) { 
    .wp-2fa-user-profile-form .button.button-primary:nth-child(2) {
        margin-left: 0;
    }
}
.wp2fa-modal.enable_styling .radio-cells .option-pill.isSelected {
    border: 3px solid #313265 !important;
}

.wp-2fa-user-profile-form.form-table tbody td  div{
   margin:32px !important;
   margin-left: 0px !important;
}

@media screen and (max-width: 1299px) { 
    .wp-2fa-configuration-form .button {
        display: inline-block !important;
    }
}

/* 
.wp2fa-modal h3 - Common heading text (unless altered with custom markup)
.wp2fa-modal p - Common content text (unless altered with custom markup) */

.gh-register-button a {
    display: inline-block !important;
    font-family: Barlow, sans-serif !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    line-height: 1 !important;
    border: 2px solid transparent !important;
    background-color: #313265 !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-color .22s ease-in-out !important;
    border-radius: 1rem !important;
    transition: border-color .3s ease, background .3s ease, color .3s ease !important;
}
.gh-register-button a:hover {
    opacity: 1 !important;
    background: transparent !important;
    border-color: #313265 !important;
    color: #313265 !important;
    box-shadow: none !important;
}
