@font-face {
    font-family: Industry-Light;
    src: url(../fonts/Industry-Light-webfont.woff2) format("woff2"),url(../fonts/Industry-Light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Industry-Medium;
    src: url(../fonts/Industry-Medium-webfont.woff2) format("woff2"),url(../fonts/Industry-Medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Industry-Demi;
    src: url(../fonts/Industry-Demi-webfont.woff2) format("woff2"),url(../fonts/Industry-Demi-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html {
    font-family: Nunito,Helvetica,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: inherit
}

body {
    margin: 0;
    height: 100%;
    background: #f6f6f6 !important;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left !important;
}

a, a:hover {
    text-decoration: underline;
    color: #6f6f6f;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

p {
    font-size: 1em;
    line-height: 1.5;
    margin: .5em 0
}

h1 {
    font-family: Industry-Light, Helvetica, sans-serif !important;
    font-size: 3rem !important;
}

.TopNav {
    width: 100% !important;
    background-color: #fff !important;
    height: 38px;
}

.TopNav_Cobranding-list {
    position: relative;
    list-style-type: none !important;
    padding: 0;
    display: -ms-inline-flexbox !important;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: auto 0;
    overflow: hidden; 
}

.TopNav_Cobranding-listItem:before {
    content: "|";
    line-height: 38px;
    color: #ddd;
}

.TopNav_Cobranding-listItem {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.TopNav_Cobranding-listItem:first-child {
    margin-left: -12px;
}

    .TopNav_Cobranding-listItem img {
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: contain; object-position: center";
        opacity: 0.7;
    }

    .TopNav_Cobranding-listItem img:hover {
        opacity: 1;
    }

.TopNav_Cobranding-listItem, .TopNav_Cobranding-listItem > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 38px;
    line-height: 38px;
    vertical-align: bottom;
}

.TopNav a {
    padding: 0 1em;
    letter-spacing: 1px;
    text-decoration: none;
    color: rgba(47,47,47,.6);
    cursor: pointer;
}
    
.navbar {
    border-bottom: none !important;
}

.navbar-default {
    background-color: #fff !important;
    height: 80px;
    border-bottom: none !important;
}

@media(max-width:480px) {
    body {
        background-image: none;
        background-color: #f4f4f4 !important;
    }

    label {
        width: inherit !important;
    }

    .attrEntry input[type="text"], 
    .attrEntry input[type="email"], 
    .attrEntry input[type="password"], 
    .attrEntry select, 
    .phoneEntry input, 
    .phoneEntry select, 
    #codeVerification input {
        width: 100% !important;
    }

    select {
        width: 100% !important;
    }
    
    .divider h2 {
        margin: 10px 0 !important;
    }

    .login-logo {
        height: 80px !important;
        margin-top: -65px !important;
    }

    .navbar-default {
        background-color: #fff !important;
        height: 60px;
        border-bottom: none !important;
    }

    .navbar-brand img {
        width: 60%;
    }
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

label,
.password-label {
    margin-top: 10px;
}

#AdfsExchange {
    background-color: #28B1E6;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/activedirectory.png");
    background-repeat: no-repeat;
    background-size: 40px;
    margin: 10px 0;
}

    #AdfsExchange:hover {
        background-color: #189DCF;
    }

#api ul {
    list-style-type: none;
    padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
    text-align: center;
}

#api[data-name='Phonefactor'] .buttons button#cancel {
    width: 32%;
}

#api[data-name='SelfAsserted'] > div:first-child {
    display: none;
}

#createAccount {
    cursor: pointer;
    padding-left: 5px;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#email_ver_input {
    margin-bottom: 10px 0;
}

#FacebookExchange {
    background-color: #3B5998 !important;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/facebook.png") !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    border: 1px solid #3B5998 !important;
}

    #FacebookExchange:hover {
        background-color: #354C86 !important;
        border: 1px solid #3B5998 !important;
    }

#forgotPassword {
    clear: right;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#LinkedInExchange {
    background-color: #0077B5 !important;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/linkedin.png") !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    margin: 10px 0 !important;
    border: 1px solid #0077B5 !important;
}

    #LinkedInExchange:hover {
        background-color: #006ba2 !important;
        border: 1px solid #0077B5 !important;
    }

#GoogleExchange {
    background-color: #4285F4 !important;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/g-logo.png") !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
    border: 1px solid #4285F4 !important;
    margin: 10px 0 !important;
}

    #GoogleExchange:hover, #GoogleExchange:focus {
        border: 1px solid #5491f5 !important;
        box-shadow: 3px #5491f5 !important;
    }

#IdentifyServerExchange {
    background-color: #28B1E6;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/logo.png");
    background-repeat: no-repeat;
    background-size: 40px;
    margin-top: 10px;
}

    #IdentifyServerExchange:hover {
        background-color: #189DCF;
    }

#logonIdentifier,
#password,
#signInName {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #e9e9e9;
    border-radius: 2px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    margin: 10px 0;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    width: 100% !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}

#logo img {
    float: left;
    height: 50px;
    width: 50px;
}

#MicrosoftAccountExchange {
    background-color: #00a1f1;
    background-image: url("https://flirb2clab.blob.core.windows.net/b2c/Skin/imgs/microsoft.png");
    background-repeat: no-repeat;
    background-size: 40px;
    border: 1px solid #00a1f1;
}

    #MicrosoftAccountExchange:hover {
        background-color: #0090d8;
        border: 1px solid #00a1f1;
    }

#SignUpWithLogonEmailExchange {
    background-color: #28B1E6;
    color: #fff;
    margin-top: 10px;
}

    #SignUpWithLogonEmailExchange:hover {
        background-color: #189DCF;
    }

.accountButton {
    border: none;
    border-radius: 4px;
    color: whitesmoke;
    font-size: medium;
    width: 200px;
    font: .875rem/1.375rem Industry-Demi,Helvetica,sans-serif !important;
    line-height: 1.5em !important;
    /*height: 35px;*/
    height: 40px !important;
    max-height: 2.5em !important;
    letter-spacing: 1.5px !important;
}

    .accountButton:hover {
        border: none
    }

input[type="checkbox"], input[type="radio"] {
    height: 18px !important;
    line-height: 18px !important;
    clear: left !important;
    float: left !important;
    margin-top: 10px !important;
    margin-right: 8px !important;
    outline: none !important;
    border: none !important;
}

.attrEntry,
.phoneEntry {
    margin-bottom: 15px;
    padding-top: 0;
}

    .attrEntry input[type="text"],
    .attrEntry input[type="email"],
    .attrEntry input[type="password"],
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #e9e9e9 !important;
        border-radius: 2px !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        color: #555;
        font-size: 14px;
        height: 40px;
        line-height: 1.42857143;
        padding: 6px 12px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        min-width: 75%; /* inline */
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    }

        .attrEntry input:invalid {
            outline: none !important;
            border: 1px solid #ff9191 !important;
        }

        .attrEntry input:invalid,
        .phoneEntry input:invalid,
        #codeVerification input:invalid {
            border-color: inherit;
        }

    .attrEntry.validate input:invalid,
    .phoneEntry.validate input:invalid,
    #codeVerification.validate input:invalid {
        border-color: #ff9191 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    }

    .attrEntry #email_intro {
        display: none !important;
    }

    .attrEntry .error.itemLevel,
    .attrEntry .helpText,
    .phoneEntry .error.itemLevel,
    .phoneEntry .helpText,
    #codeVerification .error.itemLevel,
    #codeVerification .helpText {
        display: none;
    }

    .attrEntry .tiny,
    .phoneEntry .tiny,
    #codeVerification .tiny {
        display: none;
    }

select:focus,
option:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background-color: rgb(255,255,255) !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06) inset, 0 0 2px rgba(0, 0, 0, 0.7) !important;
    outline: 0 none !important;
}

select:hover,
option:hover,
textarea:hover,
input:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
    background-color: rgb(255,255,255) !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03) inset, 0 0 4px rgba(0, 0, 0, 0.4) !important;
    outline: 0 none !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

label {
    font-family: Industry-Demi,Helvetica,sans-serif !important;
    font-size: .75rem;
    letter-spacing: 1px;
    text-size-adjust: 100%;
    text-transform: uppercase !important;
    -webkit-font-smoothing: antialiased;
    float: left !important;
    vertical-align: text-bottom !important;
    width: 25%;
}

    label:after {
        content: '';
        display: block;
        clear: both;
    }

    label[for="email"]:before {
        content: "Step 1";
        clear: both;
        float: left;
        position: relative;
        font-family: Industry-Light,Helvetica,sans-serif !important;
        font-size: 1.5em;
        height: 16px !important;
        line-height: 16px !important;
        margin-top: -6px !important;
        margin-bottom: 4px !important;
        padding: 0 !important;
        width: 100%;
    }

    label[for="newPassword"]:before {
        content: "Step 2";
        clear: both;
        float: left;
        position: relative;
        font-family: Industry-Light,Helvetica,sans-serif !important;
        font-size: 1.5em;
        height: 16px !important;
        line-height: 16px !important;
        margin-top: -6px !important;
        margin-bottom: 4px !important;
        padding: 0 !important;
        width: 100%;
    }   
    
    label[for="extension_Consent_1"], label[for="extension_Consent_2"] {
        display: inline !important;
        width: 75% !important;
        float: left;
        text-align: left;
    }
    
    label[for="extension_Consent"] {
        box-sizing: border-box;
        white-space: normal !important;
        text-wrap: normal !important;
        display: block !important;
        width: 100% !important;
    }

        label[for="extension_Consent"]:after {
            box-sizing: border-box;
            white-space: normal !important;
            text-wrap: normal !important;
            font-family: Nunito,Helvetica,sans-serif;
            font-size: .875em !important;
            font-style: normal;
            font-weight: 400;
            content: "From time to time, we may like to contact you about our products and services, as well as other content that may be of interest to you.";
        }

        .create {
            font-family: Industry-Light, Helvetica, sans-serif !important;
            font-size: 2em !important;
            font-weight: 500;
        }

.policies {
    padding-top: 10px;
    /*clear: both;*/
    font-size: 1em !important;
    height:auto;

}

button:focus, html input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus,
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border: 1px solid #000 !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    position: relative;
    display: inline-block;
    margin: .5rem auto !important;
    padding: .5rem 1.5em !important;
    font: .875rem/1.375rem Industry-Demi,Helvetica,sans-serif !important;
    line-height: 1.5rem !important;
    max-height: 2.5rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-shadow: none !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background-color: #5ce0f2 !important;
    background-position: right .5em top 50% !important;
    background-repeat: no-repeat !important;
    background-size: 1.5em !important;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all .25s 0s;
}

.buttons {
    clear: both !important;
}

.buttons button {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    line-height: 1.42857143;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase !important;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit !important;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.buttons {
    margin: 20px 0;
}

    .buttons button#cancel,
    .buttons button#email_ver_but_edit,
    .buttons button#email_ver_but_resend {
        background-color: #fff;
        border-color: #ccc;
        color: #333;
    }

    .buttons button#cancel {
        font-size: 18px;
        height: 40px;
        width: 49.9%;
    }

@media(max-width:767px) {
    .buttons button#cancel {
        height: 40px;
        width: 48.9%;
    }
}

.buttons button:hover#cancel,
.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #333;
}

.buttons button#continue {
    background-color: #5cb85c;
    border-bottom: 5px solid #449d44;
    border-color: #4cae4c;
    color: #fff;
    font-size: 18px;
    height: 40px;
    width: 49%;
}

@media(max-width:767px) {
    .buttons button#continue {
        height: 40px;
    }
}

.buttons button:hover#continue {
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
    color: #fff;
}

.buttons button[disabled]#continue {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
}

.buttons button[disabled]:hover#continue {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    cursor: not-allowed;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
    margin-top: 5px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
    color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {
    background-color: #5cb85c;
    border-bottom: 5px solid #449d44;
    border-color: #4cae4c;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin-right: 9px;
    width: 32%;
}

@media(max-width:767px) {
    .buttons button#verifyCode,
    .buttons button#verifyPhone {
        height: 40px;
    }

}

.create p {
    text-align: left;
}

.divider {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

    .divider h2 {
        color: #ccc;
        line-height: 20px;
        margin: 20px 0;
        text-align: center;
        text-transform: lowercase;
    }

        .divider h2:after,
        .divider h2:before {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 40%;
        }

        .divider h2:after {
            background: rgb(126,126,126);
            background: linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            right: 0;
        }

        .divider h2:before {
            background: rgb(126,126,126);
            background: linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
            left: 0;
        }

.entry .buttons button {
    background-color: #337ab7;
    border-bottom: 5px solid #204d74;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
    color: #fff;
    height: 45px;
    width: 100%;
}

    .entry .buttons button:hover {
        background-color: #286090;
        border-color: #204d74;
        color: #fff;
    }

.errorText {
    color: #a94442 !important;
    padding: 15px;
    background-color: #f2dede;
    border: 1px solid #ff9191 !important;
    width: 100% !important;
}

.error, .error.itemLevel p, .error.pageLevel p, .error_container, .helpText {
    color: #a94442 !important;
    clear: both;
    width: 100% !important;
}

    .error.itemLevel p:before, .error.pageLevel p:before, .error_container {
        content: "\e101";
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-right: 3px;
        position: relative;
        top: 1px;
        -webkit-font-smoothing: antialiased;
    }

.highlightError {
    border-color: #ff9191 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.intro {
    display: none;
}

.localAccount .divider {
    display: none;
}

.login-logo {
    height: 40px;
}

.options {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}

.panel-body {
    padding: 15px 30px !important;
}

div.panel.panel-default {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
}

.phoneNumber .type {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

.phoneNumbers {
    margin-top: 20px;
}

.social {
    margin-top: 30px;
}

.verify {
    margin-top: 5px;
    padding-top: 0 !important;
}

#email_ver_input:after, #email_ver_but_verify:before {
    /*content: "\e101  Enter your code and click verify to complete the sign up process.";*/
    content: "\e101  Enter code from verification email to complete sign up.";
    clear: both;
    float: left;
    position: absolute;
    display: inline-block;
    margin-top: 35px !important;
    margin-left: -25px !important;
    padding: 0 !important;
    width: 95% !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    font-family: Helvetica,sans-serif,"Glyphicons Halflings" !important;
    font-size: 1em !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #a94442;
}

.working {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: show;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999;
}

    .working:before {
        background-color: rgba(0,0,0,0.3);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .working:not(:required) {
        background-color: transparent;
        border: 0;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
    }

        .working:not(:required):after {
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            content: '';
            display: block;
            height: 1em;
            font-size: 10px;
            margin-top: -0.5em;
            width: 1em;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            -webkit-animation: spinner 1500ms infinite linear;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
