/* Global */
/* active buttons */
a.active .menu-border.toc:after {
  content: '';
  height: 3px;
  margin: -30px 30px 0 30px;
  background-color: #5d50a0;
  display: block;
  position: relative;
  text-align: center;
}

a.active .menu-contact.toc:after {
  content: '';
  height: 3px;
  margin: -30px 30px 0 30px;
  background-color: #5d50a0;
  display: block;
  position: relative;
  text-align: center;
}

a.active .menu-services.toc:after {
  content: '';
  height: 3px;
  margin: -30px 30px 0 30px;
  background-color: #5d50a0;
  display: block;
  position: relative;
  text-align: center;
}

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

.col video {
  width: 100%;
}

.col img {
  width: 100%;
}

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

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

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

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

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

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

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

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

h2 {
  font-family: 'ProximaNova-Semibold';
  -webkit-font-smoothing: antialiased;
  font-size: 12.5vw;
  color: #598bc7;
  line-height: 1.21;
  color: #598bc7;
  letter-spacing: -1.5px;
  font-weight: 100;
}

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

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

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

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

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

/* Desktop Navigation */
.header {
  position: relative;
  background-color: transparent;
  height: auto;
  width: 100%;
  max-width: 100%;
  top: 0;
  /*padding-top: 2vw;*/
  z-index: 500;
}

/* Links */
.toc-menu a {
  text-decoration: none;
}

/* Footer */
.footer {
  padding: 3.2%;
  overflow-x: hidden;
  background-color: #295680;
  color: #ffffff;
}

/* Testimonials Swiper */
.group.testimonials {
  background-image: url(/img/linen.svg);
  margin-left: -10vw !important;
  margin-right: -10vw !important;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 2vw;
  margin: 6vw 0 0 0;
  background-repeat: repeat;
  background-size: 400px 400px;
}

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

/********************************************************** Mobile Only **********************************************************/
@media only screen and (max-width: 767px) {
  /* Mobile: Global */
  .body {
    padding-left: 2vw;
    width: 90vw;
    padding-bottom: 30px;
  }

  .push {
    display: none;
  }

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

  .col.span_5_of_12.push.desktop {
    display: none;
  }

  .logo {
    width: 75%;
  }

  .col.span_7_of_12.hero img {
    width: 108%;
    margin: 19vw 0vw -6vw -4vw;
  }

  .col {
    width: 100%;
  }

  .col.span_4_of_12.body {
    width: 100%;
    padding-bottom: 8vw;
  }

  .progroup .col.span_5_of_12 {
    padding: 2vw 0vw 2vw 0vw;
  }

  .section.services-grid.linen .col.span_4_of_12 {
    margin-bottom: 12vw;
  }

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

  .poi-desktop {
    display: block;
  }

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

  /* additional body copy */
  .section.group.additionalBody {
    margin-bottom: 12vw;
  }

  .hero img {
    padding: 0;
    width: 50%;
    margin-left: 3.3%;
    /* margin-top: 5vw;*/
  }

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

  /* Mobile: Navigation */
  .span_4_of_12.toc {
    width: 32.26% !important;
  }

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

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

  .menu {
    display: none;
  }

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

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

  .toc.callus {
    display: none;
  }

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

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

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

  .mobile-toc.open {
    z-index: 1;
    position: absolute;
    opacity: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms 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);
  }

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

  .hamburger.touched {
    transition-property: opacity;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    opacity: 0;
  }

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

  .toc-close-x.touched {
    transition-property: opacity;
    transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    opacity: 1;
  }

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

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

  .toc-menu-sub {
    list-style-type: none;
    padding: 0 0 2vw 0;
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    font-size: 5.4vw;
    color: #598bc7;
  }

  a.subnav-link {
    color: #8d8d8d;
    text-decoration: none;
  }

  a.subnav-link:visited {
    color: #8d8d8d;
    opacity: 0;
  }

  /* Mobile: Typography */
  .phonenumber {
    color: #ffffff;
  }

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

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

  h1 {
    color: #ffffff;
    font-family: 'ProximaNova-Black';
    webkit-font-smoothing: antialiased;
    font-size: 15.5vw;
    line-height: 1.09;
    letter-spacing: -.5px;
    background-color: #598bc7;
    margin: 0 0 1.5vw 0;
    font-weight: normal;
    padding: 7vw 2vw 7vw 7vw;
  }

  /* h2 {
      font-size: 6vw;
      margin-bottom: 15px;
      border:solid red;
  } */
  h2.service-header {
    font-size: 14vw;
    font-family: 'ProximaNova-Black';
    -webkit-font-smoothing: antialiased;
  }

  h3 {
    font-size: 14vw;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8vw;
  }

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

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

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

  .bug-text {
    text-align: left;
    line-height: 1.44;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-size: 5.7vw;
    width: 80%;
    margin: 5vw 0 5vw 5vw !important;
  }

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

  .orange-header {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.21;
    color: #c26d36;
    font-size: 20px;
    font-size: 7.5vw;
    width: 75%;
  }

  .col.span_6_of_12.quote {
    color: #295680;
    margin: 2vw 6vw 0 6vw;
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    width: auto;
  }

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

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

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

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

  .bug-copy {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    font-size: 5.7vw;
    line-height: 2.38;
    letter-spacing: 0.3px;
    color: #295680;
  }

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

  /* Mobile: Bug */
  .heading-bug {
    display: none;
  }

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

  .col.span_2_of_12.bug-blue {
    display: none;
  }

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

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

  .bug-white {
    margin: 5vw 0 2vw 5vw !important;
    text-align: left;
  }

  .heroHeading .group {
    margin: 5vw 0 5vw 0;
  }

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

  .badge img {
    width: 75px !important;
    opacity: .8 !important;
    padding: 20px 0 0 20px;
  }

  /* Mobile: Testimonials Swiper */
  .col.span_5_of_12.testimonials-header {
    width: 80%;
    padding-bottom: 5vw;
  }

  .col.span_5_of_12.testimonials-header h3 {
    margin: 0 0 0 5vw;
  }

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

  .testimonials-1 .bodyquote {
    margin: 5vw 5vw 0 5vw;
    width: auto;
  }

  .testimonials-1 .quote {
    margin: 4vw 0 0 5vw;
    color: #295680;
  }

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

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

  /* Mobile: Footer */
  .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;
  }

  .footer-menu {
    display: none;
  }

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

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

  .phone {
    width: 80%;
  }

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

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

  .footer-logo {
    position: absolute;
    margin: 48vw 60vw 0 5vw;
  }

  .call-today {
    display: none;
  }

  .testimonials-header h3 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .call a, .contact-popup a {
    color: white;
  }

  .services-header {
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 8vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 12.5vw;
    color: #598bc7;
  }

  /* employment footer */
  .employment-wrapper {
    margin: 5vw;
    display: inline-block;
  }

  .section.group.employment {
    background-color: #598bc7;
    padding: 0;
  }

  .employmentgroup h3 {
    color: white;
    font-size: 7vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    margin-bottom: .5vw;
  }

  .callgroup h3 {
    color: white;
    font-size: 7vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }

  .employmentgroup h3 {
    color: white;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
  }

  .callusnumber {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 7vw;
  }

  .employmentcopy {
    color: white;
    margin: 0;
  }

  .section.group.employment button {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 5vw;
    color: #ffffff;
    background-color: #6559a3;
    border-color: transparent;
    margin-top: 3vw;
  }

  /* active buttons for mobile */
  li.active:after {
    content: '';
    height: 3px;
    background-color: #5d50a0;
    display: block;
    position: relative;
    text-align: center;
  }
}
/************************************************* Desktop Only ************************************************/
@media (min-width: 768px) {
  /* Desktop Only: Global */
  .push {
    display: block;
  }

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

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

  .hero img {
    width: 100%;
  }

  .col.span_6_of_12.body.midset {
    margin: 1vw 1vw 1vw 17vw;
    width: 33%;
    line-height: 2.22;
    letter-spacing: 0.3px;
  }

  .meta-container {
    margin: 0 55px 0 55px;
    margin: 0 8vw 0 8vw;
  }

  .section.services-grid.linen .col.span_7_of_12 {
    border-top: solid 5px #4f86c6;
    padding-top: 1vw;
  }

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

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

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

  .col.span_7_of_12.body.midset {
    margin: 5vw 0 2.5vw 0;
  }

  .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;
  }

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

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

  .hero img {
    width: 100%;
  }

  .poi-group {
    margin-top: -18vw;
  }

  /* Desktop Only: Navigation */
  .hamburger {
    display: none;
  }

  .hamburger {
    display: none;
  }

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

  .toc-menu-sub {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  }

  /* dropdown */
  ul.toc-menu-sub {
    width: 19vw;
  }

  .droptoc {
    position: relative;
    display: inline-block;
  }

  .toc-menu-sub {
    background-color: #f9f9f9;
    display: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    z-index: 500;
    position: absolute;
    width: max-content;
  }

  .toc-menu-sub {
    list-style-type: none;
  }

  .toc-menu-sub li {
    padding: .5vw 1vw 1vw 1vw;
    text-align: left;
  }

  .toc-menu-sub li a {
    font-size: 1.2vw;
    color: #5d50a0;
  }

  .droptoc:hover .toc-menu-sub {
    display: block !important;
  }

  .droptoc:active .toc-menu-sub {
    display: block !important;
  }

  .toc-menu-sub li {
    color: #5d50a0;
  }

  .toc-menu-sub li:hover {
    box-shadow: 5px 0px inset;
  }

  /* Desktop Only: Typography */
  body {
    font-size: 16px;
  }

  h1 {
    color: #ffffff;
    font-family: 'ProximaNova-Black';
    webkit-font-smoothing: antialiased;
    font-size: 3.8vw;
    line-height: 1.09;
    letter-spacing: 1.5px;
    margin: 0 0 1.5vw 0;
    font-weight: normal;
  }

  h2 {
    font-size: 3.3vw;
    padding-bottom: 20px;
  }

  h3 {
    font-family: 'ProximaNova-Black';
    webkit-font-smoothing: antialiased;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 1.5vw;
    margin-top: 2.5vw;
  }

  h4 {
    font-size: 2vw;
  }

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

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

  .col.span_4_of_12.body h3 {
    font-family: 'ProximaNova-Black';
    -webkit-font-smoothing: antialiased;
    line-height: 1.09;
    letter-spacing: 0.4px;
    color: #ffffff;
  }

  .linen h3 {
    -webkit-font-smoothing: antialiased;
    font-size: 3.3vw;
    margin: 0;
  }

  .testimonials-header h3 {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.12;
    letter-spacing: -2px;
  }

  .heading-line h3 {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 3.4vw;
    font-size: 48px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #598bc7;
    margin-top: 1vw;
    border: solid red;
  }

  .toc {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 1.6vw;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #5d50a0;
    margin-left: 0;
    list-style-type: none;
    text-align: center;
    padding-bottom: .5vw;
  }

  .toc.hero {
    font-size: 1vw;
    font-family: 'ProximaNovaA-Semibold';
    -webkit-font-smoothing: antialiased;
    color: #5d50a0;
    margin: 0;
    padding: 4vw 0 4vw 0;
  }

  .toc.group.menu {
    margin: 0;
    padding: 6vw 0 0 4vw;
  }

  .toc.callus {
    padding: 6vw 0 0 0;
    margin: 0;
    font-size: 1.6vw;
    text-align: right;
    color: #5d50a0;
  }

  .midset .body {
    margin-left: 9.15%;
    margin-left: 9.15vw;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22;
    letter-spacing: 0.3px;
    text-align: left;
  }

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

  .bug-text {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.3px;
    font-size: 1.5vw;
    margin: 0 0 0 4vw;
    color: #ffffff;
    opacity: .75;
    margin: .5vw 0 1.5vw 0vw;
  }

  .bug-copy {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 2.38;
    letter-spacing: 0.3px;
    color: #295680;
  }

  .bug-copy.rev {
    color: #ffffff;
  }

  .call {
    background-color: #598bc7;
    margin: 0;
    height: 9vw;
    color: #ffffff;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 3.3vw;
  }

  .footer-toc {
    font-size: 1vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    padding: 0.75vw 0 0.75vw 0;
  }

  .info {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    font-size: 1.7vw;
    font-weight: 300;
    color: #f4f4f4;
    margin: 2vw 0 2vw 0;
  }

  .phone {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 1.6vw;
    width: 65%;
  }

  .copywright {
    margin: 3vw 0 0 0;
    font-family: 'ProximaNovaA-Regular';
    -webkit-font-smoothing: antialiased;
    font-size: .8vw;
  }

  .heroHeading {
    color: #ffffff;
    line-height: 2.22;
    letter-spacing: 0.3px;
    padding: 6vw 8vw 6vw 8vw;
    background-color: #598bc7;
    position: absolute;
    right: 0;
    top: 13vw;
    z-index: -1;
    font-size: 5.3vw;
    font-family: 'ProximaNova-Black';
    -webkit-font-smoothing: antialiased;
  }

  /* heading  */
  .heroImage video {
    margin-top: 6vw;
  }

  /* Desktop Only: Links */
  a {
    text-decoration: none;
  }

  /* Desktop Only: Bug */
  .bug-blue {
    margin: 1.5vw 0 .5vw 1vw !important;
  }

  .badge {
    margin: 0;
    display: flex;
    align-items: center;
    float: right;
  }

  .badge img {
    width: 75px !important;
    max-height: 77px !important;
    opacity: .8 !important;
    padding: 0 20px 20px 0;
  }

  .bug-white {
    margin-left: 0;
  }

  .heading-bug {
    margin: 0vw 0 3vw 3.5vw;
  }

  .linecontainer .line {
    margin-top: 72px;
    width: auto;
    border-top: solid 5px #598bc7;
  }

  /* grid */
  .grid-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .servicesBox {
    margin-top: 0 !important;
  }

  .services-link {
    text-align: center;
    background-color: rgba(89, 139, 199, 0.65);
    margin: 0 0 0 0;
    font-size: 2.3vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    height: 5vw;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }

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

  /* hover stuff */
  .grid-image:hover .services-link {
    height: 100%;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }

  .section.services-grid.linen .col.span_7_of_12 {
    border-top: solid 5px #4f86c6;
    padding-top: 1vw;
  }

  .linen h3 {
    font-family: 'ProximaNova-Bold';
    -webkit-font-smoothing: antialiased;
    font-size: 3.3vw;
    margin: 0;
  }

  .section.services-grid.linen .link-title {
    letter-spacing: 0.4px;
    color: #ffffff;
    font-size: 1.7vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 16%;
    transform: translateY(-50%);
    transition-duration: 400ms;
    transition-timing-function: ease;
  }

  .grid-image:hover span.link-title {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }

  /* Desktop Only: Testimonials Swiper */
  .section.group.scrollingwrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

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

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

  .swiper-slide.testimonials-1 .quote {
    color: #295680;
    margin: .5vw 9vw 0 2vw;
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    line-height: 1.9;
  }

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

  .swiper-slide.testimonials-1 .bodyquote {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 2vw;
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    line-height: 2.11;
    text-align: left;
  }

  /* Desktop Only: Footer */
  .footer {
    padding: 0;
  }

  .footer .logo {
    margin: 15vw 0 0 0;
  }

  .section.group.footer .col.span_1_of_12 {
    margin: 1% 0 1% 1.6%;
  }

  .section.group.footer h6 {
    padding: .5vw 0 .5vw 0;
  }

  .section.group.footer h5 {
    padding: 0 0 1vw 0;
  }

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

  .footer-logo {
    position: absolute;
    margin: 6vw 0 0 76vw;
  }

  .col.span_4_of_12.call-today {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }

  .col.span_4_of_12.call-number {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }

  .section.group.footer .col.span_1_of_12 {
    margin: 7vw 0 0 0vw;
  }

  .footer-menu-mobile {
    display: none;
  }

  h2.service-header {
    border-top: solid 5px;
    font-size: 3.3vw;
    text-align: right;
    max-width: 23vw;
    margin-right: 0;
    margin-left: auto;
  }

  .right-justified {
    text-align: right;
  }

  .copy-left-photos-right {
    padding-top: 20px;
  }

  /* employment footer */
  .section.group.employment {
    background-color: #598bc7;
  }

  .employmentgroup {
    margin: 0;
  }

  .employmentgroup h3 {
    color: white;
    font-size: 2.5vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    margin-bottom: .5vw;
    margin-top: 0;
  }

  .callgroup h3 {
    color: white;
    font-size: 2.5vw;
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }

  .callgroup {
    margin-left: 0;
  }

  .callustoday {
    margin: 0vw 0 .5vw 0;
  }

  .callusnumber {
    font-family: 'ProximaNova-Regular';
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 2.5vw;
    margin: 0;
  }

  .employmentcopy {
    color: white;
    margin: 0;
  }

  .workforus {
    margin: 0;
    text-transform: uppercase;
  }

  .section.group.employment button {
    font-family: 'ProximaNova-Semibold';
    -webkit-font-smoothing: antialiased;
    font-size: 1.4vw;
    color: #ffffff;
    background-color: #6559a3;
    border-color: transparent;
    width: 20vw !important;
    height: 5vw !important;
    text-transform: uppercase;
  }
}
/************************************************************* 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.callus {
    padding-top: 78px;
    font-size: 19.2px;
    width: 285px;
  }

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

  .toc.group.menu {
    margin: 0;
    padding-top: 72px;
  }

  .menu .toc {
    width: 124.88px;
  }

  .badge img {
    padding: 0;
  }

  /* header dropdown */
  ul.toc-menu-sub {
    width: 228px;
    height: 258px;
  }

  .toc-menu-sub li {
    padding: 6px 12px 12px 12px !important;
  }

  .toc-menu-sub li a {
    font-size: 14.4px;
  }

  /* service grid section */
  .grid-image:hover .services-link {
    height: 100%;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }

  /* testimonials section */
  .swiper-container.swiper-container-horizontal {
    width: 1024px;
    height: 444px;
  }

  .swiper-wrapper {
    transform: translate3d(0, 0, 0);
  }

  .swiper-slide.testimonials-1 {
    width: 315px !important;
    height: 390px !important;
  }

  .group.testimonials {
    margin-left: -96px !important;
    margin-right: -96px !important;
    padding-left: 120px;
    padding-right: 120px;
  }

  .swiper-slide.testimonials-1 .bodyquote {
    font-size: 15px;
    margin-top: 24px;
  }

  .swiper-slide.testimonials-1 .quote {
    font-size: 15px;
  }

  /* 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 */
  .section.group.contact-popup {
    margin-top: 0;
    position: relative;
  }

  .heading-wrapper {
    position: absolute;
    margin: 150px 0 0 0 !important;
    right: 0;
  }

  .heading-wrapper .heading-bug {
    margin: 0 0 20px 42px;
    width: 387.453px;
  }

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

  .service-img {
    margin: 0 0 15.18px 20.7px !important;
  }

  h1 {
    font-size: 45.56px;
    margin: 0 0 18px 0;
  }

  .phonenumber {
    font-size: 30px;
    margin-top: 36px;
  }

  .contactus {
    margin: 36px 0 0 35px;
  }

  .bodycopy {
    margin: 0 0 0 0;
  }

  h2 {
    font-size: 39.6px;
  }

  .bug-text {
    font-size: 18px;
    margin: 6px 0 0 18px;
  }

  .equipment-list li {
    font-size: 15.6px;
  }

  .project-copy {
    font-size: 16px;
  }

  .section.philosophy.project-list {
    margin-bottom: 72px;
  }

  .linecontainer {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .linecontainer .line {
    width: 100%;
    background-color: #598bc7;
    margin-top: 72px;
    width: 439.875px;
  }

  .section.group.facility-desktop {
    margin-bottom: 72px;
  }

  .facility-desktop img {
    margin: 0 0 8.4px 18px;
  }

  .heroHeading {
    position: absolute;
    top: 177px;
    right: 0;
    margin: 12px 0 12px 0;
    max-width: 387.109px;
    padding: 72px 96px 72px 96px;
  }

  .hero {
    margin: 12px 0 12px 0;
  }

  .heroImage video {
    margin-top: 72px;
  }

  .meta-container {
    margin: 0 96px 0 96px;
  }

  .section.services-grid.linen .link-title {
    font-size: 20.4px;
  }

  .services-link {
    height: 60px;
    font-size: 27.5885px;
  }

  h2.service-header {
    font-size: 39.6px;
    margin-left: 99.7656px;
    line-height: 47.916px;
  }

  .right-justified {
    margin: 4.09375px 0 4.09375px 0;
  }

  .bug {
    font-size: 30px;
    margin: 12px 0 96px 0;
    line-height: 39px;
  }

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

  group.testimonials {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-image:hover span.link-title {
    position: relative !important;
    top: 44% !important;
    transform: translateY(-50%) !important;
  }

  .swiper-slide {
    margin: 6px;
  }
}
@media (max-width: 767px) {
  * {
    box-sizing: border-box;
  }

  .col {
    width: 100%;
    margin: 0;
    float: none;
  }

  .header {
    padding: 10px 0;
  }

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

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

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

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

  .section {
    padding: 0;
  }

  .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: 767px) and (min-width: 320px) {
  .bug-copy {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .bug-copy {
    font-size: 28px;
  }
}

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

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

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

@media (max-width: 767px) {
  .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: 767px) and (min-width: 320px) {
  .poi-group.badge .bug-text {
    font-size: calc(18px + 14 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .poi-group.badge .bug-text {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .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: 767px) and (min-width: 320px) {
  .services-link {
    font-size: calc(20px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .services-link {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .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: 767px) and (min-width: 320px) {
  h2.service-header {
    font-size: calc(32px + 20 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  h2.service-header {
    font-size: 52px;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .employment-wrapper {
    margin: 0;
    padding: 15px 15px 30px 15px;
  }
}
.ebug {
  display: flex;
  padding-bottom: 20px;
}
.ebug .ebug__image {
  padding-right: 20px;
}
.ebug .ebug__text {
  font-family: 'ProximaNova-Semibold';
  color: #295680;
}

@media (max-width: 767px) {
  .ebug {
    padding: 20px;
  }
  .ebug .ebug__image {
    padding-left: 10px;
    flex-basis: 40%;
    max-width: 150px;
  }
  .ebug .ebug__text {
    line-height: 1.5;
    padding-right: 10px;
  }
  .ebug .ebug__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .ebug .ebug__text {
    font-size: calc(14px + 22 * ((100vw - 320px) / 447));
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  .ebug .ebug__text {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .ebug .ebug__image {
    flex-basis: 150px;
  }
  .ebug .ebug__text {
    line-height: 2;
  }
  .ebug .ebug__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) {
  .ebug .ebug__text {
    font-size: calc(14px + 6 * ((100vw - 768px) / 432));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 1200px) {
  .ebug .ebug__text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .ebug .ebug__image {
    flex-basis: 100px;
  }
  .ebug .ebug__text {
    font-size: 18px;
    line-height: 2.5;
  }
}
.k-site-footer {
  background-color: #295680;
  color: white;
}
.k-site-footer h1, .k-site-footer h2, .k-site-footer h3, .k-site-footer h4, .k-site-footer h5 {
  color: white;
  margin: 0;
  font-weight: normal;
  font-family: 'ProximaNova-Semibold';
}
.k-site-footer a, .k-site-footer a:hover {
  color: white;
  text-decoration: none;
}
.k-site-footer h3 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .k-site-footer h3 {
    font-size: calc(28px + 10 * ((100vw - 320px) / 447));
  }
}
@media screen and (min-width: 767px) {
  .k-site-footer h3 {
    font-size: 38px;
  }
}
.k-site-footer button {
  font-family: 'ProximaNova-Semibold';
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background-color: #6559a3;
  border-color: transparent;
  text-transform: uppercase;
}

.k-site-footer__work-btn button {
  padding: 10px;
}
.k-site-footer__work-btn button {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .k-site-footer__work-btn button {
    font-size: calc(20px + 4 * ((100vw - 320px) / 447));
  }
}
@media screen and (min-width: 767px) {
  .k-site-footer__work-btn button {
    font-size: 24px;
  }
}

.k-site-footer__top-row {
  background-color: #598bc7;
  padding: 15px;
}

.k-site-footer__bottom-row {
  padding: 15px;
}

.k-site-footer__copyright {
  padding: 15px;
  font-size: 10px;
}

.k-site-footer__logo img {
  max-width: 150px;
}

.k-site-footer__employment-copy {
  padding-bottom: 30px;
}
.k-site-footer__employment-copy {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .k-site-footer__employment-copy {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (min-width: 767px) {
  .k-site-footer__employment-copy {
    font-size: 28px;
  }
}

.k-site-footer__callus-number {
  display: block;
  margin-bottom: 30px;
}
.k-site-footer__callus-number {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .k-site-footer__callus-number {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (min-width: 767px) {
  .k-site-footer__callus-number {
    font-size: 28px;
  }
}

.k-site-footer__address {
  padding-bottom: 30px;
}
.k-site-footer__address {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .k-site-footer__address {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447));
  }
}
@media screen and (min-width: 767px) {
  .k-site-footer__address {
    font-size: 28px;
  }
}

.k-site-footer__hlac-badge {
  padding-bottom: 30px;
}

.k-site-footer__hlac-badge img {
  max-width: 75px;
}

@media (min-width: 920px) {
  .k-site-footer__top-row, .k-site-footer__bottom-row {
    display: flex;
    padding: 15px 6.86% 15px 6.86%;
  }

  .k-site-footer h3 {
    font-size: 32px;
  }

  .k-site-footer__callus,
  .k-site-footer__employment,
  .k-site-footer__address,
  .k-site-footer__work-btn,
  .k-site-footer__hlac-badge,
  .k-site-footer__logo {
    flex-basis: 33.33%;
  }

  .k-site-footer__logo img {
    height: 70px;
    max-width: 100%;
  }

  .k-site-footer__logo {
    display: flex;
    justify-content: flex-end;
  }

  .k-site-footer__logo a {
    align-self: flex-end;
  }

  .k-site-footer__hlac-badge img {
    max-width: 75px;
  }

  .k-site-footer__copyright {
    padding: 0px 6.86% 15px 6.86%;
  }

  .k-site-footer__employment-copy {
    font-size: 18px;
  }

  .k-site-footer__callus-number {
    font-size: 24px;
  }

  .k-site-footer__address {
    font-size: 18px;
  }

  .k-site-footer__hlac-badge {
    text-align: center;
  }

  .k-site-footer__work-btn {
    text-align: right;
  }

  .k-site-footer__work-btn button {
    padding: 15px 50px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section.group.care-group {
    margin: 0 !important;
  }
}
.k-site-button {
  font-family: 'ProximaNova-Semibold';
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background-color: #6559a3;
  border-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
}

.k-site-button--order {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .toc.callus {
    padding: 22px 0 0 0;
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #5d50a0;
  }
}
@media (min-width: 901px) {
  .toc.callus {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .toc.callus {
    padding-top: 22px;
    font-size: 18px;
    width: 285px;
  }
}
