@charset "UTF-8";
/* -------------------- Site  -------------------- */
/* ---------- Fonts ---------- */
/* ---------- COLORS/GRADIENTS ---------- */
.lighter-gray {
  background: #cdcdcd;
}

.gray {
  background: #8e8e8e;
}

.dark-gray {
  background: #585550;
}

.light-slate {
  background: #3d3d3d;
}

.slate {
  background: #333333;
}

.dark-slate {
  background: #343434;
}

.charcoal {
  background: #292929;
}

.pink {
  background: #bb0c71;
}

.light-blue {
  background: #4085cd;
}

/* -------------- border-radius -------------- */
/* -------------- border-radius -------------- */
/* -------------- CMS Variables -------------- */
/* -------------- pod margins -------------- */
/* -------------- tables -------------- */
/* -------------- POD TYPE: Tipdown -------------- */
/* begin */
#ie7 .tipdown div ol,
#ie6 .tipdown div ol,
#ie7 .tipdown div ul,
#ie6 .tipdown div ul,
#ie7 .tipdown div,
#ie6 .tipdown div,
#ie6 .tipdown div .alignRight {
  /* ! <? // corrects tipdown slides display for ie; slide fails if its contents contain elements with 'position: relative' ?> */
  position: static;
}

a.tipdownTrigger {
  padding-right: 16px;
  background: url("/sites/firetrucks/images/icons/icon-arrow-tipdown.png") right -30px no-repeat;
}

#ie7 a.tipdownTrigger #ie6 a.tipdownTrigger {
  display: inline-block;
  /* ! <? // accommodates triggers using multiple lines ?> */
}

#ie6 a.tipdownTrigger {
  background-image: url("/sites/firetrucks/images/icons/icon-arrow-tipdown.gif");
}

a.tipdownTrigger:hover,
a.tipdownTrigger:active {
  background: url("/sites/firetrucks/images/icons/icon-arrow-tipdown.png") right -150px no-repeat;
}

#ie6 a.tipdownTrigger:hover,
#ie6 a.tipdownTrigger:active {
  background-image: url("/sites/firetrucks/images/icons/icon-arrow-tipdown.gif");
}

.tipdownContent {
  /* ! <? // margins get restated by Mootools; NOTE: caution with background colors/styling; may appear for a blink while the page loads... ?> */
  padding-top: 10px;
  padding-bottom: 15px;
}

.tipdown > h3 {
  padding: 0.5em 0.5em 0.2em 2.2em;
  font-size: 24px !important;
  color: #9e0b0f !important;
  font-weight: 200 !important;
}

.tipdown {
  margin-bottom: 10px;
}

/* end */
/* ---------- Fix Weird Stacking with function pods ----------
.pod.function { overflow: auto; }
/* ---------- End Weird Stacking with function pods ---------- */
/* ---------- POD TYPE: REGULAR ---------- */
/* .pod.regular img { height: auto; width: auto; } remove auto-stretching in regular pods */
/* ---------- SEARCH ---------- */
.searchResults {
  list-style: none;
  margin: 20px 0px;
}
.searchResults li {
  padding: 0px 0px 20px 0px;
}
.searchResults li a {
  text-decoration: none;
}
.searchResults li a:hover {
  text-decoration: underline;
}
.searchResults span.note {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
}

/* -------------------- POD TYPE: TABS -------------------- */
/* ---------- General ---------- */
.pod.tabbed {
  position: relative;
}

.pod.tabbed .ui-widget-content {
  background: #ffffff;
  border: none;
}

/* ---------- End General ---------- */
/* ---------- Horizontal ---------- */
.pod.tabbed.horizontal .ui-widget-header {
  background: none;
  border: none;
  border-radius: 0px;
  padding: 0;
}
.pod.tabbed.horizontal .ui-tabs .ui-tabs-nav li {
  top: 0;
  padding: 0;
}
.pod.tabbed.horizontal .ui-tabs .ui-tabs-nav li:hover {
  border-bottom: none;
}
.pod.tabbed.horizontal .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: none;
}
.pod.tabbed.horizontal li {
  border: none;
  border-radius: 0px;
  background: #d7d7d7;
  margin: 0;
}
.pod.tabbed.horizontal li a {
  color: black;
}
.pod.tabbed.horizontal li a:hover {
  color: #9e0b0f;
}
.pod.tabbed.horizontal li.ui-state-active a {
  border-radius: 0;
  margin-right: 0;
  background: gray;
  color: white !important;
}
.pod.tabbed.horizontal .tabbedContent {
  background: gray;
  border-radius: 0;
}

/* ---------- End Horizontal ---------- */
/* ---------- Vertical ---------- */
.pod.tabbed.vertical {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}

.pod.tabbed.vertical h3, .pod.tabbed.vertical h2 {
  margin: 0;
}

.pod.tabbed.vertical .ui-tabs-nav {
  left: 0.25em;
  top: 0.25em;
  bottom: 0.25em;
  width: 25%;
  padding: 0.2em 0 2em 0.2em;
  background: none;
  border: none;
  border-right: 1px solid black;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  float: left;
}
.pod.tabbed.vertical .ui-tabs-nav li {
  right: 1px;
  width: 100%;
  border-right: none;
  border-bottom-width: 1px !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  font-size: 14px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 42%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, #ffffff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 42%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 42%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 42%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(left, #ffffff 42%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e8e8e8",GradientType=1 );
  /* IE6-9 */
  border-radius: 0px;
}
.pod.tabbed.vertical .ui-tabs-nav li:last-child {
  border-bottom: 1px solid #b6b6b6 !important;
}
.pod.tabbed.vertical .ui-tabs-nav li a {
  float: right;
  text-align: right;
  width: 91%;
}
.pod.tabbed.vertical .ui-tabs-nav li.ui-tabs-selected {
  border-right: 1px solid transparent;
  border-bottom: 1px solid black !important;
  border-top: 1px solid black;
  box-shadow: -3px 2px 5px #666666;
  z-index: 3;
  background: #ffffff !important;
  color: #000000;
  right: -1px;
}

.pod.tabbed.vertical .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0 0em 0px 5%;
  background: none;
  float: left;
  width: 69%;
}

/* ---------- End Vertical ---------- */
/* -------------------- END POD TYPE: TABS -------------------- */
/* -------------------- FORMS -------------------- */
#statement {
  width: 400px;
  height: 200px;
}

/* -------------------- END FORMS -------------------- */
/* -------------- POD TYPE: Columns -------------- */
/* begin */
.pod.columns {
  clear: both;
}
.pod.columns .column {
  float: left;
}
/* end */
/* -------------- External Link Warning -------------- */
/* begin */
#extLinkPopUp {
  display: none;
  position: absolute;
  z-index: 11000;
  padding: 4px;
  margin: 0 0 20px 0;
  background: black;
}
#extLinkPopUp .content {
  padding: 10px 20px;
  min-height: 30px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: black;
  background: white;
}
#extLinkPopUp .content flash div.inner p {
  color: #333;
}

#extLinkPopUp a {
  padding: 5px 10px 5px 10px;
  margin-right: 7px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
  border: 1px solid #999;
}
#extLinkPopUp a a.ok {
  background: #e5b53a;
  /* gold */
}
#extLinkPopUp a a.ok:hover {
  text-decoration: underline;
  color: white;
  background: #006600;
  /* green */
}
#extLinkPopUp a a.ok.cancel {
  color: white;
  background: #999;
}
#extLinkPopUp a a.ok.cancel:hover {
  text-decoration: underline;
  background: #8b0e04;
  /* red */
}

/* end */
/* -------------------- TABLES -------------------- */
.pod.table {
  margin-bottom: 1em;
  font-size: 12px;
}

.pod.table table.table {
  width: 100%;
  border: 1px solid #dedede;
  border-width: 1px 0 0 1px;
  /* top, left */
}

.pod.table table.table th {
  padding: 10px;
  vertical-align: bottom;
  font-weight: bold;
  text-align: left;
  color: white;
  background: gray;
  border: 1px solid #dedede;
  border-width: 0 1px 1px 0;
  /* right, bottom */
}

.pod.table table.table th a {
  color: white;
}

.pod.table table.table td {
  color: #3c3c3c;
  padding: 3px;
  border: 1px solid #dedede;
  border-width: 0 1px 1px 0;
  /* right, bottom */
  padding: 10px;
}

.pod.table table.table tr.altRow {
  background: #f3f3f3;
}

.pod.table table.table td.first {
  color: #3c3c3c;
  text-align: left;
}

/* -------------- POD ASSET: References -------------- */
/* begin */
#references {
  position: relative;
  clear: both;
  padding: 1em 30px;
  color: #8b8078;
  /* warm grey 8 - lighten */
  font-size: 0.8em;
}
#references .refLink a {
  display: block;
  width: 12px;
  text-align: center;
}
#references .refLink a:hover {
  background: #EEE;
}
#references .refLink a li {
  position: relative;
}
#references .refLink a li span {
  position: absolute;
  top: 0;
}

/* end */
/*------ Zoomable ------*/
a.zoomable {
  position: relative;
  z-index: 10;
}
a.zoomable .magnify {
  background: url("/sites/firetrucks/images/icons/zoom.gif") left top no-repeat #EEE;
  border: 1px solid #CCC;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*------  End ------*/
/* -------------- INLINE STYLES -------------- */
/* begin */
.NOTE {
  font-size: 11px;
  color: #999;
}

.CALLOUT {
  font-size: 14px;
  line-height: 18px;
  color: #B93E04;
  /* orange */
}

.warning,
.WARNING {
  color: #600;
  /* dark red */
}

.ERROR {
  color: #FF00FF;
  background: #FFEEFF;
}

/* end */
/* -------------- POD STYLES & SPECIFIC CSS RULES ELEMENTS -------------- */
/* begin */
.blog strong {
  color: #9e0b0f;
}

.border-white img {
  border: 1px solid white;
}

.border1 {
  border: 1px solid;
}

.HIGHLIGHT {
  padding: 20px 20px 10px 20px;
  position: relative;
  border: 1px solid #dcdcdc;
  margin: 0px 0px 30px 0px;
  box-shadow: 0px 0px 20px #f1f1f1;
}
.HIGHLIGHT strong {
  font-family: "Aachen W01 Medium";
  font-size: 30px;
  color: #9e0b0f;
}

.SMALLTEXT p, .SMALLTEXT ul, .SMALLTEXT ol {
  font-size: 13px;
}

.SHADOWED {
  background: url("/sites/firetrucks/images/bg-shadowed.png") no-repeat top center;
  padding: 36px 56px;
}

.SHADOWED-BOTTOM {
  background: url("/sites/firetrucks/images/bg-shadowbottom.jpg") no-repeat bottom center;
  padding-bottom: 30px;
}

.SHADOWED-TOP {
  background: url("/sites/firetrucks/images/bg-shadowtop.jpg") no-repeat top center;
  padding-top: 30px;
}

.SIDEBAR {
  float: right;
  width: 30%;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid #CCC;
}

.INTRO {
  font-size: 22px;
}

.DIVIDERDARK, .dividerdark {
  background: url("/sites/firetrucks/images/bg-divider2.png") repeat-x top left;
}

.DIVIDERDARK > h2, .dividerdark > h2 {
  color: yellow !important;
  margin: 0;
  padding: 0;
  height: 58px;
  font-family: arial;
  font-size: 40px;
  border-bottom: none;
  font-weight: 100;
  text-transform: uppercase;
  padding-top: 16px;
  padding-left: 22px;
}
.DIVIDERDARK > h2 strong, .dividerdark > h2 strong {
  font-weight: bold;
}
.DIVIDERDARK > h2 a, .dividerdark > h2 a {
  color: white;
}

.DIVIDER, .divider {
  border-top: 2px solid #dcdcdc;
}

.PADDED {
  padding: 20px 30px 10px 30px;
}

.PADDEDRIGHT {
  padding: 20px 170px 10px 30px;
}

.REVIEW {
  position: absolute;
  top: -200px;
  right: 20px;
  color: white;
  display: none;
}
.REVIEW a {
  color: yellow;
}

/* ---------- NEW TESTIMONIAL ---------- */
.TESTIMONIAL {
  margin: 0;
  height: 95%;
  color: gray;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Interstate Light", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-weight: 100;
  margin: 2.5%;
  position: relative;
}
.TESTIMONIAL strong {
  clear: both;
  color: gray;
  font-size: 22px;
  text-transform: none;
  font-family: arial;
  font-weight: bold;
}
.TESTIMONIAL em {
  clear: both;
  color: gray;
  font-size: 14px;
  text-transform: uppercase;
}

/* ---------- END TESTIMONIAL ---------- */
/* ---------- UPPERCASE CALLOUT ---------- */
.UPPERCASE-CALLOUT, blockquote {
  height: 95%;
  color: gray;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Interstate Light", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-weight: 100;
  margin: 5% 2.5% 4% 2.5%;
  position: relative;
}
.UPPERCASE-CALLOUT p, blockquote p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.UPPERCASE-CALLOUT strong, blockquote strong {
  padding-top: 0px;
  clear: both;
  color: gray;
  font-size: 22px;
  text-transform: none;
  font-family: arial;
  font-weight: bold;
  top: -6px;
  position: relative;
}
.UPPERCASE-CALLOUT em, .UPPERCASE-CALLOUT em strong, blockquote em, blockquote em strong {
  padding-top: 0px;
  clear: both;
  color: gray;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Interstate;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: -16px;
}

/* ---------- END UPPERCASE CALLOUT ---------- */
.bg-pink {
  background: pink;
}
.bg-pink h2 {
  color: yellow;
  border-bottom-color: #ffffff;
}

.bg-blue {
  background: blue;
}

.bg-dark-gray {
  background: gray;
}

/* end */
/* -------------- FUNCTION: Images by category -------------- */
/* begin */
.image-list {
  clear: both;
  overflow: auto;
  list-style: none;
  padding: 10px 0 0 0 !important;
}
.image-list li {
  float: left;
  width: 50%;
  margin: 0 !important;
  padding-bottom: 17px !important;
  text-align: center;
  /* for centering the pix */
}
.image-list li a {
  display: block;
}
.image-list li a:hover img {
  border: 1px solid white;
}
.image-list li b {
  display: none;
}

/* end */
/* -------------- FUNCTION: Show Children list -------------- */
/* begin */
.function ol.showChildren {
  /* used by show current children function */
}

.function ol.showChildren li,
#main .function ol.showChildren li {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
  /* overwrites #main ol li */
}

/* end */
/* -------------- FUNCTION: Sitemap -------------- */
/* begin */
.function ol.sitemap {
  list-style: none;
  padding-left: 0;
}

.function ol.sitemap li,
#content .function ol.sitemap li {
  padding-bottom: 0;
  margin-left: 0;
}

.function ol.sitemap ol.hasChildren {
  margin-bottom: 6px;
}

.function ol.sitemap ol.hasChildren li,
#content .function ol.sitemap ol.hasChildren li {
  list-style: decimal;
  margin-left: 20px;
}

/* end */
/* -------------- CMS Front/Admin crossover styles -------------- */
/* begin */
.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

.alignLeft {
  float: left;
}

.asset.alignLeft {
  margin-right: 20px;
  margin-bottom: 1em;
}

.asset.alignLeft.no-space-right {
  margin-right: 0;
}

.asset.alignLeft.no-space-bottom {
  margin-bottom: 0;
}

.alignRight {
  position: relative;
  float: right;
}

.asset.alignRight {
  margin-left: 20px;
  margin-bottom: 1em;
}

.asset.alignRight.no-space-left {
  margin-left: 0;
}

.asset.alignRight.no-space-bottom {
  margin-bottom: 0;
}

.alignCenter,
.alignCenter img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.alignCenter span.caption {
  margin: 0 auto;
  text-align: center;
}

span.caption {
  display: block;
  padding: 2px 0 4px;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
}

/* end */
/* -------------- default tags for basic/global functionality -------------- */
/* begin */
#createdBy {
  display: none;
}

.linkToAdmin {
  position: absolute;
  right: 10px;
  top: 0;
}
.linkToAdmin a {
  display: block;
  padding: 1px 4px;
  color: white;
  background: #666;
  border: 1px solid black;
  border-width: 0 1px 1px;
}
.linkToAdmin a:hover {
  color: #600;
  background: #eee;
  border: 1px solid #600;
  border-width: 0 1px 1px;
}

.fileDetails {
  font-size: 10px;
  color: #555;
}

.hidden {
  display: none;
}

.printOnly {
  display: none;
}

.access {
  /* ! <? // not visible, but allows screen readers to access ?> */
  position: absolute;
  left: -9000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Flash Messages Styling */
.alert-notice,
.alert-error {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 10px 0px;
  font-weight: bold;
}

.alert-notice {
  background: #fef7df url("/sites/firetrucks/images/fade-yellow.png") repeat-x;
  color: #514721;
  border-color: #efd48b;
}

.alert-error {
  background: #fee5e2 url("/sites/firetrucks/images/fade-red.png") repeat-x;
  color: #51241c;
  font-weight: 700;
  border-color: #fdb3a8;
}

.alert-notice a.close,
.alert-error a.close {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("/sites/firetrucks/images/bg-close.png") no-repeat;
}

/* end */
* {
  margin: 0;
  padding: 0;
}

#skip-to-content {
  padding: 1em;
  position: absolute;
  transform: translateY(-100%);
  left: 0;
  z-index: 1000;
  color: white;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  text-decoration: none;
}

#skip-to-content:focus {
  background: #000000;
  transform: translateY(0);
}

body {
  font-family: "Barlow", sans-serif;
  background: #d3d3d3;
  font-size: 20px;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: "Tungsten A", "Tungsten B";
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  margin-top: 0px;
  line-height: 36px;
}

a {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.slide-link-button button {
  border: none;
}
.slide-link-button button.button-white-on-black {
  background: #000;
}
.slide-link-button button:hover, .slide-link-button button:focus {
  cursor: pointer;
}

p {
  margin-bottom: 1rem;
}

#sitewrapper {
  background: white;
  position: relative;
}

/*
.live-banner {
    position: relative;
    z-index: 10;
    height: auto;
    overflow: hidden;
    h1 {
        font-size: 6rem;
        line-height: 5rem;
        @include custom-break(767px) {
            font-size: 3rem;
            line-height: 2rem;
        }
    }
    p, h1, h2, h3, h4, h5, h6 {
        color: #FFF;
        text-shadow: 0 0 10px rgba(0,0,0,.5);
    }
    a {
        &:link, &:visited, &:active {
            color: #FFF;
            text-decoration: none;
        }
        &:visited, &:focus {
            color: #FFF;
            text-decoration: none;
        }
        p, h1, h2, h3, h4, h5, h6 {
            color: #FFF;
            text-shadow: 0 0 10px rgba(0,0,0,.5);
        }
    }
    .live-banner-media {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: -1;
        top: 0;
        left: 0;
    }

    .live-banner-content-container {
        z-index: 10;
        padding: 150px 0;
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        @include custom-break(1200px) {
            padding: 150px 1%;
        }
        @include custom-break(767px) {
            padding: 100px 4%;
        }
        @include custom-break(500px) {
            padding: 75px 4%;
        }
        @include custom-break(390px) {
            padding: 35px 4%;
        }
        .live-banner-content {
            display: block;
            width: 500px;
            @include custom-break(767px) {
                width: 90%;
            }
            &.slide-content-left {
                margin: 0 auto 0 0;
            }
            &.slide-content-center {
                margin: 0 auto;
                text-align: center;
            }
            &.slide-content-right {
                margin: 0 0 0 auto;
                text-align: right;
            }
        }

    }

    video {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
}
*/
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
body.fixed header#header {
	position: fixed;
	z-index: 800;
	margin: 0 auto;
	width: 100%;
	max-width: 1450px;
}
*/
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
}

.hero img {
  -webkit-filter: saturate(0%);
  transition-delay: 1.5s;
  transition: 2.5s ease-in-out;
  -moz-transition: 2.5s ease-in-out;
  -webkit-transition: 2.5s ease-in-out;
  -o-transition: 2.5s ease-in-out;
}

body.loaded .hero img {
  -webkit-filter: saturate(100%);
}

.hero h1 {
  opacity: 0;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transform: translateY(20%);
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
}

body.loaded .hero h1 {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.25s;
}

.hero.right h1 {
  position: absolute;
  color: white;
  font-size: 100px;
  width: 100%;
  text-align: right;
  right: 0;
  padding: 0 9.5% 0 0;
  box-sizing: border-box;
}

.hero.left h1 {
  position: absolute;
  color: white;
  font-size: 100px;
  width: 100%;
  text-align: left;
  left: 0;
  padding: 0 0 0 9.5%;
  box-sizing: border-box;
}

.hero.center h1 {
  position: absolute;
  color: white;
  font-size: 100px;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.delivery-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Animations */
#main .fadein {
  opacity: 0;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transform: translateY(10%);
}

#main .fadein.inview {
  opacity: 1;
  transform: translateY(0);
}

body#desktop.home .pod.slideshow {
  height: 560px;
}

header#header {
  background: white;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 1450px;
}

body.fixed .logo {
  max-width: 150px;
}

.logo {
  max-width: 210px;
  margin-top: -26px;
  display: block;
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  .logo {
    max-width: 180px;
  }
}
.logo img {
  width: 100%;
}

#main .headfoot-container {
  padding: 4% 0;
}
@media screen and (max-width: 600px) {
  #main .headfoot-container {
    padding: 2.5rem 0;
  }
}

.headfoot-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .headfoot-container {
    box-sizing: border-box;
    padding: 0px 1rem;
  }
}

/* Top Bar Navigation */
#topBarNav {
  background: #bc0001;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#topBarNav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
#topBarNav ul, #topBarNav ol {
  float: right;
  list-style: none;
  font-size: 14px;
}
#topBarNav ul li, #topBarNav ol li {
  float: left;
  padding: 9px 13px 10px 13px;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  margin: 0;
}
@media (max-width: 1023px) {
  #topBarNav ol {
    display: none;
  }
}
#topBarNav div.js-find-my-rep {
  float: right;
}
#topBarNav div.js-find-my-rep ul.dealer {
  border-left: 1px solid #FFF;
}
#topBarNav div.js-find-my-rep li:last-child {
  background: #eb0508;
}
#topBarNav div.js-find-my-rep li:last-child:hover {
  background: black;
}

a.js-rep-current-location {
  float: right;
  padding: 9px;
}

.dealerLocatorContainer h2 {
  margin-bottom: 0px;
}

.dealerLocatorDealer {
  font-size: 14px;
}

/* Mobile Navigation */
#dl-menu {
  display: none;
}

/* Navigation */
.navigation-container {
  float: right;
  align-items: center;
  padding: 3.25% 0;
  box-sizing: border-box;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .navigation-container {
    padding: 2.75% 0;
  }
}

body.fixed .navigation-container {
  padding: 1% 0;
}

#nPrimary {
  clear: both;
  font-family: "Tungsten A", "Tungsten B";
}
#nPrimary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
#nPrimary ul li {
  margin: 0 0 0 30px;
  padding: 0;
}
#nPrimary ul li.contains-sub-nav a {
  padding-right: 16px;
}
#nPrimary ul li.contains-sub-nav a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
#nPrimary ul li.contains-sub-nav .sub-nav a {
  padding-right: 0;
}
#nPrimary ul li.contains-sub-nav .sub-nav a:after {
  display: none;
}
#nPrimary ul a {
  color: #494949;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: visible;
  margin: 0px 1rem 0px 1rem;
  border-bottom: none;
  position: relative;
}
#nPrimary ul a:hover, #nPrimary ul a.current, #nPrimary ul a.open {
  color: black;
}
#nPrimary ul a:hover:before, #nPrimary ul a.current:before, #nPrimary ul a.open:before {
  max-width: 100%;
  top: 0;
  left: 0;
}
#nPrimary ul a:before {
  position: absolute;
  top: 0;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  border-bottom: 3px solid #000000;
  color: transparent;
  content: attr(data-hover);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
#nPrimary ul li:last-child a {
  margin-right: 0px;
}

.sub-nav {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}
.sub-nav p {
  font-size: 17px;
}
.sub-nav h1, .sub-nav h2, .sub-nav h3, .sub-nav h4, .sub-nav h5, .sub-nav h6 {
  font-family: "Tungsten A", "Tungsten B";
  font-size: 28px;
  margin: 0 0 8px;
}

#nPrimary ul ul {
  font-family: "Barlow", sans-serif;
  margin: 13px 0 0;
}
#nPrimary ul ul li {
  margin: 0 0 5px;
  padding: 0 0 5px;
}
#nPrimary ul ul a {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
#nPrimary ul ul a:link, #nPrimary ul ul a:visited {
  color: #9e0b0f;
}
#nPrimary ul ul a:hover, #nPrimary ul ul a:focus {
  text-decoration: underline;
}

#nPrimary .fly {
  display: none;
}

/* Search */
a.search-icon {
  line-height: 20px;
  float: right;
  border-bottom: 1px solid #dcdcdc;
}

#nConstant {
  overflow: auto;
}
#nConstant ul {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  overflow: auto;
  width: max-content;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
#nConstant ul li {
  float: left;
  padding: 0 0 10px;
  margin: 0;
}
#nConstant ul li a {
  padding: 0px 10px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
#nConstant ul li a:hover {
  color: #bc0001;
}
#nConstant ul li:last-child {
  border-right: 1px solid #dcdcdc;
}
#nConstant ul li:last-child a {
  padding-right: 20px;
}

#content {
  overflow-x: hidden;
  position: relative;
}

#content .page {
  padding: 0px 1%;
  overflow: hidden;
}

#content img {
  max-width: 100%;
  height: auto;
}

#sitewrapper {
  max-width: 1450px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* Footer */
#footer {
  background: #212121;
  color: white;
  padding: 5% 0;
  overflow: hidden;
}

#footer a {
  color: white;
}

#footer .footer-nav a::after {
  content: "|";
  padding: 0 20px;
  color: #6c6c6c;
  font-size: 20px;
  position: relative;
  top: 3px;
}

#footer a:last-child::after {
  display: none;
}

#footer svg {
  height: 35px;
  width: 35px;
  padding: 10px;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  #footer svg {
    height: 25px !important;
    width: 25px !important;
    padding: 8px !important;
  }

  .social-icons {
    height: 40px !important;
  }
}
@media screen and (max-width: 753px) {
  .social-icons {
    height: auto !important;
    background: none !important;
  }

  .social-icons::before, .social-icons::after {
    display: none !important;
  }

  .social-icons .pod.html {
    display: inline-block;
  }
}
.social-icons {
  background: #bc0001;
  position: relative;
  height: 55px;
}

.social-icons::before {
  content: "t";
  color: #bc0001;
  margin-left: -1.25rem;
  width: 30px;
  display: inline-block;
  height: 100%;
  background: #bc0001;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
}

.social-icons::after {
  display: inline-block;
  width: 500px;
  content: "test";
  position: absolute;
  right: -500px;
  z-index: 555;
  height: 100%;
  top: 0;
  color: #bc0001;
  background: #bc0001;
}

.latest-deliveries-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.latest-deliveries-container .latest-deliveries-item {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .latest-deliveries-container {
    flex-flow: column wrap;
  }
  .latest-deliveries-container .latest-deliveries-item {
    flex-basis: 100%;
  }
}

.truck-image-item.new-deliveries img {
  height: 120px !important;
  width: auto !important;
}

h2 {
  margin: 20px 0;
}

p, ul {
  font-size: 18px;
  color: #535353;
}

ul li {
  margin-left: 20px;
}

#footer p {
  color: white;
}

/* Latest Trucks */
.latest-trucks {
  padding: 6%;
  margin: 0 1%;
}

.latest-trucks > .pod.regular {
  opacity: 0;
  transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -webkit-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transform: translateY(10%);
}

.latest-trucks.inview > .pod.regular {
  opacity: 1;
  transform: translateY(0);
}

.latest-trucks h2 {
  font-size: 44px;
}

.latest-trucks p, .latest-trucks, #main .latest-trucks a {
  color: white;
}

#main .latest-trucks .white-button {
  background: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 40px;
  color: #9e0b0f;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
}

.white-button:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

#main .latest-trucks .white-button {
  background: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 40px;
  color: #9e0b0f;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
}

.white-button:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

#main .button, #main button, .button, button {
  background: #bc0001;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  margin: 10px 0px;
}

button:hover, .button:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.divider-header {
  position: relative;
  text-align: center;
  z-index: 1;
}
.divider-header h1, .divider-header h2, .divider-header h3, .divider-header h4, .divider-header h5, .divider-header h6 {
  font-size: 36px;
  line-height: 36px;
  z-index: 2;
  background: #FFF;
  display: inline;
  padding: 0 20px;
}
.divider-header .DIVIDER {
  position: absolute;
  top: 20px;
  left: -10%;
  border-top: 1px solid #dcdcdc;
  width: 130%;
  z-index: -1;
}

.truck-categories {
  padding: 1%;
  text-align: center;
}

.truck-categories .pod.column {
  padding: 0 0 4% 0;
}

.truck-categories .pod.column:nth-child(3n+3) {
  margin-right: 0 !important;
  width: 32% !important;
}

.truck-categories h2::after {
  content: "Our Trucks";
  position: absolute;
  background: white;
  width: 200px;
  height: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.truck-categories h2::before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
  position: absolute;
  left: 0;
}

.truck-categories h3 {
  font-size: 38px;
}

.truck-categories a {
  display: block;
  position: relative;
  text-decoration: none;
}

.truck-categories a h3 {
  color: black;
  transition: 0.35s linear;
  -moz-transition: 0.35s linear;
  -webkit-transition: 0.35s linear;
  -o-transition: 0.35s linear;
}

.truck-categories a:hover h3 {
  color: #9e0b0f;
}

.truck-categories img {
  /*
  	transition: 0.15s linear;
  	-moz-transition: 0.15s linear;
  	-webkit-transition: 0.15s linear;
  	-o-transition: 0.15s linear;
  */
}

/*
.truck-categories img:hover {
	transform: translateY(-50%);
}
*/
.truck-categories span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
}

.truck-categories a:hover span {
  opacity: 1;
}

a.js-rep-current-location {
  float: right;
  padding: 10px;
}

#footer h2, h2 {
  margin-top: 0px;
}

p.intro {
  font-weight: bold;
}

.trucks-page {
  overflow: hidden;
}

.trucks-page a {
  color: #ac0001;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 20px;
}

h1.truck-title {
  background: #bc0001;
  color: white;
  padding: 0.5rem 2rem;
  position: relative;
  margin-left: 1rem;
}

h1.truck-title::before {
  content: "t";
  color: #bc0001;
  margin-left: -2.6rem;
  width: 30px;
  display: inline-block;
  height: 100%;
  background: #bc0001;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
}

h1.truck-title::after {
  display: inline-block;
  width: 500px;
  content: "test";
  position: absolute;
  right: -400px;
  z-index: 555;
  height: 100%;
  top: 0;
  color: #bc0001;
  background: #bc0001;
}

.truck-image-item {
  max-height: 160px;
  overflow: hidden;
}

.halfcol {
  width: 50%;
  margin-right: 5%;
  box-sizing: border-box;
}

body.truck .pod.columns {
  padding: 2% 0;
}

body.truck #content .page {
  padding: 0px;
}

#main a {
  color: #ac0001;
}

h3 {
  font-size: 30px;
}

.email.rev {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* Search */
/* SEARCH MODAL */
#search .modal-hold {
  top: 22%;
}

#search #search-txt {
  border: none;
  border-bottom: 3px solid #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  background: transparent;
  color: #ffffff;
  font-size: 60px;
  font-family: "Tungsten A", "Tungsten B";
  text-align: left;
  width: 85%;
  max-width: 650px;
  -webkit-appearance: none;
  outline: none;
  border-radius: none;
}

@media screen and (max-width: 769px) {
  #search #search-txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  #search #search-txt {
    font-size: 30px;
  }
}
#search #search-title {
  text-align: center;
  color: #e56f0f;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 3px;
}

#search #search-submit {
  background: transparent;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  border-radius: 30px;
  padding: 10px 30px;
  border: 3px solid white;
  padding: 10px 20px;
  -webkit-appearance: none;
  cursor: pointer;
  clear: both;
  margin: 0 auto;
  margin-left: -8%;
  margin-bottom: 5px;
  outline: none;
  position: relative;
  bottom: 10px;
}

#search #search-submit:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
  color: black;
}

/* -------------- */
.modal-hold {
  position: relative;
  width: 100%;
  left: 0px;
  text-align: center;
  color: #ffffff;
}

.modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
}

.modal-open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.modal-close {
  position: absolute;
  width: 30px;
  right: 6%;
  top: 6%;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  z-index: 888;
}

.modal-close:hover {
  opacity: 1;
  -webkit-opacity: 1;
}

/* Articles */
.article {
  padding: 20px 0;
}

.article .article-title {
  font-family: "Tungsten A", "Tungsten B";
  font-size: 36px;
  line-height: 36px;
  float: left;
  max-width: 100%;
}
.article .article-title a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.article .article-more a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
.article .article-more a:hover {
  text-decoration: underline;
}

.article .article-date {
  float: right;
  background: black;
  color: white;
  position: relative;
  padding: 10px;
  width: 180px;
  font-size: 18px;
  color: #dcdcdc;
}

.article-content {
  clear: both;
  padding-top: 4%;
}

.article-date::before {
  content: "t";
  color: #000000;
  margin-left: -2rem;
  width: 30px;
  display: inline-block;
  height: 100%;
  background: #000000;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
}

.article-date::after {
  display: inline-block;
  width: 500px;
  content: "test";
  position: absolute;
  right: -500px;
  z-index: 555;
  height: 100%;
  top: 0;
  color: #000000;
  background: #000000;
}

/* -------------------- Mobile -------------------- */
@media screen and (max-width: 768px) {
  .truck-categories .pod.columns .pod.column {
    width: 48% !important;
  }

  .truck-categories .pod.column:nth-child(3n+3) {
    width: 48% !important;
    margin-right: 2% !important;
  }
}
.mobile-nav-trigger {
  display: none;
}

/* Mobile Navigation */
.dl-menu {
  list-style: none;
  height: 80%;
  overflow-y: scroll;
  width: 100%;
}

.dl-menu a {
  color: white;
  text-decoration: none;
  font-family: "Tungsten A", "Tungsten B";
  font-size: 24px;
  padding: 5px 0px;
  display: inline-block;
}

#mobile-nav .modal-hold {
  height: 100vh;
}

.modal-overlay .dl-menu li {
  opacity: 0;
  transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transform: translateX(10px);
}

.modal-overlay.modal-open .dl-menu li {
  opacity: 1;
  transform: translateX(0px);
}

.modal-overlay.modal-open .dl-menu li:nth-child(1) {
  transition-delay: 0.25s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(2) {
  transition-delay: 0.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(3) {
  transition-delay: 0.65s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(4) {
  transition-delay: 0.85s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(5) {
  transition-delay: 1.05s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(6) {
  transition-delay: 1.25s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(7) {
  transition-delay: 1.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(8) {
  transition-delay: 1.65s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(9) {
  transition-delay: 1.85s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(10) {
  transition-delay: 2.05s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(11) {
  transition-delay: 2.25s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(12) {
  transition-delay: 2.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(13) {
  transition-delay: 2.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(13) {
  transition-delay: 2.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(15) {
  transition-delay: 2.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(16) {
  transition-delay: 2.45s;
}

.modal-overlay.modal-open .dl-menu li:nth-child(17) {
  transition-delay: 2.45s;
}

@media screen and (max-width: 900px) {
  #nPrimary ul, #nConstant ul, .topBarNavCustom {
    display: none;
  }

  a.mobile-nav-trigger {
    display: inline-block;
  }

  a.search-icon {
    border-bottom: none;
  }

  .logo {
    max-width: 150px;
  }

  body.fixed .logo {
    max-width: 120px;
  }

  #topBarNav a {
    font-size: 12px;
  }

  #topBarNav ul li, #topBarNav ol li {
    padding: 0 20px 7px 20px;
  }
}
@media screen and (max-width: 700px) {
  .logo {
    max-width: 110px;
  }

  body.fixed .logo {
    max-width: 90px;
  }

  #topBarNav ul li, #topBarNav ol li {
    padding: 0 10px 7px 10px;
  }

  #content .page, #main .headfoot-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  h1.truck-title::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  select#department {
    width: 200px;
  }

  .delivery-filter-departments-field {
    float: none !important;
    display: table;
    padding: 10px 0 0 0 !important;
    margin: 0 auto !important;
  }

  .delivery-filter-category-field {
    border: none !important;
    float: none !important;
    display: table;
    padding: 10px 0 0 0 !important;
    margin: 0 auto !important;
  }

  .hero.right h1, .hero.left h1 {
    font-size: 60px;
    text-align: center;
    padding: 0px;
    line-height: 50px;
  }

  .pod.columns.aligner {
    display: block;
  }

  .truck-categories .pod.columns .pod.column, .pod.columns .pod.column {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #topBarNav ul li:first-child {
    position: absolute;
    top: 42px;
    color: black;
    right: 100px;
  }
  #topBarNav ul li:first-child a {
    color: black;
  }

  body.fixed #topBarNav ul li:first-child {
    top: 35px;
  }

  .js-find-my-rep a {
    font-size: 11px;
    text-transform: none;
  }

  #footer {
    text-align: center;
  }

  .social-icons::before {
    display: none;
  }

  #footer svg {
    height: 20px !important;
    width: 20px !important;
    padding: 10px;
  }

  /*news */
  .article .article-title {
    max-width: 100%;
  }

  .article .article-date {
    width: auto;
    background: white;
    padding: 0px;
    clear: both;
    float: left;
    color: #6c6c6c;
  }

  .article .article-date::before, .article .article-date::after {
    display: none;
  }

  .article .article-more {
    margin-bottom: 80px;
  }
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #available-trucks-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  #available-trucks-table table, #available-trucks-table thead, #available-trucks-table tbody, #available-trucks-table th, #available-trucks-table td, #available-trucks-table tr {
    display: block;
  }
  #available-trucks-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #available-trucks-table tr {
    border: 1px solid #ccc;
  }
  #available-trucks-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }
  #available-trucks-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #available-trucks-table td:nth-of-type(1):before {
    content: "Sale Pending";
  }
  #available-trucks-table td:nth-of-type(2):before {
    content: "SN";
  }
  #available-trucks-table td:nth-of-type(3):before {
    content: "Chassis Model/Cab";
  }
  #available-trucks-table td:nth-of-type(4):before {
    content: "Apparatus";
  }
  #available-trucks-table td:nth-of-type(5):before {
    content: "Engine/Trans";
  }
  #available-trucks-table td:nth-of-type(6):before {
    content: "Pump/Tank";
  }
  #available-trucks-table td:nth-of-type(7):before {
    content: "Vocation";
  }
  #available-trucks-table td:nth-of-type(8):before {
    content: "Details";
  }
}
@media print {
  body, p {
    font-size: 16px;
  }

  header#header {
    display: none;
  }

  #hero {
    padding-top: 0px !important;
  }

  #footer .pod.columns .pod.column.last {
    display: none;
  }
}
/* -- IE -- */
a img {
  border: 0px;
}

@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .hero h1 {
    top: 50%;
  }
}
/* ---------- FLEX SLIDER ---------- */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides a {
  color: #9e0b0f;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.image-slide, .video-slide, .live-banner {
  position: relative;
}

.video-slide video, .video-slide img, .live-banner video, .live-banner img {
  width: 100%;
}

.slideContent {
  max-width: 1160px;
  position: absolute;
}
.slideContent.slide-content-left {
  top: 50%;
  left: 6%;
  transform: translate(6%, -50%);
}
.slideContent.slide-content-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.slideContent.slide-content-right {
  top: 50%;
  right: 6%;
  transform: translate(-6%, -50%);
  text-align: right;
}
.slideContent .overlay {
  padding: 3% 6%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  border-radius: 3px;
}
@media (max-width: 550px) {
  .slideContent {
    position: relative;
  }
  .slideContent.slide-content-center, .slideContent.slide-content-right, .slideContent.slide-content-left {
    transform: none;
    top: 0;
    left: 0;
  }
  .slideContent .overlay {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 800px) {
  .slideContent {
    margin-top: 0px;
  }
}
.slideContent h1, .slideContent h2, .slideContent h3, .slideContent h4, .slideContent h5, .slideContent h6 {
  line-height: 45px;
  margin-bottom: 20px;
}
.slideContent h1, .slideContent h2, .slideContent h3, .slideContent h4, .slideContent h5, .slideContent h6, .slideContent p {
  max-width: 360px;
  color: #FFF;
}
.slideContent p {
  font-size: 15px;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  clear: both;
  margin: 0 auto;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border: 3px solid #b3b3b2;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #c16b6b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDQ4NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c16b6b 0%, #804847 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c16b6b), color-stop(100%, #804847));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c16b6b 0%, #804847 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c16b6b 0%, #804847 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c16b6b 0%, #804847 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c16b6b 0%, #804847 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c16b6b", endColorstr="#804847",GradientType=0 );
  /* IE6-8 */
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Home Page Slider */
ul.slides li {
  margin-left: 0;
}

.home-hero-slider .slides a {
  display: none;
}
.home-hero-slider .slideContent {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: -20.5% !important;
  padding: 0px 15% 4% 15% !important;
}
.home-hero-slider .slideContent .overlay {
  background: transparent;
}
@media screen and (max-width: 700px) {
  .home-hero-slider .slideContent {
    margin-top: -22% !important;
  }
}
.home-hero-slider .slideContent h1 {
  color: white;
  font-size: 200px;
  float: right;
}
@media screen and (max-width: 900px) {
  .home-hero-slider .slideContent h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 700px) {
  .home-hero-slider .slideContent h1 {
    font-size: 80px;
  }
}
.home-hero-slider .flexslider li .slideContent {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.home-hero-slider .flexslider li.flex-active-slide .slideContent {
  opacity: 1;
  transform: translateY(0);
}

div.form-horizontal .control-group {
  float: left;
  width: 45%;
  padding-bottom: 10px;
}

form .control-group label.control-label {
  font-weight: bold;
  font-size: 0.8em;
}

form div#field-message {
  clear: both;
}

form div.submitButton button {
  margin: 25px 0px;
  padding: 10px;
}

form div.form-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

form div.form-success {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form button.form-close-button {
  padding: 10px;
  border: 1px solid #3c763d;
  color: #3c763d;
  background-color: #dff0d8;
}

button.defaultButton, a.defaultButton {
  font-size: 11px;
  background-color: white;
  font-weight: bold;
  color: #9e0b0f;
  padding: 10px;
  border: 2px solid #9e0b0f;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px;
  text-transform: uppercase;
}

/* ---------- TRUCKS MODULE/OUTPUT ---------- */
#truck-filter-form {
  position: relative;
  margin-top: -6px;
  float: right;
}

#truck-filter-container.fixed {
  width: 100%;
  max-width: 1200px;
  position: fixed;
  top: 42px;
  background: white;
  z-index: 400;
  padding-top: 18px;
}

#desktop.fixed .display-trucks-list {
  padding-top: 130px;
}

.display-trucks-list {
  display: table;
  clear: both;
  padding-top: 50px;
}

/* .display-truck-item:nth-child(even) { margin-right: 0%; float: right; } */
.display-truck-item {
  width: 33.333333%;
  float: left;
  min-height: 300px;
  text-align: center;
  font-family: "Tungsten A", "Tungsten B";
  opacity: 0.7;
}
.display-truck-item a {
  text-decoration: none;
}
.display-truck-item img {
  border: none;
}
@media screen and (max-width: 600px) {
  .display-truck-item {
    width: 50%;
    min-height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .display-truck-item {
    width: 100%;
    min-height: 200px;
  }
}
.display-truck-item img {
  width: 100%;
  height: auto;
}
.display-truck-item:hover {
  opacity: 1;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  box-shadow: 0px 10px 40px #cdcdcd;
  z-index: 300;
  position: relative;
}

/* ---------- CUSTOM SELECT ---------- */
span.customSelect {
  font-size: 11px;
  background-color: #ffffff;
  font-weight: bold;
  color: #9e0b0f;
  padding: 10px;
  border: 2px solid #9e0b0f;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px;
  text-transform: uppercase;
}

.customSelectHover, .customSelect.customSelectFocus {
  border: 2px solid #000000;
  color: #000000;
}

.customSelectInner {
  background: url("/sites/firetrucks/images/customSelect-arrow.png") no-repeat center right;
  padding-right: 20px;
  min-width: 120px !important;
}

/* ---------- AVAILALBLE TRUCKS / NEW DELIVERIES ---------- */
.available-truck-resources ul {
  list-style: none;
}

.available-truck-resources ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 4px 0px 10px 0px;
}

/* MOBILE */
@media screen and (max-width: 400px) {
  /*
  #delivery-filter-form, #truck-filter-form { float: left; }

  	.delivery-filter-departments-field, .truck-filter-environments-field {
  		float: left !important; margin-top: 0px !important; padding-right: 5px !important;
  	}
  	.delivery-filter-category-field, .truck-filter-types-field {
  		margin-top: 0px !important;
  		border-left: none !important;
  		margin-right: 0px !important;
  	}
  */
}
/* ---------- INDIVIDUAL TRUCK PAGE ---------- */
body#desktop.truck h1 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.hero-single img {
  width: 100%;
  height: auto;
}

.truck-image-item {
  float: left;
  margin: 5px 15px 5px 0px;
}
.truck-image-item img {
  border: 3px solid #cdcdcd;
}
.truck-image-item img:hover {
  border: 3px solid #9e0b0f;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  box-shadow: 0px 10px 40px #cdcdcd;
}

.js-delivery-filter-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 900px) {
  .js-delivery-filter-form {
    flex-flow: column wrap;
    align-items: center;
  }
}

.display-deliveries-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .display-deliveries-list {
    flex-flow: column wrap;
    align-items: center;
  }
}
.display-deliveries-list .button {
  -webkit-transition: all 300ms ease-out 1s;
  -moz-transition: all 300ms ease-out 1s;
  -o-transition: all 300ms ease-out 1s;
  transition: all 300ms ease-out 1s;
}
.display-deliveries-list .display-delivery-item {
  flex-basis: 30%;
  padding: 0 0 25px;
}
.display-deliveries-list .delivery-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 10px;
}
.display-deliveries-list .delivery-img .button {
  position: absolute;
  top: 40%;
  opacity: 0;
}
.display-deliveries-list a:link, .display-deliveries-list a:visited {
  color: #000000 !important;
  text-decoration: none;
}
.display-deliveries-list a:hover, .display-deliveries-list a:focus {
  color: #9e0b0f !important;
  text-decoration: none;
}
.display-deliveries-list a:hover .delivery-img img, .display-deliveries-list a:focus .delivery-img img {
  opacity: 0.5;
}
.display-deliveries-list a:hover .button, .display-deliveries-list a:focus .button {
  opacity: 1;
}
.display-deliveries-list .sn-dept-container h2 {
  font-size: 28px;
}
.display-deliveries-list .sn-dept-container h3 {
  font-size: 24px;
}
.display-deliveries-list .sn-dept-container h2, .display-deliveries-list .sn-dept-container h3 {
  margin: 0;
  padding: 0;
}

.display-delivery-item {
  clear: both;
}

.display-delivery-item li {
  margin-left: 0px;
}

.deliveries-pagination {
  margin: 0 auto;
  display: table;
}

.deliveries-pagination li.active {
  font-weight: bold;
}

.display-delivery-item ul, .demo-truck ul {
  list-style: none;
  margin-bottom: 1rem;
}

.truck-image-item.new-deliveries img {
  height: 120px;
  width: 120px;
}

.imageGallery, .specifications {
  margin-bottom: 40px;
  float: left;
}

.specifications ul {
  list-style: none;
}
.specifications ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0px 12px 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: black;
  /*
  &:hover {
  		background: #dcdcdc;
  		transition: 0.25s linear;
  		-moz-transition: 0.25s linear;
  		-webkit-transition: 0.25s linear;
  		-o-transition: 0.25s linear;
  		}
  */
}

/* VIDEO */
.truck-youtube-item {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.truck-youtube-item img {
  width: 100% !important;
}

.truck-resources-item img, .truck-youtube-item img {
  max-width: 100% !important;
  width: auto !important;
  height: auto;
  display: block;
}

.truck-resources-item a {
  float: left;
}

.truck-resources-item {
  text-align: center;
}

.resource-name {
  clear: both;
}

/* Gallery & Carousel */
#latest-dock {
  margin: 0;
  padding: 0;
  max-width: 1311px;
  width: 100%;
  float: right;
  position: relative;
}

#latest-dock::after {
  height: 200px;
  width: 300px;
  display: block;
  background: url("/sites/firetrucks/images/arrow-overlay.png") no-repeat center right;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  #latest-dock::after {
    display: none;
  }
}

#dock {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  list-style: none;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

#latest-dock img {
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
}

#latest-dock:hover img {
  opacity: 0.6;
}

#latest-dock:hover li:hover img {
  opacity: 1;
}

#dock li {
  margin: 0;
  padding: 3px;
  display: inline;
}

#dock li a {
  margin: 0px 10px 0 0;
}

#dock li a:link, #dock li a:active, #dock li a:visited {
  display: inline-block;
  text-decoration: none;
}

/* -------------------- End Dock -------------------- */
/* CAROUSEL */
input, textarea {
  font-family: helvetica neue;
  font-size: 125%;
  padding: 7px;
}

.infiniteCarousel {
  width: 100%;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 100%;
  overflow: auto;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 100%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 0;
}

.infiniteCarousel ul li {
  display: block;
  float: left;
  padding: 10px;
  height: 165px;
  width: 300px;
}

.infiniteCarousel ul li img {
  -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel .arrow {
  display: block;
  height: 60px;
  width: 71px;
  text-indent: -999px;
  position: absolute;
  top: 16px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background: url("/sites/firetrucks/images/arrow-right.png") no-repeat center right;
  right: 0;
  margin-top: 60px;
  z-index: 40;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
  margin-top: 80px;
  margin-left: 15px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

html.swipebox {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}

#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0 !important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}

#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0 !important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("img/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.pod.function section {
  background: url("/sites/firetrucks/images/bg-innovations.png") repeat-y center;
}

section {
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
}

.innovation {
  background: white;
}

.innovation-content img {
  max-width: 100%;
  height: auto !important;
}

/*
.timelines .button, .swipebox-video, .request-info { 
padding: 10px;
border-radius: 5px;
color: white;
font-size: 12px;
font-weight: bold;
border: none;
letter-spacing: 0px;
text-transform: none;

@media screen and (max-width: $mobile) { 
	font-size: 10px;
	text-transform:  capitalize;
}

&:hover {  color: white; border: none; }
 }
*/
.innovation img {
  float: left;
  margin-right: 20px;
}

.innovation h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.innovation {
  overflow: auto;
  position: relative;
  margin-bottom: 4%;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  clear: both;
  border: 1px solid #dcdcdc;
  padding: 40px;
}
.innovation:nth-child(even) {
  margin-right: 0;
}
.innovation.off-screen-top:nth-child(odd) {
  transform: translateX(500px);
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
}
.innovation.off-screen-bottom:nth-child(odd) {
  transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
}
.innovation.off-screen-top:nth-child(even) {
  transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
}
.innovation.off-screen-bottom:nth-child(even) {
  transform: translateX(500px);
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
}

.innovation:last-child {
  margin-bottom: 0;
}

.come-in {
  transform: translateY(0);
  transition: transform 1.5s ease-out;
}

.come-in:nth-child(odd) {
  transition-duration: 1.5s;
}

.come-in:nth-child(even) {
  transition-duration: 1.5s;
}

.already-visible {
  transform: translateX(0);
  transition: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/sites/firetrucks/images/fonts/icomoon.eot");
  src: url("/sites/firetrucks/images/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/sites/firetrucks/images/fonts/icomoon.woff") format("woff"), url("/sites/firetrucks/images/fonts/icomoon.ttf") format("truetype"), url("/sites/firetrucks/images/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Common styles of menus */
#dl-menu {
  position: absolute;
  top: 145px;
  z-index: 9999;
  text-align: right;
}

.dl-menuwrapper {
  width: 98%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 38px;
  height: 35px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 5px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #696969;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 1%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.dl-menuwrapper li {
  text-align: left;
}

.dl-link {
  width: 88%;
  float: left;
  text-align: left;
}

.dl-sublink {
  width: 8%;
  float: right;
  text-align: center !important;
}

.dl-sublink:before {
  border-left: 1px solid black;
}

.dl-sublink:after {
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  text-align: center;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back {
  overflow: hidden;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

/*
* Navigation
*/
@keyframes fadeInUpper {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpper {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

#nPrimary {
  /* mega menu list */
  /* a top level navigation item in the mega menu */
  /* first descendant link within a top level navigation item */
  /* focus/open states of first descendant link within a top level
     navigation item */
  /* open state of first descendant link within a top level
     navigation item */
  /* sub-navigation panel */
  /* sub-navigation panel open state */
  /* list of items within sub-navigation panel */
  /* list item within sub-navigation panel */
}
#nPrimary .nav-menu {
  z-index: 15;
}
#nPrimary .nav-item > a {
  position: relative;
  display: inline-block;
  margin: 0 0 -1px 0;
}
#nPrimary .nav-item > a.open {
  border-bottom: none;
  z-index: 1;
}
#nPrimary .sub-nav {
  position: absolute;
  display: none;
  top: 155px;
  left: 0;
  padding: 75px 5% 35px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  border-bottom: 5px solid #9e0b0f;
}
#nPrimary.fixed .sub-nav {
  top: 124px;
}
#nPrimary .sub-nav.open {
  display: block;
  animation-name: fadeInUpper;
  -webkit-animation-name: fadeInUpper;
}
#nPrimary .sub-nav ul {
  display: inline-block;
  vertical-align: top;
}
#nPrimary .sub-nav li {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
