<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic);
.single-wrap {
  background: #fff; }

.single-title {
  font-weight: bold; }

.logo svg path,
.logo svg polygon {
  fill: #fff; }

.grid-1 {
  float: left;
  margin: 0 10px 10px;
  width: 65px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-1 {
      width: 40px; } }
  @media only screen and (max-width: 720px) {
    .grid-1 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-2, .article-small {
  float: left;
  margin: 0 10px 10px;
  width: 150px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-2, .article-small {
      width: 100px; } }
  @media only screen and (max-width: 720px) {
    .grid-2, .article-small {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-3, .article-grid-3 {
  float: left;
  margin: 0 10px 10px;
  width: 235px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-3, .article-grid-3 {
      width: 160px; } }
  @media only screen and (max-width: 720px) {
    .grid-3, .article-grid-3 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-4, .l-right-column, .article-medium {
  float: left;
  margin: 0 10px 10px;
  width: 320px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-4, .l-right-column, .article-medium {
      width: 220px; } }
  @media only screen and (max-width: 720px) {
    .grid-4, .l-right-column, .article-medium {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-5 {
  float: left;
  margin: 0 10px 10px;
  width: 405px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-5 {
      width: 280px; } }
  @media only screen and (max-width: 720px) {
    .grid-5 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-6, .article-large {
  float: left;
  margin: 0 10px 10px;
  width: 490px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-6, .article-large {
      width: 340px; } }
  @media only screen and (max-width: 720px) {
    .grid-6, .article-large {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-7 {
  float: left;
  margin: 0 10px 10px;
  width: 575px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-7 {
      width: 400px; } }
  @media only screen and (max-width: 720px) {
    .grid-7 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-8, .l-left-column, .article-largest {
  float: left;
  margin: 0 10px 10px;
  width: 660px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-8, .l-left-column, .article-largest {
      width: 460px; } }
  @media only screen and (max-width: 720px) {
    .grid-8, .l-left-column, .article-largest {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-9 {
  float: left;
  margin: 0 10px 10px;
  width: 745px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-9 {
      width: 520px; } }
  @media only screen and (max-width: 720px) {
    .grid-9 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-10 {
  float: left;
  margin: 0 10px 10px;
  width: 830px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-10 {
      width: 580px; } }
  @media only screen and (max-width: 720px) {
    .grid-10 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-11 {
  float: left;
  margin: 0 10px 10px;
  width: 915px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-11 {
      width: 640px; } }
  @media only screen and (max-width: 720px) {
    .grid-11 {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.grid-12, .syndicated-wrapper-full, .section-header, .template-feature-slider .feature-slider, .adjacent-articles-full {
  float: left;
  margin: 0 10px 10px;
  width: 100%; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .grid-12, .syndicated-wrapper-full, .section-header, .template-feature-slider .feature-slider, .adjacent-articles-full {
      width: 700px; } }
  @media only screen and (max-width: 720px) {
    .grid-12, .syndicated-wrapper-full, .section-header, .template-feature-slider .feature-slider, .adjacent-articles-full {
      margin: 0 0 10px;
      float: none;
      width: auto; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.no-padding [class*="col-"] {
  padding: 0; }

::-moz-selection {
  background: #880002;
  color: #fff; }

::selection {
  background: #880002;
  color: #fff; }

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

.clearfix:after {
  clear: both; }

.hidden {
  display: none; }

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

#access {
  font-size: 1px;
  position: absolute;
  top: -500px; }

.centered-forever {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

body.body-lock {
  overflow: hidden;
  position: fixed;
  width: 100%; }

@media only screen and (max-width: 979px) {
  .slideInDown {
    -webkit-animation-name: none;
    animation-name: none; } }

/* Social */
.pw-button-facebook {
  padding: 5px 15px;
  background-color: #4b5fba;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  min-width: 55px;
  height: 30px;
  display: inline-block;
  margin: -5px 5px 0 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.6em; }
  .pw-button-facebook:before {
    color: #fff;
    content: "Share";
    font-family: "Helvetica", Arial, sans-serif; }
  .pw-button-facebook span {
    cursor: pointer; }

.pw-button-type-looknative__txt,
.pw-button-type-post-share__txt {
  display: none; }

.pw-button-twitter {
  padding: 5px 15px;
  background-color: #2a9ef7;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  min-width: 55px;
  height: 30px;
  display: inline-block;
  margin: -5px 5px 0 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.6em; }
  .pw-button-twitter:before {
    color: #fff;
    content: "Tweet";
    font-family: "Helvetica", Arial, sans-serif; }
  .pw-button-twitter span {
    cursor: pointer; }

.pw-button-post-share {
  padding: 5px 15px;
  background-color: #880002;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  min-width: 55px;
  height: 30px;
  display: inline-block;
  margin: -5px 5px 0 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.6em; }
  .pw-button-post-share:before {
    color: #fff;
    content: "Share";
    font-family: "Helvetica", Arial, sans-serif; }
  .pw-button-post-share span {
    cursor: pointer; }

.header-share .fb-like {
  overflow: hidden; }

/* Brand Social Buttons */
.brand-social {
  display: block;
  padding: 15px; }
  .brand-social .fb-like {
    margin: 0 10px 0 0; }

/* Big Image */
.big-image {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center; }
  .big-image .single-social {
    float: left;
    padding: 10px 0 25px 5px; }
    @media only screen and (max-width: 720px) {
      .big-image .single-social {
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 5px; } }
  @media only screen and (max-width: 720px) {
    .big-image {
      margin: 0; } }

/* Video iframe wrapper */
.video-wrapper {
  position: relative;
  clear: both;
  margin: 15px 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  @media only screen and (max-width: 720px) {
    .video-wrapper {
      width: 100%; } }

.video-wrapper-full {
  width: 1020px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 70px 0 20px;
  clear: both; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .video-wrapper-full {
      width: 700px; } }
  @media only screen and (max-width: 720px) {
    .video-wrapper-full {
      width: 100%; } }
  .single .video-wrapper-full {
    margin: 0 0 20px; }

.video-wrapper iframe,
.video-wrapper-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px !important; }

.video-wrapper &gt; .mpora-embed {
  margin: 0; }

.syndicated-wrapper-full iframe {
  max-width: 100%; }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .syndicated-wrapper-full iframe {
    height: 320px; } }

@media only screen and (max-width: 720px) {
  .syndicated-wrapper-full iframe {
    height: 500px; } }

.live-wrapper-full iframe {
  max-width: 100%; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .live-wrapper-full iframe {
      height: 450px; } }
  @media only screen and (max-width: 720px) {
    .live-wrapper-full iframe {
      height: 500px; } }

.single-content .event-embed.align-left {
  float: left;
  margin-right: 15px; }

.single-content .event-embed.align-right {
  float: right;
  margin-left: 15px; }

.single-content .event-embed.align-left iframe,
.single-content .event-embed.align-right iframe {
  width: 320px !important;
  margin: 0; }

.single-content .event-embed h5 {
  margin: 0; }

.cookie-policy {
  position: fixed;
  max-width: 200px;
  right: 0;
  bottom: 80px;
  z-index: 10000;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  padding: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .cookie-policy em {
    font-style: normal; }
  @media only screen and (max-width: 720px) {
    .cookie-policy .wrapper-inner, .cookie-policy .section-outer section, .section-outer .cookie-policy section, .cookie-policy .lander-sections section, .lander-sections .cookie-policy section {
      text-align: center;
      padding: 8px 5px; }
    .cookie-policy em {
      display: none; } }

.cookie-policy {
  display: none; }
  .cookie-policy.is-showing {
    display: block; }
  .cookie-policy a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }
    .cookie-policy a:hover {
      color: #75e459; }
  .cookie-policy .cookie-text {
    float: left; }
  .cookie-policy .cookie-policy-hide {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #333;
    padding: 9px 11px;
    border-radius: 5px; }
  .cookie-policy i {
    margin-right: 3px;
    font-size: 15px; }
  @media only screen and (max-width: 720px) {
    .cookie-policy .cookie-policy-hide,
    .cookie-policy .cookie-text {
      float: none; }
    .cookie-policy .cookie-text {
      width: 100%; } }

.pdf-embed {
  border: 1px solid #ddd;
  margin: 10px 0 15px; }

.tabs .tabs-content {
  display: none;
  overflow: hidden; }
  .tabs .tabs-content.is-showing {
    display: block; }

.term-description {
  font-size: 14px;
  padding: 0px 15px 15px 0; }

.polldaddy {
  margin: 15px 0; }
  .polldaddy .pds-box {
    margin: 0 auto !important; }

.social-link-list {
  text-align: center; }
  .social-link-list li {
    display: inline-block;
    margin-right: 15px; }
  .social-link-list .social-link {
    display: block;
    overflow: hidden; }
    .social-link-list .social-link.icon-mpora {
      background-size: 16px; }

.newsletter-social .social-link-list {
  margin: 20px 0 0;
  font-size: 40px; }
  .newsletter-social .social-link-list li {
    margin-right: 40px; }
  .newsletter-social .social-link-list .social-link .fa-facebook {
    color: #3b5998; }
  .newsletter-social .social-link-list .social-link .fa-google-plus {
    color: #dd4b39; }
  .newsletter-social .social-link-list .social-link .fa-instagram {
    color: #517fa4; }
  .newsletter-social .social-link-list .social-link .fa-youtube {
    color: #bb0000; }
  .newsletter-social .social-link-list .social-link .fa-tumblr {
    color: #35465c; }
  .newsletter-social .social-link-list .social-link .icon-mpora {
    color: #0f8867; }
  .newsletter-social .social-link-list .social-link .fa-rss {
    color: #f1873b; }
  .newsletter-social .social-link-list .social-link .fa-twitter {
    color: #00aced; }

.fa.icon-mpora {
  display: block;
  overflow: hidden;
  background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/icon-mpora.svg") no-repeat center center;
  background-size: 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
  .fa.icon-mpora:before {
    content: "M"; }

.fixed-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8); }
  .fixed-overlay.is-showing {
    display: block; }
    .fixed-overlay.is-showing .popup-dialog {
      display: block; }

.popup-dialog {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #880002;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 720px) {
    .popup-dialog {
      width: 90% !important;
      height: auto;
      top: 50px;
      left: 5%;
      margin: 0 !important; } }
  .popup-dialog.is-showing {
    display: block; }
  .popup-dialog .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #444;
    color: #fff;
    border-radius: 100%; }
    .popup-dialog .btn-close:hover {
      background: #000; }

.newsletter-terms-dialog {
  width: 400px;
  margin-top: -150px;
  margin-left: -200px; }
  .newsletter-terms-dialog h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }

.locale-dialog {
  width: 600px;
  margin-top: -155px;
  margin-left: -300px;
  font-size: 16px;
  text-align: center; }
  @media only screen and (max-width: 720px) {
    .locale-dialog {
      font-size: 14px; } }
  .locale-dialog .logo {
    display: inline-block;
    width: 163px;
    height: 85px;
    margin-bottom: 15px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/logo.png") no-repeat left center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .locale-dialog .logo {
        /* Retina-specific stuff here */
        background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/logox2.png") no-repeat left center;
        background-size: 163px 85px; } }
    @media only screen and (max-width: 720px) {
      .locale-dialog .logo {
        display: none; } }
  .locale-dialog h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (max-width: 720px) {
      .locale-dialog h4 {
        font-size: 18px; } }
  .locale-dialog a:hover {
    text-decoration: underline; }
  .locale-dialog .btn-primary {
    text-transform: uppercase;
    margin-bottom: 20px; }

.btn {
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
  .btn:hover {
    box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #880002;
  border: 1px solid #6f0002; }
  .btn-primary:hover {
    background-color: #6f0002; }

.btn-large {
  padding: 20px;
  font-size: 20px; }
  @media only screen and (max-width: 720px) {
    .btn-large {
      font-size: 16px; } }

.button-outline {
  display: inline-block;
  padding: 15px 30px 17px;
  border: 1px solid #880002;
  color: #880002;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-weight: normal;
  font-size: 24px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  line-height: 1.33;
  cursor: pointer;
  -webkit-user-select: none;
  border-radius: 6px; }
  .button-outline:hover {
    background: #880002;
    color: #fff; }
  .single-content .button-outline {
    color: #880002;
    font-weight: normal; }
  .button-outline i {
    margin-right: 5px; }

.widget-map .widget-content {
  height: 300px; }

#wp-admin-bar-fm-clone-post i {
  font-family: 'FontAwesome' !important; }

.well {
  padding: 20px;
  background: #f7f7f7; }

.c-modal--newsletter-terms {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased; }

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #000;
  height: 100% !important;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    body {
      font-size: 11px; } }
  @media only screen and (max-width: 720px) {
    body {
      overflow-x: hidden; } }
  body.single {
    padding-bottom: 80px; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

a {
  color: #880002;
  text-decoration: none; }
  a:hover {
    color: #bb0003; }

p {
  margin-bottom: 10px;
  line-height: 1.5em; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: 0.7em; }

sub {
  vertical-align: sub;
  font-size: 0.7em; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 15px; }

h1, h2, h3 {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }

h4, h5, h6 {
  font-size: 13px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }

.wrapper, .l-after-content, .footer-top, .footer-bottom, .section-outer, .lander-sections, .announcement {
  width: 100%;
  text-align: center; }

.wrapper-inner, .section-outer section, .lander-sections section {
  cursor: default;
  text-align: left;
  margin: 0 auto;
  width: 1060px;
  max-width: 100%;
  padding: 10px 20px 0; }
  .wrapper-inner:before, .section-outer section:before, .lander-sections section:before, .wrapper-inner:after, .section-outer section:after, .lander-sections section:after {
    content: " ";
    display: table; }
  .wrapper-inner:after, .section-outer section:after, .lander-sections section:after {
    clear: both; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .wrapper-inner, .section-outer section, .lander-sections section {
      padding: 10px 0 0;
      width: 720px;
      max-width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 720px) {
    .wrapper-inner, .section-outer section, .lander-sections section {
      width: 480px;
      max-width: 100%; } }
  @media only screen and (max-width: 479px) {
    .wrapper-inner, .section-outer section, .lander-sections section {
      width: auto; } }

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

.grid-alpha {
  margin-left: 0; }

.grid-omega {
  margin-right: 0; }

.grid-right {
  float: right; }

@media only screen and (max-width: 720px) {
  .grid-mobile-1 {
    width: 100%;
    clear: both;
    float: left; }
    .grid-mobile-1 .article-thumb-wrap {
      width: 30%;
      margin: 0 10px 5px 0;
      float: left; }
      .template-video-triple .grid-mobile-1 .article-thumb-wrap {
        width: 100%; }
  .grid-mobile-2 {
    width: 100%;
    clear: both;
    margin: 0 0 10px;
    float: none; }
    .grid-mobile-2 .article-thumb-wrap {
      width: 100%; }
  .grid-mobile-omega {
    margin-right: 0; } }

.has-skin .l-content-wrapper .wrapper-inner, .has-skin .l-content-wrapper .section-outer section, .section-outer .has-skin .l-content-wrapper section, .has-skin .l-content-wrapper .lander-sections section, .lander-sections .has-skin .l-content-wrapper section {
  background: #fff; }

.l-two-columns,
.l-one-column {
  background: #fff;
  padding: 10px 20px 0;
  box-shadow: 0 0 0 1px #ddd; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .l-two-columns,
    .l-one-column {
      padding: 10px 10px 0;
      box-shadow: none; } }
  @media only screen and (max-width: 720px) {
    .l-two-columns,
    .l-one-column {
      padding: 10px 10px 0;
      box-shadow: none; } }

@media only screen and (min-width: 980px) and (max-width: 1060px) {
  .l-two-columns {
    padding-right: 0; } }

.l-left-column {
  width: 680px;
  margin-left: 0;
  clear: left; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .l-left-column {
      width: 460px; } }
  @media only screen and (max-width: 720px) {
    .l-left-column {
      width: 100%; } }
  @media only screen and (min-width: 980px) and (max-width: 1039px) {
    .l-left-column {
      width: calc(100% - 350px);
      overflow: hidden; } }

.l-right-column {
  margin-right: 0;
  margin-top: 20px; }
  .single .l-right-column {
    margin-top: 0; }
  @media only screen and (max-width: 720px) {
    .l-right-column {
      width: 100%; } }

.grid-fluid {
  display: table; }
  @media only screen and (max-width: 720px) {
    .grid-fluid.stackable {
      display: block; }
      .grid-fluid.stackable .column-half {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
  .grid-fluid .column-half {
    display: table-cell;
    width: 50%; }

.eq-height {
  display: flex;
  flex-wrap: wrap; }

body.headroom {
  padding-top: 85px; }
  @media only screen and (max-width: 979px) {
    body.headroom {
      padding-top: 65px; } }

body.no-header {
  padding-top: 0 !important; }

.l-leader-top-wrapper {
  padding: 0 20px; }
  @media only screen and (max-width: 720px) {
    .l-leader-top-wrapper {
      padding: 20px 10px 0; } }
  .l-leader-top-wrapper .l-header-top {
    text-align: center; }

body.has-skin.headroom--unpinned {
  display: block;
  background-position: center 0px !important;
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }

body.has-skin.headroom--pinned {
  transition-property: background-position;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }

.l-header {
  width: 100%;
  height: 85px;
  background: #880002;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 979px) {
    .l-header {
      height: 65px; } }
  .admin-bar .l-header {
    top: 32px; }
    @media only screen and (max-width: 720px) {
      .admin-bar .l-header {
        top: 46px; } }
  .l-header .wrapper-inner, .l-header .section-outer section, .section-outer .l-header section, .l-header .lander-sections section, .lander-sections .l-header section {
    padding: 10px 0 0;
    background: none; }
  .l-header .l-header-brand {
    background: #fff; }
  .has-skin .l-header .wrapper-inner, .has-skin .l-header .section-outer section, .section-outer .has-skin .l-header section, .has-skin .l-header .lander-sections section, .lander-sections .has-skin .l-header section {
    background: none; }
  .l-header .logo-wrapper {
    width: 25%;
    height: 85px;
    display: inline-block;
    float: left;
    padding: 0 10px;
    cursor: pointer; }
    .l-header .logo-wrapper.side-menu-active {
      width: 20%; }
      @media only screen and (max-width: 979px) {
        .l-header .logo-wrapper.side-menu-active {
          width: 50%; } }
    @media only screen and (max-width: 979px) {
      .l-header .logo-wrapper {
        width: 50%;
        height: 65px; } }
    .l-header .logo-wrapper .logo {
      text-align: center;
      width: 100%;
      height: inherit;
      display: block;
      float: left;
      text-indent: -9999px; }
      .l-header .logo-wrapper .logo svg,
      .l-header .logo-wrapper .logo img {
        display: block;
        width: 100%;
        height: 85px;
        margin: 0 auto;
        text-indent: 150%;
        white-space: nowrap;
        overflow: hidden;
        float: left; }
        @media only screen and (max-width: 979px) {
          .l-header .logo-wrapper .logo svg,
          .l-header .logo-wrapper .logo img {
            width: 100%;
            height: 65px; } }
  .l-header .header-menu {
    display: inline-block;
    width: 75%;
    float: left;
    background: #880002; }
    @media only screen and (max-width: 979px) {
      .l-header .header-menu {
        width: 100%; } }
    .l-header .header-menu .header-menu-primary {
      width: 100%;
      height: 50px; }
      @media only screen and (max-width: 979px) {
        .l-header .header-menu .header-menu-primary {
          position: relative;
          display: none; } }
      .l-header .header-menu .header-menu-primary .header-menu-primary-scroll {
        white-space: nowrap;
        width: 90%;
        height: 50px;
        float: left;
        z-index: 30; }
        @media only screen and (max-width: 979px) {
          .l-header .header-menu .header-menu-primary .header-menu-primary-scroll {
            width: 80%;
            overflow-scrolling: touch !important;
            -webkit-overflow-scrolling: touch !important;
            -ms-overflow-style: none;
            overflow-x: scroll; } }
      .l-header .header-menu .header-menu-primary .header-menu-primary-scroll::-webkit-scrollbar {
        display: none;
        display: none; }
      .l-header .header-menu .header-menu-primary .header-all-menu-toggle {
        width: 10%;
        height: 50px;
        display: inline-block;
        float: left;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 720px) {
          .l-header .header-menu .header-menu-primary .header-all-menu-toggle {
            width: 20%; } }
      .l-header .header-menu .header-menu-primary nav {
        width: 100%;
        height: 50px;
        display: inline-block;
        float: left; }
        @media only screen and (max-width: 979px) {
          .l-header .header-menu .header-menu-primary nav {
            background: #880002;
            display: table-cell;
            vertical-align: top;
            float: none; } }
        .l-header .header-menu .header-menu-primary nav .primary-nav {
          width: 100%;
          display: block;
          float: left;
          max-height: 50px;
          overflow: hidden; }
          .l-header .header-menu .header-menu-primary nav .primary-nav .menu-item {
            position: static; }
            @media only screen and (max-width: 979px) {
              .l-header .header-menu .header-menu-primary nav .primary-nav .menu-item {
                display: table-cell;
                position: relative;
                float: none;
                width: 100%; } }
          .l-header .header-menu .header-menu-primary nav .primary-nav .menu-item a {
            display: block;
            padding: 1.2rem;
            max-height: inherit; }
      .l-header .header-menu .header-menu-primary .header-search {
        width: 10%;
        height: 50px;
        display: inline-block;
        float: left;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 979px) {
          .l-header .header-menu .header-menu-primary .header-search {
            display: none; } }
        .l-header .header-menu .header-menu-primary .header-search .search-form-input {
          display: none; }
        .l-header .header-menu .header-menu-primary .header-search .search-form-icon {
          background: transparent;
          border: none;
          padding: 10px;
          cursor: pointer;
          outline: 0; }
          .l-header .header-menu .header-menu-primary .header-search .search-form-icon .fa-search,
          .l-header .header-menu .header-menu-primary .header-search .search-form-icon .fa-close {
            color: #fff;
            font-size: 18px; }
        .l-header .header-menu .header-menu-primary .header-search .search-form-submit {
          background: #fff;
          border: none;
          padding: 10px;
          display: none; }
          .l-header .header-menu .header-menu-primary .header-search .search-form-submit .fa-search {
            color: #000;
            font-size: 18px; }
          .l-header .header-menu .header-menu-primary .header-search .search-form-submit b {
            display: none; }
    .l-header .header-menu .header-menu-secondary {
      width: 100%;
      height: 35px; }
      @media only screen and (max-width: 979px) {
        .l-header .header-menu .header-menu-secondary {
          display: none; } }
      .l-header .header-menu .header-menu-secondary nav a,
      .l-header .header-menu .header-menu-secondary .header-social a {
        color: #fff; }
      .l-header .header-menu .header-menu-secondary nav {
        max-width: 50%;
        height: 35px;
        display: inline-block;
        float: left;
        padding: 10px;
        text-align: right; }
        @media only screen and (max-width: 979px) {
          .l-header .header-menu .header-menu-secondary nav {
            display: none; } }
        .l-header .header-menu .header-menu-secondary nav .secondary-nav li {
          display: inline-block;
          margin: 0 5px; }
      .l-header .header-menu .header-menu-secondary .header-social {
        max-width: 35%;
        height: 35px;
        display: inline-block;
        float: right;
        padding: 0 10px; }
        .l-header .header-menu .header-menu-secondary .header-social .social-link-list {
          text-align: right;
          display: inline-block;
          float: right; }
          .l-header .header-menu .header-menu-secondary .header-social .social-link-list li {
            padding: 3px;
            margin: 0; }
        .l-header .header-menu .header-menu-secondary .header-social a {
          color: #880002;
          cursor: pointer;
          padding: 10px; }
          .l-header .header-menu .header-menu-secondary .header-social a:hover {
            color: #550001; }
          .l-header .header-menu .header-menu-secondary .header-social a i {
            cursor: pointer; }
  .l-header .mobile-search {
    display: none; }
    @media only screen and (max-width: 979px) {
      .l-header .mobile-search {
        display: block;
        float: left;
        width: 25%;
        height: 65px;
        line-height: 65px;
        text-align: center;
        cursor: pointer; }
        .l-header .mobile-search button {
          height: 65px;
          background: transparent;
          color: #fff;
          border: none;
          outline: 0;
          cursor: pointer; }
          .l-header .mobile-search button i {
            font-size: 17px; } }
  .l-header .header-menu .header-menu-secondary .header-social a {
    color: #fff; }
    .l-header .header-menu .header-menu-secondary .header-social a:hover {
      color: #550001; }

.header-search-bar {
  top: 85px;
  width: 100%;
  left: -100%;
  padding: 10px;
  background: #fff;
  position: absolute;
  color: #000;
  z-index: 777;
  transition: left 0.3s ease, transform 0.3s ease; }
  @media only screen and (max-width: 720px) {
    .header-search-bar {
      top: 65px; } }
  .header-search-bar.open {
    left: 0; }
  .header-search-bar .search-form-icon {
    font-size: 14px;
    width: 15%;
    float: left;
    height: 40px;
    padding: 12px 0;
    position: relative;
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    outline: 0; }
    @media only screen and (max-width: 720px) {
      .header-search-bar .search-form-icon {
        width: 5%; } }
  .header-search-bar .search-form-input {
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    outline: 0;
    width: 70%;
    float: left;
    text-align: center;
    color: #000; }
    .header-search-bar .search-form-input::-webkit-input-placeholder {
      text-align: center; }
    @media only screen and (max-width: 720px) {
      .header-search-bar .search-form-input {
        width: 70%; } }
  .header-search-bar .search-form-submit {
    background: #880002;
    color: #fff;
    border: 1px solid #880002;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
    text-transform: uppercase;
    width: 15%;
    float: left;
    cursor: pointer;
    text-align: center; }
    .header-search-bar .search-form-submit:hover {
      background: #710505;
      color: #fff; }
    @media only screen and (max-width: 720px) {
      .header-search-bar .search-form-submit {
        width: 25%; } }

.l-header-brand {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 20px 10px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .l-header-brand {
      padding: 10px 0; } }
  @media only screen and (max-width: 720px) {
    .l-header-brand {
      display: none; } }
  .l-header-brand .grid-4, .l-header-brand .l-right-column, .l-header-brand .article-medium {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .has-skin .l-header-brand {
    background: #fff; }
  .l-header-brand .logo a {
    display: block;
    width: 163px;
    height: 85px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/logo.png") no-repeat left center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .l-header-brand .logo a {
        /* Retina-specific stuff here */
        background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/logox2.png") no-repeat left center;
        background-size: 163px 85px; } }
  .l-header-brand .header-search {
    margin-top: 15px; }
    .l-header-brand .header-search .search-form {
      position: relative; }
    .l-header-brand .header-search .search-form-input {
      padding-right: 35px; }
    .l-header-brand .header-search .search-form-submit {
      position: absolute;
      top: 3px;
      right: 5px;
      font-size: 14px;
      cursor: pointer;
      border: none;
      background: none; }
      .l-header-brand .header-search .search-form-submit:hover {
        color: #880002; }
      .l-header-brand .header-search .search-form-submit:focus {
        outline: none; }
      .l-header-brand .header-search .search-form-submit b {
        display: none; }
  .l-header-brand .header-social {
    margin-top: 20px; }
    .l-header-brand .header-social .header-social-title {
      float: left;
      margin-right: 10px;
      font-weight: lighter;
      text-transform: uppercase; }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .l-header-brand .header-social .header-social-title {
          display: none; } }
  .l-header-brand .social-link-list li {
    margin-right: 7px; }
  .l-header-brand .social-link-list .social-link:hover i {
    color: #880002;
    border-color: #880002; }
  .l-header-brand .social-link-list .social-link:hover .fa-facebook {
    color: #3b5998;
    border-color: #3b5998; }
  .l-header-brand .social-link-list .social-link:hover .fa-google-plus {
    color: #dd4b39;
    border-color: #dd4b39; }
  .l-header-brand .social-link-list .social-link:hover .fa-instagram {
    color: #517fa4;
    border-color: #517fa4; }
  .l-header-brand .social-link-list .social-link:hover .fa-youtube {
    color: #bb0000;
    border-color: #bb0000; }
  .l-header-brand .social-link-list .social-link:hover .fa-tumblr {
    color: #35465c;
    border-color: #35465c; }
  .l-header-brand .social-link-list .social-link:hover .icon-mpora {
    color: #0f8867;
    border-color: #0f8867; }
  .l-header-brand .social-link-list .social-link:hover .fa-rss {
    color: #f1873b;
    border-color: #f1873b; }
  .l-header-brand .social-link-list .social-link:hover .fa-twitter {
    color: #00aced;
    border-color: #00aced; }
  .l-header-brand .social-link-list .social-link i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    border: 2px solid;
    border-radius: 100%; }
  .l-header-brand .header-promo-box, .l-header-brand .magazine-cover, .l-header-brand .magazine-links {
    float: right; }
  .l-header-brand .magazine-cover {
    display: block; }
    .l-header-brand .magazine-cover img {
      display: block;
      height: 120px; }
  .l-header-brand .magazine-links {
    max-width: 45%;
    margin: 20px 20px 0 0; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .l-header-brand .magazine-links {
        margin-right: 15px; } }
    .l-header-brand .magazine-links a {
      color: #000; }
      .l-header-brand .magazine-links a:hover {
        color: #880002; }
    .l-header-brand .magazine-links li a {
      display: block;
      margin-bottom: 15px;
      font-size: 13px; }
      .l-header-brand .magazine-links li a:after {
        display: block;
        float: right;
        content: "\f054";
        margin-left: 20px;
        font-family: "FontAwesome";
        font-size: 8px;
        line-height: 14px; }
        @media only screen and (min-width: 721px) and (max-width: 979px) {
          .l-header-brand .magazine-links li a:after {
            margin-left: 5px; } }
  .l-header-brand .magazine-title {
    margin-bottom: 20px; }
    .l-header-brand .magazine-title a {
      font-size: 18px;
      text-decoration: underline; }

.minimal-header .l-header {
  height: auto; }

.minimal-header .logo-wrapper {
  float: none;
  height: auto; }
  .minimal-header .logo-wrapper .logo {
    float: none;
    font-size: 0;
    text-indent: 0;
    display: inline-block;
    height: 40px; }
    .minimal-header .logo-wrapper .logo a {
      height: inherit;
      display: inline-block; }
    .minimal-header .logo-wrapper .logo svg,
    .minimal-header .logo-wrapper .logo img {
      height: inherit; }

.l-after-content {
  clear: both;
  margin: 0 auto;
  text-align: center; }
  .l-after-content.has-skin {
    background: false; }
  .l-after-content section {
    padding: 10px; }

.l-footer {
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px inset; }
  .l-footer:before, .l-footer:after {
    content: " ";
    display: table; }
  .l-footer:after {
    clear: both; }
  .l-footer .wrapper-inner, .l-footer .section-outer section, .section-outer .l-footer section, .l-footer .lander-sections section, .lander-sections .l-footer section {
    padding-left: 10px;
    padding-right: 10px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .l-footer .wrapper-inner, .l-footer .section-outer section, .section-outer .l-footer section, .l-footer .lander-sections section, .lander-sections .l-footer section {
        padding: 0 0 15px; } }
  .l-footer .footer-site-brand h3 a {
    background-size: 80%; }

.footer-top {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  background: #333;
  color: #fff; }
  .footer-top h4 {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #262626;
    padding: 15px;
    padding-left: 35px;
    position: relative; }
    .footer-top h4:before {
      content: "";
      display: block;
      background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/footer-icon-sprite.png") no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 2px;
      top: 8px; }
  .footer-top .footer-description h4:before {
    background-position: 0 0; }
  .footer-top .footer-follow h4:before {
    background-position: -60px 0; }
  .footer-top .footer-newsletter h4:before {
    background-position: -90px 0; }
  .footer-top p {
    padding: 15px; }
  .footer-top .latest-issue {
    display: block;
    border-top: 1px solid #262626; }
    .footer-top .latest-issue a {
      font-weight: bold;
      font-size: 13px;
      font-family: sans-serif; }
    @media only screen and (max-width: 720px) {
      .footer-top .latest-issue {
        display: none; } }

.footer-description, .footer-search, .footer-follow, .footer-newsletter {
  background: #101010;
  color: #fff;
  border: 1px solid #262626;
  border-radius: 3px; }
  .footer-description a, .footer-search a, .footer-follow a, .footer-newsletter a {
    color: #fff; }
  .footer-description p, .footer-search p, .footer-follow p, .footer-newsletter p {
    margin: 0; }

@media only screen and (max-width: 720px) {
  .footer-description, .footer-search-follow, .footer-newsletter {
    margin: 0;
    border-bottom: 0;
    border-radius: 0; } }

.footer-search {
  position: relative;
  margin-bottom: 10px; }
  @media only screen and (max-width: 720px) {
    .footer-search {
      margin-bottom: 0; } }
  .footer-search .search-form {
    padding: 10px; }

.nav-footer {
  margin-bottom: 10px;
  text-align: center; }
  .nav-footer li {
    display: inline-block; }
    .nav-footer li a {
      display: block;
      padding: 5px 10px;
      border-right: 1px solid #262626; }
    .nav-footer li:last-child a {
      border: 0;
      padding-right: 0; }

.footer-follow .social-link-list {
  padding: 20px 0; }
  .footer-follow .social-link-list li {
    margin-right: 10px; }
  .footer-follow .social-link-list .social-link:hover i {
    background-color: #880002; }
  .footer-follow .social-link-list .social-link:hover .fa-facebook {
    background-color: #3b5998; }
  .footer-follow .social-link-list .social-link:hover .fa-google-plus {
    background-color: #dd4b39; }
  .footer-follow .social-link-list .social-link:hover .fa-instagram {
    background-color: #517fa4; }
  .footer-follow .social-link-list .social-link:hover .fa-youtube {
    background-color: #bb0000; }
  .footer-follow .social-link-list .social-link:hover .fa-tumblr {
    background-color: #35465c; }
  .footer-follow .social-link-list .social-link:hover .icon-mpora {
    background-color: #0f8867; }
  .footer-follow .social-link-list .social-link:hover .fa-rss {
    background-color: #f1873b; }
  .footer-follow .social-link-list .social-link:hover .fa-twitter {
    background-color: #00aced; }
  .footer-follow .social-link-list .social-link i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background-color: #262626;
    border-radius: 100%; }

@media only screen and (max-width: 720px) {
  .footer-newsletter {
    padding-bottom: 15px; }
    .footer-newsletter p {
      display: none; } }

.footer-newsletter form {
  position: relative; }

.footer-bottom {
  padding: 30px 0 20px;
  margin: 0 auto -20px;
  background: #000; }
  .footer-bottom:before, .footer-bottom:after {
    content: " ";
    display: table; }
  .footer-bottom:after {
    clear: both; }
  @media only screen and (max-width: 720px) {
    .footer-bottom {
      padding-top: 10px; } }
  .footer-bottom a {
    color: #fff; }

.footer-network {
  float: left; }
  @media only screen and (max-width: 720px) {
    .footer-network {
      float: none;
      text-align: center; } }

.footer-logo-mpora {
  float: left;
  margin: 0 10px 10px 0; }
  .footer-logo-mpora a {
    display: block;
    background: transparent url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/footer-icon-sprite.png") no-repeat 0 -40px;
    width: 140px;
    height: 35px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  @media only screen and (max-width: 720px) {
    .footer-logo-mpora {
      display: block;
      float: none;
      margin: 5px 0px 5px;
      width: 100%; }
      .footer-logo-mpora a {
        margin: 0 auto; } }

.footer-network-brands-selector {
  float: left;
  font-family: sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  width: 210px;
  border-radius: 5px;
  background-image: linear-gradient(#eee, #ddd); }
  .footer-network-brands-selector li {
    font-size: 12px;
    padding: 5px 0; }
  .footer-network-brands-selector a {
    color: #222; }
  .footer-network-brands-selector:hover, .footer-network-brands-selector .is-active {
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    .footer-network-brands-selector:hover .footer-network-brands, .footer-network-brands-selector .is-active .footer-network-brands {
      display: block; }
    .footer-network-brands-selector:hover:after, .footer-network-brands-selector .is-active:after {
      border-top-color: transparent;
      border-bottom-color: #aaa;
      top: 6px; }
  .footer-network-brands-selector:after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top-color: #ccc;
    position: absolute;
    right: 10px;
    top: 14px; }
  @media only screen and (max-width: 720px) {
    .footer-network-brands-selector {
      margin: 10px auto;
      float: none; } }

.footer-network-brands {
  display: none;
  position: absolute;
  left: -1px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  bottom: 100%;
  padding: 10px;
  width: 210px;
  border-bottom: 0;
  border-top-radius: 5px;
  background-image: linear-gradient(#fff, #eee); }
  .footer-network-brands li {
    border-bottom: 1px solid #ddd; }
  .footer-network-brands a {
    height: 20px;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 25px; }
    .footer-network-brands a:hover {
      color: #236aa1; }
    .footer-network-brands a:before {
      content: " ";
      display: block;
      height: 20px;
      width: 20px;
      background: transparent url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/network-small-sprite.jpg") no-repeat;
      position: absolute;
      top: 0px;
      left: 0px; }
  .footer-network-brands img {
    height: 20px;
    margin-right: 5px;
    float: left;
    border-radius: 3px; }
  .footer-network-brands .network-dig-bmx:before {
    background-position: -20px 0px; }
  .footer-network-brands .network-ride-uk-bmx:before {
    background-position: -40px 0px; }
  .footer-network-brands .network-bmx-talk:before {
    background-position: -60px 0px; }
  .footer-network-brands .network-freedom-bmx:before {
    background-position: -80px 0px; }
  .footer-network-brands .network-dirt:before {
    background-position: -100px 0px; }
  .footer-network-brands .network-bike-magic:before {
    background-position: 0px -20px; }
  .footer-network-brands .network-rcuk:before {
    background-position: -20px -20px; }
  .footer-network-brands .network-twc:before {
    background-position: -20px -80px; }
  .footer-network-brands .network-moto:before {
    background-position: -40px -20px; }
  .footer-network-brands .network-mxtrax:before {
    background-position: -60px -20px; }
  .footer-network-brands .network-motox:before {
    background-position: -80px -20px; }
  .footer-network-brands .network-kingpin:before {
    background-position: -100px -20px; }
  .footer-network-brands .network-sidewalk:before {
    background-position: 0px -40px; }
  .footer-network-brands .network-skateboardmsm:before {
    background-position: -20px -40px; }
  .footer-network-brands .network-cooler:before {
    background-position: -40px -40px; }
  .footer-network-brands .network-skiunion:before {
    background-position: -60px -40px; }
  .footer-network-brands .network-skiing-mag:before {
    background-position: -80px -40px; }
  .footer-network-brands .network-onboard:before {
    background-position: -100px -40px; }
  .footer-network-brands .network-whitelines:before {
    background-position: 0px -60px; }
  .footer-network-brands .network-snowboardermbm:before {
    background-position: -20px -60px; }
  .footer-network-brands .network-surf-europe:before {
    background-position: -40px -60px; }
  .footer-network-brands .network-surfers-path:before {
    background-position: -60px -60px; }
  .footer-network-brands .network-surfers-mag:before {
    background-position: -80px -60px; }
  .footer-network-brands .network-boards:before {
    background-position: -100px -60px; }
  .footer-network-brands .network-boardseeker:before {
    background-position: 0px -80px; }
  .footer-network-brands .network-outsidetimes:before {
    background-position: -40px -80px; }

.footer-mpora-links {
  float: right;
  font-size: 10px;
  font-family: sans-serif;
  padding-top: 10px; }
  .footer-mpora-links li {
    display: inline; }
    .footer-mpora-links li a {
      padding: 3px 5px; }
    .footer-mpora-links li:last-child a {
      border: 0;
      padding: 0 0 0 5px; }

.nav-mobile-toggle {
  display: none;
  float: left;
  width: 42px;
  height: 42px;
  border: 0;
  color: #fff;
  background-color: #880002;
  cursor: pointer; }
  .nav-mobile-toggle:focus {
    outline: none; }
  .nav-mobile-toggle i {
    font-size: 22px;
    line-height: 40px; }
  .nav-mobile-toggle b {
    display: block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.nav-is-open {
  overflow: hidden; }
  .nav-is-open .nav-primary-list {
    max-height: 350px;
    overflow-y: scroll; }

.js-nav-sticky .nav-primary-list {
  position: relative;
  float: left;
  width: 810px;
  margin: 0 auto; }
  .js-nav-sticky .nav-primary-list:before, .js-nav-sticky .nav-primary-list:after {
    content: " ";
    display: table; }
  .js-nav-sticky .nav-primary-list:after {
    clear: both; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .js-nav-sticky .nav-primary-list {
      width: 635px; } }

.js-nav-sticky.admin-bar .nav-primary {
  top: 28px; }

.js-nav-sticky.single-longform .l-content-wrapper,
.js-nav-sticky.single-longform .header-image-wrap {
  margin-top: -63px; }
  @media only screen and (max-width: 720px) {
    .js-nav-sticky.single-longform .l-content-wrapper,
    .js-nav-sticky.single-longform .header-image-wrap {
      margin-top: -42px; } }

.primary-nav .menu-item {
  list-style: none;
  display: block;
  position: static;
  float: left;
  text-transform: none;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 14px; }
  .primary-nav .menu-item a {
    width: 100%;
    color: #fff; }
  .primary-nav .menu-item:hover, .primary-nav .menu-item.selected, .primary-nav .menu-item.is-showing, .primary-nav .menu-item:focus {
    background-color: #640001; }
    .primary-nav .menu-item:hover a, .primary-nav .menu-item.selected a, .primary-nav .menu-item.is-showing a, .primary-nav .menu-item:focus a {
      color: #fff; }
    .primary-nav .menu-item:hover .screen-darken, .primary-nav .menu-item.selected .screen-darken, .primary-nav .menu-item.is-showing .screen-darken, .primary-nav .menu-item:focus .screen-darken {
      display: block; }
    .primary-nav .menu-item:hover .sub-menu, .primary-nav .menu-item.selected .sub-menu, .primary-nav .menu-item.is-showing .sub-menu, .primary-nav .menu-item:focus .sub-menu {
      display: block;
      z-index: 199; }
      @media only screen and (max-width: 720px) {
        .primary-nav .menu-item:hover .sub-menu, .primary-nav .menu-item.selected .sub-menu, .primary-nav .menu-item.is-showing .sub-menu, .primary-nav .menu-item:focus .sub-menu {
          display: none; } }
      .primary-nav .menu-item:hover .sub-menu .menu-item:hover, .primary-nav .menu-item.selected .sub-menu .menu-item:hover, .primary-nav .menu-item.is-showing .sub-menu .menu-item:hover, .primary-nav .menu-item:focus .sub-menu .menu-item:hover {
        color: #fff; }
        .primary-nav .menu-item:hover .sub-menu .menu-item:hover a, .primary-nav .menu-item.selected .sub-menu .menu-item:hover a, .primary-nav .menu-item.is-showing .sub-menu .menu-item:hover a, .primary-nav .menu-item:focus .sub-menu .menu-item:hover a {
          color: #fff; }
      .primary-nav .menu-item:hover .sub-menu .menu-item a, .primary-nav .menu-item.selected .sub-menu .menu-item a, .primary-nav .menu-item.is-showing .sub-menu .menu-item a, .primary-nav .menu-item:focus .sub-menu .menu-item a {
        color: #fff; }
  .primary-nav .menu-item.current-menu-item {
    background-color: #640001; }
  .primary-nav .menu-item.current-menu-item &gt; a {
    color: #fff; }
  .lt-ie9 .primary-nav .menu-item {
    display: block;
    float: left; }

.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: inherit;
  width: 170px;
  background-color: #710505;
  box-shadow: 1px, 3px, 5px rgba(0, 0, 0, 0.2); }
  .primary-nav .sub-menu .sub-menu {
    left: 165px;
    top: 0; }
  .primary-nav .sub-menu .menu-item {
    float: none;
    width: 100%;
    border: 1px solid #640001;
    padding: 0;
    background-color: #710505; }
    .primary-nav .sub-menu .menu-item .sub-menu {
      display: none; }
    .primary-nav .sub-menu .menu-item:hover, .primary-nav .sub-menu .menu-item.is-showing {
      z-index: 99;
      background-color: #4b0001; }
      .primary-nav .sub-menu .menu-item:hover .sub-menu, .primary-nav .sub-menu .menu-item.is-showing .sub-menu {
        display: block; }
        @media only screen and (max-width: 720px) {
          .primary-nav .sub-menu .menu-item:hover .sub-menu, .primary-nav .sub-menu .menu-item.is-showing .sub-menu {
            display: none; } }
  .primary-nav .sub-menu a {
    display: block;
    background: none;
    color: #fff; }
    .primary-nav .sub-menu a:hover {
      color: #fff; }

.header-share {
  width: 100%;
  background: #880002;
  color: #fff;
  height: 60px;
  bottom: -60px;
  position: fixed;
  z-index: 888;
  transition: bottom 0.2s ease-in-out; }
  .header-share .side-menu-toggle {
    display: none; }
    .header-share .side-menu-toggle.side-menu-active {
      display: block;
      float: left;
      height: inherit;
      position: relative;
      width: 5%; }
  .header-share.headroom--not-top {
    bottom: 0px; }
    @media only screen and (max-width: 979px) {
      .header-share.headroom--not-top {
        bottom: 0px; } }
  .header-share .side-menu-toggle .side-menu-icon {
    outline: 0;
    cursor: pointer;
    border: none; }
  .header-share .back-to-top {
    display: block;
    float: left;
    height: inherit;
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    background: #880002;
    margin-top: 15px;
    border-radius: 4px; }
    .header-share .back-to-top i {
      color: #fff;
      font-size: 14px; }
  .header-share .now-reading {
    width: 90%;
    height: inherit;
    display: block;
    float: left;
    text-align: left;
    padding: 20px;
    line-height: 1.7em; }
    @media only screen and (max-width: 720px) {
      .header-share .now-reading {
        width: 85%;
        padding: 20px 10px; } }
    .header-share .now-reading span.reading {
      opacity: 0.5;
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
      float: left; }
      @media only screen and (max-width: 979px) {
        .header-share .now-reading span.reading {
          display: none; } }
    .header-share .now-reading h4 {
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
      float: left;
      font-weight: bold;
      margin: 0 20px 0 5px;
      max-width: 60%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media only screen and (max-width: 979px) {
        .header-share .now-reading h4 {
          display: none; } }
    .header-share .now-reading .single-social {
      padding: 0;
      float: left; }

.all-menu-toggle {
  width: 100%;
  display: block;
  float: left;
  height: 50px;
  outline: 0;
  cursor: pointer;
  border: none;
  color: #fff;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 14px;
  text-transform: none;
  background: transparent; }
  .all-menu-toggle i {
    display: inline-block;
    padding: 0 2px; }
  @media only screen and (max-width: 720px) {
    .all-menu-toggle {
      position: absolute;
      right: 0;
      top: 0;
      float: none;
      background: #880002;
      color: #fff; } }

.all-nav {
  position: fixed;
  top: 85px;
  width: 100%;
  left: 0;
  text-align: left;
  background: #fff;
  display: none;
  padding: 25px 40px;
  z-index: 199;
  height: 800px;
  height: 100vh; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .all-nav {
      height: 100vh; } }
  @media only screen and (max-width: 720px) {
    .all-nav {
      height: 100vh; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .all-nav {
      height: 1024px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .all-nav {
      height: 768px; } }
  @media screen and (device-aspect-ratio: 40 / 71) {
    .all-nav {
      height: 500px; } }
  @media only screen and (max-width: 979px) {
    .all-nav {
      top: 115px;
      padding: 0px; } }
  .all-nav.open {
    display: block;
    overflow-y: scroll;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch; }
  .all-nav .all-nav-menu &gt; .menu-item {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 2em;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    border-bottom: 1px dotted #eee; }
    @media only screen and (max-width: 979px) {
      .all-nav .all-nav-menu &gt; .menu-item a {
        padding: 10px 20px;
        display: block; } }
    .all-nav .all-nav-menu &gt; .menu-item.menu-parent-item &gt; a {
      display: block;
      float: left; }
      @media only screen and (max-width: 979px) {
        .all-nav .all-nav-menu &gt; .menu-item.menu-parent-item &gt; a {
          width: 100%;
          position: relative; } }
    .all-nav .all-nav-menu &gt; .menu-item .sub-menu {
      display: block;
      padding-left: 10rem; }
      @media only screen and (max-width: 979px) {
        .all-nav .all-nav-menu &gt; .menu-item .sub-menu {
          float: left;
          width: 100%;
          padding: 0 10px 10px; } }
      .all-nav .all-nav-menu &gt; .menu-item .sub-menu .menu-item {
        float: left;
        width: auto;
        font-size: 12px;
        opacity: 0.7;
        position: relative;
        font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
        .all-nav .all-nav-menu &gt; .menu-item .sub-menu .menu-item a {
          padding: 0 10px; }
        @media only screen and (max-width: 979px) {
          .all-nav .all-nav-menu &gt; .menu-item .sub-menu .menu-item {
            width: 50%;
            padding: 0; } }
  .all-nav .all-nav-menu .post-container {
    display: none; }
  .all-nav .all-menu-toggle {
    position: static;
    margin: 10px 0;
    padding: 12px;
    float: left;
    border: none;
    box-shadow: none; }

.side-menu {
  display: block;
  position: fixed;
  margin-left: -100%;
  width: 320px;
  color: #000;
  background-color: #fff;
  top: 85px;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: 100%;
  height: 100vh;
  transition: margin 0.3s ease, transform 0.3s ease; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .side-menu {
      height: 100vh; } }
  @media only screen and (max-width: 720px) {
    .side-menu {
      height: 100vh; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .side-menu {
      height: 1024px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .side-menu {
      height: 768px; } }
  @media screen and (device-aspect-ratio: 40 / 71) {
    .side-menu {
      height: 500px; } }
  @media only screen and (max-width: 979px) {
    .side-menu {
      top: 65px;
      width: 100%; } }
  .side-menu a {
    color: #000; }
  .side-menu.open {
    margin-left: 0; }
  .side-menu .side-menu-toggle {
    position: absolute;
    top: 30px;
    left: 20px;
    background: transparent;
    border: none;
    color: #000; }
  .side-menu .side-nav {
    padding: 20px 0; }
    .side-menu .side-nav li {
      padding: 10px 20px;
      font-size: 15px; }
      .side-menu .side-nav li a {
        color: #000; }
    .side-menu .side-nav .sub-menu {
      display: none; }

.side-menu-toggle {
  display: none; }
  .side-menu-toggle.side-menu-active {
    width: 5%;
    display: block;
    float: left;
    height: 85px;
    position: relative;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 979px) {
      .side-menu-toggle.side-menu-active {
        height: 65px;
        width: 25%;
        display: block;
        float: left;
        position: relative;
        text-align: center;
        cursor: pointer; } }
  @media only screen and (max-width: 979px) {
    .side-menu-toggle {
      height: 65px;
      width: 25%;
      display: block;
      float: left;
      position: relative;
      text-align: center;
      cursor: pointer; } }
  .side-menu-toggle .side-menu-icon {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: 0; }
    .side-menu-toggle .side-menu-icon i {
      font-size: 17px; }

.nav-primary {
  position: relative;
  clear: both;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 14px;
  z-index: 99;
  background: #880002;
  opacity: 0.97; }
  .nav-primary:before, .nav-primary:after {
    content: " ";
    display: table; }
  .nav-primary:after {
    clear: both; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .nav-primary {
      font-size: 12px; } }
  @media only screen and (max-width: 720px) {
    .nav-primary {
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .admin-bar .nav-primary {
        top: 45px; }
      .admin-bar.js-nav-sticky .nav-primary {
        top: 0; } }
  .js-nav-sticky .nav-primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .js-nav-sticky .nav-primary .logo a {
      display: inline-block; }
    .js-nav-sticky .nav-primary:after {
      display: none; }
  .nav-primary .nav-inner-wrapper {
    width: 1060px;
    margin: 0 auto; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .nav-primary .nav-inner-wrapper {
        width: 720px; } }
    @media only screen and (max-width: 720px) {
      .nav-primary .nav-inner-wrapper {
        width: 100%; } }
  .nav-primary .logo {
    display: block;
    float: left;
    text-align: left;
    margin-left: 15px;
    width: 150px;
    max-height: 40px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .nav-primary .logo {
        margin-left: 10px;
        width: auto; } }
    @media only screen and (max-width: 720px) {
      .nav-primary .logo {
        text-align: center;
        float: none;
        margin-left: 0;
        width: auto; } }
    @media only screen and (min-width: 721px) {
      .home .nav-primary .logo {
        display: none; } }
    .js-nav-sticky .nav-primary .logo {
      display: block; }
    .nav-primary .logo a {
      display: inline-block;
      width: 70px;
      height: 40px;
      padding: 0;
      background-repeat: no-repeat;
      background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/nav-logo.png") no-repeat center center;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .nav-primary .logo a {
          /* Retina-specific stuff here */
          background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/nav-logox2.png") no-repeat center center;
          background-size: 150px 40px; } }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .nav-primary .logo a {
          width: 75px;
          background-size: 100%; } }
      @media only screen and (max-width: 720px) {
        .nav-primary .logo a {
          margin-left: -42px; } }
  .nav-primary .menu-item {
    list-style: none;
    display: block;
    position: relative;
    float: left;
    border-right: 1px solid #640001;
    text-transform: uppercase; }
    .nav-primary .menu-item a {
      width: 100%;
      padding: 15px 10px; }
    .nav-primary .menu-item:hover, .nav-primary .menu-item.selected, .nav-primary .menu-item.is-showing {
      background-color: #640001; }
      .nav-primary .menu-item:hover a, .nav-primary .menu-item.selected a, .nav-primary .menu-item.is-showing a {
        color: #fff; }
      .nav-primary .menu-item:hover .sub-menu, .nav-primary .menu-item.selected .sub-menu, .nav-primary .menu-item.is-showing .sub-menu {
        display: block;
        z-index: 199; }
        @media only screen and (max-width: 720px) {
          .nav-primary .menu-item:hover .sub-menu, .nav-primary .menu-item.selected .sub-menu, .nav-primary .menu-item.is-showing .sub-menu {
            display: none; } }
        .nav-primary .menu-item:hover .sub-menu .menu-item:hover, .nav-primary .menu-item.selected .sub-menu .menu-item:hover, .nav-primary .menu-item.is-showing .sub-menu .menu-item:hover {
          color: #fff; }
          .nav-primary .menu-item:hover .sub-menu .menu-item:hover a, .nav-primary .menu-item.selected .sub-menu .menu-item:hover a, .nav-primary .menu-item.is-showing .sub-menu .menu-item:hover a {
            color: #fff; }
        .nav-primary .menu-item:hover .sub-menu .menu-item a, .nav-primary .menu-item.selected .sub-menu .menu-item a, .nav-primary .menu-item.is-showing .sub-menu .menu-item a {
          color: #fff; }
    .nav-primary .menu-item.current-menu-item {
      background-color: #640001; }
    .nav-primary .menu-item.current-menu-item &gt; a {
      color: #fff; }
    .lt-ie9 .nav-primary .menu-item {
      display: block;
      float: left; }
  .nav-primary a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none; }
    .nav-primary a:hover {
      color: #fff; }
  .nav-primary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    background-color: #710505;
    box-shadow: 1px, 3px, 5px rgba(0, 0, 0, 0.2); }
    .nav-primary .sub-menu .sub-menu {
      left: 165px;
      top: 0; }
    .nav-primary .sub-menu .menu-item {
      float: none;
      width: 100%;
      border: 1px solid #640001;
      padding: 0;
      background-color: #710505; }
      .nav-primary .sub-menu .menu-item .sub-menu {
        display: none; }
      .nav-primary .sub-menu .menu-item:hover, .nav-primary .sub-menu .menu-item.is-showing {
        z-index: 99;
        background-color: #4b0001; }
        .nav-primary .sub-menu .menu-item:hover .sub-menu, .nav-primary .sub-menu .menu-item.is-showing .sub-menu {
          display: block; }
    .nav-primary .sub-menu a {
      display: block;
      background: none;
      color: #fff; }
      .nav-primary .sub-menu a:hover {
        color: #fff; }
  @media only screen and (max-width: 720px) {
    .nav-primary {
      border-top: 1px solid #640001;
      border-bottom: 1px solid #640001; }
      .nav-primary .nav-primary-list, .nav-primary .post-container {
        display: none; }
      .nav-primary .nav-mobile-toggle, .nav-primary .logo {
        display: block; }
      .nav-primary.is-open .nav-primary-list {
        display: block;
        position: absolute;
        width: 90%;
        background-color: #710505; }
        .nav-primary.is-open .nav-primary-list .menu-item {
          display: block;
          float: none;
          border-bottom: 1px solid #640001; }
        .nav-primary.is-open .nav-primary-list .menu-parent-item {
          position: relative; }
        .nav-primary.is-open .nav-primary-list .sub-menu {
          position: inherit;
          width: inherit;
          top: inherit;
          left: inherit;
          background-color: #710505; }
          .nav-primary.is-open .nav-primary-list .sub-menu a {
            background-color: #a20707;
            padding-left: 20px; }
            .nav-primary.is-open .nav-primary-list .sub-menu a:hover {
              background-color: #4b0001;
              color: #fff; }
          .nav-primary.is-open .nav-primary-list .sub-menu .sub-menu {
            display: block; } }
  .nav-primary .has-child-indicator {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    padding: 0;
    height: 100%;
    width: 40px;
    font-family: "FontAwesome";
    font-size: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #880002; }
    @media only screen and (max-width: 720px) {
      .nav-primary .has-child-indicator {
        display: block; } }
    .nav-primary .has-child-indicator:before {
      content: "\f078"; }
  .nav-primary .is-showing .has-child-indicator:before {
    content: "\f077"; }
  .nav-primary .nav-primary-list:before, .nav-primary .nav-primary-list:after {
    content: " ";
    display: table; }
  .nav-primary .nav-primary-list:after {
    clear: both; }
  .nav-primary .search-button {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    border: 0;
    color: #fff;
    background-color: #000;
    cursor: pointer; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .nav-primary .search-button {
        width: 30px; } }
    @media only screen and (max-width: 720px) {
      .nav-primary .search-button {
        height: 42px; } }
    .nav-primary .search-button:hover, .nav-primary .search-button.is-active {
      background-color: #7e0002; }
    .nav-primary .search-button:focus {
      outline: none; }
    .nav-primary .search-button i {
      font-size: 14px;
      line-height: 40px; }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .nav-primary .search-button i {
          font-size: 11px; } }
    .nav-primary .search-button b {
      display: block;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
  .nav-primary .search-content {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #141414;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 15px 1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px; }
    @media only screen and (max-width: 720px) {
      .nav-primary .search-content {
        width: 100%; } }
    .nav-primary .search-content.is-showing {
      display: block; }
  .nav-primary .search-topics-title {
    font-weight: bold;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    padding: 12px 10px; }
  .nav-primary .search-topics {
    margin: 0;
    padding: 0; }
    .nav-primary .search-topics li {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      border: 0; }
      .nav-primary .search-topics li:nth-child(odd) a {
        background: #1f1f1f; }
      .nav-primary .search-topics li:last-child a {
        border-bottom: none;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }
      .nav-primary .search-topics li a {
        padding: 10px;
        display: block;
        background: #101010;
        color: #fff !important;
        font-weight: normal;
        border-bottom: 1px solid #262626; }
        .nav-primary .search-topics li a:hover {
          background-color: #880002;
          color: #fff; }
    .nav-primary .search-topics span {
      display: inline-block;
      text-align: center;
      background: #111;
      font-weight: normal;
      padding: 4px 5px 3px;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border-radius: 50px; }

@media only screen and (min-width: 721px) {
  .nav-supernav .sub-menu {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03); }
    .nav-supernav .sub-menu .menu-item a {
      text-transform: none; }
  .nav-supernav .menu-item-object-category.menu-parent-item {
    position: static; }
    .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #880002; } }
    @media only screen and (min-width: 721px) and (min-width: 721px) and (max-width: 979px) {
      .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu {
        width: 720px; } }

@media only screen and (min-width: 721px) {
      .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu .menu-item {
        background-color: transparent;
        width: auto;
        display: inline-block;
        margin: 0;
        border: none;
        transition-property: box-shadow, background-position, text-indent;
        transition-duration: 0.1s;
        transition-timing-function: ease; }
        .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu .menu-item:hover {
          background: #4b0001;
          color: #fff; }
          .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu .menu-item:hover a:before {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #4b0001;
            position: absolute;
            top: -5px;
            margin: 0 auto;
            left: 45%; }
        .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu .menu-item:first-child {
          border-top: 1px solid #640001; }
        .nav-supernav .menu-item-object-category.menu-parent-item .sub-menu .menu-item a {
          position: relative;
          padding: 10px; }
    .nav-supernav .menu-item-object-category.menu-parent-item .post-container {
      top: 100%;
      bottom: 0;
      right: 0;
      width: 100%;
      min-height: 270px;
      max-height: 270px;
      overflow: hidden;
      background-color: #f7f7f7;
      padding: 10px 0 0 10px;
      white-space: normal;
      box-shadow: 1px 1px 10px inset rgba(0, 0, 0, 0.03); }
  .nav-supernav .article-supernav {
    width: 25%;
    height: auto;
    padding: 0;
    display: block;
    float: left; }
    .nav-supernav .article-supernav:after {
      display: none; }
    .nav-supernav .article-supernav:first-child {
      margin-left: 0; }
    .nav-supernav .article-supernav .article-link {
      padding: 5px; }
      .nav-supernav .article-supernav .article-link .article-title {
        width: 100%;
        position: static;
        font-size: 16px;
        padding: 5px 5px 0;
        text-transform: none;
        border: 0;
        color: #000; } }

.pagination {
  clear: both;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pagination .page-numbers {
    margin: 0 3px 0 0;
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    border: 1px solid #ddd;
    background: #fafafa;
    font-weight: normal;
    font-size: 14px;
    border-radius: 2px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      color: #fff;
      background: #880002; }

.breadcrumbs {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .breadcrumbs a {
    color: #880002;
    font-weight: bold; }
  .breadcrumbs .crumb {
    margin: 0 5px; }
  .breadcrumbs .crumb-separator {
    display: inline-block; }
    .breadcrumbs .crumb-separator:last-child {
      display: none; }

.article-pagination {
  position: relative;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 720px) {
    .article-pagination {
      margin-left: 0; } }
  .article-pagination .article-prev-next {
    overflow: hidden;
    margin: 0;
    padding: 15px; }
    .article-pagination .article-prev-next a {
      color: #000;
      font-weight: normal;
      border: 0; }
      .article-pagination .article-prev-next a:hover {
        color: #880002; }
    .article-pagination .article-prev-next .prev, .article-pagination .article-prev-next .next {
      list-style: none;
      margin: 0; }
    .article-pagination .article-prev-next .prev {
      float: left; }
    .article-pagination .article-prev-next .next {
      float: right; }
    .article-pagination .article-prev-next .icon-left-arrow, .article-pagination .article-prev-next .icon-right-arrow {
      width: 10px;
      height: 1em;
      display: inline-block;
      text-indent: -9999px;
      overflow: hidden; }
    .article-pagination .article-prev-next .icon-left-arrow {
      padding-right: 15px;
      background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/icon-sprite.png") no-repeat -190px center; }
    .article-pagination .article-prev-next .icon-right-arrow {
      padding-left: 15px;
      background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/icon-sprite.png") no-repeat -220px center; }

.article-pagination-pg {
  overflow: hidden;
  max-height: 100px;
  border-bottom: 1px solid #ddd;
  text-align: center; }
  @media only screen and (max-width: 720px) {
    .article-pagination-pg {
      margin-left: 0; } }
  .article-pagination-pg ul, .article-pagination-pg li {
    margin: 0; }
  .article-pagination-pg .pg-nav-control {
    float: left;
    width: 15%;
    margin: 0; }
    .article-pagination-pg .pg-nav-control li {
      display: block;
      margin: 0; }
    .article-pagination-pg .pg-nav-control .pg-prev-btn,
    .article-pagination-pg .pg-nav-control .pg-next-btn {
      display: block;
      padding: 15px 5px;
      font-size: 16px;
      text-transform: uppercase;
      color: #000;
      background: #fafafa; }
      @media only screen and (max-width: 720px) {
        .article-pagination-pg .pg-nav-control .pg-prev-btn,
        .article-pagination-pg .pg-nav-control .pg-next-btn {
          font-size: 12px; } }
      .article-pagination-pg .pg-nav-control .pg-prev-btn:hover,
      .article-pagination-pg .pg-nav-control .pg-next-btn:hover {
        color: #fff;
        background: #880002; }
      .article-pagination-pg .pg-nav-control .pg-prev-btn.disabled,
      .article-pagination-pg .pg-nav-control .pg-next-btn.disabled {
        color: #ddd;
        background: #fafafa; }
    .article-pagination-pg .pg-nav-control .pg-start-btn,
    .article-pagination-pg .pg-nav-control .pg-end-btn {
      display: block;
      padding: 5px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: normal;
      color: #aaa; }
      .article-pagination-pg .pg-nav-control .pg-start-btn:hover,
      .article-pagination-pg .pg-nav-control .pg-end-btn:hover {
        color: #fff;
        background: #880002; }
  .article-pagination-pg .pg-next-control {
    float: right; }
  .article-pagination-pg .pg-nav-numbers {
    float: left;
    width: 70%;
    font-size: 17px;
    margin: 0;
    border-radius: 100%; }
    .article-pagination-pg .pg-nav-numbers li {
      margin: 0;
      display: inline-block; }
    .article-pagination-pg .pg-nav-numbers .pg-number {
      display: block;
      margin: 22px 2px;
      width: 40px;
      height: 40px;
      border: 1px solid #ddd;
      background: #fff;
      color: #000;
      line-height: 40px;
      border-radius: 100%; }
      .article-pagination-pg .pg-nav-numbers .pg-number:hover, .article-pagination-pg .pg-nav-numbers .pg-number.current {
        border-color: transparent;
        color: #fff;
        background: #880002; }
    .article-pagination-pg .pg-nav-numbers .pg-intro {
      width: auto;
      text-transform: uppercase;
      font-size: 14px;
      background: none;
      border-color: transparent; }
      .article-pagination-pg .pg-nav-numbers .pg-intro:hover, .article-pagination-pg .pg-nav-numbers .pg-intro.current {
        border-color: transparent;
        color: #880002 !important;
        background: none !important; }

.primary-nav .menu-item {
  text-transform: uppercase; }

.search-buttons {
  position: static; }
  .search-buttons .search-button-fb, .search-buttons .search-button-twitter {
    display: none; }
  .search-buttons .search-button-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 35px;
    background-position: -303px 7px; }

body {
  background-position: center 85px !important; }
  body.admin-bar {
    background-position: center 117px !important; }

.adslot, .adslot-leaderboard, .adslot-super-leaderboard, .adslot-mpu, .adslot-double_mpu, .google-dfp-button, .adslot-recommendations {
  text-align: center; }

.adslot-leaderboard {
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .adslot-leaderboard {
      max-width: 720px; } }
  @media only screen and (max-width: 720px) {
    .adslot-leaderboard {
      height: auto;
      margin: 0; } }
  .adslot-leaderboard img, .adslot-leaderboard object, .adslot-leaderboard embed, .adslot-leaderboard iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.adslot-super-leaderboard {
  overflow: hidden; }
  .home .adslot-super-leaderboard {
    padding: 15px 0; }

.adslot-mpu {
  max-width: 100%;
  background: #eee;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px; }
  .adslot-mpu iframe, .adslot-mpu object, .adslot-mpu embed {
    max-width: 100% !important; }
  aside .adslot-mpu {
    margin-bottom: 20px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .adslot-mpu {
      background: transparent; } }
  @media only screen and (max-width: 720px) {
    .adslot-mpu {
      background: transparent; } }

.adslot-double_mpu {
  max-width: 100%;
  background: #eee;
  padding: 10px; }

.google-dfp-button {
  max-width: 100%; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .google-dfp-button iframe, .google-dfp-button img {
      max-width: 100% !important; } }

.adslot-recommendations {
  margin-top: 20px; }

.adslot-skin {
  font-size: 0; }

.l-after-content .wrapper-inner, .l-after-content .section-outer section, .section-outer .l-after-content section, .l-after-content .lander-sections section, .lander-sections .l-after-content section {
  text-align: center; }

.section-ad-units.template-leaderboard section {
  text-align: center; }

.template-ads-sponsored {
  margin: 10px 0; }

.adslot-mpu.adslot-inline {
  float: none;
  background: #eee;
  padding-top: 20px;
  margin-bottom: 20px;
  min-width: 300px; }
  @media only screen and (max-width: 720px) {
    .adslot-mpu.adslot-inline {
      padding: 0;
      margin-bottom: 10px; } }
  .adslot-mpu.adslot-inline:before {
    content: "Advertisement";
    font-size: 12px;
    display: block; }
  .adslot-mpu.adslot-inline iframe {
    margin: 0; }

.adslot-mpu.adslot-inline &gt; iframe {
  max-width: 300px !important; }

/*
  $Revision: 1.6 $Date: 2014/05/08 11:05:51 $
  SevenOne Media Ad Integration for mpora.de
*/
body.seven_one_layout {
  /*
      Position of rectangle in modal window like gallery
   */
  /*
    remedy for -mox-box-sizing: border-box
    which forces IE quirksmode box model on all elements
  */
  /*
    remedy for max-width 100% on img, object, embed
    resulting in width 0px in IE inside of absolute containers
  */ }
  body.seven_one_layout .ad-version:after {
    content: '$Revision: 1.6 $';
    display: none; }
  body.seven_one_layout .ad-wrapper {
    /* tracking pixels, swf, iframes must not open up vertical space */ }
    body.seven_one_layout .ad-wrapper div,
    body.seven_one_layout .ad-wrapper object,
    body.seven_one_layout .ad-wrapper embed,
    body.seven_one_layout .ad-wrapper img,
    body.seven_one_layout .ad-wrapper iframe,
    body.seven_one_layout .ad-wrapper ins {
      vertical-align: bottom; }
    body.seven_one_layout .ad-wrapper img[height="0"],
    body.seven_one_layout .ad-wrapper img[height="1"],
    body.seven_one_layout .ad-wrapper object[height="0"],
    body.seven_one_layout .ad-wrapper object[height="1"],
    body.seven_one_layout .ad-wrapper embed[height="0"],
    body.seven_one_layout .ad-wrapper embed[height="1"],
    body.seven_one_layout .ad-wrapper iframe[height="0"],
    body.seven_one_layout .ad-wrapper iframe[height="1"] {
      display: block;
      position: absolute; }
  body.seven_one_layout #ads-outer {
    position: relative;
    z-index: 100;
    min-width: 320px;
    margin: 0px auto;
    padding: 0 10px; }
    @media only screen and (min-width: 1060px) {
      body.seven_one_layout #ads-outer {
        width: 1020px;
        padding: 0 20px;
        margin-bottom: 0px; } }
  body.seven_one_layout #ad-fullbanner2-outer {
    position: relative;
    z-index: 3; }
    @media (max-width: 759px) {
      body.seven_one_layout #ad-fullbanner2-outer {
        overflow: hidden; } }
  body.seven_one_layout #ad-fullbanner2 {
    padding: 10px 0 0 0;
    margin: 0px 0px 0px auto; }
  body.seven_one_layout #ad-skyscraper1-outer {
    position: absolute;
    z-index: 2;
    right: -160px;
    width: 160px;
    margin-top: 20px; }
  body.seven_one_layout #ad-skyscraper1 {
    width: 160px; }
  body.seven_one_layout #ad-rectangle1-outer,
  body.seven_one_layout #ad-promo1-outer {
    z-index: 98;
    width: 300px;
    margin: 0 auto; }
  body.seven_one_layout #ad-rectangle1:after,
  body.seven_one_layout #ad-promo1:after,
  body.seven_one_layout #ad-rectangle-modal:after {
    content: 'ANZEIGE';
    color: #666666;
    display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: right; }
  body.seven_one_layout #ad-rectangle-modal-outer {
    width: 300px;
    height: 250px;
    position: absolute;
    bottom: 20px; }
  body.seven_one_layout #ad-rectangle-modal iframe {
    margin: 0px; }
  body.seven_one_layout #ads-outer, body.seven_one_layout #ads-outer *,
  body.seven_one_layout .ad-wrapper, body.seven_one_layout .ad-wrapper *,
  body.seven_one_layout #ad-rectangle1-outer,
  body.seven_one_layout #ad-promo1-outer {
    box-sizing: content-box; }
  body.seven_one_layout .ad-wrapper object,
  body.seven_one_layout .ad-wrapper embed,
  body.seven_one_layout .ad-wrapper img {
    max-width: none; }

.article-type-sponsored .sponsor-logo {
  display: inline-block;
  width: 60px;
  height: auto;
  vertical-align: middle;
  margin-left: 5px; }

.article-type-sponsored .sponsored-by-text {
  padding: 10px 10px 0;
  margin: 0 3px 0 0;
  font-size: 9px;
  color: #999;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: normal; }

.article-type-sponsored.article-small .sponsored-by-text {
  font-size: 8px; }
  .article-type-sponsored.article-small .sponsored-by-text i {
    display: none; }
    @media only screen and (max-width: 720px) {
      .article-type-sponsored.article-small .sponsored-by-text i {
        display: inline-block; } }

.article-type-sponsored.article-small .sponsor-logo {
  width: 50px; }

.article-type-sponsored.article-listed-small .sponsored-by-text {
  padding: 0;
  margin-bottom: 10px; }

.section-feature .article-type-sponsored .sponsored-by-text {
  display: inline-block;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px; }

.section-feature .article-type-sponsored.feature-tab .sponsored-by-text {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px;
  font-size: 8px;
  background-color: #fff; }

.sponsored-articles {
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden; }
  .sponsored-articles .sponsored-by-text {
    margin-bottom: 10px;
    padding: 0; }
  .sponsored-articles .article-type-sponsored {
    padding: 20px 10px; }
    .sponsored-articles .article-type-sponsored .article-listed-thumb {
      width: 40%;
      margin: 0 20px 0 0; }

.widget {
  margin-bottom: 40px;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none; }
  .widget .widget-content:before, .widget .widget-content:after {
    content: " ";
    display: table; }
  .widget .widget-content:after {
    clear: both; }

.widget-title, .section-sub-title {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #880002; }
  @media only screen and (max-width: 720px) {
    .widget-title, .section-sub-title {
      clear: both; } }
  .widget-title a, .section-sub-title a {
    color: #000; }
  .widget-title .first-word, .section-sub-title .first-word {
    font-weight: bold; }

.sidebar-list li, .widget_categories li, .widget_links li {
  padding: .7em 0;
  border-bottom: 1px solid #ddd; }
  .sidebar-list li:last-child, .widget_categories li:last-child, .widget_links li:last-child {
    border-bottom: 0; }

.sidebar-list {
  padding: 10px; }

.widget_rss li {
  padding: .7em 0;
  border-bottom: 1px solid #ddd; }
  .widget_rss li a,
  .widget_rss li .rss-date {
    display: block; }
  .widget_rss li:last-child {
    border-bottom: 0; }

.widget-latest-instagram iframe {
  margin: 0;
  height: 390px; }

.widget-twitter-updates iframe {
  width: 100%; }
  @media only screen and (max-width: 720px) {
    .widget-twitter-updates iframe {
      width: 90%;
      margin: 0 5%; } }

.widget-latest-instagram {
  text-align: center; }
  .widget-latest-instagram .widget-title, .widget-latest-instagram .section-sub-title {
    text-align: left; }
  .widget-latest-instagram iframe {
    width: 280px;
    margin: 20px auto 0; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .widget-latest-instagram iframe {
        margin: 0;
        width: 100%; } }

.widget-latest-tweet {
  text-align: center;
  margin-top: 40px; }
  .widget-latest-tweet .widget-title, .widget-latest-tweet .section-sub-title {
    padding: 5px 0 13px;
    border-bottom: 1px solid #ddd;
    background: none !important;
    color: #000; }
  .widget-latest-tweet .widget-content {
    padding-bottom: 15px; }
  .widget-latest-tweet .tweet-profile-image {
    width: 60px;
    height: 60px;
    margin: -30px auto 0;
    border: 5px solid #eee;
    border-radius: 60px; }
  .widget-latest-tweet .tweet-text {
    padding: 15px 15px 0;
    font-size: 18px;
    font-style: italic; }

.widget-social-following {
  font-size: 12px; }
  .widget-social-following .widget-content {
    text-align: center;
    padding: 10px; }
  .widget-social-following .fb-like-box {
    height: 157px;
    overflow: hidden; }
  .widget-social-following .fb_iframe_widget iframe {
    left: 0; }
  .widget-social-following iframe {
    margin: 0 auto; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .widget-social-following iframe {
        max-width: 220px !important; } }
  .widget-social-following .social-link-list {
    margin: 20px 0 5px; }
    .widget-social-following .social-link-list .social-link i {
      width: 24px;
      height: 24px;
      font-size: 14px;
      padding-top: 1px;
      line-height: 22px;
      color: #fff;
      background: #000;
      border-radius: 3px; }
    .widget-social-following .social-link-list .social-link:hover i {
      background-color: #880002; }
    .widget-social-following .social-link-list .social-link:hover .fa-facebook {
      background-color: #3b5998; }
    .widget-social-following .social-link-list .social-link:hover .fa-google-plus {
      background-color: #dd4b39; }
    .widget-social-following .social-link-list .social-link:hover .fa-instagram {
      background-color: #517fa4; }
    .widget-social-following .social-link-list .social-link:hover .fa-youtube {
      background-color: #bb0000; }
    .widget-social-following .social-link-list .social-link:hover .fa-tumblr {
      background-color: #35465c; }
    .widget-social-following .social-link-list .social-link:hover .fa-mpora {
      background-color: #0f8867; }
    .widget-social-following .social-link-list .social-link:hover .fa-rss {
      background-color: #f1873b; }
    .widget-social-following .social-link-list .social-link:hover .fa-twitter {
      background-color: #00aced; }
  .widget-social-following .social-newsletter-title {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .widget-social-following .social-newsletter-content {
    padding: 10px; }

.widget-instagram:before, .widget-instagram:after {
  content: " ";
  display: table; }

.widget-instagram:after {
  clear: both; }

.widget-instagram li {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 30%;
  margin: 0 10px 10px 0; }
  .widget-instagram li:nth-child(3n) {
    margin-right: 0; }

.widget-instagram a {
  display: block;
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px 0; }
  .widget-instagram a:hover {
    opacity: 1; }

.widget-instagram img {
  max-width: 100%; }

.widget-facebook-like-box .widget-content {
  overflow: hidden; }

.widget-facebook-like-box .fb-like-box {
  overflow: hidden; }
  .widget-facebook-like-box .fb-like-box span {
    margin: -1px; }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .widget-facebook-like-box iframe {
    max-width: 200px !important;
    max-height: 150px !important; } }

.adslot-double_mpu,
.adslot-mpu {
  margin-bottom: 40px; }

.widget-trending-articles .article-listed-small {
  position: relative; }
  .widget-trending-articles .article-listed-small:nth-child(1):before {
    content: "1"; }
  .widget-trending-articles .article-listed-small:nth-child(2):before {
    content: "2"; }
  .widget-trending-articles .article-listed-small:nth-child(3):before {
    content: "3"; }
  .widget-trending-articles .article-listed-small:nth-child(4):before {
    content: "4"; }
  .widget-trending-articles .article-listed-small:nth-child(5):before {
    content: "5"; }
  .widget-trending-articles .article-listed-small:nth-child(odd):before {
    background: #f2f2f2; }
  .widget-trending-articles .article-listed-small:before {
    display: block;
    position: absolute;
    padding: 5px 7px;
    background: #fff;
    bottom: 0;
    right: 0;
    font-weight: bold;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0; }

.sidebar-tabs-menu {
  clear: both;
  overflow: hidden; }
  .sidebar-tabs-menu li {
    display: block;
    float: left;
    width: 33.3%;
    background: #f2f2f2;
    text-align: center;
    font-weight: bold; }
    .sidebar-tabs-menu li:last-child .tabs-menu-item {
      border-right: none; }
    .sidebar-tabs-menu li .tabs-menu-item {
      display: block;
      padding: 10px 0;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      color: #000;
      text-transform: uppercase;
      font-size: 11px; }
      .sidebar-tabs-menu li .tabs-menu-item:hover {
        color: #880002;
        border-bottom: 1px solid #880002; }
      .sidebar-tabs-menu li .tabs-menu-item.is-active {
        border: none;
        padding-top: 7px;
        border-top: 3px solid;
        border-bottom: 1px solid #fff;
        background: #fff;
        color: #880002; }

.widget-mpora-live-v2 .description {
  text-align: center;
  padding: 10px 10px 0; }

.subcategory-list li a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  background: url(https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/icon-arrow-right.png) no-repeat 95% center;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset;
  transition-property: box-shadow, background-position;
  transition-duration: 0.1s;
  transition-timing-function: ease; }
  .subcategory-list li a span {
    display: inline-block;
    background: transparent;
    padding: 10px 15px;
    transition-property: background-color, color, text-indent;
    transition-duration: 0.1s;
    transition-timing-function: ease; }
  .subcategory-list li a:hover {
    background-position: 94% center;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px inset; }
    .subcategory-list li a:hover span {
      text-indent: 5px;
      background: #880002;
      color: #fff; }

.widget-notice {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 inset; }

.widget-text .widget-content {
  text-align: center; }
  .widget-text .widget-content iframe {
    overflow: hidden;
    max-width: 100%; }

.widget-featured-articles .widget-content .article-listed-small {
  padding: 0;
  border: none;
  position: relative;
  margin: 0;
  font-size: 0; }
  .widget-featured-articles .widget-content .article-listed-small:hover .article-listed-thumb {
    background-color: #880002; }
    .widget-featured-articles .widget-content .article-listed-small:hover .article-listed-thumb img {
      opacity: 0.2; }
  .widget-featured-articles .widget-content .article-listed-small .article-listed-thumb {
    float: none;
    margin: 0;
    background-color: #000;
    transition: background-color, 0.4s ease; }
    .widget-featured-articles .widget-content .article-listed-small .article-listed-thumb:hover {
      background-color: #880002; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .widget-featured-articles .widget-content .article-listed-small .article-listed-thumb {
        width: 100%; } }
    .widget-featured-articles .widget-content .article-listed-small .article-listed-thumb img {
      width: 100%;
      max-width: 100%;
      opacity: 0.6;
      transition: opacity, 0.4s ease; }
  .widget-featured-articles .widget-content .article-listed-small .article-title {
    margin: 0; }
    .widget-featured-articles .widget-content .article-listed-small .article-title a {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 0 15px;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .widget-featured-articles .widget-content .article-listed-small .article-title a {
          font-size: 14px; } }
  .widget-featured-articles .widget-content .article-listed-small .article-meta {
    display: none; }

.widget .widget-title, .widget .section-sub-title {
  font-size: 18px;
  text-transform: uppercase; }

.widget-rcuk-test .widget-content {
  padding: 10px 15px; }

.widget-rcuk-test .half {
  display: block;
  width: 50%;
  float: left; }

.widget-rcuk-test a {
  display: block;
  padding: 4px 5px 4px 15px; }
  .widget-rcuk-test a:hover {
    color: #000;
    text-decoration: underline; }

.widget-rcuk-test .facet-title {
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold; }

.widget-rcuk-test .facet-sub-title {
  color: #000;
  font-size: 1.2em;
  padding: 8px; }

.widget-rcuk-test .facet-margin-vert {
  margin: 8px 0px; }

.widget-rcuk-test .facet-margin-top {
  margin-top: 8px; }

.terms-grid .article-listed-small {
  float: left;
  width: 50%;
  border: 1px solid #eee;
  border-bottom: none; }
  .terms-grid .article-listed-small.grid-alpha {
    clear: both;
    border-right: none; }
  .terms-grid .article-listed-small:nth-child(4n+1), .terms-grid .article-listed-small:nth-child(4n+2) {
    background: #fafafa; }
  .terms-grid .article-listed-small:nth-child(19), .terms-grid .article-listed-small:nth-child(20) {
    border-bottom: 1px solid #eee !important; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .terms-grid .article-listed-small {
      height: 100px; } }
  @media only screen and (max-width: 720px) {
    .terms-grid .article-listed-small {
      height: auto;
      width: 100%;
      background: none; }
      .terms-grid .article-listed-small:nth-child(4n+1), .terms-grid .article-listed-small:nth-child(4n+2) {
        background: none; } }

.terms-block .article-medium {
  width: 50%;
  border: none;
  margin: 0;
  background: none;
  padding: 0 0 15px 10px; }
  .terms-block .article-medium .article-title {
    background: none;
    padding: 0; }
  .terms-block .article-medium.grid-alpha {
    clear: both; }
  .terms-block .article-medium:nth-child(2n+1) {
    clear: left;
    padding: 0 10px 15px 0; }
    @media only screen and (max-width: 720px) {
      .terms-block .article-medium:nth-child(2n+1) {
        padding: 0; } }
  @media only screen and (max-width: 720px) {
    .terms-block .article-medium {
      height: auto;
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
      .terms-block .article-medium:nth-child(4n+1), .terms-block .article-medium:nth-child(4n+2) {
        background: none; } }

/* Default form input styles */
input {
  font-family: inherit;
  border-radius: 0; }

input[type='submit'],
button {
  -webkit-appearance: none; }

.input-text, .l-header-brand .header-search .search-form-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #555;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
  .input-text:focus, .l-header-brand .header-search .search-form-input:focus {
    outline: 1px solid #880002; }

.input-button, .input-button-colour, .input-button-grayscale {
  display: inline-block;
  font-weight: bold;
  padding: 8px;
  border: 1px solid transparent; }
  .input-button:hover, .input-button-colour:hover, .input-button-grayscale:hover {
    cursor: pointer; }
  .input-button:active, .input-button-colour:active, .input-button-grayscale:active {
    outline: none; }

.input-button-colour {
  background: #880002;
  color: #fff; }
  .input-button-colour:hover {
    background: #bb0003;
    color: #fff; }

.input-button-grayscale {
  background: #fff;
  color: #000; }
  .input-button-grayscale:hover {
    color: #000;
    background: #eee; }

/* Newsletter signup page */
.newsletter-form {
  padding: 0 10px 10px;
  width: 100%;
  overflow: hidden; }
  .newsletter-form .input-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eee;
    background: #eee; }
  .newsletter-form .input-text, .newsletter-form .l-header-brand .header-search .search-form-input, .l-header-brand .header-search .newsletter-form .search-form-input {
    margin: 8px 0 0;
    padding: 10px;
    font-size: 12px;
    width: 100%; }
  .newsletter-form .newsletter-email {
    margin-top: 10px;
    width: 70%;
    float: left;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .newsletter-form .newsletter-email {
        width: 60%; } }
  .newsletter-form .newsletter-terms {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 0.9em; }
  .newsletter-form .newsletter-submit {
    float: left;
    width: 30%;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    padding: 11px;
    border-left-radius: 0;
    border-right-radius: 2px;
    transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .newsletter-form .newsletter-submit {
        width: 40%; } }
    .newsletter-form .newsletter-submit:hover {
      cursor: pointer;
      background: #880002;
      color: #fff; }
    .footer-newsletter .newsletter-form .newsletter-submit {
      margin: 10px 0;
      color: #fff;
      background: #880002; }
      .footer-newsletter .newsletter-form .newsletter-submit:hover {
        background: #7e0002; }
  .newsletter-form .newsletter-submit[disabled="disabled"] {
    background: #aaa;
    color: #777; }
    .newsletter-form .newsletter-submit[disabled="disabled"]:hover {
      background: #aaa;
      color: #777;
      cursor: not-allowed; }

.newsletter-wrapper hr {
  margin: 10px 0 20px; }

.widget .newsletter-wrapper .message, .widget .newsletter-social, footer .newsletter-wrapper .message, footer .newsletter-social {
  display: none; }

.message {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  outline: 3px solid rgba(255, 255, 255, 0.2);
  color: #333; }
  .message.success {
    background: #DFF0D8;
    border-color: #468847; }
  .message.error {
    background: #f2dede;
    border-color: #b94a48; }

.section-newsletter {
  vertical-align: middle; }
  .section-newsletter section {
    padding: 20px 0; }
    .has-skin .section-newsletter section {
      padding: 20px 10px; }
    @media only screen and (max-width: 720px) {
      .section-newsletter section {
        padding: 0 20px; } }
  .section-newsletter h2 {
    text-transform: uppercase;
    vertical-align: middle; }
  .section-newsletter form {
    font-size: 0;
    padding: 0; }
  .section-newsletter input[type="email"],
  .section-newsletter input[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    box-shadow: none;
    border-radius: 0; }
    @media only screen and (max-width: 720px) {
      .section-newsletter input[type="email"],
      .section-newsletter input[type="submit"] {
        font-size: 14px; } }
  .section-newsletter input[type="email"] {
    width: 75%;
    padding: 15px; }
    @media only screen and (max-width: 720px) {
      .section-newsletter input[type="email"] {
        width: 68%; } }
  .section-newsletter input[type="submit"] {
    width: 25%;
    padding: 15px;
    margin-left: -1px;
    background-color: #880002;
    color: #fff;
    margin: -1px -1px; }
    .section-newsletter input[type="submit"]:hover {
      background-color: #fff;
      color: #880002; }
    @media only screen and (max-width: 720px) {
      .section-newsletter input[type="submit"] {
        width: 32%; } }

/* Renew Subscription Form (Sidebar) */
.renew-subscription input {
  margin: 8px 0 10px;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #ddd; }

.renew-subscription .renew-subscription-input {
  width: 80%;
  float: left;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .renew-subscription .renew-subscription-input {
      width: 60%; } }
  .renew-subscription .renew-subscription-input:focus {
    outline: 1px solid #880002; }

.renew-subscription .renew-subscription-submit {
  float: left;
  width: 20%;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-weight: bold;
  margin-top: 8px;
  border: none;
  padding: 10px 10px 11px;
  text-transform: uppercase;
  border-left-radius: 0;
  border-right-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .renew-subscription .renew-subscription-submit {
      width: 40%; } }
  .renew-subscription .renew-subscription-submit:hover {
    cursor: pointer;
    background: #880002;
    color: #fff; }

/* Search form block */
.search-form-block, .footer-search .search-form, .nav-primary .search-form {
  overflow: hidden;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
  .search-form-block .search-form-input, .footer-search .search-form .search-form-input, .nav-primary .search-form .search-form-input {
    background: #f0f0f0;
    border: 0;
    border-bottom: 1px solid #262626;
    height: 35px;
    width: 75%;
    font-weight: bold;
    padding: 10px;
    outline: none;
    float: left;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-weight: normal;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px inset; }
  .search-form-block .search-form-submit, .footer-search .search-form .search-form-submit, .nav-primary .search-form .search-form-submit {
    border: 0;
    display: block;
    color: #fff;
    background: #880002;
    height: 34px;
    width: 25%;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    .search-form-block .search-form-submit:hover, .footer-search .search-form .search-form-submit:hover, .nav-primary .search-form .search-form-submit:hover {
      background: #7e0002; }
    .search-form-block .search-form-submit i, .footer-search .search-form .search-form-submit i, .nav-primary .search-form .search-form-submit i {
      display: none; }

/* Polls */
.wp-polls input[type="radio"] {
  -webkit-appearance: radio; }

.wp-polls input[type="button"] {
  padding: 5px;
  background-color: #880002;
  color: #fff;
  font-size: 18px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    transform: none; } }

@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  100% {
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  100% {
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  100% {
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  100% {
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  100% {
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  100% {
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible; }
  100% {
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible; }
  100% {
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    visibility: hidden;
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    visibility: hidden;
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideNone {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

.header-login {
  display: inline-block;
  position: relative;
  height: 35px;
  float: right;
  max-width: 20%;
  text-align: left; }
  @media only screen and (max-width: 979px) {
    .header-login {
      position: inherit; }
      .mobile-search .header-login {
        float: left;
        max-width: 100%;
        height: 65px; } }

.login-dropdown {
  display: none;
  position: absolute;
  padding: 10px;
  font-weight: bold;
  line-height: 1.5em;
  background-color: #fff;
  color: #333;
  margin: 10px auto 0;
  width: 200px;
  left: calc(50% - 100px);
  border-radius: 5px; }
  .login-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #273d60;
    top: -5px;
    right: 50%;
    margin: 0 auto;
    position: absolute; }
    @media only screen and (max-width: 979px) {
      .login-dropdown:before {
        right: 20%; } }
  .login-dropdown.open {
    display: block; }
  .login-dropdown li {
    margin: 0 0 15px; }
  .login-dropdown a {
    color: #333; }
  .login-dropdown .user-welcome {
    padding: 0 0 10px;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid;
    border-color: #f2f2f2; }
    .user-not-logged-in .login-dropdown .user-welcome {
      border: none;
      padding: 0;
      margin: 0; }
      .user-not-logged-in .login-dropdown .user-welcome i {
        margin: 0 5px; }
  .login-dropdown .user-logout {
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
    font-size: 15px;
    border-top: 1px solid;
    border-color: #f2f2f2; }
    .login-dropdown .user-logout a {
      font-weight: normal; }
  @media only screen and (max-width: 979px) {
    .login-dropdown {
      width: 100%;
      top: 65px;
      left: 0;
      margin: 0;
      border-radius: 0; } }

.user-logged-in {
  padding: 3px 0; }

.button-login {
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 1rem;
  line-height: 35px;
  cursor: pointer;
  background-color: transparent; }
  .button-login span {
    color: #fff; }
    @media only screen and (max-width: 720px) {
      .button-login span {
        display: none; } }
  .user-not-logged-in .button-login i {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px; }

.notification-count {
  position: absolute;
  top: 5px;
  left: -10px;
  background: #f15a2b;
  height: 20px;
  width: 20px;
  font-size: 13px;
  line-height: 17px;
  border-radius: 7px;
  border: 2px solid #fff;
  color: #fff; }
  @media only screen and (max-width: 720px) {
    .notification-count {
      left: 20px; } }
  .notification-count:hover {
    background: #fff;
    color: #333; }

.header-login .user-profile-image {
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  padding: 3px;
  margin: 0 4px 0 0;
  border-radius: 35px; }

.article-link {
  display: block;
  text-decoration: none;
  position: relative; }
  @media only screen and (max-width: 720px) {
    .article-link img {
      width: 100%; } }

.article-title {
  word-wrap: break-word; }

.article-thumb-wrap {
  position: relative;
  cursor: pointer; }
  .article-thumb-wrap img {
    display: block;
    border: 0;
    width: 100%; }

.article-thumb:after {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  display: block;
  overflow: hidden; }
  @media only screen and (max-width: 720px) {
    .article-thumb:after {
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      position: absolute;
      content: "";
      display: block;
      overflow: hidden; } }

.article-meta,
.article-meta a {
  color: #000; }

.article-excerpt {
  color: #000;
  line-height: 1.5em; }
  @media only screen and (max-width: 720px) {
    .article-excerpt {
      display: none; } }

.article-number {
  z-index: 99;
  position: absolute;
  font-size: 18px;
  color: #fff;
  background: #880002;
  line-height: 1.4em;
  text-align: center;
  margin: 0;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 25px; }

.article-small {
  background: #f4f2f2;
  border: 1px solid #ddd;
  padding: 5px; }
  @media only screen and (max-width: 479px) {
    .article-small:before, .article-small:after {
      content: " ";
      display: table; }
    .article-small:after {
      clear: both; }
    .article-small .article-thumb {
      width: 30%;
      margin: 0px 10px 10px 0px;
      float: left; } }
  .section-color-2 .article-small {
    background: #fafafa; }
  .article-small .article-link .article-title {
    color: #333;
    line-height: 1.4em;
    padding: 10px 3px; }
  .article-small .article-link:hover .article-title {
    color: #880002; }
  .article-small .article-thumb-wrap {
    border-bottom: 2px solid #880002; }
  .article-small .article-meta {
    padding: 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px; }
  .article-small .article-excerpt {
    padding: 10px 3px;
    border-top: 1px solid #ddd; }

.article-grid-3 {
  background: #f4f2f2;
  border: 1px solid #ddd;
  padding: 5px; }
  .section-color-2 .article-grid-3 {
    background: #fafafa; }
  .article-grid-3 .article-link .article-title {
    color: #333;
    line-height: 1.4em;
    padding: 10px 3px; }
  .article-grid-3 .article-link:hover .article-title {
    color: #880002; }
  .article-grid-3 .article-thumb-wrap {
    border-bottom: 2px solid #880002; }
  .article-grid-3 .article-meta {
    padding: 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px; }
  .article-grid-3 .article-excerpt {
    padding: 10px 3px;
    border-top: 1px solid #ddd; }

.article-medium {
  background: #f4f2f2;
  border: 1px solid #ddd;
  padding: 5px; }
  .section-color-2 .article-medium {
    background: #fafafa; }
  .article-medium .article-link .article-title {
    color: #333;
    line-height: 1.4em;
    padding: 10px 3px; }
  .article-medium .article-link:hover .article-title {
    color: #880002; }
  .article-medium .article-thumb-wrap {
    border-bottom: 2px solid #880002; }
  .article-medium .article-meta {
    padding: 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px; }
  .article-medium .article-excerpt {
    padding: 10px 3px;
    border-top: 1px solid #ddd; }

.article-large {
  background: #f4f2f2;
  border: 1px solid #ddd;
  padding: 5px; }
  .section-color-2 .article-large {
    background: #fafafa; }
  .article-large .article-link .article-title {
    color: #333;
    line-height: 1.4em;
    padding: 10px 3px; }
  .article-large .article-link:hover .article-title {
    color: #880002; }
  .article-large .article-thumb-wrap {
    border-bottom: 2px solid #880002; }
  .article-large .article-meta {
    padding: 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px; }
  .article-large .article-excerpt {
    padding: 10px 3px;
    border-top: 1px solid #ddd; }

.article-largest {
  background: #f4f2f2;
  border: 1px solid #ddd;
  padding: 5px; }
  @media only screen and (min-width: 980px) {
    .article-largest .article-link:after {
      top: 220px; } }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .article-largest .article-link:after {
      top: 155px; } }
  .section-color-2 .article-largest {
    background: #fafafa; }
  .article-largest .article-link .article-title {
    color: #333;
    line-height: 1.4em;
    padding: 10px 3px; }
  .article-largest .article-link:hover .article-title {
    color: #880002; }
  .article-largest .article-thumb-wrap {
    border-bottom: 2px solid #880002; }
  .article-largest .article-meta {
    padding: 10px 3px;
    border-top: 1px solid #ddd;
    font-size: 11px; }
  .article-largest .article-excerpt {
    padding: 10px 3px;
    border-top: 1px solid #ddd; }

.article-listed, .article-listed-small {
  padding: 15px;
  background: #fff; }
  .article-listed:before, .article-listed-small:before, .article-listed:after, .article-listed-small:after {
    content: " ";
    display: table; }
  .article-listed:after, .article-listed-small:after {
    clear: both; }
  .article-listed .article-listed-thumb, .article-listed-small .article-listed-thumb {
    display: block;
    float: left;
    width: auto; }
    .terms-listing .article-listed .article-listed-thumb, .terms-listing .article-listed-small .article-listed-thumb {
      margin-right: 20px;
      max-width: 150px; }
    .article-listed .article-listed-thumb img, .article-listed-small .article-listed-thumb img {
      display: block; }
    .article-listed .article-listed-thumb:hover img, .article-listed-small .article-listed-thumb:hover img {
      border-color: #880002; }
  .article-listed .article-title, .article-listed-small .article-title {
    margin-bottom: 5px; }
  .article-listed.no-thumbnail .article-body, .no-thumbnail.article-listed-small .article-body {
    width: 100%; }
  .article-listed .article-meta, .article-listed-small .article-meta {
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .article-listed .article-meta .time, .article-listed-small .article-meta .time {
      font-weight: bold;
      margin-right: 5px; }
    .article-listed .article-meta .meta-divider, .article-listed-small .article-meta .meta-divider {
      margin-left: 5px; }
    .article-listed .article-meta .article-comments, .article-listed-small .article-meta .article-comments {
      font-weight: bold;
      margin-left: 10px; }
  .article-listed .article-title a, .article-listed-small .article-title a {
    color: #333; }
    .article-listed .article-title a:hover, .article-listed-small .article-title a:hover {
      color: #880002; }

.article-listed-small {
  padding: 15px;
  background: #fff; }
  .article-listed-small.no-thumbnail .article-body {
    margin-left: 0 !important; }
  .article-listed-small .article-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: none; }
  .article-listed-small .article-meta {
    border: 0;
    margin: 0;
    padding: 0; }
    .article-listed-small .article-meta .article-comments {
      margin: 0; }
  .article-listed-small .article-listed-thumb {
    margin-bottom: 10px;
    width: 100%; }
    .article-listed-small .article-listed-thumb img {
      width: 100%; }
  .widget-content .article-listed-small .article-excerpt {
    display: none; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .article-listed-small .article-listed-thumb {
      width: 70px; }
    .article-listed-small .article-title {
      font-size: 12px; }
    .article-listed-small .article-body {
      margin-left: 80px; } }
  .widget .article-listed-small {
    padding: 10px; }
    .widget .article-listed-small:nth-child(even) {
      background: #f2f2f2; }
  .article-listed-small .article-comments-icon {
    font-weight: normal;
    font-style: italic; }

.profile-list {
  margin-bottom: 40px; }
  .profile-list article {
    padding: 10px 20px;
    background: #fafafa;
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 10px;
    overflow: hidden; }
  .profile-list .article-thumb-wrap {
    float: left;
    width: 30%; }
    .profile-list .article-thumb-wrap img {
      height: 75px;
      width: 75px;
      border-radius: 100%;
      overflow: hidden; }
  .profile-list .article-title {
    width: 70%;
    padding: 20px 0 10px 20px;
    margin: 0;
    display: inline-block;
    font-size: 22px; }
    .profile-list .article-title:after {
      display: block;
      content: "View Profile";
      font-size: 14px;
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
  .profile-list .article-meta {
    display: none; }

.section-outer section, .lander-sections section {
  padding-top: 20px;
  padding-bottom: 20px; }
  .has-skin .section-outer section, .has-skin .lander-sections section {
    background: #fff; }

.section-outer .section-header, .lander-sections .section-header {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 3px double #444;
  border-bottom: 3px double rgba(0, 0, 0, 0.3); }
  .section-outer .section-header .section-title, .lander-sections .section-header .section-title {
    color: #880002;
    font-size: 20px; }

.section-outer .section-button, .lander-sections .section-button {
  color: #444;
  font-weight: bold;
  padding: 5px;
  background: #f1f1f1; }
  .section-outer .section-button:hover, .lander-sections .section-button:hover {
    background: #880002;
    color: #fff; }
  .section-outer .section-button:after, .lander-sections .section-button:after {
    content: " »"; }

.has-skin .section-outer, .has-skin .lander-sections {
  background: none !important;
  width: 1060px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .has-skin .section-outer, .has-skin .lander-sections {
      width: 768px; } }
  @media only screen and (max-width: 720px) {
    .has-skin .section-outer, .has-skin .lander-sections {
      width: 100%; } }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .section-outer section, .lander-sections section {
    padding-left: 0;
    padding-right: 0; } }

.section-header:before, .section-header:after {
  content: " ";
  display: table; }

.section-header:after {
  clear: both; }

.section-header .section-title {
  float: left;
  display: inline-block; }
  .section-header .section-title a {
    color: #000; }
    .section-header .section-title a span {
      cursor: auto; }

.section-body {
  clear: both; }
  .section-body:before, .section-body:after {
    content: " ";
    display: table; }
  .section-body:after {
    clear: both; }
  .section-body .row {
    margin: 0; }

.section-description {
  max-width: 720px;
  margin: 0 auto;
  text-align: center; }

.section-button {
  float: right;
  display: inline-block;
  padding: 8px 10px; }
  @media only screen and (max-width: 720px) {
    .section-button {
      display: none; } }

.section-color-2 {
  background: #f1f1f1;
  box-shadow: 0, 0, 3px, 0px, rgba(0, 0, 0, 0.2), inset; }
  .has-skin .section-color-2 {
    box-shadow: 0, 0, 0, 0, #000; }
    .has-skin .section-color-2 section {
      background: #f1f1f1; }
  .section-color-2 .section-button {
    background: #fff; }

.announcement {
  background: #000;
  color: #eee;
  padding: 10px; }
  .announcement .wrapper-inner, .announcement .section-outer section, .section-outer .announcement section, .announcement .lander-sections section, .lander-sections .announcement section {
    padding: 0px 0px;
    background: inherit; }
  .announcement .grid-5 {
    border-left: 1px solid #333;
    padding: 0 0 0 18px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .announcement .grid-5 {
        border: none; } }
    @media only screen and (max-width: 720px) {
      .announcement .grid-5 {
        padding: 0;
        border: none; } }
  .announcement .announcement-title {
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase; }
    @media only screen and (max-width: 720px) {
      .announcement .announcement-title {
        padding: 0 0 5px;
        margin: 0 0 5px;
        border-bottom: 1px solid #333; } }
  .announcement p {
    margin: 0; }
  .announcement a {
    color: #fff;
    font-weight: bold; }
  .announcement .announcement-more {
    margin: 0; }
  @media only screen and (max-width: 720px) {
    .announcement {
      padding: 10px 10px 5px; } }

.competition-embed {
  margin: 10px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background: #fafafa; }
  .competition-embed.is-active {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none; }
  .competition-embed iframe {
    background: transparent;
    overflow: hidden;
    width: 100%; }

.section-custom-content h1, .section-custom-content h2, .section-custom-content h3, .section-custom-content h4 {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  margin-bottom: 20px; }

@media only screen and (max-width: 720px) {
  .template-feature-slider section {
    padding: 40px 0 100px; } }

.template-feature-slider .feature-slider {
  clear: both;
  text-align: left; }
  @media only screen and (max-width: 720px) {
    .template-feature-slider .feature-slider {
      width: 100%; }
      .template-feature-slider .feature-slider .feature-blurb {
        left: 30px; } }
  .template-feature-slider .feature-slider .feature-link {
    max-height: 450px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .template-feature-slider .feature-slider .feature-link {
        max-height: 350px; } }
    @media only screen and (max-width: 720px) {
      .template-feature-slider .feature-slider .feature-link {
        max-height: 250px; } }

.template-feature-slider article {
  position: relative; }

.template-feature-slider img {
  width: 100%; }

.template-feature-grid.section-position-1 section,
.template-feature-grid-two.section-position-1 section {
  padding-top: 30px; }

@media only screen and (max-width: 720px) {
  .template-feature-grid article,
  .template-feature-grid-two article {
    margin-bottom: 10px; } }

.template-feature-grid .grid-8, .template-feature-grid .l-left-column, .template-feature-grid .article-largest,
.template-feature-grid-two .grid-8,
.template-feature-grid-two .l-left-column,
.template-feature-grid-two .article-largest {
  width: 66.6%;
  margin: 0; }
  @media only screen and (max-width: 720px) {
    .template-feature-grid .grid-8, .template-feature-grid .l-left-column, .template-feature-grid .article-largest,
    .template-feature-grid-two .grid-8,
    .template-feature-grid-two .l-left-column,
    .template-feature-grid-two .article-largest {
      width: 100%;
      height: auto;
      margin: 0; } }
  .template-feature-grid .grid-8 img, .template-feature-grid .l-left-column img, .template-feature-grid .article-largest img,
  .template-feature-grid-two .grid-8 img,
  .template-feature-grid-two .l-left-column img,
  .template-feature-grid-two .article-largest img {
    width: 100%; }
    @media only screen and (max-width: 979px) {
      .template-feature-grid .grid-8 img, .template-feature-grid .l-left-column img, .template-feature-grid .article-largest img,
      .template-feature-grid-two .grid-8 img,
      .template-feature-grid-two .l-left-column img,
      .template-feature-grid-two .article-largest img {
        height: auto; } }

.template-feature-grid .grid-4, .template-feature-grid .l-right-column, .template-feature-grid .article-medium,
.template-feature-grid-two .grid-4,
.template-feature-grid-two .l-right-column,
.template-feature-grid-two .article-medium {
  width: 33.3%;
  margin: 0;
  font-size: 11px; }
  @media only screen and (max-width: 720px) {
    .template-feature-grid .grid-4, .template-feature-grid .l-right-column, .template-feature-grid .article-medium,
    .template-feature-grid-two .grid-4,
    .template-feature-grid-two .l-right-column,
    .template-feature-grid-two .article-medium {
      width: 100%; } }
  .template-feature-grid .grid-4 img, .template-feature-grid .l-right-column img, .template-feature-grid .article-medium img,
  .template-feature-grid-two .grid-4 img,
  .template-feature-grid-two .l-right-column img,
  .template-feature-grid-two .article-medium img {
    width: 100%; }

.template-feature-grid .feature-largest .feature-title,
.template-feature-grid-two .feature-largest .feature-title {
  font-size: 22px; }

.template-feature-grid .feature-medium .feature-title,
.template-feature-grid-two .feature-medium .feature-title {
  position: absolute;
  bottom: 0;
  max-width: 90%;
  padding: 5px;
  font-size: 17px; }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .template-feature-grid img,
  .template-feature-grid-two img {
    max-height: 250px; } }

.template-feature-tabs .feature-tab {
  border-bottom: 1px solid #444; }
  .template-feature-tabs .feature-tab:last-child {
    border: 0; }

.template-feature-tabs .feature-tab-content {
  width: 68%;
  margin: 0; }
  @media only screen and (max-width: 720px) {
    .template-feature-tabs .feature-tab-content {
      width: 100%;
      margin: 0; } }

.template-feature-tabs .tabs-content {
  display: none; }
  @media only screen and (max-width: 720px) {
    .template-feature-tabs .tabs-content {
      display: block; } }
  .template-feature-tabs .tabs-content.is-showing {
    display: block; }

.template-feature-tabs .tabs-menu {
  float: right;
  margin: 0 !important;
  width: 32%;
  height: 380px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .template-feature-tabs .tabs-menu {
      height: 266px; } }
  @media only screen and (max-width: 720px) {
    .template-feature-tabs .tabs-menu {
      display: none; } }
  .template-feature-tabs .tabs-menu .tabs-menu-item {
    position: relative;
    padding: 10px;
    height: 25%;
    cursor: pointer;
    color: #fff;
    background-color: #222;
    display: block;
    overflow: hidden; }
    .template-feature-tabs .tabs-menu .tabs-menu-item:last-child {
      border: 0; }
    .template-feature-tabs .tabs-menu .tabs-menu-item:hover, .template-feature-tabs .tabs-menu .tabs-menu-item.is-active {
      color: #fff;
      background: #880002; }
      @media only screen and (min-width: 721px) {
        .template-feature-tabs .tabs-menu .tabs-menu-item:hover:after, .template-feature-tabs .tabs-menu .tabs-menu-item.is-active:after {
          content: "";
          position: absolute;
          left: -17px;
          top: 40%;
          border: 7px solid transparent;
          border-right: 10px solid #880002; } }
  .template-feature-tabs .tabs-menu .article-small-thumb {
    float: left;
    margin: 0;
    max-height: 100%; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .template-feature-tabs .tabs-menu .article-small-thumb {
        display: none; } }
  .template-feature-tabs .tabs-menu .feature-title {
    font-size: 14px;
    margin: 0 0 0 145px;
    text-transform: uppercase;
    background: none;
    word-break: break-word;
    line-height: 1.3em; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .template-feature-tabs .tabs-menu .feature-title {
        margin: 0; } }
  .template-feature-tabs .tabs-menu p {
    margin: 0;
    font-size: 10px; }

.section-feature img {
  display: block; }

.section-feature article {
  position: relative; }

.section-feature .feature-wrap {
  margin: 0 10px;
  position: relative; }
  .section-feature .feature-wrap:before, .section-feature .feature-wrap:after {
    content: " ";
    display: table; }
  .section-feature .feature-wrap:after {
    clear: both; }
  @media only screen and (max-width: 720px) {
    .section-feature .feature-wrap {
      margin: 0; } }

.section-feature.template-feature-slider .feature-wrap {
  margin: 0; }

.section-feature .feature-link {
  position: relative;
  display: block; }

.section-feature .feature-blurb {
  position: absolute;
  bottom: 0;
  text-align: left; }
  .section-feature .feature-blurb .feature-title {
    padding: 5px;
    margin: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
  .section-feature .feature-blurb .feature-excerpt p {
    margin: 0;
    padding: 0;
    display: inline; }

@media only screen and (max-width: 720px) {
  .section-feature .feature-excerpt {
    display: none; } }

.section-feature section {
  position: relative; }
  @media only screen and (max-width: 720px) {
    .section-feature section {
      padding: 10px 0; } }

.section-feature .section-header {
  position: absolute;
  display: block;
  width: auto;
  top: 20px;
  left: -20px;
  z-index: 1;
  border: none;
  box-shadow: 3px, 3px, 3px, 3px, rgba(0, 0, 0, 0.3);
  border-color: #fff;
  border-top: false;
  padding: 5px;
  color: #fff;
  background-color: #880002;
  background-color: rgba(136, 0, 2, 0.85); }
  @media only screen and (max-width: 720px) {
    .section-feature .section-header {
      display: none; } }
  .section-feature .section-header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent; }
  .section-feature .section-header .section-title {
    color: #fff;
    font-size: 15px; }
    .section-feature .section-header .section-title a {
      color: #fff; }

.section-feature .section-button {
  display: none; }

.section-feature .feature-blurb {
  border-color: #fff;
  border-top: 3px double rgba(255, 255, 255, 0.7);
  padding: 10px;
  color: #fff;
  background-color: #880002;
  background-color: rgba(136, 0, 2, 0.85); }
  .section-feature .feature-blurb .feature-title {
    font-size: 18px;
    text-transform: none;
    padding: 0; }
  .section-feature .feature-blurb .feature-excerpt {
    font-size: 12px; }

.section-feature.template-feature-grid .feature-medium .feature-title {
  border-color: #fff;
  border-top: 3px double rgba(255, 255, 255, 0.7);
  padding: 5px;
  color: #fff;
  background-color: #880002;
  background-color: rgba(136, 0, 2, 0.85); }

.section-feature.template-feature-slider .flex-direction-nav a {
  background-color: #880002;
  background-color: rgba(136, 0, 2, 0.85); }
  .section-feature.template-feature-slider .flex-direction-nav a.flex-prev {
    background-position: 10px 10px; }
  .section-feature.template-feature-slider .flex-direction-nav a.flex-next {
    background-position: -25px 10px; }

.section-feature.template-feature-tabs .feature-blurb {
  max-width: 80%;
  padding: 0; }
  @media only screen and (max-width: 720px) {
    .section-feature.template-feature-tabs .feature-blurb {
      width: 100%; } }
  .section-feature.template-feature-tabs .feature-blurb .feature-title {
    padding: 10px; }
  .section-feature.template-feature-tabs .feature-blurb .feature-excerpt {
    padding: 0 10px 10px;
    font-size: 12px; }

.section-feature.template-feature-tabs .tabs-menu .feature-title {
  text-transform: none; }

.section-feature.template-feature-tabs .tabs-menu .tabs-menu-item:hover,
.section-feature.template-feature-tabs .tabs-menu .tabs-menu-item.is-active {
  background: #880002; }

.section-feature.template-feature-tabs .tabs-menu .tabs-menu-item:hover:after,
.section-feature.template-feature-tabs .tabs-menu .tabs-menu-item.is-active:after {
  border-right: 10px solid #880002; }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .section-feature.template-feature-tabs .tabs-menu .feature-title {
    font-size: 12px; } }

.forum-post-latest,
.forum-post-popular {
  padding: 12px 0;
  list-style: none; }

.forum-post-title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold; }

.forum-post-date {
  display: block;
  font-style: italic; }

.forum-post-title {
  margin-left: 40px; }

.forum-post-date {
  margin-left: 40px;
  color: #000; }

.forum-post-latest {
  position: relative;
  border-style: solid;
  border-color: #ededed;
  border-bottom-width: 1px; }
  .forum-post-latest:before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    background: transparent url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/icon-sprite.png") no-repeat -460px center; }

.widget-forum .widget-content {
  padding: 0 10px; }

.section-forum .widget {
  border: none;
  background: none; }

.section-forum h3 {
  margin-bottom: 10px; }

.section-forum .section-header .section-title:before {
  background-image: url(https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/title-sprite.png);
  background-position: -60px -3px;
  width: 30px;
  height: 25px;
  content: "";
  float: left;
  display: block; }

.section-forum li {
  border-bottom: 1px dotted #ccc; }
  .section-forum li:first-child {
    border-top: 3px double #ccc; }
  .section-forum li:last-child {
    border-bottom: 3px double #ccc; }

.section-hero section {
  position: static;
  padding: 0;
  width: 100%;
  height: 100vh; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .section-hero section {
      height: 100vh; } }
  @media only screen and (max-width: 720px) {
    .section-hero section {
      height: 100vh; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .section-hero section {
      height: 1024px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .section-hero section {
      height: 768px; } }
  @media screen and (device-aspect-ratio: 40 / 71) {
    .section-hero section {
      height: 500px; } }
  @media (min-height: 1025px) {
    .section-hero section {
      max-height: 782px; } }
  .has-skin .section-hero section {
    height: 40vh; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .has-skin .section-hero section {
        height: 100vh; } }
    @media only screen and (max-width: 720px) {
      .has-skin .section-hero section {
        height: 100vh; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      .has-skin .section-hero section {
        height: 409.6px; } }
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
      .has-skin .section-hero section {
        height: 768px; } }
    @media screen and (device-aspect-ratio: 40 / 71) {
      .has-skin .section-hero section {
        height: 500px; } }
  .has-skin .section-hero section {
    width: 1060px;
    border: 10px solid #fff; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .has-skin .section-hero section {
        width: 720px; } }
    @media only screen and (min-width: 480px) and (max-width: 720px) {
      .has-skin .section-hero section {
        width: 480px; } }
    @media only screen and (max-width: 479px) {
      .has-skin .section-hero section {
        width: auto; } }

.section-hero .hero-section-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #880002;
  transform-style: preserve-3d; }

.section-hero .hero-section-content {
  position: relative;
  overflow: hidden;
  top: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  transform: translateY(-50%); }

.section-hero .section-title {
  font-size: 56px;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .section-hero .section-title {
      font-size: 45px; } }
  @media only screen and (max-width: 720px) {
    .section-hero .section-title {
      font-size: 25px; } }

.section-hero .section-title span {
  color: #880002; }

.section-hero .section-description {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .section-hero .section-description:after {
    display: none; }
  .section-hero .section-description p {
    font-size: 25px; }
    @media only screen and (max-width: 720px) {
      .section-hero .section-description p {
        font-size: 16px; } }

.section-hero a {
  color: #fff; }

.section-hero .hero-icon-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  border-radius: 35px;
  border: 2px solid #fff;
  font-size: 40px;
  margin-top: 0.5em;
  transition: transform 0.2s ease; }
  @media only screen and (max-width: 720px) {
    .section-hero .hero-icon-btn {
      width: 50px;
      height: 50px;
      line-height: 55px;
      font-size: 22px; } }
  .section-hero .hero-icon-btn:hover {
    transform: scale(0.9); }

.section-hero.template-hero-small section {
  height: 50vh; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .section-hero.template-hero-small section {
      height: 50vh; } }
  @media only screen and (max-width: 720px) {
    .section-hero.template-hero-small section {
      height: 50vh; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .section-hero.template-hero-small section {
      height: 512px; } }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .section-hero.template-hero-small section {
      height: 384px; } }
  @media screen and (device-aspect-ratio: 40 / 71) {
    .section-hero.template-hero-small section {
      height: 250px; } }
  @media (max-height: 1024px) {
    .section-hero.template-hero-small section {
      height: 70vh; } }
  @media only screen and (max-height: 1024px) and (min-width: 721px) and (max-width: 979px) {
    .section-hero.template-hero-small section {
      height: 70vh; } }
  @media only screen and (max-height: 1024px) and (max-width: 720px) {
    .section-hero.template-hero-small section {
      height: 70vh; } }
  @media all and (max-height: 1024px) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .section-hero.template-hero-small section {
      height: 716.8px; } }
  @media all and (max-height: 1024px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .section-hero.template-hero-small section {
      height: 537.6px; } }
  @media screen and (max-height: 1024px) and (device-aspect-ratio: 40 / 71) {
    .section-hero.template-hero-small section {
      height: 350px; } }
  @media only screen and (max-width: 979px) {
    .section-hero.template-hero-small section {
      height: auto; } }
  @media only screen and (max-width: 979px) {
    .section-hero.template-hero-small section .hero-section-content {
      padding: 80px 20px 40px;
      transform: translateY(0%); } }
  .section-hero.template-hero-small section .section-title {
    font-size: 44px; }
    @media only screen and (max-width: 979px) {
      .section-hero.template-hero-small section .section-title {
        font-size: 30px; } }
  .section-hero.template-hero-small section .section-description p {
    font-size: 21px; }
    @media only screen and (max-width: 979px) {
      .section-hero.template-hero-small section .section-description p {
        font-size: 16px; } }

.section-hero.template-hero-video video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  @media only screen and (max-width: 979px) {
    .section-hero.template-hero-video video {
      display: none; } }

.section-iframe .section-header a,
.section-mpora-video .section-header a,
.section-mpora-live .section-header a,
.section-store .section-header a {
  color: #880002; }

.section-iframe iframe,
.section-mpora-video iframe,
.section-mpora-live iframe,
.section-store iframe {
  max-width: 100%; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .section-iframe iframe,
    .section-mpora-video iframe,
    .section-mpora-live iframe,
    .section-store iframe {
      height: 432px; } }
  @media only screen and (max-width: 720px) {
    .section-iframe iframe,
    .section-mpora-video iframe,
    .section-mpora-live iframe,
    .section-store iframe {
      height: 200px; } }

@media only screen and (max-width: 720px) {
  .section-mpora-live iframe {
    height: 400px; } }

@media only screen and (min-width: 721px) and (max-width: 979px) {
  .section-syndicated-player iframe {
    width: 100%;
    height: 300px; } }

@media only screen and (max-width: 720px) {
  .section-syndicated-player iframe {
    height: 400px;
    width: 100%; } }

.section-events .small-event {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 3px; }
  .section-events .small-event img {
    margin-bottom: 10px; }

.section-news .adslot-mpu {
  margin-bottom: 20px; }

.section-news .primary-articles {
  margin-bottom: 10px; }
  .section-news .primary-articles .article-excerpt {
    display: none; }
  .section-news .primary-articles .article-thumb-wrap {
    position: relative; }
    .section-news .primary-articles .article-thumb-wrap:after {
      content: "New";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 5px;
      text-transform: uppercase;
      background: #880002;
      color: #fff;
      font-size: 11px; }
  .section-news .primary-articles .article-link:visited .article-thumb-wrap:after {
    background: #eee;
    color: #aaa; }

.section-news .article-listed-small {
  margin-bottom: 10px;
  padding: 0;
  position: relative; }
  .section-news .article-listed-small .article-listed-thumb {
    width: 200px; }
  .section-news .article-listed-small:first-child {
    padding-top: 0; }
  .section-news .article-listed-small .article-title {
    padding: 0px 25px;
    font-size: 18px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    .section-news .article-listed-small .article-title a:hover {
      color: #bb0003; }
  .section-news .article-listed-small .article-body {
    float: none;
    max-width: 70%;
    width: 70%;
    margin-left: 30%;
    padding: 0; }
  .section-news .article-listed-small .article-excerpt {
    padding: 0 25px;
    line-height: 1.8em; }
  .section-news .article-listed-small .article-listed-thumb {
    max-width: 30%;
    margin: 0;
    padding: 0; }
  .section-news .article-listed-small .article-meta {
    position: relative;
    top: auto;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 10px 25px; }
    .section-news .article-listed-small .article-meta .date {
      text-transform: uppercase;
      color: #555; }
    .section-news .article-listed-small .article-meta .time {
      color: #111; }
    .section-news .article-listed-small .article-meta .meta-divider {
      display: none; }
  .section-news .article-listed-small .article-comments {
    color: #000;
    background: none;
    float: right; }

.section-news .article-list .article-title {
  font-size: 16px; }

.section-news .article-list .article-thumb-wrap {
  display: none; }

.section-news .section-subtitle {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  background: #880002;
  color: #fff; }

.section-news .article-listed-block {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .section-news .article-listed-block article {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .section-news .article-listed-block article:nth-child(even) {
      background: rgba(0, 0, 0, 0.05); }
    .section-news .article-listed-block article h2 {
      font-size: 14px;
      line-height: 1.4em; }
    .section-news .article-listed-block article .article-meta {
      display: none; }

.section-news.template-news-timeline .section-button {
  display: none; }

.section-news.template-news-timeline .section-description {
  margin: 20px 0 40px;
  text-align: center;
  max-width: 100%; }
  .section-news.template-news-timeline .section-description h2 {
    font-size: 24px; }

.section-news.template-news-timeline .timeline:before, .section-news.template-news-timeline .timeline:after {
  content: " ";
  display: table; }

.section-news.template-news-timeline .timeline:after {
  clear: both; }

.section-news.template-news-timeline .more-articles {
  text-align: center;
  clear: both; }

.section-news.template-news-timeline article {
  position: relative;
  padding-bottom: 60px;
  width: 50%; }
  @media only screen and (max-width: 720px) {
    .section-news.template-news-timeline article {
      width: 100%; } }
  .section-news.template-news-timeline article:after {
    content: "";
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 30px;
    width: 60px; }
    @media only screen and (max-width: 720px) {
      .section-news.template-news-timeline article:after {
        width: 20px; } }

.section-news.template-news-timeline article:nth-child(odd) {
  float: left;
  clear: left;
  border-right: 1px solid #ddd;
  padding-right: 120px;
  margin-left: 1px;
  text-align: right; }
  @media only screen and (max-width: 720px) {
    .section-news.template-news-timeline article:nth-child(odd) {
      margin-left: 20px;
      padding-left: 60px;
      padding-right: 0;
      border-right: 0;
      border-left: 1px solid #ddd;
      float: none;
      text-align: left; } }
  .section-news.template-news-timeline article:nth-child(odd):after {
    right: 30px; }
    @media only screen and (max-width: 720px) {
      .section-news.template-news-timeline article:nth-child(odd):after {
        left: 30px; } }
  .section-news.template-news-timeline article:nth-child(odd) .article-thumb-wrap img {
    right: -30px; }
    @media only screen and (max-width: 720px) {
      .section-news.template-news-timeline article:nth-child(odd) .article-thumb-wrap img {
        left: -30px; } }

.section-news.template-news-timeline article:nth-child(even) {
  float: right;
  clear: right;
  border-left: 1px solid #ddd;
  padding-left: 120px; }
  @media only screen and (max-width: 720px) {
    .section-news.template-news-timeline article:nth-child(even) {
      float: none;
      margin-left: 20px;
      padding-left: 60px; } }
  .section-news.template-news-timeline article:nth-child(even):after {
    left: 30px; }
  .section-news.template-news-timeline article:nth-child(even) .article-thumb-wrap img {
    left: -30px; }

.section-news.template-news-timeline .article-title {
  font-size: 24px;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 720px) {
    .section-news.template-news-timeline .article-title {
      font-size: 18px; } }

.section-news.template-news-timeline .article-link {
  position: static;
  color: #000; }
  .section-news.template-news-timeline .article-link:hover {
    color: #880002; }

.section-news.template-news-timeline .article-thumb-wrap {
  position: static; }
  .section-news.template-news-timeline .article-thumb-wrap img {
    position: absolute;
    top: 0;
    border-radius: 60px;
    width: 60px;
    height: 60px; }

.section-news.template-news-timeline .article-meta {
  background: none;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 720px) {
    .section-news.template-news-timeline .article-meta {
      margin-bottom: 1em; } }

.section-news .article-meta {
  background: #f5f5f5; }

.section-photos .article-thumb-wrap:after {
  background: #880002 url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/icon-sprite.png") no-repeat 0 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  display: block;
  overflow: hidden; }

.section-sub-title a {
  color: #000; }

.section-sub-button {
  padding: 5px;
  float: right;
  background: #880002;
  color: #fff; }
  .section-sub-button:hover {
    background: #880002;
    color: #fff; }

.section-split-wrapper {
  display: inline-block; }

.section-video .article-thumb-wrap:after {
  background: #880002 url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/images/icon-sprite.png") no-repeat -30px 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  display: block;
  overflow: hidden; }

.has-skin .wrapper-innner {
  background: #fff; }

.adjacent-articles {
  position: relative;
  display: table;
  overflow: hidden;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }
  .adjacent-articles .article-small-thumb {
    margin-bottom: 10px; }

.adjacent-articles-full {
  margin: 20px 10px 10px; }
  @media only screen and (max-width: 720px) {
    .adjacent-articles-full {
      display: none; } }

.adjacent-articles-small {
  margin: 15px 0 0;
  width: 100%; }

.adjacent-article-previous,
.adjacent-article-next {
  position: relative;
  display: table-cell;
  width: 50%;
  color: #000;
  cursor: pointer; }
  .adjacent-article-previous:hover,
  .adjacent-article-next:hover {
    background-color: #fff;
    color: #880002; }
  .adjacent-article-previous:after,
  .adjacent-article-next:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    color: #fff;
    text-align: center;
    font-family: "FontAwesome"; }

.adjacent-article-previous {
  padding-left: 30px;
  box-shadow: inset 16px 0 0 #880002; }
  .adjacent-article-previous .adjacent-article-thumb {
    float: left;
    margin-bottom: 10px; }
  .adjacent-article-previous:after {
    left: 0;
    content: "\f053"; }

.adjacent-article-next {
  padding-right: 30px;
  text-align: right;
  box-shadow: inset -16px 0 0 #880002; }
  .adjacent-article-next .adjacent-article-thumb {
    float: right; }
  .adjacent-article-next:after {
    right: 0;
    content: "\f054"; }

.adjacent-article-thumb {
  margin: 0 10px;
  max-width: 120px;
  width: auto; }
  @media only screen and (max-width: 720px) {
    .adjacent-article-thumb {
      display: none; } }

.adjacent-article-direction {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 9px;
  font-family: sans-serif; }

.single-large-heading {
  clear: both;
  width: 100%; }

.single-title {
  padding: 20px 10px 20px 0;
  font-size: 40px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .single-title {
      font-size: 32px; } }
  @media only screen and (max-width: 720px) {
    .single-title {
      font-size: 21px; } }

.single-subtitle {
  padding: 0px 0px 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 19px;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  line-height: 1.5em; }

.single-no-subtitle {
  display: block;
  height: 10px; }

.single-wrap:before, .single-wrap:after {
  content: " ";
  display: table; }

.single-wrap:after {
  clear: both; }

.single-wrap .brand-social {
  float: right; }
  @media only screen and (max-width: 979px) {
    .single-wrap .brand-social {
      margin-top: -20px;
      padding-left: 20px;
      width: 100%; } }

.single-social-top {
  display: inline-block;
  margin-bottom: -2px;
  width: 100%;
  z-index: 90; }
  .js-social-sticky .single-social-top.full-width {
    width: 1060px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .js-social-sticky .single-social-top.full-width {
        margin-left: -10px;
        width: 720px; } }
    @media only screen and (max-width: 720px) {
      .js-social-sticky .single-social-top.full-width {
        margin-left: -10px;
        width: 100%;
        max-width: 480px; } }
  @media only screen and (max-width: 979px) {
    .headroom .single-social-top {
      display: none; } }
  .js-social-sticky.single-reviews.admin-bar .single-social-top,
  .js-social-sticky.single-longform.admin-bar .single-social-top {
    top: 28px; }
  .js-social-sticky.single-reviews .single-social-top,
  .js-social-sticky.single-longform .single-social-top {
    width: 1060px;
    margin-left: -60px;
    padding-left: 50px;
    top: 0px;
    z-index: 999;
    padding: 0;
    background: #880002;
    height: 42px;
    margin-bottom: 4px;
    box-shadow: none; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .js-social-sticky.single-reviews .single-social-top,
      .js-social-sticky.single-longform .single-social-top {
        margin-left: -40px; } }
    .js-social-sticky.single-reviews .single-social-top.fixed-social .single-social,
    .js-social-sticky.single-longform .single-social-top.fixed-social .single-social {
      padding: 12px 0 5px; }
  .js-social-sticky .single-social-top {
    position: fixed;
    width: 701px;
    top: 42px;
    background: #fff;
    margin-left: -20px;
    padding: 5px 0 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 4px 5px -3px; }
    @media only screen and (max-width: 720px) {
      .js-social-sticky .single-social-top {
        width: 100%;
        max-width: 480px;
        margin-left: -10px;
        padding-left: 10px;
        top: 40px; } }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .js-social-sticky .single-social-top {
        max-width: 720px;
        margin-left: -40px; } }
  .js-social-sticky.admin-bar .single-social-top {
    top: 70px; }
  @media only screen and (max-width: 720px) {
    .single-social-top {
      margin-bottom: 0; } }
  .single-social-top .single-share-article {
    display: block;
    float: left;
    padding: 25px 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    @media only screen and (max-width: 979px) {
      .single-social-top .single-share-article {
        display: none; } }

.single-social {
  display: inline-block;
  float: left;
  padding: 10px 0px 10px;
  max-height: 60px; }
  @media only screen and (max-width: 979px) {
    .single-social {
      max-height: none; } }
  @media only screen and (max-width: 720px) {
    .single-social {
      float: none;
      width: 100%;
      padding: 10px 0px 10px; } }
  .single-social .pw-widget {
    float: left; }
  .single-social .twitter-share-button {
    display: inline-block;
    margin: 0 10px;
    height: 30px;
    max-width: 80px; }
  .single-social .pinterest-btn {
    display: inline-block;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: -8px;
    margin-left: 10px;
    height: 28px; }
  .single-social .fb-like {
    margin: 0 15px 0 0;
    display: inline-block !important;
    float: left;
    max-width: 80px;
    line-height: 0.8em; }
    @media only screen and (max-width: 720px) {
      .single-social .fb-like {
        max-width: 80px; } }
  .single-social .google-plusone-button {
    display: inline-block;
    width: 60px; }

.single-social-promotion {
  display: inline-block;
  float: left;
  padding: 15px 15px 5px 20px; }

.single-bottom {
  clear: both;
  text-align: center; }
  .js-social-sticky .single-bottom .single-social {
    display: none; }
  .single-bottom .single-social {
    float: none;
    width: 100%; }
  .single-bottom .fb-like {
    margin-left: 0px; }
  .single-bottom .pinterest-btn {
    margin-left: 30px; }
    @media only screen and (max-width: 720px) {
      .single-bottom .pinterest-btn {
        margin: 0 10px; } }

.single-content {
  clear: both;
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 1.6em; }
  @media only screen and (max-width: 720px) {
    .single-content {
      padding: 0; } }
  .single-content a {
    color: #880002;
    word-break: break-word;
    font-weight: bold; }
    .single-content a:hover {
      color: #bb0003; }
  .single-content img {
    display: block; }
  .single-content h1 {
    font-size: 28px; }
  .single-content h2 {
    font-size: 24px; }
  .single-content h3 {
    font-size: 20px; }
  .single-content h4, .single-content h5, .single-content h6 {
    font-size: 16px; }
  .single-content h1, .single-content h2, .single-content h3, .single-content h4 {
    margin: 25px 0 15px 80px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content h1, .single-content h2, .single-content h3, .single-content h4 {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content h1, .single-content h2, .single-content h3, .single-content h4 {
        margin: 10px 0 20px; } }
  .single-content h5, .single-content h6 {
    margin: 10px 20px 10px 80px; }
    @media only screen and (max-width: 720px) {
      .single-content h5, .single-content h6 {
        margin: 10px 0 20px; } }
  .single-content p {
    margin: 10px 0 20px 80px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content p {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content p {
        margin: 10px 0 20px; } }
  .single-content &gt; b {
    display: block;
    margin-left: 80px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content &gt; b {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content &gt; b {
        margin-left: 0; } }
  .single-content ul, .single-content ol, .single-content dl {
    margin: 15px 0 15px 110px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content ul, .single-content ol, .single-content dl {
        margin-left: 30px; } }
    @media only screen and (max-width: 720px) {
      .single-content ul, .single-content ol, .single-content dl {
        margin-left: 30px; } }
  .single-content ol {
    list-style-type: decimal; }
  .single-content ul {
    list-style: disc; }
  .single-content li {
    margin-bottom: 15px; }
  .single-content dt {
    font-weight: bold; }
  .single-content dd p {
    margin: 0 0 15px; }
  .single-content hr {
    margin: 30px 0;
    border: none;
    border-bottom: 1px solid #ddd; }
  .single-content iframe {
    margin: 20px 0;
    width: 680px !important; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content iframe {
        max-width: 100%;
        width: 460px !important; } }
    @media only screen and (max-width: 720px) {
      .single-content iframe {
        max-width: 100%;
        width: 100% !important; } }
  .single-content.full-width &gt; iframe {
    width: 100% !important; }
  .single-content object {
    width: 680px; }
    .single-content object.BrightcoveExperience {
      min-height: 400px; }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .single-content object.BrightcoveExperience {
          min-height: 200px; } }
      @media only screen and (max-width: 720px) {
        .single-content object.BrightcoveExperience {
          min-height: 200px; } }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content object {
        max-width: 100%;
        width: 460px !important; } }
    @media only screen and (max-width: 720px) {
      .single-content object {
        max-width: 100%;
        width: 100% !important; } }
  .single-content div[id*="ooyala"] {
    overflow: visible !important; }
    @media only screen and (max-width: 720px) {
      .single-content div[id*="ooyala"] {
        max-width: 100%;
        width: 100% !important; } }
  .single-content p iframe,
  .single-content p object {
    margin-left: -80px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content p iframe,
      .single-content p object {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content p iframe,
      .single-content p object {
        margin-left: 0; } }
  .single-content ul iframe,
  .single-content ul object {
    margin-left: -100px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content ul iframe,
      .single-content ul object {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content ul iframe,
      .single-content ul object {
        margin-left: 0; } }
  .single-content blockquote {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 30px;
    width: 680px;
    border: 10px solid #f2f2f2;
    border-width: 0 10px;
    color: #000;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-style: italic; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content blockquote {
        width: 100%; } }
    @media only screen and (max-width: 720px) {
      .single-content blockquote {
        width: 100%; } }
    .single-content blockquote:before, .single-content blockquote:after {
      display: block;
      color: #880002;
      font-weight: bold;
      font-style: normal;
      font-size: 3.5em;
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    .single-content blockquote:before {
      float: left;
      margin: -5px 0 0 -20px;
      content: '\201C';
      text-align: left; }
    .single-content blockquote:after {
      position: absolute;
      right: -5px;
      bottom: -10px;
      content: '\201D'; }
    .single-content blockquote p {
      margin: 0 30px 15px;
      line-height: 1.3em; }
  .single-content blockquote.quote-left {
    float: left;
    margin: 20px;
    width: 50%;
    display: block;
    border: none;
    text-align: left;
    padding: 5px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content blockquote.quote-left {
        width: 100%; } }
    @media only screen and (max-width: 720px) {
      .single-content blockquote.quote-left {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
        font-size: 1.2em; } }
  .single-content blockquote.quote-right {
    float: right;
    margin: 20px -15px 20px 20px;
    width: 50%;
    display: block;
    border: none;
    text-align: left;
    padding: 5px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content blockquote.quote-right {
        width: 100%; } }
    @media only screen and (max-width: 720px) {
      .single-content blockquote.quote-right {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
        font-size: 1.2em; } }
  .single-content blockquote.quote-left-bg {
    float: left;
    margin: 0 20px 30px;
    width: 50%;
    display: block;
    border: none;
    text-align: left;
    padding: 5px;
    background: #880002;
    color: #fff;
    border-radius: 4px; }
    .single-content blockquote.quote-left-bg a {
      text-decoration: underline;
      color: #fff; }
    .single-content blockquote.quote-left-bg p {
      margin: 15px; }
    .single-content blockquote.quote-left-bg:before {
      margin: 30px 10px 0;
      color: #fff; }
    .single-content blockquote.quote-left-bg:after {
      content: ' ';
      position: absolute;
      width: 0px;
      height: 0;
      left: 25px;
      bottom: -13px;
      border: 7px solid;
      border-color: #880002 transparent transparent #880002; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content blockquote.quote-left-bg p {
        margin: 10px;
        font-size: 0.8em; } }
    @media only screen and (max-width: 720px) {
      .single-content blockquote.quote-left-bg {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
        font-size: 1.2em; } }
  .single-content blockquote.quote-right-bg {
    float: right;
    margin: 0 -20px 30px 20px;
    width: 50%;
    display: block;
    border: none;
    text-align: left;
    padding: 5px;
    background: #880002;
    color: #fff;
    border-radius: 4px; }
    .single-content blockquote.quote-right-bg a {
      text-decoration: underline;
      color: #fff; }
    .single-content blockquote.quote-right-bg p {
      margin: 15px; }
    .single-content blockquote.quote-right-bg:before {
      margin: 30px 10px 0;
      color: #fff; }
    .single-content blockquote.quote-right-bg:after {
      content: ' ';
      position: absolute;
      width: 0px;
      height: 0;
      left: 25px;
      bottom: -13px;
      border: 7px solid;
      border-color: #880002 transparent transparent #880002; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content blockquote.quote-right-bg p {
        margin: 10px;
        font-size: 0.8em; } }
    @media only screen and (max-width: 720px) {
      .single-content blockquote.quote-right-bg {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
        text-align: center;
        font-size: 1.2em; } }
  .single-content table {
    margin-bottom: 15px;
    width: 100%; }
    .single-content table th {
      font-weight: bold; }
    .single-content table th,
    .single-content table td {
      padding: 5px;
      border: 1px solid #ddd;
      border-collapse: collapse; }
    .single-content table tr:nth-child(even) td {
      background-color: #f2f2f2; }
  .single-content .fb_iframe_widget {
    margin-bottom: 40px; }
  .single-content .aside-facts {
    display: block;
    float: left;
    background: #f9f9f9;
    padding: 20px;
    text-align: left;
    margin: 0 20px 20px 0px;
    border-right: 5px #880002 solid;
    max-width: 30%; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content .aside-facts {
        max-width: 40%; } }
    @media only screen and (max-width: 720px) {
      .single-content .aside-facts {
        max-width: 100%; } }
    .single-content .aside-facts h1, .single-content .aside-facts h2, .single-content .aside-facts h3, .single-content .aside-facts h4, .single-content .aside-facts p {
      margin: 0 auto 10px 0; }
  .single-content .aside-callout {
    background: #333;
    color: #fff;
    padding: 30px;
    text-align: left;
    margin: 0 20px 20px 0px;
    border-left: 5px #880002 solid; }
    .single-content .aside-callout h1, .single-content .aside-callout h2, .single-content .aside-callout h3, .single-content .aside-callout h4, .single-content .aside-callout h5, .single-content .aside-callout h6, .single-content .aside-callout p {
      margin: 0 0 10px 0; }
  .single-content figure {
    display: inline-block; }
  .single-content .image-tiny.alignleft, .single-content .image-tiny.alignnone {
    float: left;
    clear: left;
    margin: 0 1.3em 1em 0; }
  .single-content .image-tiny.alignright {
    float: right;
    clear: right;
    margin: 0 0 1em 1.3em; }
  .single-content .image-tiny.aligncenter {
    float: none;
    margin: 0 auto 1em; }
  .single-content .wp-caption.caption-tiny {
    float: left;
    clear: left;
    margin: 0 1.3em 1em 0;
    max-width: 226.66667px;
    width: 226.66667px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content .wp-caption.caption-tiny {
        float: none;
        margin: 0 auto; } }
    @media only screen and (max-width: 720px) {
      .single-content .wp-caption.caption-tiny {
        float: none;
        margin: 0 auto; } }
    .single-content .wp-caption.caption-tiny.alignright {
      float: right;
      clear: right;
      margin: 0 0 1em 1.3em; }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .single-content .wp-caption.caption-tiny.alignright {
          float: none;
          margin: 0 auto; } }
      @media only screen and (max-width: 720px) {
        .single-content .wp-caption.caption-tiny.alignright {
          float: none;
          margin: 0 auto; } }
    .single-content .wp-caption.caption-tiny.aligncenter {
      float: none;
      margin: 0 auto 1em; }
  .single-content .image-small,
  .single-content .wp-caption.caption-small {
    float: left;
    clear: left;
    margin: 0 1.3em 1em 0;
    max-width: 340px;
    width: 340px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content .image-small,
      .single-content .wp-caption.caption-small {
        float: none;
        margin: 0 auto; } }
    @media only screen and (max-width: 720px) {
      .single-content .image-small,
      .single-content .wp-caption.caption-small {
        float: none;
        margin: 0 auto; } }
    .single-content .image-small.alignright,
    .single-content .wp-caption.caption-small.alignright {
      float: right;
      clear: right;
      margin: 0 0 1em 1.3em; }
      @media only screen and (min-width: 721px) and (max-width: 979px) {
        .single-content .image-small.alignright,
        .single-content .wp-caption.caption-small.alignright {
          float: none;
          margin: 0 auto; } }
      @media only screen and (max-width: 720px) {
        .single-content .image-small.alignright,
        .single-content .wp-caption.caption-small.alignright {
          float: none;
          margin: 0 auto; } }
    .single-content .image-small.aligncenter,
    .single-content .wp-caption.caption-small.aligncenter {
      float: none;
      margin: 0 auto 1em; }
  .single-content .image-medium,
  .single-content .image-large {
    width: 680px;
    max-width: 680px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content .image-medium,
      .single-content .image-large {
        width: 100%;
        max-width: 100%; } }
    @media only screen and (max-width: 720px) {
      .single-content .image-medium,
      .single-content .image-large {
        width: 100%;
        max-width: 100%; } }
  .single-content p .image-small,
  .single-content p .image-medium,
  .single-content p .image-large {
    margin-left: -80px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content p .image-small,
      .single-content p .image-medium,
      .single-content p .image-large {
        margin-left: 0; } }
    @media only screen and (max-width: 720px) {
      .single-content p .image-small,
      .single-content p .image-medium,
      .single-content p .image-large {
        margin-left: 0; } }
  .single-content .wp-caption {
    margin-bottom: 15px;
    padding: 0;
    max-width: 680px;
    width: 680px;
    border: 1px solid #ddd;
    background: #f0f0f0;
    color: #333;
    text-align: center; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-content .wp-caption {
        width: 100%;
        max-width: 100%; } }
    @media only screen and (max-width: 720px) {
      .single-content .wp-caption {
        width: 100%;
        max-width: 100%; } }
    .single-content .wp-caption a {
      display: block; }
    .single-content .wp-caption img {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      margin-left: 0 !important; }
    .single-content .wp-caption .wp-caption-text {
      margin: 0;
      padding: 10px;
      text-align: center;
      font-size: 0.8em;
      line-height: 1.5em; }
  .single-content .wp-smiley {
    width: auto;
    display: inline-block;
    margin: 0 !important; }
  .single-content .gallery {
    clear: both;
    overflow: hidden; }
  .single-content .twitter-tweet {
    margin: 10px auto 30px 80px !important; }
    @media only screen and (max-width: 979px) {
      .single-content .twitter-tweet {
        margin: 10px 0 20px !important; } }
  .single-content .wp-caption-text {
    text-align: center;
    font-style: normal; }
  .single-content h2, .single-content h3 {
    font-weight: bold; }

.single-meta {
  position: relative;
  overflow: hidden;
  color: #000; }
  .single-meta a {
    color: #000; }
    .single-meta a:hover {
      color: #000; }
  .single-meta .single-meta-info {
    float: left;
    padding: 0 0 25px; }
  .single-meta .article-comments {
    margin-left: 15px; }
    .single-meta .article-comments a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-align: center;
      font-size: 20px;
      background: #880002;
      color: #fff;
      width: 30px;
      height: 30px;
      padding: 5px;
      cursor: pointer;
      border-radius: 30px; }
    .single-meta .article-comments .article-comments-count {
      top: 50%;
      left: 50%;
      position: absolute;
      font-size: 12px;
      transform: translate(-50%, -50%); }
      .single-meta .article-comments .article-comments-count:hover {
        background: #6f0002; }
    .single-meta .article-comments .article-comments-icon {
      display: block;
      text-align: center;
      font-size: 10px;
      margin-left: 5px;
      font-weight: bold; }
  .single-meta .date,
  .single-meta .author-name {
    margin-right: 15px; }
  @media only screen and (max-width: 720px) {
    .single-meta .date {
      float: left;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 720px) {
    .single-meta .author-meta {
      float: left;
      clear: left; } }
  .single-meta .author-meta img[itemprop='photo'] {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 30px; }
  .single-meta .author-twitter,
  .single-meta .author-instagram {
    font-weight: bold;
    margin-right: 15px; }
  .single-meta .author-twitter a:hover {
    color: #00aced; }
  .single-meta .author-instagram a:hover {
    color: #517fa4; }
  .single-meta .author-name {
    font-weight: bold; }
    .single-meta .author-name:hover {
      text-decoration: underline; }
  .single-meta .fa-time,
  .single-meta .fa-twitter,
  .single-meta .fa-instagram {
    margin-right: 2px;
    vertical-align: middle;
    font-size: 16px; }

.article-single-tags {
  padding: 15px;
  text-transform: uppercase; }
  .article-single-tags .article-tags-title {
    display: inline;
    margin-right: 10px;
    font-weight: normal;
    font-size: 14px; }
  .article-single-tags .article-tags {
    display: inline; }
  .article-single-tags a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px;
    background: #880002;
    color: #fff;
    text-transform: lowercase;
    font-size: 11px; }
    .article-single-tags a:hover {
      background: #550001; }

.article-tax-terms .article-tags-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold; }

.article-related {
  overflow: hidden;
  margin-bottom: 40px; }
  .article-related .article-title {
    font-size: 16px; }
  .article-related .article-medium:nth-child(3n) {
    clear: left; }

.article-related-menu {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .article-related-menu li {
    display: inline-block;
    list-style: none;
    float: left; }
  .article-related-menu a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 17px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    opacity: 0.4;
    color: #000; }
    .article-related-menu a.is-active {
      background: #880002;
      color: #fff;
      opacity: 1.0; }
    .article-related-menu a:hover {
      background: #6f0002;
      color: #fff;
      opacity: 1.0; }

.article-slide-in {
  position: fixed;
  right: -500px;
  bottom: 85px;
  z-index: 200;
  width: 500px;
  max-width: 100%;
  background: #880002;
  color: #fff;
  transition: right 0.3s linear; }
  .article-slide-in.js-is-visible {
    right: 0; }
  .article-slide-in:hover {
    background: #6f0002; }
  .article-slide-in .article-listed-small {
    border: none;
    background: none; }
  .article-slide-in .article-title {
    color: #fff;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-right: 20px; }

.article-slide-in-link {
  display: block; }
  .article-slide-in-link:before, .article-slide-in-link:after {
    content: " ";
    display: table; }
  .article-slide-in-link:after {
    clear: both; }

.article-slide-in-thumb {
  float: left;
  width: 170px;
  max-height: 95px;
  margin-right: 10px; }

.article-slide-in-heading {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px; }

.article-slide-in-close {
  display: inline-block;
  float: right;
  margin: 10px 20px 0 0;
  padding: 3px 4px 3px;
  background: #550001;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
  cursor: pointer;
  border-radius: 20px; }
  .article-slide-in-close:hover {
    background: #3c0001; }

.article-comments-post {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: none; }

.terms-listing {
  font-size: 14px; }

.post-series-index,
.article-series {
  margin: 0 auto 20px;
  width: 60%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  line-height: 1.2em; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .post-series-index,
    .article-series {
      width: 90%; } }
  @media only screen and (max-width: 720px) {
    .post-series-index,
    .article-series {
      width: 100%; } }
  .post-series-index.align-left, .post-series-index.align-right,
  .article-series.align-left,
  .article-series.align-right {
    width: 30%; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .post-series-index.align-left, .post-series-index.align-right,
      .article-series.align-left,
      .article-series.align-right {
        width: 50%; } }
  .post-series-index.align-left,
  .article-series.align-left {
    float: left;
    margin: 0 20px 20px 0; }
  .post-series-index.align-right,
  .article-series.align-right {
    float: right;
    margin: 0 0 20px 20px; }
  .post-series-index .article-series-title,
  .article-series .article-series-title {
    margin: 0;
    padding: 10px;
    background: #880002;
    color: #fff;
    text-align: center;
    font-size: 14px; }
  .post-series-index strong,
  .article-series strong {
    color: #000; }
  .post-series-index ol,
  .article-series ol {
    margin: 0;
    list-style-position: inside; }
  .post-series-index li,
  .article-series li {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
    .post-series-index li:last-child,
    .article-series li:last-child {
      border-bottom: 0; }
    .post-series-index li.active,
    .article-series li.active {
      color: #000;
      font-weight: bold; }
    .post-series-index li a,
    .article-series li a {
      font-weight: normal; }
    .post-series-index li a:visited,
    .article-series li a:visited {
      color: #aaa; }
    .post-series-index li ol,
    .article-series li ol {
      margin: 0 0 0 15px; }
      .post-series-index li ol li,
      .article-series li ol li {
        margin: 0;
        list-style-type: lower-alpha; }
        .post-series-index li ol li:first-child,
        .article-series li ol li:first-child {
          border-top: 1px solid #ddd; }
        .post-series-index li ol li:last-child,
        .article-series li ol li:last-child {
          padding-bottom: 0; }

.inpost-related-articles {
  float: left;
  width: 30%;
  margin: 0 20px 20px 0;
  display: inline-block;
  text-align: center; }
  .inpost-related-articles .article:hover {
    background: none;
    color: #6f0002; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .inpost-related-articles {
      width: 50%; } }
  @media only screen and (max-width: 720px) {
    .inpost-related-articles {
      width: 100%; } }
  .inpost-related-articles .article-title,
  .inpost-related-articles h3, .inpost-related-articles p {
    margin: 0; }
  .inpost-related-articles h3 {
    font-size: 17px; }
  .inpost-related-articles .article-title {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    @media only screen and (max-width: 720px) {
      .inpost-related-articles .article-title {
        margin: 20px 30px; } }
  .inpost-related-articles .article {
    display: block;
    margin-bottom: 20px; }

.post-profiles {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 15px 15px 0;
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  text-align: center; }
  .post-profiles h3 {
    margin-bottom: 15px;
    font-size: 18px; }
  .post-profiles li {
    display: inline-block;
    margin: 0 0 10px 3%;
    width: 85px;
    vertical-align: top; }
    .post-profiles li a {
      display: block; }
    .post-profiles li img {
      width: 85px;
      height: 85px; }
    .post-profiles li:last-child {
      margin-right: 0; }
  .post-profiles .post-profile-link .post-profile-title {
    color: #000;
    margin-bottom: 10px; }
  .post-profiles .post-profile-link .post-profile-thumb {
    width: 100%;
    margin-bottom: 10px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
  .post-profiles .post-profile-link:hover .post-profile-title {
    color: #880002; }
  .post-profiles .post-profile-link:hover .post-profile-thumb {
    border-color: #880002; }

.single-social .pw-layout-horizontal .pw-button {
  vertical-align: top; }

.single-social .pw-button-type-post-share .pw-icon {
  width: 16px;
  height: 16px;
  background: url("https://roadcyclinguk.com/wp-content/themes/rcuk/assets/assets/images/favicon.ico") no-repeat; }

.single-social .ra1-pw-powered {
  display: none; }

.ra1-pw-popup .ra1-pw-popup-footer a:first-child {
  display: none; }

.pw-sharetoquote__cpr {
  display: none !important; }

.single-content.full-width iframe {
  min-height: 600px; }

.page .single-content.full-width {
  padding: 0; }
  .page .single-content.full-width p {
    margin: 0; }
  .page .single-content.full-width iframe {
    margin: 0;
    width: 100% !important; }

body.single-brands,
body.single-events,
body.single-people {
  padding-top: 75px;
  padding-bottom: 0; }
  body.single-brands .section-hero section,
  body.single-events .section-hero section,
  body.single-people .section-hero section {
    max-height: 400px; }
    @media only screen and (max-width: 720px) {
      body.single-brands .section-hero section,
      body.single-events .section-hero section,
      body.single-people .section-hero section {
        max-height: 300px; } }
  body.single-brands .section-hero .section-title,
  body.single-events .section-hero .section-title,
  body.single-people .section-hero .section-title {
    background-color: rgba(136, 0, 2, 0.9);
    display: inline-block;
    padding: 5px;
    line-height: 20px; }
  body.single-brands .section-hero .hero-profile-image,
  body.single-events .section-hero .hero-profile-image,
  body.single-people .section-hero .hero-profile-image {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    border-radius: 100%; }
    @media only screen and (max-width: 720px) {
      body.single-brands .section-hero .hero-profile-image,
      body.single-events .section-hero .hero-profile-image,
      body.single-people .section-hero .hero-profile-image {
        width: 100px;
        height: 100px; } }
  body.single-brands .profile-description,
  body.single-events .profile-description,
  body.single-people .profile-description {
    font-size: 16px;
    line-height: 1.5; }
  body.single-brands .profile-widgets:before, body.single-brands .profile-widgets:after,
  body.single-events .profile-widgets:before,
  body.single-events .profile-widgets:after,
  body.single-people .profile-widgets:before,
  body.single-people .profile-widgets:after {
    content: " ";
    display: table; }
  body.single-brands .profile-widgets:after,
  body.single-events .profile-widgets:after,
  body.single-people .profile-widgets:after {
    clear: both; }
  body.single-brands .profile-widgets .grid-4:nth-child(3n+1), body.single-brands .profile-widgets .l-right-column:nth-child(3n+1), body.single-brands .profile-widgets .article-medium:nth-child(3n+1),
  body.single-events .profile-widgets .grid-4:nth-child(3n+1),
  body.single-events .profile-widgets .l-right-column:nth-child(3n+1),
  body.single-events .profile-widgets .article-medium:nth-child(3n+1),
  body.single-people .profile-widgets .grid-4:nth-child(3n+1),
  body.single-people .profile-widgets .l-right-column:nth-child(3n+1),
  body.single-people .profile-widgets .article-medium:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  body.single-brands .profile-widgets .grid-4:nth-child(2n+1), body.single-brands .profile-widgets .l-right-column:nth-child(2n+1), body.single-brands .profile-widgets .article-medium:nth-child(2n+1),
  body.single-events .profile-widgets .grid-4:nth-child(2n+1),
  body.single-events .profile-widgets .l-right-column:nth-child(2n+1),
  body.single-events .profile-widgets .article-medium:nth-child(2n+1),
  body.single-people .profile-widgets .grid-4:nth-child(2n+1),
  body.single-people .profile-widgets .l-right-column:nth-child(2n+1),
  body.single-people .profile-widgets .article-medium:nth-child(2n+1) {
    margin-right: 0; }
  body.single-brands .widget,
  body.single-events .widget,
  body.single-people .widget {
    padding: 15px;
    border: 0; }
  body.single-brands .acf-map,
  body.single-events .acf-map,
  body.single-people .acf-map {
    height: 300px; }
  body.single-brands .widget-latest-tweet,
  body.single-events .widget-latest-tweet,
  body.single-people .widget-latest-tweet {
    margin-top: 0; }
  body.single-brands .widget-list li,
  body.single-events .widget-list li,
  body.single-people .widget-list li {
    font-size: 20px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    padding: 10px; }
  body.single-brands .avatar-image,
  body.single-events .avatar-image,
  body.single-people .avatar-image {
    margin-right: .35em;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    background-color: #eee;
    background-size: cover; }
    body.single-brands .avatar-image.rounded,
    body.single-events .avatar-image.rounded,
    body.single-people .avatar-image.rounded {
      border-radius: 500rem; }
  body.single-brands .listed-dates a,
  body.single-events .listed-dates a,
  body.single-people .listed-dates a {
    display: block;
    overflow: hidden;
    color: #333; }
    body.single-brands .listed-dates a:hover,
    body.single-events .listed-dates a:hover,
    body.single-people .listed-dates a:hover {
      color: #880002; }
  body.single-brands .listed-dates__date,
  body.single-events .listed-dates__date,
  body.single-people .listed-dates__date {
    font-size: 12px;
    color: #000;
    text-transform: uppercase; }
  body.single-brands .listed-dates__name,
  body.single-events .listed-dates__name,
  body.single-people .listed-dates__name {
    display: block; }
  body.single-brands .listed-dates__city,
  body.single-events .listed-dates__city,
  body.single-people .listed-dates__city {
    font-size: 12px;
    color: #aaa; }
  body.single-brands .stats-group,
  body.single-events .stats-group,
  body.single-people .stats-group {
    padding: 20px 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    body.single-brands .stats-group dt,
    body.single-events .stats-group dt,
    body.single-people .stats-group dt {
      color: #aaa;
      font-size: 13px;
      margin-bottom: 10px; }
    body.single-brands .stats-group dd,
    body.single-events .stats-group dd,
    body.single-people .stats-group dd {
      font-size: 34px;
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif; }
    body.single-brands .stats-group small,
    body.single-events .stats-group small,
    body.single-people .stats-group small {
      font-size: 14px; }
  body.single-brands .stats-vert,
  body.single-events .stats-vert,
  body.single-people .stats-vert {
    float: left;
    text-align: center;
    width: 33%; }
    body.single-brands .stats-vert dd,
    body.single-events .stats-vert dd,
    body.single-people .stats-vert dd {
      font-weight: bold; }
  body.single-brands .stats-horz,
  body.single-events .stats-horz,
  body.single-people .stats-horz {
    padding: 0 15px; }
    body.single-brands .stats-horz dt,
    body.single-events .stats-horz dt,
    body.single-people .stats-horz dt {
      width: 30%;
      float: left;
      clear: left;
      text-align: left;
      height: 30px; }
    body.single-brands .stats-horz dd,
    body.single-events .stats-horz dd,
    body.single-people .stats-horz dd {
      width: 70%;
      float: right;
      text-align: right;
      font-size: 18px;
      text-transform: uppercase; }

.single-splitpost .l-header-top {
  min-height: 100px; }

.single-splitpost .splitpost-direction-nav .splitpost-btn {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  width: 75px;
  text-align: center;
  height: 75px;
  max-height: 100%;
  z-index: 1;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0; }
  @media only screen and (max-width: 720px) {
    .single-splitpost .splitpost-direction-nav .splitpost-btn {
      width: 50px;
      margin-top: -35px; } }
  .single-splitpost .splitpost-direction-nav .splitpost-btn.next {
    right: 0; }
  .single-splitpost .splitpost-direction-nav .splitpost-btn.prev, .single-splitpost .splitpost-direction-nav .splitpost-btn.next {
    color: #880002;
    background: rgba(255, 255, 255, 0.2); }
  .single-splitpost .splitpost-direction-nav .splitpost-btn:hover {
    background: rgba(255, 255, 255, 0.4); }
  .single-splitpost .splitpost-direction-nav .splitpost-btn i {
    position: absolute;
    top: 50%;
    margin-top: -10px; }

.single-splitpost .splitpost-slider {
  clear: both; }

.single-splitpost .splitpost-slider:hover .splitpost-direction-nav .splitpost-btn {
  opacity: 1; }

.single-splitpost .splitpost-gallery_full .splitpost-slider .splitpost-page img {
  width: auto;
  max-height: 680px;
  margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .single-splitpost .splitpost-gallery_full .splitpost-slider .splitpost-page img {
      max-height: 300px; } }

.single-splitpost .splitpost-gallery .splitpost-slider .splitpost-page img {
  width: auto;
  max-height: 450px;
  margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .single-splitpost .splitpost-gallery .splitpost-slider .splitpost-page img {
      max-height: 300px; } }

.single-splitpost .splitpost-page {
  list-style: none; }
  .single-splitpost .splitpost-page .twitter-tweet.twitter-tweet-rendered {
    display: inline-block !important; }
  .single-splitpost .splitpost-page .video-wrapper {
    margin: 0; }
  .single-splitpost .splitpost-page .single-content {
    text-align: left;
    padding-top: 20px; }

.single-splitpost .flex-direction-nav a {
  text-indent: 0 !important; }

.single-splitpost .splitpost-wrapper {
  border: 1px solid #eee; }

.single-splitpost .splitpost-title {
  background-color: #fafafa;
  position: relative;
  height: 55px;
  width: 100%;
  display: table; }
  .single-splitpost .splitpost-title:before, .single-splitpost .splitpost-title:after {
    content: " ";
    display: table; }
  .single-splitpost .splitpost-title:after {
    clear: both; }
  .single-splitpost .splitpost-title h2 {
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 70%; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .single-splitpost .splitpost-title h2 {
        width: 60%;
        font-size: 18px; } }
    @media only screen and (max-width: 720px) {
      .single-splitpost .splitpost-title h2 {
        font-size: 16px;
        text-align: left;
        padding: 10px; } }
  .single-splitpost .splitpost-title .splitpost-btn.next {
    position: absolute;
    top: 0;
    right: 0; }

.single-splitpost .splitpost-btn {
  font-size: 18px;
  outline: 0;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0;
  height: 55px;
  line-height: 55px; }

.single-splitpost .splitpost-btn.next {
  background-color: #880002;
  color: #fff; }

.single-splitpost .splitpost-nav-index {
  position: relative;
  display: table-cell;
  padding: 5px 35px 5px 15px;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  height: 55px;
  width: 100px; }
  @media only screen and (max-width: 720px) {
    .single-splitpost .splitpost-nav-index {
      display: none; } }
  .single-splitpost .splitpost-nav-index:hover .splitpost-nav-menu {
    display: inline-block; }
  .single-splitpost .splitpost-nav-index strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px; }
  .single-splitpost .splitpost-nav-index i {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: #880002;
    color: #fff;
    line-height: 60px; }
  .single-splitpost .splitpost-nav-index .splitpost-nav-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 999;
    text-align: center;
    font-size: 14px;
    max-height: 200px;
    overflow: scroll;
    left: 0;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .single-splitpost .splitpost-nav-index .splitpost-nav-menu a {
      display: block;
      color: #000;
      padding: 10px;
      max-width: 100%; }
      .single-splitpost .splitpost-nav-index .splitpost-nav-menu a:hover {
        background-color: #880002;
        color: #fff; }

.single-splitpost .splitpost-nav.bottom {
  background-color: #fafafa;
  text-align: center; }
  .single-splitpost .splitpost-nav.bottom:before, .single-splitpost .splitpost-nav.bottom:after {
    content: " ";
    display: table; }
  .single-splitpost .splitpost-nav.bottom:after {
    clear: both; }
  .single-splitpost .splitpost-nav.bottom .splitpost-btn.next {
    float: right; }
    @media only screen and (max-width: 720px) {
      .single-splitpost .splitpost-nav.bottom .splitpost-btn.next {
        display: none; } }
  .single-splitpost .splitpost-nav.bottom .splitpost-btn.prev {
    float: left;
    color: #000; }
    @media only screen and (max-width: 720px) {
      .single-splitpost .splitpost-nav.bottom .splitpost-btn.prev {
        display: none; } }
  .single-splitpost .splitpost-nav.bottom .single-social {
    float: none;
    margin-top: 15px;
    padding: 0; }

.single-splitpost .splitpost-classic-nav {
  overflow: hidden;
  background-color: #fafafa; }
  .single-splitpost .splitpost-classic-nav .prev {
    float: left;
    color: #000; }
  .single-splitpost .splitpost-classic-nav .next {
    float: right; }

.single-splitpost .splitpost-caption {
  background: #eee;
  color: #000;
  padding: 10px;
  margin: 0; }
  .single-splitpost .splitpost-caption i {
    margin-right: 5px; }

@media only screen and (max-width: 720px) {
  .single-splitpost .key {
    display: none; } }

.fb-comments {
  margin: 0 -1px; }
  @media only screen and (max-width: 979px) {
    .fb-comments {
      max-width: 100% !important; }
      .fb-comments span:first-child, .fb-comments iframe {
        max-width: 100% !important; } }

.comments-tab-menu {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-bottom-style: dotted; }
  .comments-tab-menu li {
    display: block;
    float: left; }
    .comments-tab-menu li a {
      display: block;
      color: #000;
      padding: 20px;
      border-bottom: 4px solid transparent;
      border-right: 1px solid #ddd;
      border-right-style: dotted; }
    .comments-tab-menu li .is-active {
      border-bottom-color: #880002; }
    .comments-tab-menu li .comments-tab {
      color: #aaa; }
      .comments-tab-menu li .comments-tab:hover {
        color: #880002; }
    .comments-tab-menu li i {
      padding: 2px 5px; }
    .comments-tab-menu li .fa-facebook {
      color: #fff;
      background-color: #3b5998;
      border-radius: 3px; }
    .comments-tab-menu li .fa-comments {
      color: #ddd; }

.comments-block:before, .comments-block:after {
  content: " ";
  display: table; }

.comments-block:after {
  clear: both; }

.comments-block .comment {
  position: relative;
  padding: 15px 0 10px 80px;
  border-bottom: 1px solid #ddd;
  border-bottom-style: dotted; }
  .comments-block .comment .fn {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold; }
  .comments-block .comment i {
    color: #e6e6e6; }
  .comments-block .comment .comment-meta {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #aaa; }
  .comments-block .comment .comment-body {
    padding-right: 15px; }

.comments-block .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }

.comments-block .avatar-40 {
  max-width: 50px; }

.comments-block .comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.comments-block .children {
  padding-top: 15px; }
  .comments-block .children .comment {
    padding-left: 60px;
    border-top: 1px solid #ddd;
    border-top-style: dotted;
    border-bottom: 0; }
  .comments-block .children .avatar {
    left: 0; }

.comments-block .thread-odd {
  background: #f7f7f7; }

#social {
  margin: 20px 0;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff; }
  #social .social-clearfix:before, #social .social-clearfix:after, #social .cf-clearfix:before, #social .cf-clearfix:after {
    content: " ";
    display: table; }
  #social .social-clearfix:after, #social .cf-clearfix:after {
    clear: both; }
  #social .social-imr {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  #social .social-help, #social .social-psst {
    color: #000; }
  #social .social-help {
    font-style: italic; }
  #social .social-post {
    padding: 15px;
    background: #f7f7f7; }
  #social #commentform {
    overflow: hidden;
    margin: 0; }
  #social input.social-input, #social textarea.social-input, #social .social-select {
    color: #000;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 7px;
    text-indent: 0;
    outline: none;
    border-radius: 3px; }
  #social .social-select {
    height: 22px;
    padding-bottom: 1px;
    padding-top: 3px;
    margin-top: 2px; }
    #social .social-select optgroup {
      padding: 2px;
      font-weight: bold; }
    #social .social-select option {
      font-weight: normal; }
  #social .social-input-row, #social .form-submit {
    clear: left;
    margin: 0 0 10px;
    overflow: hidden;
    padding-left: 80px;
    position: relative;
    zoom: 1; }
  #social .social-input-row {
    margin: 20px 0 10px; }
  #social .form-submit, #social .social-input-row-submit {
    margin-bottom: 0; }
  #social .social-input-row .social-label {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    display: block;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 70px; }
  #social #submit {
    float: left;
    margin: 0;
    border-radius: 3px; }
  #social .social-input-row .social-input {
    float: left;
    margin: 0; }
  #social .social-input-row .social-help {
    font-size: 11px;
    float: left;
    line-height: 28px;
    margin-left: 7px; }
  #social #respond {
    margin-bottom: 20px; }
    #social #respond input.social-input {
      width: 55%; }
    #social #respond textarea.social-input {
      height: 83px;
      width: 75%; }
  #social #submit {
    background-color: #fff;
    color: #000;
    border: 1px solid #cccccc;
    font-weight: bold;
    margin: 6px 0 0 0;
    padding: 5px;
    display: block;
    float: left;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease-in; }
    #social #submit:hover {
      background-color: #880002;
      color: #fff; }
    #social #submit::-moz-focus-inner {
      border: 0;
      margin: 0;
      padding: 0; }
  #social .social-twitter-icon, #social .social-facebook-icon, #social .social-facebook-like-icon {
    background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/social.png") 0 -150px no-repeat;
    display: block;
    padding-left: 21px;
    zoom: 1; }
  #social .social-facebook-icon, #social .social-facebook-like-icon {
    background-position: 0 -250px; }
  #social .social-sign-in-links {
    margin: 0 auto;
    width: 58%; }
    #social .social-sign-in-links a {
      display: inline;
      float: left;
      height: 22px;
      margin: 0 0 0 15px;
      width: 150px; }
    #social .social-sign-in-links .social-twitter {
      background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/social.png") 0 0 no-repeat;
      margin-bottom: 5px; }
      #social .social-sign-in-links .social-twitter:hover {
        background-position: 0 -22px; }
      #social .social-sign-in-links .social-twitter:active {
        background-position: 0 -44px; }
    #social .social-sign-in-links .social-facebook {
      background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/social.png") -150px 0 no-repeat; }
      #social .social-sign-in-links .social-facebook:hover {
        background-position: -150px -22px; }
      #social .social-sign-in-links .social-facebook:active {
        background-position: -150px -44px; }
  #social .social-items {
    clear: both; }
  #social .social-items-icon {
    display: block;
    float: left;
    margin: 9px 7px 0 7px;
    width: 14px; }
  #social .social-items-comments {
    float: left; }
  #social .social-items-comment {
    margin: 6px 0; }
  #social .social-items.social-twitter .social-items-icon {
    background-image: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/retweet.png");
    height: 8px; }
  #social .social-items.social-facebook .social-items-icon {
    background-image: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/like.png");
    width: 13px;
    margin: 6px 8px 0 7px;
    height: 12px; }
  #social .social-comment .social-items-icon {
    margin-top: 6px; }
  #social .social-items.social-comment-collapse {
    opacity: .3; }
  #social .social-items img {
    margin: 0 2px; }
  #social .social-items-comments a {
    float: left; }
  #social .social-items-and-more {
    margin: 8px 0 0 5px;
    color: #000; }
  #social .social-items-comments .social-items-and-more {
    font-size: 11px;
    margin-top: 4px; }
  #social .social-heading {
    margin-bottom: 10px; }
  #social .social-title {
    margin: 0 0 0 9px;
    zoom: 1; }
    #social .social-title span {
      display: block; }
  #social .social-divider {
    clear: both;
    margin: 0 7px 10px;
    text-align: center;
    font-style: italic; }
    #social .social-divider span {
      padding: 0 10px; }
  #social .must-log-in {
    text-align: center; }
  #social .social-must-log-in {
    margin-bottom: 25px; }
  #social .social-commentlist {
    list-style: none; }
    #social .social-commentlist #respond {
      margin: 6px 0;
      padding: 0 0 0 7px; }
    #social .social-commentlist #commentform {
      padding-left: 10px; }
  #social .social-comment {
    position: relative;
    zoom: 1;
    border-bottom: 1px solid #ddd;
    border-bottom-style: dotted; }
    #social .social-comment .social-children .social-comment {
      border-top: 1px solid #ddd;
      border-top-style: dotted;
      border-bottom: 0; }
  #social .thread-odd {
    background-color: #fafafa; }
  #social .social-comment-header {
    margin-bottom: 6px;
    position: relative;
    z-index: 4; }
  #social .social-fn {
    font-weight: bold;
    display: block;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%; }
  #social .bypostauthor .social-fn {
    font-weight: bold; }
  #social .social-identity {
    margin-top: 10px;
    position: relative; }
    #social .social-identity .avatar {
      left: 0;
      position: absolute;
      top: 2px; }
  #social .avatar {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
    border-radius: 99px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px; }
  #social .avatar-40 {
    max-width: 50px; }
  #social #cancel-comment-reply-link {
    padding: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #ECD4D4;
    border-radius: 5px; }
  #social .social-comment-header .avatar {
    left: -60px;
    position: absolute;
    top: 3px; }
  #social .social-replied {
    background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/sprite-y-24-icons.png") 0 -300px no-repeat;
    display: block;
    height: 16px;
    left: -67px;
    position: absolute;
    top: -10px;
    width: 16px; }
  #social .social-comment-inner {
    margin-right: 10px;
    padding: 15px 0 5px 80px;
    position: relative;
    zoom: 1; }
  #social .social-comment-body {
    line-height: 1.5em;
    overflow: hidden;
    width: 100%; }
    #social .social-comment-body p {
      font-size: 13px;
      margin-bottom: 10px; }
    #social .social-comment-body a {
      text-decoration: underline; }
  #social .social-children {
    margin: 0;
    padding: 0 0 0 25px;
    zoom: 1; }
    #social .social-children li {
      list-style: none;
      margin: 0; }
  #social .social-actions {
    font-size: 11px;
    margin: 10px 0; }
    #social .social-actions a {
      padding: 3px; }
      #social .social-actions a:hover {
        color: #fff;
        background: #880002; }
  #social .social-comment-meta {
    background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/sprite-y-24-icons.png") no-repeat;
    line-height: 16px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    white-space: nowrap; }
    #social .social-comment-meta a {
      color: #555;
      font-size: 11px; }
    #social .social-comment-meta .social-posted-from {
      position: absolute;
      right: 0;
      width: 16px;
      height: 16px;
      margin-left: 5px; }
      #social .social-comment-meta .social-posted-from a {
        position: absolute;
        right: 0;
        width: 16px;
        height: 16px;
        margin-left: 5px; }
      #social .social-comment-meta .social-posted-from span {
        display: none; }
  #social .social-last-reply-when {
    display: none; }
  #social .social-comment .social-comment-meta, #social ol .social-comment-meta {
    background-position: right -1px; }
  #social .social-twitter .social-comment-meta, #social ol .social-comment-meta {
    background-position: right -100px; }
  #social .social-facebook .social-comment-meta, #social .social-facebook-like .social-comment-meta {
    background-position: right -200px; }
  #social ol li.social-facebook .social-comment-meta, #social ol li.social-facebook-like .social-comment-meta {
    background-position: right -200px; }
  #social ol .social-comment-meta {
    background-position: right -400px; }
  #social .social-comment-collapse .social-comment-inner .social-comment-body, #social .social-comment-collapse .social-comment-inner .social-actions, #social .social-comment-collapse .social-comment-inner .social-items-comment {
    display: none; }
  #social .social-comment-collapse .social-comment-inner .social-comment-header {
    opacity: .3; }
  #social .social-comment-collapse.social-facebook-like .social-comment-body {
    opacity: .3; }
  #social .social-facebook-like {
    margin-bottom: 5px; }
    #social .social-facebook-like .social-comment-body {
      z-index: 3;
      position: relative;
      top: -1px; }
  #social .social-comment-collapse.social-facebook-like .social-comment-body {
    top: -5px; }
  #social .social-facebook-like img {
    top: 1px; }
  #social .social-comment-collapse .social-fn {
    position: relative;
    left: -10px; }
  #social .social-comment-collapse img {
    width: 16px;
    height: 16px;
    left: -35px;
    top: -1px; }
  #social .social-nav {
    line-height: 28px;
    list-style: none;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc; }
    #social .social-nav li {
      display: inline;
      float: left;
      border-right: 1px dotted #ccc; }
      #social .social-nav li a {
        color: #000;
        float: left;
        padding: 10px 20px; }
        @media only screen and (max-width: 720px) {
          #social .social-nav li a {
            padding: 10px; } }
    #social .social-nav .social-current-tab {
      border-bottom: 4px solid #880002; }
    #social .social-nav span {
      background: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/sprite-y-24-icons.png") no-repeat;
      padding-left: 19px;
      font-weight: normal; }
    #social .social-nav .social-tab-main span {
      padding-left: 0;
      margin-left: 0;
      background: none; }
    #social .social-nav .social-wordpress span {
      background-position: 0 -2px; }
    #social .social-nav .social-twitter span {
      background-position: 0 -100px; }
    #social .social-nav .social-facebook span {
      background-position: 0 -199px; }
    #social .social-nav .social-pingback {
      display: none; }
  #social #reply-title {
    font-size: 18px;
    margin: 0 0 15px;
    overflow: hidden; }
    #social #reply-title span {
      float: left; }
  #social .inner-header {
    font-size: 20px;
    line-height: 28px; }
  #social .social-heading .social-title {
    color: #000;
    font-weight: bold; }
  #social #post_to {
    margin: 0 10px;
    font-size: 0.8em; }
    #social #post_to label {
      cursor: pointer;
      width: auto; }
    #social #post_to input {
      width: auto; }

.logged-in #social .social-input-row-comment .social-label {
  /* Hide visually, but remain readable by screen readers */
  left: -999em;
  position: absolute; }

.social-js .social-tabs-panel {
  display: none; }

.social-js .social-tabs-first-panel {
  display: block; }

.social-aggregation-spinner {
  vertical-align: middle; }

#wp-adminbar-comments-social {
  position: absolute;
  visibility: hidden; }

.social-aggregation-results {
  white-space: nowrap; }

#social-items-wrapper {
  float: left; }

#disqus_thread {
  padding: 15px; }

.audio-snippet {
  position: relative;
  padding: 10px 8px;
  text-align: left;
  border-radius: 5px; }
  .audio-snippet .audio-link {
    display: inline-block !important;
    padding: 1px 0 4px 26px;
    background: transparent url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/audio_icons.gif") no-repeat 3px 0; }
  .audio-snippet.sm2_playing {
    background-color: #fafafa; }
  .audio-snippet.sm2_playing .audio-link {
    background-position: 3px -32px; }
  .audio-snippet .timing {
    position: absolute;
    top: 10px;
    right: 10px; }
  .audio-snippet:hover .statusbar {
    position: relative;
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: grab; }
  .audio-snippet.sm2_paused .statusbar {
    background-color: #ccc; }
  .audio-snippet .controls {
    position: relative;
    margin: 8px 4px 4px;
    background-color: #99ccff; }
  .audio-snippet .statusbar {
    position: relative;
    overflow: hidden;
    height: 15px;
    border: 2px solid #fff;
    background-color: #ccddff;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 2px; }
  .audio-snippet .controls.dragging .statusbar {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .audio-snippet .statusbar .position,
  .audio-snippet .statusbar .loading,
  .audio-snippet .statusbar .annotation {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px; }
  .audio-snippet .statusbar .position {
    border-right: 3px solid #880002;
    border-radius: 3px;
    background-color: #880002; }
  .audio-snippet.sm2_paused .statusbar .position {
    border-color: #666;
    background-color: #666; }
  .audio-snippet .statusbar .loading {
    background-color: #d9d9d9; }
  .audio-snippet .statusbar .position,
  .audio-snippet .statusbar .loading {
    width: 0; }

.author {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .author:before, .author:after {
    content: " ";
    display: table; }
  .author:after {
    clear: both; }
  .author .author-avatar {
    float: left;
    margin-right: 20px;
    max-width: 20%;
    border-radius: 100%; }
  .author .author-bio {
    font-size: 16px;
    line-height: 1.5em; }
  .author .author-social {
    font-size: 16px; }
    .author .author-social a {
      margin-right: 10px; }
    .author .author-social .fa {
      font-size: 22px; }
    .author .author-social .author-twitter a {
      color: #00aced; }
    .author .author-social .author-instagram a {
      color: #517fa4; }
    .author .author-social .author-googleplus a {
      color: #dd4b39; }
  .author .author-hidden {
    display: none; }

.secondary-title {
  font-size: 22px;
  margin-bottom: 20px; }

.search .l-right-column {
  float: right; }

.search .search-query-block {
  font-size: 18px;
  margin: 20px 0;
  text-align: center; }
  .search .search-query-block .search-form {
    display: inline-block; }
    @media only screen and (max-width: 720px) {
      .search .search-query-block .search-form {
        display: block;
        margin: 10px 0; } }
  .search .search-query-block .search-form-input {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    outline: 0;
    padding-right: 40px; }
  .search .search-query-block .search-form-submit {
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    border: 0;
    padding: 10px;
    font-size: 18px;
    outline: 0;
    margin-left: -40px; }
    .search .search-query-block .search-form-submit span {
      display: none; }

.search .search-filter-tabs {
  border-bottom: 1px solid #eee;
  margin: 0 10px 30px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 14px; }
  @media only screen and (max-width: 720px) {
    .search .search-filter-tabs {
      border-top: 1px solid #eee;
      overflow-scrolling: touch !important;
      -webkit-overflow-scrolling: touch !important;
      -ms-overflow-style: none;
      overflow: visible;
      overflow-x: scroll; } }
  .search .search-filter-tabs a {
    padding: 20px;
    display: inline-block;
    position: relative;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .search .search-filter-tabs a:after {
      display: none;
      content: '';
      width: 30px;
      height: 4px;
      background-color: #333;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px; }
    .search .search-filter-tabs a.active {
      font-weight: bold; }
    .search .search-filter-tabs a.hidden {
      display: none; }
    .search .search-filter-tabs a.active:after, .search .search-filter-tabs a:hover:after {
      display: block; }

.search .l-right-column {
  margin-top: 0; }
  .search .l-right-column h3 {
    font-size: 22px;
    margin-bottom: 10px; }
  .search .l-right-column .well {
    margin-bottom: 20px; }

.search .popular-searches {
  margin-bottom: 20px; }
  .search .popular-searches li {
    display: inline-block; }
  .search .popular-searches a {
    display: inline-block;
    padding: 8px 12px 5px;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    margin: 5px;
    font-size: 14px; }
    .search .popular-searches a:first-child {
      margin-left: 0; }
    .search .popular-searches a:hover {
      background-color: #880002;
      color: #fff; }

.search .popular-articles {
  margin-bottom: 20px; }
  .search .popular-articles li {
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    font-size: 14px; }
  .search .popular-articles a {
    display: block;
    color: #000;
    padding: 10px 0; }
    .search .popular-articles a:hover {
      color: #880002; }

.latest-issue-top {
  clear: both;
  overflow: hidden;
  padding: 10px; }

.latest-issue-thumb {
  float: left;
  max-width: 50%;
  background-color: #000; }
  .latest-issue-thumb img {
    width: auto;
    display: block;
    border: 1px solid #ddd; }

.latest-issue-body {
  float: left;
  padding: 0 10px;
  max-width: 50%; }
  .latest-issue-body h4 {
    margin: 0 0 10px;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-size: 18px; }
    .latest-issue-body h4 a {
      color: #000; }
  .latest-issue-body .latest-issue-excerpt {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px; }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .latest-issue-body .latest-issue-excerpt {
        display: none; } }

.latest-issue-subscribe {
  display: inline-block;
  margin: 10px 0;
  padding: 7px 6px;
  background: #880002;
  color: #fff;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  .latest-issue-subscribe:hover {
    color: #fff;
    background: #000; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .latest-issue-subscribe {
      font-size: 12px; } }

.latest-issue-bottom {
  margin-top: 20px;
  text-transform: uppercase;
  border: 1px solid #ddd; }
  .latest-issue-bottom a {
    display: block;
    clear: both;
    overflow: hidden;
    line-height: 1.3em;
    padding: 10px;
    color: #000;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    border-bottom-style: dotted;
    background-image: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.05)); }
    @media only screen and (min-width: 721px) and (max-width: 979px) {
      .latest-issue-bottom a {
        line-height: 1.3em;
        padding: 10px;
        font-size: 11px; } }
    .latest-issue-bottom a:last-child {
      border: 0; }
    .latest-issue-bottom a:hover {
      color: #880002;
      background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.02)); }
    .latest-issue-bottom a i {
      float: left;
      width: 30px;
      font-size: 40px;
      margin: 0 10px; }
      .latest-issue-bottom a i.fa-envelope {
        font-size: 25px; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav,
.flex-control-nav li,
.flex-direction-nav li {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1; }
  .flexslider:hover .flex-next,
  .flexslider:hover .flex-prev {
    opacity: 1; }
  .flexslider .slides {
    height: 1%;
    zoom: 1;
    text-align: center;
    margin: 0; }
    .flexslider .slides:before, .flexslider .slides:after {
      content: " ";
      display: table; }
    .flexslider .slides:after {
      clear: both; }
    .flexslider .slides &gt; li,
    .flexslider .slides &gt; .slide {
      position: relative;
      display: none; }
    .flexslider .slides img {
      width: 100%;
      display: block;
      height: auto; }
    .flexslider .slides article {
      margin-bottom: 0; }
  .flexslider li {
    position: relative;
    margin: 0;
    padding: 0; }

.flex-viewport {
  max-height: 2000px;
  overflow: hidden;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  transition: background 0.2s linear; }
  .flex-caption h2 {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px 0;
    margin: 0 0 10px 0; }
  .flex-caption p {
    padding: 0 10px 10px;
    margin: 0; }

.flex-direction-nav {
  margin: 0; }
  .flex-direction-nav li {
    position: static; }
  .flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 37.5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #880002;
    opacity: 0.5;
    transition: all 0.3s ease;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 720px) {
      .flex-direction-nav a {
        top: 0;
        bottom: 0;
        font-size: 37.5px;
        width: 30px;
        height: 100%;
        opacity: 0.7;
        transform: translate(0, 0); } }
    .flex-direction-nav a:hover {
      color: #880002;
      background: #fff; }
    .flex-direction-nav a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .flex-direction-nav .flex-next {
    right: 0; }
    .flex-direction-nav .flex-next i:before {
      content: ""; }
  .flex-direction-nav .flex-prev {
    left: 0; }
    .flex-direction-nav .flex-prev i:before {
      content: ""; }
  .flex-direction-nav .disabled {
    cursor: default;
    opacity: 0; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1; }
    .flex-control-nav li:first-child {
      margin: 0; }

.flex-control-paging {
  display: none; }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #dedede;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px; }
    .flex-control-paging li a:hover {
      background-color: #880002; }
    .flex-control-paging li a.flex-active {
      background-color: #880002;
      cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .active {
    cursor: default;
    opacity: 1; }

.c-card-slider {
  position: relative;
  margin-bottom: 3rem;
  zoom: 1; }

.c-card-slider__viewport {
  overflow: hidden; }

.c-card-slider__slides .c-card__wrapper {
  margin-bottom: 0;
  opacity: 0.9;
  transition: 0.2s ease-in-out opacity; }
  .c-card-slider__slides .c-card__wrapper:hover {
    opacity: 1; }

.c-card-slider__direction-nav {
  position: absolute;
  bottom: -2rem;
  right: 15px;
  margin: 0; }

.c-card-slider__nav-prev,
.c-card-slider__nav-next {
  display: inline-block;
  list-style: none;
  margin: 0; }
  .c-card-slider__nav-prev a,
  .c-card-slider__nav-next a {
    display: block;
    font-size: 2rem;
    padding: 0 .5em;
    background-color: #880002;
    text-align: center;
    color: #fff;
    opacity: 0.5; }
    .c-card-slider__nav-prev a:hover,
    .c-card-slider__nav-next a:hover {
      opacity: 1; }

.c-card-slider__nav-prev {
  margin-right: 1px; }

.c-card-slider__control-nav {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 720px) {
    .c-card-slider__control-nav {
      display: none; } }
  .c-card-slider__control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    width: 5%;
    zoom: 1; }
    .c-card-slider__control-nav li:first-child {
      margin: 0; }
  .c-card-slider__control-nav a {
    font-size: 0;
    height: 10px;
    border: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    cursor: pointer; }
    .c-card-slider__control-nav a:hover {
      background-color: #eee; }
  .c-card-slider__control-nav .c-card-slider__active {
    background-color: #880002;
    border-color: #880002; }

#Competition {
  padding: 10px; }

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block; }

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none; }

.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
  content: ''; }

.wp-polls img, .wp-polls label, .wp-polls input {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0; }

.wp-polls-loading img, .wp-polls-image img {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0; }

.wp-polls-ul {
  padding: 0;
  margin: 0 0 10px 10px; }

.wp-polls-ans {
  width: 100%;
  opacity: 1; }

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px; }

.wp-polls-image {
  border: 0; }

.wp-polls .Buttons {
  border: 1px solid #c8c8c8;
  background-color: #f3f6f8; }

/* gallery v3 (popup) styles */
body.gallery-is-showing {
  overflow: hidden; }

.gallery {
  background: #000 url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/gallery-bg.png"); }
  .gallery:hover {
    cursor: pointer; }
    .gallery:hover .gallery-preamble-title {
      border-color: #000;
      background-color: #000; }

.gallery-preamble {
  position: relative;
  z-index: 10;
  margin: 30px 0 30px 0px;
  color: #fff; }

.gallery-preamble-image {
  opacity: 0.3;
  height: 350px;
  overflow: hidden;
  position: relative; }
  .gallery-preamble-image img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }

.gallery-preamble-title {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 0  !important;
  padding: 12px 15px;
  text-transform: uppercase;
  z-index: 12; }

.gallery-preamble-front {
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  transform: translate(-50%, -50%); }
  .gallery-preamble-front p {
    text-align: center; }

.gallery-preamble-count {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 10px;
  display: block;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
  text-align: center; }

.gallery-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100000; }
  .gallery-overlay.is-showing {
    display: block; }

.gallery-sidebar {
  background: #f0f0f0;
  color: #333;
  padding: 20px 10px 10px;
  width: 320px;
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0; }
  .is-tablet .gallery-sidebar {
    top: auto;
    bottom: 10px;
    left: 10px;
    width: auto;
    height: 100px; }
  .is-mobile .gallery-sidebar {
    display: none; }

.gallery-social .twitter-share-button {
  margin: 0;
  width: 75px !important; }

.gallery-social .fb-like {
  display: inline-block; }
  .gallery-social .fb-like iframe {
    margin: 0;
    width: auto; }

.gallery-caption {
  font-size: 14px;
  padding: 15px 0 0;
  margin: 15px 0 0;
  line-height: 18px;
  border-top: 1px solid #ddd; }
  .is-tablet .gallery-caption {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 0 0; }

.gallery-mobile-caption {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px;
  font-size: 12px;
  width: 75%;
  z-index: 1;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 720px) {
    .gallery-mobile-caption.is-showing {
      display: block; } }

.gallery-mobile-caption-toggle {
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  z-index: 1;
  color: #fff !important;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 720px) {
    .gallery-mobile-caption-toggle {
      display: none; } }

.gallery-audio-snippet {
  display: none;
  padding: 15px 0 0;
  margin: 15px 0 0;
  line-height: 20px;
  border-top: 1px solid #ddd; }
  .gallery-audio-snippet .audio-snippet {
    background: #fff; }
  .gallery-audio-snippet.is-active {
    display: block; }
  .is-tablet .gallery-audio-snippet {
    position: fixed;
    bottom: 10px;
    right: 20px; }

.gallery-meta {
  margin: 15px 0 0 0 !important;
  padding: 15px 0 0 0;
  border-top: 1px solid #ddd; }
  .gallery-meta dt, .gallery-meta dd {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px; }
  .is-tablet .gallery-meta {
    display: none; }
  @media only screen and (max-height: 740px) {
    .gallery-meta {
      display: none; } }

.gallery-adslot {
  position: fixed;
  margin-bottom: 0;
  right: 20px;
  bottom: 30px;
  height: 250px;
  width: 300px; }
  .is-tablet .gallery-adslot {
    display: none; }

.gallery-container {
  background: #000;
  color: #fff;
  position: fixed;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 330px;
  z-index: 1; }
  .is-tablet .gallery-container {
    right: 10px;
    bottom: 110px; }
  .is-mobile .gallery-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.gallery-title {
  height: 60px;
  padding: 20px 10px;
  background: #111; }
  .gallery-title h3 {
    margin: 0 !important; }
  .is-mobile .gallery-title {
    display: none; }

.gallery-viewport,
.gallery-thumbs {
  position: fixed;
  overflow: hidden;
  top: 70px;
  bottom: 10px;
  left: 10px;
  right: 330px; }
  .is-tablet .gallery-viewport, .is-tablet
  .gallery-thumbs {
    bottom: 110px;
    right: 10px; }
  .is-mobile .gallery-viewport, .is-mobile
  .gallery-thumbs {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.gallery-thumbs {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  overflow: scroll;
  font-size: 0;
  line-height: 1; }
  @media only screen and (max-width: 720px) {
    .gallery-thumbs {
      display: block; } }
  .gallery-thumbs img {
    cursor: pointer;
    height: auto;
    padding: 1px;
    display: inline-block; }
    @media only screen and (max-width: 720px) {
      .gallery-thumbs img {
        width: 30%; } }
  .gallery-thumbs.is-showing {
    display: block;
    z-index: 3; }

.thumbs-showing .gallery-prev,
.thumbs-showing .gallery-next {
  display: none; }

.gallery-slides-wrapper {
  position: relative; }
  @media only screen and (max-width: 720px) {
    .gallery-slides-wrapper {
      display: none; } }

.gallery-slide {
  display: table-cell;
  max-height: 100%;
  text-align: center;
  overflow: hidden;
  float: left; }
  .gallery-slide img {
    display: inline-block; }

.gallery-nav {
  height: 42px;
  width: 42px;
  position: fixed;
  z-index: 3;
  text-align: center;
  color: #fff;
  background: none;
  border: none; }
  .gallery-nav:focus {
    outline: 0; }
  .gallery-nav.is-hidden {
    display: none; }
  .gallery-nav:hover {
    color: #fff;
    background-color: #880002;
    cursor: pointer; }
  .gallery-nav span {
    display: none; }
  .gallery-nav i {
    line-height: 42px;
    width: 100%;
    font-size: 20px; }

.gallery-prev,
.gallery-next {
  top: 49%;
  background-color: #000;
  border: none; }
  .gallery-prev:focus,
  .gallery-next:focus {
    outline: 0; }

@media only screen and (max-width: 720px) {
  .gallery .gallery-prev,
  .gallery .gallery-next {
    display: none; } }

.gallery-prev {
  left: 10px; }
  .is-tablet .gallery-prev {
    left: 10px; }
  .is-mobile .gallery-prev {
    left: 0; }

.gallery-next {
  right: 330px; }
  .is-tablet .gallery-next {
    right: 10px; }
  .is-mobile .gallery-next {
    right: 0; }

.gallery-close {
  top: 10px;
  right: 10px;
  z-index: 5;
  color: #000; }
  .is-tablet .gallery-close {
    top: 20px;
    right: 15px;
    color: #fff; }
  .is-mobile .gallery-close {
    top: 0;
    right: 0;
    color: #fff; }

.gallery-fullscreen {
  top: 20px;
  right: 340px; }
  .is-mobile .gallery-fullscreen, .is-tablet .gallery-fullscreen {
    display: none; }
  .is-fullscreen .gallery-fullscreen {
    display: none; }

.gallery-thumbs-toggle {
  top: 20px;
  right: 390px; }
  .is-mobile .gallery-thumbs-toggle,
  .is-tablet .gallery-thumbs-toggle {
    display: none; }
  .is-fullscreen .gallery-thumbs-toggle {
    right: 340px; }

.gallery-count {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px;
  z-index: 2; }
  .is-tablet .gallery-count {
    bottom: 120px; }
  @media only screen and (max-width: 720px) {
    .gallery-count {
      display: none; } }

.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%); }

/* same css as gllery so n .gallery-overlay */
.is-lightbox .gallery-caption {
  margin-top: -5px;
  border-top: none;
  padding: 0px 40px 15px 0px; }

.is-lightbox .gallery-viewport {
  top: 10px;
  text-align: center; }

.is-lightbox .lightbox-count {
  background: #ddd;
  padding: 3px 5px;
  display: inline-block;
  font-size: 14px; }
  .is-lightbox .lightbox-count .lightbox-count-current,
  .is-lightbox .lightbox-count .lightbox-count-total {
    display: inline-block;
    padding: 0 4px; }

.gallery-series {
  width: 1020px; }
  @media only screen and (min-width: 721px) and (max-width: 979px) {
    .gallery-series {
      width: auto; } }
  @media only screen and (max-width: 720px) {
    .gallery-series {
      width: 100%;
      margin: 0; } }
  .gallery-series .key {
    margin: 0;
    padding: 5px 15px;
    background-color: #fafafa;
    font-size: 11px; }
  .gallery-series figure {
    position: relative;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 100%; }
    @media only screen and (max-width: 720px) {
      .gallery-series figure {
        padding-bottom: 20px;
        margin-top: 20px;
        font-size: 12px; } }
    .gallery-series figure:hover .gallery-social-share {
      opacity: 1; }
    .gallery-series figure:first-child {
      margin-top: 0; }
    .gallery-series figure img {
      display: block;
      margin: 0 auto; }
    .gallery-series figure figcaption {
      padding: 15px;
      color: #000;
      background: #f2f2f2; }
      .gallery-series figure figcaption p {
        margin: 0; }
    .gallery-series figure h3 {
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 15px; }
      @media only screen and (max-width: 720px) {
        .gallery-series figure h3 {
          font-size: 16px; } }
  .gallery-series .series-nav-next {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 20px;
    background-color: #000;
    color: #fff; }
    .gallery-series .series-nav-next:hover {
      color: #fff;
      background-color: #880002; }
  .gallery-series .gallery-social-share {
    position: absolute;
    top: 10%;
    left: 20px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 0.2s ease-in; }
    @media only screen and (max-width: 720px) {
      .gallery-series .gallery-social-share {
        display: none; } }
    .gallery-series .gallery-social-share li {
      margin-bottom: 1px; }
    .gallery-series .gallery-social-share a {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 8px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      color: #fff;
      background-color: #000;
      transition: background-color 0.2s ease-in; }
    .gallery-series .gallery-social-share i {
      display: block;
      margin-top: 10px;
      font-size: 20px;
      color: #fff; }
    .gallery-series .gallery-social-share strong {
      color: #fff;
      color: rgba(255, 255, 255, 0.4); }
    .gallery-series .gallery-social-share .facebook a:hover {
      background-color: #3b5998; }
    .gallery-series .gallery-social-share .twitter a:hover {
      background-color: #00aced; }
    .gallery-series .gallery-social-share .googleplus a:hover {
      background-color: #dd4b39; }
    .gallery-series .gallery-social-share .tumblr a:hover {
      background-color: #35465c; }

.four-oh-four {
  text-align: center; }
  .four-oh-four .four-oh-four-inner {
    margin: 0 auto;
    width: 600px;
    padding: 100px 0px 0px; }
    @media only screen and (max-width: 720px) {
      .four-oh-four .four-oh-four-inner {
        padding: 20px 0px;
        width: 90%; } }
  .four-oh-four .logo {
    margin: 0px 0px 40px 0px; }
  .four-oh-four .muggins {
    font-size: 3.7em;
    margin: 0px 0px 40px 0px;
    font-weight: normal; }
    .four-oh-four .muggins .first-word {
      font-weight: bold; }
    @media only screen and (max-width: 720px) {
      .four-oh-four .muggins {
        font-size: 2.8em; } }
  .four-oh-four .search {
    text-align: center;
    position: relative; }
    .four-oh-four .search .search-submit {
      display: block;
      width: 30px;
      height: 30px;
      background: #fff url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/images/footer-icon-sprite.png") no-repeat -241px -48px;
      border: 1px solid transparent;
      outline: none;
      position: absolute;
      top: 8px;
      left: 5px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      border-radius: 5px; }
      .four-oh-four .search .search-submit:hover {
        background-color: #eee;
        cursor: pointer; }
    .four-oh-four .search .search-input {
      display: block;
      padding: 12px 12px 12px 40px;
      font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, sans-serif;
      font-size: 1.5em;
      color: #333;
      border: 1px solid #ddd;
      background-color: #fff;
      outline: none;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      border-radius: 5px;
      box-shadow: inset 0 2px 1px #f0f0f0; }
      @media only screen and (max-width: 720px) {
        .four-oh-four .search .search-input {
          font-size: 1.2em; } }
  .four-oh-four .buttons {
    margin: 40px 0px; }
    .four-oh-four .buttons a {
      background: #880002;
      border: 1px solid #3c0001;
      color: #fff;
      display: inline-block;
      padding: 10px 12px;
      margin: 0px 20px;
      font-size: 1.3em;
      background-image: linear-gradient(#880002, #550001);
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px; }
      .four-oh-four .buttons a:hover {
        background: #bb0003;
        background-image: linear-gradient(#6f0002, #880002); }
  .four-oh-four .nav-footer a {
    border-right-color: #e6e6e6;
    font-size: 1.1em; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0") format("embedded-opentype"), url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://roadcyclinguk.com/wp-content/themes/foundation/assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.js-lazyload:not(.c-article-head),
.js-lazyloading:not(.c-article-head) {
  opacity: .8;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: opacity .3s, -webkit-filter .3s;
  transition: opacity .3s, filter .3s;
  transition: opacity .3s, filter .3s, -webkit-filter .3s; }

.js-lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: opacity .3s, -webkit-filter .3s;
  transition: opacity .3s, filter .3s;
  transition: opacity .3s, filter .3s, -webkit-filter .3s; }

.u-reponsive-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%; }

.u-reponsive-image {
  position: absolute;
  left: 0;
  width: 100%; }
</pre></body></html>