/*
 Theme Name:   Harvest Delhaize
 Description:  Delhaize
 Author:       AppVault - Patrick O'Hearn
 Template:     appvault-harvest
 Version:      10.2020
 Text Domain:  appvault-harvest-peapod
*/

* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-wrap: normal;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

#loading {
    background: rgba(255, 255, 255, .97);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#loading #image-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
    z-index: 9999;
}

.loading .image-wrap {
    display: block;
    margin: 20px auto;
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 9999;
}

.waitImage {
    display: none;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    overflow-y: hidden;
}

html,
body {
    width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body,
p,
a {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}

h1,
h2 {
    font-size: 40px;
    line-height: 54px;
    margin: 5px 0 10px;
}

a {
    text-decoration: none;
}

p {
    margin: 5px 0 10px;
}

.shell {
    display: block;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1024px;
}

.btn {
    border-radius: 38px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    outline: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

.btn:hover {
    opacity: .7;
}

.text-wrap {
    margin: 0 auto;
}

#profile-login {
    position: absolute;
    top: 25px;
    right: 25px;
}

#profile-login a {
    border: 2px solid;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
}

#top {
    position: relative;
    width: 100%;
}

#top .shell {
    padding: 20px 20px 32px;
    max-width: 1440px;
}

#logo-wrap {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

#logo-wrap img {
    width: 100%;
    height: auto;
}

#nav-wrap {
    text-align: center;
}

#menu-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .menu-item {
    display: inline-block;
    list-style: none;
    position: relative;
}

.menu .menu-item a {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    line-height: 23px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.menu .menu-item a:hover {
    color: var(--brand)
}

.menu .sub-menu {
    display: none;
    cursor: pointer;
    margin: 0;
    padding: 65px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 300px;
    width: 100%;
    z-index: 9;
}

.menu .sub-menu .menu-item {
    margin: 0;
    width: 100%
}

.menu .sub-menu .menu-item a {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 8px 28px;
    text-align: left;
    width: 100%
}

.menu .sub-menu .menu-item:last-child a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px
}

.menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.mobile-menu-control,
#mobile-menu {
    display: none;
}


/* Hero Images */

#hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 560px;
    width: 100%;
}

#hero h2 {
    color: #fff;
    font-size: 54px;
    line-height: 57px;
    margin-bottom: 42px;
}

#hero .content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

#home #hero .content-wrap {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: none;
    transform: translateY(-50%);
    text-align: left;
    width: 606px;
}


/* Intro */

#intro {
    padding: 105px 0;
}

#intro .shell {
    display: table;
    padding: 0;
}

#intro .wrap-left {
    background-color: #fff;
    display: table-cell;
    padding: 32px 52px 42px 42px;
    width: 50%;
}

#intro .wrap-right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    width: 50%;
    vertical-align: top;
}


/* Career Areas */

#career-areas {
    padding: 82px 0;
    text-align: center;
}

#career-areas .shell {
    max-width: 1440px;
}

#career-areas .content-wrap {
    display: block;
    margin: 20px auto;
    max-width: 711px;
}

#career-areas .content-wrap h2 {
    line-height: 46px;
    margin-bottom: 32px;
}

#career-areas .content-wrap p {
    font-size: 20px;
    line-height: 24px;
}

#career-areas .content-wrap p.description {
    margin-bottom: 32px;
}

#career-areas .content-wrap p.instructions {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    margin-bottom: 42px;
}

#career-areas #areas-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto;
}

#career-areas #areas-wrap .area {
    color: #000;
    margin: 0 0 28px 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 33%;
}

#career-areas #areas-wrap .area img {
    display: block;
    margin: 0 auto 25px;
    height: 160px;
    width: 160px;
}

#career-areas #areas-wrap .area:last-child {
    margin-right: 0;
}

#career-areas #areas-wrap .area h3 {
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 7px;
}

#career-areas #areas-wrap .area p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}


/* Testimonial Single */

#person {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 594px;
}

#person .shell {
    padding: 0;
}

#person img {
    width: 100%;
}

.quote-wrap {
    padding: 32px 42px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: 595px;
}

.quote-wrap p,
.quote-wrap blockquote {
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
}

.quote-wrap blockquote {
    margin: 0;
}

.quote-wrap .name {
    margin: 32px 0 0;
}

.quote-wrap .name,
.quote-wrap .title {
    line-height: 28px;
}

#social-embed-section {
    padding: 75px 20px;
    text-align: center;
}

#social-embed-section h2 {
    color: #fff;
    font-family: "Figtree", sans-serif;
    margin-top: 0;
    margin-bottom: 40px;
}

#social-embed-section #social-embed {
    margin: auto;
    max-width: 600px;
}

#steps {
    padding: 85px 0;
}

#steps .shell {
    padding: 0;
    max-width: 1142px;
}

#steps .step {
    margin-bottom: 20px;
    padding: 42px 49px 52px 56px;
}

#steps,
#steps p,
#steps ul {
    color: #000;
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

#steps h2 {
    font-family: "Figtree", sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    margin: 0 0 15px 0;
    text-align: left;
}

#steps p a {
    color: #000;
}

#content .shell {
    max-width: 1024px;
    padding: 72px 32px;
}

#content p:last-of-type {
    margin-bottom: 25px;
}

#content img {
    margin-top: 50px;
}


/* Search Page */

#av_btnSearch,
.btnSearch {
    background-color: inherit;
    border: 2px solid;
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 6px 0 9px;
    text-align: center;
    width: 175px;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
}

#aClear,
#clearSearch {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}

.btnApply {
    display: block;
    margin: 20px 0;
}


/* Search Form */

#av_dvadvanceSearch h4,
.job-buttons,
#job-search .simple-pagination,
#job-listings .adCompanyName,
#job-search ul#content {
    display: none !important;
}

#av_linkOtherCountry,
input {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px;
    cursor: default;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    margin: 0;
    padding-left: 10px;
}

#av_linkOtherCountry,
input,
select,
.SumoSelect,
.SumoSelect>.CaptionCont {
    background: #fff;
    border-color: #000;
    border-radius: 0;
    margin-bottom: 10px;
    height: 44px;
    width: 100%;
}

#shortform label {
    font-size: 14px
}

.SumoSelect.open>.optWrapper {
    top: 44px;
}

#av_linkOtherCountry,
.SumoSelect>.CaptionCont {
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 10px;
}

.SumoSelect>.CaptionCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SumoSelect>.CaptionCont .fa-caret-down {
    margin-right: 10px;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #111;
    font-style: normal;
}

#av_linkOtherCountry {
    color: #111;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: 98% center;
    background-size: 13px 13px;
    display: block;
    background-repeat: no-repeat;
    line-height: 41px;
    position: relative;
}

#job-search .shell {
    padding: 72px 32px;
}

#job-search h1,
#job-listings h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

#av_keywords,
#av_category,
#av_dsomeCitySate,
#av_dDistance {
    display: inline-block;
    width: 49.5%;
}

#av_btnSearch,
#clearSearch,
#aClear {
    display: block;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}


/* Search Results */

#results-sidebar-wrap {
    display: flex;
}

aside {
    width: 45%;
}

#job-listings {
    width: 55%;
    padding-right: 5%;
}

#job-listings li,
#job-listings ul {
    list-style: none;
}

#job-listings br {
    display: none;
}

.adJobLocation,
.job_listingTitle {
    display: block;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
}

.job_listingTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.adJobLocation,
.adDescription {
    font-size: 16px;
    line-height: 27px;
}

.adDescription {
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 300;
}

#job-listings h2 {
    border-bottom: 1px solid #707070;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
}

#av_resultsForm p {
    margin-bottom: 0;
}

#av_resultsForm li {
    border-bottom: 1px solid #707070;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.compact-theme li span.current {
    color: #FFF;
}

.compact-theme a,
.compact-theme span {
    border-color: #ccc;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    min-width: 40px;
    box-shadow: none;
}

.compact-theme li:first-child a,
.compact-theme li:first-child span,
.compact-theme li:last-child a,
.compact-theme li:last-child span {
    border-color: #ccc;
    border-radius: 0;
    box-shadow: none;
}


/* Jobs Page */

#jobs .shell {
    border-top: 2px solid #999;
    display: flex;
    padding-top: 75px;
    position: relative;
    max-width: 1260px;
}

#jobs .wrap-left,
#jobs .wrap-right {
    padding: 0;
}

#jobs .wrap-left {
    padding-right: 42px;
    width: 55%;
}

#jobs .wrap-right {
    padding-top: 25px;
    padding-left: 32px;
    width: 45%;
}

.backtosearch {
    color: var(--brand) !important;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 19px;
    position: absolute;
    top: 50px;
    left: 32px
}

.backtosearch:hover {
    cursor: pointer;
    text-decoration: underline;
}

.backtosearch i {
    color: var(--brand) !important;
    margin-right: 10px;
}

.share-job h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}

#similar-jobs {
    margin-top: 42px;
}

#similar-jobs h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}

#similar-jobs .jobs-wrap {
    list-style: none;
    margin: 10px 0 20px 0;
    padding-left: 0;
}

#similar-jobs .jobs-wrap li {
    border-bottom: 1px solid #959595;
    padding: 12px 0;
}

#similar-jobs .job-title,
#similar-jobs .job-location {
    display: block;
    line-height: 26px;
}

#similar-jobs .job-location {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

#similar-jobs .job-title {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
}

#job-posting {
    position: relative;
}

#job-posting h1 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    margin: 25px 0 32px 0;
}

#job-posting ul,
#job-posting ol {
    margin-left: 20px;
}

.btn-apply {
    display: block;
    font-size: 21px;
    height: 44px;
    line-height: 42px;
    margin: 25px 0;
    max-width: 225px;
    padding: 0;
}

#job-copy {
    background-color: inherit;
    display: block;
    line-height: 1.7;
    padding-top: 20px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#job-copy h2 {
    font-size: 24px;
}

#job-copy h3 {
    font-size: 20px;
}

#job-copy h4 {
    font-size: 18px;
}

#job-copy p {
    margin-bottom: 15px;
}

#job-copy a:hover {
    text-decoration: underline;
}

#job-copy .btn:hover {
    text-decoration: none;
}

.job-detail {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

#job-copy.view-more {
    height: auto;
    max-height: 310px;
    overflow: hidden;
}

.back-top {
    color: #454545;
    display: block;
    margin: 10px 7px 42px 0;
}

.back-top-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #454545 transparent
}

#readmore {
    cursor: pointer;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
    height: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 75px;
    padding-top: 20px;
}

#readmore span {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}

#showless {
    display: block;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 7px 42px 0;
}

#fade {
    height: 65px;
    position: absolute;
    bottom: 22px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.SumoSelect,
.submit {
    width: 100% !important;
}

.SumoSelect>.CaptionCont>span {
    height: 44px;
    line-height: 44px;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: initial;
    font-style: normal;
}

.SelectBox {
    padding: 0 10px;
}

article ul {
    margin-left: 25px;
}

article p {
    margin-bottom: 32px;
}

article h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}


/* Social Share Job */

.share-job {
    margin-bottom: 42px;
}

.share-job h2 {
    line-height: 1.2;
}

.share .jssocials-share-link {
    background: none;
    font-size: 24px;
    padding: .2em .4em;
}

.jssocials-share-facebook .jssocials-share-link {
    color: #3b5998;
}

.jssocials-share-twitter .jssocials-share-link {
    color: #00aced;
}

.jssocials-share-linkedin .jssocials-share-link {
    color: #007bb6;
}

.jssocials-share-email .jssocials-share-link {
    background: #006FB5;
    font-size: 16px;
    margin-left: 5px;
    padding: .4em;
    border-radius: 5px;
}

.jssocials-share-logo {
    font-size: 1.3em;
}


/* Widget Styles */

.widget {
    margin-bottom: 32px;
}

.widget h4,
.widget h2 {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

.widget ul,
.widget ol {
    margin: 0 0 20px 20px;
}

.widget .custom-html-widget h4 {
    margin-bottom: 10px;
}

.wp-caption {
    position: relative;
}

.lidget,
.widget,
.wp-caption,
.wp-caption .image,
.widget .custom-html-widget {
    width: 100%;
    max-width: 100%;
}

aside .lidget,
aside .widget,
aside .wp-caption,
aside .wp-caption .image,
aside .widget .custom-html-widget,
aside .fb-post {
    width: 100%;
    max-width: 500px;
}

.widget .custom-html-widget {
    margin-bottom: 10px;
}

.wp-caption-text {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: #666 1px 1px 1px;
    text-transform: uppercase;
    width: 80%;
}

aside figure {
    margin: 0;
}


/* AV About */

.about.widget {
    padding: 20px 30px;
    margin-bottom: 32px;
}

.about.widget .textWrap {
    line-height: 25px;
}

.about.widget h4,
.about.widget h2 {
    margin: 10px 0 20px;
}


/* AV Image Widget */

.av-image .img-wrap {
    position: relative;
}

.av-image .img-wrap img {
    width: 100%;
    height: auto;
}

.av-image .img-wrap .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
}


/* AV TC JOIN Widget */

.av-tc-join .img-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}

.av-tc-join .img-wrap .overlay-wrap {
    padding: 15px 25px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}

.av-tc-join .text-wrap {
    line-height: 1.4;
    margin-bottom: 20px;
}

.av-tc-join .btn-join {
    color: var(--brand);
    font-size: 24px;
}

.widget.border {
    border: 1px solid #707070;
}

.widget.border-black {
    border: 1px solid #000000;
}

.widget.no-padding {
    padding: 0;
}

.widget iframe {
    display: block;
    margin: auto;
}


/* Footer */

#bottom {
    background-color: #fff;
    color: #000;
}

#bottom .shell {
    max-width: 827px;
    padding-top: 75px;
}

#eeo-statement {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    margin: 0 auto 20px;
}

#eeo-statement strong {
    display: block;
}

#bottom #social-links {
    margin: 25px auto 20px;
    text-align: center;
}

#bottom #social-links .fab,
#bottom #social-links .fa-brands {
    font-size: 42px;
    margin: 0 10px;
}

#bottom #legal {
    text-align: center;
}

#bottom #legal p {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

#bottom #legal a {
    font-family: "Figtree", sans-serif;
    font-size: 15px;
}

#bottom .copyright {
    margin-right: 25px;
}

#bottom .terms-privacy {
    line-height: 30px;
}

#bottom .copyright,
#bottom .terms-privacy {
    display: inline-block;
}

#intro h1,
#content h1,
#career-areas h2,
#career-areas h3,
#steps h2,
#similar-jobs .job-title,
#similar-jobs .job-location,
#profile-login a,
#social-links .fab,
#social-links .fa-brands,
#bottom #legal a,
#readmore,
#showless,
.job_listingTitle {
    color: var(--brand);
}

#av_btnSearch,
.btn,
.quote-wrap,
.compact-theme .current {
    background: var(--brand);
}

#av_btnSearch,
.btn,
#profile-login a {
    border-color: var(--brand);
}

#bottom #social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bottom #social-links a.social-link.glassdoor {
    margin: 6px 5px 0 5px;
}

#bottom #social-links a ellipse {
    fill: var(--brand);
}

.hidden {
    display: none;
}

@media only screen and (max-width:1515px) {}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:1060px) {
    .av-tc-join h4,
    .av-tc-join h2 {
        margin-top: 14px;
    }
    .av-tc-join .text-wrap {
        font-size: 16px !important;
    }
    .av-tc-join .btn-join {
        font-size: 18px;
    }
}

@media only screen and (max-width:1024px) {
    /* #logo-wrap img { width: 236px; height: 90px; } */
}

@media only screen and (max-width:942px) {
    #jobs .shell {
        display: block;
        padding: 72px 0;
    }
    #job-posting {
        padding: 0 72px;
    }
    #jobs .wrap-right,
    #jobs .wrap-left {
        padding: 0
    }
    #jobs .wrap-left,
    #jobs .wrap-right {
        display: block;
        width: 100%;
    }
    .share-job {
        text-align: center;
    }
    .btn-apply {
        margin: 32px auto;
    }
    #job-posting .btn-apply {
        margin: 20px 0;
    }
    .fb-post,
    aside .fb-post {
        display: block;
        margin: auto;
        max-width: 460px;
    }
    #similar-jobs {
        margin: 42px auto;
        max-width: 600px;
    }
    aside .widget {
        max-width: 100%;
    }
    .av-tc-join {
        margin-bottom: 62px;
    }
    .av-tc-join .img-wrap .overlay-wrap {
        padding: 60px 0;
    }
    .av-tc-join h4,
    .av-tc-join h2 {
        font-size: 28px !important;
    }
    .av-tc-join .text-wrap {
        font-size: 18px !important;
        max-width: 620px;
    }
    .av-tc-join .btn-join {
        font-size: 21px;
    }
    .widget.border {
        border: none;
    }
    /* ipad pro 10.5" */
    /* .embed-container { height: 4120px; } */
}

@media only screen and (max-width:768px) {
    /* #top { max-height: 125px; height: auto; } */
    #top {
        height: initial;
    }
    #top .shell {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #career-areas .shell {
        padding: 0
    }
    #logo-wrap {
        width: 175px;
    }
    #nav-wrap {
        transition-property: max-height;
        -moz-transition-property: max-height;
        -webkit-transition-property: max-height;
        -o-transition-property: max-height;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
    }
    #nav-wrap {
        display: none;
        line-height: 42px;
        padding: 0 0 20px;
        position: relative;
        text-align: right;
    }
    /* #nav-wrap { height: auto; max-height: 0; line-height: 62px; padding: 0; position: relative; text-align: right; } */
    .mobile-menu-control {
        color: #000;
        cursor: pointer;
        font-size: 34px;
        position: absolute;
        top: 42px;
        right: 35px;
    }
    #open-menu {
        display: block;
    }
    .menu .menu-item {
        display: block;
    }
    .menu .sub-menu {
        display: block;
        padding: 0;
        position: relative;
        top: initial;
        left: initial;
        z-index: 9;
    }
    .menu .sub-menu .menu-item:last-child a,
    .menu .sub-menu .menu-item a {
        border: none;
        text-align: right;
    }
    .menu .sub-menu .menu-item a {
        display: initial;
        font-size: 16px;
        padding-right: 5px;
    }
    .menu .sub-menu .menu-item::after {
        content: "\2013";
        margin-right: 20px;
    }
    #profile-login {
        position: relative;
        top: initial;
    }
    #profile-login a {
        display: inline-block;
        margin: 20px 10px;
        padding: 0 15px;
    }
    #hero {
        height: 280px;
    }
    #hero h2 {
        font-size: 38px;
        line-height: 43px;
    }
    #home #hero .content-wrap {
        width: 465px;
    }
    #about #hero .content-wrap {
        max-width: 310px;
    }
    .hero-btn {
        display: block;
        font-size: 20px;
        margin: 32px auto;
        padding: 5px 20px 7px;
        width: 200px;
    }
    #intro {
        padding: 0;
    }
    #intro .wrap-left,
    #intro .wrap-right {
        display: block;
        width: 100%;
        max-width: 515px;
    }
    #intro .wrap-right {
        height: 363px;
        margin: 48px auto 0;
    }
    #intro .wrap-left {
        margin: 0 auto 42px;
        text-align: center;
    }
    #home #intro .wrap-left {
        text-align: left;
    }
    #about #intro .wrap-right {
        background-position: initial;
    }
    /* #about #intro .wrap-left { margin: 0 auto 42px; max-width: 675px; } */
    #career-areas .content-wrap {
        max-width: 459px;
    }
    #career-areas .content-wrap h2 {
        font-size: 30px;
        line-height: 36px;
    }
    #career-areas #areas-wrap .area {
        padding: 0 12px;
    }
    #career-areas #areas-wrap .area img {
        height: 104px;
        width: 104px;
    }
    #career-areas #areas-wrap .area .text {
        padding: 0;
    }
    #career-areas {
        padding: 42px 0 62px;
    }
    #career-areas .shell {
        padding: 0 25px;
    }
    #career-areas #areas-wrap {
        display: block;
    }
    #career-areas #areas-wrap .area {
        display: block;
        margin: 0 auto 42px;
        padding: 0;
        width: 100%;
        max-width: 383px;
    }
    #career-areas #areas-wrap .area:last-child {
        margin: 0 auto 42px;
    }
    #career-areas h2 {
        padding: 0 10px;
    }
    #career-areas .content-wrap p.instructions {
        padding: 0 32px;
    }
    #person {
        background-position: right;
        height: 393px;
    }
    .quote-wrap {
        opacity: .8;
        padding: 55px 85px;
        position: relative;
        top: initial;
        left: initial;
        transform: none;
        width: 100%;
    }
    #steps {
        padding: 30px 32px;
    }
    #steps .step {
        margin-bottom: 32px;
    }
    #basic #content {
        text-align: center;
    }
    #basic #content .shell {
        padding: 0 95px 70px;
    }
    #content img.size-full {
        height: auto;
        max-width: 100%
    }
    #job-search .shell {
        max-width: 659px;
    }
    #results-sidebar-wrap,
    aside .widget {
        display: block;
    }
    #results-sidebar-wrap {
        max-width: 100%;
        padding: 0;
    }
    .simple-pagination {
        margin-bottom: 42px;
    }
    aside .widget,
    .widget,
    #job-listings,
    aside,
    .fb-post,
    aside .fb-post {
        width: 100%;
        max-width: 100%
    }
    aside .social-embed {
        margin: 32px auto;
        max-width: 500px;
    }
    #job-listings {
        padding: 0 72px;
    }
    /* aside .av-image.widget,
	.av-image.widget { margin-bottom: -10px; } */
    .about.widget {
        padding: 42px 55px;
    }
    .about.widget .widget_title {
        margin-top: 0;
    }
    .about.widget.border {
        border: none;
    }
    #av_keywords,
    #av_category,
    #av_dsomeCitySate,
    #av_dDistance {
        display: block;
        width: 100%;
    }
    /* #jobs .shell { display: block; padding: 72px 0; }
	#job-posting { padding: 0 72px; }
	#jobs .wrap-right,
	#jobs .wrap-left { padding: 0 }
	#jobs .wrap-left,
	#jobs .wrap-right { display: block; width: 100%; }

	.share-job { text-align: center;}
	.btn-apply { margin: 32px auto; }
	#job-posting .btn-apply { margin: 20px 0; }

	.fb-post,
	aside .fb-post { display: block; margin: auto; max-width: 460px; }
	#similar-jobs { margin: 42px auto; max-width: 600px; } */
    #bottom .shell {
        padding: 55px 85px 35px;
    }
    #bottom .copyright,
    #bottom .terms-privacy {
        display: block;
        line-height: 12px;
        margin: 0;
    }
    main .shell {
        width: 100%;
    }
}

@media only screen and (max-height:440px) {}

@media only screen and (max-width:440px) {
    h1 {
        font-size: 32px;
    }
    #top .shell {
        padding: 0;
    }
    #logo-wrap {
        margin: 0;
    }
    .mobile-menu-control {
        top: 31px;
    }
    #hero {
        height: 180px;
    }
    #hero h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    #home #hero .content-wrap {
        width: 205px;
    }
    #about #hero .content-wrap {
        max-width: 212px;
    }
    #intro .wrap-right {
        height: 240px;
        margin: 0 auto;
    }
    #intro .wrap-left {
        padding: 20px 22px 30px;
    }
    #home #intro .wrap-left {
        margin: 5% auto;
        text-align: center;
        width: 90%;
    }
    #person {
        height: 230px;
    }
    .quote-wrap {
        padding: 25px 32px;
        opacity: 1;
    }
    .quote-wrap p,
    .quote-wrap blockquote {
        font-size: 19px;
        line-height: 28px;
    }
    .quote-wrap .name {
        margin-bottom: 0;
    }
    .quote-wrap .title {
        margin: 0 0 0 15px;
    }
    #social-embed-section {
        padding: 32px 0;
    }
    #social-embed-section h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .fb-post,
    aside .fb-post {
        max-width: 350px;
    }
    #steps {
        padding: 25px 20px;
    }
    #steps h2 {
        font-size: 34px;
        text-align: center;
    }
    #steps p {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
    }
    #steps .step {
        padding: 32px;
    }
    #basic #content .shell {
        padding: 0 32px 50px;
    }
    #job-listings {
        padding: 0 32px;
    }
    #job-listings h2 {
        padding-bottom: 32px;
        text-align: center;
    }
    /* #jobs { padding: 0 20px; } */
    #jobs .shell {
        padding: 25px 0 0;
    }
    #job-posting {
        padding: 0 32px;
    }
    #job-posting h1 {
        font-size: 24px;
        margin: 20px 0 15px;
        text-align: center;
    }
    .job-detail {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    #job-posting .btn-apply {
        margin: 20px auto;
    }
    .backtosearch {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        text-align: center;
    }
    #readmore,
    #showless {
        text-align: center;
    }
    .about.widget {
        margin-bottom: 0;
        padding: 36px;
        text-align: center;
    }
    .about.widget.no-padding {
        padding: 0;
    }
    .av-tc-join .img-wrap .overlay-wrap {
        padding: 15px 25px;
    }
    .av-tc-join .btn-join {
        padding: 6px 12px;
    }
    .av-tc-join h4,
    .av-tc-join h2 {
        font-size: 24px !important;
        line-height: normal;
    }
    .av-image {
        margin-bottom: 0;
    }
    #similar-jobs {
        padding: 0 32px;
    }
    #bottom .shell {
        padding: 32px;
    }
    #bottom #social-links {
        margin-top: 32px;
    }
    #bottom #social-links .fab,
    #bottom #social-links .fa-brands {
        font-size: 32px;
    }
    #bottom #legal p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3px;
    }
    #eeo-statement {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width:375px) {
    #quick-form-btn {
        right: initial;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width:320px) {}
