.x-window-header-navbar .extended-title a, .x-window-header-navbar .extended-title a:hover, .x-window-header-navbar .extended-title a:visited, .x-window-header-navbar .extended-title a:active {
  color: #eeff65 !important; }

/* @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/b5theme/resources/font/MaterialIcons-Regular.eot?v=2.2.0);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(/b5theme/resources/font/MaterialIcons-Regular.woff2?v=2.2.0) format("woff2"),url(/b5theme/resources/font/MaterialIcons-Regular.woff?v=2.2.0) format("woff"),url(/b5theme/resources/font/MaterialIcons-Regular.ttf?v=2.2.0) format("truetype")
} */
.glyph {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

/*@import "debug.less";*/
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000; }

.spinner {
  top: -10px; }

/* This is for IE7 only */
* + html .spinner {
  float: left; }

#logo {
  width: 151px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(landing.png);
  background-position: -33px 0px;
  float: right;
  margin: 10px 0px; }

#slideshowImages {
  height: 450px;
  text-align: center; }

#slideshowImages img {
  height: 100%; }

.slide {
  display: none; }

button {
  outline: none; }
button:focus {
  outline: none; }
button::-moz-focus-inner {
  border: 0; }

#copyrightrow {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  color: #fff; }

#copyrightrow a {
  text-decoration: none;
  color: #fff; }

.copy-right-text {
  margin-top: 11px; }

input::-webkit-input-placeholder {
  color: #cccccc; }

input:-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder {
  color: #cccccc; }

.placeholder {
  color: #cccccc; }

#loginEmail, #loginPassword {
  background-color: #fefefe;
  color: #444;
  font-weight: 400; }

#formHeading {
  border-bottom: 0px solid #fff;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-left: -0.7px;
  margin-bottom: 0px; }

.form-heading-subtext {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286; }

label {
  color: #1f3462;
  font-size: 16px;
  font-weight: 200; }

#login .btn {
  margin-top: 16px;
  padding: 10px 14px;
  font-size: 18px; }

#recoverPasswordContainer, #rememberMeCheckContainer {
  /*text-align: center;*/
  margin-top: 20px; }

#recoverPasswordContainer button, #rememberMeCheckContainer button, #recoverPasswordContainer .button, #rememberMeCheckContainer .button {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px; }

/* Hack for IE 8 */
input[type=checkbox] {
  float: left; }

/* Add :not(#foo) to hide these selectors from IE versions that don't support
    background images on check boxes */
input[type=checkbox]:not(#foo) {
  display: none;
  float: none; }

input[type=checkbox]:not(#foo) + label {
  display: inline-block;
  height: 19px;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 25px; }

/* Disable styled checkboxes on iOS */
.ios input[type=checkbox] {
  display: inline !important; }

.ios input[type=checkbox]:not(#foo) + label {
  padding-left: 0px; }

.ios #remembermecheck + label:before {
  display: none; }

.ios .checkbox-checkmark {
  display: none !important; }

#wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: visible;
  font-family: Roboto, sans-serif !important; }

.login-page {
  position: relative;
  left: 50%;
  display: table;
  width: 400px;
  margin-left: -200px;
  /* Negative half of width. */
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.form-container {
  color: #1f3462;
  background-color: white;
  box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  position: relative;
  border-radius: 5px; }

@media (min-device-width: 768px) {
  .form-container {
    width: 400px; }

  #copyrightrow {
    width: 400px; } }
@media screen and (max-width: 460px), screen and (max-device-width: 640px) {
  body {
    margin: 0;
    background-color: #fff; }

  .login-page {
    left: 0;
    margin: 0 !important;
    width: 100%;
    background-color: #fff;
    overflow-y: auto; }

  .table-cell {
    display: flex;
    min-height: 100vh;
    flex-direction: column; }

  .form-container, #copyrightrow {
    width: unset; }

  .form-container {
    box-shadow: none;
    padding: 0;
    flex: 1;
    margin: 16px !important; }

  #copyrightrow {
    background-color: #666;
    margin: 0 !important;
    padding: 16px; } }
input[type=text]:focus + label, input[type=password]:focus + label {
  color: #ff4081; }

#copyrightrow, .form-container {
  margin-right: auto;
  margin-left: auto; }

#copyrightrow {
  font-weight: 500; }

#copyrightrow .call, #copyrightrow .mail {
  margin-top: 10px; }

#copyrightrow .call img {
  margin-bottom: 2px; }

#copyrightrow .mail img {
  margin-bottom: 1px; }

#copyrightrow .call img, #copyrightrow .mail img {
  width: 14px;
  vertical-align: bottom; }

#copyrightrow img {
  padding-right: 3px;
  border: none; }

.login-page #logo {
  float: none; }

.input-field {
  position: relative;
  margin-top: 30px; }

input[type=text], input[type=password] {
  background: transparent !important;
  background-color: white !important;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 34px;
  line-height: 34px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .5s; }

input[type=text]#loginEmail:-webkit-autofill, input[type=password]#loginPassword:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset; }

/* input[type=text]#loginEmail:-webkit-autofill + label,
input[type=password]#loginPassword:-webkit-autofill + label {
    color: red!important;
} */
.input-field input[type=text] + label, .input-field input[type=password] + label {
  color: #9e9e9e;
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 16px;
  cursor: text;
  margin-left: 0px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

/* IE8, 9 hacks */
.ie-input-field label {
  top: -10px !important;
  color: #1f3462 !important;
  font-size: 14px !important; }

.input-field.valid input[type=text] + label, .input-field.valid input[type=password] + label, input[type=text]:valid + label, input[type=text]:focus + label, input[type=password]:valid + label, input[type=password]:focus + label {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  margin-left: 0px;
  left: 0px;
  font-size: 14px;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%); }

input[type=text]:focus, input[type=password]:focus {
  border-bottom: 1px solid #1f3462;
  box-shadow: 0 1px 0 0 #1f3462; }

.flat-button {
  border: none;
  background-color: #fff;
  color: #1f3462; }

#login .btn {
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #1f3462;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  outline: none;
  background-position: center;
  transition: background 0.8s; }

#login .btn:hover {
  background: #4e5d90 radial-gradient(circle, transparent 1%, #4e5d90 1%) center/15000%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

#login .btn:active {
  background-color: #4e5d90;
  background-size: 100%;
  transition: background 0s; }

.recover-password {
  float: left;
  display: inline-block; }

.contactSteeprock {
  float: right;
  display: inline-block;
  text-decoration: none; }

@media (max-device-width: 510px) {
  .contactSteeprock {
    float: none;
    display: block;
    margin-top: 8px; } }
.clear-fix:after {
  content: "";
  display: table;
  clear: both; }

/*
    #### Example Usage ###
    <div class="loading-container">
        <div class="loader">
            <div class="floating-container first">
                <span class="floater"></span>
            </div>
            <div class="floating-container second">
                <span class="floater"></span>
            </div>
        </div>
    </div>
*/
.loading-container {
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden; }

.loading-container .loader {
  height: 4px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  width: 100%; }

.floating-container {
  -webkit-transition: none;
  transition: none;
  height: 100%;
  position: absolute;
  width: 100%;
  transform-origin: top left; }

.floating-container.first {
  -webkit-animation: primary-indeterminate-translate 2s infinite linear;
  animation: primary-indeterminate-translate 2s infinite linear;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.floating-container.second {
  -webkit-animation: auxiliary-indeterminate-translate 2s infinite linear;
  animation: auxiliary-indeterminate-translate 2s infinite linear;
  visibility: visible; }

.floating-container .floater {
  background-color: #1f3462;
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%; }

.floating-container.first .floater {
  -webkit-animation: primary-indeterminate-scale 2s infinite linear;
  animation: primary-indeterminate-scale 2s infinite linear; }

.floating-container.second .floater {
  -webkit-animation: auxiliary-indeterminate-scale 2s infinite linear;
  animation: auxiliary-indeterminate-scale 2s infinite linear; }

@keyframes primary-indeterminate-translate {
  0% {
    -webkit-transform: translateX(-145.16661%);
    transform: translateX(-145.16661%); }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(-145.16661%);
    transform: translateX(-145.16661%); }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(-61.49519%);
    transform: translateX(-61.49519%); }
  100% {
    -webkit-transform: translateX(55.44445%);
    transform: translateX(55.44445%); } }
@keyframes auxiliary-indeterminate-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
    -webkit-transform: translateX(-54.88889%);
    transform: translateX(-54.88889%); }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
    -webkit-transform: translateX(-17.23698%);
    transform: translateX(-17.23698%); }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
    animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
    -webkit-transform: translateX(29.49727%);
    transform: translateX(29.49727%); }
  100% {
    -webkit-transform: translateX(105.38889%);
    transform: translateX(105.38889%); } }
@keyframes primary-indeterminate-scale {
  0% {
    -webkit-transform: translateX(-145.16661%);
    transform: translateX(-145.16661%); }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(-145.16661%);
    transform: translateX(-145.16661%); }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(-61.49519%);
    transform: translateX(-61.49519%); }
  100% {
    -webkit-transform: translateX(55.44445%);
    transform: translateX(55.44445%); } }
@keyframes auxiliary-indeterminate-scale {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08); }
  19.15% {
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    -webkit-transform: scaleX(0.4571);
    transform: scaleX(0.4571); }
  44.15% {
    -webkit-animation-timing-function: cubic-bezier(0.25776, 0.00316, 0.21176, 1.38179);
    animation-timing-function: cubic-bezier(0.25776, 0.00316, 0.21176, 1.38179);
    -webkit-transform: scaleX(0.72796);
    transform: scaleX(0.72796); }
  100% {
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08); } }
#remembermecheck + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #1f3462;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  animation: 180ms linear 0s checkbox-fade-out-background; }

#remembermecheck:checked ~ label:before {
  background-color: #1f3462;
  border: none;
  height: 18px;
  width: 18px;
  animation: 180ms linear 0s checkbox-fade-in-background; }

#rememberMeCheckContainer {
  transition: background-color 90ms cubic-bezier(0, 0, 0.2, 0.1), opacity 90ms cubic-bezier(0, 0, 0.2, 0.1); }

#remembermecheck:checked ~ .checkbox-checkmark {
  display: inline-block; }

.checkbox-checkmark {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px; }

.checkbox-checkmark-path {
  stroke-dashoffset: 0;
  stroke-dasharray: 22.91026;
  stroke-width: 2.66667px; }

.ie-input-field input[type=checkbox] {
  outline: none; }

.ie-input-field #remembermecheck + label:before {
  border: 0px; }

@keyframes checkbox-fade-in-background {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes checkbox-fade-out-background {
  0%,
    50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#recoverPasswordContainer .button {
  cursor: pointer;
  outline: none;
  padding-top: 1px; }

#passwordContainer {
  transition: height 2s ease-out;
  height: auto; }

#passwordContainer.hide, .notification-message.hide, #rememberMeCheckContainer.hide {
  max-height: 0;
  /*and eventually delay an overflow:auto; */
  overflow: hidden;
  transition: max-height 0.5s, overflow 0.5s, margin 0.5s, padding 0.5s;
  margin: 0px;
  padding: 0px; }

#passwordContainer.show, .notification-message.show {
  max-height: 5em;
  overflow: visible;
  transition: max-height 0.5s, overflow 0.5s 0.5s, margin 0.5s, padding 0.5s; }

#loginBtn {
  position: relative; }

/* #loginBtn span {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
} */
/*
    validation messages
*/
.error-message {
  display: none;
  color: #d50000;
  font-size: 14px; }

.invalid .error-message {
  display: block; }

.invalid input {
  border-bottom: 1px solid #d50000; }

.icon {
  width: 20px; }

.notification-message {
  max-height: 0;
  height: auto;
  position: relative; }

.notification-message.show {
  padding: 20px 10px 20px 32px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 1px 0 0 #dfdfdf; }

.notification-message {
  overflow: hidden;
  transition: transform 0.3s ease-out;
  height: auto;
  transform: scaleY(0);
  transform-origin: top; }

.notification-message.ie-notification-message, .notification-message.ie-notification-message .message {
  max-width: 300px; }

.notification-message.error, .notification-message.notification {
  transform: scaleY(1); }

.notification-message img {
  display: none;
  width: 20px;
  position: absolute;
  top: 25px;
  left: 8px; }

.notification-message .message {
  display: inline-block;
  font-size: 15px; }

.notification-message.error {
  color: #D8000C;
  background-color: #FFD2D2;
  border: none; }
.notification-message.error a {
  text-decoration: underline; }

.notification-message.error .error-icon {
  display: inline-block; }

.notification-message.notification {
  color: #00529B;
  background-color: #BDE5F8; }

.notification-message.notification .info-icon {
  display: inline-block; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 80px; }

@media (max-device-width: 600px) {
  body {
    margin-bottom: 95px; } }
.main-nav {
  -webkit-transition: all .35s;
  transition: all .35s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.main-container {
  margin-top: 70px; }

/*# sourceMappingURL=landing.css.map */
