/*
Theme Name: yBoot
Theme URI: http://www.ydop.com/
Author: YDOP
Author URI: http://www.ydop.com/
Description: A super light-weight Wordpress theme built with Bootstrap 4
Version: 2
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: yBoot
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/*-------------------------------------------
  
- Table of Contents
    # Classes
    # Icomoon
    # WP Core
    # General Styles
    # Animations
    # Angled Background Section
    # Standard Links
    # Breadcrumbs
    # Impact
    # New Navbar
    # Mobile Menu
    # New Footer
    # Mega Menu
    # Chevron
    # Hero Banner / Page Banner
    # CTA Banner
    # Alternating Content  
    # Featured Product
    # Product Card
    # Testimonial Banner
    # Service Cards
    # Tabs System
    # Recommended Products
    # All Products
    # Single Product Page
    # Core Values
    # Team Page
    # Forms
    # Contact Page
    # Request a Quote
    # Landing Page
-------------------------------------------*/
/********************* CSS3 GRADIENTS Be careful with these since they can really slow down your CSS. Don't overdo it. *********************/
/* @include css-gradient(#dfdfdf,#f8f8f8);
 */
/********************* BOX SIZING *********************/
/* @include box-sizing(border-box);
 */
/* NOTE: value of "padding-box" is only supported in Gecko. So probably best not to use it. I mean, were you going to anyway? */
/********************* BOX SHADOW *********************/
/* @include box-shadow(border-box);
 */
/********************* TRANSFORM *********************/
/* @include transform(transform);
 */
/********************* COLUMNS *********************/
/* @include columns(columns);
 */
/********************* HYPHENATION *********************/
/* @include hyphens(hyphens);
 */
/* SAMPLE #{
	headings(1,6)
}
 {
	 color: white;
}
# Classes
 */
.white-bg {
  background-color: #FFFFFF;
}
.d-none {
  display: none;
}
@media (max-width: 767px) {
  .d-none-767 {
    display: none;
 }
}
.margin-x-auto, .mx-auto {
  margin: 0 auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.children-full-width > * {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.uppercase {
  text-transform: uppercase;
}
.letter-space-5 {
  letter-spacing: 5px;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-underline:hover {
  text-decoration: none;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none:hover {
  text-decoration: underline;
}
.no-margin > :first-child, .margin-off > :first-child {
  margin-top: 0;
}
.no-margin > :last-child, .margin-off > :last-child {
  margin-bottom: 0;
}
.no-margin-top > :first-child {
  margin-top: 0;
}
.no-margin-bottom > :last-child {
  margin-bottom: 0;
}
.featImg, .featured-image, .feat-img, .featImage, .featured-img, .featuredImg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-no-repeat {
  background-repeat: no-repeat;
}
.background-transparent {
  background: transparent;
}
.background-position-fixed {
  background-position: fixed;
}
.absolute-bg {
  z-index: -2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.absolute-style, .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.position-static {
  position: static;
}
.overflow-hidden {
  overflow: hidden;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-15 {
  border-radius: 15px;
}
.border-radius-30 {
  border-radius: 30px;
}
.border-left {
  border-left: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-top {
  border-top: 1px solid;
}
.blue-heading {
  font-size: 2.625em;
  line-height: 1.1428571429em;
}
.page-title {
  font-size: 2.625em;
  line-height: 1.380952381em;
  margin-top: 60px;
  margin-bottom: 60px;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center-767 {
    text-align: center;
 }
}
@media (min-width: 1024px) {
  .text-center-1024 {
    text-align: center;
 }
}
@media (min-width: 1280px) {
  .text-center-1280 {
    text-align: center;
 }
}
.box-shadow {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.font-style-italic {
  font-style: italic;
}
.font-20, p.font-20 {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
}
.width-100 {
  width: 100%;
}
.max-width-100 {
  max-width: 100%;
}
.height-100 {
  height: 100%;
}
.text-left, .text-align-left {
  text-align: left;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-100 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.justify-content-space-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.align-items-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.align-items-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.align-content-start {
  -webkit-align-content: start;
  -moz-align-content: start;
  -ms-align-content: start;
  align-content: start;
}
.align-content-end {
  -webkit-align-content: end;
  -moz-align-content: end;
  -ms-align-content: end;
  align-content: end;
}
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-left-767, .text-align-left-767 {
    text-align: left;
 }
  .max-width-100-767 {
    max-width: 100%;
 }
  .d-flex-767 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-767 {
    display: block;
 }
  .flex-wrap-767 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-767 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-767 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-767 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-767 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-767 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-767 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-767 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-767 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-767 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-767 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-767 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-767 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-767 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-767 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-767 {
    border-radius: 30px;
 }
}
@media (min-width: 768px) {
  .text-left-768, .text-align-left-768 {
    text-align: left!important;
 }
  .max-width-100-768 {
    max-width: 100%;
 }
  .d-flex-768 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-768 {
    display: block;
 }
  .flex-wrap-768 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-769 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-768 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-768 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-768 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-768 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-768 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-768 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-768 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-768 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-768 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-768 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-768 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-768 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-768 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-768 {
    border-radius: 30px;
 }
}
@media (min-width: 1024px) {
  .text-left-1024, .text-align-left-1024 {
    text-align: left;
 }
  .max-width-100-1024 {
    max-width: 100%;
 }
  .d-flex-1024 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1024 {
    display: block;
 }
  .flex-wrap-1024 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1024 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1024 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1024 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1024 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1024 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-1024 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1024 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1024 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1024 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1024 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1024 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1024 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1024 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1024 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1024 {
    border-radius: 30px;
 }
}
@media (min-width: 1280px) {
  .text-left-1280, .text-align-left-1280 {
    text-align: left;
 }
  .max-width-100-1280 {
    max-width: 100%;
 }
  .d-flex-1280 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1280 {
    display: block;
 }
  .flex-wrap-1280 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1280 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1280 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1280 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1280 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1280 {
    -webkit-justify-content: space-between!important;
    -moz-justify-content: space-between!important;
    -ms-justify-content: space-between!important;
    justify-content: space-between!important;
    -ms-flex-pack: space-between!important;
 }
  .justify-content-space-evenly-1280 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1280 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1280 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1280 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1280 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1280 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1280 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1280 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1280 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1280 {
    border-radius: 30px;
 }
}
@media (min-width: 1367px) {
  .text-left-1367, .text-align-left-1367 {
    text-align: left;
 }
  .max-width-100-1367 {
    max-width: 100%;
 }
  .d-flex-1367 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1367 {
    display: block;
 }
  .flex-wrap-1367 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1367 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1367 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1367 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1367 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1367 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-1367 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1367 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1367 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1367 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1367 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1367 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1367 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1367 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1367 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1367 {
    border-radius: 30px;
 }
}
@media (min-width: 1440px) {
  .text-left-1440, .text-align-left-1440 {
    text-align: left;
 }
  .max-width-100-1440 {
    max-width: 100%;
 }
  .d-flex-1440 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1440 {
    display: block;
 }
  .flex-wrap-1440 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1440 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1440 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1440 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1440 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1440 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-1440 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1440 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1440 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1440 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1440 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1440 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1440 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1440 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1440 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1440 {
    border-radius: 30px;
 }
}
@media (min-width: 1560px) {
  .text-left-1560, .text-align-left-1560 {
    text-align: left;
 }
  .max-width-100-1560 {
    max-width: 100%;
 }
  .d-flex-1560 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1560 {
    display: block;
 }
  .flex-wrap-1560 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1560 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1560 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1560 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1560 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1560 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-1560 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1560 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1560 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1560 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1560 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1560 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1560 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1560 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1560 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1560 {
    border-radius: 30px;
 }
}
@media (min-width: 1920px) {
  .text-left-1920, .text-align-left-1920 {
    text-align: left;
 }
  .max-width-100-1920 {
    max-width: 100%;
 }
  .d-flex-1920 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
  .d-block-1920 {
    display: block;
 }
  .flex-wrap-1920 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .flex-no-wrap-1920 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 }
  .justify-content-flex-start-1920 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
 }
  .justify-content-center-1920 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
 }
  .justify-content-flex-end-1920 {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
 }
  .justify-content-space-between-1920 {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
 }
  .justify-content-space-evenly-1920 {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
 }
  .justify-content-space-around-1920 {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
 }
  .align-items-flex-start-1920 {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
 }
  .align-items-center-1920 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
 }
  .align-items-flex-end-1920 {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
 }
  .align-self-flex-start-1920 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
 }
  .align-self-center-1920 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
 }
  .align-self-flex-end-1920 {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
 }
  .flex-direction-row-reverse-1920 {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
 }
  .border-radius-30-1920 {
    border-radius: 30px;
 }
}
.form-title {
  padding: 20px;
}
.font-weight-r {
  font-weight: 500;
}
.font-weight-m {
  font-weight: 500;
}
.font-weight-b {
  font-weight: 700;
}
/*-------------------------------------------
  # Icomoon
-------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?xfkgci');
  src:  url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.eot?xfkgci#iefix') format('embedded-opentype'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.ttf?xfkgci') format('truetype'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.woff?xfkgci') format('woff'),
    url('/wp-content/themes/yboot/assets/fonts/icomoon/fonts/icomoon.svg?xfkgci#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-360-degrees:before {
  content: "\e900";
  color: #fff;
}
.icon-arrow:before {
  content: "\e901";
  color: #418690;
}
.icon-mobile:before {
  content: "\e902";
  color: #418690;
}
.icon-checked:before {
  content: "\e903";
  color: #418690;
}
.icon-location:before {
  content: "\e904";
  color: #418690;
}
.icon-card-amex .path1:before {
  content: "\e905";
  color: rgb(0, 120, 169);
}
.icon-card-amex .path2:before {
  content: "\e906";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-amex .path3:before {
  content: "\e907";
  margin-left: -1.6396484375em;
  color: rgb(0, 120, 169);
}
.icon-card-disc .path1:before {
  content: "\e908";
  color: rgb(242, 242, 242);
}
.icon-card-disc .path2:before {
  content: "\e909";
  margin-left: -1.6396484375em;
  color: rgb(245, 130, 32);
}
.icon-card-disc .path3:before {
  content: "\e90a";
  margin-left: -1.6396484375em;
  color: rgb(0, 0, 0);
}
.icon-card-disc .path4:before {
  content: "\e90b";
  margin-left: -1.6396484375em;
  color: rgb(8, 26, 35);
}
.icon-card-disc .path5:before {
  content: "\e90c";
  margin-left: -1.6396484375em;
  color: rgb(35, 31, 32);
}
.icon-card-disc .path6:before {
  content: "\e90d";
  margin-left: -1.6396484375em;
  color: rgb(35, 31, 32);
}
.icon-card-mc .path1:before {
  content: "\e90e";
  color: rgb(20, 71, 124);
}
.icon-card-mc .path2:before {
  content: "\e90f";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path3:before {
  content: "\e910";
  margin-left: -1.6396484375em;
  color: rgb(235, 34, 48);
}
.icon-card-mc .path4:before {
  content: "\e911";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path5:before {
  content: "\e912";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path6:before {
  content: "\e913";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path7:before {
  content: "\e914";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path8:before {
  content: "\e915";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path9:before {
  content: "\e916";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path10:before {
  content: "\e917";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path11:before {
  content: "\e918";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path12:before {
  content: "\e919";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path13:before {
  content: "\e91a";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path14:before {
  content: "\e91b";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path15:before {
  content: "\e91c";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path16:before {
  content: "\e91d";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path17:before {
  content: "\e91e";
  margin-left: -1.6396484375em;
  color: rgb(235, 34, 48);
}
.icon-card-mc .path18:before {
  content: "\e91f";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path19:before {
  content: "\e920";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path20:before {
  content: "\e921";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path21:before {
  content: "\e922";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path22:before {
  content: "\e923";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path23:before {
  content: "\e924";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path24:before {
  content: "\e925";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path25:before {
  content: "\e926";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path26:before {
  content: "\e927";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path27:before {
  content: "\e928";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path28:before {
  content: "\e929";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path29:before {
  content: "\e92a";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path30:before {
  content: "\e92b";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path31:before {
  content: "\e92c";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path32:before {
  content: "\e92d";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path33:before {
  content: "\e92e";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path34:before {
  content: "\e92f";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path35:before {
  content: "\e930";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path36:before {
  content: "\e931";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path37:before {
  content: "\e932";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-mc .path38:before {
  content: "\e933";
  margin-left: -1.6396484375em;
  color: none;
}
.icon-card-mc .path39:before {
  content: "\e934";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path40:before {
  content: "\e935";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path41:before {
  content: "\e936";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path42:before {
  content: "\e937";
  margin-left: -1.6396484375em;
  color: rgb(251, 178, 48);
}
.icon-card-mc .path43:before {
  content: "\e938";
  margin-left: -1.6396484375em;
  color: rgb(255, 255, 255);
}
.icon-card-visa .path1:before {
  content: "\e939";
  color: rgb(249, 249, 250);
}
.icon-card-visa .path2:before {
  content: "\e93a";
  margin-left: -1.6396484375em;
  color: rgb(10, 103, 178);
}
.icon-card-visa .path3:before {
  content: "\e93b";
  margin-left: -1.6396484375em;
  color: rgb(250, 166, 52);
}
.icon-instagram:before {
  content: "\e93c";
}
.icon-facebook:before {
  content: "\e93d";
  color: #475993;
}
.icon-linkedin:before {
  content: "\e93e";
  color: #0077b7;
}

/*-------------------------------------------
  # WP Core
-------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.attachment-post-thumbnail{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
a {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
/* Universal Box Sizing with Inheritance */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
*, *:focus {
    outline: none;
}
p a {
  text-decoration: underline;
}
a:active, a:focus, a:active:focus {
    text-decoration: none;
}
/* Zero Based Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } table {border-collapse: collapse; border-spacing: 0; }

/* Icomoon */
/*@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i');
  src:  url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.eot?ss227i#iefix') format('embedded-opentype'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.ttf?ss227i') format('truetype'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.woff?ss227i') format('woff'),
    url('/wp-content/themes/yboot/assets/icomoon/fonts/icomoon.svg?ss227i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

/* GENERAL */
.container {
    width: 100%;
    max-width: 1440px;
}
.np {
    padding: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.center-block {
    float: none;
    margin: 0 auto;
}
a:hover {
    color: #007bff;
    text-decoration: none;
}

.flex-2 {
    flex: 2;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Breadcrumbs */

.breadcrumbs {
    position: relative;
    padding: 20px 0 0;
}

/* Contact Page */

.contact-us {
    position: relative;
    padding: 14px 0 40px;
}
.contact-us {
  padding: 20px 0;
}
.address {
    margin-bottom: 25px;
    line-height: 1.2;
}


.hours span {
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 1.5rem;
}


/* Gravity Form Styles */

.form-control {
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    background-color: #fff;
}

.page-template .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-left: 10px;
}

.form-control:focus {
    border: 1px solid #4A90E2;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
}

/* Gravity Forms Checkboxes */

.gform_wrapper .gfield_checkbox {
    display: flex;
}

.gform_wrapper .gfield_checkbox li {
    cursor: pointer;
    color: #222;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.ginput_container_checkbox {
  margin-top: 15px;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
  font-size: 12px!important;
  font-weight: 600;
}
@media (min-width: 641px) {
  .gform_wrapper .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), 
  .gform_wrapper .ginput_full:not(:last-of-type) {
    margin-bottom: 25px!important;
  }
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container_address span {
  margin-bottom: 10px;
}
.checkbox-wrap {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    position: relative;
    background-color: #fff;
    vertical-align: middle;
    border: 1.75px solid #222;
    cursor: pointer;
    /* transition: .3s; */
}
.checkbox-wrap.checked {
    border-color: #E23C2C;
    background: #E23C2C;
}
.checkbox-wrap.checked:after {
    background: #E23C2C url("/wp-content/themes/yboot/assets/img/icons/icon-checked-white.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.gform_wrapper ul.gfield_checkbox li .checkbox-wrap input[type=checkbox],
.gform_wrapper .gfield_checkbox .gchoice .checkbox-wrap input[type=checkbox] {
    width: 100% !important;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

/* Error Styling */

.page-template .gform_wrapper div.validation_error {
    display: none;
}

.page-template .gform_wrapper li.gfield.gfield_error, 
.page-template .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
}


.page-template .gform_wrapper .gfield_error .gfield_label {
    color: #000;
    display: flex;
}
.gfield_label {
  display: flex !important;
}


.page-template .gform_wrapper .validation_message {
    font-size: 14px;
    padding-top: 10px !important;
    font-style: italic;
    color: #FF0042;
    font-weight: normal;
}

.page-template .gform_wrapper .gfield_required {
    display: none;
}

.page-template .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.page-template .gform_wrapper li.gfield_error textarea {
    border: 1px solid #FF0042;
}

@media (max-width: 1024px) {
    .contact-info .flex-2 {
        flex: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 641px) {
  body.page .gform_wrapper ul li.gfield {
      margin-top: 1.5rem;
  }
  .gform_wrapper .gfield_checkbox {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, 
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,
  .gform_wrapper .gfield.gf_list_3col .gfield_checkbox .gchoice, 
  .gform_wrapper .gfield.gf_list_3col .gfield_radio .gchoice{
    min-height: 45px!important;
  }
  .page-template-page-quote .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 30px;
    padding-right: 16px;
  }
  .page-template-page-quote .gform_wrapper .top_label li.gfield {
    padding-left: 16px;
  }
  .page-template-page-quote .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-left: 16px;
    padding-right: 30px;
  }
  .gform_wrapper .top_label li.gfield .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container):not(.ginput_container_checkbox):not(.ginput_container_radio) {
    margin-top: 3px!important;
  }
}
@media (min-width: 1280px) {
  .request-a-quote {
    padding: 40px 0px;
  }
  .col-xl-5+.contact-information {
    padding-left: 31px;
  }
  .gform_wrapper textarea.medium {
    height: 122px;
  }
}
/*-------------------------------------------
  # General Styles
-------------------------------------------*/
header {
    position: relative;
}
h1 {
    color: #FFFFFF; 
    font-weight: 500;   
    text-align: center;
    margin: 0;
  font-size: 65px;
  line-height: 75px;
}
h2 {
    color: #FFFFFF; 
    font-size: 43px;   
    line-height: 51px;  
    text-align: center;
    margin: 0;
}
h3 {
    color: #222222; 
    font-size: 26px;    
    line-height: 36px;
    font-weight: 300;
    
}
h3.dark {
  color: #222222;
}
h4 {
    color: #222222; 
    font-size: 21px;    
    font-weight: bold;  
    line-height: 26px;
}
p {
    color: #111111; 
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
}
@media (max-width: 1320px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 23px;
    line-height: 29px;
  }
  h4 {
    font-size: 19px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.white-text {
    color: #FFFFFF !important;
}
.red-text {
    color: #E23C2C !important;
}
.green-text {
  color: #418690 !important;
}
.dark-text {
  color: #080808 !important;
}
.bold {
    font-weight: 700 !important;
}
.display-block {
    display: block !important;
}
.social-list {
    display: block;
    list-style: none;
    padding: 0;
}
.social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}
.social-list__icons {
    width: 20px;
}
.credit-cards {
    list-style: none;
    margin: 0;
    padding: 0;
}
.credit-cards li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}
.checkmark-list {
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  padding-left: 0px;
  font-weight: 400;
}
.checkmark-list li {
  position: relative;
}
.checkmark-list li::before {
    content: '';
    height: 11px;
    width: 15px;
    background: url(/wp-content/themes/yboot/assets/img/icons/icon-checked.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 34%;
    left: -30px;
}
/*-------------------------------------------
  # Animations
-------------------------------------------*/
@keyframes arrow-bump {
  from {
    transform: translateX(0)
  }


  to {
    transform: translateX(8px)
  }
}
/*-------------------------------------------
  # Angled Background Section
-------------------------------------------*/
.angled-bg {
    position: relative;
    overflow: hidden;
    background-color: #F2F4F5;
}
.angled-bg--home {
    padding-bottom: 120px;
}
.angled-bg--about {
    background-size: contain;
    background-color: #F2F4F5;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.angled-bg--about +.alternating-content-wrap.cta-banner{
  padding-top: 20px;
}
.angled-bg--service {
    padding-top: 50px;
    padding-bottom: 50px;
}
.angled-bg__slant {
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.angled-bg--service .angled-bg__slant {
    top: 0px;
}
@media(max-width: 1080px) {
  .angled-bg--home {
    padding-bottom: 20px;
  }
  .angled-bg--about {
    padding-top: 40px;
  }
}
/*-------------------------------------------
  # Standard Links
-------------------------------------------*/
.text-cta  {
    color: #E23C2C !important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 20px!important;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
}
.text-cta.text-cta--white {
    color: #fff !important; 
}
.text-cta span,
.text-cta i {
    display: inline-block;
    transition: .3s;
    font-weight: 400;
}
.text-cta i {
    font-size: 12px;
    margin-left: 8px;
    transition: .3s;
    width: 16px;
    overflow: hidden;

}
.text-cta i:before {
    color: #E23C2C;
}
.text-cta--white i:before {
    color: #fff;
}
.text-cta:hover span {
    color: #E23C2C;
}
.text-cta--white:hover span {
    color: #fff;
}
.text-cta:hover i {
  -webkit-animation: arrow-bump .5s forwards; /* for less modern browsers */
  animation: arrow-bump .5s forwards;
}
.standard-link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    border-radius: 25px;
    padding: 14px 26px;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}
.standard-link:hover,
.standard-link:focus {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.2);
}
.standard-link span,
.standard-link i {
    display: inline-block;
}
.standard-link--red:hover,
.standard-link--red:focus {
    color: #fff;
}
.standard-link--red {
    color: #fff; 
    border: 1px solid #E23C2C;
    background-color: #E23C2C;
}
.standard-link--white {
    color: #E23C2C; 
    border: 1px solid #E23C2C;
    background-color: #fff;
}
.standard-link--white i,
.standard-link--white span {
    color: #E23C2C; 
    cursor: pointer;
    transition: .3s;
}
.standard-link--white i {
    font-size: 12px;
    margin-left: 10px;
}
.standard-link--white i:before {
    color: #E23C2C; 
}
.standard-link--red i {
    font-size: 12px;
    margin-left: 6px; 
}
.standard-link--red i:before {
    color: #fff; 
}
.standard-link:hover i {
    -webkit-animation: arrow-bump .5s forwards; /* for less modern browsers */
    animation: arrow-bump .5s forwards;
}
/*-------------------------------------------
  # Breadcrumbs
-------------------------------------------*/
.breadcrumbs-section {
  padding: 10px 0px;
}
.breadcrumbs-section__breadcrumbs a,
.breadcrumbs-section__breadcrumbs span {
  color: #3A3B3B; 
  font-size: 11px;  
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: .3s;
  position: relative;
}
.breadcrumbs-section__breadcrumbs a:hover,
.breadcrumbs-section__breadcrumbs a:focus {
  text-decoration: none;
}
.breadcrumbs-section__breadcrumbs a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0px;
  height: 1px;
  background-color: #3A3B3B;
  transition: .3s;
  left: 0;
}
.breadcrumbs-section__breadcrumbs a:hover::after {
  width: 100%;
  transition: .3s;
}
.breadcrumb_last {
  font-weight: 600 !important;
}
.breadcrumb-seperator {
  margin: 0px 5px;
}
/*-------------------------------------------
  # Impact
-------------------------------------------*/
.impact {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}
.impact h3 {
  padding-bottom: 30px;
}
.impact a.standard-link--red {
  color: #fff !important;
  text-decoration: none;
}
.impact--home {
    padding-top: 8px;
    background-color: #F2F4F5;
    padding-bottom: 30px;
}
.service-cards.four-cards +.impact--home {
  margin-top: -18px;
}
.page-template-page-quote .impact__body {
  max-width: 684px;
}
.impact+.request-a-quote {
  margin-top: -40px;
}
.impact__body {
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
}
.gform_wrapper +.footnote {
  margin-top: 50px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
  font-size: 16px!important;
}
.impact--about {
    padding-bottom: 0px;
    position: relative;
    z-index: 120;
}
.impact__body p {
  margin-bottom: 26px; 
}
@media (max-width: 1080px) {
  .impact--about {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .impact--home {
    padding-bottom: 2px;
    padding-top: 0px;
  }
}
/*-------------------------------------------
  # New Navbar
-------------------------------------------*/
.navigation-bar {
    position: relative;
    z-index: 100000;
    background-color: #fff;
}
.navigation-bar .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 15px 15px 15px;
}
.navigation-bar__left {
    margin-right: auto;
}
.navigation-bar__left img {
    height: 100%;
    width: 100%;
    max-width: 206px;
}
.navigation-bar__right {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    width: 84%;
    justify-content: flex-end;
}
.navigation-bar__top {
    position: relative;
    top: 12px;
    text-align: right;
}
.navigation-bar__bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
}
.navigation-bar__bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation-bar__bottom ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 83px;
    margin-bottom: 0;
}
.navigation-bar__bottom ul li:first-child {
    margin-left: 0px;
}
.navigation-bar__bottom ul li.has-mega-menu {
    position: relative;
}
.navigation-bar__bottom ul li.has-mega-menu svg {
    position: absolute;
    width: 20px;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.navigation-bar__top .nav {
  justify-content: flex-end;
  align-items: center;
}
.navigation-bar__bottom ul li a {
    color: #111111; 
    font-size: 16px;    
    font-weight: 500;   
    line-height: 19px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    margin-bottom: 23px;
    transition: .3s .1s;
}
.navigation-bar__bottom ul li a::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 124%;
    background-color: transparent;
    bottom: -18px;
}
.pay-online {
    display: inline-block;
    background-color: transparent;
    border: none;
}
.pay-online input {

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    color: #555555;
    background: transparent;
    border: none;
    transition: .3s;
    cursor: pointer;
}
.pay-online input:hover,
.pay-online input:focus {
    color: #555555;
    text-decoration: underline;
}
.navigation-bar__bottom ul li.has-mega-menu a::after {
    content: '';
    position: absolute;
    height: 43px;
    width: 9%;
    background-color: transparent;
    top: 0;
}
.navigation-bar__bottom ul li:not(.has-mega-menu) a::after {
    color: #424B5A;
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    transition: .4s;
}
.navigation-bar__bottom ul li:not(.has-mega-menu) a:active::after, 
.navigation-bar__bottom ul li:not(.has-mega-menu) a:focus::after, 
.navigation-bar__bottom ul li:not(.has-mega-menu) a:hover::after {
    width: 100%;
    left: 0;
}
.navigation-bar__top a,
.navigation-bar__top p,
.navigation-bar__top form 
 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  color: #555555;
    margin-left: 44px;
    transition: .3s;
}
.navigation-bar__top a:hover,
.navigation-bar__top a:focus {  
  text-decoration: underline;
  color: #080808;
}
#specialMargin {
    margin-left: 39px !important;
}
.navigation-bar__top a#headerNumber {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #E23C2C; 
    position: relative;
}
.navigation-bar__top a#headerNumber::before {
    color: #424B5A;
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    transition: .4s;
}
.navigation-bar__top a#headerNumber:hover::before,
.navigation-bar__top a#headerNumber:focus::before {
    width: 100%;
    left: 0;
}
.navigation-bar__top p {
    margin-left: 18px;
}
.navigation-bar__desktop {
    width: 100%;
}

.navigation-bar__desktop .navigation-bar__bottom .dropdown::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    background: transparent;
}
.navigation-bar__desktop .sub-menu {
  display: none;
}
@media (max-width: 1400px) {
  .navigation-bar__bottom ul li {
    margin-left: 80px;
  }
  .navigation-bar__right {
    width: 80%;
  }
}
.navigation-bar__desktop #menu-item-378 {
  display: none;
}
/*-------------------------------------------
  # Mobile Menu
-------------------------------------------*/
#mm-menu-top-bar-menu {
    padding-top: 10px;
    background: #fff;
}
.mm-navbar {
    background: #fff;
    position: relative;
}
#mm-menu-new-nav .mm-navbar {
    position: relative;
    height: auto;
    border-bottom: 0;
}
.mm-panels, .mm-panels>.mm-panel {
    background: #fff;
}
.mm-panel_has-navbar {
    padding-top: 0px;
}
#icon-smartphone {
    fill: #000;
    color: #000;
    height: 28px;
}
.hamburger-container,
.phone-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.mm-btn_next {
    position: absolute !important;
}
.mm-btn_next::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.phone-container a {
    display: inline-block;
    padding: 15px 15px 2px 15px;
}
.hamburger-container .hamburger {
    padding-top: 20px;
    padding-bottom: 2px;
}
.hamburger {
    box-shadow: none;
}
button.hamburger:focus,
button.hamburger:hover {
    outline: none;
    background: none !important;
    box-shadow: none !important;
}
.menu-text {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.phone-container .menu-text {
    position: relative;
    top: 3px;
}
.navigation-bar__mobile {
    display: none;
}
.phone-container {
    margin-right: 20px;
}
.site-navigation.mm-menu_opened ul li {
    width: 100%;
    float: none;
    padding: 10px;
}
.site-navigation.mm-menu_opened ul li:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
}
.site-navigation.mm-menu_opened ul li a {
    color: #555555;
}
.site-navigation.mm-menu_opened ul li a {
    text-align: left;
    padding-left: 13px;
}
.site-navigation.mm-menu_opened ul li.mobile-only {
    display: block;
}
.mm-listitem:after {
    left: 0;
}
.mm-navbar img {
    width: 100%;
}
.mm-navbar__title {
    display: none;
}
.mm-panel:before {
    display: none;
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: initial;
}
.site-navigation.mm-menu_opened ul li.mobile-only:last-child {
    background-color: #00AAFF;
    color: #fff;
}
.site-navigation.mm-menu_opened ul li.mobile-only:last-child a {
    color: #fff;
}
.site-navigation.mm-menu_opened ul li.mobile-only:last-child a::after {
    display: none;
}
.site-navigation.mm-menu_opened ul li.mobile-only:last-child a:hover,
.site-navigation.mm-menu_opened ul li.mobile-only:last-child a:focus {
    color: #fff !important
}
.mobile-menu-number-label span{
    color: #990000;
    font-weight: 700;
}

@media (max-width: 1250px)  {
    .navigation-bar__desktop {
        display: none;
    }
    .navigation-bar__mobile {
        display: flex;
        align-items: center;
    }
    .navigation-bar__right {
        width: auto;
    }
    .mega-menu {
      display: none;
    }
}
@media (max-width: 600px) {
    .navigation-bar__left img {
        max-width: 250px;
        height: auto;
    }
    .navigation-bar__left {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .navigation-bar__left img {
        max-width: 200px;
        height: auto;
    }
}
@media (max-width: 420px) {
    .phone-container {
        margin-right: 0px;
    }
    .navigation-bar__left img {
      max-width: 130px;
    }
}
/*-------------------------------------------
  # Mega Menu
-------------------------------------------*/
.mega-menu {
    position: relative;
    z-index: 11099;
}
.mega-menu__wrap {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 40;
    background: #F2F4F5;
}
.mega-menu__single {
    display: none;
}
.mega-menu--chevron-up {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    grid-row-end: 13px;
    width: 13px;
    transform: rotate(180deg);
    opacity: .7;
}
.mega-menu__content {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    padding: 40px 0px;
}
.mega-menu__inner-content {
    max-width: 955px;
    margin-left: auto;
}
@media (max-width: 1400px) {
  .mega-menu__inner-content {
    max-width: 910px;
  }
}
.mega-menu__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mega-menu__col:nth-child(1) {
    width: 17%;
}
.mega-menu__col:nth-child(2) {
    width: 19%;
}
.mega-menu__col:nth-child(3) {
    width: 25%;
}
.mega-menu__col:nth-child(4) {
    width: 23%;
}
.mega-menu__col:nth-child(5) {
    width: 15%;
}
.mega-menu__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu__col ul li {
    display: block;
    padding-bottom: 12px;
}
.mega-menu__col ul li a {
    color: #555555; 
    transition: .3s;
    font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
}
.mega-menu__col ul li a:hover,
.mega-menu__col ul li a:focus {
  text-decoration: none;
  color: #080808;
}
/*-------------------------------------------
  # New Footer
-------------------------------------------*/
.footer {
    padding-top: 50px;
    background-color: #fff;
}
.footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer__left {
    width: 15%;;
    text-align: center;
    margin-right: auto;
}
.footer__right {
    width: 75%;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer--chevron-right {
  transform: rotate(-90deg);
  position: relative;
  left: 7px;
  transition: .3s;
}
.footer--chevron-right.active {
  transform: rotate(180deg);
}
.footer__top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #080808;
}
.footer__top ul li a{
    color: #080808;
    font-size: 16px;    
    font-weight: 500;   
    line-height: 19px;
    letter-spacing: -.4px;
    position: relative;
}   
.footer__top ul li a::before {
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    transition: .4s;
}
.footer__top ul li a:hover::before {
    width: 100%;
    left: 0;
}
.footer__top ul li a:hover,
.footer__top ul li a:focus {
    text-decoration: none;
}
.footer__top ul li .pay-online-footer {
    position: relative;
}
.footer__top ul li .pay-online-footer input {
    color: #080808;
    font-size: 16px;    
    font-weight: 500;   
    line-height: 19px;
    letter-spacing: -.4px;
    position: relative;
    padding: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.footer__top ul li .pay-online-footer::before {
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    transition: .4s;
}
.footer__top ul li .pay-online-footer:hover::before {
    width: 100%;
    left: 0;
}
.footer__logo {
    max-width: 205px;
    width: 100%;
}
.footer__phone {
    margin: 20px 0px;
    position: relative;
    display: inline-block;
}
.footer__phone:hover,
.footer__phone:focus {
  text-decoration: none;
}
.footer__phone::before {
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    transition: .4s;
}
.footer__phone:hover::before,
.footer__phone:focus::before {
  width: 100%;
  left: 0;
}
.footer__left p {
    color: #868787; 
    font-size: 14px;    
    font-weight: 500;   
    line-height: 19px;  
    text-align: center;
}
.footer__address {
    padding: 15px 0px;
    padding-bottom: 30px;
}
.footer__address label,
.footer__address a,
.footerContact {
    color: #868787;
    font-size: 16px;    
    font-weight: 500;   
    line-height: 26px;  
    text-align: center;
    display: block;
}
.footerContact {
  padding-top: 13px;
  display: inline-block;
}
.footer__address label {
    font-weight: 700;
}
.footer__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer__col:nth-child(1) {
    width: 20%;
}
.footer__col:nth-child(2) {
    width: 19%;
}
.footer__col:nth-child(3) {
    width: 24%;
}
.footer__col:nth-child(4) {
    width: 23%;
}
.footer__col:nth-child(5) {
    width: 14%;
}
.footer__bottom a {
    color: #555555; 
    font-size: 15px;    
    line-height: 36px;
    transition: .3s;
}
.footer__bottom a:hover,
.footer__bottom a:focus {
    text-decoration: underline;
    /* color: #080808; */
}
.footer__bottom ul {
    padding-top: 40px;
}
.footer__bottom li {
    padding-bottom: 2px;
}
.footer__bottom .footer__col:nth-child(1) a {
    color: #080808;
    display: flex;
    align-items: center;
}
.footer-bottom {
    background-color: #F2F4F5;
    padding: 20px 0px;
}
.footer-bottom .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom__center {
    text-align: center;
}
.footer-bottom__right {
    display: flex;
    align-items: center;
}
.footer-bottom__right a {
    margin-left: 20px;
    color: #868787; 
    font-size: 16px;    
    font-weight: 500;   
    line-height: 26px;
    text-decoration: none;
    transition: .3s;
    position: relative;
    z-index: 1000;
}
.footer-bottom__right a:hover,
.footer-bottom__right a:focus {
    color: #080808;
}
.footer-bottom__left p {
    color: #868787; 
    font-weight: 500;   
    line-height: 26px;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .footer .container {
        flex-direction: column;
    }
    .footer__right,
    .footer__left {
        width: 100%;
    }
    .footer__left { 
      display: flex;
      flex-direction: column;
    }
    .footer__logo {
        margin: 0 auto;
    }
    .footer-top {
        padding-bottom: 40px;
    }
}
@media (max-width: 1280px) {
    .footer__address {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer__top ul {
        flex-direction: column;
        text-align: center;
        border-bottom: none;
        padding-bottom: 15px;
    }
    .footer__top ul li {
        padding-bottom: 20px;
    }
    .footer__top ul li:last-child {
        padding-bottom: 0px;
    }
    .footer__row {
        flex-direction: column;
    }
    .footer__col:nth-child(1), 
    .footer__col:nth-child(2),
    .footer__col:nth-child(3),
    .footer__col:nth-child(4),
    .footer__col:nth-child(5) {
        width: 100%;
        text-align: center;
    }
    .footer__bottom ul {
        padding-top: 0px;
    }
    .footer__col:nth-child(2),
    .footer__col:nth-child(3),
    .footer__col:nth-child(4),
    .footer__col:nth-child(5) {
        display: none;
    }
    .footer__bottom .footer__col:nth-child(1) a {
      justify-content: center;
    }
    .footer--chevron-right {
      transform: rotate(0deg);
    }
    .footer-bottom .container {
        flex-direction: column;
    }
    .footer-bottom__center {
        position: relative;
        padding-bottom: 20px;
    }
    .footer-bottom__center,
    .footer-bottom__left,
    .footer-bottom__right {
        text-align: center;
    }
    .footer-bottom__right {
        justify-content: center;
        flex-direction: column;
    }
    .footer-bottom__right a {
        margin-right: 0px;
        margin-top: 20px;
    }
    .footer-bottom__center {
        order: 1;
    }
    .footer-bottom__left {
        order: 3;
    }
    .footer-bottom__right {
        order: 2;
    }
}

/*-------------------------------------------
  # Chevron
-------------------------------------------*/
.chevron__line1, 
.chevron__line2 {
    stroke-width: 10;
    stroke-linecap: round;
    -webkit-transition: -webkit-transform 0.6s, stroke 0.6s;
    transition: transform 0.6s, stroke 0.6s;
}
.chevron__line1 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}
.chevron__line2 {
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}
.chevron--down, .chevron--up {
    display: block;
}
.chevron--down .chevron__container, .chevron--up .chevron__container {
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
.chevron--down .chevron__line1, .chevron--up .chevron__line1 {
    stroke: #000;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.chevron--down .chevron__line2, .chevron--up .chevron__line2 {
    stroke: #000;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.chevron--up .chevron__container {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
.chevron--up .chevron__line1 {
    stroke: #000;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.chevron--up .chevron__line2 {
    stroke: #000;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*-------------------------------------------
  # Hero Banner / Page Banner
-------------------------------------------*/
.hero-banner {
    height: 660px;
    position: relative;
    overflow: hidden;
}
.hero-banner__slidedshow {
    height: 100%;
}
.hero-banner__slide {
    height: 100%;
    width: 100%;
}
.hero-banner .container {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.hero-banner__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.hero-banner h2 {
    padding-top: 20px;
    /* font-weight: 300;
    letter-spacing: .75px; */
}
.page-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0px;
    position: relative;
}
.page-banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner .container {
  position: relative;
}
.page-banner h1 {
    padding-bottom: 20px;
    /* font-weight: 400;
    letter-spacing: .75px; */
}
.slick-slider .slick-list, .slick-slider .slick-track {
    height: 100%;
}
.slick-track,
.slick-list {
-webkit-perspective: 2000;
perspective: 2000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.slick-dots {
    bottom: 200px;
    z-index: 1000;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 11px;
}
@media (max-width: 1250px) {
  .slick-dots {
    bottom: 130px;
  }
}
@media (max-width: 768px) {
  .slick-dots {
    display: none !important;
  }
  .hero-banner__slidedshow {
    height: auto;
  }
  .hero-banner__slide  {
    padding: 11% 0px;
  }
  .hero-banner {
    height: auto;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
/*-------------------------------------------
  # CTA Banner
-------------------------------------------*/
.cta-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.cta-banner .container {
    max-width: 850px;

    margin: 0 auto;
    text-align: center;
}
.cta-banner h3 {
    padding-bottom: 30px;
    font-weight: 300;
}
.cta-banner__body{
    padding-bottom: 25px;
    text-align: center;
}
.cta-banner__body p {
    color: #fff;
    font-weight: 300;
}
@media (max-width: 768px) {
  .cta-banner {
    padding: 50px 0px;
  }
}
/*-------------------------------------------
  # Alternating Content
-------------------------------------------*/


.alternating-content-wrap {
    padding: 60px 0px;
    background-color: #fff;
}
/* .home .alternating-content-wrap {
    padding: 110px 0px;
} */
.alternating-content-wrap--grey {
    background-color: #F2F4F5;
}
.alternating-content-wrap--home {
    padding: 0px;
    background-color: transparent;
}
.alternating-content-wrap.cta-banner .title +.alternating-content__row{
  margin-top: 30px;
}
.alternating-content-wrap.cta-banner .alternating-content__row .alternating-content__media {
  order: 1;
}
.alternating-content-wrap.cta-banner .alternating-content__row .alternating-content__content {
  order: 2;
}
.alternating-content-wrap.cta-banner .alternating-content__row .alternating-content__content  .alternating-content__padding {
  padding-right: 0px;
  padding-left: 62px;
}
.alternating-content-special {
  background-color: #F2F4F5;
}
.alternating-content-special+.angled-bg .recommended-products {
  padding-top: 0;
}
.alternating-content-wrap--luxury {
  padding: 70px 0px;
  padding-bottom: 50px;
}
.alternating-content-wrap--category {
  background-color: #F2F4F5;
  padding: 70px 0px;
}
.alternating-content {
    position: relative;
    z-index: 1000;
}
.alternating-content .text-cta  {
  margin-top: 20px;
}
.alternating_content__body>:last-child {
  margin-bottom: 0!important;
}

.alternating-content__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 15px;
}
.alternating-content__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 120px;
}
.alternating-content__row:last-child {
    padding-bottom: 0px;
}
.alternating-content__media img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.alternating-content__media img.youtube-icon {
    position: absolute;
    max-width: 100px;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.223s;
}
.alternating-content__media:hover img.youtube-icon {
  opacity: 0.5;
}
.alternating-content__padding {
    padding-left: 62px;
}
.alternating-content__media {
    width: 39%;
    position: relative;
}
.alternating-content__content {
    width: 61%;
}
.alternating-content .alternating-content__media-content-body {
  padding-left: 0px;
  padding-right: 0px;
}
.alternating-content--reversed .alternating-content__media-content-body,
.alternating-content__row:nth-child(2n) .alternating-content__media-content-body{
  padding-left: 0px;
  padding-right: 0px;
}
.alternating-content__content h3 {
    padding-bottom: 25px;
}
.page-template-page-categories .alternating-content-special .alternating-content__content h3 {
    padding-bottom: 10px;
}
.alternating-content__content h2 {
    text-align: left;
    color: #080808;
    font-weight: 700; 
    line-height: 40px;
    padding-bottom: 35px;
}
.page-template-page-about .alternating-content__content h3 {
    color: #080808; 
    font-size: 22px;  
    font-weight: bold;  
    line-height: 26px;
    padding-bottom: 15px;
}
.page-template-page-about .alternating-content-special .alternating-content__content h2  {
    padding-bottom: 20px;
}
/* .alternating-content__content a {
    display: inline-block;
    margin-top: 30px;
} */
.alternating-content__row:nth-child(2n) .alternating-content__media {
    order: 2;
}
.alternating-content__row:nth-child(2n) .alternating-content__content{
    order: 1;
}
.alternating-content--reversed .alternating-content__media{
    order: 2;
}
.alternating-content--reversed .alternating-content__content{
    order: 1;
}
.alternating-content--reversed .alternating-content__padding,
.alternating-content__row:nth-child(2n) .alternating-content__padding {
    padding-left: 0px;
    padding-right: 62px;
}
.alternating-content-special .alternating-content--reversed .alternating-content__row:nth-child(2n) .alternating-content__content {
    padding-left: 62px;
}

.alternating-content-special .alternating-content--reversed .alternating-content__row:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .alternating-content__media {
    width: 100%;
    order: 1;
  }
  .alternating-content__content {
    width: 100%;
    order: 2;
  }
  .alternating-content__container {
    padding: 0px;
  }
  .alternating-content__row:nth-child(2n) .alternating-content__media {
      order: 1;
  }
  .alternating-content__row:nth-child(2n) .alternating-content__content{
      order: 2;
  }
  .alternating-content--reversed .alternating-content__media{
      order: 1;
  }
  .alternating-content--reversed .alternating-content__content{
      order: 2;
  }
  .page-template-page-categories .alternating-content-special .alternating-content__content {
    order: 1;
  }
  .page-template-page-categories .alternating-content-special .alternating-content__media {
    order: 2;
  }
  .alternating-content__media-content-body {
    text-align: center;
  }
  .checkmark-list {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .alternating-content--reversed .alternating-content__padding, 
  .alternating-content__row:nth-child(2n) .alternating-content__padding,
  .alternating-content__padding,
  .alternating-content-wrap.cta-banner .alternating-content__row .alternating-content__content .alternating-content__padding {
    padding: 0px 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .alternating-content-wrap {
    padding: 0px 0px;
  }
  .alternating-content__row {
    padding-bottom: 0px;
  }
  .alternating-content--reversed .alternating-content__media-content-body, 
  .alternating-content__row:nth-child(2n) .alternating-content__media-content-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-about .alternating-content-special .alternating-content__content h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  .alternating-content__content h2  {
    text-align: center;
    padding-bottom: 20px;
  }
  .home .alternating-content-wrap {
      padding: 0px 0px;
  }
  .alternating-content-special .alternating-content--reversed .alternating-content__row:nth-child(2n) .alternating-content__content {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .alternating-content__media-content-body {
    text-align: left;
  }
  .alternating-content__media-content-body .checkmark-list {
    padding-left: 40px;
  }
}
/*-------------------------------------------
  # Featured Product
-------------------------------------------*/
.featured-product {
    background-color: transparent;
    padding: 47px 0px;
    padding-bottom: 118px;
    position: relative;
    position: relative;
    z-index: 1000;
}
.featured-product .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.featured-product__content {
    width: 22%;
    margin-right: auto;
}
.featured-product__products {
    width: 78%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
.featured-product__padding {
    padding-right: 95px;
    padding-top: 60px;
}
.featured-product h3 {
    padding-bottom: 15px;
}
.featured-product p {
    margin-bottom: 35px;
}

.new-featured-product .product-card p strong {
  color: #007BFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1350px) {
  .featured-product .container {
    flex-direction: column;
  }
  .featured-product__content {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    order: 2;
  }
  .featured-product__padding {
    padding-right: 0px;
  }
  .featured-product__products {
    width: 100%;
    justify-content: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    order: 1;
    padding-bottom: 40px;
  }
  .featured-product .product-card {
    margin: 13px;
    flex-shrink: 0;
  }
  .featured-product {
    padding-bottom: 50px;
  }
}
@media (max-width: 1080px) {
  .featured-product__products {
    justify-content: flex-start;
  }
  .featured-product .container {
    padding-right: 0px;
    padding-left: 0;
  }
  .featured-product__padding {
    padding-right: 15px;
    padding-top: 5px;
  }
  .featured-product__content {
    padding-top: 0px;
  }
}
@media (min-width: 1351px) {
  .new-featured-product {
    padding-top: 45px;
    margin-top: -10px;
  }
  .new-featured-product .featured-product__content {
    width: 21.3%;
  }
  .new-featured-product .featured-product__content h3 {
    color: #3A3B3B;
  }
  .new-featured-product .product-card p.subtitle {
    color: #111111;
  }
  .new-featured-product .product-card {
    margin: 0 30px;
  }
  .new-featured-product .featured-product__products {
    justify-content: flex-start;
    width: 78.7%;
  }
  .new-featured-product .product-card:first-child {
    margin-left: 0;
  }
  .new-featured-product .product-card {
    margin-right: 0;
  }
}
/*-------------------------------------------
  # Product Card
-------------------------------------------*/
.product-card {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
    width: 330px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    transition: .4s;
}
.product-card:hover,
.product-card:focus {
    text-decoration: none;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.5);
}
.product-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44% 0px;
    position: relative;
    z-index: 1000;
}
.product-card__bottom {
    background-color: #fff;
    position: relative;
    z-index: 1000;
}
.product-card__intro {
    padding-bottom: 60px;
}
.product-card__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-top: 23px;
    position: relative;
}
.product-card h4 {
    padding-bottom: 5px;
}
.product-card__trailer-specs {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap;
}
#product-card__recommended {
  padding-right: 3px;
}
.product-card p {
    color: #111111; 
    font-size: 16px;    
    line-height: 25px;
    margin: 0;
}
.product-card .text-cta {
    position: absolute;
    bottom: 23px;
    left: 20px;
    z-index: 1000;
}
.luxury-card .product-card__bottom {
    background-color: transparent;
}
.product-card__gradient {
    position: absolute;
    height: 45%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.product-card .text-cta:hover i {
    animation: none;
}
.product-card:hover .text-cta i {
    -webkit-animation: arrow-bump .5s forwards; /* for less modern browsers */
    animation: arrow-bump .5s forwards;
}

/*-------------------------------------------
  # Testimonial Banner
-------------------------------------------*/
.testimonial-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px;
  position: relative;
  background-image: url('https://waltersservicesinc.com/wp-content/uploads/2019/01/testimonial-bg.jpg'); 
}
.testimonial-banner .slick-dots {
  display: block!important;
}
.home .testimonial-banner {
  margin-bottom: 21px;
}
.testimonial-banner::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #418690;
  height: 10px;
  width: 0px;
  transition: 1s .5s;  
  max-width: 100%;
}
.testimonial-banner::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  background-color: #418690;
  height: 10px;
  width: 0px;
  transition: 1s .5s;
  z-index: 1;
}
.testimonial-banner.in-view::before,
.testimonial-banner.in-view::after {
  width: 345px;
}
.testimonial-banner__body {
  max-width: 690px;
  margin: 0 auto 0;
  text-align: center;
}
.testimonial-banner__wrapper.slick-slide .testimonial-banner__body {
  margin-bottom: 20px;
}
.testimonial-banner__body p {
  color: #fff;
}

.testimonial-banner__body a {
  text-decoration: underline;
}

.testimonial-banner__body a:hover {
  text-decoration: none!important;
}
.testimonial-banner__body p.bold {
  padding-top: 30px;
  font-weight: 500 !important;
}
.testimonial-banner--dark-cta {
  padding-top: 85px;
  padding-bottom: 114px;
  margin-bottom: 15px;
}
.testimonial-banner--dark-cta .container {
  max-width: 950px;
}
.testimonial-banner__row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.testimonial-banner__left .testimonial-banner__body {
  text-align: left;
  max-width: 100%;
}
.testimonial-banner__left {
  width: 75%;
}
.testimonial-banner__right {
  width: 25%;
  text-align: right;
}
.testimonial-banner--dark-cta h3 {
  padding-bottom: 20px;
}
.testimonial-banner__left .testimonial-banner__body p {
  font-size: 14px;
}
.testimonial-banner__container.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.testimonial-banner__container .slick-dots {
  bottom: -25px;
}
@media (max-width: 768px) {
  .testimonial-banner__row  {
    flex-direction: column;
  }
  .testimonial-banner--dark-cta h3 {
    text-align: center;
  }
  .testimonial-banner__left .testimonial-banner__body {
    text-align: center;
    max-width: 100%;
  }
  .testimonial-banner__left {
    width: 100%;
    padding-bottom: 30px;
  }
  .testimonial-banner__right {
    width: 100%;
    text-align: center;
  }
  .testimonial-banner--dark-cta {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
/*-------------------------------------------
  # Service Cards
-------------------------------------------*/
.service-cards {
  background-color: #F2F4F5;
  padding: 111px 0;
}
.service-cards .title-container {
  flex: 0 0 100%;
}
.service-cards .title {
  color: #222222;
  text-align: center;
  padding: 0;
}
.service-cards.service-cards--home{
  padding: 0;
}
.service-cards:not(.service-cards--home) .red-text {
  font-size: 1.5em;
}
.service-cards .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.service-cards--home .container {
  position: relative;
  top: -80px;
}
.service-cards .red-text {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
.service-cards i {
  font-size: 14px;
  margin-left: 6px;
}
.service-cards i:before {
  color: #E23C2C !important;
}
.error404 .service-cards__card {
  width: 330px;
}
.service-cards .title-container+.container {
  margin-top: 41px;
}
.service-cards__card {
  width: 430px;
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 2px solid #fff;
  text-decoration: none;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  transition: .3s;
  margin: 10px;
}
.single-cpt_locations .service-cards__card,
.service-cards__card.four-cards { 
  width: 330px;
  border: 0;
}
.service-cards__img {
  height: 250px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-cards__card:hover {
  text-decoration: none;
  border-color: #418690;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.5);
}
.service-cards__content {
  padding: 32px 50px;
}
.single-cpt_locations .service-cards__card {
  width: 330px;
  border: 0!important;
}
.single-cpt_locations .service-cards__card .service-cards__content,
.service-cards__card.four-cards .service-cards__content { 
  padding: 25px 20px 22px 20px;
}
.service-cards__card:hover i {
  -webkit-animation: arrow-bump .5s forwards; /* for less modern browsers */
  animation: arrow-bump .5s forwards;
}

@media (max-width: 1350px) {
  .service-cards--home .container {
    justify-content: center;
  }
  .service-cards__card {
    margin: 13px;
  }
  .service-cards--home .container {
    top: -60px;
  }
}
@media (max-width: 768px) {
  .service-cards__content {
    padding: 25px 20px;
  }
}

@media (max-width: 350px) {
  .service-cards--home .container {
    top: -30px;
  }
}
/*-------------------------------------------
  # Tabs System
-------------------------------------------*/
.tabs {
  padding: 50px 0px;
  background-color: #ececec;
  text-align: center;
  background-image:  url('/wp-content/themes/yboot/assets/img/backgrounds/slant-bg.png'), linear-gradient(270deg, #F2F4F5 0%, #D9DBDB 100%);
  background-size: cover;
  background-position: center;
}
.tabs h3 {
  padding-bottom: 60px;
  padding-top: 11px;
}
.tabs__widget {
  max-width: 930px;
  margin: 0 auto;
}
.tabs__body {
  background-color: #fff;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.1);
  position: relative;
  text-align: left;
}
.tabs__container {
  padding: 58px 60px;
}
.tabs__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.tabs__tabs {
  background-color: #fff;
  padding: 17px 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 2px;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.1);
  position: relative;
  cursor: pointer;
}
.tabs__tabs.tabs__tabs--active {
  z-index: 1000;
  box-shadow: 0 2px 0px 0 rgba(0,0,0,0.1);
}
.tabs__tabs--active::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -10px;
  left: 0;
  background-color: #fff;
}
.tabs__tabs span {
  font-size: 20px;  
  font-weight: 500;  
  line-height: 26px;
  padding-right: 10px;
  color: #bfbfbf;
  opacity: .7;
  transition: .4s;
}
.tabs__tabs label {
  color: #3A3B3B;
  font-size: 15px;
  font-weight: 500; 
  line-height: 26px;
  opacity: .7;
  transition: .4s;
}
.tabs__tabs span:hover,
.tabs__tabs label:hover,
.tabs__tabs span:focus,
.tabs__tabs label:focus {
  cursor: pointer;
}
.tabs__tabs.tabs__tabs--active span {
  color: #418690;
  opacity: 1;
}
.tabs__tabs.tabs__tabs--active label {
  opacity: 1;
}
.tabs__container {
  position: relative;
}
.tabs__content a:visited {
  color: #007bff !important;
  text-decoration: underline;
}
.tabs__content a {
  color: #007bff !important;
  text-decoration: underline;
  transition: .3s;
}
.tabs__content a:hover,
.tabs__content a:focus {
  color: #007bff !important;
  text-decoration: none;
}
.tabs h4 {
  padding-bottom: 26px;
  line-height: 26px;
}
@media (max-width: 900px) {
  .tabs__container {
    padding: 50px 40px;
  }
}
@media (max-width: 830px) {
  .tabs__tabs {
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    margin-right: 0px;
  }
  .tabs__container {
    padding: 30px 15px;
  }
  .tabs__tabs.tabs__tabs--active span,
  .tabs__tabs span {
    font-size: 15px;
  }
  .tabs__tabs label {
    font-size: 14px;
  }
  .tabs__tabs.tabs__tabs--active {
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.1);
  }
  .tabs__tabs::before {
    display: none;
  }
  .tabs__tabs:last-child.tabs__tabs--active::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -20px;
    left: 0;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .tabs {
    padding: 50px 0px;
  }
  .tabs h3 {
    padding-bottom: 40px;
  }
}

/*-------------------------------------------
  # Recommended Products
-------------------------------------------*/
.recommended-products {
  position: relative;
  z-index: 100;
  padding: 68px 0px;
}
.recommended-products__intro {
  text-align: center;
}
.recommended-products__intro h3 {
  padding-bottom: 22px;
}
.recommended-products__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 80px;
  justify-content: center;
  margin: -15px -20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.recommended-products__row .product-card {
  margin: 20px 15px;
}
.recommended-products__link {
  padding-top: 50px;
  text-align: center;
}
.recommended-products__disclaimer {
  max-width: 690px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
.recommended-products__disclaimer p {
  color: #3A3B3B; 
  font-size: 14px;  
  font-style: italic; 
  line-height: 26px;  
  text-align: center;
}
.recommended-products__row::-webkit-scrollbar { 
  width: 0 !important;
  height: 0 !important;
  background-color: #fff; 
}
.recommended-products__row::-webkit-scrollbar-thumb {
    background: #000; 
}
@media (max-width: 1430px) {
  .recommended-products__row {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
    padding-bottom: 40px;
    padding-top: 0px;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }

  .recommended-products__products .scroll-to-see {
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
  }
  .recommended-products__row .product-card {
    flex-shrink: 0;
    margin: 0px 9px;
  }
  .recommended-products__row .product-card:first-child {
    margin-left: 15px;
  }
  .recommended-products .container {
    padding-right: 0px;
  }
  .recommended-products__intro {
    padding-right: 15px;
  }
}
/*-------------------------------------------
  # All Products
-------------------------------------------*/
.all-products {
  padding-bottom: 100px;
}
.all-products__header {
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
.all-products__left {
  margin-right: auto;
}
.all-products__header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.all-products__header button {
  color: #080808; 
  font-size: 15px;  
  font-weight: 500; 
  line-height: 19px;
  transition: .4s .1s;
  margin-right: 50px;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.all-products__header button::before {
    content: '';
    background-color: #ed1c24;
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    transition: .5s;
}
.all-products__header button:hover::before {
    width: 100%;
    left: 0;
}
.all-products__header button:hover {
    color: #3a3b3b;
}
.all-products__header button:focus {
  outline: none;
}
.all-products__header label,
.all-products__header span {
  color: #3A3B3B; 
  font-size: 15px;  
  font-style: italic; 
  font-weight: 500; 
  line-height: 19px;  
  text-align: right;
}
.all-products__header button.active {
  color: #ed1c24; 
}
.all-products__header button.active::before {
  width: 100%;
}
.all-products__header span  {
  opacity: .6;
}
.all-products__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: flex-start;
  margin: -15px -20px;
  margin-top: 0px;
}
.all-products__row .product-card {
  margin: 20px 15px;
  z-index: 10;
}
.all-products__section {
  position: relative;
  z-index: 100;
}
@media (max-width: 1430px) {
  .all-products__row {
    justify-content: center;
  }
  .all-products {
    padding-bottom: 70px;
  }
}
@media (max-width: 900px) {
  .all-products__header {
    flex-direction: column;
  }
  .all-products__right {
    order: 1;
    width: 100%;
    display: none;
  }
  .all-products__left {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .all-products__header ul {
    justify-content: center;
  }
  .all-products__header button {
    margin: 0px 20px;
  }
}
@media (max-width: 700px) {
  .all-products__header ul {
    display: flex;
    flex-wrap: wrap;
  }
  .all-products__header ul li {
    width: 50%;
    padding-bottom: 40px;
  }
  .all-products__header ul li:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .all-products__header ul {
    flex-direction: column;
  }
}
/*-------------------------------------------
  # Single Product Page
-------------------------------------------*/
.single-cpt_products .navigation-bar {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.single-product {
  padding: 30px 0px;
  padding-bottom: 55px;
}
.single-product .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product__left,
.single-product__right {
  width: 50%;
  text-align: left;
}
.single-product__right {
  padding-left: 16px;
}
.single-product__main-image {
  position: relative;
  padding: 44% 0px;
}
.single-product__main-image-swap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; 
  opacity: 0;
  transition: .4s;
  z-index: 0;
}
.single-product__main-image-swap.active {
  opacity: 1;
  z-index: 1000;
}
.single-product__left .single-product__padding {
  padding-right: 45px;
}
.single-product__gallery {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product__gallery-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.9% 0px;
  width: 22.75%;
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: .3s;
  position: relative;
}
.single-product__gallery-image.active {
  border: 2px solid #418690;
}
.single-product__gallery-image--media {
  position: relative;
  border: none;
}
.single-product__gallery-image--media::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(58,59,59,0.75);
}
.single-product__gallery-image--content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 120px;
  text-align: center;
}
.single-product__gallery-image--media img {
  max-width: 60px;
  margin: 0 auto;
  width: 100%;
}
.single-product__gallery-image--media label {
  color: #FFFFFF; 
  font-size: 15px;  
  line-height: 19px;  
  text-align: center;
  padding-top: 5px;
  font-weight: 300;
}
.single-product h2 {
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
}
.single-product__header {
  padding-bottom: 15px;
}
.single-product h3 {
  letter-spacing: .5px;
  padding-bottom: 10px;
}
.single-product__description {
  padding-bottom: 0px;
  padding-top: 15px;
}
.single-product__specs {
  padding-bottom: 15px;
}
.single-product__specs ul {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: disc;
}
.single-product__specs ul li {
  padding-bottom: 10px;
}
.single-product__specs ul li:last-child {
  padding-bottom: 0px;
}
.single-product .standard-link {
  margin-top: 13px;
}
.single-product__mobile {
  display: none;
}

@media (max-width: 1080px) {
  .single-product .container {
    flex-direction: column;
  }
  .single-product__left {
    order: 1;
    width: 70%;
  }
  .single-product__right {
    order: 2;
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
  .single-product__left .single-product__padding {
    padding-right: 0px;
  }
  .single-product__header h2 {
    display: none;
  }
  .single-product__header h3 {
    display: none;
  }
  .single-product__description {
    padding-top: 0px;
  }
  .single-product__mobile {
    display: block;
  }
  h2.single-product__mobile {
    padding-bottom: 0px;
  }
  h3.single-product__mobile {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .single-product__left {
    width: 100%;
  } 
}
@media (max-width: 650px) {
  .single-product__gallery-image--media img  {
    max-width: 40px;
  }
  .single-product__gallery-image--media label {
    display: none;
  }
}
/*-------------------------------------------
  # Core Values
-------------------------------------------*/
.core-values {
  position: relative;
  z-index: 100;
  /* padding-top: 220px; */
  padding-top: 150px;
  /* padding-bottom: 100px; */
  padding-bottom: 40px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.core-values__intro {
  text-align: center;
  background-color: #FFFFFF;
  width: 750px;
  margin: 0 auto;
  padding: 55px 0px;
  padding-bottom: 60px;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  margin: 0 auto;
}
.core-values__intro-body {
  padding-top: 24px;
  width: 690px;
  background-color: #fff;
  margin: 0 auto;
}
.core-values__intro b,
.core-values__intro strong {
  font-weight: 700;
}
.core-values__intro p {
  font-size: 16px;
}
.core-values__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 970px;
  margin: 0 auto;
}
.core-values--with-intro .core-values__grid {
  position: relative;
  top: -20px;
}
.core-values__card {
  width: 470px;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.core-values__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.core-values__left {
  width: 24%;
}
.core-values__left img {
  max-width: 100px;
  position: relative;
  left: -10px;
}
.core-values__right  {
  padding: 20px 10px;
  text-align: left;
  width: 76%;
}
.core-values__right h4 {
  color: #080808; 
  font-size: 21px;  
  font-weight: bold;  
  line-height: 26px;
  padding-bottom: 10px;
}
.core-values__right p {
  color: #111111;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
@media (max-width: 1080px) {
  .core-values--with-intro .core-values__grid {
    flex-direction: column;
  }
  .core-values__card{
    margin: 0 auto;
    margin-bottom: 40px;
    width: 550px;
  }
  .core-values {
    padding-bottom: 0px;
  }
}
@media (max-width: 751px) {
  .core-values__intro {
    width: 100%;
  }
  .core-values__right h4 {
    font-size: 19px;
  }
  .core-values {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
@media (max-width: 691px) {
  .core-values__intro-body {
    width: 100%;
  }
  .core-values__intro {
    background-color: transparent;
    box-shadow: none;
    padding: 50px 15px;
  }
  .core-values--with-intro .core-values__grid {
    top: 0;
  }
  .core-values {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 551px) {
  .core-values__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .core-values__left img {
    max-width: 70px;
  }
}
@media (max-width: 350px) {
  .core-values__left img {
    max-width: 60px;
  }
}
/*-------------------------------------------
  # Team Page
-------------------------------------------*/
.team {
  position: relative;
  z-index: 100;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 56px;
}
.team .angled-bg__slant {
  display: none;
}

.team:first-of-type .angled-bg__slant {
  display: block;
  z-index: -1;
  top: -160px;
  transform: translate3d(0px, 155px, 0px)!important;
}


.team +.team {
  padding-top: 0;
}
#team2 {
  position: relative;
  bottom: -50px;
  z-index: 1000;
  padding-bottom: 100px;
}
.team__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.team__card {
  width: 332px;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  margin: 20px 30px;
}
.team__pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44% 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.team__info {
  background-color: #fff;
}
.team__content {
  padding: 30px 30px;
  text-align: center;
}
.team__content h3 {
  padding-bottom: 15px;
  font-size: 22px;  
  font-weight: bold;  
  line-height: 26px;  
  text-align: center;
}
.team__content p {
  padding-bottom: 0px;
}
.team__content a {
  font-size: 14px;  
  color: #007BFF !important;
  line-height: 16px;  
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.team__content a:hover,
.team__content a:focus {
  text-decoration: none;
}
.team__content a::before {
    content: '';
    background-color: #007BFF;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    transition: .4s;
}
.team__content a:hover::before,
.team__content a:focus::before {
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .team__row {
    flex-direction: column;
    justify-content: center;
  }
  .team__card {
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .team-card:last-child {
    margin-bottom: 0px;
  }
  .team__content h3 {
    font-size: 19px;
  }
}
/*-------------------------------------------
  # Forms
-------------------------------------------*/
.application-form {
    max-width: 900px;
    margin: 0 auto;
}
.contact-us #gform_fields_1 {
    display: flex;
    flex-direction: column;
}
.contact-us input,
.contact-us #gform_fields_1 li {
    width: 100% !important;
    max-width: 100% !important;
}
.contact-us input,
.application-form input,
.application-form select {
    border: 1px solid #D2D3D4;
    border-radius: 3px;
    padding: 23px 21px !important;
    color: #868787 !important;
    font-size: 16px !important;  
    font-weight: 400 !important; 
    line-height: 20px !important;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.application-form select {
    background-color: #fff;
    margin: 0px !important;
    padding: 13px !important;
}
#input_4_5_6 {
  -webkit-appearance: none !important;
  appearance: none!important;
}
.application-form input.datepicker {
    padding: 14px !important;
}
.select-wrap ins {
  display: none !important
}
.contact-us textarea,
.application-form textarea  {
    border: 1px solid #D2D3D4;
    border-radius: 3px;
    padding: 15px 21px !important;
    color: #555555 !important;
    font-size: 16px !important;  
    font-weight: 500 !important; 
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
    line-height: 20px !important;
}
.contact-us input::-webkit-input-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us input::-moz-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us input:-ms-input-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us input:-moz-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us textarea::-webkit-input-placeholder  { 
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us textarea::-moz-placeholder { /* Firefox 19+ */
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us textarea:-ms-input-placeholder { /* IE 10+ */
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    font-weight: 400;
    line-height: 20px;
}
.contact-us textarea:-moz-placeholder { /* Firefox 18- */
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.contact-us input:focus,
.contact-us textarea:focus,
.application-form input:focus,
.application-form textarea:focus {
    outline: none;
    border: 1px solid #D2D3D4;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.gfield_label,
.ginput_container_address label,
#field_5_6 label,
.gform_wrapper .ginput_complex label, .gform_wrapper .ginput_complex legend,
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label, 
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    color: #3A3B3B !important; 
    font-size: 16px !important;  
    font-weight: 500 !important; 
    line-height: 16px !important;
    padding-bottom: 5px !important;
}
.contact-us .gform_wrapper{
    max-width: 500px;
  margin-top: 6px;
}
.application-form .gform_wrapper .gform_page_footer .button.gform_next_button, 
.application-form .gform_wrapper .gform_page_footer .button.gform_previous_button {
    color: #fff !important;
    border: 1px solid #E23C2C;
    background-color: #E23C2C;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    border-radius: 21px !important;
    padding: 10px 15px !important;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
}
.gform_wrapper .percentbar_blue {
    background-color: #54868F;
}
.address_line_1 label,
.address_city label,
.address_state label,
.address_zip label,
.address_country label {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px !important;
}
#input_4_26,
#input_4_27,
#input_4_33,
#input_4_34,
#input_4_40,
#input_4_41,
#input_4_15 {
  width: 100% !important;
}
#field_4_105 p strong {
  font-weight: 700;
}
#field_4_6.gfield_error {
  margin-top: 4px !important;
}
#field_4_15.gfield_error {
  margin-top: 19px !important;
}
@media (max-width: 767px) {
  .contact-us .gform_wrapper {
    max-width: 100%;
  }
  .contact-us input, .contact-us #gform_fields_1 li {
    padding-right: 0px;
  }
  .contact-information {
    padding-top: 40px;
  }
}
/*-------------------------------------------
  # Contact Page
-------------------------------------------*/
.contact-us .container {
    max-width: 1260px;
}
.contact-information h3 {
    padding-bottom: 10px;
}
.contact-information h3 a {
  color: #222222;
}
.contact-information h3 a:hover {
  text-decoration: underline;
}
.contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 41px;
}
.contact-info+.service-area {
  padding-top: 10px;
}
.service-area img {
  max-width: 100%;
}
.contact-block {
    position: relative;
    padding-left: 25px;
}
.contact-block i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
}
.contact-block span {
    display: flex;
    cursor: pointer;
}
.contact-block a,
.contact-block span {
    color: #3A3B3B !important; 
    font-size: 16px;    
    line-height: 26px;
}
#contactPhone {
    margin-left: 50px;
}
@media (max-width: 330px) {
  #contactPhone {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.contact-info ul {
    list-style: disc;
    padding-left: 22px;
}
.contact-info li {
    color: #3A3B3B; 
    font-size: 16px;    
    line-height: 26px;
}
.contact-info ul li a:visited {
    color: #E23C2C !important;
}
.contact-info ul li a {
    color: #E23C2C !important;
    transition: .3s;
}
.contact-info ul li a:hover,
.contact-info ul li a:focus {
    text-decoration: none;
    color: #b12c1f !important;
}


#mm-menu-main-menu .mm-navbar {
  height: auto !important;
}
.mm-navbar {
  border: none;
}
#mm-menu-main-menu img {
  max-width: 200px;
}
.mm-panels .menu-item a,
.mm-panels .navigation-bar__top__list a.navigation-bar__top__link,
.mm-panels .navigation-bar__top__list form {
  padding: 15px 30px;
  font-size: 15px;
  display: block;
  position: relative;

}
.mm-panels .navigation-bar__top__list a.navigation-bar__top__link:after ,
.mm-panels .navigation-bar__top__list form:after  {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-panels #specialMargin {
  margin-left: 0!important;
}
.mm-panels .navigation-bar__top__list .top-bar-link {
  padding: 0;
  color: rgba(0, 0, 0, 0.75);
}

.mm-listview {
  border-top: 1px solid rgba(0,0,0,.1);
}

.page-template .gform_wrapper .gfield_required {
  display: block !important;
}
/* .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.page-template .gform_wrapper .validation_message {
  display:  none !important;
} */
.request-a-quote .gform_wrapper li.gfield.gfield_error,
.contact-us .gform_wrapper li.gfield.gfield_error {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.request-a-quote .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.contact-us .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label  {
  margin-top: 0px !important;
}
.scroll-to-see {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 0px !important;
  padding-left: 15px;
  text-align: left;
  display: none;
}
@media (max-width: 1200px) {
  .scroll-to-see {
    display: block;
  }
}

.general-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
}

/*-------------------------------------------
  # Careers Page
-------------------------------------------*/

.max-width-inner {
  max-width: 960px;
  margin: 0 auto 65px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.max-width-inner h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
}

.max-width-inner p {
  margin-bottom: 12px;
}

.list {
  list-style: disc;
  margin: 0 0 0 18px;
}

.list li {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #3A3B3B;
}

ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin: 1rem 0;
  text-align: left;
}

ol li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

ol li:last-child {
  margin-bottom: 0;
}

.color-dark-grey {
  color: #3A3B3B;
}

/*-------------------------------------------
  # Privacy Policy Page
-------------------------------------------*/

.page-id-427 .max-width-800 a {
  color: #E23C2C !important;
}


/*-------------------------------------------
  # Request a Quote
-------------------------------------------*/

.request-a-quote {
  padding: 40px 0px;
}
.request-a-quote h3 {
  padding-bottom: 20px;
  text-align: center;
}
.request-a-quote p {
  max-width: 690px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.request-a-quote .container{
  max-width: 1080px;
  margin: 0 auto;
}
.ginput_container_address label,
.ginput_container_address input {
  padding-top: 0px;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.gfield--type-date {
  margin-top: 16px!important;
}
.ginput_container_address {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.ginput_container_address .ginput_address_city,
.ginput_container_address .address_zip,
#input_5_6_3,
#input_5_6_5 {
  margin: 8px 0px;
  margin-bottom: 0px;
}
#field_2_7,
#field_2_8 {
  margin-top: 1.5rem; 
}
.request-a-quote input {
  width: 100% !important;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.request-a-quote input {
    border: 1.75px solid #D2D3D4;
    border-radius: 3px;
    padding: 23px 21px !important;
    color: #868787 !important;
    font-size: 14px !important;  
    font-weight: 500 !important; 
    line-height: 20px !important;
    height: 48px !important;
}
.request-a-quote input[type=checkbox],
.request-a-quote input[type=radio] {
  height: auto!important;
  padding: 0!important;
}
.request-a-quote input:focus,
.request-a-quote textarea:focus {
    outline: none;
    border: 1px solid #D2D3D4;
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}
.request-a-quote .address_city {
  margin-right: auto !important;
}
.request-a-quote .address_city,
.request-a-quote .address_zip {
  width: 50% !important;
}
.ginput_container_address .ginput_address_zip {
  margin-right: 0px;
  width: 100% !important;
}
.ginput_container_address .ginput_address_city {
  width: 100% !important;
}
.request-a-quote .gform_footer {
  text-align: center !important;
  padding-top: 26px !important;
}
.request-a-quote .gfield_checkbox label {
  text-transform: none !important;
}
.page-template .gform_wrapper .gfield_required {
  display: block;
}
#field_2_9 {
  display: block;
  margin-bottom: 59px;
  margin-top: 36px!important;
}
.gfield_label {
  display: flex !important;
}
.request-a-quote input::-webkit-input-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.request-a-quote input::-moz-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.request-a-quote input:-ms-input-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
.request-a-quote input:-moz-placeholder {
    color: #D2D3D4; 
    font-size: 14px;  
    font-weight: 500; 
    line-height: 20px;
    font-weight: 400;
}
@media (max-width: 640px) {
  .request-a-quote .address_city,
  .request-a-quote .address_zip {
    width: 100% !important;
  }
  .ginput_container_address,
  #input_2_10 {
    flex-direction: column;
  }
  .request-a-quote .address_city {
    padding-bottom: 15px;
  }
  #field_2_9 {
    position: relative;
    left: 0px;
    width: 100%;
  }
}

/*-------------------------------------------
  # Landing Page
-------------------------------------------*/

#field_5_6 .gfield_label.gfield_label_before_complex{
  display:  none !important;
}
#input_5_6 label, #input_5_6 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#field_5_8  {
  margin-top: 1rem;
}
.page-template-page-landing .request-a-quote {
  padding: 60px 0px;
}

/*-------------------------------------------
  # Trailer Select
-------------------------------------------*/
.trailer-select {
  padding-top: 70px;
  padding-bottom: 128px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #F2F4F5;
  transition: .3s;
}
.trailer-select--wrap-active {
  margin-bottom: 110px;
}
.trailer-select::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    background-color: #418690;
    height: 10px;
    width: 345px;
    transition: 1s .5s;
}
.trailer-select::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    background-color: #418690;
    height: 10px;
    width: 345px;
    transition: 1s .5s;
}
@media (max-width: 1500px) {
  .trailer-select::after,
  .trailer-select::before {
    width: 200px;
  }
}
.trailer-select__form {
  padding-top: 25px;
}
.trailer-select__content p,
.trailer-select__content h3 {
  color: #fff;
}
.trailer-select__select {
  color: #868787; 
  font-size: 14px;  
  font-weight: 500; 
  border: 1px solid #D2D3D4;  
  background-color: #D2D3D4;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 20px;
  padding: 17px 20px;
  min-width: 290px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 500px) {
  .trailer-select__select {
    font-size: 16px;
  }
}
.trailer-select__select-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-top: 8px;
}
.trailer-select__select-wrap::before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #868787;
  top: 24px;
  right: 13px;
  z-index: 100;
}
.trailer-select__select-wrap::after {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #868787;
  bottom: 16px;
  right: 13px;
}
.trailer-select__subtitle {
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  font-style: italic;
  text-align: center;
  display: none;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 25px;
}
.trailer-select__row {
  display: flex;
  justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}
.trailer-select__content {
  padding-right: 30px;
}
.trailer-select__cards {
  display: inline-block;
  position: absolute;
  right: 0;
}
.trailer-select .product-card {
  display: inline-block;
  transform: scale(0);
  position: absolute;
  right: 0;
  z-index: -1000;
  transition: .8s;
}
.trailer-select .product-card.trailer-select--active {
  display: inline-block;
  z-index: 1000;
  transform: scale(1);
  transition: transform .7s .1s, z-index 0s .2s;
}
#trailerSelectButton {
  margin-left: 20px;
}
#trailerSelectButton:focus {
  outline: none;
}
/*-------------------------------------------
  # Text Banner Section
-------------------------------------------*/
.text-banner-section {
  padding: 50px 0px;
  background-color: #F2F4F5;
}
.text-banner-section__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.6% 0px;
  max-width: 930px;
  margin: 0 auto;
}
.text-banner-section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
}
.text-banner-section__content h3 {
  padding-bottom: 40px;
}
.page-template-page-landing .request-a-quote .container p {
  text-align: center;
}
.page-template-page-landing .request-a-quote {
  background-color: #F2F4F5;
}
.page-template-page-landing .alternating-content-wrap {
  background-color: #F2F4F5;
}
.page-template-page-landing .alternating-content {
  padding-top: 60px;
}
body.page-template-page-landing {
  background-color: #F2F4F5;

}
@media (max-width: 1080px) {
  .page-template-page-landing .alternating-content__container {
    padding: 0px 35px;
  }
  .page-template-page-landing .alternating-content__content {
    order: 1;
  }
  .page-template-page-landing .alternating-content__media {
    order: 2;
  }
  .trailer-select::before,
  .trailer-select::after {
    display: none;
  }
  .trailer-select__cards {
    position: relative;
  }
  .trailer-select__row {
    flex-direction: column;
  }
  .trailer-select__content {
    text-align: center;
    padding-bottom: 40px;
      padding-right: 0px;
  }
  .trailer-select .product-card {
    margin: 0 auto;
    left: 0;
  }
  .trailer-select {
    position: relative;
    z-index: 10000;
    padding-bottom: 40px;
  }
  .trailer-select--wrap-active {
    margin-bottom: 290px; 
    padding-bottom: 135px;   
  }
  .text-banner-section__img {
    max-width: 100%;
    padding: 15.6% 0px;
  }
  .text-banner-section .container {
    padding: 0px 35px;
  }
  .trailer-select__subtitle {
    display: block;
  }
  #trailerSelectButton {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .page-template-page-landing .alternating-content__container,
  .text-banner-section .container {
    padding: 0px 15px;
  }
  .text-banner-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*************
 * PARTNERS 
 */
.partner-section .container {
  max-width: 1360px;
}
.partner-section {
  background-color: #F2F4F5;
  padding: 60px 0 38px;
}
.partner-section .slick-prev:before, .partner-section .slick-next:before {
  display: none;
}
.partner-section .partner {
  padding-left: 0;
  padding-right: 0;
}
.partner-section .partner .partner-content{
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  background-color: #FFFFFF;
  height: 100%;
  padding: 11px 8px 15px;
  margin: 0 10px 0;
}
.partner-section .slick-arrow:hover svg path {
  transition: all .2s ease-in-out;
}
.partner-section .slick-arrow:hover svg path:not(.svg-arrow) {
  fill: #000;
}
.partner-section .partner-content .img-container {
  max-width: 280px;
  margin: 0 auto;
}
.partner-section .partner-content .img-container img {
  max-width: 100%; 
}
.partner-section .partners-text {
  margin: 19px auto 0;
  max-width: 90%;
  min-height: 57px;
}
.partner-section .partners-text p {
  color: #3A3B3B;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
/* .partner-attributes.slides .partner {
  padding-left: 5px;
  padding-right: 5px;
} */
.partner-section .slick-prev, 
.partner-section .slick-next {
  width: 40px;
  height: 40px;
} 
.partner-section .slick-prev svg {
  transform: rotate(180deg);
}

.flexBlocks__logos__arrows {
  width: 60px;
  margin: 40px auto 0;
  height: 40px;
  display: block;
}
.partner-section .partner .partner-content {
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 1560px) {
  .flexBlocks__logos__arrows {
    display: none;
  }
  .partner-section .slick-prev {
    left: -36px;
  }
  .partner-section .slick-next {
    right: -36px;
  }
}
@media (max-width: 1279px) {
  
  .partner-section .partners-text  {
    max-width: 100%;
  }

}
.new-footer__stars {
    display: flex;
    align-items: center;
}
.new-footer__stars img {
  margin-left: 10px;
}
.new-footer__review a {
  display: block;
  color: #868787;
  font-size: 15px;
  line-height: 36px;
  transition: .3s;
}
.new-footer__review a:hover {
  text-decoration: none;
  color: #080808;
}

@media (min-width: 1280px) {
  .service-cards__card.four-cards {
    width: 286px;
  }
}

@media (min-width: 1440px) {
  .service-cards__card.four-cards {
    width: 330px;
  }
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

.alternating_content__body .checkmark-list {
  padding-left: 30px;
  padding-top: 10px;
}
.alternating_content__body .checkmark-list li {
  font-weight: 700;
}
.alternating_content__body p{
  margin-bottom: 20px;
}



.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .d-flex-768 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .d-flex-1024 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .d-flex-1280 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1367px) {
  .d-flex-1367 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1560px) {
  .d-flex-1560 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



.footer-review {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 20px;
}
.footer-review p {
  margin: 0 auto 0!important;
  font-size: 1.063em;
  color: #868787;
  font-weight: 700;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer-review p .average {
  color: #868787;
  font-size: 1.250em;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
.footer-review p a {
  padding: 0;
  color: #868787!important;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
}
.footer-review p a:hover {
  text-decoration: none;
}

.page-template-page-case-studies .page-banner,
.single-cpt_case-study .page-banner {
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-case-studies .page-banner:after,
.single-cpt_case-study .page-banner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(58,59,59,0.4);
  content: '';
  display: block;
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.breadcrumbs-section+.flexBlock__intro {
  padding: 16px 0 60px;
}
.flexBlock__intro {
  padding: 60px 0 60px;
}
.flexBlock__intro .container {
  max-width: 720px;
}
.at-a-glance p {
  margin-bottom: 25px;
}
.at-a-glance li {
  margin-bottom: 10px;
}
.at-a-glance ul+h4,
.at-a-glance ol+h4 {
  margin-top: 34px;
}
.at-a-glance {
  background-color: #F2F4F5;
  padding: 60px 15px;
}
.at-a-glance .row:before, .at-a-glance .row:after {
  display: none;
}
.at-a-glance a {
  color: #E23C2C;
}
.at-a-glance a:hover {
  text-decoration: underline;
}
.at-a-glance__left {
  max-width: 710px;
  text-align: center;
  margin: 0 auto 50px;
}
.at-a-glance__left-title+.at-a-glance__left-content {
  margin-top: 25px;
}
.at-a-glance__right {
  background-color: #fff;
  max-width: 90%;
  box-shadow: 0 40px 50px 10px rgba(0, 0, 0, 0.1);
  padding: 29px 50px 26px;
  position: relative;
  margin: 0 auto;
}
.at-a-glance__right h4 {
  margin-bottom: 16px;
}
.at-a-glance__right-icon img {
  width: 172.51px;
  margin: 0 auto;
  display: block;
}
.at-a-glance__right-title {
  text-align: center;
  margin-top: 29px;
}
.at-a-glance__right-info {
  margin-top: 31px;
}
.at-a-glance__right ol, 
.at-a-glance__right ul {
  padding-left: 18px;
}
.at-a-glance__right ol {
  list-style: decimal;
}
.at-a-glance__right ul {
  list-style: disc;
}
@media (min-width: 500px) {
  .at-a-glance__right {
    width: 450px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .at-a-glance .bg-white {
    background-color: #fff;
  }
  .at-a-glance .container {
    width: 100%;
  }
  .at-a-glance .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .at-a-glance__right {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .at-a-glance .container {
    max-width: 1410px
  }
  .at-a-glance__left {
    margin: 0 0 0 6.5%;
    text-align: left;
    padding-right: 0;
  }
  .at-a-glance__left {
    padding-left: 0;
  }
  .at-a-glance .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.case-studies__main {
  padding: 60px 0 30px;
}
.case-studies__card {
  width: 330px;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.1);
  margin: 0 15px 30px;
  padding: 30px;
}
.case-studies__card .general-link__container {
  margin-top: 28px;
}
.case-studies__card figure+h4 {
  margin-top: 26px;
}
.case-studies__card h4+p {
  margin-top: 11px;
}
.case-studies__card img {
  max-height: 100px;
}
.case-studies__card:hover .text-cta i {
  -webkit-animation: arrow-bump .5s forwards; /* for less modern browsers */
animation: arrow-bump .5s forwards;
}

.case-studies__card:hover a {
  text-decoration: none;
}

.max-width-100 {
  max-width: 100%;
}
.angled-bg+.flexBlock__gallery {
  padding-top: 40px;
}
.flexBlock__gallery {
  padding: 80px 20px;
}
.flexBlock__gallery .container {
  max-width: 1480px;
}
.flexBlock__gallery__block {
  max-width: 330px;
  height: 330px;
  overflow: hidden;
  margin: 20px auto;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  transition: all .2s ease;
}
.flexBlock__gallery__link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.flexBlock__gallery__link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .2s ease;
  background-size: 40px ;
  background-position: center;
  background-repeat: no-repeat;
}
.flexBlock__gallery__block:hover .flexBlock__gallery__link:before {
  background-color: rgba(0,0,0,0.5);
  background-image: url(./assets/img/icons/icon-maximize.svg);
}
.flexBlock__gallery__img {
  object-fit: cover;
}
.flexBlock__gallery__title {
  color: #3A3B3B;
  font-size: 26px;
  line-height: 31px;
}
.flexBlock__gallery__title+.flexBlock__gallery__blocks {
  margin-top: 42px;
}

@media (min-width: 700px) {

  .flexBlock__gallery__block {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.feat-cs-area *:not(.standard-link span) {
  color: #FFFFFF;
}
.feat-cs-area {
  padding: 60px 0;
}
.feat-cs-area .row {
  align-items: center;
  justify-content: space-between;
}
.feat-cs-area .title-container {
  max-width: 690px;
}
.feat-cs-area .title+.tax-types {
  margin-top: 20px;
}
.feat-cs-area .tax-types+.quick-facts,
.feat-cs-area .title+.quick-facts {
  margin-top: 20px;
}
.feat-cs-area .title+.standard-link,
.feat-cs-area div+.standard-link {
  margin-top: 30px;
}
.feat-cs-area .title-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.feat-cs-area .title-container li,
.feat-cs-area .title-container p {
  font-size: 1em;
  line-height: 1.625em;
}
.feat-cs-area .image-container {
  max-width: 570px;
}
.feat-cs-area .image-container img {
  max-width: 100%;
}
.heading+.feat-cs-area-container {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .feat-cs-area {
    text-align: center;
  }
  .feat-cs-area .title-container +.image-container {
    margin-top: 60px;
  }
  .feat-cs-area .title-container,
  .feat-cs-area .image-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.bold-p {
  font-weight: 500;
  padding-top: 15px;
  font-size: 16px;
  color: #080808;
}

.bold-phone {
  color: #E23C2C;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline !important;
}
.bold-phone:hover,
.bold-phone:focus {
  text-decoration: none !important;
  color: #E23C2C;
}
.arrow {
  position: relative;
  color: #E23C2C;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
}
.arrow:hover,
.arrow:focus {
  text-decoration: none;
  color: #E23C2C;
  cursor: pointer;
  transition: .3s;
}
.arrow .icon-arrow:before {
  color: #E23C2C;
  font-size: 12px;
  position: absolute;
  right: -22px;
  top: 4px;
}
.arrow:hover .icon-arrow:before,
.arrow:focus .icon-arrow:before {
  right: -27px;
  transition: all .3s;
}
.intro-contact {
  background-color: #fff;
  padding: 59px 15px;
}
.intro-contact__wrapper {
  padding: 21px 16px;
  border: 2px solid #3A3B3B;
  background-color: #fff;
  width: 392px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.intro-contact__container {
  max-width: 330px;
  margin: 0 auto;
}
.intro-contact__divider {
  height: 1px;
  background-color: #868787;
  margin: 15px 0 11px;
}
.intro-contact p {
  margin-bottom: 10px;
}
.intro-contact .bold-p {
  padding-top: 0;
}
.impact__child-item .intro-contact {
  padding: 0;
}

.impact__body >:last-child{
  margin-bottom: 0;
}
.page-template-page-landing .impact__body {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  padding: 60px 0 0;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-landing .impact__child-item:first-child {
  max-width: 690px;
}
@media (max-width: 1111px) {
  .page-template-page-landing .impact__body {
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 430px) {
  .intro-contact__wrapper {
    width: 100%;
    max-width: 392px;
  }
  .arrow .icon-arrow {
    display: none;
  }
}
.page-template-page-landing .recommended-products {
  background-color: #fff;
}

.slick-arrow {
  position: absolute;
}
.flexBlocks__info_cards.with-bg {
  background-image:  url('/wp-content/themes/yboot/assets/img/backgrounds/bg.jpg'), linear-gradient(270deg, #F2F4F5 0%, #D9DBDB 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.flexBlocks__info_cards {
  background-color: #F2F4F5;
  padding: 60px 0;
}
.flexBlocks__info_cards-box {
  width: 430px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
}

.flexBlocks__info_cards .acc-intro h3 {
  color: #3A3B3B;
}
.flexBlocks__info_cards .intro-area {
  width: 690px;
  margin: 0 auto;
  max-width: 100%;
}
.flexBlocks__info_cards .acc-intro >*+p {
  margin-top: 24px;
}
.flexBlocks__info_cards .flexBlocks__info_cards-box {
  margin: 41px 15px 0;
  padding: 30px 32px 30px 40px;
}
.flexBlocks__info_cards .flexBlocks__info_cards-box .section-title {
  font-size: 1.313em;
  line-height: 1.238em;
  font-weight: 700;
}
.flexBlocks__info_cards .flexBlocks__info_cards-box .section-title +.flexBlocks__info_cards-container{
  margin-top: 12px;
}
.flexBlocks__info_cards .flexBlocks__info_cards-box .number {
  margin-right: 8px;
  font-weight: 700;
  color: #418690;
}
.flexBlocks__info_cards .flexBlocks__info_cards-box .text-cta {
  margin-top: 30px;
}
.flexBlocks__locations-list {
  background-color: #F2F4F5;
  padding: 100px 20px 85px;
}

.flexBlocks__locations-list_block {
  width: 330px;
  margin: 0 15px 30px;
  border-radius: 3px;
}
.flexBlocks__locations-list_block .address {
  margin-top: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.flexBlocks__locations-list_block .address a {
  color: #111111;
  text-decoration: none;
}
.flexBlocks__locations-list_block .address a:hover {
  text-decoration: underline;
}
.flexBlocks__locations-list_block .image-container {
  width: 100%;
  height: 220px;
}
.text-wrapper+.flexBlocks__locations-list_blocks {
  margin-top: 50px;
}
.flexBlocks__locations-list_block .text-container {
  padding: 20px;
  height: calc(100% - 220px);
}
.flexBlocks__locations-list_block .text-container .heading a {
  color: #222222;
}
.flexBlocks__locations-list_block .text-container .heading a:hover {
  text-decoration: underline;
}
.flexBlocks__locations-list_block .description {
  border-top: 1px solid #868787;
  padding-top: 14px;
}
.flexBlocks__locations-list_block .text-cta {
  margin-top: 22px;
}
.flexBlocks__locations-list +.alternating-content-wrap {
  padding-top: 100px;
}
.flexBlocks__location-directory  {
  background-color: #F2F4F5;
  padding: 100px 0;
}
.service-cards +.flexBlocks__location-directory {
  padding-top: 0;
}
.flexBlocks__location-directory .wrap {
  width: 1130px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
}
.flexBlocks__location-directory .image-container {
  width: 480px;
  height: 300px;
  position: relative;
}
.flexBlocks__location-directory .text-container {
  width: 390px;
}
.flexBlocks__location-directory .text-container +.image-container{
  margin-top: 40px;
}
.flexBlocks__location-directory .text-container .title+.location-info{
  margin-top: 25px;
}
.flexBlocks__location-directory .text-container .location-child +.location-child{
  margin-top: 25px;
}
.flexBlocks__location-directory .text-container .location-child .subtitle+.info {
  margin-top: 12px;
}
.flexBlocks__location-directory .text-container .text-cta {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .flexBlocks__location-directory .wrap {
    padding: 61px 100px;
  }
  .flexBlocks__location-directory .text-container .location-child +.location-child{
    margin-top: 0;
  }
  .flexBlocks__location-directory .text-container .location-child{
    margin-right: 41px;
  }
}
@media (min-width: 1070px) {
  .flexBlocks__location-directory .wrap {
    padding: 61px;
  }
  .flexBlocks__location-directory .text-container +.image-container{
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .flexBlocks__location-directory .wrap {
    padding: 61px 100px;
  }

}

.gform_required_legend {
  display: none!important;
}
.flexBlocks__form-with-sidebar {
  padding: 63px 0;
}
.flexBlocks__form-with-sidebar .content-area {
  width: 691px;
  max-width: 100%;
}
.flexBlocks__form-with-sidebar .content-area +.content-sidebar {
  margin-top: 50px;
}
.flexBlocks__form-with-sidebar .content-sidebar {
  width: 440px;
  max-width: 100%;  
  background-color: #FFFFFF;
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.05);
  padding: 35px 60px;
}
.flexBlocks__form-with-sidebar .location:not(:first-child) {
  border-top: 1px solid #868787;
  margin-top: 30px;
  padding-top: 30px;
}
.flexBlocks__form-with-sidebar .location-info .location-child+.location-child:not(.location-child__text-cta) {
  margin-top: 50px;
}
.flexBlocks__form-with-sidebar .location-info .location-child__text-cta {
  flex: 0 0 100%;
  margin-top: 14px;
}
.flexBlocks__form-with-sidebar .location-title {
  color: #222222;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px;
}
.flexBlocks__form-with-sidebar .location-title a {
  color: #222222;
}
.flexBlocks__form-with-sidebar .location-title +.location-info {
  margin-top: 10px;
}
.flexBlocks__form-with-sidebar .location-child .subtitle {
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 8px;
}
.flexBlocks__form-with-sidebar .location-child .address {
  line-height: 23px;
}
.flexBlocks__form-with-sidebar .content-sidebar__location .location:not(:first-child) .location-child__phone {
  display: none;
}
.gform_wrapper .gfield_label {
  color: #222222!important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: 2px solid #222222;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #222222!important;
  box-shadow: none;
}
.gform_wrapper .gfield, 
.gform_wrapper .ginput_container_address span {
  margin-bottom: 18px;
}
.gform_wrapper input:not([type=checkbox]):not([type=radio]),
.gform_wrapper select {
  height: 51px;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  border-color: #E23C2C;
}
.gform_wrapper .gfield_error [aria-invalid=true],
.gform_wrapper .gform_validation_errors {
  border: 2px solid #007bff;
  background: rgba(0, 123, 255, .05);
}
.gform_wrapper .gform_validation_errors >* {
  color: #007bff;
} 
@media (min-width: 1280px) {
  .flexBlocks__form-with-sidebar .location-info .location-child+.location-child:not(.location-child__text-cta) {
    margin-left: 50px;
    margin-top: 0;
  }
  .flexBlocks__form-with-sidebar .content-area +.content-sidebar {
    margin-left: 100px;
    margin-top: 0;
  }
}
body .gform_wrapper #gform_fields_4 .gfield.gfield--type-address {
  margin-bottom: 0 !important;
}
.gform_legacy_markup_wrapper .gsection {
  border-color: #222!important;
}
.gform_wrapper .ginput_complex {
  gap: 16px;
}
.gform_wrapper .ginput_complex .address_zip {
  max-width: 100px;
}
.gform_wrapper .ginput_complex .address_city {
  max-width: 200px;
}
body .gform_wrapper .ginput_complex > *,
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield--type-address .ginput_address_line_1 {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 40%;
}
.gform_wrapper .gf_clear_complex {
  display: none;
}
@media (max-width: 640px) {
  body .gform_wrapper .ginput_complex > * {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body .gform_wrapper .gfield.gfield--type-radio .gchoice {
  display: flex;
}

.page-template-page-quote .footnote {
  margin-top: 100px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666!important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666!important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666!important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666!important;
}
input::placeholder,
textarea::placeholder {
  color: #666!important;
}

.cta-banner +.request-a-quote {
  padding-top: 100px;
}

