﻿.login-pf body {
    background: #fff; /*url("../img/keycloak-bg.png") no-repeat center center fixed;*/
    background-size: cover;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#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:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#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;
}

a.kc-logo-text {
    background-image: url(../img/hqca-logo-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 227px;
    height: 65px;
	display:block;
}

a.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    padding: 25px 0;
    height: 113px;
    border-bottom: 4px solid #9fcf67;
}

#kc-content {
    width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form {
    box-shadow: 0 8px 15px 0 rgba( 0, 0, 0, 0.3 );
    border-radius: 25px;
    padding: 20px
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

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;
}

.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; }


/*@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf body {
      background: white;
    }

    #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-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}*/

.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%;
}


/*tablet*/
/*@media (max-width: 840px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 20px 30px 20px;
    }
}
@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;
    }
}*/

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

@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;
  }
}

.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;
}

/******* Main Nav *******/
.header-wrap .nav-wrap {
 background-color:#9FCF67;
}
.main-menu-column {
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 padding: 0;
}
.main-nav {
 overflow: visible;
 height: auto;
 margin-top: 0;
 background-color: transparent;
 min-height: 0;
 margin-top: 10px;
 margin-bottom:10px;
}
.navbar-right {
 -webkit-justify-content: flex-end;
 justify-content: flex-end;
 text-align:right;
}
.main-nav ul.menu {
 width: 100%;
 display: inline-block;
 text-align:center;
}
.main-nav ul.menu li {
 position: relative;
 display:inline;
 margin: 0;
 padding: 0;
}
.main-nav ul.menu > li > a {
 position: relative;
 font-size: 1.125em;
 color: #FFF;
 margin-right: 4px;
 text-decoration: none;
 padding: 5px 10px;
 font-weight: 500;
 text-transform:uppercase;
}
.main-nav ul.menu li:hover > a {
 color: #9FCF67;
 background-color:#fff;
}
/* Sub Menu */
.main-nav ul.menu  ul.sub-menu {
 display: none;
 text-align: left;
 position: absolute;
 top: 100%;
 left: -24px;
 background: transparent;
 padding: 10px 0;
 margin-top: 5px;
 z-index: 200;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
 background-color:#FFF;
}
.main-nav ul.menu  ul.sub-menu:nth-child(n+4) {
 right: -10px;
}
.main-nav ul.menu li:hover > ul {
 display: block;
}
.main-nav  ul.sub-menu li {
 float: none;
 display:inline-block;
 width:100%;
 min-width: 400px;
 background-color: #FFF;
 border-bottom: 0;
 border-top: 0;
}
#primary_nav_wrap ul.sub-menu ul {
 top: 0;
 left: 100%;
}
.main-nav ul.sub-menu li > a {
 color: grey;
 display: inline-block;
 padding: 5px 20px;
 font-size: 0.9em;
 width: 100%;
 font-weight: 400;
 transition: all 0.4s;
}
.main-nav ul.sub-menu > li:hover a {
 color: #555;
}


/* Sub -Sub Menu */
.main-nav ul.menu  ul.sub-menu li.menu-item-has-children {
 position: relative;
}
.main-nav ul.menu  ul.sub-menu li ul.sub-menu {
 margin-left: 0;
 top: 0;
 left: 100%;
 padding-top: 0;
}
.main-nav ul.menu  ul.sub-menu li ul.sub-menu li:hover a {
 background-color: rgba(0,0,0,0.07);
}

/* =================LAYOUT=================== */
/* =================LAYOUT=================== */
/* =================LAYOUT=================== */

@font-face {
  font-family: 'Soleil Regular';
  src: url('../fonts/Soleil_Regular.eot');
  src: local('â˜º'), url('../fonts/Soleil_Regular.ttf') format('truetype'), url('../fonts/Soleil_Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Soleil Bold';
  src: url('../fonts/Soleil_Bold.eot');
  src: local('â˜º'), url('../fonts/Soleil_Bold.ttf') format('truetype'), url('../fonts/Soleil_Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Soleil Regular', sans-serif;  
}

.section-inner {
    max-width: 950px;
    margin: 0 auto;
}

#form-wrap .bg-img {
    width: 50%;
    height: 624px;
    /*background-image: url(../img/top-cont-bg.jpg);*/
    background-repeat: no-repeat;
}

#form-wrap .section-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


#form-wrap .section-inner > div {
    width: 55%;
}

#form-wrap .section-inner #kc-form #kc-form-wrapper {
    
    /*box-shadow: 0 8px  15px 0 rgba( 0, 0, 0, 0.3 );
    border-radius: 25px;
    /*border: 2px solid #73AD21;*/
    /*padding: 20px;*/
}



#form-wrap {
    position: relative;
}

header.login-pf-header {
    display: none;
}

#form-message {
    color: #fff;
}

#form-message h1 {
    font-size: 34px;
    text-transform: uppercase;
}

#form-message p {
    font-size: 16px;
}

.alberta-img {
    display: inline-block;
    opacity: .5;
    background-image: url('../img/alberta-logo.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 128px;
    margin-left: 15px;
    position: relative;
    top: 10px;
}

#kc-form #kc-form-wrapper h2 {
    font-size: 24px;
    display: block;
    border-bottom: 4px solid #008ab0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#kc-form #kc-form-wrapper #kc-form-login .form-group label {
    font-size: 16px;
    font-weight: 400;
}

#kc-form #kc-form-wrapper #kc-form-login .form-group input.form-control {
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    font-size: 16px;
}

#kc-form #kc-form-wrapper #kc-form-login .form-group a {
    text-decoration: underline;
    font-size: 14px;
}

#kc-form #kc-form-wrapper #kc-form-login #kc-form-buttons {
    margin-top: 35px;
}

#kc-form #kc-form-wrapper #kc-form-login #kc-form-buttons input[type="submit"] {
    padding: 12px 72px;
    background-color: #008ab0;
    border: none;

    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    transition: all .25s ease-in-out;
}

#kc-form #kc-form-wrapper #kc-form-login #kc-form-buttons input[type="submit"]:hover {
    background-color: #9fcf67;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
    box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
}

#cta-wrap {
    background-image: url(../img/bottom-cont-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #008ab0;
}

#cta-wrap .section-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cta-wrap .section-inner .col-3 {
    /* width: 30%; */
}

#cta-wrap .section-inner .col-3:last-child {
    /* width: 33%; */
}

#cta-wrap .section-inner .col-3 h3 {
    font-size: 20px;
    margin-bottom: 23px;
}

#cta-wrap .section-inner .col-3 p, #cta-wrap .section-inner .col-3 a, #cta-wrap .section-inner .col-3 ul li {
    font-size: 16px;
}

#cta-wrap .section-inner .col-3 a:not(.btn-gssi-secondary) {
    color: #fff;
    text-decoration: underline;
}

#cta-wrap .section-inner .col-3 ul {
    padding-left: 16px;
}

#cta-wrap .section-inner .col-3 i {
    margin-left: 5px;
}

#cta-wrap .section-inner .col-3 p {
    margin-bottom: 30px;
    width: 100%;
}

.btn-gssi-secondary {
    padding: 12px 18px;
    margin-top: 23px;
    background-color: #fff;
    border: none;
    color: #008ab0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    transition: all .25s ease-in-out;
}

.btn-gssi-secondary:hover {
    -webkit-box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
    box-shadow: 2px 3px 0px 0px rgba(0,138,176,1);
    text-decoration: none;
    color: #9fcf67 !important;
}

#footer-wrap {
  padding-top: 5rem;
  width: 100%;
}

#footer-wrap .section-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-wrap .section-inner .foot-flex {
    display: flex;
    justify-content: space-between;
}

#footer-wrap a#footer-logo {
    background-image: url(../img/hqca-logo-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    width: 135px;
    margin-right: 25px;
}

#footer-wrap .section-inner .foot-flex .col1 ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
}

#footer-wrap .section-inner .foot-flex .col1 ul li {
    margin-right: 70px;
    font-size: 14px;
}

#footer-wrap .section-inner .foot-flex .col1 ul li label {
    font-weight: 400;
}

#footer-wrap .section-inner .foot-flex .col1 ul li label:first-child {
    margin-right: 10px;
}

#footer-wrap .section-inner .foot-flex .col1 ul li label:nth-child(4) {
    margin-right: 27px;
}

#footer-wrap .section-inner .foot-flex .col1 ul li a {
    color: #363636;
    text-decoration: underline;
}

#footer-wrap .section-inner .foot-flex .col1 ul li a:hover {
    color: #008ab0;
}

#footer-wrap .section-inner .foot-flex .col1 h3 {
    font-size: 16px; 
    text-transform: uppercase;
    margin-bottom: 17px;
    color: #008ab0;
    font-weight: 600;
    margin-top: 0;
}

#footer-wrap .section-inner .foot-flex #employer-logo {
    background-image: url('../img/alberta70-2021.jpg');
    height: 80px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 40px;
}

#footer-wrap .section-inner .foot-flex .foot-util {
    font-size: 14px;
    color: #626262;
}

#footer-wrap .section-inner .foot-flex .foot-util a {
    color: #626262;
    text-decoration: underline;
}

#footer-wrap .section-inner .foot-flex .foot-util a:hover {
    color: #008ab0;  
}

.angle-right {
    color: #fff;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
}

#kc-header {
    display: none;
}

.gssi-header-wrapper {
    padding: 25px 0;
    height: 113px;
    border-bottom: 4px solid #9fcf67;
}

@media screen and (max-width: 970px) {

    #kc-content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gssi-header-wrapper {
        left: -15px;
        position: relative;
        width: calc(100% + 30px);       
    }

    #form-wrap .bg-img {
        display: none;
    }

    #form-wrap .section-inner {
        display: block;
        position: relative;
        transform: initial;
        left: 0;
        top: 0;
    }

    #form-wrap .section-inner > div {
        width: 100%;
    }

    #form-message h1 {
        margin-top: 0;
    }

    #form-wrap .section-inner #form-message {
        padding-right: 0;
        background-image: url(../img/top-cont-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        left: -15px;
        position: relative;
        width: calc(100% + 30px);
        padding:30px 15px;
    }

    #form-wrap .section-inner #kc-form {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #cta-wrap {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding:30px 15px;        
    }

    #cta-wrap .section-inner {
        display: block;
    }

    #cta-wrap .section-inner .col-3, #cta-wrap .section-inner .col-3:last-child {
        width: 100%;
    }   

     #cta-wrap .section-inner .col-3 {
        margin-bottom: 30px;
     } 

    a.kc-logo-text {
        margin: 0 auto;
    }

}

@media screen and (max-width: 880px) {

  #footer-wrap .section-inner {
    display: block;
  } 

  #footer-wrap .section-inner .foot-flex {
    display: block;
  } 

  #footer-wrap .section-inner .foot-flex .col1 ul {
    display: block;
  }

  #footer-wrap a#footer-logo {
    margin-bottom: 10px;
  }

  #footer-wrap .section-inner .foot-flex .col1 {
    margin-bottom: 30px;
  }

}

@media screen and (min-width: 1900px) {

   #form-wrap .bg-img {
    background-image: none;
    /*background-color: #008ab0;*/
   } 

}

#kc-reset-password-form h2 {
    font-size: 24px;
    display: block;
    border-bottom: 4px solid #008ab0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#kc-reset-password-form .form-group label {
    font-size: 16px;
    font-weight: 400;
	margin-bottom:5px;
}

#kc-reset-password-form .form-group input.form-control {
    border-radius: 0;
    height: 40px;
    box-shadow: none;
	font-size: 16px;
}

#kc-reset-password-form .form-group a {
    text-decoration: underline;
    font-size: 14px;
}

#kc-reset-password-form input[type="submit"] {
    padding: 12px 72px;
    background-color: #008ab0;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    -moz-box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    box-shadow: 2px 3px 0px 0px rgba(159,207,103,1);
    transition: all .25s ease-in-out;
}





