body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: myriad-pro, sans-serif;
}

h1, h2, h3, h4, h5, p {
    font-family: myriad-pro, sans-serif;
}

.nav.desktop {
    padding: 35px 20px 20px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1001;
    box-shadow: 0px -5px 20px 0px #000000;
}

.nav.mobile {
    padding: 10px 0;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1001;
    box-shadow: 0px -5px 20px 0px #000000;
    top: 0;
}

.mobile-bar {
    position: fixed;
    top: 86px;
    width: 100%;
    z-index: 10;
}

.phone-bar {
    padding: 10px 0;
}

@media screen and (max-width: 1097px) {
  .desktop {
    display: none;
  }
}

@media screen and (min-width: 1098px) {
  .mobile {
    display: none;
  }

  .mobile-bar {
    display: none;
    }
}

.nav li.is-submenu-item.is-dropdown-submenu-item a:hover {
    background: #0054A6;
    color: #fefefe !important;
}

.nav .mobile-links .menu a {
    color: #d21f27;
}

.nav .mobile-links .menu a:hover, .nav .mobile-links .menu a:active   {
    color: #bb262d;
}

.logo {
    width: 205px;
}

.top-pad {
    padding-top: 110px;
}

@media screen and (max-width: 1097px) {
    .top-pad {
        padding-top: 87px;
    }
}

@media screen and (max-width: 639px) {
    .top-pad {
        padding-top: 85px;
    }
}

.header-bg {
    /*background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) );*/
}

.header {
    height: 350px;
}

.footer {
    padding: 60px 20px;
    /*background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) );*/
}

.mobile-links {
    position: absolute;
    right: 20px;
    top: 0;
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
}

/* Overlay closing cross */
.overlay .overlay-close {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    color: white;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 50%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.overlay ul li a {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #4c4447;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 75%;
}

.overlay ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    background-color: #2451a0;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 5000;
    overflow: scroll;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    width: 100%;
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

#mobilelinks a {
    color: white;
    position: relative;
}

.dropmenu > a:after{
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #131313;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}

body {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 6vw;
    font-weight: 900;
    line-height: 85px;
    letter-spacing: 1px;
}

.hero h1 {
    transition: all -.5s ease-in-ease-out;
}

@media screen and (max-width: 1020px) {
    .hero h1 {
        font-size: 86px;
        line-height: 1;
    }

    p.hero_sub {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 780px) {
    .hero h1 {
        font-size: 63px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 639px) {
    p.hero_sub  {
        margin-top: 65px;
    }
}

@media screen and (max-width: 460px) {
    .hero h1 {
        font-size: 48px;
        line-height: 1.2;
    }
}

.left-arrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.right-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

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

    .left-arrow {
        left: -20px;
    }

    .right-arrow {
        right: -20px;
    }
}

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

    .left-arrow {
        left: -50px;
    }

    .right-arrow {
        right: -50px;
    }
}


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

    .left-arrow {
        left: -105px;
    }

    .right-arrow {
        right: -105px;
    }
}

p.red-callout {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.25;
    color: #fefefe; 
    font-weight: 700;
}

.reveal-overlay h2 {
    font-size: 6vw;
    font-weight: 900;
    line-height: 85px;
    letter-spacing: 1px;
}

h2.new-h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: uppercase;
}



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

    h2.new-h2.join-fam {
        font-size: 47px;
        margin-bottom: 30px;
    }
}

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

    h2.new-h2, h2.new-h2.join-fam {
        font-size: 38px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1020px) {
    h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

p {
    font-size: 18px;
}

.semi-small {
    font-size: 16px;
}

.small {
    font-size: 14px;
}

.small p {
    font-size: 14px;
}

.large {
    font-size: 24px;
}

.font-bold {
    font-weight: 700;
}

.spotlight-section {
    padding: 100px 0;
}

.spotlight-background-word {
    opacity: .16;
}

.spotlight-header-large, .spotlight-header-medium, .spotlight-header-small {
    position:absolute;
    top:0;
    left:0;
    color: white;
    font-size: 200px;
    font-weight: 900;
    z-index: 2;
    width: 100%;
}

.spotlight-header-large div {
    position:absolute;
    top:50%;
    left: 10%;
    font-size: 48px;
    z-index: 2;
}

.spotlight-header-medium {
    font-size: 150px;
}

.spotlight-header-medium div {
    position: relative;
    top: 50%;
    font-size: 48px;
    z-index: 2;
}

.spotlight-header-small {
    top: 82px;
    font-size: 75px;
    padding-top: 0;
}

.spotlight-header-small div {
    position: relative;
    top: 39%;
    font-size: 2rem;
    z-index: 2;
    margin-top: -40px;
}

.content {
    padding: 50px 0;
}

.content-callout {
    padding: 25px 0;
    position: relative;
}

.history p {
    font-family: 'Open Sans', sans-serif;
}

.history-image {
    -webkit-box-shadow: 3px 3px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 16px -2px rgba(0,0,0,0.75);
}

.button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.button.blue {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #0054A6;
    color: #fefefe !important;
    border-radius: 5px;
}


.button.blue:hover, .button.blue:active {
    background-color: #064480;
}


.button.green {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #43a047;
    color: #fefefe !important;
    border-radius: 5px;
}


.button.green:hover, .button.green:active {
    background-color: #3e7b41;
}

label {
    color: #fefefe;
}


.hollow.button {
    border: 3px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hollow.hollow-white {
    border: white solid;
    color: white;
}

.hollow.hollow-white:hover, .hollow.hollow-white:active {
    border: white solid;
    background: white;
    color: #0054A6;
}

.hollow.hollow-green {
    border: #439f47 solid;
    color: #439f47;
}

.hollow.hollow-green:hover, .hollow.hollow-green:active {
    border: #439f47 solid;
    color: white;
    background: #439f47;
}

.button.button-white {
    background-color: white;
    color: black;
}

.light-gray-bg {
    background-color: #E2E2E223;
}

.blue-bg {
    background-color: #0054A6 !important;
    color: #fff;
}

.blue-bg a {
    color: #fff;
}

.green-bg {
    background-color: #43a047;
    color: #fff;
    margin-bottom: 20px;
}

.red-bg {
    background-color: #D21F27;
    color: #fff;
}

.dark-gray-bg {
    background-color: #343A46;
    color: #fff;
}

ul {
    list-style-type: none;
}

.desktop .menu a {
    color: #343A46;
}

.desktop .menu a:hover,.desktop .menu a:active  {
    color: #0054A6;
}

.join {
    background-image: url("/wp-content/themes/basic-hunchfree/img/IMG_7038.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.join:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #0054A6;
    height: 100%;
    width: 100%;
    opacity: 0.92;
    top: 0;
    bottom: 0;
}

.join .cell {
    z-index:3
}

.join img {
    display: inline;
}

.image-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.image-bg:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #343A46;
    height: 100%;
    width: 100%;
    opacity: 0.96;
    top: 0;
    bottom: 0;
}

.image-bg .cell, .image-bg .owner {
    z-index:3;
}

.job-category-card {
    height: 300px;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}

.job-category-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, rgba(51, 51, 51, 0.7)) left repeat;
    background: linear-gradient(transparent, rgba(51, 51, 51, 0.7)) left repeat;
}

.job-card {
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}

.job-listings h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 800;
}

.job-listings a {
    color: #343A46;
}

.job-card h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.job-category-title {
    color: #fefefe;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    padding: 8px 16px;
}

.job-category-title.right {
    right: 0;
}

.job-category-title.left {
    left: 0;
}

.job-category-plus {
    position: absolute;
    bottom: 12px;
    right: 16px;
}

.job-category-card:hover > .job-category-title .job-category-plus img {
    -webkit-animation: shake 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
            animation: shake 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

ul.job-benefits {
    list-style-image: none;
}

ul.job-benefits li {
    background-image: url('../img/Job Plus.png');
    background-repeat: no-repeat;
    line-height: 1.2;;
    padding-left: 30px;
}

ul.job-benefits li {
    margin-left: 0;
    margin-bottom: 16px;
}

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.job-posting p, .job-posting h2 {
    font-size: 16px;
}

.job-posting strong {
    text-transform: uppercase;
}

.red-text {
    color: #D21F27;
}

.blue-text {
    color: #0c416a;
}

.benefits-blurb {
    padding: 40px;
}

.benefits-blurb li {
    margin: 30px 10px;
}

.footer-image {
    flex-grow: 1;
    height: 184px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

section {
    position: relative;
}

.footer a {
    color: white;
}

.links a {
    padding: 0;
}

hr {
    margin: 0;
}

.job-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/will_with_couple.jpg');
    background-position: top;
    transition: height 0.5s ease-in-ease-out;
}

@media screen and (min-width: 1450px) {
    .job-header {
        height: 600px;
    }
}

@media screen and (max-width: 1449px) {
    .job-header {
        height: 450px;
    }
}

@media screen and (max-width: 750px) {
    .job-header {
        height: 350px;
    }
}

@media screen and (max-width: 550px) {
    .job-header {
        height: 210px;
    }
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #0054A6 transparent transparent;
}

button#trigger-overlay {
    color: #D21F27;
}

.job-posting ul {
    list-style-type: disc;
}

div#apply {
    background: #025faf;
    color: #fefefe;
    border: 1px solid #064480;
    background-image: url(../img/fsm_white_fade.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #fefefe;
    font-weight: 900;
    font-size: 22px;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 1.1875rem;
    border-left: 5px solid #d8212c;
}

blockquote::before {
    display: inline;
    top: 10px;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    color: #6c7077;
    font-size: 30px;
}

.job-details h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 1px;
}

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

    .job-details h1 {
        font-size: 42px;
        font-weight: 900;
        line-height: 45px;
        letter-spacing: 1px;
    }

}

.bottom-pad-response {
    padding-bottom: 300px;
}

@media screen and (max-width: 1023px) {
    .bottom-pad-response {
        padding-bottom: 0px;
    }
}

.history-years {
    position: absolute;
    right: 0;
    overflow: hidden;
    color: white;
    font-weight: 900;
    z-index: 2;
    opacity: .29;
    line-height: 1;
}

@media screen and (max-width: 1023px) {
    .history-years {
        opacity: .0759;
        padding-bottom: 35px;
    }
}

.history-years.show-for-large {
    bottom: -125px;
    font-size: 12rem;
}

.history-years.hide-for-large {
    bottom: -75px;
    font-size: 6rem;
    white-space: nowrap;
}

.blue-bg .drilldown a {
    background: transparent;
}

.drilldown a {
    border-bottom: 1px solid #0000001C;
}

.hidden {
    height: 0 !important;
    min-height: 0!important;
    transition: height 0.4s;
}

.is-drilldown.animate-height {
    transition: height 0.4s;
}

.grecaptcha-badge{
    visibility: collapse !important;
}

.recaptcha-message {
    vertical-align: middle;
}

.recaptcha-message a {
    color: #d21f27;
}

p.intro-text {
    margin: 0 0 1rem;
    padding: 0 1.25rem 0;
    border-left: 5px solid #d8212c;
}