/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/

a {
  text-decoration: none;
  color: #57B3DF;
}

a:hover, .selected { color: #222; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0 0 20px 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { color: #57B3DF; }

h3,
h4,
h5,
h6 { padding-bottom: 15px; }

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 22px;
  line-height: 28px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #555;
}

blockquote {
  color: #666;
  border-left: 3px solid #777;
  font-size: 17px;
  line-height: 1.4;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  padding: 5px 0 5px 20px;
  text-shadow: 1px 1px 1px #FFF;
  margin-left: 20px;
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
  font-size: 11px;
  vertical-align: top;
}

sub {
  font-size: 11px;
  vertical-align: bottom;
}

small {
  font-size: 11px;
  font-style: italic;
}

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
  font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  white-space: pre;
  overflow: auto;
  padding: 0 10px;
  clear: both;
  color: #666;
  line-height: 19px;
}

code {
  padding: 5px;
  background: #F9F9F9;
}

var,
kbd,
samp,
code {
  font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #F9F9F9;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

ul,
ol,
dl { margin-left: 20px; }

caption { color: #146bb3; font-size: 20px; line-height: 40px; }

img { max-width: 100%; }

.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/************
GLOBAL STYLES
************/

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}

#wrapper {
  overflow: hidden;
}

.entry_content {
  font-size: 14px;
}

.alert-block {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

font {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Throbber */

html.js input.form-autocomplete {
  background-image: url(../images/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 10px;
}

html.js input.form-autocomplete.throbbing {
  background-position: 100% -17px;
}

/* Text color */

.text-blue {
  color: #146bb3;
}

.text-red {
  color: #ff0000;
}

p {
  padding-bottom: 10px;
}

a,
a.link-blue {
  color: #146bb3;
}

a.link-red {
  color: #ff0000;
}

a:hover {
  color: #105690;
  text-decoration: underline;
}

a.link-red:hover {
  color: #ff0000;
  text-decoration: underline;
}

h1,
.field-name-title h1 {
  font-family: 'Helvetica-Neue', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #146bb3;
  padding-bottom: 3px;
}

h3 {
  color: #146bb3;
  font-weight: bold;
}

img {
  height: auto;
}

#colorbox img {
  height: 100%;
}

#cboxTitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 33px;
  color: #000;
  padding: 10px;
}

table {
    border-collapse: collapse;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width: 100%;
}

  table th {
    background-color: #146BB3;
    color: #FFFFFF;
    font-size: 1.1em;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
  }
    table th a,
    table th a:hover,
    table th label {
      color: #FFFFFF;
    }

  table tr:nth-child(2n) {
    background-color: #F5F5F5;
    color: #000000;
  }

    table tr td {
      border: 1px solid #CCCCCC;
      font-size: 1em;
      padding: 3px 7px 2px;
      color: #000000;
    }

  .red_required {
    color: #FF0000;
  }

/* Vimeo video embed */

.vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* LIST elements */

#block-system-main ul li {
  list-style: disc;
}

#block-system-main ul li.horizontal-tab-button {
  list-style: none;
}

#block-system-main ul.contextual-links li,
#block-system-main form.node-form ul li {
  list-style: none;
}

.entry_content ul {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #666;
}

.entry_meta li {
  list-style: none !important;
}

/* WEBFORM & FORM COMMON STYLES */

.webform-client-form .form-item {
  margin-bottom: 10px;
}

  .webform-client-form .form-item p {
    padding: 0;
    margin: 10px 0;
  }

  .webform-client-form .form-item label {
    display: block;
  }

  .webform-client-form .form-item textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .webform-client-form .form-item input[type="email"],
  .webform-client-form .form-item input[type="number"] {
    /*display: block;*/
    background: #FFF;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    border-top-width: 2px;
    outline: 0;
    font: normal 11px/100%;
    color: #666;
  }

input[type="email"],
input[type="text"],
input[type="password"],
select,
textarea {
  width: auto;
}

input[type="email"],
input[type="tel"] {
    background: #FFF;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    border-top-width: 2px;
    outline: 0;
    font: normal 11px/100%;
    color: #666;
}

.form-managed-file {
  margin-bottom: 20px;
}

  .form-managed-file input[type="file"] {
    margin-bottom: 10px;
  }

.webform-client-form .webform-container-inline label,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea {
  display: inline-block;
}

select {
  -webkit-appearance: menulist-button;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 36px;
}

fieldset.collapsible > legend {
  display: block;
  margin-bottom: 3px;
}

fieldset.collapsible > .fieldset-wrapper {
  padding: 10px;
  border: 2px solid #f5f5f5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form .field-multiple-table th.field-label {
  padding-left: 15px;
}

.webform-layout-box.horiz,
.webform-layout-box.equal {
  word-spacing: normal;
  overflow: hidden;
  margin-bottom: 10px;
}

  .webform-layout-box.horiz .form-item {
    display: inline-block;
    margin: 0 10px 0 0;
  }

    .webform-layout-box.horiz .form-item input,
    .webform-layout-box.horiz .form-item select {
      width: auto;
      margin-top: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

  .webform-layout-box.equal .form-item {
    float: left;
    width: 49%;
    margin: 0 0 0 2%;
  }

  .webform-layout-box.equal .form-item:first-child {
    margin-left: 0;
  }

    .webform-layout-box.equal .form-item textarea {
      width: 100%;
    }

.webform-layout-box.horiz > * + * {
  margin-left: 0;
}

form .form-item label {
  max-width: 100%;
  font-weight: bold;
}

  form .form-item label .form-required {
    color: #ff0000;
  }

form .form-type-radio {
  position: relative;
}

  form .form-type-radio label {
    margin: 0 0 0 20px;
  }

  form .form-type-radio .controls {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }

    form .form-type-radio .controls input[type="radio"] {
      margin-left: 0;
    }

  .node-form .form-type-radio label {
    margin: 0;
  }

  .node-form .form-type-radio .controls {
    position: relative;
    margin-top: 0;
  }

/* BUTTONS */

.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #333333;
  background-color: #125C99;
  *background-color: #125C99;
}
.button:active,
.button.active {
  background-color: #cccccc \9;
}
.button:first-child {
  *margin-left: 0;
}
.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button.active,
.button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.button.disabled,
.button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bluebutton,
.form-actions button {
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-image: none;
  font-size: 12pt;
  font-weight: bold;
  text-decoration:none;
  background-color:#146bb3;
  padding: 12px;
  display: inline-block;
  text-align: center;
  color:#fff !important;
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.bluebutton:hover,
.form-actions button:hover {
   background-color:#125C99;
   color: #fff;
   text-decoration: none;
}
.bluebutton:active {
   background-color:#1477C7;
}

.greybutton {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  background-color: #E8E8E8;
  padding: 12px;
  display: inline-block;
  text-align: center;
  color:#146bb3;
  margin-bottom: 5px;
}
.greybutton:hover,
.greybutton a:hover {
  background-color:#B9B9B9;
  text-decoration: none;
  color:#146bb3;
}
.greybutton:active {
  background-color:#1477C7;
  color:#fff;
}

.nicescroll-rails {
  background-color: #fff;
  border-radius: 5px;
  z-index: 200;
}

/* Ready Tabs style */

ul.ready-tabs {
  margin: 0;
  text-align: center;
}

  ul.ready-tabs li.ready-tab {
    display: inline-block;
    width: 156px;
    vertical-align: top;
    background: url(../images/ready-tab.png) no-repeat center top;
    padding: 8px 0;
  }

  ul.ready-tabs li.ready-tab.active {
    background: url(../images/ready-tab-active.png) no-repeat center top;
  }

    ul.ready-tabs li.ready-tab.active a h4,
    ul.ready-tabs li.ready-tab:hover a h4 {
      color: #444;
      font-weight: bold;
    }

    ul.ready-tabs li.ready-tab a {
      display: block;
      float: none;
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: none;
      text-decoration: none;
      font-weight: normal;
    }

      ul.ready-tabs li.ready-tab h4 {
        font-size: 13px;
      }

/* Views block in content zone amd blocks in region three columns - common styles */

.content-wrap .block-views,
.region-three-columns-blocks-region .block-block,
#block-bmwcca-global-bmwcca-twitter {
  position: relative;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 0px 11px #e0e0e0 inset;
  -webkit-box-shadow: 0px 0px 11px #e0e0e0 inset;
  box-shadow: 0px 0px 11px #e0e0e0 inset;
  padding: 8px;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

  .content-wrap .block-views h2,
  .region-three-columns-blocks-region .block-block h2,
  #block-bmwcca-global-bmwcca-twitter > h2 {
    display: block;
    font-family: 'Gotham-Bold', 'Open Sans';
    line-height: 18px;
    height: 18px;
    background-color: #146bb3;
    color: #fefefe;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 33px 0 0 17px;
  }

  .region.region-sidebar-second .content {
  	height: 100%;/* !important;*/
  	overflow-y: inherit !important;
  }

  .region.region-sidebar-second .content:before {
  	background:none !important;
  }

  .content-wrap .block-views > .content,
  .region-three-columns-blocks-region .block-block > .content {
    position: static !important;
    margin-top: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding: 10px 5px 0 0;
    overflow-y: auto;
  }

  .front .content-wrap .block-views > .content,
  .front .region-three-columns-blocks-region .block-block > .content,
  .node-type-bmwcca-chapter .content-wrap .block-views > .content {
    height: 160px;
  }


  #block-quicktabs-home-block .content .quicktabs_main::-webkit-scrollbar,
  #block-views-bmwcca-news-block .content::-webkit-scrollbar,
  #block-views-72f07bc12fa2cc406386c06708bbad77 .content::-webkit-scrollbar,
  #block-views-bmwcca-events-block-2 .content::-webkit-scrollbar,
  #block-views-bmwcca-chapters-photo-block > .content::-webkit-scrollbar,
  #block-views-bmwcca-news-block-1 > .content::-webkit-scrollbar {
      width: 5px;
  }

  #block-quicktabs-home-block .content .quicktabs_main::-webkit-scrollbar-track,
  #block-views-bmwcca-news-block .content::-webkit-scrollbar-track,
  #block-views-72f07bc12fa2cc406386c06708bbad77 .content::-webkit-scrollbar-track,
  #block-views-bmwcca-events-block-2 .content::-webkit-scrollbar-track,
  #block-views-bmwcca-chapters-photo-block > .content::-webkit-scrollbar-track,
  #block-views-bmwcca-news-block-1 > .content::-webkit-scrollbar-track {
    background-color: #fff;
  }

  #block-quicktabs-home-block .content .quicktabs_main::-webkit-scrollbar-thumb,
  #block-views-bmwcca-news-block .content::-webkit-scrollbar-thumb,
  #block-views-72f07bc12fa2cc406386c06708bbad77 .content::-webkit-scrollbar-thumb,
  #block-views-bmwcca-events-block-2 .content::-webkit-scrollbar-thumb,
  #block-views-bmwcca-chapters-photo-block > .content::-webkit-scrollbar-thumb,
  #block-views-bmwcca-news-block-1 > .content::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: rgb(190, 190, 190);
  }

  #block-quicktabs-home-block .content .quicktabs_main::-webkit-scrollbar-thumb:window-inactive,
  #block-views-bmwcca-news-block .content::-webkit-scrollbar-thumb:window-inactive,
  #block-views-72f07bc12fa2cc406386c06708bbad77 .content::-webkit-scrollbar-thumb:window-inactive,
  #block-views-bmwcca-events-block-2 .content::-webkit-scrollbar-thumb:window-inactive,
  #block-views-bmwcca-chapters-photo-block > .content::-webkit-scrollbar-thumb:window-inactive,
  #block-views-bmwcca-news-block-1 > .content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
  }

  .content-wrap .block-views > .content:before {
    content: "";
    display: block;
    left: 0;
    bottom: 163px;
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(245,245,245,0)));
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00f5f5f5',GradientType=0 );
    height: 15px;
    margin: 0 5%;
    position: absolute;
    width:  90%;
  }

  .content-wrap .block-views > .content:after {
    content: "";
    display: block;
    left: 0;
    bottom: 8px;
    background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
    height: 15px;
    margin: 0 5%;
    position: absolute;
    width: 90%;
  }

  /* Buttons */

  .button-blue {
    display: inline-block;
  }

    .button-blue a,
    a.button-blue,
    input.button-blue,
    button.button-blue,
    #email-mail-page-form button.form-submit {
      display: inline-block;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background-color: #146bb3;
      color: #fff;
      padding: 12px;
      border: none;
      cursor: pointer;
      text-shadow: none;
      border-radius: 0;
    }

    #email-mail-page-form button.form-submit {
      background: #146bb3;
    }

    .button-blue a:hover,
    a.button-blue:hover,
    input.button-blue:hover,
    button.button-blue:hover,
    #email-mail-page-form button.form-submit:hover {
      background-color: #125c99;
    }

    div.button-blue.go-back a {
      padding-left: 3px;
    }

    div.button-blue.go-back:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      border-top: 22px solid transparent;
      border-left: 0px solid transparent;
      border-right: 15px solid #146bb3;
      border-bottom: 22px solid transparent;
    }

    div.button-blue.go-back:hover{}
    div.button-blue.go-back:hover:before {
      border-right: 15px solid #125c99;
    }

  /* jQuery UI overrides */

  .ui-dialog {
    overflow: visible;
  }

  .ui-dialog .ui-dialog-titlebar {
    position: relative;
    padding: 0;
    border: 0;
  }

    .ui-dialog .ui-dialog-title {
      display: none;
    }

    .ui-dialog .ui-dialog-titlebar-close {
      position: absolute;
      left: -16px;
      top: -8px;
      width: 21px;
      height: 21px;
    }

    .ui-dialog .ui-dialog-titlebar-close:hover {
      border: none;
      margin: -9px 1px 1px;
      background: transparent;
    }

      .ui-dialog .ui-dialog-titlebar-close span {
        background: url(../images/ui_dialog_close.png);
        width: 21px;
        height: 21px;
      }
  .ui-dialog .not-found-message {
    font-size: 14px;
  }

/* Form Item - Checkbox "Remember Me" in login form */

.form-item-qws-remember-me {
  position: relative;
}

  .form-item-qws-remember-me label {
    margin-left: 18px;
  }

  .form-item-qws-remember-me .controls {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

/* Tabed Menu */

.content-wrap .tabs ul.nav-tabs {
  display: inline-block;
  border-bottom: 1px solid #eee;
  list-style: none;
}

  .content-wrap .tabs .nav-tabs li {
    list-style: none !important;
  }

  .content-wrap .tabs .nav-tabs li.active {
    border-bottom: 2px solid #0c67ad;
    margin-bottom: -2px
  }

    .content-wrap .tabs .nav-tabs li a {
      display: block;
      line-height: 18px;
      font-size: 12px;
      color: #555;
      padding: 0 10px;
      border-top: none;
      border-left: 1px solid #eee;
      border-right: none;
      border-bottom: none;
      margin: 0 0 12px;
      text-decoration: none;
    }

    .content-wrap .tabs .nav-tabs li a:hover {
      border-top: transparent;
      border-right: transparent;
      border-bottom: transparent;
      background-color: transparent;
    }

    .content-wrap .tabs .nav-tabs li:first-child a {
      border-left: none;
    }

    .content-wrap .tabs .nav-tabs li.active a {
      color: #0c67ad;
      font-weight: bold;
      border-top: none;
      border-right: none;
    }

/* Breadcrumbs */

#breadcrumb a.nolink {
  color: #666;
  text-decoration: none;
}

/* Pagination */

ul.pager li.pager-item a,
ul.pager li.pager-first a,
ul.pager li.pager-previous a,
ul.pager li.pager-last a,
ul.pager li.pager-next a {
  padding: 0 5px;
  font-weight: normal;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
}

ul.pager li.pager-current {
  padding: 0 5px;
  font-weight: bold;
}

/************
 PAGES STYLES
************/

/* Search results page */

.page-search h2 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
  color: #146bb3;
}

  .page-search .view-mode-search_result {
    margin-bottom: 20px;
  }

    .page-search .view-mode-search_result h2 {
      font-size: 14px;
      line-height: 16px;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }

    .page-search .field-name-search-snippet {
      font-size: 14px;
      margin-left: 15px;
    }

    .page-search .field-name-search-snippet.field-type-ds {
      float: none;
      width: auto;
    }

      .page-search .field-name-search-snippet .field-item:before {
        display: inline;
        content: "...";
      }

      .page-search .field-name-search-snippet .field-item {
        display: inline;
      }

/* Discounts views page */

.view-bmwcca-discount .views-row {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 40px;
}

  .view-bmwcca-discount .views-field-title span {
    display: block;
    line-height: 20px;
    color: #146bb3;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .view-bmwcca-discount .views-field-field-discount-image {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    max-width: 256px;
    margin-right: 2%;
  }

    .view-bmwcca-discount .views-field-field-discount-image img {
      max-width: 100%;
      height: auto;
    }

  .view-bmwcca-discount .views-field-body {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }

  .logged-in .view-bmwcca-discount .views-field-body {
    width: 28%;
    margin-right: 2%;
  }

  .logged-in .view-bmwcca-discount.not-member .views-field-body {
    width: 65%;
  }

  .view-bmwcca-discount .views-field-field-discount-membership-info {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    word-wrap: break-word;
  }

  .view-bmwcca-discount .views-field-field-discount-member-link {
    display: inline-block;
    vertical-align: top;
    width: 12%;
  }

/* Events - views page */

.view-bmwcca-events.view-display-id-page_4 .event-photo-wrapper {
  position: relative;
}

  .view-bmwcca-events.view-display-id-page_4 .event-photo-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .view-bmwcca-events.view-display-id-page_4 .event-title-wrapper {
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000');
    color: #fff;
    padding: 5px 20px 10px;
  }

    .view-bmwcca-events.view-display-id-page_4 .event-label {
      line-height: 15px;
      color: #209aff;
      font-size: 20px;
      margin: 12px 210px 12px 0;
    }

    .view-bmwcca-events.view-display-id-page_4 .event-title {
      line-height: 26px;
      font-size: 37px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 10px 210px 10px 0;
    }

    .view-bmwcca-events.view-display-id-page_4 .event-date {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 10px 210px 10px 0;
    }

    .view-bmwcca-events.view-display-id-page_4 .event-website {
      position: absolute;
      right: 45px;
      top: 50%;
      margin-top: -21px;
    }

      .view-bmwcca-events.view-display-id-page_4 .event-website a {
        line-height: 43px;
        background-color: #146bb3;
        color: #fff;
        font-size: 15px;
        font-size: 600;
        padding: 15px 25px;
      }

      .view-bmwcca-events.view-display-id-page_4 .event-website a:hover {
        text-decoration: none;
        background-color: #125C99;
      }

    .view-bmwcca-events.view-display-id-page_4 .views-field-field-event-web-descr {
      font-size: 13px;
      padding: 20px;
    }

.view-bmwcca-events.view-display-id-page_4 .view-footer {
  padding-right: 0;
}

.view-bmwcca-events.view-display-id-page_4 .events-buttons {
  padding: 10px 20px;
  text-align: center;
  overflow: hidden;
}

  .view-bmwcca-events.view-display-id-page_4 .events-buttons a {
    line-height: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px 12px 55px;
    text-transform: none;
  }

  .view-bmwcca-events.view-display-id-page_4 .events-buttons a:hover {
    text-decoration: none;
    background-color: #B9B9B9;
  }

    .view-bmwcca-events.view-display-id-page_4 .events-upcoming {
      float: left;
      background: url(../images/events-upcoming.png) 10px center no-repeat #E8E8E8;
    }

    .view-bmwcca-events.view-display-id-page_4 .events-near {
      background: url(../images/events-near.png) 10px center no-repeat #E8E8E8;
    }

    .view-bmwcca-events.view-display-id-page_4 .events-app {
      float: right;
      background: url(../images/events-app.png) 15px center no-repeat #E8E8E8;
    }

/* News - views page (/news-all) */

.views-page-latest-news {
  padding: 0 8px;
  margin-top: 27px;
}

  .views-page-latest-news .view-content {
    overflow: hidden;
  }

    .views-page-latest-news .view-content .views-row {
      float: left;
      width: 46.9%;
      margin-bottom: 30px;
    }

    .views-page-latest-news .view-content .views-row-odd {
      margin-right: 6.2%;
    }

    .views-page-latest-news .views-field-field-news-thumbnail {
      margin-bottom: 5px;
    }

    .views-page-latest-news .views-field-field-news-type {
      width: 130px;
      font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      line-height: 19px;
      color: #fff;
      background-color: #0c67ad;
      padding-left: 5px;
    }

    .views-page-latest-news .views-field-title {
      margin-bottom: 5px;
    }

      .views-page-latest-news .views-field-title span {
        display: block;
      }

      .views-page-latest-news .views-field-title a {
        display: block;
        line-height: 34px;
        font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

    .views-page-latest-news .views-field-created {
      font-family: 'Gotham-Medium', Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #838383;
    }

      .views-page-latest-news .views-field-created .name {
        color: #146bb3;
      }

      .views-page-latest-news .views-field-created .date {
        font-family: 'Gotham-Book', Helvetica, Arial, sans-serif;
        color: #707070;
        font-size: 12px;
      }

      .views-page-latest-news .views-field-body {
        line-height: 20px;
        font-size: 12px;
      }

        .views-page-latest-news .views-field-body p {
          display: inline;
          padding: 0;
          margin: 0;
        }

      .views-page-latest-news .views-field-view-node {
        text-align: right;
      }

        .views-page-latest-news .views-field-view-node a {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: bold;
        }

/* Special Groups page */

.ready-tabber {
  overflow: hidden;
  border-top: none;
}

  .ready-tabber .group {
    float: left;
    min-height: 140px;
    width: 50%;
    margin-bottom: 15px;
  }

  .ready-tabber .group .name {
    font-weight: bold;
  }

  .ready-tabber .group .info {
    margin-left: 5px;
  }

/* Manager view ads - views page */

.view-bmwcca-manager-ads .view-filters {
  float: right;
}

.view-bmwcca-manager-ads .views-table td.views-field-views-bulk-operations,
.view-bmwcca-manager-ads .views-table td.views-field-field-bmwcca-ad-roundel-bool,
.view-bmwcca-manager-ads .views-table td.views-field-field-bmwcca-ad-paid,
.view-bmwcca-manager-ads .views-table td.views-field-field-bmwcca-ad-approved {
  vertical-align: middle;
}

.view-bmwcca-manager-ads .views-table td.views-field-views-bulk-operations {
  text-align: center;
}

  .view-bmwcca-manager-ads .views-table td.views-field-title div {
    margin-left: 110px;
    font-size: 12px;
  }

    .view-bmwcca-manager-ads .views-table td.views-field-title div.ads-item-title {
      font-size: 18px;
      margin-bottom: 5px;
      margin-left: 0;
    }

    .view-bmwcca-manager-ads .views-table td.views-field-title div.ads-item-photo {
      float: left;
      margin-left: 0;
    }

    .view-bmwcca-manager-ads .views-table td.views-field-title div.ads-item-price {
      float: right;
      font-size: 16px;
      color: #146bb3;
      margin-left: 0;
    }

    .view-bmwcca-manager-ads .views-table td.views-field-title div.ads-item-location {
      font-weight: bold;
    }

/* Roundel Zone - views page */

.view-bmwcca-roundel-articles .views-row {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

  .view-bmwcca-roundel-articles .views-field-title {
    margin-bottom: 10px;
  }

    .view-bmwcca-roundel-articles .views-field-title a {
      font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
      text-decoration: none;
      font-size: 24px;
    }

  .view-bmwcca-roundel-articles .views-field-field-roundel-article-files {
    float: left;
    margin-right: 10px;
  }

  .view-bmwcca-roundel-articles .views-field-name {
    font-family: 'Gotham-Medium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #838383;
  }

  .view-bmwcca-roundel-articles .views-field-created {
    font-family: 'Gotham-Book', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #707070;
  }

  .view-bmwcca-roundel-articles .views-field-body {
    font-size: 12px;
    line-height: 20px;
  }

  .view-bmwcca-roundel-articles .views-field-view-node {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
  }

/* National News Archive - views page */

.view-bmwcca-national-news-archive .views-group h3 {
  padding-bottom: 5px;
}

.view-bmwcca-national-news-archive .views-group {
  margin-bottom: 15px;
}

.view-bmwcca-national-news-archive .views-group-content {
  border-left: 1px solid #000;
  overflow: hidden;
}

  .view-bmwcca-national-news-archive .views-group-content .views-row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 16.666666%;
    float: left;
    line-height: 35px;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-7,
  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-8,
  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-9,
  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-10,
  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-11,
  .view-bmwcca-national-news-archive .views-group-content .views-row.views-row-12 {
    border-top: none;
  }

/* Events Calendar - views displays common elements and exposed filters */

.view-bmwcca-events .view-header {
  text-align: right;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

  .view-bmwcca-events .view-header .date-heading h3 {
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
    display: block;
    line-height: 18px;
    height: 18px;
    background-color: #146bb3;
    color: #fefefe;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding: 33px 0 0 17px;
  }

  .view-bmwcca-events .view-header .date-nav {
    padding: 0;
    margin: 0;
  }

    .view-bmwcca-events .view-header ul.pager {
      display: inline-block;
    }

      .view-bmwcca-events .view-header ul.pager li {
        float: left;
        right: 0;
        background-color: transparent;
        padding: 0;
        border: 1px solid #cdcccc;
        border-left: none;
        margin: 0;
      }

        .view-bmwcca-events .view-header ul.pager li a {
          width: 60px;
          line-height: 29px;
          font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
          font-size: 11px;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          color: #949494;
          background-color: rgb(236,236,236);
          background-color: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(220,220,220,1) 100%);
          background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(220,220,220,1)));
          background-color: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(220,220,220,1) 100%);
          background-color: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(220,220,220,1) 100%);
          background-color: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(220,220,220,1) 100%);
          background-color: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(220,220,220,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dcdcdc',GradientType=0 );
          padding: 0 8px;
          border-radius: 0;
          border: none;
          margin: 0;
        }

        .view-bmwcca-events .view-header ul.pager li.active a {
          color: #000;
        }

      .view-bmwcca-events .view-header ul.pager li.date-prev {
        position: relative;
        border-left: 1px solid #cdcccc;
      }

        .view-bmwcca-events .view-header ul.pager li.date-prev a {
          display: block;
          text-indent: 2014px;
          overflow: hidden;
          width: 38px;
          height: 29px;
          background-image: url(../images/arrow-left.png);
          background-repeat: no-repeat;
          background-position: center center;
          padding: 0;
        }

      .view-bmwcca-events .view-header ul.pager li.date-next {
        position: relative;
      }

        .view-bmwcca-events .view-header ul.pager li.date-next a {
          display: block;
          text-indent: 2014px;
          overflow: hidden;
          width: 38px;
          height: 29px;
          background-image: url(../images/arrow-right.png);
          background-repeat: no-repeat;
          background-position: center center;
          padding: 0;
        }

.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event {
  float: left;
  width: 22%;
  margin-right: 2%;
}

  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event .views-exposed-widgets {
    margin-top: 7px;
    position: relative;
  }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event .views-exposed-widget {
      width: 100%;
      padding: 0;
    }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event .views-exposed-widget input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        background-color: #e7e7e7;
        color: #989898;
        font-weight: bold;
        padding: 7px 7px 7px 36px;
        border: none;
        border-radius: 10px;
        margin: 0;
      }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event .views-submit-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 34px;
      height: 34px;
    }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-search-event .views-submit-button button {
        width: 34px;
        height: 34px;
        background: url(../images/icon-search.png) no-repeat center center transparent;
        text-indent: 2014px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        border: none;
      }

.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page,
.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1,
.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2,
.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3,
.view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 {
  float: left;
  width: 76%;
}

  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-exposed-widget,
  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-exposed-widget,
  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-exposed-widget,
  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-exposed-widget,
  .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-exposed-widget {
    padding: 0;
  }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-event-type-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-event-type-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-event-type-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-event-type-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-event-type-wrapper {
      width: 18%;
      margin-right: 2%;
    }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-event-chapter-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-event-chapter-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-event-chapter-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-event-chapter-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-event-chapter-wrapper {
      width: 23%;
      margin-right: 2%;
    }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-event-zip-code,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-event-zip-code,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-event-zip-code,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-event-zip-code,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-event-zip-code {
      width: 13%;
      margin-right: 2%;
    }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-field-geofield-distance-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-field-geofield-distance-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-field-geofield-distance-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-field-geofield-distance-wrapper,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-field-geofield-distance-wrapper {
      width: 13%;
      margin-right: 2%;
    }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .form-item,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .geofield-proximity-origin-from,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .form-item,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .geofield-proximity-origin-from,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .form-item,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .geofield-proximity-origin-from,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .form-item,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .geofield-proximity-origin-from,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .form-item,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 #edit-field-geofield-distance-wrapper .geofield-proximity-field-wrapper .geofield-proximity-origin-from {
        margin: 0;
      }

    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-submit-button,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-submit-button,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-submit-button,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-submit-button,
    .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-submit-button {
      width: 25%;
    }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-submit-button .form-submit,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-submit-button .form-submit,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-submit-button .form-submit,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-submit-button .form-submit,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-submit-button .form-submit {
        background: #ddd;
        font-size: 12px;
        padding: 2px 15px;
        text-transform: uppercase;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 15px;
      }

        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-submit-button #edit-submit-bmwcca-events.form-submit,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-submit-button #edit-submit-bmwcca-events.form-submit,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-submit-button #edit-submit-bmwcca-events.form-submit,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-submit-button #edit-submit-bmwcca-events.form-submit,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-submit-button #edit-submit-bmwcca-events.form-submit {
          margin-left: 15px;
        }

        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-submit-button .clear-form,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-submit-button .clear-form,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-submit-button .clear-form,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-submit-button .clear-form,
        .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-submit-button .clear-form {
          float: left;
        }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-exposed-widget label,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-exposed-widget label,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-exposed-widget label,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-exposed-widget label,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-exposed-widget label {
        display: block;
        line-height: 12px;
        color: #656565;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 2px;
      }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-exposed-widget select,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-exposed-widget select,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-exposed-widget select,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-exposed-widget select,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-exposed-widget select {
        width: 100%;
        padding: 1px 0px 1px 7px;
      }

      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page .views-exposed-widget input,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-1 .views-exposed-widget input,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-2 .views-exposed-widget input,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-3 .views-exposed-widget input,
      .view-bmwcca-events .view-filters #views-exposed-form-bmwcca-events-page-5 .views-exposed-widget input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        background-color: #e7e7e7;
        color: #989898;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        padding: 2px 7px;
      }

/* Events Calendar - views page - year display */

.view-bmwcca-events .year-view .year-view-row {
  width: 100%;
  clear: both;
}

  .view-bmwcca-events .year-view .year-view-row .year-view-month {
    float: left;
    min-height: 232px;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #ecebe9;
    -moz-box-shadow: 0px 3px 10px #ecebe9;
    -webkit-box-shadow: 0px 3px 10px #ecebe9;
  }

  .view-bmwcca-events .year-view .year-view-row .year-view-month.first {
    margin-left: 0;
  }

    .view-bmwcca-events .year-view .year-view-row .year-view-month .date-nav-wrapper {
      margin: 0;
    }

      .view-bmwcca-events .year-view .year-view-row .year-view-month .date-nav-wrapper .date-nav {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        margin: 0;
      }

        .view-bmwcca-events .year-view .year-view-row .year-view-month .date-nav-wrapper .date-nav a {
          color: #146bb3;
          text-transform: uppercase;
          font-size: 14px;
        }

    .view-bmwcca-events .year-view .year-view-row .year-view-month table {
      font-size: 14px;
    }

      .view-bmwcca-events .year-view .year-view-row .year-view-month table th {
        line-height: 16px;
        color: #9eb0b2;
        background-color: #fff;
        font-size: 14px;
        padding: 4px 1px;
        border-top: none;
        border-left: none;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
      }

      .view-bmwcca-events .year-view .year-view-row .year-view-month table tr {
        background-color: #fff;
      }

        .view-bmwcca-events .year-view .year-view-row .year-view-month table tr td {
          width: 14.28571%;
          text-align: center;
          color: #000;
          padding: 4px 1px;
          border-right: 1px solid #ebebeb;
          border-bottom: 1px solid #ebebeb;
        }

        .view-bmwcca-events .year-view .year-view-row .year-view-month table tr td.has-events {
          background-color: #ebebeb;
        }

          .view-bmwcca-events .year-view .year-view-row .year-view-month table tr td.has-events a {
            text-decoration: none;
            font-weight: bold;
          }

/* Events Calendar - views page - month and week display */

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: none;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
border-left: none;
}

.calendar-calendar .week-view td {
  border: 1px solid #edebec;
}

.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #edebec;
}

.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom: 1px solid #edebec;
}

.view-bmwcca-events .month-view table thead tr th,
.view-bmwcca-events .week-view table thead tr th {
  line-height: 30px;
  color: #9eb0b2;
  font-size: 14px;
  background-color: transparent;
  border: none;
}

.view-bmwcca-events .month-view table tbody tr {
  background-color: #fff;
}

  .view-bmwcca-events .month-view table tbody tr td {
    border: 1px solid #edebec;
  }

    .view-bmwcca-events .month-view table tbody tr.date-box td .day,
    .view-bmwcca-events .month-view table tbody tr.date-box td .day a {
      color: #000;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
    }

    .view-bmwcca-events .month-view table tbody tr.date-box td.empty .day {
      color: #9eb0b2;
    }

    .calendar-calendar .month-view .full td.date-box.today {
      padding: 0;
      border: none;
    }

    .calendar-calendar .month-view .full tr td.single-day.today {
      border-left: none;
      border-right: 1px solid #edebec;
      border-bottom: 1px solid #edebec;
    }

      .view-bmwcca-events .month-view table tbody tr.date-box td.today .day {
        background-color: #146bb3;
        color: #fff;
        padding: 2px 5px 5px 7px;
        border-bottom-left-radius: 5px;
      }

    .calendar-calendar .month-view .full td.single-day .calendar-empty,
    .calendar-calendar .month-view .full td.single-day.empty,
    .calendar-calendar .month-view .full td.date-box.empty {
      background-color: #fff;
    }

    .calendar-calendar .month-view .full td.single-day div.monthview,
    .calendar-calendar .week-view .full td.single-day div.weekview,
    .calendar-calendar .day-view .full td.single-day div.dayview,
    .calendar-calendar .month-view .full td.single-day div.monthview > div,
    .calendar-calendar .week-view .full td.single-day div.weekview > div,
    .calendar-calendar .day-view .full td.single-day div.dayview > div,
    .calendar-calendar .month-view .full td.multi-day div.monthview,
    .calendar-calendar .week-view .full td.multi-day div.weekview,
    .calendar-calendar .day-view .full td.multi-day div.dayview,
    .calendar-calendar .month-view .full td.multi-day div.monthview > div,
    .calendar-calendar .week-view .full td.multi-day div.weekview > div,
    .calendar-calendar .day-view .full td.multi-day div.dayview > div {
      background: #e6f0f9 !important;
    }

    .calendar-calendar .month-view .full td.single-day div.monthview,
    .calendar-calendar .week-view .full td.single-day div.weekview,
    .calendar-calendar .day-view .full td.single-day div.dayview,
    .calendar-calendar .month-view .full td.multi-day div.monthview,
    .calendar-calendar .week-view .full td.multi-day div.weekview,
    .calendar-calendar .day-view .full td.multi-day div.dayview {
      padding: 0 0 5px;
    }

    .calendar-calendar .week-view .full tr {
      background-color: #fff;
    }

    .calendar-calendar .week-view .full td.multi-day div.weekview {
      height: 1.9em;
    }

    .view-bmwcca-events .month-view table tbody tr td .views-field-title {
      padding-left: 5px;
    }

/* Events Calendar - views page - single day display */

.view-bmwcca-events .view-content {
  clear: both;
}

  .view-bmwcca-events .view-content .item-list {
    max-width: 430px;
    margin-bottom: 25px;
  }

    .view-bmwcca-events .view-content .item-list h3 {
      font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff;
      background-color: #146bb3;
      font-size: 18px;
      line-height: 20px;
      padding: 0 0 0 10px;
      margin-bottom: 10px;
    }

    .view-bmwcca-events .view-content .item-list ul {
      margin: 0 7px 0 17px;
    }

      .view-bmwcca-events .view-content .item-list ul .views-row {
        margin-bottom: 5px;
      }

        .view-bmwcca-events .view-content .item-list .views-field-field-event-time {
          color: #146bb3;
          font-size: 17px;
        }

        .view-bmwcca-events .view-content .item-list .views-field-field-event-brief-descr {
          line-height: 16px;
          color: #000;
          font-size: 14px;
          margin-top: 3px;
        }

.view-bmwcca-events .more-link,
.view-bmwcca-events .view-footer {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
}

  .view-bmwcca-events .more-link a,
  .view-bmwcca-events .view-footer a {
    font-size: 12px;
    color: #363839;
    text-transform: uppercase;
    padding-right: 5px;
  }

/* Classifieds Listing - views page (/classifieds) */

.view-classifieds-listings .field-bmwcca-ad-add-type-wrapper {
  float: left;
  overflow: hidden;
}

  .view-classifieds-listings .field-bmwcca-ad-add-type-wrapper > .views-widget {
    border-bottom: none;
    margin-bottom: 0;
  }

  .view-classifieds-listings .field-bmwcca-ad-add-type-wrapper .form-item {
    float: left;
    padding-bottom: 13px;
  }

  .view-classifieds-listings .field-bmwcca-ad-add-type-wrapper .form-item.selected {
    border-bottom: 2px solid #146bb3;
  }

    .view-classifieds-listings .field-bmwcca-ad-add-type-wrapper .form-item a {
      color: #000;
      font-size: 13px;
      line-height: 16px;
      padding: 0 15px;
      border-left: 1px solid #eee;
      text-decoration: none;
    }

    .view-classifieds-listings .field-bmwcca-ad-add-type-wrapper .form-item.selected a {
      color: #0c67ad;
      font-weight: bold;
    }

.view-classifieds-listings .views-widget {
  text-align: right;
  margin-bottom: 5px;
}

.view-classifieds-listings .form-item-search-api-views-fulltext {
  display: inline-block;
  position: relative;
}

  .view-classifieds-listings .form-item-search-api-views-fulltext input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 220px;
    color: #989898;
    font-weight: bold;
    background-color: #e7e7e7;
    padding: 5px 7px 5px 36px;
    border: none;
    border-radius: 10px;
    margin: 0 0 3px;
  }

  .view-classifieds-listings .form-item-search-api-views-fulltext button#search-submit {
    position: absolute;
    top: 5px;
    left: 10px;
    text-indent: 2014px;
    width: 21px;
    height: 21px;
    background: url(../images/icon-search.png) no-repeat transparent;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
  }

.view-classifieds-listings .field-bmwcca-zip-code {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

  .view-classifieds-listings .field-bmwcca-zip-code label {
    position: absolute;
    right: 170px;
    top: 8px;
  }

  .view-classifieds-listings .field-bmwcca-zip-code .views-operator {
    float: right;
  }

  .view-classifieds-listings .field-bmwcca-zip-code .views-widget {
    float: right;
    width: 80px;
    margin-right: 5px;
    margin-bottom: 0;
  }

    .view-classifieds-listings .field-bmwcca-zip-code .views-widget input {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 6px;
      padding-right: 25px;
    }

.view-classifieds-listings .field-bmwcca-sort-by {
  text-align: right;
}

  .view-classifieds-listings .field-bmwcca-sort-by .ajax-progress-throbber {
    vertical-align: top;
    padding: 8px 3px;
  }

  .view-classifieds-listings .field-bmwcca-sort-by .form-item label,
  .view-classifieds-listings .field-bmwcca-sort-by .form-item .controls {
    display: inline-block;
  }

.view-classifieds-listings .view-content .item-list > ul {
  border-top: 1px solid #eee;
  margin: 0;
}

  .view-classifieds-listings .view-content .item-list > ul > li {
    list-style: none !important;
    margin-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

    /* The following code is styling for Classified AD content type -> teaser display */
    .view-mode-classified_ad_teaser .field .label-inline {
      display: inline;
      padding-right: 5px;
      color: #000;
      font-size: 12px;
    }

    .view-mode-classified_ad_teaser .field-name-title h2 {
      padding-bottom: 10px;
    }

      .view-mode-classified_ad_teaser .field-name-title a {
        font-family: 'Gotham-Bold', sans-serif;
        font-size: 24px;
        line-height: 24px;
        text-decoration: none;
      }

    .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-photos {
          float: left;
          margin-right: 15px;
      }

    .page-classifieds-my-ads .view-mode-classified_ad_teaser .field-name-classified-ad-renew-and-delete {
        float: left;
        /*margin-right: 131px;*/
        clear: both;
        width: 186px;
    }

    .page-classifieds-my-ads .view-mode-classified_ad_teaser .field-name-classified-ad-renew-and-delete a{
        font-family: 'Gotham-Book',sans-serif;
        font-size: 16px;
        color: #0c67ad;
        display: block;
        text-align: center;
        margin-top: 18px;
    }

    .page-classifieds-my-ads .view-mode-classified_ad_teaser #node_bmwcca_classified_ad_classified_ad_teaser_group_item_preview_description{
        margin-left: 187px;
    }

    .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-asking-price {
      float: right;
      font-family: 'Gotham-Book', sans-serif;
      font-size: 16px;
      color: #0c67ad;
    }

    .field-name-field-bmwcca-ad-photos + .group-item-preview-description {
      margin-left: 187px;
    }

      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-state {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-weight: bold;
        font-size: 12px;
      }

      .view-mode-classified_ad_teaser .field-name-changed-date, .view-mode-classified_ad_teaser .field-name-field-bmwcca-date-first-appr {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-weight: bold;
        padding-left: 5px;
        font-size: 12px;
      }

      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-online-desc {
        line-height: 20px;
        font-size: 12px;
      }

      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-transmission,
      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-mileage,
      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-extrerior-color,
      .view-mode-classified_ad_teaser .field-name-field-bmwcca-ad-interior {
        font-size: 12px;
      }

.view-classifieds-listings .form-item-items-per-page {
  text-align: right;
}

  .view-classifieds-listings .form-item-items-per-page .ajax-progress-throbber {
    vertical-align: top;
    padding: 8px 3px;
  }

  .view-classifieds-listings .form-item-items-per-page label,
  .view-classifieds-listings .form-item-items-per-page .controls {
    display: inline-block;
  }

.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-price-options .controls .form-type-radio,
.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-price-options .controls .controls {
  display: inline-block;
}
.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-price-options .controls .form-item.control-group {
  padding-right: 6px;
}
.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-price-options .controls label {
  float: right;
}

.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-asking-price {
  float: left;
  width: 45%;
}

.node-bmwcca_classified_ad-form .field-name-field-bmwcca-shipping {
  width: 55%;
}

.node-bmwcca_classified_ad-form .field-name-field-bmwcca-ad-price-options {
  clear: both;
}

/* Photos Gallery - views page (/galleries) */

.media-gallery-photos img.stack-image {
  display: none;
}

.media-gallery-photos .views-row .views-column {
  width: 19.375%;
  margin-right: 0.78125%;
  margin-bottom: 27px;
}

.media-gallery-photos .views-row .views-column.views-column-last {
  margin-right: 0;
}

  .media-gallery-photos .media-collection-item-wrapper {
    padding: 0 0 54px;
  }

  .media-gallery-photos .entry_c {
    position: relative;
  }

    .media-gallery-photos .entry_c .entry_title {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      z-index: 100;
    }

      .media-gallery-photos .entry_c .entry_title h2 {
        height: 52px;
        font-size: 13px;
        background-color: #f5f5f5;
        border-bottom: 2px solid #ececec;
        overflow: hidden;
        padding: 0 5px;
      }

        .media-gallery-photos .entry_c .entry_title h2 a {
          display: block;
          line-height: 18px;
          padding-top: 12px;
        }

/* Video Gallery - views page (/videos) */

.media-gallery-featured-video {
  padding-bottom: 15px;
  border-bottom: 1px solid #006699;
  margin-bottom: 15px;
}

.media-gallery-featured-video .views-field-rendered-entity iframe {
  width: 100%;
}

.media-gallery-featured-video .views-field-field-event-type {
  width: 130px;
  font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 19px;
  color: #fff;
  background-color: #0c67ad;
  padding-left: 5px;
  margin-top: 5px;
}

.media-gallery-featured-video .views-field-filename {
  margin-bottom: 5px;
}

  .media-gallery-featured-video .views-field-filename a,
  .media-gallery-featured-video .views-field-filename span {
    display: block;
    line-height: 34px;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #146bb3;
    text-decoration: none;
  }

.media-gallery-featured-video .views-field-name {
  display: inline-block;
  font-family: 'Gotham-Medium', sans-serif;
  color: #838383;
  font-size: 14px;
  margin-right: 10px;
}

  .media-gallery-featured-video .views-field-name .field-content {
    color: #146bb3;
  }

.media-gallery-featured-video .views-field-field-video-event {
  display: inline-block;
  font-family: 'Gotham-Medium', sans-serif;
  color: #838383;
  font-size: 14px;
  margin-right: 10px;
}

.media-gallery-featured-video .views-field-field-event-location-ref {
  display: inline-block;
  font-family: 'Gotham-Medium', sans-serif;
  color: #838383;
  font-size: 14px;
  margin-right: 10px;
}

  .media-gallery-featured-video .views-field-field-event-location-ref .node-bmwcca-location {
    display: inline-block;
  }

    .media-gallery-featured-video .views-field-field-event-location-ref .entry_c {
      float: none;
      width: auto;
      font-size: 14px;
      color: #146bb3;
      margin-left: 0;
    }

      .media-gallery-featured-video .views-field-field-event-location-ref .entry_content {
        font-size: 14px;
      }

.media-gallery-featured-video .views-field-timestamp {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  color: #707070;
}

.media-gallery-featured-video .views-field-media-description {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}

  .media-gallery-featured-video .views-field-media-description p {
    padding: 0;
    margin: 0;
  }

.media-gallery-featured-video .video-description-expand {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #146bb3;
}

  .media-gallery-featured-video .video-description-expand span:hover {
    text-decoration: underline;
    cursor: pointer;
  }

.media-gallery-videos .videos-category {
  width: 130px;
  font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 19px;
  color: #fff;
  background-color: #0c67ad;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
}

  .media-gallery-videos .videos-category a {
    color: #fff;
    text-decoration: none;
  }

.media-gallery-videos .view-content > .views-row {
  position: relative;
}

.media-gallery-videos-categorized {
  overflow: hidden;
}

  .media-gallery-videos-categorized .views-row {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .media-gallery-videos-categorized .views-column {
    float: left;
    width: 23.54167%;
    margin-right: 1.94444%;
  }

  .media-gallery-videos-categorized .views-column.views-column-last {
    margin-right: 0;
  }

    .media-gallery-videos-categorized .views-field-filename {
      font-family: 'Gotham-Bold', sans-serif;
      font-size: 18px;
      color: #146bb3;
      margin: 5px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .media-gallery-videos-categorized .views-field-name {
      font-family: 'Gotham-Medium', sans-serif;
      color: #838383;
      font-size: 12px;
      line-height: 14px;
    }

      .media-gallery-videos-categorized .views-field-name .field-content {
        color: #146bb3;
      }

    .media-gallery-videos-categorized .views-field-rendered {
      position: relative;
    }

      .media-gallery-videos-categorized .views-field-rendered img {
        display: block;
      }

      .media-gallery-videos-categorized .views-field-rendered .play-button {
        position: absolute;
        width: 22px;
        height: 21px;
        right: 10px;
        bottom: 10px;
        background: url(../images/play-button.png) no-repeat center center;
      }

    .media-gallery-videos-categorized .views-field-field-video-event {
      font-family: 'Gotham-Medium', sans-serif;
      color: #838383;
      font-size: 12px;
      line-height: 14px;
    }

      .media-gallery-videos-categorized .views-field-field-video-event .views-label {
        float: left;
      }

      .media-gallery-videos-categorized .views-field-field-video-event .field-content {
        display: block;
        margin-left: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

    .media-gallery-videos-categorized .views-field-field-event-location-ref {
      line-height: 14px;
      font-size: 12px;
      font-family: 'Gotham-Medium', sans-serif;
    }

      .media-gallery-videos-categorized .views-field-field-event-location-ref .entry_c {
        float: none;
        width: auto;
        color: #146bb3;
        margin-left: 0;
      }

        .media-gallery-videos-categorized .views-field-field-event-location-ref .node-bmwcca-location {
          display: inline-block;
        }

        .media-gallery-videos-categorized .views-field-field-event-location-ref .entry_content {
          font-size: 12px;
        }

    .media-gallery-videos-categorized .views-field-timestamp {
      font-family: 'Gotham-Book', sans-serif;
      font-size: 12px;
      color: #707070;
      margin-top: 3px;
    }

    .media-gallery-videos-categorized .more-link {
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      line-height: 19px;
      background-color: #0c67ad;
      padding: 0 10px;
    }

      .media-gallery-videos-categorized .more-link a {
        color: #fff;
        text-decoration: none;
      }

/* FAQ - views page (/faq) */

.bmwcca-faq-listing h3 {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.bmwcca-faq-listing .views-row {
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}

  .bmwcca-faq-listing .views-field-title a {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0;
    text-decoration: none;
  }

  .bmwcca-faq-listing .views-field-title a.active {
    font-weight: bold;
  }

  .bmwcca-faq-listing .views-field-body {
    display: none;
    padding-left: 20px;
    font-size: 12px;
  }

    .bmwcca-faq-listing .views-field-body p {
      padding: 0;
      margin-bottom: 10px;
    }

/***********
BLOCKS STYLE
***********/

/* Front Page slideshow */

.view-bmwcca-front-page-slider .views-slideshow-cycle-main-frame {
  width: 100% !important;
  overflow: hidden;
}

  .view-bmwcca-front-page-slider .views-slideshow-cycle-main-frame .views_slideshow_cycle_slide {
    width:100% !important;
  }

.view-bmwcca-front-page-slider .views-field-field-slider-image img {
  display: block;
}

.view-bmwcca-front-page-slider .views-field-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 960px;
  height: 50px;
  line-height: 50px;
  font-family: 'Gotham-Bold';
  text-align: center;
  font-size: 71px;
  text-transform: uppercase;
  color: #fff;
  margin-left: -480px;
}

/* Raffle AD - drupal block on the front page */

.raffle-ad-block {
  text-align: center;
  padding-left: 10px;
}

  .raffle-ad-block .raffle-ad-block-text {
    font-size: 24px;
    line-height: 24px;
    color: #146bb3;
    margin-top: 7px;
  }

    .raffle-ad-block img {
      max-width: 95%;
    }

    .raffle-ad-block .raffle-ad-block-text a {
      display: inline-block;
      vertical-align: top;
      background-color: #000;
      color: #fff;
      font-size: 13px;
      line-height: 27px;
      padding: 0 18px;
      text-decoration: none;
      font-weight: bold;
    }

/* Switchboard - quicktabs block on the front page with vertical tabs */

#block-quicktabs-home-block {
  overflow: hidden;
}

  #block-quicktabs-home-block .content > div > .item-list {
    float: left;
    width: 250px;
    padding: 20px 0;
  }

    #block-quicktabs-home-block .content > div > .item-list ul {
      border-top: 1px solid #dedede;
      border-left: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      margin: 0;
    }

      #block-quicktabs-home-block .content > div > .item-list ul li {
        display: block;
        border-bottom: 1px solid #dedede;
        height: 40px;
        line-height: 40px;
        background-image: linear-gradient(bottom,rgb(230,230,230) 9%,rgb(238,238,238) 55%);
        background-image: -o-linear-gradient(bottom,rgb(230,230,230) 9%,rgb(238,238,238) 55%);
        background-image: -moz-linear-gradient(bottom,rgb(230,230,230) 9%,rgb(238,238,238) 55%);
        background-image: -webkit-linear-gradient(bottom,rgb(230,230,230) 9%,rgb(238,238,238) 55%);
        background-image: -ms-linear-gradient(bottom,rgb(230,230,230) 9%,rgb(238,238,238) 55%);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09,rgb(230,230,230)),color-stop(0.55,rgb(238,238,238)));
        padding: 0;
      }

      #block-quicktabs-home-block .content > div > .item-list ul li.last {
        border-bottom: none;
      }

      #block-quicktabs-home-block .content > div > .item-list ul li.active {
        background: none #fff;
        border-left: 4px solid #1f82b3;
        margin-right: -2px;
        border-bottom: none;
      }

      #block-quicktabs-home-block .content > div > .item-list ul li.active + li {
        border-top: 1px solid #dedede;
      }

        #block-quicktabs-home-block .content > div > .item-list ul li a {
          text-decoration: none;
          color: #8a8a8a;
          font-size: 14px;
          display: block;
          padding: 0 5px 0 40px;
          font-weight: bold;
          font-family: "Open Sans",sans-serif;
        }

        #block-quicktabs-home-block .content > div > .item-list ul li.active a {
          color: #1f83b4;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-0 {
          background: url(../images/icons/chart.png) no-repeat 12px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-0 {
          background: url(../images/icons/chart.png) no-repeat 12px bottom;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-1 {
          background: url(../images/icons/user.png) no-repeat 12px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-1 {
          background: url(../images/icons/user.png) no-repeat 12px bottom;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-2 {
          background: url(../images/icons/dollar.png) no-repeat 10px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-2 {
          background: url(../images/icons/dollar.png) no-repeat 10px bottom;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-3 {
          background: url(../images/icons/star.png) no-repeat 10px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-3 {
          background: url(../images/icons/star.png) no-repeat 10px bottom;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-4 {
          background: url(../images/icons/destination.png) no-repeat 13px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-4 {
          background: url(../images/icons/destination.png) no-repeat 13px bottom;
        }

        #block-quicktabs-home-block .content .item-list ul li a#quicktabs-tab-home_block-5 {
          background: url(../images/icons/gift.png) no-repeat 12px top;
        }

        #block-quicktabs-home-block .content .item-list ul li.active a#quicktabs-tab-home_block-5 {
          background: url(../images/icons/gift.png) no-repeat 12px bottom;
        }

  #block-quicktabs-home-block .content .quicktabs_main {
    height: 250px;
    padding: 20px;
    margin-left: 250px;
    margin-bottom: 20px;
    font-size: 14px;
    overflow-y: auto;
    border: 1px solid #dedede;
  }

  #block-quicktabs-home-block .content .quicktabs_main ul {
    list-style: disc;
  }

    #block-quicktabs-home-block .content h2 {
      display: none;
      font-size: 19px;
      color: #1f83b4;
      padding-bottom: 35px;
    }

      #block-quicktabs-home-block .content .content h2 {
        display: block;
      }

    #block-quicktabs-home-block .content ul.blue-disc-list {
      float: left;
      width: 38%;
    }

      #block-quicktabs-home-block .content ul.blue-disc-list li {
        list-style: disc;
        line-height: 30px;
        color: #1f83b4;
      }

  #block-quicktabs-home-block .views-field-field-constituent-id {
    float: left;
  }

  #block-quicktabs-home-block .views-field-field-paid-thru-date- {
    text-align: right;
  }

  #block-quicktabs-home-block p.views-field {
    padding-bottom: 0;
  }

  #block-quicktabs-home-block div.views-field.group_m {
    float: left;
    width: 50%;
  }

  #block-quicktabs-home-block div.views-field.group_m_officers {
    text-align: right;
  }

/* Roundel AD block - drupal block on the "Roundel Zone" (/roundel) page. */

.roundel-ad-block {
  max-width: 295px;
  overflow: hidden;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 0px 11px #e0e0e0 inset;
  -webkit-box-shadow: 0px 0px 11px #e0e0e0 inset;
  box-shadow: 0px 0px 11px #e0e0e0 inset;
  padding: 13px 25px;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 7px;
}

  .roundel-ad-block img {
    float: right;
  }

  .roundel-ad-block .roundel-ad-links {
    text-align: center;
    color: #000;
    margin-right: 110px;
  }

    .roundel-ad-block .roundel-ad-links a {
      font-size: 15px;
      line-height: 14px;
      padding: 5px 12px;
    }

/* Browse - quicktabs/views block on the "Roundel Zone" (/roundel) page. */

#block-quicktabs-browse {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 0px 11px #e0e0e0 inset;
  -webkit-box-shadow: 0px 0px 11px #e0e0e0 inset;
  box-shadow: 0px 0px 11px #e0e0e0 inset;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  border: none;
  margin: 0;
}

  #block-quicktabs-browse h2 {
    display: block;
    font-family: 'Gotham-Bold', 'Open Sans';
    line-height: 18px;
    height: 18px;
    background-color: #146bb3;
    color: #fefefe;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 33px 0 0 17px;
  }

    #block-quicktabs-browse ul.quicktabs-tabs:before {
      content: "Browse by:";
      color: #000;
      font-size: 12px;
      font-weight: bold;
      padding-right: 5px;
    }

    #block-quicktabs-browse ul.quicktabs-tabs {
      text-align: center;
      margin: 10px 0;
    }

      #block-quicktabs-browse ul.quicktabs-tabs li {
        display: inline-block;
        line-height: 14px;
        padding: 0;
      }

      #block-quicktabs-browse ul.quicktabs-tabs li.first {
        padding-right: 5px;
        border-right: 1px solid #707070;
      }

        #block-quicktabs-browse ul.quicktabs-tabs li a {
          line-height: 14px;
          font-size: 12px;
          font-weight: bold;
        }

        #block-quicktabs-browse ul.quicktabs-tabs li.active a {
          color: #707070;
        }

  #block-quicktabs-browse .quicktabs-tabpage {
    overflow: hidden;
  }

    #block-quicktabs-browse .quicktabs-tabpage .view-bmwcca-roundel-articles-users .views-field-picture .default-user {
      width: 75px;
      height: 75px;
      background: url(../images/user-default.png) no-repeat center center;
      margin: 0 auto;
    }

    #block-quicktabs-browse .quicktabs-tabpage .view-bmwcca-roundel-articles-users .views-row {
      float: left;
      width: 50%;
      text-align: center;
      margin-bottom: 15px;
    }

      #block-quicktabs-browse .quicktabs-tabpage .view-bmwcca-roundel-articles-users .views-row a {
        display: block;
        line-height: 14px;
        font-size: 12px;
      }

    #block-quicktabs-browse .quicktabs-tabpage .view-bmwcca-roundel-articles-tags .views-row {
      display: inline-block;
      background-color: #EBEBEB;
      border: 1px solid #E1E1E1;
      border-radius: 20px;
      font-size: 11px;
      margin: 0 5px 5px 0;
    }

      #block-quicktabs-browse .quicktabs-tabpage .view-bmwcca-roundel-articles-tags .views-row a {
        color: #000000;
        padding: 0 5px;
        text-decoration: none;
      }

/* BMWCCA Banner - block */

.join-banner {
  position: relative;
  background: url(../images/tile-1.jpg) top left;
  padding: 20px 140px 20px 30px;
  border-left: 3px solid #57b3df;
  margin-bottom: 30px;
}

  .join-banner .join-banner-title {
    font-weight: bold;
    color: #444;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .join-banner .join-banner-text {
    color: #777;
    font-size: 14px;
  }

  .join-banner .join-banner-link {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 100px;
    line-height: 14px;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    background-color: #333;
    border: 3px solid #ff0000;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    padding-bottom: 2px;
    margin-top: -22px;
  }

    .join-banner .join-banner-link span {
      display: block;
      line-height: 17px;
      text-align: center;
      color: #fefefe;
      font-size: 24px;
      padding-top: 3px;
    }

/* Login Reminder block */

.login-reminder {
  text-align: center;
  background: url(../images/login_reminder.png) no-repeat center center;
  padding: 40px 0;
}

.login-reminder.attached {
  position: fixed;
  top: 10px;
  max-width: 295px;
}

  .login-reminder p {
    padding: 15px 0;
    margin: 0;
  }

/* Featured Events views block on Events page */

#content #block-views-bmwcca-featured-event-block {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
}

  #block-views-bmwcca-featured-event-block .view-header {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

    #block-views-bmwcca-featured-event-block .view-header span {
      color: #146bb3;
    }

  #content #block-views-bmwcca-featured-event-block .content {
    height: auto;
    padding-right: 0;
  }

  #content #block-views-bmwcca-featured-event-block .content:before,
  #content #block-views-bmwcca-featured-event-block .content:after {
    display: none;
  }

    #block-views-bmwcca-featured-event-block .views-row {
      float: left;
      width: 23.95833%;
      margin-left: 1.38888%;
    }

    #block-views-bmwcca-featured-event-block .views-row-first {
      margin-left: 0;
    }

      #block-views-bmwcca-featured-event-block .views-field-field-featured-event-image img {
        display: block;
      }

      #block-views-bmwcca-featured-event-block .views-field-title {
        line-height: 55px;
        text-align: center;
        background-color: #eee;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
      }

/* Detailed Search - views block on search results page. */

form#search-form {
  position: relative;
  margin-bottom: 10px;
}

  form#search-form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #eee;
    width: 100%;
    height: 26px;
    padding-left: 40px;
    border: none;
    border-radius: 10px;
  }

  form#search-form .form-item label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
  }

  form#search-form button.form-submit {
    position: absolute;
    top: 28px;
    left: 10px;
    padding: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/icon-search.png) no-repeat;
    text-indent: 2014px;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: 0;
  }

#block-facetapi-h8t5hb0fxqr0lyo2odj6i9pqgroung6r {
  margin-top: 0;
}

  #block-facetapi-h8t5hb0fxqr0lyo2odj6i9pqgroung6r .content ul {
    margin-left: 35px;
  }

    #block-facetapi-h8t5hb0fxqr0lyo2odj6i9pqgroung6r .content li {
      margin-bottom: 5px;
    }

      #block-facetapi-h8t5hb0fxqr0lyo2odj6i9pqgroung6r .content li input {
        margin-right: 10px;
      }

      #block-facetapi-h8t5hb0fxqr0lyo2odj6i9pqgroung6r .content li a {
        color: #000;
        font-size: 13px;
        text-decoration: none;
      }

/* Twitter - block on news page (/news-all) */

#block-bmwcca-global-bmwcca-twitter {
  padding: 0;
  border: none;
}

/* Our Sponsors - views block on front page */

#content #block-views-bmwcca-sponsors-slider-block {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
  margin: 10px 0 20px;
}

  #block-views-bmwcca-sponsors-slider-block .view-header {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

    #block-views-bmwcca-sponsors-slider-block .view-header span {
      color: #146bb3;
    }

  #content #block-views-bmwcca-sponsors-slider-block .content {
    height: auto;
    padding-right: 0;
    overflow: hidden;
  }

  #content #block-views-bmwcca-sponsors-slider-block .content:before,
  #content #block-views-bmwcca-sponsors-slider-block .content:after {
    display: none;
  }

    #block-views-bmwcca-sponsors-slider-block .views-slideshow-cycle-main-frame {
      width: 100% !important;
    }

      #block-views-bmwcca-sponsors-slider-block .views_slideshow_cycle_slide {
        width: 100% !important;
        height: auto !important;
      }

        #block-views-bmwcca-sponsors-slider-block .views_slideshow_cycle_slide .views-row {
          float: left;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          width: 15.625%;
          margin-left: 1.25%;
          border: 5px solid #eee;
        }

        #block-views-bmwcca-sponsors-slider-block .views_slideshow_cycle_slide .views-row:first-child {
          margin-left: 0;
        }

          #block-views-bmwcca-sponsors-slider-block .views_slideshow_cycle_slide .views-row img {
            display: block;
            padding: 0;
            margin: 0;
          }

  #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top {
    position: absolute;
    top: 10px;
    right: 0;
  }

    #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top .views-slideshow-controls-text-pause {
      display: none;
    }

    #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top  .views-slideshow-controls-text-previous,
    #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top  .views-slideshow-controls-text-next {
      display: inline-block;
      width: 18px;
      height: 18px;
      text-indent: 2014px;
      overflow: hidden;
    }

    #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top  .views-slideshow-controls-text-previous {
      background: url(../images/slideshow-controls.jpg) no-repeat left center;
      margin-right: 3px;
    }

    #content #block-views-bmwcca-sponsors-slider-block .views-slideshow-controls-top  .views-slideshow-controls-text-next {
      background: url(../images/slideshow-controls.jpg) no-repeat right center;
    }

/* Sponsors - page */

.view-sponsors table.views-view-grid.cols-3 td.col-1 {
  width: auto;
}

.view-sponsors table.views-view-grid.cols-3 td.col-2 {
  width: auto;
}

.view-sponsors table.views-view-grid.cols-3 tr {
  background-color: inherit;
}

.view-sponsors table.views-view-grid.cols-3 td img {
  border: 5px solid #eee;
}

.view-sponsors table.views-view-grid.cols-3 tr td{
  border: none;
  padding-bottom: 25px;
}

.view-sponsors table.views-view-grid.cols-3 {
  text-align: center;
  background-color: none;
}

/* Latest News views block */

.views-block-latest-news .views-row {
  margin-bottom: 12px;
  overflow: hidden;
  list-style: none !important;
}

  .views-block-latest-news .views-field-field-chapter-rss-url {
    margin-left: 20px;
  }

  .views-block-latest-news .views-field-field-news-thumbnail .rss-feed-title img {
    max-width: 47px;
    display: block;
  }

  .views-block-latest-news .views-field-field-news-thumbnail {
    float: left;
    margin-right: 12px;
  }

  .views-block-latest-news .views-field-field-news-thumbnail .empty,
  .views-block-latest-news .views-field-field-news-thumbnail.empty {
    background: url("../images/chapter_default.jpg") center center no-repeat;
    background-size: cover;
    width: 47px;
    height: 30px;
  }

  .views-block-latest-news .views-field-title,
  .views-block-latest-news .views-field-view-node {
    margin-left: 59px;
  }

  .views-block-latest-news .views-field-title a,
  .views-block-latest-news .views-field-view-node a {
    display: block;
    color: #8a8a8a;
    line-height: 14px;
    font-size: 12px;
    text-decoration: none;
  }

.views-block-latest-news .empty a.rss-feed-default-img {
  display: block;
  height: 30px;
}

.views-block-latest-news .views-field-field-news-thumbnail .empty a {
  display: block;
  height: 30px;
}

/* Newsletter - views blocks on chapter page */

.block-views-chapter-newsletter ul li {
  list-style: none !important;
  overflow: hidden;
  margin-bottom: 10px;
}

  .block-views-chapter-newsletter ul li .pdfpreview-image-wrapper {
    float: left;
    margin-right: 10px;
  }

    .block-views-chapter-newsletter ul li .pdfpreview-image-wrapper img {
      max-width: 47px;
    }

  .block-views-chapter-newsletter ul li .pdfpreview-description {
    font-size: 12px;
  }

/* Events blocks - views blocks on chapter page and on front page */

.view-bmwcca-events.view-display-id-block_2 .views-row,
.view-bmwcca-events.view-display-id-upcoming_events_block .views-row {
  margin-bottom: 12px;
  overflow: hidden;
  list-style: none !important;
}

  .view-bmwcca-events.view-display-id-block_2 .views-field,
  .view-bmwcca-events.view-display-id-upcoming_events_block .views-field {
    margin-left: 70px;
  }

  .view-bmwcca-events.view-display-id-block_2 .views-field-field-event-time,
  .view-bmwcca-events.view-display-id-upcoming_events_block .views-field-field-event-time {
    float: left;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #146bb3;
    margin-left: 0;
  }

  .view-bmwcca-events.view-display-id-block_2 .views-field-title a,
  .view-bmwcca-events.view-display-id-block_2 .views-field-view-node a,
  .view-bmwcca-events.view-display-id-upcoming_events_block .views-field-title a,
  .view-bmwcca-events.view-display-id-upcoming_events_block .views-field-view-node a {
    display: block;
    color: #8a8a8a;
    line-height: 14px;
    font-size: 12px;
    text-decoration: none;
  }

/* Chapter Photos - views block on chapter page */

#block-views-bmwcca-chapters-photo-block > .content {
  position: relative;
}

#block-views-bmwcca-chapters-photo-block > .content:before,
#block-views-bmwcca-chapters-photo-block > .content:after {
  display: none !important;
}

.view-bmwcca-chapters-photo .node-media-gallery {
  position: relative;
}

  .view-bmwcca-chapters-photo .node-media-gallery .entry_c {
    float: none;
    width: auto;
    margin-left: 10px;
  }

    .view-bmwcca-chapters-photo .node-media-gallery .entry_c .entry_content {
      margin-bottom: 0;
    }

  .view-bmwcca-chapters-photo .node-media-gallery .entry_c .field-name-media-gallery-file {
    margin: 0;
  }

  .view-bmwcca-chapters-photo .media-gallery-media > .field-items > .field-item {
    width: 33.3333% !important;
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 5px;
  }

    .view-bmwcca-chapters-photo .media-gallery-media .media-gallery-item-wrapper {
      margin: 0 4px 5px;
    }

      .view-bmwcca-chapters-photo .media-gallery-item {
        border: none;
        padding: 0;
        background-color: transparent;
      }

  .view-bmwcca-chapters-photo .view-footer {
    position: absolute;
    bottom: 10px;
    right: 12px;
  }

    .view-bmwcca-chapters-photo .chapters_photo_more {
      line-height: 14px;
    }

      .view-bmwcca-chapters-photo .chapters_photo_more a {
        font-size: 12px;
        color: #363839;
        text-transform: uppercase;
        padding-right: 5px;
      }

/* Photos - views block on the News (/news-all) views page */

#block-views-bmwcca-media-block > .content {
  height: auto;
  overflow: visible;
  margin-top: 0 !important;
}

#block-views-bmwcca-media-block > .content:before,
#block-views-bmwcca-media-block > .content:after {
  display: none !important;
}

.views-block-news-photos .node-media-gallery {
  position: relative;
}

  .views-block-news-photos .node-media-gallery .entry_c {
    width: auto;
    margin-left: 10px;
    overflow: visible;
    padding-bottom: 20px;
  }

  .views-block-news-photos .node-media-gallery .entry_c .field-name-media-gallery-file {
    margin: 0
  }

  .views-block-news-photos .media-gallery-media > .field-items > .field-item {
    width: 33.3333% !important;
  }

    .views-block-news-photos .media-gallery-media .media-gallery-item-wrapper {
      margin: 0 4px 5px;
    }

      .views-block-news-photos .media-gallery-item {
        border: none;
        padding: 0;
        background-color: transparent;
      }

/* Latest news - block on news content type default display */

#block-views-bmwcca-news-block-1 {
  padding-top: 8px;
  border-top: 1px solid #E7E7E7;
}

/* Featured News - views block on news (/news-all) page */

#block-views-bmwcca-news-block-2 {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0 7px;
  margin-bottom: 15px;
}

  #block-views-bmwcca-news-block-2 > .content {
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
  }

  #block-views-bmwcca-news-block-2 > .content:before,
  #block-views-bmwcca-news-block-2 > .content:after {
    display: none;
  }

    .views-block-featured-news .views-field-field-news-type {
      width: 130px;
      font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      line-height: 19px;
      color: #fff;
      background-color: #0c67ad;
      padding-left: 5px;
    }

    .views-block-featured-news .views-field-title {
      margin-bottom: 5px;
    }

      .views-block-featured-news .views-field-title a {
        line-height: 28px;
        font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-decoration: none;
      }

    .views-block-featured-news .views-field-name {
      font-family: 'Gotham-Medium', Helvetica, Arial, sans-serif;
      font-size: 14px;
    }

      .views-block-featured-news .views-field-name .field-content {
        color: #146bb3;
      }

    .views-block-featured-news .views-field-created {
      font-family: 'Gotham-Book', Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #707070;
      margin-bottom: 3px;
    }

    .views-block-featured-news .views-field-field-news-thumbnail {
      margin-bottom: 20px;
      text-align: center;
    }

    .views-block-featured-news .views-field-body {
      line-height: 20px;
      font-size: 12px;
    }

      .views-block-featured-news .views-field-body p {
        display: inline;
        padding: 0;
        margin: 0;
      }

    .views-block-featured-news .views-field-view-node {
      text-align: right;
    }

      .views-block-featured-news .views-field-view-node a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
      }

/* Videos - views block on the News page (/news-all) */

#block-views-videos-block-2 .content {
  height: auto;
  overflow: visible;
}

#block-views-videos-block-2 .content:before,
#block-views-videos-block-2 .content:after {
  display: none;
}

  #block-views-videos-block-2 .content .views-row {
    overflow: hidden;
    margin-bottom: 30px;
  }

  #block-views-videos-block-2 .content .views-row-first {
    margin-top: 15px;
  }

  #block-views-videos-block-2 .content .views-row-last {
    margin-bottom: 0;
  }

  #block-views-videos-block-2 .views-field-field-video-thumbnail {
    position: relative;
    float: left;
    width: 103px;
    padding-left: 25px;
    margin-right: 12px;
  }

    #block-views-videos-block-2 .views-field-field-video-thumbnail .play-button {
      position: absolute;
      width: 22px;
      height: 21px;
      right: 3px;
      bottom: 3px;
      background: url(../images/play-button.png) no-repeat center center;
    }

    #block-views-videos-block-2 .views-field-field-video-thumbnail img {
      display: block;
    }

  #block-views-videos-block-2 .views-field-filename {
    line-height: 16px;
    margin-left: 140px;
  }

    #block-views-videos-block-2 .views-field-filename a {
      font-size: 14px;
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }

  #block-views-videos-block-2 .views-field-timestamp {
    font-family: 'Gotham-Book', sans-serif;
    color: #707070;
    line-height: 16px;
    font-size: 14px;
    margin-top: 3px;
    margin-left: 140px;
  }

  #block-views-videos-block-2 .more-link {
    text-align: right;
    margin-top: 10px;
  }

    #block-views-videos-block-2 .more-link a {
      font-size: 12px;
      color: #707070;
      text-transform: uppercase;
      padding-right: 5px;
    }

/* Publish/Unpublish News - views block on BMW RSS feed import */

#block-views-ea300bc72f9c4b58af4a48d1174f8013 .content {
  height: auto !important;
  max-height: 500px;
  padding: 5px 10px !important;
}

#block-views-ea300bc72f9c4b58af4a48d1174f8013 .content:before,
#block-views-ea300bc72f9c4b58af4a48d1174f8013 .content:after {
  display: none !important;
}

  #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content fieldset {
    margin-bottom: 0;
  }

  #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .vbo-select-all-markup .vbo-fieldset-select-all {
    width: 200px;
  }

    #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .vbo-select-all-markup .controls {
      float: left;
    }

      #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .views-row {
        margin-bottom: 10px;
      }

      #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .views-field-title,
      #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .views-field-status {
        margin-left: 15px;
      }

      #block-views-ea300bc72f9c4b58af4a48d1174f8013 .content .views-field-views-bulk-operations {
        float: left;
      }

/* Categories - views exposed filter block on the /classifieds page. */

#block-views-exp-classifieds-listings-page,
#block-views-54a3d9d440ffb1bab863a5de8e70a079,
#block-views-baedea13bc31cdd99b7859eed14211e2 {
  max-width: 300px;
  margin: 30px auto 0;
}

  #block-views-exp-classifieds-listings-page .content,
  #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content,
  #block-views-baedea13bc31cdd99b7859eed14211e2 .content {
    height: auto;
    padding: 10px 15px 0;
    margin: 0;
  }

  #block-views-exp-classifieds-listings-page .content:before,
  #block-views-exp-classifieds-listings-page .content:after,
  #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content:before,
  #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content:after,
  #block-views-baedea13bc31cdd99b7859eed14211e2 .content:before,
  #block-views-baedea13bc31cdd99b7859eed14211e2 .content:after {
    display: none;
  }

  #block-views-exp-classifieds-listings-page .content .views-exposed-widgets,
  #block-views-exp-classifieds-listings-page .content > form,
  #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content .views-exposed-widgets,
  #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content > form,
  #block-views-baedea13bc31cdd99b7859eed14211e2 .content .views-exposed-widgets,
  #block-views-baedea13bc31cdd99b7859eed14211e2 .content > form {
    margin-bottom: 0;
  }

    #block-views-exp-classifieds-listings-page .content #edit-field-bmwcca-ad-series-wrapper,
    #block-views-exp-classifieds-listings-page .content #edit-field-bmwcca-ad-listing-type-wrapper,
    #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content #edit-field-bmwcca-ad-series-wrapper,
    #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content #edit-field-bmwcca-ad-listing-type-wrapper,
    #block-views-baedea13bc31cdd99b7859eed14211e2 .content #edit-field-bmwcca-ad-series-wrapper,
    #block-views-baedea13bc31cdd99b7859eed14211e2 .content #edit-field-bmwcca-ad-listing-type-wrapper {
      float: none;
      width: 100%;
      padding: 0;
    }

      #block-views-exp-classifieds-listings-page .content .form-type-bef-checkbox,
      #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content .form-type-bef-checkbox,
      #block-views-baedea13bc31cdd99b7859eed14211e2 .content .form-type-bef-checkbox {
        float: left;
        width: 50%;
      }

        #block-views-exp-classifieds-listings-page .content .form-type-bef-checkbox .ajax-progress-throbber,
        #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content .form-type-bef-checkbox .ajax-progress-throbber,
        #block-views-baedea13bc31cdd99b7859eed14211e2 .content .form-type-bef-checkbox .ajax-progress-throbber {
          vertical-align: top;
          padding: 1px 0 1px 3px;
        }

      #block-views-exp-classifieds-listings-page .content .form-item.highlight,
      #block-views-54a3d9d440ffb1bab863a5de8e70a079 .content .form-item.highlight,
      #block-views-baedea13bc31cdd99b7859eed14211e2 .content .form-item.highlight {
        display: block;
        padding: 0;
        background-color: transparent;
        border: none;
      }

      #block-views-exp-classifieds-listings-page #edit-submit-classifieds-listings + div.ajax-progress-throbber,
      #block-views-54a3d9d440ffb1bab863a5de8e70a079 #edit-submit-classifieds-listings + div.ajax-progress-throbber,
      #block-views-baedea13bc31cdd99b7859eed14211e2 #edit-submit-classifieds-listings + div.ajax-progress-throbber {
        display: none;
      }

/* Article Management menu (/articlemanager) - Chapter Management menu (/chapteradmin) */

#block-menu-menu-bmwcca-article-manager-swit .content ul,
#block-menu-menu-bmwcca-chapter-admin-menu .content ul,
#block-menu-menu-bmwcca-public-chapter-forms .content ul,
#block-menu-menu-bmwcca-private-chapter-form .content ul {
  margin: 0;
  overflow: hidden;
}

#block-menu-menu-bmwcca-article-manager-swit .content ul li,
#block-menu-menu-bmwcca-chapter-admin-menu .content ul li,
#block-menu-menu-bmwcca-public-chapter-forms .content ul li,
#block-menu-menu-bmwcca-private-chapter-form .content ul li {
  position: relative;
  float: left;
  width: 44%;
  padding: 10px 2%;
  margin-left: 2%;
  margin-bottom: 20px;
}

#block-menu-menu-bmwcca-article-manager-swit .content ul li {
  float: none;
}

#block-menu-menu-bmwcca-public-chapter-forms .content ul li,
#block-menu-menu-bmwcca-private-chapter-form .content ul li {
  height: 110px;
}

#block-menu-menu-bmwcca-article-manager-swit .content ul li:hover,
#block-menu-menu-bmwcca-chapter-admin-menu .content ul li:hover,
#block-menu-menu-bmwcca-public-chapter-forms .content ul li:hover,
#block-menu-menu-bmwcca-private-chapter-form .content ul li:hover {
  background-color: #ededed;
}

  #block-menu-menu-bmwcca-article-manager-swit .content ul li a,
  #block-menu-menu-bmwcca-chapter-admin-menu .content ul li a,
  #block-menu-menu-bmwcca-public-chapter-forms .content ul li a,
  #block-menu-menu-bmwcca-private-chapter-form .content ul li a {
    display: block;
    font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    height: 90px;
    text-decoration: none;
    line-height: 50px;
    padding-left: 100px;
  }

  #block-menu-menu-bmwcca-public-chapter-forms .content ul li a,
  #block-menu-menu-bmwcca-private-chapter-form .content ul li a {
    line-height: 17px;
  }

  #block-menu-menu-bmwcca-article-manager-swit .content ul li .menu-item-description,
  #block-menu-menu-bmwcca-chapter-admin-menu .content ul li .menu-item-description,
  #block-menu-menu-bmwcca-public-chapter-forms .content ul li .menu-item-description,
  #block-menu-menu-bmwcca-private-chapter-form .content ul li .menu-item-description {
    position: absolute;
    top: 45px;
    left: 120px;
    width: 275px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #ededed;
  }

  #block-menu-menu-bmwcca-public-chapter-forms .content ul li a i.icon-caret-right,
  #block-menu-menu-bmwcca-private-chapter-form .content ul li a i.icon-caret-right {
    display: none;
  }

/* Gallery Videos - views block on the Video Gallery page (/videos) */

#block-views-videos-page-block {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-views-videos-page-block .content {
  height: auto;
  overflow: visible;
}

#block-views-videos-page-block .content:before,
#block-views-videos-page-block .content:after {
  display: none;
}

/* Classified AD links - block on the classifieds page */

#block-bmwcca-classified-ad-classified-block-list-links {
  border-right: 1px solid #eee;
  margin-top: 56px !important;
}

  #block-bmwcca-classified-ad-classified-block-list-links .link-listings-ad a {
    display: block;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    padding: 25px 0 25px 45px;
    border-bottom: 1px solid #eee;
  }

  #block-bmwcca-classified-ad-classified-block-list-links .link-listings-ad a.active {
    color: #146bb3;
    border-bottom: 2px solid #146bb3;
  }

/* Create a new AD - block on the classifieds page */

#block-bmwcca-classified-ad-classified-block-button-ad .content {
  text-align: center;
}

  #block-bmwcca-classified-ad-classified-block-button-ad .content a {
    padding: 12px 35px;
  }

/* Navigation block on FAQ page */
#block-views-bmwcca-faq-categories-block-1,
#block-views-bmwcca-faq-categories-block {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

#block-views-bmwcca-faq-categories-block-1 .content,
#block-views-bmwcca-faq-categories-block .content {
  height: auto;
  overflow: visible;
}

#block-views-bmwcca-faq-categories-block-1 .content:before,
#block-views-bmwcca-faq-categories-block .content:before,
#block-views-bmwcca-faq-categories-block-1 .content:after,
#block-views-bmwcca-faq-categories-block .content:after {
  display: none;
}

  #block-views-bmwcca-faq-categories-block-1 .views-field-name {
    display: inline-block;
  }

    #block-views-bmwcca-faq-categories-block-1 .views-field-name a {
      padding-right: 0;
    }

    #block-views-bmwcca-faq-categories-block-1 .views-field-name a.active,
    #block-views-bmwcca-faq-categories-block .views-field-name a.active {
      margin-bottom: 0;
      padding-bottom: 12px;
      border-bottom: 2px solid #146bb3;
    }

  #block-views-bmwcca-faq-categories-block-1 .views-field-nothing {
    display: inline-block;
  }

    #block-views-bmwcca-faq-categories-block-1 .views-field-nothing a {
      padding-left: 0;
      border-left: none;
      font-size: 12px;
      color: #146bb3;
    }

    #block-views-bmwcca-faq-categories-block-1 .views-field-nothing a:hover {
      text-decoration: underline;
    }

/**************************
CONTENT TYPE DISPLAY STYLES
**************************/

/* BMWCCA Event - left side */

.node-bmwcca-event .group-left {
  width: 48.6458%;
  margin-left: 1.5625%;
}

  .node-bmwcca-event .field-name-title h2 {
    padding-bottom: 10px;
  }

  .node-bmwcca-event .field-name-field-event-time {
    font-family: 'Helvetica-Neue', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #555555;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .node-bmwcca-event .field-name-field-event-photo img {
    max-width: 100%;
    height: auto;
  }

  .node-bmwcca-event .field-name-field-event-web-descr {
    margin-bottom: 15px;
  }

/* BMWCCA Event - right side */

.node-bmwcca-event .group-right {
  width: 48.75%;
  margin-left: 1.0417%;
}

  .node-bmwcca-event .group-event-info {
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
    -moz-box-shadow: 0px 0px 11px #e0e0e0 inset;
    -webkit-box-shadow: 0px 0px 11px #e0e0e0 inset;
    box-shadow: 0px 0px 11px #e0e0e0 inset;
    padding: 8px;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5px;
  }

    .node-bmwcca-event .group-event-info h2 span {
      display: block;
      line-height: 18px;
      background-color: #146bb3;
      color: #fefefe;
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 33px 0 0 17px;
    }

    .node-bmwcca-event .field-name-field-event-location-ref {
      float: right;
      width: 174px;
      padding-left: 20px;
      margin-bottom: 25px;
    }

      .node-bmwcca-event .entry_c {
        width: auto !important;
        margin-left: 0 !important;
        padding-bottom: 20px;
      }

      .node-bmwcca-event .field-name-field-location-geodata {
        background-color: #fff;
        padding: 2px;
      }

    .node-bmwcca-event .group-event-contact {
      margin: 0 10px;
    }

      .node-bmwcca-event .group-event-contact .field {
        overflow: hidden;
      }

      .node-bmwcca-event .group-event-contact .field:after {
        clear: none;
      }

      .node-bmwcca-event .field-name-address {
        margin-bottom: 25px;
        padding-left: 15px;
      }

        .node-bmwcca-event .field-name-address .field-name-field-event-location-ref {
          float: none;
          padding-right: 0;
          width: 100%;
          padding-left: 0;
        }

      .node-bmwcca-event .field-name-field-event-contact-name,
      .node-bmwcca-event .field-name-field-event-contact-email {
        font-size: 14px;
        padding-left: 15px;
      }

        .node-bmwcca-event .field-name-field-event-contact-email a {
          color: #666;
        }

      .node-bmwcca-event .field-name-field-event-estimated-cost {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
        padding-left: 15px;
      }

        .node-bmwcca-event .field-name-field-event-estimated-cost .field-label {
          color: #146bb3;
        }

    .node-bmwcca-event .group-location-actions {
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-bottom: 5px;
    }

      .node-bmwcca-event .group-location-actions a {
        float: left;
        width: 49%;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        padding: 13px 0;
        text-decoration: none;
      }

      .node-bmwcca-event .get_directions {
        margin-left: 2%;
      }

/* BMWCCA Chapter - left side */

.node-bmwcca-chapter .group-left {
  width: 69.375%;
}

  .node-bmwcca-chapter .group-left .field {
    margin-right: 6%;
  }

  .node-bmwcca-chapter .field-type-ds {
    float: left;
    width: 44%;
  }

  .node-bmwcca-chapter .field-name-field-chapter-logo {
    float: left;
    margin: 0 10px 10px 0;
  }

  .node-bmwcca-chapter .field-name-title {
    float: none;
    width: auto;
  }

    .node-bmwcca-chapter .field-name-title h2 {
      padding-bottom: 10px;
    }

  .node-bmwcca-chapter .field-name-field-chapter-address {
    font-weight: bold;
    color: #555;
  }

    .node-bmwcca-chapter .field-name-field-chapter-address .street-block,
    .node-bmwcca-chapter .field-name-field-chapter-address .addressfield-container-inline {
      display: inline-block;
    }

    .node-bmwcca-chapter .field-name-field-chapter-address .street-block {
      margin-right: 5px;
    }

    .node-bmwcca-chapter .field-name-field-chapter-address .addressfield-container-inline:after {
      clear: none;
      content: "";
    }

  .node-bmwcca-chapter .field-name-field-chapter-website {
    font-weight: bold;
  }

  .node-bmwcca-chapter .field-name-field-chapter-description {
    clear: both;
  }

  .node-bmwcca-chapter .field-name-events,
  .node-bmwcca-chapter .field-name-events-national,
  .node-bmwcca-chapter .field-name-latest-news,
  .node-bmwcca-chapter .field-name-photos,
  .node-bmwcca-chapter .field-name-chapter-newsletters {
    margin-top: 20px;
  }

  .node-bmwcca-chapter .group-chapter-widgets {
    clear: both;
    overflow: hidden;
  }

/* BMWCCA Chapter - right side */

.node-bmwcca-chapter .group-right {
  width: 30.625%;
}

  .node-bmwcca-chapter .group-right .field-collection-container {
    height: 100%;
    margin-bottom: 0px;
    border-bottom: none;
  }

  #block-system-main .node-bmwcca-chapter .group-right .field-collection-container ul.field-collection-view-links li {
    list-style: none;
  }

    .node-bmwcca-chapter .field-name-field-chapter-officers {
      height: 100%;
      background-color: #f5f5f5;
      -moz-box-shadow: 0px 0px 11px #e0e0e0 inset;
      -webkit-box-shadow: 0px 0px 11px #e0e0e0 inset;
      box-shadow: 0px 0px 11px #e0e0e0 inset;
      padding: 8px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #E7E7E7;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

      .node-bmwcca-chapter .field-name-field-chapter-officers .field-label {
        display: block;
        font-family: 'Gotham-Bold', 'Open Sans';
        line-height: 18px;
        background-color: #146bb3;
        color: #fefefe;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 33px 0 0 17px;
      }

      .node-bmwcca-chapter .field-name-field-chapter-officers .field-items {
        padding: 0 3px;
        overflow: hidden;
      }

        .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item.even {
          float: left;
          width: 49%;
          margin-bottom: 5px;
        }

        .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item.odd {
          float: left;
          clear: left;
          width: 49%;
          margin-right: 2%;
          margin-bottom: 5px;
        }

          .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item .field-collection-view {
            border: none;
          }

          .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-items .field-item {
            font-size: 14px;
            line-height: 14px;
            color: #000;
            width: 100%;
            margin: 0 0 2px;
          }

        .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item:first-child {
          float: none;
          width: 100%;
        }

          .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item:first-child .field-item {
            font-size: 16px;
            line-height: 15px;
          }

          .node-bmwcca-chapter .field-name-field-chapter-officers .field-items .field-item:first-child .field-collection-view {
            border-bottom: 1px solid #146bb3;
            padding: 20px 0 15px;
          }

/* BMWCCA Classified Ad - left side */

.node-bmwcca-classified-ad .group-left {
  width: 27.6%;
  margin-right: 3.4%
}

  .node-bmwcca-classified-ad .group-left .block-views {
    margin-bottom: 20px;
  }

  .node-bmwcca-classified-ad .group-left .block-views > .content {
    height: auto;
    line-height: 14px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px
  }

  .node-bmwcca-classified-ad .group-left .block-views > .content:before,
  .node-bmwcca-classified-ad .group-left .block-views > .content:after {
    display: none;
  }

    .node-bmwcca-classified-ad .group-left .block-views .content .views-field .views-label {
      display: inline-block;
      min-width: 65px;
    }

    .node-bmwcca-classified-ad .group-left .block-views .content .views-field .field-content {
      display: inline-block;
    }

      .node-bmwcca-classified-ad .group-left .block-views .content .views-field-name {
        font-size: 16px;
        margin-bottom: 20px;
      }

        .node-bmwcca-classified-ad .group-left .block-views .content .views-field-name .user-name {
          color: #0a6db0;
        }

      .node-bmwcca-classified-ad .group-left .block-views .content .views-field-field-bmwcca-ad-state {
        margin-bottom: 20px;
      }

      .node-bmwcca-classified-ad .group-left .block-views .content  .views-field-field-bmwcca-ad-email-address .separator {
        margin: 20px 0;
      }

      .node-bmwcca-classified-ad .group-left .block-views .content  .views-field-field-bmwcca-ad-email-address .field-content {
        display: block;
      }

      .node-bmwcca-classified-ad .group-left .block-views .content  .views-field-field-bmwcca-ad-email-address .button-blue {
        display: block;
        width: 100%;
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
      }

/* BMWCCA Classified Ad - right side */

.node-bmwcca-classified-ad .group-right {
  width: 69%;
  font-size: 14px;
  color: #000;
}

  .node-bmwcca-classified-ad .group-right .group-item-details {
    clear: both;
    position: relative;
  }

  .node-bmwcca-classified-ad .group-right .price-wrapper {
    float: right;
    width: 160px;
    margin-bottom: 95px;
  }

  .node-bmwcca-classified-ad .group-right .group-item-details .field {
    margin-bottom: 10px;
  }

  .node-bmwcca-classified-ad .group-right .group-details-row {
    padding-top: 10px;
    border-top: 1px solid #eee;
  }

  .node-bmwcca-classified-ad .group-right .field .label-above {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-asking-price {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
  }

    .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-asking-price .label-above {
      font-size: 14px;
    }

  .node-bmwcca-classified-ad .bmwcca-watch-list-ads .flag-wrapper {
  	display: block;
  }

  .node-bmwcca-classified-ad .bmwcca-watch-list-ads a {
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 14px;
    text-decoration: none;
    background-color: #146bb3;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    text-shadow: none;
    border-radius: 0;
  }

  .node-bmwcca-classified-ad .bmwcca-watch-list-ads a:hover {
    background-color: #125C99;
  }

  .node-bmwcca-classified-ad .bmwcca-watch-list-ads .flag-throbber {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-price-options .field-item,
  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-shipping .field-item {
    display: inline-block;
    font-size: 11px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-price-options .field-item:before {
    content: ',';
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-price-options .field-item:first-child:before {
    content: none;
  }

  .node-bmwcca-classified-ad .group-right .flag-outer-bmwcca-watch-list-ads {
  	position: relative;
    margin: 10px 0 45px 0;
  }

    .node-bmwcca-classified-ad .group-right .flag-outer-bmwcca-watch-list-ads a {
      display: block;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background-color: #146bb3;
      color: #fff;
      padding: 12px;
      cursor: pointer;
    }

    .node-bmwcca-classified-ad .group-right .flag-outer-bmwcca-watch-list-ads a:hover {
      background-color: #125c99;
    }

    .node-bmwcca-classified-ad .group-right .field-name-ad-views-count {
      position: absolute;
      width: 160px;
      right: 0;
      bottom: 100%;
      font-size: 11px;
      margin-bottom: 0 !important;
    }

      .node-bmwcca-classified-ad .group-right .field-name-ad-views-count p {
        margin-bottom: 0;
      }

    .node-bmwcca-classified-ad .group-right .flag-outer-bmwcca-watch-list-ads .flag-wrapper {
      display: block;
    }

      .node-bmwcca-classified-ad .group-right .flag-outer-bmwcca-watch-list-ads .flag-wrapper .flag-throbber {
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -10px;
      }

  .node-bmwcca-classified-ad .group-right .field-name-back-to-listings {
    float: left;
    margin-right: 15px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-title h2 {
    font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 44px;
    color: #0c67ad;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-online-desc {
    margin-right: 170px;
    margin-bottom: 10px;
  }

  .node-bmwcca-classified-ad .group-right .galleryformatter {
    float: right;
  }

    .node-bmwcca-classified-ad .group-right .galleryformatter .gallery-thumbs {
      padding: 0;
    }

    .node-bmwcca-classified-ad .group-right .galleryformatter .arrow.back {
      left: -46px;
    }

    .node-bmwcca-classified-ad .group-right .galleryformatter .arrow.forward {
      right: -46px;
    }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-series {
    display: inline-block;
    vertical-align: top;
    width: 85px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-year {
    display: inline-block;
    vertical-align: top;
    width: 75px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-model {
    display: inline-block;
    vertical-align: top;
    width: 85px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-vin {
    display: inline-block;
    vertical-align: top;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-mileage {
    display: inline-block;
    vertical-align: top;
    width: 165px;
  }

    .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-mileage .mileage-taxometer {
      overflow: hidden;
    }

      .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-mileage .mileage-taxometer span {
        float: left;
        line-height: 25px;
        width: 16px;
        background: url(../images/taxometer.jpg) repeat-x left top;
        color: #fff;
        padding-left: 7px;
      }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-transmission {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-extrerior-color {
    display: inline-block;
    vertical-align: top;
    width: 165px;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-interior {
    display: inline-block;
    vertical-align: top;
  }

  .node-bmwcca-classified-ad .group-right .field-name-field-bmwcca-ad-state {
    display: inline-block;
    vertical-align: top;
  }

/* Member Verification Request - module-declared page (/member-verify) */

.member-verification-instructions table tr {
  background-color: transparent;
}

  .member-verification-instructions table tr td {
    padding-bottom: 10px;
    border: none;
  }

.member-verification-description {
  clear: both;
  text-align: center;
  padding: 0 50px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.member-status-active {
  color: #00C12D;
  text-transform: uppercase;
}

/* BMWCCA News - Default Display */

.node-bmwcca-news .submitted {
  display: inline-block;
  vertical-align: top;
}

.node-bmwcca-news .field-name-field-news-type {
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-size: 13px;
}

  .node-bmwcca-news .field-name-field-news-type .field-items {
    display: inline-block;
  }

  .node-bmwcca-news .field-name-field-news-type:before {
    display: inline-block;
    content: "/";
    font-size: 14px;
    padding-right: 10px;
  }

/*********************
CONTENT CREATION FROMS
*********************/

.node-bmwcca_classified_ad-form .classified-ad-tabs {
  border-bottom: 1px solid #eee;
  padding-left: 40px;
  margin-left: -40px;
  margin-bottom: 20px;
}

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format .step-number {
    line-height: 14px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 0 20px;
  }

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format .description {
    font-size: 14px;
    padding: 0 20px;
    border-left: 1px solid #eee;
    margin-bottom: 12px;
  }

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format.step-1 .description {
    border-left: none;
  }

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format .form-submit {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #146bb3;
    cursor: pointer;
  }

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format .form-submit:hover {
    text-decoration: underline;
  }

  .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format.current {
    border-bottom: 2px solid #146bb3;
  }

    .node-bmwcca_classified_ad-form .classified-ad-tabs .step-format.current .description {
    color: #146bb3;
    font-weight: bold;
  }

#bmwcca-classified-ad-node-form .form-wrapper {
  margin-bottom: 10px;
}

  #bmwcca-classified-ad-node-form .field-widget-options-select label,
  #bmwcca-classified-ad-node-form .field-widget-text-textfield label,
  #bmwcca-classified-ad-node-form .field-widget-number label,
  #bmwcca-classified-ad-node-form .form-item-title label {
    min-width: 100px;
    text-align: right;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 10px;
  }

  #bmwcca-classified-ad-node-form .field-name-field-bmwcca-ad-name label {
    min-width: 0px;
    text-align: left;
    display: block;
  }

  #bmwcca-classified-ad-node-form .field-widget-options-select .controls,
  #bmwcca-classified-ad-node-form .field-widget-text-textfield .controls,
  #bmwcca-classified-ad-node-form .field-widget-number .controls,
  #bmwcca-classified-ad-node-form .form-item-title .controls {
    display: inline-block;
  }

    #bmwcca-classified-ad-node-form .form-wrapper .controls input,
    #bmwcca-classified-ad-node-form .field-widget-date-text input,
    #bmwcca-classified-ad-node-form .form-wrapper .controls select {
      margin-bottom: 0;
    }

    #bmwcca-classified-ad-node-form .form-wrapper .controls p,
    #bmwcca-classified-ad-node-form .form-wrapper .controls .messages,
    #bmwcca-classified-ad-node-form .form-wrapper .controls .counter,
    #bmwcca-classified-ad-node-form .field-widget-date-text p {
      font-size: 12px;
      padding: 0;
      margin: 0;
    }

    #bmwcca-classified-ad-node-form .date-padding {
      float: none;
      padding: 0;
    }

    #bmwcca-classified-ad-node-form .field-name-field-bmwcca-ad-roundel-bool label {
      color: #ff0000;
    }

  #bmwcca-classified-ad-node-form .field-widget-date-text legend {
    float: left;
    width: 100px;
    text-align: right;
    color: #444;
    margin-right: 14px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    margin-top: 11px;
  }

  #bmwcca-classified-ad-node-form .field-widget-date-text .fieldset-wrapper {
    display: inline-block;
    width: auto;
  }

  #bmwcca-classified-ad-node-form .field-widget-date-text .date-no-float {
    clear: none;
    width: auto;
    display: inline-block;
  }

  #edit-field-bmwcca-ad-non-member .form-type-radio,
  #bmwcca-classified-ad-node-form  #edit-field-bmwcca-ad-actions-und {
    position: relative;
  }

    #edit-field-bmwcca-ad-non-member .form-type-radio label,
    #bmwcca-classified-ad-node-form  #edit-field-bmwcca-ad-actions-und label {
      margin-left: 20px;
    }

    #edit-field-bmwcca-ad-non-member .form-type-radio .controls,
    #bmwcca-classified-ad-node-form  #edit-field-bmwcca-ad-actions-und .controls {
      position: absolute;
      top: 1px;
    }

  #bmwcca-classified-ad-node-form #edit-field-bmwcca-ad-pubemail-roundel {
    position: relative;
  }

    #bmwcca-classified-ad-node-form #edit-field-bmwcca-ad-pubemail-roundel label.option {
      margin-left: 20px;
    }

    #bmwcca-classified-ad-node-form #edit-field-bmwcca-ad-pubemail-roundel .controls {
      position: absolute;
      top: 0;
      left: 0;
    }

/************
WEBFORM STLES
************/

/* Conact Form */

.bmwcca-contact-form-body {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.bmwcca-contact-form {
  float: left;
  width: 50%;
}

  .bmwcca-contact-form input[type="text"],
  .bmwcca-contact-form input[type="email"],
  .bmwcca-contact-form textarea,
  .bmwcca-contact-form select {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

/* Events Insurance Rebate Request */

#webform-component-chapter-name label,
#webform-component-event-type label {
  width: 90px;
}

.form-uuid-64d8b869-c027-4c88-96c9-0db87f886a25 #webform-component-row-1 .form-item,
.form-uuid-64d8b869-c027-4c88-96c9-0db87f886a25 #webform-component-row-2 .form-item {
  float: left;
  width: 47%;
  margin-right: 3%;
}

  .form-uuid-64d8b869-c027-4c88-96c9-0db87f886a25 #webform-component-row-1 .form-item input,
  .form-uuid-64d8b869-c027-4c88-96c9-0db87f886a25 #webform-component-row-2 .form-item input {
    width: 100%;
  }

/* Chapter Reports */

#webform-component-send-to-row1.webform-layout-box.horiz .form-item,
#webform-component-send-to-row2.webform-layout-box.horiz .form-item,
#webform-component-send-to-row3.webform-layout-box.horiz .form-item,
#webform-component-send-to-row4.webform-layout-box.horiz .form-item,
#webform-component-send-to-row5.webform-layout-box.horiz .form-item,
#webform-component-send-to-row6.webform-layout-box.horiz .form-item,
#webform-component-send-to-row7.webform-layout-box.horiz .form-item,
#webform-component-send-to-row8.webform-layout-box.horiz .form-item,
#webform-component-send-to-row9.webform-layout-box.horiz .form-item,
#webform-component-send-to-row10.webform-layout-box.horiz .form-item {
  float: left;
  width: 49%;
  margin: 0 0 0 2%;
}

#webform-component-send-to-row1.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row2.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row3.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row4.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row5.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row6.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row7.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row8.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row9.webform-layout-box.horiz .form-item:first-child,
#webform-component-send-to-row10.webform-layout-box.horiz .form-item:first-child {
  margin-left: 0;
}

  #webform-component-send-to-row1.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row2.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row3.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row4.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row5.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row6.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row7.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row8.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row9.webform-layout-box.horiz .form-item input,
  #webform-component-send-to-row10.webform-layout-box.horiz .form-item input {
    width: 100%;
  }

#webform-component-prepared-by-row .form-item {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 10px;
}

  #webform-component-prepared-by-row .form-item input {
    width: auto;
    margin-right: 0;
  }

/* 2014 Chapter Conference Reimbursement Form */

#edit-submitted-drive-layout-box-round-trip-mileage {
  width: 170px;
}

#edit-submitted-drive-layout-box-mileage-reimbursement {
  width: 160px;
}

/* 2013 Chapter Financial Statement */

.form-uuid-64c35b86-7878-4f0c-8a5f-42bf0555da67 .form-actions {
  clear: both;
}

#webform-component-income,
#webform-component-expenses {
  float: left;
  width: 47%;
  margin-right: 3%;
}

#webform-component-misc-other-income-description,
#webform-component-misc-other-income,
#webform-component-misc-other-expenses-description,
#webform-component-misc-other-expenses {
  float: left;
  width: 50%;
}

#webform-component-misc-other-income-description p,
#webform-component-misc-other-expenses-description p {
  margin-top: 0;
}

#webform-component-chapter-details--chapter-details-row .form-item {
  display: inline-block;
  vertical-align: top;
}

  #webform-component-chapter-details--chapter-details-row .form-item input[type="text"],
  #webform-component-chapter-details--chapter-details-row .form-item select {
    width: auto;
  }

#webform-component-assets legend,
#webform-component-liabilities-equity legend,
#webform-component-income legend,
#webform-component-expenses legend {
  color: #146bb3;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

#webform-component-assets .form-item,
#webform-component-liabilities-equity .form-item,
#webform-component-income .form-item,
#webform-component-misc-other-income .form-item,
#webform-component-expenses .form-item,
#webform-component-misc-other-expenses .form-item {
  padding: 10px 0 10px 10px;
}

  #webform-component-assets .form-item label,
  #webform-component-liabilities-equity label,
  #webform-component-income label,
  #webform-component-misc-other-income label,
  #webform-component-expenses label,
  #webform-component-misc-other-expenses label {
    display: inline-block;
    width: 200px;
    margin-right: 0;
  }

  #webform-component-assets .form-item input[type="text"],
  #webform-component-liabilities-equity .form-item input[type="text"],
  #webform-component-income .form-item input[type="text"],
  #webform-component-misc-other-income .form-item input[type="text"],
  #webform-component-expenses .form-item input[type="text"],
  #webform-component-misc-other-expenses .form-item input[type="text"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }

  #webform-component-assets .form-item .description,
  #webform-component-liabilities-equity .form-item .description,
  #webform-component-income .form-item .description,
  #webform-component-expenses .description {
    margin-left: 215px;
  }

#webform-component-misc-other-income .form-item,
#webform-component-misc-other-expenses .form-item {
  display: inline-block;
  padding: 0 0 0 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

  #webform-component-misc-other-income .form-item label,
  #webform-component-misc-other-expenses .form-item label {
    display: inline-block;
    width: auto;
  }

/* Insurance Request */

#bmwcca-insurance-request-entityform-edit-form .pre-intructions {
  margin-bottom: 20px;
}

#bmwcca-insurance-request-entityform-edit-form > div > div {
  margin-bottom: 10px;
}

#bmwcca-insurance-request-entityform-edit-form fieldset {
  margin-bottom: 0;
}

#bmwcca-insurance-request-entityform-edit-form p {
  margin-top: 0;
  font-size: 12px;
}

#bmwcca-insurance-request-entityform-edit-form .field-type-datetime legend {
  font-size: 12px;
  color: #444;
  font-weight: bold;
}

#bmwcca-insurance-request-entityform-edit-form .field-type-datetime .form-item {
  margin: 0;
}

  #bmwcca-insurance-request-entityform-edit-form .field-type-datetime .form-item .date-padding {
    padding: 0;
  }

#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .form-item.form-type-checkboxes .controls,
#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .form-item.form-type-radios .controls {
  max-width: 600px;
}

#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .form-item.form-type-checkboxes .controls label {
  width: 45%;
  vertical-align: top;
}

#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .controls .form-item.form-type-radio {
  width: 45%;
  vertical-align: top;
  display: inline-block;
}

#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .form-item.form-type-checkboxes .controls label.checkbox .bmwcca-disabled,
#bmwcca-insurance-request-entityform-edit-form .field-name-field-ins-req-event-types .controls .form-item.form-type-radio .control-label .bmwcca-disabled {
  color: red;
}

/* Form search chapter by zipcode - appears in chapter finder and front page switchbar */

#zip_search,
#chapter-finder-block form {
  display: inline-block;
  width: 220px;
  position: relative;
}

#zip_search .form-submit,
#chapter-finder-block form .form-submit {
  position: absolute;
  left: 10px; bottom: 0;
  cursor: pointer;
  border: none;
  width: 25px;
  height: 25px;
  background: url(../images/search_image.png) no-repeat center center;
  text-indent: 2014px;
  overflow: hidden;
}

#zip_search .form-submit {
  bottom: 20px;
}
#zip_search .non-geographic-chapters {
  height: 20px;
}

#zip_search div,
#chapter-finder-block form label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #666;
  margin: 0;
}

#zip_search input,
#chapter-finder-block form input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  border: none;
  background-color: #eee;
  border-radius: 10px;
  padding: 3px 7px 3px 40px;
}

#chapter-finder-block {
  width: 220px;
  margin: 0 auto;
}

#chapter-finder-block form .ajax-progress-throbber {
  position: absolute;
  top: 25px;
  right: 5px;
}

  #chapter-finder-block form .ajax-progress-throbber .message {
    display: none;
  }

.chapter-popup .logo { text-align: center; }
.chapter-popup .chapter_info { float: left; margin-bottom: 15px; width: 48%; }
.chapter-popup .address { padding: 3px 0; font-size: 12px; }
.chapter-popup .contact_info { float: right; font-size: 12px; margin-bottom: 15px; width: 48%; }
.chapter-popup .contact_label, .chapter-popup .address_label { color: #8F8F8F; text-transform: uppercase; font-size: 12px; line-height: 14px; }
.chapter-popup .distance { padding-left: 60px; padding-top: 3px; font-size: 12px; background: url(../images/distance.png) no-repeat 34px 0px; height: 24px; }
.chapter-popup hr { border: none; outline: none; border-top: 1px solid #D8D8D8; clear: both; }
.chapter-popup .button_holder { text-align: center; margin: 8px 0; }
.chapter-popup .button { color: #FFF; }


.field-name-field-event-time .form-type-date-timezone{
    display:none;
}


.page-node-add-bmwcca-classified-ad #edit-field-bmwcca-ad-vin-und-0-value, .node-type-bmwcca-classified-ad #edit-field-bmwcca-ad-vin-und-0-value{
    text-transform: uppercase;
}


#classified_sale{
    color:red;
    text-transform: uppercase;
    font-weight: bold;
}

.view-id-export_ads .views-submit-button{
    width: 300px;
    padding-top: 38px;
}


.view-id-export_ads #edit-submit-export-ads{
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.view-bmwcca-classified-ad-contact-info #classified_ad_contact_info_join_now{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #146bb3;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.view-bmwcca-classified-ad-contact-info .views-field-views-conditional{
    font-weight: normal;
}

/* BMWCCA Repeating event field */

.field-name-field-event-time .repeating-event {
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}

.field-name-field-event-time .title {
  font-weight: bold;
}

.field-name-field-event-time .view-all-dates-link {
  cursor: pointer;
  color: #146bb3;
}

.field-name-field-event-time .view-all-dates-link:hover {
  color: #105690;
  text-decoration: underline;
}
