html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'ProximaNova-Regular';
  font-size: 5.5vw;
  line-height: 1.44;
  letter-spacing: 0.3px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: 'ProximaNova-Black';
  font-weight: 100;
  line-height: 1.09;
  letter-spacing: 0.4px;
  color: #4f86c6;
  -webkit-font-smoothing: antialiased;
}

.section.group.service-list {
  display: none;
}

.section.group.qualities {
  display: none;
}

.section.group.equipment {
  display: none;
}

.col img {
  width: 100%;
}

.bug {
  font-family: 'ProximaNova-Regular';
  font-size: 26px;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 3.25vw;
  color: #4a4a4a;
  margin: 20vw 0 20vw 0;
  -webkit-font-smoothing: antialiased;
}

.services {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(/img/linen.svg);
  background-size: 50%;
  overflow-x: hidden;
}

.contact {
  font-family: 'ProximaNova-Regular';
  font-size: 24px;
  font-size: 2.45vw;
  font-weight: 300;
  color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}

.equipment li {
  font-family: 'ProximaNova-Regular';
  font-weight: 300;
  line-height: 1.63;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
}

.equipment-body {
  -webkit-padding-start: 20px;
}

.section.group.equipment {
  margin: 5vw 0 5vw 0;
}

.orange-header {
  font-family: 'ProximaNova-Regular';
  font-size: 24px;
  font-size: 1.85vw;
  font-weight: 300;
  line-height: 1.21;
  color: #c26d36;
  -webkit-font-smoothing: antialiased;
}

.group.testimonials {
  background-image: url(/img/linen.svg);
  margin-left: -10vw !important;
  margin-right: -10vw !important;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 10vw;
  margin: 20vw 0 20vw 0;
}

.swiper-container {
  width: 100%;
  height: 350px;
}

/*********************************************** phone only **********************************************/
@media only screen and (max-width: 768px) {
  .push {
    display: none;
  }

  .span_4_of_12.toc.group.menu {
    width: 100% !important;
  }

  .span_4_of_12.toc {
    width: 32.26% !important;
  }

  .header {
    position: fixed;
    width: 100%;
    max-height: 250px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 89 !important;
  }

  .menu {
    display: none;
  }

  li.menu-border {
    width: 30%;
    padding-top: 1vw;
  }

  .mobile-toc {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 99 !important;
  }

  .toc-menu {
    background-color: #f4f4f4;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: fixed;
    z-index: 100;
    width: 85vw;
    font-family: 'ProximaNova-Regular';
  }

  .toc-close {
    background-color: #598bc7;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: fixed;
    z-index: 98;
    width: 100%;
    top: 0;
  }

  .hamburger {
    position: absolute;
    right: 20px;
    top: 35px;
    transition-property: opacity;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    opacity: 1;
  }

  .hamburger.touched {
    transition-property: opacity;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transform: rotateZ(90deg);
  }

  .mobile-toc.open {
    z-index: 1;
    position: absolute;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    -moz-transform: translate3d(100vw, 0, 0);
    -o-transform: translate3d(100vw, 0), 0;
    -ms-transform: translate3d(100vw, 0, 0);
  }

  .section.group.mobile-toc.open {
    position: fixed;
  }

  .toc-close-x {
    position: absolute;
    right: 3vw;
    top: 11vw;
  }

  .toc-menu-list {
    padding: 10vw 5vw 5vw 7vw;
    list-style-type: none;
  }

  .toc-menu-list li {
    padding: 2vw;
  }

  .toc {
    font-family: 'ProximaNova-Regular';
    font-weight: 500;
    font-size: 5.5vw;
    letter-spacing: 0.5px;
    text-align: left;
    color: #5d50a0;
    -webkit-font-smoothing: antialiased;
  }

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

  .menu-contact {
    text-align: left;
  }

  .menu-about {
    text-align: right;
  }

  .logo {
    width: 75%;
  }

  .col {
    width: 100%;
  }

  .section.services-grid.linen a {
    font-family: 'ProximaNova-Semibold';
    text-decoration: none;
    letter-spacing: 0.4px;
    font-size: 7.5vw;
    color: #6559a3;
    -webkit-font-smoothing: antialiased;
  }

  .section.services-grid.linen h3 {
    font-size: 13.5vw;
    font-family: 'ProximaNova-Semibold';
    padding-top: 5vw;
    border-top: solid #598bc7;
    -webkit-font-smoothing: antialiased;
  }

  .bodycopy {
    line-height: 1.44;
    letter-spacing: 0.3px;
    font-size: 1vw;
    color: #295680;
    font-size: 5.7vw;
  }

  h2 {
    font-family: 'ProximaNova-Semibold';
    font-size: 12.5vw;
    color: #598bc7;
    -webkit-font-smoothing: antialiased;
  }

  h3 {
    font-family: 'ProximaNova-Semibold';
    color: #4f86c6;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
  }

  h5 {
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
    color: #f4f4f4;
    -webkit-font-smoothing: antialiased;
  }

  h6 {
    font-size: 12px;
    font-family: 'ProximaNova-Regular';
    color: #f4f4f4;
  }

  .hero h3 {
    margin-top: -16vw;
    color: white;
    font-family: ProximaNova-Black;
    font-size: 45px;
    letter-spacing: 0.4px;
    text-align: left;
    background-color: #598bc7;
    padding: 7vw;
    margin-left: -5vw;
    margin-right: -5vw;
    -webkit-font-smoothing: antialiased;
  }

  .heading-wrapper {
    margin-top: -5vw;
  }

  .heading-wrapper .heading {
    background-color: #598bc7;
    margin-left: -5vw;
    width: 109%;
    margin-bottom: 3vw;
  }

  .heading-wrapper .heading h1 {
    padding: 7vw 3vw 7vw 10vw;
  }

  .body {
    padding-left: 2vw;
    width: 90vw;
    padding-bottom: 30px;
  }

  .services-bullets ul {
    font-size: 5vw;
    color: #295680;
    margin-left: 4vw;
  }

  .services-bullets li {
    padding: 2vw 0 2vw 0;
  }

  .service-header h2 {
    border-top: solid 5px;
  }

  .section.group.service {
    margin: 6vw 0 6vw 0;
  }

  .bug-blue img {
    width: 30%;
    padding: 6vw 0 1vw 6vw;
  }

  .care-group {
    margin: 12vw 0 12vw 0;
  }

  .care-group h2 {
    border-top: solid 5px;
    line-height: 1.2;
    padding: 5vw 0 0vw 0;
  }

  .care-group .bodycopy {
    padding-bottom: 15vw;
  }

  .example {
    margin: 30vw 0 30vw 0;
  }

  .example h2 {
    border-top: solid 5px;
    line-height: 1.2;
    padding: 5vw 0 0vw 0;
  }

  .example-group h3 {
    margin: 5vw 0 5vw 0;
  }

  .equipment-body {
    font-size: 4vw;
  }

  .section.group.bug.poi {
    padding: 0;
  }

  .bug {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }

  .bug img {
    width: 36.5vw;
  }

  .badge {
    background-color: #598bc7;
  }

  .section.group.bug.poi img {
    width: 28.5vw;
    margin-left: -64vw;
  }

  .poi-desktop {
    display: none;
  }

  .section {
    padding: 3.2%;
    overflow-x: hidden;
  }

  .hero img {
    padding: 0;
    width: 50%;
    margin-left: 3.3%;
  }

  .hero-image img {
    width: 108%;
    margin: 18vw 0 0 -4vw;
  }

  .section.group.bug {
    padding: 30% 3.2% 30% 3.2%;
  }

  .footer {
    background-color: #295680;
    width: auto;
    padding: 0;
  }

  .footer .logo {
    float: right;
  }

  .footer .col {
    margin: 1% 0 1% 0%;
  }

  .footer .logo {
    max-width: 50%;
    padding: 11vw 4vw 11vw 0;
  }

  .section.group.bug.foot {
    display: none;
  }

  .prochunk {
    padding: 5vw 0 5vw 0;
  }

  .footer-menu {
    display: none;
  }

  .call {
    background-color: #295680;
    margin: 0;
    color: #ffffff;
  }

  .footer-menu-mobile {
    color: #ffffff;
    font-size: 4.4vw;
    font-family: ProximaNova-Semibold;
    margin: 10vw 0 2vw 5vw;
    -webkit-font-smoothing: antialiased;
  }

  .footer-toc {
    padding: 2vw 0 2vw 0;
  }

  .footer-menu-mobile h6 {
    color: #ffffff;
    font-size: 3.5vw;
    font-family: ProximaNova-Regular;
    margin: 0 0 4vw 0;
    -webkit-font-smoothing: antialiased;
  }

  .call-number {
    font-size: 13vw;
    font-family: 'ProximaNova-Semibold';
    margin: 8vw 0 6vw 5vw;
    -webkit-font-smoothing: antialiased;
  }

  .info {
    font-family: 'ProximaNova-Regular';
    font-size: 7vw;
    margin: 0 0 20vw 5vw !important;
    -webkit-font-smoothing: antialiased;
  }

  .phone {
    width: 80%;
  }

  .footer .copywright {
    margin-top: 35vw;
    font-size: 3.5vw;
  }

  .footer-logo img {
    width: 88%;
  }

  .swiper-slide {
    width: 80.6vw !important;
    height: 62vw !important;
    border: solid 5px #598bc7;
    margin: 0.5vw;
    background-color: rgba(255, 255, 255, 0);
    font-family: 'ProximaNova-Semibold';
    color: #4a4a4a;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.28;
    align-items: center;
    color: #4f86c6;
    float: left;
    -webkit-font-smoothing: antialiased;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0vw !important;
  }

  .call-today {
    display: none;
  }
}
/************************************************************* desktop ************************************************************/
@media (min-width: 768px) {
  a {
    text-decoration: none;
  }

  body {
    font-size: 16px;
    font-size: 1.3vw;
  }

  h2 {
    color: #598bc7;
    letter-spacing: -1.5px;
    font-size: 2.5vw;
    font-size: 3.3vw;
    font-family: ProximaNova-Semibold;
    -webkit-font-smoothing: antialiased;
  }

  h3 {
    line-height: 1.21;
    font-family: ProximaNova-Semibold;
    color: #598bc7;
    font-size: 1.7vw;
    -webkit-font-smoothing: antialiased;
  }

  h4 {
    font-size: 2vw;
  }

  h5 {
    font-size: 2.2vw;
    ffont-family: 'ProximaNova-Regular';
    color: #f4f4f4;
    -webkit-font-smoothing: antialiased;
  }

  h6 {
    font-size: .85vw;
    font-family: 'ProximaNova-Regular';
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
  }

  .bodycopy {
    margin: 0;
    line-height: 2.38;
    letter-spacing: 0.3px;
    color: #295680;
    font-size: 16px;
  }

  .push {
    display: block;
  }

  .hamburger {
    display: none;
  }

  .col.span_5_of_12.push.desktop {
    margin: 0;
  }

  .header {
    padding-top: 2vw;
  }

  .hamburger {
    display: none;
  }

  .section.group.mobile-toc {
    display: none;
  }

  .section.group.equipment {
    display: none;
  }

  .heading h3 {
    margin-top: 0;
  }

  .hero img {
    width: 100%;
  }

  .hero-mobile {
    display: none;
  }

  .hero-image {
    margin-right: 1vw;
  }

  .heading-wrapper {
    margin: -50vw 0 0 0;
    background-color: #598bc7;
  }

  .heading {
    color: #ffffff;
    line-height: 2.22;
    letter-spacing: 0.3px;
    padding: 2vw 1vw 1vw 3.5vw;
    margin: 0;
    background-color: #598bc7;
    font-size: 5.3vw;
    position: static;
    left: auto;
    font-family: 'ProximaNova-Black';
    z-index: 0;
  }

  .heading h1 {
    margin: 0;
  }

  .heading-list {
    margin: 1vw 0 1vw 55px;
  }

  .services-bullets li {
    line-height: 2.44;
    font-family: 'ProximaNova-Regular';
    color: #ffffff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
  }

  .section.group.service {
    margin: 6vw 0 6vw 0;
  }

  .section.group.service h2 {
    text-align: right;
    border-top: solid 5px #598bc7;
    padding-top: 1vw;
    color: #598bc7;
    letter-spacing: 0.3px;
    font-size: 45px;
    margin-bottom: 0.8vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
  }

  .service-group .bodycopy {
    text-align: right;
  }

  .service-group .bodycopy {
    float: right;
  }

  .service-header {
    float: right;
  }

  .service-group .badge {
    float: right;
    margin: 3vw 0 0 0;
  }

  .service-img {
    margin: 0 0 1.1vw 1.5vw !important;
  }

  .care-group h2 {
    width: 115%;
    margin-top: 4vw;
    font-size: 2.6vw;
  }

  .section.group.care-group {
    background-image: url(/img/linen.svg);
    padding-bottom: 2vw;
    margin: 6vw 0 0 0;
    background-repeat: repeat;
    background-size: 400px 400px;
  }

  .project-list {
    margin: 0;
  }

  .example {
    margin: 15vw 0 15vw 0;
  }

  .example-group {
    margin: 0 0 0 1.2vw;
  }

  .example-group.chunk3 {
    margin: 0;
  }

  .example h2 {
    border-top: solid 5px #598bc7;
    width: 19vw;
  }

  .example .bodycopy {
    margin: 3vw 0 3vw 0;
  }

  .example-group h3 {
    margin-bottom: 1vw;
  }

  .section.group.qualities {
    margin-top: 20vw;
  }

  .section.group.qualities .col.span_5_of_12 {
    font-family: 'ProximaNova-Regular';
    font-weight: 500;
    line-height: 2.22;
    letter-spacing: 0.3px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
  }

  .col.span_3_of_12.hero {
    margin: 3vw 0 0 0vw;
  }

  .section.group.hero .col.span_2_of_12.push {
    clear: both;
  }

  .section.group.service-list {
    margin: 5vw 0 5vw 0;
    display: none;
  }

  .col.span_5_of_12.mats {
    margin-left: 0;
  }

  .col.span_5_of_12.towels {
    margin-left: 0;
  }

  .section.group.qualities .group img {
    padding-bottom: 5vw;
  }

  .project-list .group h2 {
    margin: 2vw 0 2vw 0;
  }

  .project-list .group h2 {
    margin: 2vw 0 2vw 0;
  }

  .project-list .logo {
    margin: 2vw 0 2vw 0;
  }

  /* bug */
  .bug-white {
    margin-left: 1.5vw !important;
  }

  .badge {
    background-color: #598bc7;
    display: flex;
    align-items: center;
  }

  .col.span_6_of_12.quote {
    color: black;
    margin: 2vw 9vw 0 3vw;
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
  }

  .swiper-container {
    height: 30vw;
    width: 84vw;
  }

  .swiper-slide {
    width: 26.25vw !important;
    height: 24vw !important;
    border: solid 5px #598bc7;
    margin: 0.5vw;
    background-color: rgba(255, 255, 255, 0);
    font-family: 'ProximaNova-Semibold';
    color: #4a4a4a;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.28;
    align-items: center;
    color: #4f86c6;
    float: left;
    -webkit-font-smoothing: antialiased;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0vw !important;
  }

  .swiper-slide.testimonials-1 .col.span_10_of_12 {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  li.active {
    box-shadow: 5px 0px inset;
  }

  li.menu-border.toc:after {
    content: '';
    height: 3px;
    margin: -30px 26px 0 26px;
    background-color: #5d50a0;
    display: block;
    position: relative;
    text-align: center;
  }
}
/************************************************************* huge desktop ************************************************************/
@media (min-width: 1201px) {
  .site-wrapper {
    max-width: 1200px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
  }

  body {
    background-color: #EBECED;
  }

  /* header stuff */
  .header {
    padding-top: 24px;
    height: 160px;
    max-width: 1200px;
  }

  .toc {
    padding-bottom: 6px;
  }

  .toc.hero {
    font-size: 16px;
    padding: 48px 0 48px 0;
  }

  .toc.group.menu {
    margin: 0;
  }

  .menu .toc {
    width: 124.88px;
  }

  /* end header stuff */
  /* footer stuff */
  .callustoday h3, .callusnumber, .employmentgroup h3 {
    font-size: 30px;
  }

  .employmentcopy {
    font-size: 15.6px;
  }

  .section.group.employment button {
    font-size: 16.8px;
    max-width: 240px;
    max-height: 60px;
  }

  .phone {
    margin: 0;
    font-size: 19.2px;
    max-width: 251.6%;
  }

  .copywright {
    font-size: 9.6px;
    max-width: 387.109px;
    margin-top: 36px;
  }

  .footer-logo {
    margin: 72px 0 0 912px;
  }

  .info {
    font-size: 20.4px;
    margin: 24px 0 24px 0;
  }

  /* end footer stuff */
  .heading-wrapper {
    margin: 0;
    right: 0;
    width: 695px;
  }

  .heading-wrapper .push {
    margin: 6.90625px 0 6.90625px 11.0625px;
  }

  .heading {
    font-size: 63.6px;
    padding: 20px 12px 12px 42px;
  }

  .heading-list {
    max-height: unset;
    width: 280px;
    margin: 12px 0 12px 54px;
  }

  .heading-bug {
    margin: 0 0 36px 42px !important;
    line-height: 22.464px;
    width: 387.453px;
  }

  .section.group.service h2 {
    font-size: 39.6px;
    font-size: 39.6px;
    margin: 0 0 9.6px 0;
  }

  .care-group h2 {
    font-size: 31.2px;
    margin: 48px 0 0 0;
  }

  .bodycopy {
    font-size: 16px;
    line-height: 38.08px;
  }

  .section.group.service {
    margin: 72px 0 72px 0;
  }

  .service-header {
    margin: 4.875px 0 4.875px 0;
  }
}
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  .services-bullets li {
    padding: 5px 0 5px 0;
  }

  .bodycopy {
    padding: 20px 0;
  }

  .heading-list {
    padding-left: 15px;
  }

  .callgroup {
    padding-bottom: 20px;
  }

  .bodycopy {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .bodycopy {
    font-size: calc(14px + 14 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .bodycopy {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .col {
    width: 100%;
    margin: 0;
    float: none;
  }

  .header {
    padding: 10px 0;
  }

  .service-group {
    padding: 15px 15px 20px 15px;
  }

  .fac-group {
    padding: 15px;
  }

  .bug-copy {
    line-height: 1.5;
  }

  .footer .copywright {
    font-size: 10px;
    margin-top: 39vw;
  }

  .heading-mobile {
    margin: 0 !important;
  }

  .section {
    padding: 0;
  }

  .care-group {
    padding: 15px;
  }

  .hero.heroImage {
    font-size: 0;
  }

  .heading.heroHeading:before, .heading.heroHeading:after {
    content: " ";
    display: table;
  }
  .heading.heroHeading:after {
    clear: both;
  }

  .bug-copy {
    padding: 15px 15px 40px 15px;
  }
  .bug-copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .bug-copy {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .bug-copy {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  h1 {
    padding: 15px;
    margin: 0;
  }
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  h1 {
    font-size: calc(28px + 22 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  h2 {
    padding: 15px;
    margin: 0;
  }
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  h2 {
    font-size: calc(28px + 22 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  h3 {
    font-size: calc(18px + 10 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .heading.heroHeading .group {
    margin: 0;
  }

  .poi-group.badge {
    padding: 15px;
    box-sizing: border-box;
  }
  .poi-group.badge:before, .poi-group.badge:after {
    content: " ";
    display: table;
  }
  .poi-group.badge:after {
    clear: both;
  }
  .poi-group.badge img {
    float: left;
    padding: 0;
    padding-right: 15px;
  }
  .poi-group.badge .bug-text {
    margin: 0 !important;
  }
  .poi-group.badge .bug-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .poi-group.badge .bug-text {
    font-size: calc(18px + 14 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .poi-group.badge .bug-text {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section.group.additionalBody {
    margin-bottom: 0;
  }

  .services-link {
    padding: 15px;
    position: absolute;
    bottom: 0;
    color: white;
    background: rgba(89, 139, 199, 0.5);
  }
  .services-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .services-link {
    font-size: calc(20px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .services-link {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section.services-grid.linen a {
    font-size: 0;
  }

  .section.services-grid.linen .col.span_4_of_12 {
    margin-bottom: 30px;
  }

  .servicesBox {
    position: relative;
  }

  .section.services-grid.linen {
    margin-bottom: 0;
  }

  h2.service-header {
    margin: 0 0 20px 0;
    padding: 0;
  }
  h2.service-header {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  h2.service-header {
    font-size: calc(32px + 20 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  h2.service-header {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .testimonials-header h3 {
    padding: 15px;
  }
  .testimonials-header h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .testimonials-header h3 {
    font-size: calc(32px + 20 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .testimonials-header h3 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .footer .col {
    margin: 0;
  }

  .footer .info {
    padding: 15px;
    margin: 0 !important;
  }
  .footer .info {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .footer .info {
    font-size: calc(32px + 20 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .footer .info {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    position: initial;
    margin: 0;
    padding: 15px 15px 40px 15px;
  }
  .footer-logo img {
    width: 150px !important;
  }

  .footer .copywright {
    font-size: 10px;
    margin: 0;
    position: absolute;
    bottom: 10px;
  }

  .footer {
    position: relative;
  }

  .employmentgroup h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .employmentgroup h3 {
    font-size: calc(28px + 34 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .employmentgroup h3 {
    font-size: 62px;
  }
}

@media (max-width: 768px) {
  .callgroup h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .callgroup h3 {
    font-size: calc(28px + 34 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .callgroup h3 {
    font-size: 62px;
  }
}

@media (max-width: 768px) {
  .callusnumber {
    padding-bottom: 30px;
  }
  .callusnumber {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .callusnumber {
    font-size: calc(22px + 20 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .callusnumber {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .employmentcopy {
    padding-bottom: 30px;
  }
  .employmentcopy {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .employmentcopy {
    font-size: calc(16px + 16 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .employmentcopy {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .phone {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .phone {
    font-size: calc(16px + 26 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .phone {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .employment-wrapper {
    margin: 0;
    padding: 15px 15px 30px 15px;
  }

  .hero-image {
    font-size: 0;
  }

  .services-bullets ul {
    margin-left: 20px;
  }
  .services-bullets ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .services-bullets ul {
    font-size: calc(16px + 6 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .services-bullets ul {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .section.group.service {
    margin: 0;
  }

  .service-header h2 {
    padding: 15px 0;
  }

  .care-group h2 {
    line-height: 1.2;
    padding: 15px 0;
  }

  .heading-wrapper .heading h1 {
    padding: 20px;
  }

  .heading-wrapper .heading {
    margin: 0;
    width: 100%;
  }

  .hero-image {
    padding-top: 21vw;
    margin: 0;
  }
  .hero-image img {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .col.span_3_of_5.service-header {
    width: 100%;
  }

  .col.span_4_of_5.bodycopy {
    width: 100%;
    line-height: 2;
  }

  .heading-list {
    margin: 0 0 0 55px;
  }
}
@media (min-width: 1201px) {
  .section.group.service {
    margin: 0;
  }
}
