/*
    Example usage:
    @include animation(10s, 5s, changecolour)
*/


::-moz-selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* Input Material Desgin */
.form-group--material {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 1px;
  padding-top: 19px; }
  .form-group--material.closer-active input {
    padding: 3px 20px 10px 5px; }
  @media screen and (max-width: 405px) {
    .form-group--material.ca-l-extra-space-form-field.low-res {
      margin: 20px 0; } }
  @media screen and (max-width: 405px) {
    .form-group--material.ca-l-extra-space-form-field.low-res input:focus {
      top: -10px; } }
  @media screen and (max-width: 405px) {
    .form-group--material.ca-l-extra-space-form-field.low-res label {
      top: 5px !important; } }
  .form-group--material.ca-l-vaccine-validation .form-group--validation {
    bottom: 34px; }
    .form-group--material.ca-l-vaccine-validation .form-group--validation .form-group__validation-msg {
      top: -24px; }
  .form-group--material.activated > label {
    top: 0px;
    font-size: 18px; }
  .form-group--material.activated input:valid ~ label, .form-group--material.activated textarea:valid ~ label {
    top: 25px;
    font-size: 18px; }
  .form-group--material textarea {
    /*resize: none;*/ }
  .form-group--material input, .form-group--material textarea {
    font-size: 15px;
    color: #000000;
    padding: 3px 10px 10px 5px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    box-shadow: none; }
    .form-group--material input:valid ~ label, .form-group--material textarea:valid ~ label {
      top: 0px;
      font-size: 14px; }
    .form-group--material input:focus, .form-group--material textarea:focus {
      outline: none; }
      .form-group--material input:focus ~ label, .form-group--material textarea:focus ~ label {
        top: 0px;
        font-size: 14px; }
      .form-group--material input:focus ~ .bar:before, .form-group--material input:focus ~ .bar:after, .form-group--material textarea:focus ~ .bar:before, .form-group--material textarea:focus ~ .bar:after {
        width: 50%; }
      .form-group--material input:focus ~ .highlight, .form-group--material textarea:focus ~ .highlight {
        animation: inputHighlighter 0.3s ease;
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        -ms-animation: inputHighlighter 0.3s ease;
        -o-animation: inputHighlighter 0.3s ease; }
    .form-group--material input:-webkit-autofill, .form-group--material textarea:-webkit-autofill {
      box-shadow: 0 0 0 30px #ffffff inset;
      -webkit-box-shadow: 0 0 0 30px #ffffff inset;
      -moz-box-shadow: 0 0 0 30px #ffffff inset;
      -ms-box-shadow: 0 0 0 30px #ffffff inset;
      -o-box-shadow: 0 0 0 30px #ffffff inset; }
      .form-group--material input:-webkit-autofill ~ label, .form-group--material textarea:-webkit-autofill ~ label {
        top: 0px;
        font-size: 14px; }
  .form-group--material > label {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 25px;
    transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
    -webkit-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
    -moz-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
    -ms-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
    -o-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right; }
  .form-group--material .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .form-group--material .bar {
    position: relative;
    display: block;
    width: 100%;
    bottom: -1px; }
    .form-group--material .bar:before, .form-group--material .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #167087;
      -webkit-transition: unfoldTransition(0.2s ease all);
      transition: unfoldTransition(0.2s ease all); }
    .form-group--material .bar:before {
      left: 50%; }
    .form-group--material .bar:after {
      right: 50%; }
  .form-group--material .ng-select {
    padding-bottom: 0; }
    .form-group--material .ng-select.ng-select-multiple .ng-select-container {
      min-height: 36.5px;
      height: unset; }
    .form-group--material .ng-select.ca-l-state-selector ~ label {
      color: #6d6d6d;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 5px;
      top: 25px;
      transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
      -webkit-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
      -moz-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
      -ms-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right;
      -o-transition: 0.2s ease top, 0.2s ease left, 0.2s ease right; }
    .form-group--material .ng-select.ca-l-state-selector .ng-select-container {
      min-height: 34px;
      height: 34px; }
      .form-group--material .ng-select.ca-l-state-selector .ng-select-container:after {
        border-bottom: 1px solid #ddd; }
    .form-group--material .ng-select .ng-select-container {
      min-height: 38px;
      height: 38px; }
      .form-group--material .ng-select .ng-select-container .ng-input {
        bottom: 0px; }
      .form-group--material .ng-select .ng-select-container:after {
        border-bottom: 1px solid #ddd;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        display: block;
        transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -webkit-transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -moz-transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -ms-transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -o-transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .form-group--material .ng-select .ng-select-container:after {
            height: 1px;
            border-width: 1px;
            display: block; } }
      .form-group--material .ng-select .ng-select-container .ng-value-container {
        border-top: 0;
        padding-top: 3px;
        padding-bottom: 5px;
        font-size: 15px; }
        .form-group--material .ng-select .ng-select-container .ng-value-container .ng-placeholder {
          top: 9px; }
          .ng-select-focused .form-group--material .ng-select .ng-select-container .ng-value-container .ng-placeholder {
            display: none; }
      .form-group--material .ng-select .ng-select-container .ng-arrow-wrapper .ng-arrow {
        width: auto;
        height: auto;
        border: none;
        color: rgba(0, 0, 0, 0.61); }
    .form-group--material .ng-select .ng-dropdown-panel.ng-select-bottom {
      top: auto; }
    .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-star-inserted {
      font-size: 14px;
      color: #000000;
      transition: background ease 0.2s, color ease 0.2s;
      -webkit-transition: background ease 0.2s, color ease 0.2s;
      -moz-transition: background ease 0.2s, color ease 0.2s;
      -ms-transition: background ease 0.2s, color ease 0.2s;
      -o-transition: background ease 0.2s, color ease 0.2s; }
      .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-star-inserted.ng-option-label {
        background: none; }
        .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-star-inserted.ng-option-label:hover {
          background: none; }
      .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-star-inserted:hover {
        background: rgba(0, 0, 0, 0.04);
        color: #000000; }
    .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
      color: #000000 !important;
      background: rgba(0, 0, 0, 0.13); }
      .form-group--material .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected:hover {
        background: rgba(0, 0, 0, 0.13); }
    .form-group--material .ng-select.ng-select-opened ~ label {
      top: -17px;
      font-size: 14px; }
    .form-group--material .ng-select.ng-select-opened .ng-select-container:after {
      border-color: #167087; }
    .form-group--material .ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper .ng-arrow {
      width: auto;
      height: auto;
      border: none;
      color: rgba(0, 0, 0, 0.61); }
    .form-group--material .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-star-inserted .ng-value-label {
      padding-left: 5px;
      font-size: 14px; }
    .form-group--material .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
      top: 9px; }
      .ng-select-focused .form-group--material .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
        display: none; }
    .form-group--material .ng-select.ng-select-single ~ label {
      top: 0px;
      font-size: 14px; }
    .form-group--material .ng-select.ng-select-multiple .ng-select-container {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; }
      .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
        padding-top: 6px; }
        .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input input {
          padding: 0; }
        .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
          top: 9px; }
          .ng-select-focused .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
            display: none; }
        .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
          position: relative;
          background-color: #167087;
          padding: 0px 21px 2px 6px;
          color: #ffffff; }
          .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
            color: #ffffff;
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            padding: 0; }
          .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 17px;
            line-height: normal;
            color: white;
            font-weight: 400; }
      .form-group--material .ng-select.ng-select-multiple .ng-select-container .ng-arrow-wrapper {
        border-top: 0;
        padding-top: 5px; }
    .form-group--material .ng-select.ng-select-multiple ~ label {
      top: 0px;
      font-size: 14px; }
  .form-group--material.select-with-placeholder {
    overflow: visible; }
    .form-group--material.select-with-placeholder .ng-select {
      overflow: visible; }
      .form-group--material.select-with-placeholder .ng-select .ng-select-container {
        overflow: visible;
        min-height: 34px;
        height: 34px; }
        .form-group--material.select-with-placeholder .ng-select .ng-select-container .ng-value-container .ng-placeholder {
          color: #8c8c8c;
          top: 7px;
          font-size: 13px;
          font-weight: 400; }
  .form-group--material .ca-l-form-field-clear ~ .form-group--validation {
    right: 10px; }
  .form-group--material .form-group--validation {
    position: absolute;
    bottom: 39px;
    right: 0px;
    width: 100%;
    display: none;
    transition: right ease-in 0.2s;
    -webkit-transition: right ease-in 0.2s;
    -moz-transition: right ease-in 0.2s;
    -ms-transition: right ease-in 0.2s;
    -o-transition: right ease-in 0.2s; }
    .form-group--material .form-group--validation.ca-l-top-shift-validation .form-group__validation-msg {
      top: -45px; }
    .form-group--material .form-group--validation .form-group__validation-icon {
      color: red;
      font-size: 20px;
      position: absolute;
      top: 7px;
      right: 5px; }
    .form-group--material .form-group--validation .form-group__validation-msg {
      position: absolute;
      top: -28px;
      right: 0px;
      background: #ff5252;
      border: red 1px solid;
      font-size: 12px;
      color: #3b3b3b;
      font-weight: 400;
      padding: 4px 10px; }
      .form-group--material .form-group--validation .form-group__validation-msg:before, .form-group--material .form-group--validation .form-group__validation-msg:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -16px;
        right: 6px;
        border-style: solid;
        border-width: 8px; }
      .form-group--material .form-group--validation .form-group__validation-msg:before {
        border-color: red transparent transparent transparent; }
      .form-group--material .form-group--validation .form-group__validation-msg:after {
        border-color: #ff5252 transparent transparent transparent;
        bottom: -15px; }
  .form-group--material.form-group--error .form-group--validation {
    display: block; }
  .form-group--material.form-group--error input, .form-group--material.form-group--error textarea {
    border-color: red; }
  .form-group--material.form-group--error .bar:before, .form-group--material.form-group--error .bar:after {
    background: red; }
  .form-group--material.form-group--error .ng-select ~ .form-group--validation {
    right: 17px; }
  .form-group--material.form-group--sm input, .form-group--material.form-group--sm textarea {
    font-size: 14px;
    line-height: 24px; }
  .form-group--material.form-group--sm .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-star-inserted .ng-value-label {
    font-size: 14px;
    line-height: 24px; }
  .form-group--material.ca-l-insurance-plan .ng-select .ng-select-container {
    min-height: 35px;
    height: 35px; }
  .form-group--material > .ca-l-combined-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .form-group--material > .ca-l-combined-input .ca-l-state-selector {
      min-width: 40%; }
      .form-group--material > .ca-l-combined-input .ca-l-state-selector + input {
        margin-left: 16px; }
    .form-group--material > .ca-l-combined-input input {
      min-width: 40%; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #167087; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #167087; }
  to {
    width: 0;
    background: transparent; } }
@-ms-keyframes inputHighlighter {
  from {
    background: #167087; }
  to {
    width: 0;
    background: transparent; } }
@-o-keyframes inputHighlighter {
  from {
    background: #167087; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #167087; }
  to {
    width: 0;
    background: transparent; } }
.app-l-container {
  max-width: 920px;
  margin: 0 auto; }

html {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  font-family: "Nunito", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  html body {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Nunito", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px; }

* {
  box-sizing: border-box; }

.app-l-main-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.app-l-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }
  .app-l-main-wrap .app-l-logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 56px 8px 8px 8px;
    position: relative;
    z-index: 1; }
    .app-l-main-wrap .app-l-logo-holder .app-l-logo {
      max-width: 136px;
      max-height: 60px;
      width: 100%;
      height: auto;
      margin: auto; }
  .app-l-main-wrap .app-l-symbols-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 44px 24px 8px 24px;
    position: relative;
    z-index: 1; }
    .app-l-main-wrap .app-l-symbols-holder i {
      font-size: 16px;
      color: #ffffff;
      margin: 0 auto 0 0; }
    .app-l-main-wrap .app-l-symbols-holder .app-l-header-content {
      width: 100%;
      font-size: 26px;
      font-weight: 700;
      color: #ffffff;
      text-align: left;
      padding: 0;
      margin: 30px 0 0 0; }
  .app-l-main-wrap .app-l-main-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 350px; }
    .app-l-main-wrap .app-l-main-contents .app-l-main-banner {
      font-size: 24px;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 32px 0;
      padding: 30px 24px;
      text-align: center; }
    .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 0 24px; }
      .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls + .app-l-login-forms {
        margin-top: 24px; }
      .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        width: 100%; }
        .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-label + .app-l-social-media-control-holder {
          margin-top: 16px; }
        .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-control-holder {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start;
            width: 100%;
        }
        .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-control-holder .app-l-social-media-control {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start;
            width: 50px;
            cursor: pointer;
        }
          /*.app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-control-holder .app-l-social-media-control:first-child {
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start; }
          .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-control-holder .app-l-social-media-control:last-child {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            align-items: flex-end;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            justify-content: flex-end; }*/
          .app-l-main-wrap .app-l-main-contents .app-l-social-media-controls .app-l-social-media-control-holder .app-l-social-media-control img {
            max-width: 100%;
            max-height: 36px;
            width: auto;
            height: auto; }
    .app-l-main-wrap .app-l-main-contents .app-l-login-forms {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 0 24px; }
      .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-label {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-label + .app-l-login-form-control-holder {
          margin-top: 16px; }
      .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder + .app-l-form-helper {
          margin-top: 8px; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder + .app-l-forgot-password {
          margin-top: 8px; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder + .app-l-btn-holder {
          margin-top: 16px; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control {
          width: 100%;
          position: relative;
          overflow: hidden;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control + .app-l-login-form-control {
            margin-top: 8px; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-icon-holder {
            width: 44px;
            height: 44px;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            bottom: 0;
            right: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-icon-holder i {
              font-size: 16px;
              color: #9ba1ac; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-password-icon {
            width: 44px;
            height: 44px;
            position: absolute;
            z-index: 1;
            top: 0;
            left: auto;
            bottom: 0;
            right: 0;
            cursor: pointer;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-password-icon i {
              font-size: 16px;
              color: #9ba1ac; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-login-control {
            padding: 10px 16px 8px 44px;
            width: 100%;
            background: #ffffff;
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            line-height: 17px;
            border: solid 1px transparent;
            height: 44px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-login-control ::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #9ba1ac;
              font-size: 16px;
              line-height: 16px;
              font-weight: 400; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-login-control ::-moz-placeholder {
              /* Firefox 19+ */
              color: #9ba1ac;
              font-size: 16px;
              line-height: 16px;
              font-weight: 400; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-login-control :-ms-input-placeholder {
              /* IE 10+ */
              color: #9ba1ac;
              font-size: 16px;
              line-height: 16px;
              font-weight: 400; }
            .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control .app-l-login-control :-moz-placeholder {
              /* Firefox 18- */
              color: #9ba1ac;
              font-size: 16px;
              line-height: 16px;
              font-weight: 400; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control.app-l-password .app-l-login-control {
            padding: 10px 44px 8px 44px; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-login-form-control-holder .app-l-login-form-control.active .app-l-icon-holder i {
            color: #000000; }
      .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-forgot-password {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-forgot-password > span {
          text-decoration: underline;
          margin-left: 8px; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-forgot-password > span:hover {
            text-decoration: none; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-forgot-password + .app-l-form-helper {
          margin-top: 16px; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-forgot-password + .app-l-btn-holder {
          margin-top: 10px; }
      .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-form-helper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-form-helper > span {
          text-decoration: underline;
          margin-left: 8px; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-form-helper > span:hover {
            text-decoration: none; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-form-helper + .app-l-btn-holder {
          margin-top: 16px; }
      .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-btn-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-btn-holder .app-l-action-btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          width: 100%;
          padding: 8px 16px;
          height: 48px;
          color: #ffffff;
          background: #2d68c4;
          outline: none;
          user-select: none;
          cursor: pointer;
          border: none;
          font-size: 16px;
          font-weight: 600;
          font-family: "Nunito", Helvetica, Arial, sans-serif; }
          .app-l-main-wrap .app-l-main-contents .app-l-login-forms .app-l-btn-holder .app-l-action-btn.disabled {
            opacity: 0.65;
            pointer-events: none; }
  .app-l-main-wrap .app-l-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 23px 16px;
    width: 100%;
    z-index: 1; }
    .app-l-main-wrap .app-l-footer .app-l-footer-text {
      font-size: 14px;
      font-weight: 600;
      line-height: 16px;
      color: #ffffff;
      text-align: center; }
      .app-l-main-wrap .app-l-footer .app-l-footer-text > span {
        text-decoration: underline; }
        .app-l-main-wrap .app-l-footer .app-l-footer-text > span:hover {
          text-decoration: none; }

.error-wrapper {
  width: 100%;
  padding: 16px 24px 16px 24px;
  margin: 16px 0 0 0; }
  .error-wrapper .validation-summary-errors > ul {
    padding-left: 18px; }

.mt-16 {
  margin-top: 16px; }

.mt-24 {
  margin-top: 24px; }

.d-none {
  display: none !important; }

.wrflx-app-l-main-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/loginbg-land.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 32px 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .wrflx-app-l-main-container .wrflx-app-l-holder {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-logo-holder {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      margin-top: auto;
      min-height: 92px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-logo-holder img {
        height: 92px; }
    .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container {
      background-color: #ffffff;
      background: #ffffff;
      max-width: 540px;
      width: 100%;
      max-height: 100%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: auto;
      padding: 24px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container .wrflx-app-l-container-head {
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
        text-align: center; }
        .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container .wrflx-app-l-container-head > h6 {
          margin-top: 0;
          font-size: 14px; }
        .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container .wrflx-app-l-container-head > h3 + h6 {
          margin-top: -8px; }
      .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form {
        width: 100%; }
        .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 25px;
          position: relative; }
          .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group label {
            color: #5e6c84;
            font-size: 14px;
            margin-bottom: 5px; }
          .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group input {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            height: 42px;
            border: 1px solid #d5d9dfff;
            padding: 5px 10px;
            color: #091e41; }
            .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group input:focus {
              border-color: #316ea4;
              outline: none; }
          .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group .form-text {
            position: absolute;
            bottom: -20px; }
            .wrflx-app-l-main-container .wrflx-app-l-main-container-sub-wrap .wrflx-app-l-container form .form-group .form-text.has-error {
              color: red; }

.wrflx-app-l-content-wrap {
  overflow: auto; }

.wrflx-app-l-footer {
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrflx-btn {
    height: 50px;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}

.wrflx-btn:hover {
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
}
  .wrflx-btn:focus {
    outline: none; }

.wrflx-btn-primary {
  height: 50px;
  min-width: 116px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #2d68c4;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border: none;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .wrflx-btn-primary:focus {
    outline: none; }

.wrflx-app-c-link-block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  position: relative; }

.wrflx-app-c-link {
  color: #2d68c4;
  text-decoration: none;
  width: auto; }

.btn-primary {
  background-color: #2d68c4;
  color: #ffff; }

.wrflx-app-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 12, 68, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .wrflx-app-modal .wrflx-app-modal-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 24px;
    background: #ffffff; }
    .wrflx-app-modal .wrflx-app-modal-contents .wrflx-app-modal-header {
      margin: 16px 0px;
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      text-align: left; }
    .wrflx-app-modal .wrflx-app-modal-contents .wrflx-app-modal-text {
      margin: 16px 0;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      text-align: left; }
    .wrflx-app-modal .wrflx-app-modal-contents .wrflx-app-modal-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-top: 8px; }

.wrflx-app-l-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 0; }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
@font-face {
  font-family: "wareflexdriver";
  src: url("../styles/icon-fonts/wareflexdriver.eot?qpfg7n");
  src: url("../styles/icon-fonts/wareflexdriver.eot?qpfg7n#iefix") format("embedded-opentype"), url("../styles/icon-fonts/wareflexdriver.woff2?qpfg7n") format("woff2"), url("../styles/icon-fonts/wareflexdriver.ttf?qpfg7n") format("truetype"), url("../styles/icon-fonts/wareflexdriver.woff?qpfg7n") format("woff"), url("../styles/icon-fonts/wareflexdriver.svg?qpfg7n#wareflexdriver") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="wf-icn-"],
[class*=" wf-icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wareflexdriver" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wf-icn-location:before {
  content: "\e90a"; }

.wf-icn-schedule:before {
  content: "\e90b"; }

.wf-icn-alarm:before {
  content: "\e90c"; }

.wf-icn-bell:before {
  content: "\e902"; }

.wf-icn-Calendar:before {
  content: "\e903"; }

.wf-icn-lock:before {
  content: "\e904"; }

.wf-icn-mail:before {
  content: "\e905"; }

.wf-icn-profile:before {
  content: "\e906"; }

.wf-icn-time:before {
  content: "\e907"; }

.wf-icn-appointments:before {
  content: "\e908"; }

.wf-icn-assignments:before {
  content: "\e909"; }

.wf-icn-eye:before {
  content: "\e901"; }

.wf-icn-left-arrow:before {
  content: "\e900"; }

@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Extralight.eot");
  src: local("nunito Extralight"), local("nunito-Extralight"), url("../styles/Nunito/nunito-Extralight.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Extralight.woff2") format("woff2"), url("../styles/Nunito/nunito-Extralight.woff") format("woff"), url("../styles/Nunito/nunito-Extralight.ttf") format("truetype"), url("../styles/Nunito/nunito-Extralight.svg#nunito") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Extralight';
  src: url("../styles/Nunito/nunito-Extralight.eot");
  src: local("nunito Extralight"), local("nunito-Extralight"), url("../styles/Nunito/nunito-Extralight.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Extralight.woff2") format("woff2"), url("../styles/Nunito/nunito-Extralight.woff") format("woff"), url("../styles/Nunito/nunito-Extralight.ttf") format("truetype"), url("../styles/Nunito/nunito-Extralight.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-ExtralightItalic.eot");
  src: local("nunito ExtralightItalic"), local("nunito-ExtralightItalic"), url("../styles/Nunito/nunito-ExtralightItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-ExtralightItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-ExtralightItalic.woff") format("woff"), url("../styles/Nunito/nunito-ExtralightItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-ExtralightItalic.svg#nunito") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'nunito-ExtralightItalic';
  src: url("../styles/Nunito/nunito-ExtralightItalic.eot");
  src: local("nunito ExtralightItalic"), local("nunito-ExtralightItalic"), url("../styles/Nunito/nunito-ExtralightItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-ExtralightItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-ExtralightItalic.woff") format("woff"), url("../styles/Nunito/nunito-ExtralightItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-ExtralightItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Light.eot");
  src: local("nunito Light"), local("nunito-Light"), url("../styles/Nunito/nunito-Light.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Light.woff2") format("woff2"), url("../styles/Nunito/nunito-Light.woff") format("woff"), url("../styles/Nunito/nunito-Light.ttf") format("truetype"), url("../styles/Nunito/nunito-Light.svg#nunito") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Light';
  src: url("../styles/Nunito/nunito-Light.eot");
  src: local("nunito Light"), local("nunito-Light"), url("../styles/Nunito/nunito-Light.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Light.woff2") format("woff2"), url("../styles/Nunito/nunito-Light.woff") format("woff"), url("../styles/Nunito/nunito-Light.ttf") format("truetype"), url("../styles/Nunito/nunito-Light.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-LightItalic.eot");
  src: local("nunito LightItalic"), local("nunito-LightItalic"), url("../styles/Nunito/nunito-LightItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-LightItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-LightItalic.woff") format("woff"), url("../styles/Nunito/nunito-LightItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-LightItalic.svg#nunito") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'nunito-LightItalic';
  src: url("../styles/Nunito/nunito-LightItalic.eot");
  src: local("nunito LightItalic"), local("nunito-LightItalic"), url("../styles/Nunito/nunito-LightItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-LightItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-LightItalic.woff") format("woff"), url("../styles/Nunito/nunito-LightItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-LightItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Regular.eot");
  src: local("nunito Regular"), local("nunito-Regular"), url("../styles/Nunito/nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Regular.woff2") format("woff2"), url("../styles/Nunito/nunito-Regular.woff") format("woff"), url("../styles/Nunito/nunito-Regular.ttf") format("truetype"), url("../styles/Nunito/nunito-Regular.svg#nunito") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Regular';
  src: url("../styles/Nunito/nunito-Regular.eot");
  src: local("nunito Regular"), local("nunito-Regular"), url("../styles/Nunito/nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Regular.woff2") format("woff2"), url("../styles/Nunito/nunito-Regular.woff") format("woff"), url("../styles/Nunito/nunito-Regular.ttf") format("truetype"), url("../styles/Nunito/nunito-Regular.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-RegularItalic.eot");
  src: local("nunito RegularItalic"), local("nunito-RegularItalic"), url("../styles/Nunito/nunito-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-RegularItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-RegularItalic.woff") format("woff"), url("../styles/Nunito/nunito-RegularItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-RegularItalic.svg#nunito") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'nunito-RegularItalic';
  src: url("../styles/Nunito/nunito-RegularItalic.eot");
  src: local("nunito RegularItalic"), local("nunito-RegularItalic"), url("../styles/Nunito/nunito-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-RegularItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-RegularItalic.woff") format("woff"), url("../styles/Nunito/nunito-RegularItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-RegularItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Medium.eot");
  src: local("nunito Medium"), local("nunito-Medium"), url("../styles/Nunito/nunito-Medium.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Medium.woff2") format("woff2"), url("../styles/Nunito/nunito-Medium.woff") format("woff"), url("../styles/Nunito/nunito-Medium.ttf") format("truetype"), url("../styles/Nunito/nunito-Medium.svg#nunito") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Medium';
  src: url("../styles/Nunito/nunito-Medium.eot");
  src: local("nunito Medium"), local("nunito-Medium"), url("../styles/Nunito/nunito-Medium.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Medium.woff2") format("woff2"), url("../styles/Nunito/nunito-Medium.woff") format("woff"), url("../styles/Nunito/nunito-Medium.ttf") format("truetype"), url("../styles/Nunito/nunito-Medium.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-MediumItalic.eot");
  src: local("nunito MediumItalic"), local("nunito-MediumItalic"), url("../styles/Nunito/nunito-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-MediumItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-MediumItalic.woff") format("woff"), url("../styles/Nunito/nunito-MediumItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-MediumItalic.svg#nunito") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'nunito-MediumItalic';
  src: url("../styles/Nunito/nunito-MediumItalic.eot");
  src: local("nunito MediumItalic"), local("nunito-MediumItalic"), url("../styles/Nunito/nunito-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-MediumItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-MediumItalic.woff") format("woff"), url("../styles/Nunito/nunito-MediumItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-MediumItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Bold.eot");
  src: local("nunito Bold"), local("nunito-Bold"), url("../styles/Nunito/nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Bold.woff2") format("woff2"), url("../styles/Nunito/nunito-Bold.woff") format("woff"), url("../styles/Nunito/nunito-Bold.ttf") format("truetype"), url("../styles/Nunito/nunito-Bold.svg#nunito") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Bold';
  src: url("../styles/Nunito/nunito-Bold.eot");
  src: local("nunito Bold"), local("nunito-Bold"), url("../styles/Nunito/nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Bold.woff2") format("woff2"), url("../styles/Nunito/nunito-Bold.woff") format("woff"), url("../styles/Nunito/nunito-Bold.ttf") format("truetype"), url("../styles/Nunito/nunito-Bold.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-BoldItalic.eot");
  src: local("nunito BoldItalic"), local("nunito-BoldItalic"), url("../styles/Nunito/nunito-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-BoldItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-BoldItalic.woff") format("woff"), url("../styles/Nunito/nunito-BoldItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-BoldItalic.svg#nunito") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'nunito-BoldItalic';
  src: url("../styles/Nunito/nunito-BoldItalic.eot");
  src: local("nunito BoldItalic"), local("nunito-BoldItalic"), url("../styles/Nunito/nunito-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-BoldItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-BoldItalic.woff") format("woff"), url("../styles/Nunito/nunito-BoldItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-BoldItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Extrabold.eot");
  src: local("nunito Extrabold"), local("nunito-Extrabold"), url("../styles/Nunito/nunito-Extrabold.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Extrabold.woff2") format("woff2"), url("../styles/Nunito/nunito-Extrabold.woff") format("woff"), url("../styles/Nunito/nunito-Extrabold.ttf") format("truetype"), url("../styles/Nunito/nunito-Extrabold.svg#nunito") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Extrabold';
  src: url("../styles/Nunito/nunito-Extrabold.eot");
  src: local("nunito Extrabold"), local("nunito-Extrabold"), url("../styles/Nunito/nunito-Extrabold.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Extrabold.woff2") format("woff2"), url("../styles/Nunito/nunito-Extrabold.woff") format("woff"), url("../styles/Nunito/nunito-Extrabold.ttf") format("truetype"), url("../styles/Nunito/nunito-Extrabold.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-ExtraboldItalic.eot");
  src: local("nunito ExtraboldItalic"), local("nunito-ExtraboldItalic"), url("../styles/Nunito/nunito-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-ExtraboldItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-ExtraboldItalic.woff") format("woff"), url("../styles/Nunito/nunito-ExtraboldItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-ExtraboldItalic.svg#nunito") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'nunito-ExtraboldItalic';
  src: url("../styles/Nunito/nunito-ExtraboldItalic.eot");
  src: local("nunito ExtraboldItalic"), local("nunito-ExtraboldItalic"), url("../styles/Nunito/nunito-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-ExtraboldItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-ExtraboldItalic.woff") format("woff"), url("../styles/Nunito/nunito-ExtraboldItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-ExtraboldItalic.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-Black.eot");
  src: local("nunito Black"), local("nunito-Black"), url("../styles/Nunito/nunito-Black.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Black.woff2") format("woff2"), url("../styles/Nunito/nunito-Black.woff") format("woff"), url("../styles/Nunito/nunito-Black.ttf") format("truetype"), url("../styles/Nunito/nunito-Black.svg#nunito") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'nunito-Black';
  src: url("../styles/Nunito/nunito-Black.eot");
  src: local("nunito Black"), local("nunito-Black"), url("../styles/Nunito/nunito-Black.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-Black.woff2") format("woff2"), url("../styles/Nunito/nunito-Black.woff") format("woff"), url("../styles/Nunito/nunito-Black.ttf") format("truetype"), url("../styles/Nunito/nunito-Black.svg#nunito") format("svg"); }
@font-face {
  font-family: 'nunito';
  src: url("../styles/Nunito/nunito-BlackItalic.eot");
  src: local("nunito BlackItalic"), local("nunito-BlackItalic"), url("../styles/Nunito/nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-BlackItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-BlackItalic.woff") format("woff"), url("../styles/Nunito/nunito-BlackItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-BlackItalic.svg#nunito") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'nunito-BlackItalic';
  src: url("../styles/Nunito/nunito-BlackItalic.eot");
  src: local("nunito BlackItalic"), local("nunito-BlackItalic"), url("../styles/Nunito/nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../styles/Nunito/nunito-BlackItalic.woff2") format("woff2"), url("../styles/Nunito/nunito-BlackItalic.woff") format("woff"), url("../styles/Nunito/nunito-BlackItalic.ttf") format("truetype"), url("../styles/Nunito/nunito-BlackItalic.svg#nunito") format("svg"); }

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

.app-l-base {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container {
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.app-l-header {
    background: #2d68c4;
    padding: 12px 0 12px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
}

.app-l-logo h1 {
    margin: 0;
}

.app-l-page-wrapper {
    height: 100%;
}

    .app-l-page-wrapper .container {
        height: 100%;
    }

.app-l-broken-link-holder {
    height: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.app-l-404__image {
    width: 296px;
    height: 296px;
    background-color: #f6f7fa;
    margin-bottom: 50px;
    margin-top: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

    .app-l-404__image img {
        max-width: 100%;
        max-height: 100%;
    }

.app-l-404__content {
    text-align: center;
}

    .app-l-404__content h2 {
        color: #2e284a;
        font-size: 36px;
        font-weight: 600;
        margin: 0 0 22px;
        padding: 0;
        line-height: normal;
    }

    .app-l-404__content p {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

.app-l-main-logo-wrap {
    margin-top: auto;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
}

    .app-l-main-logo-wrap img {
        width: 80px;
    }

.app-l-password {
    position: relative;
}

    .app-l-password .form-control {
        padding: 5px 48px 5px 10px !important;
    }

    .app-l-password .app-l-password-visibility {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 42px;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

        .app-l-password .app-l-password-visibility img {
            display: block;
            max-width: 30px;
            max-height: 30px;
            filter: grayscale(50%);
        }

        /* Media querry */
        @media screen and (max-width: 1200px) {
        }

        @media screen and (max-width: 991px) {
            .app-l-404__image {
                width: 226px;
                height: 226px;
            }

                .app-l-404__image img {
                    max-width: 40%;
                    max-height: 40%;
                }

            .app-l-404__content h2 {
                font-size: 31px;
            }
        }

        @media screen and (max-width: 767px) {
            .app-l-404__content h2 {
                font-size: 24px;
            }
        }

        @media screen and (max-width: 576px) {
            .app-l-404__image {
                width: 176px;
                height: 176px;
            }
        }
input::-ms-clear, input::-ms-reveal {
    display: none;
}
* {
    -webkit-overflow-scrolling: touch;
}

.wrflx-app-l-footer.app-l-dual-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrflx-app-l-footer.app-l-dual-btn .wrflx-btn {
  max-width: 48%;
  width: 48%;
  min-width: 115px;
  margin: 8px 0px;
}