@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * Drupal core's .visually-hidden
 *
 * Note the lack of !important on the position rule.
 * This allows us to change the position property after
 * *unhidding* an element using the unset-visually-hidden
 * mixin below.
 */
/* multi line truncation */
/**
 * Placeholder for dropdown!
 *
 * Selected option is grayed out to give it the look of a placeholder text.
 * This is good for unselected dropdowns where the top item says something like
 * 'Select ...'.  But it is not ideal where a value has been selected already.
 */
/**
 * Style overrides for jQueryUI datepicker.
 */
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

#navigation li {
  list-style-type: none;
  display: inline-block;
}

.site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

#header #block-cscsearchblock {
  position: absolute;
  top: 18px;
  right: 18px;
}

#header #block-cscsearchblock a {
  background-image: url("../../images/source/search-icon.png");
  display: block;
  height: 23px;
  text-indent: -9999px;
  width: 23px;
}

#block-classic-search {
  float: left;
}

div.search + div.ui-widget-overlay {
  background: none;
  background-color: #fff;
  opacity: 1.0;
}

@media (max-width: 600px) {
  .ui-dialog[style] {
    position: absolute !important;
    top: 1rem !important;
    left: 0 !important;
  }
}

.ui-dialog {
  min-height: 50vh;
}

.ui-dialog.search {
  font-family: Oxygen;
  width: 100% !important;
  z-index: 1000 !important;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search {
    width: 80% !important;
  }
}

.ui-dialog.search .ui-dialog-title {
  font-size: 22px;
  color: #1A262E;
  margin-top: 2rem;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search .ui-dialog-title {
    margin-top: 0;
  }
}

.ui-dialog.search .ui-widget-header {
  border: none;
  background: none;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 1.1em;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search .ui-widget-header {
    margin-bottom: 60px;
  }
}

.ui-dialog.search .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}

.ui-dialog.search .ui-widget-content {
  border-top: none;
  float: left;
  padding-top: 0;
}

.ui-dialog.search .ui-widget-content input {
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 40px;
  padding: 0;
  color: #1A262E;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search .ui-dialog-content {
    width: 75% !important;
  }
}

.ui-dialog.search .ui-button-icon-only {
  background-color: #fff;
  position: relative;
  float: right;
}

.ui-dialog.search .ui-button-icon-only.ui-dialog-titlebar-close {
  width: 18px;
  height: 25px;
  margin-top: 0;
  position: absolute;
  top: 4px;
  right: 1.4rem;
  padding-right: 1em;
}

.ui-dialog.search .ui-button-icon-only .ui-icon {
  background-image: url(../../images/source/close.png);
  width: 40px;
  height: 40px;
  left: 0%;
}

.ui-dialog.search .ui-button-icon-only .ui-icon-closethick {
  background-position: 0 0;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 2px;
  margin-left: 0;
}

.ui-dialog.search .ui-button-icon-only .ui-button-text {
  position: absolute;
  top: 14px;
  left: -4px;
  display: block;
  clear: both;
  text-indent: 0;
  padding: 0;
  font-size: 9px;
  text-transform: uppercase;
}

.ui-dialog.search .ui-dialog-buttonpane {
  margin-top: 0.4em;
  padding: 0em 1em;
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search .ui-dialog-buttonpane {
    width: 25%;
  }
}

.ui-dialog.search .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
}

.ui-dialog.search .ui-dialog-buttonpane .ui-button-text {
  line-height: 20px;
}

@media screen and (min-width: 37.5625em) {
  .ui-dialog.search .ui-dialog-titlebar {
    padding-bottom: 0px;
    padding-right: 0px;
  }
}

.ui-dialog.search button.form-submit {
  margin: 0;
  background: #5EA382;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  width: 100%;
}

.ui-dialog.search button.form-submit .ui-dialog-titlebar-close ui-button-text {
  text-indent: 0px;
  font-size: 0.5em;
  text-transform: uppercase;
}

.ui-dialog.ui-widget-content {
  border: none;
}

.page-search-node ol li {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
}

.page-search-node ol li:last-child {
  margin-right: 0;
}

.page-search-node ol li img {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
}

.page-search-node ol li img:last-child {
  margin-right: 0;
}

.page-search-node ol li h3 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 65.95745%;
}

.page-search-node ol li h3:last-child {
  margin-right: 0;
}

.pager__item {
  display: inline;
}

.pager__item a {
  display: inline-block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 2.625rem;
  border: 1px solid #d8d8d8;
  background: url(../../images/down-chevron.png) no-repeat right #fff;
  background-size: 8%;
  border-radius: 5px;
  background-position-x: 234px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 1rem;
  background-position: right 0.75rem center;
  text-indent: 0.01px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

input[type=checkbox] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #00672E;
  border-radius: 3px;
}

input[type=checkbox]:hover + label:before {
  background: #73a183;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
}

input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  background: #00672E;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #00672E, 4px 0 0 #00672E, 4px -2px 0 #00672E, 4px -4px 0 #00672E, 4px -6px 0 #00672E, 4px -8px 0 #00672E;
  transform: rotate(45deg);
}

.page-user-login h1, .page-user-password h1, .page-user-register h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-user-login .block-classic-content, .page-user-password .block-classic-content, .page-user-register .block-classic-content {
  margin-top: 1rem;
}

@media screen and (min-width: 37.5625em) {
  .page-user-login #content-area > div, .page-user-password #content-area > div, .page-user-register #content-area > div {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-left: 17.02128%;
  }
  .page-user-login #content-area > div:last-child, .page-user-password #content-area > div:last-child, .page-user-register #content-area > div:last-child {
    margin-right: 0;
  }
}

.page-user-login #content-area > div .description, .page-user-login #content-area > div p, .page-user-password #content-area > div .description, .page-user-password #content-area > div p, .page-user-register #content-area > div .description, .page-user-register #content-area > div p {
  color: #00672E;
  font-size: 14px;
  margin-bottom: 1rem;
}

.page-user-login #content-area > div .form-submit, .page-user-password #content-area > div .form-submit, .page-user-register #content-area > div .form-submit {
  background: green;
  clear: both;
  width: 100%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1.125rem auto 0;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.page-user-login #content-area > div .form-submit:hover, .page-user-password #content-area > div .form-submit:hover, .page-user-register #content-area > div .form-submit:hover {
  background-color: #378459;
}

.page-user-login #content-area > div .form-submit a, .page-user-password #content-area > div .form-submit a, .page-user-register #content-area > div .form-submit a {
  text-decoration: none;
}

@media screen and (min-width: 37.5625em) {
  .page-user-register h1 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-left: 17.02128%;
  }
  .page-user-register h1:last-child {
    margin-right: 0;
  }
}

.page-user-register .filter-wrapper {
  border: 1px solid #ebebeb !important;
}

.field_article_body,
.body,
.field-body,
.field_buyers_guide,
.field_our_verdict,
.field_spec,
.field_featured_articles,
.field_homepage_news,
.field_front_page_upcoming_events,
.field_email,
.field_website {
  /* a values */
  /* <url> values */
}

.field_article_body a,
.body a,
.field-body a,
.field_buyers_guide a,
.field_our_verdict a,
.field_spec a,
.field_featured_articles a,
.field_homepage_news a,
.field_front_page_upcoming_events a,
.field_email a,
.field_website a {
  color: #00672E;
}

.field_article_body ol,
.body ol,
.field-body ol,
.field_buyers_guide ol,
.field_our_verdict ol,
.field_spec ol,
.field_featured_articles ol,
.field_homepage_news ol,
.field_front_page_upcoming_events ol,
.field_email ol,
.field_website ol {
  list-style-type: none;
  margin-left: 0;
  list-style-position: inside;
  counter-reset: num;
  list-style: none;
}

.field_article_body ol li > ol, .field_article_body ol li > ul,
.body ol li > ol,
.body ol li > ul,
.field-body ol li > ol,
.field-body ol li > ul,
.field_buyers_guide ol li > ol,
.field_buyers_guide ol li > ul,
.field_our_verdict ol li > ol,
.field_our_verdict ol li > ul,
.field_spec ol li > ol,
.field_spec ol li > ul,
.field_featured_articles ol li > ol,
.field_featured_articles ol li > ul,
.field_homepage_news ol li > ol,
.field_homepage_news ol li > ul,
.field_front_page_upcoming_events ol li > ol,
.field_front_page_upcoming_events ol li > ul,
.field_email ol li > ol,
.field_email ol li > ul,
.field_website ol li > ol,
.field_website ol li > ul {
  margin-left: 1rem;
  list-style-image: url("../../images/bullet-list-ind.png");
}

.field_article_body ol > li:before,
.body ol > li:before,
.field-body ol > li:before,
.field_buyers_guide ol > li:before,
.field_our_verdict ol > li:before,
.field_spec ol > li:before,
.field_featured_articles ol > li:before,
.field_homepage_news ol > li:before,
.field_front_page_upcoming_events ol > li:before,
.field_email ol > li:before,
.field_website ol > li:before {
  float: left;
  width: 1.5rem;
  content: counter(num) " ) ";
  counter-increment: num;
}

.field_article_body ul,
.body ul,
.field-body ul,
.field_buyers_guide ul,
.field_our_verdict ul,
.field_spec ul,
.field_featured_articles ul,
.field_homepage_news ul,
.field_front_page_upcoming_events ul,
.field_email ul,
.field_website ul {
  list-style-position: inside;
  list-style-image: url("../../images/bullet-list.png");
}

.field_article_body ul li > ul, .field_article_body ul li > ol,
.body ul li > ul,
.body ul li > ol,
.field-body ul li > ul,
.field-body ul li > ol,
.field_buyers_guide ul li > ul,
.field_buyers_guide ul li > ol,
.field_our_verdict ul li > ul,
.field_our_verdict ul li > ol,
.field_spec ul li > ul,
.field_spec ul li > ol,
.field_featured_articles ul li > ul,
.field_featured_articles ul li > ol,
.field_homepage_news ul li > ul,
.field_homepage_news ul li > ol,
.field_front_page_upcoming_events ul li > ul,
.field_front_page_upcoming_events ul li > ol,
.field_email ul li > ul,
.field_email ul li > ol,
.field_website ul li > ul,
.field_website ul li > ol {
  margin-left: 1rem;
  list-style-image: url("../../images/bullet-list-ind.png");
}

.pdf-ico, .fa-file-pdf-o:before {
  content: '' !important;
  display: inline-block;
  float: left;
  width: 0.8rem;
  height: 1rem;
  margin-bottom: -0.2rem;
  background: url("../../images/buyers-guide-icon.png") top left no-repeat;
}

.field_image {
  width: 100%;
  background: none;
}

.field_image img {
  display: block;
  margin: 0.4rem auto;
}

@media screen and (min-width: 37.5625em) {
  .field_image img {
    margin: 0 auto;
  }
}

.front_page #content-area {
  padding: 0 10px;
}

@media screen and (min-width: 48.0625em) {
  .front_page #content-area {
    padding: 0;
  }
}

.front_page #header #header-region {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48.0625em) {
  .front_page #header #header-region {
    max-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page #header #header-region {
    max-width: 940px;
  }
}

.front_page #main {
  padding-top: 1.5rem;
}

@media screen and (min-width: 37.5625em) {
  .front_page #main {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page #main {
    padding-top: 8.2rem;
  }
}

.front_page .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.front_page .container .content .inline {
  display: inline-block;
}

@media screen and (min-width: 37.5625em) {
  .front_page .container .content .inline {
    display: block;
  }
}

.front_page .container .content .frontpage-listed-articles {
  padding-top: 2.5em;
  background-color: #ebebeb;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 37.5625em) {
  .front_page .container .content .frontpage-listed-articles {
    padding-bottom: 2.5em;
  }
}

.front_page .container .content .content-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .content-inner {
    max-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page .container .content .content-inner {
    max-width: 940px;
  }
}

.front_page .container .content .frontpage-news-section {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.front_page .container .content .frontpage-classifieds {
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.front_page .container .content .frontpage-classifieds > div.content-inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 37.5625em) {
  .front_page .container .content .frontpage-classifieds > div.content-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .frontpage-classifieds > div.content-inner {
    max-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page .container .content .frontpage-classifieds > div.content-inner {
    max-width: 940px;
  }
}

.front_page .container .content .frontpage-classifieds .field_classified_panel {
  flex: 1;
  padding-bottom: 3rem;
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .frontpage-classifieds .field_classified_panel {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .frontpage-classifieds .field_classified_panel .field_heading {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page .container .content .frontpage-classifieds .field_classified_panel .field_heading {
    font-size: 2.1875rem;
    line-height: 2.75rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .frontpage-classifieds .field_classified_panel p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page .container .content .frontpage-classifieds .field_classified_panel p {
    font-size: 1.125rem;
  }
}

.front_page .container .content .frontpage-classifieds .field_classified_panel .field_cta {
  margin: 0 auto;
}

.front_page .container .content .frontpage-classifieds .field_image {
  flex: 1;
}

.front_page .container .content .frontpage-events {
  background-color: #f4f4f4;
  width: 100%;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 37.5625em) {
  .front_page .container .content .frontpage-events {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.front_page .container .content .frontpage-events > div {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48.0625em) {
  .front_page .container .content .frontpage-events > div {
    max-width: 940px;
  }
}

@media screen and (min-width: 60.0625em) {
  .front_page .container .content .frontpage-events > div {
    max-width: 940px;
  }
}

.frontpage-featured-articles .views-row {
  float: left;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row {
    margin-bottom: 0;
    padding: 0;
  }
}

.frontpage-featured-articles .views-row .featured-title {
  background: #fff;
  bottom: 0;
  width: 100%;
  height: 97px;
  padding: 0 0.625rem 0.625rem;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row .featured-title {
    border-bottom: 3px solid #66A381;
    height: 121px;
  }
}

.frontpage-featured-articles .views-row .article--layout-featured,
.frontpage-featured-articles .views-row .slideshow--layout-featured {
  position: relative;
}

.frontpage-featured-articles .views-row .category, .frontpage-featured-articles .views-row .seperator, .frontpage-featured-articles .views-row .date {
  float: left;
}

.frontpage-featured-articles .views-row .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.frontpage-featured-articles .views-row .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.frontpage-featured-articles .views-row .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.frontpage-featured-articles .views-row .article--layout-featured h2,
.frontpage-featured-articles .views-row .slideshow--layout-featured h2 {
  font-weight: normal;
  padding-top: 0.625rem;
  padding-bottom: 0rem;
  margin-bottom: 0;
}

.frontpage-featured-articles .views-row .article--layout-featured h2 a,
.frontpage-featured-articles .views-row .slideshow--layout-featured h2 a {
  color: #1A262E;
}

.frontpage-featured-articles .views-row.item-2 .featured-title, .frontpage-featured-articles .views-row.item-3 .featured-title {
  height: 97px;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-2 .featured-title, .frontpage-featured-articles .views-row.item-3 .featured-title {
    height: 90px;
  }
}

@media screen and (min-width: 48.0625em) {
  .frontpage-featured-articles .views-row.item-2 .featured-title, .frontpage-featured-articles .views-row.item-3 .featured-title {
    height: 97px;
  }
}

.frontpage-featured-articles .views-row.item-2 img, .frontpage-featured-articles .views-row.item-3 img {
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-2 img, .frontpage-featured-articles .views-row.item-3 img {
    width: auto;
  }
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-1 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
  }
  .frontpage-featured-articles .views-row.item-1:last-child {
    margin-right: 0;
  }
}

.frontpage-featured-articles .views-row.item-1 .article--layout-featured h2,
.frontpage-featured-articles .views-row.item-1 .slideshow--layout-featured h2 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-1 .article--layout-featured h2,
  .frontpage-featured-articles .views-row.item-1 .slideshow--layout-featured h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.frontpage-featured-articles .views-row.item-2, .frontpage-featured-articles .views-row.item-3 {
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-2, .frontpage-featured-articles .views-row.item-3 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-right: 0;
  }
  .frontpage-featured-articles .views-row.item-2:last-child, .frontpage-featured-articles .views-row.item-3:last-child {
    margin-right: 0;
  }
}

.frontpage-featured-articles .views-row.item-2 .article--layout-featured h2,
.frontpage-featured-articles .views-row.item-2 .slideshow--layout-featured h2, .frontpage-featured-articles .views-row.item-3 .article--layout-featured h2,
.frontpage-featured-articles .views-row.item-3 .slideshow--layout-featured h2 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

.frontpage-featured-articles .views-row.item-2 .article--layout-featured h2 a,
.frontpage-featured-articles .views-row.item-2 .slideshow--layout-featured h2 a, .frontpage-featured-articles .views-row.item-3 .article--layout-featured h2 a,
.frontpage-featured-articles .views-row.item-3 .slideshow--layout-featured h2 a {
  color: #1A262E;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-2 .article--layout-featured h2,
  .frontpage-featured-articles .views-row.item-2 .slideshow--layout-featured h2, .frontpage-featured-articles .views-row.item-3 .article--layout-featured h2,
  .frontpage-featured-articles .views-row.item-3 .slideshow--layout-featured h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .frontpage-featured-articles .views-row.item-2 .article--layout-featured h2,
  .frontpage-featured-articles .views-row.item-2 .slideshow--layout-featured h2, .frontpage-featured-articles .views-row.item-3 .article--layout-featured h2,
  .frontpage-featured-articles .views-row.item-3 .slideshow--layout-featured h2 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media screen and (min-width: 37.5625em) {
  .frontpage-featured-articles .views-row.item-2 {
    margin-bottom: 1.0625rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .frontpage-featured-articles .views-row.item-2 {
    margin-bottom: 1.4375rem;
  }
}

.front_page .field_homepage_news .viewsreference--view-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .front_page .field_homepage_news .viewsreference--view-title {
    font-size: 2.1875rem;
    line-height: 2.75rem;
  }
}

.front_page .field_homepage_news .views-row {
  width: 100%;
  background: #fff;
  display: inline-block;
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 37.5625em) {
  .front_page .field_homepage_news .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .front_page .field_homepage_news .views-row:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .field_homepage_news .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .front_page .field_homepage_news .views-row:last-child {
    margin-right: 0;
  }
  .front_page .field_homepage_news .views-row:nth-child(3n+1) {
    clear: left;
  }
}

.front_page .field_homepage_news .frontpage-news > .view-content .views-row {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 37.5625em) {
  .front_page .field_homepage_news .frontpage-news > .view-content .views-row:nth-child(2n) {
    margin-left: 2.12766%;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .front_page .field_homepage_news .frontpage-news > .view-content .views-row:nth-child(2n+6) {
    margin-right: 2.12766%;
    margin-left: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .field_homepage_news .frontpage-news > .view-content .views-row:nth-child(2n) {
    margin-left: 0;
  }
  .front_page .field_homepage_news .frontpage-news > .view-content .views-row:nth-child(3n+2) {
    margin-left: 2.12766%;
    margin-right: 2.12766%;
  }
}

@media screen and (min-width: 37.5625em) {
  .front_page .field_homepage_news .frontpage-news .article--layout-teaser h2,
  .front_page .field_homepage_news .frontpage-news .slideshow--layout-teaser h2 {
    height: 60px;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .field_homepage_news .frontpage-news .article--layout-teaser h2,
  .front_page .field_homepage_news .frontpage-news .slideshow--layout-teaser h2 {
    height: auto;
  }
}

.front_page .field_homepage_news .more-link {
  clear: both;
  width: auto;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.front_page .field_homepage_news .more-link:hover {
  background-color: #378459;
}

.front_page .field_homepage_news .more-link a {
  text-decoration: none;
}

@media screen and (min-width: 48.0625em) {
  .front_page .field_homepage_news .more-link {
    clear: both;
    width: 49.5%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto 3.125rem;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
  }
  .front_page .field_homepage_news .more-link:hover {
    background-color: #378459;
  }
  .front_page .field_homepage_news .more-link a {
    text-decoration: none;
  }
}

.front_page .field_homepage_news .more-link a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
}

.field_event_section_heading {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .field_event_section_heading {
    font-size: 2.1875rem;
    line-height: 2.75rem;
  }
}

.frontpage-events .content-inner > div {
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .content-inner > div:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .frontpage-events .content-inner > div:nth-child(1):last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .content-inner > div:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
  }
  .frontpage-events .content-inner > div:nth-child(2):last-child {
    margin-right: 0;
  }
}

.frontpage-events .frontpage-featured-event .event-duration, .frontpage-events .frontpage-onnext-event .event-duration {
  padding-bottom: 0.2rem;
}

.frontpage-events .frontpage-featured-event h2, .frontpage-events .frontpage-featured-event .event-duration, .frontpage-events .frontpage-featured-event .field_location, .frontpage-events .frontpage-featured-event a, .frontpage-events .frontpage-onnext-event h2, .frontpage-events .frontpage-onnext-event .event-duration, .frontpage-events .frontpage-onnext-event .field_location, .frontpage-events .frontpage-onnext-event a {
  font-weight: normal;
  margin-bottom: 0px;
  color: #333;
}

.frontpage-events .frontpage-featured-event h2, .frontpage-events .frontpage-featured-event .event-duration, .frontpage-events .frontpage-featured-event .field_location, .frontpage-events .frontpage-onnext-event h2, .frontpage-events .frontpage-onnext-event .event-duration, .frontpage-events .frontpage-onnext-event .field_location {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1.5rem;
}

.frontpage-events .frontpage-featured-event h2, .frontpage-events .frontpage-onnext-event h2 {
  font-size: 1em;
}

.frontpage-events .frontpage-featured-event .event-duration, .frontpage-events .frontpage-featured-event .event-location, .frontpage-events .frontpage-onnext-event .event-duration, .frontpage-events .frontpage-onnext-event .event-location {
  font-size: 0.875rem;
  clear: both;
}

.frontpage-events .frontpage-featured-event .event-duration .text, .frontpage-events .frontpage-featured-event .event-location .text, .frontpage-events .frontpage-onnext-event .event-duration .text, .frontpage-events .frontpage-onnext-event .event-location .text {
  font-family: "Oxygen";
}

.frontpage-events .frontpage-featured-event .event-duration.fa, .frontpage-events .frontpage-featured-event .event-location.fa, .frontpage-events .frontpage-onnext-event .event-duration.fa, .frontpage-events .frontpage-onnext-event .event-location.fa {
  display: block;
}

.frontpage-events .viewsreference--view-title {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .viewsreference--view-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.frontpage-events .fa-map-marker::before, .frontpage-events .fa-calendar-o::before {
  margin-right: 0.25rem;
}

.frontpage-events .frontpage-onnext-event .views-row {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .frontpage-onnext-event .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    float: left;
    margin-right: 0;
    border-bottom: none;
    padding-top: 0;
  }
  .frontpage-events .frontpage-onnext-event .views-row:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .frontpage-onnext-event .views-row:nth-child(1), .frontpage-events .frontpage-onnext-event .views-row:nth-child(2), .frontpage-events .frontpage-onnext-event .views-row:nth-child(3), .frontpage-events .frontpage-onnext-event .views-row:nth-child(4) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
  }
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .frontpage-onnext-event .views-row:nth-child(3), .frontpage-events .frontpage-onnext-event .views-row:nth-child(4) {
    margin-top: 1rem;
  }
}

.frontpage-events .frontpage-onnext-event .more-link {
  clear: both;
  width: 100%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  float: right;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.frontpage-events .frontpage-onnext-event .more-link:hover {
  background-color: #378459;
}

.frontpage-events .frontpage-onnext-event .more-link a {
  text-decoration: none;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .frontpage-onnext-event .more-link {
    clear: both;
    width: 50%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto 3.125rem;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
    margin-top: 2rem;
  }
  .frontpage-events .frontpage-onnext-event .more-link:hover {
    background-color: #378459;
  }
  .frontpage-events .frontpage-onnext-event .more-link a {
    text-decoration: none;
  }
}

.frontpage-events .frontpage-onnext-event .more-link a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
  width: 100%;
}

.frontpage-events .frontpage-featured-event {
  padding-bottom: 1.25rem;
}

.frontpage-events .frontpage-featured-event h2 {
  margin-top: 1rem;
}

.frontpage-events .frontpage-featured-event .views-row {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (min-width: 37.5625em) {
  .frontpage-events .frontpage-featured-event .views-row {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* Homepage Featured */
@media (min-width: 601px) and (max-width: 768px) {
  .front_page .frontpage-events .content-inner > div {
    width: 48%;
  }
}

.front_page .frontpage-events .viewsreference--view-title {
  font-weight: normal;
  padding: 0.8rem 0;
}

.front_page .frontpage-events .field_address {
  display: none;
}

.front_page .frontpage-events .field_front_page_upcoming_events .viewsreference--view-title {
  padding: 0;
}

@media screen and (min-width: 37.5625em) {
  .front_page .frontpage-events .field_front_page_upcoming_events .viewsreference--view-title {
    padding: 0.8rem 0;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .front_page .frontpage-events .frontpage-onnext-event .views-row:nth-child(1), .front_page .frontpage-events .frontpage-onnext-event .views-row:nth-child(2) {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .front_page .frontpage-events .frontpage-onnext-event .views-row:nth-child(3), .front_page .frontpage-events .frontpage-onnext-event .views-row:nth-child(4) {
    display: none;
  }
}

.front_page .frontpage-events .frontpage-onnext-event .views-row:nth-child(4) {
  margin-bottom: 2rem;
}

.front_page .frontpage-events .frontpage-onnext-event .more-link {
  float: none;
}

@media (min-width: 601px) and (max-width: 768px) {
  .front_page .frontpage-events .frontpage-onnext-event .more-link {
    width: 100%;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-events .frontpage-onnext-event .more-link {
    float: right;
  }
}

.page-news .details-title, .page-videos .details-title, .page-blogs .details-title {
  display: none;
}

.page-news .js-form-type-select select, .page-videos .js-form-type-select select, .page-blogs .js-form-type-select select {
  border: 1px solid #adadad;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 150px;
  cursor: pointer;
}

.page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
  margin-bottom: 1.4375rem;
  margin-right: 0 !important;
  margin-left: 0;
  width: 100%;
  background: #fff;
  display: inline-block;
}

@media screen and (min-width: 37.5625em) {
  .page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .page-news .frontpage-news .views-row:last-child, .page-videos .frontpage-news .views-row:last-child, .page-blogs .frontpage-news .views-row:last-child {
    margin-right: 0;
  }
  .page-news .frontpage-news .views-row:nth-child(2n), .page-videos .frontpage-news .views-row:nth-child(2n), .page-blogs .frontpage-news .views-row:nth-child(2n) {
    margin-left: 2.12766%;
  }
  .page-news .frontpage-news .views-row:nth-child(2n+1), .page-videos .frontpage-news .views-row:nth-child(2n+1), .page-blogs .frontpage-news .views-row:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .page-news .frontpage-news .views-row:last-child, .page-videos .frontpage-news .views-row:last-child, .page-blogs .frontpage-news .views-row:last-child {
    margin-right: 0;
  }
  .page-news .frontpage-news .views-row:nth-child(2n+1), .page-videos .frontpage-news .views-row:nth-child(2n+1), .page-blogs .frontpage-news .views-row:nth-child(2n+1) {
    clear: none;
  }
  .page-news .frontpage-news .views-row:nth-child(3n+1), .page-videos .frontpage-news .views-row:nth-child(3n+1), .page-blogs .frontpage-news .views-row:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .page-news .frontpage-news .views-row:nth-child(2n+7), .page-videos .frontpage-news .views-row:nth-child(2n+7), .page-blogs .frontpage-news .views-row:nth-child(2n+7) {
    margin-right: 2.12766%;
    margin-left: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-news .frontpage-news .views-row:nth-child(2n), .page-videos .frontpage-news .views-row:nth-child(2n), .page-blogs .frontpage-news .views-row:nth-child(2n) {
    margin-left: 0;
  }
  .page-news .frontpage-news .views-row:nth-child(3n+2), .page-videos .frontpage-news .views-row:nth-child(3n+2), .page-blogs .frontpage-news .views-row:nth-child(3n+2) {
    margin-left: 2.12766% !important;
    margin-right: 2.12766% !important;
  }
}

.page-news .frontpage-news .pager--load-more, .page-news .frontpage-news .js-pager__items, .page-videos .frontpage-news .pager--load-more, .page-videos .frontpage-news .js-pager__items, .page-blogs .frontpage-news .pager--load-more, .page-blogs .frontpage-news .js-pager__items {
  clear: both;
  width: 49.5%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.page-news .frontpage-news .pager--load-more:hover, .page-news .frontpage-news .js-pager__items:hover, .page-videos .frontpage-news .pager--load-more:hover, .page-videos .frontpage-news .js-pager__items:hover, .page-blogs .frontpage-news .pager--load-more:hover, .page-blogs .frontpage-news .js-pager__items:hover {
  background-color: #378459;
}

.page-news .frontpage-news .pager--load-more a, .page-news .frontpage-news .js-pager__items a, .page-videos .frontpage-news .pager--load-more a, .page-videos .frontpage-news .js-pager__items a, .page-blogs .frontpage-news .pager--load-more a, .page-blogs .frontpage-news .js-pager__items a {
  text-decoration: none;
}

.page-news .frontpage-news .pager--load-more a, .page-news .frontpage-news .js-pager__items a, .page-videos .frontpage-news .pager--load-more a, .page-videos .frontpage-news .js-pager__items a, .page-blogs .frontpage-news .pager--load-more a, .page-blogs .frontpage-news .js-pager__items a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
}

.sticky-element {
  position: sticky;
  margin-top: 0;
}

.leader {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  background: #ebebeb;
  z-index: 200;
}

@media screen and (min-width: 48.0625em) {
  .leader {
    bottom: -10px;
    position: relative;
    background: none;
  }
}

@media screen and (min-width: 37.5625em) {
  .leader #block-leaderboard, .leader #block-gpt-7294-masthead1 {
    display: block;
  }
}

@media screen and (min-width: 48.0625em) {
  .leader #block-leaderboard, .leader #block-gpt-7294-masthead1 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.leader #block-leaderboard iframe, .leader #block-gpt-7294-masthead1 iframe {
  margin: 0 auto;
  display: block;
}

.leader #block-leaderboard .google-dfp-ad, .leader #block-gpt-7294-masthead1 .google-dfp-ad {
  text-align: center;
}

.leader #block-dfptagmobilebanner {
  display: block;
}

.leader #block-dfptagmobilebanner iframe {
  width: 320px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 37.5625em) {
  .leader #block-dfptagmobilebanner {
    display: none;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.leader #block-dfptagmobilebanner iframe {
  margin: 0 auto;
  width: 320px;
  display: block;
}

#block-mpu-2, #block-dfptagmpu--3, #block-dfptagbottommpu, #block-mpu-2--3, #block-bottommpu--3, #block-gpt-7294-mpu-flexible1--3 {
  text-align: center;
  margin-bottom: 1.2rem;
}

#block-mpu-2 #js-dfp-tag-mpu, #block-dfptagmpu--3 #js-dfp-tag-mpu, #block-dfptagbottommpu #js-dfp-tag-mpu, #block-mpu-2--3 #js-dfp-tag-mpu, #block-bottommpu--3 #js-dfp-tag-mpu, #block-gpt-7294-mpu-flexible1--3 #js-dfp-tag-mpu {
  display: inline-block;
  background: #ebebeb;
}

.front_page .frontpage-news #block-mpu-2 .views-row, .front_page .frontpage-news #block-dfptagmpu--3 .views-row, .front_page .frontpage-news #block-mpu-2--3 .views-row, .page-news .frontpage-news #block-mpu-2 .views-row, .page-news .frontpage-news #block-dfptagmpu--3 .views-row, .page-news .frontpage-news #block-mpu-2--3 .views-row {
  width: 100%;
}

.front_page .frontpage-news #block-mpu-2 .views-row .body, .front_page .frontpage-news #block-dfptagmpu--3 .views-row .body, .front_page .frontpage-news #block-mpu-2--3 .views-row .body, .page-news .frontpage-news #block-mpu-2 .views-row .body, .page-news .frontpage-news #block-dfptagmpu--3 .views-row .body, .page-news .frontpage-news #block-mpu-2--3 .views-row .body {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.front_page .frontpage-news #block-mpu-2 .views-row .body p, .front_page .frontpage-news #block-dfptagmpu--3 .views-row .body p, .front_page .frontpage-news #block-mpu-2--3 .views-row .body p, .page-news .frontpage-news #block-mpu-2 .views-row .body p, .page-news .frontpage-news #block-dfptagmpu--3 .views-row .body p, .page-news .frontpage-news #block-mpu-2--3 .views-row .body p {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2856em;
  color: #555;
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-news #block-mpu-2 .views-row .body p, .front_page .frontpage-news #block-dfptagmpu--3 .views-row .body p, .front_page .frontpage-news #block-mpu-2--3 .views-row .body p, .page-news .frontpage-news #block-mpu-2 .views-row .body p, .page-news .frontpage-news #block-dfptagmpu--3 .views-row .body p, .page-news .frontpage-news #block-mpu-2--3 .views-row .body p {
    font-size: 1.25rem;
  }
}

.front_page .frontpage-news #block-mpu-2, .front_page .frontpage-news #block-dfptagmpu--3, .front_page .frontpage-news #block-mpu-2--3, .page-news .frontpage-news #block-mpu-2, .page-news .frontpage-news #block-dfptagmpu--3, .page-news .frontpage-news #block-mpu-2--3 {
  clear: both;
  width: 100%;
  margin-bottom: 1.25rem;
}

.front_page .frontpage-news #block-mpu-2 .views-row, .front_page .frontpage-news #block-dfptagmpu--3 .views-row, .front_page .frontpage-news #block-mpu-2--3 .views-row, .page-news .frontpage-news #block-mpu-2 .views-row, .page-news .frontpage-news #block-dfptagmpu--3 .views-row, .page-news .frontpage-news #block-mpu-2--3 .views-row {
  margin: 0 auto;
  float: none;
}

@media screen and (min-width: 37.5625em) {
  .front_page .frontpage-news #block-mpu-2, .front_page .frontpage-news #block-dfptagmpu--3, .front_page .frontpage-news #block-mpu-2--3, .page-news .frontpage-news #block-mpu-2, .page-news .frontpage-news #block-dfptagmpu--3, .page-news .frontpage-news #block-mpu-2--3 {
    clear: none;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .front_page .frontpage-news #block-mpu-2:last-child, .front_page .frontpage-news #block-dfptagmpu--3:last-child, .front_page .frontpage-news #block-mpu-2--3:last-child, .page-news .frontpage-news #block-mpu-2:last-child, .page-news .frontpage-news #block-dfptagmpu--3:last-child, .page-news .frontpage-news #block-mpu-2--3:last-child {
    margin-right: 0;
  }
  .front_page .frontpage-news #block-mpu-2 #js-dfp-tag-leaderboard, .front_page .frontpage-news #block-dfptagmpu--3 #js-dfp-tag-leaderboard, .front_page .frontpage-news #block-mpu-2--3 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-mpu-2 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-dfptagmpu--3 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-mpu-2--3 #js-dfp-tag-leaderboard {
    width: inherit;
    margin: inherit;
    float: none;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-news #block-mpu-2, .front_page .frontpage-news #block-dfptagmpu--3, .front_page .frontpage-news #block-mpu-2--3, .page-news .frontpage-news #block-mpu-2, .page-news .frontpage-news #block-dfptagmpu--3, .page-news .frontpage-news #block-mpu-2--3 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .front_page .frontpage-news #block-mpu-2:last-child, .front_page .frontpage-news #block-dfptagmpu--3:last-child, .front_page .frontpage-news #block-mpu-2--3:last-child, .page-news .frontpage-news #block-mpu-2:last-child, .page-news .frontpage-news #block-dfptagmpu--3:last-child, .page-news .frontpage-news #block-mpu-2--3:last-child {
    margin-right: 0;
  }
  .front_page .frontpage-news #block-mpu-2 #js-dfp-tag-leaderboard, .front_page .frontpage-news #block-dfptagmpu--3 #js-dfp-tag-leaderboard, .front_page .frontpage-news #block-mpu-2--3 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-mpu-2 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-dfptagmpu--3 #js-dfp-tag-leaderboard, .page-news .frontpage-news #block-mpu-2--3 #js-dfp-tag-leaderboard {
    width: inherit;
    margin: inherit;
    float: left;
  }
}

.front_page .frontpage-news #js-dfp-tag-leaderboard {
  clear: both;
  width: 100%;
}

.front_page .frontpage-news #js-dfp-tag-leaderboard .views-row {
  margin: 0 auto;
  float: none;
}

@media screen and (min-width: 37.5625em) {
  .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row {
    float: none;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row:last-child {
    margin-right: 0;
  }
  .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row:last-child {
    margin: 0 auto;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-news #js-dfp-tag-leaderboard {
    clear: none;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .front_page .frontpage-news #js-dfp-tag-leaderboard:last-child {
    margin-right: 0;
  }
  .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row {
    width: inherit;
    margin: inherit;
    float: left;
  }
  .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row:last-child {
    margin-right: 0;
  }
}

.front_page .views-row.in-content-mpu {
  text-align: center;
}

@media screen and (min-width: 37.5625em) {
  .front_page .views-row.in-content-mpu {
    width: 100%;
    margin-right: 0;
  }
  .front_page .views-row.in-content-mpu iframe {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .views-row.in-content-mpu {
    width: 31.9149%;
    margin-right: 2.12766%;
  }
}

@media screen and (min-width: 37.5625em) {
  .page-news .frontpage-news .views-row.in-content-mpu {
    height: 335px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .page-news .frontpage-news .views-row.in-content-mpu {
    height: 395px;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-news .frontpage-news .views-row.in-content-mpu {
    height: auto;
  }
}

@media screen and (min-width: 37.5625em) {
  .page-news .frontpage-news .views-row.in-content-mpu #block-mpu-2 .views-row .body, .page-news .frontpage-news .views-row.in-content-mpu #block-dfptagmpu--3 .views-row .body, .page-news .frontpage-news .views-row.in-content-mpu #block-mpu-2--3 .views-row .body {
    height: 9.125rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-news .frontpage-news .views-row.in-content-mpu #block-mpu-2 .views-row .body, .page-news .frontpage-news .views-row.in-content-mpu #block-dfptagmpu--3 .views-row .body, .page-news .frontpage-news .views-row.in-content-mpu #block-mpu-2--3 .views-row .body {
    height: 6.5625rem;
  }
}

@media screen and (min-width: 37.5625em) {
  .front_page .frontpage-news .views-row.in-content-mpu .views-row {
    float: none;
  }
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-news .views-row.in-content-mpu .views-row {
    float: left;
  }
}

@media screen and (min-width: 37.5625em) {
  .section-taxonomy .taxonomy-terms .views-row.in-content-mpu {
    height: 335px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .section-taxonomy .taxonomy-terms .views-row.in-content-mpu {
    height: 395px;
  }
}

@media screen and (min-width: 48.0625em) {
  .section-taxonomy .taxonomy-terms .views-row.in-content-mpu {
    height: auto;
  }
}

.section-taxonomy .taxonomy-terms .views-row.in-content-mpu .views-row {
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .section-taxonomy .taxonomy-terms .views-row.in-content-mpu .views-row .body {
    height: 9.125rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .section-taxonomy .taxonomy-terms .views-row.in-content-mpu .views-row .body {
    height: 6.5625rem;
  }
}

.front_page .frontpage-news #block-dfptagmpu--3, .page-news .frontpage-news #block-dfptagmpu--3, .front_page .frontpage-news #block-mpu-2, .page-news .frontpage-news #block-mpu-2--3, .page-news .frontpage-news #block-mpu-2, .front_page .frontpage-news #block-mpu-2, .page-news .frontpage-news #block-mpu-2--3 {
  width: 100%;
}

.masthead-ad iframe, #block-bannermobile iframe {
  margin: 0 auto;
  display: block;
}

.masthead-ad .google-dfp-ad, #block-bannermobile .google-dfp-ad {
  text-align: center;
}

.article h1 {
  color: #1A262E;
  font-size: 1.85rem;
  margin-top: 10px;
}

@media screen and (min-width: 37.5625em) {
  .article h1 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.article.video .field_image a {
  position: relative;
  display: block;
}

.article.video .field_image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/video-play-overlay.png") center no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.article #content-area .block-social-media {
  clear: both;
}

.article #content-area .inline {
  display: block;
  height: 2rem;
}

.article #content-area .category, .article #content-area .seperator, .article #content-area .date {
  float: left;
}

.article #content-area .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.article #content-area .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.article #content-area .category a, .article #content-area #taxonimies a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.article #content-area .category #taxonimies > div, .article #content-area #taxonimies #taxonimies > div {
  display: inline;
}

.article #content-area .field_image {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article #content-area .byline {
  color: #6A6A6A;
  font-size: 0.875rem;
}

.article #content-area .byline .author-name {
  font-weight: 700;
}

.article #content-area .paragraph--type--image {
  clear: both;
}

.article #content-area .paragraph--type--image .multiple img {
  max-width: 48.387%;
  float: left;
  margin-bottom: 1.25rem;
}

.article #content-area .paragraph--type--image .multiple .field_image div:nth-child(1) img {
  margin-right: 3.226%;
}

.article #content-area .paragraph--type--image-s- .field_caption {
  margin-bottom: 1.25rem;
}

.article #content-area .paragraph--type--image-s- .field_category, .article #content-area .paragraph--type--image-s- .field_marque_tag, .article #content-area .paragraph--type--image-s- .field_event_tag {
  float: left;
}

.article #content-area .paragraph--type--image-s- .field_marque_tag, .article #content-area .paragraph--type--image-s- .field_event_tag {
  margin-right: 0.5rem;
}

.article #content-area .paragraph--type--image-s- a {
  color: #912219;
}

.article #content-area .field_caption {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #5b5b5b;
  font-style: italic;
  text-align: center;
}

.article #content-area .field_paragraph p:empty {
  display: none;
}

.article #content-area #taxonimies .field_category, .article #content-area #taxonimies .field_marque_tag, .article #content-area #taxonimies .field_event_tag, .article #content-area #taxonimies .field_general_tag {
  margin: 0 1.25rem 1.25rem 0;
  display: inline-block;
}

.article #content-area #taxonimies .field_category > div, .article #content-area #taxonimies .field_marque_tag > div, .article #content-area #taxonimies .field_event_tag > div, .article #content-area #taxonimies .field_general_tag > div {
  display: inline-block;
  margin-right: 1rem;
}

.article #content-area .bottom-social-share {
  display: none;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .article #content-area .bottom-social-share {
    display: block;
  }
}

.article #content-area .mobile-social-share {
  clear: both;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .article #content-area .mobile-social-share {
    display: none;
  }
}

.article #content-area .field_byline {
  width: 100%;
  clear: both;
  display: table;
  padding: 1.25rem;
  background-color: #f4f4f4;
  margin-bottom: 1.3rem;
}

.article #content-area .field_byline .left {
  width: 16%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
}

.article #content-area .field_byline .left img {
  border-radius: 60px;
}

.article #content-area .field_byline .right {
  margin-right: 3%;
  width: 75%;
  float: left;
}

.article #sidebar-second {
  background: transparent none repeat scroll 0 0;
}

.article #sidebar-second .field_image img {
  margin: 0.4rem auto;
}

@media screen and (min-width: 37.5625em) {
  .article #sidebar-second {
    width: 100%;
  }
  .article #sidebar-second #block-carsearch--3, .article #sidebar-second .block-quicktabs {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 37.5625em) and (min-width: 37.5625em) {
  .article #sidebar-second #block-carsearch--3, .article #sidebar-second .block-quicktabs {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 37.5625em) and (min-width: 60.0625em) {
  .article #sidebar-second #block-carsearch--3, .article #sidebar-second .block-quicktabs {
    width: 100%;
  }
}

@media screen and (min-width: 37.5625em) {
  .article #sidebar-second #block-carsearch--3 #quicktabs-sidebar, .article #sidebar-second .block-quicktabs #quicktabs-sidebar {
    padding-top: 0;
  }
  .article #sidebar-second #block-carsearch--3 #quicktabs-sidebar .ui-tabs-nav, .article #sidebar-second .block-quicktabs #quicktabs-sidebar .ui-tabs-nav {
    padding-top: 0;
  }
  .article #sidebar-second .block-quicktabs {
    padding-left: 2%;
  }
}

@media screen and (min-width: 60.0625em) {
  .article #sidebar-second {
    width: 31.9149%;
  }
  .article #sidebar-second #quicktabs-sidebar {
    padding-top: 0;
  }
  .article #sidebar-second #quicktabs-sidebar .ui-tabs-nav {
    padding-top: 0;
  }
  .article #sidebar-second #block-dfptagmpu, .article #sidebar-second #block-mpu-2 {
    display: block;
  }
  .article #sidebar-second #block-carsearch--3, .article #sidebar-second .block-quicktabs {
    width: 100%;
    float: none;
  }
}

.article #sidebar-second #quicktabs-sidebar {
  font-size: 0.9375rem;
  border: none;
  font-family: oxygen;
  padding-left: 0;
  padding-right: 0;
}

.article #sidebar-second #quicktabs-sidebar .ui-widget-header {
  background: #fff none repeat scroll 0 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.article #sidebar-second #quicktabs-sidebar .ui-widget-content {
  border: none;
}

.article #sidebar-second #quicktabs-sidebar .ui-state-active, .article #sidebar-second #quicktabs-sidebar .ui-widget-content .ui-state-active, .article #sidebar-second #quicktabs-sidebar .ui-widget-header .ui-state-active {
  background: #BFD783;
}

.article #sidebar-second #quicktabs-sidebar .ui-state-active .ui-tabs-anchor, .article #sidebar-second #quicktabs-sidebar .ui-widget-content .ui-state-active .ui-tabs-anchor, .article #sidebar-second #quicktabs-sidebar .ui-widget-header .ui-state-active .ui-tabs-anchor {
  text-align: center;
  width: 100%;
}

.article #sidebar-second #quicktabs-sidebar .ui-state-active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
  width: 0;
  height: 0;
  border-top: solid 7.5px #BFD783;
  border-left: solid 7.5px transparent;
  border-right: solid 7.5px transparent;
}

.article #sidebar-second #quicktabs-sidebar .ui-state-default {
  background: none;
}

.article #sidebar-second #quicktabs-sidebar .ui-state-default .ui-tabs-anchor {
  text-align: center;
  width: 100%;
}

.article #sidebar-second #quicktabs-sidebar .ui-tabs-nav li {
  width: 33%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.article #sidebar-second #quicktabs-sidebar .ui-tabs-nav li .ui-tabs-anchor {
  padding: 0.5em 0;
}

.article #sidebar-second #quicktabs-sidebar .ui-tabs-panel {
  padding: 0;
}

.article #taxonimies a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  margin: 0 1.25rem 1.25rem 0;
  display: inline-block;
}

.article .bottom-social-share {
  display: none;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .article .bottom-social-share {
    display: block;
  }
}

.article .mobile-social-share {
  clear: both;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .article .mobile-social-share {
    display: none;
  }
}

.article .field_byline {
  width: 100%;
  clear: both;
  display: table;
  padding: 1.25rem;
  background-color: #f4f4f4;
  margin-bottom: 1.3rem;
}

.article .field_byline .left {
  width: 16%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
}

.article .field_byline .left img {
  border-radius: 60px;
}

.article .field_byline .right {
  margin-right: 3%;
  width: 75%;
  float: left;
}

.article .masthead-ad {
  clear: both;
  padding-top: 15px;
  margin-bottom: 1.875rem;
}

.article .paragraph--type--image-s- .field_caption {
  margin-bottom: 1.25rem;
}

.article .newcontent .field_caption {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #5b5b5b;
  font-style: italic;
  text-align: center;
}

.article .newcontent .field_image {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#block-topmultipurposeunit,
#block-gpt-7294-lazyloaded-mpu2,
#block-gpt-7294-lazyloaded-mpu3,
#block-gpt-7294-lazyloaded-mpu4,
#block-gpt-7294-lazyloaded-mpu5,
#block-gpt-7294-lazyloaded-mpu6,
#block-gpt-7294-lazyloaded-mpu7,
#block-gpt-7294-lazyloaded-mpu8,
#block-gpt-7294-lazyloaded-mpu9,
#block-gpt-7294-lazyloaded-mpu10 {
  text-align: center;
  margin-bottom: 1.2rem;
}

.inter-scroller-ad-label,
.inter-scroller-scroll-label {
  color: #fff;
  background-color: #000;
  text-align: center;
  left: 0;
  font-size: .875rem;
  padding: 8px 0;
  position: relative;
}

#quicktabs-sidebar .ui-tabs-nav {
  border-radius: 3px;
}

#quicktabs-sidebar .ui-tabs-nav li a {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}

.latest-news .views-row:nth-child(4) .article--layout-quicktab .quicktab-left, .latest-news .views-row:nth-child(4) .article--layout-quicktab .quicktab-right, .latest-blogs .views-row:nth-child(4) .article--layout-quicktab .quicktab-left, .latest-blogs .views-row:nth-child(4) .article--layout-quicktab .quicktab-right, .latest-videos .views-row:nth-child(4) .article--layout-quicktab .quicktab-left, .latest-videos .views-row:nth-child(4) .article--layout-quicktab .quicktab-right {
  padding-bottom: 1rem;
}

.latest-news .more-link, .latest-blogs .more-link, .latest-videos .more-link {
  clear: both;
  width: 100%;
  height: 2.625rem;
  background-color: #BFD783;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1rem auto 3.125rem;
  display: inline-block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.latest-news .more-link:hover, .latest-blogs .more-link:hover, .latest-videos .more-link:hover {
  background-color: #A2B670;
}

.latest-news .more-link a, .latest-blogs .more-link a, .latest-videos .more-link a {
  text-decoration: none;
}

.latest-news .more-link a, .latest-blogs .more-link a, .latest-videos .more-link a {
  color: #000;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
  width: 100%;
}

.article--layout-quicktab .quicktab-left, .article--layout-quicktab .quicktab-right {
  padding-top: 1rem;
}

.article--layout-quicktab .quicktab-left {
  width: 35.67%;
  float: left;
}

.article--layout-quicktab .quicktab-right {
  width: 64.33%;
  float: left;
}

.article--layout-quicktab .field_image {
  float: left;
}

.article--layout-quicktab h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.3rem;
  color: #333;
}

.article--layout-quicktab h2, .article--layout-quicktab .inline {
  padding-left: 0.5rem;
  padding-top: 0;
}

.article--layout-quicktab .category, .article--layout-quicktab .seperator, .article--layout-quicktab .date {
  float: left;
}

.article--layout-quicktab .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.article--layout-quicktab .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  line-height: 0.9375rem;
}

.article--layout-quicktab .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.article .related-articles > h2 {
  font-size: 21875rem;
  line-height: 2.75rem;
  font-weight: 700;
}

.article .related-articles .views-row {
  width: 100%;
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .article .related-articles .views-row:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .views-row {
    margin-bottom: 0;
  }
}

.article .related-articles .views-row.item-2, .article .related-articles .views-row.item-4 {
  margin-right: 0;
  background: #fff;
  float: left;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .views-row.item-2, .article .related-articles .views-row.item-4 {
    margin-bottom: 1.4375rem;
  }
}

.article .related-articles .category, .article .related-articles .seperator, .article .related-articles .date {
  float: left;
}

.article .related-articles .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.article .related-articles .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.article .related-articles .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.article .related-articles .article--layout-listing h2,
.article .related-articles .slideshow--layout-listing h2 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .article--layout-listing h2,
  .article .related-articles .slideshow--layout-listing h2 {
    height: 6.375rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .article .related-articles .article--layout-listing h2,
  .article .related-articles .slideshow--layout-listing h2 {
    height: 3.8175rem;
  }
}

.article .related-articles .article--layout-listing h2 picture, .article .related-articles .article--layout-listing h2 img,
.article .related-articles .slideshow--layout-listing h2 picture,
.article .related-articles .slideshow--layout-listing h2 img {
  max-width: inherit;
}

.article .related-articles .article--layout-listing h2 a,
.article .related-articles .slideshow--layout-listing h2 a {
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .article--layout-listing h2,
  .article .related-articles .slideshow--layout-listing h2 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.article .related-articles .article--layout-listing .left,
.article .related-articles .slideshow--layout-listing .left {
  width: 35.67%;
  float: left;
  clear: none;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .article--layout-listing .left,
  .article .related-articles .slideshow--layout-listing .left {
    width: 100%;
    clear: both;
  }
}

.article .related-articles .article--layout-listing .left .field_image,
.article .related-articles .slideshow--layout-listing .left .field_image {
  margin-top: 0;
  margin-bottom: 0;
}

.article .related-articles .article--layout-listing .right,
.article .related-articles .slideshow--layout-listing .right {
  width: 64.33%;
  float: left;
  clear: none;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .article--layout-listing .right,
  .article .related-articles .slideshow--layout-listing .right {
    width: 100%;
    clear: both;
  }
}

.article .related-articles .article--layout-listing .right .field_image,
.article .related-articles .slideshow--layout-listing .right .field_image {
  float: left;
  clear: none;
}

.article .related-articles .article--layout-listing .right h2,
.article .related-articles .slideshow--layout-listing .right h2 {
  font-size: 1em;
}

@media screen and (min-width: 37.5625em) {
  .article .related-articles .article--layout-listing .right h2,
  .article .related-articles .slideshow--layout-listing .right h2 {
    margin: 0 0 0.5em;
    font-size: 1.25rem;
  }
}

.article .related-articles .article--layout-listing .right .category, .article .related-articles .article--layout-listing .right .seperator, .article .related-articles .article--layout-listing .right .date,
.article .related-articles .slideshow--layout-listing .right .category,
.article .related-articles .slideshow--layout-listing .right .seperator,
.article .related-articles .slideshow--layout-listing .right .date {
  float: left;
}

.article .related-articles .article--layout-listing .right .seperator,
.article .related-articles .slideshow--layout-listing .right .seperator {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.article .related-articles .article--layout-listing .right .date,
.article .related-articles .slideshow--layout-listing .right .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.article .related-articles .article--layout-listing .right .category a,
.article .related-articles .slideshow--layout-listing .right .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.social-media-sharing {
  width: 100%;
  margin: 1rem 0 0 0;
  display: inline-block;
}

.social-media-sharing .share {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 37.5625em) {
  .social-media-sharing .share {
    text-align: left;
  }
}

.social-media-sharing .fa-facebook-f::before, .social-media-sharing .fa-facebook::before, .social-media-sharing .fa-twitter::before, .social-media-sharing .fa-x-twitter::before, .social-media-sharing .fa-envelope::before, .social-media-sharing .fa-google-plus::before {
  margin-right: 0.625rem;
  font-family: FontAwesome;
  font-weight: normal;
}

.social-media-sharing ul {
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 auto;
}

.social-media-sharing ul li {
  position: relative;
  width: -moz-calc(33% - 11px);
  width: -webkit-calc(33% - 11px);
  width: calc(33% - 11px);
  margin: 0 10px 0 0;
}

.social-media-sharing ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: bolder;
  font-family: oxygen;
  padding: 0.5625rem 0.75rem;
  border-radius: 3px;
}

@media screen and (min-width: 37.5625em) {
  .social-media-sharing ul li a {
    text-align: center;
  }
}

.social-media-sharing ul li a:before {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 37.5625em) {
  .social-media-sharing ul li a:before {
    width: auto;
    margin-bottom: 0;
    font-size: 1.4rem;
    vertical-align: -10%;
  }
}

.social-media-sharing li:nth-child(1) a {
  background-color: #3B5998;
}

.social-media-sharing li:nth-child(2) a {
  background-color: #000;
}

.social-media-sharing li:nth-child(3) a {
  background-color: #66A381;
  margin-right: 0;
}

.top-social-share {
  margin-bottom: 1.25rem;
}

.top-social-share .mini-social-share, .top-social-share ul, .mobile-social-share .mini-social-share, .mobile-social-share ul {
  text-align: center;
}

.top-social-share .mini-social-share, .mobile-social-share .mini-social-share {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}

.top-social-share li, .mobile-social-share li {
  text-align: center;
  margin-right: 0;
  width: 13.33%;
  border-radius: 10%;
}

.top-social-share li a, .mobile-social-share li a {
  padding: 10px;
  font-size: 1.375rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
}

.top-social-share li:nth-child(1), .mobile-social-share li:nth-child(1) {
  background-color: #3B5998;
  margin-right: 8.3%;
}

.top-social-share li:nth-child(2), .mobile-social-share li:nth-child(2) {
  background-color: #000;
  margin-right: 8.3%;
}

.top-social-share li:nth-child(3), .mobile-social-share li:nth-child(3) {
  background-color: #66A381;
  margin-right: 8.3%;
}

@media screen and (min-width: 37.5625em) {
  .top-social-share, .mobile-social-share {
    width: 7.5%;
    margin-left: 2%;
    margin-right: 5%;
    float: left;
  }
  .top-social-share .mini-social-media-sharing .mini-social-share, .mobile-social-share .mini-social-media-sharing .mini-social-share {
    font-size: 0.75rem;
    background: #f4f4f4;
    color: #5b5b5b;
    text-align: center;
    margin-bottom: 0.625rem;
  }
  .top-social-share ul, .mobile-social-share ul {
    text-align: inherit;
  }
  .top-social-share ul li, .mobile-social-share ul li {
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 0;
    border-radius: 10%;
  }
  .top-social-share ul li a, .mobile-social-share ul li a {
    padding: 10px;
    font-size: 1.375rem;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .top-social-share ul li:nth-child(1), .mobile-social-share ul li:nth-child(1) {
    margin-bottom: 0.625rem;
  }
  .top-social-share ul li:nth-child(2), .mobile-social-share ul li:nth-child(2) {
    margin-bottom: 0.625rem;
  }
  .top-social-share ul li:nth-child(3), .mobile-social-share ul li:nth-child(3) {
    margin-bottom: 0.625rem;
  }
}

.field_byline .user-name {
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
}

.field_byline .field_biography {
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
}

.field_byline .twitter_link {
  color: #009DF8;
  font-size: 1.25rem;
}

.field_byline .twitter_link:before {
  font-family: FontAwesome;
  font-weight: normal;
}

.field_byline .twitter_link .text {
  font-family: "Oxygen";
}

.field_byline .twitter_link .text a {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #009DF8;
  margin-left: 0.25rem;
}

.twitter_link:before {
  font-family: FontAwesome;
  font-weight: normal;
}

.section-users .twitter_link {
  font-family: Font Awesome;
}

.club-listings > span, .car-listings > span, .marque-directory > span, .page-classic-cars-a-to-z > span {
  width: 12.33%;
  display: block;
  float: left;
  background: #f4f4f4;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 37.5625em) {
  .club-listings > span, .car-listings > span, .marque-directory > span, .page-classic-cars-a-to-z > span {
    width: 3.846%;
    margin-bottom: 2rem;
  }
}

.club-listings > span .is-active, .car-listings > span .is-active, .marque-directory > span .is-active, .page-classic-cars-a-to-z > span .is-active {
  background: #FFED59;
  padding: 0.5626rem;
}

.club-listings > span :hover, .car-listings > span :hover, .marque-directory > span :hover, .page-classic-cars-a-to-z > span :hover {
  background: #d8d8d8;
  padding: 0.5626rem;
}

.club-listings .listing-results, .car-listings .listing-results, .marque-directory .listing-results, .page-classic-cars-a-to-z .listing-results {
  clear: both;
  position: relative;
}

.club-listings .fake-body, .car-listings .fake-body, .marque-directory .fake-body, .page-classic-cars-a-to-z .fake-body {
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .club-listings .fake-body, .car-listings .fake-body, .marque-directory .fake-body, .page-classic-cars-a-to-z .fake-body {
    min-height: 37rem;
  }
}

.club-listings .fake-body .views-field-title, .car-listings .fake-body .views-field-title, .marque-directory .fake-body .views-field-title, .page-classic-cars-a-to-z .fake-body .views-field-title {
  line-height: 2.9375rem;
}

.club-listings .fake-body .views-field-title span a.use-ajax, .car-listings .fake-body .views-field-title span a.use-ajax, .marque-directory .fake-body .views-field-title span a.use-ajax, .page-classic-cars-a-to-z .fake-body .views-field-title span a.use-ajax {
  color: #00672E;
}

@media screen and (min-width: 37.5625em) {
  .club-listings .fake-body, .car-listings .fake-body, .marque-directory .fake-body, .page-classic-cars-a-to-z .fake-body {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .club-listings .fake-body, .car-listings .fake-body, .marque-directory .fake-body, .page-classic-cars-a-to-z .fake-body {
    width: auto;
    margin-right: 320px;
  }
}

.club-listings .fake-sidebar, .car-listings .fake-sidebar, .marque-directory .fake-sidebar, .page-classic-cars-a-to-z .fake-sidebar {
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .club-listings .fake-sidebar, .car-listings .fake-sidebar, .marque-directory .fake-sidebar, .page-classic-cars-a-to-z .fake-sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 48.0625em) {
  .club-listings .fake-sidebar, .car-listings .fake-sidebar, .marque-directory .fake-sidebar, .page-classic-cars-a-to-z .fake-sidebar {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.listings-text, .frontpage-featured-articles .views-row h2, .frontpage-featured-articles .views-row .inline, .article .related-articles .article--layout-listing .right h2, .article .related-articles .article--layout-listing .right .inline,
.article .related-articles .slideshow--layout-listing .right h2,
.article .related-articles .slideshow--layout-listing .right .inline, .article--layout-listing h2,
.article--layout-teaser h2,
.slideshow--layout-listing h2,
.slideshow--layout-teaser h2 {
  padding: 0.1rem 0 0 0.5rem;
}

@media screen and (min-width: 37.5625em) {
  .listings-text, .frontpage-featured-articles .views-row h2, .frontpage-featured-articles .views-row .inline, .article .related-articles .article--layout-listing .right h2, .article .related-articles .article--layout-listing .right .inline,
  .article .related-articles .slideshow--layout-listing .right h2,
  .article .related-articles .slideshow--layout-listing .right .inline, .article--layout-listing h2,
  .article--layout-teaser h2,
  .slideshow--layout-listing h2,
  .slideshow--layout-teaser h2 {
    padding: 0.325rem 0 0 0;
  }
}

.article--layout-listing h2,
.article--layout-teaser h2,
.slideshow--layout-listing h2,
.slideshow--layout-teaser h2 {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.5rem;
  display: inline-block;
}

@media screen and (min-width: 37.5625em) {
  .article--layout-listing h2,
  .article--layout-teaser h2,
  .slideshow--layout-listing h2,
  .slideshow--layout-teaser h2 {
    font-size: 1.15rem;
    line-height: 1.625rem;
    padding-top: 0.325rem;
  }
}

.article--layout-listing h2 a,
.article--layout-teaser h2 a,
.slideshow--layout-listing h2 a,
.slideshow--layout-teaser h2 a {
  color: #333;
}

.article--layout-listing .left, .article--layout-listing .right,
.article--layout-teaser .left,
.article--layout-teaser .right,
.slideshow--layout-listing .left,
.slideshow--layout-listing .right,
.slideshow--layout-teaser .left,
.slideshow--layout-teaser .right {
  float: left;
  clear: none;
}

@media screen and (min-width: 37.5625em) {
  .article--layout-listing .left, .article--layout-listing .right,
  .article--layout-teaser .left,
  .article--layout-teaser .right,
  .slideshow--layout-listing .left,
  .slideshow--layout-listing .right,
  .slideshow--layout-teaser .left,
  .slideshow--layout-teaser .right {
    clear: both;
  }
}

.article--layout-listing .left,
.article--layout-teaser .left,
.slideshow--layout-listing .left,
.slideshow--layout-teaser .left {
  width: 35.67%;
}

@media screen and (min-width: 37.5625em) {
  .article--layout-listing .left,
  .article--layout-teaser .left,
  .slideshow--layout-listing .left,
  .slideshow--layout-teaser .left {
    width: 100%;
  }
}

.article--layout-listing .right,
.article--layout-teaser .right,
.slideshow--layout-listing .right,
.slideshow--layout-teaser .right {
  width: 64.33%;
}

@media screen and (min-width: 37.5625em) {
  .article--layout-listing .right,
  .article--layout-teaser .right,
  .slideshow--layout-listing .right,
  .slideshow--layout-teaser .right {
    width: 100%;
  }
}

.article--layout-listing .inline,
.article--layout-teaser .inline,
.slideshow--layout-listing .inline,
.slideshow--layout-teaser .inline {
  padding-top: 0;
  padding-left: 0.5rem;
}

.article--layout-listing .inline .category, .article--layout-listing .inline .seperator, .article--layout-listing .inline .date,
.article--layout-teaser .inline .category,
.article--layout-teaser .inline .seperator,
.article--layout-teaser .inline .date,
.slideshow--layout-listing .inline .category,
.slideshow--layout-listing .inline .seperator,
.slideshow--layout-listing .inline .date,
.slideshow--layout-teaser .inline .category,
.slideshow--layout-teaser .inline .seperator,
.slideshow--layout-teaser .inline .date {
  float: left;
}

@media screen and (min-width: 37.5625em) {
  .article--layout-listing .inline,
  .article--layout-teaser .inline,
  .slideshow--layout-listing .inline,
  .slideshow--layout-teaser .inline {
    padding: 0;
  }
}

.article--layout-listing .inline .seperator,
.article--layout-teaser .inline .seperator,
.slideshow--layout-listing .inline .seperator,
.slideshow--layout-teaser .inline .seperator {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.article--layout-listing .inline .date,
.article--layout-teaser .inline .date,
.slideshow--layout-listing .inline .date,
.slideshow--layout-teaser .inline .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.article--layout-listing .inline .category a,
.article--layout-teaser .inline .category a,
.slideshow--layout-listing .inline .category a,
.slideshow--layout-teaser .inline .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.section-clubs-listings h1 {
  margin-bottom: 2rem;
}

.section-clubs-listings #header .search {
  position: absolute;
  top: 5px;
  right: 10px;
}

.section-clubs-listings #block-classic-search {
  float: left;
}

.section-clubs-listings .ui-widget-overlay {
  background: none;
  background-color: black;
  opacity: 0.5;
}

.section-clubs-listings .ui-dialog:not(.search) {
  font-family: Oxygen;
  width: auto;
  z-index: 1000 !important;
  padding: 0;
  border-radius: 0;
}

@media screen and (min-width: 37.5625em) {
  .section-clubs-listings .ui-dialog:not(.search) {
    width: 600px !important;
  }
}

.section-clubs-listings .ui-dialog:not(.search) .ui-dialog-title {
  font-size: 22px;
  color: #1A262E;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-widget-header {
  border: none;
  background: #bfd783;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.1em;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-corner-all, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-bottom, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-right, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-br, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-left, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-bl, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-top, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-tr, .section-clubs-listings .ui-dialog:not(.search) .ui-corner-tl {
  border-radius: 0;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-widget-content {
  border-top: none;
  float: left;
  padding-top: 0;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-widget-content input {
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  border-radius: 0px;
  font-size: 40px;
  padding: 0;
  color: #1A262E;
}

.section-clubs-listings .ui-dialog:not(.search) button.ui-dialog-titlebar-close {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only {
  background-color: #ffffff;
  position: relative;
  float: right;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only.ui-dialog-titlebar-close {
  height: 20px;
  margin-right: 20px;
  margin-top: 8px;
  width: 14.4px;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only .ui-icon {
  background-image: url(../../images/source/close.png);
  width: 40px;
  height: 40px;
  left: 0%;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only .ui-icon-closethick {
  background-position: 0 0;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 2px;
  margin-left: 0;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only .ui-button-text {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  clear: both;
  text-indent: 0;
  padding: 0;
  font-size: 8px;
  text-transform: uppercase;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-dialog-buttonpane {
  margin-top: 0.4em;
  padding: 0em 1em;
  float: right;
  width: 100%;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-dialog-buttonpane .ui-button-text {
  line-height: 20px;
}

.section-clubs-listings .ui-dialog:not(.search) .ui-dialog-titlebar {
  padding-bottom: 0px;
  padding-right: 0px;
}

.section-clubs-listings .ui-dialog:not(.search) button.form-submit {
  margin: 0;
  background: #5EA382;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  width: 100%;
}

.section-clubs-listings .ui-dialog:not(.search) button.form-submit .ui-dialog-titlebar-close ui-button-text {
  text-indent: 0px;
  font-size: 0.5em;
  text-transform: uppercase;
}

.section-clubs-listings .ui-dialog:not(.search).ui-widget-content {
  border: none;
}

@media screen and (min-width: 37.5625em) {
  .section-clubs-listings .ui-dialog.search {
    width: 320px !important;
  }
}

@media screen and (min-width: 60.0625em) {
  .section-clubs-listings .ui-dialog.search {
    width: 619px !important;
  }
  .section-clubs-listings .ui-dialog.search .ui-dialog-buttonpane {
    width: auto;
    padding: 0;
  }
  .section-clubs-listings .ui-dialog.search .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: auto;
  }
  .section-clubs-listings .ui-dialog.search .button.form-submit {
    width: 141px;
  }
}

.club-listings, .car-listings {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .club-listings, .car-listings {
    display: table;
    margin-top: 0;
  }
}

.club-listings > span, .car-listings > span {
  display: inline-block;
  float: left;
  background: #f4f4f4;
  padding: 0.625rem 0;
}

@media screen and (min-width: 37.5625em) {
  .club-listings > span, .car-listings > span {
    display: table-cell;
    float: none;
  }
}

.club-listings > span a, .car-listings > span a {
  border-radius: 5px;
  width: 100%;
}

.club-listings > span .is-active, .car-listings > span .is-active {
  background: #FFED59;
  padding: 0.5626rem;
}

.club-listings > span :hover, .car-listings > span :hover {
  background: #d8d8d8;
  padding: 0.5626rem;
}

.club-listings .listing-results, .car-listings .listing-results {
  clear: both;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .club-listings .view-display-id-attachment_1 .view-content, .car-listings .view-display-id-attachment_1 .view-content {
    display: table;
    margin-top: 0;
    width: 100%;
  }
}

.club-listings .view-display-id-attachment_1 .view-content > span, .car-listings .view-display-id-attachment_1 .view-content > span {
  display: inline-block;
  float: left;
  background: #f4f4f4;
  padding: 0.625rem 0;
}

@media screen and (min-width: 37.5625em) {
  .club-listings .view-display-id-attachment_1 .view-content > span, .car-listings .view-display-id-attachment_1 .view-content > span {
    display: table-cell;
    float: none;
  }
}

.club-listings .view-display-id-attachment_1 .view-content > span a, .car-listings .view-display-id-attachment_1 .view-content > span a {
  border-radius: 5px;
  width: 100%;
  padding: 0.5626rem;
}

.club-listings .view-display-id-attachment_1 .view-content > span .is-active, .car-listings .view-display-id-attachment_1 .view-content > span .is-active {
  background: #FFED59;
}

.club-listings .view-display-id-attachment_1 .view-content > span :hover, .car-listings .view-display-id-attachment_1 .view-content > span :hover {
  background: #d8d8d8;
}

.car-listings,
.marque-directory {
  display: block;
}

.car-listings .fake-body,
.marque-directory .fake-body {
  padding-bottom: 2rem;
}

.car-listings .fake-body .views-row,
.marque-directory .fake-body .views-row {
  padding: 2rem;
}

.car-listings .views-row > *,
.marque-directory .views-row > * {
  display: table-cell;
  vertical-align: middle;
}

.car-listings .views-row,
.marque-directory .views-row {
  background: url(../../images/right-chevron.png) no-repeat right 1.25rem center;
  background-size: 25px;
}

.car-listings .views-row:hover,
.marque-directory .views-row:hover {
  clear: both;
  display: table;
  width: 100%;
  cursor: pointer;
  background-color: #ebebeb;
}

.car-listings .views-row .views-field-field-image,
.marque-directory .views-row .views-field-field-image {
  display: none;
}

.car-listings .views-row .views-field-name-1,
.marque-directory .views-row .views-field-name-1 {
  display: table;
  width: 70%;
  font-size: 0.875rem;
  padding-right: 1.25rem;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 48.0625em) {
  .car-listings .views-row .views-field-name-1,
  .marque-directory .views-row .views-field-name-1 {
    display: inline-block;
    width: 24%;
    text-align: right;
    margin: 0;
  }
}

.car-listings .views-row .views-field-name-2,
.marque-directory .views-row .views-field-name-2 {
  display: table;
  font-size: 1rem !important;
  width: 70%;
  text-align: left;
}

@media screen and (min-width: 48.0625em) {
  .car-listings .views-row .views-field-name-2,
  .marque-directory .views-row .views-field-name-2 {
    display: inline-block;
    font-size: 1.75rem !important;
  }
}

.car-listings .views-row .views-field-name-2 h4,
.marque-directory .views-row .views-field-name-2 h4 {
  font-size: 1.65rem;
  margin: 0;
  vertical-align: middle;
}

.car-listings .views-row .views-field-name-2 h4 a,
.marque-directory .views-row .views-field-name-2 h4 a {
  display: inline-block;
}

.car-listings .views-row .right-selector,
.marque-directory .views-row .right-selector {
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .fake-sidebar .block-bottommpu--3, .fake-sidebar .block-bottommpu {
    float: left;
    display: block;
  }
  .fake-sidebar .block-bottommpu--3.stickybar, .fake-sidebar .block-bottommpu.stickybar {
    position: sticky;
  }
}

.fake-sidebar #block-dfptagmpu, .fake-sidebar #block-carsearch, .fake-sidebar #block-mpu-2--3, .fake-sidebar .block-mpu-2 {
  margin-bottom: 1.875rem;
}

.page-parts-services .views-row {
  margin: 20px 0;
}

.page-parts-services .views-row .col-left {
  float: left;
}

.page-parts-services .views-row .col-right {
  float: left;
}

.page-parts-services .views-exposed-form {
  background: #f4f4f4;
  overflow: hidden;
  padding: 0.6875rem;
}

.page-parts-services .views-exposed-form .form--inline {
  float: left;
}

.page-parts-services .views-exposed-form select {
  padding-left: 1rem;
  width: 100%;
}

.page-parts-services .views-exposed-form label {
  font-size: 0.9rem;
}

.page-parts-services .views-exposed-form .form-checkboxes {
  display: none;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .views-exposed-form .form-checkboxes {
    display: block;
    margin: 0.5rem 0;
  }
}

.page-parts-services .views-exposed-form .form-checkboxes .js-form-type-checkbox {
  width: 33%;
  float: left;
  margin-right: 0;
}

.page-parts-services .views-exposed-form .form-checkboxes label {
  margin-bottom: 0.7rem;
  display: inline-block;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .views-exposed-form .form-item-field-services-tag-target-id-1 {
    display: none;
  }
}

.page-parts-services .views-exposed-form .form-item-field-marque-tag-target-id, .page-parts-services .views-exposed-form .form-item-field-location-tag-target-id, .page-parts-services .views-exposed-form .edit-actions {
  width: 100%;
  margin-right: 3.37%;
  float: left;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .views-exposed-form .form-item-field-marque-tag-target-id, .page-parts-services .views-exposed-form .form-item-field-location-tag-target-id, .page-parts-services .views-exposed-form .edit-actions {
    width: 31%;
  }
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .views-exposed-form .form-item-field-marque-tag-target-id select, .page-parts-services .views-exposed-form .form-item-field-location-tag-target-id select, .page-parts-services .views-exposed-form .edit-actions select {
    margin-bottom: 0;
  }
}

.page-parts-services .views-exposed-form .form-item-field-location-tag-target-id select {
  box-sizing: border-box;
  width: 100%;
}

.page-parts-services .views-exposed-form #edit-submit-parts-services, .page-parts-services .views-exposed-form .form-submit {
  clear: none;
  width: 100%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 0 1.25rem 0;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  float: left;
}

.page-parts-services .views-exposed-form #edit-submit-parts-services:hover, .page-parts-services .views-exposed-form .form-submit:hover {
  background-color: #378459;
}

.page-parts-services .views-exposed-form #edit-submit-parts-services a, .page-parts-services .views-exposed-form .form-submit a {
  text-decoration: none;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .views-exposed-form #edit-submit-parts-services, .page-parts-services .views-exposed-form .form-submit {
    clear: none;
    width: 31%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 1.65rem 0 1.25rem 0;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
  }
  .page-parts-services .views-exposed-form #edit-submit-parts-services:hover, .page-parts-services .views-exposed-form .form-submit:hover {
    background-color: #378459;
  }
  .page-parts-services .views-exposed-form #edit-submit-parts-services a, .page-parts-services .views-exposed-form .form-submit a {
    text-decoration: none;
  }
}

.page-parts-services .views-exposed-form input[type="submit"] {
  background-color: #73a183;
}

.page-parts-services .parts-and-services--layout-full .content, .page-parts-services .parts-and-services--layout-listing .content {
  display: block;
}

.page-parts-services .parts-and-services--layout-full a, .page-parts-services .parts-and-services--layout-listing a {
  color: #00672E;
}

.page-parts-services .parts-and-services--layout-full .col-a, .page-parts-services .parts-and-services--layout-listing .col-a {
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .parts-and-services--layout-full .col-a, .page-parts-services .parts-and-services--layout-listing .col-a {
    width: 40%;
    padding-right: 2%;
  }
}

.page-parts-services .parts-and-services--layout-full .col-b, .page-parts-services .parts-and-services--layout-listing .col-b {
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .parts-and-services--layout-full .col-b, .page-parts-services .parts-and-services--layout-listing .col-b {
    width: 33%;
  }
}

.page-parts-services .parts-and-services--layout-full .col-c, .page-parts-services .parts-and-services--layout-listing .col-c {
  float: left;
  width: 100%;
  width: 25%;
}

.page-parts-services .parts-and-services--layout-full .col-c .logo, .page-parts-services .parts-and-services--layout-listing .col-c .logo {
  padding: 1.25rem 0;
}

@media screen and (min-width: 37.5625em) {
  .page-parts-services .parts-and-services--layout-full .col-c .logo, .page-parts-services .parts-and-services--layout-listing .col-c .logo {
    padding: 0;
  }
}

.page-parts-services .parts-and-services--layout-full .title, .page-parts-services .parts-and-services--layout-listing .title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.page-parts-services .parts-and-services--layout-full .category a, .page-parts-services .parts-and-services--layout-listing .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375;
}

.page-parts-services .parts-and-services--layout-full .body, .page-parts-services .parts-and-services--layout-full .address, .page-parts-services .parts-and-services--layout-full .telephone, .page-parts-services .parts-and-services--layout-full .email, .page-parts-services .parts-and-services--layout-full .website, .page-parts-services .parts-and-services--layout-listing .body, .page-parts-services .parts-and-services--layout-listing .address, .page-parts-services .parts-and-services--layout-listing .telephone, .page-parts-services .parts-and-services--layout-listing .email, .page-parts-services .parts-and-services--layout-listing .website {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}

.page-parts-services .pager__item {
  clear: both;
  width: 49.5%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  padding: 0;
}

.page-parts-services .pager__item:hover {
  background-color: #378459;
}

.page-parts-services .pager__item a {
  text-decoration: none;
}

.page-parts-services .pager__item a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
}

.bef-exposed-form .form--inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.bef-exposed-form .form--inline .form-actions {
  clear: none;
}

@media screen and (min-width: 60.0625em) {
  .section-taxonomy .container, .section-category .container {
    max-width: 940px;
  }
}

.section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
  margin-bottom: 1.4375rem;
  margin-right: 0 !important;
  margin-left: 0;
  width: 100%;
  background: #fff;
  display: inline-block;
}

@media screen and (min-width: 37.5625em) {
  .section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .section-taxonomy .taxonomy-terms .views-row:last-child, .section-category .taxonomy-terms .views-row:last-child {
    margin-right: 0;
  }
  .section-taxonomy .taxonomy-terms .views-row:nth-child(2n), .section-category .taxonomy-terms .views-row:nth-child(2n) {
    margin-left: 2.12766%;
  }
  .section-taxonomy .taxonomy-terms .views-row:nth-child(2n+1), .section-category .taxonomy-terms .views-row:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 48.0625em) {
  .section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  .section-taxonomy .taxonomy-terms .views-row:last-child, .section-category .taxonomy-terms .views-row:last-child {
    margin-right: 0;
  }
  .section-taxonomy .taxonomy-terms .views-row:nth-child(2n+1), .section-category .taxonomy-terms .views-row:nth-child(2n+1) {
    clear: none;
  }
  .section-taxonomy .taxonomy-terms .views-row:nth-child(3n+1), .section-category .taxonomy-terms .views-row:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .section-taxonomy .taxonomy-terms .views-row:nth-child(2n+7), .section-category .taxonomy-terms .views-row:nth-child(2n+7) {
    margin-right: 2.12766%;
    margin-left: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .section-taxonomy .taxonomy-terms .views-row:nth-child(2n), .section-category .taxonomy-terms .views-row:nth-child(2n) {
    margin-left: 0;
  }
  .section-taxonomy .taxonomy-terms .views-row:nth-child(3n+2), .section-category .taxonomy-terms .views-row:nth-child(3n+2) {
    margin-left: 2.12766% !important;
    margin-right: 2.12766% !important;
  }
}

.section-taxonomy .taxonomy-terms .pager--load-more, .section-taxonomy .taxonomy-terms .js-pager__items, .section-category .taxonomy-terms .pager--load-more, .section-category .taxonomy-terms .js-pager__items {
  clear: both;
  width: 49.5%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.section-taxonomy .taxonomy-terms .pager--load-more:hover, .section-taxonomy .taxonomy-terms .js-pager__items:hover, .section-category .taxonomy-terms .pager--load-more:hover, .section-category .taxonomy-terms .js-pager__items:hover {
  background-color: #378459;
}

.section-taxonomy .taxonomy-terms .pager--load-more a, .section-taxonomy .taxonomy-terms .js-pager__items a, .section-category .taxonomy-terms .pager--load-more a, .section-category .taxonomy-terms .js-pager__items a {
  text-decoration: none;
}

.section-taxonomy .taxonomy-terms .pager--load-more a, .section-taxonomy .taxonomy-terms .js-pager__items a, .section-category .taxonomy-terms .pager--load-more a, .section-category .taxonomy-terms .js-pager__items a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
}

.classic-car--layout-full .car-summary {
  background: #f4f4f4;
  overflow: hidden;
}

.classic-car--layout-full .car-summary h1 .marque-name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .car-summary h1 .marque-name {
    padding: 1.25rem 0 0 1.25rem;
  }
}

.classic-car--layout-full .car-summary h1 .title {
  font-size: 2rem;
  line-height: 3.125rem;
  color: #1A262E;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .car-summary h1 .title {
    display: block;
    font-size: 2.5rem;
    padding: 0 0 1.25rem 1.25rem;
  }
}

.classic-car--layout-full .car-summary .field_category {
  font-size: 0.75rem;
  color: #912219;
}

.classic-car--layout-full .car-summary #marque-info {
  width: 100%;
  padding: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .car-summary #marque-info {
    padding: 0;
  }
}

.classic-car--layout-full .car-summary #marque-info .field_marque_tag {
  float: left;
}

.classic-car--layout-full .car-summary #marque-info .field_marque_tag .field_image {
  display: none;
}

.classic-car--layout-full .car-summary #marque-info .marque-details {
  float: left;
}

.classic-car--layout-full .car-summary #marque-info h2 {
  display: none;
}

.classic-car--layout-full .car-summary .field_image {
  width: 100%;
  float: right;
  margin-left: 1.25rem;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .car-summary .field_image {
    width: 49%;
  }
}

.classic-car--layout-full .car-summary .body {
  padding-top: 0;
  clear: left;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .car-summary .body {
    padding: 0 1.25rem 1.25rem;
  }
}

.classic-car--layout-full .car-summary .body p {
  line-height: 2rem;
}

.classic-car--layout-full .car-summary .body p:first-child {
  color: #912219;
}

.classic-car--layout-full .mpu-and-spec {
  clear: both;
  margin-top: 1.25rem;
  position: relative;
}

.classic-car--layout-full .mpu-and-spec #block-dfptagmpu, .classic-car--layout-full .mpu-and-spec #block-mpu-2 {
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .mpu-and-spec #block-dfptagmpu, .classic-car--layout-full .mpu-and-spec #block-mpu-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }
}

.classic-car--layout-full .mpu-and-spec .field_spec {
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .mpu-and-spec .field_spec {
    width: auto;
    margin: 0 20px 0 320px;
  }
}

.classic-car--layout-full .block-socialsharingblock {
  clear: both;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.classic-car--layout-full .field_spec .paragraph--type--specification .field_attribute, .classic-car--layout-full .field_spec .paragraph--type--specification .field_value, .classic-car--layout-full .field_spec .paragraph--type--technical-specification .field_attribute, .classic-car--layout-full .field_spec .paragraph--type--technical-specification .field_value {
  width: 50%;
  float: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.625rem;
}

.classic-car--layout-full .field_spec .paragraph--type--specification .field_heading, .classic-car--layout-full .field_spec .paragraph--type--technical-specification .field_heading {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #1A262E;
  margin: 1.25rem 0;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_spec .paragraph--type--specification .field_heading, .classic-car--layout-full .field_spec .paragraph--type--technical-specification .field_heading {
    margin: 0 0 1.25rem 0;
  }
}

.classic-car--layout-full .field_spec > .paragraph--type--technical-specification > .field_technical_specification > div, .classic-car--layout-full .field_spec .field_technical_specification > .field_technical_specification > div {
  display: table-cell;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
}

.classic-car--layout-full .field_spec > .paragraph--type--technical-specification > .field_technical_specification > div:last-child, .classic-car--layout-full .field_spec .field_technical_specification > .field_technical_specification > div:last-child {
  margin-right: 0;
}

.classic-car--layout-full .field_spec > .paragraph--type--technical-specification > .field_technical_specification > div:nth-child(odd), .classic-car--layout-full .field_spec .field_technical_specification > .field_technical_specification > div:nth-child(odd) {
  background: #ebebeb;
}

.classic-car--layout-full .field_buyers_guide > div:first-child {
  font-size: 2.1875rem;
  line-height: 2.75rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.classic-car--layout-full .field_concluding_paragraph, .classic-car--layout-full .field_the_knowledge {
  float: left;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_concluding_paragraph, .classic-car--layout-full .field_the_knowledge {
    width: 48.387%;
  }
}

.classic-car--layout-full .field_the_knowledge {
  background: #ebebeb;
  margin-right: 3.226%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_the_knowledge {
    margin-bottom: 0;
  }
}

.classic-car--layout-full .field_the_knowledge .field_knowledge_specification > div:first-child {
  font-size: 1.35rem;
  padding: 0.625rem 0 0 0.625rem;
}

.classic-car--layout-full .field_buyers_guide_pdf {
  width: 100%;
  margin-bottom: 2.7rem;
}

.classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf {
  clear: both;
  width: 80%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf:hover {
  background-color: #378459;
}

.classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf a {
  text-decoration: none;
}

.classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

.classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf a:before {
  content: '\f1c1';
  font-family: fontAwesome;
  margin-right: 0.5rem;
  color: #fff;
}

.classic-car--layout-full .paragraph--type--image {
  clear: both;
}

.classic-car--layout-full .paragraph--type--image .single img {
  float: left;
  max-width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .paragraph--type--image .single img {
    max-width: 300px;
    margin: 10px;
  }
}

.classic-car--layout-full .paragraph--type--image .multiple img {
  float: left;
  max-width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .paragraph--type--image .multiple img {
    max-width: 300px;
    margin: 10px;
  }
}

.classic-car--layout-full .paragraph--type--image-s- .field_caption {
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 300;
  font-size: 0.95rem;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .paragraph--type--image-s- .field_image_s_ {
    display: flex;
    justify-content: center;
  }
}

.classic-car--layout-full .field_our_verdict {
  float: left;
  clear: both;
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
  margin-top: 2rem;
  padding: 12px 20px;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict {
    display: flex;
  }
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_for .field_for::before, .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_for .field_against::before, .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_against .field_for::before, .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_against .field_against::before {
  content: "\f111";
  font-family: fontAwesome;
  color: #00672E;
  display: inline-block;
  height: 12px;
  margin-right: 1.2rem;
  width: 12px;
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_for > div:first-child, .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .field_our_verdict_against > div:first-child {
  font-size: 1.35rem;
  font-weight: bold;
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .verdict-wrapper {
  width: 100%;
  margin-right: 3.226%;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .verdict-wrapper {
    width: 48%;
    float: left;
  }
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .verdict-wrapper .field_verdict > div {
  font-size: 1.85rem;
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .score-wrapper {
  width: 100%;
  padding: 13px 7px 13px 25px;
  background: #fff;
  margin: 18px 0;
}

@media screen and (min-width: 37.5625em) {
  .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .score-wrapper {
    width: 48%;
    float: left;
  }
}

.classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .score-wrapper .paragraph--type--for, .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict .score-wrapper .paragraph--type--against {
  margin: 1rem 0;
}

.classic-car--layout-full .paragraph--type--knowledge-specification {
  width: 100%;
  background: #ebebeb;
  padding: 0.625rem;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .field_heading {
  font-size: 1rem;
  line-height: 1.325rem;
  font-weight: 700;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .paragraph--type--knowledge-specification {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .paragraph--type--knowledge-specification .field_heading {
  font-weight: 700;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .paragraph--type--specification {
  clear: both;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .paragraph--type--specification .field_attribute {
  float: left;
  width: 60%;
}

.classic-car--layout-full .paragraph--type--knowledge-specification .paragraph--type--specification .field_value {
  float: left;
  text-align: right;
  width: 40%;
}

.block--back-to-the-car-links .button--back-to-marque {
  clear: both;
  width: 100%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 3rem 0 0 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  position: relative;
}

.block--back-to-the-car-links .button--back-to-marque:hover {
  background-color: #378459;
}

.block--back-to-the-car-links .button--back-to-marque a {
  text-decoration: none;
}

@media screen and (min-width: 37.5625em) {
  .block--back-to-the-car-links .button--back-to-marque {
    clear: both;
    width: 48%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 3rem 2% 0 0;
    display: inline-block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
    color: #fff;
    line-height: 2.625rem;
    vertical-align: middle;
    font-weight: 700;
    width: 49%;
  }
  .block--back-to-the-car-links .button--back-to-marque:hover {
    background-color: #378459;
  }
  .block--back-to-the-car-links .button--back-to-marque a {
    text-decoration: none;
  }
}

.block--back-to-the-car-links .button--back-to-marque:before {
  content: '\f053';
  font-family: fontAwesome;
  position: absolute;
  left: 3rem;
}

.block--back-to-the-car-links .button--back-to-classic-cars {
  clear: both;
  width: 100%;
  height: 2.625rem;
  background-color: #BFD783;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1.5rem 0 0 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  color: #000;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
}

.block--back-to-the-car-links .button--back-to-classic-cars:hover {
  background-color: #A2B670;
}

.block--back-to-the-car-links .button--back-to-classic-cars a {
  text-decoration: none;
}

@media screen and (min-width: 37.5625em) {
  .block--back-to-the-car-links .button--back-to-classic-cars {
    clear: both;
    width: 48%;
    height: 2.625rem;
    background-color: #BFD783;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 3rem 0 0 0;
    display: inline-block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
    color: #000;
    line-height: 2.625rem;
    vertical-align: middle;
    font-weight: 700;
    width: 49%;
  }
  .block--back-to-the-car-links .button--back-to-classic-cars:hover {
    background-color: #A2B670;
  }
  .block--back-to-the-car-links .button--back-to-classic-cars a {
    text-decoration: none;
  }
}

.paragraph--type--image {
  clear: both;
}

.paragraph--type--image .multiple img {
  max-width: 48.387%;
  float: left;
  margin-bottom: 1.25rem;
}

.paragraph--type--image .multiple .field_image div:nth-child(1) img {
  margin-right: 3.226%;
}

.wrapper-header {
  display: none;
}

.section-marque .marque-directory {
  text-align: left;
}

.section-marque .marque-directory .views-element-container {
  clear: both;
}

.section-marque .marque-directory .views-row {
  padding: .5rem;
  border-bottom: 1px solid #f4f4f4;
  background: none;
}

.section-marque .marque-directory .marque--logo {
  width: 100%;
  margin-right: 20px;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory .marque--logo {
    width: auto;
  }
}

.section-marque .marque-directory .marque--logo .field_image {
  max-width: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory .marque--logo .field_image {
    margin: 0;
  }
}

.section-marque .marque-directory .marque--link {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.section-marque .marque-directory .marque--link a {
  color: #00672E;
  font-weight: bold;
  display: block;
}

.section-marque .marque-directory header {
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory header {
    float: left;
  }
}

.section-marque .marque-directory header .marque--top {
  display: flex;
  align-items: center;
  width: 100%;
}

.section-marque .marque-directory header .marque--top .marque--title {
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory header .marque--top .marque--title {
    display: block;
    text-align: left;
  }
}

.section-marque .marque-directory header .marque--top .marque--title h2 {
  margin-bottom: 0;
}

.section-marque .marque-directory header .marque--top .marque--title--alt {
  display: none;
}

.section-marque .marque-directory header .marque--title--alt {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory header .marque--title--alt {
    text-align: left;
  }
}

.section-marque .marque-directory header .marque--description {
  margin-top: 20px;
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory header .marque--description {
    display: block;
  }
}

.section-marque .marque-directory header .marque--description a {
  color: #00672E;
  font-weight: bold;
}

.section-marque .marque-directory header .marque--link {
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory header .marque--link {
    display: block;
  }
}

.section-marque .marque-directory footer {
  display: none;
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  .section-marque .marque-directory footer {
    display: block;
  }
}

.section-marque .marque-directory footer h1 {
  font-size: 1.3em;
  margin-top: 0;
}

.section-marque .marque-directory footer h2 {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.2856em;
  margin-bottom: 0;
}

.section-marque .marque-directory footer .marque--top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-marque .marque-directory footer .marque--top .marque--logo {
  width: auto;
}

.section-marque .marque-directory footer .marque--top .marque--logo .field_image {
  max-width: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory footer .marque--top .marque--logo .field_image {
    margin: 0;
  }
}

.section-marque .marque-directory footer .marque--description {
  margin-top: 20px;
  display: block;
  text-align: left;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory footer .marque--description {
    display: none;
  }
}

.section-marque .marque-directory footer .marque--description a {
  color: #00672E;
  font-weight: bold;
}

.section-marque .marque-directory footer .marque--title--alt {
  display: none;
}

.section-marque .marque-directory footer .marque--link {
  display: block;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .marque-directory footer .marque--link {
    display: none;
  }
}

.section-marque .car-marque-details .wrapper-marque {
  padding: 1.3rem 1.3rem 1.3rem 1.5rem;
}

@media screen and (min-width: 961px) {
  .section-marque .car-marque-details .wrapper-marque {
    padding: 1.3rem 1.3rem 1.3rem 0rem;
  }
}

.section-marque .car-marque-details .wrapper-marque .field_history_image {
  float: right;
  padding-left: 20px;
  max-width: 50%;
}

.section-marque .car-marque-details .wrapper-marque .wrapper-header {
  display: flex;
  align-items: start;
  flex-direction: row;
}

.section-marque .car-marque-details .wrapper-marque .wrapper-header .field_image {
  width: auto;
}

@media screen and (min-width: 961px) {
  .section-marque .car-marque-details .wrapper-marque .wrapper-header {
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .section-marque .car-marque-details .wrapper-marque .wrapper-header .field_image {
    display: inline-block;
    padding-right: 1.5rem;
  }
  .section-marque .car-marque-details .wrapper-marque .wrapper-header .field_image img {
    vertical-align: middle;
    width: auto;
  }
  .section-marque .car-marque-details .wrapper-marque .wrapper-header .wrapper-term-title {
    display: inline-block;
    vertical-align: top;
  }
  .section-marque .car-marque-details .wrapper-marque .wrapper-header .wrapper-term-title span {
    display: block;
    font-size: 12px;
    color: #912219;
    padding-left: 10px;
  }
  .section-marque .car-marque-details .wrapper-marque .wrapper-header .wrapper-term-title h1 {
    margin: 0;
  }
}

.section-marque .car-marque-details .wrapper-marque .wrapper-header .wrapper-term-title {
  padding-left: 5px;
}

.section-marque .car-marque-details.marque-mobile .wrapper-header {
  flex-direction: column;
}

.section-marque .car-marque-details h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #1A262E;
  padding-left: 5px;
}

.section-marque .car-marque-details .field_image img {
  margin: 0;
}

.section-marque .car-marque-details .buyers-guide .text {
  font-size: 0.875rem;
  font-family: oxygen;
  margin-left: 0.5rem;
}

.section-marque .listing-results, .section-marque .top-views-button {
  clear: both;
  position: relative;
}

.section-marque .listing-results .views-field-title, .section-marque .top-views-button .views-field-title {
  line-height: normal;
  padding: 0.5rem 0;
}

.section-marque .listing-results .views-field-title span.field-content a, .section-marque .top-views-button .views-field-title span.field-content a {
  color: #00672E;
  background: url(../../images/right-chevron.png) no-repeat right -0.4rem center;
  display: block;
  background-size: 25px;
}

.section-marque .listing-results .views-field-title span.field-content a span, .section-marque .top-views-button .views-field-title span.field-content a span {
  display: block;
  overflow: hidden;
  padding-right: 1rem;
  word-break: break-word;
}

.section-marque .listing-results .views-field-title span.field-content.fa, .section-marque .top-views-button .views-field-title span.field-content.fa {
  margin-left: 0;
  display: block;
}

.section-marque .listing-results .views-field-title span.field-content.fa a, .section-marque .top-views-button .views-field-title span.field-content.fa a {
  font-family: oxygen;
  -webkit-font-smoothing: auto;
  display: block;
}

.section-marque .listing-results .views-field-title span.field-content.fa a span, .section-marque .top-views-button .views-field-title span.field-content.fa a span {
  padding-left: 0.5rem;
}

.section-marque .listing-results .button, .section-marque .top-views-button .button {
  clear: none;
  width: 100%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 0 1.25rem 0;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
  color: #fff;
  line-height: 2.7rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  position: relative;
}

.section-marque .listing-results .button:hover, .section-marque .top-views-button .button:hover {
  background-color: #378459;
}

.section-marque .listing-results .button a, .section-marque .top-views-button .button a {
  text-decoration: none;
}

.section-marque .listing-results .button:before, .section-marque .top-views-button .button:before {
  position: absolute;
  left: 0.7rem;
  content: '\f053';
  font-family: fontAwesome;
  font-size: 1rem;
  display: inline-block;
  width: 1rem;
}

.section-marque .listing-results .button.back-button-small, .section-marque .top-views-button .button.back-button-small {
  margin-top: 1rem;
}

@media screen and (min-width: 37.5625em) {
  .section-marque .listing-results .button.back-button-small, .section-marque .top-views-button .button.back-button-small {
    width: 40%;
  }
}

.section-marque .listing-results .button.back-button-large, .section-marque .top-views-button .button.back-button-large {
  margin: 2rem auto;
}

@media screen and (min-width: 37.5625em) {
  .section-marque .listing-results .button.back-button-large, .section-marque .top-views-button .button.back-button-large {
    width: 80%;
  }
}

.section-marque .top-views-button .button.back-button-small {
  width: 200px;
}

.section-marque .top-views-button .button-white {
  background-color: #fff;
  color: #73a183;
  border: 1px solid #73a183;
}

.section-marque .listing-results {
  display: flex;
  flex-direction: column;
}

.section-marque .listing-results .fake-sidebar {
  order: 5;
}

.section-marque .listing-results .marque--title--alt {
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .section-marque .listing-results .marque--title--alt {
    text-align: left;
  }
}

.section-marque .car-marque-full-details {
  width: 100%;
}

.section-search #content .search-form {
  display: none;
}

.section-search #content h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 37.5625em) {
  .section-search #content h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.section-search #content h1.no-results {
  margin-bottom: 0.625rem;
}

.section-search #content h2 {
  display: none;
}

.section-search #content ol li {
  margin-bottom: 1.4375rem;
  background: #fff;
}

.section-search #content ol li .left {
  clear: none;
  float: left;
  width: 35.67%;
  min-height: 80px;
}

.section-search #content ol li .left img {
  width: auto;
}

.section-search #content ol li .right {
  clear: none;
  float: left;
  width: 64.33%;
}

.section-search #content ol li .right h2 {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 37.5625em) {
  .section-search #content ol li .right h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.section-search #content ol li .right h2 a {
  color: #333;
}

.section-search #content ol li .right .inline {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-search #content ol li .right .category, .section-search #content ol li .right .seperator, .section-search #content ol li .right .date {
  float: left;
}

.section-search #content ol li .right .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.section-search #content ol li .right .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.section-search #content ol li .right .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  font-weight: 700;
}

.section-search #content .block-views-block-news-block-4 .views-row {
  width: 100%;
  background: #fff;
  float: left;
  margin-bottom: 1.4375rem;
}

.section-search #content .block-views-block-news-block-4 .category, .section-search #content .block-views-block-news-block-4 .seperator, .section-search #content .block-views-block-news-block-4 .date {
  float: left;
}

.section-search #content .block-views-block-news-block-4 .seperator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.section-search #content .block-views-block-news-block-4 .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.section-search #content .block-views-block-news-block-4 .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser h2,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser h2 {
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
  max-width: inherit;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser h2 a,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser h2 a {
  color: #333;
}

@media screen and (min-width: 37.5625em) {
  .section-search #content .block-views-block-news-block-4 .article--layout-teaser h2,
  .section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser h2 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .left,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .left {
  width: 35.67%;
  float: left;
  clear: none;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right {
  width: 64.33%;
  float: left;
  clear: none;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right h2,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right h2 {
  font-size: 1em;
}

@media screen and (min-width: 37.5625em) {
  .section-search #content .block-views-block-news-block-4 .article--layout-teaser .right h2,
  .section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right h2 {
    margin: 0 0 0.5em;
    font-size: 1.25rem;
  }
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right h2, .section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .inline,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right h2,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .inline {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .category, .section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .seperator, .section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .date,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .category,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .seperator,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .date {
  float: left;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .seperator,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .seperator {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .date,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .date {
  color: #6A6A6A;
  font-size: 0.75rem;
  padding-top: 0.4rem;
  line-height: 0.9375rem;
}

.section-search #content .block-views-block-news-block-4 .article--layout-teaser .right .category a,
.section-search #content .block-views-block-news-block-4 .slideshow--layout-teaser .right .category a {
  color: #912219;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}

.event h1 {
  font-size: 2.1875rem;
  line-height: auto;
  padding-top: 1.875rem;
  padding-bottom: 0;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.event .event__location {
  padding: 0 0 1rem 0;
}

.event .event__location .field_category a,
.event .event__location .field_event_tag a {
  display: inline-block;
  color: #912219;
  font-size: 0.9rem;
  font-weight: bold;
}

.event .event__location .field_category div,
.event .event__location .field_event_tag div {
  display: inline-block;
  margin: 0 -.3rem 0 0;
}

.event .event__location .field_category div:not(:first-child):before,
.event .event__location .field_event_tag div:not(:first-child):before {
  content: '/';
  display: inline-block;
  margin: 0 0.3rem;
  color: #912219;
  font-weight: bold;
  font-size: 90%;
}

.event .event__location .field_location {
  font-size: 0.9rem;
}

.event .event__location .field_location:before {
  font-family: fontAwesome;
  content: "";
  color: #333;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.event .event__description, .event .block-alleventslink, .event .block-socialsharingblock--2 {
  float: left;
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .event .event__description, .event .block-alleventslink, .event .block-socialsharingblock--2 {
    width: 63%;
    margin-right: 2%;
  }
}

.event .event__description .body, .event .block-alleventslink .body, .event .block-socialsharingblock--2 .body {
  padding: 1rem 0;
}

.event .event__description p, .event .block-alleventslink p, .event .block-socialsharingblock--2 p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
}

.event .event__description {
  min-height: 50rem;
  float: left;
  width: 100%;
}

@media screen and (min-width: 48.0625em) {
  .event .event__description {
    width: 63%;
    margin-right: 2%;
  }
}

.event .event__description .body {
  padding: 1rem 0;
}

.event .event__description p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
}

.event .event__when_and_where {
  float: right;
  width: 100%;
  border: 2px solid #BFD783;
}

@media screen and (min-width: 48.0625em) {
  .event .event__when_and_where {
    width: 35%;
  }
}

.event .event__when_and_where .field_start_date,
.event .event__when_and_where .field_end_date,
.event .event__when_and_where .field_organiser,
.event .event__when_and_where .field_website,
.event .event__when_and_where .event__location {
  margin: 1rem;
}

.event .event__when_and_where .field_start_date div,
.event .event__when_and_where .field_end_date div,
.event .event__when_and_where .field_organiser div,
.event .event__when_and_where .field_website div,
.event .event__when_and_where .event__location div {
  font-size: 0.9rem;
  font-weight: 300;
  display: inline-block;
}

.event .event__when_and_where .field_start_date > div:first-of-type,
.event .event__when_and_where .field_end_date > div:first-of-type,
.event .event__when_and_where .field_organiser > div:first-of-type,
.event .event__when_and_where .field_website > div:first-of-type,
.event .event__when_and_where .event__location > div:first-of-type {
  font-weight: 600;
}

.event .event__when_and_where .field_start_date > div:first-of-type:after,
.event .event__when_and_where .field_end_date > div:first-of-type:after,
.event .event__when_and_where .field_organiser > div:first-of-type:after,
.event .event__when_and_where .field_website > div:first-of-type:after,
.event .event__when_and_where .event__location > div:first-of-type:after {
  content: ':';
}

.event .event__when_and_where .event__contact {
  margin: 1rem;
}

.event .event__when_and_where .event__contact > h3,
.event .event__when_and_where .event__contact > .field_telephone,
.event .event__when_and_where .event__contact > .field_email {
  font-size: 0.9rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}

.event .event__when_and_where .event__contact > h3 {
  margin-right: 0.5rem;
  font-weight: 600;
  float: left;
}

.event .event__when_and_where .event__contact > h3:after {
  content: ':';
}

.event .event__when_and_where .event__contact > .field_email {
  display: block;
}

.event .event__when_and_where .event__location,
.event .event__when_and_where .event__address {
  font-weight: 300;
  font-size: 0.9rem;
}

.event .event__when_and_where .event__location {
  margin-bottom: 0;
  padding-bottom: 0;
}

.event .event__when_and_where .event__location:before {
  font-family: fontAwesome;
  content: "";
  color: #333;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.event .event__when_and_where .event__address {
  margin: 0 0 1rem 2rem;
}

.event .event__when_and_where .event__location {
  color: #00672E;
}

.event .event__when_and_where .event__location:before {
  font-family: fontAwesome;
  content: "";
  color: #333;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.event .event__when_and_where .field_address iframe {
  display: block;
}

.event .event__when_and_where .event__start-date {
  background: #BFD783;
  padding: 5%;
}

.event .event__when_and_where .event__start-date .date__small {
  min-width: 21%;
  color: #5b5b5b;
  display: inline-block;
  background: #fff;
  padding: 2% 0;
}

.event .event__when_and_where .event__start-date .date__small .date__num, .event .event__when_and_where .event__start-date .date__small .date__day {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.event .event__when_and_where .event__start-date .date__small .date__num {
  font-size: 2.2rem;
  font-weight: 600;
}

.event .event__when_and_where .event__start-date .date__small .date__day {
  font-size: 1rem;
  font-weight: 300;
}

.event .event__when_and_where .event__start-date .date__large {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding: 5% 4%;
  color: #1A262E;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.event .event__when_and_where .event__start-date .date__large .date__month, .event .event__when_and_where .event__start-date .date__large .date__year {
  width: 100%;
  display: inline-block;
}

.event .block-dfptagmpu, .event #block-mpu-2 {
  float: right;
  display: inline-block;
  width: 100%;
  margin: 2rem 0;
  padding-bottom: 1rem;
}

@media screen and (min-width: 48.0625em) {
  .event .block-dfptagmpu, .event #block-mpu-2 {
    width: 35%;
    padding-bottom: 0;
  }
}

.event .block-alleventslink {
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 48.0625em) {
  .event .block-alleventslink {
    margin-top: 0;
  }
}

.event .block-alleventslink .link--events {
  clear: both;
  width: 60%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.event .block-alleventslink .link--events:hover {
  background-color: #378459;
}

.event .block-alleventslink .link--events a {
  text-decoration: none;
}

@media screen and (min-width: 48.0625em) {
  .event .block-alleventslink .link--events {
    clear: both;
    width: 60%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 2rem auto;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
  }
  .event .block-alleventslink .link--events:hover {
    background-color: #378459;
  }
  .event .block-alleventslink .link--events a {
    text-decoration: none;
  }
}

.event .block-alleventslink .link--events a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
}

.front_page .frontpage-classifieds {
  background: #fff;
}

.front_page .frontpage-classifieds .field_classified_panel {
  float: left;
  width: 100%;
  display: inline-block;
  background: #f4f4f4;
  padding: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-classifieds .field_classified_panel {
    width: 49%;
    margin-right: 1%;
  }
}

.front_page .frontpage-classifieds .field_image {
  float: left;
  display: none;
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-classifieds .field_image {
    display: inline-block;
    clear: none;
    width: 49%;
    margin-left: 1%;
  }
}

.front_page .frontpage-classifieds .field_heading {
  font-size: 2.1875rem;
  line-height: 2.75rem;
  color: #333;
  font-weight: 700;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.front_page .frontpage-classifieds .field_cta {
  clear: both;
  width: auto;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 1.65rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.front_page .frontpage-classifieds .field_cta:hover {
  background-color: #378459;
}

.front_page .frontpage-classifieds .field_cta a {
  text-decoration: none;
}

@media screen and (min-width: 48.0625em) {
  .front_page .frontpage-classifieds .field_cta {
    clear: both;
    width: 49.5%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto 3.125rem;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
  }
  .front_page .frontpage-classifieds .field_cta:hover {
    background-color: #378459;
  }
  .front_page .frontpage-classifieds .field_cta a {
    text-decoration: none;
  }
}

.front_page .frontpage-classifieds .field_cta a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
}

#sidebar-second #block-classifieldsblock, #sidebar-second #block-classifieldsblock2, #sidebar-second #block-classifieldsblock3, #sidebar-second #block-classifiedsslot--3, #sidebar-second #block-classifiedsslot--2, #sidebar-second .block-classifieldsblock3, #sidebar-second .block-classifieldsblock3--3, .fake-sidebar #block-classifieldsblock, .fake-sidebar #block-classifieldsblock2, .fake-sidebar #block-classifieldsblock3, .fake-sidebar #block-classifiedsslot--3, .fake-sidebar #block-classifiedsslot--2, .fake-sidebar .block-classifieldsblock3, .fake-sidebar .block-classifieldsblock3--3 {
  width: 100%;
  display: inline-block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.3rem;
  background: #f4f4f4;
}

@media screen and (min-width: 37.5625em) {
  #sidebar-second #block-classifieldsblock, #sidebar-second #block-classifieldsblock2, #sidebar-second #block-classifieldsblock3, #sidebar-second #block-classifiedsslot--3, #sidebar-second #block-classifiedsslot--2, #sidebar-second .block-classifieldsblock3, #sidebar-second .block-classifieldsblock3--3, .fake-sidebar #block-classifieldsblock, .fake-sidebar #block-classifieldsblock2, .fake-sidebar #block-classifieldsblock3, .fake-sidebar #block-classifiedsslot--3, .fake-sidebar #block-classifiedsslot--2, .fake-sidebar .block-classifieldsblock3, .fake-sidebar .block-classifieldsblock3--3 {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 60.0625em) {
  #sidebar-second #block-classifieldsblock, #sidebar-second #block-classifieldsblock2, #sidebar-second #block-classifieldsblock3, #sidebar-second #block-classifiedsslot--3, #sidebar-second #block-classifiedsslot--2, #sidebar-second .block-classifieldsblock3, #sidebar-second .block-classifieldsblock3--3, .fake-sidebar #block-classifieldsblock, .fake-sidebar #block-classifieldsblock2, .fake-sidebar #block-classifieldsblock3, .fake-sidebar #block-classifiedsslot--3, .fake-sidebar #block-classifiedsslot--2, .fake-sidebar .block-classifieldsblock3, .fake-sidebar .block-classifieldsblock3--3 {
    width: 100%;
  }
}

#sidebar-second #block-classifieldsblock .field_heading, #sidebar-second #block-classifieldsblock .body, #sidebar-second #block-classifieldsblock .field_cta, #sidebar-second #block-classifieldsblock .field_logo, #sidebar-second #block-classifieldsblock2 .field_heading, #sidebar-second #block-classifieldsblock2 .body, #sidebar-second #block-classifieldsblock2 .field_cta, #sidebar-second #block-classifieldsblock2 .field_logo, #sidebar-second #block-classifieldsblock3 .field_heading, #sidebar-second #block-classifieldsblock3 .body, #sidebar-second #block-classifieldsblock3 .field_cta, #sidebar-second #block-classifieldsblock3 .field_logo, #sidebar-second #block-classifiedsslot--3 .field_heading, #sidebar-second #block-classifiedsslot--3 .body, #sidebar-second #block-classifiedsslot--3 .field_cta, #sidebar-second #block-classifiedsslot--3 .field_logo, #sidebar-second #block-classifiedsslot--2 .field_heading, #sidebar-second #block-classifiedsslot--2 .body, #sidebar-second #block-classifiedsslot--2 .field_cta, #sidebar-second #block-classifiedsslot--2 .field_logo, #sidebar-second .block-classifieldsblock3 .field_heading, #sidebar-second .block-classifieldsblock3 .body, #sidebar-second .block-classifieldsblock3 .field_cta, #sidebar-second .block-classifieldsblock3 .field_logo, #sidebar-second .block-classifieldsblock3--3 .field_heading, #sidebar-second .block-classifieldsblock3--3 .body, #sidebar-second .block-classifieldsblock3--3 .field_cta, #sidebar-second .block-classifieldsblock3--3 .field_logo, .fake-sidebar #block-classifieldsblock .field_heading, .fake-sidebar #block-classifieldsblock .body, .fake-sidebar #block-classifieldsblock .field_cta, .fake-sidebar #block-classifieldsblock .field_logo, .fake-sidebar #block-classifieldsblock2 .field_heading, .fake-sidebar #block-classifieldsblock2 .body, .fake-sidebar #block-classifieldsblock2 .field_cta, .fake-sidebar #block-classifieldsblock2 .field_logo, .fake-sidebar #block-classifieldsblock3 .field_heading, .fake-sidebar #block-classifieldsblock3 .body, .fake-sidebar #block-classifieldsblock3 .field_cta, .fake-sidebar #block-classifieldsblock3 .field_logo, .fake-sidebar #block-classifiedsslot--3 .field_heading, .fake-sidebar #block-classifiedsslot--3 .body, .fake-sidebar #block-classifiedsslot--3 .field_cta, .fake-sidebar #block-classifiedsslot--3 .field_logo, .fake-sidebar #block-classifiedsslot--2 .field_heading, .fake-sidebar #block-classifiedsslot--2 .body, .fake-sidebar #block-classifiedsslot--2 .field_cta, .fake-sidebar #block-classifiedsslot--2 .field_logo, .fake-sidebar .block-classifieldsblock3 .field_heading, .fake-sidebar .block-classifieldsblock3 .body, .fake-sidebar .block-classifieldsblock3 .field_cta, .fake-sidebar .block-classifieldsblock3 .field_logo, .fake-sidebar .block-classifieldsblock3--3 .field_heading, .fake-sidebar .block-classifieldsblock3--3 .body, .fake-sidebar .block-classifieldsblock3--3 .field_cta, .fake-sidebar .block-classifieldsblock3--3 .field_logo {
  width: 83%;
  margin-left: 8.5%;
  margin-right: 8.5%;
}

#sidebar-second #block-classifieldsblock .field_logo img, #sidebar-second #block-classifieldsblock2 .field_logo img, #sidebar-second #block-classifieldsblock3 .field_logo img, #sidebar-second #block-classifiedsslot--3 .field_logo img, #sidebar-second #block-classifiedsslot--2 .field_logo img, #sidebar-second .block-classifieldsblock3 .field_logo img, #sidebar-second .block-classifieldsblock3--3 .field_logo img, .fake-sidebar #block-classifieldsblock .field_logo img, .fake-sidebar #block-classifieldsblock2 .field_logo img, .fake-sidebar #block-classifieldsblock3 .field_logo img, .fake-sidebar #block-classifiedsslot--3 .field_logo img, .fake-sidebar #block-classifiedsslot--2 .field_logo img, .fake-sidebar .block-classifieldsblock3 .field_logo img, .fake-sidebar .block-classifieldsblock3--3 .field_logo img {
  width: 55%;
  margin-left: 22.5%;
  margin-right: 22.5%;
}

#sidebar-second #block-classifieldsblock .field_heading, #sidebar-second #block-classifieldsblock .body, #sidebar-second #block-classifieldsblock2 .field_heading, #sidebar-second #block-classifieldsblock2 .body, #sidebar-second #block-classifieldsblock3 .field_heading, #sidebar-second #block-classifieldsblock3 .body, #sidebar-second #block-classifiedsslot--3 .field_heading, #sidebar-second #block-classifiedsslot--3 .body, #sidebar-second #block-classifiedsslot--2 .field_heading, #sidebar-second #block-classifiedsslot--2 .body, #sidebar-second .block-classifieldsblock3 .field_heading, #sidebar-second .block-classifieldsblock3 .body, #sidebar-second .block-classifieldsblock3--3 .field_heading, #sidebar-second .block-classifieldsblock3--3 .body, .fake-sidebar #block-classifieldsblock .field_heading, .fake-sidebar #block-classifieldsblock .body, .fake-sidebar #block-classifieldsblock2 .field_heading, .fake-sidebar #block-classifieldsblock2 .body, .fake-sidebar #block-classifieldsblock3 .field_heading, .fake-sidebar #block-classifieldsblock3 .body, .fake-sidebar #block-classifiedsslot--3 .field_heading, .fake-sidebar #block-classifiedsslot--3 .body, .fake-sidebar #block-classifiedsslot--2 .field_heading, .fake-sidebar #block-classifiedsslot--2 .body, .fake-sidebar .block-classifieldsblock3 .field_heading, .fake-sidebar .block-classifieldsblock3 .body, .fake-sidebar .block-classifieldsblock3--3 .field_heading, .fake-sidebar .block-classifieldsblock3--3 .body {
  text-align: center;
  color: #333;
}

#sidebar-second #block-classifieldsblock .field_heading, #sidebar-second #block-classifieldsblock2 .field_heading, #sidebar-second #block-classifieldsblock3 .field_heading, #sidebar-second #block-classifiedsslot--3 .field_heading, #sidebar-second #block-classifiedsslot--2 .field_heading, #sidebar-second .block-classifieldsblock3 .field_heading, #sidebar-second .block-classifieldsblock3--3 .field_heading, .fake-sidebar #block-classifieldsblock .field_heading, .fake-sidebar #block-classifieldsblock2 .field_heading, .fake-sidebar #block-classifieldsblock3 .field_heading, .fake-sidebar #block-classifiedsslot--3 .field_heading, .fake-sidebar #block-classifiedsslot--2 .field_heading, .fake-sidebar .block-classifieldsblock3 .field_heading, .fake-sidebar .block-classifieldsblock3--3 .field_heading {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.0625rem;
}

#sidebar-second #block-classifieldsblock .field_cta, #sidebar-second #block-classifieldsblock2 .field_cta, #sidebar-second #block-classifieldsblock3 .field_cta, #sidebar-second #block-classifiedsslot--3 .field_cta, #sidebar-second #block-classifiedsslot--2 .field_cta, #sidebar-second .block-classifieldsblock3 .field_cta, #sidebar-second .block-classifieldsblock3--3 .field_cta, .fake-sidebar #block-classifieldsblock .field_cta, .fake-sidebar #block-classifieldsblock2 .field_cta, .fake-sidebar #block-classifieldsblock3 .field_cta, .fake-sidebar #block-classifiedsslot--3 .field_cta, .fake-sidebar #block-classifiedsslot--2 .field_cta, .fake-sidebar .block-classifieldsblock3 .field_cta, .fake-sidebar .block-classifieldsblock3--3 .field_cta {
  clear: both;
  width: 49.5%;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 1.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

#sidebar-second #block-classifieldsblock .field_cta:hover, #sidebar-second #block-classifieldsblock2 .field_cta:hover, #sidebar-second #block-classifieldsblock3 .field_cta:hover, #sidebar-second #block-classifiedsslot--3 .field_cta:hover, #sidebar-second #block-classifiedsslot--2 .field_cta:hover, #sidebar-second .block-classifieldsblock3 .field_cta:hover, #sidebar-second .block-classifieldsblock3--3 .field_cta:hover, .fake-sidebar #block-classifieldsblock .field_cta:hover, .fake-sidebar #block-classifieldsblock2 .field_cta:hover, .fake-sidebar #block-classifieldsblock3 .field_cta:hover, .fake-sidebar #block-classifiedsslot--3 .field_cta:hover, .fake-sidebar #block-classifiedsslot--2 .field_cta:hover, .fake-sidebar .block-classifieldsblock3 .field_cta:hover, .fake-sidebar .block-classifieldsblock3--3 .field_cta:hover {
  background-color: #378459;
}

#sidebar-second #block-classifieldsblock .field_cta a, #sidebar-second #block-classifieldsblock2 .field_cta a, #sidebar-second #block-classifieldsblock3 .field_cta a, #sidebar-second #block-classifiedsslot--3 .field_cta a, #sidebar-second #block-classifiedsslot--2 .field_cta a, #sidebar-second .block-classifieldsblock3 .field_cta a, #sidebar-second .block-classifieldsblock3--3 .field_cta a, .fake-sidebar #block-classifieldsblock .field_cta a, .fake-sidebar #block-classifieldsblock2 .field_cta a, .fake-sidebar #block-classifieldsblock3 .field_cta a, .fake-sidebar #block-classifiedsslot--3 .field_cta a, .fake-sidebar #block-classifiedsslot--2 .field_cta a, .fake-sidebar .block-classifieldsblock3 .field_cta a, .fake-sidebar .block-classifieldsblock3--3 .field_cta a {
  text-decoration: none;
}

#sidebar-second #block-classifieldsblock .field_cta a, #sidebar-second #block-classifieldsblock2 .field_cta a, #sidebar-second #block-classifieldsblock3 .field_cta a, #sidebar-second #block-classifiedsslot--3 .field_cta a, #sidebar-second #block-classifiedsslot--2 .field_cta a, #sidebar-second .block-classifieldsblock3 .field_cta a, #sidebar-second .block-classifieldsblock3--3 .field_cta a, .fake-sidebar #block-classifieldsblock .field_cta a, .fake-sidebar #block-classifieldsblock2 .field_cta a, .fake-sidebar #block-classifieldsblock3 .field_cta a, .fake-sidebar #block-classifiedsslot--3 .field_cta a, .fake-sidebar #block-classifiedsslot--2 .field_cta a, .fake-sidebar .block-classifieldsblock3 .field_cta a, .fake-sidebar .block-classifieldsblock3--3 .field_cta a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
}

@media screen and (min-width: 37.5625em) {
  .section-clubs-listings .fake-sidebar .block-classifieldsblock3, .section-clubs-listings .fake-sidebar .block-classifieldsblock3--3, .section-marque .fake-sidebar .block-classifieldsblock3, .section-marque .fake-sidebar .block-classifieldsblock3--3, .section-search .fake-sidebar .block-classifieldsblock3, .section-search .fake-sidebar .block-classifieldsblock3--3, .section-classic-cars-a-to-z .fake-sidebar .block-classifieldsblock3, .section-classic-cars-a-to-z .fake-sidebar .block-classifieldsblock3--3 {
    width: 100% !important;
  }
}

/**
 * Temporary classifieds block.
 *
 * This block contains a heading, a subheading, a CTA button, and an image.
 * This image only appears in wider displays where it occupies the right half.
 */
.block--classifieds__temporary-placeholder {
  background: #f4f4f4;
  padding-bottom: 2rem;
  clear: both;
}

.block--classifieds__temporary-placeholder:before {
  content: "";
  display: block;
  clear: both;
  height: 1em;
  background-color: #fff;
}

.block--classifieds__temporary-placeholder .field_heading,
.block--classifieds__temporary-placeholder .subheading {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 48.0625em) {
  .block--classifieds__temporary-placeholder .field_heading,
  .block--classifieds__temporary-placeholder .subheading {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .block--classifieds__temporary-placeholder .field_heading:last-child,
  .block--classifieds__temporary-placeholder .subheading:last-child {
    margin-right: 0;
  }
}

.block--classifieds__temporary-placeholder .field_heading {
  font-size: 2.1875rem;
  line-height: 2.75rem;
  color: #333;
  font-weight: 700;
  padding-bottom: 1%;
  padding-top: 1.25rem;
}

.block--classifieds__temporary-placeholder .classifieds-image {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

@media screen and (min-width: 48.0625em) {
  .block--classifieds__temporary-placeholder .classifieds-image {
    position: inherit;
    clip: auto;
    overflow: inherit;
    height: auto;
    width: auto;
    word-wrap: inherit;
    margin-left: 51.06383%;
  }
}

.block--classifieds__temporary-placeholder .field_cta {
  clear: both;
  width: auto;
  height: 2.625rem;
  background-color: #73a183;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 1rem 1.125rem;
  display: block;
  font-weight: 700;
  line-height: 1.25rem;
  border-radius: 3px;
}

.block--classifieds__temporary-placeholder .field_cta:hover {
  background-color: #378459;
}

.block--classifieds__temporary-placeholder .field_cta a {
  text-decoration: none;
}

.block--classifieds__temporary-placeholder .field_cta a {
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 700;
  width: 100%;
  display: block;
}

@media screen and (min-width: 48.0625em) {
  .block--classifieds__temporary-placeholder .field_cta {
    clear: both;
    width: 49.5%;
    height: 2.625rem;
    background-color: #73a183;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    line-height: 1.25rem;
    border-radius: 3px;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-left: 12.76596%;
    margin-top: -6.5%;
  }
  .block--classifieds__temporary-placeholder .field_cta:hover {
    background-color: #378459;
  }
  .block--classifieds__temporary-placeholder .field_cta a {
    text-decoration: none;
  }
  .block--classifieds__temporary-placeholder .field_cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 60.0625em) {
  .block--classifieds__temporary-placeholder .field_cta {
    margin-top: -9%;
  }
}

@media screen and (min-width: 48.0625em) {
  .block--classifieds__temporary-placeholder {
    background: linear-gradient(to left, #f4f4f4 100%, transparent) left/50% 100% no-repeat;
    padding-bottom: 0;
  }
}

#sliding-popup.sliding-popup-bottom[style] {
  background: #333 !important;
}

#sliding-popup.sliding-popup-bottom[style] .popup-content #popup-text {
  font-size: 0.9rem;
  text-align: center;
  max-width: 100%;
}

@media screen and (min-width: 48.0625em) {
  #sliding-popup.sliding-popup-bottom[style] .popup-content #popup-text {
    font-size: 1rem;
    text-align: left;
    max-width: 80%;
    margin: 1rem 0;
  }
}

#sliding-popup.sliding-popup-bottom[style] .popup-content #popup-text a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

#sliding-popup.sliding-popup-bottom[style] .popup-content #popup-buttons {
  float: none;
  margin: 5px 0;
  max-width: 100%;
}

@media screen and (min-width: 48.0625em) {
  #sliding-popup.sliding-popup-bottom[style] .popup-content #popup-buttons {
    float: right;
    margin: 0;
    max-width: 40%;
  }
}

#sliding-popup.sliding-popup-bottom[style] .popup-content #popup-buttons button {
  color: #fff;
  background: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0.5rem;
  margin-top: 0.75rem;
  border: 1px solid #adadad;
  cursor: pointer;
}

.flexslider {
  margin: 0 0 1rem 0 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.flexslider .flex-viewport .slides {
  position: relative;
}

.flexslider .flex-viewport .slides .carousel-text {
  display: none;
}

.flexslider .flex-viewport .slides li {
  cursor: pointer;
}

.flexslider .flex-direction-nav a {
  background: #fff;
  border-radius: 50%;
}

.flexslider .flex-direction-nav:before {
  line-height: 1.4 !important;
}

.flexslider .flex-direction-nav .flex-prev:before, .flexslider .flex-direction-nav .flex-next:before {
  font-family: FontAwesome;
  font-size: 35px;
  color: #00672E;
  line-height: 2.5rem;
}

.flexslider .flex-direction-nav .flex-prev:before {
  content: '\f104';
  margin: 0 0 0 0.7rem;
}

.flexslider .flex-direction-nav .flex-next:before {
  content: '\f105';
  margin: 0 0.7rem 0 0;
}

.flexslider .carousel-text {
  background: #fff;
}

.flexslider .carousel-text h2 {
  margin: 2rem 0 0 0;
  line-height: 2rem;
}

.flexslider .slide-footer {
  background: #333;
  color: #fff;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  font-weight: 100;
  min-height: 1.6rem;
  line-height: 1.5rem;
}

.flexslider .slide-footer .slide-index {
  float: right;
  margin-right: 0.5rem;
}

.slideshow .mobile-social-share {
  display: block;
}

.slideshow .mobile-social-share .mini-social-share {
  display: none;
}

.slideshow .bottom-social-share {
  display: none;
}

@media screen and (min-width: 37.5625em) {
  .slideshow .mobile-social-share {
    display: none;
  }
  .slideshow .bottom-social-share {
    display: block;
    padding: 15px;
  }
}

@media screen and (min-width: 48.0625em) {
  .slideshow .carousel-text {
    width: 66%;
    margin-right: 2%;
    float: left;
  }
  .slideshow #block-dfptagmpu {
    width: 30%;
    float: left;
  }
}

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