/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("bootstrap.min.css");
/* line 5, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Font Families*/
/* line 1, ../scss/sass/modules/_bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 6, ../scss/sass/modules/_bootstrap.scss */
body {
  margin: 0;
}

/* line 9, ../scss/sass/modules/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 24, ../scss/sass/modules/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 31, ../scss/sass/modules/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 35, ../scss/sass/modules/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 38, ../scss/sass/modules/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 42, ../scss/sass/modules/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 46, ../scss/sass/modules/_bootstrap.scss */
img {
  border: 0;
}

/* line 49, ../scss/sass/modules/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, ../scss/sass/modules/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 60, ../scss/sass/modules/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 64, ../scss/sass/modules/_bootstrap.scss */
body {
  font-family: "Gotham Rounded A", "Gotham Rounded B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #ffffff;
}

/* line 73, ../scss/sass/modules/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 81, ../scss/sass/modules/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 85, ../scss/sass/modules/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 88, ../scss/sass/modules/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 91, ../scss/sass/modules/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 98, ../scss/sass/modules/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 103, ../scss/sass/modules/_bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 108, ../scss/sass/modules/_bootstrap.scss */
  .container {
    width: 1060px;
  }
}
/* line 112, ../scss/sass/modules/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 118, ../scss/sass/modules/_bootstrap.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 122, ../scss/sass/modules/_bootstrap.scss */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 175, ../scss/sass/modules/_bootstrap.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 189, ../scss/sass/modules/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 192, ../scss/sass/modules/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 195, ../scss/sass/modules/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 198, ../scss/sass/modules/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 201, ../scss/sass/modules/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 204, ../scss/sass/modules/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 207, ../scss/sass/modules/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 210, ../scss/sass/modules/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 213, ../scss/sass/modules/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 216, ../scss/sass/modules/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 219, ../scss/sass/modules/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 222, ../scss/sass/modules/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  /* line 226, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  /* line 240, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 243, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 246, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 249, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 252, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 255, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 258, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 261, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 264, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 267, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 270, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 273, ../scss/sass/modules/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  /* line 278, ../scss/sass/modules/_bootstrap.scss */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  /* line 292, ../scss/sass/modules/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 295, ../scss/sass/modules/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 298, ../scss/sass/modules/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 301, ../scss/sass/modules/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 304, ../scss/sass/modules/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 307, ../scss/sass/modules/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 310, ../scss/sass/modules/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 313, ../scss/sass/modules/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 316, ../scss/sass/modules/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 319, ../scss/sass/modules/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 322, ../scss/sass/modules/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 325, ../scss/sass/modules/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
}
/* line 329, ../scss/sass/modules/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 340, ../scss/sass/modules/_bootstrap.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../scss/sass/modules/_owl-carousel.scss */
.af-testimonial-slider {
  background: #f5f5f5;
  margin: 20px 0px 10px;
}
/* line 7, ../scss/sass/modules/_owl-carousel.scss */
.af-testimonial-slider .owl-prev {
  position: absolute;
  top: 0px;
  left: 0;
  background: none !important;
}
/* line 12, ../scss/sass/modules/_owl-carousel.scss */
.af-testimonial-slider .owl-prev:hover {
  background: none !important;
}
/* line 16, ../scss/sass/modules/_owl-carousel.scss */
.af-testimonial-slider .owl-next {
  position: absolute;
  top: 0px;
  right: 0;
  background: none !important;
}
/* line 21, ../scss/sass/modules/_owl-carousel.scss */
.af-testimonial-slider .owl-next:hover {
  background: none !important;
}

/* line 27, ../scss/sass/modules/_owl-carousel.scss */
.af-easy-steps .owl-prev {
  position: absolute;
  top: 0px;
  left: 0;
  background: none !important;
}
/* line 32, ../scss/sass/modules/_owl-carousel.scss */
.af-easy-steps .owl-prev:hover {
  background: none !important;
}
/* line 36, ../scss/sass/modules/_owl-carousel.scss */
.af-easy-steps .owl-next {
  position: absolute;
  top: 0px;
  right: 0;
  background: none !important;
}
/* line 41, ../scss/sass/modules/_owl-carousel.scss */
.af-easy-steps .owl-next:hover {
  background: none !important;
}

/* line 46, ../scss/sass/modules/_owl-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24 !important;
}

/* line 50, ../scss/sass/modules/_owl-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #474747 !important;
}

@media screen and (min-width: 768px) {
  /* line 59, ../scss/sass/modules/_owl-carousel.scss */
  #af-home-products .owl-item.cloned {
    display: none;
  }
  /* line 63, ../scss/sass/modules/_owl-carousel.scss */
  #af-home-products #af-home-products .owl-stage {
    transform: none !important;
  }
  /* line 67, ../scss/sass/modules/_owl-carousel.scss */
  #af-home-products .owl-dots {
    display: none !important;
  }
  /* line 70, ../scss/sass/modules/_owl-carousel.scss */
  #af-home-products .owl-nav {
    display: none;
  }

  /* line 75, ../scss/sass/modules/_owl-carousel.scss */
  #af-easy-steps .owl-item.cloned {
    display: none;
  }
  /* line 78, ../scss/sass/modules/_owl-carousel.scss */
  #af-easy-steps .owl-dots {
    display: none !important;
  }
  /* line 81, ../scss/sass/modules/_owl-carousel.scss */
  #af-easy-steps .owl-nav {
    display: none;
  }

  /* line 86, ../scss/sass/modules/_owl-carousel.scss */
  #af-easy-steps .owl-stage {
    transform: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 94, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  /* line 100, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }

  /* line 103, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }

  /* line 106, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }

  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /* 
   * 	Owl Carousel - Auto Height Plugin
   */
  /* line 133, ../scss/sass/modules/_owl-carousel.scss */
  .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }

  /* 
   *  Core Owl Carousel CSS File
   */
  /* line 144, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }

  /* line 152, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
  }

  /* line 156, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* line 164, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  /* line 170, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* line 181, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-loaded {
    display: block;
  }

  /* line 184, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }

  /* line 188, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-hidden {
    opacity: 0;
  }

  /* line 191, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-refresh .owl-item {
    display: none;
  }

  /* line 194, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* line 206, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
  }

  /* line 211, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  /* line 217, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }

  /* line 224, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-rtl {
    direction: rtl;
  }

  /* line 227, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }

  /* No Js */
  /* line 232, ../scss/sass/modules/_owl-carousel.scss */
  .no-js .owl-carousel {
    display: block;
  }

  /* 
   * 	Owl Carousel - Lazy Load Plugin
   */
  /* line 239, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

  /* line 247, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
  }

  /* 
   * 	Owl Carousel - Video Plugin
   */
  /* line 254, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }

  /* line 259, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
  }

  /* line 277, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
  }

  /* line 284, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }

  /* line 288, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

  /* line 303, ../scss/sass/modules/_owl-carousel.scss */
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  /* line 307, ../scss/sass/modules/_owl-carousel.scss */
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
}
/* line 1, ../scss/sass/modules/_testimonial-slider.scss */
.af-testimonial-slider {
  margin: 20px 0px 10px;
  padding: 40px 0px;
  background: white;
}

/* line 7, ../scss/sass/modules/_testimonial-slider.scss */
.af-review-credit span {
  font-size: 12px;
}
/* line 10, ../scss/sass/modules/_testimonial-slider.scss */
.af-review-credit img {
  max-width: 100px;
  display: inline-block !important;
}

/* line 15, ../scss/sass/modules/_testimonial-slider.scss */
.af-testimonial-slider-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 22, ../scss/sass/modules/_testimonial-slider.scss */
.af-testimonial-slider .item p {
  font-size: 24px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 34, ../scss/sass/modules/_testimonial-slider.scss */
.owl-prev {
  position: absolute;
  top: 170px;
  left: 0;
  background: none !important;
}
/* line 39, ../scss/sass/modules/_testimonial-slider.scss */
.owl-prev:hover {
  background: none !important;
}

/* line 43, ../scss/sass/modules/_testimonial-slider.scss */
.owl-next {
  position: absolute;
  top: 170px;
  right: 0;
  background: none !important;
}
/* line 48, ../scss/sass/modules/_testimonial-slider.scss */
.owl-next:hover {
  background: none !important;
}

/* line 53, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24 !important;
}

/* line 57, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #474747 !important;
}

@media screen and (min-width: 768px) {
  /* line 66, ../scss/sass/modules/_testimonial-slider.scss */
  #af-home-products .owl-stage {
    transform: none !important;
  }
}
/* line 75, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 81, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-animated-in {
  z-index: 0;
}

/* line 84, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-animated-out {
  z-index: 1;
}

/* line 87, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 114, ../scss/sass/modules/_testimonial-slider.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 125, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 133, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 137, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 145, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 151, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-controls .owl-nav .owl-prev,
#af-testimonial-slider .owl-controls .owl-nav .owl-next,
#af-testimonial-slider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 162, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-loaded {
  display: block;
}

/* line 165, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-loading {
  opacity: 0;
  display: block;
}

/* line 169, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-hidden {
  opacity: 0;
}

/* line 172, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-refresh .owl-item {
  display: none;
}

/* line 175, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 187, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 192, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 198, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 205, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-rtl {
  direction: rtl;
}

/* line 208, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 213, ../scss/sass/modules/_testimonial-slider.scss */
.no-js #af-testimonial-slider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 220, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 228, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 235, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 240, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 258, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 265, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-playing .owl-video-tn,
#af-testimonial-slider .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 269, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 284, ../scss/sass/modules/_testimonial-slider.scss */
#af-testimonial-slider .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 288, ../scss/sass/modules/_testimonial-slider.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 1, ../scss/sass/modules/_base.scss */
a {
  color: #ED1C24;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../scss/sass/modules/_base.scss */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 14, ../scss/sass/modules/_base.scss */
select {
  color: #323232;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  background: url("../img/form-arrow.jpg");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* line 24, ../scss/sass/modules/_base.scss */
select::-ms-expand {
  display: none;
}

/* line 27, ../scss/sass/modules/_base.scss */
p {
  font-size: 16px;
  line-height: 1.75;
}

/* line 31, ../scss/sass/modules/_base.scss */
input, textarea {
  color: #323232;
}

/* line 34, ../scss/sass/modules/_base.scss */
input#login {
  border: 1px solid #b5b5b5;
}

/* line 37, ../scss/sass/modules/_base.scss */
input#password {
  border: 1px solid #b5b5b5;
  padding: 9px 13px;
}

/* line 40, ../scss/sass/modules/_base.scss */
.af-tc-right h2, .af-tc-right h3, .af-tc-right h4, .af-tc-right h5, .af-tc-right h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 45, ../scss/sass/modules/_base.scss */
.af-media-template-right h2, .af-media-template-right h3, .af-media-template-right h4, .af-media-template-right h5, .af-media-template-right h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 51, ../scss/sass/modules/_base.scss */
.dactype {
  display: none !important;
}

/* line 54, ../scss/sass/modules/_base.scss */
.afwebid {
  display: none !important;
}

/* line 57, ../scss/sass/modules/_base.scss */
a {
  cursor: pointer !important;
}

/* line 60, ../scss/sass/modules/_base.scss */
em {
  font-style: italic;
}

/* line 63, ../scss/sass/modules/_base.scss */
ol {
  list-style-type: decimal;
  margin-left: 40px;
}
/* line 66, ../scss/sass/modules/_base.scss */
ol li {
  font-size: 16px;
  line-height: 1.75;
}

/* line 79, ../scss/sass/modules/_base.scss */
ol, ul {
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
}

/* line 84, ../scss/sass/modules/_base.scss */
.af-btn {
  background: #ED1C24;
  color: white;
  padding: 10px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

/* line 93, ../scss/sass/modules/_base.scss */
.chevron::before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: '';
  display: inline-block;
  height: 15px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  float: right;
  margin-right: 25px;
  width: 15px;
}

/* line 109, ../scss/sass/modules/_base.scss */
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

/* line 114, ../scss/sass/modules/_base.scss */
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

/* line 119, ../scss/sass/modules/_base.scss */
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

/* line 124, ../scss/sass/modules/_base.scss */
.af-third {
  width: 33.33%;
  float: left;
}

/* line 128, ../scss/sass/modules/_base.scss */
.af-header {
  font-size: 35px;
  font-weight: 400;
}
/* line 131, ../scss/sass/modules/_base.scss */
.af-header.marginB60 {
  margin-bottom: 60px;
}

/* line 135, ../scss/sass/modules/_base.scss */
.af-base-icon img {
  max-width: 100%;
}

/* line 140, ../scss/sass/modules/_base.scss */
.af-large-base-container #af-base {
  color: white;
  background: #252525;
  display: inline-block;
  height: auto;
  position: relative;
  width: 390px;
  margin-bottom: 90px;
  padding: 40px;
  text-align: left;
}
/* line 150, ../scss/sass/modules/_base.scss */
.af-large-base-container #af-base:after {
  border-top: 90px solid #252525;
  border-left: 195px solid transparent;
  border-right: 195px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -90px;
  width: 390px;
}

/* line 164, ../scss/sass/modules/_base.scss */
.af-base-icon img {
  max-width: 100%;
}

/* line 168, ../scss/sass/modules/_base.scss */
.af-base-icon-left {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50px;
}
/* line 177, ../scss/sass/modules/_base.scss */
.af-base-icon-right {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 50px;
}

/* line 209, ../scss/sass/modules/_base.scss */
.af-tc-left input {
  border: 1px solid #cccccc;
  margin: 0;
}
/* line 213, ../scss/sass/modules/_base.scss */
.af-tc-left .sf_pagerNumeric {
  display: none;
}
/* line 218, ../scss/sass/modules/_base.scss */
.af-tc-left .sfpostsList li h2 {
  text-align: left;
}

/* line 224, ../scss/sass/modules/_base.scss */
.sfcommentsCounterWrp {
  display: none;
}

/* line 227, ../scss/sass/modules/_base.scss */
.sfcommentDate {
  color: #bbbbbb;
}

/* line 230, ../scss/sass/modules/_base.scss */
.sfcommentDetails {
  margin-bottom: 20px;
}

/* line 233, ../scss/sass/modules/_base.scss */
table.k-editor {
  border-style: none !important;
}

/* line 236, ../scss/sass/modules/_base.scss */
.sfpostContent {
  margin-top: 20px;
}

/* line 239, ../scss/sass/modules/_base.scss */
.sfpostAuthorAndDate.sfmetainfo {
  text-transform: capitalize;
  text-align: center;
}

/* line 243, ../scss/sass/modules/_base.scss */
.sfitemRichText {
  margin-top: 20px;
}

/* line 246, ../scss/sass/modules/_base.scss */
.sfitemShortTxtWrp {
  display: inline-block;
  color: #908f8f;
}

/* line 250, ../scss/sass/modules/_base.scss */
.sfitemPublicationDate {
  display: inline-block;
  color: #908f8f;
  width: 50%;
  text-align: right;
}
/* line 255, ../scss/sass/modules/_base.scss */
.sfitemPublicationDate:after {
  content: '';
  display: inline-block;
  margin: 0px 6px;
  width: 5px;
  height: 5px;
  background: #908f8f;
  border-radius: 50%;
}

@media (min-width: 426px) {
  /* line 266, ../scss/sass/modules/_base.scss */
  .sfNavWrp.sfNavTreeviewWrp {
    border-right: 1px solid #e4e1e1;
    margin-right: 30px;
  }
}
/* line 271, ../scss/sass/modules/_base.scss */
.sfNavWrp .sfNavTreeviewWrp {
  border-right: 1px solid #e4e1e1;
  margin-right: 30px;
}

/* line 275, ../scss/sass/modules/_base.scss */
.sftitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 280, ../scss/sass/modules/_base.scss */
.sfitemFieldLbl {
  display: inline-block;
  color: #908f8f;
}

/* line 284, ../scss/sass/modules/_base.scss */
.sfitemShortTxt {
  display: inline-block;
  color: #908f8f;
}

/* line 288, ../scss/sass/modules/_base.scss */
.sfBreadcrumbWrp.container {
  position: absolute;
  top: 137px;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 20px;
}

/* line 296, ../scss/sass/modules/_base.scss */
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* line 301, ../scss/sass/modules/_base.scss */
.sfError {
  position: absolute;
  top: 50px;
  width: 300px;
  left: 13px;
  font-size: 9px;
  color: red;
}

/* line 309, ../scss/sass/modules/_base.scss */
.sfFormBox {
  position: relative;
}

/* line 312, ../scss/sass/modules/_base.scss */
.sfErrorWrp input {
  border: 1px solid red;
}

/* line 315, ../scss/sass/modules/_base.scss */
.af-larger-base-section {
  background: #16A085;
}

/* line 319, ../scss/sass/modules/_base.scss */
.af-larger-base-container .af-larger-base-copy {
  position: relative;
}
/* line 322, ../scss/sass/modules/_base.scss */
.af-larger-base-container #af-base {
  color: white;
  background: #252525;
  display: inline-block;
  height: auto;
  position: relative;
  width: 470px;
  margin-bottom: 150px;
  padding: 40px;
  text-align: left;
}
/* line 332, ../scss/sass/modules/_base.scss */
.af-larger-base-container #af-base:after {
  border-top: 90px solid #252525;
  border-left: 235px solid transparent;
  border-right: 235px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -90px;
  width: 470px;
}
/* line 343, ../scss/sass/modules/_base.scss */
.af-larger-base-container #af-base p {
  margin-left: 13px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 350, ../scss/sass/modules/_base.scss */
.af-larger-base-container .af-base-icon-left {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: -85px;
  top: -25px;
}
/* line 359, ../scss/sass/modules/_base.scss */
.af-larger-base-container .af-base-icon-right {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: black;
  position: absolute;
  right: -40px;
  top: 50px;
}

/* line 387, ../scss/sass/modules/_base.scss */
.af-base-title__advantage {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 391, ../scss/sass/modules/_base.scss */
.af-base-title__advantage-red {
  color: #ED1C24;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 13px;
}

/* line 400, ../scss/sass/modules/_base.scss */
.af-base-title__red {
  color: #ED1C24;
  font-size: 28px;
}

/* line 404, ../scss/sass/modules/_base.scss */
.af-base-checklist {
  list-style-image: url("../img/base-shape-icons/base-check.png");
  margin-left: 27px;
}
/* line 407, ../scss/sass/modules/_base.scss */
.af-base-checklist li {
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 1.3;
}

/* line 413, ../scss/sass/modules/_base.scss */
.af-large-base-container {
  max-width: 390px;
  text-align: center;
}
/* line 416, ../scss/sass/modules/_base.scss */
.af-large-base-container-right {
  float: right;
}

/* line 420, ../scss/sass/modules/_base.scss */
.af-large-base-container .af-btn {
  margin: 15px 0px 35px;
}

/* line 426, ../scss/sass/modules/_base.scss */
.af-tc-wrapper {
  padding-top: 50px;
}

/* line 429, ../scss/sass/modules/_base.scss */
.af-tc-left {
  width: 35%;
  float: left;
  padding-left: 15px;
}
/* line 434, ../scss/sass/modules/_base.scss */
.af-tc-left ul li {
  margin: 26px 0px;
}
/* line 436, ../scss/sass/modules/_base.scss */
.af-tc-left ul li a {
  color: #444;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 429, ../scss/sass/modules/_base.scss */
  .af-tc-left {
    padding-left: 0;
  }
}

/* line 480, ../scss/sass/modules/_base.scss */
.af-tc-right .sfpostContent ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -7px;
  color: red;
  font-size: 25px;
}
/* line 497, ../scss/sass/modules/_base.scss */
.af-tc-right .sfitemRichText ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -7px;
  color: red;
  font-size: 25px;
}

/* line 512, ../scss/sass/modules/_base.scss */
.af-media-template-right ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -7px;
  color: red;
  font-size: 25px;
}

/* line 523, ../scss/sass/modules/_base.scss */
.af-bundles-copy {
  background-position: top 0px center !important;
}

/* line 526, ../scss/sass/modules/_base.scss */
.af-tc-right .sfContentBlock ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -7px;
  color: red;
  font-size: 25px;
}

/* line 537, ../scss/sass/modules/_base.scss */
.af-quarterly-buttons ul li:before {
  display: none !important;
}

/* line 540, ../scss/sass/modules/_base.scss */
.af-tc-right {
  width: 65%;
  float: left;
  padding-bottom: 60px;
}
/* line 544, ../scss/sass/modules/_base.scss */
.af-tc-right p {
  margin-bottom: 20px;
}
/* line 547, ../scss/sass/modules/_base.scss */
.af-tc-right ul {
  list-style-type: initial;
}
@media (min-width: 426px) {
  /* line 547, ../scss/sass/modules/_base.scss */
  .af-tc-right ul {
    margin-left: 40px;
  }
}
/* line 552, ../scss/sass/modules/_base.scss */
.af-tc-right ul li {
  color: #444;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.75;
}
/* line 557, ../scss/sass/modules/_base.scss */
.af-tc-right ul li p {
  color: #444;
}
/* line 563, ../scss/sass/modules/_base.scss */
.af-tc-right h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 569, ../scss/sass/modules/_base.scss */
.af-tc-left-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}

/* line 574, ../scss/sass/modules/_base.scss */
.af-customer-login-buttons {
  padding-top: 30px;
  text-align: right;
}
/* line 577, ../scss/sass/modules/_base.scss */
.af-customer-login-buttons a {
  background: red;
  color: white;
  margin-left: 30px;
  padding: 8px 25px;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 577, ../scss/sass/modules/_base.scss */
  .af-customer-login-buttons a {
    margin-left: 0px;
  }
}
/* line 586, ../scss/sass/modules/_base.scss */
.af-customer-login-buttons a img {
  max-width: 11px;
  margin-right: 10px !important;
}

/* line 592, ../scss/sass/modules/_base.scss */
.af-customer-account-login {
  background: #f5f5f5;
  padding: 50px 0px;
}

/* line 596, ../scss/sass/modules/_base.scss */
.af-customer-account-login h2 {
  color: #ED1C24;
  font-size: 24px;
}

/* line 600, ../scss/sass/modules/_base.scss */
.af-support {
  margin-top: 30px;
  margin-bottom: 100px;
}
/* line 603, ../scss/sass/modules/_base.scss */
.af-support h2 {
  color: #ED1C24;
}
/* line 606, ../scss/sass/modules/_base.scss */
.af-support a {
  color: #444;
  text-decoration: underline;
}

/* line 611, ../scss/sass/modules/_base.scss */
.af-support-img {
  height: 100px;
}

/* line 614, ../scss/sass/modules/_base.scss */
p.af-support-content {
  min-height: 160px;
}

/* line 617, ../scss/sass/modules/_base.scss */
p.af-support-number {
  color: #ED1C24;
  font-size: 28px;
}

/* line 621, ../scss/sass/modules/_base.scss */
.af-support-left {
  width: 49%;
  float: left;
  text-align: center;
  padding-right: 30px;
}

/* line 627, ../scss/sass/modules/_base.scss */
.af-support-border {
  width: 1px;
  height: 200px;
  background: silver;
  float: left;
  margin-top: 50px;
}

/* line 634, ../scss/sass/modules/_base.scss */
.af-support-right {
  width: 50%;
  float: left;
  text-align: center;
  padding-left: 30px;
}

/* line 640, ../scss/sass/modules/_base.scss */
.af_thankyou-wrapper {
  text-align: center;
  padding-top: 40px;
}
/* line 643, ../scss/sass/modules/_base.scss */
.af_thankyou-wrapper p {
  font-size: 24px;
}

/* line 648, ../scss/sass/modules/_base.scss */
.k-treeview .k-in {
  border: 0 !important;
}

@media (min-width: 426px) {
  /* line 651, ../scss/sass/modules/_base.scss */
  .k-treeview .k-item {
    padding: 20px 0 0 16px !important;
  }
}
/* line 656, ../scss/sass/modules/_base.scss */
.k-treeview .k-item ul li a {
  color: #7e7f7f !important;
}
/* line 658, ../scss/sass/modules/_base.scss */
.k-treeview .k-item ul li a.k-state-focused {
  font-weight: normal !important;
  border-bottom: 2px solid #ED1C24 !important;
}
/* line 662, ../scss/sass/modules/_base.scss */
.k-treeview .k-item ul li a.sfSel {
  font-weight: normal !important;
  border-bottom: 2px solid #ED1C24 !important;
  outline: none;
  background: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 651, ../scss/sass/modules/_base.scss */
  .k-treeview .k-item {
    padding: 20px 0 0 0px !important;
  }
}

/* line 674, ../scss/sass/modules/_base.scss */
[aria-expanded="false"] > .k-mid {
  background: #fff;
  margin-right: 40px;
  position: relative;
}

/* line 679, ../scss/sass/modules/_base.scss */
[aria-expanded="true"] > .k-mid {
  margin-right: 40px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 679, ../scss/sass/modules/_base.scss */
  [aria-expanded="true"] > .k-mid {
    margin-right: 20px;
  }
}

@media (min-width: 426px) {
  /* line 687, ../scss/sass/modules/_base.scss */
  [aria-expanded="true"] > .k-mid .k-in:not(.sfSel) {
    padding: 11px 15px !important;
  }
}
/* line 691, ../scss/sass/modules/_base.scss */
[aria-expanded="true"] > .k-mid .sfSel {
  font-weight: bold;
  background: #e4e1e1;
  display: block;
  width: calc(100% - 20px);
  padding: 11px 15px !important;
  outline: none;
}

/* line 699, ../scss/sass/modules/_base.scss */
[aria-expanded="true"] > .k-mid .k-treeview .k-minus {
  margin-top: 14px !important;
}

/* line 702, ../scss/sass/modules/_base.scss */
.k-treeview .k-minus {
  margin-top: 5px !important;
  position: absolute;
  right: 20px;
  top: 0;
  margin-left: -16px;
  cursor: pointer;
  background: url("../img/career-arrow.png");
  background-position: bottom;
  background-repeat: no-repeat;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 702, ../scss/sass/modules/_base.scss */
  .k-treeview .k-minus {
    right: 0px;
  }
}

@media (min-width: 426px) {
  /* line 723, ../scss/sass/modules/_base.scss */
  .k-treeview .k-minus, .k-treeview .k-plus {
    top: 10px;
  }
}
/* line 727, ../scss/sass/modules/_base.scss */
.k-treeview .k-plus {
  margin-top: 5px !important;
  position: absolute;
  right: 20px;
  top: 0px;
  margin-left: -16px;
  cursor: pointer;
  float: right;
  background: url("../img/career-arrow.png");
  background-position: bottom;
  background-repeat: no-repeat;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 745, ../scss/sass/modules/_base.scss */
.af-two-column {
  text-align: center;
}
/* line 747, ../scss/sass/modules/_base.scss */
.af-two-column .col-sm-6:nth-child(1) {
  border-right: 1px solid silver;
}
/* line 750, ../scss/sass/modules/_base.scss */
.af-two-column h2 {
  font-size: 30px;
  min-height: 90px;
}
/* line 754, ../scss/sass/modules/_base.scss */
.af-two-column p {
  margin: 30px;
}
/* line 757, ../scss/sass/modules/_base.scss */
.af-two-column a {
  font-weight: bold;
}
/* line 760, ../scss/sass/modules/_base.scss */
.af-two-column-img {
  height: 120px;
}
/* line 762, ../scss/sass/modules/_base.scss */
.af-two-column-img-first {
  padding-top: 10px;
}

/* line 768, ../scss/sass/modules/_base.scss */
.af-two-column-container {
  padding: 40px 0px;
}

/* line 771, ../scss/sass/modules/_base.scss */
#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

/* line 782, ../scss/sass/modules/_base.scss */
.modal-open {
  overflow: hidden;
}

/* line 785, ../scss/sass/modules/_base.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 797, ../scss/sass/modules/_base.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 806, ../scss/sass/modules/_base.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 812, ../scss/sass/modules/_base.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 816, ../scss/sass/modules/_base.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 821, ../scss/sass/modules/_base.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 833, ../scss/sass/modules/_base.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 842, ../scss/sass/modules/_base.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 846, ../scss/sass/modules/_base.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 850, ../scss/sass/modules/_base.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 854, ../scss/sass/modules/_base.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 857, ../scss/sass/modules/_base.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 861, ../scss/sass/modules/_base.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 865, ../scss/sass/modules/_base.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 870, ../scss/sass/modules/_base.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 874, ../scss/sass/modules/_base.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 877, ../scss/sass/modules/_base.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 880, ../scss/sass/modules/_base.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 888, ../scss/sass/modules/_base.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 892, ../scss/sass/modules/_base.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 896, ../scss/sass/modules/_base.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 901, ../scss/sass/modules/_base.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 905, ../scss/sass/modules/_base.scss */
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 914, ../scss/sass/modules/_base.scss */
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  /* line 920, ../scss/sass/modules/_base.scss */
  .af-customer-login-buttons a {
    display: block;
    width: 225px;
    text-align: left;
    margin-left: 0px;
  }

  /* line 927, ../scss/sass/modules/_base.scss */
  .af-two-column img {
    margin-top: 30px;
    max-height: 67%;
  }

  /* line 932, ../scss/sass/modules/_base.scss */
  .af-third {
    width: 100%;
    float: left;
  }

  /* line 936, ../scss/sass/modules/_base.scss */
  .af-support-left {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0px;
  }

  /* line 942, ../scss/sass/modules/_base.scss */
  .af-support-border {
    display: none;
  }

  /* line 945, ../scss/sass/modules/_base.scss */
  .af-support-right {
    width: 100%;
    margin-top: 30px;
    float: left;
    text-align: center;
    padding-left: 0px;
  }

  /* line 952, ../scss/sass/modules/_base.scss */
  .af-tc-right {
    width: 100%;
  }

  /* line 955, ../scss/sass/modules/_base.scss */
  .af-tc-left {
    display: none;
  }
}
/* line 960, ../scss/sass/modules/_base.scss */
.sfNavWrp .sfSel {
  font-weight: bold;
  width: calc(100% - 70px);
  background: #f5f5f5;
  outline: 10px solid #F5F5F6;
}
@media (min-width: 425px) and (max-width: 992px) {
  /* line 960, ../scss/sass/modules/_base.scss */
  .sfNavWrp .sfSel {
    width: initial;
  }
}

@media screen and (max-width: 767px) {
  /* line 970, ../scss/sass/modules/_base.scss */
  .sfBreadcrumbWrp {
    display: none;
  }

  /* line 973, ../scss/sass/modules/_base.scss */
  .af-sidebar-tabs {
    display: none !important;
  }

  /* line 976, ../scss/sass/modules/_base.scss */
  .af-large-base-container {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 75px;
  }
  /* line 981, ../scss/sass/modules/_base.scss */
  .af-large-base-container p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 986, ../scss/sass/modules/_base.scss */
  .af-large-base-container .af-base-icon-left {
    position: static;
    margin: 0 auto;
    margin-top: -67px;
    width: 60px;
    height: 60px;
  }

  /* line 1006, ../scss/sass/modules/_base.scss */
  .af-large-base-container #af-base {
    width: 300px;
  }

  /* line 1009, ../scss/sass/modules/_base.scss */
  .af-large-base-container-right {
    float: initial;
  }

  /* line 1012, ../scss/sass/modules/_base.scss */
  .af-large-base-container #af-base:after {
    border-top: 64px solid #252525;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -64px;
    width: 300px;
  }

  /* line 1023, ../scss/sass/modules/_base.scss */
  .af-base-title__advantage {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
  }

  /* line 1028, ../scss/sass/modules/_base.scss */
  .af-base-title__red {
    font-size: 24px;
    font-weight: lighter;
  }

  /* line 1032, ../scss/sass/modules/_base.scss */
  .af-base-checklist li {
    font-size: 21px;
    margin: 10px 0px;
  }
}
/* line 1037, ../scss/sass/modules/_base.scss */
.sitemap .k-treeview .k-item {
  padding: 10px 0 0 0px !important;
}
@media (min-width: 426px) {
  /* line 1037, ../scss/sass/modules/_base.scss */
  .sitemap .k-treeview .k-item {
    padding: 10px 0 0 20px !important;
  }
}

/* line 1043, ../scss/sass/modules/_base.scss */
.af-softblue-background {
  background-color: #F6FDFF;
  margin-top: -22px;
}

/* line 1047, ../scss/sass/modules/_base.scss */
.af150 {
  float: left;
  position: absolute;
  left: 37px;
  margin-top: 5px;
}

/* line 1054, ../scss/sass/modules/_base.scss */
.af-tc-right .sfFormInstructions {
  position: relative;
}
/* line 1056, ../scss/sass/modules/_base.scss */
.af-tc-right .sfFormInstructions div#request-Quote150 {
  left: 0px;
}

/* line 1061, ../scss/sass/modules/_base.scss */
#ctl00_Header_ctl07_C .container {
  /*this is a bad idea. */
  display: none;
}

/* line 1066, ../scss/sass/modules/_base.scss */
.af-dealer-program .sfTxt {
  border: solid silver 1px;
}
/* line 1069, ../scss/sass/modules/_base.scss */
.af-dealer-program .dealer-drop select {
  border: 1px solid silver;
}
/* line 1072, ../scss/sass/modules/_base.scss */
.af-dealer-program .dealer-check {
  padding-bottom: 30px;
}

/* line 1076, ../scss/sass/modules/_base.scss */
.nowrapp {
  white-space: nowrap;
}

/* line 1079, ../scss/sass/modules/_base.scss */
.error {
  color: red;
  border: red 1px solid !important;
}

/* line 1083, ../scss/sass/modules/_base.scss */
.error-message {
  color: red;
  position: absolute !important;
  left: 22px;
  top: 44px;
}
/* line 1088, ../scss/sass/modules/_base.scss */
.error-message p {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  /* line 1083, ../scss/sass/modules/_base.scss */
  .error-message {
    position: static !important;
  }
}

/* line 1095, ../scss/sass/modules/_base.scss */
.reach-me.sfFormDropdown, .province.sfFormDropdown, .af-cc-contact.sfFormDropdown {
  position: relative;
}

/* line 1099, ../scss/sass/modules/_base.scss */
.reach-me.bell select {
  padding-right: 30px;
}

/* line 1106, ../scss/sass/modules/_base.scss */
.af-cc.dealer-drop.province .sfError {
  position: relative;
  top: auto;
}

/* line 1114, ../scss/sass/modules/_base.scss */
.af-media-template-left .province.sfFormDropdown {
  float: left;
  width: 100%;
}

@media screen and (min-width: 767px) {
  /* line 1120, ../scss/sass/modules/_base.scss */
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 1125, ../scss/sass/modules/_base.scss */
  .desktop {
    display: none;
  }
}
/* line 1129, ../scss/sass/modules/_base.scss */
.af-login {
  margin: 50px auto;
}
/* line 1131, ../scss/sass/modules/_base.scss */
.af-login .row {
  display: none;
}
/* line 1133, ../scss/sass/modules/_base.scss */
.af-login .row.accountSelect {
  display: block;
}
/* line 1135, ../scss/sass/modules/_base.scss */
.af-login .row.accountSelect label {
  width: 100%;
  margin-bottom: 20px;
}
/* line 1138, ../scss/sass/modules/_base.scss */
.af-login .row.accountSelect label .btn {
  border-radius: 90px;
  background-color: white;
  border: 1px solid black;
  margin-left: 30px;
  width: 34px;
}
/* line 1148, ../scss/sass/modules/_base.scss */
.af-login .connectWrapper {
  padding-top: 30px;
}
/* line 1151, ../scss/sass/modules/_base.scss */
.af-login .connectWrapper a.btn {
  background-color: #ED1C24;
  color: white;
}

/* line 1159, ../scss/sass/modules/_base.scss */
#accessModal .modal-body {
  height: auto;
}
/* line 1161, ../scss/sass/modules/_base.scss */
#accessModal .modal-body h4 {
  font-size: 35px;
}
/* line 1165, ../scss/sass/modules/_base.scss */
#accessModal .modal-body .col-sm-6 img {
  max-width: 100%;
  display: block;
}
/* line 1170, ../scss/sass/modules/_base.scss */
#accessModal .modal-body .col-sm-6:nth-of-type(2) img {
  padding-top: 15px;
}
@media (min-width: 768px) {
  /* line 1159, ../scss/sass/modules/_base.scss */
  #accessModal .modal-body {
    height: 300px;
  }
}

/* line 1181, ../scss/sass/modules/_base.scss */
#connectModal .modal-body {
  height: auto;
}
/* line 1183, ../scss/sass/modules/_base.scss */
#connectModal .modal-body h4 {
  font-size: 35px;
}
/* line 1187, ../scss/sass/modules/_base.scss */
#connectModal .modal-body img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 1181, ../scss/sass/modules/_base.scss */
  #connectModal .modal-body {
    height: 500px;
  }
}

/* line 1198, ../scss/sass/modules/_base.scss */
.af-login .accountSelect {
  margin-left: 0;
  margin-right: 0;
}
/* line 1202, ../scss/sass/modules/_base.scss */
.af-login label {
  width: 100%;
}
/* line 1205, ../scss/sass/modules/_base.scss */
.af-login input[type="text"] {
  margin: 0;
}

/* line 1214, ../scss/sass/modules/_base.scss */
html[lang="fr"] {
  /*footer*/
  /*live chat*/
  /*bundles hide breadcrumb*/
  /*alarm care buttons*/
  /* ac section */
  /*hide chat box*/
}
/* line 1217, ../scss/sass/modules/_base.scss */
html[lang="fr"] .af-footer-products,
html[lang="fr"] .af-footer-company,
html[lang="fr"] .af-footer-support {
  display: none !important;
}
/* line 1222, ../scss/sass/modules/_base.scss */
html[lang="fr"] .af-sidebar-tabs,
html[lang="fr"] .af-footer-products {
  display: none !important;
}
/* line 1228, ../scss/sass/modules/_base.scss */
html[lang="fr"] li.rsmItem.sfBreadcrumbNavigation:nth-child(2) {
  display: none;
}
/* line 1233, ../scss/sass/modules/_base.scss */
html[lang="fr"] .ac-button-fr {
  display: none;
}
/* line 1236, ../scss/sass/modules/_base.scss */
html[lang="fr"] .ac-french {
  display: none;
}
/* line 1239, ../scss/sass/modules/_base.scss */
html[lang="fr"] iframe#livechat-compact-view {
  display: none !important;
}

/* line 1247, ../scss/sass/modules/_base.scss */
#postalModal .modal-content {
  padding: 30px;
}
/* line 1249, ../scss/sass/modules/_base.scss */
#postalModal .modal-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #444;
}
/* line 1254, ../scss/sass/modules/_base.scss */
#postalModal .modal-content label {
  margin-right: 20px;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 374px) {
  /* line 1254, ../scss/sass/modules/_base.scss */
  #postalModal .modal-content label {
    font-size: 90%;
  }
}
/* line 1262, ../scss/sass/modules/_base.scss */
#postalModal .modal-content .lang p {
  display: inline;
  white-space: nowrap;
}
/* line 1267, ../scss/sass/modules/_base.scss */
#postalModal .modal-content .region {
  margin-top: 20px;
}
/* line 1271, ../scss/sass/modules/_base.scss */
#postalModal .modal-content .region--2 p {
  padding-bottom: 30px;
  white-space: nowrap;
}
/* line 1276, ../scss/sass/modules/_base.scss */
#postalModal .modal-content label {
  display: inline-block;
}
/* line 1280, ../scss/sass/modules/_base.scss */
#postalModal .modal-header {
  border: none;
}
/* line 1283, ../scss/sass/modules/_base.scss */
#postalModal .modal-footer {
  text-align: left;
  border: none;
  padding: 0;
}
/* line 1287, ../scss/sass/modules/_base.scss */
#postalModal .modal-footer button {
  background-color: #ED1C24;
  border-color: #ED1C24;
}
/* line 1292, ../scss/sass/modules/_base.scss */
#postalModal sup {
  font-size: x-small;
}

/* line 1296, ../scss/sass/modules/_base.scss */
#afLogo {
  display: none;
}

/* line 1299, ../scss/sass/modules/_base.scss */
.modalMessage {
  margin-bottom: 18px;
}

/* line 1303, ../scss/sass/modules/_base.scss */
body.bell {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
/* line 1306, ../scss/sass/modules/_base.scss */
body.bell .af-nav {
  background: #0066a4;
}
/* line 1309, ../scss/sass/modules/_base.scss */
body.bell #af-login-button {
  display: none;
}
/* line 1312, ../scss/sass/modules/_base.scss */
body.bell .af-above-nav-link {
  display: none;
}
/* line 1315, ../scss/sass/modules/_base.scss */
body.bell .af-nav__top-links li.af-phone-button-li {
  color: #FFF;
}
/* line 1318, ../scss/sass/modules/_base.scss */
body.bell .af-nav__category-links li a, body.bell .af-nav__top-links li a {
  color: #FFF;
}
/* line 1321, ../scss/sass/modules/_base.scss */
body.bell .af-nav__category-links li a:hover {
  background-color: transparent;
  color: #FFF;
}
/* line 1327, ../scss/sass/modules/_base.scss */
body.bell .af-nav__bottom-links .af-nav__category-links {
  display: none;
}
/* line 1329, ../scss/sass/modules/_base.scss */
body.bell .af-nav__bottom-links .af-nav__category-links li {
  display: none;
  background-color: #0066a4;
}
/* line 1332, ../scss/sass/modules/_base.scss */
body.bell .af-nav__bottom-links .af-nav__category-links li.af-nav__mobile-links {
  display: block;
}
/* line 1335, ../scss/sass/modules/_base.scss */
body.bell .af-nav__bottom-links .af-nav__category-links li.af-nav__mobile-links .af-lang-toggle {
  display: block;
}
/* line 1343, ../scss/sass/modules/_base.scss */
body.bell .bg-red {
  background-color: transparent;
  color: #212121;
}
/* line 1347, ../scss/sass/modules/_base.scss */
body.bell .af-sidebar-tab {
  background-color: #0066a4;
}
/* line 1350, ../scss/sass/modules/_base.scss */
body.bell input[type="submit"] {
  background-color: #0066a4;
}
/* line 1353, ../scss/sass/modules/_base.scss */
body.bell .af-footer-toggle {
  color: #FFF;
  border-color: #0066a4;
  position: relative;
}
@media (max-width: 768px) {
  /* line 1359, ../scss/sass/modules/_base.scss */
  body.bell .af-footer-toggle:after {
    content: '\2304';
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 2rem;
  }
  /* line 1366, ../scss/sass/modules/_base.scss */
  body.bell .af-footer-toggle.active:after {
    content: '^';
    top: 5px;
  }
}
/* line 1372, ../scss/sass/modules/_base.scss */
body.bell .af-tc-right .sfContentBlock ul li:before {
  color: #0066a4;
}
/* line 1375, ../scss/sass/modules/_base.scss */
body.bell .af-mobile-phone-bar {
  background-color: #0066a4;
}
/* line 1377, ../scss/sass/modules/_base.scss */
body.bell .af-mobile-phone-bar a {
  color: #FFF;
}
/* line 1381, ../scss/sass/modules/_base.scss */
body.bell .hamburger p {
  color: #FFF;
}
/* line 1384, ../scss/sass/modules/_base.scss */
body.bell .af-nav__category-links {
  border-color: #0066a4;
}
/* line 1387, ../scss/sass/modules/_base.scss */
body.bell .af-footer-toggle img {
  display: none;
}
/* line 1390, ../scss/sass/modules/_base.scss */
body.bell .sflanguageLnk {
  text-transform: capitalize;
}
/* line 1394, ../scss/sass/modules/_base.scss */
body.bell a {
  color: #0077bf;
}
/* line 1397, ../scss/sass/modules/_base.scss */
body.bell .bg-black {
  background-color: transparent;
  color: #212121;
}
/* line 1401, ../scss/sass/modules/_base.scss */
body.bell .bg-black input, body.bell .bg-black select, body.bell .bg-black textarea {
  border: 1px solid #212121;
}
/* line 1405, ../scss/sass/modules/_base.scss */
body.bell .bg-black input::-webkit-input-placeholder, body.bell .bg-black select::-webkit-input-placeholder, body.bell .bg-black textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
}
/* line 1408, ../scss/sass/modules/_base.scss */
body.bell .bg-black input::-moz-placeholder, body.bell .bg-black select::-moz-placeholder, body.bell .bg-black textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
}
/* line 1411, ../scss/sass/modules/_base.scss */
body.bell .bg-black input:-ms-input-placeholder, body.bell .bg-black select:-ms-input-placeholder, body.bell .bg-black textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
}
/* line 1414, ../scss/sass/modules/_base.scss */
body.bell .bg-black input:-moz-placeholder, body.bell .bg-black select:-moz-placeholder, body.bell .bg-black textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
}
/* line 1420, ../scss/sass/modules/_base.scss */
body.bell ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
}
/* line 1423, ../scss/sass/modules/_base.scss */
body.bell ::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
}
/* line 1426, ../scss/sass/modules/_base.scss */
body.bell :-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
}
/* line 1429, ../scss/sass/modules/_base.scss */
body.bell :-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
}
/* line 1432, ../scss/sass/modules/_base.scss */
body.bell .sfBreadcrumbWrp {
  display: none;
}
/* line 1435, ../scss/sass/modules/_base.scss */
body.bell .af-btn {
  background-color: #0066a4;
  color: #FFF;
}
/* line 1439, ../scss/sass/modules/_base.scss */
body.bell footer {
  background-color: #0066a4;
}
/* line 1441, ../scss/sass/modules/_base.scss */
body.bell footer .af-copyright {
  color: #FFF;
}
/* line 1444, ../scss/sass/modules/_base.scss */
body.bell footer a {
  color: #FFF;
}

/* line 1, ../scss/sass/modules/_hero.scss */
.af-hero {
  height: 601px;
  background: silver;
  padding-top: 160px;
  background-size: cover !important;
}
/* line 6, ../scss/sass/modules/_hero.scss */
.af-hero h1, .af-hero h2 {
  font-size: 36px;
  font-weight: normal;
}

/* line 13, ../scss/sass/modules/_hero.scss */
.af-base-save {
  font-size: 22px;
  vertical-align: text-bottom;
  line-height: 15px;
}
/* line 18, ../scss/sass/modules/_hero.scss */
.af-base-dollar {
  font-size: 36px;
  display: block;
}
/* line 21, ../scss/sass/modules/_hero.scss */
.af-base-dollar-sign {
  font-size: 32px;
  display: inline-block;
  line-height: 54px;
  vertical-align: text-top;
  padding-right: 5px;
}
/* line 29, ../scss/sass/modules/_hero.scss */
.af-base-today {
  font-size: 24px;
}

/* line 33, ../scss/sass/modules/_hero.scss */
.af-hero #af-base {
  color: white;
  background: black;
  display: inline-block;
  height: auto;
  margin-top: 30px;
  position: relative;
  width: 182px;
  margin-bottom: 70px;
  padding-top: 20px;
}
/* line 43, ../scss/sass/modules/_hero.scss */
.af-hero #af-base:after {
  border-top: 50px solid black;
  border-left: 91px solid transparent;
  border-right: 91px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -50px;
  width: 182px;
}
/* line 54, ../scss/sass/modules/_hero.scss */
.af-hero #af-base p {
  text-align: center;
  font-size: 24px;
  font-family: "Helvetica Neue LT W01_71488914", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 60, ../scss/sass/modules/_hero.scss */
.af-base__container {
  display: inline-block;
  text-align: center;
}

/* line 64, ../scss/sass/modules/_hero.scss */
.af-small-hero {
  height: 500px;
  padding-top: 225px;
}

/* line 68, ../scss/sass/modules/_hero.scss */
.af-xs-hero {
  height: 280px;
  padding-top: 170px;
}

/* line 72, ../scss/sass/modules/_hero.scss */
.af-sm-hero {
  height: 400px;
  padding-top: 170px;
}

@media screen and (max-width: 767px) {
  /* line 78, ../scss/sass/modules/_hero.scss */
  .af-hero {
    padding-top: 40px;
  }

  /* line 81, ../scss/sass/modules/_hero.scss */
  .af-hero h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
/* line 2, ../scss/sass/modules/_nav.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 18, ../scss/sass/modules/_nav.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 21, ../scss/sass/modules/_nav.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 27, ../scss/sass/modules/_nav.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 31, ../scss/sass/modules/_nav.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 42, ../scss/sass/modules/_nav.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 45, ../scss/sass/modules/_nav.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 47, ../scss/sass/modules/_nav.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/* line 51, ../scss/sass/modules/_nav.scss */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

/* line 55, ../scss/sass/modules/_nav.scss */
.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 59, ../scss/sass/modules/_nav.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 64, ../scss/sass/modules/_nav.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 68, ../scss/sass/modules/_nav.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 71, ../scss/sass/modules/_nav.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* line 75, ../scss/sass/modules/_nav.scss */
.hamburger {
  position: absolute;
  right: 30px;
  top: 43px;
  display: none;
  z-index: 999;
}
/* line 81, ../scss/sass/modules/_nav.scss */
.hamburger p {
  display: inline-block;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}
/* line 87, ../scss/sass/modules/_nav.scss */
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 30px;
}

/* line 91, ../scss/sass/modules/_nav.scss */
.hamburger-box {
  float: left;
}

/* line 94, ../scss/sass/modules/_nav.scss */
li.rsmItem.sfNoBreadcrumbNavigation {
  font-size: 10px;
}

/* line 99, ../scss/sass/modules/_nav.scss */
li.rsmItem.sfBreadcrumbNavigation {
  font-size: 10px;
}

/* line 104, ../scss/sass/modules/_nav.scss */
.af-nav {
  height: 122px;
  color: #444444;
  position: fixed;
  width: 100%;
  background: rgba(252, 252, 252, 0.95);
  z-index: 999;
}

/* line 112, ../scss/sass/modules/_nav.scss */
.af-nav__top-links {
  display: inline-block;
  float: right;
}
/* line 115, ../scss/sass/modules/_nav.scss */
.af-nav__top-links p {
  font-size: 12px;
}
/* line 118, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li {
  display: inline-block;
  padding-left: 20px;
}
/* line 122, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li.af-phone-button-li {
  padding-left: 8px;
  color: #ED1C24;
  font-weight: bold;
}
/* line 127, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li.af-call-today-li {
  padding-left: 8px;
}
/* line 130, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a {
  color: #444444;
  font-size: 12px;
}

/* line 136, ../scss/sass/modules/_nav.scss */
a.underlined {
  border-bottom: 2px solid #ED1C24;
}

/* line 139, ../scss/sass/modules/_nav.scss */
.af-nav__bottom-links {
  margin-top: 25px;
}

/* line 142, ../scss/sass/modules/_nav.scss */
.af-nav__logo {
  padding-top: 25px;
  padding-left: 15px;
  float: left;
  width: 230px;
  padding-right: 10px;
}
/* line 148, ../scss/sass/modules/_nav.scss */
.af-nav__logo img {
  max-width: 230px;
}

/* line 152, ../scss/sass/modules/_nav.scss */
.af-nav__links-container {
  float: left;
  padding-top: 15px;
  width: calc(100% - 250px);
}
@media (min-width: 1025px) {
  /* line 156, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch {
    float: left;
    padding-top: 15px;
    width: auto;
    top: 0;
    position: absolute;
    right: 45px;
  }
  /* line 164, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links {
    margin-top: 70px;
  }
  /* line 166, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links {
    width: 400px;
    float: right;
    display: none;
    border-top: 5px solid #ED1C24;
  }
  /* line 171, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links li {
    display: block;
    width: 100%;
    float: left;
    background: white;
  }
  /* line 176, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links li a {
    padding: 19px 10px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
    margin-right: 0;
  }
  /* line 181, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links li a .chevron {
    display: inline-block;
    float: right;
    padding: 0 10px 10px 10px;
  }
  /* line 187, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links li .af-nav__category-links-dropdown {
    width: 100%;
    position: static;
    border-bottom: 6px solid grey;
  }
  /* line 195, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container.touch .af-nav__bottom-links .af-nav__category-links li.active a .chevron:before {
    transform: rotate(315deg);
    top: 6px;
  }
}

/* line 209, ../scss/sass/modules/_nav.scss */
.af-nav__category-links {
  display: inline-block;
  float: right;
}
/* line 212, ../scss/sass/modules/_nav.scss */
.af-nav__category-links li {
  display: inline-block;
  float: left;
}
/* line 216, ../scss/sass/modules/_nav.scss */
.af-nav__category-links li.last a {
  padding-right: 10px;
  margin-right: -10px;
}
/* line 221, ../scss/sass/modules/_nav.scss */
.af-nav__category-links li a {
  color: #444444;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 8px;
  margin-right: 10px;
  display: block;
}
/* line 229, ../scss/sass/modules/_nav.scss */
.af-nav__category-links li a:hover {
  background: #ED1C24;
  color: white;
  cursor: pointer;
}

/* line 237, ../scss/sass/modules/_nav.scss */
.af-nav__category-links-dropdown {
  width: 200px;
  position: absolute;
  background: white;
  border-bottom: 2px solid black;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
  display: none;
}
/* line 245, ../scss/sass/modules/_nav.scss */
.af-nav__category-links-dropdown li {
  width: 100%;
}
/* line 247, ../scss/sass/modules/_nav.scss */
.af-nav__category-links-dropdown li a {
  width: 100%;
  display: block;
  text-transform: initial;
}

/* line 254, ../scss/sass/modules/_nav.scss */
.af-nav__dropdown-list {
  display: none;
}
/* line 256, ../scss/sass/modules/_nav.scss */
.af-nav__dropdown-list.active {
  display: block;
}

/* line 261, ../scss/sass/modules/_nav.scss */
#af-login-button {
  padding: 7px 8px 7px 8px;
  border: 1px solid #ED1C24;
  border-radius: 4px;
  color: #ED1C24;
  font-weight: bold;
}
/* line 267, ../scss/sass/modules/_nav.scss */
#af-login-button .af-lock-icon {
  width: 20px;
  position: absolute;
  margin-left: -21px;
  height: 24px;
  display: inline-block;
  background: url(../img/nav/account-login-lock.png) no-repeat 2px 6px;
}
/* line 275, ../scss/sass/modules/_nav.scss */
#af-login-button .arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  padding-bottom: 2px;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ED1C24;
}

/* line 286, ../scss/sass/modules/_nav.scss */
#af-phone-button {
  background: #ED1C24;
  padding: 8px 8px 8px 28px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}
/* line 292, ../scss/sass/modules/_nav.scss */
#af-phone-button .af-phone-icon {
  width: 20px;
  position: absolute;
  margin-left: -21px;
  height: 20px;
  display: inline-block;
  background: url(../img/nav/call-today-phone.png) no-repeat 2px 3px;
}

/* line 301, ../scss/sass/modules/_nav.scss */
.af-nav__mobile-links-list {
  display: none;
}

/* line 304, ../scss/sass/modules/_nav.scss */
.af-nav-container {
  position: relative;
}

/* line 307, ../scss/sass/modules/_nav.scss */
.chevron {
  display: none;
}

/* line 310, ../scss/sass/modules/_nav.scss */
ul.af-nav__dropdown-list {
  position: absolute;
  background: white;
  width: 300px;
  top: 40px;
  position: absolute;
  background: white;
  border-bottom: 2px solid black;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
}
/* line 320, ../scss/sass/modules/_nav.scss */
ul.af-nav__dropdown-list li {
  font-weight: bold;
}
/* line 322, ../scss/sass/modules/_nav.scss */
ul.af-nav__dropdown-list li a {
  color: #444444;
  font-size: 13px;
  padding: 15px 10px;
  display: inline-block;
}
/* line 327, ../scss/sass/modules/_nav.scss */
ul.af-nav__dropdown-list li a:hover {
  background: #ED1C24;
  color: white;
  cursor: pointer;
}
/* line 333, ../scss/sass/modules/_nav.scss */
ul.af-nav__dropdown-list li img {
  max-width: 58px;
}

/* line 338, ../scss/sass/modules/_nav.scss */
.af-mobile-phone-bar {
  display: none;
}

/* line 341, ../scss/sass/modules/_nav.scss */
li.text-resize a {
  padding: 0px 3px;
}

/* line 344, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a.font-size-1.active {
  border-bottom: 2px solid red;
}

/* line 347, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a.font-size-2 {
  font-size: 15px;
}

/* line 350, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a.font-size-2.active {
  border-bottom: 2px solid red;
}

/* line 353, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a.font-size-3 {
  font-size: 18px;
}

/* line 356, ../scss/sass/modules/_nav.scss */
.af-nav__top-links li a.font-size-3.active {
  border-bottom: 2px solid red;
}

@media screen and (max-width: 1199px) {
  /* line 360, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 366, ../scss/sass/modules/_nav.scss */
  .chevron {
    display: inline-block;
    float: right;
    padding: 0px 10px 10px 10px;
  }

  /* line 371, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li.active a .chevron::before {
    transform: rotate(315deg);
    top: 6px;
  }

  /* line 375, ../scss/sass/modules/_nav.scss */
  .af-nav {
    height: 105px;
  }

  /* line 378, ../scss/sass/modules/_nav.scss */
  .hamburger {
    display: block;
  }
  /* line 381, ../scss/sass/modules/_nav.scss */
  .hamburger.is-active p {
    transition: 0.2s;
    color: #ED1C24;
  }

  /* line 387, ../scss/sass/modules/_nav.scss */
  .is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
    transition: 0.2s;
    background-color: #ED1C24;
  }

  /* line 391, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container {
    float: left;
    padding-top: 15px;
    width: auto;
    top: 0;
    position: absolute;
    right: 45px;
  }

  /* line 399, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li {
    display: block;
    width: 100%;
    float: left;
    background: white;
  }
  /* line 404, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li a {
    padding: 19px 10px;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
  }
  /* line 410, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li.last a {
    margin-right: 0px;
  }

  /* line 415, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links {
    width: 400px;
    float: right;
    display: none;
    border-top: 5px solid #ED1C24;
  }

  /* line 421, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links-dropdown {
    width: 100%;
    position: static;
    border-bottom: 6px solid grey;
  }
  /* line 426, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links-dropdown li a {
    padding-left: 30px;
  }

  /* line 431, ../scss/sass/modules/_nav.scss */
  .af-nav__bottom-links {
    margin-top: 70px;
  }

  /* line 434, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li.active > a {
    color: #ED1C24;
  }
  /* line 436, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li.active > a:hover {
    color: #fff;
  }

  /* line 440, ../scss/sass/modules/_nav.scss */
  li.text-resize {
    position: absolute;
    right: 150px;
    list-style-type: none;
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* line 448, ../scss/sass/modules/_nav.scss */
  li.text-resize {
    position: static;
    right: 150px;
    list-style-type: none;
    bottom: 22px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    font-size: 16px !important;
  }

  /* line 458, ../scss/sass/modules/_nav.scss */
  li.text-resize a {
    display: inline-block;
    border-bottom: none;
    padding: 0px !important;
  }

  /* line 464, ../scss/sass/modules/_nav.scss */
  li.text-resize a.active {
    border-bottom: 2px solid red;
  }

  /* line 468, ../scss/sass/modules/_nav.scss */
  li.text-resize a.font-size-1 {
    margin-left: calc(100% - 165px);
    font-size: 12px;
  }

  /* line 473, ../scss/sass/modules/_nav.scss */
  li.text-resize a.font-size-2 {
    font-size: 15px;
  }

  /* line 477, ../scss/sass/modules/_nav.scss */
  li.text-resize a.font-size-3 {
    font-size: 18px;
  }

  /* line 480, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar {
    padding: 10px;
    display: block;
    background: #ED1C24;
    color: white;
    text-align: center;
  }
  /* line 486, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  /* line 492, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar a {
    color: white;
    display: inline-block;
  }
  /* line 496, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar-left {
    float: left;
    font-size: 20px;
    padding-top: 7px;
  }
  /* line 501, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar-middle {
    float: left;
    padding: 10px 20px;
  }
  /* line 505, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar-right {
    float: left;
    font-size: 28px;
  }

  /* line 510, ../scss/sass/modules/_nav.scss */
  .hamburger {
    top: 5px;
  }

  /* line 513, ../scss/sass/modules/_nav.scss */
  .af-nav__mobile-links-list {
    display: block;
  }

  /* line 516, ../scss/sass/modules/_nav.scss */
  .af-nav {
    height: 65px;
  }

  /* line 519, ../scss/sass/modules/_nav.scss */
  .af-nav__logo {
    width: 200px;
    padding-top: 8px;
  }
  /* line 522, ../scss/sass/modules/_nav.scss */
  .af-nav__logo .mobile {
    padding-top: 12px;
  }

  /* line 528, ../scss/sass/modules/_nav.scss */
  .af-nav__mobile-links li a {
    text-transform: initial;
    padding: 11px 10px;
    font-weight: 300;
  }
  /* line 534, ../scss/sass/modules/_nav.scss */
  .af-nav__mobile-links-list {
    margin-top: 5px;
    border-top: 1px solid #dadada;
  }

  /* line 539, ../scss/sass/modules/_nav.scss */
  .af-nav__top-links {
    display: none;
  }

  /* line 542, ../scss/sass/modules/_nav.scss */
  .af-nav__links-container {
    padding-top: 0px;
    width: 100%;
    left: 0;
    top: 65px;
  }

  /* line 548, ../scss/sass/modules/_nav.scss */
  .af-nav__bottom-links {
    margin-top: 0px;
  }

  /* line 551, ../scss/sass/modules/_nav.scss */
  .af-nav__logo img {
    max-width: 160px;
  }

  /* line 554, ../scss/sass/modules/_nav.scss */
  .af-nav-container {
    position: static;
  }

  /* line 557, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links {
    width: 100%;
    float: left;
  }

  /* line 561, ../scss/sass/modules/_nav.scss */
  .af-nav__mobile-links-list img {
    max-width: 9px;
    margin-top: -5px;
    margin-right: 10px;
  }

  /* line 566, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li a:hover {
    background: white;
    color: #444444;
  }

  /* line 570, ../scss/sass/modules/_nav.scss */
  .af-nav__category-links li.active > a:hover {
    color: #ED1C24;
  }

  /* line 573, ../scss/sass/modules/_nav.scss */
  .af-nav {
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 420px) {
  /* line 580, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar a {
    font-size: 18px;
  }

  /* line 584, ../scss/sass/modules/_nav.scss */
  .af-mobile-phone-bar-right {
    padding-top: 7px;
  }
}
/* line 589, ../scss/sass/modules/_nav.scss */
.sflanguagesHorizontalList {
  display: none;
}

/* line 1, ../scss/sass/modules/_home.scss */
.af-home-form {
  color: white;
  display: table;
}
/* line 4, ../scss/sass/modules/_home.scss */
.af-home-form-left {
  background: #ED1C24;
  width: 38%;
  display: table-cell;
  padding: 90px 0px;
  padding-right: 10px;
  padding-left: 15px;
}
/* line 11, ../scss/sass/modules/_home.scss */
.af-home-form-left-title {
  font-size: 30px;
  font-weight: 400;
}
/* line 19, ../scss/sass/modules/_home.scss */
.af-home-form-right {
  background: #121212;
  display: table-cell;
  padding: 15px 0px 25px 25px;
  vertical-align: top;
}
/* line 25, ../scss/sass/modules/_home.scss */
.af-home-form-wrapper {
  background: #ED1C24;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #ED1C24 0%, #ED1C24 50%, #121212 50%, #121212 100%);
  background: -o-linear-gradient(left, #ED1C24 0%, #ED1C24 50%, #121212 50%, #121212 100%);
  background: linear-gradient(to right, #ED1C24 0%, #ED1C24 50%, #121212 50%, #121212 100%);
  /* FF3.6-15 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED1C24', endColorstr='#121212',GradientType=1 );
  /* IE6-9 */
}

/* line 33, ../scss/sass/modules/_home.scss */
.af-home-form-right div {
  display: inline-block;
}

/* line 36, ../scss/sass/modules/_home.scss */
.af-home-products {
  text-align: center;
  margin: 65px auto 65px;
}
/* line 39, ../scss/sass/modules/_home.scss */
.af-home-products img {
  max-width: 245px;
  border-radius: 50%;
}
/* line 43, ../scss/sass/modules/_home.scss */
.af-home-products__bottom-content {
  max-width: 800px;
  margin: 20px auto 40px;
}

/* line 48, ../scss/sass/modules/_home.scss */
.af-home-form-required {
  position: absolute;
  margin-top: -80px;
  font-size: 12px;
}

/* line 53, ../scss/sass/modules/_home.scss */
html[lang='fr'] .af-home-form-required {
  margin-top: auto;
  top: 140px;
}

/* line 57, ../scss/sass/modules/_home.scss */
.af-quote-form-submit.sfSubmitBtnSmall {
  position: absolute;
  display: inline-block;
  margin-top: 55px;
}

/* line 62, ../scss/sass/modules/_home.scss */
html[lang='fr'] .af-quote-form-submit.sfSubmitBtnSmall {
  margin-top: auto;
  top: 170px;
}

/* line 67, ../scss/sass/modules/_home.scss */
.af-home-product-title {
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
/* line 75, ../scss/sass/modules/_home.scss */
.af-home-product p {
  padding: 0px 30px;
}

/* line 79, ../scss/sass/modules/_home.scss */
.af-third.af-home-product {
  margin-top: 60px;
  margin-bottom: 45px;
}

/* line 83, ../scss/sass/modules/_home.scss */
.af-home-form-right {
  position: relative;
}
/* line 85, ../scss/sass/modules/_home.scss */
.af-home-form-right label {
  display: none;
}

/* line 89, ../scss/sass/modules/_home.scss */
input[type="text"] {
  padding: 9px 13px;
  margin: 10px;
  border: 0;
}

/* line 94, ../scss/sass/modules/_home.scss */
.firstname input {
  width: 190px;
  margin-right: 0px;
}

/* line 98, ../scss/sass/modules/_home.scss */
.lastname input {
  width: 190px;
}

/* line 101, ../scss/sass/modules/_home.scss */
.phone input {
  width: 170px;
}

/* line 104, ../scss/sass/modules/_home.scss */
.email input {
  width: 200px;
  margin-right: 4px;
}

/* line 108, ../scss/sass/modules/_home.scss */
select {
  padding: 10px 13px;
  margin: 10px;
  border: 0;
}

/* line 113, ../scss/sass/modules/_home.scss */
.province select {
  width: 220px;
}

/* line 116, ../scss/sass/modules/_home.scss */
.reach-me select {
  margin-left: 0;
  min-width: 140px;
}

/* line 120, ../scss/sass/modules/_home.scss */
textarea {
  margin: 10px;
  width: 325px;
  border: 0;
  height: 90px;
  resize: none;
}

/* line 127, ../scss/sass/modules/_home.scss */
input[type="submit"] {
  background: #ED1C24;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  color: white;
  border: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  white-space: normal;
  margin: 0 auto;
  display: block;
}

/* line 139, ../scss/sass/modules/_home.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 143, ../scss/sass/modules/_home.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #323232;
}

/* line 147, ../scss/sass/modules/_home.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #323232;
}

/* line 151, ../scss/sass/modules/_home.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 154, ../scss/sass/modules/_home.scss */
.af-advance-monitoring-section {
  background: #f5f5f5;
}

/* line 157, ../scss/sass/modules/_home.scss */
.af-customer-service-section {
  background: #f5f5f5;
}

/* line 160, ../scss/sass/modules/_home.scss */
.af-neighbourhood-section {
  background: #f5f5f5;
}

/* line 163, ../scss/sass/modules/_home.scss */
.af-mobile-form-toggle {
  display: none;
}
/* line 165, ../scss/sass/modules/_home.scss */
.af-mobile-form-toggle-icon {
  max-width: 30px;
}
/* line 168, ../scss/sass/modules/_home.scss */
.af-mobile-form-toggle-arrow {
  max-width: 18px;
}

/* line 172, ../scss/sass/modules/_home.scss */
.af-mobile-form-toggle.active.open img[title="V"] {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  /* line 179, ../scss/sass/modules/_home.scss */
  .af-home-products img {
    padding: 0px 20px;
  }

  /* line 182, ../scss/sass/modules/_home.scss */
  .af-quote-form-submit.sfSubmitBtnSmall {
    position: static;
    display: inline-block;
    margin-left: 14px;
    margin-top: 0px;
  }

  /* line 188, ../scss/sass/modules/_home.scss */
  .af-home-form-right div {
    display: inline-block;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  /* line 194, ../scss/sass/modules/_home.scss */
  .af-home-form-right {
    display: none;
  }

  /* line 197, ../scss/sass/modules/_home.scss */
  .af-home-products img {
    margin: 0 auto !important;
  }

  /* line 200, ../scss/sass/modules/_home.scss */
  .af-home-form-left {
    background: black;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding: 10px 15px;
  }

  /* line 209, ../scss/sass/modules/_home.scss */
  .af-home-form-left-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* line 213, ../scss/sass/modules/_home.scss */
  .af-home-form-wrapper {
    background: none;
  }

  /* line 216, ../scss/sass/modules/_home.scss */
  .af-home-form {
    color: white;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  /* line 223, ../scss/sass/modules/_home.scss */
  .af-mobile-form-toggle {
    display: block;
    background: #ee3a43;
    color: white;
    padding: 15px 0px;
    font-size: 20px;
    text-align: center;
  }

  /* line 231, ../scss/sass/modules/_home.scss */
  html[lang='fr'] .af-mobile-form-toggle {
    font-size: 15px;
  }

  /* line 234, ../scss/sass/modules/_home.scss */
  .af-mobile-form-toggle.active.open img[title="V"] {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  /* line 241, ../scss/sass/modules/_home.scss */
  #firstname {
    width: calc(50% - 27px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 247, ../scss/sass/modules/_home.scss */
  #lastname {
    width: calc(50% - 9px);
  }

  /* line 251, ../scss/sass/modules/_home.scss */
  #phone {
    width: calc(100% - 22px);
    margin-left: 0px;
  }

  /* line 256, ../scss/sass/modules/_home.scss */
  #email {
    width: calc(100% - 22px);
    margin-left: 0px;
  }

  /* line 260, ../scss/sass/modules/_home.scss */
  #province {
    width: calc(50% - 5px);
    margin-left: 0px;
  }

  /* line 264, ../scss/sass/modules/_home.scss */
  #reach-me {
    width: calc(50% - 32px);
  }

  /* line 267, ../scss/sass/modules/_home.scss */
  textarea {
    width: calc(100% - 22px);
    margin-left: 0px;
  }

  /* line 271, ../scss/sass/modules/_home.scss */
  .af-home-form-right {
    padding: 15px 25px 25px 25px;
  }

  /* line 276, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.firstname {
    width: 100%;
  }

  /* line 280, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.firstname input {
    width: 100%;
  }

  /* line 285, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.lastname {
    width: 100%;
  }

  /* line 289, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.lastname input {
    width: 100%;
  }

  /* line 294, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.phone {
    width: 100%;
  }

  /* line 298, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.phone input {
    width: 100%;
  }

  /* line 303, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.email {
    width: 100%;
  }

  /* line 307, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.email input {
    width: 100%;
  }

  /* line 312, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.province {
    width: 100%;
  }

  /* line 316, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.province select {
    width: 98%;
  }

  /* line 321, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.reach-me {
    width: 100%;
  }

  /* line 325, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.reach-me select {
    margin-left: 10px;
    width: 98%;
  }

  /* line 331, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.request-paraBox {
    width: 100%;
  }

  /* line 335, ../scss/sass/modules/_home.scss */
  .af-home-form-right div.request-paraBox textarea {
    width: 98%;
    margin-left: 10px;
  }

  /* line 341, ../scss/sass/modules/_home.scss */
  .af-home-form-right div {
    display: block;
    width: calc(100% - 5px);
  }

  /* line 347, ../scss/sass/modules/_home.scss */
  .af-home-form-required {
    position: static;
    margin-top: 0px;
    padding-left: 10px;
  }

  /* line 354, ../scss/sass/modules/_home.scss */
  .af-quote-form-submit.sfSubmitBtnSmall {
    position: static;
    display: inline-block;
    margin-top: 55px;
  }

  /* line 361, ../scss/sass/modules/_home.scss */
  .af150 {
    float: left;
    position: static;
    /* margin-top: -120px; */
    text-align: right;
  }
}
/* line 1, ../scss/sass/modules/_bundles.scss */
.af-bundles {
  border-spacing: 30px;
  background: #f5f5f5;
}

@media screen and (max-width: 1220px) {
  /* line 6, ../scss/sass/modules/_bundles.scss */
  .af-bundles {
    overflow-x: scroll;
    border-spacing: 30px;
    -webkit-overflow-scrolling: touch;
    /* lets it scroll lazy */
  }
}
/* line 12, ../scss/sass/modules/_bundles.scss */
.af-mobile-bundles {
  border-spacing: 30px 15px;
}
/* line 14, ../scss/sass/modules/_bundles.scss */
.af-mobile-bundles-comparisson {
  background: #f5f5f5;
}

/* line 18, ../scss/sass/modules/_bundles.scss */
.af-mobile-bundles-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* line 23, ../scss/sass/modules/_bundles.scss */
.af-bundles-center {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (max-width: 1220px) {
  /* line 28, ../scss/sass/modules/_bundles.scss */
  .af-mobile-bundles {
    overflow-x: scroll;
    border-spacing: 30px;
    -webkit-overflow-scrolling: touch;
    /* lets it scroll lazy */
  }
}
/* line 34, ../scss/sass/modules/_bundles.scss */
.af-bundles-wrap {
  text-align: center;
}

/* line 37, ../scss/sass/modules/_bundles.scss */
.af-bundle {
  width: 261px;
  margin-right: 15px;
  margin-left: 15px;
  display: table-cell;
  position: relative;
  padding-bottom: 30px;
  background: white;
}
/* line 45, ../scss/sass/modules/_bundles.scss */
.af-bundle:after {
  border-top: 60px solid white;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -60px;
  width: 261px;
}
/* line 56, ../scss/sass/modules/_bundles.scss */
.af-bundle-title {
  background: black;
  color: white;
  text-align: center;
}
/* line 60, ../scss/sass/modules/_bundles.scss */
.af-bundle-title p {
  font-size: 24px;
}
/* line 64, ../scss/sass/modules/_bundles.scss */
.af-bundle-products {
  padding: 0px 10px;
}
/* line 71, ../scss/sass/modules/_bundles.scss */
.af-bundle-products img {
  max-width: 244px;
}
/* line 74, ../scss/sass/modules/_bundles.scss */
.af-bundle-products p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 425px) and (max-width: 1279px) {
  /* line 81, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products.command img {
    max-width: 265px;
  }
}

/* line 90, ../scss/sass/modules/_bundles.scss */
.af-bundle-notes p {
  color: silver;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
}

/* line 97, ../scss/sass/modules/_bundles.scss */
.af-bundle-quote a {
  color: #ED1C24;
  bottom: 0;
  position: absolute;
  font-weight: bold;
  left: 0;
  right: 0;
}

/* line 107, ../scss/sass/modules/_bundles.scss */
.af-bundles-button {
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 20px;
}

/* line 114, ../scss/sass/modules/_bundles.scss */
.af-bundles-copy {
  background: #e67e22;
  padding: 60px 0px;
}
/* line 117, ../scss/sass/modules/_bundles.scss */
.af-bundles-copy h2 {
  font-size: 36px;
}

/* line 121, ../scss/sass/modules/_bundles.scss */
.af-bundles-wrap {
  width: 1200px;
  margin: 0 auto;
  display: table;
}

/* line 127, ../scss/sass/modules/_bundles.scss */
.af-bundles-col {
  float: left;
}
/* line 129, ../scss/sass/modules/_bundles.scss */
.af-bundles-col-pink {
  background: #fff6f7;
}
/* line 132, ../scss/sass/modules/_bundles.scss */
.af-bundles-col-name {
  font-weight: bold;
  width: 320px;
}
/* line 136, ../scss/sass/modules/_bundles.scss */
.af-bundles-col-checks {
  width: 170px;
}
/* line 139, ../scss/sass/modules/_bundles.scss */
.af-bundles-col div {
  padding: 17px 10px;
  height: 55px;
  border-bottom: 1px solid #eaeaea;
}
/* line 143, ../scss/sass/modules/_bundles.scss */
.af-bundles-col div:nth-last-child(-n+2) {
  border-bottom: none !important;
}
/* line 146, ../scss/sass/modules/_bundles.scss */
.af-bundles-col div:nth-last-child(1) {
  height: auto !important;
}

/* line 151, ../scss/sass/modules/_bundles.scss */
.af-bundles-td-bottom {
  COLOR: white;
  background: #ED1C24;
  border-left: 1px solid white;
  text-align: center;
}
/* line 156, ../scss/sass/modules/_bundles.scss */
.af-bundles-td-bottom span {
  display: block;
  font-weight: bold;
}
/* line 160, ../scss/sass/modules/_bundles.scss */
.af-bundles-td-bottom a {
  color: white;
}

/* line 164, ../scss/sass/modules/_bundles.scss */
.af-bundles-th {
  background: #ee3e43;
  text-align: center;
  height: 140px !important;
  border-left: 1px solid white;
  border-bottom: none !important;
}
/* line 170, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-dark {
  background: #c3292c;
}
/* line 173, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-bundle {
  background: #252525;
  cursor: initial !important;
}
/* line 176, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-bundle p {
  color: #fc3d3d !important;
  font-size: 20px;
  margin-top: 43px;
}
/* line 182, ../scss/sass/modules/_bundles.scss */
.af-bundles-th p {
  color: white;
}
/* line 185, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-price {
  font-size: 60px;
  line-height: 1;
}
/* line 188, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-price:after {
  content: '/MO';
  font-size: 16px;
  position: relative;
  left: -15px;
  float: right;
  bottom: 24px;
}
/* line 196, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-price span {
  font-size: 18px;
  vertical-align: top;
  line-height: 1.7;
}
/* line 202, ../scss/sass/modules/_bundles.scss */
.af-bundles-th-down {
  font-size: 14px;
}

/* line 207, ../scss/sass/modules/_bundles.scss */
.af-comparison-col {
  float: left;
}
/* line 209, ../scss/sass/modules/_bundles.scss */
.af-comparison-col-checks {
  width: 170px;
}
/* line 212, ../scss/sass/modules/_bundles.scss */
.af-comparison-col-name {
  width: 320px;
  font-weight: bold;
}
/* line 217, ../scss/sass/modules/_bundles.scss */
.af-comparison-col-red div {
  background: #ED1C24 !important;
}
/* line 221, ../scss/sass/modules/_bundles.scss */
.af-comparison-col div {
  padding: 20px 0px;
  text-align: center;
  min-height: 60px;
  border-bottom: 1px solid #f5f5f5;
  background: white;
}

/* line 229, ../scss/sass/modules/_bundles.scss */
.af-comparison-col-red div {
  border-bottom: 1px solid white;
}

/* line 232, ../scss/sass/modules/_bundles.scss */
.af-comparison-logo-div {
  position: relative;
  min-height: 115px !important;
  border-bottom: 1px solid #ED1C24 !important;
}
/* line 236, ../scss/sass/modules/_bundles.scss */
.af-comparison-logo-div img {
  position: absolute;
  top: -37px;
  left: -1px;
}

/* line 242, ../scss/sass/modules/_bundles.scss */
.af-comparison-title-div {
  background: black !important;
  color: white;
  padding: 45px 0px !important;
  text-align: center;
  font-size: 18px;
}
/* line 248, ../scss/sass/modules/_bundles.scss */
.af-comparison-title-div-red {
  color: #ED1C24;
  font-size: 20px;
  height: 115px;
}

/* line 254, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-bar {
  background: #f5f5f5;
  padding-bottom: 30px;
}

/* line 258, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-left {
  width: calc(100% - 200px);
  float: left;
  padding-top: 90px;
}
/* line 262, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-left h2 {
  font-size: 30px;
}

/* line 266, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-right {
  width: 200px;
  float: left;
}

/* line 270, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-right #af-base {
  color: white;
  background: black;
  display: inline-block;
  height: auto;
  margin-top: 0px;
  position: relative;
  width: 182px;
  margin-bottom: 70px;
  padding-top: 20px;
}
/* line 280, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-right #af-base:after {
  border-top: 50px solid black;
  border-left: 91px solid transparent;
  border-right: 91px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -50px;
  width: 182px;
}
/* line 291, ../scss/sass/modules/_bundles.scss */
.af-view-bundles-right #af-base p {
  text-align: center;
  font-size: 40px;
  font-family: "Helvetica Neue LT W01_71488914", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 301, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover-close {
  padding: 0px !important;
  height: auto !important;
  border-bottom: none !important;
  text-align: right;
}

/* line 307, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover {
  position: absolute;
  width: 350px;
  background: #f6f6f6;
  text-align: left;
  bottom: 46px;
  left: 267px;
  z-index: 9;
  display: none;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* line 318, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover.open {
  display: block;
}
/* line 321, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover-img {
  width: 100px;
  float: left;
}
/* line 324, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover-img img {
  max-width: 100%;
}
/* line 328, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover-content {
  float: left;
  width: 200px;
}
/* line 332, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover p {
  font-weight: 400;
  font-size: 12px;
}
/* line 336, ../scss/sass/modules/_bundles.scss */
.af-bundle-hover:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  bottom: -2em;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent transparent #f6f6f6 #f6f6f6;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 355, ../scss/sass/modules/_bundles.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 364, ../scss/sass/modules/_bundles.scss */
.modal-open {
  overflow: hidden;
}

/* line 367, ../scss/sass/modules/_bundles.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 379, ../scss/sass/modules/_bundles.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 388, ../scss/sass/modules/_bundles.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 394, ../scss/sass/modules/_bundles.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 398, ../scss/sass/modules/_bundles.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 403, ../scss/sass/modules/_bundles.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 415, ../scss/sass/modules/_bundles.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 424, ../scss/sass/modules/_bundles.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 428, ../scss/sass/modules/_bundles.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 432, ../scss/sass/modules/_bundles.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 436, ../scss/sass/modules/_bundles.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 439, ../scss/sass/modules/_bundles.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 443, ../scss/sass/modules/_bundles.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 447, ../scss/sass/modules/_bundles.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 452, ../scss/sass/modules/_bundles.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 456, ../scss/sass/modules/_bundles.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 459, ../scss/sass/modules/_bundles.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 462, ../scss/sass/modules/_bundles.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 469, ../scss/sass/modules/_bundles.scss */
.comparison .af-bundles-center {
  margin-top: 40px;
}

@media (min-width: 768px) {
  /* line 473, ../scss/sass/modules/_bundles.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 477, ../scss/sass/modules/_bundles.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 481, ../scss/sass/modules/_bundles.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 486, ../scss/sass/modules/_bundles.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 490, ../scss/sass/modules/_bundles.scss */
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 499, ../scss/sass/modules/_bundles.scss */
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  /* line 505, ../scss/sass/modules/_bundles.scss */
  .af-view-bundles-left {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  /* line 513, ../scss/sass/modules/_bundles.scss */
  .af-mobile-bundles-wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  /* line 520, ../scss/sass/modules/_bundles.scss */
  .af-larger-base-container #af-base {
    color: white;
    background: #252525;
    display: inline-block;
    height: auto;
    position: relative;
    width: calc(100% - 40px);
    float: right;
    margin-bottom: 150px;
    padding: 40px;
    text-align: left;
  }

  /* line 534, ../scss/sass/modules/_bundles.scss */
  .af-larger-base-container #af-base:after {
    border-top: none;
    border-left: 235px solid transparent;
    border-right: calc(100px) solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -90px;
    width: 470px;
  }

  /* line 545, ../scss/sass/modules/_bundles.scss */
  .af-bundles-wrap {
    width: 100%;
  }

  /* line 548, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products {
    display: none;
  }

  /* line 551, ../scss/sass/modules/_bundles.scss */
  .af-bundle {
    width: 100%;
    display: block;
    position: relative;
    background: none;
    margin-left: 0;
  }

  /* line 558, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products {
    background: white;
  }

  /* line 561, ../scss/sass/modules/_bundles.scss */
  .af-bundle:after {
    border-top: none;
  }

  /* line 564, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title {
    background: #f5f5f5;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #110f0d;
  }
  /* line 569, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title p {
    font-size: 20px;
  }
  /* line 571, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title p:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: red;
    float: right;
    background: url("../img/bundle-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 14px;
    padding-right: 20px;
    margin-left: -40px;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 590, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active {
    background: #110f0d;
  }
  /* line 592, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active p {
    color: white;
  }
  /* line 594, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active p:after {
    background: url("../img/bundle-arrow-active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 14px;
  }

  /* line 602, ../scss/sass/modules/_bundles.scss */
  .af-bundle-notes p {
    color: #333;
    text-align: center;
  }

  /* line 606, ../scss/sass/modules/_bundles.scss */
  .af-bundle-quote {
    text-align: center;
    padding-top: 20px;
  }
  /* line 609, ../scss/sass/modules/_bundles.scss */
  .af-bundle-quote a {
    position: static;
    margin-left: 0px;
  }

  /* line 614, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1279px) {
  /* line 621, ../scss/sass/modules/_bundles.scss */
  .af-bundles-wrap {
    width: 100%;
  }

  /* line 624, ../scss/sass/modules/_bundles.scss */
  .af-bundle {
    width: 100%;
    display: block;
    position: relative;
    background: none;
    margin-left: 0;
  }

  /* line 631, ../scss/sass/modules/_bundles.scss */
  .af-bundle:after {
    border-top: none;
  }

  /* line 635, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title {
    background: #f5f5f5;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #110f0d;
  }

  /* line 641, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active {
    background: #110f0d;
  }

  /* line 644, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active p {
    color: white;
  }

  /* line 647, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products {
    background: white;
  }

  /* line 650, ../scss/sass/modules/_bundles.scss */
  .af-bundle-products {
    display: none;
  }

  /* line 653, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title p:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: red;
    float: right;
    background: url("../img/bundle-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 14px;
    padding-right: 20px;
    margin-left: -40px;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 670, ../scss/sass/modules/_bundles.scss */
  .af-bundle-title.active p:after {
    background: url("../img/bundle-arrow-active.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 14px;
  }
}
/* line 1, ../scss/sass/modules/_easy-steps.scss */
.af-easy-step {
  text-align: center;
}

/* line 4, ../scss/sass/modules/_easy-steps.scss */
#af-easy-steps {
  position: relative;
}

/* line 7, ../scss/sass/modules/_easy-steps.scss */
.af-easy-steps.container {
  position: relative;
}
/* line 9, ../scss/sass/modules/_easy-steps.scss */
.af-easy-steps.container .af-header {
  padding: 60px 0px;
  text-align: center;
  padding: 40px 0px;
}

/* line 15, ../scss/sass/modules/_easy-steps.scss */
.af-easy-step-button {
  text-align: center;
  padding: 40px 0px;
}

/* line 19, ../scss/sass/modules/_easy-steps.scss */
.af-easy-step-image {
  background: black;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
}
/* line 27, ../scss/sass/modules/_easy-steps.scss */
.af-easy-step-image__quote {
  padding-top: 50px;
}
/* line 30, ../scss/sass/modules/_easy-steps.scss */
.af-easy-step-image__installation {
  padding-left: 20px;
}

/* line 34, ../scss/sass/modules/_easy-steps.scss */
.af-easy-steps-dots {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 224px;
  z-index: -1;
}

/* line 43, ../scss/sass/modules/_easy-steps.scss */
.af-easy-steps .item {
  padding: 0 24px;
}

@media screen and (max-width: 1024px) {
  /* line 48, ../scss/sass/modules/_easy-steps.scss */
  .af-easy-steps-dots {
    max-width: 375px;
  }

  /* line 51, ../scss/sass/modules/_easy-steps.scss */
  .af-easy-step-image {
    width: 195px;
    height: 195px;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, ../scss/sass/modules/_easy-steps.scss */
  .af-easy-steps-dots {
    display: none;
  }

  /* line 61, ../scss/sass/modules/_easy-steps.scss */
  .af-easy-step-image img {
    max-width: 100px;
    margin: 0 auto;
  }
}
/* line 1, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail {
  display: none;
  margin-top: 40px;
}
/* line 4, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail h2 {
  font-size: 24px;
  font-weight: bold;
}
/* line 8, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail p {
  line-height: 1.5;
  margin-bottom: 30px;
}
/* line 12, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail ul {
  list-style-type: disc;
  margin-left: 15px;
}
/* line 15, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail ul li {
  margin-bottom: 5px;
}

/* line 20, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail-sub-head {
  font-weight: bold;
  margin-bottom: 5px !important;
}

/* line 24, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail-available-title {
  width: 600px;
  margin: 60px auto;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  line-height: 0.1em;
}

/* line 31, ../scss/sass/modules/_products-carousel.scss */
.af-product-detail-available-title span {
  background: #fff;
  padding: 0 10px;
  font-size: 18px;
}

/* line 37, ../scss/sass/modules/_products-carousel.scss */
.af-products-details-slider {
  margin: 40px 0px;
}

/* line 41, ../scss/sass/modules/_products-carousel.scss */
.af-products-details-slider-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 49, ../scss/sass/modules/_products-carousel.scss */
.af-products-details-slider .item p {
  font-size: 24px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* line 59, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .item p {
  color: #666;
  text-align: center;
  font-size: 14px;
}

/* line 66, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider {
  margin: 0 auto !important;
  width: 800px !important;
  margin-bottom: 50px !important;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 75, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-prev {
  position: absolute;
  top: 50px;
  left: -75px;
  background: none !important;
}
/* line 80, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-prev:hover {
  background: none !important;
}
/* line 83, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-prev img {
  opacity: 0.8;
}
/* line 85, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-prev img:active {
  opacity: 1;
}
/* line 90, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-next {
  position: absolute;
  top: 50px;
  right: -75px;
  background: none !important;
}
/* line 95, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-next:hover {
  background: none !important;
}
/* line 98, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-next img {
  opacity: 0.8;
}
/* line 100, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-next img:active {
  opacity: 1;
}

/* line 107, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24 !important;
}

/* line 111, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #474747 !important;
}

@media screen and (min-width: 768px) {
  /* line 120, ../scss/sass/modules/_products-carousel.scss */
  #af-home-products .owl-stage {
    transform: none !important;
  }
}
/* line 129, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 135, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-animated-in {
  z-index: 0;
}

/* line 138, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-animated-out {
  z-index: 1;
}

/* line 141, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 168, ../scss/sass/modules/_products-carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 179, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 187, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 191, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 199, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 205, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-controls .owl-nav .owl-prev,
#af-products-details-slider .owl-controls .owl-nav .owl-next,
#af-products-details-slider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 216, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-loaded {
  display: block;
}

/* line 219, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-loading {
  opacity: 0;
  display: block;
}

/* line 223, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-hidden {
  opacity: 0;
}

/* line 226, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-refresh .owl-item {
  display: none;
}

/* line 229, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 241, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 246, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 252, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 259, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-rtl {
  direction: rtl;
}

/* line 262, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 267, ../scss/sass/modules/_products-carousel.scss */
.no-js #af-products-details-slider {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 274, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 282, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 289, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 294, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 312, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 319, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-playing .owl-video-tn,
#af-products-details-slider .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 323, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 338, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 342, ../scss/sass/modules/_products-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media screen and (max-width: 1024px) {
  /* line 345, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider {
    margin: 0 auto !important;
    width: 600px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 352, ../scss/sass/modules/_products-carousel.scss */
  .af-two-column .col-sm-6:nth-child(1) {
    border-right: none;
  }

  /* line 355, ../scss/sass/modules/_products-carousel.scss */
  .af-product-detail-available-title {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    border-bottom: none;
    line-height: 1.5em;
  }

  /* line 363, ../scss/sass/modules/_products-carousel.scss */
  .af-product-detail img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }

  /* line 369, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider {
    margin: 0 auto !important;
    width: 280px !important;
  }
  /* line 373, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider .owl-next {
    position: absolute;
    top: 80px;
    right: 0px;
    background: none !important;
  }
  /* line 378, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider .owl-next img {
    max-width: 25px;
  }
  /* line 382, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider .owl-prev {
    position: absolute;
    top: 80px;
    left: 0px;
    background: none !important;
  }
  /* line 387, ../scss/sass/modules/_products-carousel.scss */
  #af-products-details-slider .owl-prev img {
    max-width: 25px;
  }
}
/* line 393, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: 116px;
  -webkit-transform-style: preserve-3d;
}

/* line 400, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item {
  max-height: 210px;
  overflow: hidden;
  padding: 30px 0px 60px 0px;
}

/* line 405, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .owl-item.clicked {
  background: #eaeaea;
  border-radius: 3px;
}

/* line 409, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .item p {
  margin-top: 12px;
}

/* line 412, ../scss/sass/modules/_products-carousel.scss */
#af-products-details-slider .item p a {
  margin-top: 10px;
  color: #666;
  font-weight: bold;
}

/* line 1, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-carousel {
  margin: 60px 0px;
}

/* line 5, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-carousel-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 12, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-carousel .item p {
  font-size: 24px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* line 20, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-details {
  background: #ED1C24;
  color: white;
  padding: 40px;
}
/* line 24, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 28, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-details a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
}
/* line 36, ../scss/sass/modules/_promotional-carousel.scss */
.af-promotions-details strong {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 48, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-prev {
  position: absolute;
  top: -5px;
  left: -5px;
  background: rgba(255, 255, 255, 0.5) !important;
  height: 100%;
  border-radius: 0;
}
/* line 55, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-prev img {
  margin-top: 225px;
}
/* line 61, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-next {
  position: absolute;
  top: -5px;
  right: -5px;
  background: rgba(255, 255, 255, 0.5) !important;
  height: 100%;
  border-radius: 0;
}
/* line 68, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-next img {
  margin-top: 225px;
}

/* line 79, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24 !important;
}

/* line 83, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #474747 !important;
}

@media screen and (min-width: 768px) {
  /* line 92, ../scss/sass/modules/_promotional-carousel.scss */
  #af-home-products .owl-stage {
    transform: none !important;
  }
}
/* line 101, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 107, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 140, ../scss/sass/modules/_promotional-carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 151, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 159, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 163, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 171, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 177, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-controls .owl-nav .owl-prev,
#af-promotions-carousel .owl-controls .owl-nav .owl-next,
#af-promotions-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 188, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-loaded {
  display: block;
}

/* line 191, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 195, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-hidden {
  opacity: 0;
}

/* line 198, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 201, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 213, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 218, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 224, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 231, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-rtl {
  direction: rtl;
}

/* line 234, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 239, ../scss/sass/modules/_promotional-carousel.scss */
.no-js #af-promotions-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 246, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 254, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 261, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 266, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 284, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 291, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-playing .owl-video-tn,
#af-promotions-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 295, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 310, ../scss/sass/modules/_promotional-carousel.scss */
#af-promotions-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 314, ../scss/sass/modules/_promotional-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 2, ../scss/sass/modules/_lightbox-slider.scss */
.af-bundles-lightbox-carousel-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 7, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel {
  background: #fff;
  padding: 30px 30px;
}

/* line 11, ../scss/sass/modules/_lightbox-slider.scss */
.af-bundles-lightbox-bottom-bar {
  background: #f5f5f5;
  position: relative;
  top: 0px;
  padding: 20px;
}
/* line 16, ../scss/sass/modules/_lightbox-slider.scss */
.af-bundles-lightbox-bottom-bar p {
  text-align: center;
  color: #ED1C24;
  font-weight: bold;
  font-size: 14px;
}

/* line 23, ../scss/sass/modules/_lightbox-slider.scss */
.af-bundles-lightbox-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  color: silver;
  top: 23px;
  cursor: pointer;
}
/* line 30, ../scss/sass/modules/_lightbox-slider.scss */
.af-bundles-lightbox-close img {
  padding-left: 10px;
}

/* line 34, ../scss/sass/modules/_lightbox-slider.scss */
.af-lightbox-spacial-offers {
  color: #ED1C24;
  padding-bottom: 10px;
}

/* line 38, ../scss/sass/modules/_lightbox-slider.scss */
.af-lightbox-offer-name {
  font-size: 24px;
  color: red;
  padding-bottom: 10px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 47, ../scss/sass/modules/_lightbox-slider.scss */
.owl-prev {
  position: absolute;
  top: 170px;
  left: 0;
  background: none !important;
}
/* line 52, ../scss/sass/modules/_lightbox-slider.scss */
.owl-prev:hover {
  background: none !important;
}

/* line 56, ../scss/sass/modules/_lightbox-slider.scss */
.owl-next {
  position: absolute;
  top: 170px;
  right: 0;
  background: none !important;
}
/* line 61, ../scss/sass/modules/_lightbox-slider.scss */
.owl-next:hover {
  background: none !important;
}

/* line 66, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24 !important;
}

/* line 70, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 5px 7px;
  background: #474747 !important;
}

@media screen and (min-width: 768px) {
  /* line 79, ../scss/sass/modules/_lightbox-slider.scss */
  #af-home-products .owl-stage {
    transform: none !important;
  }
}
/* line 88, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 94, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-animated-in {
  z-index: 0;
}

/* line 97, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-animated-out {
  z-index: 1;
}

/* line 100, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 127, ../scss/sass/modules/_lightbox-slider.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 138, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 146, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 150, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 158, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 164, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-controls .owl-nav .owl-prev,
#af-bundles-lightbox-carousel .owl-controls .owl-nav .owl-next,
#af-bundles-lightbox-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 175, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-loaded {
  display: block;
}

/* line 178, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 182, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-hidden {
  opacity: 0;
}

/* line 185, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 188, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 200, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 205, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 211, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 218, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-rtl {
  direction: rtl;
}

/* line 221, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 226, ../scss/sass/modules/_lightbox-slider.scss */
.no-js #af-bundles-lightbox-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 233, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 241, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 248, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 253, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 271, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 278, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-playing .owl-video-tn,
#af-bundles-lightbox-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 282, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 297, ../scss/sass/modules/_lightbox-slider.scss */
#af-bundles-lightbox-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* line 301, ../scss/sass/modules/_lightbox-slider.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* line 1, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar {
  display: table;
}
/* line 3, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-left {
  display: table-cell;
  width: 38%;
  background: #101115;
  color: white;
}
/* line 8, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-left h2 {
  font-size: 30px;
  font-weight: 400;
}
/* line 13, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right {
  background: #ED1C24;
  display: table-cell;
  color: white;
  padding: 60px 0px;
}
/* line 18, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right img {
  margin: 0 auto;
}
/* line 21, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__left {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 24, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__left a {
  color: white;
}
/* line 28, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__right {
  text-align: center;
}
/* line 30, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__right a {
  color: #fff;
}
/* line 33, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__right p {
  color: white;
  font-size: 24px;
}
/* line 36, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right__right p img {
  max-width: 12px;
  margin-left: 5px;
}
/* line 42, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-right p {
  color: white;
  font-size: 24px;
}

/* line 48, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar-wrapper {
  background: #101115;
  background: -webkit-linear-gradient(left, #101115 0%, #101115 50%, #ED1C24 50%, #ED1C24 71%, #ED1C24 100%);
  background: -o-linear-gradient(left, #101115 0%, #101115 50%, #ED1C24 50%, #ED1C24 71%, #ED1C24 100%);
  background: linear-gradient(to right, #101115 0%, #101115 50%, #ED1C24 50%, #ED1C24 71%, #ED1C24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='$red',GradientType=1 );
}

/* line 55, ../scss/sass/modules/_cta-bar.scss */
.af-cta-bar img {
  max-width: 70px;
}

@media screen and (max-width: 767px) {
  /* line 60, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-right__left {
    display: none;
  }

  /* line 63, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-right__right p {
    color: white;
    max-width: 114px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 25px;
  }

  /* line 70, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-left {
    display: table-cell;
    width: 60%;
    background: #101115;
    padding-right: 58px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  /* line 78, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-right__right p img {
    max-width: 12px;
    margin-left: 115px;
    margin-top: -75px;
  }

  /* line 84, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-right__right img {
    max-width: 45px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* line 89, ../scss/sass/modules/_cta-bar.scss */
  .af-cta-bar-left h2 {
    line-height: 28px;
    font-size: 24px;
  }
}
/* line 2, ../scss/sass/modules/_careers.scss */
.af-careers-toggle:hover {
  cursor: pointer;
}

/* line 7, ../scss/sass/modules/_careers.scss */
.af-careers-toggle-bar p {
  display: inline-block;
  font-weight: bold;
  max-width: 75%;
  margin-bottom: 13px;
  line-height: 20px;
}
/* line 15, ../scss/sass/modules/_careers.scss */
.af-careers-toggle-bar.active img {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90eg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

/* line 23, ../scss/sass/modules/_careers.scss */
.af-careers-toggle {
  margin-top: 25px;
}

/* line 26, ../scss/sass/modules/_careers.scss */
.af-career-location-text {
  float: right;
  margin-top: -7px;
  margin-bottom: 10px;
  width: 115px;
  text-align: right;
}

/* line 33, ../scss/sass/modules/_careers.scss */
.af-careers-list {
  margin-left: 0px !important;
  padding-left: 0;
}

/* line 37, ../scss/sass/modules/_careers.scss */
.af-career-location {
  float: left;
  margin-top: 2.3px;
  width: 13px;
}

/* line 45, ../scss/sass/modules/_careers.scss */
.af-careers-title {
  font-size: 24px;
  font-weight: bold;
}
/* line 48, ../scss/sass/modules/_careers.scss */
.af-careers-title-underline {
  border-bottom: 1px solid #cbcbcb;
}

/* line 52, ../scss/sass/modules/_careers.scss */
.af-career-close {
  border-top: 1px solid #cbcbcb;
  text-align: right;
}
/* line 55, ../scss/sass/modules/_careers.scss */
.af-career-close a {
  color: #ED1C24;
  text-decoration: underline;
  padding-top: 10px;
  display: inline-block;
}

/* line 62, ../scss/sass/modules/_careers.scss */
.af-career-content {
  display: none;
}

/* line 70, ../scss/sass/modules/_careers.scss */
.af-careers-firstname {
  width: 50%;
  display: inline-block;
}
/* line 73, ../scss/sass/modules/_careers.scss */
.af-careers-firstname input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 79, ../scss/sass/modules/_careers.scss */
.af-careers-lastname {
  width: 50%;
  display: inline-block;
}
/* line 82, ../scss/sass/modules/_careers.scss */
.af-careers-lastname input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 88, ../scss/sass/modules/_careers.scss */
.af-careers-phone {
  width: 50%;
  display: inline-block;
}
/* line 91, ../scss/sass/modules/_careers.scss */
.af-careers-phone input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 97, ../scss/sass/modules/_careers.scss */
.af-careers-email {
  width: 50%;
  display: inline-block;
}
/* line 100, ../scss/sass/modules/_careers.scss */
.af-careers-email input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 106, ../scss/sass/modules/_careers.scss */
.af-careers-linkedin {
  width: 50%;
  display: inline-block;
}
/* line 109, ../scss/sass/modules/_careers.scss */
.af-careers-linkedin input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 115, ../scss/sass/modules/_careers.scss */
.af-careers-position {
  width: 50%;
  display: inline-block;
}
/* line 118, ../scss/sass/modules/_careers.scss */
.af-careers-position input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}

/* line 124, ../scss/sass/modules/_careers.scss */
#ContentRight_C003_ctl00_ctl00_C006 {
  width: 50%;
  display: inline-block;
}

/* line 128, ../scss/sass/modules/_careers.scss */
#ContentRight_C003_ctl00_ctl00_C007 {
  width: 50%;
  display: inline-block;
}

/* line 132, ../scss/sass/modules/_careers.scss */
.ruFileWrap input {
  border: 1px solid #b5b5b5 !important;
  padding: 12px !important;
  padding-right: 0px !important;
  padding-left: 27px !important;
}

/* line 138, ../scss/sass/modules/_careers.scss */
.ruButton {
  display: none;
}

/* line 141, ../scss/sass/modules/_careers.scss */
.ruFileWrap {
  height: auto !important;
  width: 100% !important;
  max-width: 320px !important;
}

/* line 146, ../scss/sass/modules/_careers.scss */
.RadUpload {
  width: auto;
}

/* line 149, ../scss/sass/modules/_careers.scss */
.RadUpload_Default .ruFakeInput {
  width: 91% !important;
  margin-left: 0px;
  background: url(../img/paperclip.png);
  background-repeat: no-repeat !important;
  background-position: 10px !important;
}

@media screen and (max-width: 1199px) {
  /* line 159, ../scss/sass/modules/_careers.scss */
  .ruFileWrap {
    max-width: 290px !important;
  }

  /* line 162, ../scss/sass/modules/_careers.scss */
  .ruFileWrap input {
    padding-left: 24px !important;
  }
}
@media screen and (max-width: 1024px) {
  /* line 167, ../scss/sass/modules/_careers.scss */
  .ruFileWrap {
    max-width: 220px !important;
  }

  /* line 170, ../scss/sass/modules/_careers.scss */
  .ruFileWrap input {
    max-width: 194px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 176, ../scss/sass/modules/_careers.scss */
  .ruFileWrap {
    max-width: 130px !important;
  }

  /* line 179, ../scss/sass/modules/_careers.scss */
  .ruFileWrap input {
    max-width: 104px !important;
  }
}
/* line 2, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-year strong {
  display: block;
  margin-bottom: 40px;
}
/* line 6, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-year img {
  display: block;
  margin: 0 auto;
}

/* line 11, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-download {
  text-align: left;
}
/* line 13, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-download a {
  color: #444444;
  font-weight: bold;
  font-size: 12px;
}
/* line 18, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-download img {
  padding-bottom: 8px;
  padding-right: 5px;
  display: inline-block !important;
}

/* line 24, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-year-title {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
/* line 25, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-year-title p {
  font-weight: bold;
}

/* line 31, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-year-columns {
  margin-bottom: 30px;
}

/* line 37, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-buttons ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 8px 20px;
  margin-right: 15px;
  width: 107px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
/* line 48, ../scss/sass/modules/_quarterly-reports.scss */
.af-quarterly-buttons ul li.active {
  color: #ED1C24;
}

/* line 55, ../scss/sass/modules/_quarterly-reports.scss */
.sfdownloadList {
  margin-left: 0 !important;
}
/* line 57, ../scss/sass/modules/_quarterly-reports.scss */
.sfdownloadList:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, ../scss/sass/modules/_quarterly-reports.scss */
.sfdownloadFile {
  list-style-type: none;
  padding-left: 0 !important;
  background: none !important;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
/* line 70, ../scss/sass/modules/_quarterly-reports.scss */
.sfdownloadFile > a {
  font-size: 14px;
  width: 50%;
  float: left;
  font-weight: bold;
  color: #595959;
  min-height: 25px;
  display: inline-block;
}

/* line 80, ../scss/sass/modules/_quarterly-reports.scss */
.sfdownloadList > li:nth-child(4n+1) {
  clear: both;
}

/* line 84, ../scss/sass/modules/_quarterly-reports.scss */
.sfLargeIcns {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  /* line 89, ../scss/sass/modules/_quarterly-reports.scss */
  .sfdownloadFile {
    width: 100%;
  }

  /* line 92, ../scss/sass/modules/_quarterly-reports.scss */
  .sfdownloadFile > a {
    width: 100%;
  }
}
/* line 2, ../scss/sass/modules/_team.scss */
.af-team-member-photo {
  float: left;
}
/* line 4, ../scss/sass/modules/_team.scss */
.af-team-member-photo img {
  border-radius: 50%;
  margin-right: 20px;
  width: 150px;
  height: 150px;
}

/* line 11, ../scss/sass/modules/_team.scss */
.af-team-member-title {
  font-weight: bold;
  font-size: 16px;
}
/* line 14, ../scss/sass/modules/_team.scss */
.af-team-member-title span {
  font-style: italic;
  color: #9b9b9b;
  font-weight: normal;
}

/* line 20, ../scss/sass/modules/_team.scss */
.af-team-member-text[data-readmore] {
  display: block;
  width: auto !important;
}

/* line 24, ../scss/sass/modules/_team.scss */
.af-team-member-text + [data-readmore-toggle] {
  display: block;
  width: auto;
  text-align: right;
  text-decoration: underline;
}

/* line 30, ../scss/sass/modules/_team.scss */
.af-team-member {
  margin-top: 20px;
}

/* line 33, ../scss/sass/modules/_team.scss */
.af-team-member img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 37, ../scss/sass/modules/_team.scss */
  .af-team-member-title {
    margin-top: 65px;
  }
}
/* line 1, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tabs {
  position: fixed;
  z-index: 9999;
  top: 50vh;
  right: 0;
  display: none;
}

/* line 8, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab {
  background: #ED1C24;
  margin: 5px 0px;
  height: 50px;
  border-radius: 5px;
  color: white;
  padding: 5px;
  -webkit-box-shadow: 0 0 7px 0 #616161;
  box-shadow: 0 0 7px 0 #616161;
  width: 200px;
  margin-right: -140px;
  margin-left: 0px;
  transition: 0.4s;
}
/* line 21, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab:hover {
  background: #d2393c;
  margin-left: -120px;
}
/* line 28, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab p {
  font-size: 14px;
  line-height: 1.5;
}
/* line 32, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab a {
  color: #fff;
}
/* line 35, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab.af-live-chat-tab {
  cursor: pointer;
}

/* line 39, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab-text {
  float: left;
}

/* line 42, ../scss/sass/modules/_side-tabs.scss */
.af-sidebar-tab-img {
  float: left;
  margin-right: 10px;
  width: 50px;
  padding-top: 5px;
  padding-left: 10px;
}

/* line 2, ../scss/sass/modules/_faq.scss */
.af-faq-arrow {
  width: 25px;
  float: left;
}
/* line 6, ../scss/sass/modules/_faq.scss */
.af-faq-text {
  width: calc(100% - 25px);
  float: left;
}
/* line 10, ../scss/sass/modules/_faq.scss */
.af-faq h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 1, ../scss/sass/modules/_contact-form.scss */
.af-cc-firstname {
  width: 50%;
  display: inline-block;
}
/* line 4, ../scss/sass/modules/_contact-form.scss */
.af-cc-firstname input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}
/* line 9, ../scss/sass/modules/_contact-form.scss */
.af-cc-firstname .sfError {
  position: relative;
  top: auto;
  left: auto;
}

/* line 15, ../scss/sass/modules/_contact-form.scss */
.af-cc-lastname {
  width: 50%;
  display: inline-block;
}
/* line 18, ../scss/sass/modules/_contact-form.scss */
.af-cc-lastname input {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}
/* line 23, ../scss/sass/modules/_contact-form.scss */
.af-cc-lastname .sfError {
  position: relative;
  top: auto;
  left: auto;
}

/* line 29, ../scss/sass/modules/_contact-form.scss */
.af-cc-phone {
  position: relative;
}
/* line 31, ../scss/sass/modules/_contact-form.scss */
.af-cc-phone input {
  border: 1px solid #b5b5b5;
  width: 97%;
  margin-left: 0px;
}
/* line 36, ../scss/sass/modules/_contact-form.scss */
.af-cc-phone .sfError {
  position: relative;
  top: auto;
  left: auto;
}

/* line 44, ../scss/sass/modules/_contact-form.scss */
.af-cc-email {
  position: relative;
}
/* line 46, ../scss/sass/modules/_contact-form.scss */
.af-cc-email input {
  border: 1px solid #b5b5b5;
  width: 97%;
  margin-left: 0px;
}
/* line 51, ../scss/sass/modules/_contact-form.scss */
.af-cc-email .sfError {
  position: relative;
  top: auto;
  left: auto;
}

/* line 58, ../scss/sass/modules/_contact-form.scss */
.af-cc-province {
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 62, ../scss/sass/modules/_contact-form.scss */
.af-cc-province select {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}
/* line 67, ../scss/sass/modules/_contact-form.scss */
.af-cc-province .sfError {
  position: relative;
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 58, ../scss/sass/modules/_contact-form.scss */
  .af-cc-province {
    width: 66%;
  }
}

/* line 77, ../scss/sass/modules/_contact-form.scss */
.af-cc-contact {
  width: 100%;
  display: inline-block;
}
/* line 80, ../scss/sass/modules/_contact-form.scss */
.af-cc-contact select {
  border: 1px solid #b5b5b5;
  width: 95%;
  margin-left: 0px;
}
/* line 85, ../scss/sass/modules/_contact-form.scss */
.af-cc-contact .sfError {
  position: relative;
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 77, ../scss/sass/modules/_contact-form.scss */
  .af-cc-contact {
    width: 33%;
  }
}

/* line 95, ../scss/sass/modules/_contact-form.scss */
.af-cc-submit {
  width: auto;
  float: right;
  position: relative;
  right: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 95, ../scss/sass/modules/_contact-form.scss */
  .af-cc-submit {
    width: 50%;
    right: 10px;
  }
}

/* line 106, ../scss/sass/modules/_contact-form.scss */
.af-cc-disclaimer {
  font-size: 12px;
}

/* line 109, ../scss/sass/modules/_contact-form.scss */
.af-cc-message textarea {
  border: 1px solid #b5b5b5;
  width: 97%;
  margin-left: 0px;
}

/* line 114, ../scss/sass/modules/_contact-form.scss */
.request-paraBox-emp {
  position: relative;
}

/* line 1, ../scss/sass/modules/_blog.scss */
.af-blog-list-title {
  text-align: center;
}
/* line 3, ../scss/sass/modules/_blog.scss */
.af-blog-list-title a {
  font-weight: bold;
  color: #595959;
}

/* line 8, ../scss/sass/modules/_blog.scss */
ul.sfpostsList {
  list-style-type: none;
}
/* line 10, ../scss/sass/modules/_blog.scss */
ul.sfpostsList > li {
  padding-bottom: 10px;
}

/* line 14, ../scss/sass/modules/_blog.scss */
ul.af-blog-list-info {
  list-style-type: none;
}
/* line 16, ../scss/sass/modules/_blog.scss */
ul.af-blog-list-info li {
  color: #595959 !important;
  font-size: 14px !important;
  text-align: center;
}

/* line 22, ../scss/sass/modules/_blog.scss */
.af-blog-list-thumbnail {
  list-style-type: none !important;
}

/* line 25, ../scss/sass/modules/_blog.scss */
.af-blog-list-summary {
  color: #595959;
  font-size: 16px;
}

/* line 29, ../scss/sass/modules/_blog.scss */
.sfpostFullStory {
  font-size: 16px;
  text-decoration: underline;
}

/* line 33, ../scss/sass/modules/_blog.scss */
.sfpostsList > div > ul {
  list-style-type: none;
  margin: 0;
  display: flex;
}
/* line 38, ../scss/sass/modules/_blog.scss */
.sfpostsList > div > ul li {
  display: block;
  float: left;
}
@media (min-width: 425px) {
  /* line 33, ../scss/sass/modules/_blog.scss */
  .sfpostsList > div > ul {
    float: right;
  }
  /* line 45, ../scss/sass/modules/_blog.scss */
  .sfpostsList > div > ul li:not(:first-child) {
    padding-left: 10px;
  }
}

/* line 50, ../scss/sass/modules/_blog.scss */
.af-tc-left .sfpostListItem .sfpostDate {
  display: none;
}

/* line 54, ../scss/sass/modules/_blog.scss */
#ContentRight .sfpostListItem .sfMultiRelatedItmsWrp {
  width: 200px;
  float: left;
  margin-top: -20px;
}
/* line 58, ../scss/sass/modules/_blog.scss */
#ContentRight .sfpostListItem .sfMultiRelatedItmsWrp img {
  max-width: 100%;
  padding-right: 20px;
}

/* line 66, ../scss/sass/modules/_blog.scss */
#ContentRight .sfpostListItem:nth-of-type(1) .sfMultiRelatedItmsWrp {
  width: 100%;
  float: initial;
  margin-top: -20px;
}
/* line 70, ../scss/sass/modules/_blog.scss */
#ContentRight .sfpostListItem:nth-of-type(1) .sfMultiRelatedItmsWrp img {
  max-width: 100%;
  padding-right: 20px;
}

/* line 78, ../scss/sass/modules/_blog.scss */
.af-blog-social {
  padding: 30px;
  border-top: 1px;
  border-style: solid;
  border-color: silver;
}

/* line 85, ../scss/sass/modules/_blog.scss */
.af-blog-social a {
  margin-left: 20px;
  float: right;
}

/* line 91, ../scss/sass/modules/_blog.scss */
h2 {
  font-size: 17px;
  font-weight: 700;
}

/* line 97, ../scss/sass/modules/_blog.scss */
.af-blog-recent a {
  font-weight: 100;
}

/* line 101, ../scss/sass/modules/_blog.scss */
.af-blog-recent a::after {
  content: "\00bb";
  display: inline-block;
  margin: 10px;
}

/* line 108, ../scss/sass/modules/_blog.scss */
dd.sfsearchResultHighLighter {
  margin-bottom: 40px;
}

/* line 113, ../scss/sass/modules/_blog.scss */
dt.sfsearchResultTitle a {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}

/* line 120, ../scss/sass/modules/_blog.scss */
.sf_pagerNumeric a {
  font-weight: bold;
  margin-right: 5px;
  color: #666;
}

/* line 127, ../scss/sass/modules/_blog.scss */
a.sf_PagerCurrent {
  text-decoration: underline;
}

/* line 132, ../scss/sass/modules/_blog.scss */
.sfsearchResultStatistics {
  margin-bottom: 20px;
}

/* line 137, ../scss/sass/modules/_blog.scss */
.sfcommentsListWrp ol {
  list-style-type: none;
  margin: 0;
}

/* line 143, ../scss/sass/modules/_blog.scss */
.sfcommentsFieldsList {
  list-style-type: none;
  margin: 0;
}

/* line 149, ../scss/sass/modules/_blog.scss */
.af-tc-left .af-blog-search-bar .sfsearchBox {
  position: relative;
}

/* line 153, ../scss/sass/modules/_blog.scss */
.af-tc-left .af-blog-search-bar input[type="text"] {
  border: 1px #ccc solid;
  background-image: url("/Library/img/blog-magnifiying-glass.gif");
  background-repeat: no-repeat;
  background-size: 33px;
  background-position-x: 158px;
  background-position-y: 6px;
  margin-left: 0;
}

/* line 163, ../scss/sass/modules/_blog.scss */
.af-tc-left .af-blog-search-bar input[type="submit"] {
  padding: 7px 25px 12px 25px;
  position: absolute;
  left: 150px;
  width: 50px;
  top: 10px;
  opacity: 0;
  cursor: pointer;
}

/* line 1, ../scss/sass/modules/_media.scss */
.af-media-template-form {
  background: black;
  color: white;
  padding: 15px 10px 0px 10px;
}

/* line 8, ../scss/sass/modules/_media.scss */
.af-media-top {
  background: #c3292c;
  color: white;
  border-top: 10px solid black;
  padding: 0px 20px;
  text-align: center;
}

/* line 16, ../scss/sass/modules/_media.scss */
.af-media-top h2 {
  font-size: 24px;
}

/* line 21, ../scss/sass/modules/_media.scss */
.af-media-hero {
  font-size: 40px;
}

/* line 25, ../scss/sass/modules/_media.scss */
.af-media-hero span {
  color: #c3292c;
  font-weight: bold;
}

/* line 31, ../scss/sass/modules/_media.scss */
.af-media-template-left .af-large-base-container #af-base {
  color: white;
  background: black;
  display: inline-block;
  height: auto;
  position: relative;
  width: 346px;
  margin-bottom: 90px;
  padding: 0px;
  text-align: left;
}

/* line 43, ../scss/sass/modules/_media.scss */
.af-media-template-left .af-large-base-container-right {
  float: none;
}

/* line 47, ../scss/sass/modules/_media.scss */
.af-media-template-left .af-large-base-container {
  max-width: 345px;
  text-align: center;
}

/* line 52, ../scss/sass/modules/_media.scss */
.af-media-template-left .af-large-base-container #af-base:after {
  border-top: 90px solid black;
  border-left: 173px solid transparent;
  border-right: 173px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -90px;
  width: 346px;
}

/* line 65, ../scss/sass/modules/_media.scss */
.af-media-template-left {
  width: 346px;
  float: left;
  margin-top: -180px;
}

/* line 71, ../scss/sass/modules/_media.scss */
.af-media-template-left label {
  display: none;
}

/* line 75, ../scss/sass/modules/_media.scss */
.af-media-template-left textarea {
  width: 94%;
}

/* line 79, ../scss/sass/modules/_media.scss */
.af-media-template-left .af-home-form-required {
  position: absolute;
  margin-top: 0px;
  font-size: 12px;
  width: 317px;
  text-align: right;
}

/* line 87, ../scss/sass/modules/_media.scss */
.af-media-template-left input {
  width: 94%;
  float: left;
}

/* line 92, ../scss/sass/modules/_media.scss */
.af-media-template-left input:nth-child(3) {
  width: 100%;
}

/* line 96, ../scss/sass/modules/_media.scss */
.af-media-template-left input[type="submit"] {
  float: none;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 104, ../scss/sass/modules/_media.scss */
.af-media-template-left select {
  width: 94%;
}

/* line 109, ../scss/sass/modules/_media.scss */
.af-media-first-name {
  width: 47%;
  float: left;
}

/* line 115, ../scss/sass/modules/_media.scss */
.af-media-last-name {
  width: 47%;
  float: left;
  margin-left: 10px;
}

/* line 122, ../scss/sass/modules/_media.scss */
.af-media-template-right {
  width: calc(100% - 394px);
  float: left;
  padding-left: 40px;
}

/* line 129, ../scss/sass/modules/_media.scss */
.af-media-first-name {
  width: 47%;
  float: left;
  z-index: 10;
}

/* line 136, ../scss/sass/modules/_media.scss */
.af-media-last-name {
  width: 47%;
  float: left;
  margin-left: 10px;
  z-index: 10;
}

/* line 144, ../scss/sass/modules/_media.scss */
.af-media-phone {
  float: left;
  width: 100%;
}

/* line 150, ../scss/sass/modules/_media.scss */
.af-media-email {
  float: left;
  width: 100%;
}

/* line 156, ../scss/sass/modules/_media.scss */
.af-media-nav .af-nav__top-links {
  display: inline-block;
  float: right;
  margin-top: 25px;
}

/* line 162, ../scss/sass/modules/_media.scss */
.af-media-nav #af-phone-button .af-phone-icon {
  width: 20px;
  position: absolute;
  margin-left: -23px;
  margin-top: 7px;
  height: 24px;
  display: inline-block;
  background: url(../img/nav/call-today-phone.png) no-repeat 2px 5px;
}

/* line 172, ../scss/sass/modules/_media.scss */
.af-media-nav #af-phone-button {
  font-size: 25px;
}

/* line 176, ../scss/sass/modules/_media.scss */
.af-media-nav .af-call-today-li p {
  padding-top: 5px;
}

/* line 181, ../scss/sass/modules/_media.scss */
.ac-pt-checkbox ul {
  list-style-image: url(/images/default-source/default-album/blue-check.png);
}

/* line 186, ../scss/sass/modules/_media.scss */
.ac-pt-city-copy {
  background: #f6fdff;
}

/* line 191, ../scss/sass/modules/_media.scss */
.af-pt-product ul {
  list-style-type: disc;
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  /* line 198, ../scss/sass/modules/_media.scss */
  .af-media-template-left {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  /* line 205, ../scss/sass/modules/_media.scss */
  .af-media-template-left .af-large-base-container #af-base {
    display: none;
  }

  /* line 210, ../scss/sass/modules/_media.scss */
  .af-media-template-right {
    width: 100%;
    float: left;
    padding-left: 40px;
  }

  /* line 217, ../scss/sass/modules/_media.scss */
  .af-media-top {
    background: black;
    padding: 20px;
  }

  /* line 223, ../scss/sass/modules/_media.scss */
  .af-media-template-left .af-mobile-form-toggle {
    display: block;
    background: #ED1C24;
    color: white;
    padding: 15px 0px;
    font-size: 20px;
    text-align: center;
  }

  /* line 233, ../scss/sass/modules/_media.scss */
  .af-media-template-form {
    display: none;
    padding-bottom: 40px;
  }

  /* line 239, ../scss/sass/modules/_media.scss */
  .af-media-nav .af-nav__links-container {
    float: left;
    padding-top: 15px;
    width: auto;
    top: 0;
    position: static;
  }

  /* line 247, ../scss/sass/modules/_media.scss */
  .af-media-nav .af-nav__top-links {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 253, ../scss/sass/modules/_media.scss */
  .af-media-nav {
    position: fixed !important;
  }

  /* line 257, ../scss/sass/modules/_media.scss */
  .af-media-nav .af-call-today-li p {
    display: none;
  }

  /* line 261, ../scss/sass/modules/_media.scss */
  .af-media-nav .af-nav-container {
    padding: 0;
  }

  /* line 265, ../scss/sass/modules/_media.scss */
  .af-media-nav #af-phone-button {
    font-size: 14px;
  }

  /* line 269, ../scss/sass/modules/_media.scss */
  .af-media-nav #af-phone-button .af-phone-icon {
    margin-top: 0px;
  }

  /* line 274, ../scss/sass/modules/_media.scss */
  .af-nav__logo {
    width: 190px;
  }

  /* line 278, ../scss/sass/modules/_media.scss */
  .af-nav__logo img {
    width: 100%;
  }

  /* line 283, ../scss/sass/modules/_media.scss */
  .af-media-hero {
    font-size: 28px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 320px) {
  /* line 290, ../scss/sass/modules/_media.scss */
  .af-media-nav #af-phone-button {
    font-size: 11px;
  }

  /* line 295, ../scss/sass/modules/_media.scss */
  .af-media-nav #af-phone-button .af-phone-icon {
    background: url(../img/nav/call-today-phone.png) no-repeat 2px 1px;
  }
}
/* line 1, ../scss/sass/modules/_footer.scss */
footer {
  background: #231f20;
  padding: 60px 0px;
  padding-bottom: 40px;
}
/* line 5, ../scss/sass/modules/_footer.scss */
footer a {
  color: white;
}
/* line 8, ../scss/sass/modules/_footer.scss */
footer li {
  margin: 7px 0px;
}

/* line 12, ../scss/sass/modules/_footer.scss */
.af-footer-products {
  width: 49%;
  float: left;
}
/* line 15, ../scss/sass/modules/_footer.scss */
.af-footer-products ul {
  width: 215px;
  float: left;
  padding-right: 10px;
}
/* line 20, ../scss/sass/modules/_footer.scss */
.af-footer-products p {
  max-width: 395px;
  color: #ED1C24;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #ED1C24;
}
/* line 28, ../scss/sass/modules/_footer.scss */
.af-footer-products p img {
  display: none;
}

/* line 33, ../scss/sass/modules/_footer.scss */
.af-footer-company {
  width: 27%;
  float: left;
}
/* line 36, ../scss/sass/modules/_footer.scss */
.af-footer-company p {
  color: #ED1C24;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #ED1C24;
  max-width: 150px;
}
/* line 44, ../scss/sass/modules/_footer.scss */
.af-footer-company p img {
  display: none;
}

/* line 49, ../scss/sass/modules/_footer.scss */
.af-footer-support {
  width: 24%;
  float: left;
}
/* line 52, ../scss/sass/modules/_footer.scss */
.af-footer-support p {
  color: #ED1C24;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #ED1C24;
  max-width: 150px;
}
/* line 60, ../scss/sass/modules/_footer.scss */
.af-footer-support p img {
  display: none;
}

/* line 65, ../scss/sass/modules/_footer.scss */
.af-footer-social {
  color: white;
  margin-top: 60px;
  width: 100%;
}

/* line 70, ../scss/sass/modules/_footer.scss */
.af-footer-social-left {
  float: left;
}
/* line 72, ../scss/sass/modules/_footer.scss */
.af-footer-social-left a {
  margin-right: 15px;
}
/* line 75, ../scss/sass/modules/_footer.scss */
.af-footer-social-left p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 80, ../scss/sass/modules/_footer.scss */
.af-footer-social-right {
  float: right;
}
/* line 82, ../scss/sass/modules/_footer.scss */
.af-footer-social-right img {
  margin-left: 40px;
}

/* line 86, ../scss/sass/modules/_footer.scss */
.af-footer-copyright {
  margin-top: 60px;
  text-align: center;
}
/* line 89, ../scss/sass/modules/_footer.scss */
.af-footer-copyright a {
  border-right: 1px solid white;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 93, ../scss/sass/modules/_footer.scss */
.af-footer-copyright a.last {
  border-right: 0;
  padding-right: 0;
}

/* line 99, ../scss/sass/modules/_footer.scss */
.af-copyright {
  color: white;
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  /* line 107, ../scss/sass/modules/_footer.scss */
  .af-footer-products p {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 114, ../scss/sass/modules/_footer.scss */
  .af-footer-products ul {
    padding-right: 0px;
  }

  /* line 117, ../scss/sass/modules/_footer.scss */
  .af-footer-products {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 120, ../scss/sass/modules/_footer.scss */
  .af-footer-products p {
    max-width: 100%;
  }
  /* line 122, ../scss/sass/modules/_footer.scss */
  .af-footer-products p img {
    max-width: 20px;
    float: right;
    display: inline-block;
    transition: 0.3s;
  }
  /* line 127, ../scss/sass/modules/_footer.scss */
  .af-footer-products p img.active {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  /* line 134, ../scss/sass/modules/_footer.scss */
  .af-footer-products ul {
    width: 50%;
    display: none;
  }

  /* line 139, ../scss/sass/modules/_footer.scss */
  .af-footer-company {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 142, ../scss/sass/modules/_footer.scss */
  .af-footer-company p {
    max-width: 100%;
  }
  /* line 144, ../scss/sass/modules/_footer.scss */
  .af-footer-company p img {
    max-width: 20px;
    float: right;
    display: inline-block;
    transition: 0.3s;
  }
  /* line 149, ../scss/sass/modules/_footer.scss */
  .af-footer-company p img.active {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  /* line 156, ../scss/sass/modules/_footer.scss */
  .af-footer-company ul {
    display: none;
  }

  /* line 160, ../scss/sass/modules/_footer.scss */
  .af-footer-support {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 163, ../scss/sass/modules/_footer.scss */
  .af-footer-support p {
    max-width: 100%;
  }
  /* line 165, ../scss/sass/modules/_footer.scss */
  .af-footer-support p img {
    max-width: 20px;
    float: right;
    display: inline-block;
    transition: 0.3s;
  }
  /* line 170, ../scss/sass/modules/_footer.scss */
  .af-footer-support p img.active {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  /* line 177, ../scss/sass/modules/_footer.scss */
  .af-footer-support ul {
    display: none;
  }

  /* line 181, ../scss/sass/modules/_footer.scss */
  .af-footer-social-left {
    width: 100%;
    text-align: center;
  }

  /* line 185, ../scss/sass/modules/_footer.scss */
  .af-footer-social-right {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }

  /* line 190, ../scss/sass/modules/_footer.scss */
  .af-footer-copyright {
    margin-top: 40px;
  }

  /* line 193, ../scss/sass/modules/_footer.scss */
  .af-footer-toggle {
    cursor: pointer;
  }
}
/**/
/*
.french .af-nav .af-nav__bottom-links a {
    font-size: 9px!important;
}
*/
/*Bundles Accordion*/
/* line 2, ../scss/sass/modules/_bundles-accordion.scss */
.bundles-accordion-header {
  height: 55px;
  background-color: #000;
  text-align: center;
  color: #fc3d3d;
  display: table;
}
/* line 8, ../scss/sass/modules/_bundles-accordion.scss */
.bundles-accordion-header p {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}

/* line 16, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading {
  height: 55px;
  display: table;
  width: 100%;
}
/* line 20, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading h4 {
  vertical-align: middle;
  display: table-cell;
  color: white;
  text-transform: uppercase;
}
/* line 25, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading h4 a {
  text-decoration: none;
  width: 100%;
  display: block;
}
/* line 29, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading h4 a span {
  float: right;
}
/* line 32, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading h4 a[aria-expanded="true"] span:before {
  content: '\0078';
}
/* line 35, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-heading h4 a[aria-expanded="false"] span:before {
  content: '\002b';
}
/* line 42, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-default:nth-child(odd) .panel-heading {
  background-color: #ee3e43;
}
/* line 47, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-default:nth-child(even) .panel-heading {
  background-color: #c3292c;
}
/* line 51, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-group .panel + .panel {
  margin-top: 0px;
}
/* line 55, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-body table {
  width: 100%;
  margin-bottom: 30px;
}
/* line 59, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-body table tbody td {
  border-bottom: 1px solid #eaeaea;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 55px;
  width: 50%;
  text-align: center;
}
/* line 67, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-body table tbody td:last-child {
  background-color: #fff6f7;
}
/* line 72, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-body table tbody tr:first-child td {
  border-top: 1px solid #eaeaea;
}
/* line 79, ../scss/sass/modules/_bundles-accordion.scss */
#bundlesAccordion .panel-body a.btn {
  width: 100%;
  background-color: #ED1C24;
  color: white;
  text-decoration: none;
}
