/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
Theme Name: Acura Theme
URI: http://www.i360.co.nz
Description: Theme for Acura.
Author: Ronald Nunez
Author URI: http://www.i360.co.nz

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../sass/theme/_style.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../sass/theme/_style.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../sass/theme/_style.scss */
hr {
  display: block;
  background: #1f1f20;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 55, ../sass/theme/_style.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 66, ../sass/theme/_style.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 76, ../sass/theme/_style.scss */
textarea {
  resize: vertical;
}

/* Browse Happy prompt */
/* line 82, ../sass/theme/_style.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Helper Class */
/*
 * Image replacement
 */
/* line 95, ../sass/theme/_style.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 103, ../sass/theme/_style.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 114, ../sass/theme/_style.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 123, ../sass/theme/_style.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 139, ../sass/theme/_style.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 153, ../sass/theme/_style.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 169, ../sass/theme/_style.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 175, ../sass/theme/_style.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 184, ../sass/theme/_style.scss */
.clearfix {
  *zoom: 1;
}

/* Default Wordpress Core Styles
-------------------------------------------------------------- */
/* line 190, ../sass/theme/_style.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 194, ../sass/theme/_style.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 200, ../sass/theme/_style.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 205, ../sass/theme/_style.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 210, ../sass/theme/_style.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 215, ../sass/theme/_style.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 220, ../sass/theme/_style.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 224, ../sass/theme/_style.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 229, ../sass/theme/_style.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 235, ../sass/theme/_style.scss */
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 241, ../sass/theme/_style.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 245, ../sass/theme/_style.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 249, ../sass/theme/_style.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 253, ../sass/theme/_style.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 10px;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 262, ../sass/theme/_style.scss */
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 20px 5px;
  color: #66625d;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}

/* Main  */
/* line 273, ../sass/theme/_style.scss */
body {
  background: #343132;
  margin: 0;
  padding: 0;
}

/* line 274, ../sass/theme/_style.scss */
img {
  border: none;
}

/* line 275, ../sass/theme/_style.scss */
ul, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

/* line 278, ../sass/theme/_style.scss */
h1, h2, h3, h4 {
  font-family: "aktiv-grotesk-std", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
}

/* line 283, ../sass/theme/_style.scss */
h1 {
  font-size: 0px;
}

/* line 285, ../sass/theme/_style.scss */
h1 a {
  display: block;
}

/* line 286, ../sass/theme/_style.scss */
h2 {
  font-size: 26px;
  margin: 0 0 28px;
  color: #454242;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 293, ../sass/theme/_style.scss */
h3 {
  font-size: 20px;
  font-weight: 300;
  color: #454242;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 301, ../sass/theme/_style.scss */
b, strong {
  font-weight: 500;
}

/* line 303, ../sass/theme/_style.scss */
p, li {
  font-size: 15px;
  line-height: 1.5em;
  color: #454242;
  font-weight: 300;
  font-family: "aktiv-grotesk-std", Arial, Helvetica, sans-serif;
}

/* line 310, ../sass/theme/_style.scss */
p {
  margin-bottom: 12px;
}

/* line 313, ../sass/theme/_style.scss */
a {
  color: #fff;
  text-decoration: none;
}

/* line 314, ../sass/theme/_style.scss */
a:hover {
  text-decoration: none;
}

/* line 316, ../sass/theme/_style.scss */
#wrapper {
  width: 1100px;
  margin: 0 auto;
}

/* line 317, ../sass/theme/_style.scss */
#header {
  position: relative;
  height: 55px;
}

/* line 321, ../sass/theme/_style.scss */
#footer {
  clear: both;
}

/* line 323, ../sass/theme/_style.scss */
.footerwrapper {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 40px 40px;
}

/* line 328, ../sass/theme/_style.scss */
.footerwrapper p.totop {
  padding-bottom: 16px;
}

/* line 331, ../sass/theme/_style.scss */
.footerwrapper p {
  color: #585858;
  font-size: 15px;
  text-align: center;
  font-family: "aktiv-grotesk-std", Arial, Helvetica, sans-serif;
}

/* line 338, ../sass/theme/_style.scss */
.fixedheader {
  position: fixed;
  z-index: 100;
  background: #201a1c;
  width: 1100px;
  border-bottom: #3d3a3a solid 1px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.2);
}

/* line 348, ../sass/theme/_style.scss */
#home .entrysection {
  padding: 28px 0 28px 40px;
  background: #e6e7e8;
  line-height: 1.5em;
}

/* line 353, ../sass/theme/_style.scss */
#acura-white .home-description, #acura-blue-tileable .home-description {
  background: #201a1c;
  padding: 90px 24px 36px 40px;
  height: auto;
}

/* line 358, ../sass/theme/_style.scss */
#acura-white .home-description h2, #acura-blue-tileable .home-description h2 {
  margin-bottom: 20px;
  font-weight: 300;
}

/* line 362, ../sass/theme/_style.scss */
#acura-white .home-description h3, #acura-blue-tileable .home-description h3 {
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-transform: lowercase;
  font-size: 27px;
}

/* line 369, ../sass/theme/_style.scss */
#acura-white .home-description h3 span, #acura-blue-tileable .home-description h3 span {
  color: #b7b7b7;
}

/* line 372, ../sass/theme/_style.scss */
#acura-white .home-description ul.bathlist, #acura-blue-tileable .home-description ul.bathlist {
  width: 530px;
  float: right;
}

/* line 376, ../sass/theme/_style.scss */
#acura-white .home-description ul.bathlist li, #acura-blue-tileable .home-description ul.bathlist li {
  float: left;
  list-style: none;
}

/* line 380, ../sass/theme/_style.scss */
#acura-white .home-description ul.bathlist li:first-child a, #acura-blue-tileable .home-description ul.bathlist li:first-child a {
  margin-right: 10px;
  margin-left: 0;
}

/* line 384, ../sass/theme/_style.scss */
#acura-white .home-description ul.bathlist li a, #acura-blue-tileable .home-description ul.bathlist li a {
  display: block;
  margin-left: 10px;
}

/* line 388, ../sass/theme/_style.scss */
#acura-white .home-description ul.bathlist li img, #acura-blue-tileable .home-description ul.bathlist li img {
  margin: 0;
}

/* line 392, ../sass/theme/_style.scss */
#acura-white .home-description div.headingwrap, #acura-blue-tileable .home-description div.headingwrap {
  position: absolute;
  width: 460px;
}

/* line 399, ../sass/theme/_style.scss */
#acura-white .three-simple-steps {
  background: #e6e7e8 url(../images/blackarrow.png) center top no-repeat;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 405, ../sass/theme/_style.scss */
  #acura-white .three-simple-steps .vc_column-inner {
    padding: 2.5rem 0 1.75rem 2.5rem;
  }
}

/* line 413, ../sass/theme/_style.scss */
#acura-white .new-glass-screens {
  background: #ffffff url(../images/gray-arrow.png) center top no-repeat;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 419, ../sass/theme/_style.scss */
  #acura-white .new-glass-screens .vc_column-inner {
    padding: 2.5rem 0 0 2.5rem;
  }
}

/* line 428, ../sass/theme/_style.scss */
#acura-blue-tileable .entrysection {
  background: #e6e7e8 url(../images/blackarrow.png) center top no-repeat;
  padding: 40px 0 28px 40px;
}

/* line 433, ../sass/theme/_style.scss */
#acura-white .entrysection ul {
  margin-bottom: 25px;
}

/* line 436, ../sass/theme/_style.scss */
#acura-white .entrysection ul li, #acura-blue-tileable .entrysection ul li, #acura-white .configuration-options ul li, #acura-blue-tileable .configuration-options ul li {
  list-style: none;
}

/* line 439, ../sass/theme/_style.scss */
#acura-white .entrysection ul li, #acura-blue-tileable .entrysection ul li {
  padding-left: 12px;
}

/* line 442, ../sass/theme/_style.scss */
#acura-white .entrysection ul li:before, #acura-blue-tileable .entrysection ul li:before {
  content: "- ";
  margin-left: -10px;
}

/* line 446, ../sass/theme/_style.scss */
#acura-white .entrysection ul li, #acura-blue-tileable .entrysection ol li, #acura-blue-tileable .entrysection ul li, #acura-white .entrysection ol li {
  padding-bottom: 12px;
}

/* line 451, ../sass/theme/_style.scss */
#acura-white .configuration-options, #acura-blue-tileable .configuration-options {
  background-color: #fff;
  padding: 40px;
}

/* line 455, ../sass/theme/_style.scss */
#acura-white .configuration-options ul li:first-child, #acura-blue-tileable .configuration-options ul li:first-child {
  border-top: none;
}

/* line 458, ../sass/theme/_style.scss */
#acura-white .configuration-options ul li.no-margin, #acura-blue-tileable .configuration-options ul li.no-margin {
  margin-right: 0;
}

/* line 461, ../sass/theme/_style.scss */
#acura-white .configuration-options ul li.no-border, #acura-blue-tileable .configuration-options ul li.no-border {
  border-top: none;
}

/* line 464, ../sass/theme/_style.scss */
#acura-white .configuration-options ul li, #acura-blue-tileable .configuration-options ul li {
  float: left;
  width: 430px;
  padding: 30px 0 6px;
  border-top: #929292 solid 1px;
  margin-right: 30px;
}

/* line 473, ../sass/theme/_style.scss */
#home .entrysection ul.leftlist li {
  list-style: none;
  float: left;
  width: 470px;
}

/* line 479, ../sass/theme/_style.scss */
.micosection {
  background-image: url(../images/micobg.jpg);
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}

/* line 487, ../sass/theme/_style.scss */
.micosection p.contactinfo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 16px;
}

/* line 494, ../sass/theme/_style.scss */
.micosection p.contactinfo a {
  color: #a5ccec;
}

/* line 497, ../sass/theme/_style.scss */
.home-description-left {
  float: left;
  width: 49%;
  padding-right: 10px;
  color: #ffffff;
}

/* line 503, ../sass/theme/_style.scss */
.home-description-right {
  float: left;
  width: 49%;
  padding-left: 10px;
  color: #ffffff;
}

/* line 510, ../sass/theme/_style.scss */
#where-to-see, .darkpage {
  background: #201a1c;
  padding: 60px;
}

/* line 514, ../sass/theme/_style.scss */
#where-to-see p, .darkpage p {
  margin-bottom: 20px;
}

/* line 519, ../sass/theme/_style.scss */
#where-to-see h2, .darkpage h2 {
  color: #fff;
}

/* line 523, ../sass/theme/_style.scss */
#where-to-see h3, .darkpage h3 {
  color: #acacac;
}

/* line 527, ../sass/theme/_style.scss */
#where-to-see div.wpb_wrapper, .darkpage div.wpb_wrapper {
  margin-bottom: 0px;
  padding-bottom: 0;
}

/* line 529, ../sass/theme/_style.scss */
#where-to-see div.wpb_row, #where-to-see div.wpb_content_element, .darkpage div.wpb_row, .darkpage div.wpb_content_element {
  margin-bottom: 15px;
}

/* line 531, ../sass/theme/_style.scss */
#where-to-see h4, darkpage h4 {
  margin-bottom: 12px;
  font-weight: bold;
}

/* line 535, ../sass/theme/_style.scss */
#where-to-see div p, .darkpage div p {
  color: #fff;
  font-weight: 300;
  line-height: 140%;
}

/* line 540, ../sass/theme/_style.scss */
#exclusive .micosection {
  margin-bottom: 20px;
}

/* line 543, ../sass/theme/_style.scss */
.bannerimg {
  height: 963px;
}

/* line 546, ../sass/theme/_style.scss */
.home-description {
  background: url(../images/home_desc_new_bg.jpg) left top no-repeat;
  height: auto;
  padding: 25px 40px;
  background-size: 100% 100%;
}

/* line 552, ../sass/theme/_style.scss */
.home-description h2, .home-description p, .home-description ul li, .home-description ol li {
  color: #fff;
}

/* line 555, ../sass/theme/_style.scss */
.home-description h2 {
  margin-bottom: 12px;
}

/* line 558, ../sass/theme/_style.scss */
.frontheading {
  background: #201a1c;
  text-align: center;
  padding: 30px 0;
}

/* line 563, ../sass/theme/_style.scss */
.frontheading p.title {
  font-size: 27px;
  font-weight: 600;
  color: #b7b7b7;
}

/* line 568, ../sass/theme/_style.scss */
.frontheading p.description {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 12px;
}

/* line 575, ../sass/theme/_style.scss */
.frontheading p.acuralogo {
  margin-bottom: 0;
}

/* line 579, ../sass/theme/_style.scss */
.topnav {
  float: right;
}

/* line 582, ../sass/theme/_style.scss */
.topnav li:first-child {
  margin-left: 0;
}

/* line 583, ../sass/theme/_style.scss */
.topnav li:first-child a {
  padding-left: 25px;
}

/* line 584, ../sass/theme/_style.scss */
.topnav li {
  list-style: none;
  float: left;
  margin: 0 0 0 3px;
}

/* line 589, ../sass/theme/_style.scss */
.topnav li a {
  padding: 3px 12px;
  font-size: 17px;
  font-family: "aktiv-grotesk-std",Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 56px;
}

/* line 598, ../sass/theme/_style.scss */
.topnav li:last-child a {
  font-weight: 400;
}

/* line 600, ../sass/theme/_style.scss */
.topnav li a:hover, .topnav li.current_page_item a, .topnav li.current a {
  color: #aad0f0;
}

/* line 604, ../sass/theme/_style.scss */
.mobile {
  float: right;
  font-size: 17px;
  font-family: "aktiv-grotesk-std",Arial, Helvetica, sans-serif;
  color: #fff;
}

/* line 611, ../sass/theme/_style.scss */
.headertext {
  clear: both;
  padding: 86px 34px 60px;
}

/* line 615, ../sass/theme/_style.scss */
.headertext h1 {
  color: #fff;
  font-size: 80px;
  line-height: 75px;
}

/* line 621, ../sass/theme/_style.scss */
.logo {
  float: left;
  line-height: 56px;
}

/* line 625, ../sass/theme/_style.scss */
.logo img {
  padding-left: 20px;
}

/* line 629, ../sass/theme/_style.scss */
section {
  position: relative;
}

/* line 633, ../sass/theme/_style.scss */
nav#menu {
  display: none;
}

/* Lightbox  */
/* line 639, ../sass/theme/_style.scss */
#swipebox-slider #swipebox-caption {
  font-family: "aktiv-grotesk-std", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
}

@media only screen and (max-width: 980px) {
  /* line 646, ../sass/theme/_style.scss */
  img, .home-description {
    max-width: 100%;
    height: auto;
  }

  /* line 647, ../sass/theme/_style.scss */
  img {
    margin: 0 !important;
  }

  /* line 650, ../sass/theme/_style.scss */
  #wrapper, .fixedheader {
    width: 100%;
  }

  /* line 653, ../sass/theme/_style.scss */
  .bannerimg {
    height: auto;
  }

  /* line 654, ../sass/theme/_style.scss */
  .topnav {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
    float: none;
  }

  /* line 660, ../sass/theme/_style.scss */
  .topnav li {
    display: inline-block;
    float: none;
  }

  /* line 664, ../sass/theme/_style.scss */
  .topnav {
    float: none;
  }

  /* line 667, ../sass/theme/_style.scss */
  .topnav {
    display: none;
  }

  /* line 668, ../sass/theme/_style.scss */
  div.menu-icon a {
    padding: 12px;
    float: right;
  }

  /* line 669, ../sass/theme/_style.scss */
  div.menu-icon img {
    width: 40px;
    height: auto;
  }

  /* line 670, ../sass/theme/_style.scss */
  nav#menu {
    display: block;
    background: #000;
  }

  /* line 674, ../sass/theme/_style.scss */
  .shownav {
    background: #9ca3a8;
    clear: both;
    border-top: #3d3a3a solid 1px;
    display: none;
  }

  /* line 681, ../sass/theme/_style.scss */
  .shownav li {
    width: 100%;
    list-style: none;
  }

  /* line 684, ../sass/theme/_style.scss */
  .shownav li a {
    border-bottom: none;
    display: block;
    color: #fff;
    border-bottom: #3d3a3a solid 1px;
    padding: 12px 32px;
    font-size: 17px;
    background: #000;
  }

  /* line 693, ../sass/theme/_style.scss */
  .shownav li a:hover, .shownav li:hover a, .shownav li.current a {
    color: #aad0f0;
    background: #000;
  }

  /* line 697, ../sass/theme/_style.scss */
  #acura-white .configuration-options ul li, #acura-blue-tileable .configuration-options ul li {
    width: 420px;
  }

  /* line 700, ../sass/theme/_style.scss */
  #home .entrysection ul.leftlist li {
    width: 450px;
  }

  /* line 703, ../sass/theme/_style.scss */
  .footerwrapper {
    width: 90%;
  }

  /* line 704, ../sass/theme/_style.scss */
  .fixedheader .mobile {
    visibility: hidden;
  }

  /* line 705, ../sass/theme/_style.scss */
  #responsivemobile {
    float: right;
    padding: 12px;
    margin: 0;
    visibility: visible !important;
  }

  /* line 706, ../sass/theme/_style.scss */
  .active {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 711, ../sass/theme/_style.scss */
  .home-description {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
  }

  /* line 717, ../sass/theme/_style.scss */
  a img.alignright, a img.alignleft, img.alignright, img.alignleft {
    float: none;
  }

  /* line 721, ../sass/theme/_style.scss */
  img.alignright {
    margin-right: -12px !important;
  }

  /* line 725, ../sass/theme/_style.scss */
  #acura-white .home-description ul.bathlist li:first-child a, #acura-blue-tileable .home-description ul.bathlist li:first-child a {
    margin-right: 20px;
    margin-left: 24px;
  }

  /* line 729, ../sass/theme/_style.scss */
  #acura-white .home-description ul.bathlist li, #acura-blue-tileable .home-description ul.bathlist li {
    margin-bottom: 12px;
    display: inline-block;
    float: none;
  }

  /* line 734, ../sass/theme/_style.scss */
  #acura-white .home-description ul.bathlist li a, #acura-blue-tileable .home-description ul.bathlist li a {
    margin: 0 12px;
  }

  /* line 737, ../sass/theme/_style.scss */
  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  /* line 741, ../sass/theme/_style.scss */
  #acura-white .home-description ul.bathlist, #acura-blue-tileable .home-description ul.bathlist {
    /*float:none;*/
    width: auto;
    text-align: center;
  }

  /* line 746, ../sass/theme/_style.scss */
  #header {
    padding-top: 0;
  }

  /* line 747, ../sass/theme/_style.scss */
  .micosection {
    background-size: 100% 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 752, ../sass/theme/_style.scss */
  #home .entrysection {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 756, ../sass/theme/_style.scss */
  #home .entrysection ul.leftlist li {
    width: 100%;
    text-align: center;
  }

  /* line 760, ../sass/theme/_style.scss */
  #acura-white .home-description, #acura-blue-tileable .home-description {
    padding-top: 70px;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 765, ../sass/theme/_style.scss */
  #acura-white .home-description div.headingwrap, #acura-blue-tileable .home-description div.headingwrap {
    position: relative;
    width: auto;
    text-align: center;
  }

  /* line 770, ../sass/theme/_style.scss */
  #acura-white .configuration-options ul li, #acura-blue-tileable .configuration-options ul li {
    margin-right: 0;
    padding-top: 20px;
    text-align: center;
  }

  /* line 775, ../sass/theme/_style.scss */
  #acura-white .entrysection, #acura-blue-tileable .entrysection {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 779, ../sass/theme/_style.scss */
  #acura-white .configuration-options, #acura-blue-tileable .configuration-options {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 783, ../sass/theme/_style.scss */
  #acura-white .entrysection ul li, #acura-blue-tileable .entrysection ul li, #acura-white .configuration-options ul li, #acura-blue-tileable .configuration-options ul li {
    width: 100%;
  }

  /* line 786, ../sass/theme/_style.scss */
  .home-description h2 {
    text-align: center;
  }

  /* line 789, ../sass/theme/_style.scss */
  .home-description-left,
  .home-description-right {
    float: none;
    width: 100%;
  }

  /* line 795, ../sass/theme/_style.scss */
  .home-description-right {
    padding-left: 0;
    padding-top: 1rem;
  }

  /* line 800, ../sass/theme/_style.scss */
  #acura-white .configuration-options ul li.no-border, #acura-blue-tileable .configuration-options ul li.no-border {
    border-top: #929292 solid 1px;
  }

  /* line 803, ../sass/theme/_style.scss */
  #where-to-see div div div {
    float: none;
    width: 100%;
  }

  /* line 807, ../sass/theme/_style.scss */
  .logo {
    right: 5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 812, ../sass/theme/_style.scss */
  iframe {
    width: 100%;
  }

  /* line 813, ../sass/theme/_style.scss */
  #header {
    padding-top: 0;
  }

  /* line 814, ../sass/theme/_style.scss */
  .topnav {
    margin: 0;
  }

  /* line 815, ../sass/theme/_style.scss */
  .topnav li {
    width: 100%;
    margin-left: 0;
  }

  /* line 819, ../sass/theme/_style.scss */
  .logo img {
    width: 100px;
    height: auto;
  }

  /* line 824, ../sass/theme/_style.scss */
  .footerwrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 829, ../sass/theme/_style.scss */
  #acura-white .home-description h2, #acura-blue-tileable .home-description h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* line 833, ../sass/theme/_style.scss */
  #acura-white .home-description h3, #acura-blue-tileable .home-description h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 842, ../sass/theme/_style.scss */
  .micosection p.contactinfo {
    font-size: 14px;
  }
}
/* line 1, ../sass/theme/_updates.scss */
html,
body {
  font-family: "aktiv-grotesk-std", Arial, Helvetica, sans-serif;
  width: 100%;
}

/* line 8, ../sass/theme/_updates.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 13, ../sass/theme/_updates.scss */
.bannerimg {
  overflow: hidden;
}
/* line 17, ../sass/theme/_updates.scss */
.bannerimg img {
  width: 100%;
}

/* line 29, ../sass/theme/_updates.scss */
#acura-white .configuration-options ul li {
  width: auto;
  padding: 0;
  margin-right: 0;
}

/* line 39, ../sass/theme/_updates.scss */
.badge-image {
  position: absolute;
  right: 2.8125rem;
  bottom: 2.8125rem;
  z-index: 2;
}
