/* 
Theme Name: Bike Law
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/
/* ---------------------------------------------

SCSS

Add all scss files here.

Run this command to watch and complile: 
sass --watch style.scss

--------------------------------------------- */
/* BREAKPOINTS
--------------------------------------------- */
/* COLORS
--------------------------------------------- */
/* TYPOGRAPHY
--------------------------------------------- */
/* SPRITE
--------------------------------------------- */
/* MIXINS
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* GLOBAL
--------------------------------------------- */
body {
  font-size: 62.5%;
  background: #FFF;
  color: #232d2f;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: "adobe-caslon-pro",serif;
  font-weight: 400; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

img,
embed,
object,
video {
  max-width: 100%; }

a {
  outline: none; }

a:link,
a:visited {
  text-decoration: none;
  color: #555; }

a:hover {
  color: #777; }

p {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px; }

.smaller-p p {
  font-size: 1.6em; }

h1 {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1em; }

h2 {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5em;
  line-height: 1.4em;
  letter-spacing: -.015em; }

h3 {
  font-size: 3.5em;
  line-height: 1.2em; }

h4 {
  font-family: "adobe-caslon-pro",serif;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.4em; }

h5 {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em; }

h6 {
  font-size: 1.8em;
  line-height: 1em; }

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

::selection {
  background: #333;
  color: #E5E5E5; }

::-moz-selection {
  background: #333;
  color: #E5E5E5; }

*:focus {
  outline: none; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0; }

.fb-comments, .fb-comments iframe[style], .fb-comments span {
  width: 100% !important; }

/* RESPONSIVE GRID
--------------------------------------------- */
.inner {
  max-width: 1100px;
  margin: 0 auto; }

.row {
  margin-left: -2.5%;
  *zoom: 1; }

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

[class*="col"] {
  float: left;
  min-height: 1px;
  margin-left: 2.5%; }

.col1 {
  width: 5.83333%; }

.col2 {
  width: 14.16667%; }

.col3 {
  width: 22.5%; }

.col4 {
  width: 30.83333%; }

.col5 {
  width: 39.16667%; }

.col6 {
  width: 47.5%; }

.col7 {
  width: 55.83333%; }

.col8 {
  width: 64.16667%; }

.col9 {
  width: 72.5%; }

.col10 {
  width: 80.83333%; }

.col11 {
  width: 89.16667%; }

.col12 {
  width: 97.5%; }

.righty {
  float: right; }

.search-button {
    cursor: pointer;
}

.header-search {
    position: absolute;
    z-index: 9;
    top: 54px;
    right: -20px;
    background-color: #fff;
    padding: 8px;
    border-radius: 0 10px;
    display: none;
}

.nav-mobile .header-search {
    right: 0;
    padding: 14px;
    border-radius: 0;
}

.nav-mobile .search-button {
    padding: 22px 12px;
    display: inline-block;
}

.header-search #s {
    border: 0;
}

.header-search #searchsubmit {
    display: none;
}

.header-search.active {
    display: block;
}
/* NAV
--------------------------------------------- */
.nav-main {
  height: 70px;
  background: #232d2f;
  border-bottom: 5px solid #CE5C82; }
  .nav-main ul {
    display: block;
    float: left;
    height: 65px;
    width: 540px;
    margin-left: 75px; 
    position: relative;
  }
    .nav-main ul li {
      display: block;
      float: left;
      height: 65px;
      margin-left: 15px; }
      .nav-main ul li:first-child {
        margin-left: 0; }
      .nav-main ul li a {
        font-family: "adobe-caslon-pro",serif;
        font-weight: 400;
        display: block;
        line-height: 1.8em;
        font-size: 1.6em;
        height: 65px;
        padding: 20px 0;
        color: #ABA134; }
        .nav-main ul li a:hover {
          color: #FFFFCC; }
        .nav-main ul li a span {
          font-family: "din-condensed-web",sans-serif;
          font-weight: 400;
          padding-top: 4px;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          display: block;
          float: left;
          width: 24px;
          height: 24px;
          border-radius: 40px;
          color: #ABA134;
          border: 1px solid #ABA134;
          background: none;
          float: left;
          margin: -1px 5px 0 0; }
      .nav-main ul li.current_page_item a span, .nav-main ul li:hover a span, .nav-main ul li:hover a span {
        color: #232d2f;
        border: none;
        background: #FFFFCC; }
  .nav-main .blcc-flag {
    display: block;
    width: 50px;
    height: 40px;
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    background-image: url(-/img/sprite.png);
    background-position: 0 -400px;
    background-repeat: no-repeat; }
  .nav-main a.blcc-flag:hover {
    background-image: url(-/img/sprite.png);
    background-position: -100px -400px;
    background-repeat: no-repeat; }
  .nav-main .nav-report,
  .nav-main .nav-phone {
    font-size: 2em;
    color: #FFFFCC;
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .nav-main .nav-report {
    margin-top: 22px;
    float: left; }
    .nav-main .nav-report .caret {
      display: block;
      float: left;
      background-image: url(-/img/sprite.png);
      background-position: -200px -600px;
      background-repeat: no-repeat;
      width: 16px;
      height: 18px; }
    .nav-main .nav-report:hover {
      color: #ABA134; }
      .nav-main .nav-report:hover .caret {
        background-position: -200px -650px; }
  .nav-main .nav-phone {
    margin-right: 20px;
    margin-top: 22px;
    float: right; }

.nav-spacer {
  display: none;
  width: 100%;
  height: 70px;
  background: #F1F2E5; }

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500; 
}

.nav-mobile {
  display: none;
  background: #232d2f;
  border-bottom: 5px solid #CE5C82; }
  .nav-mobile .nav-trigger {
    display: block;
    float: left;
    width: 70px;
    height: 65px;
    background: #2e3b3e;
    padding:22px 15px;
    font-size: 2em;
    color: #FFFFCC;
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
  .nav-mobile .nav-phone {
    font-size: 2em;
    color: #FFFFCC;
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 22px;
    float: right; }
  .nav-mobile ul {
    clear: both;
    display: none; }
    .nav-mobile ul li {
      border-top: 1px solid #2e3b3e;
      display: block;
      height: 65px; }
      .nav-mobile ul li a {
        font-family: "din-condensed-web",sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        line-height: 1.7em;
        font-size: 2em;
        height: 65px;
        padding: 15px 20px;
        color: #ABA134; }
        .nav-mobile ul li a:hover, .nav-mobile ul li a:focus {
          color: #ABA134;
          background: #2e3b3e; }
        .nav-mobile ul li a span {
          font-family: "din-condensed-web",sans-serif;
          font-weight: 400;
          padding-top: 4px;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          display: block;
          float: left;
          width: 24px;
          height: 24px;
          border-radius: 40px;
          color: #ABA134;
          border: 1px solid #ABA134;
          background: none;
          float: left;
          margin: 4px 10px 0 0; }
      .nav-mobile ul li.current_page_item a {
        color: #ABA134; }
        .nav-mobile ul li.current_page_item a span {
          color: #232d2f;
          border: none;
          background: #FFFFCC; }
  .nav-mobile .blcc-flag {
    display: block;
    width: 50px;
    height: 40px;
    float: right;
    margin-top: 12px;
    margin-right: 20px;
    background-image: url(-/img/sprite.png);
    background-position: 0 -400px;
    background-repeat: no-repeat; }

/* SECTIONS
--------------------------------------------- */
section {
  padding: 40px 0;
  min-height: 1px;
  background-color: #F1F2E5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  section.no-pad-bot {
    padding-bottom: 0; }
  section h2 {
    border-top: 5px solid #ABA134;
    margin-bottom: 40px;
    display: inline-block; }
  section h3 {
    margin-bottom: 20px; }
  section.hero {
    height: 700px; }
  section.navy {
    background: #232d2f;
    color: #FFFFFF; }
  section.bkg-bottom {
    background-position: bottom center; }
  section.bkg-top {
    background-position: top center; }

/* FOOTER
--------------------------------------------- */
footer {
  background-image: url("-/img/footer-bkg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  footer .inner {
    position: relative; }
  footer .social {
    background: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 30px 35px;
    text-align: center; }
    footer .social p {
      font-size: 1.4em;
      margin-bottom: 0; }
  footer .social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px; }
    footer .social-icon.facebook {
      background-image: url(-/img/sprite.png);
      background-position: 0 -500px;
      background-repeat: no-repeat; }
      footer .social-icon.facebook:hover {
        background-position: 0 -550px; }
    footer .social-icon.twitter {
      background-image: url(-/img/sprite.png);
      background-position: -100px -500px;
      background-repeat: no-repeat; }
      footer .social-icon.twitter:hover {
        background-position: -100px -550px; }
    footer .social-icon.gplus {
      background-image: url(-/img/sprite.png);
      background-position: -500px -500px;
      background-repeat: no-repeat; }
      footer .social-icon.gplus:hover {
        background-position: -500px -550px; }
    footer .social-icon.feed {
      background-image: url(-/img/sprite.png);
      background-position: -200px -500px;
      background-repeat: no-repeat; }
      footer .social-icon.feed:hover {
        background-position: -200px -550px; }
    footer .social-icon.instagram {
      background-image: url(-/img/sprite.png);
      background-position: -300px -500px;
      background-repeat: no-repeat; }
      footer .social-icon.instagram:hover {
        background-position: -300px -550px; }
    footer .social-icon.youtube {
      background-image: url(-/img/sprite.png);
      background-position: -400px -500px;
      background-repeat: no-repeat; }
      footer .social-icon.youtube:hover {
        background-position: -400px -550px; }
  footer .quote {
    margin-top: 20px; }
  footer .copyright {
    width: 100%;
    margin-top: 200px;
    padding-bottom: 20px; }
    footer .copyright p {
      font-size: 1.4em;
      text-align: center;
      margin-bottom: 0; }

.stripes div {
  height: 5px; }
.stripes .navy {
  background: #232d2f; }
.stripes .salmon {
  background: #CE5C82; }
.stripes .cream {
  background: #F1F2E5; }
.stripes .yellow {
  background: #FDE060; }
.stripes .green {
  background: #006A55; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

.hidden-phone {
  display: inherit !important; }

.hidden-tablet {
  display: inherit !important; }

.hidden-desktop {
  display: none !important; }

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1140px) {
  /* RESPONSIVE GRID */
  .inner {
    margin: 0 30px; }

  /* Nav */
  .nav-main ul {
    margin-left: 30px; }

  .visible-phone {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .hidden-phone {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; } }
@media only screen and (max-width: 1040px) {
  /* Nav */
  .nav-main {
    display: none; }

  .nav-mobile {
    display: block; }

  .nav-mobile .inner {
    margin: 0; } }
/* MEDIUM */
@media only screen and (max-width: 880px) {
  /* RESPONSIVE GRID */
  .inner {
    margin: 0 20px; }

  .row {
    margin-left: 0; }

  [class*="col"] {
    float: none;
    width: auto;
    min-height: 1px;
    margin-left: 0;
    margin-top: 20px; }

  .extra-mtop-mobile {
    margin-top: 40px; }

  .row [class*="col"]:first-child {
    margin-top: 0; }

  section {
    padding: 20px 0; }
    section.hero {
      height: 400px;
      padding: 0; }

  section {
    padding: 30px 0; }
    section h2 {
      margin-bottom: 20px;
      line-height: 1.2em;
      padding-top: 10px; }
    section h3 {
      margin-bottom: 20px; }
    section.hero {
      height: 400px;
      padding: 0; } }
/* SMALL */
@media only screen and (max-width: 700px) {
  .inner {
    margin: 0px 15px; }

  /* Typography */
  p {
    font-size: 1.8em; }

  h1 {
    font-size: 4em;
    line-height: 1em; }

  h2 {
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.6em; }

  h3 {
    font-size: 2.6em; }

  h4 {
    font-family: "adobe-caslon-pro",serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.4em; }

  h6 {
    line-height: 1.4em; }

  footer .badge {
    margin: 40px auto 0;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8); }
  footer .copyright {
    margin-top: 40px; }

  .visible-phone {
    display: inherit !important; }

  .visible-tablet {
    display: none !important; }

  .visible-desktop {
    display: none !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-tablet {
    display: inherit !important; }

  .hidden-desktop {
    display: inherit !important; } }
/* EXTRA SMALL */
@media only screen and (max-width: 420px) {
  .nav-mobile .nav-phone {
    margin-right: 16px; }

  footer .social-icon {
    margin: 0 5px; } }
/* ALL */
.double-strike,
.double-strike-mtop {
  border-top: 1px solid #ABA134;
  border-bottom: 1px solid #ABA134;
  height: 5px;
  clear: both; }

.double-strike-mtop {
  margin-top: 60px; }

.title-stripe {
  color: #FFFFCC;
  background: #232d2f;
  padding: 1.3em 1.5em;
  border-top-right-radius: 10px; }
  .title-stripe a {
    color: #FFFFCC; }
    .title-stripe a:hover {
      color: #ABA134; }

a.btn {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 2.2em;
  color: #ABA134;
  border: 1px solid #ABA134;
  padding: 3px 10px;
  white-space: nowrap;
  margin-right: 5px; }
  a.btn.first {
    color: #FFFFCC;
    border: 1px solid #FFFFCC; }
    a.btn.first:hover {
      background: #FFFFCC;
      color: #232d2f; }
  a.btn.btn-large {
    font-size: 3.4em; }
  a.btn.active, a.btn:hover {
    background: #ABA134;
    color: #232d2f; }
  a.btn:last-child {
    margin-right: 0px; }

button.btn,
input.btn {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #ABA134;
  border: 1px solid #ABA134;
  padding: 3px 10px;
  background: none;
  margin: 0;
  -webkit-appearance: none;
  cursor: pointer; }
  button.btn.btn-large,
  input.btn.btn-large {
    font-size: 3.4em; }
  button.btn:hover,
  input.btn:hover {
    background: #ABA134;
    color: #232d2f; }

.select {
  height: 30px;
  position: relative; }
  .select select {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    opacity: 0; }
  .select .selected {
    display: block;
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 3px 10px;
    height: 30px;
    color: #ABA134;
    border: 1px solid #ABA134;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1; }
    .select .selected .caret {
      display: block;
      float: left;
      width: 14px;
      height: 22px;
      margin-right: 10px;
      background-image: url(-/img/sprite.png);
      background-position: -300px -600px;
      background-repeat: no-repeat; }

.badges h5 {
  color: #ABA134; }
.badges .larger-h5 {
  color: #232d2f;
  font-size: 2em;
  margin-bottom: 20px; }
.badges .double-strike {
  margin-bottom: 5px; }
.badges .badge-bank {
  display: none; }
  .badges .badge-bank textarea {
    background: #FFFFFF;
    border: 1px solid #ABA134;
    padding: 15px;
    width: 100%;
    height: 140px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0; }
.badges .badge-samples {
  margin: 20px 0; }
  .badges .badge-samples div {
    width: 50%;
    float: left;
    padding: 0 10px;
    text-align: center;
    cursor: pointer; }
  .badges .badge-samples img {
    max-width: 100%;
    height: auto; }
    .badges .badge-samples img:hover {
      opacity: .8; }
.badges .badge-bank h5 {
  margin-bottom: 2px; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="tel"],
.styled-form textarea {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  padding: 6px 8px;
  color: #232d2f;
  outline: none;
  border: 0;
  width: 100%;
  resize: none; }
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper textarea:focus,
  .styled-form input[type="text"]:focus,
  .styled-form input[type="email"]:focus,
  .styled-form input[type="tel"]:focus,
  .styled-form textarea:focus {
    padding: 5px 7px;
    border: 1px solid #ABA134; }
.gform_wrapper ::-webkit-input-placeholder,
.styled-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ABA134; }
.gform_wrapper :-moz-placeholder,
.styled-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ABA134; }
.gform_wrapper ::-moz-placeholder,
.styled-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ABA134; }
.gform_wrapper :-ms-input-placeholder,
.styled-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ABA134; }
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.styled-form .gfield_error input,
.styled-form .gfield_error textarea {
  padding: 5px 7px;
  border: 1px solid #CE5C82;
  color: #CE5C82; }
.gform_wrapper .gfield_error ::-webkit-input-placeholder,
.styled-form .gfield_error ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CE5C82; }
.gform_wrapper .gfield_error :-moz-placeholder,
.styled-form .gfield_error :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CE5C82; }
.gform_wrapper .gfield_error ::-moz-placeholder,
.styled-form .gfield_error ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CE5C82; }
.gform_wrapper .gfield_error :-ms-input-placeholder,
.styled-form .gfield_error :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CE5C82; }
.gform_wrapper .validation_error,
.styled-form .validation_error {
  color: #CE5C82;
  font-weight: bold; }
.gform_wrapper .validation_message,
.styled-form .validation_message {
  display: none; }
.gform_wrapper #field_1_2,
.gform_wrapper #field_1_3,
.gform_wrapper #field_1_5,
.gform_wrapper #field_1_9,
.gform_wrapper #field_1_10,
.styled-form #field_1_2,
.styled-form #field_1_3,
.styled-form #field_1_5,
.styled-form #field_1_9,
.styled-form #field_1_10 {
  margin-top: 15px; }
.gform_wrapper label,
.styled-form label {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-size: 1.6em; }
.gform_wrapper .btn,
.styled-form .btn {
  margin-top: 40px; }
.gform_wrapper .gform_ajax_spinner,
.styled-form .gform_ajax_spinner {
  display: none; }
.gform_wrapper .validation_error,
.gform_wrapper .validation_message,
.styled-form .validation_error,
.styled-form .validation_message {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-size: 1.6em; }
.gform_wrapper .validation_message,
.styled-form .validation_message {
  margin-top: 6px; }

#gforms_confirmation_message {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px; }

.hero-short {
  min-height: 280px; }
  .hero-short.shorter {
    min-height: 200px; }
  .hero-short .title {
    margin: 0 0 35px 0; }
    .hero-short .title .number {
      font-family: "din-condensed-web",sans-serif;
      font-weight: 400;
      padding-top: 8px;
      font-size: 2.4em;
      text-align: center;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      background: #232d2f;
      color: #FFFFCC;
      float: left;
      margin: 9px 20px 0 0; }
  .hero-short h1 {
    color: #FFFFFF;
    font-size: 6em; }
  .hero-short h3 {
    color: #FFFFFF;
    width: 80%; }

.page-id-5 .hero-short .title .number {
  background: #FFFFCC;
  color: #232d2f; }

.continue {
  width: 20px;
  height: 20px;
  border: 1px solid #ABA134;
  border-radius: 20px;
  float: right;
  background-image: url(-/img/sprite.png);
  background-position: 0 -600px;
  background-repeat: no-repeat; }
  .continue:hover {
    border: 1px solid #232d2f;
    background-image: url(-/img/sprite.png);
    background-position: 0 -650px;
    background-repeat: no-repeat; }

.header-block,
a.header-block {
  display: block;
  margin-bottom: 15px;
  color: #232d2f; }
  .header-block:hover .continue,
  a.header-block:hover .continue {
    border: 1px solid #232d2f;
    background-image: url(-/img/sprite.png);
    background-position: 0 -650px;
    background-repeat: no-repeat; }
  .header-block .number,
  a.header-block .number {
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    padding-top: 4px;
    font-size: 1.6em;
    text-align: center;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background: #FFFFCC;
    float: left;
    margin: -3px 8px 0 0; }
    .header-block .number.navy,
    a.header-block .number.navy {
      background: #232d2f;
      color: #FFFFCC; }
    .header-block .number.salmon,
    a.header-block .number.salmon {
      background: #CE5C82;
      color: #FFFFCC; }
    .header-block .number.yellow,
    a.header-block .number.yellow {
      background: #FDE060; }
    .header-block .number.green,
    a.header-block .number.green {
      background: #006A55;
      color: #FFFFCC; }
    .header-block .number.gold,
    a.header-block .number.gold {
      background: #ABA134;
      color: #FFFFCC; }
  .header-block .continue,
  a.header-block .continue {
    margin-top: 1px;
    float: right; }

.split-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

a.block-link {
  display: block;
  color: #FFFFCC;
  background: #232d2f;
  padding: 1.3em 1.5em;
  border-top-right-radius: 10px;
  margin-bottom: 15px; }
  a.block-link .continue {
    opacity: 0;
    margin-top: 1px; }
  a.block-link:hover {
    color: #FFFFCC;
    background: #006A55; }
    a.block-link:hover .continue {
      opacity: 1; }

.image-link {
  display: block; }

.content-box .title {
  color: #FFFFCC;
  background: #232d2f;
  padding: 1.3em 1.5em;
  border-top-right-radius: 10px; }
  .content-box .title a {
    display: block;
    color: #FFFFCC; }
    .content-box .title a:hover {
      color: #ABA134; }
  .content-box .title.yellow {
    background: #FDE060;
    color: #232d2f; }
.content-box h4 {
  line-height: 1.2em; }
.content-box .subhead {
  background: #CE5C82;
  padding: .3em .9em;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #FFFFFF; }
  .content-box .subhead a,
  .content-box .subhead a:hover {
    color: #FFFFFF; }
  .content-box .subhead a:hover {
    opacity: .8; }
  .content-box .subhead.green {
    background: #006A55; }
  .content-box .subhead.navy {
    background: #232d2f; }
  .content-box .subhead.gold {
    background: #ABA134; }
  .content-box .subhead.yellow {
    color: #232d2f;
    background: #FDE060; }
    .content-box .subhead.yellow a, .content-box .subhead.yellow:hover {
      color: #232d2f; }
.content-box img {
  display: block;
  margin-bottom: 1.5em; }
.content-box .number {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  padding-top: 4px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: #232d2f;
  color: #FFFFCC;
  float: left; }
.content-box .pad {
  background: #FFFFFF;
  padding: 1.5em 1.5em; }
  .content-box .pad .double-strike {
    margin-bottom: 1.5em; }
  .content-box .pad .read-more {
    display: block;
    font-family: "adobe-caslon-pro",serif;
    font-weight: 400;
    color: #CE5C82;
    font-size: 1.6em;
    line-height: 1.4em; }
    .content-box .pad .read-more .continue {
      display: inline-block;
      margin-top: -2px; }
    .content-box .pad .read-more:hover {
      color: #232d2f; }
      .content-box .pad .read-more:hover .continue {
        border: 1px solid #232d2f;
        background-image: url(-/img/sprite.png);
        background-position: 0 -650px;
        background-repeat: no-repeat; }
  .content-box .pad ul li {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 20px; }
  .content-box .pad ul.large-numbers {
    margin-top: 30px; }
    .content-box .pad ul.large-numbers li {
      margin-left: 36px; }
      .content-box .pad ul.large-numbers li .number {
        margin-left: -36px; }
      .content-box .pad ul.large-numbers li a {
        color: #CE5C82; }
        .content-box .pad ul.large-numbers li a:hover {
          text-decoration: underline; }
.content-box .regular-p p {
  font-size: 2em; }
.content-box p {
  font-size: 1.6em; }
.content-box .phone,
.content-box .email {
  overflow: hidden;
  margin-bottom: 1em; }
  .content-box .phone:hover,
  .content-box .email:hover {
    color: #FFFFFF; }
.content-box .phone-link {
  display: none; }
.content-box .email {
  float: right; }
.content-box .meta {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #ABA134;
  overflow: hidden;
  margin-bottom: 1em; }
  .content-box .meta a, .content-box .meta:hover {
    color: #ABA134; }
  .content-box .meta .author {
    float: left; }
    .content-box .meta .author a:hover {
      color: #232d2f; }
  .content-box .meta .date {
    float: right; }
.content-box .thumb-hover {
  position: relative; }
.content-box .thumb-hover-photo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

section p a,
section p a:link,
section p a:visited,
section label a,
section label a:link,
section label a:visited {
  color: #CE5C82; }
  section p a:hover,
  section p a:link:hover,
  section p a:visited:hover,
  section label a:hover,
  section label a:link:hover,
  section label a:visited:hover {
    text-decoration: underline; }

article a,
article a:link,
article a:visited {
  color: #CE5C82; }
  article a:hover,
  article a:link:hover,
  article a:visited:hover {
    text-decoration: underline; }
article ul, article ol {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-left: 50px; }
article ul li {
  list-style: disc; }
article ol li {
  list-style: decimal; }


/* Sticky Header */
.header-sticky-bar {
        display: none;
}

.header-sticky-bar .sticky-icon {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
}

.header-sticky-bar .sticky-icon button {
        background: transparent;
        border: 0;
        text-transform: uppercase;
        padding: 0;
        color: #fff;
        font-size: 14px;
        font-weight: inherit;
        font-family: "adobe-caslon-pro",serif;
}

.header-sticky-bar .sticky-icon button:hover i {
        color: #fff;
}

.header-sticky-bar .sticky-icon a {
        color: #fff;
}

.header-sticky-bar .sticky-icon a:hover {
        color: #ABA134;
}

.header-sticky-bar .sticky-icon i {
        font-size: 22px;
        color: #fff;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        width: 30px;
}

.header-sticky-bar .sticky-icon img {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
}

.header-sticky-bar .sticky-icon button img {
        margin-bottom: 2px;
}

.header-sticky-bar .sticky-icon button i {
        margin-bottom: 6px;
}

.header-sticky-bar .sticky-icon a:hover i,
.header-sticky-bar .sticky-icon button:hover i {
        color: #fff;
        background-color: #ABA134;
}

.header-sticky-bar .sticky-icon i:before {
        margin-right: 1px;
}

.header-sticky-bar .sticky-icon button i:before {
        margin-left: 1px;
        margin-right: 0;
}

.mobile-sticky-menu {
        display: none;
        position: fixed;
        z-index: 999;
        background: #000;
        top: 89px;
        width: 100%;
        height: 260px;
        overflow-y: scroll;
        font-size: 15px;
}

.mobile-sticky-menu .wrap {
        padding: 0;
}

.mobile-sticky-menu .mobile-nav-menu a {
        display: block;
}

.mobile-sticky-menu .mobile-nav-menu a {
        padding: 15px 30px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: #fff;
}

.mobile-sticky-menu .mobile-nav-menu .sub-menu a {
        background-color: #040404;
        color: #ccc !important;
}

.mobile-sticky-menu .mobile-nav-menu a:hover {
        background-color: rgba(255,255,255,.05);
        color: #ccc !important;
}

.mobile-sticky-menu .sub-menu {
        position: relative !important;
        display: block;
        left: 0 !important;
        opacity: 1 !important;
        width: 100% !important;        
}

.mobile-sticky-menu .mobile-nav-menu .sub-menu {
        background-color: #000;
}

.mobile-sticky-menu .sub-menu a {
        width: 100% !important;
        padding-left: 45px !important;
}

.mobile-sticky-menu .sub-menu .sub-menu {
        margin: 0 !important;
}

.mobile-sticky-menu .sub-menu .sub-menu a {
        padding-left: 65px !important;
}

img.alignleft {
		float: left;
		margin: 0 24px 24px 0;
}

img.alignright {
		float: right;
		margin: 0 0 24px 24px;
}

hr {
		clear: both;
    	margin: 30px 0;
}

.sidebar-contact-form {
		margin-top: 50px;
}

.sidebar-contact-form input,
.sidebar-contact-form textarea {
		background-color: transparent;
    	border: 1px solid rgb(171, 161, 52) !important;
		padding: 10px 10px 8px !important;
		margin-bottom: 5px;
}

.sidebar-contact-form .btn {
		font-size: 2.4em !important;
    	padding: 10px 30px 8px !important;
    	margin-top: -10px !important;
}

.sidebar-contact-form.mobile {
		display: none;
}

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1140px) {
  .hero-short {
    min-height: 1px; }
    .hero-short .title {
      margin: 0 0 20px 0; }
    .hero-short h3 {
      width: 100%;
      margin-bottom: 0; } }
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .hero-short .title .number {
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    font-size: 2em;
    margin: 5px 15px 0 0; }
  .hero-short h1 {
    color: #FFFFFF;
    font-size: 4em; }

  .header-block .number {
    margin: -3px 8px 0 0; }
  .header-block .continue {
    margin-top: -1px; }

  .split-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } 

.sidebar-contact-form {
			display: none;
	}

.sidebar-contact-form.mobile {
		display: block;
}
}
/* SMALL */
@media only screen and (max-width: 700px) {
  article ul, article ol {
    font-size: 1.8em;
    margin-left: 40px; }

  .badges {
    display: none; }

  .content-box .phone-text {
    display: none; }
  .content-box .phone-link {
    display: inline; } }
/* EXTRA SMALL */
/* ALL */
.home .hero-home {
  color: #FFFFFF;
  text-align: center;
  padding-top: 16px; }
  .home .hero-home .shield {
    width: 112px;
    height: 156px;
    margin: 0 auto;
    background-image: url(-/img/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .home .hero-home h1 {
    margin-top: 40px; }
.home .report,
.home .legacy {
  display: inline-block;
  font-size: 2em;
  color: #FFFFCC;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px; }
.home .report {
  float: left; }
  .home .report .caret {
    display: block;
    float: left;
    background-image: url(-/img/sprite.png);
    background-position: -200px -600px;
    background-repeat: no-repeat;
    width: 16px;
    height: 18px; }
  .home .report:hover {
    color: #ABA134; }
    .home .report:hover .caret {
      background-position: -200px -650px; }
.home .legacy {
  float: right; }
.home .more-wrap {
  width: 120px;
  margin: 30px auto 50px;
  cursor: pointer; }
  .home .more-wrap .more-text {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #CE5C82;
    font-style: italic; }
  .home .more-wrap .more-arrow {
    display: block;
    margin: 30px auto;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #ABA134;
    background-image: url(-/img/sprite.png);
    background-position: -100px -600px;
    background-repeat: no-repeat; }
  .home .more-wrap:hover .more-text {
    color: #FFFFFF; }
  .home .more-wrap:hover .more-arrow {
    border: 1px solid #FFFFFF;
    background-image: url(-/img/sprite.png);
    background-position: -100px -650px;
    background-repeat: no-repeat; }
.home .nav-main ul li {
  opacity: 1; }
.home .rep-map {
  margin: 0 auto; }
.home .reps-jump {
  display: none; }
.home .rep-more {
  margin: 0 0 20px; }
  .home .rep-more [class*='col'] {
    display: inline-block;
    float: none;
    vertical-align: middle;
    max-width: 540px; }
    .home .rep-more [class*='col']:first-child {
      margin-left: 0; }
  .home .rep-more h5,
  .home .rep-more .canada-title {
    color: #ABA134;
    margin-bottom: 20px; }
  .home .rep-more .canada-title {
    margin: 0; }
  .home .rep-more p {
    font-size: 1.4em; }
    .home .rep-more p a {
      color: #CE5C82; }
      .home .rep-more p a:hover {
        text-decoration: underline; }
.home .small-badge-icon,
.home .flag-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 20px 0 0;
  width: 80px;
  -webkit-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, filter 200ms ease-in-out; }
  .home .small-badge-icon img,
  .home .flag-icon img {
    display: block; }
  .home .small-badge-icon:hover,
  .home .flag-icon:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75; }
.home .canada-title {
  display: inline-block;
  vertical-align: middle;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  .home .canada-title p {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.4em; }
.home .flag-icon {
  margin: 0 0 0 20px;
  width: 40px; }

.blog .page-item-41 a span,
.single-post .page-item-41 a span,
.archive .page-item-41 a span {
  color: #232d2f;
  border: none;
  background: #FFFFCC; }
.blog .single-hero,
.single-post .single-hero,
.archive .single-hero {
  position: relative; }
  .blog .single-hero img,
  .single-post .single-hero img,
  .archive .single-hero img {
    display: block; }
  .blog .single-hero .cats,
  .single-post .single-hero .cats,
  .archive .single-hero .cats {
    background: #006A55;
    padding: .3em 1.5em;
    color: #FFFFFF;
    width: 100%; }
    .blog .single-hero .cats a,
    .blog .single-hero .cats a:hover,
    .single-post .single-hero .cats a,
    .single-post .single-hero .cats a:hover,
    .archive .single-hero .cats a,
    .archive .single-hero .cats a:hover {
      color: #FFFFFF; }
    .blog .single-hero .cats a:hover,
    .single-post .single-hero .cats a:hover,
    .archive .single-hero .cats a:hover {
      opacity: 0.8; }
.blog .single-meta,
.single-post .single-meta,
.archive .single-meta {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  overflow: hidden; }
  .blog .single-meta .double-strike,
  .single-post .single-meta .double-strike,
  .archive .single-meta .double-strike {
    margin-bottom: 10px; }
  .blog .single-meta .author,
  .single-post .single-meta .author,
  .archive .single-meta .author {
    float: left;
    color: #232d2f; }
    .blog .single-meta .author a,
    .single-post .single-meta .author a,
    .archive .single-meta .author a {
      color: #232d2f; }
    .blog .single-meta .author a:hover,
    .single-post .single-meta .author a:hover,
    .archive .single-meta .author a:hover {
      color: #ABA134; }
  .blog .single-meta .date,
  .single-post .single-meta .date,
  .archive .single-meta .date {
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #ABA134;
    overflow: hidden;
    margin-bottom: 1em;
    float: right; }
    .blog .single-meta .date:hover,
    .single-post .single-meta .date:hover,
    .archive .single-meta .date:hover {
      color: #ABA134; }
.blog .article-shift,
.single-post .article-shift,
.archive .article-shift {
  background: #F1F2E5;
  position: relative; }
  .blog .article-shift .content,
  .single-post .article-shift .content,
  .archive .article-shift .content {
    position: relative;
    z-index: 1; }
    .blog .article-shift .content .double-strike,
    .single-post .article-shift .content .double-strike,
    .archive .article-shift .content .double-strike {
      margin: 20px 0 30px 0; }
    .blog .article-shift .content img,
    .single-post .article-shift .content img,
    .archive .article-shift .content img {
      max-width: 100%;
      height: auto;
      text-align: left; }
  .blog .article-shift a.btn,
  .single-post .article-shift a.btn,
  .archive .article-shift a.btn {
    color: #ABA134; }
    .blog .article-shift a.btn:hover,
    .single-post .article-shift a.btn:hover,
    .archive .article-shift a.btn:hover {
      color: #232d2f;
      text-decoration: none; }
  .blog .article-shift .fake-pad,
  .single-post .article-shift .fake-pad,
  .archive .article-shift .fake-pad {
    position: absolute;
    top: -30px;
    left: -30px;
    background: #F1F2E5;
    width: 100%;
    height: 160px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 30px;
    z-index: 0; }
  .blog .article-shift .intro,
  .single-post .article-shift .intro,
  .archive .article-shift .intro {
    margin-bottom: 0; }
.blog .has-thumb .single-hero .cats,
.single-post .has-thumb .single-hero .cats,
.archive .has-thumb .single-hero .cats {
  position: absolute;
  bottom: 0;
  left: 0; }
  .blog .has-thumb .single-hero .cats h5,
  .single-post .has-thumb .single-hero .cats h5,
  .archive .has-thumb .single-hero .cats h5 {
    max-width: 28%; }
.blog .has-thumb .article-shift,
.single-post .has-thumb .article-shift,
.archive .has-thumb .article-shift {
  margin-top: -100px; }
.blog .no-thumb .article-shift .content,
.single-post .no-thumb .article-shift .content,
.archive .no-thumb .article-shift .content {
  margin-top: 20px; }
.blog .no-thumb .article-shift .fake-pad,
.single-post .no-thumb .article-shift .fake-pad,
.archive .no-thumb .article-shift .fake-pad {
  display: none; }
.blog blockquote,
.blog blockquote p,
.single-post blockquote,
.single-post blockquote p,
.archive blockquote,
.archive blockquote p {
  font-size: 4em;
  line-height: 1.2em;
  font-size: 40px; }
.blog blockquote,
.single-post blockquote,
.archive blockquote {
  position: relative;
  left: -375px;
  padding-top: 20px;
  border-top: 5px solid #ABA134;
  margin: 40px 0; }

.single .load-posts {
  display: inline-block;
  margin-top: 40px; }

.single-post .hero-short,
.archive .hero-short {
  min-height: 1px; }
  .single-post .hero-short .title,
  .archive .hero-short .title {
    margin: 0; }

.append-posts .content-box {
  margin-bottom: 30px; }

.single-city section .inner > .double-strike, .single-state section .inner > .double-strike, .single-country section .inner > .double-strike {
  margin: 10px 0 30px; }
.single-city .content-box ul.large-numbers, .single-state .content-box ul.large-numbers, .single-country .content-box ul.large-numbers {
  margin-top: 20px; }
.single-city .hero-short h3, .single-state .hero-short h3, .single-country .hero-short h3 {
  width: auto; }
.single-city .hero-short .inner, .single-state .hero-short .inner, .single-country .hero-short .inner {
  position: relative; }
.single-city .page-item-5 a span, .single-state .page-item-5 a span, .single-country .page-item-5 a span {
  color: #232d2f;
  border: none;
  background: #FFFFCC; }
.single-city .person-box, .single-state .person-box, .single-country .person-box {
  margin-top: 30px; }
  .single-city .person-box:first-child, .single-state .person-box:first-child, .single-country .person-box:first-child {
    margin-top: 0; }
  .single-city .person-box img, .single-state .person-box img, .single-country .person-box img {
    margin-bottom: 0; }
.single-city .badges, .single-state .badges, .single-country .badges {
  margin-top: 30px; }
.single-city .bike-links .pad, .single-state .bike-links .pad, .single-country .bike-links .pad {
  padding: 30px 30px 0; }
.single-city .bike-links ul, .single-state .bike-links ul, .single-country .bike-links ul {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin: 6px 0 25px 0; }
  .single-city .bike-links ul li, .single-state .bike-links ul li, .single-country .bike-links ul li {
    font-size: inherit;
    list-style: none;
    margin-bottom: 5px; }
    .single-city .bike-links ul li a, .single-state .bike-links ul li a, .single-country .bike-links ul li a {
      color: #CE5C82; }
      .single-city .bike-links ul li a:hover, .single-state .bike-links ul li a:hover, .single-country .bike-links ul li a:hover {
        text-decoration: underline; }

.page-id-7 .hero-short .title .number {
  background: #232d2f;
  color: #FFFFCC; }
.page-id-7 .hero-short h1 {
  color: #232d2f; }
.page-id-7 .hero-short h3 {
  color: #232d2f; }
.page-id-7 .video-links {
  margin-bottom: 30px; }

/* Law */
.page-id-5 .country-tiles {
  margin-top: 50px; }
.page-id-5 .rep-map {
  margin: 0 auto; }
.page-id-5 .reps-jump {
  display: none; }
.page-id-5 .rep-more {
  margin: 0 0 20px; }
  .page-id-5 .rep-more [class*='col'] {
    display: inline-block;
    float: none;
    vertical-align: middle;
    max-width: 540px; }
    .page-id-5 .rep-more [class*='col']:first-child {
      margin-left: 0; }
  .page-id-5 .rep-more h5,
  .page-id-5 .rep-more .canada-title {
    color: #ABA134;
    margin-bottom: 20px; }
  .page-id-5 .rep-more .canada-title {
    margin: 0; }
  .page-id-5 .rep-more p {
    font-size: 1.4em; }
    .page-id-5 .rep-more p a {
      color: #CE5C82; }
      .page-id-5 .rep-more p a:hover {
        text-decoration: underline; }
.page-id-5 .small-badge-icon,
.page-id-5 .flag-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 20px 0 0;
  width: 80px;
  -webkit-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, filter 200ms ease-in-out; }
  .page-id-5 .small-badge-icon img,
  .page-id-5 .flag-icon img {
    display: block; }
  .page-id-5 .small-badge-icon:hover,
  .page-id-5 .flag-icon:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75; }
.page-id-5 .canada-title {
  display: inline-block;
  vertical-align: middle;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  .page-id-5 .canada-title p {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.4em; }
.page-id-5 .flag-icon {
  margin: 0 0 0 20px;
  width: 40px; }

/* Culture */
.page-id-9 .hero-short .title .number {
  background: #232d2f;
  color: #FFFFCC; }
.page-id-9 .hero-short h1 {
  color: #232d2f; }
.page-id-9 .hero-short h3 {
  color: #232d2f; }
.page-id-9 .instagrams {
  margin-bottom: 20px; }
  .page-id-9 .instagrams a {
    display: block;
    width: 45%;
    margin: 0 5% 5% 0;
    float: left; }
    .page-id-9 .instagrams a:hover {
      opacity: .8; }
.page-id-9 .tweets {
  margin-right: 10%;
  margin-bottom: 30px; }
  .page-id-9 .tweets .tweet {
    margin-top: 20px; }
    .page-id-9 .tweets .tweet:first-child {
      margin-top: 0; }
    .page-id-9 .tweets .tweet .tweet-time {
      font-family: "din-condensed-web",sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.6em;
      line-height: 1.4em;
      display: block; }
      .page-id-9 .tweets .tweet .tweet-time a {
        color: #ABA134; }
    .page-id-9 .tweets .tweet .tweet-text {
      font-size: 2em;
      line-height: 1.4em;
      margin-bottom: 20px;
      display: block;
      font-size: 1.6em;
      margin-top: 6px; }
      .page-id-9 .tweets .tweet .tweet-text a {
        color: #CE5C82; }
        .page-id-9 .tweets .tweet .tweet-text a:hover {
          text-decoration: underline; }
    .page-id-9 .tweets .tweet .double-strike {
      margin-top: 20px; }
    .page-id-9 .tweets .tweet:last-child .double-strike {
      display: none; }

/* BLCX */
.page-id-9550 .hero-short .title .number {
  background: #232d2f;
  color: #FFFFCC; }
.page-id-9550 .hero-short h1 {
  color: #232d2f; }
.page-id-9550 .hero-short h3 {
  color: #232d2f; }

/* Report and countries */
.gform_wrapper .select, .gform_wrapper textarea {
  margin-bottom: 15px; }
.gform_wrapper .gfield_label {
  display: none; }
.gform_wrapper .show-label label {
  display: block;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #ABA134; }
.gform_wrapper .show-label textarea {
  text-transform: none;
  font-size: 1.6em;
  font-family: "adobe-caslon-pro",serif;
  font-weight: 400;
  height: 150px; }
.gform_wrapper .gfield_checkbox {
  margin-top: 15px; }
  .gform_wrapper .gfield_checkbox > label {
    display: none; }
  .gform_wrapper .gfield_checkbox input {
    margin-right: 10px; }

/* Manifesto */
.page-id-48 .page-item-9 a span {
  color: #232d2f;
  border: none;
  background: #FFFFCC; }
.page-id-48 .manifesto-intro h2 {
  display: block;
  color: #ABA134;
  border-top: 0;
  padding-top: 0;
  text-align: center;
  margin-bottom: 30px; }
.page-id-48 .manifesto-intro h1 {
  color: #FFFFFF;
  font-size: 12em;
  text-align: center; }
.page-id-48 .blcc-icon {
  display: block;
  width: 82px;
  height: 66px;
  margin: 80px auto 40px;
  background-image: url(-/img/sprite.png);
  background-position: -400px -200px;
  background-repeat: no-repeat; }
.page-id-48 .more-arrow {
  display: block;
  margin: 80px auto 40px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #ABA134;
  background-image: url(-/img/sprite.png);
  background-position: -100px -600px;
  background-repeat: no-repeat; }
  .page-id-48 .more-arrow:hover {
    border: 1px solid #FFFFFF;
    background-image: url(-/img/sprite.png);
    background-position: -100px -650px;
    background-repeat: no-repeat; }
.page-id-48 .manifesto-centered {
  text-align: center; }
  .page-id-48 .manifesto-centered h3 {
    margin: 200px auto;
    max-width: 500px; }
.page-id-48 .manifesto-item {
  padding: 30px 0; }
.page-id-48 .manifesto-item .col12 {
  position: relative; }
.page-id-48 .manifesto-left h3,
.page-id-48 .manifesto-right h3 {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  margin: 100px 0;
  position: relative;
  z-index: 1; }
.page-id-48 .number-circle-light,
.page-id-48 .number-circle-dark {
  width: 360px;
  height: 360px;
  border-radius: 350px;
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -180px;
  opacity: .2;
  text-align: center;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 250px;
  padding: 60px 0;
  letter-spacing: -.05em; }
.page-id-48 .number-circle-dark {
  background: #232d2f;
  color: #FFFFCC; }
.page-id-48 .number-circle-light {
  background: #FFFFCC;
  color: #232d2f; }
.page-id-48 .manifesto-left h3 {
  float: left;
  width: 75%; }
.page-id-48 .manifesto-left .number-circle-light,
.page-id-48 .manifesto-left .number-circle-dark {
  right: 0; }
.page-id-48 .manifesto-right h3 {
  float: right;
  width: 72%; }
.page-id-48 .manifesto-large h3 {
  width: 60%;
  font-size: 12em; }
.page-id-48 .manifesto-darken h3 {
  color: #232d2f; }
.page-id-48 .pledge h1 {
  font-size: 4em;
  text-align: center; }
.page-id-48 .styled-form {
  max-width: 500px;
  margin: 40px auto 0; }
  .page-id-48 .styled-form .mc-address-group {
    margin-top: 15px; }
  .page-id-48 .styled-form .btn {
    display: block;
    width: 230px;
    margin: 30px auto 0; }
.page-id-48 .gform_footer {
  text-align: center; }

/* Store */
.cart-count {
  -webkit-transition: all 200ms;
  display: block;
  width: 130px;
  text-align: center; }

.cart-count-animate {
  -webkit-transition: all 200ms;
  -webkit-transform: scale(1.3); }

.cart-row {
  padding: 20px 0; }

.cart-thumb {
  text-align: center; }
  .cart-thumb a {
    display: block; }

.cart-description p {
  margin-bottom: 0; }

a.remove-item {
  display: inline-block;
  margin-top: 20px; }

.all-products {
  padding-top: 0; }

.cart-summary {
  padding: 40px 0;
  overflow: visible; }
  .cart-summary .inner {
    position: relative; }
  .cart-summary .store-cats {
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px; }
    .cart-summary .store-cats li {
      display: block;
      float: left;
      height: 25px;
      margin-left: 20px; }
      .cart-summary .store-cats li.current_page_item, .cart-summary .store-cats li:hover {
        opacity: 1; }
      .cart-summary .store-cats li:first-child {
        margin-left: 0; }
      .cart-summary .store-cats li a {
        font-family: "adobe-caslon-pro",serif;
        font-weight: 400;
        display: block;
        line-height: 1.8em;
        font-size: 1.6em;
        height: 25px;
        padding: 0 0;
        color: #232d2f; }
        .cart-summary .store-cats li a span {
          font-family: "din-condensed-web",sans-serif;
          font-weight: 400;
          padding-top: 4px;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          display: block;
          float: left;
          width: 24px;
          height: 24px;
          border-radius: 40px;
          background: #FFFFCC;
          color: #232d2f;
          float: left;
          margin: -1px 8px 0 0; }
      .cart-summary .store-cats li.store-cat-1 a span {
        background: #232d2f;
        color: #FFFFCC; }
      .cart-summary .store-cats li.store-cat-2 a span {
        background: #CE5C82;
        color: #FFFFCC; }
      .cart-summary .store-cats li.store-cat-3 a span {
        background: #FFFFCC;
        color: #232d2f; }
      .cart-summary .store-cats li.store-cat-4 a span {
        background: #FDE060;
        color: #232d2f; }
      .cart-summary .store-cats li.store-cat-5 a span {
        background: #006A55;
        color: #FFFFCC; }
      .cart-summary .store-cats li:hover a span {
        color: #ABA134;
        border: 1px solid #ABA134;
        background: none; }

.store-products .cart-summary .store-cats li {
  opacity: .5; }
  .store-products .cart-summary .store-cats li.current-store-cat, .store-products .cart-summary .store-cats li:hover {
    opacity: 1; }

.store-home .hero-short .title .number,
.store-products .hero-short .title .number {
  background: #232d2f;
  color: #FFFFCC; }

.store-cart .continue-wrap {
  text-align: right; }
.store-cart h4 a {
  color: #232d2f; }
  .store-cart h4 a:hover {
    color: #ABA134; }
.store-cart .discount-row .double-strike,
.store-cart .shipping-row .double-strike,
.store-cart .totals-row .double-strike {
  margin-bottom: 10px; }
.store-cart .shipping-row .select {
  margin-bottom: 10px; }
.store-cart .discount-row input {
  width: 180px;
  background: none;
  padding: 4px 7px;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  outline: none;
  border: 1px solid #ABA134; }
.store-cart .cart-subtotal {
  display: block;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5em;
  color: #ABA134;
  margin-bottom: 15px; }
.store-cart .discount-row,
.store-cart .totals-row,
.store-cart .shipping-row {
  text-align: right; }
.store-cart .cart-half {
  width: 50%;
  float: left; }
.store-cart .item-total {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5em;
  color: #ABA134; }
.store-cart .cart-item-quantity {
  border: 1px solid #ABA134;
  margin-top: 5px;
  height: 32px;
  position: relative; }
  .store-cart .cart-item-quantity input {
    background: none;
    padding: 4px 7px;
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    outline: none;
    border: 0;
    position: absolute;
    top: 0;
    left: 0; }
.store-cart .cart-decrement,
.store-cart .cart-increment {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  display: block;
  border-left: 1px solid #ABA134;
  width: 32px;
  height: 30px;
  padding: 6px 0;
  float: right;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .store-cart .cart-decrement:hover,
  .store-cart .cart-increment:hover {
    background: #ABA134;
    color: #232d2f; }
.store-cart .cart-item-total {
  text-align: right; }
.store-cart .checkout {
  margin-left: 10px; }

.store-product .single-product {
  padding: 0;
  overflow: visible; }
.store-product .price {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5em;
  line-height: 1.4em;
  letter-spacing: -.015em; }
.store-product .product-options {
  padding: 1.5em 1.5em;
  background: #232d2f;
  color: #ABA134; }
  .store-product .product-options h5 {
    margin-bottom: 4px; }
  .store-product .product-options button.btn {
    cursor: pointer; }
  .store-product .product-options button.btn:hover {
    color: #FFFFFF; }
  .store-product .product-options .double-strike {
    margin: 15px 0 10px; }
  .store-product .product-options .add-to-cart {
    margin-top: 15px; }
.store-product .slideshow {
  position: relative; }
.store-product .cycle-pager {
  text-align: center;
  width: 100%;
  height: 14px;
  margin-top: 20px; }
  .store-product .cycle-pager > span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border: 1px solid #ABA134;
    border-radius: 10px;
    cursor: pointer; }
    .store-product .cycle-pager > span > span {
      display: none; }
  .store-product .cycle-pager span:hover > span,
  .store-product .cycle-pager span.cycle-pager-active > span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 2px;
    background: #ABA134;
    border-radius: 10px; }
.store-product .product-details {
  padding-top: 30px; }

.product-row {
  padding: 30px 0; }

.product-preview:hover {
  opacity: .8; }
.product-preview h6 {
  text-align: center;
  margin-top: 10px; }
.product-preview a h6 {
  color: #ABA134; }

.pagination {
  margin-top: 40px;
  text-align: center;
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #ABA134; }
  .pagination a, .pagination span {
    color: #ABA134;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px; }
  .pagination a:hover, .pagination .current {
    background: #ABA134;
    color: #F1F2E5; }

/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1140px) {
  .blog blockquote,
  .single-post blockquote,
  .archive blockquote {
    left: 0; }

  .single .load-posts {
    margin-top: 0px; }

  .single-city .all-states, .single-state .all-states, .single-country .all-states {
    display: inline-block;
    margin-top: 20px; } }
/* SPECIAL REPRESENTATION BREAKPOINT */
@media only screen and (max-width: 1024px) {
  .home .rep-more [class*="col"] {
    display: block;
    margin-left: 0;
    width: 100%; } }
/* MEDIUM */
@media only screen and (max-width: 880px) {
  .home .hero-home {
    height: auto; }
    .home .hero-home .report {
      float: none; }
    .home .hero-home .legacy {
      display: none; }
  .home .rep-more {
    margin-top: 40px;
    margin-bottom: 10px; }

  /* Manifesto */
  .page-id-48 .manifesto-intro h1 {
    font-size: 6em; }
  .page-id-48 .blcc-icon {
    margin-top: 60px;
    margin-bottom: 30px; }
  .page-id-48 .more-arrow {
    margin-top: 40px; }
  .page-id-48 .manifesto-intro h2 {
    margin-bottom: 20px; }
  .page-id-48 .manifesto-centered h3 {
    max-width: 320px;
    margin: 100px auto; }
  .page-id-48 .number-circle-light,
  .page-id-48 .number-circle-dark {
    position: static;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    font-size: 60px;
    padding: 16px 0;
    margin-top: 20px;
    opacity: .5; }
  .page-id-48 .manifesto-left h3,
  .page-id-48 .manifesto-right h3 {
    font-size: 4em;
    float: none;
    width: auto;
    margin: 50px auto;
    text-align: center; }

  .blog blockquote,
  .single-post blockquote,
  .archive blockquote {
    margin: 20px 0; }
  .blog blockquote,
  .blog blockquote p,
  .single-post blockquote,
  .single-post blockquote p,
  .archive blockquote,
  .archive blockquote p {
    font-size: 26px; }
  .blog .single-meta,
  .single-post .single-meta,
  .archive .single-meta {
    padding-right: 0;
    margin-bottom: 20px; }
  .blog .has-thumb .article-shift,
  .single-post .has-thumb .article-shift,
  .archive .has-thumb .article-shift {
    margin-top: 0; }
  .blog .has-thumb .single-hero .cats h5,
  .single-post .has-thumb .single-hero .cats h5,
  .archive .has-thumb .single-hero .cats h5 {
    max-width: 100%; }
  .blog .article-shift,
  .single-post .article-shift,
  .archive .article-shift {
    margin-top: 0; }
    .blog .article-shift .intro,
    .single-post .article-shift .intro,
    .archive .article-shift .intro {
      margin-bottom: 20px; }
    .blog .article-shift .content .fake-pad,
    .single-post .article-shift .content .fake-pad,
    .archive .article-shift .content .fake-pad {
      display: none; }
    .blog .article-shift .content .double-strike,
    .single-post .article-shift .content .double-strike,
    .archive .article-shift .content .double-strike {
      display: none; }

  /* Store */
  .store-cart .cart-row {
    border-top: 1px solid #ABA134;
    padding: 30px 0; }
  .store-cart .shipping-row,
  .store-cart .totals-row {
    border-top: 0; }
  .store-cart .continue-wrap {
    text-align: left;
    margin-top: 0;
    padding-bottom: 40px; }

  .cart-summary .store-cats {
    position: static;
    height: auto;
    margin-top: 20px; }
    .cart-summary .store-cats li {
      margin: 15px 20px 0 0; }

  a.remove-item {
    display: inline-block;
    margin-top: 2px; }

  .page-id-9 .tweets {
    margin-right: 0; }
  .page-id-9 .instagrams a {
    width: 30%;
    margin-right: 3%; } }
/* SMALL */
@media only screen and (max-width: 700px) {
  .home .reps-map {
    display: none; }
  .home .reps-jump {
    display: block;
    text-align: center; }

  /* Store */
  .store-product .price {
    font-family: "din-condensed-web",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.6em; }

  .blog .article-shift,
  .single-post .article-shift,
  .archive .article-shift {
    margin-top: 0; }

  .page-id-9 .badge-col {
    display: none; }

  .single-city .bike-links .pad, .single-state .bike-links .pad, .single-country .bike-links .pad {
    padding: 15px 15px 0; }
  .single-city .link-bank-wrap, .single-state .link-bank-wrap, .single-country .link-bank-wrap {
    margin-top: 60px; }
    .single-city .link-bank-wrap h2, .single-state .link-bank-wrap h2, .single-country .link-bank-wrap h2 {
      margin-bottom: 0px; }
    .single-city .link-bank-wrap .link-bank, .single-state .link-bank-wrap .link-bank, .single-country .link-bank-wrap .link-bank {
      float: none;
      width: auto;
      margin-right: 0;
      margin-top: 20px; } }
/* EXTRA SMALL */
/* RETINA SUPPORT
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .continue,
  footer .badge,
  footer .badge:hover,
  footer .social-icon.facebook,
  footer .social-icon.twitter,
  footer .social-icon.gplus,
  footer .social-icon.instagram,
  footer .social-icon.feed,
  footer .social-icon.youtube,
  .nav-main .blcc-flag,
  .nav-mobile .blcc-flag,
  .home .hero-home .shield,
  .nav-main .blcc-flag,
  .nav-main .blcc-flag:hover,
  .page-id-48 .blcc-icon,
  .page-id-48 .more-arrow,
  .page-id-48 .more-arrow:hover,
  .select .selected .caret,
  .home .more-wrap .more-arrow,
  .home .more-wrap:hover .more-arrow,
  .home .report .caret {
    background-image: url(-/img/sprite@2x.png);
    background-size: 600px 800px; } }

/*# sourceMappingURL=style.css.map */


.state-list-tablet p {
  font-family: "din-condensed-web",sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -.015em;
  color: white;
}
.state-list-tablet p:hover {
  color: #ABA134;
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 880px) {
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  section.bkg-bottom {
    background-position: inherit;
  }
  
    /* Sticky Phone */
    .header-sticky-bar.sticky-on {
        position:fixed;
        top: 0;
        display: block;
        width: 100%;
        background: #232d2f;
        left: 0;
        text-align: center;
        padding: 15px 18px;
        font-size: 1.4em;
        z-index: 9999;
        box-shadow: 0 0 8px rgba(0,0,0,.4);
     }

    .header-sticky-bar .sticky-icon {
        margin-left: 2%;
        width: 23.5%;
        float: left;
    }

    .header-sticky-bar .sticky-icon.first {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
	img.alignleft,
	img.alignright {
		float: none;
		margin: 0 0 24px 0;
	}
}

.home-hover:hover .home-link {
  color: #ABA134;
  cursor: pointer;
}
.home-hover:hover a.blcc-flag { 
  background-image: url(-/img/sprite.png);
  background-position: -100px -400px;
  background-repeat: no-repeat;
}    

.single-post .single-hero img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}