body, html {
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.95em;
  background: #f7fbfb url("../img/footer-background-repeat.png") repeat-x bottom; }

.cbtr__header {
  width: 100%; }
  .cbtr__header__logo {
    width: 100%; }
    @media (max-width: 767px) {
      .cbtr__header__logo {
        margin: 0; } }
    .cbtr__header__logo__link {
      display: block;
      width: 100%;
      height: 100px;
      background: url("../img/logo.png") no-repeat center;
      background-size: contain;
      box-sizing: content-box;
      margin: 20px 0; }
      @media (max-width: 767px) {
        .cbtr__header__logo__link {
          margin: 0; } }
      .cbtr__header__logo__link__hider {
        display: none; }

.cbtr__nav {
  width: 100%;
  background: #CFDDE3;
  color: #63686b;
  text-transform: uppercase; }
  .cbtr__nav__container {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
  .cbtr__nav__list {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .cbtr__nav__list {
        flex-wrap: wrap; } }
    .cbtr__nav__list__item {
      margin: 0 5px 0 0;
      padding: 0;
      text-align: center; }
      .cbtr__nav__list__item--form {
        position: relative; }
        .cbtr__nav__list__item--form.cbtr__nav__list__item__link--active:after {
          top: -3px; }
      .cbtr__nav__list__item__form {
        padding: 14px 0 14px 10px;
        display: flex; }
        .cbtr__nav__list__item__form__input {
          background: transparent;
          border: none;
          border-bottom: 1px solid #333;
          margin: 0;
          padding: 0;
          font-size: 1.0em;
          font-family: Georgia, 'Times New Roman', Times, serif;
          border-radius: 0; }
        .cbtr__nav__list__item__form__submit {
          background: url("../img/search.png") no-repeat center;
          width: 20px;
          height: 22px;
          border: none;
          border-bottom: 1px solid #333;
          cursor: pointer; }
          .cbtr__nav__list__item__form__submit > span {
            display: none; }
      .cbtr__nav__list__item__link {
        text-decoration: none;
        color: #63686b;
        display: block;
        padding: 20px 10px;
        position: relative; }
        .cbtr__nav__list__item__link--active:after {
          display: block;
          content: '';
          top: 0;
          left: 50%;
          border: solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #f7fbfb !important;
          border-width: 15px;
          margin-left: -15px; }
        .cbtr__nav__list__item__link:hover:after {
          display: block;
          content: '';
          top: 0;
          left: 50%;
          border: solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: rgba(247, 251, 251, 0.4);
          border-width: 15px;
          margin-left: -15px; }
  .cbtr__nav .cbtr__menu__toggle {
    display: none; }
  @media (max-width: 899px) {
    .cbtr__nav .cbtr__menu__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 10px; }
    .cbtr__nav .cbtr__menu__toggle {
      cursor: pointer;
      display: flex;
      align-items: center; }
      .cbtr__nav .cbtr__menu__toggle .cbtr__menu__icon {
        margin-right: 10px; }
    .cbtr__nav .cbtr__nav__list {
      display: none; }
    .cbtr__nav .cbtr__nav__container {
      display: flex;
      flex-direction: column-reverse;
      align-items: normal; }
    .cbtr__nav .cbtr__nav__list__item__link:after, .cbtr__nav .cbtr__nav__list__item__link--active:after {
      content: none; }
    .cbtr__nav .cbtr__nav__list__item {
      margin: 0; }
    .cbtr__nav .cbtr__nav__list__item__link {
      margin: 0; }
      .cbtr__nav .cbtr__nav__list__item__link:hover {
        background-color: #c6d8e0; }
    .cbtr__nav.menu--open .cbtr__nav__list {
      display: block; } }

.cbtr__content {
  display: flex;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .cbtr__content {
      display: block; } }
  .cbtr__content object {
    margin: 10px -25% !important;
    width: 150% !important; }

.cbtr__main {
  flex-grow: 1; }
  .cbtr__main--home {
    padding: 20px 20px 0 0; }
    @media (max-width: 767px) {
      .cbtr__main--home {
        padding: 20px 0 0 0; } }
  .cbtr__main--explore {
    padding: 0 20px 0 0; }
    @media (max-width: 767px) {
      .cbtr__main--explore {
        padding: 20px 0 0 0; } }

.cbtr__article__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cbtr__article__list--pullout {
    margin: 0 -10px;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .cbtr__article__list--pullout li {
      position: relative;
      width: 50%; }
      .cbtr__article__list--pullout li:first-child {
        position: relative;
        width: 100%; }
        .cbtr__article__list--pullout li:first-child .cbtr__article.cbtr__article--full {
          padding-top: 50%; }
          @media (max-width: 479px) {
            .cbtr__article__list--pullout li:first-child .cbtr__article.cbtr__article--full {
              padding-top: 100%; } }
      @media (max-width: 479px) {
        .cbtr__article__list--pullout li {
          width: 100%; } }
  .cbtr__article__list--half {
    width: 100%; }
    .cbtr__article__list--half .cbtr__article__list__item {
      width: 50%;
      display: inline-block;
      float: left; }
    @media (max-width: 479px) {
      .cbtr__article__list--half .cbtr__article__list__item {
        width: 100%; } }
  .cbtr__article__list--rows {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
  .cbtr__article__list__item {
    padding: 10px;
    box-sizing: border-box; }
    .cbtr__article__list__item--half {
      width: 50%; }
      @media (max-width: 767px) {
        .cbtr__article__list__item--half {
          width: 50%; } }
      @media (max-width: 479px) {
        .cbtr__article__list__item--half {
          width: 100%; } }
    .cbtr__article__list__item--full {
      width: 100%; }

.cbtr__article__list__rest__wrapper {
  margin: 0 -10px; }
  .cbtr__article__list__rest__wrapper .cbtr__article__list {
    display: flex;
    flex-wrap: wrap; }

.cbtr__article {
  background: #EEF5F8 url("../img/logo.png") no-repeat center;
  background-size: 50%;
  padding-top: 50%;
  position: relative; }
  .cbtr__article--full {
    width: 100%; }
    @media (max-width: 479px) {
      .cbtr__article--full {
        padding-top: 100%; } }
  .cbtr__article--half {
    width: 50%; }
  .cbtr__article--twothirds {
    width: 66.67%; }
  .cbtr__article--square {
    padding-top: 100%; }
  @media (max-width: 859px) {
    .cbtr__article__content {
      padding: 0 10px; } }
  .cbtr__article .cbtr__article__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #fff; }
    .cbtr__article .cbtr__article__link .cbtr__article__description {
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      top: 100%;
      transform: translateY(0%);
      transition: transform 0.2s;
      letter-spacing: 0.3px; }
      .cbtr__article .cbtr__article__link .cbtr__article__description__title {
        font-size: 1.2em;
        position: absolute;
        font-weight: normal;
        margin: 0;
        padding: 15px;
        width: 100%;
        transform: translateY(-100%);
        background: rgba(0, 0, 0, 0.5);
        box-sizing: border-box; }
      .cbtr__article .cbtr__article__link .cbtr__article__description__excerpt {
        font-size: .9em;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0 15px 15px;
        box-sizing: border-box; }
    @media (min-width: 769px) {
      .cbtr__article .cbtr__article__link:hover .cbtr__article__description {
        transform: translateY(-100%); }
        .cbtr__article .cbtr__article__link:hover .cbtr__article__description__title {
          margin-top: 0; } }
  .cbtr__article__divider--title {
    margin: 40px 0 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: relative;
    color: #1F2E33;
    letter-spacing: 5px;
    font-weight: normal; }
    .cbtr__article__divider--title--first {
      margin: 0 0 20px; }
    .cbtr__article__divider--title--h1 {
      margin-top: 18px; }
    .cbtr__article__divider--title:after {
      z-index: 1;
      position: absolute;
      content: '';
      background: #C1C4C4;
      display: block;
      width: 100%;
      height: 1px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .cbtr__article__divider--title > span {
      background: #F7FBFB;
      z-index: 2;
      padding: 1px 30px;
      position: relative; }

.cbtr__viewArticles {
  text-align: center; }
  .cbtr__viewArticles__link {
    font-style: italic;
    color: #333; }
    .cbtr__viewArticles__link:hover {
      color: #999;
      text-decoration: none; }

.cbtr__aside__articleHolder {
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-top: 50%; }
  @media (max-width: 479px) {
    .cbtr__aside__articleHolder {
      padding-top: 100%; } }
  .cbtr__aside__articleHolder .cbtr__article {
    padding-top: 0;
    height: 100%; }
  .cbtr__aside__articleHolder .cbtr__article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.cbtr__sidebar {
  width: 220px;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .cbtr__sidebar {
      width: 100%; } }
  .cbtr__sidebar__featured {
    background: #EEF5F8 url("../img/logo.png") no-repeat center;
    background-size: 50%;
    width: 100%;
    padding-top: 125%; }
    .cbtr__sidebar__featured--square {
      padding-top: 100%; }
    .cbtr__sidebar__featured__link {
      color: #fff;
      text-decoration: none; }
    .cbtr__sidebar__featured__details {
      background: #1F2D33;
      padding: 15px;
      letter-spacing: 0.3px;
      color: rgba(255, 255, 255, 0.8); }
      .cbtr__sidebar__featured__details > h3 {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #71AEBC;
        font-size: 0.9em;
        margin: 0;
        padding: 0; }
      .cbtr__sidebar__featured__details > h4 {
        font-size: 1.1em;
        line-height: 1.3em;
        font-weight: normal;
        margin: 5px 0 0;
        padding: 0; }
      .cbtr__sidebar__featured__details > p {
        font-size: 0.9em;
        line-height: 1.3em;
        margin: 5px 0 0;
        padding: 0;
        color: rgba(255, 255, 255, 0.8); }
  .cbtr__sidebar__subscribe {
    padding: 10px 0; }
    .cbtr__sidebar__subscribe input {
      width: 100%;
      padding: 10px 10px;
      font-size: 1.1em;
      box-sizing: border-box; }
    .cbtr__sidebar__subscribe button {
      width: 100%;
      -webkit-appearance: none;
      background: #0091AB;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      cursor: pointer; }
  .cbtr__sidebar__social {
    display: flex;
    justify-content: space-between; }
    .cbtr__sidebar__social a {
      width: 30px;
      height: 30px;
      display: inline-block; }

.social__facebook {
  background: url("../img/share_facebook--white.png") no-repeat center/contain; }

.social__instagram {
  background: url("../img/share_instagram--white.png") no-repeat center/contain; }

.social__twitter {
  background: url("../img/share_twitter--white.png") no-repeat center/contain; }

.social__email {
  background: url("../img/share_email--white.png") no-repeat center/contain; }

.ssba {
  padding: 10px 0 0; }
  .ssba > div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .ssba a {
    display: block;
    width: 30px;
    height: 30px; }
    .ssba a.ssba_facebook_share {
      background: url("../img/share_facebook--white.png") no-repeat center/contain; }
    .ssba a.ssba_twitter_share {
      background: url("../img/share_twitter--white.png") no-repeat center/contain; }
    .ssba a.ssba_google_share {
      background: url("../img/share_google_plus--white.png") no-repeat center/contain; }
    .ssba a.ssba_pinterest_share {
      background: url("../img/share_pinterest--white.png") no-repeat center/contain; }
    .ssba a.ssba_email_share {
      background: url("../img/share_email--white.png") no-repeat center/contain; }
    .ssba a > img {
      display: none; }

.cbtr__hr--small {
  background: url("../img/knot-seperator.png") no-repeat center;
  margin: 10px 0;
  height: 40px;
  width: 100%;
  border: none; }

.cbtr__contributor__side__social {
  padding: 0;
  margin: 0 0 1em; }
  .cbtr__contributor__side__social > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 38px;
    color: #0091AB;
    text-decoration: none; }
    .cbtr__contributor__side__social > a:hover {
      text-decoration: underline; }
  .cbtr__contributor__side__social__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .cbtr__contributor__side__social--twitter > a {
    background: url("../img/share_twitter--black.png") no-repeat 0px center/contain; }
  .cbtr__contributor__side__social--facebook > a {
    background: url("../img/share_facebook--black.png") no-repeat 0px center/contain; }
  .cbtr__contributor__side__social--pinterest > a {
    background: url("../img/share_pinterest--black.png") no-repeat 0px center/contain; }
  .cbtr__contributor__side__social--instagram > a {
    background: url("../img/share_instagram--black.png") no-repeat 0px center/contain; }
  .cbtr__contributor__side__social--website > a {
    background: url("../img/share_website--black.png") no-repeat 0px center/contain; }

.cbtr__preview__date {
  font-style: italic;
  padding: 0;
  margin: 1em 0 0;
  color: rgba(255, 255, 255, 0.7); }

.cbtr__contributor__page {
  display: none; }

.cbtr__slug__link {
  display: inline-block;
  padding: 8px 12px;
  background: #5AA0AE;
  border: 1px solid #5AA0AE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px; }
  .cbtr__slug__link:hover {
    background: #fff;
    color: #5AA0AE; }

.cbtr__topics-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cbtr__topics-list__topic {
    margin: 0 0 3em; }
    .cbtr__topics-list__topic__key {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 3em;
      margin: 0 0 0.2em;
      padding: 0 10px; }

.cbtr__contributor__image {
  margin-top: 20px; }

@media (max-width: 859px) {
  .cbtr__sidebar__bare, .cbtr__contributor__side__social__list {
    padding: 0 10px; } }

.cbtr__footer {
  width: 100%;
  color: #fff;
  letter-spacing: 0.4px;
  margin-top: -130px;
  text-align: center; }
  .cbtr__footer__river__repeater {
    background: url("../img/footer-repeat.png") repeat-x bottom; }
  .cbtr__footer__river__illustration {
    background: url("../img/footer-river.png") no-repeat bottom center; }
  .cbtr__footer__river__content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding-top: 550px;
    display: flex;
    justify-content: center; }
  .cbtr__footer__panel {
    font-size: 0.9em;
    padding: 10px 10px 30px; }
    .cbtr__footer__panel--quarter {
      width: 25%; }
    .cbtr__footer__panel--half {
      width: 50%; }
      @media (max-width: 767px) {
        .cbtr__footer__panel--half {
          width: 100%; } }
    .cbtr__footer__panel > h2 {
      font-size: 1.3em;
      letter-spacing: 0.8px; }
    .cbtr__footer__panel a {
      text-decoration: none;
      color: #fff; }
      .cbtr__footer__panel a:hover {
        text-decoration: underline; }
    .cbtr__footer__panel p {
      padding: 0 0 0.6em;
      line-height: 1.6em;
      margin: 0; }
  .cbtr__footer .cbtr__subscribe {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding: 10px 0 0; }
    @media (max-width: 767px) {
      .cbtr__footer .cbtr__subscribe {
        flex-direction: column; } }
    .cbtr__footer .cbtr__subscribe input {
      flex-grow: 1;
      padding: 10px 10px;
      font-size: 1.1em;
      border-radius: 0; }
    .cbtr__footer .cbtr__subscribe button {
      flex-grow: 0;
      -webkit-appearance: none;
      background: #0091AB;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      cursor: pointer; }
  .cbtr__footer__social {
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    .cbtr__footer__social a {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin: 5px; }
  .cbtr__footer__linkList {
    list-style: none;
    margin: 0;
    padding: 0; }
    .cbtr__footer__linkList__item {
      margin: 0;
      padding: 0 0 0.6em; }
      .cbtr__footer__linkList__item__link {
        text-decoration: none;
        color: #fff; }
        .cbtr__footer__linkList__item__link:hover {
          text-decoration: underline; }
  .cbtr__footer__base {
    text-align: center;
    background: #1F2D31;
    padding: 10px 0 40px 0;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px; }
    .cbtr__footer__base > p,
    .cbtr__footer__base > nav {
      max-width: 840px;
      width: 100%;
      margin: 0 auto; }
    .cbtr__footer__base > p {
      padding: 0 0 0.6em;
      color: rgba(255, 255, 255, 0.6); }
    .cbtr__footer__base > nav {
      font-size: 1.2em; }
      .cbtr__footer__base > nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        justify-content: center; }
        .cbtr__footer__base > nav > ul > li {
          flex-grow: 0;
          padding: 10px; }
          .cbtr__footer__base > nav > ul > li > a {
            display: block;
            padding: 10px;
            margin: 0 10px;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none; }
            .cbtr__footer__base > nav > ul > li > a:hover {
              text-decoration: underline; }

.cbtr__page {
  padding: 20px 20px 20px 0; }
  @media (max-width: 859px) {
    .cbtr__page {
      padding: 20px 0 0 0; } }
  .cbtr__page__header {
    width: 100%; }
    .cbtr__page__header--image {
      padding-top: 50%;
      background-size: cover;
      background-position: center; }
    .cbtr__page__header__details {
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 25px 70px; }
      @media (max-width: 859px) {
        .cbtr__page__header__details {
          padding: 25px 10px; } }
      .cbtr__page__header__details h1, .cbtr__page__header__details p {
        margin: 0 auto;
        letter-spacing: 0.3px; }
      .cbtr__page__header__details h1 {
        font-weight: normal;
        line-height: 1.3em;
        margin: 0 auto 0.6em; }
      .cbtr__page__header__details p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em; }
        .cbtr__page__header__details p a {
          color: #fff; }
          .cbtr__page__header__details p a:hover {
            text-decoration: none; }
  .cbtr__page__content {
    margin: 0 auto;
    padding: 10px 0;
    color: #1F1F1F; }
    @media (max-width: 859px) {
      .cbtr__page__content {
        padding: 0 10px; } }
    .cbtr__page__content .wp-caption {
      width: 100% !important; }
      .cbtr__page__content .wp-caption > a {
        display: block; }
      .cbtr__page__content .wp-caption > .wp-caption-text {
        font-size: 0.9em;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        border-bottom: 1.5px solid #7E8381;
        padding-bottom: 10px; }
        .cbtr__page__content .wp-caption > .wp-caption-text em {
          font-style: normal; }
    .cbtr__page__content img {
      width: 100%;
      max-width: 100% !important;
      height: auto !important; }
    .cbtr__page__content iframe {
      width: 100%;
      max-width: 100% !important; }
    .cbtr__page__content p {
      line-height: 1.5em;
      letter-spacing: 0.1px; }
    .cbtr__page__content a {
      color: #2aa2bd; }
  .cbtr__page__footer__meta {
    padding: 10px 0;
    margin: 20px 0 0;
    border-top: 1px solid #CBCFCE; }
    @media (max-width: 859px) {
      .cbtr__page__footer__meta {
        padding: 10px; } }
    .cbtr__page__footer__meta__holder {
      display: flex; }
    .cbtr__page__footer__meta__item--key {
      flex-shrink: 0;
      flex-grow: 0;
      width: 75px; }
    .cbtr__page__footer__meta__tags {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0 0 1em;
      padding: 0; }
      .cbtr__page__footer__meta__tags > li {
        margin: 0 10px 0 0; }
        .cbtr__page__footer__meta__tags > li > p {
          margin-bottom: 0; }
          .cbtr__page__footer__meta__tags > li > p > a {
            color: #1F1F1F;
            text-decoration: none;
            padding: 0 10px 0 0;
            border-right: 1px solid #1F1F1F; }
            .cbtr__page__footer__meta__tags > li > p > a:hover {
              color: #2aa2bd; }
        .cbtr__page__footer__meta__tags > li:last-child > p > a {
          border-right: none; }
  .cbtr__page__footer .ssba {
    padding: 10px 0 0; }
    .cbtr__page__footer .ssba > div {
      display: block; }
    .cbtr__page__footer .ssba a {
      display: inline-block;
      margin: 0 10px 0 0;
      width: 30px;
      height: 30px; }
      .cbtr__page__footer .ssba a.ssba_facebook_share {
        background: url("../img/share_facebook--black.png") no-repeat center/contain; }
      .cbtr__page__footer .ssba a.ssba_twitter_share {
        background: url("../img/share_twitter--black.png") no-repeat center/contain; }
      .cbtr__page__footer .ssba a.ssba_google_share {
        background: url("../img/share_google_plus--black.png") no-repeat center/contain; }
      .cbtr__page__footer .ssba a.ssba_pinterest_share {
        background: url("../img/share_pinterest--black.png") no-repeat center/contain; }
      .cbtr__page__footer .ssba a.ssba_email_share {
        background: url("../img/share_email--black.png") no-repeat center/contain; }
      .cbtr__page__footer .ssba a > img {
        display: none; }
  .cbtr__page__footer__related {
    border-top: 1px solid #CBCFCE;
    padding-top: 30px; }
    @media (max-width: 859px) {
      .cbtr__page__footer__related > p {
        padding-left: 10px;
        padding-right: 10px; } }
    .cbtr__page__footer__related--no-border {
      padding-top: 20px;
      border-top: none; }

.cbtr__search__meta {
  text-align: center; }

.cbtr__search__pagination {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 10px 0 20px; }
  .cbtr__search__pagination__links {
    justify-content: center;
    width: auto;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    .cbtr__search__pagination__links__link {
      margin: 0 2px;
      padding: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border: 1px solid #2aa2bd; }
      .cbtr__search__pagination__links__link > span {
        padding: 8px 12px;
        display: block;
        color: #2aa2bd; }
      .cbtr__search__pagination__links__link > a {
        display: block;
        padding: 8px 12px;
        background: #2aa2bd;
        color: #fff;
        text-decoration: none; }

.widget.widget_sp_image {
  display: flex;
  flex-direction: column; }
  .widget.widget_sp_image .widget_sp_image-image-link {
    display: flex; }
  @media (max-width: 767px) {
    .widget.widget_sp_image .widget_sp_image-image-link {
      display: block; } }
  .widget.widget_sp_image .widget_sp_image-description {
    padding: 15px;
    background: #1F2D31;
    text-transform: uppercase;
    color: #71AEBC;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }
    .widget.widget_sp_image .widget_sp_image-description p {
      margin: 0; }

.cbtr__sidebar li {
  list-style-type: none; }

.cbtr__widget__signup {
  background: #1F2D33;
  padding: 15px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.8); }
  .cbtr__widget__signup h3 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #71AEBC;
    font-size: 0.9em;
    margin: 0;
    padding: 0; }
  .cbtr__widget__signup h4 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 0; }
  .cbtr__widget__signup p {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 5px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8); }
  .cbtr__widget__signup .cbtr__subscribe {
    padding: 10px 0; }
    .cbtr__widget__signup .cbtr__subscribe input {
      width: 100%;
      padding: 10px 10px;
      font-size: 1.1em;
      box-sizing: border-box;
      border-radius: 0; }
    .cbtr__widget__signup .cbtr__subscribe button {
      width: 100%;
      -webkit-appearance: none;
      background: #0091AB;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      cursor: pointer; }

.mc4wp-response p {
  margin: 0 0 5px; }

@media (max-width: 767px) {
  .widget_sp_image img {
    width: 100%;
    height: auto; } }

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