/************************************
    Less implementation (START)
************************************/
/************************************
    -- Variables
************************************/
/************************************
    -- Mixins
************************************/
.block-relative {
  display: block;
  position: relative;
}
.inlineBlock-relative {
  display: inline-block;
  position: relative;
}
.block-absolute {
  display: block;
  position: absolute;
}
/************************************
    Less implementation (END)
************************************/
/************************************
    Page Styling (START)
************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: inherit;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.h1,
h1 {
  line-height: 1.15;
}
.h1,
h1 {
  font-size: 36px;
}
h1 {
  margin: 0.67em 0;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  color: #005b99;
}
h2 {
  margin: 26px 0px 26px 0px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0 0 20px;
  font-size: 16px;
}
html {
  height: 100%;
  font-size: inherit;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Roboto';
  font-size: 1em;
  color: #646a75;
  height: 100%;
  background-color: #ffffff;
}
.large-text {
  font-size: 20px;
  font-weight: 500;
}
a {
  color: #047bc1;
  text-decoration: none;
}
a:hover {
  color: #009de2;
}
.fas {
  color: #005b99;
}
.fas:hover {
  color: #009de2;
}
.fas.no-hover:hover {
  color: #005b99 !important;
}
.we-main .fas {
  font-size: 3em;
  text-align: center;
}
.we-icon {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}
.we-outer-container {
  min-height: calc(100% - 200px);
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  overflow: auto;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.we-outer-container.nav-enabled {
  margin-top: 5%;
}
.btn-default {
  background-color: #ff9800 !important;
  color: #ffffff;
  box-shadow: none;
  background-image: linear-gradient(to left, transparent, transparent 50%, #005b99 50%, #005b99) !important;
  background-position: 97% 0 !important;
  background-size: 210% 100% !important;
  transition: all 0.25s ease-out !important;
  white-space: nowrap !important;
  text-transform: none !important;
  padding: 12px 20px !important;
  font-family: 'Roboto' !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 30px;
  margin: 20px 0px;
  min-width: 30%;
  width: auto;
  text-align: center;
  cursor: pointer;
  display: block;
  position: relative;
}
.btn-default:disabled {
  cursor: not-allowed;
}
.btn-default:focus {
  background-color: #047bc1 !important;
  background-image: linear-gradient(#047bc1, #047bc1) !important;
  background-position: 100% 0 !important;
  background-size: 200% 100% !important;
}
.btn-default:hover {
  background-color: #ff9800 !important;
  background-position: 0 0 !important;
  box-shadow: none;
  color: #ffffff;
}
.btn-default:focus {
  color: #ffffff;
}
.btn-okta-login {
    background-color: #005b99 !important;
    width: 60% !important;
    margin: auto;
    height: 30px !important;
    padding-top: 0px !important;
    vertical-align: central;
    font-size: 12px !important;
    background-image: none !important;
}
.btn-okta-login:hover {
        background-color: #009de2 !important;
}
.link-okta-login {
    line-height: 30px !important;
}
.okta-icon {
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.we-login .btn-default {
  width: 100%;
  border: 0px;
}
.we-login p {
  margin-top: 20px;
}
.we-login a {
  color: #047bc1;
  text-decoration: none;
}
.we-inner-container {
  padding: 30px;
  display: block;
  position: relative;
}
.we-header {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.we-header img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.we-main {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}
h2 {
  color: #005b99;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 2em;
}
.subheading {
  padding-top: 48px;
}
.we-section {
  width: 47%;
  margin-left: 5%;
  top: 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.we-section:first-of-type {
  margin-left: 0;
}
.we-section input,
.we-section button {
  outline: none;
}
.we-section input {
  width: 100%;
  display: block;
  margin: 20px 0;
  height: auto;
  min-height: 30px;
  font-family: 'Roboto';
  font-size: 1.3em;
  font-weight: 300;
  color: #9ba2aa;
  padding: 7px 15px;
  border-radius: 30px;
  border: 1px solid #9ba2aa;
}
.we-ExternalLogin {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.we-login .we-ExternalLogin li {
  width: 100%;
}
.we-login .we-ExternalLogin li a {
  color: #ffffff;
}
.okta-first-time-text-container {
    margin: auto;
    float: initial;
}
.okta-first-time-text-container p {
    margin-top: 10%;
    font-size: 20px;
}
.we-login fieldset {
    border-width: 0px;
    width: 99.3%;
    padding: 0px;
}
.we-footer {
  background-color: #047bc1;
  width: 100%;
  bottom: 0 !important;
  position: absolute;
  height: 200px;
}
.we-footer a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.we-footer a:hover {
  color: #060a51;
}
.we-footer-inner {
  max-width: 1200px;
  margin: 0px auto;
  padding: 30px;
}
.we-support-option {
  width: 14em;
  vertical-align: top;
  top: 0;
  display: inline-block;
  position: relative;
}
.support-left {
  float: left;
  left: 0;
}
.terms-links,
.terms-links a {
  color: #abcbf1;
  font-size: 10px;
}
.terms-links {
  list-style: none;
  margin-top: 40px;
  padding-left: 0px;
}
.terms-links li,
.share-page-links li {
  display: inline-block;
  margin-right: 20px;
}
.website-links li {
  border-bottom: none;
  margin-right: 20px;
  display: inline-block;
}
.clear {
  clear: both;
  margin-bottom: 20px;
}
.support-right {
  float: right;
  right: 0;
}
.website-links {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0;
}
.right {
  float: right;
  right: 0;
  text-align: right;
  font-size: 1.2em;
}
.share-page-links {
  display: flex;
  flex-direction: row;
  margin: 0px;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.share-page-links li a.twitter {
  background-position: -27px -47px;
}
.share-page-links li a.linkedin {
  background-position: -75px -46px;
}
.share-page-links li a {
  display: block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.share-page-links li a.youtube {
  background-position: -122px -46px;
}
.share-page-links p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  line-height: 38px;
}
.share-page-links li a,
.share-page-links li a.facebook,
.share-page-links li a.linkedin,
.share-page-links li a.twitter,
.share-page-links li a.youtube {
  background-image: url("https://www.quorumsoftware.com/images/sprite-social-icons.png");
}
.terms-section {
  margin-left: 0px;
}
button,
fieldset,
iframe {
  border: 0px;
}
.username,
.password,
.login {
  position: relative;
}
.username .error,
.password .error,
.login .error {
  left: 0;
  max-width: calc(100% - 170px);
}
.login-remember {
  width: 100%;
  position: relative;
  height: 30px;
}
.login-remember .login-remember-content {
  height: 30px;
  width: 195px;
  margin: 0 auto;
}
.login-remember .login-remember-content input {
  width: 15px;
  margin: 0px 15px 0px 0px;
  float: left;
}
.login-remember .login-remember-content span {
  float: left;
  line-height: 28px;
  font-size: 17px;
}
.error {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #9ba2aa;
  left: calc(50% - 93px);
  top: 60px;
  font-size: 14px;
  color: #000000;
  z-index: 1;
  display: none;
  position: absolute;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 4px 4px 5px 0px rgba(155, 162, 170, 0.6);
  -moz-box-shadow: 4px 4px 5px 0px rgba(155, 162, 170, 0.6);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(155, 162, 170, 0.6);
}
.error.active {
  display: block;
}
.error:after {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 11px;
  top: -7px;
  left: 15px;
  border-color: #9ba2aa;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
}
.error span:before {
  display: block;
  font-size: 13px !important;
  background: #ff9800;
  padding: 5px;
  height: 23px;
  width: 23px;
  margin-right: 7px;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.error span:hover {
  color: #ffffff;
}
.navbar-default {
  border-color: #eeeeee;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #009de2;
}
.navbar-default .navbar-nav .no-dropdown {
  width: 100%;
  border: 0;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar {
  position: relative;
  min-height: 53px;
  margin-bottom: 0;
}
.top-navbar {
  background-color: #ffffff;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -16px;
  margin-left: -16px;
}
.navbar-header {
  background-color: #ffffff;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -16px;
  margin-left: -16px;
}
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.navbar-wrap:after,
.navbar-wrap:before {
  content: " ";
  display: table;
}
.navbar-default.sticky,
.navbar-toggle {
  background-color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.navbar-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-brand {
  float: left;
  padding: 15px 16px 11px;
  font-size: 20px;
  line-height: 25px;
  height: 53px;
}
.navbar-default .navbar-nav .no-dropdown a {
  background-color: #047bc1;
  padding: 0 15px 10px;
  width: 100%;
  display: block;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #047bc1;
  white-space: nowrap;
}
.navbar-upper {
  text-align: right;
  padding: 0;
  margin: 0;
  height: 53px;
  margin-top: 10px;
}
.navbar-upper a {
  color: #4a4a4a;
}
.navbar-upper li {
  list-style: none;
  display: inline-block;
  padding: 19px 8% 15px;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
}
.navbar-nav > li > a {
  padding: 15px;
  line-height: 20px;
  width: 100%;
}
.navbar-nav > li {
  background-color: #047bc1;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.navbar-nav {
  width: Calc(131%);
  margin: 0 -16px;
  border-bottom: 1px solid #c7ced3;
  position: relative;
  padding: 0;
}
.navbar-nav li:first-of-type {
  padding-top: 10px;
}
.navbar-nav > li {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.nav-pills > li,
.nav-tabs > li,
.nav > li {
  float: left;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-brand > img {
  display: block;
}
img {
  vertical-align: middle;
}
hr,
img {
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #047bc1;
  white-space: nowrap;
}
.navbar-nav > li:first-child > a {
  text-align: left;
}
.navbar-nav > li > a {
  padding: 15px;
  line-height: 20px;
  width: 100%;
}
.navbar-nav > li:first-child {
  width: 22%;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse .in {
  overflow-y: auto;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.justify {
  justify-content: space-between;
  align-content: space-between;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .navbar-upper li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-brand {
    padding-top: 12px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    position: relative;
    width: 100%;
  }
  .top-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .main-nav-container {
    position: fixed;
    top: 53px;
    height: calc(100% - 53px);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
  }
  .navbar-upper {
    display: none;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .navbar-static-top .pinned-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .navbar-header,
  .navbar-text {
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-brand,
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggle {
    display: none;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .upper-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-upper {
    height: auto;
    margin-top: 8px;
  }
  .navbar-upper a {
    font-size: 14px;
  }
  .navbar-upper li {
    padding: 5px 20px;
    border-right: 1px solid #c7ced3;
  }
  .navbar-upper a,
  .pinned-search-container .search-submit-btn {
    font-weight: 500;
  }
  .container {
    width: 752px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
  .navbar-header {
    margin-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .we-section {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    display: block;
    overflow: auto;
  }
  .we-section:first-of-type {
    margin-left: 0 !important;
  }
  .we-footer {
    margin-top: 160px;
    height: 226px;
  }
  .we-header {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .we-header .we-section.right {
    float: none;
    text-align: center;
  }
  .header-image {
    margin: 0px auto 30px;
    position: relative;
    -webkit-transform: translate(calc(50% - 125px), 0%);
    -moz-transform: translate(calc(50% - 125px), 0%);
    -ms-transform: translate(calc(50% - 125px), 0%);
    -o-transform: translate(calc(50% - 125px), 0%);
    transform: translate(calc(50% - 125px), 0%);
  }
  .website-links,
  .terms-section,
  .share-page-links {
    text-align: center;
    float: none;
  }
  .share-page-links {
    margin-top: 30px;
  }
  .we-login {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .navbar-default {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 972px;
  }
  .upper-wrapper {
    height: 89px;
  }
}
@media (min-width: 1312px) {
  .container {
    width: 100%;
  }
}
@media (max-height: 915px) {
  .we-footer {
    top: 760px;
    bottom: auto !important;
  }
}
.hidden {
  display: none !important;
}
/************************************
    Page Styling (END)
************************************/
