:root {
  --primary-color: #0284C7;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #e7e9ec;
  margin: 0 0 85px;
}

.navbar-top {
  border-top: 2px solid #77a742;
  margin-bottom: 2px;
}

.logo {
  width: 50%;
}

.logo_jh {
  width: 40%;
  padding: 5px 0;
}

.logo-wrapper {
  border-bottom: 1px solid #777;
  background-color: #fefefe;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.search_title {
  color: #333;
}

.search_title strong {
  color: #357ebd;
}

.cta-msg-wrapper {
  margin: 0 5px !important;
}

header {
  height: 42px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
}

.tcpa-skip {
  position: absolute;
  top: 0px;
  right: 7px;
}

#skip {
  font-size: 11px;
  color: #999;
}

section {
  margin-top: 50px;
}

.container {
  background-color: #e7e9ec;
}

.error {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

label.error {
  padding: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  width: 100%;
  text-align: center;
}

input.error {
  border-radius: 0px;
  border: 2px solid #a94442 !important;
}

.form-control {
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn-success {
  color: #fff;
  background-color: #69bd45 !important;
  border-color: #4a8631 !important;
}

.form-group {
  margin-bottom: 15px;
}

.zip {
  text-align: center;
}

.cta-check {
  color: #77a742;
  margin-right: 10px;
}

.search_label {
  font-size: 1.4em;
  width: 100%;
  text-align: center;
  color: #fff;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.skip_link {
  position: relative;
  bottom: 10px;
  float: right;
  right: 25px;
  font-size: 85%;
  text-decoration: none;
}

.bottom-shim {
  margin-bottom: 10px;
}

.top-shim-border {
  padding-top: 5px;
  border-top: 1px solid #777;
}

.pad-left-5 {
  padding-left: 5px !important;
}

.pad-left-10 {
  padding-left: 15px !important;
}

.pad-right-0 {
  padding-right: 0 !important;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-35 {
  padding-top: 35px !important;
}

.zero-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.disclaimer {
  font-size: 80%;
  line-height: 1.2em;
  color: #999;
  padding-right: 15px;
  display: none;
}

a:visited {
  color: #ffb743;
}

#designPic {
  background: url(/assets/images/designPic.png) repeat scroll 0% 0% transparent;
  width: 374px;
  height: 197px;
  margin-left: 8px;
  float: left;
}

.bs-callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 5px 1px 5px;
  margin: 20px 0;
  padding: 20px;
}

.bs-callout-info {
  border-left-color: #003c66;
  border-right-color: #003c66;
}

.category li a {
  color: #777;
}

.category li a:visited {
  color: #777;
}

.source {
  text-decoration: none;
  color: #333;
}

.source:visited {
  color: #777;
}

.popular li a {
  font-size: 12px;
  text-decoration: underline !important;
  color: #777;
}

.popular li a:visited {
  font-size: 12px;
  text-decoration: underline !important;
  color: #777;
}

.categoryLinkBranded,
.popularSearchLinkBranded,
.categoryLink,
.popularSearchLink,
.categoryLink:visited,
.popularSearchLink:visited,
.categoryLinkBranded:visited,
.popularSearchLinkBranded:visited {
  color: #777 !important;
}

footer {
  position: absolute;
  bottom: 0;
  height: 85px;
  width: 100%;
  background-color: #fefefe;
  left: 0;
  right: 0;
}

.job-search-engine-footer-height {
  height: 100px;
}

.not-employer {
  font-size: 11px;
  color: #000;
  margin-top: -20px;
}

.not-employer,
p {
  margin-bottom: 10px;
}

.affinity_description {
  margin-bottom: 10px;
}

.footer-logo-landing-height {
  height: 85px;
}

#footer {
  text-align: center;
}

#footer ul {
  list-style: none;
  line-height: 1.2em;
}

#footer ul li {
  padding-left: 5px;
  font-size: 11px;
  color: #999;
  line-height: 11px;
  padding-top: 15px;
}

#footer ul li a,
#footer ul li a:hover {
  font-size: 11px;
  color: #999;
  line-height: 11px;
}

#footer div {
  float: right;
}

.copyright {
  font-size: 11px;
  color: #999;
  line-height: 11px;
  margin: 0 !important;
  padding: 0 !important;
}

.jumbotron {
  background-color: #5E93C5;
  border: 1px solid #dedede;
  margin: 0 20px 25px 20px;
  padding: 20px 0 20px 0 !important;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#returnMemberModal .modal-body {
  padding-top: 0;
}

#returnMemberModal h4 {
  margin: 5px auto 10px auto;
}

#returnMemberForm input {
  width: 100%;
  margin-bottom: 10px;
}

#returnMemberForm .edu_disclaimer_div {
  padding-top: 0;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* boostrap overrides */
.list-group {
  padding-left: 0px;
}

.list-group-item {
  border: none;
  padding: 0;
}

.list-group-item p {
  margin-left: 28px;
  text-align: left;
  line-height: inherit !important;
}

.list-group-item .glyphicon {
  top: 0 !important;
}

.btn-xlarge {
  border-radius: 0;
  border: 1px solid #4a8631;
  background-color: #69bd45;
  font-size: 140% !important;
  padding: 14px 24px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  white-space: normal !important;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* helper selectors */
button {
  font-weight: bold !important;
}

#ajaxloader {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 25px 2px #eee;
}

#ajaxloader {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }

  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .logo {
    width: 20%;
  }

  h1,
  h2 {
    font-size: 180%;
  }
}

@media (max-width: 650px) {
  .search_label {
    font-size: 130%;
  }

  h1,
  h2 {
    font-size: 120%;
  }
}

@media (max-width: 600px) {
  .search_label {
    font-size: 130%;
  }

  h1,
  h2 {
    font-size: 120%;
  }
}

@media (max-width: 360px) {
  .search_label {
    font-size: 130%;
  }

  h1,
  h2 {
    font-size: 120%;
  }

  .skip_link {
    font-size: 75%;
    text-decoration: none;
  }
}

@media (max-width: 340px) {
  .btn-xlarge {
    margin: 0 10px !important;
    padding: 14px 24px;
  }
}

@media (max-width: 320px) {
  .btn-xlarge {
    margin: 0 !important;
    padding: 14px 24px;
  }
}

/* iphone 5 and 5s in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  .logo {
    width: 30%;
  }

  h1,
  h2 {
    font-size: 120%;
  }

  footer {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }

  body {
    padding-bottom: 0;
  }
}


/* iphone 6 plus in landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
  .logo {
    width: 30%;
  }

  h1,
  h2 {
    font-size: 120%;
  }

  footer {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }

  body {
    padding-bottom: 0;
  }
}


/* iphone 6 in landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  .logo {
    width: 30%;
  }

  h1,
  h2 {
    font-size: 120%;
  }

  footer {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }

  body {
    padding-bottom: 0;
  }
}



#header-headline {
  max-width: 75%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #999;
  background-color: #ddd;
  margin-bottom: 18px;
}

#header-headline span.callouta:after {
  content: &quot;
  and Counting.&quot;
  ;
}

#header-headline span.calloutb:after {
  content: &quot;
  to Jobs !&quot;
  ;
}



.featured-employers {
  border: 1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  margin-bottom: 35px;
  background-color: #fff;
}

.featured-employers .section-header {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 8px 18px 5px;
}

.featured-employers .section-header span {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
}

.featured-employer-logos {
  text-align: center;
}

.featured-employer-logos span {
  text-decoration: none;
}

.featured-employers .section-core img {
  padding: 10px 5px;
  width: 15%;
}


@media (max-width: 600px) {
  body {
    margin: 0 0 300px !important;
  }
}

#email-corrected-value {
  text-decoration: underline;
}

.skip_header {
  color: #000 !important;
  text-decoration: underline !important;
}

.landing-container {
  max-width: 600px;
}

.desktop-container {
  max-width: 600px;
}

.reg-cta {
  padding-top: 20px;
}

.landing .search_title {
  font-size: 180% !important;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* eform desktop styles */
.f_label {
  width: 400px !important;
}

.f_err {
  font-size: 12px !important;
}

.f_wrapper TABLE {
  width: 100%;
  max-width: 1008px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.f_content,
.f_label {
  display: table-cell !important;
}

.f_content {
  font-size: 12px;
}

label.f_req_msg {
  margin-left: -13px !important;
}

#messageBox {
  text-align: center;
  font-size: 18px !important;
  height: auto !important;
}

/* edu survey */
.modal-sm {
  width: 325px;
}

.modal-dialog {
  margin: 30px auto !important;
}

/* inbound */
.inbound-panel {
  max-width: 600px !important;
}

@media screen and (min-width: 1024px) {
  .search_title {
    font-size: 18px !important;
  }

  .logo-img-span .clogo {
    max-width: 80% !important;
  }

  .call_immediately_txt {
    font-size: 24px;
    margin-top: 15px;
  }

  .call_explanation_txt {
    font-size: 19px;
    line-height: 25px;
    top: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .logo {
    width: 15%;
  }
}

@media screen and (min-width: 1600px) {
  .logo {
    width: 10%;
  }

  h1,
  h2 {
    font-size: 180%;
  }
}

@media (min-width: 1000px) {
  .odin-square-ad {
    min-width: 400px;
    height: inherit;
  }
}


@media (min-width: 768px) {
  .call_explanation_txt {
    top: 45px;
    width: 75%;
  }
}

body,
.container {
  background-color: #fff;
}

.navbar-top {
  border-top: 2px solid var(--primary-color) !important;
  background-color: #19405f;
}

.site-bg-color {
  background-color: #19405f;
}

.jumbotron {
  background-color: #19405f;
  border-radius: 10px !important;
}

.jumbotron .btn-xlarge,
.jumbotron .btn-success {
  border: 1px solid #333 !important;
}

.btn-info,
.btn-xlarge,
.btn-success,
.btn-danger {
  /*background: linear-gradient(to bottom, #ef4c3e 0%, #fb675a 3%, #f96255 50%, #ef4c3e 100%) !important;*/
  background-color: var(--primary-color) !important;
  border-radius: 4px !important;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}


.btn-sm,
.btn,
.btn-lg,
.btn-block,
.btn-success {
  border: 1px solid #19405f !important;
  color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited {
  color: #fff;
}

#search-submit:hover,
#search-submit:active,
#search-submit:visited {
  color: #fff;
}

.btn:hover,
.btn:active,
.btn:visited {
  color: #fff;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:visited {
  background-color: var(--primary-color);
  color: #fff;
}

.survey_submit_btn {
  border: 1px solid #19405f !important;
}

.search_label {
  color: #fff;
}

.primary_color {
  color: var(--primary-color);
}

.primary_color_background {
  background: var(--primary-color) none repeat scroll 0 0;
}

.primary_color_bar_background {
  background: #79d2bb none repeat scroll 0 0;
}

.primary_color_border_top {
  border-top: 1px solid #b3e6d8;
}

.primary_color_border_bottom {
  border-bottom: 1px solid #b3e6d8;
}

.primary_box_shadow {
  box-shadow: 1px 0 0 2px var(--primary-color);
  -moz-box-shadow: 1px 0 0 2px var(--primary-color);
  -webkit-box-shadow: 1px 0 0 2px var(--primary-color);
  -o-box-shadow: 1px 0 0 2px var(--primary-color);
}

.blue,
.search_title strong {
  color: #000;
}

.intent-survey-cta-div {
  color: #323436 !important;
}

.bs-callout-info {
  border-left-color: var(--primary-color);
  border-right-color: var(--primary-color);
  background-color: #eee;
}

.f_footer,
.f_intro {
  color: #323436;
}

#reg-form-submit {
  border: 1px solid #19405f !important;
  color: #fff;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

select,
input {
  border-radius: 6px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.privacy_email,
.privacy_email:visited,
.privacy-lock,
.tou_link,
.tou_link:visited {
  color: #555;
}

#footer ul li a,
.copyright,
.job-search-engine {
  color: #19405f;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.job-search-engine {
  font-size: 11px;
  margin: 10px 0 0 0;
}

#footer ul li a,
#footer ul li a:hover {
  color: #19405f;
}

.panel-heading {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.top-shim-border {
  border-top: 1px solid #19405f;
}

.panel-body {
  background-color: #fff !important;
}

.form-header-msg {
  color: #fff;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}


.panel-default {
  border-color: #ddd !important;
}

.offer_bar .form-header-msg {
  color: #333 !important;
}

label.error {
  padding: 5px;
  color: #AF0E00;
  background-color: #f2dede;
  border-color: #ebccd1;
  width: 100%;
  text-align: center;
}

footer .container {
  background-color: #ccc !important;
  margin: 10px 0 0 0;
  padding: 10px 0 30px 0;
}

footer {
  border-top: 3px solid #19405f !important;
  background-color: #ccc !important;
  margin-bottom: -20px;
}


/* jobs traffic */
.read-more-less,
.read-more-member,
.read-more {
  color: #19405f;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.employer-helper {
  font-size: 90%;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.employer-helper-text {
  color: #19405f !important;
}

#skip-to-apply {
  color: #19405f;
  border-radius: 4px !important;
  border: 1px solid #4a8631;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* jobs */
#results-wrapper,
#search-header,
#search-header .container,
.search-listing-body {
  background-color: #fff;
}

.advanced-search-header {
  display: none;
}


.suggested-search a,
.suggested-search a:hover,
.suggested-search a:visited,
.suggested-search a:active {
  color: var(--primary-color);
}

.panel-body li a:hover {
  background-color: var(--primary-color) !important;
}


a.search-result:hover,
a.search-result:active,
a.search-result:visited {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-color) !important;
}

.search-result-title {
  font-size: 15px;
  color: var(--primary-color) !important;
  /*text-decoration: underline;*/
  font-weight: bold;
  cursor: pointer;
}

.jobResult_title {
  color: var(--primary-color) !important;
  text-decoration: underline;
}

.search-result-subtitle {
  color: #333 !important;
}


/* re-vamp css changes */

.search-submit-button {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.view-job-listing-desc {
  color: #19405f;
}

.search-result-title {
  font-size: 14px;
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: none !important;
}

.search-result-title__text {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none !important;
}

.search-result-subtitle {
  color: black;
  font-weight: normal;
  font-size: 12px;
}

.search-result__salary {
  color: #19405f;
  font-size: 11px;
}

.search-result__description {
  padding-top: 10px;
  color: black;
  text-decoration: underline;
  font-size: 13px;
}

.search-result__button {
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
  background: transparent;
  height: 30px;
  color: var(--primary-color);
  width: 80px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.search-result__button-clicked {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
  background: var(--primary-color);
  height: 30px;
  color: #fff;
  width: 80px;
}

/* end re-vamp changes */

/* job listings on landing */
.job-listing-landing-title-wrapper {
  background-color: #0275d8;
  line-height: 20px;
}

.arrow-color {
  color: #0275d8 !important;
}

.landing_jobResult_title {
  color: #0275d8 !important;
}

.hot-job-apply-btn {
  border: 1px solid #777 !important;
  border-radius: 8px !important;
}



.featured-employers .section-header a {
  color: #19405f;
  font-size: 14px;
  font-weight: bold;
}

.header,
.header a {
  color: #555;
}

.recent-searches {
  color: var(--primary-color) !important;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: var(--primary-color);
  background-color: #19405f;
  border-color: #19405f;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: white;
  border-color: #19405f;
  cursor: not-allowed;
}


.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #19405f;
  background-color: #eeeeee;
  border-color: #19405f;
}


.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #19405f;
  background-color: white;
  border: 1px solid #19405f;
  margin-left: -1px;
}


/* organic layout */
#organic-footer {
  background-color: #19405f;
  line-height: 25px;
  margin-top: -2px;
}

.help-block-organic {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.cta-msg-organic {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.cta-msg-wrapper-organic {
  margin: 0 5px 20px 5px !important;
  border: 15px solid var(--primary-color);
  background-color: #19405f;
  border-radius: 8px;
}

#jumbotron-what-where {
  border: 15px solid var(--primary-color);
}

aside h6 {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: var(--primary-color);
}


/* top nav styles - desktop */
.dropdown-menu {
  background-color: #444;
}

.dropdown-menu li a {
  color: #fff;
  font-size: 13px;
}

.dropdown-menu li a:hover {
  color: #444 !important;
}

.nav-pills li a,
.nav-pills li a:hover {
  border-radius: 0 !important;
}

.dropdown-menu li {
  margin-left: 0 !important;
}

.dropdown-menu li:hover {
  color: #444 !important;
  margin-left: 0 !important;
}

/* top nav styles - mobile */
.navbar-mobile li ul.dropdown-menu {
  background-color: #eee !important;
}

/* top nav styles - mobile/desktop combined (back-end sections) */
nav .navbar-mobile li ul.dropdown-menu {
  background-color: #eee !important;
}

nav .navbar-mobile li ul.dropdown-menu li a {
  color: #444;
  font-size: 13px;
}

nav .navbar-mobile li ul.dropdown-menu li a:hover {
  color: #444;
  background-color: #fff !important;
  font-size: 13px;
}

nav .navbar-mobile li ul.dropdown-menu .active a {
  color: #fff !important;
  background-color: #428bca !important;
}

nav .navbar-mobile li ul.dropdown-menu li.active a:hover {
  color: #fff !important;
  background-color: #428bca !important;
}

.company_logo,
.clogo {
  width: 70% !important;
}

.clogo {
  max-width: 70% !important;
  border: 1px solid #ccc !important;
}

.search_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  margin-top: 0;
}

.logo-header-pod {
  display: flex;
  align-items: center;
  margin: 0 15px;
  background-color: transparent !important;
}

.logo-img-span {
  flex: none;
  width: 100px;
  text-align: center;
}

.date_of_birth_wrapper {
  display: flex;
  gap: 10px;
}

.agreement-box {
  padding: 10px 15px;
}

.agreement-box p,
.agreement-box div {
  font-size: 13px;
  line-height: 1.3;
  color: #eee;
}

.agreement-box a {
  color: var(--primary-color);
  text-decoration: underline;
}

.with-border {
  border: 1px solid #fff5;
  border-radius: 3px;
  padding: 3px 8px;
  background: #fff1;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.with-border input {
  margin-top: 3px;
  margin-right: 5px;
}