/* -----------------------------------------------

Stylesheet: Main Stylesheet

------------------------------------------------ */


/* --------------------------------

STYLE SET 1: GLOBAL & GENERAL

-------------------------------- */


#field_2_7 {
    display: none;
}


body {
    font-family: aaux-next, sans-serif;
    background: #fdf7f5;
    color: #bf8686;
    line-height: 1.3;
}

p {
    line-height: 1.3;
}

.alt {
    color: #f5e3dd;
}

main {
    margin: 0;
    padding: 0;
}

.s1width-full {
    max-width: 100%;
    width: 100%;
}

.s1width-wide {
    max-width: 1550px;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}

.s1width-regular {
    max-width: 1330px;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}

.s1width-thin {
    max-width: 1030px;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}

.sticky.is-anchored,
.sticky.is-stuck {
    z-index: 999;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 42px!important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 32px!important;
    }
}


/* --------------------------------

STYLE SET 2: NAVIGATION MENUS

-------------------------------- */


/* -------------------------
   MAIN NAV - DESKTOP
------------------------- */

header.header .sticky.is-stuck,
header.header .sticky.is-anchored {
    z-index: 999;
}

header.header .svg-border-top {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 101%;
    height: auto;
    line-height: 0;
}
header.header .svg-border-top svg .st0 {

    fill: #0c3956;
    transition: .2s ease-in-out fill;
}
header.header .is-stuck .svg-border-top svg .st0 {
    fill: #f16555;
}



.nav-bar {
  background: #f16555;
  /* -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08); */
  padding: 20px;
  position: relative;
  transition: .2s ease-in-out background-color;
}
.nav-bar > .s1width-full > .grid-x {
    position: relative;
}
.nav-bar .logo {
    height: 50px;
    position:relative;
}
.nav-bar .logo img {
    position: absolute;
    height: 100%;
    top: 0;
    transition: .2s ease-in-out opacity, .2s ease-in-out left;
}
.home .nav-bar .logo img.bright-bg {
    opacity: 0;
    left: -50px;
    pointer-events: none;
}
.home .is-stuck .nav-bar .logo img.bright-bg {
    opacity: 1;
    left: 0;
    pointer-events: all;
}


.home .nav-bar {
    background: #0c3956;
}
.home .is-stuck .nav-bar {
    background: #f16555;
}

.nav-bar .decals img {
    position:absolute;
    pointer-events: none;
    opacity: 0;
}
.nav-bar .decals img:nth-child(1) {
    top: 5px;
    right: 10%;
    height: 20px;
    width: 20px;
    opacity: .75;
}
.nav-bar .decals img:nth-child(2) {
    top: 60%;
    right: 10px;
    height: 100px;
    width: 150px;
    opacity: .2;
}


.nav-bar .menu li a {
  opacity: .8;
  font-weight: 600;
  color: #fff;
}
.nav-bar .menu li a:hover {
    opacity: 1;
}
.nav-bar .menu .active a {
  background: none;
  opacity: 1;
}
.nav-bar .menu li {
    padding: 0;
}
.nav-bar .menu li:before {
    display: none;
}

.home .nav-bar .cta {
    opacity: 0;
    position: relative;
    pointer-events: none;
    right: -50px;
}
.home .is-stuck .nav-bar .cta {
    opacity: 1;
    pointer-events: all;
    right: 0;
}
.nav-bar .cta-container {}

.nav-bar .cta-container .button {
    margin: 0;
}
.nav-bar .mobile-nav-icon-container {
    display: inline-block;
}

/* dropdown animation */
.js-dropdown-active {
    animation-fill-mode: both;
    animation-name: fade-in;
    animation-duration: .3s;
    /* position: relative; */
}

@keyframes fade-in {
    from {opacity: 0;top:90%;}
    to {opacity: 1;top: 100%;}
}

/* Dropdown */
.dropdown.menu>li.menu-item.is-dropdown-submenu-parent>a:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
 border:inset 4px;
 border-color:#333 transparent transparent;
 transition:.2s ease-in-out all;
 border-radius:3px;
 margin-top:-2px
}

@media screen and (max-width: 1100px) {
    .nav-bar .decals img:nth-child(1) {
        right: 25%;
        opacity: .5;
    }
    .nav-bar .decals img:nth-child(2) {
        display: none;
    }
}


/* -------------------------
   MAIN NAV - MOBILE
------------------------- */

#trigger-overlay {

   margin: 0 0 0 1rem;

}

.menu-icon:after {
    background: #FFF;
    -webkit-box-shadow: 0 7px 0 #FFF,0 14px 0 #FFF;
    box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
    height: 3px;
}



/* Overlay style */
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f16555;
  z-index: 1200;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 39px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    transition: color ease .4s;
    border: 2px solid #F3F4F9;
    border-radius: 50%;
}
.admin-bar .mobile-nav .overlay-close {
    top: 90px;
}
.mobile-nav .overlay-close:after {
    font-family: 'arial';
    content: '+';
    position: absolute;
    transform: rotateZ(45deg);
    color: #F3F4F9;
    font-size: .9rem;
    font-weight: 900;
    top: 25%;
    right: 34%;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
  color: #fff;
  border-color: #fff;
}

.mobile-nav ul {
  text-align: center;
  position: relative;
  font-size: 1em;
}

.mobile-nav li a {
  color: #FFF;
  line-height: 2em;
  opacity: .8;
}
.mobile-nav .menu .active > a {
    background: transparent;
    color: #FFF;
    opacity: 1;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
    border-color: #fff transparent transparent;
    border-width: 6px;
    transition: .1s ease-in-out all;
}


.mobile-nav li a:hover {
  color: #FFF;
  opacity: 1;
}

.mobile-nav .menu .current_page_item > a {
  color: #fff;
  opacity: 1;
}

.mobile-nav ul.submenu {
  background: #f16555;
}

.responsive-nav {
    overflow: auto;
    background: #f16555;
}

.mobile-nav .responsive-nav > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    /* overflow: auto; */
}

.mobile-nav ul.accordion-menu > li {
    -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;

}

.mobile-nav ul.accordion-menu li {
  display: block;
  min-height: 60px;
}

.mobile-nav nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 70%;
    font-size:1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }


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

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* .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);
}

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

@media screen and (max-height: 30.5em) {
  .mobile-nav nav {
    height: 70%;
  }
  .mobile-nav ul li {
    min-height: 34px;
  }
}

.mobile-nav .menu.medium-horizontal > li {
  display:block;
  padding: 0;
}
.mobile-nav .menu.medium-horizontal > li:before {
    display: none;
}



/* --------------------------------

STYLE SET 3: TITLES

-------------------------------- */

h1, h2, h3, h4, h5 {
    font-family: komet, sans-serif;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 900;
    color: #0c3956;
}
.alt h1, .alt h2, .alt h3, .alt h4, .alt h5,
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt {
    color: #fff;
}

h2.section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {

    h1 {
        font-size: 2.1rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 39.9375em) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
}

.subtitle {
    font-family: asap, sans-serif;
    font-size: 1.1rem;
    color: #ee8080;
}



/* --------------------------------

STYLE SET 4: BUTTONS

-------------------------------- */

/* -------------------------
   LINKS - DEFAULT
------------------------- */
a,
a[href^=tel] {
    text-decoration:none;
    transition: .2s ease-in-out all;
    /* color: #808080; */
    color: #b18887;
}
a:focus, a:active, a:hover {
    color: #8e5755;
}


/* -------------------------
   BUTTONS
------------------------- */

a.button,
button.button,
input.button {
  padding: .6em 1.1em .7em;
  background: #ef7360;
  border-radius: 5px;
  color: #fff;
  font-family: asap, sans-serif;
  /* border-bottom: 0px solid #9b3434; */
  transition: .2s ease-in-out all;
  -webkit-box-shadow: 0px 0 0px 0px #9b3434;
  box-shadow: 0px 0 0px 0px #9b3434;
  border: 0;
}
a.button:hover,
button.button:hover,
input.button:hover,
a.button:focus,
button.button:focus,
input.button:focus {
    background: #ef7360;
    /* border-bottom: 6px solid #9b3434; */
    outline: none;
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 0 0 #9b3434;
    box-shadow: 0 5px 0 0 #9b3434;
    border: 0;
}
a.button:focus,
button.button:focus,
input.button:focus {
    /* border-bottom: 0 solid #9b3434; */
    transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 #9b3434;
    box-shadow: 0 0 0 0 #9b3434;
    border: 0;
}


/* CTA */
a.button.cta,
button.button.cta,
input.button.cta {
    padding: .8em 1.3em .9em;
    background: #0c3956;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #031a28;
    box-shadow: 0 0 0 0 #031a28;
    border: 0;
}
a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus {
  background: #0c3956;
  color: #fff;
  -webkit-box-shadow: 0 5px 0 0 #031a28;
  box-shadow: 0 5px 0 0 #031a28;
  border: 0;
}
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus {
    -webkit-box-shadow: 0 0 0 0 #031a28;
    box-shadow: 0 0 0 0 #031a28;
    border: 0;
}




/* --------------------------------

STYLE SET 5: PAGE STYLING

--------------------------------*/

/* -------------------------
   PAGE - HOME
------------------------- */
.home main section {
    padding: 6rem 0;
}

.home main section h2 {
    margin-bottom: 1.5rem;
}

.home section.packages {}
.home section.packages .title-container {}
.home section.packages .title-container p {
    width: 410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home section.packages .package-grid {
    margin: 4rem -2.5rem;
}
.home section.packages .package-grid .package-container {
    padding: 2.5rem;
}
.home section.packages .package-grid .package-container .package {
    padding: 4rem;
    border-radius: 20px;
    height: 100%;
    position: relative;
    /* background-color: #fce6e2; */
    /* border-bottom: 7px solid #fad6d0; */
    background-image: url('/wp-content/images/background-shape-2.svg');
    background-size: 100% 100%;
}
.home section.packages .package-grid .package-container .package h3 {
    margin-bottom: 1.5rem;
}
.home section.packages .package-grid .package-container .package p {
    margin-bottom: 1.5rem;
}
.home section.packages .package-grid .package-container .package .tags {
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}
.home section.packages .package-grid .package-container .package .button {
    margin-bottom: 0;
}
.home section.packages .section-footer p {
    max-width: 405px;
    margin: 0 auto 2rem;
}

@media screen and (max-width: 983px) {
    .home section.packages .package-grid .package-container .package .tags br {
        display: none;
    }
}



.home section.packages .package-grid .package-container .package .decals img {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.home section.packages .package-grid .package-container:nth-child(1) .package .decals img:nth-child(1) {
    left: 48%;
    top: 10px;
    height: 30px;
    width: 30px;
    opacity: .2;
}
.home section.packages .package-grid .package-container:nth-child(1) .package .decals img:nth-child(2) {
    right: 30px;
    top: 20px;
    height: 70px;
    width: 70px;
    opacity: .4;
}
.home section.packages .package-grid .package-container:nth-child(1) .package .decals img:nth-child(3) {
    top: 70%;
    right: 80px;
    height: 55px;
    width: 55px;
    opacity: .75;
    z-index: 2;
}
.home section.packages .package-grid .package-container:nth-child(1) .package .decals img:nth-child(4) {
    top: 73%;
    right: 30px;
    height: 95px;
    width: 95px;
    opacity: .2;
}
.home section.packages .package-grid .package-container:nth-child(1) .package .decals img:nth-child(5) {
    left: 70%;
    bottom: 30px;
    height: 30px;
    width: 30px;
    opacity: .2;
}
.home section.packages .package-grid .package-container:nth-child(2) .package .decals img:nth-child(1) {
    top: 50px;
    right: 30px;
    height: 40px;
    width: 40px;
    opacity: .45;
}
.home section.packages .package-grid .package-container:nth-child(2) .package .decals img:nth-child(2) {
    top: 48%;
    right: 75px;
    height: 30px;
    width: 30px;
    opacity: .2;
}
.home section.packages .package-grid .package-container:nth-child(2) .package .decals img:nth-child(3) {
    bottom: 50px;
    right: 45%;
    height: 35px;
    width: 35px;
    opacity: .2;

}
.home section.packages .package-grid .package-container:nth-child(2) .package .decals img:nth-child(4) {
    bottom: 20px;
    right: 20px;
    height: 70px;
    width: 70px;
    opacity: .75;
}
@media screen and (max-width: 1430px) {
    .home section.packages .package-grid {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .home section.packages .package-grid .package-container {
        padding: .6rem .5rem;
    }
}
@media screen and (max-width: 800px) {
    .home section.packages .package-grid .package-container {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .home section.packages .package-grid .package-container .package {
        padding: 2rem;
    }
}

.home section.articles-news-events {
    background: #fce6e2;
    position:Relative;
    margin: 1rem auto;
    position: relative;
}
.home section.articles-news-events .decals img {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.home section.articles-news-events .decals img:nth-child(1) {
    top: 50px;
    left: 10%;
    height: 100px;
    width: 100px;
    opacity: .2;
}
.home section.articles-news-events .decals img:nth-child(2) {
    top: 55px;
    right: 20%;
    height: 30px;
    width: 30px;
    opacity: .2;
}
.home section.articles-news-events .decals img:nth-child(3) {
    bottom: 55px;
    left: 18%;
    height: 50px;
    width: 50px;
    opacity: .75;
}
.home section.articles-news-events .decals img:nth-child(4) {
    bottom: 55px;
    right: 7%;
    height: 30px;
    width: 30px;
    opacity: .75;
}


.home section.articles-news-events .top-border,
.home section.articles-news-events .bottom-border {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.home section.articles-news-events .top-border {
    bottom: calc(100% - 2px);
    transform: rotateZ(180deg);
}
.home section.articles-news-events .bottom-border {
    top: calc(100% - 2px);
}
.home section.articles-news-events .swiper {
    padding: 4rem 0 4rem 2rem;
    margin: 0 0 0 -2rem;
    overflow: hidden;
}
.home section.articles-news-events .swiper .swiper-slide {
    padding: 5px;
    box-sizing: border-box;
}
.home section.articles-news-events .swiper .swiper-slide .news-tile {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 2rem;
    font-size: 1rem;
    color: #ee8080;
    border-bottom: 7px solid #f4c9c6;
    display: block;
}
.home section.articles-news-events .swiper .swiper-slide .news-tile .tag {
    position: absolute;
    top: 0;
    left: 1rem;
    padding: .2em .8em;
    transform: translateY(-50%);
    background: #ed958e;
    border: 3px solid #fce6e2;
    border-radius: 6px;
    color: #fdf7f5;
    font-size: 1rem;
}

.home section.articles-news-events .swiper .swiper-slide .news-tile.event {
    background: #f58f80;
    color: #fff;
    border-bottom-color: #e8877b;
}
.home section.articles-news-events .swiper .swiper-slide .news-tile.event .tag {
    background: #593535;
    color: #fff;
}
.home section.articles-news-events .swiper .swiper-slide .news-tile.event .tag span {
    opacity: .7;
}


.home section.our-values {}
.home section.our-values .title-container p {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home section.our-values .value-grid {
    padding: 0 25px;
}
.home section.our-values .value-grid {
    margin-top: 5rem;
}
.home section.our-values .value-grid > div {
    margin-bottom: 2.8rem;
}
.home section.our-values .value-grid > div .image-container {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.home section.our-values .value-grid img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 415px) {
    /* .home section.our-values .value-grid > .cell {
        width: 100%;
    } */
    .home section.our-values .value-grid {
        padding: 0;
    }
}
@media screen and (max-width: 342px) {
    .home section.our-values .value-grid > .cell {
        width: 50%;
    }
    .home section.our-values .value-grid > .cell:nth-child(2n) {
        transform: translateY(calc(50% + 1.4rem));
    }
}



/* -------------------------
   PAGE - CONTACT US
------------------------- */
.contact-us {
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.contact-us h2 {
    margin-bottom: 3rem;
}
.contact-us .contact-us-directly {}
.contact-us .contact-us-directly {
    list-style: none;
}
.contact-us .contact-us-directly li {
    position: relative;
    padding: 15px 0 15px 75px;
    color: #808080;
    margin-bottom: 10px;
}
.contact-us .contact-us-directly li:before {
    display: none;
}
.contact-us .contact-us-directly .list-icon {
    position: absolute;
    height: 50px;
    max-height: 50px;
    width: 60px;
    top: 5px;
    left: 0;
}
.contact-us .contact-us-directly .list-icon img {
    height: 45px;
}

.contact-us .contact-us-directly li:nth-child(2) .list-icon {
    top: 7.5px;
}
.contact-us .contact-us-directly li:nth-child(2) .list-icon img {
    height: 40px;
}
.contact-us .contact-us-directly li:nth-child(3) .list-icon {
    top: 4px;
}
.contact-us .contact-us-directly li:nth-child(3) .list-icon img {
    height: 47px;
}

.contact-us .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
    margin-top: 2rem;
    display: block;
    margin-bottom: 0;
}
.contact-us .gform_wrapper.gravity-theme .gform_footer input {
    padding: .8em 1.3em .9em;
    background: #0c3956;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #031a28;
    box-shadow: 0 0 0 0 #031a28;
    border: 0;
}
.contact-us .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #0c3956;
    color: #fff;
    -webkit-box-shadow: 0 5px 0 0 #031a28;
    box-shadow: 0 5px 0 0 #031a28;
    border: 0;
}
.contact-us .gform_wrapper.gravity-theme .gform_footer input:focus {
    -webkit-box-shadow: 0 0 0 0 #031a28;
    box-shadow: 0 0 0 0 #031a28;
    border: 0;
}

@media screen and (max-width: 930px) {
    section.contact-us div .gform_wrapper {
        padding: 3rem;
    }
    section.contact-us {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 780px) {
    section.contact-us {
        margin-top: 4rem;
    }
    section.contact-us .contact-grid {
        max-width: 500px;
        margin: 0 auto;
    }
    section.contact-us .contact-grid > .cell {
        margin: 2rem 0;
        width: 100%;
    }
    section.contact-us .contact-grid > .cell {
        margin: 2rem 0;
        width: 100%;
    }
    section.contact-us .contact-grid > .cell h2 {
        text-align: center;
    }
    .contact-us .contact-us-directly {
        max-width: 16.0625rem;
        margin: auto;
    }
}
@media screen and (max-width: 400px) {
    section.contact-us div .gform_wrapper {
        padding: 1.5rem;
    }
}




/* -------------------------
   PAGE - NEWS EVENTS
------------------------- */

.archive-grid {
    margin: 0 -2rem;
}
.archive-grid article {
    padding: 2rem;
}
.archive-grid article .blog-post-inner {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 7px solid #fbdeda;
    background: #fce6e2;
}
.archive-grid article .blog-post-inner .blog-post-inner-wrap {}
.archive-grid article .blog-post-inner .blog-post-inner-wrap .image-container {}
.archive-grid article .blog-post-inner .blog-post-inner-wrap .content-container {
    padding: 2.5rem;
}
.archive-grid article .blog-post-inner .blog-post-inner-wrap .content-container h2 {
    font-size: 1.3rem;
    line-height: 1.1;
}
.archive-grid article .blog-post-inner .blog-post-inner-wrap .content-container .content {
    margin: 1rem 0 0;
    color: #894e4e;
}


#sidebar1 {
    padding-left: 3rem;
    padding-top: 2rem;
}

.event-list {}
#sidebar1 .sidebar-list li {
    margin: 1rem 0;
    border: none;
}
#sidebar1 .sidebar-list li a {
    display: block;
    background: #fceeec;
    border-radius: 10px;
    padding: 1.2rem 2rem 1.2rem 1.5rem;
    position: relative;
    border: 0;
}
#sidebar1 .sidebar-list li a:hover {
    background: #fce6e2;
}

.event-list li a:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e901';

    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fdc2bd;
    transition: .2s ease-in-out;
}
.event-list li a:hover:after {
    color: #fe918b;
}
.event-list li a .grid-x {}
.event-list li a .grid-x .shrink {
    min-width: 57px;
    padding-right: 1.5rem;
    font-family: komet, sans-serif;
    font-weight: 900;
    color: #0c3956;
    /* opacity: .9; */
}
.event-list li a .grid-x .auto {
}
.events-link {
    margin-bottom: 3rem;
    display: block;
}

.advice-list li a:before {
    margin-top: 0;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #fdc2bd;
    transition: .2s ease-in-out;
}
.advice-list li a:hover:before {
    color: #fe918b;
}



/* -------------------------
   PAGE - SERVICES
------------------------- */

.service-list-section {
    padding: 5rem 0;
}
.service-list-section h2 {
    margin-bottom: 1rem;
}
.service-list-section .subtitle {
    margin-bottom: 3rem;
}
.service-list-section .service-list li {
    padding: 2rem;
}
.service-list-section .service-list li:before {
    display: none;
}
.service-list-section .service-list li img {
    max-width: 70px;
}
.service-list-section .service-list li h3 {
    padding: 1.4rem 0;
    color: #ed8080;
    font-family: asap, sans-serif;
}
.service-list-section .service-list li p {
    color: #bf8686;
}
@media screen and (max-width: 530px) {
    .service-list-section .service-list li {
        width: 100%;
    }
}
.general-care {
    padding-bottom: 6rem;
}


/* -------------------------
   PAGE - ABOUT
------------------------- */
.about-us h2 {
    margin: 5rem 0 3rem;
}
.about-us .team-row {
    padding: 3rem 0;
}
.about-us .team-row:last-child {
    margin-bottom: 4rem;
}
.about-us .team-row > div:nth-child(1) {
    padding-right: 4rem;
}
.about-us .team-row .image-container {
    position: relative;
}
.about-us .team-row .image-container img:nth-child(2) {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.about-us .team-row .image-container img:nth-child(1) {
    position: absolute;
    top: 1%;
    left: 1%;
    right: 1%;
    bottom: 1%;
    width: calc(100% - 2%);
    height: calc(100% - 2%);
    object-fit: cover;
    object-position: center center;
}
.about-us .team-row .content-cell {
    padding-left: 2rem;
}
.about-us .team-row .content-cell h3 {
    font-size: 1.5rem;
}
.about-us .team-row .content-cell .subtitle {
    margin-bottom: 1rem;
    margin-top: .1rem;
    font-size: 1.2rem;
}
.about-us .team-row .content-cell p {
    font-size: 1.1rem;
}

@media screen and (max-width: 1030px) {
    .about-us .team-row > div:nth-child(1) {
        padding-right: 3vw;
    }
}
@media screen and (max-width: 40em) {
    .about-us .team-row .content-cell {
        padding-left: 0;
    }
    .about-us .team-row > div:nth-child(1) {
        padding: 0;
        max-width: 370px;
        margin: 0 auto 2rem;
    }

}


/* -------------------------
   PAGE - CAREERS
------------------------- */
.post-type-archive-our_jobs h2 {
    margin: 6rem auto;
    font-size: 1.3rem;
    color: #ee8080;
}


.job-container {
    margin-bottom: 4rem;
}
.job-container .title-container {
    padding-left: 3.5rem;
    padding-right: 3rem;
    position: relative;s
}
.job-container .title-container h3 {
    margin-top: .25rem;
    margin-bottom: .6rem;
    font-size: 1.8rem;
}
.job-container .title-container .pay {
    font-size: 1.2rem;
    margin-bottom: .1rem;
}
.job-container .title-container .note {
    color: #f6bcbb;
}
.job-container .title-container .number {
    position: absolute;
    top: 5px;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
    text-align: center;
    /* background: #7da0a7; */
    color: #ffffff;
    font-family: komet, sans-serif;
    font-weight: 900;
    /* border-radius: 50%; */
    /* border-bottom: 4px solid #70909a; */
    background-image: url('/wp-content/images/serenity-healthcare-icon-circle-background.svg');
    background-size: contain;
}
.job-container .description-container {
    background-color: #fce6e2;
    padding: 4rem;
    border-radius: 20px;
    height: 100%;
    border-bottom: 7px solid #fad6d0;
    position: relative;
}
.job-container .description-container .tags {
    margin: 2rem 0 1rem;
}
.job-container .description-container .button {
    margin-top: 1rem;
    margin-bottom: 0;
}

.job-container .description-container:before,
.job-container .description-container:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.job-container:nth-child(3n - 4) .description-container:before {
    background-image: url('/wp-content/images/serenity-healthcare-decal-blob-white.svg');
    top: 18px;
    left: 40px;
    width: 35px;
    height:35px;
    opacity: .75;
}
.job-container:nth-child(3n - 3) .description-container:before {
    background-image: url('/wp-content/images/serenity-healthcare-decal-blob-white.svg');
    top: 25px;
    left: 55%;
    width: 20px;
    height:20px;
    opacity: .75;
}
.job-container:nth-child(3n - 3) .description-container:after {
    background-image: url('/wp-content/images/serenity-healthcare-decal-blob-white.svg');
    bottom: 20px;
    right: 30px;
    width: 55px;
    height: 55px;
    opacity: .35;
}
.job-container:nth-child(3n - 2) .description-container:before {
    background-image: url('/wp-content/images/serenity-healthcare-decal-blob-white.svg');
    top: 51%;
    left: 24px;
    width: 20px;
    height:20px;
    opacity: .75;
}
.job-container:nth-child(3n - 2) .description-container:after {
    background-image: url('/wp-content/images/serenity-healthcare-decal-blob-white.svg');
    bottom: 0px;
    right: 80px;
    width: 75px;
    height: 75px;
    opacity: .75;
}

@media screen and (max-width: 870px) {
    .job-container {
        max-width: 600px;
        margin: auto auto  3rem;
    }
    .job-container .title-container,
    .job-container .description-container {
        width: 100%;
        margin: 1rem auto;
    }
}
@media screen and (max-width: 465px) {
    .job-container .description-container {
        padding: 2rem;
    }
    .job-container .description-container > * {
        position: relative;
        z-index: 2;
    }
    .job-container:nth-child(3n-2) .description-container:after {
        right: 10%;
    }

}


/* -------------------------
PAGE - CAREERS SINGLE
------------------------- */
.single-our_jobs div .gform_wrapper {

}
.single-our_jobs main {
    padding-top: 3rem;
}
.single-our_jobs main .button-container {
    text-align: center;
}


/* --------------------------------

STYLE SET 6: CONTENT TYPES

-------------------------------- */

/* -------------------------
   CONTENT - Tabs
------------------------- */

main ul {
    list-style: none;
    margin: 0;
}
main ul li {
    position: relative;
    padding-left: 1rem;
}
main ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #111;
}

main ul.tags {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}
main ul.tags li {
    display: inline-block;
    padding: .5rem .8rem;
    background: #ffffff;
    color: #af605f;
    margin: .25rem;
    line-height: 1;
    border-radius: 5px;
    font-size: .9rem;
}
main ul.tags li:before {
    display: none;
}

/* -------------------------
   CONTENT - PAGE HEADER
------------------------- */
#hero-container {
    height: 100vh;
}

/* HERO */
#header-container {
    background: #f16555;
    position: relative;
}
#header-container #hero .text-content {
    position: relative;
    z-index: 3;
}
#header-container #hero .text-content > div {
    max-width: 430px
}
#header-container #hero .text-content .logo {
    width: 320px;
    margin-bottom: 6rem;
}
#header-container #hero .text-content h1 {
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
#header-container #hero .text-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
#header-container #hero .text-content .button {
    font-size: 1.05rem;
}
#header-container #hero .partner-logos {
    margin-top: 4rem;
    padding: .8rem;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    /* position: absolute;
    bottom: 5em; */
}
#header-container #hero .text-content .partner-logos img {
    height: 60px;
}
#header-container .hero-image-container {
    position: relative;
    z-index: 0;
}
#header-container .hero-image-container > img {
    pointer-events: none;
}
#header-container .hero-image-container .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header-container .hero-image-container .hero-image img {
    object-fit: cover;
    object-position: center center;
    z-index: 2;
    margin: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
}
#header-container .hero-image-container .hero-cover {
    position: relative;
    width: 100%;
    z-index: 3;
}
#header-container .hero-image-container .hero-cover-decals {
    position: absolute;
    height: auto;
    width: 142%;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    z-index: 4;
}
#header-container .hero-image-container .hero-cover-border {
    position: absolute;
    height: 101%;
    width: 101%;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media screen and (max-width: 1400px) {
    #header-container #hero .partner-logos img {
        height: 70px;
    }
}
@media screen and (max-height: 800px) {
    #hero-container {
        height: auto;
        display: block;
    }
    #hero-container #header-container {
        display: block;
        padding: 10vh 0;
    }
}

@media screen and (max-width: 1270px) {
    #header-container #hero .text-content {
        padding-right: 5rem;
    }
}
@media screen and (max-width: 900px) {
    #header-container .hero-image-container {
        width: 90%;
        margin-left: auto;
    }
    #header-container #hero .text-content {
        padding-right: 1rem;
    }
    #header-container #hero .text-content .logo {
        width: 280px;
        margin-bottom: 4rem;
    }
    #header-container #hero .text-content h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
    #header-container #hero .text-content p {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 726px) {
    #header-container #hero .text-content,
    #header-container #hero .image-content {
        width: 100%;
    }
    #header-container #hero .text-content {
        text-align: center;
        padding: 0;
    }
    #header-container #hero .text-content > div {
        margin: 0 auto 2rem;
    }
    #header-container #hero .image-content {
    }
    #header-container .hero-image-container {
        width: 80%;
        margin: 5rem auto;
        margin-left: auto;
    }
    #hero-container {
        height: auto;
        display: block;
    }
    #hero-container #header-container {
        display: block;
        padding-top: 5rem;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    #header-container #hero .text-content h1 {
        font-size: 2.3rem;
    }
    #header-container .hero-image-container {
        width: 100%;
    }
}


/* PAGE HEADER */
.page-header {
    padding: 4rem 0;
    text-align: center;
    background: #feeeec;
    margin-bottom: 1rem;
    position: relative;
}
.page-header .decals img {
    position: absolute;
    left: 8%;
    top: 30px;
    height: 45px;
    width: 45px;
    opacity: .2;
}
.page-header .subtitle {
    max-width: 750px;
    margin: 3rem auto 2rem;
}


/* -------------------------
   CONTENT - ACCORDION
------------------------- */
.accordion {
    background: none;
}
.accordion > li {
    padding: 0;
    border-bottom: 3px #eee solid;
}
.accordion > li:before {
    display: none;
}
.accordion > li .accordion-title {
    border: 0;
    background: none;
    color: #000;
    font-size: 1.3rem;
}
.accordion > li:last-child .accordion-title {
    border: none;
}
/* .accordion > li .accordion-title:before {
    content: '+';
} */

.accordion > li .accordion-content {
    border: 0;
    background: none;
}
.accordion > li .accordion-content:last-child {
    border: none;
}


.accordion > li.is-active .accordion-content {
    border: none;
}





/* -------------------------
   CONTENT - SLIDERS
------------------------- */
.swiper-container {
    position: relative;
    overflow: visible;
}
.swiper-container:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    left: 80%;
    background: rgb(252, 230, 226);
   background: -moz-linear-gradient(90deg, rgba(252, 230, 226,0) 0%, rgba(252, 230, 226,.9) 85%, rgba(252, 230, 226,1) 100%);
   background: -webkit-linear-gradient(90deg, rgba(252, 230, 226,0) 0%, rgba(252, 230, 226,.9) 85%, rgba(252, 230, 226,1) 100%);
   background: linear-gradient(90deg, rgba(252, 230, 226,0) 0%, rgba(252, 230, 226,.9) 85%, rgba(252, 230, 226,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fce6e2",endColorstr="#fce6e2",GradientType=1);
    z-index: 3;
    pointer-events: none;
}
.swiper-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right:100%;
    left: -2rem;
    background: rgb(252, 230, 226);
   background: -moz-linear-gradient(90deg, rgba(252, 230, 226,1) 0%, rgba(252, 230, 226,0.95) 19%, rgba(252, 230, 226,0.24) 61%, rgba(252, 230, 226,0.05) 82%, rgba(252, 230, 226,0.02) 95%, rgba(252, 230, 226,0) 100%);
   background: -webkit-linear-gradient(90deg, rgba(252, 230, 226,1) 0%, rgba(252, 230, 226,0.95) 19%, rgba(252, 230, 226,0.24) 61%, rgba(252, 230, 226,0.05) 82%, rgba(252, 230, 226,0.02) 95%, rgba(252, 230, 226,0) 100%);
   background: linear-gradient(90deg, rgba(252, 230, 226,1) 0%, rgba(252, 230, 226,0.95) 19%, rgba(252, 230, 226,0.24) 61%, rgba(252, 230, 226,0.05) 82%, rgba(252, 230, 226,0.02) 95%, rgba(252, 230, 226,0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fce6e2",endColorstr="#fce6e2",GradientType=1);
    z-index: 3;
    pointer-events: none;
}
.swiper-button-next,
.swiper-button-prev {
    transition: .2s ease-in-out all;
    opacity: .8;
    left: 100%;
    right: auto;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    z-index: 5;
}
.swiper-button-next {
}
.swiper-button-prev {
    transform: scaleX(-1);
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-prev:not(.swiper-button-disabled) + .swiper-button-next {
    transform: translateY(-40%);
}
.swiper-button-prev:not(.swiper-button-disabled) {
    transform: translateY(40%) scaleX(-1);
}



/* -------------------------
   CONTENT - TABS
------------------------- */

.tabs {
    border: 0;
    background: none;
}
.tabs-title {
    float: none;
    display: inline-block;
    padding-left: 0;
}
.tabs-title:before {
    display: none;
}
.tabs-title > a {
    background: #eee;
}
.tabs-title > a:hover {
    background: #ddd;
}

.tabs-content {
    border: none;
    background: none;
}

.tabs-content p:last-child {
    margin: 0;
}





/* --------------------------------

STYLE SET 7: FORMS

-------------------------------- */



/* -------------------------
   FORMS - BASE STYLING
------------------------- */

div .gform_wrapper {
    padding: 5rem;
    border-radius: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    /* background: #fce6e2; */
    background-image: url('/wp-content/images/contact-form-background.svg');
    background-size: 100% 100%;
}

div .gform_wrapper h2 {
    display: none;
}
.gform_wrapper .gform_validation_errors > h2.hide_summary {
    display: inline-block;
    color: #d24f3b;
}
.gform_wrapper .gform_validation_errors > h2.hide_summary span {
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    vertical-align: middle;
    transform: translateY(-2px);
}
div .gform_wrapper .gform_validation_errors {
    margin-bottom: 4rem;
    text-align: center;
    border: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
div .gform_wrapper .gfield_validation_message, div .gform_wrapper .validation_message {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}
div .gform_wrapper .gf_progressbar_title {
    display: none;
}
div .gform_wrapper.gravity-theme .gf_progressbar_green {
    width: 75%;
    margin: 1.5rem auto 4rem;
    height: 8px;
    background: #fff;
    position: relative;
}
div .gform_wrapper.gravity-theme .gf_progressbar_green:before {
    content: "Form Progress";
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    color: #ee8080;
}
div .gform_wrapper.gravity-theme .gf_progressbar_green span {
    display: none;
}
div .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
    height: 8px;
    background: #f16555;
}
.gf_progressbar_percentage span {
    display: none;
}
div .gform_wrapper.gravity-theme .gfield_label {
    color: #ee8080;
}
div .gform_wrapper form .gform_fields .gsection {
    border: 0;
    margin: 0;
    padding: 0;
}
div .gform_wrapper form .gform_fields .gsection h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: -10px;
    color: #725e5d;
    font-family: aaux-next, sans-serif;
}
div .gform_wrapper form .gform_fields .gsection:first-child h3,
div .gform_wrapper form .gform_fields .gsection.form-page-title h3 {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: .3rem;
    color: #0c3956;
    font-family: komet, sans-serif;
}
div .gform_wrapper .gfield_required .gfield_required_text {
    color: #f16555;
    font-style: normal;
}


div .gform_wrapper form .gform_fields {
    grid-row-gap: 10px;
}
div .gform_wrapper form .gform_fields .gfield {
    margin-bottom: 0;
}
div .gform_wrapper form .gform_fields .gfield input,
div .gform_wrapper form .gform_fields .gfield textarea,
div .gform_wrapper form .gform_fields .gfield select {
    padding: .7rem!important;
    height: auto;
    border: none;
    background: #fdeeeb;
    /* box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 10%), 0 4px 10px 0 rgb(0 0 0 / 9%); */
    box-shadow: none;
    transition: .2s all ease-in-out;
    border-radius:6px;
    margin: 0;
}
div .gform_wrapper form .gform_fields .gfield input:focus {
    height: auto;
    background: #fef8f7;
}
div .gform_wrapper form .gform_fields .gfield input:focus,
div .gform_wrapper form .gform_fields .gfield textarea:focus {
    border: none;
    background-color: #fef8f7;
    box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#f0b2b1;
    opacity: 1;
    transition: .2s ease-in-out color;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#f0b2b1;
    opacity: 1;
    transition: .2s ease-in-out color;
}
input::placeholder,
textarea::placeholder {
    color:#f0b2b1;
    opacity: 1;
    transition: .2s ease-in-out color;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color:#e27676;
    opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color:#e27676;
    opacity: 1;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color:#e27676;
    opacity: 1;
}


div .gform_wrapper.gravity-theme .s1d-choices {

}
div .gform_wrapper.gravity-theme .s1d-choices > legend {
    float: left;
    line-height: 1.2;
    margin-right: 1rem;
    margin-bottom: 0;
    background: #fef8f7;
    max-width: calc(100% - 155px);
    padding: 10px 13px;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 5px;
}
#field_1_55 > legend,
#field_1_166 > legend {
}
.gfield_radio > div {
    display: inline-block;
    margin: 5px;
}
div .gform_wrapper.gravity-theme .gfield-choice-input {
  display: none;
}
div .gform_wrapper.gravity-theme .gfield-choice-input + label {
    position: relative;
    z-index: 2;
    padding: .36rem 1rem;
    color: #e27676;
    margin: 0;
    max-width: none;
    transition: .2s ease-in-out all;
    width: 3.4rem;
    text-align: center;
}
div .gform_wrapper.gravity-theme .gfield-choice-input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #f1aca5;
    background: #fce6e2;
    border-radius: 5px;
    z-index: -1;
    transition: .2s ease-in-out all;
}
div .gform_wrapper.gravity-theme .gfield-choice-input:checked + label {
    color: #fff;
}
div .gform_wrapper.gravity-theme .gfield-choice-input:checked + label:before {
    background: #ee9992;
    border-color: #ee9992;
}
div .gform_wrapper.gravity-theme .disable-day .ginput_complex .ginput_container_date {
    /* max-width: 50%; */
    flex-basis: auto;
    width: 100%;
    max-width: 32%;
}
div .gform_wrapper.gravity-theme .disable-day .ginput_complex .ginput_container_date select {
    min-width: auto;
    text-align: center;
    padding: .7rem 5px!important;
}
div .gform_wrapper.gravity-theme .disable-day .ginput_complex .ginput_container_date:nth-child(1),
div .gform_wrapper.gravity-theme .disable-day .ginput_complex .ginput_container_date:nth-child(2) {
    max-width: 28%;
}
div .gform_wrapper.gravity-theme .disable-day .ginput_complex .ginput_container_date:nth-child(3) {
    max-width: 39%;
}

#field_1_62 .ginput_complex {
    width: 320px;
}


div .gform_wrapper.gravity-theme .gfield.s1-employment-col-1,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-2,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-3,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-4,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 {
    align-self: end
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-1 {
        grid-column: span 2;
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-2 {
        grid-column: span 3;
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-3 {
        grid-column: span 2;
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-4 {
        grid-column: span 2;
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 {
        grid-column: span 3;
}
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-1 label,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-2 label,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-3 legend,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-4 legend,
div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 label {
    margin-bottom: 0;
    color: #ee8080;
    font-size: .9rem;
}

div .gform_wrapper.gravity-theme .ginput_container_consent label {
    color: #ee8080;
}

div .gform_wrapper.gravity-theme .gform_previous_button.button, div .gform_wrapper.gravity-theme .gform_save_link.button {
    background: #f8beb5;
    color: #ffffff;
    border-bottom-color: #f0b2b2;

}
div .gform_wrapper.gravity-theme .gform_previous_button.button:hover, div .gform_wrapper.gravity-theme .gform_save_link.button:hover {
    background: #f8beb5;
    border-bottom-color: #f0b2b2;
}

div .gform_wrapper.gravity-theme .gform_page_footer,
div .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
div .gform_wrapper.gravity-theme .gform_footer input,
div .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0;
}

#gform_confirmation_message_1 {
    text-align: center;
}

@media screen and (max-width: 1045px) {
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-1,
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-2,
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 {
        grid-column: span 12;
        -ms-grid-column-span: 12;
    }
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-3,
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-4 {
        grid-column: span 6;
        -ms-grid-column-span: 6;
    }
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 {
        margin-bottom: 3rem;
    }
    div .gform_wrapper.gravity-theme .gfield.s1-employment-col-1 label, div .gform_wrapper.gravity-theme .gfield.s1-employment-col-2 label, div .gform_wrapper.gravity-theme .gfield.s1-employment-col-3 legend, div .gform_wrapper.gravity-theme .gfield.s1-employment-col-4 legend, div .gform_wrapper.gravity-theme .gfield.s1-employment-col-5 label {
        clip: none;
        clip-path: none;
        height: auto;
        margin: 0;
        position: static;
        width: auto;
    }
}
@media screen and (max-width: 750px) {
    .single-our_jobs div .gform_wrapper {
        padding: 3rem;
    }
}
@media screen and (max-width: 666px) {
    div .gform_wrapper.gravity-theme .gfield.gfield--width-third {
        grid-column: span 6;
        -ms-grid-column-span: 6;
    }
    div .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 16px;
    }
}
@media screen and (max-width: 500px) {
    div .gform_wrapper.gravity-theme .s1d-choices > legend {
        width: 100%;
        max-width: 100%;
        padding-bottom: 2rem;
    }
    div .gform_wrapper.gravity-theme .gfield_radio {
        margin-left: 10px;
    }
    div .gform_wrapper.gravity-theme .gfield-choice-input + label {
        margin-top: -1rem;
    }
    div .gform_wrapper.gravity-theme .gfield-choice-input + label:before {
        -webkit-box-shadow: 0px 0px 0px 2px #fce6e2;
        box-shadow: 0px 0px 0px 2px #fce6e2;
    }
}




/* --------------------------------

STYLE SET 8: SIDEBARS

-------------------------------- */


/* -------------------------
   SIDEBAR - DEFAULT
------------------------- */

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}



/* --------------------------------

STYLE SET 9: FOOTER

-------------------------------- */

.footer {
  margin-top: 0;
}

.footer p {
  margin:0;
}

.upper-footer {
    position: relative;
}
.upper-footer .logos {
    position: relative;
    background: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    max-width: 95%;
    margin: 0 15px;
}
.upper-footer .logos img {
    width: 382px;
    max-width: 100%;
}
.upper-footer .logos .trim-left,
.upper-footer .logos .trim-right {
    position: absolute;
    top: 48%;
    height: 40%;
}
.upper-footer .logos .trim-left {
    transform: scaleX(-1);
    right: 99.7%;
}
.upper-footer .logos .trim-right {
    left: 100%
}
.upper-footer .svg-border-bottom {
    position: absolute;
    top: 50%;
    width: 101%;
    left: 0;
    right: 0;
    line-height: 0;
    z-index: -1;
    min-height: 55%;
}
.upper-footer .svg-border-bottom img {
    min-height: 100%;
    max-width: none;
}
@media screen and (max-width: 850px) {
    .upper-footer .svg-border-bottom img {
        width: 1000px;
    }
}
@media screen and (max-width: 430px) {

}

.mid-footer {
    position: relative;
    background: #ef7360;
}

.mid-footer .decals img {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.mid-footer .decals img:nth-child(1) {
    top: 16px;
    left: 6%;
    height: 40px;
    width: 40px;
    opacity: 1;
}
.mid-footer .decals img:nth-child(2) {
    top: 0;
    left: 13%;
    height: 30px;
    width: 30px;
    opacity: .75;
}
.mid-footer .decals img:nth-child(3) {
    top: 12px;
    right: 15%;
    height: 30px;
    width: 30px;
    opacity: .75;
}
.mid-footer .decals img:nth-child(4) {
    top: 50px;
    right: 3%;
    height: 50px;
    width: 50px;
    opacity: .75;
}
.mid-footer .decals img:nth-child(5) {
    bottom: 150px;
    left: 3%;
    height: 20px;
    width: 20px;
    opacity: .75;
}
.mid-footer .decals img:nth-child(6) {
    bottom: 55px;
    left: 10%;
    height: 40px;
    width: 40px;
    opacity: 1;
}
.mid-footer .decals img:nth-child(7) {
    bottom: 50px;
    left: 40%;
    height: 25px;
    width: 25px;
    opacity: .75;
}
.mid-footer .decals img:nth-child(8) {
    bottom: 55%;
    right: 12%;
    height: 25px;
    width: 25px;
    opacity: 1;
}
.mid-footer .decals img:nth-child(9) {
    bottom: 50px;
    right: 8%;
    height: 45px;
    width: 45px;
    opacity: .75;
}


.mid-footer .logo-container {
    /* padding-right: 5rem; */
}
.mid-footer .logo-container img {
    width: 250px;
}


.mid-footer .mid-footer-grid {
    padding: 100px 0 130px;
}
.mid-footer .mid-footer-grid h3 {
    margin-bottom: .5rem;
}

.mid-footer .mid-footer-grid .footer-menus {
}
.mid-footer .mid-footer-grid .footer-menus > .cell {
    padding: 1rem 3rem;
}
.mid-footer .mid-footer-grid .menu {
    margin: 0;
}
.mid-footer .mid-footer-grid .menu li {}
.mid-footer .mid-footer-grid .menu li a {
    padding: 0;
    color: #fad5cf;
    padding: 5px 0;
    font-size: 1.1rem;

}
.mid-footer .mid-footer-grid .menu li a:hover {
    color: #fff;
}


.mid-footer .mid-footer-grid .footer-socials {}
.mid-footer .mid-footer-grid .social-icons {
    margin: 0;
    list-style: none;
    width: 145px;
}
.mid-footer .mid-footer-grid .social-icons li {
    display: block;
}
.mid-footer .mid-footer-grid .social-icons li a {
    display: block;
    opacity: .7;
    margin: 10px;
}
.mid-footer .mid-footer-grid .social-icons li a:hover {
    opacity: 1;
}
.mid-footer .mid-footer-grid .social-icons img {
    display: block;
    width: 50px;
}

.mid-footer .svg-border-bottom {
    position: absolute;
    bottom: -1px;
    width: 101%;
    left: 0;
    right: 0;
    line-height: 0;

}

/* lower footer */
.lower-footer {
    font-size: 1.1rem;
    padding: 2rem;
    background: #f16555;
    position: relative;
}

.lower-footer nav ul li a {
    color: #f4f4f4;
    background: none;
}
.lower-footer nav ul li.active a {
    background: none;
    color: #f4f4f4;
}
.lower-footer nav ul li.current_page_item a {

}
.lower-footer nav ul li a:hover {
    color: #fff;
}
.copyright, .s1-footer-sig a span {
    color: #fde0dc;
}


/* sig */
.s1-footer-sig {
    width: 50%;
    float: right;
    text-align: right;
}
.s1-footer-sig a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
.s1-footer-sig a:hover {
    text-decoration: none;
}
.s1-footer-sig .s1-footer-sig-main {
    color: #999999;
    text-decoration: none;
    vertical-align: middle;
    padding-right: 25px;
}
.s1-footer-sig .s1-footer-sig-main img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25px;
    margin-left: 13px;
}
.s1-footer-sig .s1-footer-sig-popup {
    pointer-events: none;
    opacity: 0;
    transform: translate(100%, 100%);
    transition: .3s ease-in-out all;
    position: absolute;
    width: 460px;
    bottom: 0;
    right: 0;
    background: #392877;
    z-index: 2;
}
.s1-footer-sig a:hover .s1-footer-sig-popup {
    transform: translate(0, 0);
    pointer-events: all;
    opacity: 1;
    z-index: 99;
}
.s1-footer-sig a .s1-footer-sig-popup .s1-f-s-top {
    padding: 1.2rem;
    background: #2D1A60;
}
.s1-footer-sig a .s1-footer-sig-popup .s1-f-s-top img {
    width: 150px;
}
.s1-footer-sig a .s1-footer-sig-popup h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    color: #CDC9DD;
    font-weight: 400;
    font-size: 1.2rem;
}
.s1-footer-sig a .s1-footer-sig-popup ul {
    margin: 1rem 0;
    display: block;
}
.s1-footer-sig a .s1-footer-sig-popup ul li {
    display: inline-block;
    padding:5px 12px;
    margin: 3px;
    font-size: 1rem;
    background: #4B3D8E;
    color: #CFC8ED;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped {
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 40px;
    transition: .2s ease-in-out all;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped:after {
    content: '';
    background: #FFD405;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -5px;
    height: 2px;
    transition: .2s ease-in-out all;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped:hover {
    margin-top: 17px;
    padding-bottom: 3px;
}
@media screen and (max-width: 63.9375em) {
    .s1-footer-sig-popup {
        display: none;
    }
    .s1-footer-sig a:hover .s1-footer-sig-main span {
        color: #fff;
    }
}


@media screen and (max-width: 1350px) {
    .mid-footer .decals img:nth-child(8) {
        display: none;
    }
}
@media screen and (max-width: 1212px) {
    .mid-footer .mid-footer-grid {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 150px;
    }
    .mid-footer .mid-footer-grid > .cell {
        margin: 2rem 0;
    }
    .mid-footer .mid-footer-grid .footer-socials {
        width: 100%;
    }
    .mid-footer .mid-footer-grid .social-icons {
        width: 260px;
    }
    .mid-footer .mid-footer-grid .social-icons li {
        width: 33%;
        text-align: center;
    }
    .mid-footer .mid-footer-grid .social-icons img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .mid-footer .mid-footer-grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mid-footer .mid-footer-grid .footer-menus {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .mid-footer .mid-footer-grid .footer-menus > .cell {
        padding: 0 2rem;
    }
    .mid-footer .decals img:nth-child(1) {
        top: 26px;
    }
    .mid-footer .decals img:nth-child(2) {
        top: 10px;
    }
    .mid-footer .decals img:nth-child(3) {
        top: 22px;
    }
    .mid-footer .decals img:nth-child(4) {
        top: 60px;
    }
}






/* --------------------------------

STYLE SET 10: WP JOINTS STYLING

-------------------------------- */

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0;
}
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe;
}

body#tinymce {
  margin: 20px;
}


/* --------------------------------

STYLE SET 11: EXTENSION STYLES

-------------------------------- */


/* -------------------------
   EXTENSION - GOOGLE MAPS
------------------------- */

/*# sourceMappingURL=style.css.map */
