@charset "UTF-8";
/**
 * 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.
 */
/**
 * 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.
 */
.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-moveelectric-cscsearchblock {
  position: absolute;
  top: 0;
  right: 0; }
  #header #block-moveelectric-cscsearchblock a {
    background-image: url("../../images/source/search-icon.png");
    background-image: url("../../images/source/icons-basic-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 64px;
    width: 64px;
    text-indent: -9999px; }

#header .search-block-form {
  position: relative; }
  #header .search-block-form form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  #header .search-block-form .form-item {
    width: 100%;
    display: block; }
    #header .search-block-form .form-item input {
      margin: 0;
      width: 100%;
      height: 33px;
      background-color: #f7f7f7;
      border: 0;
      border-radius: 4px;
      padding-right: 40px; }
  #header .search-block-form .form-actions input.form-submit {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    width: 20px;
    height: 100%;
    background-image: url("../../images/icons-basic-search.svg");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -1000em;
    overflow: hidden; }

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

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

div.search-modal {
  min-height: 50vh;
  top: 0 !important;
  width: 100% !important;
  padding: 20px;
  z-index: 1000 !important; }
  div.search-modal .ui-widget-header {
    border: none;
    background: none;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.1em; }
    @media only screen and (min-width: 601px) {
      div.search-modal .ui-widget-header {
        margin-bottom: 60px; } }
    div.search-modal .ui-widget-header .ui-state-default {
      border: none;
      background: none; }
  div.search-modal .ui-widget-content {
    border: none;
    float: none;
    padding: 0;
    background: #ffffff; }
    div.search-modal .ui-widget-content input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 2px;
      font-size: 16px;
      padding: 9px 13px;
      color: #777777;
      background-color: #f7f7f7; }
  @media only screen and (min-width: 601px) {
    div.search-modal .ui-dialog-content {
      width: 75% !important; } }
  div.search-modal .ui-button-icon-only {
    background-color: #fff;
    position: relative; }
    div.search-modal .ui-button-icon-only.ui-dialog-titlebar-close {
      position: absolute;
      top: -64px;
      left: 0;
      height: 47px;
      display: block;
      width: 100%;
      background-image: url(../../logo.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      padding: 0 64px; }
    div.search-modal .ui-button-icon-only .ui-icon-closethick {
      width: 64px;
      height: 64px;
      position: absolute;
      top: 0;
      right: -20px;
      left: initial;
      background-image: url(../../images/source/icons-basic-cross.png);
      background-position: center center;
      background-repeat: no-repeat; }
    div.search-modal .ui-button-icon-only .ui-button-text {
      display: block;
      clear: both;
      text-indent: 0;
      padding: 0;
      font-size: 9px;
      text-transform: uppercase; }
  div.search-modal .ui-dialog-buttonpane {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    float: none;
    width: 100%; }
    @media only screen and (min-width: 601px) {
      div.search-modal .ui-dialog-buttonpane {
        width: 25%; } }
    div.search-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
      width: 100%; }
    div.search-modal .ui-dialog-buttonpane .ui-button-text {
      line-height: 20px; }
  div.search-modal .ui-dialog-titlebar {
    margin-top: 64px;
    width: 100%;
    padding: 0; }
    @media only screen and (min-width: 601px) {
      div.search-modal .ui-dialog-titlebar {
        padding-bottom: 0;
        padding-right: 0; } }
    div.search-modal .ui-dialog-titlebar .ui-dialog-title {
      float: none;
      margin: 20px 0 20px 0;
      padding: 0;
      font-size: 22px;
      color: #0a151b; }
      @media only screen and (min-width: 601px) {
        div.search-modal .ui-dialog-titlebar .ui-dialog-title {
          margin-top: 0; } }
  div.search-modal button.form-submit {
    margin: 0;
    background: #209cc0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    width: 100%; }
    div.search-modal button.form-submit .ui-dialog-titlebar-close ui-button-text {
      text-indent: 0;
      font-size: 0.5em;
      text-transform: uppercase; }
  div.search-modal.ui-widget-content {
    border: none; }

.page-search-node ol li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  .page-search-node ol li img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .page-search-node ol li h3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

.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;
  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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd; }
  input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: #209cc0;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 #209cc0, 4px 0 0 #209cc0, 4px -2px 0 #209cc0, 4px -4px 0 #209cc0, 4px -6px 0 #209cc0, 4px -8px 0 #209cc0;
    box-shadow: 2px 0 0 #209cc0, 4px 0 0 #209cc0, 4px -2px 0 #209cc0, 4px -4px 0 #209cc0, 4px -6px 0 #209cc0, 4px -8px 0 #209cc0;
    -webkit-transform: rotate(45deg);
    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-moveelectric-content, .page-user-password .block-moveelectric-content, .page-user-register .block-moveelectric-content {
  margin-top: 1rem; }

.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: #209cc0;
  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: #209cc0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1.125rem auto 0;
  display: block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik"; }
  .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: #209cc0; }
  .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 {
    color: #ffffff;
    text-decoration: none; }

.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: #209cc0; }
  .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 only screen and (min-width: 601px) {
      .field_image img {
        margin: 0 auto; } }

.front_page .layout-container {
  background-color: #f7f7f7; }

.front_page #main {
  padding-top: 64px;
  width: 100%; }
  @media only screen and (min-width: 601px) {
    .front_page #main {
      padding-top: 4rem; } }
  @media only screen and (min-width: 769px) {
    .front_page #main {
      padding-top: 8.2rem; } }
  .front_page #main #content-area {
    width: 100%;
    padding: 0; }
    .front_page #main #content-area > .inner {
      width: 100%; }
      .front_page #main #content-area > .inner .block-system article,
      .front_page #main #content-area > .inner > div {
        width: 100%; }
    @media only screen and (min-width: 601px) {
      .front_page #main #content-area .frontpage-news .views-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .front_page #main #content-area .frontpage-news .views-row article {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .front_page #main #content-area .frontpage-news .views-row article .content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            .front_page #main #content-area .frontpage-news .views-row article .content .left {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
              flex: 0 1 auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .front_page #main #content-area .frontpage-news .views-row article .content .right {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
              flex: 1 0 auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }

.front_page #main .container {
  width: 100%; }
  .front_page #main .container .container-inner {
    width: 100%; }
    .front_page #main .container .container-inner #content {
      width: 100%; }
  .front_page #main .container .content .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
    @media only screen and (min-width: 601px) {
      .front_page #main .container .content .inline {
        margin-top: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .front_page #main .container .content .block-classic-page-title {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: darkred; }
    @media only screen and (min-width: 961px) {
      .front_page #main .container .content .block-classic-page-title {
        width: 960px; } }
    .front_page #main .container .content .block-classic-page-title h1 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .front_page #main .container .content .frontpage-listed-articles {
    padding-top: 2.5em;
    width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 601px) {
      .front_page #main .container .content .frontpage-listed-articles {
        padding-bottom: 2.5em; } }
  .front_page #main .container .content .content-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; }
    @media only screen and (min-width: 961px) {
      .front_page #main .container .content .content-inner {
        width: 960px; } }
  .front_page #main .container .content .frontpage-news-section {
    width: 100%;
    overflow: hidden;
    padding: 10px; }
  .front_page #main .container .content .frontpage-classifieds {
    display: inline-block;
    background-color: #fff;
    width: 100%; }
    .front_page #main .container .content .frontpage-classifieds > div.content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (min-width: 601px) {
        .front_page #main .container .content .frontpage-classifieds > div.content-inner {
          padding-left: 10px;
          padding-right: 10px; } }
      @media only screen and (min-width: 769px) {
        .front_page #main .container .content .frontpage-classifieds > div.content-inner {
          max-width: 960px;
          padding-left: 0;
          padding-right: 0; } }
      @media only screen and (min-width: 961px) {
        .front_page #main .container .content .frontpage-classifieds > div.content-inner {
          max-width: 960px; } }
    .front_page #main .container .content .frontpage-classifieds .field_classified_panel {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-bottom: 3rem; }
      @media only screen and (min-width: 601px) {
        .front_page #main .container .content .frontpage-classifieds .field_classified_panel {
          padding-bottom: 1rem; } }
      @media only screen and (min-width: 769px) {
        .front_page #main .container .content .frontpage-classifieds .field_classified_panel .field_heading {
          font-size: 2rem;
          line-height: 2rem; } }
      @media only screen and (min-width: 961px) {
        .front_page #main .container .content .frontpage-classifieds .field_classified_panel .field_heading {
          font-size: 2.1875rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 769px) {
        .front_page #main .container .content .frontpage-classifieds .field_classified_panel p {
          font-size: 1rem;
          line-height: 1.5rem; } }
      @media only screen and (min-width: 961px) {
        .front_page #main .container .content .frontpage-classifieds .field_classified_panel p {
          font-size: 1.125rem; } }
      .front_page #main .container .content .frontpage-classifieds .field_classified_panel .field_cta {
        margin: 0 auto; }
    .front_page #main .container .content .frontpage-classifieds .field_image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .front_page #main .container .content .frontpage-events {
    background-color: #f4f4f4;
    width: 100%;
    overflow: hidden;
    margin: 0 0 2rem 0; }
    .front_page #main .container .content .frontpage-events > div {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media only screen and (min-width: 961px) {
        .front_page #main .container .content .frontpage-events > div {
          width: 960px; } }

.frontpage-featured-articles {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px; }
  .frontpage-featured-articles .featured-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .frontpage-featured-articles .featured-content .left {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .featured-content .left {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-right: -10px;
          margin-left: -10px; } }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .featured-content .left {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
          max-width: 66.66667%; } }
    @media only screen and (min-width: 601px) {
      .frontpage-featured-articles .featured-content .right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
  .frontpage-featured-articles .views-row {
    margin-bottom: 0.625rem;
    padding: 0.625rem; }
    .frontpage-featured-articles .views-row.mpu {
      padding: 0;
      margin-top: 40px; }
    .frontpage-featured-articles .views-row h2, .frontpage-featured-articles .views-row .inline {
      padding: 0.625rem 0 !important; }
    .frontpage-featured-articles .views-row .inline {
      padding: 0 !important;
      margin-top: 10px !important; }
    .frontpage-featured-articles .views-row .featured-title {
      width: 100%; }
    .frontpage-featured-articles .views-row .article--layout-featured,
    .frontpage-featured-articles .views-row .slideshow--layout-featured {
      position: relative; }
    .frontpage-featured-articles .views-row .seperator {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
    .frontpage-featured-articles .views-row .date {
      color: #777777;
      font-size: 0.875rem;
      font-weight: 300;
      padding-top: 0;
      padding-left: 0.313rem;
      line-height: 0.9375rem;
      font-family: "Open Sans"; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .views-row .date {
          padding-left: 13px; } }
    .frontpage-featured-articles .views-row .category a {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      font-weight: 500;
      font-family: "Open Sans";
      padding: 5px 15px;
      background-color: #3a7291;
      display: inline-block; }
    .frontpage-featured-articles .views-row .content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .frontpage-featured-articles .views-row .content .featured-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .frontpage-featured-articles .views-row h2 {
      font-weight: normal;
      padding-top: 0.625rem;
      padding-bottom: 0;
      margin-bottom: 0;
      font-family: "Rubik";
      margin-right: 0; }
      .frontpage-featured-articles .views-row h2 a {
        color: #209cc0; }
    .frontpage-featured-articles .views-row img {
      border-radius: 5px;
      width: 100%; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .views-row img {
          width: auto; } }
    .frontpage-featured-articles .views-row.item-1 h2 {
      font-size: 1.1875rem;
      line-height: 1.75rem; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .views-row.item-1 h2 {
          font-size: 2.5rem;
          line-height: 3rem; } }
    .frontpage-featured-articles .views-row.item-2, .frontpage-featured-articles .views-row.item-3 {
      width: 100%; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .views-row.item-2, .frontpage-featured-articles .views-row.item-3 {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%; } }
    .frontpage-featured-articles .views-row.item-2 h2, .frontpage-featured-articles .views-row.item-3 h2, .frontpage-featured-articles .views-row.item-4 h2 {
      font-size: 1.1875rem;
      line-height: 1.75rem; }
      @media only screen and (min-width: 601px) {
        .frontpage-featured-articles .views-row.item-2 h2, .frontpage-featured-articles .views-row.item-3 h2, .frontpage-featured-articles .views-row.item-4 h2 {
          font-size: 1.25rem;
          line-height: 1.688rem; } }

.front_page .field_homepage_news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  .front_page .field_homepage_news .viewsreference--view-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: normal;
    color: #0a151b;
    font-family: "Rubik";
    padding-left: 0; }
    @media only screen and (min-width: 601px) {
      .front_page .field_homepage_news .viewsreference--view-title {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 769px) {
      .front_page .field_homepage_news .viewsreference--view-title {
        padding-left: 10px; } }
  @media only screen and (min-width: 769px) {
    .front_page .field_homepage_news .views-element-container {
      margin-right: 10px;
      margin-left: 10px; } }
  .front_page .field_homepage_news .frontpage-news {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px; }
    .front_page .field_homepage_news .frontpage-news > .views-row {
      margin-bottom: 1.4375rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      @media only screen and (min-width: 601px) {
        .front_page .field_homepage_news .frontpage-news > .views-row {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%;
          margin-bottom: 2.813rem; } }
      @media only screen and (min-width: 769px) {
        .front_page .field_homepage_news .frontpage-news > .views-row {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
          max-width: 33.33333%; } }
  .front_page .field_homepage_news .more-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    overflow: full; }
    .front_page .field_homepage_news .more-link a {
      clear: both;
      width: 100%;
      height: auto;
      background-color: #209cc0;
      -webkit-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      text-align: center;
      margin: 1.875rem auto;
      display: block;
      font-weight: normal;
      line-height: 1.25rem;
      border-radius: 3px;
      font-family: "Rubik";
      color: #ffffff;
      padding: 1rem 3.438rem;
      font-size: 1rem; }
      .front_page .field_homepage_news .more-link a:hover {
        background-color: #209cc0; }
      .front_page .field_homepage_news .more-link a a {
        color: #ffffff;
        text-decoration: none; }
      @media only screen and (min-width: 601px) {
        .front_page .field_homepage_news .more-link a {
          font-size: 1.875rem; } }

.field_event_section_heading {
  font-size: 1.75rem;
  line-height: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: normal;
  color: #0a151b;
  font-family: "Rubik";
  font-size: 2.1875rem;
  line-height: 2.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.frontpage-events .field_front_page_featured_event {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .frontpage-events .field_front_page_featured_event {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }

.frontpage-events .field_front_page_upcoming_events {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .frontpage-events .field_front_page_upcoming_events {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; } }

.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: 0;
  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: "Open Sans"; }
  .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: normal;
  color: #0a151b;
  font-family: "Rubik"; }
  @media only screen and (min-width: 601px) {
    .frontpage-events .viewsreference--view-title {
      font-size: 3.125rem;
      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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .frontpage-events .frontpage-onnext-event .views-row {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #ebebeb; }
    @media only screen and (min-width: 601px) {
      .frontpage-events .frontpage-onnext-event .views-row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 0;
        border-bottom: none;
        padding-top: 0; } }
  @media only screen and (min-width: 601px) {
    .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 only screen and (min-width: 601px) {
    .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: auto;
    background-color: #209cc0;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 1.875rem auto;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik";
    color: #ffffff;
    padding: 1rem 3.438rem;
    font-size: 1.875rem; }
    .frontpage-events .frontpage-onnext-event .more-link:hover {
      background-color: #209cc0; }
    .frontpage-events .frontpage-onnext-event .more-link a {
      color: #ffffff;
      text-decoration: none; }

.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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
    .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 only screen and (min-width: 601px) {
    .front_page .frontpage-events .frontpage-onnext-event .more-link {
      margin-right: 0;
      margin-left: auto; } }

.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-infinite-scroll-content-wrapper, .page-videos .frontpage-news .views-infinite-scroll-content-wrapper, .page-blogs .frontpage-news .views-infinite-scroll-content-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (min-width: 601px) {
    .page-news .frontpage-news .views-infinite-scroll-content-wrapper, .page-videos .frontpage-news .views-infinite-scroll-content-wrapper, .page-blogs .frontpage-news .views-infinite-scroll-content-wrapper {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: -10px;
      margin-left: -10px; } }

.page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
  margin-bottom: 1.4375rem; }
  @media only screen and (min-width: 601px) {
    .page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 769px) {
    .page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media only screen and (min-width: 601px) {
    .page-news .frontpage-news .views-row, .page-videos .frontpage-news .views-row, .page-blogs .frontpage-news .views-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-news .frontpage-news .views-row article, .page-videos .frontpage-news .views-row article, .page-blogs .frontpage-news .views-row article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-news .frontpage-news .views-row article .content, .page-videos .frontpage-news .views-row article .content, .page-blogs .frontpage-news .views-row article .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .page-news .frontpage-news .views-row article .content .left, .page-videos .frontpage-news .views-row article .content .left, .page-blogs .frontpage-news .views-row article .content .left {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .page-news .frontpage-news .views-row article .content .right, .page-videos .frontpage-news .views-row article .content .right, .page-blogs .frontpage-news .views-row article .content .right {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }

.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: #209cc0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik"; }
  .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: #197894; }
  .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: #ffffff;
    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: 500;
    width: 100%; }

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

.in-content-mpu, .ad-entity-container {
  width: 100%;
  text-align: center;
  max-width: 100%; }

*[data-ad-entity="mobile_banner"] {
  position: fixed;
  bottom: 0;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

*[data-ad-entity="mpu"] {
  margin-bottom: 1rem; }

.leader {
  margin: 0 auto;
  background: #ebebeb;
  z-index: 200;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .leader {
      position: relative;
      background: none;
      margin: 30px auto; } }
  @media only screen and (min-width: 601px) {
    .leader #block-leaderboard {
      display: block; } }
  @media only screen and (min-width: 769px) {
    .leader #block-leaderboard {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }
  .leader #block-leaderboard iframe {
    margin: 0 auto;
    display: block; }
  .leader #block-dfptagmobilebanner {
    display: block; }
    .leader #block-dfptagmobilebanner iframe {
      width: 320px;
      margin: 0 auto;
      display: block; }
    @media only screen and (min-width: 601px) {
      .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 {
  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 {
    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 only screen and (min-width: 769px) {
        .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 only screen and (min-width: 601px) {
    .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;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
      .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 only screen and (min-width: 769px) {
    .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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
      .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 only screen and (min-width: 601px) {
    .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row {
      float: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .front_page .frontpage-news #js-dfp-tag-leaderboard .views-row:last-child {
      margin: 0 auto; } }
  @media only screen and (min-width: 769px) {
    .front_page .frontpage-news #js-dfp-tag-leaderboard {
      clear: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
      .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 only screen and (min-width: 601px) {
    .front_page .views-row.in-content-mpu iframe {
      display: block;
      margin: 0 auto; } }

@media only screen and (min-width: 601px) {
  .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 only screen and (min-width: 769px) {
  .page-news .frontpage-news .views-row.in-content-mpu {
    height: auto; } }

@media only screen and (min-width: 601px) {
  .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 only screen and (min-width: 769px) {
  .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 only screen and (min-width: 601px) {
  .front_page .frontpage-news .views-row.in-content-mpu .views-row {
    float: none; } }

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

@media only screen and (min-width: 601px) {
  .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 only screen and (min-width: 769px) {
  .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 only screen and (min-width: 601px) {
    .section-taxonomy .taxonomy-terms .views-row.in-content-mpu .views-row .body {
      height: 9.125rem; } }
  @media only screen and (min-width: 769px) {
    .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%; }

.article h1 {
  color: #0a151b;
  font-size: 1.85rem;
  margin-top: 10px;
  font-family: "Rubik";
  font-weight: normal; }
  @media only screen and (min-width: 601px) {
    .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 .sponsor {
  margin-bottom: 1rem;
  text-align: center; }

.article #content-area .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.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: #777777;
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 0;
  padding-left: 0.313rem;
  line-height: 0.9375rem;
  font-family: "Open Sans"; }
  @media only screen and (min-width: 601px) {
    .article #content-area .date {
      padding-left: 13px; } }

.article #content-area .category a, .article #content-area #taxonimies a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 15px;
  background-color: #3a7291;
  display: inline-block; }

.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: 0 1.25rem 1.25rem 0; }

.article #content-area .bottom-social-share {
  display: none;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 601px) {
    .article #content-area .bottom-social-share {
      display: block; } }

.article #content-area .mobile-social-share {
  clear: both;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 601px) {
    .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: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
  .article #sidebar-second .field_image img {
    margin: 0.4rem auto; }
  .article #sidebar-second #block-carsearch--3 {
    background-color: lightseagreen;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 601px) {
      .article #sidebar-second #block-carsearch--3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 961px) {
      .article #sidebar-second #block-carsearch--3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .article #sidebar-second .block-quicktabs {
    padding-left: 2%;
    width: 100%;
    float: none; }
    .article #sidebar-second .block-quicktabs .quicktabs-wrapper,
    .article #sidebar-second .block-quicktabs #quicktabs-sidebar {
      padding-top: 0; }
      .article #sidebar-second .block-quicktabs .quicktabs-wrapper .ui-tabs-nav,
      .article #sidebar-second .block-quicktabs #quicktabs-sidebar .ui-tabs-nav {
        padding-top: 0; }
  @media only screen and (min-width: 961px) {
    .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 #quicktabs-sidebar {
    font-size: 0.9375rem;
    border: none;
    font-family: oxygen;
    padding-left: 0;
    padding-right: 0; }
    .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs,
    .article #sidebar-second #quicktabs-sidebar .ui-widget-header {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      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 .quicktabs-tabs .active,
    .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: #209cc0; }
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs .active a,
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs .active .ui-tabs-anchor,
      .article #sidebar-second #quicktabs-sidebar .ui-state-active a,
      .article #sidebar-second #quicktabs-sidebar .ui-state-active .ui-tabs-anchor,
      .article #sidebar-second #quicktabs-sidebar .ui-widget-content .ui-state-active a,
      .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 a,
      .article #sidebar-second #quicktabs-sidebar .ui-widget-header .ui-state-active .ui-tabs-anchor {
        text-align: center;
        width: 100%;
        color: #ffffff; }
    .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs .active:after,
    .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 #209cc0;
      border-left: solid 7.5px transparent;
      border-right: solid 7.5px transparent; }
    .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li,
    .article #sidebar-second #quicktabs-sidebar .ui-state-default {
      background: none;
      padding: 0; }
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li a,
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li .ui-tabs-anchor,
      .article #sidebar-second #quicktabs-sidebar .ui-state-default a,
      .article #sidebar-second #quicktabs-sidebar .ui-state-default .ui-tabs-anchor {
        text-align: center;
        width: 100%; }
    .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li,
    .article #sidebar-second #quicktabs-sidebar .ui-tabs-nav li {
      position: relative;
      width: 33%;
      margin-right: 0;
      margin-left: 0;
      padding: 0;
      border: 0;
      height: 35px;
      vertical-align: middle;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li a,
      .article #sidebar-second #quicktabs-sidebar .quicktabs-tabs li .ui-tabs-anchor,
      .article #sidebar-second #quicktabs-sidebar .ui-tabs-nav li a,
      .article #sidebar-second #quicktabs-sidebar .ui-tabs-nav li .ui-tabs-anchor {
        padding: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .article #sidebar-second #quicktabs-sidebar .ui-tabs-panel {
      padding: 0; }

#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 .more-link a, .e-cars .more-link a, .e-bikes .more-link a {
  clear: both;
  width: 100%;
  height: auto;
  background-color: #209cc0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1.875rem auto;
  display: block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik";
  color: #ffffff;
  padding: 1rem 3.438rem;
  font-size: 0.938rem; }
  .latest-news .more-link a:hover, .e-cars .more-link a:hover, .e-bikes .more-link a:hover {
    background-color: #209cc0; }
  .latest-news .more-link a a, .e-cars .more-link a a, .e-bikes .more-link a a {
    color: #ffffff;
    text-decoration: none; }

.article--layout-quicktab .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1rem; }

.article--layout-quicktab .quicktab-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 10px;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.article--layout-quicktab .quicktab-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 8px;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

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

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

.article--layout-quicktab .category, .article--layout-quicktab .seperator, .article--layout-quicktab .date {
  display: inline-block; }

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

.article--layout-quicktab .date {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 0;
  padding-left: 0.313rem;
  line-height: 0.9375rem;
  font-family: "Open Sans"; }
  @media only screen and (min-width: 601px) {
    .article--layout-quicktab .date {
      padding-left: 13px; } }

.article--layout-quicktab .category a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 15px;
  background-color: #3a7291;
  display: inline-block; }

.article #content-area .block-views-block-related-articles-block-1 > div:not(.contextual) {
  margin-right: -10px;
  margin-left: -10px; }

.article #content-area .related-articles {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px; }
  .article #content-area .related-articles > h2 {
    font-size: 21875rem;
    line-height: 2.75rem;
    font-weight: 700; }
  .article #content-area .related-articles .views-row {
    width: 100%;
    padding-bottom: 1.4375rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 601px) {
      .article #content-area .related-articles .views-row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0; } }
  .article #content-area .related-articles .seperator {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .article #content-area .related-articles .date {
    color: #777777;
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 0;
    padding-left: 0.313rem;
    line-height: 0.9375rem;
    font-family: "Open Sans"; }
    @media only screen and (min-width: 601px) {
      .article #content-area .related-articles .date {
        padding-left: 13px; } }
  .article #content-area .related-articles .category a {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    font-weight: 500;
    font-family: "Open Sans";
    padding: 5px 15px;
    background-color: #3a7291;
    display: inline-block; }
  .article #content-area .related-articles .article--layout-listing h2,
  .article #content-area .related-articles .slideshow--layout-listing h2 {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0; }
    @media only screen and (min-width: 601px) {
      .article #content-area .related-articles .article--layout-listing h2,
      .article #content-area .related-articles .slideshow--layout-listing h2 {
        height: 6.375rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }
    @media only screen and (min-width: 769px) {
      .article #content-area .related-articles .article--layout-listing h2,
      .article #content-area .related-articles .slideshow--layout-listing h2 {
        height: 3.8175rem; } }
    .article #content-area .related-articles .article--layout-listing h2 picture, .article #content-area .related-articles .article--layout-listing h2 img,
    .article #content-area .related-articles .slideshow--layout-listing h2 picture,
    .article #content-area .related-articles .slideshow--layout-listing h2 img {
      max-width: inherit; }
    .article #content-area .related-articles .article--layout-listing h2 a,
    .article #content-area .related-articles .slideshow--layout-listing h2 a {
      color: #333; }
  .article #content-area .related-articles .article--layout-listing .content,
  .article #content-area .related-articles .slideshow--layout-listing .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px; }
  .article #content-area .related-articles .article--layout-listing .left,
  .article #content-area .related-articles .slideshow--layout-listing .left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    @media only screen and (min-width: 601px) {
      .article #content-area .related-articles .article--layout-listing .left,
      .article #content-area .related-articles .slideshow--layout-listing .left {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .article #content-area .related-articles .article--layout-listing .left .field_image,
    .article #content-area .related-articles .slideshow--layout-listing .left .field_image {
      margin-top: 0;
      margin-bottom: 0; }
  .article #content-area .related-articles .article--layout-listing .right,
  .article #content-area .related-articles .slideshow--layout-listing .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
    @media only screen and (min-width: 601px) {
      .article #content-area .related-articles .article--layout-listing .right,
      .article #content-area .related-articles .slideshow--layout-listing .right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .article #content-area .related-articles .article--layout-listing .right .field_image,
    .article #content-area .related-articles .slideshow--layout-listing .right .field_image {
      clear: none; }
    .article #content-area .related-articles .article--layout-listing .right h2,
    .article #content-area .related-articles .slideshow--layout-listing .right h2 {
      font-size: 1em; }
      @media only screen and (min-width: 601px) {
        .article #content-area .related-articles .article--layout-listing .right h2,
        .article #content-area .related-articles .slideshow--layout-listing .right h2 {
          margin: 0 0 0.5em;
          font-size: 1.25rem; } }
    .article #content-area .related-articles .article--layout-listing .right .category, .article #content-area .related-articles .article--layout-listing .right .seperator, .article #content-area .related-articles .article--layout-listing .right .date,
    .article #content-area .related-articles .slideshow--layout-listing .right .category,
    .article #content-area .related-articles .slideshow--layout-listing .right .seperator,
    .article #content-area .related-articles .slideshow--layout-listing .right .date {
      float: left; }
    .article #content-area .related-articles .article--layout-listing .right .seperator,
    .article #content-area .related-articles .slideshow--layout-listing .right .seperator {
      margin-left: 0.2rem;
      margin-right: 0.2rem; }
    .article #content-area .related-articles .article--layout-listing .right .date,
    .article #content-area .related-articles .slideshow--layout-listing .right .date {
      color: #777777;
      font-size: 0.875rem;
      font-weight: 300;
      padding-top: 0;
      padding-left: 0.313rem;
      line-height: 0.9375rem;
      font-family: "Open Sans"; }
      @media only screen and (min-width: 601px) {
        .article #content-area .related-articles .article--layout-listing .right .date,
        .article #content-area .related-articles .slideshow--layout-listing .right .date {
          padding-left: 13px; } }
    .article #content-area .related-articles .article--layout-listing .right .category a,
    .article #content-area .related-articles .slideshow--layout-listing .right .category a {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      font-weight: 500;
      font-family: "Open Sans";
      padding: 5px 15px;
      background-color: #3a7291;
      display: inline-block; }

.social-media-sharing {
  width: 100%;
  margin: 1rem 0 0 0;
  display: inline-block; }
  .social-media-sharing .share {
    text-align: center; }
    @media only screen and (min-width: 601px) {
      .social-media-sharing .share {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 46px; } }
  .social-media-sharing .fa-facebook-f::before, .social-media-sharing .fa-facebook::before, .social-media-sharing .fa-x-twitter::before, .social-media-sharing .fa-envelope-o::before, .social-media-sharing .fa-google-plus::before {
    font-family: "FontAwesome";
    font-weight: normal; }

.social-media-sharing, .mini-social-media-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #dddddd;
  padding-top: 1.25rem; }
  .social-media-sharing .mini-social-share-label, .mini-social-media-sharing .mini-social-share-label {
    font-size: 0.875rem;
    font-family: "Open Sans";
    color: #777777;
    margin-right: 0.625rem; }
  .social-media-sharing a.share, .mini-social-media-sharing a.share {
    background-color: #209cc0;
    border-radius: 0.125rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .social-media-sharing a.share:before, .mini-social-media-sharing a.share:before {
      color: #fff;
      font-family: 'FontAwesome';
      font-weight: normal; }
  .social-media-sharing ul, .mini-social-media-sharing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .social-media-sharing ul li, .mini-social-media-sharing ul li {
      margin-right: 0; }
      .social-media-sharing ul li:not(:last-child), .mini-social-media-sharing ul li:not(:last-child) {
        margin-right: 0.625rem; }

.social-media-sharing {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.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 .text {
    font-family: "Open Sans"; }
    .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;
    font-weight: 500; }

.page-clubs-listings .listing-results,
.marque-directory .listing-results,
.page-classic-cars-a-to-z .listing-results,
.section-clubs-listings .listing-results,
.section-classic-cars-a-to-z .listing-results {
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.page-clubs-listings .fake-body,
.marque-directory .fake-body,
.page-classic-cars-a-to-z .fake-body,
.section-clubs-listings .fake-body,
.section-classic-cars-a-to-z .fake-body {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .page-clubs-listings .fake-body,
    .marque-directory .fake-body,
    .page-classic-cars-a-to-z .fake-body,
    .section-clubs-listings .fake-body,
    .section-classic-cars-a-to-z .fake-body {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      min-height: 37rem; } }
  .page-clubs-listings .fake-body .views-field-title,
  .marque-directory .fake-body .views-field-title,
  .page-classic-cars-a-to-z .fake-body .views-field-title,
  .section-clubs-listings .fake-body .views-field-title,
  .section-classic-cars-a-to-z .fake-body .views-field-title {
    line-height: 2.9375rem; }
    .page-clubs-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,
    .section-clubs-listings .fake-body .views-field-title span a.use-ajax,
    .section-classic-cars-a-to-z .fake-body .views-field-title span a.use-ajax {
      color: #00672E; }

.page-clubs-listings .fake-sidebar,
.marque-directory .fake-sidebar,
.page-classic-cars-a-to-z .fake-sidebar,
.section-clubs-listings .fake-sidebar,
.section-classic-cars-a-to-z .fake-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .page-clubs-listings .fake-sidebar,
    .marque-directory .fake-sidebar,
    .page-classic-cars-a-to-z .fake-sidebar,
    .section-clubs-listings .fake-sidebar,
    .section-classic-cars-a-to-z .fake-sidebar {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      padding-right: 0; } }

.listings-text, .frontpage-featured-articles .views-row h2, .frontpage-featured-articles .views-row .inline, .article #content-area .related-articles .article--layout-listing .right h2, .article #content-area .related-articles .article--layout-listing .right .inline,
.article #content-area .related-articles .slideshow--layout-listing .right h2,
.article #content-area .related-articles .slideshow--layout-listing .right .inline, .article--layout-listing h2,
.article--layout-teaser h2,
.slideshow--layout-listing h2,
.slideshow--layout-teaser h2, .section-search #content .search--result-item .content h2 {
  padding: 0 0 0 0.5rem; }
  @media only screen and (min-width: 601px) {
    .listings-text, .frontpage-featured-articles .views-row h2, .frontpage-featured-articles .views-row .inline, .article #content-area .related-articles .article--layout-listing .right h2, .article #content-area .related-articles .article--layout-listing .right .inline,
    .article #content-area .related-articles .slideshow--layout-listing .right h2,
    .article #content-area .related-articles .slideshow--layout-listing .right .inline, .article--layout-listing h2,
    .article--layout-teaser h2,
    .slideshow--layout-listing h2,
    .slideshow--layout-teaser h2, .section-search #content .search--result-item .content 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: 1rem;
  font-weight: normal;
  margin: 0;
  line-height: 1.25rem;
  display: inline-block; }
  @media only screen and (min-width: 601px) {
    .article--layout-listing h2,
    .article--layout-teaser h2,
    .slideshow--layout-listing h2,
    .slideshow--layout-teaser h2 {
      font-size: 1.25rem;
      line-height: 1.688rem;
      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: #209cc0;
    font-family: "Rubik"; }

.article--layout-listing .content,
.article--layout-teaser .content,
.slideshow--layout-listing .content,
.slideshow--layout-teaser .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (min-width: 601px) {
    .article--layout-listing .content,
    .article--layout-teaser .content,
    .slideshow--layout-listing .content,
    .slideshow--layout-teaser .content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: -10px;
      margin-left: -10px; } }
  .article--layout-listing .content .left, .article--layout-listing .content .right,
  .article--layout-teaser .content .left,
  .article--layout-teaser .content .right,
  .slideshow--layout-listing .content .left,
  .slideshow--layout-listing .content .right,
  .slideshow--layout-teaser .content .left,
  .slideshow--layout-teaser .content .right {
    clear: none; }
    @media only screen and (min-width: 601px) {
      .article--layout-listing .content .left, .article--layout-listing .content .right,
      .article--layout-teaser .content .left,
      .article--layout-teaser .content .right,
      .slideshow--layout-listing .content .left,
      .slideshow--layout-listing .content .right,
      .slideshow--layout-teaser .content .left,
      .slideshow--layout-teaser .content .right {
        clear: both; } }
  .article--layout-listing .content .left,
  .article--layout-teaser .content .left,
  .slideshow--layout-listing .content .left,
  .slideshow--layout-teaser .content .left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    @media only screen and (min-width: 601px) {
      .article--layout-listing .content .left,
      .article--layout-teaser .content .left,
      .slideshow--layout-listing .content .left,
      .slideshow--layout-teaser .content .left {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .article--layout-listing .content .right,
  .article--layout-teaser .content .right,
  .slideshow--layout-listing .content .right,
  .slideshow--layout-teaser .content .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 601px) {
      .article--layout-listing .content .right,
      .article--layout-teaser .content .right,
      .slideshow--layout-listing .content .right,
      .slideshow--layout-teaser .content .right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .article--layout-listing .content img,
  .article--layout-teaser .content img,
  .slideshow--layout-listing .content img,
  .slideshow--layout-teaser .content img {
    border-radius: 5px;
    margin: 0; }

.article--layout-listing .inline,
.article--layout-teaser .inline,
.slideshow--layout-listing .inline,
.slideshow--layout-teaser .inline {
  padding-top: 0;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }
  @media only screen and (min-width: 601px) {
    .article--layout-listing .inline,
    .article--layout-teaser .inline,
    .slideshow--layout-listing .inline,
    .slideshow--layout-teaser .inline {
      margin-top: 30px;
      padding-left: 0; } }
  .article--layout-listing .inline .date,
  .article--layout-teaser .inline .date,
  .slideshow--layout-listing .inline .date,
  .slideshow--layout-teaser .inline .date {
    color: #777777;
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 0;
    padding-left: 0.313rem;
    line-height: 0.9375rem;
    font-family: "Open Sans"; }
    @media only screen and (min-width: 601px) {
      .article--layout-listing .inline .date,
      .article--layout-teaser .inline .date,
      .slideshow--layout-listing .inline .date,
      .slideshow--layout-teaser .inline .date {
        padding-left: 13px; } }
  .article--layout-listing .inline .category,
  .article--layout-teaser .inline .category,
  .slideshow--layout-listing .inline .category,
  .slideshow--layout-teaser .inline .category {
    display: inline-block; }
    .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: #ffffff;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      font-weight: 500;
      font-family: "Open Sans";
      padding: 5px 15px;
      background-color: #3a7291;
      display: inline-block; }

.article--layout-listing .right .inline,
.article--layout-teaser .right .inline,
.slideshow--layout-listing .right .inline,
.slideshow--layout-teaser .right .inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }
  @media only screen and (min-width: 601px) {
    .article--layout-listing .right .inline,
    .article--layout-teaser .right .inline,
    .slideshow--layout-listing .right .inline,
    .slideshow--layout-teaser .right .inline {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; } }
  .article--layout-listing .right .inline .date,
  .article--layout-teaser .right .inline .date,
  .slideshow--layout-listing .right .inline .date,
  .slideshow--layout-teaser .right .inline .date {
    margin-top: 10px;
    padding-left: 0; }
    @media only screen and (min-width: 601px) {
      .article--layout-listing .right .inline .date,
      .article--layout-teaser .right .inline .date,
      .slideshow--layout-listing .right .inline .date,
      .slideshow--layout-teaser .right .inline .date {
        margin-top: 0;
        padding-left: 13px; } }

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

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

.section-clubs-listings #block-moveelectric-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 only screen and (min-width: 601px) {
    .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;
    margin-bottom: 10px; }
  .section-clubs-listings .ui-dialog:not(.search) .ui-widget-header {
    border: none;
    background: #209cc0;
    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;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      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;
      margin-left: 0; }
    .section-clubs-listings .ui-dialog:not(.search) .ui-button-icon-only .ui-button-text {
      position: absolute;
      top: 12px;
      left: 0;
      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: 0 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: 0;
    padding-right: 0; }
  .section-clubs-listings .ui-dialog:not(.search) button.form-submit {
    margin: 0;
    background: #209cc0;
    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: 0;
      font-size: 0.5em;
      text-transform: uppercase; }
  .section-clubs-listings .ui-dialog:not(.search).ui-widget-content {
    border: none; }

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

@media only screen and (min-width: 961px) {
  .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 .club-listings, .club-listings .car-listings, .car-listings .club-listings, .car-listings .car-listings {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding: .625rem; }
  @media only screen and (min-width: 601px) {
    .club-listings .club-listings, .club-listings .car-listings, .car-listings .club-listings, .car-listings .car-listings {
      margin-bottom: 2rem; } }
  .club-listings .club-listings > span, .club-listings .car-listings > span, .car-listings .club-listings > span, .car-listings .car-listings > span {
    text-align: center;
    display: block; }
    .club-listings .club-listings > span a, .club-listings .car-listings > span a, .car-listings .club-listings > span a, .car-listings .car-listings > span a {
      display: block;
      border-radius: 5px;
      padding: 0.5626rem;
      background: #f4f4f4; }
      .club-listings .club-listings > span a.is-active, .club-listings .car-listings > span a.is-active, .car-listings .club-listings > span a.is-active, .car-listings .car-listings > span a.is-active {
        background: #FFED59; }
      .club-listings .club-listings > span a:hover, .club-listings .car-listings > span a:hover, .car-listings .club-listings > span a:hover, .car-listings .car-listings > span a:hover {
        background: #d8d8d8; }

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

.car-listings .wrapper-header,
.marque-directory .wrapper-header {
  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 {
  clear: both;
  background: url(../../images/right-chevron.png) no-repeat right 1.25rem center;
  display: table;
  width: 100%;
  background-size: 25px;
  cursor: pointer; }
  .car-listings .views-row:hover,
  .marque-directory .views-row:hover {
    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 only screen and (min-width: 769px) {
      .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 only screen and (min-width: 769px) {
      .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 only screen and (min-width: 769px) {
  .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 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 only screen and (min-width: 601px) {
      .page-parts-services .views-exposed-form .form-checkboxes {
        display: inline-block;
        margin: 0.5rem 0; } }
    .page-parts-services .views-exposed-form .form-checkboxes .js-form-type-checkbox {
      width: 33%;
      float: left; }
    .page-parts-services .views-exposed-form .form-checkboxes label {
      margin-bottom: 0.7rem; }
  @media only screen and (min-width: 601px) {
    .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 0 1.25rem 0;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik";
    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 {
      color: #ffffff;
      text-decoration: none; }
    @media only screen and (min-width: 601px) {
      .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;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        text-align: center;
        margin: 1.65rem 0 1.25rem 0;
        display: block;
        font-weight: normal;
        line-height: 1.25rem;
        border-radius: 3px;
        font-family: "Rubik"; }
        .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 {
          color: #ffffff;
          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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px; }

.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .page-parts-services .parts-and-services--layout-full .col-a, .page-parts-services .parts-and-services--layout-listing .col-a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; } }

.page-parts-services .parts-and-services--layout-full .col-b, .page-parts-services .parts-and-services--layout-listing .col-b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .page-parts-services .parts-and-services--layout-full .col-b, .page-parts-services .parts-and-services--layout-listing .col-b {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }

.page-parts-services .parts-and-services--layout-full .col-c, .page-parts-services .parts-and-services--layout-listing .col-c {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 601px) {
    .page-parts-services .parts-and-services--layout-full .col-c, .page-parts-services .parts-and-services--layout-listing .col-c {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-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 only screen and (min-width: 601px) {
      .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;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik"; }
  .page-parts-services .pager__item:hover {
    background-color: #378459; }
  .page-parts-services .pager__item a {
    color: #ffffff;
    text-decoration: none; }
  .page-parts-services .pager__item a {
    color: #fff;
    line-height: 2.625rem;
    vertical-align: middle;
    font-weight: 500;
    width: 100%; }

.section-taxonomy .taxonomy-terms .views-infinite-scroll-content-wrapper, .section-category .taxonomy-terms .views-infinite-scroll-content-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media only screen and (min-width: 601px) {
    .section-taxonomy .taxonomy-terms .views-infinite-scroll-content-wrapper, .section-category .taxonomy-terms .views-infinite-scroll-content-wrapper {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: -10px;
      margin-left: -10px; } }

.section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
  margin-bottom: 1.4375rem; }
  @media only screen and (min-width: 601px) {
    .section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 769px) {
    .section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media only screen and (min-width: 601px) {
    .section-taxonomy .taxonomy-terms .views-row, .section-category .taxonomy-terms .views-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .section-taxonomy .taxonomy-terms .views-row article, .section-category .taxonomy-terms .views-row article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .section-taxonomy .taxonomy-terms .views-row article .content, .section-category .taxonomy-terms .views-row article .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .section-taxonomy .taxonomy-terms .views-row article .content .left, .section-category .taxonomy-terms .views-row article .content .left {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .section-taxonomy .taxonomy-terms .views-row article .content .right, .section-category .taxonomy-terms .views-row article .content .right {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }

.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: #209cc0;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 0 auto 3.125rem;
  display: block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik"; }
  .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: #197894; }
  .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: #ffffff;
    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: 500;
    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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .classic-car--layout-full .car-summary .field_image {
        width: 49%; } }
  .classic-car--layout-full .car-summary .body {
    padding-top: 0;
    clear: left; }
    @media only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
    .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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.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 only screen and (min-width: 601px) {
    .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 only screen and (min-width: 601px) {
    .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;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik"; }
    .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 {
      color: #ffffff;
      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: 500;
      width: 100%;
      display: inline-block; }
      .classic-car--layout-full .field_buyers_guide_pdf .file--application-pdf a:before {
        content: "";
        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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
  .classic-car--layout-full .paragraph--type--image-s- .field_image_s_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 only screen and (min-width: 601px) {
    .classic-car--layout-full .field_our_verdict .paragraph--type--our-verdict {
      display: -webkit-box;
      display: -ms-flexbox;
      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: "";
    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 only screen and (min-width: 601px) {
      .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 only screen and (min-width: 601px) {
      .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;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 3rem 0 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik";
  color: #fff;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 500;
  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 {
    color: #ffffff;
    text-decoration: none; }
  @media only screen and (min-width: 601px) {
    .block--back-to-the-car-links .button--back-to-marque {
      clear: both;
      width: 48%;
      height: 2.625rem;
      background-color: #73a183;
      -webkit-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      text-align: center;
      margin: 3rem 2% 0 0;
      display: inline-block;
      font-weight: normal;
      line-height: 1.25rem;
      border-radius: 3px;
      font-family: "Rubik";
      color: #fff;
      line-height: 2.625rem;
      vertical-align: middle;
      font-weight: 500;
      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 {
        color: #ffffff;
        text-decoration: none; } }
  .block--back-to-the-car-links .button--back-to-marque:before {
    content: "";
    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;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  text-align: center;
  margin: 1.5rem 0 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25rem;
  border-radius: 3px;
  font-family: "Rubik";
  color: #000;
  line-height: 2.625rem;
  vertical-align: middle;
  font-weight: 500;
  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 {
    color: #ffffff;
    text-decoration: none; }
  @media only screen and (min-width: 601px) {
    .block--back-to-the-car-links .button--back-to-classic-cars {
      clear: both;
      width: 48%;
      height: 2.625rem;
      background-color: #BFD783;
      -webkit-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      text-align: center;
      margin: 3rem 0 0 0;
      display: inline-block;
      font-weight: normal;
      line-height: 1.25rem;
      border-radius: 3px;
      font-family: "Rubik";
      color: #000;
      line-height: 2.625rem;
      vertical-align: middle;
      font-weight: 500;
      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 {
        color: #ffffff;
        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: 0.5rem;
    border-bottom: 1px solid #f4f4f4;
    background: none; }
  .section-marque .marque-directory .marque--logo {
    width: 100%;
    height: auto;
    margin-right: 20px; }
    @media only screen and (min-width: 769px) {
      .section-marque .marque-directory .marque--logo {
        width: auto; } }
    .section-marque .marque-directory .marque--logo .field_image {
      max-width: 150px;
      margin: 0 auto; }
      @media only screen and (min-width: 769px) {
        .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%;
    float: none; }
    .section-marque .marque-directory header .marque--top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      .section-marque .marque-directory header .marque--top .marque--title {
        display: none; }
        @media only screen and (min-width: 769px) {
          .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 only screen and (min-width: 769px) {
        .section-marque .marque-directory header .marque--title--alt {
          text-align: left; } }
    .section-marque .marque-directory header .marque--description {
      margin-top: 20px;
      display: none; }
      @media only screen and (min-width: 769px) {
        .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 only screen and (min-width: 769px) {
        .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      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 only screen and (min-width: 769px) {
            .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 only screen and (min-width: 769px) {
        .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 only screen and (min-width: 769px) {
        .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 only 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .section-marque .car-marque-details .wrapper-marque .wrapper-header .field_image {
      width: auto; }
    @media only screen and (min-width: 961px) {
      .section-marque .car-marque-details .wrapper-marque .wrapper-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 0 1.25rem 0;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik";
    color: #fff;
    line-height: 2.7rem;
    vertical-align: middle;
    font-weight: 500;
    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 {
      color: #ffffff;
      text-decoration: none; }
    .section-marque .listing-results .button:before, .section-marque .top-views-button .button:before {
      position: absolute;
      left: 0.7rem;
      content: "";
      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 only screen and (min-width: 601px) {
        .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 only screen and (min-width: 601px) {
        .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 .marque--title--alt {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0; }
  @media only screen and (min-width: 769px) {
    .section-marque .listing-results .marque--title--alt {
      text-align: left; } }

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

.section-search #content #content-area {
  padding: 0; }

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

.section-search #content h1 {
  font-size: 1.375rem;
  line-height: normal;
  font-family: "Rubik";
  font-weight: normal; }
  @media only screen and (min-width: 601px) {
    .section-search #content h1 {
      font-size: 2.5rem;
      line-height: 3.125rem;
      margin-bottom: 2.5rem; } }

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

.section-search #content .search--result-item {
  margin-top: 1rem; }
  .section-search #content .search--result-item .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .section-search #content .search--result-item .content .left {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 0;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .section-search #content .search--result-item .content .right {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .section-search #content .search--result-item .content h2 {
      font-size: 1rem;
      font-weight: normal;
      margin: 0;
      line-height: 1.5rem;
      display: inline-block;
      padding-left: 0; }
      @media only screen and (min-width: 601px) {
        .section-search #content .search--result-item .content h2 {
          font-size: 1rem;
          line-height: normal;
          padding-top: 0.325rem; } }
      .section-search #content .search--result-item .content h2 a {
        color: #209cc0;
        font-family: "Rubik"; }
    .section-search #content .search--result-item .content img {
      border-radius: 5px; }
    .section-search #content .search--result-item .content .inline {
      padding-top: 0.5rem;
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (min-width: 601px) {
        .section-search #content .search--result-item .content .inline {
          margin-top: 30px;
          padding-top: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .section-search #content .search--result-item .content .inline .date {
        color: #777777;
        font-size: 0.9375rem;
        font-weight: 300;
        padding-top: 0.4rem;
        padding-left: 0.313rem;
        line-height: 0.9375rem;
        font-family: "Open Sans";
        padding-top: 0.5rem;
        padding-left: 0; }
        @media only screen and (min-width: 601px) {
          .section-search #content .search--result-item .content .inline .date {
            padding-left: 13px; } }
        @media only screen and (min-width: 601px) {
          .section-search #content .search--result-item .content .inline .date {
            padding-top: 0;
            padding-left: 0.5rem; } }
      .section-search #content .search--result-item .content .inline .category {
        display: inline-block; }
        .section-search #content .search--result-item .content .inline .category a {
          color: #ffffff;
          font-size: 0.875rem;
          line-height: 0.9375rem;
          font-weight: 500;
          font-family: "Open Sans";
          padding: 5px 15px;
          background-color: #3a7291;
          display: inline-block; }

.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: #777777;
  font-size: 0.9375rem;
  font-weight: 300;
  padding-top: 0.4rem;
  padding-left: 0.313rem;
  line-height: 0.9375rem;
  font-family: "Open Sans"; }
  @media only screen and (min-width: 601px) {
    .section-search #content .block-views-block-news-block-4 .date {
      padding-left: 13px; } }

.section-search #content .block-views-block-news-block-4 .category a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 500;
  font-family: "Open Sans";
  padding: 5px 15px;
  background-color: #3a7291;
  display: inline-block; }

.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 only screen and (min-width: 601px) {
    .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 only screen and (min-width: 601px) {
      .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: #777777;
    font-size: 0.9375rem;
    font-weight: 300;
    padding-top: 0.4rem;
    padding-left: 0.313rem;
    line-height: 0.9375rem;
    font-family: "Open Sans"; }
    @media only screen and (min-width: 601px) {
      .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 {
        padding-left: 13px; } }
  .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: #ffffff;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    font-weight: 500;
    font-family: "Open Sans";
    padding: 5px 15px;
    background-color: #3a7291;
    display: inline-block; }

.event h1 {
  font-size: 2.1875rem;
  line-height: auto;
  padding-top: 1.875rem;
  padding-bottom: 0;
  font-weight: normal;
  color: #0a151b;
  font-family: "Rubik";
  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 -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 only screen and (min-width: 769px) {
    .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 only screen and (min-width: 769px) {
    .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 #209cc0; }
  @media only screen and (min-width: 769px) {
    .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: #209cc0;
    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 only screen and (min-width: 769px) {
    .event .block-dfptagmpu, .event #block-mpu-2 {
      width: 35%;
      padding-bottom: 0; } }

.event .block-alleventslink {
  display: inline-block;
  margin-top: 2rem; }
  @media only screen and (min-width: 769px) {
    .event .block-alleventslink {
      margin-top: 0; } }
  .event .block-alleventslink .link--events {
    clear: both;
    width: 60%;
    height: 2.625rem;
    background-color: #73a183;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik"; }
    .event .block-alleventslink .link--events:hover {
      background-color: #378459; }
    .event .block-alleventslink .link--events a {
      color: #ffffff;
      text-decoration: none; }
    @media only screen and (min-width: 769px) {
      .event .block-alleventslink .link--events {
        clear: both;
        width: 60%;
        height: 2.625rem;
        background-color: #73a183;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        text-align: center;
        margin: 2rem auto;
        display: block;
        font-weight: normal;
        line-height: 1.25rem;
        border-radius: 3px;
        font-family: "Rubik"; }
        .event .block-alleventslink .link--events:hover {
          background-color: #378459; }
        .event .block-alleventslink .link--events a {
          color: #ffffff;
          text-decoration: none; } }
    .event .block-alleventslink .link--events a {
      color: #fff;
      line-height: 2.625rem;
      vertical-align: middle;
      font-weight: 500;
      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 only screen and (min-width: 769px) {
      .front_page .frontpage-classifieds .field_classified_panel {
        width: 49%;
        margin-right: 1%; } }
  .front_page .frontpage-classifieds .field_image {
    float: left;
    display: none; }
    @media only screen and (min-width: 769px) {
      .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;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto 1.65rem;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik"; }
    .front_page .frontpage-classifieds .field_cta:hover {
      background-color: #378459; }
    .front_page .frontpage-classifieds .field_cta a {
      color: #ffffff;
      text-decoration: none; }
    @media only screen and (min-width: 769px) {
      .front_page .frontpage-classifieds .field_cta {
        clear: both;
        width: 49.5%;
        height: 2.625rem;
        background-color: #73a183;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        text-align: center;
        margin: 0 auto 3.125rem;
        display: block;
        font-weight: normal;
        line-height: 1.25rem;
        border-radius: 3px;
        font-family: "Rubik"; }
        .front_page .frontpage-classifieds .field_cta:hover {
          background-color: #378459; }
        .front_page .frontpage-classifieds .field_cta a {
          color: #ffffff;
          text-decoration: none; } }
    .front_page .frontpage-classifieds .field_cta a {
      color: #fff;
      line-height: 2.625rem;
      vertical-align: middle;
      font-weight: 500;
      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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.3rem;
  background: #f4f4f4; }
  @media only screen and (min-width: 601px) {
    #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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 961px) {
    #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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-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;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 auto 1.125rem;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik"; }
    #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 {
      color: #ffffff;
      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: 500;
      width: 100%;
      display: block; }

.fake-sidebar {
  padding-right: 0; }
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 601px) {
      .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    @media only screen and (min-width: 961px) {
      .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 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/**
 * 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 only screen and (min-width: 769px) {
      .block--classifieds__temporary-placeholder .field_heading,
      .block--classifieds__temporary-placeholder .subheading {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
  .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 only screen and (min-width: 769px) {
      .block--classifieds__temporary-placeholder .classifieds-image {
        position: inherit;
        clip: auto;
        overflow: inherit;
        height: auto;
        width: auto;
        word-wrap: inherit;
        margin-left: 50%; } }
  .block--classifieds__temporary-placeholder .field_cta {
    clear: both;
    width: auto;
    height: 2.625rem;
    background-color: #73a183;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    text-align: center;
    margin: 0 1rem 1.125rem;
    display: block;
    font-weight: normal;
    line-height: 1.25rem;
    border-radius: 3px;
    font-family: "Rubik"; }
    .block--classifieds__temporary-placeholder .field_cta:hover {
      background-color: #378459; }
    .block--classifieds__temporary-placeholder .field_cta a {
      color: #ffffff;
      text-decoration: none; }
    .block--classifieds__temporary-placeholder .field_cta a {
      color: #fff;
      line-height: 2.625rem;
      vertical-align: middle;
      font-weight: 500;
      width: 100%;
      display: block; }
    @media only screen and (min-width: 769px) {
      .block--classifieds__temporary-placeholder .field_cta {
        clear: both;
        width: 49.5%;
        height: 2.625rem;
        background-color: #73a183;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        text-align: center;
        margin: 0 auto;
        display: block;
        font-weight: normal;
        line-height: 1.25rem;
        border-radius: 3px;
        font-family: "Rubik";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        margin-left: 16.66667%;
        margin-top: -6.5%; }
        .block--classifieds__temporary-placeholder .field_cta:hover {
          background-color: #378459; }
        .block--classifieds__temporary-placeholder .field_cta a {
          color: #ffffff;
          text-decoration: none; } }
    @media only screen and (min-width: 769px) {
      .block--classifieds__temporary-placeholder .field_cta {
        margin-top: -9%; } }
  @media only screen and (min-width: 769px) {
    .block--classifieds__temporary-placeholder {
      background: -webkit-gradient(linear, right top, left top, color-stop(100%, #f4f4f4), to(transparent)) left/50% 100% no-repeat;
      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 only screen and (min-width: 769px) {
      #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 only screen and (min-width: 769px) {
      #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;
      -webkit-box-shadow: 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;
  -webkit-box-shadow: none;
  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: #209cc0;
    line-height: 2.5rem; }
  .flexslider .flex-direction-nav .flex-prev:before {
    content: "";
    margin: 0 0 0 0.7rem; }
  .flexslider .flex-direction-nav .flex-next:before {
    content: "";
    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 only screen and (min-width: 601px) {
  .slideshow .mobile-social-share {
    display: none; }
  .slideshow .bottom-social-share {
    display: block;
    padding: 15px; } }

@media only screen and (min-width: 769px) {
  .slideshow .carousel-text {
    width: 66%;
    margin-right: 2%;
    float: left; }
  .slideshow #block-dfptagmpu {
    width: 30%;
    float: left; } }

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