/****** Global Options Style Guide ******
 h1 - h6: set in Symphony Talent > Options > Global Typography
 Buttons: set in Symphony Talent > Options > Symphony Talent Builder Elements > Buttons
 --- NOTE: Buttons in our platform - job search buttons, etc. will likely need some aspect set here in css
 Color palette: set in Symphony Talent > Options > Colors
 (pre-existing variables will be named - var(--awb-color1) - through number 8)
 (after 8 additional colors will be named sequentially as var(--awb-custom_color_1) )
 ************************/
body, html {
  font-size: 16px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}
* {
  widows: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --form_text_color: var(--awb-color3);
}
.datepicker > div {
  display: inherit;
}
.primary {
  color: inherit !important;
}
a:focus, a:hover {
  color: inherit;
}
/*h1,h2,h3,h4,h5,h6 {
 line-height: 1;
 font-style: normal;
 font-weight: 300;
 padding: 0.625rem 0;
 text-transform: uppercase;
 }
 h1.alt-heading--base,h2.alt-heading--base,h3.alt-heading--base,h4.alt-heading--base,h5.alt-heading--base,h6.alt-heading--base {
 font-size: 1rem
 }
 .h1,h1 {
 font-size: 2.375rem;
 }
 @media (min-width: 64rem) {
 .h1,h1 {
 font-size:2.625rem
 }
 }
 @media (min-width: 80rem) {
 .h1,h1 {
 font-size:4rem;
 }
 }
 .h2,h2 {
 font-size: 1.75rem;
 }
 @media (min-width: 64rem) {
 .h2,h2 {
 font-size:3rem;
 }
 }
 .h3,h3 {
 font-size: 1.5rem;
 }
 @media (min-width: 64rem) {
 .h3,h3 {
 font-size:2.5rem;
 }
 }
 .h4,h4 {
 font-size: 1.25rem;
 }
 @media (min-width: 64rem) {
 .h4,h4 {
 font-size:2.25rem;
 }
 }
 .h5,h5 {
 font-size: 1.125rem;
 }
 @media (min-width: 64rem) {
 .h5,h5 {
 font-size:1.75rem;
 }
 }
 .h6,h6 {
 font-size: 1rem;
 }
 @media (min-width: 64rem) {
 .h6,h6 {
 font-size:1.375rem
 }
 }*/
.logo-col a {
  display: block;
}
.logo-col a:focus-visible {
  outline: 1px solid;
  outline-offset: -1px;
}
:focus {
  outline: none !important;
}
:focus-visible {
  outline: 1px solid !important;
  outline-offset: -1px !important;
}
.fusion-body .fusion-title.sep-underline {
  border-bottom: 0.1875rem solid #000;
}
ul.disc-li, ol.list-decimal {
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ul.disc-li li {
  list-style: disc;
  line-height: 1.6;
}
ol.list-decimal li {
  list-style: decimal;
  line-height: 1.6;
}
ul.flex-list {
  display: flex;
  justify-content: space-around;
  align-items: space-around;
  align-content: space-around;
  font-weight: bold;
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.jd-description li {
  list-style-type: disc;
}
@media (max-width: 767px) {
  ul.flex-list {
    display: block;
  }
}
.con-w-1320 .fusion-builder-row, .bnr-title {
  max-width: 82.5rem !important;
}
.fusion-layout-column.top-social {
  max-width: 170px;
}
.top-social .fusion-column-wrapper {
  padding-right: 0;
}
.bnr-title {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999;
}
.mob-bnr-img {
  display: none;
}
@media (max-width: 650px) {
  .desk-bnr-img {
    display: none;
  }
  .mob-bnr-img {
    display: block;
  }
}
a:visited {
  color: var(--awb-color7);
  opacity: 0.9;
}
a {
  color: var(--awb-color7);
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
a:hover {
  color: var(--awb-color4);
  text-decoration: underline;
}
.fixed {
  position: fixed !important;
  z-index: 9998;
  border-bottom: solid 0.0625rem #999;
  width: 100%;
}
.animate-scroll {
  opacity: 0;
  -webkit-transition: 1.25s ease opacity;
  -o-transition: 1.25s ease opacity;
  transition: 1.25s ease opacity;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.animate-scroll.animated {
  opacity: 1;
  -webkit-transition: 1.15s ease opacity;
  -o-transition: 1.15s ease opacity;
  transition: 1.15s ease opacity;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*Main menu*/
/*
 .child-sub-menu button {
 display: none !important;
 }
 .main-header .menu-item-has-children.child-sub-menu,
 li.child-sub-menu a {
 display: block !important;
 float: left !important;
 width: 100% !important;
 height: auto !important;
 z-index: 99 !important;
 }
 .main-header .menu-item-has-children.child-sub-menu ul {
 visibility: visible !important;
 opacity: 1 !important;
 transform: none !important;
 width: 100% !important;
 display: block !important;
 float: left !important;
 position: relative !important;
 margin: 0 !important;
 top: auto !important;
 right: auto !important;
 left: auto !important;
 margin-top: 2px !important;
 z-index: 9 !important;
 border: none !important;
 box-shadow: none !important;
 padding: 4px 0 !important;
 }
 */
/**desktop About sub item**/
#wrapper .main-header nav.awb-menu_desktop .menuitem-hastertiary {
  flex-direction: column;
}
#wrapper .main-header nav.awb-menu_desktop .menuitem-hastertiary > a {
  padding-bottom: 0px;
}
#wrapper .main-header nav.awb-menu_desktop .menuitem-istertiary {
  padding-left: 32px;
  padding-bottom: 8px;
}
/**mobile About sub item**/
#wrapper .main-header nav.collapse-enabled #menu-main-menu {
  margin-top: 10px;
}
#wrapper .main-header nav.collapse-enabled .menuitem-hastertiary {
  border-bottom: 0;
}
#wrapper .main-header nav.collapse-enabled .menuitem-istertiary a {
  padding-left: 4em !important;
}
#wrapper .main-header nav.collapse-enabled .menuitem-hastertiary > a:after {
  content: "\f107";
  font-family: awb-icons;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 32px;
  display: block;
  color: var(--awb-mobile-active-color);
}
@media (max-width: 769px) {
  .jobresults #wrapper .bnr-title {
    padding-top: 40px;
  }
}
.main-header .awb-menu__main-a_regular {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 64rem) {
  .job-search-page-filter #job-count {
    padding-left: 0%;
    margin-top: 35px;
  }
  .half__content {
    max-width: calc(72.5rem / 2) !important;
  }
  #job-count {
    padding-left: 5%;
  }
  .main-header #menu-main-menu > li {
    padding: 0 0.4rem;
  }
  .main-header #menu-main-menu a, .main-header .awb-menu_dc-yes.awb-menu_em-click .awb-menu__open-nav-submenu_click {
    padding: 0;
  }
  .main-header #menu-main-menu .menu-item-has-children > a {
    padding-right: 10px;
  }
  .main-header .menu-item-has-children > ul {
    background-color: #fff;
    border: 0.0625rem solid #53565a;
    -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(33, 37, 41, 0.85) !important;
    box-shadow: 0 0.3125rem 0.625rem rgba(33, 37, 41, 0.85) !important;
    left: 0 !important;
    margin-top: 1.2em !important;
    padding-bottom: 1.15rem;
    padding-top: 1.15rem;
    position: absolute !important;
    width: 150% !important;
    z-index: 99999;
    width: 20.3125rem !important;
    border-radius: 0;
  }
  .main-header .menu-item-has-children ul li a {
    border-bottom: none;
    border: 0.0625rem solid transparent;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.8;
    text-transform: capitalize;
    width: auto;
  }
  .main-header #menu-main-menu li:nth-child(5) ul.awb-menu__sub-ul {
    left: -100% !important;
  }
}
@media (min-width: 80rem) {
  .main-header #menu-main-menu > li {
    padding: 25px;
  }
  .main-header .awb-menu__sub-ul li {
    padding: 0.35rem 1rem;
  }
}
@media (max-width: 1024px) {
  .jobresults .job-count p {
    display: inline-block;
    min-width: 7.1875rem;
  }
  .main-header .menu-item-has-children ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 20px !important;
  }
  .md-text-align-center a.fusion-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 15em;
    text-align: center;
  }
  .md-text-align-center a.fusion-button.bw-17 {
    max-width: 17em;
  }
  .bt-card .fusion-layout-column {
    border-top: 0.0625rem solid #b5b5b5;
    padding-top: 15px;
  }
}
.panel-body.toggle-content a {
  text-decoration: underline;
}
.img-cont-height .fusion-layout-column .fusion-column-wrapper {
  height: 100%;
  display: block;
}
.img-cont-height .fusion-image-element, .img-cont-height .fusion-imageframe, .img-cont-height img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__started, .hero__started a {
  color: white;
  display: block;
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.85);
}
.video_play_pause .fusion-layout-column {
  height: 100%;
}
.video_play_pause .fa-play:before, .video_play_pause .fa-pause:before {
  margin-right: 10px;
}
.video_play_pause i span {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}
.video_play_pause .fa-play, .video_play_pause .fa-pause {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0.3125rem;
  right: 0.9375rem;
  visibility: visible;
}
.two-col-connect .fusion-image-element, .two-col-connect .fusion-imageframe, .two-col-connect img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "object-fit: cover; object-position: center";
}
.connected-btn {
  width: 100%;
}
.common-search .fusion-content-widget-area .widget {
  margin-bottom: 0;
  padding-right: 16px;
}
.common-search .fusion_builder_column_1_1 .fusion-content-widget-area .widget {
  padding-right: 0;
}
.mbl-only {
  display: none;
}
@media (max-width: 1023px) {
  .mbl-only {
    display: block;
  }
  .mbl-only a {
    background: #f5f5f5;
    border-bottom: 0.0625rem solid gainsboro;
  }
  a.mf24 {
    font-size: 24px;
  }
  .common-search .fusion-content-widget-area .widget {
    padding-right: 0px;
  }
  a.fusion-button {
    font-size: 1rem !important;
  }
}
.common-search .quicksearch-title, .common-search.subpage-filter .quicksearch-title {
  max-width: 131px;
  margin-right: 1rem;
}
.common-search .quicksearch-title h2, .common-search .quicksearch-title h3 {
  font-size: 2rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px;
}
.common-search .quicksearch-field {
  width: 100%;
  max-width: 57.5%;
}
.common-search.subpage-filter .quicksearch-field {
  max-width: calc(68% - 99px);
  margin-right: 0;
  margin-bottom: 0;
}
.common-search.subpage-filter .quicksearch-btn {
  max-width: calc(32% - 49px);
  width: 100%;
  margin-right: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.common-search .keyword_suggest {
  height: 3.125rem;
  line-height: 1.2;
  color: #000;
  border: solid 0.0625rem #999;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #474747;
  font-size: 1.125rem;
  font-family: arial;
}
.common-search .quicksearch-SearchText label {
  position: absolute;
  top: -1.25rem;
  color: #000;
  font-size: 0.85rem;
}
.common-search .quicksearch-btn {
  max-width: 225px;
}
.select2 *:focus-visible {
  outline: 1px solid !important;
}
.img-w-100 img, .img-w-100 .fusion-imageframe {
  width: 100%;
  float: left;
}
.card__contents {
  padding: 1rem 1.5rem;
}
.yellow-before:before {
  background: #fed140;
  display: block;
  content: "";
  height: 120%;
  position: absolute;
  left: 0;
  top: -10%;
  width: 45%;
  z-index: 0;
}
.video-yellow-bg:before {
  background: #fed140;
  display: block;
  content: "";
  height: 120%;
  position: absolute;
  right: 0;
  top: -10%;
  width: 45%;
}
.card__contents h3, .post-content .card__content h3 {
  font-family: var(--awb-custom_typography_1-font-family);
  font-weight: var(--awb-custom_typography_1-font-weight);
  font-style: var(--awb-custom_typography_1-font-style);
  font-size: var(--awb-custom_typography_1-font-size);
  line-height: var(--awb-custom_typography_1-line-height);
  margin: 0;
  padding: 0.625rem 0;
}
.card__contents p {
  margin-bottom: 0;
}
.card__category {
  display: block;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: -5px;
}
.journey-carousel.mh-700 .slick-slide > div .fusion-column-wrapper {
  min-height: 700px;
}
.common-search .quicksearch-submit {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  padding: 12px 0;
  font-size: 1.125rem;
  line-height: 1.5;
  min-width: 6em;
  max-height: 3.125rem;
  width: 100%;
  border-radius: 0;
  margin: 0;
  font-weight: 400;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/08/17183536/001-search.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(50% - 50px);
}
.common-search .quicksearch-submit:hover, .common-search .quicksearch-submit:focus {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/08/17183536/001-search.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(50% - 50px);
}
.feature-link:hover {
  color: #257b68;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .common-search .quicksearch-submit {
    background-position: calc(50% - 40px);
    background-size: 13px;
  }
  .common-search .quicksearch-submit:hover {
    background-position: calc(50% - 40px);
    background-size: 13px;
  }
}
.center-bg-sec {
  background: linear-gradient(to bottom, white 0%, white 25%, #f5f5f5 25%, #f5f5f5 75%, white 75%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 25%, #f5f5f5 25%, #f5f5f5 75%, white 75%, white 100%);
  background: -moz-linear-gradient(top, white 0%, white 25%, #f5f5f5 25%, #f5f5f5 75%, white 75%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, white 25%, #f5f5f5 25%, #f5f5f5 75%, white 75%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(25%, white), color-stop(25%, #f5f5f5), color-stop(75%, #f5f5f5), color-stop(75%, white), to(white));
}
.footer__links h2, .footer__subnav.ftr-sub-nav a {
  color: #fff;
  font-size: 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  /*padding: 0.625rem 0;
   display:block;
   width:100%;
   float:left;*/
}
.footer__links {
  margin-top: 10px;
}
.footer__links ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-content blockquote {
  padding: 0;
  border: none;
  font-style: normal;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 15px;
}
.post-content blockquote footer {
  background: transparent;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0.5rem 0;
  padding: 0;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.footer__subnav a {
  font-size: 14px !important;
  line-height: 22px;
}
.copyrights .item {
  display: flex;
  color: #fff;
  align-items: center;
}
.copyrights p {
  margin-right: 2rem;
}
.copyrights ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0;
}
.copyrights ul li:first-child {
  border-right: 0.0625rem solid #fff;
}
.copyrights ul li a {
  color: #fff;
}
.copyrights ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0.625rem;
}
.fusion-tb-footer a:hover {
  color: var(--awb-custom_color_3);
  text-decoration: underline;
}
.widget-jobsearch-full-horizontal #cws-search-form {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: space-around;
}
.align-right .fusion-builder-row {
  justify-content: flex-end;
}
/*.main-header.no-padding {
 padding-top: 10px !important;
 padding-bottom: 10px !important;
 }*/
@media (max-width: 72.5rem) {
  body .fusion-fullwidth, .bnr-title {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  body .fusion-fullwidth.no-padding {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
.connected-btn {
  max-width: 16em;
}
@media screen and (min-width: 64rem) {
  .two-col-connect .two-col-connected-content {
    max-width: 580px;
  }
  .vdo-half-cont {
    max-width: calc(72.5rem / 2);
    height: 100%;
    padding-left: 0;
  }
  .award-slider .slick-list {
    max-width: 80% !important;
  }
  .award-slider .slick-slide {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 64rem) {
  .connected-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 15em;
    text-align: center;
  }
  .jobresults .connected-btn {
    max-width: 16em;
  }
  .common-search .quicksearch-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .common-search .quicksearch-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .common-search .quicksearch-btn {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .copyrights ul li a, .copyrights p {
    font-size: 12px;
    line-height: 19px;
    margin-right: 0;
  }
  .copyrights .item {
    display: block;
    text-align: center;
  }
  body .fusion-fullwidth.no-padding.two-col-connect {
    padding: 5% !important;
  }
  .common-search .quicksearch-submit, .eix-page .quicksearch-submit, input::-webkit-input-placeholder {
    font-size: 0.8rem !important;
    max-height: 2.45rem;
  }
  .common-search .keyword_suggest {
    height: 2.45rem;
  }
}
@media (min-width: 1400px) {
  .video-background {
    min-height: 75vh;
  }
}
@media (max-width: 1023px) {
  .video-background .fullwidth-video, .video_play_pause .fa-play, .video_play_pause .fa-pause, .video-yellow-bg:before, .yellow-before:before {
    display: none;
  }
  .connected-btn {
    font-size: 16px !important;
  }
  .two-col-connected-content h2 {
    font-size: 1.75rem !important;
  }
  .main-header .fusion-flex-column.sce-brand {
    max-width: 148px;
  }
  .main-header .fusion-flex-column.sce-brand p {
    font-size: 12px;
  }
  .main-header .fusion-flex-column.eix-brand {
    max-width: 156px;
  }
  .main-header .fusion-flex-column.eix-brand p {
    font-size: 12px;
  }
  .main-header button.awb-menu__m-toggle.awb-menu__m-toggle_no-text:before {
    content: "Menu";
    position: absolute;
    left: -20px;
    font-size: 0.75rem;
    top: 6px;
    font-weight: 600;
    font-family: Open sans;
  }
  .hero__started, .hero__started a {
    display: none;
  }
  .img-cont-height h3 {
    font-size: 48px !important;
  }
  :root {
    --awb-custom_typography_3-font-size: 34px !important;
    --awb-custom_typography_4-font-size: 38px !important;
    --awb-custom_typography_5-font-size: 28px !important;
    --awb-custom_typography_6-font-size: 16px !important;
  }
  a.feature-link, .card__contents h3 {
    font-size: 1rem !important;
  }
  .common-search.subpage-filter .quicksearch-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .common-search.subpage-filter .quicksearch-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .common-search.subpage-filter .quicksearch-btn {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .search-results-table .flex_column {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .video-background {
    min-height: 30vh;
  }
  .jobresults .job-count p, .widget-jobsearch-full .cws-search-form-title {
    display: block;
  }
  .widget-jobsearch-results .job .joblist-location {
    padding-left: 0 !important;
  }
}
/*Search styles*/
.container-compliment, .d-none {
  display: none !important;
}
.job-search-page-filter #cws-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-search-page-filter h3, .job-search-page-filter h2 {
  font-size: 2rem;
}
.job-search-page-filter .widget-jobsearch-full input[type="text"], .job-search-page-filter .widget-jobsearch-full select, .job-search-page-filter .fusion-content-widget-area .widget {
  margin-bottom: 0px;
}
.job-search-page-filter .cws-widgetitle {
  min-width: 110px;
  margin-top: 30px;
}
.job-search-page-filter #cws-search-form label {
  font-size: 0.85rem;
}
.job-search-page-filter #cws-search-form input[type="text"] {
  border: solid 0.0625rem #999;
  border-radius: 0px !important;
  margin-bottom: 0;
  height: 3.125rem;
  padding: 0.75rem;
  font-size: 1.125rem;
  min-width: 160px;
  margin-right: 10px;
  line-height: 1.2;
  max-width: 60px;
}
.job-search-page-filter .widget-jobsearch-full select, .select2-selection.select2-selection--single {
  border: solid 0.0625rem #999;
  margin-bottom: 0px;
  height: 3.125rem !important;
  border-radius: 0;
  max-width: 140px;
  min-width: 140px;
  line-height: 1.2;
  margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 13px 24px 13px 10px;
  color: var(--awb-color3);
  text-align: left;
  z-index: 1;
  font-size: 18px;
  line-height: 22px !important;
}
.widget-jobsearch-full .select2-container--default {
  margin-bottom: 0;
}
.job-search-page-filter #cws-search-form > .w-form-row {
  margin-bottom: 0;
}
.job-search-page-filter.eix-brand, .job-search-page-filter.eix-brand .cws-widgetitle, .eix-page .subpage-filter .cws-widgetitle, .job-search-page-filter.eix-brand #cws-adv-search-btn, .job-search-page-filter.eix-brand a, .eix-page .subpage-filter a, .eix-page #job-count {
  color: var(--awb-color6);
}
.jobTitle a {
  color: var(--awb-color3);
}
.job-search-page-filter #cws-adv-search-btn {
  background-color: #212529;
  border-color: #212529;
  border-radius: 0;
  color: #fff;
  margin-top: 22px;
  margin-left: 0;
  height: auto;
  max-height: 3.125rem;
  padding: 0.625rem;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/08/17183536/001-search.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(50% - 40px);
  padding-left: 30px;
  text-transform: uppercase;
}
.eix-brand.job-search-page-filter #cws-adv-search-btn {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/08/17183508/search.png);
  font-weight: 400;
  background-position: calc(50% - 38px);
}
.job-search-page-filter#cws-adv-search-btn:hover {
  background-color: #53565a;
  border-color: #53565a;
}
.widget-jobsearch-results .job.alt, .widget-jobsearch-results-list .job.alt {
  background: transparent;
  border-bottom: solid 0.0625rem #eeeeee !important;
  border-top: solid 0.0625rem #eeeeee !important;
}
.job-search-page-filter.eix-brand, .eix-page .subpage-filter {
  background-color: var(--awb-color3);
  background: var(--awb-color3);
}
.job-search-page-filter.eix-brand .search-submit-btn a, .eix-page .quicksearch-submit {
  color: var(--awb-color3) !important;
  background-color: var(--awb-color6) !important;
  border-color: var(--awb-color6) !important;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
}
.eix-page .quicksearch-submit, .eix-page .quicksearch-submit:hover {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/08/17183508/search.png);
  font-weight: 400;
}
#widget-jobsearch-results-pages .pagination-ul {
  justify-content: flex-end;
}
.widget-jobsearch-results .search-columns {
  background: transparent;
  color: #000;
}
#widget-jobsearch-results-pages .button {
  border-radius: 0;
  color: #212529;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  height: 1.75rem;
  line-height: 1;
  margin: 0 0.3125rem;
  padding: 0.3125rem 0.5625rem;
  text-align: center;
  border: none;
}
#widget-jobsearch-results-pages .button.fusion-button {
  background-color: #53565a;
  color: #fff;
}
a.eix-brand, a.sce-brand {
  margin-top: 20px;
}
#live-results {
  visibility: hidden;
  width: 0;
  height: 0;
}
#job-count {
  margin-top: 20px;
  display: block;
  font-weight: 700;
}
.eix-brand #job-count {
  color: var(--awb-color6);
}
#search-filters, #result-modifications {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .job-search-page-filter h3, .job-search-page-filter h2 {
    font-size: 1.6rem;
  }
  .job-search-page-filter .cws-widgetitle {
    min-width: 60px;
  }
  .job-search-page-filter #cws-search-form input[type="text"] {
    min-width: 150px;
    max-width: 150px;
  }
  .job-search-page-filter .widget-jobsearch-full select, .select2-selection.select2-selection--single {
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 1023px) {
  #job-count {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
  }
  a.eix-brand, a.sce-brand {
    justify-content: center;
    margin-top: 20px;
  }
  .common-search.subpage-filter .quicksearch-btn {
    max-width: 100%;
  }
  .job-search-page-filter #cws-search-form {
    display: block;
    text-align: center;
  }
  .job-search-page-filter .w-form-row-label {
    text-align: left;
  }
  .job-search-page-filter #cws-search-form input[type="text"], .job-search-page-filter .widget-jobsearch-full select, .select2-selection.select2-selection--single {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #toggleAdvSearch {
    display: none;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  border: none;
}
.select2-container--default .select2-selection--single:focus .select2-selection__arrow b, .select2-selection__arrow b {
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 100%;
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0.5125rem;
}
.select2-selection__arrow b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  right: 1rem;
  top: 14px;
  z-index: 1;
  text-align: center;
  width: 10%;
  pointer-events: none;
}
span.col-controls {
  opacity: 1 !important;
  color: #000;
  display: block !important;
}
span.col-controls:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  color: #000;
  position: absolute;
  right: 1.5rem;
}
span.col-controls.hide-arw:after {
  display: none !important;
}
/*Search styles*/
/*ejd styles*/
.jd-description ul {
  padding: 0px 0px 0px 20px;
}
.job-details__info p, .job-details__info span {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px !important;
}
.job-details__info li {
  padding-bottom: 1em;
}
.job-details__info .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}
.job-details__info .tooltip .tooltiptext h4 {
  color: #fff;
  font-size: 16px;
}
li.job-details__info-salary p {
  display: inline;
  font-size: 14px !important;
  font-family: arial;
}
.tooltip a i {
  font-size: 16px;
}
.job-details__info .tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  max-width: 750px;
  min-width: 300px;
  background-color: #555 !important;
  background-color: #555 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1.25rem;
  position: absolute;
  text-align: left;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.job-details__info .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.job-details__info .tooltip .tooltiptext.hidden {
  opacity: 0;
  visibility: hidden;
}
.ejd-similar-jobs .widget_joblist_row div {
  float: left;
  width: 30%;
  padding: 5px 0;
  font-family: "Open Sans";
  color: #212529;
}
.ejd-similar-jobs .fusion-content-widget-area .widget li {
  clear: both;
}
.ejd-similar-jobs .fusion-content-widget-area .widget li a {
  font-weight: 700;
  width: 40%;
  float: left;
}
.ejd-similar-jobs .fusion-content-widget-area .widget {
  float: left;
  width: 100%;
}
/*EJD ATS Override CSS - Kevin K 2-22-24*/
li.MsoNormal, li.MsoNormal li {
  list-style: disc !important;
  font-size: 16px !important;
  font-family: "Open Sans" !important;
  margin-left: 16px !important;
}
span.MsoNormal span {
  margin-left: 0px !important;
}
p.MsoNormal, p.MsoNormal span {
  font-size: 16px !important;
  font-family: "Open Sans" !important;
}
li.MsoNormal span {
  list-style: disc !important;
  font-size: 16px !important;
  font-family: "Open Sans" !important;
  margin-left: 0px !important;
}
.page-id-14 ul, .page-id-14 li, .page-id-14 p, .page-id-14 span {
  padding-left: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.page-id-14 h2 {
  font-family: "Open Sans" !important;
  font-weight: bold;
}
.page-id-14 li span {
  list-style: disc !important;
  font-size: 16px !important;
  font-family: "Open Sans" !important;
  /*margin-left: 25px!important;*/
}
ul.job-details__info li {
  list-style: none !important;
}
/*Override END*/
body .btn-primary {
  color: #000;
  border-color: #000;
  background-color: transparent !important;
  border-width: 0.125rem;
  text-transform: none;
  height: auto;
  padding: 0.65rem 1.5rem;
  font-weight: bold;
}
body .btn-primary:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
}
.fusion-body .fusion-title.fusion-sep-none.title-bdr {
  display: block;
  margin: 0.625rem 0;
  padding-bottom: 0.625rem;
  border-bottom: 0.1px solid var(--awb-custom_color_3);
}
.tool-close {
  background: transparent;
  border: transparent;
  right: 20px;
  position: absolute;
}
@media (min-width: 1025px) {
  .tool-close {
    display: none;
  }
}
@media (min-width: 1024px) {
  .search-columns {
    display: block !important;
  }
}
@media (min-width: 768px) {
  body .job-details__info .tooltip .tooltiptext {
    width: 550px;
  }
}
@media screen and (min-width: 600px) {
  .tooltip .tooltiptext {
    width: 550px;
  }
}
@media (min-width: 1025px) {
  body .job-details__info .tooltip .tooltiptext {
    width: 750px;
    top: auto;
    bottom: -85px;
    right: -875px;
    left: auto;
  }
}
@media (max-width: 1023px) {
  .ejd-similar-jobs .fusion-content-widget-area .widget li a, .ejd-similar-jobs .widget_joblist_row div {
    width: 100%;
  }
  .ejd-similar-jobs .fusion-content-widget-area .widget li {
    border-bottom: 0.1px solid var(--awb-custom_color_3);
    float: left;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
/*ejd styles*/
/*Inner page styles*/
.quicksearch-compliment, .quicksearch-brand {
  display: none;
}
.widget-jobsearch-results.thumbnails .propic-wrapper {
  display: none !important;
}
.widget-jobsearch-results.table_tile .job .joblist-location {
  background: none;
  padding-left: 0 !important;
}
.cards-with-btn .card__footer {
  bottom: -24px;
  position: absolute;
  font-weight: 700;
  width: 100%;
}
.cards-with-btn.two-col-cards .card__footer {
  bottom: 1.2rem;
}
.cards-with-btn.two-col-cards .card__contents {
  padding-bottom: 3.6rem;
}
.hover-cards .fusion-column-wrapper:hover {
  background-color: #ffcf3d;
}
@media (max-width: 1024px) {
  .video-column iframe {
    max-height: 70%;
  }
}
@media (max-width: 1023px) {
  .cards-with-btn .card__footer, .cards-with-btn.two-col-cards .card__footer {
    bottom: auto;
    position: relative;
  }
  .cards-with-btn.two-col-cards .card__contents {
    padding-bottom: 1rem;
  }
  .search-results-table .search-columns {
    display: none;
  }
  #main .widget-jobsearch-results .job {
    border-top: 0.0625rem solid #53565a !important;
    display: block;
    min-height: 8rem;
  }
  .grey-slider .slick-slide .fusion_builder_column {
    --awb-bg-color: var(--awb-color2);
    --awb-bg-color-hover: var(--awb-color2);
    --awb-bg-color-small: var(--awb-color2);
  }
  .yellow-slider .slick-slide .fusion_builder_column {
    --awb-bg-color: var(--awb-color6);
    --awb-bg-color-hover: var(--awb-color6);
    --awb-bg-color-small: var(--awb-color6);
  }
}
@media (max-width: 767px) {
  .video-column iframe {
    max-height: 200px;
  }
}
/*===Added to fix IE spacing issue on flex columns===*/
.ua-ie-11 .fusion-flex-column > div > div:not([class]) {
  display: flex;
  flex-shrink: 0;
}
/*===Added to fix the empty regtangle icon for breaks on IE===*/
br {
  font-family: serif;
}
/**** tooltips ****/
.tooltip.in {
  opacity: 1 !important;
}
.tooltip-inner {
  font-family: arial;
  font-weight: 400 !important;
  background: var(--awb-color7);
  min-width: 170px;
  color: var(--awb-color1);
  opacity: 1;
}
.tooltip-arrow {
  font-weight: 400;
  border-top-color: var(--awb-color7) !important;
  border-bottom-color: var(--awb-color7) !important;
}
/***** Universal adjustments *****/
@media (max-width: 769px) {
  .mobile-hide {
    display: none !important;
  }
}
.fusion-tb-footer p a {
  text-decoration: underline;
  font-size: 1.15em;
}
.fusion-tb-footer p a:hover {
  color: #e1e1e1;
}
/********************** Footer **********************/
/**** FontAwesome Icon fixes ****/
#menu-footer-social i:before {
  font-family: "awb-icons" !important;
}
#menu-footer-social .fa-facebook-square:before {
  content: "\e604" !important;
}
#menu-footer-social .fa-twitter-square:before {
  content: "\e61b" !important;
}
#menu-footer-social .fa-instagram:before {
  content: "\ea92" !important;
}
#menu-footer-social .fa-linkedin:before {
  content: "\e60F" !important;
}
@media (max-width: 769px) {
  #menu-footer-social a {
    justify-content: center;
  }
}
body.events-list {
  padding: 0;
}
@media (min-width: 64rem) {
  :root {
    --awb-custom_typography_4-font-size: 2.625rem !important;
  }
}
/*@media (min-width: 80rem) {
 :root {
 --awb-custom_typography_4-font-size: 4rem!important;
 }
 }*/
.awb-menu__sub-a:hover, .awb-menu__sub-li:not(.menuitem-hastertiary):hover, .awb-menu__sub-li:not(.menuitem-hastertiary):hover > .awb-menu__sub-a, .awb-menu__sub-li.menuitem-hastertiary > .awb-menu__sub-a:hover, .awb-menu__sub-li a:hover {
  color: var(--link_hover_color) !important;
}
.footer__subnav a:visited {
  color: var(--link_color);
}
.footer__subnav a:visited:hover {
  color: var(--awb-custom_color_3);
}
#widget-jobsearch-results-pages .button:focus-visible, .keyword_suggest:focus-visible, .text_select:focus-visible {
  outline: 1px solid #000;
}
a.fusion-button:focus, a.fusion-button:focus-visible, a.feature-link:focus, a.feature-link:focus-visible {
  text-decoration: underline;
}
.three-col-cards h3, .three-col-cards p, .three-col-cards a, .four-col-cards h3, .four-col-cards p {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.three-col-cards h3 a, .three-col-cards p a, .four-col-cards p a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.three-col-cards .feature-link, .two-col-cards .feature-link, .four-col-cards .feature-link {
  position: absolute;
  bottom: 0;
  width: auto;
  font-weight: 700;
}
.four-col-cards a {
  padding: 0 !important;
}
.fusion-accordian .panel-title a {
  padding: 1rem 0;
}
.card__contents h3, .card__contents p, .card__contents a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1023px) {
  .three-col-cards h3, .three-col-cards p, .three-col-cards a, .four-col-cards h3, .four-col-cards p {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .three-col-cards .feature-link, .two-col-cards .feature-link, .four-col-cards .feature-link {
    position: relative;
    bottom: auto !important;
    width: 100%;
  }
}
.widget-jobsearch-results.table_tile .job:hover {
  border: 2px solid #fff;
}
/*Events Page */
body .fusion-events-single-title-content, body .fusion-events-single-title-content h2, body .fusion-events-single-title-content h3, body .fusion-events-single-title-content span {
  background-color: transparent !important;
  color: var(--awb-color3) !important;
}
#tribe-events-content .fusion-single-sharing-box {
  display: none;
}
a.tribe-events-gcal, a.tribe-events-ical {
  --button_accent_color: var(--awb-color3);
  --button_border_color: var(--awb-color3);
  --button_accent_hover_color: var(--awb-color1);
  --button_border_hover_color: var(--awb-color3);
  --button_border_width-top: 0.125rem;
  --button_border_width-right: 0.125rem;
  --button_border_width-bottom: 0.125rem;
  --button_border_width-left: 0.125rem;
  --button_gradient_top_color: var(--awb-color1);
  --button_gradient_bottom_color: var(--awb-color1);
  --button_gradient_top_color_hover: var(--awb-color3);
  --button_gradient_bottom_color_hover: var(--awb-color3);
  --button_font_size: 1.125rem;
  --button_line_height: 35px;
  --button_padding-top: 0.65rem;
  --button_padding-right: 1.5rem;
  --button_padding-bottom: 0.65rem;
  --button_padding-left: 1.5rem;
  --button_typography-font-family: "Open Sans";
  --button_typography-font-style: normal;
  --button_typography-font-weight: 700;
  --button_margin-top: 1.75rem;
  --button_margin-bottom: 0.625rem;
}
a.tribe-events-ical {
  margin-left: 15px !important;
}
.single-tribe_events main .fusion-content-widget-area .tribe-events-single-section-title {
  background-color: var(--awb-color6) !important;
  color: var(--awb-color3) !important;
  font-family: "ostrich_sansheavy", Arial, sans-serif;
}
.tribe-events-list-separator-month, #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
  background-color: var(--awb-color6) !important;
  color: var(--awb-color3) !important;
}
.tribe-events-list-separator-month span {
  color: var(--awb-color3) !important;
}
#tribe-events-bar #tribe-bar-form {
  background-color: var(--awb-color6) !important;
  color: var(--awb-color3) !important;
  padding-left: 1.6rem;
}
#tribe-bar-form input[type="text"] {
  border-bottom: 1px dashed var(--awb-color3) !important;
}
#tribe-bar-form label {
  color: var(--awb-color3) !important;
}
.tribe-bar-submit .tribe-events-button {
  color: var(--awb-color1) !important;
}
.tribe-bar-submit .tribe-events-button:hover {
  text-decoration: underline !important;
}
@media (max-width: 1023px) {
  #tribe-events-bar #tribe-bar-form, #tribe-bar-filters-wrap, #tribe-bar-views {
    padding-left: 0;
    display: block;
    float: left;
    width: 100%;
  }
}
/*css by Narendra cws*/
html.landing-page {
  background-color: #fff !important;
}
.landing-page .fusion-footer, .landing-page .fusion-header-wrapper, .landing-page .single-navigation.clearfix, .landing-page .fusion-sharing-box.fusion-theme-sharing-box, .landing-page .about-author, .landing-page .fusion-tb-header, .landing-page .fusion-meta-info {
  display: none !important;
}
.landing-page input {
  padding-left: 2px !important;
}
.landing-page #main {
  padding-top: 0px;
  padding-bottom: 0px;
}
.landing-page .post {
  margin-bottom: 0px;
}
.form-control.ng-invalid {
  background-color: #fff !important;
}
.form-group.has-success input, .input-group.has-success input, .form-group.has-success select, .input-group.has-success select, .form-group.has-success textarea, .input-group.has-success textarea {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  border-color: #000 !important;
}
.form-control-feedback {
  display: none !important;
}
.landing-page-thank-you.full-height {
  min-height: 100vh;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 2px 3px;
  border-radius: 0px !important;
}
.landing-page .ui-select-container.ui-select-multiple input.ui-select-search {
  min-height: 35px;
  border: none !important;
}
.landing-page select {
  border-radius: 0px !important;
}
.landing-page select.form-control {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2795/2023/08/28062240/18668_3679_Arrow-Down.png);
  background-color: #fff;
  background-position: calc(100% - 10px) calc(1em + -1px);
  background-size: 12px 6px;
  top: 0px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative;
}
.landing-page .red.bold.pt1.ng-binding, .landing-page .help-block {
  font-size: 11px;
  line-height: 24px;
  color: #ff0000 !important;
  font-weight: 400 !important;
}
.landing-page .red.bold.pt1.ng-binding {
  padding-bottom: 10px;
}
.form-group input {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.landing-page a.dashicons.dashicons-no-alt::before {
  color: #fed141 !important;
  top: 2px;
  position: relative;
}
.landing-page label.caps.btn.avia-color-theme-color {
  margin-bottom: 20px;
}
.landing-page span.resume-filename.ng-binding.ng-scope {
  top: -7px;
  font-weight: 400 !important;
  position: relative;
}
.landing-page a:hover, .landing-page a {
  color: #448ccb !important;
}
.radio-inline input {
  margin-bottom: 4px;
}
.policy_Link_sponsor a {
  color: #448ccb !important;
  font-size: 12px;
  text-decoration: underline !important;
  line-height: 21px;
}
/*twocolumn-right*/
.landing-page .rightcolumn {
  max-width: 500px;
  border: 0px;
}
.twocolumn-rightcontainer .landing-page-wrapper {
  padding: 0px !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rightcolumn p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #464646;
}
.landing-page .post-content .fullwidth-box.custom-microsite.twocolumn-rightcontainer {
  background-attachment: fixed !important;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  .twocolumn-rightcontainer .landing-page-wrapper {
    right: 40px;
  }
}
.landing-page .twocolumn-rightcontainer .btn-azure, .landing-page .twocolumn-rightcontainer .btn-azure.disabled, .landing-page .twocolumn-rightcontainer .landing-page .btn-azure:focus {
  background-color: #00664f !important;
  color: #fff !important;
  font-weight: 700;
  font-family: "Open Sans";
  border-radius: 3px;
  border: 0px;
  margin: 10px auto !important;
  opacity: 0.8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 12px 24px;
  transition: all 0.3s ease 0s;
}
.landing-page .twocolumn-rightcontainer button.btn.disabled.btn.btn-azure.w-btn.style_raised.color_primary:hover, .landing-page .twocolumn-rightcontainer .btn-azure:hover {
  color: #fff !important;
  opacity: 1;
  background-color: #00664f !important;
  font-family: "Open Sans";
}
.landing-page .twocolumn-rightcontainer fieldset.schema-form-fieldset.m0 {
  display: flex;
  justify-content: center;
}
.landing-page .twocolumn-rightcontainer .form-group input, .landing-page .twocolumn-rightcontainer .form-group select, .landing-page .twocolumn-rightcontainer .ui-select-multiple.ui-select-bootstrap {
  border: 2px solid #dfdfdf !important;
}
.landing-page .twocolumn-rightcontainer .form-group input:focus, .landing-page .twocolumn-rightcontainer .form-group select:focus {
  border: 2px solid #006a51 !important;
}
.landing-page .twocolumn-rightcontainer .ui-select-dropdown.dropdown-menu.ng-scope {
  font-size: 13px;
  line-height: 19px !important;
  font-family: "Open Sans";
}
.landing-page .twocolumn-rightcontainer span.ng-binding.ng-scope {
  font-weight: 700 !important;
  font-size: 13px;
  line-height: 24px;
  color: #3f3f3f !important;
}
.twocolumn-rightcontainer .form-group input, .twocolumn-rightcontainer .form-group select, .twocolumn-rightcontainer .form-group textarea {
  font-family: "Open Sans" !important;
  font-size: 13px !important;
  color: #000 !important;
  height: 30px;
  padding: 2px;
}
.twocolumn-rightcontainer .btn-xs {
  font-size: 13px;
  line-height: 1.2;
  color: #000 !important;
  padding: 2px 7px;
}
.twocolumn-rightcontainer input#subscription_jobalert_email {
  top: 2px;
}
.landing-page .twocolumn-rightcontainer label.radio-inline {
  display: block;
  color: #000 !important;
  margin: 0px !important;
}
/*center layout*/
.landing-page .center_layout_column {
  max-width: 600px;
  border: 0px !important;
}
.landing-page .center_layout_column .landing-page-content > p {
  font-weight: 600;
}
.landing-page .center_layout_column .landing-page-meta.title {
  line-height: 34px;
}
.center-layout .landing-page-wrapper {
  padding: 0px !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.35);
}
.center-layout label {
  font-size: 16px;
  line-height: 21px;
}
.center_layout_white_column.left-align {
  margin-left: 10px;
}
.landing-page .center_layout_column .ui-select-multiple {
  border-color: #000;
}
.landing-page .center-layout label.radio-inline {
  display: block;
  color: #fff !important;
  margin: 0px !important;
}
.landing-page .center-layout .btn-azure, .landing-page .center-layout .btn-azure.disabled, .landing-page .center-layout .landing-page .btn-azure:focus {
  background-color: #fed141 !important;
  color: #000 !important;
  font-weight: 700;
  font-family: "Open Sans";
  border-radius: 0px;
  border: 0px;
  margin: 10px auto !important;
  opacity: 1;
  width: 250px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.landing-page .center-layout button.btn.disabled.btn.btn-azure.w-btn.style_raised.color_primary:hover, .landing-page .center-layout .btn-azure:hover {
  color: #000 !important;
  text-decoration: underline;
  opacity: 1;
  background-color: #fed141 !important;
  font-family: "Open Sans";
}
.landing-page .center-layout fieldset.schema-form-fieldset.m0 {
  display: flex;
  justify-content: center;
}
.center-layout span.ng-binding.ng-scope {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 21px;
  color: #fff !important;
}
.landing-page .center-layout label.caps.btn.avia-color-theme-color {
  color: #fff;
  margin-bottom: 20px;
}
.center-layout .form-group input, .center-layout .form-group select, .center-layout .form-group textarea {
  font-family: "Open Sans";
  font-size: 15px !important;
  color: #000 !important;
  border: 1px solid #666 !important;
  border-radius: 0px !important;
}
.center-layout .btn-xs {
  font-size: 15px;
  line-height: 1.2;
  color: #000 !important;
  font-weight: 400;
  background-color: #fff !important;
}
.landing-page .post-content .center-layout {
  background-attachment: fixed !important;
}
.landing-page .post-content .center-layout .fullwidth-video {
  position: fixed !important;
}
.landing-page-thank-you.center-layout {
  background-position: fixed;
  height: 100vh;
}
.center-layout .fadeInUp {
  font-weight: 700 !important;
}
.landing-page .landing-page-thank-you.center-layout .landing-page-wrapper {
  right: 0px !important;
}
@media only screen and (min-width: 768px) {
  .center-layout .landing-page-wrapper {
    right: 25px;
  }
}
/*cenetr layout white*/
.center-layout-white {
  min-height: 100vh;
}
.center_layout_white_column {
  max-width: 500px;
}
.center-layout-white .landing-page-wrapper {
  box-shadow: none;
  border: 1px solid grey !important;
  border-radius: 5px;
}
.center-layout-white .has-feedback .form-control, .center-layout-white .form-group.schema-form-text.has-feedback, .center-layout-whitet .form-group.schema-form-schemauimask.has-feedback, .center-layout-white .form-group {
  width: 260px !important;
  border-color: #000 !important;
  font-family: "Open Sans";
}
.center-layout-white label {
  font-size: 12px;
  line-height: 24px;
}
.landing-page .center-layout-white .btn-azure, .landing-page .center-layout-white .btn-azure.disabled, .landing-page .center-layout-white .btn-azure:focus, .landing-page .center-layout-white .btn-azure:hover {
  background-color: #efefef !important;
  color: #000 !important;
  font-family: "Open Sans";
  font-size: 13px;
  width: 140px;
  padding: 1px 6px;
  opacity: 1;
}
.center-layout-white input {
  height: 20px;
  font-size: 13px;
  padding: 1px 2px;
}
.center-layout-white .resume-wrapper > label.control-label {
  position: relative;
  font-size: 12px;
  left: 16px;
}
.center-layout-white .red.bold.pt1.ng-binding {
  font-size: 11px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #ff0000 !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
}
.center-layout-white .help-block {
  font-size: 11px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #ff0000 !important;
}
/*ceneter-layout-blue*/
.center_layout_blue {
  min-height: 100vh;
}
.landing-page .center_layout_white_column .thank_you a {
  text-decoration: underline !important;
}
.center_layout_blue_column {
  max-width: 500px;
  border-radius: 5px !important;
  padding: 0 15px !important;
  background-color: #fff !important;
}
.center_layout_blue_column input {
  height: 20px;
  font-size: 13px;
  padding: 1px 2px;
}
.center_layout_blue_column .has-feedback .form-control, .center_layout_blue_column .form-group.schema-form-text.has-feedback, .center_layout_blue_column .form-group.schema-form-schemauimask.has-feedback, .center_layout_blue_column .form-group {
  width: 250px !important;
  border-color: #000 !important;
  font-family: "Open Sans";
}
.center_layout_blue_column label {
  font-size: 16px;
  line-height: 24px;
}
.center_layout_blue_column .btn-azure, .landing-page .center_layout_blue_column .btn-azure.disabled, .landing-page .center_layout_blue_column .btn-azure:focus, .landing-page .center_layout_blue_column .btn-azure:hover {
  background-color: #efefef !important;
  color: #000 !important;
  font-family: "Open Sans";
  font-size: 13px;
  opacity: 1;
}
.center_layout_blue_column .red.bold.pt1.ng-binding {
  font-size: 11px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #ff0000 !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
}
.center_layout_blue_column .help-block {
  font-size: 11px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #ff0000 !important;
}
.landing-page .center_layout_blue_column fieldset.schema-form-fieldset.m0 {
  display: flex;
  justify-content: center;
}
.center_layout_blue_column .form-group.schema-form-submit {
  text-align: center;
}
.center_layout_blue_column input#subscription_jobalert_email {
  top: -1px;
}
.center_layout_blue_column span.ng-binding.ng-scope {
  font-weight: 700;
  color: #000;
  font-family: "Open Sans";
}
.center_layout_blue_column p {
  color: #595959;
}
.fusion-tb-footer .item.item-1 p {
  color: #fff !important;
}
p a {
  text-decoration: underline;
}
a.feature-link {
  text-decoration: none;
}
.tribe_events-template-default a.fusion-button.button-default.fusion-button-default-size {
  color: #fff !important;
  margin-bottom: 10px !important;
}
.fusion-tb-footer .fusion-social-networks .fusion-social-network-icon {
  display: block;
  float: left;
}
.ui-select-container .btn-primary, .ui-select-container .btn-primary:focus {
  background-color: #fff !important;
  border: #ccc !important;
}
.main-header .fusion-text-1 p {
  display: block;
  float: left;
}
.apply-join-page .col-sm-6 {
  width: 100% !important;
}
.apply-form-text p {
  font-weight: 600 !important;
}
.resume-wrapper, .resume-wrapper p, .apply-join-page label, .apply-join-page .form-group.has-error .control-label, .apply-join-page .form-group.has-success .control-label {
  color: #fff !important;
  font-weight: normal !important;
}
.form-group.has-error .help-block {
  color: #e6180a !important;
}
.apply-join-page .ui-select-container.ui-select-multiple input.ui-select-search {
  min-height: 35px;
  border: none !important;
}
.apply-join-page select {
  border-radius: 0px !important;
}
.apply-join-page select.form-control {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2795/2023/08/28062240/18668_3679_Arrow-Down.png);
  background-color: #fff;
  background-position: calc(100% - 10px) calc(1em + -1px);
  background-size: 12px 6px;
  top: 0px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative;
}
.apply-join-page .red.bold.pt1.ng-binding, .landing-page .help-block {
  font-size: 11px;
  line-height: 24px;
  color: #ff0000 !important;
  font-weight: 400 !important;
}
.apply-join-page .red.bold.pt1.ng-binding {
  padding-bottom: 10px;
}
.apply-join-page input {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.apply-join-page a.dashicons.dashicons-no-alt::before {
  color: #fed141 !important;
  top: 2px;
  position: relative;
}
.apply-join-page label.caps.btn.avia-color-theme-color {
  margin-bottom: 20px;
}
.apply-join-pagespan.resume-filename.ng-binding.ng-scope {
  top: -7px;
  font-weight: 400 !important;
  position: relative;
}
.apply-join-page a:hover, .landing-page a {
  color: #448ccb !important;
}
.apply-join-page .center_layout_column .ui-select-multiple {
  border-color: #000;
}
.apply-join-page .center-layout label.radio-inline {
  display: block;
  color: #fff !important;
  margin: 0px !important;
}
.apply-join-page .btn-azure, .apply-join-page .btn-azure.disabled, .apply-join-page .landing-page .btn-azure:focus, .apply-join-page .no-thanks {
  background-color: #fed141 !important;
  color: #000 !important;
  font-weight: 700;
  font-family: "Open Sans";
  border-radius: 0px;
  border: 0px;
  margin: 10px auto !important;
  opacity: 1;
  width: 250px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.apply-join-page button.btn.disabled.btn.btn-azure.w-btn.style_raised.color_primary:hover, .apply-join-page .no-thanks:hover, .apply-join-page .btn-azure:hover {
  color: #000 !important;
  text-decoration: underline;
  opacity: 1;
  background-color: #fed141 !important;
  font-family: "Open Sans";
}
.apply-join-page .btn-azure.color_primary {
  margin-right: 15px !important;
}
.tooltip a i {
  font-size: 16px;
}
a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter:before {
  content: " s" !important;
  color: transparent;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/12/27135057/twitter-2.png) !important;
  display: block;
  background-position: center !important;
  visibility: visible;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  width: 17px;
}
a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter:hover::before {
  opaity: 0.5 !important;
}
a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter {
  margin: 5px;
}
.fusion-footer a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter {
  margin: 10px;
}
.fusion-footer a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter:before {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/12/27135049/twitter-3.png) !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
}
.fusion-footer a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter.fusion-icon-twitter:hover::before {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2913/2023/12/27135025/twitter-4.png) !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
}
.page-id-14 .jd-desc ul li {
  list-style-type: disc !important;
  margin-left: 17px !important;
}
/* this is to hide the button 'REFER TALENT' from EJD page */
.page-id-14 .fusion-layout-column.fusion_builder_column_inner.fusion-builder-nested-column-5.fusion-flex-column {
  display: none !important;
}
@media (min-width: 1023px) {
  .search-columns #colhead-title {
    /*width: 40%;*/
  }
  .job-innerwrap {
    display: flex;
    /* .search-columns #colhead-primary_category,*/
  }
  .search-columns #colhead-location_type, .search-columns #colhead-city_state_country {
    width: 20%;
  }
  .search-columns #colhead-title .fusion-two-fifth, .search-columns #colhead-primary_category .fusion-one-fifth, .search-columns #colhead-location_type .fusion-one-fifth, .search-columns #colhead-city_state_country .fusion-one-fifth {
    /* width: 100%;*/
  }
}
.post-content h2, .post-content h3 {
  /* font-family: inherit;*/
}
.jddescription a, .jddescription a * {
  color: #0070c0 !important;
  text-decoration: underline !important;
  text-decoration-color: black !important;
}
.jddescription * {
  font-size: 16px !important;
  font-family: "Open Sans" !important;
  line-height: 24px !important;
}
.jddescription a:hover, .jddescription a:hover * {
  text-decoration-color: #0070c0 !important;
}
.widget-jobsearch-results .jobTitle {
  padding-right: 10px;
}
span.select2-search.select2-search--dropdown:first-child {
  display: none !important;
}
