
html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth
}

*,
*:before,
*:after {
  box-sizing: inherit
}

body {
  box-sizing: border-box;
  margin: 0px
}

::-moz-selection {
  background: #0047bb;
  color: white
}

::selection {
  background: #0047bb;
  color: white
}

::-moz-selection {
  background: #0047bb;
  color: white
}

::-webkit-selection {
  background: #0047bb;
  color: white
}

body:not(.no-transition) #wrapper,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.css3-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.css3-spinner>div {
  background-color: #f89406 !important
}

q::before,
q::after {
  display: none
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

blockquote {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

#svg-- {
  display: none
}

.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important
}

body,
.paragraph {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0
}

.paragraph {
  line-height: 2
}

.paragraph:not(:last-child) {
  margin-bottom: 1.8rem
}

.paragraph-small {
  font-size: 1.4rem
}

.header-primary,
.header-primary-caption,
.header-secondary,
.header-tertiary {
  font-family: "Cabin", sans-serif;
  text-transform: uppercase
}

.header-primary {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.3rem
}

.header-primary-caption {
  color: #fff;
  font-weight: 400;
  font-size: 2rem
}

.header-secondary {
  color: #00b140;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 700
}

.header-secondary-eyebrow {
  display: block;
  color: #0047bb !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase
}

.header-tertiary {
  color: #00b140;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem
}

a {
  color: #0047bb
}

a:hover,
a:focus {
  color: #0047bb
}

.u-img-fluid {
  width: 100%;
  height: auto
}

.u-italics {
  font-style: italic
}

.u-srt {
  display: none
}

.u-text-blue {
  color: #0047bb !important
}

.u-text-white {
  color: #fff !important
}

.u-mb-large {
  margin-bottom: 5rem !important
}

.u-mb-medium {
  margin-bottom: 3rem !important
}

.u-mb-small {
  margin-bottom: 2rem !important
}

.u-mb-xsmall {
  margin-bottom: 1rem !important
}

.u-mt-large {
  margin-top: 5rem !important
}

.u-mt-medium {
  margin-top: 3rem !important
}

.u-mt-small {
  margin-top: 2rem !important
}

.u-mt-xsmall {
  margin-top: 1rem !important
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto
}

.u-m-none {
  margin: 0 !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-list {
  list-style: none
}

.u-list__item {
  position: relative;
  padding-top: 1rem;
  font-size: 1.4rem
}

.u-list__item::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.8rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -2rem;
  color: #00b140;
  height: 1.8rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 768px) {
  .u-list--duo {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 7rem;
    column-gap: 7rem
  }
}

@media screen and (max-width: 767px) {
  .u-list {
    margin-left: 2rem
  }
}

.c-btn {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  border: solid .1rem;
  border-radius: 3rem;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
  max-width: 100%;
  min-width: 15rem;
  overflow: hidden;
  transition: ease all 0.2s
}

.c-btn:not(:last-of-type) {
  margin-right: .8rem
}

.c-btn__text {
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-decoration: none;
  line-height: 1.2
}

.c-btn .material-icons {
  font-size: 1.8rem;
  margin-left: .4rem;
  transform: translateY(0.2rem)
}

.c-btn__blue-ghost,
.c-btn__blue,
.c-btn__green {
  color: #fff
}

.c-btn__green {
  border-color: #fff
}

.c-btn__green:hover,
.c-btn__green:focus {
  background-color: #00b140;
  border-color: #00b140;
  color: #fff
}

.c-btn__green:hover::before {
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33)
}

.c-btn__blue-ghost,
.c-btn__blue,
.c-btn__ghost {
  border-color: #0047bb
}

.c-btn__blue-ghost:hover,
.c-btn__blue-ghost:focus,
.c-btn__blue:hover,
.c-btn__blue:focus,
.c-btn__ghost:hover,
.c-btn__ghost:focus {
  background-color: #0047bb;
  border-color: #0047bb;
  color: #fff
}

.c-btn__blue-ghost::before,
.c-btn__green-ghost::before {
  position: absolute;
  content: "";
  border-radius: 3rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #0047bb, #00b140);
  z-index: -1;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0, 1);
  transform: scale(0)
}

.c-btn__blue {
  background-color: #0047bb
}

.c-btn__green {
  background-color: #00b140
}

.c-btn__ghost {
  color: #0047bb
}

@media screen and (max-width: 519px) {
  .btn {
    display: block;
    width: 100%
  }

  .btn-inline .btn:not(:first-child) {
    margin-top: 1rem
  }
}

.hero,
.hero-md {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 5rem;
  overflow: hidden;
  z-index: 1
}

.hero::after,
.hero-md::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1
}

.hero {
  max-height: 70rem;
  height: 70vh;
  min-height: 65rem;
  -ms-flex-pack: center;
  justify-content: center
}

.hero__content {
  text-align: center;
  margin: 0 15px;
  max-width: 800px
}

.hero__icon {
  width: 7.4rem;
  margin: 0 auto
}

.hero-md {
  max-height: 60rem;
  height: 60vh;
  min-height: 55rem
}

.row__img-info:not(:last-child) {
  margin-bottom: 7rem
}

.row__img-info,
.row__blurb-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.img-info__content {
  padding: 0 1.5rem
}

.img-info__img {
  height: 40rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  margin: 0 1.5rem
}

.blurb {
  text-align: center;
  padding: 1.5rem
}

.blurb__icon {
  margin: 0 auto
}

.blurb__icon,
.header__icon {
  margin-bottom: 1rem;
  width: 4.2rem
}

@media screen and (min-width: 768px) {
  .img-info__content {
    padding: 0 4rem
  }

  .row__blurb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row__img-info,
  .row__blurb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .row__img-info {
    -ms-flex-align: center;
    align-items: center
  }

  .row__img-info--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .blurb {
    width: 50%
  }
}

@media screen and (min-width: 1024px) {
  .blurb {
    width: 30%
  }
}

@media screen and (max-width: 767px) {
  .img-info__content {
    margin-bottom: 3.4rem
  }
}

.tab-slider {
  padding: 3rem 5rem 5rem 5rem;
  background-color: #eee
}

.tab-slider__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -1.7rem;
  width: 100%;
  padding: 0 1.5rem;
  z-index: 9;
  position: relative
}

.tab-slider__arrows .owl-prev,
.tab-slider__arrows .owl-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #0047bb;
  line-height: 1;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  font-size: 2rem;
  margin: 0 .3rem;
  cursor: pointer;
  transition: ease all 0.2s
}

.tab-slider__arrows .owl-prev:hover,
.tab-slider__arrows .owl-next:hover {
  color: #fff;
  background-color: #0047bb
}

.tab-slider__item {
  text-align: center
}

.tab-slider-nav {
  padding: 0 1.5rem
}

.tab-slider-nav::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #eee;
  width: 100%;
  height: 5rem;
  left: 0;
  top: 1.7rem;
  z-index: -1
}

.tab-slider-nav__btn {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: rgba(0, 71, 187, 0.6);
  border: rgba(0, 71, 187, 0.6) solid 0.1rem;
  background-color: #fff;
  border-radius: 3rem;
  padding: .7rem;
  font-size: 1.2rem;
  transition: ease all 0.2s
}

.tab-slider-nav__btn:hover,
.tab-slider-nav__btn:focus {
  border: #0047bb solid 0.1rem;
  color: #fff;
  background-color: #0047bb
}

.tab-slider-nav .owl-item.active.current .tab-slider-nav__btn {
  border: #0047bb solid 0.1rem;
  color: #fff;
  background-color: #0047bb
}

.slider-testimonial__nav {
  position: relative
}

.slider-testimonial__nav .owl-prev,
.slider-testimonial__nav .owl-next {
  display: -ms-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #0047bb;
  line-height: 1;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  font-size: 2rem;
  margin: 0 0.3rem
}

.slider-testimonial__nav .owl-prev {
  position: absolute;
  left: calc(50% - 4rem);
  margin-top: 0.75rem
}

.slider-testimonial__nav .owl-next {
  position: absolute;
  right: calc(50% - 4rem);
  margin-top: 0.75rem
}

.slider-testimonial .owl-dots .owl-dot span {
  background-color: #0047bb !important
}

.talent-community {
  padding: 7rem 3rem;
  color: #fff;
  background-color: #0047bb
}

.talent-community__cta {
  width: 20rem
}

@media screen and (min-width: 768px) {
  .talent-community__wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center
  }

  .talent-community__content {
    width: calc(100% - 24rem);
    margin-right: auto
  }

  .talent-community__content .paragraph:last-child {
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .talent-community__cta {
    margin-top: 2rem
  }
}

#header {
  border-bottom: solid 1px #eee
}

#header #primary-menu-trigger {
  font-size: 3rem
}

.sticky-header #primary-menu .primary-menu__item {
  margin: 1rem 2rem
}

#primary-menu ul li>a {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: ease all 0.2s
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
  color: #0047bb
}

#primary-menu .primary-menu__item {
  margin: 3rem 2rem;
  transition: margin .2s ease-in
}

#primary-menu .primary-menu__item .primary-menu__btn {
  color: #fff;
  background-color: #0047bb;
  border-radius: 3rem;
  font-weight: 700;
  padding: 1rem 2rem !important
}

#primary-menu .primary-menu__item .primary-menu__btn:hover,
#primary-menu .primary-menu__item .primary-menu__btn:focus,
#primary-menu .primary-menu__item.current .primary-menu__btn {
  color: #fff;
  background-color: #0047bb
}

@media screen and (max-width: 991px) {
  #logo>a {
    max-width: 50%
  }
}

#logo>a>img {
  -o-object-fit: contain;
  object-fit: contain
}

.footer {
  background-color: #eee;
  padding: 3rem
}

.footer__header {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #0047bb;
  font-size: 1.6rem;
  margin-bottom: 1.3rem
}

#footerpowered {
  display: none
}

.social-media__nav {
  margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
  .footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width: 991px) {

  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a {
    color: #0047bb
  }

  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a,
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a {
    color: #0047bb
  }
}

.section__intro,
.section__interior {
  padding-top: 10rem
}

.section__interior--bg-grey {
  background-color: #eee;
  padding: 7rem 0;
  margin-top: 10rem
}

#jobs-list.jobs-list {
  max-width: none;
  padding: 0;
  margin-top: 2rem
}

#jobs-list.jobs-list * {
  font-family: inherit
}

#jobs-list.jobs-list .no-results-container {
  margin-top: 6rem;
  margin-bottom: 6rem
}

#jobs-list.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles {
  font-family: "Cabin", sans-serif;
  height: auto;
  width: 100%;
  color: #fff;
  background-color: #0047bb;
  border-radius: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.2rem 2rem;
  border: solid #0047bb 0.1rem;
  transition: ease all 0.2s
}

#jobs-list.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form input[type="email"],
#jobs-list.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form .frequency-select,
#jobs-list.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form .Select-control {
  height: auto;
  width: 100%;
  border: 0;
  margin: .5rem 0;
  border-radius: 2px;
  padding: 1rem 1.5rem;
  z-index: 1;
  border: #CCCCCC solid 1px
}

#jobs-list.jobs-list .pagination a {
  color: #00b140;
  padding: .5rem;
  transition: ease all 0.2s
}

#jobs-list.jobs-list .pagination a.not-selectable,
#jobs-list.jobs-list .pagination a:hover {
  color: #333
}

#jobs-list.jobs-list aside .reset-filters a {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: underline !important
}

#jobs-list.jobs-list .results-header {
  margin: 0px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 2.5px;
  font-weight: 400;
  text-transform: uppercase
}

#jobs-list .fa {
  font: normal normal normal 14px/1 FontAwesome
}

#jobs-list .results-container {
  padding: 0 0 9rem 0
}

#jobs-list .item-title span {
  display: block;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #00b140
}

#jobs-list span.street {
  display: none
}

#jobs-list button {
  display: inline-block
}

#jobs-list aside {
  width: 33.33333333%;
  float: left;
  z-index: 2;
  margin-top: 1.2rem;
  position: relative;
  background: #0047bb;
  padding: 4rem;
  border-radius: 0 1rem 1rem 0;
  margin-top: 0
}

#jobs-list aside .filter-group>h3 {
  display: none
}

#jobs-list aside .filter-group .LocationSearchInputComponent .Select-control {
  height: 5rem;
  font-size: 1.4rem;
  border-radius: .3rem
}

#jobs-list aside .filter-container input[type="text"],
#jobs-list aside .filter-container button,
#jobs-list aside .filter-container .filter-header {
  height: inherit;
  font-size: 1.4rem;
  border: 0;
  margin: .5rem 0;
  border-radius: .3rem;
  padding: 1.5rem 1rem;
  z-index: 1;
  background: #fff
}

#jobs-list main {
  float: right;
  position: relative;
  z-index: 1;
  width: 66.66666667%;
  padding: 2rem
}

#jobs-list main:first-child {
  width: 100%
}

#jobs-list main .results-container {
  position: initial;
  padding: 0;
  height: auto
}

#jobs-list .card {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 3rem;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 1;
  overflow: hidden
}

#jobs-list .app.stacked {
  overflow: hidden
}

#jobs-list .Select-placeholder,
#jobs-list .Select--single>.Select-control .Select-value {
  color: #333
}

#jobs-list .results-list .result-item,
#jobs-list .results-list .results-item:nth-child(even) {
  background-color: #fff;
  padding: 3.5rem .8rem;
  margin: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  cursor: pointer;
  transition: 0.3s all ease-in-out
}

#jobs-list .results-list .result-item:last-child {
  border-bottom: 1px solid #CCCCCC
}

#jobs-list .results-list .result-item:hover .item-title,
#jobs-list .results-list .result-item:hover span {
  text-decoration: none;
  color: #333
}

#jobs-list .results-list .result-item div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

#jobs-list .results-list .result-item .item-title>a {
  font-weight: 700;
  font-size: 2rem;
  width: calc(100% - 35rem);
  margin-right: auto
}

#jobs-list .results-list .result-item .city-state {
  width: 35rem;
  text-align: right
}

#jobs-list .pagination {
  margin: 0 auto;
  padding: 1rem 2rem;
  bottom: 0;
  width: 100%;
  max-width: 100%
}

#jobs-list .keyword-search,
#jobs-list .advanced-search-container {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: none;
  padding: 0
}

#jobs-list .filter-block .filter-container .keyword-search::before {
  content: "Search Jobs Now";
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem
}

#jobs-list .filter-category-container .filter-options-list-container::after,
#jobs-list .filter-category-container .filter-options-list-container::before {
  box-shadow: none
}

#jobs-list .job-search-button {
  padding: .75rem 1rem;
  margin-right: .25rem
}

#jobs-list .job-search-button.action,
#jobs-list .job-search-button.action:hover {
  border: 0;
  margin-right: 0
}

#jobs-list .job-search-button.primary {
  font-family: "Cabin", sans-serif;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3rem;
  padding: 1.2rem 2rem;
  transition: ease all .25s;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border: solid 0.15rem #00b140;
  background-color: #00b140
}

#jobs-list .job-search-button.primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b140
}

#jobs-list .job-search-button.secondary {
  color: #333;
  background-color: #fff;
  border: 0.1rem solid #333;
  font-size: 1.4rem;
  border-radius: 1.6rem
}

#jobs-list .job-search-button.secondary.selected {
  background-color: #333;
  color: #fff
}

#jobs-list .results-total {
  color: #00b140
}

#jobs-list .sort-container {
  display: block;
  margin: 0;
  padding: 1.5rem 0;
  max-width: 100%;
  text-align: right;
  margin-right: 5px
}

.page-jobs #jobs-list.jobs-list {
  margin-top: 9rem
}

@media screen and (max-width: 1023px) {
  #jobs-list main {
    padding: 0 3rem 0 0;
    margin-top: 0;
    left: 0;
    display: block;
    float: none;
    width: auto
  }

  #jobs-list .app {
    display: block
  }

  #jobs-list .app.stacked .filter-block .filter-container {
    max-width: none;
    overflow: hidden
  }

  #jobs-list aside {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding: 4rem 3rem
  }

  #jobs-list .card {
    padding: 0;
    margin: 0;
    width: 100%
  }

  #jobs-list .results-header {
    padding: 1rem 3rem;
    margin: 0
  }

  .all_jobs-link {
    display: none
  }
}

#job-detail .job-description .content {
  max-width: 90rem
}

#job-detail .job-description .job-title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #00b140
}

#job-detail .job-description h3,
#job-detail .job-description h3.job-title,
#job-detail .job-description h3.application-instructions-header {
  font-size: 1.8rem;
  margin-bottom: 1rem
}

#job-detail .job-description h3.card-heading {
  display: none
}

#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header {
  font-size: 1.6rem;
  margin-bottom: 1rem
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-description-content li,
#job-detail .job-description .job-skills p,
#job-detail .job-description .job-skills span,
#job-detail .job-description .job-skills li,
#job-detail .job-description .job-notes.important-notes p,
#job-detail .job-description .job-notes.important-notes span,
#job-detail .job-description .job-notes.important-notes li {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333
}

#job-detail .job-description ul {
  padding-left: 2rem
}

#job-detail .job-description .job-addl-info .simple-apply-container {
  background-color: #fff
}

#job-detail .job-description .job-addl-info .job-status,
#job-detail .job-description .job-addl-info .date,
#job-detail .job-description .job-addl-info .job-ref {
  font-size: 1.4rem;
  margin-bottom: .5rem
}

#job-detail .job-description .job-addl-info .view-location-label {
  letter-spacing: 0;
  font-size: 1.4rem
}

#job-detail .job-description .apply-button {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  border-radius: 20rem;
  min-width: 10rem;
  padding: 1.2rem 2rem;
  border: solid .2rem;
  border: solid 0.15rem #0047bb;
  background-color: #0047bb;
  transition: ease all .25s
}

#job-detail .job-description .apply-button:hover {
  color: #fff;
  background-color: #0047bb;
  border-color: #0047bb
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
  font-size: 1.4rem;
  color: #0047bb;
  background-color: #fff;
  border: solid 0.15rem #0047bb;
  border-radius: 20rem
}

#job-detail .job-description .map-button:hover,
#job-detail .job-description .job-share-button:hover {
  background-color: #0047bb;
  border: solid 0.15rem #0047bb
}

#job-detail .job-description .margin-top-none {
  margin-top: 0;
  margin-bottom: 0
}

#job-detail .job-description .field-column {
  margin-bottom: 1rem
}

@media screen and (min-width: 520px) {
  #jobs-list .results-header {
    padding-left: 4.5rem
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {

  #jobs-list .keyword-search,
  #jobs-list .advanced-search-container {
    float: left;
    width: 100%;
    padding: 0
  }

  #jobs-list .pagination {
    display: block
  }

  #jobs-list .pagination.mobile {
    display: none
  }

  #jobs-list .pagination a {
    margin: 0 .65rem
  }

  #jobs-list .sort-container {
    margin-top: 40px
  }
}

@media screen and (max-width: 639px) {
  #jobs-list {
    padding: 0
  }

  #jobs-list .pagination {
    text-align: center
  }

  #jobs-list .pagination.mobile .pagination-button.disabled,
  #jobs-list .pagination.mobile .pagination-label {
    color: #000
  }

  #jobs-list aside {
    padding: 3rem 2rem
  }

  #jobs-list .card {
    padding: 0 0 6rem 0
  }

  #jobs-list .sort-container button {
    margin-top: 0
  }

  #jobs-list .results-header {
    padding: 2rem;
    margin: 0
  }
}

@media screen and (max-width: 519px) {
  #jobs-list.jobs-list .sort-container {
    margin-right: 0
  }

  #jobs-list.jobs-list .sort-container button {
    margin-bottom: .5rem
  }

  #jobs-list.jobs-list .results-list .result-item .item-title>a,
  #jobs-list.jobs-list .results-list .result-item .location {
    width: 100%
  }

  #jobs-list .results-list .result-item,
  #jobs-list .results-list .result-item:nth-child(even) {
    padding: 2rem 1.5rem
  }

  #jobs-list .results-list .result-item div {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (min-width: 768px) {
  #job-detail .job-description .main-content {
    width: calc(100% - 20rem)
  }

  #job-detail .job-description .job-addl-info {
    width: 20rem
  }
}