.u-light-bg {
  background: #F2F2F2 !important; }

.u-list-inline {
  list-style: none !important;
  float: none !important;
  padding: 0 !important; }
  .u-list-inline > li {
    display: inline-block !important;
    vertical-align: middle !important; }

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

.u-text-dark {
  color: #000 !important; }

.c-card {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  height: 100%; }
  .c-card:hover .c-card__title {
    color: #1160A5; }

.c-card__figure {
  margin: 0; }

.c-card__image {
  max-width: 100%;
  height: auto; }

.c-card__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  text-align: left;
  padding: 10px 10px 10px 0; }
  .c-card__body {
    *zoom: 1; }
  .c-card__body:before, .c-card__body:after {
    content: "";
    display: table; }
  .c-card__body:after {
    clear: both; }

.c-card__aside,
.c-card__text {
  float: left; }

.c-card__text-container {
  margin-bottom: 15px; }

.c-card__aside {
  width: 25%; }

.c-card__text {
  width: 75%;
  padding-left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-card__title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  transition: color ease .3s; }

.c-card__info {
  color: #1160A5;
  font-weight: bold;
  font-size: 11px;
  display: inline; }

.c-blockquote {
  margin: 30px;
  padding: 0;
  border: none;
  max-width: 220px; }
  @media (max-width: 767px) {
    .c-blockquote {
      max-width: 100%; } }
  @media (min-width: 767px) {
    .c-blockquote.is-right {
      float: right; } }
  .c-blockquote:before, .c-blockquote:after {
    background: #1160a5;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: 'Times New Roman', serif;
    font-size: 72px;
    height: 60px;
    line-height: 1.3;
    margin: 0 auto;
    text-align: center;
    width: 60px; }
  .c-blockquote:before {
    content: open-quote; }
  .c-blockquote:after {
    content: close-quote; }

.c-blockquote__text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
  padding: 15px 0; }
  .c-blockquote__text, .c-blockquote__text * {
    color: #2B2B2B;
    font-family: "utopia-std", serif;
    font-size: 19px;
    line-height: 1.4; }
  .c-blockquote__text > *:last-child {
    margin-bottom: 0; }

.c-form--search {
  position: relative;
  margin-bottom: 30px; }
  .c-form--search .hiddenFields {
    margin: 0 !important; }

.c-form__input--rounded {
  border-radius: 20px; }

.c-form__submit--icon {
  position: absolute;
  background: none;
  top: 3px;
  left: 97%;
  padding: 0; }
  .c-form__submit--icon .sb-icon-search {
    background: none;
    color: #ccc; }

.c-date {
  background: #fff;
  display: block;
  text-align: center;
  padding-top: 10px; }

.c-date--floating {
  position: relative;
  top: -20px; }

.c-date__day,
.c-date__day-number,
.c-date__month {
  display: block;
  text-transform: uppercase; }

.c-date__day {
  color: #1160A5;
  font-size: 15px; }

.c-date__day-number {
  color: #002C42;
  font-size: 32px;
  font-weight: bold;
  font-family: "utopia-std", sans-serif;
  margin: 5px 0; }

.c-date__month {
  background: #1160A5;
  color: #fff;
  padding: 5px 0;
  font-size: 14px; }

.c-icon {
  width: 25px;
  height: 25px;
  fill: #1160A5;
  transition: all ease .3s;
  cursor: default; }
  .c-icon:hover {
    fill: #002C42; }

.c-tooltip {
  display: block; }
  .c-tooltip, .c-tooltip:hover {
    border: none; }

.tooltip {
  background: #002C42;
  border-radius: 5px; }

.c-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 15px 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-title__text {
  font-size: 37px;
  color: #BB964E;
  padding-right: 14px; }

.c-title__button-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.c-block {
  background: #fff;
  padding: 30px 0; }

.c-block__lead {
  color: #BB964E;
  font-size: 20px;
  font-family: "utopia-std", "sans-serif"; }

.c-block__title {
  color: #BB964E;
  border-bottom: 1px solid #BB964E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 30px; }

.c-block__subtitle {
  color: #002C42;
  margin-top: 0;
  font-size: 24px; }

.c-tweet {
  text-align: left;
  margin-bottom: 20px; }
  .c-tweet {
    *zoom: 1; }
  .c-tweet:before, .c-tweet:after {
    content: "";
    display: table; }
  .c-tweet:after {
    clear: both; }

.c-tweet__profile-image,
.c-tweet__body {
  float: left; }

.c-tweet__profile-image {
  width: 20%; }

.c-tweet__body {
  width: 80%; }

.c-tweet__author-name {
  font-weight: bold; }

.c-tweet__author-name,
.c-tweet__author-screen-name,
.c-tweet__date {
  display: inline;
  margin-bottom: 0;
  font-size: 13px; }

.ui-infowindow {
  max-width: 200px; }

.c-marker {
  background: #F15A24;
  position: relative;
  padding: 10px; }
  .c-marker, .c-marker p, .c-marker a {
    color: #fff;
    font-size: 12px;
    margin: 0; }
  .c-marker a {
    text-decoration: underline; }
  .c-marker:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F15A24; }

.c-marker__title {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0; }

.tweet-area {
  background: #fff;
  padding: 15px; }
  @media (min-width: 780px) {
    .tweet-area {
      padding: 36px 0 15px 15px;
      float: left !important;
      margin-left: -15px; }
      .tweet-area:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff; } }

.tweet-area-title {
  text-align: left;
  font-size: 21px;
  margin-bottom: 25px; }

.equal-height-row.is-new {
  margin-bottom: 0;
  position: relative;
  overflow: visible; }
  @media (min-width: 700px) {
    .equal-height-row.is-new {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 780px) {
  .card-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

#nav-bottom nav > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  main section#series section {
    width: 33.3333%; }
  main section#series {
    width: 100%; }
  #explore div > section > section article section p {
    min-height: 70px; } }

#content article h3 {
  font-size: 20px; }

.event-map #map {
  width: 100% !important; }

@media only screen and (min-width: 40.063em) {
  #media-images .media-image-grid {
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
    margin-left: 0px; }
  #media-images .media-image-grid .row {
    margin-bottom: 5px; }
  #media-images .media-image-grid .blockery-item {
    margin: 0 10px 5px 0; }
  #media-images .media-image-grid .blockery-item:last-of-type {
    margin-right: 0; } }
