.page_width { padding-left: 15px;padding-right: 15px; }

#home_wrapper {
    min-height: 100px;
}

#top_inner .left {
    width: 75%;
}



#top_inner .right {
    width: 25%;
}

.two_cols {
    column-count: 2;column-gap: 40px;
}

#home_intro {
    right: 5%;width: 90%;text-align: center;
}

#home_inner .left ul li div span {
    font-size: 22px;
}

#home_inner {
    margin: 0px 0;
}
.home_row_inner {
    flex-direction: column-reverse;
}
.home_row:nth-child(even) .home_row_inner {
    flex-direction: column-reverse;
}
.home_row_inner .block {
    width: 100%;text-align: center;
}
.home_row:nth-child(odd) .home_row_inner .block:first-child {
    padding-right: 0px;
}
.home_row:nth-child(even) .home_row_inner .block:first-child {
    padding-left: 0px;
}
.home_row video, .home_row img {
    display: block;margin-bottom: 30px;
}
#row2 {
    margin-bottom: 20px;
}

#footer_left {
    width: 100%;margin-bottom: 50px;justify-content: space-evenly;
}

#footer_right {
    width: 100%;text-align: center;
}

#footer_right ul {
    justify-content: center;
}


/* services */

a.service_row h2 {
    font-size: 22px;padding: 4px 14px 4px 30px;
}

a.service_row:hover h2 {
    letter-spacing: 1px;
}


#service_hero_intro h1 {
    font-size: 36px;
}

.sdetails_row {
    padding: 50px 0 0 0;
}

.sdetails_split .left {
    width: 100%;min-height: 170px;margin-bottom: 25px;border-bottom: 1px solid #333;
}

.large_service_summary {
    padding: 50px 5% 0px;
}


.sdetails_split .right {
    width: 100%;padding-left: 0px;text-align: center;
}

.sdetails_row_sp:nth-child(even) .sdetails_split {
    flex-direction: unset;
}

.sdetails_row_sp:nth-child(even) .sdetails_split .right {
    padding-right: 0px;
}

.sdetails_single {
    padding: 0 2%;
}

.service_options {
    padding-top: 50px;
}

.other_services {
    padding: 50px 0 0;
}

.other_services ul li {
    width: 33.33%;
}


/* about */

#about_wrapper .about_background {
    position: static;height: 400px;
}

#about_wrapper #about_inner #left {
    width: 100%;justify-content: left;padding: 20px 30px 20px 30px;
}
#about_wrapper #about_inner #left #left_inner {
    padding-right: 0px;
}

#about_wrapper #about_inner #right {
    width: 0%;
}
/* navigation */

a#mobile_menu { color: #000;display: block;text-decoration: none;text-align: center;font-size: 32px; }

#nav_wrapper_container {  }
#nav_wrapper { background-color: rgba(255,255,255,0.95);padding: 20px;width: 100%;position: fixed;left: 0;top: 0;z-index: 9999;min-height: 100%;margin-left: -100%;transition: all 0.4s ease 0s;text-align: left; }

.close_mobile_menu { display: block;position: absolute;right: 16px;top: 16px;font-size: 32px;color: #000;text-decoration: none; }

#menu_inner_wrapper { overflow: auto;position: absolute;bottom:0;left:0;right:0;top:0;width: 100%;padding: 20px 70px 20px 20px; }


ul#navigation {
    display: block;
}
ul#navigation li ul { position: static;left: 0;transform: translateX(0);width: 100%;text-align: left; }
ul#navigation li ul li a { background: none; }

ul#navigation li a {
    padding: 16px 20px;
}
ul#navigation li a span {
    display: none;
}
ul#navigation li a.join {
    margin-left: 0px;margin-top: 30px;text-align: center;
}
ul#navigation li a.more {
    padding: 16px 25px 16px 20px;position: relative;
}