/** Shopify CDN: Minification failed

Line 678:6 Expected ":"
Line 679:2 Expected identifier but found "0"
Line 2757:17 Expected ":"
Line 2758:4 Expected identifier but found "34px"

**/
/* Accessibility improvements */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  text-decoration: none;
}

*:focus-visible {
  outline: 0.2rem solid #000 !important;
  outline-offset: 0.3rem;
}

/* Sleepless Edits */
#our-team-row .team-column img {
  width: 195px;
  height: 195px;
  object-fit: contain;
}

#our-team-row .team-column--default-image img {
  width: 155px;
  height: 155px;
  padding: 20px;
  background: #efefef;
}

/* Custom Styles and Overwrites */
#tab1 table {
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
  display: table;
}

#tab1 table th {
  padding: 10px;
  text-align: center;
}

#tab1 table tr {
  border-bottom: 1px solid #dcdcdc;
  display: table-row;
}

#tab1 table td {
  padding: 8px 10px;
  text-align: center;
  display: table-cell;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

#tab1 table ul {
  list-style: outside none none;
  margin: 0;
}

.imagemap-section h2 {
  font-size: 18px;
  color: #303030;
}

/* Overwrites */
#homepage_slider {
  padding-top: 30px;
}

div.container {
  padding-top: 0;
  padding-bottom: 0;
}

table tr:first-child {
  border-top: none;
}

table tr {
  border-bottom: none;
}

div.content {
  padding: 121px 0 0px;
}

.index div.content {
  padding-bottom: 0;
}

h4.title {
  border-top: none;
  border-bottom: none;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea, select {
  border-radius: 0;
}

textarea {
  resize: none;
}

ul {
  list-style-type: disc;
}

li:last-of-type {
  margin-bottom: 0;
}

#page.row {
  margin-bottom: 0;
}

form {
  margin-bottom: 0;
}

.footer-linklists a,
.footer-linklists a:visited {
  display: block;
  font-size: 14px;
  color: #66664F;
  letter-spacing: 0.67px;
}

.footer-linklists a+a {
  margin-top: 5px;
}

.footer-linklists .linklist-title {
  font-size: 14px;
  color: #66664F;
  letter-spacing: 1px;
  line-height: 27px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-linklists .columns {
  margin-bottom: 42px;
}

.footer-linklists .four.columns {
  box-sizing: border-box;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-linklists {
  overflow: hidden;
  clear: both;
}

/* Utility Classes */
.show-phone, .show-tablet, .phone-only {
  display: none;
}

.neue-bold {
  font-family: 'neue-haas-grotesk-text', sans-serif;
}

.neue-thin {
  font-family: 'neue-haas-grotesk-text', sans-serif;
}

.grey-bg {
  background: #F5F5F5;
  color: #444444;
}

.cleaner {
  clear: both;
}

.v-paddings-52 {
  padding: 52px 0;
}

.v-paddings-75 {
  padding: 75px 0;
}

.sub-title {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 28px;
  color: #444;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  text-transform: none;
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.interior-container {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

/* General Shared Styles */
body {
  font-family: 'neue-haas-grotesk-text', sans-serif;
  background: #86D5FF url('../assets/water-background.jpg') no-repeat center top;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
}

p, ul li {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'neue-haas-grotesk-text', sans-serif;
}

/* Bailey's Edits */
h2 {
  color: #4c4c4c;
  /*#666*/
  font-size: 18px;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 25px 0 10px 0;
  line-height: 1.1em;
}

h3 {
  font-size: 16px;
  line-height: 35px;
  margin: 0 auto 0 0;
  text-align: left;
  color: #666;
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

h4 {
  font-size: 16px;
  line-height: 1.25em;
  text-align: left;
  color: #222;
  text-transform: none;
  border: none;
}

/* Bailey's Edits for Footer */
#divFooter {
  background: #ffffff;
  text-align: center;
}

.ulFooter {
  padding-top: 20px;
  border: none;
}

.liFooter {
  display: inline-block;
  border: 0;
  padding-right: 30px;
}

.imgFooter {
  border: none;
  vertical-align: middle;
}

/* Bailey's Edits for Lists*/
.leftIndent {
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: normal;
}

.liBold {
  font-weight: bold;
  font-size: 120%;
  padding-top: 20px;
  padding-bottom: 0px;
}

.bigBoxes {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

.smallBoxes {
  font-weight: bold;
  width: 50px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background-color: #89ff1f;
  color: #000;
}

.middleBoxes {
  font-weight: bold;
  width: 110px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5em;
  background-color: #4eddff;
  color: #000;
}

.centerFig {
  text-align: center;
  font-size: .9em;
  padding-bottom: 15px;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgOnly {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19px;
}

.questions {
  font-weight: bold;
  font-size: 120%;
  padding-top: 22px;
  padding-bottom: 0px;
}

.answers {
  font-weight: normal;
  padding-top: 13px;
  padding-bottom: 0px;
}

.answerP {
  font-weight: normal;
  padding-top: 0px;
}

/* Menu Bar Bailey */
.nav ul.menu {
  margin-top: 20px;
}

.nav ul.menu li {
  margin-left: 10px;
  margin-right: 20px;
}

.breadcrumb {
  background: #0063CF;
  padding-top: 12px;
  padding-bottom: 0;
}

.blog .breadcrumb {
  padding-bottom: 0;
}

a {
  color: #0063cc;
}

.header .nav li a:hover, a:hover {
  color: #289b00 !important;
}

p:last-of-type {
  margin-bottom: 0;
}

div.content.main {
  background: #FFF;
  padding-bottom: 40px;
  box-shadow: 0 -1px 6px -3px #666;
}

#header-bottom-shadow {
  box-shadow: 0 -1px 6px -3px #666;
}

.flex-caption .action_button {
  position: relative;
}

a.button, input.action_button[type="submit"] {
  padding: 9px 24px 0 !important;
  height: 41px;
  max-height: 41px;
  margin-top: 24px;
  box-shadow: none;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  border-radius: 0;
  text-transform: none;
  background: #0063CF;
  color: #FFF !important;
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .action_button:hover, a.action_button:hover, input.action_button[type="submit"]:hover, input.action_button[type="button"]:hover {
  background-color: #00BFFF;
}

/* (Edits made by bailey down below) .breadcrumb {background:#0063CF; padding-top:12px; padding-bottom:12px; } */
.breadcrumb span, .breadcrumb a, .breadcrumb_text, .breadcrumb .interior-container span, .breadcrumb .interior-container {
  color: #FFF !important;
}

div.container div.breadcrumb {
  margin-bottom: 40px;
}

div.container div.breadcrumb_text {
  margin-bottom: 0;
}

/* Header Styles */
.mm-fixed-top .container {
  box-shadow: 0 -2px 20px -7px #666;
}

.header .logo {
  margin-left: 30px;
}

.header .cart_count {
  background-color: #0074dc;
}

.container .twelve.columns.nav {
  width: 816px;
}

.header div.container {
  background: #FFF;
  padding-top: 22px;
}

/* changed under bailey
.nav ul.menu {margin-top:10px;}
.nav ul.menu li {margin-left:20px; margin-right:20px;}*/
.nav ul.menu li#nav-search {
  margin-left: 20px;
  margin-right: 20px;
}

.nav ul.menu li#nav-cart {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.nav ul.menu li#nav-cart a {
  padding-right: 0;
}

.header .nav li a, .index .header .nav li a {
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

.header .nav li a:hover, .header .nav li a.active {
  color: #0074DC !important;
}

.index .header .nav a.top-link, .header .nav a.top-link {
  font-family: 'neue-haas-grotesk-text', sans-serif;
}

.nav ul li .cart-button, .header .nav li a#search-toggle {
  background: transparent;
  font-size: 18px !important;
}

.nav a.goog-te-menu-value {
  display: inline;
}

.nav a.goog-te-menu-value:hover {
  color: #000 !important;
}

#google_translate_element {
  width: 178px;
  float: right;
}

#google_translate_element .goog-te-gadget-icon, #google_translate_element .goog-te-gadget-icon+span {
  vertical-align: top !important;
}

#google_translate_element .goog-te-gadget-icon+span {
  position: relative;
  top: -4px;
}

#google_translate_element a {
  color: #000;
  text-transform: none;
  font-size: 12px;
  font-family: 'PT Sans Narrow', sans-serif;
  padding-bottom: 0;
  font-weight: bold;
  text-shadow: none;
}

#google_translate_element .goog-te-gadget-simple {
  padding-top: 1px;
  padding-bottom: 0;
  height: 20px;
}

/*.fb_iframe_widget span {text-align:right !important;}
.fb_iframe_widget iframe {right:0; width:auto !important;}
 .fb_iframe_widget span, .fb_iframe_widget iframe, .fb-like iframe, .pluginButton, #u_0_0 {width:auto !important; vertical-align:top !important;}
.fb_iframe_widget iframe {position:static !important;} */
.nav ul li a.top-link:after, .nav ul li a.active:after {
  background-color: transparent;
}

#about-dropdown {
  display: none;
  position: absolute;
  width: auto;
  padding: 20px;
  margin-left: -35px;
  background: #FFF;
}

#about-dropdown li {
  margin-left: 0;
  padding-left: 0;
}

#about-dropdown li a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 12px;
}

#mobile-menu {
  box-shadow: 1px 0 6px -3px #666;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  background: #FFFFFF;
  width: auto;
  z-index: 999;
  text-align: center;
}

#mobile-menu ul {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  margin: 0 20px;
}

#mobile-menu ul li {
  margin: 28px 0;
}

#mobile-menu ul li a {
  padding: 10px 30px;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
}

#mobile-menu-options {
  display: none;
  margin-top: 16px;
}

#mobile-cart-toggle, #search-toggle {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin: 0 15px;
}

#mobile-nav-toggle {
  width: 34px;
  height: 34px;
  text-align: center;
  float: right;
  margin-left: 15px;
}

#mobile-nav-toggle i {
  font-size: 27px;
  color: #666;
}

.index .header .nav a.icon-cart, #mobile-cart-toggle, #search-toggle {
  color: #666;
}

.index .header .nav a.icon-cart:hover, #mobile-cart-toggle:hover, #search-toggle:hover {
  color: #0063cf !important;
}

#mobile-nav-toggle:hover {
  cursor: pointer;
}

.nav ul.menu li#nav-cart {
  position: relative;
  top: 2px;
}

#mobile-menu .first-sub {
  display: none;
  position: fixed;
  min-width: 190px;
  top: 0;
  left;
  0;
  height: 100%;
  background: #FFF;
  margin-left: 0;
  padding-top: 40px;
  z-index: 1;
}

#mobile-menu .first-sub .second-sub {
  display: block !important;
}

#mobile-menu .first-sub li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mobile-menu .first-sub li a {
  font-family: 'neue-haas-grotesk-text', sans-serif !important;
  text-transform: capitalize !important;
}

#mobile-menu li.mobile-parent, #mobile-menu ul li.mobile-sub-back {
  cursor: pointer;
}

#mobile-menu li.mobile-parent>a i {
  margin-left: 30px;
  font-size: 20px;
  position: absolute;
}

#mobile-menu li.mobile-parent>ul {
  height: 100%;
  overflow-y: auto;
}

#mobile-menu li.mobile-parent>ul>li:last-child {
  padding-bottom: 100px;
}

#mobile-menu ul li.mobile-sub-back {
  margin-bottom: 30px;
}

#mobile-menu ul li.mobile-sub-back a {
  font-family: 'neue-haas-grotesk-text', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 17px;
}

.mobile-sub-back i {
  margin-right: 12px;
}

.dropdown {
  display: none !important;
}

/* footer styles */
footer.footer {
  background: #F5F5F5;
  border-top: 1px solid #CCC;
  margin-bottom: 40px;
  padding-bottom: 6px;
  padding-top: 15px;
}

.footer-interior {
  padding-left: 35px;
  padding-right: 35px;
}

.social_icons {
  list-style-type: none;
  width: auto;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}

.social_icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
}

.social_icons li img {
  width: 28px;
  max-width: 28px;
}

.social_icons li.instagram img, .social_icons li.pinterest img {
  width: 29px;
  max-width: 29px;
}

#follow-us-header {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 18px;
  letter-spacing: 0.5px;
  position: relative;
  top: 5px;
}

p.credits {
  width: 64%;
  float: right;
  font-size: 11px;
  text-align: right;
  position: relative;
  top: 4px;
}

/* Homepage Sliders Styles */
#homepage_slider .headline {
  font-weight: 100;
  line-height: 55px;
  font-size: 45px;
  text-transform: none;
  text-shadow: none;
  font-family: 'neue-haas-grotesk-text', sans-serif;
}

#homepage_slider .slide_text_left .headline {
  padding-left: 110px;
}

#homepage_slider .slide_text_left .action_button {
  left: 110px;
}

#homepage_slider .flex-caption {
  top: 0;
  height: 100%;
}

#homepage_slider .flex-caption .container {
  display: table;
  height: 100%;
}

#homepage_slider .flex-caption .container .columns {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#homepage_slider2 {
  background: url('../assets/testimonials-slider-bg.jpg') no-repeat center center;
  background-size: cover;
}

#homepage_slider2 ul.slides, #homepage_slider2 ul.slides li, #homepage_slider2 .flex-caption, #homepage_slider2 .flex-caption .container, #homepage_slider2 .flex-caption .container .sixteen {}

#homepage_slider2 .flex-caption {
  position: static;
}

#homepage_slider2 .flex-caption .container .sixteen .headline {
  padding-top: 42px;
  padding-bottom: 42px;
}

#homepage_slider2 .flex-caption .container .sixteen .headline a {
  color: #FFF;
  text-decoration: underline;
  font-size: 18px;
}

#homepage_slider2 .flex-caption .container .sixteen .headline a:hover {
  color: #FFF !important;
}

#homepage_slider2 .flex-caption .container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#homepage_slider2 .flex-caption .container .sixteen {
  display: table;
  margin-left: 0;
  margin-right: 0;
  float: none;
  vertical-align: middle;
  width: 100%;
}

#homepage_slider2 .flex-caption .container .sixteen .headline {
  display: table-cell;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-shadow: none;
  font-weight: 100;
  height: 100%;
  vertical-align: middle;
  color: #FFF;
  font-size: 27px;
  text-transform: none;
}

#homepage_slider2 .flex-caption .container .sixteen .headline span.author {
  font-size: 23px;
}

#homepage_slider2 .flex-direction-nav .flex-next, #homepage_slider2 .flex-direction-nav .flex-prev {
  opacity: 1;
  background-position: center center;
}

#homepage_slider2 .flex-direction-nav .flex-prev {
  left: 0;
  background: url('../assets/white-arrow-prev.png') no-repeat center center;
}

#homepage_slider2 .flex-direction-nav .flex-next {
  right: 0;
  background: url('../assets/white-arrow-next.png') no-repeat center center;
}

#homepage_slider2 .flex-direction-nav a {
  margin-top: -30px;
}

/* Default Page Template*/
#default-page-template {
  padding-left: 30px;
  padding-right: 30px;
}

/* Homepage Styles */
#home-tiles-container {
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}

#homepage-tiles {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#homepage-tiles tr {
  border: none;
}

#homepage-tiles tr.second td {
  padding-bottom: 0;
  padding-top: 10px;
}

#homepage-tiles td {
  border: none !important;
}

#homepage-tiles .home-tile {
  padding: 0;
  position: relative;
  text-align: center;
  width: 20%;
}

#homepage-tiles .tile-category {
  font-size: 18px;
  color: #444444;
  margin-bottom: 0;
  line-height: 22px;
  vertical-align: middle;
}

#home-bottom-halves {
  margin-bottom: 0;
  padding-bottom: 12px;
}

#home-bottom-halves table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

#home-bottom-halves table td {
  width: 50%;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

#home-bottom-halves table tr.first-row td {
  vertical-align: bottom;
}

#home-bottom-halves table tr.second-row td {
  padding-bottom: 61px;
  position: relative;
  vertical-align: top;
}

#home-bottom-halves table tr.second-row td a.button {
  position: absolute;
  bottom: 0;
}

#home-bottom-halves .article div {
  display: block;
  font-size: 15px;
  line-height: 24px;
}

#text-widget-content {
  color: #444;
}

.index div.article {
  margin-bottom: 0;
}

#home-bottom-halves-mobile {
  display: none;
}

/* Sidebar Styles */
#sidebar {
  width: 15.82%;
  margin-left: 0;
  border: 1px #CCC solid;
  padding: 30px 20px;
  float: left;
}

/* #sidebar-title {font-size:22px; line-height:22px; border-bottom:1px solid #CCC; text-transform:none; padding-bottom:18px; font-weight:400;}*/
/*sidebar-list {margin-left:0; margin-bottom:0; list-style-type:none;}*/
#sidebar-list ul {
  list-style-type: none;
  margin-bottom: 0;
}

#sidebar-list ul.sub-categories {
  margin-left: 10px;
  margin-top: 8px;
}

#sidebar-list li {
  line-height: 14px;
  margin-bottom: 8px;
  margin-top: 11px;
}

#sidebar-list li a {
  font-size: 14px;
  color: #444;
}

#sidebar-list a.active, #sidebar-list li a:hover {
  color: #269900;
}

#sidebar-list li:last-of-type {
  margin-bottom: 0;
}

/* Bailey */
#sidebar-title {
  font-size: 22px;
  line-height: 22px;
  border-bottom: 1px solid #CCC;
  text-transform: none;
  padding-bottom: 18px;
  font-weight: 400;
  margin-top: 0px
}

#sidebar-list {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1.5px
}

/* Page With Sidebar Styles */
.right-content {
  width: 77.9%;
  float: right;
}

.right-content #page-banner {
  height: 303px;
  margin-bottom: 30px;
  background-size: 100% !important;
}

#landing-banner-text {
  color: #0071DF;
  margin-left: 5.59%;
  width: 60%;
  position: relative;
  top: 36px;
}

#landing-banner-text h1 {
  font-family: 'neue-haas-grotesk-text', sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  color: #0071DF;
  text-transform: none;
}

#landing-banner-text p {
  font-size: 19px;
  line-height: 27px;
}

.right-content .lower-landing-halves {
  display: table;
  border-collapse: separate;
  border-spacing: 30px 0;
  width: 948px;
  margin-left: -30px;
  margin-bottom: 0;
}

.right-content .half {
  width: 48%;
  display: table-cell;
  position: relative;
  border: 1px solid #CCC;
  padding: 30px 0 90px;
}

.right-content .half .half-interior {
  width: 85%;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.landing-half-text, .landing-half-text * {
  font-size: 15px;
  line-height: 25px;
}

.landing-half-text .smaller {
  font-size: 13px;
}

.right-content .half a.button {
  position: absolute;
  bottom: 40px;
}

/* Collection Page Styles */
.product_image {
  height: 269px;
  max-height: 269px;
  border: 1px #CCC solid;
}

.thumb_interior_full {
  height: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
}

.thumb_table {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.thumb_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.thumb_cell img {
  max-width: 210px;
}

.thumbnail .info {
  margin-top: 20px;
}

/* Product Page Styles */
h1.product_name {
  line-height: 32px;
}

.product .description {
  margin-bottom: 28px;
}

.product .social_buttons {
  margin-top: 18px;
  margin-bottom: 24px;
  display: block;
  color: #525252 !important;
}

.social_buttons a {
  position: relative;
  top: 2px;
}

.tabs-content li p, .tabs-content li li, .tabs-content li span, .imagemap-section, .imagemap-section p {
  font-size: 16px !important;
  line-height: 22px !important;
}

.imagemap-section, .imagemap-section p {
  color: #666;
}

ul.tabs {
  margin-left: -16px;
}

/* ul.tabs-content > li {padding-top:20px;} */
ul.tabs li a {
  color: #444444;
  font-size: 15px;
}

ul.tabs li a.active {
  border-radius: 0 !important;
  color: #289B00;
}

/*Bailey's Edits*/
.tabs-content ul {
  margin-top: 10px;
  margin-bottom: 25px
}

/*.tabs-content ul {margin-top: 25px; margin-bottom: 10px}*/
.tabs-content li {
  margin-left: -10px;
}

.tab2b {
  margin-bottom: 50px
}

ul.tabs-content>li {
  padding-top: 10px;
}

.thumb_cell img {
  max-width: 200px;
  padding: 5px
}

#view-accessories a {
  color: #0063CC;
}

#when-to-change {
  margin-bottom: 2px;
}

.flex-control-thumbs li {
  border: 1px solid #CCC;
  height: 64px;
  display: inline-block;
  position: relative;
}

.flex-control-thumbs li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tabs-content, .tabs-content ul li {
  font-size: 15px;
  line-height: 22px;
}

.add_to_cart, #cart_form .add_to_cart, form.product_form input.add_to_cart {
  padding: 11px 24px 7.5px !important;
  background: #0063cf url('../assets/white-shopping-cart.png')no-repeat 26px 12px;
  text-indent: 28px;
  width: 160px;
}

.add_to_cart:hover, #cart_form .add_to_cart:hover, form.product_form input.add_to_cart:hover {
  background: #00BFFF url('../assets/white-shopping-cart.png')no-repeat 26px center;
}

#product_form {
  width: 160px;
  float: left;
}

#find-dealer-button {
  background: #46954D;
  margin-top: 0;
  margin-right: 16px;
}

#find-dealer-button i {
  margin-right: 12px;
}

.social_buttons {
  display: block;
  margin-top: 10px;
  margin-bottom: 18px;
}

.product_slider {
  padding-right: 30px;
  box-sizing: border-box;
}

.product_slider .flex-direction-nav .flex-prev, .product_slider .flex-direction-nav .flex-next {
  opacity: 1;
  width: 36px;
  height: 22px;
}

.product_slider .flex-direction-nav .flex-next {
  right: 0;
  background: url('grey-arrow-next.png') no-repeat center center !important;
}

.product_slider .flex-direction-nav .flex-prev {
  left: 0;
  background: url('grey-arrow-prev.png') no-repeat center center !important;
}

.product_slider .flex-direction-nav {
  position: relative;
  top: auto;
  bottom: 36px;
}

.product_slider .flex-control-thumbs {
  margin-top: 20px;
}

.product_slider .flex-control-thumbs li, .flex-control-thumbs li:first-child {
  margin: 15px 1% 0 0;
  padding: 8px;
}

.product_slider .flex-control-thumbs li img {
  max-height: 85%;
  max-width: 100%;
  width: auto;
}

.product_slider .slides img {
  max-height: 400px;
}

.flex-control-thumbs img {
  margin-left: auto;
  margin-right: auto;
}

.accordian-section {
  border: 1px solid #CCC;
  margin-top: 35px;
}

.system-includes, .system-accessories, .product-filters {
  padding-bottom: 40px;
}

.accordian-section+.accordian-section {
  margin-top: 12px;
}

.accordian-section .accordian-interior {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
}

.accordian-section-title, .accordian-section-close {
  background: #F5F5F5;
  padding: 14px 0 12px;
}

.accordian-section-title a, .accordian-section-close a {
  margin-left: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #0063CF;
  cursor: pointer;
}

.accordian-section-close a {
  color: #660000;
}

.accordian-section-title a i, .accordian-section-close a i {
  margin-right: 10px;
}

.accordian-section-items {
  display: none;
  border-top: 1px solid #CCC;
  padding-top: 30px;
}

.accordian-section .image a img {
  margin-left: auto;
  margin-right: auto;
}

.accordian-section .image a, .accordian-section .image a img {
  max-width: 100%;
  display: block;
}

.system-includes-title {
  text-align: center;
}

.system-includes h4 a, .system-accessories h4 a, .product-filters h4 a {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  font-family: "neue-haas-grotesk-text", sans-serif;
  letter-spacing: 0;
}

div.image {
  width: 100%;
}

div.image .image-table {
  width: 100%;
  vertical-align: middle;
  display: table;
  height: 150px;
}

div.image .image-cell {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

.accessory-pop-up {
  padding: 40px;
  text-align: center;
}

.accessory-pop-up p.fancybox-detail-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.accessory-pop-up img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.accessory-pop-up a.button {
  background: #46954D;
}

.accessory-pop-up a.button i {
  margin-right: 8px;
}

.system-includes li {
  margin-bottom: 0;
}

#product-videos-interior a {
  width: 33%;
  line-height: 18px;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}

#product-videos-interior a img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.lower-landing-halves .half .half-interior {
  overflow: hidden;
}

.lower-landing-halves .half .half-interior .left-side {
  display: block;
  width: 68%;
  float: left;
}

.lower-landing-halves .half .half-interior .right-side {
  display: block;
  width: 32%;
  float: left;
}

.lower-landing-halves .half .half-interior .right-side img,
.lower-landing-halves .half .half-interior .left-side img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}

.dropdown-toggler+.sub-categories {
  display: none;
}

.dropdown-toggler.child-expanded+.sub-categories {
  display: block;
}

/* Cart Pate */
#cart-content-container {
  padding-left: 30px;
  padding-right: 30px;
}

#cart-content-container h4 {
  font-weight: 400;
  text-transform: none;
}

#cart-content-container #note {
  max-width: 50%;
  height: 180px;
  max-height: 180px;
  resize: none;
}

/* Store Locator Page Styles */
#store_map {
  float: none !important;
  width: 100% !important;
}

/* About Page Styles */
#about-breadcrumb {
  margin-bottom: 0;
}

#about-banner {
  background: #24B1CD;
  display: table;
  width: 100%;
}

#about-banner-text, #about-banner-right {
  padding-top: 75px;
  padding-bottom: 75px;
}

#about-banner-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#about-banner-right {
  display: table-cell;
  width: 50%;
}

#about-banner-right img {
  display: block;
  width: 100%;
}

#about-banner-text h1 {
  color: #FFF;
  margin-bottom: 0;
  font-size: 38px;
  width: 90%;
  line-height: 46px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-content {
  width: 88%;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.about-content h2 {
  -moz-osx-font-smoothing: auto;
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  text-align: center;
  margin-bottom: 12px;
}

.about-content p+h2 {
  margin-top: 42px;
}

#trusted-by {
  padding-top: 40px;
  padding-bottom: 48px;
}

#trusted-by .sub-title {
  text-align: center;
  margin-bottom: 36px;
}

#trusted-by-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.trusted-cell {
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

#our-team h3.sub-title {
  text-align: center;
  margin-bottom: 32px;
}

#our-team-row {
  text-align: center;
}

.team-column {
  display: inline-block;
  box-sizing: border-box;
  width: 22%;
  padding: 0 5px;
  text-align: center;
}

.team-column img {
  border-radius: 100%;
  margin-bottom: 6px;
}

.team-name, .job-title {
  font-size: 13px;
  color: #666;
  line-height: 14px;
}

.job-title {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  overflow: visible;
}

.team-name {
  font-family: 'neue-haas-grotesk-text', sans-serif;
  margin-bottom: 6px;
}

#our-commitment h3.sub-title {
  text-align: center;
  margin-bottom: 40px;
}

#our-commitment .half {
  width: 48.5%;
  float: left;
}

#our-commitment .half+.half {
  float: right;
}

#our-commitment .column-title {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  padding-bottom: 12px;
}

#our-commitment ul {
  color: #666;
  margin-left: 12px;
  margin-bottom: 0;
}

.button-container {
  text-align: center;
  width: 100%;
}

/* Resources Landing Page*/
#resources-page-content {
  padding: 0 40px;
}

#resources-support {
  height: 306px;
  max-height: 306px;
  box-sizing: border-box;
  margin-bottom: 46px;
  padding: 24px 288px 24px 62px;
}

#resources-support h1 {
  color: #0071DF;
  font-size: 45px;
  font-family: 'neue-haas-grotesk-text', sans-serif;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 4px;
}

#resources-support p {
  font-size: 19px;
  font-weight: 300;
}

#support-middle {
  float: left;
  width: 662px;
  text-align: center;
  color: #FFF;
}

.resources-row+.resources-row {
  margin-top: 46px;
}

#resources-page-content .resources-column {
  width: 48%;
  float: left;
  padding: 46px 50px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
}

#resources-page-content .resources-column+.resources-column {
  float: right;
}

.resources-column h2 {
  line-height: normal;
  color: #444444;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 18px;
  text-transform: none;
}

.resources-column p {
  margin-bottom: 0;
}

.resources-column a {
  font-size: 15px;
  color: #005ED2;
  font-weight: 400;
}

/* Resources Loop */
#resources-loop {
  padding: 0 76px;
}

.resources-item {
  width: 33.333333%;
  float: left;
  box-sizing: border-box;
  padding: 0 55px;
  margin-bottom: 12px;
}

.resources-item h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  margin-top: 12px;
}

#resources-loop-title {
  letter-spacing: 0;
  margin-bottom: 24px;
  text-transform: none;
  text-align: center;
}

.resources-thumb-container {
  border: 1px solid #CCC;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.resources-thumb-container img {
  bottom: -9999px;
  /* height: 100%; */
  width: auto;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
}

/* Blog Page Styles */
.container .ten.columns.blog_content {
  border-left: none;
  padding-left: 20px;
  width: 74%;
}

.container .ten.columns.blog_content .article .featured-image {
  width: 26%;
  float: left;
  margin-right: 18px;
}

.container .ten.columns.blog_content .article .featured-image img {
  display: block;
}

.article h2.sub-title a {
  color: #0071DF;
}

.article h2.sub-title {
  margin-bottom: 8px;
}

p.article-date {
  font-size: 14px;
  margin-bottom: 18px;
}

.blog_content div.article {
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
}

.blog_content div.article:last-of-type {
  border-bottom: none;
}

/* mod by bailey  .blog .breadcrumb {padding-bottom: 17px;} */
.blog .breadcrumb .interior-container h1 {
  line-height: 12px;
  padding-top: 0;
  margin-bottom: 0;
}

.blog .breadcrumb .interior-container h1 a {
  font-size: 13px;
  color: #FFF;
  text-transform: none;
}

/* Article Page Styles */
.article div.content {
  padding-bottom: 60px;
}

.article h1.sub-title {
  margin-bottom: 8px;
}

.article p.article-date {
  margin-bottom: 24px;
}

.article .blog_content p {
  margin-bottom: 28px;
}

.article-featured-image {
  margin-bottom: 24px;
}

.article-featured-image, .article-featured-image img {
  max-width: 100%;
}

.article .leave-comment-title {
  font-size: 22px;
  margin-top: 50px;
  font-weight: 400;
  text-transform: none;
  color: #444;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.comment-top-half.columns {
  width: 47%;
  margin-bottom: 12px;
}

.comment-top-half.columns+.comment-top-half.columns {
  float: right;
}

.comment-form label {
  color: #AAAAAA;
  font-size: 15px;
}

#will-be-approved {
  color: #666;
  margin-bottom: 20px;
}

#comment-submit {
  padding: 10px 52px 7px !important;
}

.article .social_buttons {
  color: #525252;
  font-size: 15px;
  margin-top: 36px;
}

.blog-back {
  display: none;
  margin-bottom: 28px;
}

.blog-back a {
  font-size: 22px;
  color: #444444;
  cursor: pointer;
}

.blog-back a i {
  margin-right: 6px;
}

#article-comments {
  margin-top: 28px;
}

/* Contact Page Styles */
#contact-banner {
  height: 296px;
}

#contact-breadcrumb {
  margin-bottom: 0;
}

.contact-interior {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 58px;
}

.contact-interior .half {
  width: 48%;
  float: left;
}

.contact-interior .half+.half {
  float: right;
}

.contact-interior a {
  color: #0071DF;
}

.contact-interior input.action_button[type="submit"] {
  padding: 10px 48px 7px !important;
  font-size: 18px;
}

.contact-interior p+p {
  margin-top: 24px;
}

.contact-interior label {
  color: #AAAAAA;
  font-size: 15px;
}

.contact-interior input[type="text"], .contact-interior input[type="number"], .contact-interior input[type="password"], .contact-interior input[type="email"], .contact-interior textarea, .contact-interior select {
  border: 1px solid #CCC;
}

/* Search */
.search div.content {
  min-height: 600px;
}

#no-search-results {
  padding-bottom: 40px;
}

.search .main.content {
  padding-bottom: 0;
}

.search .container.main.content hr:last-of-type {
  margin-bottom: 0;
}

/* Testimonials */
.testimonial-row {
  padding-bottom: 20px;
}

.testimonial-row .testimonial-image {
  float: left;
  width: 15%;
  text-align: center;
  padding-right: 15px;
}

.testimonial-row .testimonial-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-row .testimonial-content {}

.testimonial-row .sub-title {
  color: #0065cb;
  margin: 0 0 10px;
}

.testimonial-row+.testimonial-row {
  border-top: 1px solid #ded6c7;
  padding: 20px 0;
}

.testimonial-row:last-of-type {
  padding-bottom: 0;
}

/* Store Locator */
.app-page .container.main.content #col-main.all {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}

.app-page .container.main.content h2 {
  font-size: 28px;
  text-transform: none;
  font-weight: 300;
}

.app-page .search_limit,
.app-page .search_bar .search_within_distance,
.app-page .search_bar .main_search_bar {
  box-sizing: border-box;
  text-align: left;
}

.app-page .search_limit {
  text-align: left !important;
  width: 18% !important;
  padding-right: 30px;
}

.search_bar #limit {
  width: 100%;
}

.app-page .search_limit input {
  width: 100%;
}

.app-page .search_bar {
  background: #FFF;
  border: none;
  padding: 0;
  margin-bottom: 40px;
}

.app-page .search_bar span {
  color: #AAAAAA;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

.app-page .search_bar .main_search_bar {
  width: 48%;
  padding-right: 30px;
}

.app-page .search_bar .main_search_label {
  width: 100%;
}

.app-page .search_bar .search_within_distance {
  text-align: left;
  width: 18%;
  padding-right: 30px;
}

.app-page .custom_searches select, .app-page .main_search_bar input {
  width: 100%;
}

.app-page .search_bar #within_distance,
.app-page .search_bar #limit {
  width: 100%;
  height: 41px;
}

.app-page .search_bar button, .app-page .search_bar button:hover {
  padding: 0 20px;
  color: #FFF;
  box-shadow: none;
  font-size: 18px;
  background: #0063CF;
  border-radius: 0;
  text-transform: none;
  float: right;
  border: none;
  margin-top: 34px;
  height: 39px;
  max-height: 39px;
  font-weight: 400;
  text-shadow: none;
}

.app-page .search_bar button span {
  color: #FFF;
  margin-right: 8px;
  margin-bottom: 0;
}

.app-page #addresses_list {
  height: auto !important;
  margin-top: 28px;
}

.app-page .addresses li {
  background: none !important;
  padding: 0;
  border-top: none;
}

.app-page .footer_html {
  margin: 0;
  padding: 0 0 30px;
}

.app-page .footer_html p {
  font-size: 16px;
}

.app-page .no_stores_found {
  margin-left: 0;
  font-size: 28px;
}

.app-page select {
  background: #fff url("//cdn.shopify.com/s/files/1/0532/2477/t/2/assets/select.png?1499165725159083133") no-repeat scroll right center / 17px 5px;
}

.app-page #addresses_list {
  width: 100%;
}

.app-page .addresses li a {
  margin-bottom: 0;
}

/* 404 Page */
#errorDoc {
  padding-top: 40px;
}

/* Media Queries */
@media screen and (max-width:1199px) {
  #tab1 table {
    font-size: 13px;
  }

  #tab1 table th {
    padding: 7px;
  }

  #tab1 table li {
    font-size: 14px;
    line-height: 18px;
  }

  /* General Styles */
  .interior-container {
    width: 900px;
  }

  .right-content {
    width: 76%;
  }

  div.content {
    padding-top: 111px;
  }

  /* Header and Navigation Styles */
  .header div.container {
    padding-top: 10px;
  }

  .container .twelve.columns.nav {
    width: 654px;
  }

  .nav ul.menu li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav ul.menu li#nav-search {
    margin-left: 0;
    margin-right: 0;
  }

  /* Sidebar styles */
  #sidebar-list ul.sub-categories {
    margin-left: 10px;
  }

  /* Homepage Styles */
  #home-bottom-halves .eight {
    width: 47%;
  }

  #home-bottom-halves .eight+.eight {
    float: right;
  }

  #homepage_slider .slide_text_left .headline {
    padding-left: 40px;
  }

  #homepage_slider .slide_text_left .action_button {
    left: 70px;
    margin-top: 10px;
  }
  
  /* About Page Syles */
  #about-banner-text h1 {
    font-size: 32px;
    line-height: 42px;
  }

  /* Pages with Sidebars */
  .right-content #page-banner {
    height: 231px;
  }

  .right-content .lower-landing-halves {
    width: 744px;
  }

  #landing-banner-text {
    width: 65%;
    margin-left: 4.59%;
  }

  /* Product Landing Page Styles */
  #landing-banner-text {
    top: 20px;
  }

  #landing-banner-text h1 {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  #landing-banner-text p {
    font-size: 17px;
    line-height: 25px;
  }

  #landing-banner-text a.button {
    margin-top: 16px;
  }

  /* Collection Landing Page Styles */
  .right-content .four.columns.thumbnail {
    width: 214px;
  }

  /* Product Detail Page Styles */
  .product_section .six.columns {
    box-sizing: border-box;
    width: 318px;
  }

  .product_section .six.columns+.six.columns {
    float: right;
  }

  ul.system-includes, ul.system-accessories, ul.product-filters {
    margin-left: 23px;
  }

  ul.system-includes li, ul.system-accessories li, ul.product-filters li {
    margin-right: 23px;
  }

  #find-dealer-button {
    padding: 10px 16px 0 !important;
  }

  .add_to_cart, #cart_form .add_to_cart, form.product_form input.add_to_cart {
    width: 154px;
  }

  .product_slider .flex-control-thumbs li, .flex-control-thumbs li:first-child {
    padding: 5px;
  }

  .product_slider .flex-direction-nav .flex-next {
    right: -5px;
  }

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

  .product_slider .flex-direction-nav {
    bottom: 16px;
  }

  .flex-direction-nav a {
    margin-top: -35px;
  }

  /* About Page Styles */
  .team-column img {
    width: 90%;
  }

  /* Resources Landing Page */
  #resources-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  #resources-support {
    margin-bottom: 30px;
    max-height: 231px;
    height: 231px;
    padding: 10px 244px 24px 34px;
  }

  #resources-support h1 {
    font-size: 37px;
  }

  #resources-page-content .resources-column {
    padding: 30px 32px;
  }

  .resources-row+.resources-row {
    margin-top: 30px;
  }

  /* Resources Loop Pages */
  #resources-loop {
    padding: 0 0;
  }

  .resources-item {
    padding: 0 42px;
  }

  /* Where to Buy */
  .app-page .search_bar .main_search_bar {
    width: 47%;
    margin-right: 29px;
  }
}

@media screen and (max-width: 959px) {
  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .interior-container {
    width: 670px;
  }

  div.content {
    padding: 0;
  }

  div.content.main {
    box-shadow: none;
  }

  /* General Styles */
  .v-paddings-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sidebar {
    display: none;
  }

  .right-content {
    width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  .sub-title {
    font-size: 26px;
  }

  #default-page-template {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* Header and Navigation Styles */
  .header {
    padding-left: 0;
  }

  .header .logo {
    width: 259px !important;
    margin-left: 46px;
    margin-right: 0;
  }

  .container .twelve.columns.nav {
    width: 536px;
    margin-left: 0;
  }

  .nav ul.menu {
    display: none;
  }

  .mm-fixed-top {
    position: relative !important;
  }

  .mm-fixed-top #header-bottom-shadow {
    display: none;
  }

  #header-options {
    width: 420px;
  }

  .container .twelve.columns.nav {
    width: 410px;
    margin-right: 50px;
  }

  #mobile-menu-options {
    display: block;
  }

  #google_translate_element {
    width: 150px;
  }

  #search-toggle {
    width: 20px;
    float: right;
  }

  /* Footer Styles */
  .footer-interior {
    padding-left: 50px;
    padding-right: 50px;
  }

  p.credits {
    float: none;
    width: 100%;
    clear: left;
    text-align: left;
    color: #525252;
  }

  div.footer {
    margin-bottom: 0;
  }

  /* Homepage Styles */
  #homepage_slider .headline {
    font-size: 37px;
    line-height: 42px;
  }

  #homepage_slider .slide_text_left .action_button {
    margin-top: 10px;
  }

  #homepage-tiles .tile-category {
    font-size: 17px;
  }

  #homepage-tiles tr.second td {
    padding-top: 0;
  }

  #homepage-tiles .home-tile img {
    max-width: 60%;
  }

  #home-bottom-halves table, #homepage-tiles {
    width: 100%;
  }

  #homepage-tiles td, #home-bottom-halves table td {
    padding-left: 30px;
    padding-right: 30px;
  }

  #home-bottom-halves table tr.first-row td {
    vertical-align: top;
  }

  #home-tiles-container {
    padding-bottom: 50px;
  }

  .right-content .lower-landing-halves {
    width: 783px;
  }

  #home-bottom-halves {
    padding-top: 46px;
  }

  #home-bottom-halves, #home-tiles-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  #home-bottom-halves table, #home-tiles-container table {
    margin-bottom: 0;
  }

  #homepage-tiles td {
    padding-left: 0px;
    padding-right: 0px;
  }

  #home-bottom-halves, #home-tiles-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  #home-bottom-halves table td {
    padding-left: 0;
    padding-right: 15px;
  }

  #home-bottom-halves table td+td {
    padding-left: 15px;
    padding-right: 0;
  }

  /* Products Landing Page Styles */
  .right-content .lower-landing-halves {
    width: 730px;
    margin-bottom: 0;
  }

  .right-content #page-banner {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  #landing-banner-text h1 {
    font-size: 37px;
  }

  #landing-banner-text p {
    font-size: 14px;
  }

  #landing-banner-text {
    position: static;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 20px;
  }

  #landing-banner-text h1 {
    margin-bottom: 4px;
  }

  #landing-banner-text a.button {
    margin-top: 10px;
  }

  .right-content .half {
    border: none;
  }

  .right-content .half .half-interior {
    width: 100%;
  }

  /* Collection Page Styles */
  .right-content .four.columns.thumbnail {
    width: 210px;
  }

  .thumb_cell img {
    max-width: 177px;
  }

  /* Product Detail Page Styles */
  a.button, input.action_button[type="submit"] {
    padding: 9px 11px !important;
  }

  .flex-control-thumbs li, .flex-control-thumbs li:first-child {
    width: 17%;
  }

  .accordian-section .image a, .accordian-section .image a img {
    max-width: 149px;
  }

  ul.system-includes, ul.system-accessories, ul.product-filters {
    margin-left: 22px;
  }

  ul.system-includes li, ul.system-accessories li, ul.product-filters li {
    margin-right: 21px;
  }

  .flex-control-thumbs li {
    height: 43px;
  }

  .flex-direction-nav a {
    margin-top: -24px;
  }

  /* Bailey's Edits */
  #spaceTopBottom ul {
    padding: 100px;
  }

  /* Blog Styles */
  .blog #sidebar {
    display: block;
    width: 28%;
  }

  .container .ten.columns.blog_content {
    margin-right: 0;
    float: right;
    width: 60.4%;
  }

  .container .ten.columns.blog_content .article .featured-image {
    width: 100%;
    float: none;
    margin-bottom: 28px;
  }

  /* Article Styles */
  .article .container .ten.columns.blog_content {
    float: none;
    width: 100%;
  }

  .comment-top-half.columns {
    width: 100%;
    float: none !important;
    display: block;
    margin-left: 0;
    margin-bottom: 22px;
  }

  .comment-top-half.columns input {
    margin-bottom: 0;
  }

  .article .container .ten.columns.blog_content form {
    padding-bottom: 100px;
  }

  .blog-back {
    display: block;
  }

  .article div.container div.breadcrumb {
    margin-bottom: 20px;
  }

  /* About Us Page Styles */
  #about-banner-text, #about-banner-right {
    padding: 55px 0;
  }

  #about-banner-text {
    width: 66%;
  }

  #about-banner-right {
    width: 34%;
    background-position: 72% center !important;
  }

  .about-content {
    margin-top: 37px;
    padding-bottom: 2px;
  }

  #our-commitment h3.sub-title {
    margin-bottom;
    34px;
  }

  .trusted-cell:first-child, .trusted-cell:last-of-type {
    display: none;
  }

  #our-commitment .half {
    float: none;
    width: 100%;
  }

  #our-commitment .half+.half {
    margin-top: 42px;
  }

  .trusted-cell {
    width: 33.3333%;
  }

  .trusted-cell img {
    -ms-transform: scale(0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5);
    /* Safari */
    transform: scale(0.75);
  }

  #our-team {
    padding-bottom: 40px;
  }

  #our-team-row {
    display: flex;
    flex-flow: row wrap;
  }

  .team-column {
    float: none;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .team-column:nth-child(n+3) {
    margin-top: 20px;
  }

  #our-team+#homepage_slider2 .flex-caption .container .sixteen .headline {
    font-size: 24px;
  }

  /* Resources Page Styles */
  #resources-page-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  #resources-support {
    background-position: 90% center !important;
  }

  /* Resources Loop */
  #resources-loop {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resources-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  /* Where To Buy*/
  .app-page .search_bar .main_search_bar {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .app-page .search_bar button, .app-page .search_bar button:hover {
    float: none;
    margin-left: 0;
  }

  .app-page .search_bar .search_within_distance {
    float: none;
    width: 192px;
    margin-top: 20px;
  }

  .app-page .container.main.content #col-main.all {
    padding-left: 50px;
    padding-right: 50px;
  }

  .app-page .container.main.content h2 {
    margin-bottom: 12px;
    padding-top: 14px;
  }

  .app-page #store_map {
    height: 455px !important;
    margin-top: 42px;
  }

  .app-page .addresses li a {
    width: auto;
  }

  .app-page .footer_html {
    padding: 10px 0 30px;
  }
}

@media screen and (max-width:768px) {
  .container, div.content {
    width: 100%;
  }

  /* Header Styles */
  .header .logo {
    margin-left: 44px;
    margin-right: 0;
  }

  #header-options {
    position: relative;
    right: 15px;
  }
}

@media screen and (max-width:767px) {
  #tab1 table {
    font-size: 12px;
  }

  #tab1 table li {
    font-size: 13px;
  }

  .phone-only {
    display: block;
  }

  .footer-linklists .four.columns {
    width: 100%;
  }

  /* General Styles */
  .sub-title {
    font-size: 24px;
    line-height: 28px;
  }

  .v-paddings-52 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  a.button, input.action_button[type="submit"] {
    height: 37px;
    padding: 7px 24px 0 !important;
  }

  div.container div.breadcrumb {
    margin-bottom: 25px;
  }

  .breadcrumb .interior-container {
    text-align: left;
    padding-left: 20px;
  }

  .interior-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .breadcrumb_text {
    margin-bottom: 0 !important;
  }

  #default-page-template {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Header Styles */
  .header div.container {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  .header {
    margin-top: 0;
    height: 125px;
  }

  .container .twelve.columns.nav, #header-options {
    display: inline-block;
    width: auto;
    float: none;
    position: static;
  }

  .container .twelve.columns.nav .fb-like.fb_iframe_widget {
    display: none !important;
  }

  .header .logo {
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    left: -21px;
    top: 20px;
  }

  .header .logo a {
    width: 210px;
    margin: 0 auto;
  }

  #google_translate_element {
    position: absolute;
    top: 20px;
    margin-left: -65px;
  }

  #phone-fb-like {
    position: relative;
    top: 6px;
    left: -124px;
  }

  #mobile-nav-toggle {
    position: absolute;
    top: 71px;
    left: 50%;
    margin-left: 120px;
  }

  #mobile-nav-toggle i {
    font-size: 30px;
  }

  #search-toggle {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 80px;
  }

  #mobile-cart-toggle {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 128px;
    display: none;
  }

  #mobile-menu ul {
    margin: 0 20px 0 0;
  }

  #mobile-menu .first-sub {
    padding-top: 16px;
  }

  #mobile-menu .first-sub .second-sub {
    margin-left: 10px;
  }

  /* Footer Styles */
  div.footer {
    padding-bottom: 20px;
  }

  .footer-interior {
    padding-left: 20px;
    padding-right: 20px;
  }

  p.credits {
    line-height: 18px;
  }

  p.credits a {
    display: block;
  }

  /* Search Overlay */
  #search .container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  #search .ten.columns {
    float: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #search form input {
    font-size: 14px;
  }

  .search-submit {
    top: 38px;
  }

  /* Homepage Styles */
  #homepage_slider .slides img {
    display: none;
  }

  #homepage_slider .flex-caption {
    position: static;
  }

  #home-bottom-halves, #home-tiles-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #homepage_slider .flex-caption {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #homepage_slider .flex-caption .container .columns {
    width: 100%;
    text-align: center;
  }

  #homepage_slider .slide_text_left .headline {
    padding-left: 0;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  #homepage_slider .slide_text_left .action_button {
    position: static;
    font-size: 16px;
  }

  #homepage_slider .flex-control-nav {
    display: none;
  }

  #homepage_slider2 .flex-caption .container .sixteen .headline {
    font-size: 20px;
  }

  #homepage_slider2 .flex-caption .container .sixteen .headline span.author, #homepage_slider2 .flex-caption .container .sixteen .headline a {
    font-size: 17px;
  }

  #homepage-tiles, #homepage-tiles tbody, #homepage-tiles tr, #homepage-tiles td {
    width: 100%;
    display: block;
  }

  #homepage-tiles tr.second {
    display: none;
  }

  #homepage-tiles .home-tile img {
    max-width: 90%;
  }

  #homepage-tiles td+td+td+td+td {
    display: none !important;
  }

  #homepage-tiles td {
    width: 100% !important;
  }

  #homepage-tiles td+td {
    margin-top: 18px;
  }

  #home-bottom-halves table {
    display: none;
  }

  #home-bottom-halves-mobile {
    display: block;
  }

  #home-bottom-halves-mobile .hbhm-row+.hbhm-row {
    margin-top: 45px;
  }

  /* Product Landing Page */
  #page-banner {
    margin-top: -25px;
    background: url('https://cdn.shopify.com/s/files/1/0532/2477/files/mobile-page-banner-bg.jpg?5543720782224885745') no-repeat center center !important;
  }

  .right-content #page-banner {
    padding-right: 44px;
    margin-left: -25px;
    margin-bottom: 0;
    background-size: cover !important;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .right-content .lower-landing-halves {
    margin-bottom: 0;
  }

  .right-content .lower-landing-halves, .right-content .half {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .right-content .half {
    padding: 18px 0 0;
  }

  .right-content .half+.half {
    padding-bottom: 45px;
  }

  .right-content .half a.button {
    position: static;
  }

  .right-content .half .half-interior {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }

  #landing-banner-text {
    padding-right: 0;
    padding-left: 25px;
  }

  #landing-banner-text p {
    margin-right: -24px;
  }

  #landing-banner-text h1 {
    font-size: 25px;
    margin-right: -24px;
  }

  #landing-banner-subtitle br {
    display: none;
  }

  #landing-banner-text a.button {
    margin-right: -42px;
  }

  .lower-landing-halves .sub-title {
    margin-bottom: 10px;
    line-height: 32px;
  }

  .lower-landing-halves .half a.button {
    margin-top: 8px;
  }

  .lower-landing-halves .half .half-interior .left-side,
  .lower-landing-halves .half .half-interior .right-side {
    box-sizing: border-box;
    width: 50%;
  }

  .lower-landing-halves .half .half-interior .right-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Cart */
  #cart-content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cart-content-container h4.subtotal {
    margin-top: 18px;
  }

  /* Collection Page */
  .right-content .four.columns.thumbnail {
    float: none;
  }

  .thumbnail .title {
    text-align: center;
    line-height: 22px;
  }

  .thumbnail .info {
    margin-top: 6px;
  }

  .right-content .four.columns.thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .product_clear {
    display: none;
  }

  /* Product Page */
  .product_slider {
    padding-right: 0;
  }

  .product .product_section .six.columns {
    float: none;
    width: 100%;
  }

  ul.tabs {
    margin-left: -8px;
  }

  ul.tabs li a {
    padding: 0 10px;
  }

  #product-accordian {
    margin-top: 0;
  }

  .accordian-section {
    margin-top: 30px;
  }

  ul.system-includes li, ul.system-accessories li, ul.product-filters li {
    margin-bottom: 0;
  }

  ul.system-includes, ul.system-accessories, ul.product-filters {
    margin-left: 0;
  }

  ul.system-includes li, ul.system-accessories li, ul.product-filters li {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 50%;
  }

  .accordian-section .image a, .accordian-section .image a img {
    margin-left: auto;
    margin-right: auto;
  }

  #find-dealer-button {
    padding: 8px 10px 0 !important;
  }

  .add_to_cart, #cart_form .add_to_cart, form.product_form input.add_to_cart {
    padding: 6px 12px 0 !important;
    width: 140px;
    background-position: 15px center !important;
  }

  .system-includes h4 a, .system-accessories h4 a, .product-filters h4 a {
    font-size: 12px;
  }

  #product-videos-interior a {
    float: none;
    width: 100%;
  }

  .product_section .six.columns, .product_section .six.columns+.six.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .right-content .half+.half {
    padding-bottom: 0;
  }

  /* About Page Styles */
  #about-banner-right {
    display: none;
  }

  #about-banner-text {
    width: 100%;
    padding: 25px 0;
  }

  #about-banner-text h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .about-content h2 {
    font-size: 24px;
  }

  #our-commitment h3.sub-title {
    text-align: left;
  }

  #our-team-row {
    display: block;
  }

  .team-column {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .team-column+.team-column {
    margin-top: 20px;
  }

  /* Blog Page Styles */
  .blog div.container .breadcrumb {
    margin-bottom: 25px;
  }

  .blog #sidebar, .container .ten.columns.blog_content {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  #will-be-approved {
    font-size: 13px;
    margin-bottom: 0;
  }

  #comment-submit {
    margin-top: 12px;
    width: 159px;
    margin-bottom: 0;
  }

  .article p.article-date {
    margin-bottom: 14px;
  }

  .article .container .ten.columns.blog_content form {
    padding-bottom: 0;
  }

  .article div.content {
    padding-bottom: 30px;
  }

  .article .leave-comment-title {
    margin-top: 40px;
  }

  /* Article Page Styles */
  .article div.container div.breadcrumb {
    margin-bottom: 5px;
  }

  /* Testimonials */
  .testimonial-row .testimonial-image {
    display: none;
  }

  /* Contact */
  .contact-interior .half {
    float: none;
    width: 100%;
  }

  #contact-banner {
    height: 205px;
  }

  .contact-interior input.action_button[type="submit"] {
    width: 159px;
  }

  .contact-interior .half+.half {
    float: none;
    margin-top: 20px;
  }

  .contact-interior .half+.half {
    margin-top: 32px;
  }

  /* Resources Page */
  #resources-support {
    height: auto;
    padding: 10px 25px 24px 25px;
    margin-top: 0;
    background: url('https://cdn.shopify.com/s/files/1/0532/2477/files/mobile-page-banner-bg.jpg?5543720782224885745') no-repeat center center !important;
    background-size: cover !important;
  }

  #resources-page-content {
    margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  #resources-support p {
    color: #0071df;
    font-size: 14px;
    font-weight: 400;
  }

  #resources-support a.button {
    margin-top: 10px;
  }

  #resources-page-content .resources-column {
    float: none !important;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    border: none;
  }

  .resources-row+.resources-row {
    margin-top: 0;
  }

  #resources-page-content .resources-column {
    padding: 20px 25px;
  }

  /* Resources Loop */
  #resources-loop-title {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .resources-item {
    float: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 265px;
    padding-left: 0;
    padding-right: 0;
  }

  .resources-thumb-container {
    height: 265px;
  }

  /* Search */
  .search div.content {
    min-height: 300px;
  }

  .search .product_row+hr {
    margin: 30px 0;
  }

  /* Store Locator */
  .app-page .search_bar button, .app-page .search_bar button:hover {
    min-width: 159px;
  }

  .app-page .container.main.content #col-main.all {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-page #store_map {
    height: 190px !important;
  }

  .app-page .container.main.content h2 {
    font-size: 24px;
  }

  .app-page .search_limit,
  .app-page .search_bar .search_within_distance {
    min-width: 50% !important;
  }
}

@media screen and (max-width:700px) {
  .imagemap-section {
    display: none !important;
  }
}

@media screen and (max-width:479px) {
  .accordian-section .image a, .accordian-section .image a img {
    max-width: 116px;
  }
}

/* Mozilla Specific Media Queries */
@-moz-document url-prefix() {
  select {
    background: none;
  }
}

.head_first {
  font-size: 22px;
}

.content {
  padding-left: 20px;
}
