<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style */

html, body {
  height: 100%;
}

body {
  font-size: 15px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, td, th, caption, dt, dd, li, div, span {
  font-family: 'Quattrocento Sans', sans-serif;
}

pre, code, kbd, kbd &gt; span {
  font-family: 'Inconsolata', monospace;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  /*
  margin-bottom: 0.5em;
  */
}

h1, .h1 {
  font-weight: 900;
}

h1:first-child {
  margin-bottom: 0.5em;
}

h2, .h2 {
  font-weight: 300;
}

h3, .h3 {
  font-weight: 600;
}

/*
h1 + h2, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h4, h4 + h5, h4 + h6, h5 + h6, h6 + h6 {
  margin-top: 0.5em;
}
  */

h1, .h1 {
  font-size: 2.25em;
}

h2, .h2 {
  font-size: 1.85em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.25em;
}

h5, .h5 {
  font-size: 1.125em;
}

h6, .h6 {
  font-size: 1em;
}

p, blockquote, dl, ol, ul, .well, .inline-ad-block, p + table, ol + table, ul + table, dl + table, .panel,
h1 + .margin-top, h2 + .margin-top, h3 + .margin-top, h4 + .margin-top, h5 + .margin-top, h6 + .margin-top,
.h1 + .margin-top, .h2 + .margin-top, .h3 + .margin-top, .h4 + .margin-top, .h5 + .margin-top, .h6 + .margin-top, ul.pagination,
table.table, p + .pull-left, p + .pull-right {
  margin-top: 1.5em;
  margin-bottom: 0;
}

p + .pull-left {
  margin-right: 1.5em;
}

p + .pull-right {
  margin-left: 1.5em;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, 
.alert + h2, .alert + .h2, .alert + h3, .alert + .h3, .alert + h4, .alert + .h4, .alert + h5, .alert + .h5, .alert + h6, .alert + .h6,
/* h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, */
.panel:first-child, .panel-body &gt; p:first-child, .panel.panel-default.note-editor,
.modal-body &gt; p:first-child,
.lead &gt; p:first-child,
ul:first-child:not(.pagination), ul.pagination.no-margin, 
ol:first-child, dl:first-child, 
.form-control &gt; p:first-child,
blockquote:first-child, table.table:first-child, .panel &gt; .panel-heading + table.table,
.panel-footer &gt; p:first-child
/* .pull-left + p, .pull-right + p */ {
  margin-top: 0;
}

blockquote {
  padding: 0.5em 1em;
}

hr {
  margin: 1.5em 0;
}

h1 + ul, h1 + ol, h1 + dl, 
h2 + ul, h2 + ol, h2 + dl, 
h3 + ul, h3 + ol, h3 + dl, 
h4 + ul, h4 + ol, h4 + dl, 
h5 + ul, h5 + ol, h5 + dl, 
h6 + ul, h6 + ol, h6 + dl {
  margin-top: 0;
}

.form-group {
  margin-bottom: 1.5em;
}

/*
ul.list-unstyled, ol.list-unstyled {
  margin-top: 0;
  margin-bottom: 10px;
}
*/

.glyphicon, .glyphicons, .fa, .icon, a, button {
  -webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;
}
/* SW: 2022-05-31 #ffd204 */
/* SW: 2022-06-27 #dff0d8 */
.inline-ad-block {
  background-color: #1c4094;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
}

.inline-ad-block &gt; a {
  display: block;
  margin: -15px;
  padding: 15px;
  text-decoration: none;
  color: #ffffff; /* SW: 2022-06-27 #000000 */
}

.inline-ad-block &gt; h4, .inline-ad-block &gt; a &gt; h4 {
  margin: 0;
  padding: 0;
}

.inline-ad-block &gt; h4 &gt; a, .inline-ad-block &gt; a &gt; h4 &gt; a {
  color: #ddddff; /* SW: 2022-06-27 #000000 */
  text-decoration: underline;
}

.sharethis {
  position: relative;
}

.sharethis a span.st_sharethis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
}

.verticaltext {
  transform: rotate(-90deg);
  transform-origin: right, top;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin:right, top;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin:right, top;
  line-height: 6 !important;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.text-builder {
  color: #FF0008;
}
.builder, .builder &gt; span, .label-builder {
  background-color: #FF0008;
}
.builder &gt; label.control-label {
  color: #000000;
}
.builder .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-merchant {
  color: #002BF8;
}
.merchant, .merchant &gt; span, .label-merchant {
  background-color: #002BF8;
  color: #ffffff !important;
}
.merchant &gt; label.control-label {
  color: #ffffff;
}
.merchant .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-innovator {
  color: #FF25F8;
}
.innovator, .innovator &gt; span, .label-innovator {
  background-color: #FF25F8;
}
.innovator &gt; label.control-label {
  color: #000000;
}
.innovator .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-banker {
  color: #00FD5C;
}
.banker, .banker &gt; span, .label-banker {
  background-color: #00FD5C;
}
.banker &gt; label.control-label {
  color: #000000;
}
.banker .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-intuative, .text-intuitive {
  color: #FFBE37;
}
.intuitive, .intuitive &gt; span {
  background-color: #FFBE37;
}
.intuitive &gt; label.control-label {
  color: #000000;
}
.intuitive .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-cognative, .text-cognitive {
  color: #C30000;
}
.cognitive, .cognitive &gt; span {
  background-color: #C30000;
  color: #ffffff !important;
}
.cognitive &gt; label.control-label {
  color: #ffffff;
}
.cognitive .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-creative {
  color: #8167A0;
}
.creative, .creative &gt; span {
  background-color: #8167A0;
  color: #ffffff !important;
}
.creative &gt; label.control-label {
  color: #ffffff;
}
.creative .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-practical {
  color: #9B4914;
}
.practical, .practical &gt; span {
  background-color: #9B4914;
  color: #ffffff !important;
}
.practical &gt; label.control-label {
  color: #ffffff;
}
.practical .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-community {
  color: #516231;
}
.community, .community &gt; span {
  background-color: #516231;
  color: #ffffff !important;
}
.community &gt; label.control-label {
  color: #ffffff;
}
.community .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-independent {
  color: #878787;
}
.independent, .independent &gt; span {
  background-color: #878787;
  color: #ffffff !important;
}
.independent &gt; label.control-label {
  color: #ffffff;
}
.independent .form-control-feedback &gt; i.fa {
  color: #000000;
}

.text-black {
  color: #000000 !important;
}

.text-333 {
  color: #333333;
}

.text-correct {
  color: #008000;
}

img.img-responsive {

}

div.img-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.img-loading &gt; img {
  min-height: 100px;
  min-width: 100px;
}

div.img-loading img + span {
  position: absolute;
}

/*
img.img-responsive.img-loaded {
  background-image: none;
}
*/

a {
  color: #1c4094;
}

a.no-decoration:link, a.no-decoration:visited, a.no-decoration:focus, a.no-decoration:hover, a.no-decoration:active {
  text-decoration: none;
}

.badge-red {
  background-color: #ff0000;
}

.clickable {
  cursor: pointer;
}

.text-black {
  color: #000000 !important;
}

.text-grey {
  color: #b5b5b5 !important;
}

.btn-grey, .btn-grey[disabled] {
  background-color: #b5b5b5;
}

.text-secondary {
  color: #6c757d !important;
}

.bg-secondary, .label-secondary, .panel-secondary {
  background-color: #6c757d!important;
  color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.text-yellow {
  color: #ffd204 !important;
}

.bg-yellow, .btn-yellow, .btn-yellow[disabled] {
  background-color: #ffd204;
}

.text-ddd {
  color: #ddd;
}

.bg-ddd {
  background-color: #ddd;
}

.label-default a {
  color: #ffffff !important;
}

.text-blue, .btn.active .icon, .btn.active .glyphicon, .btn.active .fa,
.btn.btn-default:focus .icon, .btn.btn-default:focus .glyphicon, .btn.btn-default:focus .fa, .btn.btn-default:hover .icon, .btn.btn-default:hover .glyphicon, .btn.btn-default:hover .fa, .btn.btn-default:active .icon, .btn.btn-default:active .glyphicon, .btn.btn-default:active .fa, 
a.list-group-item:not(.active):focus &gt; .icon, a.list-group-item:not(.active):focus &gt; span &gt; .icon, a.list-group-item:not(.active):focus &gt; .glyphicon, a.list-group-item:not(.active):focus &gt; span &gt; .glyphicon, a.list-group-item:not(.active):focus &gt; .fa, a.list-group-item:not(.active):focus &gt; span &gt; .fa, a.list-group-item:not(.active):hover &gt; .icon, a.list-group-item:not(.active):hover &gt; span&gt; .icon, a.list-group-item:not(.active):hover &gt; .glyphicon, li.list-group-item:not(.active):hover &gt; span &gt; .glyphicon, a.list-group-item:not(.active):hover &gt; .fa, li.list-group-item:not(.active):hover &gt; span &gt; .fa, a.list-group-item:not(.active):active &gt; .icon, li.list-group-item:not(.active):active &gt; span &gt; .icon, a.list-group-item:not(.active):active &gt; .glyphicon, li.list-group-item:not(.active):active &gt; span &gt; .glyphicon, a.list-group-item:not(.active):active &gt; .fa, li.list-group-item:not(.active):active &gt; span &gt; .fa {
  color: #1c4094 !important;
}

.label-blue a {
  color: #ffffff !important;
}

.btn.btn-default:focus .fa.fa-inverse, .btn.btn-default:hover .fa.fa-inverse, .btn.btn-default:active .fa.fa-inverse  {
  color: #ffffff !important;
}

.btn-yellow, .label-yellow, .badge-yellow {
  background-color: #ffd204;
  color: #000000 !important;
}

.label-yellow a {
  color: #000000 !important;
}

.btn.btn-success.active .fa, .btn.btn-warning.active .fa, .btn.btn-danger.active .fa, .btn.btn-info.active .fa {
  color: #ffffff !important;
}

.btn-blue, .btn-blue[disabled], .label-blue, .badge-blue {
  background-color: #1c4094;
  color: #ffffff !important;
}

.toggle-group &gt; .btn-blue.active {
  background-color: #1c4094;
  color: #ffffff !important;
}

.btn.btn-blue:focus &gt; i.fa, .btn.btn-blue:hover &gt; i.fa, .btn.btn-blue:active &gt; i.fa,
.btn.btn-default:focus &gt; i.fa, .btn.btn-default:hover &gt; i.fa, .btn.btn-default:active &gt; i.fa,
.btn.btn-success:focus &gt; i.fa, .btn.btn-success:hover &gt; i.fa, .btn.btn-success:active &gt; i.fa,
.btn.btn-warning:focus &gt; i.fa, .btn.btn-warning:hover &gt; i.fa, .btn.btn-warning:active &gt; i.fa,
.btn.btn-danger:focus &gt; i.fa, .btn.btn-danger:hover &gt; i.fa, .btn.btn-danger:active &gt; i.fa,
.btn.btn-info:focus &gt; i.fa, .btn.btn-info:hover &gt; i.fa, .btn.btn-info:active &gt; i.fa {
  color: #ffffff !important;
}

.btn-orange {
  background-color: #f4a041 !important;
  color: #ffffff !important;
}

.btn-red {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; 
}

.btn-white {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
}

.btn-white.focus, .btn-white.active, .btn-white:focus, .btn-white:hover, .btn-white:active {
  background-color: #e6e6e6;
  color: #333333;
  border-color: #adadad;
}

.btn-white.inverse, .btn-white.inverse.active.focus, .btn-white.inverse.active, .btn-white.inverse.active:focus, .btn-white.inverse.active:hover, .btn-white.inverse.active:active {
  background-color: #e6e6e6;
  color: #333333;
  border-color: #adadad;
}

.btn-white.inverse.active {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
}

.panel-blue {
  border-color: #1c4094;
}

.panel-blue &gt; .panel-heading {
  background-color: #1c4094;
  border-color: #1c4094;
}

.panel-blue &gt; .panel-heading &gt; .panel-title {
  color: #ffffff;
}

/* no padding on one or more sides */
.no-padding {
  padding: 0;
}

.no-padding-important {
  padding: 0 !important;
}

.padding-top-0, .no-padding-top {
  padding-top: 0;
}

.no-padding-top-important {
  padding-top: 0 !important;
}

.padding-right-0, .no-padding-right {
  padding-right: 0;
}

.no-padding-right-important {
  padding-right: 0 !important;
}

.padding-bottom-0, .no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-bottom-important {
  padding-bottom: 0 !important;
}

.padding-left-0, .no-padding-left {
  padding-left: 0;
}

.no-padding-left-important {
  padding-left: 0 !important;
}

/* xs padding on one or more sides */
.padding-top-xs {
  padding-top: 0.375em;
}

.padding-right-xs {
  padding-right: 0.375em;
}

.padding-bottom-xs {
  padding-bottom: 0.375em;
}

.padding-left-xs {
  padding-left: 0.375em;
}

.padding-all-xs {
  padding: 0.375em;
}

/* sm padding on one or more sides */
.padding-top-sm {
  padding-top: 0.75em;
}

.padding-right-sm {
  padding-right: 0.75em;
}

.padding-bottom-sm {
  padding-bottom: 0.75em;
}

.padding-left-sm {
  padding-left: 0.75em;
}

.padding-all-sm {
  padding: 0.75em;
}

/* md/default padding on one or more sides */
.padding-top, .padding-top-md {
  padding-top: 1.5em;
}

.padding-right, .padding-right-md {
  padding-right: 1.5em;
}

.padding-bottom, .padding-bottom-md {
  padding-bottom: 1.5em;
}

.padding-left, .padding-left-md {
  padding-left: 1.5em;
}

.padding-all, .padding-all-md {
  padding: 1.5em;
}

/* lg padding on one or more sides */
.padding-top-lg {
  padding-top: 2.5em;
}

.padding-right-lg {
  padding-right: 2.5em;
}

.padding-bottom-lg {
  padding-bottom: 2.5em;
}

.padding-left-lg {
  padding-left: 2.5em;
}

.padding-all-lg {
  padding: 2.5em;
}

/* xl padding on one or more sides */
.padding-top-xl {
  padding-top: 3.5em;
}

.padding-right-xl {
  padding-right: 3.5em;
}

.padding-bottom-xl {
  padding-bottom: 3.5em;
}

.padding-left-xl {
  padding-left: 3.5em;
}

.padding-all-xl {
  padding: 3.5em;
}

/* no margin on one or more sides */
.no-margin {
  margin: 0;
}

.no-margin-important {
  margin: 0 !important;
}

.margin-top-0, .no-margin-top {
  margin-top: 0;
}

.no-margin-top-important {
  margin-top: 0 !important;
}

.margin-right-0, .no-margin-right {
  margin-right: 0;
}

.no-margin-right-important {
  margin-right: 0 !important;
}

.margin-bottom-0, .no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-bottom-important {
  margin-bottom: 0 !important;
}

.margin-left-0, .no-margin-left {
  margin-left: 0;
}

.no-margin-left-important {
  margin-left: 0 !important;
}

/* xs margin on one or more sides */
.margin-top-xs {
  margin-top: 0.375em;
}

.margin-right-xs {
  margin-right: 0.375em;
}

.margin-bottom-xs {
  margin-bottom: 0.375em;
}

.margin-left-xs {
  margin-left: 0.375em;
}

.margin-all-xs {
  margin: 0.375em;
}

/* sm margin on one or more sides */
.margin-top-sm {
  margin-top: 0.75em;
}

.margin-right-sm {
  margin-right: 0.75em;
}

.margin-bottom-sm {
  margin-bottom: 0.75em;
}

.margin-left-sm {
  margin-left: 0.75em;
}

.margin-all-sm {
  margin: 0.75em;
}

/* md/default margin on one or more sides */
.margin-top, .margin-top-md {
  margin-top: 1.5em;
}

.margin-right, .margin-right-md {
  margin-right: 1.5em;
}

.margin-bottom, .margin-bottom-md {
  margin-bottom: 1.5em;
}

.margin-left, .margin-left-md {
  margin-left: 1.5em;
}

.margin-all, .margin-all-md {
  margin: 1.5em;
}

/* lg margin on one or more sides */
.margin-top-lg {
  margin-top: 2.5em;
}

.margin-right-lg {
  margin-right: 2.5em;
}

.margin-bottom-lg {
  margin-bottom: 2.5em;
}

.margin-left-lg {
  margin-left: 2.5em;
}

.margin-all-lg {
  margin: 2.5em;
}

/* xl margin on one or more sides */
.margin-top-xl {
  margin-top: 3.5em;
}

.margin-right-xl {
  margin-right: 3.5em;
}

.margin-bottom-xl {
  margin-bottom: 3.5em;
}

.margin-left-xl {
  margin-left: 3.5em;
}

.margin-all-xl {
  margin: 3.5em;
}

.row.row-condensed {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row-condensed &gt; * {
  padding: 0 5px;
}

.row.row-condensed &gt; *:first-child {
  padding-left: 10px;
}

.row.row-condensed &gt; *:last-child {
  padding-right: 10px;
}

.row.row-condensed &gt; .has-feedback &gt; .form-control {
  padding-right: 30px;
}

.row.row-condensed &gt; .has-feedback &gt; .form-control-feedback {
  right: 5px;
}

.row.row-condensed &gt; .has-feedback:last-child &gt; .form-control-feedback {
  right: 10px;
}

.fancy-price {
  font-size: 400%;
  margin: 0;
}

.fancy-price &gt; .cents {
  text-decoration: underline;
  font-size: 40%;
  font-weight: normal;
  position: relative;
  top: -1.1em;
}

.fancy-price &gt; .glyphicons.tag {
  font-size: 80%;
}

.font-weight-normal, .text-normal {
  font-weight: normal;
}

.font-size-21 {
  font-size: 21px;
  line-height: inherit;
}

body {
  border-top: 4px solid #1c4094;
}

body.modal {
  position: static;
  border-top: 0;
  display: block;
}

#page-home .jumbotron .container .row h3.text-larger {
  font-size: 22px;
}

#page-error &gt; main {
  min-height: 50vh;
}

@media (min-width: 767px) and (max-width: 991px) {
  #page-home .jumbotron .container .row h3.text-larger {
    font-size: 18px;
  }
}

#page-home #header-title,
#page-core-values-index #header-title,
#page-employers #header-title,
#page-jobs #header-title,
#page-faqs #header-title,
#page-about #header-title {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 48px;
  font-weight: 700;
  color: #1c4094;
  text-transform: uppercase;
}

/*
@media (min-width: 768px) {
  #page-faqs .container-fluid &gt; .jumbotron &gt; .container &gt; .row {
    display: flex;
    align-items: center;
  }
}
*/

#page-home .jumbotron p, #page-core-values-index .jumbotron p, #page-c .jumbotron p {
  font-size: 14px;
  font-weight: 200;
}

.jumbotron p {
  margin-bottom: 0;
}

.jumbotron p.no-margin {
  margin: 0;
}

/*
#page-home #the-true-you {
  padding-left: 0 !important;
  padding-right: 40px !important;
  padding-top: 5px;
}
*/

.container-fluid &gt; .shadow, .container-fluid &gt; .margin-bottom-lg &gt; .border.arrow {
  margin-left: -15px;
  margin-right: -15px;
}

.img-thumbnail.display-block {
  display: block;
}

#header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#page-home #header, body.header-no-margin #header {
  padding-bottom: 0;
  margin-bottom: 0;
}

#nav-account {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

#nav-account ul, #nav-account li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#nav-account ul {
  border-right: 1px solid #c2c2c2;
}

#nav-account ul li {
  float: left;
}

#nav-account ul li a {
  padding: 0;
}

#nav-account ul li a, #nav-account ul li button {
  display: block;
  font-weight: bold;
  border-width: 1px 0 1px 1px;
  border-color: #c2c2c2;
  border-style: solid none solid solid;
  -webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease;
}

#nav-account ul li a.btn, #nav-account ul li button {
  padding: 4px 6px;
}

#nav-account ul li button {
  padding-left: 5px;
  padding-right: 5px;
}

#nav-account ul li button, #nav-account ul li button span.caret, #nav-account ul li a:link span.btn, #nav-account ul li a:visited span.btn, #nav-account ul li a:focus span.btn, #nav-account ul li a:hover span.btn, #nav-account ul li a:active span.btn {
  color: #1c4094;
  text-decoration: none;
}

#nav-account ul li a:focus, #nav-account ul li a:hover, #nav-account ul li a:active, #nav-account ul li button:focus, #nav-account ul li button:hover, #nav-account ul li button:active {
  border-color: #1c4094;
  background-color: #1c4094;
  color: #ffffff;
}

#social-media li a:focus, #social-media li a:hover {
  background-color: transparent !important;
}

#nav-account ul li a:focus span.btn, #nav-account ul li a:focus span.btn .icon, #nav-account ul li a:focus span.btn .glyphicon, #nav-account ul li a:focus span.btn .fa,
#nav-account ul li a:hover span.btn, #nav-account ul li a:hover span.btn .icon, #nav-account ul li a:hover span.btn .glyphicon, #nav-account ul li a:hover span.btn .fa,
#nav-account ul li a:active span.btn, #nav-account ul li a:active span.btn .icon, #nav-account ul li a:active span.btn .glyphicon, #nav-account ul li a:active span.btn .fa {
  color: #ffffff !important;
}

#nav-account ul li a span.caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top-color: #1c4094;
  margin-top: -5px;
}

#nav-account ul li a:focus span.caret, #nav-account ul li a:hover span.caret, #nav-account ul li a:active span.caret {
  border-top-color: #ffffff;
}

#nav-account ul li ul li {
  float: none;
}

#nav-account ul li ul li.dropdown-header {
  padding: 4px 6px;
  border-bottom: 1px solid #e5e5e5;
}

#nav-account ul li ul li a  {
  padding: 4px 6px;
  border-width: 0;
  border-style: none;
}

#nav-account ul li ul li hr {
  margin: 5px 0;
}

#header-body {
  z-index: 1;
}

#header-body div {
  min-height: 97px;
}

#header-body div#logo a {
  display: block;
  padding: 18px;
  margin: 0 auto;
}

body.test #header-body div#logo img {
  margin: 18px;
}

#header-body div#nav-header ul#desktop-nav, #header-body div#nav-header ul#desktop-nav li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#header-body div#nav-header ul#desktop-nav {
  margin-top: 35px;
}

#header-body div#nav-header ul#desktop-nav li {
  float: left;
}

#header-body div#nav-header ul#desktop-nav li a {
  display: block;
  padding: 5px 0;
  margin: 0 10px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#header-body div#nav-header ul#desktop-nav li a:link, #header-body div#nav-header ul#desktop-nav li a:visited, #header-body div#nav-header ul#desktop-nav li a:focus, #header-body div#nav-header ul#desktop-nav li a:hover, #header-body div#nav-header ul#desktop-nav li a:active {
  color: #1c4094;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

#header-body div#nav-header ul#desktop-nav li a:focus, #header-body div#nav-header ul#desktop-nav li a:hover, #header-body div#nav-header ul#desktop-nav li a:active {
  border-bottom: 2px solid #1c4094;
}

#header-body div#nav-header ul#desktop-nav li.active a:link, #header-body div#nav-header ul#desktop-nav li.active a:visited, #header-body div#nav-header ul#desktop-nav li.active a:focus, #header-body div#nav-header ul#desktop-nav li.active a:hover, #header-body div#nav-header ul#desktop-nav li.active a:active {
  /*
  color: #ffd204;
  */
  text-decoration: none;
  border-bottom: 2px solid #ffd204;
}

#header-body div#nav-header a.navbar-btn {
  margin-top: 15px;
}

#header-body div#nav-header ul#mobile-xs-nav li:hover, #header-body div#nav-header ul#mobile-sm-nav li a:hover {
  background-color: #ffd204;
}

#header-body div#nav-header ul#mobile-sm-nav {
  padding: 0;
  overflow: hidden;
  border-width: 0;
  border-style: none;
}

#header-body div#nav-header ul#mobile-sm-nav li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#header-body div#nav-header ul#mobile-sm-nav li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#header-body div#nav-header ul#mobile-sm-nav li a {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}

#header-body div#nav-header ul#mobile-sm-nav li a, #header-body div#nav-header ul#mobile-xs-nav li a {
  display: block;
  text-decoration: none;
}

#header-body div#nav-header ul#mobile-xs-nav li.list-group-item {
  padding: 0;
}

#header-body div#nav-header ul#mobile-xs-nav li.list-group-item a {
  padding: 10px 15px;
}

#header-body div#nav-header ul#mobile-xs-nav li:hover a, #header-body div#nav-header ul#mobile-sm-nav li a:hover {
  color: #000000;
}

#header-body div#header-social-media ul#social-media, #header-body div#header-social-media ul#social-media li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#header-body div#header-social-media {
  min-height: 97px;
}

#header-body div#header-social-media ul#social-media {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#mobile-sm-nav {
  width: 100%;
}

main {

}

main .bg-blue {
  background-color: #1c4094;
  color: #ffffff;
}

main .bg-silver {
  background-color: #ededed;
}

main .bg-grey {
  padding-top: 30px;
  background-color: #cccccc;
}

/*
main .bg-grey h1:not(.panel-title), main .bg-grey h2:not(.panel-title), main .bg-grey h3:not(.panel-title), main .bg-grey h4:not(.panel-title), main .bg-grey h5:not(.panel-title), main .bg-grey h6:not(.panel-title) {
  color: #ffffff;
}
*/
/*
main .bg-grey ul li, main .bg-grey blockquote p {
  font-size: 13px;
}

main .bg-grey blockquote div.lead p {
  font-size: 21px;
}
*/

main .bg-grey p, main .bg-grey dt, main .bg-grey dd, main .bg-grey p {
  color: #000000;
}

main .bg-grey blockquote, main .bg-grey .well {
  background-color: #ffffff;
}

.nav-pills.nav-blue &gt; li.active &gt; a, .nav-pills.nav-blue &gt; li.active &gt; a:hover, .nav-pills.nav-blue &gt; li.active &gt; a:active, .nav-pills.nav-blue &gt; li.active &gt; a:focus {
  background-color: #1c4094;
  color: #ffffff;
}

#page-home main div.container-fluid,
#page-core-values-index main div.container-fluid,
#page-employers main div.container-fluid,
#page-jobs main div.container-fluid,
#page-faqs main div.container-fluid,
#page-blog main div.container-fluid,
#page-about main div.container-fluid,
#page-c main div.container-fluid {
  padding-bottom: 30px;
}

main &gt; div.container {
  padding-bottom: 0;
}

body.external main &gt; div.container {
  padding-bottom: 0;
}

#page-account main h2.border:first-child, #page-account main .alert:first-child + h2.border {
  margin-bottom: 0.375em;
}

ul.faqs &gt; li {
  margin-bottom: 2em;
  padding-left: 2em;
  position: relative;
}

ul.faqs &gt; li &gt; h4 &gt; i.fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7em;
  text-align: center;
}

h2.text-2x &gt; small.text-xs &gt; span.glyphicons.text-sm {
  top: -3px;
}

/**** back to top ****/
.wraptotop {
  margin-top: -50px;
  position: relative;
  height: 51px;
}
.totop {
  border: 2px solid #ffffff;
  background: #ffd204;
  border-radius: 50%;
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

#page-home .totop, #page-core-values-index .totop {
  border-color: #cccccc;
}
.totop.muted {
  background: #f6f6f6;
}
.totop.inverse {
  border-color: #ffd204;
  color: #ffd204 !important;
  background-color: #ffffff;
}
.totop.inverse.muted {
  border-color: #eeeeee;
  color: #eeeeee !important;
}
.totop.half-size {
  padding: 5px 10px;
}
.totop.quarter-size {
  padding: 0 4px;
}
.totop.overlay {
  position: absolute;
  left: 50%;
}
.totop.half-size.overlay {
  top: 18px;
  margin-left: -18px;
}
.totop.quarter-size.overlay {
  top: 13px;
  margin-left: -14px;
}
.wraptotop.text-left .totop.overlay {
  left: 0;
  margin-left: 0;
}
.wraptotop.text-right .totop.overlay {
  left: auto;
  right: 0;
  margin-left: 0;
}
.totop:hover {
  cursor:pointer;
  color:#000000;
  text-decoration: none;
  font-size: 150%;
  margin-top: -8px;
}
.totop.quarter-size.overlay:hover {
  font-size: inherit;
  margin-top: 0;
}

.totop.inverse:hover {
  background: #ffd204;
  color: #fff !important;
}
.totop.inverse.muted:hover {
  background: #ffffff;
  border-color: #1c4094;
  color: #1c4094 !important;
}
.smallspacetop {
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/**** /back to top ****/

body &gt; footer {
  clear: both;
  background-color: #000000; 
  color: #ffffff;
  margin: 60px 0 0 0;
  padding: 20px 0 10px 0;
  font-size: 12px;
}

body.pdf &gt; footer {
  background-color: #f5f5f5;
  color: #888888;
  padding: 10px 0;
}

body.pdf &gt; footer div.row {
  margin-bottom: 0;
}

#page-home &gt; footer, #page-core-values-index &gt; footer, body.footer-no-margin &gt; footer {
  margin-top: 0;
}

body &gt; footer a:link, body &gt; footer a:visited, body &gt; footer a:focus, body &gt; footer a:hover, body &gt; footer a:active {
  color: #ffd204;
}

body &gt; footer div.row:first-child {
  margin-bottom: 20px;
}

#file-not-found h1 {
  margin: 0;
}

#file-not-found h1.text-huge {
  font-size: 210px;
}

#file-not-found h1.text-yellow {
  color: #ffd204;
}

#page-home .row div .container-fluid .jumbotron {
  padding: 0;
}

#page-account main .container .row div .container-fluid .jumbotron {
  padding: 20px 15px;
}

.row div .container-fluid .jumbotron #file-not-found h1.text-huge {
  font-size: 150px;
}

.nav-xs &gt; li &gt; a, .nav-xs &gt; li &gt; button {
  padding: 3px 5px;
  font-size: 12px;
}

.nav-xs &gt; li &gt; a &gt; span.glyphicon, .nav-xs &gt; li &gt; button span.glyphicon {
  margin-right: 5px;
}

dl.message dd {
  margin-bottom: 5px;
}

.progress-bar {
  position: relative;
}

.progress-bar-blue {
  background-color: #1c4094;
}


#linkedin-c2a {
  position: relative;
  padding-right: 125px;
}

#linkedin-c2a div.curved-arrow {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 95px;
  height: 58px;
  background-image: url(/images/red-arrow-c2a.png);
  background-position: top right;
  background-repeat: no-repeat;
}
 
#pretest-timer {
  margin: 0;
}

.bg-light-grey {
  background-color: #f3f3f3;
}

.bg-white {
  background-color: #ffffff;
}

.bg-cvi {
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cvi &gt; div &gt; a {
  display: block;
}

.cvi-hover { 
  background: #ffffff; 
  opacity: 0; 
} 

.tpp {
  margin-left: 5px;
  margin-bottom: 2px;
}

body.modal {
  overflow-x: hidden;
  padding: 20px;
}

.bg-cvi:hover .cvi-hover {
  opacity: 0.6; 
  text-align: justify; 
  color: #000000; 
  margin-left: auto;
  margin-right: auto;
}

.table&gt;thead&gt;tr&gt;th.hiring-guide {
  padding: 3px;
  background-color: transparent !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.clickable-row {
    cursor: pointer;
}

.bg-beige {
  background-color: #f5f5dc !important;
}

.bg-muted {
  background-color: #f5f5f5 !important;
}

.bg-warning-input {
  background-color: #f2dede !important;
}

.accountSelectBox .account a:hover {
  background-color: #1c4094;
  color: #ffffff;
}
  
.accountSelectBox a {
  color: #000000;
  outline: 0;
  height: 80px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;    
  text-decoration: none;
}

.accountSelectBox i {
  margin-top: 20px;
}

#nav-account ul.switch {
  padding: 5px 10px;
  margin-right: 15px;
}

.progress-bar-improvement-required {
  background-color: #f23a3a;
} 

.progress-bar-room-for-improvement {
  background-color: #4939eb;
}

.progress-bar-doing-great {
  background-color: green;
}

.progress &gt; .progress-bar-improvement-required &gt; .text, .progress &gt; .progress-bar-room-for-improvement &gt; .text, .progress &gt; .progress-bar-doing-great &gt; .text {
  color: #ffffff;
}

.progress-muted {
  opacity: 25%;
}

div#bio {
  background: linear-gradient(90deg, #3931af, #00c6ff);
}

.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
    width: 95% !important;
}

.profile-head h3 {
    color: #333;
    margin-top: 0;
}
.profile-head h4 {
    color: #0062cc;
}
.profile-work {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.profile-work p.details {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul {
    padding: 0 15px;
    color: #a2a2a2;
}
.profile-tab label {
    font-weight: 600;
}
.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}
#myTabContent {
  margin-top: -35px;
}

#nav-cvi.affix, #nav-faqs.affix {
  top: 0;
  padding: 10px 0;
}

#nav-cvi.affix-bottom, #nav-faqs.affix-bottom {
  position: absolute;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; a,
#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; a,
#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
#nav-faqs &gt; div &gt; div &gt; ul &gt; li &gt; a,
#nav-letters &gt; ul &gt; li &gt; a {
  border-left: 2px solid #ffffff;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li.active &gt; a,
#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li.active &gt; a,
#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.active &gt; a,
#nav-faqs &gt; div &gt; div &gt; ul &gt; li.active &gt; a,
#nav-letters &gt; ul &gt; li.active &gt; a {
  border-left: 2px solid #ffd204;
}
 
#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul {
  font-size: 90%;
  margin: 0 0 10px 0;
  display: none;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  font-size: 100%;
  margin: 0 0 10px 0;
  display: none;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; ul {
  margin: 0;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li.active &gt; ul, #nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li.active &gt; ul {
  display: block;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  padding: 1px 0 1px 30px;
}

#nav-cvi &gt; div &gt; div &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  padding: 1px 0 1px 45px;
}

#nav-cvi &gt; div.panel:last-child, #nav-faqs &gt; div.panel:last-child {
  margin-bottom: 0;
}

#nav-cvi &gt; div.panel &gt; div.panel-body &gt; *:last-child, #nav-faqs &gt; div.panel &gt; div.panel-body &gt; *:last-child {
  margin-bottom: 0;
}

.pull-right-img, .pull-right-quote, .pull-right-table, .pull-right-list {
  padding: 0 0 15px 15px;
  max-width: 33%;
}

.pull-right-33 {
  width: 33%;
}

.row-flex &gt; .pull-right-img:last-child, .row-flex &gt; .pull-right-quote:last-child, .row-flex &gt; .pull-right-table:last-child, .row-flex &gt; .pull-right-list:last-child {
  padding-right: 15px;
}

.pull-right-quote &gt; blockquote, .pull-right-table &gt; table, .pull-right-list &gt; ol, .pull-right-list &gt; ul {
  margin-bottom: 0;
}

#who-i-am &gt; div&gt; h3, #chart &gt; div &gt; h3, #chart &gt; div &gt; div &gt; h4, #vulnerable &gt; div &gt; h3, #learning &gt; div &gt; h3, #conflict &gt; div &gt; h3 {
  margin-top: 1.5em;
}

.roi-outcome {
  font-size: 60px;
}

body.no-nav #nav-header, body.no-nav #nav-account {
  display: none !important;
}

body.no-footer &gt; footer {
  display: none;
}

mask {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.45);
}

download {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 15px 45px;
  z-index: 10000;
}

download &gt; .alert {
  margin: 0;
}

/*********** Osano Consent Manager ***********/
/*

Accept: osano-cm-accept osano-cm-buttons__button osano-cm-button osano-cm-button--type_accept
  Deny: osano-cm-deny osano-cm-buttons__button osano-cm-button osano-cm-button--type_deny

*/

.osano-cm-button {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.osano-cm-button--type_accept, .osano-cm-save {
  background-color: #1c4094;
  color: #ffffff !important;
  border-color: #2e6da4;
}

.osano-cm-button--type_accept:focus, .osano-cm-button--type_accept:hover, .osano-cm-button--type_accept:active,
.osano-cm-save:focus, .osano-cm-save:hover, .osano-cm-save:active {
  background-color: #286090;
  border-color: #204d74; 
}

.osano-cm-button--type_deny {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.osano-cm-button--type_deny:focus, .osano-cm-button--type_deny:hover, .osano-cm-button--type_deny:active {
  background-color: #e6e6e6;
  border-color: #adadad;  
}


@media (min-width: 768px) {
  dl.message {
    background-color: #dddddd;
  }
  
  dl.message dt, dl.message dd {
    padding-top: 5px;
    font-weight: bold;
  }
  
  dl.message dd {
    background-color: #ffffff;
    margin-left: 170px;
    margin-bottom: 0;
    padding-left: 10px;
  }
  
  dl.message dd.body {
    font-weight: normal;
  }
}
  
@media screen and (max-width: 480px) {
  .pull-right-img, .pull-right-quote, .pull-right-table, .pull-right-list {
    max-width: 80%;
    margin: 0 auto 15px auto;
  }
  
  .pull-right-33 {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #nav-account ul li a {
    padding: 5px 10px;
    font-size: 12px;
  }

  #header-body div#logo a {
    padding: 9px 18px;
  }

  #header-body div {
    min-height: 0;
  }

  #page-home .jumbotron .container {
    background-position: bottom center;
    /*
    background-image: none;
    */
  }

  #page-home .jumbotron .container .row {
    min-height: 0;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  #header-body div#logo a {
    padding: 9px 18px;
  }

  #header-body div {
    min-height: 0;
  }

  #header-body div#header-social-media {
    min-height: 78px;
  }
  
  #page-home .jumbotron .container {
    /*
    background-size: 500px;
    */
  }

  #page-home .jumbotron .container .row {
    min-height: 275px;
  }
  
  #page-home .jumbotron .container .row h4.text-larger {
    font-size: 18px;
  }
}
  

@media (max-width: 991px) {
  .banker-pic, .builder-pic, .innovator-pic, .merchant-pic {
    background-size: contain;
  }

  .no-border-left-sm {
    border-left: 0;
  }

  .no-flex-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #page-home .jumbotron .container {
    /*
    background-size: 600px;
    */
  }
  
  #page-home .jumbotron .container .row h4.text-larger {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  body.internal &gt; main &gt; div.container &gt; div.row &gt; div {
    min-height: 500px;
  }

  .no-padding-top-md {
    padding-left: 0;
  }

  .no-padding-right-md {
    padding-left: 0;
  }

  .no-padding-bottom-md {
    padding-left: 0;
  }

  .no-padding-left-md {
    padding-left: 0;
  }

  .no-margin-bottom-md {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  
}

@media (max-width: 992px) {
  main {
    padding-bottom: 0;
  }
  
  body &gt; footer {
    position: static;
  }
}

@media print {
  /* define print declarations here */
  body {
    border: 0;
  }
   
  #header-body div#logo a, #header-body div#logo a:link, #header-body div#logo a:visited {
      color: #000; /* change link to black text */
  }
  
}
</pre></body></html>