:root {
  --font-stack: 'Roboto', sans-serif;
  --condensed: 'Roboto Condensed', sans-serif;
  --blue: 30,73,154;
  --lt-blue: #5e8ce1;
  --navy: #042b75;
  --gray: #b6b6b8;
  --red: 216,2,2;
  --dk-red: 123, 2, 2;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sddran');
  src:  url('fonts/icomoon.eot?sddran#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?sddran') format('truetype'),
    url('fonts/icomoon.woff?sddran') format('woff'),
    url('fonts/icomoon.svg?sddran#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-o:before {
  content: "\f016";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-question-circle-o:before {
  content: "\e900";
}
.icon-play-circle:before {
  content: "\e902";
}
.icon-cc-mastercard:before {
  content: "\e903";
}
.icon-cc-amex:before {
  content: "\e904";
}
.icon-cc-discover:before {
  content: "\e905";
}
.icon-cc-visa:before {
  content: "\e906";
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/* ==========================================================================
   STRUCTURE
    ========================================================================== */
* {
    box-sizing: border-box;
}
.span_12_of_12 {
    width: 100%;
}
.span_11_of_12 {
      width: 91.53%;
}
.span_10_of_12 {
      width: 83.06%;
}
.span_9_of_12 {
      width: 74.6%;
}
.span_8_of_12 {
      width: 66.13%;
}
.span_7_of_12 {
      width: 57.66%;
}
.span_6_of_12 {
      width: 49.2%;
}
.span_5_of_12 {
      width: 40.73%;
}
.span_4_of_12 {
      width: 32.26%;
}
.span_3_of_12 {
      width: 23.8%;
}
.span_2_of_12 {
      width: 15.33%;
}
.span_1_of_12 {
      width: 6.866%;
}
.padding-10 {
    padding: 0 10%;
}

.body {
    font-size: 1rem;
    font-family: var(--font-stack);
}


/* ==========================================================================
  HEADER & NAV
   ========================================================================== */
.header {
    display: grid;
    /*grid-template-rows: 220px;*/
    grid-template-columns: 22% 45%;
    justify-content: space-between;
    align-content: center;
    background: white;
    position: relative;
    z-index: 200;
}
.header__logo {
    height: auto;
    margin: 60px 0 35px 0;
}
.header__right-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.header__phone {
    color: rgb(var(--red));
    font-size: clamp(1rem, 1vw + 1rem, 2.75rem);
    font-weight: bold;
}
.header-badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-badges__item {
    width: 132px;
    margin-left: 35px;
}
.header-badges__img {
    width: 100%;
}
.navbar {
    background: #365CA1;
    background: linear-gradient(90deg, rgba(54, 92, 161, 1) 55%, rgba(54, 92, 161, 0.5) 100%);
    text-align: left;
    position: relative;
    z-index: 100;
}
.navbar-list {
    list-style: none;
    padding: 18px 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    font-size: clamp(0.8rem, 1vw + 0.3rem, 2rem);
    font-family: var(--condensed);
}
.navbar-list__item {
    padding: 0 32px 0 0;
    margin: 0 0 0 32px;
}
.navbar-list__item::before {
    content: ' | ';
    color: rgb(var(--red));
    position: relative;
    left: -32px;
}
.navbar-list__item:first-of-type::before {
    content: ' ';
}
.navbar-list__link:link {
    color: white;
    text-decoration: none;
}
.navbar-list__link:visited {
    color: white;
}
.navbar-list__link:hover,
.navbar-list__link:active {
    color: var(--lt-blue);
}
.slicknav_menu {
  display:none;
}

.slider {
  width: 100%;
  height: 920px;
  margin-top: -69px;
  position: relative;
  z-index: 50;
}
.slider img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.slider > :not(.rsOverflow) {
    display: none;
}

/* ==========================================================================
CONTENT
 ========================================================================== */
.main {
  margin: 60px auto 160px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  top: 60px;
}
 .main-content__h1 {
   font-size: 1.9rem;
   color: rgb(var(--blue));
   font-family: var(--condensed);
   margin: 0 0 15px 0;
   width: 100%;
 }
 .home .main-content__h2 {
    font-size: 1.9rem;
    color: rgb(var(--blue));
    font-family: var(--condensed);
    margin: 30px 0 15px 0;
 }
 .main-content__h2 {
     font-size: 1.7rem;
     color: rgb(var(--blue));
     font-family: var(--condensed);
     margin: 30px 0 15px 0;
  }
 .scroller-head {
   font-size: 1.9rem;
   color: rgb(var(--blue));
   font-family: var(--condensed);
   margin: 30px 0 15px 0;
 }
 .main-content__p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
    margin: 7px 0 8px 0;
 }
 .main-content__ul {
   font-size: 1.5rem;
   line-height: 2rem;
   color: #333;
   margin: 7px 0 10px 0;
 }
 .main-content__ul--item {
   margin: 0 0 10px 0;
 }
 .main-content__link:link,
 .main-content__link:visited {
   color: rgb(var(--red));
 }
 .main-content__link:hover,
 .main-content__link:active {
   color: rgb(var(--dk-red));
 }
 .main-content__button:link {
   padding: 20px 30px;
   border: 1px solid rgb(var(--blue));
   color: rgb(var(--blue));
   text-decoration: none;
   font-size: 1.5rem;
   position: relative;
   right: 0;
   display: table;
   float: right;
   margin: 10px 25px 0 0;
 }
 .main-content__button:visited {
  border: 2px solid rgb(var(--blue));
  color: rgb(var(--blue));
  text-decoration: none;
}
 .main-content__button:hover,
 .main-content__button:active {
   border-color: rbg(var(--red));
   color: rgb(var(--red));
   text-decoration: none;
 }

 .main-sidebar {
   border: 2px solid rgb(var(--red));
   padding: 30px 23px;
   text-align: center;
 }
 .main-sidebar__header {
   margin-top: 0;
   font-size: 1.5rem;
   color: rgb(var(--blue));
 }
 .main-sidebar--accredations {
   list-style: none;
   padding: 0;
   margin: 10px auto;
   text-align: center;
 }
 .accredations-list {
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: center;
 }
 .accredations-list-item {
   width: 86%;
   margin: 20px auto;
   display: inline-block;
 }
 .accredations-list-item img {
   max-width: 90%;
 }
 .contact-sidebar {
    border: 2px solid rgb(var(--red));
    padding: 30px 23px;
    text-align: left;
  }
  .contact-sidebar__header {
     margin-top: 0;
     font-size: 1.5rem;
     color: rgb(var(--blue));
   }
   .contact-sidebar__title {
     color: rgb(var(--red));
     font-style: italic;
     margin-bottom: 0;
   }
  .contact-sidebar__people {
     list-style: none;
     margin: 0;
     padding: 0;
  }
  .contact-sidebar__people--item {
      padding: 10px 0;
      border-bottom: 1px solid var(--lt-blue);
  }
  .contact-sidebar__people--item:last-of-type {
    border-bottom: 0 none;
  }
 .text-note {
   font-size: 0.8rem;
   font-style: italic;
 }
 .featured-product__wrap {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   margin: 15px 0 40px 0;
 }
 .featured-product__photo {
   width: 45%;
   max-width: 725px;
 }
 #photo-big {
   display: block;
   width: 100%;
   aspect-ratio: 145 / 144;
 }
 .featured-product__photo ul {
   list-style: none;
   padding: 0;
   margin: 6px 0 0 0;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
 }
 .featured-product__photo li {
   display: inline;
   width: 25%;
   border: 1px solid rgb(var(--blue));
 }
 .featured-product__photo li img {
   width: 100%;
 }
 .featured-product__wrap .content {
   width: 50%;
   padding: 0;
 }
 .featured-product__wrap .content img {
   width: 80%;
 }
 .featured-product__wrap .content ul.buttons {
   list-style: none;
   margin: 20px 0 0 0;
   padding: 0;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
 }
 .featured-product__wrap .content ul.buttons li {
   width: 31%;
 }
 .featured-product__wrap .content ul.buttons li a {
    width: 100%;
    background-color: var(--navy);
    color: white;
    border: 1px solid var(--navy);
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 40px;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
 }
 .featured-product__wrap .content ul.buttons li a:visited {
    background-color: var(--navy);
    color: white;
    border: 1px solid var(--navy);
    text-decoration: none;
 }
 .featured-product__wrap .content ul.buttons li a:hover,
 .featured-product__wrap .content ul.buttons li a:active {
   background-color: white;
   color: var(--navy);
   text-decoration: none;
 }
 .featured-product__wrap .content ul.buttons li.quote {
   width: 100%;
   margin-bottom: 8px;
 }
 .featured-product__wrap .content ul.buttons li.quote a {
   width: 100%;
   background-color: rgb(var(--blue));
   color: white;
   border: 1px solid rgb(var(--blue));
   align-self: center;
 }
 .featured-product__wrap .content ul.buttons li.quote a:visited {
   background-color: rgb(var(--blue));
   color: white;
   border: 1px solid rgb(var(--blue));
 }
 .featured-product__wrap .content ul.buttons li.quote a:hover,
 .featured-product__wrap .content ul.buttons li.quote a:active {
   background-color: white;
   color: rgb(var(--blue));
 }

 .row {
   display: block;
   clear: both;
   padding: 10px 0 20px 0;
 }
 .sales .row {
   padding: 15px 0;
   border-bottom: 1px solid rgb(var(--blue));
 }
 .right {
   float: right;
 }
 img.right {
   margin-left: 10px;
 }
 .left {
   float: left;
 }
 img.left {
   margin-right: 15px;
 }
 #Contact_Form {
   margin-bottom: 100px;
 }
 .grecaptcha-badge {
   display: none !important;
 }
 label {
   display: inline-block;
   margin: 5px 10px 5px;
   width: 150px;
   font-size: 1.4rem;
 }
 input, textarea {
   border: 1px solid var(--gray);
   padding: 7px;
   margin: 5px 0;
   color: #555;
   font-family: var(--font-stack);
 }
 input[type="submit"] {
   color: white;
   margin: 20px 0 0 170px;
   padding: 10px 20px;
   border: 1px solid var(--navy);
   background: #004c68;
   background: linear-gradient(to bottom, rgb(var(--blue)) 1%, var(--navy) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c68', endColorstr='#013251',GradientType=0 );
 }
 input[type="submit"]:hover {
   border: 1px solid rgba(var(--blue),1);
   background: rgba(var(--blue),1);
   cursor: pointer;
 }


 /* ==========================================================================
  CUSTOMER SCROLLER
   ========================================================================== */
 .scroller-wrap {
   border: 2px solid rgb(var(--red));
   background-color: white;
   overflow: hidden;
   height: 170px;
 }
.scroller {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  list-style: none;
}

/* ==========================================================================
FOOTER
 ========================================================================== */
.footer {
  display: grid;
  grid-template-rows: auto 240px;
  grid-template-columns: 20% 75%;
  justify-content: space-between;
  margin-top: 100px;
}
.footer__logo--img {
  width: 100%;
}
.footer__spacer {
  display: flex;
  align-items: flex-end;
}
.footer__spacer--line {
  border: 0 none;
  border-bottom: 2px solid rgb(var(--blue));
  margin-bottom: 3px;
  width: 100%;
}
.footer__contact {
  color: rgb(var(--blue));
}
.footer__contact--phone {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 30px 0 15px 0;
}
.footer__contact--address {
  font-size: 1.62rem;
  line-height: 2.2rem;
}
.footer__contact--address {
  margin-bottom: 0;
}
.footer__contact--address + .footer__contact--address {
  margin-top: 0;
}
.footer__nav {
  list-style: none;
  margin: 10px 0;
  text-align: left;
  padding: 0;
  font-size: 1.2rem;
}
.footer__nav--item {
  display: inline-block;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
}
.footer__nav--item::before {
    content: ' | ';
    color: rgb(var(--blue));
    position: relative;
    left: -15px;
}
.footer__nav--item:first-of-type::before {
    content: ' ';
}
.footer__nav--link:link {
    color: #333;
    text-decoration: underline;
}
.footer__nav--link:visited {
    color: #333;
}
.footer__nav--link:hover,
.footer__nav--link:active {
    color: var(--blue);
}

.footer__cc {
  color: black;
  text-align: left;
  font-size: 200%;
}
.footer__cc span {
  margin: 5px 10px;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;

  /* dimensions: spanning the background from edge to edge */
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */

  /* position: centering content */
  text-align: center;

  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;

  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;

  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;

  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;

  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;

  /* styling */
  background: #fff;
  cursor: auto;

  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
.featherlight-inner video,
.featherlight-content video {
  width: 100%;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;

  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;

  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}


.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;

    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}


/* ==========================================================================
   SLIDER - ROYAL SLIDER  v1.0.7
    ========================================================================== */
    /* Core RS CSS file. 95% of time you shouldn't change anything here. */
    /*--.slider {
        position: relative;
        direction: ltr;
        touch-action: pan-y pinch-zoom;
    }
    .slider > * {
        float: left;
    }--*/
    .rsWebkit3d .rsSlide,
    .rsWebkit3d .rsContainer,
    .rsWebkit3d .rsThumbs,
    .rsWebkit3d .rsPreloader,
    .rsWebkit3d img,
    .rsWebkit3d .rsOverflow,
    .rsWebkit3d .rsBtnCenterer,
    .rsWebkit3d .rsAbsoluteEl,
    .rsWebkit3d .rsABlock,
    .rsWebkit3d .rsLink {
        -webkit-backface-visibility: hidden;
    }
    .rsFade.rsWebkit3d .rsSlide,
    .rsFade.rsWebkit3d img,
    .rsFade.rsWebkit3d .rsContainer {
      -webkit-transform: none;
        transform: none;
    }
    .rsOverflow {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        float: left;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap .rsOverflow {
        position: absolute;
        left: 0;
        top: 0;
    }
    .rsContainer {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }

    .rsArrow,
    .rsThumbsArrow {
        cursor: pointer;
    }

    .rsThumb {
        float: left;
        position: relative;
    }

    .rsArrow,
    .rsNav,
    .rsThumbsArrow {
        opacity: 1;
        -webkit-transition:opacity 0.3s linear;
        -moz-transition:opacity 0.3s linear;
        -o-transition:opacity 0.3s linear;
        transition:opacity 0.3s linear;
    }
    .rsHidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    }

    .rsGCaption {
        width: 100%;
        float: left;
        text-align: center;
    }

    /* Fullscreen options, very important ^^ */
    .slider.rsFullscreen {
        position: fixed !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }

    .slider .rsSlide.rsFakePreloader {
        opacity: 1 !important;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition:  0s;
        transition:  0s;
        display: none;
    }

    .rsSlide {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        overflow: hidden;

        height: 100%;
        width: 100%;
    }

    .slider.rsAutoHeight,
    .rsAutoHeight .rsSlide {
        height: auto;
    }

    .rsContent {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .rsPreloader {
        position:absolute;
        z-index: 0;
    }

    .rsNav {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }
    .rsNavItem {
        -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    }

    .rsThumbs {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        float: left;
        z-index: 22;
    }
    .rsTabs {
        float: left;
        background: none !important;
    }
    .rsTabs,
    .rsThumbs {
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }

    .rsVideoContainer {
        width: auto;
        height: auto;
        line-height: 0;
        position: relative;
    }
    .rsVideoFrameHolder {
        position: absolute;
        left: 0;
        top: 0;
        background: #141414;
        opacity: 0;
        -webkit-transition: .3s;
    }
    .rsVideoFrameHolder.rsVideoActive {
        opacity: 1;
    }
    .rsVideoContainer iframe,
    .rsVideoContainer video,
    .rsVideoContainer embed,
    .rsVideoContainer .rsVideoObj {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* ios controls over video bug, shifting video */
    .rsVideoContainer.rsIOSVideo iframe,
    .rsVideoContainer.rsIOSVideo video,
    .rsVideoContainer.rsIOSVideo embed {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 44px;
    }

    .rsABlock {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 15;

    }
    img.rsImg {
        max-width: none;
    }
    .grab-cursor {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
    .grabbing-cursor{
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
    .rsNoDrag {
        cursor: auto;
    }
    .rsLink {
        left:0;
        top:0;
        position:absolute;
        width:100%;
        height:100%;
        display:block;
        z-index: 20;
        background: rgba(0,0,0,0);
    }
/******************************
    *
    *  RoyalSlider Default Skin
    *
    *    1. Arrows
    *    2. Bullets
    *    3. Thumbnails
    *    4. Tabs
    *    5. Fullscreen button
    *    6. Play/close video button
    *    7. Preloader
    *    8. Caption
    *
    *  Sprite: 'rs-default.png'
    *  Feel free to edit anything, If you don't want some part - just delete it
    *
    ******************************/


    /* Background */
    .rsDefault,
    .rsDefault .rsOverflow,
    .rsDefault .rsSlide,
    .rsDefault .rsVideoFrameHolder,
    .rsDefault .rsThumbs {
        background: #FFF;
        color: #000;
    }

    /*************** 4. Tabs ****************/

    .rsDefault .rsTabs {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align:center;
        overflow: hidden; padding-top: 12px; position: relative;
    }
    .rsDefault .rsTab {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        height: auto;
        width: auto;
        color: #333;
        padding: 5px 13px 6px;
        min-width: 72px;
        border: 1px solid #D9D9DD;
        border-right: 1px solid #f5f5f5;
        text-decoration: none;

        background-color: #FFF;
        background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
        background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
        background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

        -webkit-box-shadow: inset 1px 0 0 #fff;
        box-shadow: inset 1px 0 0 #fff;

        *display:inline;
        *zoom:1;
    }
    .rsDefault .rsTab:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .rsDefault .rsTab:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;

        border-right:  1px solid #cfcfcf;
    }
    .rsDefault .rsTab:active {
        border: 1px solid #D9D9DD;
        background-color: #f4f4f4;
        box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
    }
    .rsDefault .rsTab.rsNavSelected {
        color: #FFF;
        border: 1px solid #999;
        text-shadow: 1px 1px #838383;
        box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
        background: #ACACAC;
        background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
        background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
        background-image: linear-gradient(to bottom, #ACACAC, #BBB);
    }

    /*************** 5. Fullscreen button ****************/

    .rsDefault .rsFullscreenBtn {
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        z-index: 22;
        display: block;
        position: absolute;
        cursor: pointer;

    }
    .rsDefault .rsFullscreenIcn {
        display: block;
        margin: 6px;
        width: 32px;
        height: 32px;

        background: url('rs-default.png') 0 0;
        background-color: #000;
        background-color: rgba(0,0,0,0.75);
        *background-color: #000;
        border-radius: 2px;

    }
    .rsDefault .rsFullscreenIcn:hover {
        background-color: rgba(0,0,0,0.9);
    }
    .rsDefault.rsFullscreen .rsFullscreenIcn {
        background-position: -32px 0;
    }

    /*************** 6. Play/close video button ****************/

    .rsDefault .rsPlayBtn {
        -webkit-tap-highlight-color:rgba(0,0,0,0.3);
        width:64px;
        height:64px;
        margin-left:-32px;
        margin-top:-32px;
        cursor: pointer;
    }
    .rsDefault .rsPlayBtnIcon {
        width:64px;
        display:block;
        height:64px;
        -webkit-border-radius: 4px;
        border-radius: 4px;

        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;

        background:url(rs-default.png) no-repeat 0 -32px;
        background-color: #000;
        background-color: rgba(0,0,0,0.75);
        *background-color: #000;
    }
    .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
        background-color: rgba(0,0,0,0.9);
    }
    .rsDefault .rsBtnCenterer {
        position:absolute;
        left:50%;
        top:50%;
    }
    .rsDefault .rsCloseVideoBtn {
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        z-index: 500;
        position: absolute;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);

    }
    .rsDefault .rsCloseVideoBtn.rsiOSBtn {
        top: -38px;
        right: -6px;
    }

    .rsDefault .rsCloseVideoIcn {
        margin: 6px;
        width: 32px;
        height: 32px;
        background: url('rs-default.png') -64px 0;
        background-color: #000;
        background-color: rgba(0,0,0,0.75);
        *background-color: #000;
    }
    .rsDefault .rsCloseVideoIcn:hover {
        background-color: rgba(0,0,0,0.9);
    }

    /*************** 7. Preloader ****************/

    .rsDefault .rsPreloader {
        width:20px;
        height:20px;
        background-image:url(img/preloader-white.gif);

        left:50%;
        top:50%;
        margin-left:-10px;
        margin-top:-10px;
    }

    /***************  8. Global caption ****************/

    .caption-wrap {
        position: absolute;
        float: none;
        bottom: 420px;
        left: -40px;
        text-align: left;
        background: rgba(var(--blue), 0.8);
        color: #FFF;
        padding: 2px 8px 2px 60px;
        width: 37%;
        font-size: 1rem;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 12px solid rgb(var(--red));
        height: 250px;
        top: 400px;
    }
    .rsCaption {
        width: 100%;
        padding-left: 100px;
    }
    .rsCaption-header {
        font-size: clamp(1rem, 3vw + 1rem, 6.5rem);
        font-family: var(--condensed);
        font-style: italic;
        font-weight: bold;
        text-shadow: 0 0 6px rgba(0,0,0,0.75);
        width: 100%;
        margin: 10px 0 30px 0;
    }
    .caption-quote {
        color: white;
        width: 30%;
        display: inline-block;
        font-style: italic;
        font-size: 1.3rem;
    }
    .caption-quote a:link,
    .caption-quote a:visited {
        color: white;
    }
    .caption-quote a:hover,
    .caption-quote a:active {
        color: var(--lt-blue);
    }
    .caption-scope {
        color: white;
        width: 45%;
        display: inline-block;
        font-style: italic;
        font-size: 1.3rem;
    }
    .caption-scope a:link,
    .caption-scope a:visited {
        color: white;
    }
    .caption-scope a:hover,
    .caption-scope a:active {
        color: var(--lt-blue);
    }

/*!
     * SlickNav Responsive Mobile Menu v1.0.10
     * (c) 2016 Josh Cope
     * licensed under MIT
     */
    .slicknav_btn {
      position: relative;
      display: block;
      vertical-align: middle;
      float: right;
      padding: 0.438em 0.625em 0.438em 0.625em;
      line-height: 1.125em;
      cursor: pointer; }
      .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em; }

    .slicknav_menu {
      *zoom: 1; }
      .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left; }
      .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: 0.875em;
        margin: 0.188em 0 0 0.438em; }
        .slicknav_menu .slicknav_icon:before {
          background: transparent;
          width: 1.125em;
          height: 0.875em;
          display: block;
          content: "";
          position: absolute; }
      .slicknav_menu .slicknav_no-text {
        margin: 0; }
      .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
      .slicknav_menu:before {
        content: " ";
        display: table; }
      .slicknav_menu:after {
        content: " ";
        display: table;
        clear: both; }

    .slicknav_nav {
      clear: both; }
      .slicknav_nav ul {
        display: block; }
      .slicknav_nav li {
        display: block; }
      .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em; }
      .slicknav_nav .slicknav_item {
        cursor: pointer; }
        .slicknav_nav .slicknav_item a {
          display: inline; }
      .slicknav_nav .slicknav_row {
        display: block; }
      .slicknav_nav a {
        display: block; }
      .slicknav_nav .slicknav_parent-link a {
        display: inline; }

    .slicknav_brand {
      float: left; }

    .slicknav_menu {
      font-size: 16px;
      box-sizing: border-box;
      background: rgb(var(--blue));
      padding: 5px; }
      .slicknav_menu * {
        box-sizing: border-box; }
      .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000; }
      .slicknav_menu .slicknav_icon-bar {
        background-color: #fff; }

    .slicknav_btn {
      margin: 5px 5px 6px;
      text-decoration: none;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #042b75; }

    .slicknav_nav {
      color: #fff;
      margin: 0;
      padding: 0;
      font-size: 0.875em;
      list-style: none;
      overflow: hidden; }
      .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 20px; }
      .slicknav_nav .slicknav_row {
        padding: 5px 10px;
        margin: 2px 5px; }
        .slicknav_nav .slicknav_row:hover {
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          background: #ccc;
          color: #fff; }
      .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff; }
        .slicknav_nav a:hover {
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          background: #ccc;
          color: #222; }
      .slicknav_nav .slicknav_txtnode {
        margin-left: 15px; }
      .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0; }
      .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0; }

    .slicknav_brand {
      color: #fff;
      font-size: 18px;
      line-height: 30px;
      padding: 7px 12px;
      height: 44px; }


/* ==========================================================================
       MEDIA QUERIES
       ========================================================================== */
@media only screen and (max-width:2400px) {
      .caption-wrap.experienced-technicians {
        height: 320px;
      }
}
@media only screen and (max-width:1900px) {
     .caption-wrap {
       width: 40%;
       height: 200px;
     }
}
@media only screen and (max-width:1800px) {
  .caption-wrap.experienced-technicians {
    height: 250px;
  }
}
@media only screen and (max-width:1690px) {
  .header-badges__item {
    width: 110px;
  }
  .header__phone {
    font-size: 2rem;
  }
  .caption-wrap {
    top: 250px;
  }
  .caption-scope, .caption-quote {
    width: 40%;
    font-size: 1rem;
  }
}
@media only screen and (max-width:1550px) {
  .padding-10 {
      padding: 0 5%;
  }
  .main-content__p,
  .main-content__ul {
    font-size: 1.25rem;
  }
  .main-sidebar {
    padding: 15px;
  }
  /*.main-sidebar__header {
     font-size:
   }*/
  .footer__contact--address {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width:1370px) {
  .header__phone {
    font-size: 1.5rem;
  }
  .caption-wrap {
    top: 200px;
  }
  .caption-quote {
    width: 30%
  }
  .caption-scope {
    width: 50%;
  }
  .footer__contact--phone {
    font-size: 1.4rem;
  }
  .footer__contact--address {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width:1200px) {
  .caption-wrap.experienced-technicians {
    height: 200px;
  }
  .caption-wrap.experienced-technicians .rsCaption-header {
    margin-bottom: 10px;
  }
  .caption-quote,
  .caption-scope {
    width: 100%;
  }
  .caption-quote {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:1100px) {
  .rsCaption-header {
     font-size: 4.5rem;
  }
  .header__phone {
    font-size: 1.25rem;
  }
  .caption-wrap {
    width: 50%;
    border-bottom-width: 6px;
  }
}
@media only screen and (max-width:1050px) {
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%;
  }
  .navbar-list {
    font-size: 1rem;
  }
  .main-sidebar {
    margin-top: 15px;
  }
  .accredations-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 20px 0;
    align-items: center;
  }
  .accredations-list-item {
    width: 16%;
  }
  .header {
      grid-template-columns: 22% 55%;
  }
  .main-content__button:link {
    margin: 10px 0 30px 0;
  }
  .caption-wrap {
    top: 100px;
  }
}
@media only screen and (max-width:900px) {
  .header-badges__item {
      width: 85px;
  }
  .navbar-list__item::before {
    left: -16px;
  }
  .navbar-list__item {
      padding: 0 16px 0 0;
      margin: 0 0 0 16px;
  }
  .navbar-list {
    font-size: 1.2rem;
  }
  .caption-wrap {
      top: 100px;
  }
  .accredations-list-item {
      width: 30%;
  }
  .accredations-list-item img {
      max-width: 70%;
  }
  .footer__nav {
    font-size: 1rem;
  }
}
@media only screen and (max-width:820px) {
  .header {
    grid-template-columns: 30% 55%;
  }
  .header__logo {
   margin-top: 40px;
  }
  .slider {
    margin-top: -60px;
  }
  .footer {
      grid-template-rows: auto 10px 120px;
      grid-template-columns: 30% 65%;
  }
  .footer__logo {
    grid-area: 1 / 1 / 2 / 2
  }
  .footer__contact {
    grid-area: 1 / 2 / 2 / 3;
  }
  .footer__contact--phone {
    margin-top: 0;
  }
  .footer__spacer {
    grid-area: 2 / 1 / 3 / 3;
  }
  .footer__nav-wrap {
    grid-area: 3 / 1 / 4 / 3;
  }
}
@media only screen and (max-width:700px) {
  .caption-wrap {
    top: 60px;
  }
}

@media only screen and (max-width:680px) {
  .slicknav_menu {
    display:block;
  }
  .navbar {
    display: none;
  }
  .navbar-list__item::before {
    content: '';
  }
  .header {
    grid-template-columns: 100%;
    grid-template-rows: 100px 100px;
  }
  .header__logo {
      width: 50%;
      margin: 10px auto 20px auto;
  }
  .header__right-wrap {
    justify-content: space-around;
  }
  .slider {
      margin-top: 0;
  }
  .caption-wrap {
    width: 65%;
  }
}
@media only screen and (max-width:520px) {
  .header__logo {
      width: 70%;
  }
  .rsCaption-header {
     font-size: 2.25rem;
  }
  .experienced-technicians .rsCaption-header {
     font-size: 2rem;
  }
  .caption-wrap,
  .caption-wrap.experienced-technicians {
      width: 90%;
      height: 180px;
      top: 0;
      padding-top: 25px;
      margin: 0;
      border-bottom: 0 none;
  }
  .footer {
    grid-template-columns: 45% 45%;
  }
}
    /* ==========================================================================
       Helper classes
       ========================================================================== */

    .ir {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        *text-indent: -9999px;
    }

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .invisible {
        visibility: hidden;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }
    .align-left {
      text-align: left;
    }

    /* ==========================================================================
       Print styles
       ========================================================================== */

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group;
        }

        tr,
        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        @page {
            margin: 0.5cm;
        }
        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }
        h2,
        h3 {
            page-break-after: avoid;
        }
    }

