@charset "UTF-8";
/*
Theme Name: Bike Cleveland v2
Theme URI: 
Description: for Bike Cleveland
Version: v2
Author: Todd Heckeler
Author URI: http://consumedesign.com
*/
@import "_fonts/stylesheet.css";
html *,
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  padding: 70px 0 0 0;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #FF5C01;
}

a:hover {
  color: #333;
}

:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
}

.clear-all {
  clear: both;
}

.float-left,
.alignleft {
  float: left;
}

.float-right,
.alignright {
  float: right;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center;
}

.menu li,
.sub-menu li,
.products li,
.nav-ecom li {
  list-style-type: none;
}

.preloading {
  width: 80%;
  visibility: hidden;
  z-index: -1001;
  position: fixed;
  top: 100%;
  left: 100%;
}

pre {
  display: none;
  position: fixed;
  top: 100%;
  left: 100%;
}

.top-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2001;
  padding-bottom: 2px;
  position: absolute;
  text-align: right;
  font-family: "gibsonbold";
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  height: 160px;
  font-weight: normal;
}

.top-nav:before {
  content: " ";
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(76, 76, 76, 0.6);
  z-index: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.top-nav .social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-top: 8px;
}

.top-nav .social svg {
  height: 90%;
  width: auto;
}

.top-nav .social path {
  fill: white;
}

.top-nav a {
  color: white;
}

span.newsletter,
span.search {
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: auto 50%;
  padding-left: 40px;
}

#search-hide,
#newsletter-hide {
  padding-left: 20px;
}

span.search {
  background-image: url(_images/icon-search.svg);
  position: relative;
  width: 140px;
}

span.newsletter {
  background-image: url(_images/icon-newsletter.svg);
  position: relative;
  width: 220px;
}

#newsletter-hide:hover,
#search-hide:hover {
  cursor: pointer;
  color: #ff5c01;
}

.newsletter-signup,
.search-show {
  position: absolute;
  top: 90%;
  left: 100%;
  z-index: 2001;
  width: 400px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px #323232;
  box-shadow: 0px 0px 10px 0px #323232;
  background-color: #373737;
  font-size: 14px;
  opacity: 0;
}

.newsletter-signup:after,
.search-show:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #373737;
  border-width: 6px;
  margin-left: -8px;
}

span.newsletter-active,
.newsletter-signup-active {
  width: 400px;
  color: #ff5c01;
}

.newsletter-signup label {
  display: block;
  margin-bottom: 4px;
}

.newsletter-signup a {
  display: block;
  margin-top: 20px;
  color: white;
}

.newsletter-signup a:hover {
  color: #ff5c01;
}

.search-show {
  left: 600%;
}

span.search-active,
.search-show-active {
  width: 460px;
  color: #ff5c01;
}

.search-show-active,
.newsletter-signup-active {
  opacity: 1;
  left: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2001;
  background-color: #ff5d00;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  height: 70px;
}

.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 400px;
  width: 30%;
  z-index: 2000;
  text-align: center;
  padding: 16px;
}

.logo a img {
  width: auto;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}

.logo a:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}

[post-type=alldrivers] .logo {
  display: none;
}

.logo-sm,
[post-type=alldrivers] .logo-sm {
  position: fixed;
  top: -100px;
  left: 80px;
  height: 86px;
  z-index: 2002;
  width: 140px;
  display: block;
}

.body-scrolled .logo-sm,
[post-type=alldrivers] .logo-sm {
  top: 0;
}

.menu {
  display: block;
  z-index: 2003;
  position: fixed;
  top: 0;
  right: 0;
}

.menu ul {
  list-style-type: none;
}

.menu > li {
  display: inline-block;
  position: relative;
  margin-left: -5px;
}

.menu > .menu-item > a {
  display: block;
  font-family: "gibsonbold";
  color: white;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 30px 20px 20px 20px;
  font-size: 16px;
}

.menu-item:hover > a {
  background-color: #ff5c01;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.7);
  z-index: 1002;
}

[title=join-renew] {
  background-color: rgba(28, 171, 177, 0.8);
}

a[title=join-renew]:hover {
  background-color: #ff5c01;
  color: #333;
}

a[title=shop] {
  background-color: #5f5f5f;
  color: #fff;
}

a[title=shop]:hover {
  background-color: #5f5f5f;
  color: #ff5c01;
}

.menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background-color: rgba(55, 55, 55, 0.9);
  padding: 20px;
  display: none;
  z-index: 2001;
  min-width: 260px;
}

.menu > li:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 0px 10px 0px #323232;
  box-shadow: 0px 0px 10px 0px #323232;
}

.menu > li > .sub-menu a,
.menu > li > .sub-menu li {
  display: block;
  width: 100%;
}

.menu > li > .sub-menu a {
  padding: 6px 12px 6px 12px;
  text-transform: uppercase;
  color: #fff;
}

.menu > li > .sub-menu a:hover {
  color: #fff;
}

.sub-menu > li {
  width: 25%;
  display: block;
}

.max-width,
.page,
.content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content h1,
.content h1 strong,
[post-name=events] h2 {
  font-family: "gibsonbold";
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 3vw;
  border-bottom: 1px #cccdc8 solid;
  position: relative;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 40px;
  font-weight: normal;
}

[post-name=events] h2 {
  font-size: 2vw;
  text-align: left;
  border-bottom: 1px rgba(204, 205, 200, 0.5) solid;
}

div.page-top {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.page p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

.page > h2,
.left-side > h2 {
  font-family: "gibsonbold";
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 2vw;
  border-bottom: 1px #cccccc solid;
  position: relative;
  padding-bottom: 20px;
  color: #555555;
  margin-bottom: 20px;
  margin-top: 60px;
  clear: both;
}

.page > h2:first-child,
.left-side > h2:first-child {
  margin-top: 10px;
}

.page > h4,
.left-side > h4,
.all-drivers h4 {
  font-family: "gibsonbold";
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.4vw;
  border-bottom: 1px #cccccc solid;
  position: relative;
  padding-bottom: 6px;
  color: #555555;
  margin-bottom: 20px;
  margin-top: 60px;
  clear: both;
}

.page > h3:first-child,
.left-side > h3:first-child {
  margin-top: 10px;
}

h1.single-title,
.single-title a {
  font-family: "gibsonbold";
  color: #333;
  font-weight: normal;
}

.single-title a:hover {
  color: #FF5C01;
}

.page img {
  margin: 20px;
  border-radius: 4px;
}

.page .alignleft {
  float: left;
  margin: 40px;
}

.page .aligncenter {
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

.page ul,
.page ol {
  margin-left: 60px;
}

.page li,
.page em {
  margin-top: 6px;
  margin-bottom: 6px;
}

.page .fancybox {
  display: block;
  text-align: center;
}

.page h2 {
  text-align: center;
}

.page h2 img {
  display: block;
  text-align: center;
}

.center-me {
  width: 100%;
  text-align: center;
  display: block;
}

.page hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page .social-button svg {
  width: 34px;
  height: 34px;
  margin-left: 10px;
}

.gallery {
  border-top: 1px #cccdc8 solid;
  border-bottom: 1px #cccdc8 solid;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.gallery-item,
.wp-caption {
  width: 23%;
  display: inline-block;
  margin: 0.5%;
  border: 4px #e6efa0 solid;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  padding: 10px 10px 14px 10px;
  text-align: center;
  background-color: rgba(230, 239, 160, 0.2);
  font-size: 12px;
  color: #333;
  line-height: 24px;
  border-radius: 4px;
}

.wp-caption {
  display: block;
  margin-bottom: 60px;
}

.wp-caption p {
  font-size: 12px;
  color: #333;
  line-height: 24px;
}

.gallery-item:hover,
.wp-caption:hover {
  background-color: #e6efa0;
}

.gallery img,
.wp-caption img {
  width: 100%;
  height: auto;
  margin: 0 0 6px 0;
  border: 0;
}

.news,
.events {
  background-color: #fafbe9;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.news:before,
.events:before {
  content: " ";
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fafbe9;
  z-index: 1001;
  width: 100%;
}

.news {
  background-color: rgba(250, 251, 233, 0.9);
  /*margin-top: -145px;*/
}

.news-page > .page,
.events-page > .page,
.search-page > .page {
  width: 100%;
}

.news h1,
.events h1,
.news-page h1,
.events-page h1,
.search-page h1 {
  color: #333;
}

.news a,
.events a,
.news-page .page a,
.events-page .page a,
.search-page > .page > span {
  padding: 20px;
  float: left;
  position: relative;
  vertical-align: top;
  color: #333331;
  font-size: 14px;
  line-height: 28px;
  border-radius: 6px;
  margin-bottom: 60px;
}

.news-page .page a,
.events-page .page a,
.search-page > .page > span {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.news a:before,
.events a:before {
  z-index: 0;
  content: " ";
  display: block;
  border-left: 1px #bcc3b3 solid;
  width: 1px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: -5%;
}

.sticky {
  background-color: rgba(230, 239, 160, 0.2);
  border: 4px rgba(204, 205, 200, 0.2) solid;
}

.news a:hover,
.events a:hover {
  background-color: white;
}

.news-page .page a:hover,
.events-page .page a:hover {
  background-color: #fafbe9;
}

.news-top div {
  display: inline-block;
  vertical-align: middle;
}

.news-date {
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding-right: 10px;
}

.news-top > span:first-of-type {
  padding-left: 10px;
}

.news-top > span:last-of-type {
  border-right: 1px #bcc3b3 solid;
}

.news-date span {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}

.news-date span:nth-child(1) {
  line-height: 14px;
  font-size: 14px;
}

.news-date span:nth-child(2) {
  font-size: 23px;
  line-height: 23px;
}

.news-date span:nth-child(3) {
  line-height: 15px;
  font-size: 12px;
}

.news > a > p,
.events > a > p,
.news-page .page > a > p,
.events-page .page > a > p,
.search-page > .page > span > p {
  margin-top: 10px;
  border-top: 1px #bcc3b3 solid;
  width: 100%;
  display: block;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333331;
  font-size: 14px;
  line-height: 22px;
}

.news-title,
.event-title {
  font-size: 20px;
  width: 75%;
  padding: 2%;
  font-weight: bold;
  line-height: 24px;
}

.event-title {
  text-align: center;
}

.events-time {
  width: 100%;
  background-color: rgba(230, 239, 160, 0.2);
  padding: 12px 12px 12px 64px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 24px;
  
  margin-top: 10px;
  text-align: left;
}

.single-post .events-time {
  background-position: 30% center;
  background-size: 80px auto;
  font-size: 22px;
  line-height: 28px;
}

.event-title {
  width: 100%;
  clear: both;
}

.event-top {
  text-align: center;
}

.news-page .page > a:nth-child(0n+5),
.events-page .page > a:nth-child(0n+5),
.search-page .page > span:nth-child(0n+5) {
  clear: both;
}

.news a:first-of-type:before,
.events a:first-of-type:before {
  border: 0;
}

.safer-streets a {
  text-align: center;
}

.safer-streets a p {
  text-align: left;
}

.safer-streets a img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 4px;
  margin: 16px auto 0 auto;
}

.safer-streets a h2 {
  font-family: "gibsonbold";
  font-size: 1.25vw;
  line-height: 1.75vw;
  border-bottom: 1px #bcc3b3 solid;
  padding-bottom: 6px;
}

.events-page a h2 {
  font-size: 1.25vw;
  line-height: 1.75vw;
  border-bottom: 1px #bcc3b3 solid;
  padding-bottom: 6px;
}

.events-page a {
  text-align: center;
}

.events-page p {
  text-align: left;
}

.sponsors,
.supporters {
  text-align: center;
  width: 100%;
}

.sponsors a,
.supporters a {
  vertical-align: middle;
  display: inline-block;
  padding: 1%;
  border-radius: 6px;
  border: 2px transparent solid;
}

.sponsors a {
  margin: 1%;
}

.supporters a {
  margin: 0.25%;
}

.sponsors a:hover,
.supporters a:hover {
  border: 2px #e6efa0 solid;
  position: relative;
}

.sponsors img,
.supporters img {
  margin: 1%;
  vertical-align: middle;
}

.sponsors img {
  width: 150px;
  height: auto;
}

.large-img {
  width: 100%;
  min-height: 400px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
}

.large-img a {
  color: white;
  text-shadow: 0px 0px 2px rgba(113, 113, 113, 0.7);
  /* position: absolute; */
  right: 0;
  text-transform: uppercase;
  width: 50%;
  /* height: 100%; */
  text-align: right;
  padding: 2%;
  display: block;
  float: right;
}

.large-img a:hover {
  background-color: rgba(77, 77, 77, 0.7);
  color: #fb5c02;
}

.large-img h3 {
  font-size: 7vw;
  line-height: 6vw;
  text-transform: uppercase;
}

.large-img p {
  font-size: 1vw;
  width: 50%;
  float: right;
}

.large-img button {
  width: 150px;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
  color: #1cabb1;
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  float: right;
  border-width: 0;
}

.large-img a:hover button {
  background-color: white;
  color: #fb5c02;
}

.large-img button:hover {
  cursor: pointer;
}

.large-img p {
  clear: both;
}

.home-links {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  background-color: #e6efa0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 40px 0 40px 0;
  text-align: center;
}

.home-links a,
.buttons a {
  width: 19%;
  text-align: center;
  display: block;
  margin: 0.5%;
  padding: 1%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}

.buttons a {
  height: 240px;
}

.home-links a img {
  width: 70%;
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-links a p,
.buttons h2,
.buttons p {
  position: absolute;
  left: 0;
  padding: 40px;
  color: black;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  top: 42%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.buttons h2,
.buttons a p {
  top: 50%;
  opacity: 1;
  color: white;
  text-shadow: 0px 0px 2px rgba(113, 113, 113, 0.7);
  font-size: 2vw;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.2vw;
}

.buttons a p {
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.2vw;
  top: 60%;
  /* bottom: 10px; */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 0 40px 0 40px;
  z-index: 2;
  text-transform: none;
  text-align: center;
}

.content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.buttons a span {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.buttons a:hover h2 {
  color: #fb5c02;
}

.buttons a:hover span,
.buttons a:hover p {
  opacity: 1;
}

.home-links a h2 {
  font-family: "gibsonbold", Arial, Helvetica, sans-serif;
  width: 100%;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  padding-top: 20px;
  font-size: 1.4vw;
  margin-top: 4px;
  font-weight: normal;
}

.home-links a:hover {
  cursor: pointer;
  background-color: rgba(250, 251, 233, 0.6);
  bottom: 0;
}

.home-links a:hover img {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.home-links a:hover p {
  opacity: 1;
}

.post-nav {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
  background-color: white;
}

.prev-post,
.next-post {
  width: 50%;
  display: block;
  padding: 20px 30px 20px 30px;
  font-size: 18px;
  background-color: rgba(142, 186, 79, 0.4);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}

.prev-post:hover,
.next-post:hover {
  background-color: #8eba4f;
}

.prev-post {
  float: left;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.next-post {
  float: right;
  text-align: right;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

h1.subnav-title {
  margin-bottom: 0;
}

.page-subnav {
  width: 100%;
  border-bottom: 1px #cccdc8 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1%;
}

.page-subnav a {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
}

.page-subnav a:hover {
  background-color: #fbfdf0;
  color: #333;
}

.dk-speakup-petition-wrap {
  margin-top: 60px;
  border-radius: 4px;
  clear: both;
}

.dk-speakup-petition-wrap h3 {
  font-family: "gibsonbold";
  color: #333;
  font-weight: normal;
  font-size: 36px;
}

.dk-speakup-share {
  border-radius: 4px;
  padding-top: 20px;
}

/* ++++++++++++++ expander ++++++++++++++ */
.expander-hide {
  clear: both;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px #cccdc8 solid;
  padding-bottom: 10px;
}

.expander-hide h3 {
  font-family: "gibsonbold";
  color: #333;
  font-weight: normal;
  font-size: 30px;
  position: relative;
  padding-left: 40px;
  border-radius: 4px;
}

.expander-hide h3:before {
  content: "+";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #ff5c01;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  height: 26px;
  width: 26px;
  text-align: center;
}

.expander-hide h3:hover {
  cursor: pointer;
  background-color: #ff5c01;
  color: white;
}

.expander-hide > div {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
}

.expander-show > div {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}

.expander-show h3:before {
  content: "-";
}

.newsroom a {
  display: block;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  color: #333;
  background-color: rgba(251, 253, 240, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsroom a:hover {
  background-color: #fafbe9;
}

.newsroom a:before {
  content: " ";
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 1px #bcc3b3 dotted;
}

.newsroom a:nth-last-of-type(1):after {
  border-bottom: 0;
}

.newsroom h2 {
  font-family: "gibsonbold";
  color: #333;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}

.newsroom-extras {
  word-wrap: break-word;
  padding-top: 10px;
  margin-top: 10px;
}

.newsroom a .alignleft {
  margin: 0 40px 20px 0;
}

.chapter-page .alignleft {
  margin: 0 40px 40px 0;
}

.footer {
  width: 100%;
  clear: both;
  padding: 50px 3% 40px 3%;
  position: relative;
  background-color: #fbfdf0;
  overflow: hidden;
  margin-top: 40px;
}

.footer > .max-width > span {
  color: #373737;
  padding: 0px 20px 20px 20px;
  width: 70%;
  float: left;
  position: relative;
}

.footer > .max-width > .footer-extras {
  max-width: 300px;
}

.footer-logo {
  width: 100%;
}

.footer-logo:before {
  content: " ";
  display: block;
  border-top: 1px #bcc3b3 solid;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 111px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
}

.footer-logo img {
  z-index: 1;
  width: 220px;
  height: auto;
  position: relative;
}

.footer-contact div {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  padding-left: 8%;
}

.footer-contact > div > span {
  vertical-align: middle;
  display: inline-block;
}

.footer-contact:after {
  content: "";
  background-color: #bcc3b3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4px;
}

.footer-contact > div:nth-child(5) {
  margin-left: 44px;
  font-size: 12px;
  width: 90%;
}

.footer-contact img {
  width: 36px;
  height: auto;
}

.footer-social {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.social-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: 20px;
}

.footer .social-button svg {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.footer .social-button path,
.footer .social-button circle,
.consumedesign path {
  fill: #373737;
}

.social-button:hover path,
.footer .social-button:hover circle,
.consumedesign a:hover path {
  fill: #90BC4B;
}

.consumedesign {
  padding: 10px 3% 10px 3%;
}

.consumedesign a {
  display: block;
  width: 60px;
  height: 62px;
  float: right;
}

.consumedesign .social-button svg {
  width: 58px;
  height: 30px;
  float: none;
  margin-left: 0;
}

.footer-title {
  font-family: "gibsonbold";
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  border-bottom: 1px rgba(188, 195, 179, 0.4) solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.footer-title:hover {
  color: #90BC4B;
}

.footer .footer-title svg {
  float: none;
  width: 28px;
  height: 28px;
  margin-right: 6px;
  top: 4px;
  position: relative;
}

.footer a {
  color: #373737;
}

.footer-tweet {
  font-size: 12px;
  display: block;
  border-bottom: 1px rgba(188, 195, 179, 0.4) solid;
  margin-right: 4%;
  margin-left: 4%;
  padding: 20px;
}

.footer-tweet:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer-tweet-date {
  font-size: 12px;
  display: block;
  text-align: right;
  width: 100%;
  margin-bottom: 4px;
}

.footer-gallery-link {
  width: 22%;
  height: auto;
  display: inline-block;
  margin: 1%;
}

.footer-gallery img {
  border-radius: 2px;
  width: 100%;
  height: auto;
  border: 2px #8e9188 solid;
}

.footer-gallery img:hover {
  border: 2px #ecf4df solid;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.footer-testimonials div {
  font-size: 12px;
  padding-right: 3%;
  padding-left: 3%;
  line-height: 18px;
}

.footer-testimonials p {
  margin-top: 10px;
}

.instagram-block,
.footer-logos {
  padding-top: 10px;
  padding-bottom: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

.footer-logos img {
  margin-right: 10px;
  margin-left: 10px;
}

.expander .page div:after,
.newsroom a:after,
.gce-navbar:after,
.header:after,
.news-top:after,
.post-nav:after,
.page:after,
.content:after,
.large-img:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clickable {
  cursor: pointer;
}

.hide {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}

.phone-nav {
  display: none;
}

.expander-hide *,
.newsroom a,
.gce-navbar a,
.clickable,
.right-side-news,
.page-subnav *,
.gallery-item,
.events-page a,
.news-page a,
.menu-item a,
.events *,
.sponsors-home *,
.home-links *,
.button,
input,
.gallery-thumbnail *,
.gallery-full *,
.prev-post,
.next-post,
.gallery *,
.home-chairs,
.home-chairs *,
.home *,
.top-nav *,
.footer *,
.news * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.button,
input[type=submit],
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
.pure-form select,
.pure-form textarea {
  padding: 8px 16px 8px 16px;
  display: inline-block;
  border: 0;
  -webkit-box-shadow: inset 0 1px 4px #ddd;
          box-shadow: inset 0 1px 4px #ddd;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.button,
input[type=submit] {
  font-family: "gibsonbold";
  padding: 8px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 16px;
  white-space: normal;
  box-shadow: 0 0 0 0 #888;
  -webkit-box-shadow: 0 0 0 0 #888;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FF5C01;
  border: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  margin-left: 6px;
}

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover {
  background: #000;
  color: #fff !important;
}

.loading {
  background-color: #d5eced;
}

.loading-spinning {
  width: 200px;
  height: 100px;
  position: absolute;
  bottom: 20%;
  left: -400px;
  background-image: url(_images/loading-bike.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.loading-spinning {
  -webkit-animation: slidein 2s infinite;
  animation: slidein 2s infinite;
}

.loading svg,
.gallery-loading svg {
  width: auto;
  height: 100%;
}

.loading path {
  fill: #D2232C;
}

@keyframes infinitespinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes infinitespinning {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes slidein {
  from {
    left: -400px;
  }
  50% {
    left: 60%;
  }
  60% {
    left: 60%;
  }
  70% {
    left: 70%;
  }
  to {
    left: 110%;
  }
}
@-webkit-keyframes slidein {
  from {
    left: -400px;
  }
  50% {
    left: 60%;
  }
  60% {
    left: 60%;
  }
  70% {
    left: 70%;
  }
  to {
    left: 110%;
  }
}
.loading-hide {
  opacity: 0;
}

[post-type=alldrivers] .top-nav {
  display: none;
}

.all-drivers-img,
.all-drivers-vid {
  height: 900px;
  width: 100%;
  max-width: 100%;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 0;
  margin-top: 0;
}

.all-drivers-vid {
  position: relative;
  padding: 0;
}

.all-drivers-img > div,
.all-drivers-archive a span {
  font-family: oswald_regularregular, Arial, Helvetica, sans-serif;
  width: 60%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 20%;
  font-size: 6vw;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  left: 20%;
  color: #333333;
}

.all-drivers-img > div:nth-of-type(2) {
  text-align: left;
  bottom: 5%;
  padding: 1vw 2vw 1vw 2vw;
  font-size: 16px;
  text-transform: none;
}

.all-drivers-img b {
  font-size: 20px;
  text-transform: uppercase;
  color: #f06724;
}

.all-drivers-archive > a {
  width: 49%;
  height: 460px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.all-drivers-archive a span {
  font-size: 3vw;
  bottom: 10px;
}

.all-drivers-archive .content {
  margin-bottom: 60px;
  border-bottom: 1px #cccccc solid;
  padding-bottom: 40px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.all-drivers h4 {
  font-family: "gibsonbold";
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 22px;
  border-bottom: 1px #cccccc solid;
  position: relative;
  padding-bottom: 6px;
  color: #555555;
  margin-bottom: 20px;
  margin-top: 60px;
  clear: both;
}

.module-video,
.module-video * {
  display: block;
}

a .drivers-cover-vid {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background-color: transparent !important;
  z-index: 100001;
}

.drivers-vid .hide-me {
  opacity: 0;
}

a .ytplayer-player,
a .html5-main-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.home-vid {
  width: 100%;
  height: 1200px;
  display: block;
}

a.all-drivers-img *,
.logo,
.logo *,
.home-links > a *,
.home-links > a,
.buttons a,
.buttons a *,
.phone-nav,
.phone-nav * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.all-drivers-img:hover div {
  bottom: 40%;
}

@media only screen and (max-width: 1024px) {
  .menu > .menu-item > a {
    padding: 32px 20px 22px 20px;
    font-size: 13px;
  }

  .logo {
    display: none;
  }

  .logo-sm,
[post-type=alldrivers] .logo-sm {
    top: 0;
    left: 10px;
    display: block;
  }

  .large-img h3 {
    font-size: 8vw;
    line-height: 6.5vw;
  }

  .large-img p {
    width: 100%;
  }

  .large-img p {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .max-width,
.page,
.content {
    width: 90%;
    max-width: auto;
  }

  .home-links {
    width: 100%;
  }

  .footer > .max-width > span {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 22px;
    padding: 60px 0 0 0;
  }

  .logo-sm,
[post-type=alldrivers] .logo-sm {
    left: auto;
    right: 10px;
  }

  .footer > .max-width > span {
    width: 50%;
  }

  .phone-nav {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #5f5f5f;
    color: #ffffff;
    font-size: 35px;
    line-height: 65px;
    z-index: 2004;
    text-align: center;
  }

  .phone-nav-active {
    background-color: #000000;
    color: #ff5e00;
  }

  .menu {
    position: relative;
    overflow: hidden;
    height: 0;
  }

  .menu-active {
    height: auto;
  }

  .menu > li {
    display: block;
    margin: 0;
    background-color: #fbfef1;
    border-bottom: 2px #cfd0c6 solid;
  }

  .menu > .menu-item > a {
    color: #5f5f5f;
    font-size: 26px;
    text-align: left;
    padding: 20px 60px 20px 60px;
  }

  .menu > li > .sub-menu {
    position: relative;
    top: 0;
  }

  .menu-item:hover > a {
    background-color: #000;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    z-index: 1002;
  }

  .large-img {
    padding-top: 40px;
  }

  a[title=shop],
[title=join-renew] {
    background-color: #fbfef1;
    color: #5f5f5f;
  }

  h1,
.page > h1,
.content h1 {
    font-size: 42px;
    line-height: 46px;
  }

  h2,
.page > h2,
.content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3,
.page > h3,
.content h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4,
.page > h4,
.content h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .footer > .max-width > span {
    width: 100%;
  }

  .large-img a {
    width: 100%;
  }

  .large-img h3 {
    font-size: 12vw;
    line-height: 19.5vw;
  }

  .large-img p {
    font-size: 24px;
    line-height: 28px;
  }

  .home-links a,
.buttons a {
    width: 100% !important;
  }

  .content img,
.gallery-item,
.wp-caption,
.page .alignleft,
iframe {
    width: 100% !important;
    height: auto;
    padding: 0;
    float: none;
    margin: 10px 0 10px 0;
  }

  .footer-contact:after,
.home-links,
.buttons a span,
.buttons a p {
    width: 0;
    height: 0;
    display: none;
    content: none;
  }

  .footer-contact div,
.footer-contact > div:nth-child(5) {
    padding-left: 0;
    margin-left: 0;
  }

  .news-page .page a,
.events-page .page a,
.search-page > .page > span {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .prev-post,
.next-post {
    width: 100%;
  }

  .large-img a,
.large-img a:hover {
    background-color: rgba(77, 77, 77, 0.7);
    color: #fff;
    padding: 40px;
    margin-bottom: 20px;
  }
}
div.img-id-11183 {
  background-size: contain;
  background-position: bottom center;
}

.ten-year-button {
  position: absolute;
  right: 60px;
  bottom: 40px;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 12px;
}
.ten-year-button img {
  width: 100%;
  height: auto;
}

.hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 400px;
}
.hero-img img.desktop {
  display: block;
}
.hero-img img.mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .ten-year-button {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .hero-img img.desktop {
    display: none;
  }
  .hero-img img.mobile {
    max-height: 160px;
    display: block;
  }

  div.img-id-11183 {
    background-position: bottom center;
    background-size: cover;
  }
  div.img-id-11183 img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}