/* compiled by scssphp v0.3.2 on Wed, 26 Feb 2020 22:11:32 +0000 (0.2064s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #5e5e5e;
  font-family: 'sofia-pro', sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 6rem 0;
}
.extra-pad-bottom {
  padding-bottom: 10rem;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #332f2f;
  opacity: 0.75;
}
.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.well {
  background: #f1f1f1;
  border: solid 1px #c6c6c6;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.item {
  margin-bottom: 2rem;
}
.social .fa {
  font-size: 1.25rem;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #332f2f;
  margin: 1em 0 0.5em 0;
  letter-spacing: -0.03em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1em;
}
p big, p .lead {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: -0.03em;
}
a {
  color: #066fb1;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #066fb1;
}
/* Buttons */
.btn {
  border-radius: 0;
  padding: 1em 2em;
  font-size: 0.9rem;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn:before {
  position: absolute;
  transform: skewX(10deg);
  background: #332f2f;
  right: 105%;
  left: -5%;
  top: -5px;
  bottom: -5px;
  content: '';
  display: block;
  width: auto;
  transition: all 0.5s;
  z-index: -1;
}
.btn:hover:before, .btn:focus:before {
  right: -5%;
  left: -5%;
}
.btn-small, .btn-sm {
  font-size: 0.75rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #332f2f;
  color: #fff;
}
.btn-default:before {
  background: #dd2428;
}
.btn-default:hover, .btn-default:focus {
  background-color: #332f2f;
  color: #fff;
}
.btn-primary {
  background-color: #066fb1;
  color: #fff;
}
.btn-primary:before {
  background: #84bf41;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #066fb1;
  color: #fff;
}
.btn-secondary {
  background-color: #dd2428;
  color: #fff;
}
.btn-secondary:before {
  background: #dd2428;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #066fb1;
  color: #fff;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #5e5e5e;
  border-color: #fff;
}
.btn-inverse {
  background-color: #fff;
  color: #5e5e5e;
}
.btn-inverse:before {
  background: #066fb1;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #fff;
  color: #5e5e5e;
}
.btn-stripped {
  padding: 0 0 0.25em 0;
  background: transparent;
}
.btn-stripped:before {
  content: none;
}
.btn-stripped:hover, .btn-stripped:focus {
  outline: none;
  box-shadow: none;
  background: none;
}
.btn-stripped.btn-default {
  color: #332f2f;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header svg {
  max-width: 250px !important;
  margin-top: 15px;
}
header svg #Stuff_that_Matters path, header svg #Now_Media path, header svg .Now path, header svg .Text path {
  fill: #fff;
}
.main_h {
  position: fixed;
  max-height: 70px;
  z-index: 9999;
  width: 100%;
  padding: 0;
  background: #fff;
  opacity: 0;
  top: -100px;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
  transition: all 0.3s;
}
.main_h.sticky {
  opacity: 1;
  top: 0;
}
.main_h svg {
  margin: 10px 0 0 0;
  max-width: 190px;
  max-height: 80px;
}
.main_h .navbar-default .navbar-header {
  float: right;
}
.main_h .navbar-default .navbar-toggle {
  padding: 1.25rem 2rem;
}
.main_h .navbar-default .navbar-toggle .icon-bar {
  background-color: #332f2f;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav {
  display: none !important;
}
.navbar-default .navbar-toggle {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 2.25rem 2rem;
  border-radius: 0;
  display: block !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
.mm-menu {
  background-color: #fff;
  box-shadow: none !important;
  text-align: center;
}
.mm-menu svg {
  max-width: 300px;
}
.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
.mm-menu > .mm-list {
  padding: 2rem !important;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li {
  width: 100%;
}
.mm-menu > .mm-list > li a {
  font-weight: 500;
  font-family: 'sofia-pro', sans-serif;
  color: #5e5e5e;
  padding: 0.75em 1.5em !important;
  font-size: 1rem;
}
.mm-menu > .mm-list > li a .fa {
  display: none;
}
.mm-menu > .mm-list > li a:hover, .mm-menu > .mm-list > li a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:after {
  display: none !important;
}
.mm-menu > .mm-list > li:hover, .mm-menu > .mm-list > li:focus {
  background: #fff;
}
.mm-menu > .mm-list > li:hover a, .mm-menu > .mm-list > li:focus a {
  color: #066fb1;
}
.mm-menu > .mm-list > li:hover a:hover, .mm-menu > .mm-list > li:focus a:hover, .mm-menu > .mm-list > li:hover a:focus, .mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover .mm-subopen:hover, .mm-menu > .mm-list > li:focus .mm-subopen:hover, .mm-menu > .mm-list > li:hover .mm-subopen:focus, .mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #dd2428;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #066fb1;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #2e3b44;
  opacity: 0.5;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #f1f1f1;
  opacity: 0.7;
}
.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #066fb1;
}
.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #066fb1;
  border-color: #066fb1;
}
.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #066fb1;
}
.mm-menu > .mm-list > li.active {
  border-color: #066fb1;
}
.mm-menu > .mm-list > li.active > a {
  color: #066fb1;
}
.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #066fb1;
  transition: all 0.3s;
}
.mm-menu > .mm-list > li.mm-subtitle:hover, .mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #dd2428;
}
.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #dd2428;
}
.mm-menu > .mm-list .mm-subopen {
  background: #066fb1;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
.mm-menu > .mm-list .mm-subopen:hover, .mm-menu > .mm-list .mm-subopen:focus {
  background: #dd2428;
}
/* Carousel */
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0;
  text-shadow: none;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  margin: 0 0 1rem 0;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}
.carousel .carousel-caption h3 small {
  color: #84bf41;
}
.carousel .carousel-caption p {
  font-size: 1.2rem;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
.video-masthead {
  position: relative;
}
.video-masthead .carousel-caption {
  top: 0;
  bottom: 0;
  padding: 2rem 15px;
  /*.effect {
   position: relative;
   padding: 2rem 0;
   &:before {
   position: absolute;
   transform: skewX(10deg);
   background: $accentColorBlue;
   right: 105%;
   left: -5%;
   top: -5px;
   bottom: -5px;
   content: '';
   display: block;
   width: auto;
   transition: $trans;
   z-index: -1;
   }
   &:hover, &:focus {
   &:before {
   right: -5%;
   left: -5%;
   }
   }
   }*/
}
/* Locations */
.location {
  transform: skewY(3deg);
}
.location.item {
  margin-bottom: 0;
}
.location.item .location-logo {
  margin-bottom: 1rem;
}
.location.item p {
  color: #fff;
  font-size: 1.2rem;
}
.location.item .parallax-container {
  min-height: 80vh;
}
.location.item .overlay {
  opacity: 0.25;
}
.location.item .pad {
  transform: skewY(-3deg);
}
.location.item .social .fa {
  background: #066fb1;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-size: 0.8rem;
}
.location.item .social .fa.fa-facebook, .location.item .social .fa.fa-facebook-f, .location.item .social .fa.fa-facebook-official, .location.item .social .fa.fa-facebook-square {
  background: #3b5998;
}
.location.item .social .fa.fa-twitter, .location.item .social .fa.fa-twitter-square {
  background: #1da1f2;
}
.location.item .social .fa.fa-google-plus {
  background: #db4437;
}
.location.item .social .fa.fa-linkedin {
  background: #007bb5;
}
.location.item .social .fa.fa-youtube, .location.item .social .fa.fa-youtube-play, .location.item .social .fa.fa-youtube-square {
  background: #f00;
}
.location.item .social .fa.fa-instagram {
  background: #c32aa3;
}
.location.item .social .fa.fa-pinterest, .location.item .social .fa.fa-pinterest-p {
  background: #bd081c;
}
.location.item .social .fa.fa-snapchat, .location.item .social .fa.fa-snapchat-ghost {
  background: #fffc00;
}
.location.item .social .fa.fa-soundcloud {
  background: #f50;
}
.parallax-mirror {
  background: #332f2f !important;
}
.parallax-mirror img {
  opacity: 0.75 !important;
}
/* Intro */
.intro {
  background: #fff;
}
/* CTA */
.cta {
  text-align: center;
}
.cta h4 {
  color: #fff;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.85;
}
.cta.light h4 {
  color: #332f2f;
}
.cta.light p {
  color: #5e5e5e;
}
.cta.no-photo .overlay {
  opacity: 1;
}
/* Footer */
footer.footer {
  background: #f1f1f1;
  margin-top: -3rem;
}
@media (max-width: 991px) {
  footer.footer {
    margin-top: -2rem;
  }
}
@media (max-width: 767px) {
  footer.footer {
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.footer .flex {
    display: block;
    text-align: center;
  }
  footer.footer .flex a {
    display: inline-block;
    margin-bottom: -8px;
  }
}
footer.footer .main-footer {
  background: url(/img/wheel.png?v6);
  background-repeat: no-repeat;
  background-position: 102% 50%;
  background-size: auto 110%;
}
@media (max-width: 1399px) {
  footer.footer .main-footer {
    background-size: auto 90%;
  }
}
@media (max-width: 1199px) {
  footer.footer .main-footer {
    background-size: auto 80%;
    background-position: 104% -10%;
  }
}
@media (max-width: 991px) {
  footer.footer .main-footer {
    background-size: auto 67%;
  }
}
@media (max-width: 900px) {
  footer.footer .main-footer {
    background-size: auto 61%;
    background-position: 103% -4%;
  }
}
@media (max-width: 767px) {
  footer.footer .main-footer {
    background-image: none;
  }
}
footer.footer .logo {
  padding: 0;
  width: auto;
}
footer.footer .wheel-link {
  position: absolute;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1300px) {
  footer.footer .wheel-link {
    left: 55%;
  }
}
@media (max-width: 767px) {
  footer.footer .wheel-link {
    display: none;
  }
}
footer.footer .main-brand {
  text-align: left;
}
@media (max-width: 767px) {
  footer.footer .main-brand {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer.footer .main-brand .title {
  color: #332f2f;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
footer.footer .main-brand svg {
  height: 60px;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  footer.footer .main-brand svg {
    height: 50px;
    margin: 0 0 2rem 0;
  }
}
footer.footer address {
  margin: 0;
}
footer.footer .nowmedia-group {
  color: #332f2f;
  font-size: 0.7rem;
}
footer.footer .social {
  margin: 2rem 0 1rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  footer.footer .social {
    text-align: center;
  }
}
footer.footer .social .fa {
  border: 1px #332f2f solid;
  color: #332f2f;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 5px;
  font-size: 1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  footer.footer .social .fa {
    margin: 0 0.25em 0 0.25em;
  }
}
footer.footer .fa-ul {
  margin: 0;
}
footer.footer .fa-ul > li {
  color: #332f2f;
  margin-bottom: 0.2em;
  font-weight: 600;
}
@media (max-width: 991px) {
  footer.footer .fa-ul > li {
    font-size: 16px;
  }
}
footer.footer .fa-ul > li strong {
  color: #fff;
  display: none;
}
footer.footer .fa-ul > li small {
  background: #066fb1;
  padding: 5px 0.75em;
  margin-left: 0.75em;
  font-weight: 600;
  color: #fff;
}
footer.footer .fa-ul > li a {
  border: none;
}
footer.footer .fa-ul > li a:hover, footer.footer .fa-ul > li a:focus {
  color: #066fb1;
}
footer.footer .fa-ul > li.Phone {
  font-size: 30px;
  margin-bottom: 1rem;
  font-weight: 100;
  color: #dd2428;
}
@media (max-width: 991px) {
  footer.footer .fa-ul > li.Phone {
    font-size: 25px;
  }
}
footer.footer .fa-ul > li.Address {
  margin-top: 1rem;
}
footer.footer .all-brands {
  background: #e2e2e2;
  padding: 1rem 15px;
}
footer.footer .all-brands .flex {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer.footer .all-brands .flex {
    display: block !important;
  }
  footer.footer .all-brands .flex:after {
    display: table;
    content: " ";
    clear: both;
  }
}
footer.footer .all-brands svg {
  margin: 0 25px;
  display: block;
  height: 25px;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer.footer .all-brands svg {
    width: 100px;
  }
}
@media (max-width: 991px) {
  footer.footer .all-brands svg {
    height: 20px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 991px) and (-ms-high-contrast: active), (max-width: 991px) and (-ms-high-contrast: none) {
  footer.footer .all-brands svg {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  footer.footer .all-brands svg {
    height: 24px;
    margin: 10px auto;
    padding: 0;
  }
}
@media (max-width: 480px) {
  footer.footer .all-brands svg {
    height: 20px;
  }
}
footer.footer .all-brands a {
  opacity: 0.5;
  transition: all 0.3s;
  filter: grayscale(1);
}
footer.footer .all-brands a:hover, footer.footer .all-brands a:focus {
  opacity: 1;
  filter: grayscale(0);
}
@media (max-width: 767px) {
  footer.footer .all-brands a {
    width: 50%;
    float: left;
    opacity: 1;
    filter: grayscale(0);
  }
}
svg.now-logo .Now path, svg.now-logo .Now polygon, svg.now-logo .Now rect {
  fill: #333;
}
svg.now-logo .Text path, svg.now-logo .Text polygon, svg.now-logo .Text rect {
  fill: #5f6060;
}
svg.now-logo .Grey path, svg.now-logo .Grey polygon, svg.now-logo .Grey rect {
  fill: #5e5f5f;
}
svg.now-logo .Green path, svg.now-logo .Green polygon, svg.now-logo .Green rect {
  fill: #84bf41;
}
svg.now-logo .Turqouise path, svg.now-logo .Turqouise polygon, svg.now-logo .Turqouise rect {
  fill: #00abac;
}
svg.now-logo .Red path, svg.now-logo .Red polygon, svg.now-logo .Red rect {
  fill: #dd2428;
}
svg.now-logo .Blue path, svg.now-logo .Blue polygon, svg.now-logo .Blue rect {
  fill: #066fb1;
}
svg.now-logo .Orange path, svg.now-logo .Orange polygon, svg.now-logo .Orange rect {
  fill: #ec7e23;
}
svg.now-logo .Yellow path, svg.now-logo .Yellow polygon, svg.now-logo .Yellow rect {
  fill: #f9c016;
}
svg.csek-logo .text path, svg.csek-logo .text polygon, svg.csek-logo .text rect {
  fill: #3c4e55;
}
svg.csek-logo .icon path, svg.csek-logo .Icon path, svg.csek-logo .icon polygon, svg.csek-logo .Icon polygon, svg.csek-logo .icon rect, svg.csek-logo .Icon rect {
  fill: #ef483e;
}
svg.csek-logo .Rectangle rect {
  fill: #e62c2e;
  fill-opacity: 1;
}
svg.csek-logo .Tagline {
  fill: #fff;
}
.social .fa {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  line-height: 2em;
  text-align: center;
  background: #84bf41;
  color: #fff;
  transition: all 0.3s;
}
.social .fa:hover, .social .fa:focus {
  background: #066fb1;
}
.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fa-ul li {
  margin: 0 0 0.5em 0;
}
.fa-ul li .fa {
  padding-right: 0.5em;
}
.fa-ul li strong {
  display: block;
}
.fa-ul li a {
  color: inherit;
  font-weight: inherit;
}
.fa-ul li.Address {
  margin-bottom: 0;
}
/* Media Queries */
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
  .video-masthead .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 46.9%;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 4rem 0;
  }
  body, html {
    font-size: 14px;
  }
  header .logo {
    margin: 0 auto;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  .item, .shoutout .item {
    margin-bottom: 2rem;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  }
  header .logo {
    margin: 0;
  }
  header svg {
    max-width: 250px !important;
  }
  header svg #Now_Media path, header svg .Now path, header svg .Text path {
    fill: #332f2f;
  }
  header svg #Now_Media path.st0, header svg .Now path.st0, header svg .Text path.st0 {
    fill: #666;
  }
  header svg #Stuff_that_Matters path {
    fill: #332f2f;
  }
  .carousel {
    margin-top: 50px;
  }
  .carousel .carousel-caption {
    position: static;
    background: #f1f1f1;
    display: block;
    text-shadow: none;
    padding-top: 1rem;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #332f2f;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
  .carousel .carousel-caption h3 small {
    margin-top: 0.5rem;
  }
  .carousel .carousel-caption p {
    color: #5e5e5e;
    font-size: 1rem;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .cta {
    text-align: left;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #332f2f;
  }
  .location .bg-img {
    background-image: none !important;
  }
  .location .overlay {
    display: none;
  }
  .location.item .location-logo {
    max-height: 50px;
    margin-bottom: 15px;
  }
  .location.item p {
    color: #5e5e5e;
    font-size: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .carousel .carousel-caption.center {
    display: block;
    padding: 9rem 0 0 0;
  }
}
footer.animatedFooter .main-footer {
  background: none;
}
footer.animatedFooter {
  overflow: hidden;
}
footer.animatedFooter .all-brands {
  position: relative;
  z-index: 20;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wheel {
  position: absolute;
  z-index: 10;
  right: 0;
}
.wheel img {
  height: 100%;
  position: absolute;
}
#wheel-links {
  width: 100%;
  height: 100%;
  z-index: 13;
  position: absolute;
  animation: spin 70s linear infinite;
}
#wheel-links a {
  position: absolute;
  display: block;
  width: 33%;
  /* 	background: red; */
  height: 10%;
}
.wheel-link-csek {
  top: 11%;
  z-index: 13;
  left: 13%;
  transform: rotate(-30deg);
}
.wheel-link-nowcities {
  top: 11%;
  z-index: 13;
  left: 55%;
  transform: rotate(30deg);
}
.wheel-link-nowproductions {
  top: 46.5%;
  z-index: 13;
  left: 73%;
  transform: rotate(90deg);
}
.wheel-link-nowevents {
  top: 79%;
  z-index: 13;
  left: 53.5%;
  transform: rotate(150deg);
}
.wheel-link-nowpublishing {
  top: 77%;
  z-index: 13;
  left: 12%;
  transform: rotate(-150deg);
}
.wheel-link-dsix {
  top: 44%;
  z-index: 13;
  left: -6%;
  transform: rotate(-90deg);
}
#wheel-inside {
  z-index: 12;
}
#wheel-outside {
  z-index: 11;
  -webkit-animation: spin 70s linear infinite;
  -moz-animation: spin 70s linear infinite;
  animation: spin 70s linear infinite;
}
