/*
Theme Name: Responsive Medical Services
Theme URI: https://responsivemedicalservices.com
description: Theme for Responsive Medical Services
Author: Marquay Smith
Author URI: https://marquaysmith.com
Version: 1.0.5
*/


@font-face {

}

@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth;
    }
}

/*=============
Variables
 ==============*/

:root {
	--primary: hsla(158, 22%, 34%, 1);
	--secondary: hsla(217, 47%, 42%, 1);
	--accent1: hsla(37, 100%, 68%, 1);
    --accent2: hsla(153, 39%, 79%, 1);
    --accent3: hsla(210, 62%, 82%, 1);

}


/*=============
 Reset Styles
 ==============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: hsla(43, 26%, 95%, 1);
    font-family: 'Open Sans';
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

}

@media (min-width: 960px){
	body {
		font-size: 18px;
	}
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-style: italic;
	font-size: .9em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
}

strong {
    font-weight: 600;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

p{
	font-size: 1em;
	line-height: 30px;
    margin-bottom: 20px;
}

h1{
    font-size: 30px;
	line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2{
	font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

h3{
    font-size: 22px;
	line-height: 38.px;
    margin-bottom: 10px;
    font-weight: 600;
}

h4 {
    line-height: 1.33;
    margin-bottom: 1em;
}

@media (min-width: 960px){
    p{
        line-height: 32px;
    }

    h1{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    h2{
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}

/*=============
 Fonts
 ==============*/

body{
	font-family: 'Open Sans', sans-serif;
}

.fw400{
	font-weight: 400;
}

.fw500{
	font-weight: 500;
}

.fw600{
    font-weight: 600;
}

.fw700{
	font-weight: 700;
}

.fw800{
    font-weight: 800;
}

.uppercase{
	text-transform: uppercase;	
}

.title-initial{
	text-transform: initial;
}


/*=============
 Global
 ==============*/
.container {
    margin: auto;
    max-width: 1280px;
    padding: 25px;
}

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

.is-hidden{
	display: none;
}

.cta-btn {
    padding:.75em 1.5em;
	background: var(--accent1);
	color: hsla(235, 21%, 21%, 1);
	display: inline-block;
	font-weight: 600;
	border-radius: 10px;
}

.cta-btn:hover,
.cta-btn:focus {
	background: var(--accent3);
}

.page-numbers {
    background: var(--secondary);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: .33rem;
    display: inline-block;
    font-size: 1rem;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus {
    background: var(--primary);
}

.df{
	display: flex;
}

.m-auto{
	margin: auto;
}

.mx-auto{
	margin: 0 auto;
}

.mb1{
	margin-bottom: 1em;
}

.mb2{
	margin-bottom: 2em;
}

.mb3{
	margin-bottom: 3em;
}

.m1x0{
	margin: 1em 0;
}
.m2x0{
	margin: 2em 0;
}

.m3x0{
	margin: 3em 0;
}

.m5x0{
	margin: 5em 0;
}

.p1{
	padding: 1em;
}

.p2{
	padding: 2em;
}

.p3{
	padding: 3em;
}

.p5{
	padding: 5em;
}

.p2x0{
	padding: 2em 0;
}

.p3x0{
	padding: 3em 0;
}

.pt3{
	padding-top: 3em;
}

.p5x0,
.p10x0x5{
	padding: 5em 0;
}

.ch20{
	max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
}

.ch40{
	max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
}

.ch60{
	max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.ch80{
	max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:1200px){
	.p10x0x5{
		padding: 10em 0 5em;
	}
}

/*=============
 Colors
 ==============*/

.clr-primary{
    color: var(--primary);
}

.clr-secondary{
    color: var(--secondary);
}

.clr-accent-1{
    color: var(--accent1);
}

.clr-accent-2{
    color: var(--accent2);
}

.clr-accent-3{
    color: var(--accent3);
}

.bkg-primary{
    background: var(--primary);
    color: #fff;
}

.bkg-secondary{
    background: var(--secondary);
    color: #fff;
}

.bkg-accent-1{
    background: var(--accent1);
}

.bkg-accent-2{
    background: var(--accent2);
}

.bkg-accent-3{
    background: var(--accent3);
}

.clr-white{
    color: #fff;
}

/*=============
 Header Styles
 ==============*/

.header__container {
    display: flex;
    max-width: 1280px;
    margin: auto;
    padding: 25px;
    align-items: center; 
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media( max-width: 600px){
    .header__logo{
        max-width: 160px;
    }
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}

#header-nav li {
    display: inline;
    position: relative;
}

#header-nav li a {
    color: #43695B;
	padding: 1em;
	position: relative;
}

#header-nav li a:hover,
#header-nav li a:focus,
#header-nav li.current-menu-item a{
	background: #E3E0D8;
	color: #2B2D42;
}

#header-nav .current-menu-item a:after {
    content:" ";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 20px solid transparent;
	border-top: 20px solid var(--accent);
}

#header-nav .sub-menu {
    background: #FCF8F2;
    border-radius: 0 0 10px 10px;
    border-top: 5px solid #FFC15E;
    color: inherit;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s ease-in-out;
}

#header-nav .menu-item:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}

#header-nav .sub-menu .menu-item a{
    border-bottom: 0.5px solid #D9D9D9;
}

#header-nav .sub-menu .menu-item:last-of-type a{
    border: none;
    border-radius: 0 0 10px 10px;
}

#header-nav .sub-menu .menu-item:last-child{
    border-bottom: none;
}

#header-nav .sub-menu .menu-item a {
    color: inherit;
    display: block;
    font-size: .88889em;
    letter-spacing: initial;
    line-height: 1;
    padding: 1em;
    text-transform: capitalize;
}

#header-nav .sub-menu .menu-item a:hover {

}

a.need-transport {
    color: #2B2D42;
    text-align: center;
    background: rgba(65, 105, 91, 0.4);
    border-radius: 10px;
    width: 183px;
    display: inline-block;
    padding: .5em;
}

a.need-transport span {
    display: block;
}

#mobile-nav a.need-transport {
    margin: auto;
    color: #2B2D42;
    text-align: center;
    background: var(--accent1);
    width: 100%;
    padding: 0.5em;
    display: block;
    border-radius: 0;
}

.navButtonWrapper {
    display: none;
}

.navButtonBar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
    width: 100%;
    position: absolute;
    height: 3px;
    background: var(--primary);
    margin: 7px 0 0;
}

.navButtonBar--top {
    margin-top: 1px;
}

.navButtonBar--bottom {
    margin-top: 13px;
}

body.is-showingNav .navButtonBar {
    background: var(--primary);
}

body.is-showingNav .navButtonBar--top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px
}

body.is-showingNav .navButtonBar--middle {
    opacity: 0;
    filter: alpha(opacity=0);
}

body.is-showingNav .navButtonBar--bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 7px;
}

.navButton {
    float: right;
    position: relative;
    width: 21px;
    height: 17px;
    top: -5px;
}

.navButtonBar--top {
    margin-top: 0px;
}
.navButtonBar--bottom {
    margin-top: 14px;
}

#mobile-nav {
    background-color: var(--primary);
    height: 100%;
    overflow-y: scroll;
    padding-top: 60px;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 99999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mobile-nav ul.sub-menu {
    background: var(--accent2);
}

#mobile-nav, 
#mobile-nav li a  {
    color: #fff;
}

#mobile-nav li {
	border-bottom: 1px solid var(--accent);
    width: 100%;
}

#mobile-nav li a {
    padding: 1em;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid;
}

#mobile-nav li.menu-item-has-children a {
    border-bottom: 1px solid transparent;
}

#mobile-nav .sub-menu li a {
    color: var(--primary);
    border-bottom: 1px solid;
    padding-left: 2em;
}

.main-nav-contact-container {
    padding: 12px 30px;
}

body.is-showingNav {
    overflow: hidden;
}

body.is-showingNav #mobile-nav {
    display: block;
    right: 0;
}

body.is-showingNav .header__container {
    transform: translateX(-320px);
}

body.is-showingNav .mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
}

@media(max-width: 1420px){
	.nav-wrap{
		display: none;
	}
	
	.navButtonWrapper {
		display: flex;
    	align-items: center;
	}
	
}

/*=============
 Footer Styles
 ==============*/

#footer {
    box-shadow: 0px 4px 12px rgb(166 148 148 / 40%);
    border-radius: 20px 20px 0 0;
}

.footer__container {
    max-width: 1280px;
    margin: auto;
    padding: 25px;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



footer,
footer a{
    color: #43695B;
}

.footer__address a {
    font-weight: 700;
    color: var(--secondary);
}

.footer__nav-menu-list > li > a {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

#footer-menu-nav .sub-menu {
    margin-bottom: 1em;
}

#footer-menu-nav li .sub-menu li {
    display: table;
}

@media(min-width: 920px){

    #footer {
        padding: 3em 0;
    }

    .footer__container {
        display: flex;
        flex-flow:  row wrap;
    }

    #footer-menu-nav li {
        display: inline-block;
        margin-right: 1em;
    }
    
}

.copyright{
    font-size: 14px;
    font-weight: 600;
}

.copyright a {
    margin: 5px 20px;
}

#footer hr {
    border: transparent;
    margin-bottom: 20px;
    border-top: 1px solid;
    max-width: 1230px;
    margin: auto;
}

@media(max-width: 702px){
    .copyright{
        font-size: 12px;
    }

    .copyright a {
        display: block;
    }
}

/*=============
 Homepage
 ==============*/

#home-hero {
    background: url(./images/home-hero.svg) no-repeat 50% 120% / 200%;
    padding-bottom: 10em;
}

@media(min-width: 380px){
    #home-hero {
        background: url(./images/home-hero.svg) no-repeat 50% 100% / 100%;
        padding-bottom: 5em;
    }
}

.hero__wrap {
    max-width: 600px;
}

.cta-wrap a {
    margin: 0 10px 10px 0;
}

.services__intro {
    max-width: 894px;
    margin: 0 auto 100px;
    box-shadow: 0px 4px 12px rgba(166, 148, 148, 0.4);
    border-radius: 10px;
}

.services__intro-container {
    max-width: 638px;
    margin: auto;
    padding: 25px 25px 38px;
}

.rms-services {
    overflow: hidden;
}

.rms-service {
    max-width: 1090px;
    margin: 0 auto 100px;
    position: relative;
}

.rms-service:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.rms-service-content.rms-service-block {
    flex: 1 1 48%;
}

.rms-service-img.rms-service-block {
    flex: 1 1 52%;
}

.rms-service-content__wrap {
    max-width: 437px;
    padding: 25px;
}

@media(max-width: 1100px){
    button.slick-prev{
        left: 130px;
        z-index: 9999;
        visibility: hidden;
    }

    button.slick-next{
        right: 130px;
        visibility: hidden;
    }
}

@media(max-width: 640px){
    section#events {
        display: none;
    }

}

@media(min-width: 500px){
    #home-hero {
        background: url(./images/home-hero.svg) no-repeat 0 175px / 100%;
        padding-bottom: 25em;
    }

}

@media(min-width: 1024px){

    .rms-service {
        margin: 0 auto 150px;
    }

    .rms-service:nth-child(1):before{
        content: "";
        position: absolute;
        background: url(./images/service-basic-life-support-track.svg) no-repeat;
        width: 100%;
        height: 500px;
        top: -360px;
        left: -80px;
        z-index: -1;
    }

    .rms-service:nth-child(2):before{
        content: "";
        position: absolute;
        background: url(./images/service-long-distance-transport-track.svg) no-repeat;
        width: 100%;
        height: 700px;
        top: -326px;
        left: -40px;
        z-index: -1;
    }

    .rms-service:nth-child(3):before{
        content: "";
        position: absolute;
        background: url(./images/service-events-track.svg) no-repeat;
        width: 100%;
        height: 368px;
        top: 3px;
        left: -40px;
        z-index: -1;
    }

    .rms-service:nth-child(4):before{
        content: "";
        position: absolute;
        background: url(./images/service-staffing-track.svg) no-repeat;
        width: 100%;
        height: 368px;
        top: -140px;
        left: 365px;
        z-index: -1;
    }

    .slick-prev, 
    .slick-next{
        display: block;
    }

}

@media(min-width: 760px){

    .rms-service {
        display: flex;
    }
    
    .rms-service:nth-of-type(odd) .rms-service-content__wrap {
        margin: auto;
    }

}

.about__container {
    max-width: 1280px;
    margin: auto;
}

.about__row {
    border-radius: 10px;
    margin-bottom: 50px;
}

.about-box {
    flex: 1 1 25em;
    padding: 25px;
}

.about-img {
    text-align: center;
    padding: 0;
}

.about-img img {
    width: 100%;
}

.about__row-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 2em;
    align-items: center;
}

.about__row:nth-of-type(odd) .about__row-wrap{
    flex-direction: row-reverse;
}

@media(min-width: 760px){

    .about-img {
        padding: 25px;
    }

    .about-img img {
        border-radius: 25px;
    }
    
}

.past-events {
    max-width: 794px;
    margin: auto;
    width: 90%;
}

.events-title {
    border-radius: 0 10px 10px 0;
    max-width: 800px;
    text-align: right;
    padding: 10px 70px;
    margin-bottom: 60px;
}

.events-title h2{
    margin: 0;
}

.event-slider{
    position: relative;
}

.rms-event figure img{
    border-radius: 25px;
    margin: 0 auto 20px;
    width: 100%;
}

button.slick-prev:before, 
button.slick-next:before {
    font-size: 0;
    color: transparent;
    height: 83px;
    width: 83px;
    display: block;
    position: absolute;
}

button.slick-prev:before{
    background: url(./images/arrow-prev.svg) no-repeat;
    left: -100px;
    top: 0;
}
 
button.slick-next:before {
    background: url(./images/arrow-next.svg) no-repeat;
    right: -100px;
    top: 0;
}

.contact-container {
    background: url(./images/contact-bkg-secondary-mobile.svg) no-repeat 0 100%;
    padding: 80px 25px 200px;
    background-size: 100%;
}

@media(min-width: 840px){

    .contact-container {
        background: url(./images/contact-bkg-secondary.svg) no-repeat 0 280px / 100%;
        padding: 80px 25px;
    }
    
}

.contact-wrap {
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}

.contact-box{
    flex: 1 1 25em;
}

.gfield input,
.gfield select,
.gfield textarea {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
}

.gfield input[type='file'] {
    border: none;
}

.gfield select option {
    color: #000;
}

.gform_footer input[type='submit'] {
    border: none;
    padding: 0.75em 1.5em;
    background: var(--accent1);
    color: hsla(235, 21%, 21%, 1);
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
}

.gform_wrapper.gravity-theme span.gfield_required{
    color: var(--accent1);
}

.ginput_container_fileupload {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 3em;
    position: relative;
}

/*.gform_wrapper.gravity-theme .gfield div.ginput_container_fileupload input {
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    position: relative;
    left: 33%;
    width: 50%;
    transform: translateX(-50%);
}*/

.gform_wrapper.gravity-theme .gfield div.ginput_container_fileupload input {
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
}

.home .gform_wrapper.gravity-theme .gfield {
    background: var(--secondary);
}

.page-apply .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 1em;
    background: var(--secondary);
}

#contact-page .gform_wrapper.gravity-theme .gfield {
    background: var(--primary);
}

/*=============
 Service Template
 ==============*/

#service-hero {
    height: 250px;
    padding: 40px 0 80px;
    box-shadow: 0px 4px 4px rgb(166 148 148 / 20%);
    border-radius: 0px 0px 20px 20px;
}

#service-intro {

}

.service-intro__container {
    margin: auto;
    max-width: 1280px;
    padding: 25px;
    display: flex;
    flex-flow: row wrap;
    gap: 2em;
}

.service-intro-box {
    flex: 1 1 25em;
}

.service-contact a.phone-number{
    color: var(--primary);
}

.wws__container {
    max-width: 1280px;
    margin: auto;
}

.wws__row {
    border-radius: 10px;
    margin-bottom: 50px;
}

.wws-box {
    flex: 1 1 25em;
    padding: 25px;
}

.wws-img {
    text-align: center;
    padding: 0;
}

.wws-img img {
    width: 100%;
}

.wws__row-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.wws__row:nth-of-type(odd) .wws__row-wrap{
    flex-direction: row-reverse;
}

@media(min-width: 1024px){
    #service-hero {
        height: 455px;
        padding: 40px 0 80px;
        box-shadow: 0px 4px 4px rgb(166 148 148 / 20%);
        border-radius: 0px 0px 20px 20px;
    }

    #service-intro {
        background: url(./images/service-intro-track.svg) no-repeat 0 100% / cover;
        padding: 80px 25px 300px;
    }
    
}

@media(min-width: 760px){

    .wws-img {
        padding: 25px;
    }

    .wws-img img {
        border-radius: 25px;
    }
    
}

#other-services h2,
#who-we-serve h2 {
    font-size: 30px;
}

.other-services__container {
    display: flex;
    gap: 2em;
    margin-bottom: 100px;
    flex-flow: row wrap;
    justify-content: center;
}

.other-service {
    flex: 1 1 20em;
    box-shadow: 0px 4px 12px rgb(166 148 148 / 40%);
    border-radius: 10px;
    max-width: 386px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.other-service img {
    height: 148px;
    width: 100%;
}

.other-service-content {
    padding: 0 20px;
    color: var(--secondary);
    min-height: 120px;
}

.other-service-link {
    width: 100%;
    background: var(--accent1);
    display: block;
    border-radius: 0 0 10px 10px;
    padding: 20px 36px;
    color: #2B2D42;
    font-weight: 600;
}

@media(max-width: 640px){
    .other-service-link{
        text-align: center;
    }
}

/*=============
 About Template
 ==============*/

#about-hero {
    background: url(./images/about-hero-mobile.svg) no-repeat 0 100% / 100%;
    padding: 0 0 22em;
}

@media(min-width: 640px){
    #about-hero {
        background: url(./images/about-hero.svg) no-repeat 0 100% / 100% #E2E0DC;
        padding: 4em 0 22em;
    }

    .hero_intro {
        background: hsla(43, 26%, 95%, 1);
        max-width: 844px;
        margin: auto;
        box-shadow: 0px 4px 12px rgb(166 148 148 / 40%);
        border-radius: 10px;
    }
}

.hero_intro-container {
    max-width: 638px;
    padding: 45px 25px;
    margin: auto;
}

.rms-statement {
    border-radius: 20px;
    padding: 60px 25px 160px;
    margin-bottom: 5em;
    overflow: hidden;
}

.statement{
    max-width: 1046px;
    margin: auto;
}

.statement p{
    font-size: 16px;
    line-height: 30px;
}

.values-wrap {
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-flow: row wrap;
}

.values-statement{
    border-radius: 20px;
    margin-bottom: 5em;
}

.value{
    flex: 1 1 18em;
}

.value img{
    border-radius: 20px;
}

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

.value-title::first-letter {
  font-weight: 800;
}

@media(min-width: 760px){

    .statement p{
        font-size: 30px;
        line-height: 52px;
    }
}

.our-services__container {
    display: flex;
    gap: 2em;
    flex-flow: row wrap;
    max-width: 800px;
    margin: 1em auto 100px;
}

.our-service {
    flex: 1 1 21em;
    box-shadow: 0px 4px 12px rgba(166, 148, 148, 0.4);
    border-radius: 10px;
    background: hsla(43, 26%, 95%, 1);
}

.our-service img {
    height: 148px;
    width: 100%;
}

.our-service-content {
    padding: 0 20px;
    color: var(--secondary);
    min-height: 120px;
}

.our-service-link {
    width: 100%;
    background: var(--accent1);
    display: block;
    border-radius: 0 0 10px 10px;
    padding: 20px 36px;
    color: #2B2D42;
    font-weight: 600;
}

.track {
    position: relative;
}

#our-services {
    position: relative;
}

#our-mission .track:after {
    content: "";
    position: absolute;
    background: url(./images/mission-after-track-mobile.svg) no-repeat 0 0;
    right: -20px;
    bottom: 60px;
    width: 280px;
    height: 320px;
}

#our-vision .track:after {
    content: "";
    position: absolute;
    background: url(./images/vision-after-track-mobile.svg) no-repeat 0 0;
    right: -20px;
    bottom: 50px;
    width: 290px;
    height: 134px;
}

@media(min-width: 1150px){
    #our-mission .track:before {
        content: "";
        position: absolute;
        background: url(./images/mission-before-track.svg) no-repeat 0 0;
        left: 0px;
        top: 30px;
        width: 260px;
        height: 210px;
    }

    #our-mission .track:after {
        content: "";
        position: absolute;
        background: url(./images/mission-after-track.svg) no-repeat 0 0;
        right: 0px;
        bottom: 0;
        width: 860px;
        height: 210px;
    }

    #our-vision .track:before {
        content: "";
        position: absolute;
        background: url(./images/vision-before-track.svg) no-repeat 0 0;
        left: 50px;
        top: 0;
        width: 460px;
        height: 100%;
    }

    #our-vision .track:after {
        content: "";
        position: absolute;
        background: url(./images/vision-after-track.svg) no-repeat 0 0;
        right: 0px;
        bottom: 0;
        width: 460px;
        height: 100%;
    }
}

@media(min-width: 1210px){

    #our-services:before {
        content: "";
        position: absolute;
        background: url(./images/our-services-before-track.svg) no-repeat 0 0;
        left: 0;
        top: 0;
        width: 460px;
        height: 100%;
    }

    #our-services:after {
        content: "";
        position: absolute;
        background: url(./images/our-services-after-track.svg) no-repeat 0 0;
        right: 0px;
        top: -50px;
        width: 460px;
        height: 100%;
        z-index: -1;
    }
}

/*=============
 Contact Us Template
 ==============*/

.contact-page-container {
    background: url(./images/contact-bkg-primary-mobile.svg) no-repeat 0 100%;
    padding: 80px 25px 380px;
    background-size: 100%;
}

@media(min-width: 840px){

    .contact-page-container {
        background: url(./images/contact-bkg-primary.svg) no-repeat 0 380px / 100%;
        padding: 80px 25px;
    }
    
}

/*=============
 Careers Templates
 ==============*/

#careers-hero {
    box-shadow: 0px 13px 9px rgb(166 148 148 / 30%);
    border-radius: 0px 0px 20px 20px;
    background: url(./images/careers-hero.svg) no-repeat 84% 110% / 300%;
    padding: 4em 25px 15em;
}

@media(min-width: 660px){
    #careers-hero {
        box-shadow: 0px 13px 9px rgb(166 148 148 / 30%);
        border-radius: 0px 0px 20px 20px;
        background: url(./images/careers-hero.svg) no-repeat 0 75% / 100%;
        padding: 4em 25px 17em;
    }
}

.careers_hero-container {
    max-width: 1010px;
    margin: auto;
    padding: 25px;
}

.offer__container {
    max-width: 1249px;
    margin: 5em auto;
    border-radius: 20px;
    padding: 25px 25px 170px;
    position: relative;
    overflow: hidden;
}


.offer__container:before {
    content: "";
    position: absolute;
    background: url(./images/offer-before-track.svg) no-repeat center 0 / cover;
    left: 0px;
    bottom: 40px;
    width: 620px;
    height: 110px;
}

@media(min-width: 960px){

    .offer__container {
        padding: 25px 25px 120px;
    }

    .offer__container:before {
        content: "";
        position: absolute;
        background: url(./images/offer-before-track.svg) no-repeat center 0 / cover;
        left: 0px;
        bottom: 30px;
        width: 620px;
        height: 110px;
    }
}

.employee-benefits {
    max-width: 950px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: auto;
    font-weight: 500;
    flex-flow: row wrap;
    width: 90%;
}

.benefit-column {
    flex: 1 1 13em;
    max-width: 450px;
}

.benefit {
    list-style: disc;
}


#job-openings .facetwp-dropdown {
    background: url(./images/select-arrow.svg) no-repeat right 24px center / 18px;
    border-radius: 10px;
    border: 1px solid #385E9D;
    cursor: pointer;
    font-size: 16px;
    margin: 1em 0;
    max-width: 387px;
    padding: 14px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.open-job {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.position-name {
    font-size: 18px;
    color: var(--secondary);
}

.position-location {
    font-size: 16px;
    color: hsla(210, 14%, 43%, 1);
}

@media(min-width: 840px){

    .employee-benefits {
        font-size: 30px;
        gap: 1em;
    }

    #job-openings {
        background: url(./images/open-jobs-background.svg) no-repeat center 0 / cover;
    }
    
}

#careers-job-hero {
    box-shadow: 0px 9px 12px rgb(166 148 148 / 14%);
    border-radius: 0px 0px 20px 20px;
}

.single-job-hero-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.above-job-title{
    font-size: 16px;
    font-weight: 700;
}

.job-title {
    font-weight: 700;
    margin: 0;
}

#position .position-location {
    font-size: 30px;
}

.back-to-job-openings {
    display: block;
    font-weight: 600;
    margin: 2em 0;
    position: relative;
    padding-left: 33px;
}

.back-to-job-openings:before {
    background: url(./images/back-arrow.svg) no-repeat center;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.single main ul{
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 40px;
}

.single main ul li{
    list-style: disc;
}


