 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Roboto:500,700');

 /*==================================================================
  TABLE OF CONTENTS:
====================================================================
1.0 Base
   1.1 Normalize
   1.2 WordPress Core Defaults
   1.3 Accessibility
   1.4 Grid
2.0 Typography
   2.1 Lists
   2.2 Links
3.0 Components
   3.1 Forms
   3.2 Tables
   3.3 Buttons
   3.4 Accordion
   3.5 Tabs
   3.6 Pagination
   3.7 Breadcrumbs
   3.8 Media
   3.9 Reveal
   3.10 Slick Slider
4.0 Layout
   4.1 Header
   4.2 Footer
   4.3 Sidebar
5.0 Templates
   5.1 Home Page
   5.2 Single Post
   5.3 Post Archives
   5.4 Contact Page
   5.5 Search Results
   5.6 404 Page
6.0 Media Queries
7.0 Print
==================================================================*/

/*==================================================================
  1.0 Base
==================================================================*/

body {
  background: #efeeee;
}

div {
  position: relative;
}


/*==================================================================
  1.1 Normalize
  Styles based on Normalize v7.0.0
  @link https://necolas.github.io/normalize.css/7.0.0/normalize.css
==================================================================*/

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/*==================================================================
  1.2 WordPress Core Defaults
==================================================================*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

.hidden {
  display: none;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and ( min-width: 40em ) {

    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }

    img.alignright {
        float: right;
        margin-left: 1.5em;
    }
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    width: 48%;
}

/*==================================================================
  1.3 Accessibility
==================================================================*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*==================================================================
  1.4 Grid
==================================================================*/

.row {
  max-width: 76.5rem;
}

/*==================================================================
  2.0 Typography
  @link http://foundation.zurb.com/sites/docs/typography-base.html
==================================================================*/


body {
    font-family:'Open Sans', Arial, sans-serif;
    font-size: 14pt;
    color: #343434;
}

.header_phone, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .top-nav,
.footer-nav, .accordion-title, .sub_nav, .special_slide_title, nav li, body #mega-menu-wrap-main-navigation #mega-menu-main-navigation li.mega-menu-item {
  font-family: 'Roboto', sans-serif;
}

/* global header styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

}

/* Headings -- mobile first! */

/* h1 and .h1 classes */
h1, .h1, h2.h1, h3.h1 {
  font-size: 30pt;
  margin-top: 0;
}

/* h2 and .h2 classes */
h2, .h2, h1.h2, h3.h2, h4.h2 {
  font-size: 24pt;
  font-weight: 600;
}

/* h3 and .h3 classes */
h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3 {
  font-size: 18pt;
  font-weight: 600;
}

/* h4 and .h4 classes */
h4, .h4, h2.h4, h3.h4, h5.h4, h6.h4 {
  font-size: 16pt;
}

/* h5 and .h5 classes */
h5, .h5, h3.h5, h4.h5, h6.h5 {
  font-size: 14pt;
}

/* h6 and .h6 classes */
h6, .h6, h4.h6, h5.h6 {
  font-size: 12pt;
}

.section_heading {
  text-align: center;
}

/* Headings -- medium screens */

@media screen and ( min-width: 40em) {

    /* h1 and .h1 classes */
    h1, .h1, h2.h1, h3.h1 {

    }

    /* h2 and .h2 classes */
    h2, .h2, h1.h2, h3.h2 h4.h2 {

    }

    /* h3 and .h3 classes */
    h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3 {

    }

    /* h4 and .h4 classes */
    h4, .h4, h2.h4, h3.h4, h5.h4, h6.h4 {

    }

    /* h5 and .h5 classes */
    h5, .h5, h3.h5, h4.h5, h6.h5 {

    }

    /* h6 and .h6 classes */
    h6, .h6, h4.h6, h5.h6 {

    }
}

/* Headings -- large screens */

@media screen and ( min-width: 64em) {

    /* h1 and .h1 classes */
    h1, .h1, h2.h1, h3.h1 {

    }

    /* h2 and .h2 classes */
    h2, .h2, h1.h2, h3.h2 h4.h2 {

    }

    /* h3 and .h3 classes */
    h3, .h3, h1.h3, h2.h3, h4.h3, h5.h3 {

    }

    /* h4 and .h4 classes */
    h4, .h4, h2.h4, h3.h4, h5.h4, h6.h4 {

    }

    /* h5 and .h5 classes */
    h5, .h5, h3.h5, h4.h5, h6.h5 {

    }

    /* h6 and .h6 classes */
    h6, .h6, h4.h6, h5.h6 {

    }
}

p {

}

span,
p,
li {

}

.text-bold {
    font-weight: bold;
}

.text-larger {
    font-size: larger;
}

.text-smaller {
    font-size: smaller;
}

span.bullet-red {
    color: #ea1226;
    font-size: 20px;
    margin-right: 10px;
}

/*==================================================================
  2.1 Lists
==================================================================*/

ul, ol {

}

ul ul,
ul ol,
ol ul,
ol ol {

}

li {

}

#main ul {
  list-style: none;
}

#main li::before {
  content: "•";
  color: #dc0d1f;
  font-size: 1.75em;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
}


/*==================================================================
  2.2 Links
==================================================================*/

a,
a span {
    color: #eb1227;
    -webkit-transition: .5s all ease-in-out;
            transition: .5s all ease-in-out;
}

a:hover,
a:focus {

}




/*==================================================================
  3.0 Components
==================================================================*/

iframe, embed, object {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


nav li {
  list-style: none;
}

nav li::before {
  display: none;
}

.sub_nav {
  text-align: center;
  padding: 30px;
  background: #FFF;
}

.sub_nav ul {
  margin: 0;
  padding: 0;
}

.sub_nav li {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 10px;
}

.sub_nav li a {
  color: #898989;
}

.fancybox-close-small::after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font: 50px/40px Arial,Helvetica Neue,Helvetica,sans-serif;
      font-weight: normal;
  color: #FFF;
  font-weight: 100;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #eb1227;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}



/*==================================================================
  3.1 Forms
==================================================================*/

/* Placeholder Text */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333333;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #333333;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #333333;
    opacity: 1;
}




[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
    height: auto;
    padding: 0.75rem 1em;
    border: 1px solid #a1a1a1;
    border-radius: 1px;
    background-color: #FFF;
    box-shadow: none;
    margin: 0 0 1rem;
}


.wpcf7-not-valid {
  border: 1px solid #FF0000!important;
}

span.wpcf7-not-valid-tip {
    margin: -15px 0 15px 0;
}


.form_title.section_title {
  margin-bottom: 30px;
}

label {
    font-size: .75rem;
}

.form_submit {
  text-align: right;
  margin: 25px 0 0 0;
}

div.wpcf7 .ajax-loader {
  float: left;
}

.upper_form {
  margin: 0 0 25px 0;
}




/*==================================================================
  3.2 Tables
==================================================================*/

/*==================================================================
  3.3 Buttons
==================================================================*/

.button,
button,
input[type="submit"],
input[type="button"] {
    line-height: 1;
    padding: 15px 25px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    -webkit-transition: .5s all;
            transition: .5s all;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
}

.button.secondary {
}

.button.secondary:hover,
.button.secondary:focus {
}

.button.hollow {
}

.button.hollow:hover,
.button.hollow:focus {
}

.button.hollow.secondary {
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
}





a.cta, .cta, .cta2, a.cta2, .cta3, .cta3, #commentform input[type="submit"], a.slide_cta, .tp-button.green.small, .tp-button.green, .tp-button {
  background-color: #dc0d1f;

  border: none!important;
  font-family: Arial, sans-serif;
  border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1em;
  padding: 0.75em 1.5em 0.65em;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 100%;
  min-width: 200px;
  white-space: normal;

  text-transform: uppercase;

  width: auto!important;

  -webkit-appearance: none;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a.cta:hover, .cta:hover, a.slide_cta:hover {
  background-color: #363636;
  color: #FFF !important;
  text-decoration: none !important;
}



a.cta2, .cta2, input[type="submit"], input[type="button"], input[type="submit"].wpcf7-submit {
  background-color: #363636;

  border: none!important;
  font-family: Arial, sans-serif;

  border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1em;
  padding: 0.75em 1.5em 0.65em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto!important;
  max-width: 100%;
  min-width: 200px;

  -webkit-appearance: none;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}



a.cta2:hover, .cta2:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #dc0d1f;
  color: #FFF !important;
  text-decoration: none !important;
}





/*==================================================================
  3.4 Accordions
==================================================================*/

.accordion-title {
  font-size: 24pt;
  color: #1f1f1f;
  padding-left: 4.5rem;
  font-weight: 600;
  border: none;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  margin-top: auto;
  content: '+';
  left: 0;
  padding: 0 0.35em;
  color: #FFF;
  font-size: 1.25em;
  z-index: 1;
}

.accordion-title::after {
  width: 3rem;
  left: 0;
  height: 100%;
  background: #a1a1a1;
  content: '';
  position: absolute;
  top: 0;
}

.accordion-title:focus, .accordion-title:hover {
  background: #FFF;
  color: #555;
}

.is-active > .accordion-title::before {
  padding: 0 0.3em;
}

.is-active > .accordion-title::after {
  background: #eb1227;
}


.accordion-content {
  border: none;
  padding-left: 4.5rem;
}



/*==================================================================
  3.5 Tabs
==================================================================*/

/*==================================================================
  3.6 Pagination
==================================================================*/

/*==================================================================
  3.7 Breadcrumbs
==================================================================*/

/*==================================================================
  3.8 Media
==================================================================*/

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: smaller;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*==================================================================
  3.9 Reveal
==================================================================*/

/*==================================================================
  3.10 Slick Slider
==================================================================*/

/* Slider */

.slick-loading .slick-list {
    background: #fff url('../img/slick-ajax-loader.gif') center center no-repeat;
}

/* Icons */

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

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}




#brand_carousel_home {
  background: #FFF;
  padding: 0;
}

.brand_carousel .slick-list {
  overflow: visible;
}

.brand_carousel .slick-track {
  background: #fff;
}

.brand_carousel .brand_logo_wrapper {
  height: 150px;
}



.brand_carousel .slick-prev, .brand_carousel .slick-next {
  width: 65px;
  height: 100%;
  z-index: 1;
  background: #FFF;
}

.brand_carousel .slick-prev {
    left: -65px;
    border-right: #c2c2c1 1px solid;
}

.brand_carousel .slick-next {
    right: -65px;
    border-left: #c2c2c1 1px solid;
}

.brand_carousel .slick-prev:before,
.brand_carousel .slick-next:before {
  color: #232323;
  height: 100%;
  width: 100%;
  display: block;
  text-align: left;
  text-indent: -9999px;
  background: #FFF;
}

.brand_carousel .slick-prev:before {
  background: url('../img/arrow_left.png') 50% 50% / 25px auto  no-repeat transparent;
}

.brand_carousel .slick-next:before {
  background: url('../img/arrow_right.png') 50% 50% / 25px auto  no-repeat transparent;
}







.specials_carousel .specials_wrapper {
  padding: 0 10px;
}

.special_slide_title {
  background: #222121;
  color: #FFF;
  padding: 10px 20px;
  display: block;
}

.specials_carousel .slick-prev, .specials_carousel .slick-next {
  width: 40px;
  height: 40px;
}

.specials_carousel .slick-prev {
    left: -45px;
}

.specials_carousel .slick-next {
    right: -45px;
}

.specials_carousel .slick-prev:before,
.specials_carousel .slick-next:before {
  color: #232323;
  height: 40px;
  width: 40px;
  display: block;
  text-align: left;
  text-indent: -9999px;
}

.specials_carousel .slick-prev:before {
  background: url('../img/arrow_left_alt.png') 50% 50% / contain no-repeat transparent;
}

.specials_carousel .slick-next:before {
  background: url('../img/arrow_right_alt.png') 50% 50% / contain no-repeat transparent;
}







/*==================================================================
  4.0 Layout
==================================================================*/


#main {
  padding: 0;
}




/*==================================================================
  4.1 Header
==================================================================*/

#upper_header {
  background: #232323;
  padding: 20px 0 15px;
}

.header_phone.phone_number {
  float: right;
  background: #eb1227;
  padding: 0.25em 1em;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  line-height: 1.75em;

  background: -moz-linear-gradient(left, #b7000e 0%, #f01429 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b7000e 0%,#f01429 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b7000e 0%,#f01429 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header_phone:hover {
  background: #363636;
  color: #FFF;
}

.header_phone .fa {
  font-size: 30px;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.masthead {
  background: #FFF;
}

.site-id {
  margin: 15px 0;
}

.top-nav {
    list-style: none;
    margin: 0;
    float: right;
}

.top-nav .menu-item {
  display: inline-block;
  margin: 40px 1em 30px 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.top-nav .menu-item:last-child {
    margin-right: 0;
}

.top-nav .menu-item a {
  color: #585858;
}

.top-nav .menu-item a:hover, .top-nav .menu-item.current-menu-item a {
  color: #232323;
}

.top-nav ul li:hover ul, #menu ul ul ul li:hover ul{left:0;margin:-34px 0 11px 179px}

.top-nav li:hover ul{display:inline-block}

.top-nav ul,
.top-nav li:hover ul ul,
.top-nav ul li:hover ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    margin: 0;
    border-top: 1px solid #222;
    width: 250px;
}

.top-nav li:hover ul,
.top-nav ul li:hover ul,
.top-nav ul ul li:hover ul{display:block;z-index:2147483647}



body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-bottom: #1e1e1e 20px solid;
  border-top: #cecece 1px solid;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  border-right: #cecece 1px solid;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
  color: #1f1f1f;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_custom_html a::before {
  display: block;
  content: '';
  width: 80%;
  height: 3px;
  background: #eb1227;
  position: relative;
  margin: 0 0 6px 0;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h3 {
  font-size: 18px;
  margin-bottom: 0;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4 {
  font-size: 14px;
}

body #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_custom_html {
  padding-top: 0!important;
}








#page_header {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #232323;
  color: #FFF;
  text-align: center;
  height: 400px;
  position: relative;
}

#page_header.page_header_home {
  height: 700px;
}

#page_header .row {
  height: 100%;
}

.page_header_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header_content {
  float: none!important;
}


#page_header .featured_box {
  background: #FFF;
  padding: 20px;
  color: #5b5b5b;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2em;
  height: 100%;
}

.hover_text {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  width: 90%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.featured_box .box_link:hover > .box_image::before {
  opacity: 0.8;
}

.featured_box .box_link:hover .hover_text {
  opacity: 1;
}


.box_image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ea1226;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.box_image {
  margin-bottom: 15px;
}

.featured_widget_title {
  text-align: center;
  color: #1f1f1f;
}

.box_padding {
  padding: 0 10px;
}


/**
 * Off Canvas Styles
 * @link http://foundation.zurb.com/sites/docs/off-canvas.html
 */

.hamburger-icon .menu-text {
    color: #000;
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
}

.hamburger-icon .lines {
    float: right;
    margin-left: 8px;
    width: 32px;
}

.hamburger-icon {
    display: block;
    float: right;
    margin-top: 16px;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.hamburger-icon:focus {
    outline: medium none;
}

.hamburger-icon .line {
    background: #000 none repeat scroll 0 0;
    height: 4px;
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.hamburger-icon .line:last-child {
    margin-bottom: 0;
}

.hamburger-icon[aria-expanded="true"] {

}

.hamburger-icon[aria-expanded="true"] .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon[aria-expanded="true"] .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
}

.off-canvas {
    color: #fefefe;
    height: 100%;
    z-index: 10;
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner {
    -webkit-backface-visibility: visible;
}

.off-canvas-content {
    background: none;
}

.off-canvas a {
    display: block;
    margin: 0;
}

.off-canvas a:hover {
  color: #000;
}

.off-canvas .current-menu-item a {
  color: #000;
}

/*==================================================================
  4.2 Footer
==================================================================*/

.site-footer {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: center;
  color: #efeeee;

  background: #232323; /* Old browsers */
  background: -moz-linear-gradient(left, #1b1c1c 0%, #363636 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1b1c1c 0%,#363636 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1b1c1c 0%,#363636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footer_logo {
  margin: 0 auto 20px;
  display: inline-block;
}

.footer_logo img {
  margin: 0 auto;
  display: block;
  max-width: 275px;
}

.footer_contact {
  font-size: 12pt;
}

.footer_contact a, .footer_contact span {
  color: #efeeee;
  margin: 0 5px 0;
}

.footer-nav li {
  display: inline-block;
  color: #efeeee;
  margin: 20px 10px;
  font-size: 16px;
  font-weight: 600;
}

.footer-nav li a {
  color: #efeeee;
}

#lower_footer {
  padding: 12px;
  font-size: 12px;
  color: #a0a0a0;
  background: #181818;
}

.contact-us .section_heading {
  margin-top: 20px;
}


/*==================================================================
  4.3 Sidebar
==================================================================*/

/*==================================================================
  5.0 Templates
==================================================================*/

/* Discount Aftermarket Inventory */

.upload-linecard {
  margin-top: 4rem;
}

#page_section_three_and_four {
  display: flex;
  flex-direction: column;
}

#page_section_three_and_four .section_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* #page_section_three_and_four .section_content_copy {
  height: 553.5px;
} */

#page_section_three_and_four .section_content .linecard_btn {
  margin: 0;
}

.section_title {
  text-align: center;
  margin: 0 0 60px;
}

.linecard_btn {
  margin: 40px auto 0;
}


/* SPECIALS PAGE */


.page_section {
  padding-top: 80px;
  padding-bottom: 60px;
}


.specials_grid {
  margin: 60px 0 30px;
}

.special_wrapper {
  border: #4f4f4f 1px solid;
  background: #FFF;
  padding: 15px 15px 80px;
  margin-bottom: 50px;
}

.special_image {
  margin-bottom: 40px;
}

.special_title {
  margin-bottom: 20px;
  text-align: center;
}

.special_content {
  margin-bottom: 40px;
  padding: 0 15px;
}

.special_buttons {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  margin-bottom: 15px;
}




/* TEAM PAGE */


.team_list {
  background: #363636;
  padding: 100px 0 30px;
  color: #FFF;
}

.team_list .column:last-child:not(:first-child),
.team_list .columns:last-child:not(:first-child) {
  float: left;
}


.team_list .team_wrapper {
  margin-bottom: 40px;
}

.team_image {
  margin-bottom: 10px;
  max-height: 402px;
}

.team_name {
  margin-bottom: 0;
}

.team_title {
  font-size: 12pt;
}




#page_section_one {

}

#page_section_two {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #232323;
  padding-top: 150px;
  padding-bottom: 75px;
}

#page_section_three {

}

#page_section_five {
  background: #f9f8f8;
}


body.page-template-page-templatestemplate_products-php #page_section_five {
  background: #FFF;
}





.brand_logo_wrapper {
  text-align: center;
}

img.brand_logo {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out;

  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  max-width: 85%;

}


.brand_grid {
  background: #FFF;
  border-top: 2px solid #efeeee;
  padding: 50px 0;
}

.brand_grid .brand_logo_wrapper:nth-child(4n) {
    border-right: none;
}


.brand_grid .brand_logo_wrapper:nth-last-child(-n+4) {
  border-bottom: none;
}


.brand_grid .brand_logo_wrapper {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
}


.brand_logo_inner {
  padding: 20px;
  text-align: center;
  background: #FFF;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: .1s all ease-in-out;
  transition: .1s all ease-in-out;

}

.brand_logo_inner:hover {
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  z-index: 100;
}



/* RESOURCES STYLES */


.faq_wrapper {
  padding: 100px 0 80px;
}

.faq_item_wrapper {
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
}


.media_grid {
  padding: 100px 0 50px;
}

.video_modal::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: url('../img/play_btn.png') 50% 50% / contain no-repeat transparent;

}



.contact_content {
/*   margin-top: -200px; */
  background: #faf8f9;
  padding: 60px 50px;
}

.contact_info .columns {
  font-size: 0.9em;
}

.contact_info {
  margin-bottom: 50px;
}

.phone_number {
  color: #343434;
}


/* Linecard Styles */

.page-id-141 .form_title {
    color: #ea1226;
}

.page-id-141 .wpcf7-form hr {
    background: #ea1226;
    height: 2px;
    border: 0;
    margin: 60px auto;
}

.page-id-141 .accordion li {
    margin: 40px 0;
}

.page-id-141 .accordion li:before {
    display: none;
}

.page-id-141 .accordion-title {
    text-align: center;
}

.page-id-141 .accordion-title:after {
    background: #ea1226;
}

.page-id-141 .accordion-content {
    padding-left: 0.9375rem;
    background: #efeeee;
}

.page-id-141 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: #ea1226;
}

.page-id-141 .wpcf7-submit {
    background-color: #ea1226 !important;
}

.page-id-141 .wpcf7-submit:hover {
    background-color: #181818 !important;
}

.page-id-141 .form-download {
    background: #ea1226;
    text-transform: uppercase;
    margin: 0;
}

.page-id-141 .form-download:hover {
    background: #181818;
}


.page-id-141 .form-download-text {
    margin-top: 20px;
}


/* CONTACT US MODAL  */

#contact-us-modal form {
    padding: 20px;
}

.page-id-9 .contact-us-modal-button {
    display: none;
}

/*==================================================================
  5.1 Home Page
==================================================================*/

#home_section_one {

}

#home_section_two {
  color: #FFF;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #232323;
  padding-top: 175px;
  padding-bottom: 175px;
}

#home_section_three {
  background: #f9f8f8;
}

#home_section_four {
  border-top: 2px solid #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
}

#home_section_five {
  background: #f9f8f8;
}


/*==================================================================
  5.2 Single Post
==================================================================*/

/*==================================================================
  5.3 Post Archives
==================================================================*/

/*==================================================================
  5.4 Contact Page
==================================================================*/

/*==================================================================
  5.5 Search Results
==================================================================*/

/*==================================================================
  5.6 404 Page
==================================================================*/

/*==================================================================
  6.0 Media Queries
==================================================================*/

/* Small only */
@media screen and ( max-width: 39.9375em ) {


  #upper_header{
    text-align: center;
  }

  .header_phone.phone_number {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }

  #page_header, #page_header.page_header_home {
    padding: 40px 10px;
    height: auto;
  }

  .page_header_content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }


  h1, .h1, h2.h1, h3.h1 {
    font-size: 25pt;
  }

  .video_modal::after {
    width: 50px;
    height: 50px;
  }

  .accordion-title {
    font-size: 1em;
  }

  .accordion-title::before {
    font-size: 28pt;
  }

  .footer-nav li {
    margin: 10px;
  }

  a.cta, .cta, .cta2, a.cta2, .cta3, .cta3, #commentform input[type="submit"], a.slide_cta, .tp-button.green.small, .tp-button.green, .tp-button {
    margin-bottom: 10px!important;
    display: block;
  }

  #mega-menu-wrap-main-navigation {
    display: none;
  }

  .hamburger-icon {
    margin-top: 35px;
  }

}

/* Medium and up */
@media screen and ( min-width: 40em ) {
  a.cta, .cta, .cta2, a.cta2, .cta3, .cta3, #commentform input[type="submit"], a.slide_cta, .tp-button.green.small, .tp-button.green, .tp-button {
    margin-bottom: 10px!important;
  }
}

/* Medium only */
@media screen and ( min-width: 40em ) and ( max-width: 63.9375em ) {}

/* Large and up */
@media screen and ( min-width: 64em ) {}

/* Large only */
@media screen and ( min-width: 64em ) and ( max-width: 74.9375em ) {}

/* X-Large and up */
@media screen and ( min-width: 75em ) {}

/* X-Large only */
@media screen and ( min-width: 75em ) and ( max-width: 89.9375em ) {}

/* XX-Large and up */
@media screen and ( min-width: 90em ) {}

/*==================================================================
  7.0 Print
==================================================================*/
