 /*--------------------------
OSCEOLA SCHOOL DISCTRICT 2021
--------------------------*/

/* :root {
 --color-blue: #303D65;
--color-dark-blue: #212B48;
--color-cyan: #A1D8D2;
--color-green: #9DBC5F;
--color-dark-green: #84a444;
--color-black: #000;
--color-grey: #333333;
--color-lightest-cyan: #EAF6F4;
--color-white: #fff;
} */

/* NOTICE */

.c-notice {
    border: #9DBC5F solid .2rem;
    padding: 2.4rem;
    border-radius: 1rem;
}

/* POP UP */

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 999999;
}

.c-popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    font-size: 2.2rem;
    background:#A1D8D2;
    color:#303D65;
    border-radius: 50%;
    top: -2rem;
    right: -2rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.64, -0.11, 0.59, 1.07);
}

.c-popup__close:hover {
    color: #A1D8D2;
    background-color: #303D65;
    transform: scale(1.1);
}

.c-popup {
    position: absolute;
    background: #212B48;
    width: calc(100% - 4rem);
    max-width: 60rem;
    height: auto;
    margin: 2rem auto;
    text-align: center;
    top: 50%;
    left: 50%;
    border-radius: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.c-popup__content {
    padding: 4rem;
} 

.c-popup__content a { 
    text-decoration: none;
    color: white
}

.c-popup__content a:hover { 
    text-decoration: underline;
    color: white
}

.c-popup__content ul {
    text-align: left;
}
/* footerpowered */

#footerpowered {
  display: none;
}

/* COMAPNY FOLLOW */

#company-follow.company-follow * {
  font-family: "Open Sans", sans-serif !important;
}

#company-follow .company-follow-container {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#company-follow .company-follow-container .leader {
  background-color: #84a444 !important;
}

/* JOBS LIST */

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

#jobs-list.jobs-list main {
  background-color: #303D65;
}

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

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

.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form * {
  font-size: 1.6rem;
}

.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form input[type="email"],
.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form .frequency-select,
.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: 2.5rem;
  padding: 1rem 1.5rem;
  z-index: 1;
  border: #CCCCCC solid 1px;
}

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

.page-jobs .p-section {
  margin-top: 10rem;
}

#jobs-list .results-container {
  padding: 0 0 9rem 0;
  min-height: 775px !important;
}


#jobs-list.jobs-list .pagination a {
  color: #A1D8D2;
  padding: .5rem;
  -webkit-transition: ease .2s all;
  -o-transition: ease .2s all;
  transition: ease .2s all;
}

#jobs-list.jobs-list .pagination a.not-selectable {
  color: #CCCCCC;
}

#jobs-list.jobs-list .pagination a:hover {
  color: #EAF6F4;
}

#jobs-list .item-title span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

#jobs-list.jobs-list .results-list .result-item .item-title .location {
  font-weight: 400;
  text-align: right;
}

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

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

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

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

@media(min-width: 1023px) {
  #jobs-list main {
    padding: 0 3rem 0 0;
  }
}

#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;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 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: #757575;
}

#jobs-list.jobs-list main .results-container .results-list {
  padding: 0 1rem;
}

#jobs-list .results-list .result-item,
#jobs-list .results-list .result-item:nth-child(even) {
  background-color: transparent;
  padding: 3.5rem 0;
  margin: 0;
  display: block;
  width: 100%;
  border-top: .2rem solid #9DBC5F;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#jobs-list .results-list .result-item:last-child {
  border-bottom: .2rem solid #9DBC5F;
}

#jobs-list .results-list .result-item:hover .item-title,
#jobs-list .results-list .result-item:hover span {
  color: #A1D8D2;
}

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

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

#jobs-list.jobs-list .results-list .result-item .location {
  width: 30%;
}

#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 aside .filter-group>h3,
#jobs-list.jobs-list aside .filter-group .LocationSearchInputComponent {
  display: none;
}

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

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

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

#jobs-list .filter-category-container .filter-options-list-container {
  width: 100%;
  z-index: 2;
  margin-top: -.5rem;
}

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

#jobs-list .job-search-button.primary,
#job-detail .job-description .apply-,
#jobs-list.jobs-list .no-results-company-follow-container .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #212B48;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  border-radius: 2.5rem;
  border: #9DBC5F solid 0.2rem;
  height: auto;
  width: 100%;
  background-color: #9DBC5F;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

#jobs-list .job-search-button.primary:hover,
#job-detail .job-description .apply-button:hover {
  background-color: #84a444;
  border-color: #84a444;
  color: #fff;
}

#jobs-list .job-search-button.primary {
  margin-bottom: 2rem;
}

#jobs-list.jobs-list aside .reset-filters a {
  color: #fff;
  text-decoration: underline;
}

#jobs-list.jobs-list .results-header {
  margin: 0px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

#jobs-list .sort-container {
  display: block;
  margin: 0;
  padding: 1.5rem 0;
  max-width: 100%;
  margin-bottom: 2rem;
}

#jobs-list .job-search-button.secondary {
  color: #A1D8D2;
  background-color: #303D65;
  border: .2rem solid #A1D8D2;
  font-size: 1.2rem;
  border-radius: 2.5rem;
  font-weight: 600;
}

#jobs-list .job-search-button.secondary.selected {
  background-color: #A1D8D2;
  color: #303D65;
}


#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;
}

@media (min-width: 521px) {

  #jobs-list .sort-container span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #jobs-list .results-header {
    position: absolute;
    top: 2.5rem;
    left: 4rem;
  }
}

@media(max-width: 1023px) {

  #jobs-list .app {
    display: block;
  }

  #jobs-list aside {
    /*display: block;*/
    float: none;
    width: 100%;
    /*margin-bottom: 10px;*/
    padding-bottom: 0;
    padding: 4rem 3rem;
  }

  .all_jobs-link {
    display: none;
  }


  #jobs-list main {
    margin-top: 0;
    left: 0;
    display: block;
    float: none;
    width: auto;
  }


  #jobs-list .card {
    /*padding: 0 3rem 7rem 3rem;*/
    padding: 0;
    margin: 0;
    width: 100%;
  }

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


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

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

  #jobs-list .keyword-search,
  #jobs-list .advanced-search-container {
    display: inline-block;
    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(max-width: 639px) {

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

  #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;
  }

  #jobs-list {
    padding: 0;
  }

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

@media(max-width:520px) {
  #jobs-list.jobs-list .results-list .result-item .item-title .location {
    text-align: left;
  }

  #jobs-list.jobs-list .sort-container {
    margin-right: 0;
  }

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

  #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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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


/* JOB DETAILS */

#job-detail .job-description {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-color: #212B48;
}

#job-detail .job-description .content {
  border-radius: 2rem;
  background-color: #303D65;
}

#job-detail .job-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: .5rem;
}

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

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

#job-detail .job-description .job-addl-info .salary-comment {
    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-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1.8rem;
}

#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-description-content a,
#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-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

#job-detail .job-description .apply-button {
  background-color: #9DBC5F;
  border: solid 0.2rem #9DBC5F;
  color: #212B48;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.5rem;
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
  color: #fff;
  background-color: #303D65;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: .5rem;
  border: solid 0.2rem #9DBC5F;
  padding: 1rem;
  border-radius: 2.5rem;
}

#job-detail .job-description .map-button:hover,
#job-detail .job-description .job-share-button:hover {
  color: #fff;
  background-color: #84a444;
  border-color: #84a444;
}

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

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


.mt-10 {
    margin-top: 14rem;
}
.text-white {
  color: white;
}
.w-full {
  width: 100%;
}

.network__button {
    display: block;
  text-decoration: none;
}

.network__button:hover {
  text-decoration: underline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mt-2 {
  margin-top: 20px;
}