 @media(max-width: 768px) {
  #job-detail .simple-apply-container.bottom-styles {
    display: block !important;
  }
}

/*HACKS - accordian on ie*/

#PContent>section.s4.s4--overview>div:nth-child(2)>div.paragrams.accordion.horizontal>ul>li>a>span {
  background-color: rgba(255, 255, 255, 0)\0;
  /* IE8, IE9 */
  filter: none\0;
  /* IE8, IE9 */
}

/*hack-end*/
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  color: #4b4b4b;
}

.salary-comment {
  display: none !important;
}



/********************************

@     quick edits

********************************/

.pdf {
  padding: 30px;
}

.pdf img {
  border: 5px solid #12A79D;
  width: 330px;
  margin: 0 auto;
  float: left;
}

.pdf a {
  border-bottom: none;
}


/********************************

@     HELPER CLASSES

********************************/
.align-left {
  text-align: left !important;
}

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

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

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

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

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

.margin-auto {
  margin: auto !important;
}



/* Layout */

.row {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column,
.columns {
  padding-left: 1.5%;
  padding-right: 1.5%;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.sm-12 {
  width: 100%;
}

.sm-11 {
  width: 91.666666667%;
}

.sm-10 {
  width: 83.333333333%;
}

.sm-9 {
  width: 75%;
}

.sm-8 {
  width: 66.666666667%;
}

.sm-7 {
  width: 58.333333333%;
}

.sm-6 {
  width: 50%;
}

.sm-5 {
  width: 41.666666667%;
}

.sm-4 {
  width: 33.333333333%;
}

.sm-3 {
  width: 25%;
}

.sm-2 {
  width: 16.666666667%;
}

.sm-1 {
  width: 8.333333333%;
}


/* Components */

/*
Navigation
*/

.navigation {
  background: rgba(255, 255, 255, .8);
  position: fixed;
  width: 100%;
  z-index: 2;
  max-height: 75px;
  overflow: hidden;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}

.navigation.open {
  background: rgba(255, 255, 255, 1);
  max-height: 410px;
}



/************************************
*****Job_detaill Button Hover********
*************************************/

/*change background-color*/

/*#job-detail .primary-background-color-lighter:hover,*/
/*#job-detail .primary-background-color-lighter:focus {*/
/*  background-color: #12a79d;*/
/*  color: #fff;*/
/*}*/

/*#job-detail .secondary-color {*/
/*  color: #fff;*/
/*}*/

/*#job-detail .primary-background-color {*/
/*  background-color: rgba(6, 6, 6, 0.6);*/
/*}*/

/*#job-detail .job-description .apply-with-jobing-component .jobing-icon {*/
/*  fill: #fff;*/
/*}*/

/*#job-detail .job-addl-info .map-button:hover,*/
/*#job-detail .job-addl-info .job-share-button:hover {*/
/*  color: #ffffff;*/
/*  background-color: #12a79d;*/
/*}*/

/*#jobs-list.jobs-list .app * {*/
/*    font-family: "myriad-pro", Helvetica, Arial, sans-serif;*/
/*}*/

/*#jobs-list.jobs-list .app.stacked .filter-block {*/
/*    background-color: #4b4b4b;*/
/*}*/

/*#jobs-list.jobs-list aside .reset-filters a,*/
/*#jobs-list .results-list .result-item .item-title>a,*/
/*#jobs-list.jobs-list aside .filter-group>h3 {*/
/*  border: 0;*/
/*}*/

/*#jobs-list.jobs-list aside .reset-filters a {*/
/*    color: #fff;*/
/*}*/

/*#jobs-list.jobs-list .job-search-button.primary {*/
/*  color: #4b4b4b;*/
/*  border: 2px solid #4b4b4b;*/
/*  background-color: #fff;*/
/*  text-transform: uppercase;*/
/*  margin-top: 5px;*/
/*}*/

/*#jobs-list.jobs-list .job-search-button.primary:hover {*/
/*  color: #fff;*/
/*  background-color: #78B33F;*/
/*  border-color: #78B33F;*/
/*}*/

/*.jobs-list .results-list .result-item {*/
/*  transition: all 0.3s ease 0s;*/

/*}*/

/*#jobs-list .results-list .result-item:hover,*/
/*#jobs-list .results-list .result-item:nth-child(even):hover {*/
/*  background-color: rgb(25, 109, 182);*/
/*}*/

/*#jobs-list .results-list .result-item:hover .item-title>a,*/
/*#jobs-list .results-list .result-item:hover .item-title>span,*/
/*#jobs-list .results-list .result-item:nth-child(even):hover .item-title>a,*/
/*#jobs-list .results-list .result-item:nth-child(even):hover .item-title>span {*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

/*#job-list-page .navigation,*/
/*.page-talent-community .navigation,*/
/*#job-detail .navigation {*/
/*  position: relative;*/
/*  background: #fff;*/
/*}*/

/*#jobs-list span.pay {*/
/*  margin-top: 8px;*/
/*}*/

/*#job-detail #PContent,*/
/*#job-detail .inner {*/
/*  padding: 1.5%;*/
/*}*/

/*#job-detail .inner {*/
/*  background: #fff;*/
/*}*/

/*#job-detail tbody {*/
/*  font-size: 1rem;*/
/*}*/

/*#job-detail .job-description h4.job-description-header {*/
/*  font-size: 2rem;*/
/*  text-decoration: underline;*/
/*}*/

/*#job-detail .job-description {*/
/*  background: #12a79d;*/
/*  background: -moz-linear-gradient(-45deg, #12a79d 35%, #2989d8 100%, #7db9e8 100%);*/
/*  background: -webkit-linear-gradient(-45deg, #12a79d 35%, #2989d8 100%, #7db9e8 100%);*/
/*  background: linear-gradient(135deg, #12a79d 35%, #2989d8 100%, #7db9e8 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12a79d', endColorstr='#7db9e8', GradientType=1);*/
/*}*/

/*#job-detail #JobSummarySection tr th,*/
/*#job-detail #JobSummarySection tr td {*/
/*  padding: 5px;*/
/*}*/

/*#job-detail .simple-apply-container.bottom-styles {*/
/*  display: none;*/
/*}*/

#jobs-list,
#footerpowered {
    display: none;
}

.c-jobs {
    width: 100%;
    padding: 0px 15px 40px;
    max-width: none;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .c-jobs {
        padding: 0 50px 60px;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs {
        padding: 60px 100px 100px;
    }
}
.c-jobs * {
    box-sizing: border-box;
}

.c-job-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .c-job-main {
        flex-direction: row;
        gap: 48px;
    }
}
.c-job-main__left {
    background-color: #0080C5;
    color: #fff;
    padding: 32px;
    border-radius: none;
    height: -moz-fit-content;
    height: fit-content;
}
@media screen and (min-width: 768px) {
    .c-job-main__left {
        padding: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .c-job-main__left {
        width: 370px;
    }
}
.c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (min-width: 1024px) {
    .c-job-main__right {
        flex-grow: 1;
    }
}
.c-job-main__right .results-header {
    color: #666;
}
.c-job-main__right .results-header__content-total {
    color: #196DB6;
}
.c-job-main__sorting {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .c-job-main__sorting {
        flex-direction: row;
        justify-content: space-between;
    }
}
.c-job-main__sorting-left .results-header {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.c-job-main__sorting-right .c-jobs-sortby {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px 24px;
    border: 2px solid #4b4b4b;
    justify-content: center;
    align-items: center;
}
.c-job-main__sorting-right .c-jobs-sortby .Select {
    width: 130px;
}
.c-job-main__sorting-right .c-jobs-sortby .Select.is-open .Select-control {
    background-color: #fff !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-control {
    color: #4b4b4b;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border: none !important;
    background-color: #fff !important;
}
.c-job-main__sorting-right .c-jobs-sortby .Select .Select-value-label {
    color: #4b4b4b;
}

.c-main-hero-search {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.c-main-hero-search input:focus, .c-main-hero-search input:active {
    outline: none;
}
.c-main-hero-search__keyword {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}
.c-main-hero-search__keyword-label {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.c-main-hero-search__keyword-input {
    width: 100%;
    color: #4b4b4b;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border: none;
}
.c-main-hero-search__keyword .keyword-search__input {
    padding: 16px 24px;
    background-color: #fff;
    border: 2px solid #196DB6;
    border-radius: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    transition: ease all 0.2s;
}
.c-main-hero-search__keyword .keyword-search__input:focus-within {
    border: 2px solid #196DB6;
}
.c-main-hero-search__keyword .keyword-search__input-icon--search {
    color: #4b4b4b;
}
.c-main-hero-search__button {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    transition: ease all 0.2s;
    border-radius: none;
    border: 2px solid #4b4b4b;
    margin-top: 16px;
}
.c-main-hero-search__button > button {
    text-transform: uppercase;
}
.c-main-hero-search__button-search {
    padding: 12px 25px;
    background-color: #fff;
    width: 100%;
    background-color: #fff;
    border-radius: none;
    color: #4b4b4b;
    transition: ease all 0.2s;
    border: none;
    outline: none;
    cursor: pointer;
}
.c-main-hero-search__button:hover, .c-main-hero-search__button:focus {
    background-color: #78B33F;
    border: 2px solid #78B33F;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
}
.c-main-hero-search__button:hover .c-main-hero-search__button-search, .c-main-hero-search__button:focus .c-main-hero-search__button-search {
    color: #fff;
    background-color: #78B33F;
}
.c-main-hero-search__location i {
    color: #4b4b4b;
}
.c-main-hero-search__location-content {
    display: flex;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: none;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border: 2px solid #196DB6;
    transition: ease all 0.2s;
}
.c-main-hero-search__location-content:focus-within {
    border: 2px solid #196DB6;
}
.c-main-hero-search__location-drop {
    flex-grow: 1;
}
.c-main-hero-search__location-drop input {
    width: 100%;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border: none;
    color: #4b4b4b;
}
.c-main-hero-search__location-drop .menu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #fff;
    color: #4b4b4b;
    width: 100%;
    transition: all ease-in 0.6s;
    padding: 28px;
    z-index: 1;
}
.c-main-hero-search__location-drop .menu .location-item:hover {
    background: #196DB6;
    color: #fff;
}
.c-main-hero-search__location-drop .menu .location-item__text {
    display: flex;
    width: 100%;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
.c-main-hero-search__location-drop .menu .location-item__zip::after {
    content: "-";
    margin: 0 3px;
}
.c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #196DB6;
    color: #fff;
}

.ssr-search-bar {
    width: 100%;
    padding: 0 20px;
    height: 310px;
    margin-top: -185px;
    z-index: 10;
    position: relative;
}
@media screen and (min-width: 768px) {
    .ssr-search-bar {
        padding: 0 40px;
    }
}
@media screen and (min-width: 1024px) {
    .ssr-search-bar {
        padding: 0 64px;
        height: 133px;
        margin-top: -126.5px;
    }
}

.-horizontal.c-main-hero-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 8px;
    background-color: #0080C5;
    position: relative;
    z-index: 3;
    max-width: 1234px;
    border-radius: 8px;
}
@media screen and (min-width: 768px) {
    .-horizontal.c-main-hero-search {
        flex-direction: row;
        align-items: flex-end;
    }
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__keyword {
        flex-grow: 1;
    }
}
.-horizontal.c-main-hero-search .c-main-hero-search__keyword-label {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: none;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location.location-search {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-label {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: none;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu {
    background: #fff;
    color: #4b4b4b;
    transform: translateY(calc(100% + 18px));
    border: 1px solid #f5f5f5;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item:hover {
    background: #196DB6;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__location-drop .menu .location-item--hightlight {
    background: #196DB6;
    color: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button {
    margin-top: 0px;
}
@media screen and (min-width: 1024px) {
    .-horizontal.c-main-hero-search .c-main-hero-search__button {
        width: 190px;
    }
}
.-horizontal.c-main-hero-search .c-main-hero-search__button-search {
    border: 2px solid #4b4b4b;
    transition: ease all 0.2s;
    color: #4b4b4b;
    background: #fff;
}
.-horizontal.c-main-hero-search .c-main-hero-search__button-search:hover {
    border: 2px solid #78B33F;
    color: #fff;
    background: #78B33F;
}

.jobs-current-searches {
    display: flex;
    flex-direction: column;
}
.jobs-current-searches__title {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.jobs-current-searches__tag-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin: 0;
}
.jobs-current-searches__tag-item {
    padding: 4px 8px 4px 12px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    transition: ease all 0.2s;
    cursor: default;
    color: #78B33F;
    border: 1px solid #78B33F;
    border-radius: 100px;
}
.jobs-current-searches__tag-item:hover {
    background-color: #78B33F;
    color: #fff;
    border: 1px solid #78B33F;
}
.jobs-current-searches__tag-item:hover svg > path {
    fill: #fff;
}
.jobs-current-searches__tag-close {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: 17px;
    height: 17px;
    transition: ease all 0.2s;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}
.jobs-current-searches__tag-close svg {
    width: 9px;
    height: 9px;
}
.jobs-current-searches__tag-close svg > path {
    fill: #78B33F;
}

.c-jobs-filter {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    max-width: none !important;
}
.c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.c-jobs-filter .filter-group > h3 {
    display: none !important;
}
.c-jobs-filter .filter-category-container {
    background-color: #fff;
    border: 1px solid #4b4b4b;
    margin-bottom: 8px;
    border-radius: none;
}
.c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0;
}
.c-jobs-filter .filter-header {
    padding: 16px 24px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    background-color: rgba(0, 0, 0, 0) !important;
}
.c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 24px;
    color: #4b4b4b;
}
.c-jobs-filter .filter-option label > .option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: space-between;
}
.c-jobs-filter .filter-options-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.c-jobs-filter .filter-options-list-container {
    padding: 0;
    border-top: none;
}
.c-jobs-filter .reset-filters {
    text-align: start;
}
.c-jobs-filter .reset-filters a {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: #0080C5;
    color: #fff;
}
.c-jobs-filter .reset-filters a:hover {
    text-decoration: underline;
    color: #196DB6;
}

.c-jobs-list {
    margin-top: 34px;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list {
        margin-top: 0;
    }
}
.c-jobs-list .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #4b4b4b;
    background-color: #fff;
    gap: 18px;
}
.c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    border: none;
    color: #4b4b4b;
}
.c-jobs-list .results-list__item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-content {
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
}
.c-jobs-list .results-list__item-street, .c-jobs-list .results-list__item-brand {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.c-jobs-list .results-list__item-street--icon > svg > g > g, .c-jobs-list .results-list__item-brand--icon > svg > g > g {
    stroke: #555;
}
.c-jobs-list .results-list__item-street--label, .c-jobs-list .results-list__item-brand--label {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #555;
}
.c-jobs-list .results-list__item-apply {
    padding: 15px 60px;
    background-color: #fff;
    border: 2px solid #4b4b4b;
    border-radius: none;
    text-decoration: none;
    transition: ease all 0.2s;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .c-jobs-list .results-list__item-apply {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
    }
}
@media screen and (min-width: 1024px) {
    .c-jobs-list .results-list__item-apply {
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content;
        transform: translateY(-50%);
    }
}
.c-jobs-list .results-list__item-apply:hover, .c-jobs-list .results-list__item-apply:focus {
    background-color: #78B33F;
    border: 2px solid #78B33F;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
    color: #fff;
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon {
    background-color: rgba(0, 0, 0, 0);
}
.c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon > svg > g > g, .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon > svg > g > g {
    fill: #fff;
}
.c-jobs-list .results-list__item-apply--label {
    color: #4b4b4b;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.c-jobs-list .results-list__item-apply--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: ease all 0.2s;
}
.c-jobs-list .results-list__item-apply--icon > svg > g > g {
    transition: ease all 0.2s;
    fill: #4b4b4b;
}
.c-jobs-list .results-container {
    margin-top: 20px;
    position: relative;
}

.c-jobs-pagination {
    margin: 30px 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.c-jobs-pagination .page-size {
    display: none;
    border: none;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-size {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 18px;
        justify-content: center;
        text-align: center;
    }
}
.c-jobs-pagination .page-size:focus-visible {
    outline: none;
}
.c-jobs-pagination .pagination {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .pagination {
        justify-content: flex-start;
    }
}
.c-jobs-pagination .pagination.mobile {
    display: none;
}
.c-jobs-pagination .page-links {
    background: #fff;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .c-jobs-pagination .page-links {
        margin-right: 30px;
    }
}
.c-jobs-pagination .page-links > a {
    cursor: pointer;
    margin: 0 5px;
    color: #666666;
    border: none;
}
.c-jobs-pagination .page-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: ease all 0.2s;
}
.c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #196DB6;
}
.c-jobs-pagination .page-link.page-link-next, .c-jobs-pagination .page-link.page-link-last, .c-jobs-pagination .page-link.page-link-first, .c-jobs-pagination .page-link.page-link-previous {
    height: 36px;
    width: 36px;
    background: #fff;
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: ease all 0.2s;
}
.c-jobs-pagination .page-link.page-link-next:hover, .c-jobs-pagination .page-link.page-link-last:hover, .c-jobs-pagination .page-link.page-link-first:hover, .c-jobs-pagination .page-link.page-link-previous:hover {
    background: #78B33F;
    color: #fff;
    border: 2px solid #78B33F;
}
.c-jobs-pagination .page-link.page-link-next.not-selectable, .c-jobs-pagination .page-link.page-link-last.not-selectable, .c-jobs-pagination .page-link.page-link-first.not-selectable, .c-jobs-pagination .page-link.page-link-previous.not-selectable {
    opacity: 0.5;
    cursor: not-allowed;
    display: none;
}
.c-jobs-pagination .page-link.current-page.not-selectable {
    color: #196DB6;
}

@media screen and (min-width: 768px) {
    .job-description {
        padding: 100px 0 30px 0 !important;
    }
}
.job-description .job-title {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 50px !important;
    line-height: 74px !important;
    letter-spacing: 1px !important;
    margin-bottom: 32px;
    color: #4b4b4b !important;
}
.job-description .content {
    max-width: 1312px !important;
}
.job-description .main-content {
    width: 100% !important;
    padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .main-content {
        width: calc(100% - (210px + 20px)) !important;
        padding-right: calc(10px) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .main-content {
        width: calc(100% - (250px + 30px)) !important;
        padding-right: calc(15px) !important;
    }
}
.job-description .job-addl-info {
    width: 100% !important;
    padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
    .job-description .job-addl-info {
        width: 210px !important;
        padding-left: calc(10px) !important;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (min-width: 1024px) {
    .job-description .job-addl-info {
        width: 250px !important;
        padding-left: calc(15px) !important;
    }
}
.job-description .job-addl-info .details {
    background-color: #fff;
}
.job-description-header {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 16px;
    color: #4b4b4b;
}
.job-description-content p,
.job-description-content span,
.job-description-content li {
    font-style: normal;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #4b4b4b !important;
}
.job-description .apply-button {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 15px 0px !important;
    color: #4b4b4b !important;
    border-radius: none !important;
    border: 2px solid #4b4b4b !important;
    background-color: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: ease all 0.2s;
}
.job-description .apply-button:hover {
    border: 2px solid #78B33F !important;
    background-color: #78B33F !important;
    color: #fff !important;
}
.job-description .map-button,
.job-description .job-share-button {
    padding: 15px 0px;
    display: flex !important;
    flex-direction: row;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    background-color: #555 !important;
    border: 2px solid #555 !important;
    transition: ease all 0.2s;
    border-radius: none !important;
}
.job-description .map-button:hover,
.job-description .job-share-button:hover {
    color: #4b4b4b !important;
    background-color: #fff !important;
    border: 2px solid #4b4b4b !important;
}
.job-description .map-button .fa.fa-map-marker {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.job-description .map-button .location__label {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.job-description .job-addl-info .job-payrange,
.job-description .job-addl-info .job-payrange *,
.job-description .job-addl-info .salary-comment,
.job-description .job-addl-info .salary-comment *,
.job-description .job-addl-info .date,
.job-description .job-addl-info .date *,
.job-description .job-addl-info .job-status,
.job-description .job-addl-info .job-status *,
.job-description .job-addl-info .job-ref,
.job-description .job-addl-info .job-ref *,
.job-description .job-addl-info .job-description__categories,
.job-description .job-addl-info .job-description__categories *,
.job-description .job-addl-info .location,
.job-description .job-addl-info .location * {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #555 !important;
    color: #555;
}
.job-description .job-addl-info .job-payrange strong,
.job-description .job-addl-info .job-payrange * strong,
.job-description .job-addl-info .salary-comment strong,
.job-description .job-addl-info .salary-comment * strong,
.job-description .job-addl-info .date strong,
.job-description .job-addl-info .date * strong,
.job-description .job-addl-info .job-status strong,
.job-description .job-addl-info .job-status * strong,
.job-description .job-addl-info .job-ref strong,
.job-description .job-addl-info .job-ref * strong,
.job-description .job-addl-info .job-description__categories strong,
.job-description .job-addl-info .job-description__categories * strong,
.job-description .job-addl-info .location strong,
.job-description .job-addl-info .location * strong {
    font-weight: 700 !important;
}
.job-description .application-instructions-header,
.job-description .custom-apply-text {
    display: none;
}

th.jobinfo {
  font-weight: bold;
  padding-right: 15px;
}

.logo {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  width: 100px;
}

.logo a {
  border-bottom: 0;
}

.logo img {
  border: none;
  outline: none;
}

img,
iframe {
  max-width: 100%;
}

.lg-6 iframe {
  width: 100%;
  height: 50vw;
}

.menu {
  float: right;
  margin-top: 25px;
  display: none;
}

.menu-item {
  display: inline-block;
  margin: 0 15px;
}

.menu-link {
  text-transform: uppercase;
  color: #4b4b4b;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
}

.menu-link:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.menu-link--btn {
  color: #fff;
  background-color: #78B33F;
  display: inline-block;
  padding: 8px 10px;
  border-bottom: 0;
}

.menu-link--btn:hover {
  background-color: #0D9344;
  padding-bottom: 8px;
  border-bottom: 0;
}


.mobile-menu-trigger {
  display: block;
  float: right;
  font-size: 2em;
  margin-top: 12px;
}

.mobile-menu {
  padding: 0;
  margin: 0;
}

.mobile-menu-item {
  list-style: none;
  font-size: 1.75em;
  text-align: center;
  padding: 2.5vw 0;
}

.mobile-menu-item:last-of-type {
  padding-bottom: 5vw;
}

.mobile-menu-link {
  border: 0;
}

a {
  text-decoration: none;
  color: currentColor;
  border-bottom: 1px solid;
}

.header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--overview.jpg") 0 -20px no-repeat;
  background-size: cover;
  padding: 1px;
  height: 50vw;
}

.page-living-in-kent .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--living-in-kent.jpg") center no-repeat;
  background-size: cover;
}

.page-why-work-for-kent .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--why-work.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-law-careers .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--law.jpg") 0 -20px no-repeat;
  background-size: cover;
}

.page-parks-recreation-and-community-services .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--parks.jpg") 0 -20px no-repeat;
  background-size: cover;
}

.page-public-works .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--public-works.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-administration .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--administration.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-economic-and-community-development-careers .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--economy.jpg") top no-repeat;
  background-size: cover;
}

.page-police-force-careers .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--police.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-court-jobs .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--hr.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-finance-careers .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--finance.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-human-resources .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--hr.jpg") 0 -35px no-repeat;
  background-size: cover;
}

.page-it-careers .header {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__header--it.jpg") 0 0 no-repeat;
  background-size: cover;
}

.h1 {
  color: #fff;
  text-align: center;
  background: rgba(18, 167, 157, .8);
  width: 75%;
  margin: 32vw auto 0;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 4em;
}

.h1:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 110px solid transparent;
  border-right: 27.5px solid rgba(18, 167, 157, .8);
  position: absolute;
  left: -27px;
  bottom: 0;
}

.h1:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 110px solid transparent;
  border-left: 27.5px solid rgba(18, 167, 157, .8);
  position: absolute;
  right: -27px;
  top: 0;
}

body:not(#company-profile-main) .h1:before,
body:not(#company-profile-main) .h1:after {
  display: none;
}

.page-parks-recreation-and-community-services .h1,
.page-economic-and-community-development-careers .h1 {
  margin: 35vw auto 0;
}

.page-parks-recreation-and-community-services .h1,
.page-economic-and-community-development-careers .h1 {
  font-size: 3vw !important;
}

.page-parks-recreation-and-community-services .h1:before,
.page-parks-recreation-and-community-services .h1:after,
.page-economic-and-community-development-careers .h1:before,
.page-economic-and-community-development-careers .h1:after {
  display: none !important;
}

.page-why-work-for-kent .h1 {
  text-transform: none;
  font-weight: normal;
  font-size: 3em;
}

.page-why-work-for-kent .h1:before {
  border-top: 90px solid transparent;
}

.page-why-work-for-kent .h1:after {
  border-bottom: 90px solid transparent;
}

.h2 {
  color: #fff;
  font-size: 1.15em;
  display: inline-block;
  width: auto;
  position: relative;
  text-transform: uppercase;
}

.h2.ribbon {
  text-align: center;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
}

.h2.ribbon:before {
  width: 0;
  height: 0;
  border-top: 66px solid transparent;
  border-right: 25px solid rgba(108, 180, 63, .8);
  position: absolute;
  left: -25px;
  top: 0;
}

.h2.ribbon:after {
  width: 0;
  height: 0;
  border-bottom: 65px solid transparent;
  border-left: 25px solid rgba(108, 180, 63, .8);
  position: absolute;
  right: -25px;
  top: 0;
}

.h2.blue {
  background: #0080C5;
}

.h2.blue:before {
  border-right: 25px solid #0080C5;
}

.h2.blue:after {
  border-left: 25px solid #0080C5;
}

.h2.yellow {
  background: #D6DF21;
}

.h2.yellow:before {
  border-right: 25px solid #D6DF21;
}

.h2.yellow:after {
  border-left: 25px solid #D6DF21;
}

.italic {
  font-style: italic;
}

.s1--overview {
  margin-top: 48px;
}

.s1.benefits {
  text-align: center;
}

#company-profile-main .s1,
.page-living-in-kent .s1,
.page-why-work-for-kent .s1 {
  margin: 35px 0;
}

#company-profile-main .s1 .h2,
.page-living-in-kent .s1 .h2,
.page-why-work-for-kent .s1 .h2 {
  color: #4b4b4b;
}


.big-callout {
  text-align: center;
  height: 35vw;
  margin-top: 25px;
  background: tomato;
  position: relative;
}



.big-callout .h2 {
  margin-top: 10vw;
  text-transform: uppercase;
}

.big-callout .callout-link {
  margin-top: 7.5vw;
  display: block;
  opacity: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.big-callout a {
  text-decoration: none;
  color: #12A79D;
  border: 0;
  font-size: 21px;
}

.big-callout-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: 0;
}

.big-callout-border {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: transparent;
  border: 2px solid #fff;
  opacity: 0;
}

.big-callout .h2,
.big-callout .callout-link {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  position: relative;
  z-index: 2;
}

.big-callout-border,
.big-callout-overlay {
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
}

.big-callout:hover .h2 {
  margin-top: 7.5vw;
}

.big-callout:hover .callout-link {
  opacity: 1;
}

.big-callout:hover .big-callout-border {
  opacity: 1;
}

.big-callout:hover .big-callout-overlay {
  opacity: .65;
}

.big-callout:first-child {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_big-callout--left.jpg") 0 -25px no-repeat;
  background-size: cover;
}

.big-callout:last-child {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg-callout--2.jpg") 0 -25px no-repeat;
  background-size: cover;
}

.about-kent {
  margin-top: 40px;
}

.about-kent .big-callout {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_big-callout--right.jpg") top no-repeat;
  background-size: cover;
}

.s3--overview,
.s2--living-in-kent {
  text-align: center;
}

.s2--living-in-kent {
  padding: 25px 0;
}

.s2--living-in-kent .lg-4 {
  padding: 65px 0;
}

.s2--living-in-kent .lg-4:first-of-type {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_one.png") center no-repeat;
}

.s2--living-in-kent .lg-4:nth-of-type(2) {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_two.png") center no-repeat;
}

.s2--living-in-kent .lg-4:last-of-type {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_three.png") center no-repeat;
}

.s2--why-work {
  text-align: center;
  background: #f1f1f1;
  margin-top: 35px;
  padding: 50px 0;
  color: #4b4b4b;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.s2--why-work img {
  height: 90px;
}

.value-overlay {
  background: rgba(255, 255, 255, .95);
  padding: 10px 20px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: -2.5%;
  width: 100%;
  text-transform: none;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  box-shadow: none;
}

.value-overlay ul {
  padding: 0;
}

.value-title {
  font-weight: bold;
}



.video-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.video-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
}

.video-close {
  position: absolute;
  color: rgba(255, 255, 255, .7);
  font-size: 3.5em;
  top: 15px;
  right: 25px;
  cursor: pointer;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}

.video-close:hover {
  color: rgba(255, 255, 255, 1);
}

.video-iframe iframe {
  width: 65vw;
  height: 37vw;
  margin: 5% 17.5%;
}



.s2--why-work .lg-2:hover>.value-overlay {
  opacity: 1;
  top: -10%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .25)
}

.s3--living-in-kent .why-we-love-it {
  background: #12A79D;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.25em;
}

.s3--overview .columns {
  display: table;
}

.browserFirefox .s3--overview .columns {
  display: table-cell;
}

.s3--overview a:not(.btn) {
  border: 0;
}

.s3--overview .columns p {
  display: table-cell;
  vertical-align: middle;
}

.browserFirefox .s3--overview .columns p {
  display: inline-block;
  margin-top: 20%;
}

.s3--overview .columns p a {
  width: 150px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
}

.law {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--courts2.png") center no-repeat;
  background-size: contain;
}

.parks {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--parks.png") center no-repeat;
  background-size: contain;
}

.economic {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--administration.png") center no-repeat;
  background-size: contain;
}

.it {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--it.png") center no-repeat;
  background-size: contain;
}

.public {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--public-works.png") center no-repeat;
  background-size: contain;
}

.administration {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--admin.png") center no-repeat;
  background-size: contain;
}

.hr {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--finance.png") center no-repeat;
  background-size: contain;
}

.finance {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__finicial.png") center no-repeat;
  background-size: contain;
}

.court {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--law2.png") center no-repeat;
  background-size: contain;
}

.police {
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__departments--police.png") center no-repeat;
  background-size: contain;
}

.s3--overview .row:last-of-type {
  margin-bottom: 50px;
}

.btn {
  text-transform: uppercase;
  padding: 1em 2em;
  color: #4b4b4b;
  border: 2px solid currentColor;
  cursor: pointer;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}


.btn:hover {
  background: #78B33F;
  border-color: #78B33F;
  color: rgba(255, 255, 255, .8);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .25);
}

.slider .btn {
  position: absolute;
  left: 17.5%;
  bottom: 35px;
  width: 50%;
  text-align: center;
  background: #78B33F;
  border-color: #78B33F;
  color: rgba(255, 255, 255, .8);
}

.s4--overview {
  margin-top: 50px;
  background: #f1f1f1;
  text-align: center;
  padding: 25px;
}

.s4--overview .lg-8 {
  text-align: left;
}

.small-text {
  font-size: .75em;
}

.s3--why-work {
  text-align: center;
  background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/bg__s3--why-work.jpg") center no-repeat;
  padding: 50px;
  position: relative;
}

.s3--why-work .row:nth-of-type(2) {
  background: transparent
}

.s3--why-work .h3 {
  margin-bottom: 0;
}

.s3--why-work .lg-4:first-of-type {
  left: 1%;
}

.s3--why-work .lg-4:last-of-type {
  right: 1%;
}

.s3--why-work p:last-of-type {
  margin-bottom: 50px;
}

.s3--overview a:not(.btn):after {
  content: "Learn More";
  display: block;
  margin-top: 0px;
  opacity: 0;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}

.s3--overview a:not(.btn):hover:after {
  margin-top: 15px;
  opacity: 1;
}

.octagon {
  padding: 0;
  box-sizing: border-box;
}

.octagon ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.octagon li {
  margin: 10px 0;
}


#testimonials,
.testimonial-images-hidden {
  display: none;
  /* used in js */
}


.testimonials,
.testimonialz {
  position: relative;
  margin: 100px 0;
}

.slider {
  position: absolute;
  top: -12%;
  left: 5%;
}

.testimonial {
  background: #12A79D;
  height: 315px;
}

.active-testimonial {
  position: relative;
  padding: 65px 0;
  width: 55%;
  left: 45%;
  color: #fff;
}

.active-testimonial [class*="arrow"] {
  cursor: pointer;
}

.testimonial-name {
  font-size: 2.25em;
  font-weight: bold;
  margin: 0 auto;
}

.testimonial-navigation {
  text-align: center;
  margin-top: 30px !important;
}

.testimonial-content {
  padding-right: 7.5%;
}

.left-arrow {
  margin-right: 15px;
}


.paragrams+p {
  clear: both;
  padding-top: 35px;
}

.s3--overview .lg-4 {
  margin-bottom: 5vw;
  min-height: 50vw;
  width: 100%;
}

.s3--overview .lg-4.md-push-2 {
  margin-left: 0;
}



/* Accordion */

#PContent>section.s4.s4--overview>div:nth-child(2)>div.paragrams.accordion.horizontal {
  overflow: hidden;
}

.accordion {
  list-style: none;
  text-align: left;
}

.accordion .h3 {
  display: block;
  margin: 25px 0;
  font-size: 2em;
}

.accordion ul {
  padding: 0;
}

.accordion li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 400px solid transparent;
  border-right: 20px solid rgba(108, 180, 63, .8);
  position: absolute;
  left: -20px;
  top: 0;
}

.accordion li:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 400px solid transparent;
  border-left: 20px solid rgba(108, 180, 63, .8);
  position: absolute;
  right: -20px;
  top: 0;
}


.accordion .one:before {
  border-right-color: #6CB43F;
}

.accordion .one:after {
  border-left-color: #6CB43F;
}

.accordion .two:before {
  border-right-color: #0D9344;
}

.accordion .two:after {
  border-left-color: #0D9344;
}

.accordion .three:before {
  border-right-color: #12A79D;
}

.accordion .three:after {
  border-left-color: #12A79D;
}

.accordion .four:before {
  border-right-color: #0080C5;
}

.accordion .four:after {
  border-left-color: #0080C5;
}

.accordion .five:before {
  border-right-color: #01529A;
}

.accordion .five:after {
  border-left-color: #01529A;
}

.accordion .six:before {
  border-right-color: #243282;
}

.accordion .six:after {
  border-left-color: #243282;
}





.accordion p .close {
  position: relative;
  float: right;
  top: -15px;
  right: -25px;
  font-size: 2em;
  cursor: pointer;
}

.accordion li>a {
  display: block;
  cursor: pointer;
  padding: 1.5%;
  box-sizing: border-box;
  border: 0;
}

.accordion a,
.accordion p {
  color: rgba(255, 255, 255, .65);
}

.accordion li.open>a {
  opacity: .65;
}

.accordion-content-container {
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
}

.accordion.horizontal li {
  float: left;
  position: relative;
  height: 400px;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  border-right: 2.5vw solid #f1f1f1;
  box-sizing: border-box;
  list-style: none;
}

.accordion.horizontal li>a {
  float: left;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

.accordion.horizontal li>a span {
  font-size: 2.25em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 400px;
  height: 100%;
  text-align: center;
  top: 0;
  left: 32.5%;
  -webkit-transform: rotate(-87.5deg);
  -moz-transform: rotate(-87.5deg);
  -ms-transform: rotate(-87.5deg);
  -o-transform: rotate(-87.5deg);
  transform: rotate(-87.5deg);
  display: block;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.accordion.horizontal li.open>a {
  width: 25%;
}

.accordion.horizontal .accordion-content-container {
  float: left;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.accordion .accordion-content-container p {
  height: auto;
  margin: 0;
  padding: 5% 10%;
}

.accordion.horizontal li.open>.accordion-content-container {
  width: 75%;
}

.accordion .one {
  background: #6CB43F;
}

.accordion .two {
  background: #0D9344;
}

.accordion .three {
  background: #12A79D;
}

.accordion .four {
  background: #0080C5;
}

.accordion .five {
  background: #01529A;
}

.accordion .six {
  background: #243282;
}

.s2--living-in-kent {
  background: #f1f1f1;
}

.footer__container {
  color: #fff;
  padding: 35px 0;
}

.footer__container--bottom {
  background: #4b4b4b;
}

.footer__container--eeo {
  background: #0080C5;
}

.footer .btn {
  display: inline-block;
  margin-top: 15px;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.footer .footer-nav {
  text-align: left;
}

.footer a {
  color: #fff;
  margin-top: 10px;
}

.footer a:not(.btn) {
  border: 0;
  opacity: .7;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;

}

.footer a:not(.btn):hover {
  opacity: 1;
}

.footer .footer-nav {
  display: none;
}

.footer .lg-4:nth-of-type(2) {
  text-align: center;
}

.footer .lg-4:nth-of-type(2) p:first-child {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.footer .lg-4:nth-of-type(2) .btn:last-of-type {
  display: block;
}

.footer .footer-social-nav li {
  float: none;
  display: inline-block;
  margin: 10px;
}

.footer .fa {
  font-size: 2em;
  margin-top: 10px;
}

/* FOOTER EEO EDITS */


.eeo-text {
  color: white;
  opacity: .7;
  text-align: center;
  font-style: italic;
}

/* TALENT COMMUNITY POP UP */

.talent-community h3 {
  margin-top: 0;
}

#talent-community {
  background: #efefef;
  padding: 20px 30px;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/**********************************************************************************************************
owl 
**********************************************************************************************************/

.owl-carousel {
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-wrapper {
  position: relative;
}

.owl-carousel .owl-item {
  float: left;
}

#owl .owl-jz {
  padding: 20px;
  margin: 10px;
  text-align: center;
  background-color: transparent;
  position: relative;
  min-height: 475px;
  border: 1px solid #979797;
}

.owl-jz img {
  width: 60%;
}

#owl .owl-image {
  margin: 10px;
  text-align: center;
  position: relative;
}

/**********************************************************************************************************
owl dots
**********************************************************************************************************/

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #00679B;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #005A87;
}







/* Job postings */

.job-body {
  font-size: 1.25em;
}

.job-body>h3:first-child+p {
  display: none;
}

.job-body li {
  margin: 20px 0;
}

#JobSummarySection table {
  width: 70%;
}

#JobSummarySection tr:not(:last-of-type) {
  border-bottom: 1px solid #979797;
}

#JobSummarySection tr th,
#JobSummarySection tr td {
  padding: 20px;
  vertical-align: middle;
}




#footerpowered {
  list-style-type: none;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #4b4b4b;
  font-size: 12px;
  color: #ffffff;
}

#footerpowered .PoweredBy {
  text-align: center;
  margin: 0 auto;
  opacity: 0.7;
}

.PoweredBy a {
  border: none;
}




/* featured jobs and talent community call out */


.text-center {
  text-align: center;
}

.mb-15px {
  margin-bottom: 15px;
}

.jobslist-cta-btn {
  display: block;
}

.banner {
  background-color: #f1f1f1;
  padding: 35px 0;
}

.h3-featured-job {
  margin-top: 0;
  color: #0080C5;
  font-size: 1.8em;
  text-transform: uppercase;
  font-style: italic;
}

.h4-featured-job {
  margin-top: 0;
  font-size: 1.2em;
}

/* Media Queries */

@media (min-width: 480px) {
  .md-12 {
    width: 100%;
  }

  .md-11 {
    width: 91.666666667%;
  }

  .md-10 {
    width: 83.333333333%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.666666667%;
  }

  .md-7 {
    width: 58.333333333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.666666667%;
  }

  .md-4 {
    width: 33.333333333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.666666667%;
  }

  .md-1 {
    width: 8.333333333%;
  }

  .md-push-2 {
    margin-left: 16.666666667%;
  }

  .footer .footer-nav {
    display: block;
  }

  .footer .footer-social-nav li {
    float: right;
    clear: right;
    margin: 0;
    display: block;
  }

  .footer .lg-4:nth-of-type(2) .btn:last-of-type {
    display: none;
  }

  .s3--overview .lg-4.md-push-2 {
    margin-left: 0;
  }

  .octagon {
    padding: 15px 50px;
  }

  body:not(#company-profile-main) .h1:before,
  body:not(#company-profile-main) .h1:after {
    display: block;
  }

  .s3--overview .row:last-of-type {
    margin-bottom: 175px;
  }
}

@media (min-width: 535px) {
  .h2 {
    font-size: 2em;
  }

  .h2.ribbon:before,
  .h2.ribbon:after {
    content: "";
  }

  .big-callout {
    height: 32vw !important;
    margin-top: 0;
  }

  .s3--overview .lg-4 {
    margin-bottom: -7.5vw;
    min-height: 16.5vw;
    width: 33.3333333%;
  }

  .s3--overview .lg-4.md-push-2 {
    margin-left: 16.6666667%;
  }

  .about-kent .big-callout {
    background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_big-callout--right.jpg") 0 -150px no-repeat;
    background-size: cover;
  }


}

@media (min-width: 750px) {


  .navigation {
    
  }

  .navigation.open {
    background: rgba(255, 255, 255, .8);
  }

  .menu {
    display: block;
  }

  .mobile-menu-trigger {
    display: none;
  }

  .page-economic-and-community-development-careers .header {
    background-position: 0 -100px;
  }
}

@media (min-width: 1024px) {
  .lg-12 {
    width: 100%;
  }

  .lg-11 {
    width: 91.666666667%;
  }

  .lg-10 {
    width: 83.333333333%;
  }

  .lg-9 {
    width: 75%;
  }

  .lg-8 {
    width: 66.666666667%;
  }

  .lg-7 {
    width: 58.333333333%;
  }

  .lg-6 {
    width: 50%;
  }

  .lg-5 {
    width: 41.666666667%;
  }

  .lg-4 {
    width: 33.333333333%;
  }

  .lg-3 {
    width: 25%;
  }

  .lg-2 {
    width: 16.666666667%;
  }

  .lg-1 {
    width: 8.333333333%;
  }

  .lg-push-4 {
    margin-left: 33.333333333%;
  }

  .lg-push-2 {
    margin-left: 16.666666667%;
  }

  /* Offsets */

  .lg-offset-left-2 {
    left: 16.666666667%;
  }

  .lg-offset-right-2 {
    right: 16.666666667%;
  }

  .lg-offset-left-1 {
    left: 8.333333333%;
  }

  .lg-offset-right-1 {
    right: 8.333333333%;
  }

  .s3--why-work .row:nth-of-type(2) {
    background: url("//dy5f5j6i37p1a.cloudfront.net/company/sites/150786/_octagons.png") center no-repeat;
    background-size: 100%;
    padding: 65px 0;
  }

  .logo {
    width: 150px;
  }

  .menu {
    margin-top: 40px;
  }

  .navigation,
  .navigation.open {
    max-height: 100px;
  }

  .header {
    height: 42.5vw;
  }

  .lg-6 iframe {
    width: 100%;
    height: 24vw;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .25);
  }
}





@media (max-width: 1270px) {

  .testimonials,
  .testimonialz {
    margin: 200px 0 50px;
  }

  .slider {
    width: 100%;
    top: -35%;
    left: 0;
    text-align: center;
  }

  .slider img {
    width: 20%;
  }

  .slider a {
    display: none;
  }

  .active-testimonial {
    width: 100%;
    text-align: center;
    left: 0;
    top: 8.5vw;
    /*padding: 0 1.5vw;*/
    padding: 0;
  }

  .testimonial-content {
    padding-right: 0;
    width: 90%;
    margin: 0 auto 5vw;
  }
}

@media (max-width: 1225px) {
  .page-why-work-for-kent .h1 {
    text-transform: none;
    font-weight: normal;
    font-size: 2em;
  }

  .page-why-work-for-kent .h1:before {
    border-top: 65px solid transparent;
  }

  .page-why-work-for-kent .h1:after {
    border-bottom: 65px solid transparent;
  }

  .h1 {
    font-size: 3em;
  }

  .h1:before {
    border-top: 90px solid transparent;

  }

  .h1:after {
    border-bottom: 90px solid transparent;
  }
}



@media (max-width: 1089px) {

  /* why work with us value make 2 col on tablet*/
  #PContent>section.s2.s2--why-work>div>div:nth-child(1),
  #PContent>section.s2.s2--why-work>div>div:nth-child(2),
  #PContent>section.s2.s2--why-work>div>div:nth-child(3),
  #PContent>section.s2.s2--why-work>div>div:nth-child(4),
  #PContent>section.s2.s2--why-work>div>div:nth-child(5),
  #PContent>section.s2.s2--why-work>div>div:nth-child(6) {
    width: 50% !important;

  }

  .s1--overview .lg-6 .h2 {
    margin-bottom: -25px;
  }

  .s3--overview .columns p a {
    width: 110px;
    font-size: 14px;

  }

}


@media (max-width: 929px) {
  .small-text {
    display: none;
  }

  /*fix accordian responsize*/
  .accordion.horizontal li {
    width: 100% !important;
    position: inherit !important;
  }

  .accordion.horizontal li>a span {
    transform: none;
    width: 100%;
    left: 0;
    right: 0;
  }

  .accordion.horizontal li {
    height: 250px;
  }
}

@media (max-width: 820px) {
  .page-why-work-for-kent .h1 {
    text-transform: none;
    font-weight: normal;
    font-size: 1.5em;
  }

  .page-why-work-for-kent .h1:before {
    border-top: 55px solid transparent;
  }

  .page-why-work-for-kent .h1:after {
    border-bottom: 55px solid transparent;
  }

  .testimonials,
  .testimonialz {
    margin: 100px 0;
  }
}

@media (max-width: 800px) {
  .testimonial {
    height: 60vw;
  }

  .active-testimonial {
    top: 27.5vw;
  }

  .slider {
    top: -20%;
  }

  .slider img {
    width: 40%;
  }
}

@media (max-width: 970px) {

  .h2.ribbon:before,
  .h2.ribbon:after {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .h1 {
    font-size: 1.5em;
  }

  .h1:before {
    border-top: 54px solid transparent !important;
  }

  .h1:after {
    border-bottom: 54px solid transparent !important;
  }

}

@media (max-width: 615px) {
  .page-why-work-for-kent .h1 {
    text-transform: none;
    font-weight: normal;
    font-size: 1em;
    width: 80%;
  }

  .page-why-work-for-kent .h1:before {
    border-top: 42px solid transparent;
  }

  .page-why-work-for-kent .h1:after {
    border-bottom: 42px solid transparent;
  }
}

@media (max-width: 500px) {
  .h1 {
    font-size: 1.25em;
  }

  .h1:before {
    visibility: hidden !important;

  }

  .h1:after {
    visibility: hidden !important;
  }

  .testimonial {
    height: 400px;
  }

  .active-testimonial {
    top: 35vw;
  }

  .slider {
    top: -15%;
  }

  .slider img {
    width: 50%;
  }

  /*why work values responsive mobile full on mobile*/
  #PContent>section.s2.s2--why-work>div>div:nth-child(1),
  #PContent>section.s2.s2--why-work>div>div:nth-child(2),
  #PContent>section.s2.s2--why-work>div>div:nth-child(3),
  #PContent>section.s2.s2--why-work>div>div:nth-child(4),
  #PContent>section.s2.s2--why-work>div>div:nth-child(5),
  #PContent>section.s2.s2--why-work>div>div:nth-child(6) {
    width: 100% !important;

  }

  /*accordian font-mobile*/
  .accordion .accordion-content-container p,
  .accordion li>a {
    font-size: 12px;
  }

  .accordion p .close {
    right: 0;
  }
}

/* HERO SLIDER */

.header-slider__content {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.header-slider__item {
  height: 50vw;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-slider .owl-controls {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}

.header-slider .owl-nav {
  display: flex;
  width: 100%;
}

.header-slider__left,
.header-slider__right {
  background: #78B33F;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease all .2s;
}

.header-slider__left {
  margin-right: 2px;
}

.header-slider__left:hover,
.header-slider__right:hover,
.header-slider__left:focus,
.header-slider__right:focus {
  background-color: #0D9344;
}

/* POPUP */
#popup__overlay {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.popup__container {
  position: absolute;
  background: #FFF;
  width: calc(100% - 150px);
  max-width: 768px;
  height: auto;
  padding: 40px;
  margin: 20px auto;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.popup__close {
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #6CB43F;
  height: 40px;
  width: 40px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

.popup__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
