@font-face {
    font-family: proxima-nova;
    src: url('../fonts/ProximaNova-Regular.woff');
    font-weight: 800;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: proxima-nova,sans-serif;

}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

a {
    text-decoration: none;
    color: #444
}

ul {
    list-style-type: none;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    background-color: #444;
    display: flex;
}

.login-pf a:hover {
    color: #333;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: none;
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
    display: none;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
    border-bottom: 1px solid #f2f2f2;
    height: 100px;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    text-align: center;
    padding: 15px 17px 80px;
    position: relative;
}

#kc-attempted-username{
    font-size: 20px;
    font-family:inherit;
    font-weight: normal;
    padding-right:10px;
}

#kc-username{
    text-align: center;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
    display: none;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
    font-size: 24px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #CB2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

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

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.kc-login-tooltip{
    position:relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}
.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 40px;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.login-pf-header {
    display: none ! important;
}

.login-pf-page {
    padding-top: 0;
}

.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  border-top: 0;
  box-shadow: 0 0 0;
}

.login-pf-page .card-pf{ 
    padding-top: 0px;
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}



.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf{
  padding: 0;
}


.login-pf body {
  background: white;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

#kc-form {
    max-width: 375px;
    margin: auto;
}

#form-login-text {
    color: #262626;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

#form-password-text {
    color: #444;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 100;
    font-family: proxima-nova,sans-serif;
    padding-top: 10px;
    margin-top: 150px;
}

.form-login {
    padding: 0 15%;
    display: grid;
}

.form-new-password {
    padding: 0 15%;
    display: grid;
}

.form-group {
    display: flex;
}

.input-wrapper {
    display: block;
    margin: auto;
    max-width: 433px;
    position: relative;
}

.form-label {
    color: #262626;
    display: block;
    font: 400 18px 'Roboto', sans-serif;
    line-height: 1.5;
    text-align: left;
}

.form-control {
    background-image: none;
    border: 1px solid #262626;
    border-radius: 4px;
    color: #262626;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 1;
    outline: none;
    margin: 0 0 12px;
    text-align: left;
    width: 100%;
    padding: 10px 10px 10px 36px;
    box-shadow: none !important;
}

.form-control#username {
    background-image: url("../img/user.svg");
    background-size: auto 16px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.form-password{
    background-image: url("../img/lock.svg");
    background-size: auto 16px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.link-container {
    margin-top: 15px;
    text-align: center;
    font-family: proxima-nova,sans-serif;
}

.link-container a {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    font-family: proxima-nova-bold, sans-serif;
}

p.forgotpassword {
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 32px auto 8px;
    max-width: 633px;
}

p.forgotpassword a {
    color: #006CD2;
    text-decoration: underline;
}

.loginlinks {
    max-width: 433px;
    margin: 0 auto;
}

.loginlinks::before {
    background: #0F1F84;
    border-radius: 2px;
    content: "";
    display: inline-block;
    width: 233px;
    height: 4px;
    margin: 56px 0;
}

.loginlinks .link-container {
    margin-top: 8px;
}

.loginlinks .link-container a {
    background: rgba(0, 108, 210, 0.09);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 16px;
    text-align: left;
    text-decoration: none;
}

.loginlinks .link-container a::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow-right.svg") 50%/100% auto no-repeat;
    color: #006CD2;
    width: 16px;
    height: 14px;
}


#kc-page-title {
    display: none;
}

#kc-login {
    background: #006CD2;
    border-radius: 23px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 20px auto 32px;
    padding: 14px 32px;
    text-align: center;
    width: auto;
}

#assari-info-message {
    font-size: 24px;
    margin-top: 120px;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0px;
}

#kc-header {
    display: none;
}

#assari-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

#assari-header {
    height: 100px;
    position: relative;
    z-index: 1;
}

#assari-header .container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.assari-header-mobile {
    display: none;
}

.assari-container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.assari-navigation {
    height: 100%;
    text-align: right;
}

.assari-links {
    display: none;
    height: 80vh;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 280px;
    z-index: 1;
}

.assari-links ul {
    background: #111;
    border-bottom-left-radius: 5px;
    height: 80vh;
    padding: 70px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.assari-links ul li {
    font-weight: 600;
    font-size: 1.7em;
    padding: 5px 10px;
    text-align: left;
}

.assari-links ul li a {
    color: #fff;
    font-family: proxima-nova-bold, sans-serif;
}


#assari-content {
    min-height: 65vh;
    padding: 15px 0 80px;
    text-align: center
}

.content-password {
    padding-bottom: 0;
}

#kc-password-forgotten {
    margin-left: 20%;
}

#kc-registration {
    margin-left: 35%;
}

#kc-error-message {
    font-size: 24px;
}

#login-footer {
    background: #ccc;
    color: #333;
    position: relative;
}

.assari-row {
    margin-left: -15px;
    margin-right: -15px;
}

.assari-row-column {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#login-footer-neve {
    width: 300px;
}

#assari-address {
    padding-left: 78px;
}

.service-icon {
    padding: 5px 0;
}

.service-icon img {
    display: none;
    font-size: 1.35em;
    left: 0;
    position: absolute;
    top: 1px;
    width: 13px;
}

#login-footer-logo {
    width: 120px;
    padding: 35px 0 10px;
}

#assari-nevefooter {
    height: 80px;
    position: absolute;
    right: -1px;
    top: -49px;
    z-index: 0;
}

#mobile-tabview {
    height: 80vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #111;
    z-index: 1;
    border-bottom-left-radius: 5px;
    padding: 70px 20px;
    display: none;
}

#nevehead {
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
}

#assari-bars {
    color: #fff;
    cursor: pointer;
    padding: 22px 9px 21px 25px;
    position: relative;
    z-index: 2;
    width: 62px;
}

.overlay {
    display: none;
    background: rgba(0,0,0,.1);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.alert-error {
    position: absolute;
    top: 170px;
    width: 100%;
    text-align: center;
}

.alert-error .pficon {
    position: initial;
}

.alert-warning {
    position: absolute;
    color: #444;
    top: 200px;
    width: 100%;
    text-align: center;
    border-color: #444;
    background-color: transparent;
    border: none;
    font-family: proxima-nova,sans-serif;
    font-size: 24px;
}

.alert-warning .pficon {
    position: initial;
    display: none;
}

#kc-terms-text {
    text-align: center;
    font-size: 24px;
}

#kc-accept {
    background-color: #333;
    background-image: none;
    border-color: #333;
    margin-right: 100px;
}

#assari-terms {
    display: flex;
    justify-content: center;
}

#assari-terms input {
    font-size: 24px;
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
    }
    .card-pf.login-pf-accounts{
      max-width: none;
    }
}

@media (min-width: 768px) {

    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }

    #form-login-text {
        font-size: 80px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
        padding-top: 40px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }

    #login-footer {
        padding: 45px 0 40px;
        text-align: left;
    }

    .assari-container {
        width: 750px;
    }

    .assari-row-column {
    width: 50%;
    float: left;
    }

    .service-icon img {
        display: block;
    }

    #login-footer span > span {
        padding-left: 30px;
    }

    .open {
        display: none;
    }
    .phone-numbers {
        align-items: flex-start;
    }
    .assari-row-column {
        min-height: 214px;
    }
}

@media (max-width: 767px) {

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
      font-size: 16px;
      font-weight: bold;
      padding: 20px 60px 0 0;
      color: #72767b;
      letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }



    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }
}


@media (min-width: 992px) {
    #assari-header {
        border-bottom: 1px solid #f2f2f2;
    }

    #assari-bars {
        visibility: hidden;
    }

    #nevehead {
        display: none;
    }

    .login-footer-column {
        width: 50%;
        float: left;
    }

    .assari-container {
        width: 970px;
    }

    .assari-links {
        display: block !important;
        height: 100%;
        width: calc(100% - 178px);
    }

    .assari-links ul {
        background: transparent;
        height: 100%;
        padding: 0;
        text-align: right;
        width: 100%;
    }

    .assari-links ul li {
        display: inline-block;
        font-size: 1.5em;
        padding: 25px;
    }

    .assari-links ul li a {
        color: #111;
        
    }

    .assari-links ul li a:hover {
        color: #333;
        text-decoration: none;
    }

    .overlay {
        display: none ! important;
    }
}

@media (min-width: 1200px) {
    .assari-container {
            width: 1170px;
    }
}
.phone-numbers, .phone-numbers div {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}
.phone-numbers{
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.phone-numbers div {
    width: 200px;
}
.phone-numbers div p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.phone-numbers h5 {
    margin-left: 0 !important;
}