/*
 Theme Name:     REI Co-Op Journal - v4.0 (New Fonts - May 2020)
 Theme URI:      http://themeforest.net/user/cubell
 Description:    REI Co-Op Journal Theme. Based on '15zine' by Cubell.
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       15zine
 Version:        3.0.1 (15Zine 1.3)
*/

/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */

/***********************
  GLOBAL SETTINGS
***********************/
dfn,
em,
.em {
  font-style: italic;
  font-family: "Graphik Web";
}

i {
  font-style: italic;
  font-family: "Graphik Web";
}

#cb-container {
  margin-top: 30px;
}

.cb-entire-post {
  margin-top: -30px;
}

.cb-body-light h2 {
  font-family: Stuart, Georgia, serif !important;
  font-size: 32px !important;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.16px;
  line-height: 36px;
  color: rgb(12 11 8 / 75%);
  padding-top: 60px;
  margin-bottom: 20px;
}

h2.rei-tags-title {
  font-weight: 500;
  font-size: 25px !important;
  text-align: center;
}

@media screen and ( min-width:540px ) {
  .rei-tags-container {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  .rei-tags-container a {
    display: block !important;
  }
}

.cb-body-light h3 {
  font-family: Stuart, Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  letter-spacing: -0.16px;
  line-height: 32px;
  color: rgb(12 11 8 / 75%) !important;
}

.cb-body-light h4 {
  font-family: Stuart, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  letter-spacing: -0.16px;
  line-height: 30px;
  color: rgb(12 11 8 / 75%) !important;
}

.cb-body-light h5 {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  letter-spacing: -0.16px;
  line-height: 26px;
  text-transform: none;
  color: rgb(12 11 8 / 75%) !important;
}

.cb-body-light h6 {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
  letter-spacing: -0.16px;
  line-height: 24px;
  color: rgb(12 11 8 / 75%) !important;
}

.cb-body-light .cb-module-block .cb-post-title a {
  color: #406eb5;
  text-decoration: underline;
}

.cb-body-light .cb-module-block .cb-post-title a:hover {
  text-decoration: none !important;
}

blockquote {
  font-family: Stuart, Georgia, serif;
  font-size: 24px !important;
  line-height: 36px;
  letter-spacing: -0.8px;
  font-weight: 400;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  color: rgba(12, 11, 8, 0.75);
}

blockquote p {
  font-size: 24px !important;
  line-height: 36px !important;
  letter-spacing: -0.8px !important;
  font-weight: 400 !important;
  color: rgba(12, 11, 8, 0.75) !important;
  margin: 0 !important;
}

blockquote cite {
  font-size: 12px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.008rem;
  line-height: 1.6rem;
  color: rgba(66, 59, 47, 0.75) !important;
  display: block;
  padding-top: 1rem;
}

@media only screen and (min-width: 1020px) {
  blockquote {
    margin: 0px;
    font-size: 24px !important;
  }
}

.cb-body-light blockquote {
  font-family: Stuart, Georgia, serif;
  font-size: 24px !important;
  text-align: left;
}

.cb-404-page .cb-404-header {
  text-transform: none;
}

.cb-404-page p {
  font-weight: 500;
}

.cb-button.cb-black a,
.cb-button.cb-black.cb-no-url {
  background: #ffffff;
}

.cb-button a,
.cb-button.cb-white a {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 12px 24px;
  padding-right: 16px;
  text-align: left;
  text-transform: none;
  text-decoration: none !important;
  letter-spacing: -0.08px;
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    color 0.2s cubic-bezier(0.15, 0, 0.15, 0) !important;
  background-color: #f9f8f6 !important;
  box-shadow: inset 0 0 0 1px #928b80;
  color: #4e4d49 !important;
  fill: #4e4d49 !important;
}

.cb-button a svg {
  display: inline-block;
  fill: inherit;
  height: 24px;
  width: 24px;
  margin-left: 4px;
  vertical-align: middle;
  flex: 0 0 auto;
}

.cb-button a:hover,
.cb-button a:focus {
  color: #4e4d49;
  fill: #4e4d49;
  background-color: #f4f2ed;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgba(12, 11, 8, 0.2);
}

.cb-button.cb-grey a {
  color: #fff !important;
  background: #4e4d49 !important;
  fill: #f9f8f6 !important;
}

.cb-button.cb-grey a:visited {
  color: #fff;
  background: #4e4d49;
}

.cb-button.cb-grey a:hover {
  background: #f4f2ed !important;
  color: #4e4d49 !important;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgba(12, 11, 8, 0.2);
  fill: #4e4d49 !important;
}

.cb-sidebar-none-narrow.cb-embed-out .wp-caption-text {
  text-align: left;
  color: rgba(12, 11, 8, 0.75);
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.08px;
  line-height: 22px;
  margin-top: 14px;
  margin-bottom: 30px;
  padding: 0;
}

.cb-entry-content .alignnone .wp-caption-text {
  font-style: none;
}

.wp-block-image figcaption {
  text-align: left;
  color: rgba(12, 11, 8, 0.75);
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.08px;
  line-height: 22px;
  margin-top: 14px;
  margin-bottom: 30px;
  padding: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
  caption-side: bottom;
}

@media only screen and (min-width: 1200px) {
  .cb-sidebar-none-narrow.cb-embed-out .aligncenter {
    width: 950px !important;
    margin-left: -200px;
    margin-right: -200px;
  }
}

#cb-to-top {
  margin: 25px auto;
  font-size: 30px;
  letter-spacing: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  width: 100px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  z-index: 99;
}

#cb-to-top img {
  height: 20px;
}

a#cb-to-top {
  color: #292929 !important;
  text-decoration: none !important;
  font-size: 20px !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-weight: 400 !important;
  text-transform: none;
  text-align: center;
}

/*********************
  REI FONTS
*********************/
/* Stuart. Primarily for titles and headers */
@font-face {
  font-family: "REI Stuart Web";
  src: url("fonts/_stuart/REIStuart-Medium-Web.woff2") format("woff2"),
    url("fonts/_stuart/REIStuart-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "REI Stuart Web";
  src: url("fonts/_stuart/REIStuart-MediumItalic-Web.woff2") format("woff2"),
    url("fonts/_stuart/REIStuart-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "REI Stuart Web";
  src: url("fonts/_stuart/REIStuart-Semibold-Web.woff2") format("woff2"),
    url("fonts/_stuart/REIStuart-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "REI Stuart Web";
  src: url("fonts/_stuart/REIStuart-SemiboldItalic-Web.woff2") format("woff2"),
    url("fonts/_stuart/REIStuart-SemiboldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

/* Graphik. Primarily for body copy */
@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Thin-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-ThinItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-ThinItalic-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Extralight-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Extralight-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-ExtralightItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-ExtralightItalic-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Light-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-LightItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Regular-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-RegularItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Medium-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-MediumItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Semibold-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-SemiboldItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-SemiboldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Bold-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-BoldItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Black-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-BlackItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-BlackItalic-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-Super-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-Super-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("fonts/_graphik/Graphik-SuperItalic-Web.woff2") format("woff2"),
    url("fonts/_graphik/Graphik-SuperItalic-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Cond Web";
  src: url("fonts/_graphik/GraphikCond-VF-Web.woff2") format("woff2"),
    url("fonts/_graphik/GraphikCond-VF-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

/* -----------------------------------------------------------------------------
  LEGACY FONTS ARE BELOW AND SHOULD BE REMOVED BEFORE DEPLOYING TO PRODUCTION
----------------------------------------------------------------------------- */
/* Sentinel. Primarily for body copy */
@font-face {
  font-family: "Sentinel Medium";
  src: url("fonts/Sentinel-Medium.eot");
  src: url("fonts/Sentinel-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Sentinel-Medium.woff") format("woff"),
    url("fonts/Sentinel-Medium.svg#sentinelmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sentinel Medium Italic";
  src: url("fonts/Sentinel-MediumItalic.eot");
  src: url("fonts/Sentinel-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/Sentinel-MediumItalic.woff") format("woff"),
    url("fonts/Sentinel-MediumItalic.svg#sentinelmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sentinel Semi Bold";
  src: url("fonts/Sentinel-Semibold.eot");
  src: url("fonts/Sentinel-Semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Sentinel-Semibold.woff") format("woff"),
    url("fonts/Sentinel-Semibold.svg#sentinelmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Sentinel. Primarily for body copy */
@font-face {
  font-family: "Sentinel Bold";
  src: url("fonts/Sentinel-Bold.eot");
  src: url("fonts/Sentinel-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Sentinel-Bold.woff") format("woff"),
    url("fonts/Sentinel-Bold.svg#sentinelbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Sentinel. Primarily for body copy */
@font-face {
  font-family: "Sentinel BoldItalic";
  src: url("fonts/Sentinel-BoldItalic.eot");
  src: url("fonts/Sentinel-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/Sentinel-BoldItalic.woff") format("woff"),
    url("fonts/Sentinel-BoldItalic.svg#sentinelbolditalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Plak Condensed, primarily for Headlines and sub-headlines */
@font-face {
  font-family: "Plak BlackCondensed";
  src: url("fonts/PlakBlkCond-webfont.eot");
  src: url("fonts/PlakBlkCond-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/PlakBlkCond-webfont.woff") format("woff"),
    url("fonts/PlakBlkCond-webfont.svg#plakblackcondensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Plak Black";
  src: url("https://satchel.rei.com/media/font/Plak/Plak-Black/c52d8e32-c82b-48a0-a0ac-9d61ef2c73b9.eot?#iefix");
  src: url("https://satchel.rei.com/media/font/Plak/Plak-Black/c52d8e32-c82b-48a0-a0ac-9d61ef2c73b9.eot?#iefix")
      format("eot"),
    url("https://satchel.rei.com/media/font/Plak/Plak-Black/c72d960b-e25d-4860-b9cc-996a5bbcfcc7.woff2")
      format("woff2"),
    url("https://satchel.rei.com/media/font/Plak/Plak-Black/8777901b-91b9-477b-b762-daa2152b880c.woff")
      format("woff"),
    url("Fonts/36505657-53ca-4d60-983c-f11d733872f5.ttf") format("truetype"),
    url("Fonts/0c19efb3-410a-48fc-bafd-8dfbe1bb98de.svg") format("svg");
}

@font-face {
  font-family: "rei-icons";
  src: url("fonts/rei-icons.eot");
  src: url("fonts/rei-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/rei-icons.woff") format("woff"),
    url("fonts/rei-icons.svg#reiicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********************
  MENU STYLES
*********************/
/* Added REI Logo to Top Toolbar */
.rei-logo-toolbar {
  float: left;
  display: inline;
  width: 35px;
  height: 40px;
  background-image: url("_img/rei_coop_logo_360x231.png");
  background-repeat: no-repeat;
  background-size: 35px 22px;
  background-position: center;
  margin-right: 20px;
}

@media (max-width: 768px) {
  /* REI Top Toolbar Logo Size for Mobile Screens */
  .rei-logo-toolbar {
    height: 50px;
    margin-right: 0px;
    margin-left: 20px;
  }
  /* Removed 67% width on mobile hamburger container */
  #cb-top-menu .cb-left-side {
    width: auto;
  }
}

@media (max-width: 768px) {
  /* Hide 'Shop REI' from main menu on large screens */
  #menu-item-8574 {
    display: none !important;
  }
}

/* Font styling for main menus */
.cb-menu-light #cb-nav-bar .cb-main-nav > li > a {
  color: #000000;
  font-family: "Plak BlackCondensed";
  font-size: 19px;
  letter-spacing: 3px;
}
.cb-menu-light #cb-nav-bar .cb-main-nav {
  border-bottom: 3px solid #000000;
}
.cb-module-block {
  margin-bottom: 40px;
}

.cb-module-block .cb-article-row:hover .cb-post-title a {
  color: #406eb5;
  text-decoration: underline;
}

/* .cb-module-block .cb-article {
    margin-bottom: 30px;
    float: left;
    width: 50% !important;
    clear: none !important;
} */

/* Removes dark opacity on article hero images */
.cb-fis .cb-fis-bg-ldd {
  opacity: 1;
}

.hero-image-lcp {
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image-lcp .hero-image-lcp__img {
  width: 0;
  height: 0;
  display: none;
  object-fit: cover;
}

.cb-main {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .cb-main {
      width: 630px;
  }
}

@media only screen and (min-width: 1200px) {
  .cb-sidebar-none .cb-main {
    width: 736px;
  }
}

/* Mobile Staff Login Padding */
@media only screen and (max-width: 991px) {
  .rei-mobile-staff-login {
    padding-bottom: 100px !important;
  }
}

/***********************
  REI SUB NAVIGATIONS
***********************/
.rei-nav-sub-container {
  position: relative;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #423b2fbf;
  font-size: 16px;
  letter-spacing: -0.08px;
}
.rei-nav-sub-container a {
  color: rgba(66, 59, 47, 0.75);
}

@media screen and (max-width: 480px) {
  .rei-nav-sub-container-mobilebg {
    display: none;
    background-color: #efeee2;
    width: 110%;
    margin-left: -5%;
    border-bottom: 15px solid #efeee2;
  }
}

.rei-nav-sub-mobile-open {
  display: none;
}
@media screen and (max-width: 480px) {
  .rei-nav-sub-mobile-open {
    display: inline-block;
    width: 110%;
    margin-left: -5%;
    background-color: #efeee2;
    text-align: center;
    border-top: 15px solid #efeee2;
    border-bottom: 15px solid #efeee2;
  }
  .rei-nav-sub-mobile-open-btn {
    width: 50%;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 25px;
    color: rgb(41, 41, 41) !important;
    font-family: Graphik, "Helvetica Neue", sans-serif;
    letter-spacing: -0.08px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid rgb(97, 97, 97);
    font-weight: 500;
    text-transform: none;
    background-color: #ffffff;
  }

  .rei-nav-sub-mobile-open-btn__caret {
    display: inline-block;
    width: 24px;
    height: 10px;
    margin-left: 5px;
    background: url("library/images/caret-down.svg") 0 0 no-repeat;
    background-size: contain;
    transition: all 0.2s ease;
  }

  .rei-nav-sub-mobile-open-btn.-isOpen .rei-nav-sub-mobile-open-btn__caret {
    transform: rotate(180deg);
  }
}

.rei-nav-sub-container-mobile-close {
  display: none;
}
@media screen and (max-width: 480px) {
  .rei-nav-sub-container-mobile-close {
    display: block;
    font-family: Graphik, "Helvetica Neue", sans-serif;
    text-align: right;
    cursor: pointer;
    color: #406eb5;
    letter-spacing: -0.08px;
    font-size: 16px;
  }
}

.rei-nav-sub-container a {
  color: #292b2c;
}

.rei-nav-sub-container li {
  display: block;
  margin-right: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .rei-nav-sub-container li {
    display: block;
    margin-bottom: 10px;
  }
}

.rei-nav-sub-container-selected {
  color: #406eb5;
  border-bottom: #406eb5 solid 4px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .rei-nav-sub-container-selected {
    border-bottom: none;
    padding-bottom: 0px;
  }
}

/*********************
  GENERAL STYLES
*********************/
b,
strong,
.strong {
  font-weight: 550;
}
/* Control image sizes embedded in posts. */
.cb-entry-content img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
  width: 100%;
}
#cb-logo-box {
  padding: 55px 20px 30px 30px;
}

.rei-article-deck {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 25px;
  color: rgb(12 11 8 / 75%) !important;
}
@media screen and (max-width: 767px) {
  .rei-article-deck {
    padding-left: 10px;
  }
}

.rei-cat-subtitle {
  font-family: "Plak BlackCondensed";
  color: #ffffff;
  font-size: 27px;
  letter-spacing: 1px;
  margin-top: -5px;
  line-height: 27px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1019px) {
  .rei-cat-subtitle {
    font-size: 20px;
  }
}

.cb-entry-content {
  margin: 0 0 30px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #0c0b08bf;
}

.cb-entry-content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08px;
  color: #0c0b08bf;
  margin-bottom: 20px;
}

.cb-entry-content h1 {
  font-family: Stuart, Georgia, serif;
  width: 100%;
  float: left;
  margin-top: 25px;
  font-size: 36px;
  font-weight: 500;
  height: 44px;
  letter-spacing: -0.32px;
  line-height: 44px;
}

.cb-meta-style-1 .cb-article-meta h2,
.cb-meta-style-5 .cb-article-meta h2 {
  letter-spacing: 2px;
  font-size: 28px;
  font-family: "Plak BlackCondensed";
  line-height: 28px;
}

cb-slider-1 .cb-meta-style-1 .cb-article-meta h2,
.cb-slider-1 .cb-meta-style-5 .cb-article-meta h2 {
  letter-spacing: 2px;
  font-size: 42px;
  font-family: "Plak BlackCondensed";
  line-height: 42px;
}

.cb-module-header .cb-module-title {
  font-family: Stuart, Georgia, serif;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: -0.16px;
  padding: 0 30px 0 0;
  line-height: 28px;
  font-size: 32px;
  font-weight: 500;
  text-transform: none;
  color: #494846;
  margin-top: 10px;
  margin-left: 15px;
}
@media ( max-width: 1019px ) {
  .cb-module-header .cb-module-title {
    margin-left: 0px;
  }
}

.cb-module-header .cb-module-title:after {
  display: none;
}

.page-template-page-15zine-builder .cb-module-custom .cb-module-title {
  margin-top: 20px;
}
.cb-module-block .cb-post-title {
  font-family: Stuart, Georgia, serif !important;
  text-transform: none;
  letter-spacing: -0.16px;
  margin: 0 0 5px;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 500;
}
.cb-module-block .cb-article-small .cb-post-title {
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 15px;
}
.cb-entry-title {
  font-family: Stuart, Georgia, serif;
  font-size: 36px;
  color: rgb(12 11 8 / 75%) !important;
  line-height: 44px;
  text-transform: none;
  width: 100%;
  float: left;
  margin-top: 25px;
  letter-spacing: -0.32px;
  font-weight: 600;
}
@media only screen and (max-width: 1020px) {
  .cb-entry-title {
    zoom: 1; /* clearfix */
    width: 100%;
    line-height: 44px;
    margin-top: 14px;
  }
}
.rei-article-sub-title {
  float: left;
  width: 70%;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 20px;
  letter-spacing: -0.16px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 500;
  color: rgb(12 11 8 / 75%) !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rei-article-sub-title {
    width: 100%;
  }
}
.rei-article-title-holder {
  width: 100%;
  padding-top: 50px;
}
.cb-byline {
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  margin: 0 auto;
  width: auto;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  float: none;
  text-transform: none !important;
}

@media screen and (max-width: 767px) {
  .cb-byline {
    margin: auto;
    width: auto;
  }
}

.cb-article .cb-byline {
  width: auto;
  float: none;
}

.cb-byline-single {
  padding-top: 24px;
}
.cb-byline img {
  width: 20px;
  height: 20px;
}
.cb-body-light .cb-byline {
  color: rgb(97, 97, 97);
}
.cb-byline .cb-separator {
  margin: 0 8px;
  font-size: 12px;
  line-height: 1;
}
.cb-body-light .cb-byline a {
  color: #406eb5;
  text-decoration: underline;
}
.cb-body-light .cb-byline a:hover {
  text-decoration: none;
}
.cb-body-light .cb-breadcrumbs a {
  color: rgba(66, 59, 47, 0.75);
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.cb-body-light .cb-breadcrumbs a:hover {
  text-decoration: underline;
}

.cb-breadcrumbs-delimeter {
  padding: 0 8px;
  color: rgba(66, 59, 47, 0.75);
}
.cb-body-light .cb-separated {
  border-bottom: none;
  padding-bottom: 0;
}
.cb-breadcrumbs {
  width: 530px;
  float: left;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  color: #292929;
  margin: 0 0 0 0;
  font-family: Graphik, "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 767px) {
  .cb-breadcrumbs {
    padding-left: 0px;
    width: 100%;
  }
}

.cb-breadcrumbs-margin {
  margin-left: 15px;
}
@media (max-width: 1019px) {
  .cb-breadcrumbs-margin {
    margin-left: 0px;
  }
}

.cb-font-body {
  font-family: "Sentinel Medium";
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

.cb-module-block .cb-excerpt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: Graphik, "Helvetica Neue", sans-serif;
}
.cb-module-block .cb-excerpt a:hover {
  color: #444;
}
.cb-module-header p {
  font-family: Stuart, Georgia, serif;
  margin: 0;
  letter-spacing: -0.16px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  padding-top: 30px;
}
.cb-body-light .cb-read-more {
  color: #acacac;
}
.cb-module-block .cb-byline-short {
  font-size: 11px;
  letter-spacing: 1px;
}
.cb-footer-dark #cb-footer a {
  color: #ffffff;
  text-decoration: underline;
}
.cb-footer-dark #cb-footer {
  background-color: rgba(12, 11, 8, 0.75) !important;
  display: none;
}
#cb-footer .cb-footer-lower .cb-copyright {
  width: 100%;
  margin-bottom: 50px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.16px;
  line-height: 22px;
  color: #ffffff;
}
.cb-footer-dark .cb-footer-lower {
  background-color: rgba(12, 11, 8, 0.75) !important;
  color: #ffffff;
}
.cb-body-light .cb-post-block-bg {
  background: #efeee2;
}
.widget_tag_cloud a,
.tags-title,
.cb-tags a,
.bbp-topic-tags a {
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 9px !important;
  display: inline-block;
  margin: 0 10px 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cb-body-light .cb-widget-title {
  font-family: "Plak BlackCondensed";
  font-size: 27px;
}
.cb-entry-content a:visited {
  color: rgba(12, 11, 8, 0.75);
}
.cb-entry-content a {
  color: #406eb5 !important;
  text-decoration: underline;
}

.cb-entry-content a:hover {
  text-decoration: none;
}

.cb-entry-content a:active {
  color: #0b2d60 !important;
}
.cb-entry-content a:focus {
  outline: 0.2rem solid Highlight;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 0;
  color: #0b2d60;
}

.cb-mm-on.cb-menu-light #cb-nav-bar .cb-main-nav > li:hover {
  background: #000000;
}
.cb-sw-menu-fw .cb-fis-block-site-width {
  margin-top: 0px;
}
.cb-breadcrumbs i {
  margin: 0 10px;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 7px;
  color: #acacac;
  font-size: 10px;
}

.cb-body-light .widget_tag_cloud a,
.cb-body-light .tags-title,
.cb-body-light .cb-tags a,
.cb-body-light .bbp-topic-tags a {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: #4e4d49;
  border: 0;
  line-height: 15px;
  letter-spacing: -0.08px;
  text-transform: none !important;
  font-size: 17px !important;
  font-weight: 400;
}

.cb-tags a {
  display: inline-flex;
  align-items: center;
}

.cb-body-light .widget_tag_cloud a, .cb-body-light .tags-title, .cb-body-light .cb-tags a, .cb-body-light .bbp-topic-tags a {
  color: #0c0b08bf;
  border: none;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .widget_tag_cloud a, .tags-title, .cb-tags a, .bbp-topic-tags a {
      -webkit-transition: none;
      transition: none;
  }
}

@media only screen and (min-width: 768px) {
  .cb-body-light .widget_tag_cloud a:hover, .cb-body-light .tags-title:hover, .cb-body-light .cb-tags a:hover, .cb-body-light .bbp-topic-tags a:hover {
      background: none;
      color: #0c0b08bf;
  }
}

p.cb-tags.cb-post-footer-block {
  text-align: center;
}

/* .cb-body-light .widget_tag_cloud a:hover,
.cb-body-light .cb-tags a:hover,
.cb-body-light .bbp-topic-tags a:hover {
  background-color: #f9f8f6;
  color: #4e4d49;
  box-shadow: inset 0 0 0 1px #928b80, 0 4px 4px 0 rgb(12, 11, 8, 0.2);
} */
/* Remove opacity hover on large homepage tiles */
.cb-fi-cover {
  opacity: 1;
}

/* Remove opacity hover on thumbnail homepage tiles */
.cb-img-fw a img {
  -webkit-transition: none;
  -transition: none;
  transition: none;
}
.cb-img-fw a:hover img {
  opacity: 1;
}

.cb-mask-reiBioAvatar {
  width: 52px;
  height: 52px;
  float: left;
  line-height: 0;
  margin: 0px;
  border-radius: 50%;
  overflow: hidden;
}

/* Adjust color of links within the author bio box */
p.cb-author-bio a {
  color: #406eb5 !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 1200px) {
  .cb-fis-tl-me-below .cb-fis-title-bg,
  .cb-fis-tl-below .cb-fis-title-bg {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .cb-fis-tl-me-below .cb-fis-title-bg,
  .cb-fis-tl-below .cb-fis-title-bg {
    padding-top: 0px;
  }
}

/* Fixes width of title area when different 15 Zine title placement is selected */
.cb-entry-header {
  width: 736px;
  margin: 0 auto;
  margin-top: -27px;
}
@media only screen and (max-width: 767px) {
  .cb-entry-header {
    width: 100%;
  }
}

/* Add More Padding Below Disqus Comments Embed */
.cb-body-light #cb-content,
.cb-body-light .cb-hp-section {
  padding-bottom: 0px;
}
#disqus_thread {
  padding-bottom: 55px;
}
.disqus-load-comments {
  margin: 0 auto;
  text-align: center;
}
.disqus-load-comments i {
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}

.disqus-load-comments-style {
  cursor: pointer;
  border-radius: 3px;
  padding: 10px 30px;
  margin: 2px 2px 110px 0px;
  border: 3px solid transparent;
  display: inline-block;
  background: #1a1a1a;
  color: #ffffff;
}
.disqus-load-comments-style a {
  color: #fff;
}

/*************************
  POLLDADDY RATINGS
*************************/
.rei-article-ratings-container {
  width: 30%;
  float: left;
}

.rei-article-ratings-container-nosubtitle {
  width: 30%;
  float: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .rei-article-ratings-container-nosubtitle {
    float: none;
  }
}

.rei-article-ratings-holder {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 1020px) {
  .rei-article-ratings-holder {
    float: left;
    text-align: left;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .rei-article-ratings-holder {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.rating-holder {
  width: 200px;
  overflow: hidden;
}

.rmp-rating-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .rmp-rating-widget {
    justify-content: flex-start;
  }
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin: 0;
}

@media (max-width: 768px) {
  .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: left;
  }
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
  flex-basis: 100%;
  margin: 0 0 0.4rem 0;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons {
  margin: 0;
  font-size: 0;
}

.rmp-rating-widget .rei-star-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.rmp-rating-widget .rei-star-icon::before {
  content: "\2606";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5em;
  color: #bd7b2d;
  width: auto;
  overflow: hidden;
}

.rmp-rating-widget .rei-star-icon.rmp-icon--full-highlight::before {
  content: "\2605";
}

.rmp-rating-widget .rei-star-icon.rmp-icon--half-highlight::before {
  content: "\2605";
  transform: translate(calc(-50% - 0.25em), -50%);
  width: 0.5em;
}

.rmp-rating-widget .rei-star-icon::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmp-rating-widget .rei-star-icon::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
}

.rmp-rating-widget .rei-star-icon.rmp-icon--full-highlight::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
}

.rmp-rating-widget .rei-star-icon.rmp-icon--half-highlight::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
}

.rmp-rating-widget .rei-star-icon.rmp-icon--hovered::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23BD7B2D' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
}

#rating_info_8038657 {
  display: none !important;
}

.rating-msg-prompt {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px; /* Previously 11px */
  text-transform: uppercase;
  margin-right: 9px;
  margin-bottom: 5px; /* Right at top of trees is -6px */
  font-weight: normal;
  color: #000000;
}

.rating-msg {
  margin-right: 9px !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  margin-top: 5px;
  text-align: right !important;
}

@media only screen and (max-width: 1020px) {
  .rating-msg {
    text-align: left !important;
  }
}

#rating-schema {
  display: none;
}

.rating-icons {
  margin-left: -3px;
}
@media screen and (min-width: 1200px) {
  .rating-icons {
    margin-left: 19px;
  }
}

/*************************
  ARTICLE TABS
*************************/
.cb-entry-content .alignnone {
  padding: 0px;
}

.cb-body-light .cb-tabs > ul li a {
  font-family: "Plak BlackCondensed";
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  letter-spacing: 1px;
}

.cb-body-light .cb-tabs > ul li a:hover {
  color: #666;
  text-decoration: none;
}

.cb-body-light .cb-tabs > ul li {
  border: #999999 1px solid;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 10px;
  margin-top: 10px;
}

.cb-body-light .cb-tabs > ul .current {
  border: #000000 1px solid;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cb-body-light .cb-tabs > ul .current a {
  color: #000000;
}

.cb-body-light .cb-tabs > ul .current a:hover {
  color: #000000;
}

.cb-tabs-backtotop {
  /* width: 100%; */
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 65px;
  cursor: pointer;
  line-height: 0px;
}

.cb-tabs-backtotop .fa-caret-up {
  font-size: 50px;
}

.cb-article-footer {
  padding: 10px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .cb-article-footer {
    padding: 0;
    margin-bottom: 85px;
  }
}

.cb-post-footer-block {
  padding: 0;
  margin: 0;
}

.share-and-tags {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .share-and-tags {
    margin-bottom: 60px;
  }
}

.cb-tags {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .cb-tags {
    width: 100%;
    float: left;
  }
}

.cb-social-sharing.cb-color-buttons {
  padding: 20px 20px 20px 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .cb-social-sharing.cb-color-buttons {
    width: 100%;
    float: right;
    text-align: right;
  }
}

.cb-color-sharing-buttons {
  text-align: center;
}

.cb-social-sharing.cb-color-buttons a {
  margin-right: 10px !important;
  padding: 0;
  margin-bottom: 0;
  background: none !important;
  font-size: 17px;
  width: 25px;
}

.cb-social-sharing.cb-color-buttons a svg {
  fill: #616161;
}

.cb-social-sharing.cb-color-buttons a:hover {
  transform: none;
}

.cb-author-box-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
  background: #faf9f5;
}

#cb-author-box {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #faf9f5;
  margin: 0 auto 20px auto;
  width: 736px;
}

@media only screen and (max-width: 750px) {
  #cb-author-box {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  #cb-author-box {
    width: 100%;
  }
}

#cb-author-box .cb-meta {
  padding: 0;
  overflow: none !important;
}

.cb-body-light .cb-article-footer .cb-title,
.cb-body-light .cb-article-footer #reply-title {
  color: rgba(12, 11, 8, 0.75);
  text-transform: none;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: -0.16px !important;
  line-height: 26px;
  font-family: Stuart, Georgia, serif;
}

#cb-author-box .cb-author-bio {
  font-size: 16px !important;
  letter-spacing: 0.08px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  line-height: 26px;
  font-weight: normal;
}

#cb-author-box .cb-author-bio a {
  color: #789149;
}

#cb-author-box .cb-author-bio a i {
  margin-right: 20px;
}

@media (min-width: 768px) {
  #cb-author-box {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto 35px auto;
  }
}

@media (min-width: 768px) {
  #cb-author-box .cb-author-bio {
    margin: 0 0 30px 0;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  #cb-author-box .cb-author-bio a i {
    margin-right: 25px;
  }
}

.cb-author-box__whoIsAuthor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.cb-author-box__whoIsAuthor .cb-mask-reiBioAvatar {
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.cb-author-box__whoIsAuthor .cb-author-box__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.cb-author-box__whoIsAuthor .cb-author-box__avatar img {
  position: relative;
  z-index: -1;
  display: block;
  width: 52px;
  height: 52px;
}

.cb-author-box__whoIsAuthor .cb-author-box__avatar:focus {
  box-shadow: inset 0 0 0 3px #406eb5;
}

.cb-author-box__whoIsAuthor .cb-title {
  padding: 0 20px 0 0;
  font-size: 15px;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-author-box__whoIsAuthor .cb-title a:hover {
  color: #406eb5 !important;
}

@media (min-width: 768px) {
  .cb-author-box__whoIsAuthor .cb-mask-reiBioAvatar {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .cb-author-box__whoIsAuthor .cb-title {
    padding: 0 30px 0 0;
    font-size: 18px;
  }
}

.disqus-load-comments {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.disqus-load-comments .disqus-load-comments-style {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  width: 145px;
  height: 42px;
  margin: 0;
  font-family: "Plak BlackCondensed";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #1a1a1a;
}

@media (min-width: 768px) {
  .disqus-load-comments .disqus-load-comments-style {
    width: 175px;
    height: 50px;
    font-size: 15px;
  }
}

.cb-author-page-contact {
  margin-top: 30px;
}

/********************************
  CO-OP CINEMA LANDING PAGE
********************************/
.cinema-content .cinema-content__title-wrap {
  overflow: hidden;
}

.cinema-content .cb-module-header {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* CINEMA */
.Cinema-intro-copy {
  margin: 0 auto;
  width: 1140px;
  margin-bottom: 25px;
  margin-top: 13px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: rgb(46, 46, 46);
}
@media (max-width: 1140px) {
  .Cinema-intro-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Cinema {
  overflow: hidden;
}
.Cinema .VideoSlider {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .Cinema .VideoSlider {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .Cinema .VideoSlider {
    margin-bottom: 3px;
  }
}

.Cinema__postsList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .Cinema__postsList {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .Cinema__postsList {
    margin-bottom: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Cinema__post {
  width: 378px;
  margin-right: 3px;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .Cinema__post {
    width: 353px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .Cinema__post {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .Cinema__post:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .Cinema__post:nth-child(2n + 2) {
    margin-right: 0;
  }
}

.Cinema_imageCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.Cinema__postImage {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  height: 299px;
}

.Cinema__postImage img {
  display: block;
  max-width: none;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.Cinema__postTitle {
  position: absolute;
  bottom: 18px;
  left: 23px;
  width: 285px;
  color: #fff;
  font-family: Stuart, Georgia, serif !important;
  text-transform: none;
  letter-spacing: -0.16px;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 500;
}

.Cinema__postTitle:hover {
  color: #fff;
}

.Cinema__postVideoDuration {
  position: absolute;
  bottom: 17px;
  right: 24px;
  color: #fff;
}

.Cinema__postContent {
  padding-right: 25px;
  color: rgb(97, 97, 97);
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: Graphik, "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
  .Cinema__postContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Cinema__watchNowLink {
  font: bold 10px "Sentinel";
  color: #acacac;
  text-transform: uppercase;
  white-space: nowrap;
}

.Cinema__watchNowLink:hover {
  color: #acacac;
}

.Cinema__loadMore {
  text-align: center;
  margin-bottom: 280px;
}

@media (max-width: 768px) {
  .Cinema__loadMore {
    margin-bottom: 160px;
  }
}

.btn-theme-cinema-load-more {
  outline: none;
  display: inline-block;
  padding: 0 45px;
  margin: 10px 0 0 0 !important;
  color: rgb(41, 41, 41) !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  letter-spacing: -0.08px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid rgb(97, 97, 97);
  font-weight: 500;
  text-transform: none;
  background-color: #ffffff;
}

.btn-theme-cinema-load-more:hover {
  color: rgb(41, 41, 41) !important;
  background-color: #ffffff;
}

.btn-theme-cinema-load-more:hover svg path,
.btn-theme-cinema-load-more:hover svg rect {
  fill: rgb(41, 41, 41);
}

.btn-theme-cinema-load-more__loading {
  display: none;
}

.btn-theme-cinema-load-more__svg-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.btn-theme-cinema-load-more__text {
}

.WrapVideoSlider {
  position: relative;
  overflow: hidden;
  width: 1140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .WrapVideoSlider {
    width: 710px;
  }
}

@media (max-width: 767px) {
  .WrapVideoSlider {
    width: 100%;
  }
}

.VideoSlider {
  position: relative;
  background: #000;
}

.VideoSlider .VideoSlider__iframeHandler,
.VideoSlider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.WrapVideoSlider:hover .VideoSlider__nextSlide.-isYoutubePlaying {
  right: 5%;
}

.WrapVideoSlider:hover .VideoSlider__prevSlide.-isYoutubePlaying {
  left: 5%;
}

.VideoSlider__iframeHandler {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}

.VideoSlider__description {
  font: 16px "Sentinel-Medium";
  color: #fff;
  margin: 25px;
  text-align: center;
}

.VideoSlider__description p {
  margin: 0;
}

@media (max-width: 767px) {
  .VideoSlider__description {
    margin: 20px;
  }
}

.VideoSlider__descriptionContent {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .VideoSlider__descriptionContent {
    height: auto;
  }
}

.VideoSlider__iframe {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .VideoSlider__iframe {
    padding-bottom: 48.55%;
  }
}

.VideoSlider__nextSlide,
.VideoSlider__prevSlide {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 17px;
  height: 51px;
  transition: all 1s;
}

@media (max-width: 767px) {
  .VideoSlider__nextSlide,
  .VideoSlider__prevSlide {
    height: 30px;
  }
}
.VideoSlider__nextSlide {
  right: 5%;
  background: url(library/images/rei_arrow_right.png) no-repeat;
  background-size: contain;
}
.VideoSlider__nextSlide.-isYoutubePlaying {
  right: -5%;
}

.VideoSlider__prevSlide {
  left: 5%;
  background: url(library/images/rei_arrow_left.png) no-repeat;
  background-size: contain;
}

.VideoSlider__prevSlide.-isYoutubePlaying {
  left: -5%;
}

.VideoSlider__nextSlideArrow,
.VideoSlider__prevSlideArrow {
  width: 17px;
  height: 51px;
}

/********************************
  SINGLE AUTHOR PAGES
********************************/
.rei-author-bio-container {
  width: 100%;
  background-color: #faf9f5;
  padding: 50px;
  margin-bottom: 40px;
}

.rei-author-bio-avatar {
  float: left;
  width: 170px;
  height: 170px;
}

.rei-author-bio-avatar img {
  width: 170px;
  height: 170px;
  border-radius: 100px;
}

.rei-author-bio-info {
  float: left;
  margin-left: 50px;
  width: 820px;
}

.rei-author-bio-name h1 {
  margin: 0;
  padding: 0;
  color: rgba(12, 11, 8, 0.75);
  text-transform: none;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: -0.16px !important;
  line-height: 26px;
  font-family: Stuart, Georgia, serif;
}

.rei-author-bio-details p {
  margin-top: 20px;
  font-size: 16px !important;
  letter-spacing: 0.08px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  line-height: 26px;
  font-weight: normal;
}

p.rei-author-bio-details a {
  text-decoration: underline;
  color: #406eb5 !important;
}

.rei-author-bio-sociallinks {
  font-size: 20px;
  margin-top: 20px;
}

.rei-author-bio-sociallinks a {
  margin-right: 20px;
}

.rei-author-storiesbytitle {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: Stuart, Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.16px;
}

@media (max-width: 767px) {
  .rei-author-bio-container {
    width: auto;
    padding: 30px;
    text-align: center;
    margin-bottom: 35px;
  }
  .rei-author-bio-avatar {
    float: none;
    width: 78px;
    height: 78px;
    margin: 0 auto 30px auto;
  }

  .rei-author-bio-avatar img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
  }
  .rei-author-bio-info {
    margin-left: auto;
    float: none;
    width: auto;
  }
  .rei-author-bio-name h1 {
    margin-bottom: 20px;
  }

  .rei-author-storiesbytitle {
    text-align: center;
    margin-bottom: 35px;
  }
}

/*************************
  ADDITIONAL BUTTONS
*************************/
.rei-btn-blacklg {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.rei-btn-blacklg a {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  letter-spacing: -0.08px;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 12px 24px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    color 0.2s cubic-bezier(0.15, 0, 0.15, 0);
  background-color: #f9f8f6;
  box-shadow: inset 0 0 0 1px #928b80;
  color: #4e4d49 !important;
  fill: #4e4d49 !important;
}

.rei-btn-blacklg a:hover,
.rei-btn-blacklg a:focus {
  color: #4e4d49;
  fill: #4e4d49;
  background-color: #f4f2ed;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgba(12, 11, 8, 0.2);
}

.rei-btn-blacklg a svg {
  display: inline-block;
  fill: inherit;
  height: 24px;
  width: 24px;
  margin-left: 4px;
  vertical-align: middle;
  flex: 0 0 auto;
}

/*************************
  VIDEO POSTS
*************************/
.cb-fis-block-video .cb-video-frame,
.cb-fis-block-video .cb-video-frame-wrap {
  position: relative;
  padding-top: 0px;
  margin-bottom: 30px;
}

/********************************
  REI UNIVERSAL NAVIGATION
********************************/
#rei-unav {
  width: 100%;
}

/* logo */
@media (max-width: 767px) {
  #logo img {
    width: 191px;
    height: 90px;
    max-height: none;
  }
}

@media only screen and (max-width: 767px) {
  .cb-m-sticky #cb-top-menu .cb-top-menu-wrap {
    position: absolute;
  }
}

#js-unav .item.membership-unav span {
  align-self: center;
  color: #fff;
}

#js-unav li.item.membership-unav {
  display: inline-flex;
}

/*************************************
  WP QUIZ PRO PLUGIN - CUSTOM STYLES
***************************************/
.wq_resultTitle {
  font-weight: bold !important;
  font-size: 25px !important;
}

/*************************************
  STAFF PAGES
***************************************/
.rei-staff-login-li {
  margin-left: 350px;
}
@media screen and (max-width: 1200px) {
  .rei-staff-login-li {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .rei-staff-login-li {
    display: none;
  }
}

.rei-staff-login-links {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .rei-staff-login-links {
    display: none;
  }
}

#rei-staff-login-link-1 {
  margin-left: 230px;
}
@media screen and (max-width: 1200px) {
  #rei-staff-login-link-1 {
    margin-left: 10px;
  }
}

.rei-staff-login-links a {
  color: #cccccc;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.rei-staff-login-links a:hover {
  color: #ffffff;
}

.rei-staff-login-links-selected {
  border-bottom: 1px solid #ffffff;
}

.rei-staff-login-links-selected a {
  color: #ffffff;
}

/* Staff */
.unav-wrap {
}

.unav-wrap .unav .items {
  width: 100%;
}
.unav-wrap .unav .items .item.-staff {
  margin-left: auto;
}
@media (max-width: 964px) and (min-width: 768px) {
  .unav-wrap .unav .items .item.-staff {
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .unav-wrap .unav .items .item.-staff {
    display: none;
  }
}

.StaffMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.staff-mobile-menu {
  display: none;
}

@media (min-width: 769px) {
  .staff-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .StaffMenu a {
    /* display: none; */
  }
}

.StaffMenu a {
  font-size: 16px;
  padding: 8px 12px;
  color: #000;
  margin: 0;
}

.StaffMenu a:hover {
}

@media (max-width: 1200px) {
  .StaffMenu a {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (max-width: 992px) {
  .StaffMenu a {
    font-size: 16px;
  }
}

.StaffMenu__item {
  white-space: nowrap;
}

.StaffMenu__item > a {
  padding-right: 10px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .StaffMenu__item > a {
    padding-left: 15px;
  }
}

.StaffMenu.-open {
  position: relative;
}

.StaffMenu.-open > .StaffMenu__item > a {
  border: solid 1px #000;
  border-bottom: 0;
  padding-top: 7px;
  padding-right: 9px;
  padding-left: 19px;
}

@media (max-width: 1200px) {
  .StaffMenu.-open > .StaffMenu__item > a {
    padding-top: 5px;
  }
}

.StaffMenu.-open .StaffMenu__submenu {
  width: 100%;
  display: block;
}

.StaffMenu__submenu {
  display: none;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  background: #fff;
  border: solid 1px #000;
  border-top: 0;
}

.StaffMenu__submenu > li {
  display: block !important;
  padding: 0;
}

.StaffMenu__submenu > li > a {
  text-align: right;
  padding: 8px 30px 8px 20px;
  font-size: 14px;
}

.cb-mob-menu .cb-mob-menu-wrap .StaffMobileMenu {
  width: auto;
  display: block;
  margin: 0 20px;
  border-top: 1px solid #fff;
}

.cb-mob-menu .cb-mob-menu-wrap .StaffMobileMenu.-logged-in a {
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
}

.cb-body-light .cb-module-header .cb-module-title a {
  color: #494846;
}

h2.cb-module-title a:hover {
  color: #406eb5 !important;
  text-decoration: underline;
}

.StaffMobileMenu__item {
}
.StaffMobileMenu__item.-not-logged-in > a {
}

.StaffAccount {
  background: #f8f8f8;
  padding: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .StaffAccount {
    display: block;
    padding: 20px;
  }
}

.StaffAccountAvatar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

@media (max-width: 768px) {
  .StaffAccountAvatar {
    margin-bottom: 30px;
  }
}

.StaffAccountAvatar.-loading .StaffAccountAvatar__overlay {
  display: block;
}

.StaffAccountAvatar__img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.StaffAccountAvatar__img .sk-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .StaffAccountAvatar__img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
}

.StaffAccountAvatar__overlay {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.StaffAccountAvatar__img.-placeholder {
  background: #fff no-repeat 50% 50%;
  background-image: url("_img/avatar_placeholder.png");
  background-size: 71px 77px;
}

.StaffAccountAvatar__upload-text {
  display: inline-block;
  color: #000;
  padding-left: 16px;
  background: url("_img/upload_icon.png") no-repeat 0 50%;
  background-size: 12px 12px;
}

.StaffAccount__body {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .StaffAccount__body {
    padding-left: 0;
  }
}

.StaffAccount__user-title {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .StaffAccount__user-title {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.StaffAccount__user-name {
  font: 30px "Plak BlackCondensed";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  color: #000;
}

@media (max-width: 768px) {
  .StaffAccount__user-name {
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
}

.StaffAccount__user-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.StaffAccount__user-label-text {
  font: 15px "Plak BlackCondensed";
  color: #000;
  padding: 2px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: solid 1px #000;
}

.StaffAccountNotification {
  position: relative;
  background: #000;
  padding: 38px 0;
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: #fff;
}

@media (max-width: 768px) {
  .StaffAccountNotification {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.StaffAccountNotification__title {
  font-weight: bold;
  margin-bottom: 25px;
}

.StaffAccountNotification__title,
.StaffAccountNotification__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.StaffAccountNotification__close-notification {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url("_img/close_icon.png") no-repeat;
}

.StaffAccountForm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .StaffAccountForm {
    display: block;
  }
}

.StaffAccountForm__field-cell {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 30px;
}

.StaffAccountForm__field-cell.-submit {
}

@media (max-width: 768px) {
  .StaffAccountForm__field-cell.-submit {
    text-align: center;
  }
}

.StaffAccountForm__field-cell:nth-child(odd) {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .StaffAccountForm__field-cell:nth-child(odd) {
    padding-right: 0;
  }
}

.StaffAccountForm__field-cell:nth-child(even) {
  padding-left: 15px;
}

@media (max-width: 768px) {
  .StaffAccountForm__field-cell:nth-child(even) {
    padding-left: 0;
  }
}

.StaffAccountForm__label {
  margin-bottom: 15px;
}

.StaffAccountForm__field-input {
  width: 100%;
  height: 58px;
  border: 0;
  padding: 0 20px;
}

.StaffAccountForm__field-input:focus {
  outline: none;
}

.StaffAccountForm__field-input:disabled {
  background: #f0f0f0;
}

.StaffAccountForm__field-radio-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.StaffAccountForm__field-radio-label > .ReiCheckbox {
  margin-right: 10px;
}

.StaffAccountForm__field-radio {
  display: none;
}

.StaffAccountForm__field-radio-label-text {
}

.StaffAccountForm__field-radio:checked
  + .StaffAccountForm__field-radio-label-text {
}

.ReiCheckbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background: #fff;
  border-radius: 50%;
}

.ReiCheckbox.-checked,
.StaffAccountForm__field-radio:checked
  ~ .StaffAccountForm__field-radio-label-text {
}

.ReiCheckbox.-checked > .ReiCheckbox__i {
  display: block;
  width: 14px;
  height: 14px;
  background: #bad536;
  border-radius: 50%;
}

.StaffAccountForm__field-radio:checked + .ReiCheckbox .ReiCheckbox__i {
  display: block;
  width: 14px;
  height: 14px;
  background: #bad536;
  border-radius: 50%;
}

.CssLoaderButton {
  position: relative;
  font: 20px "Plak BlackCondensed";
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  text-transform: uppercase;
}

.CssLoaderButton .sk-wave {
  display: none;
}

.CssLoaderButton:focus {
  outline: none;
}

.CssLoaderButton.-loading {
  padding: 12px 24px !important;
}

.CssLoaderButton.-loading .CssLoaderButton__text {
  display: none;
}

.CssLoaderButton.-loading svg {
  display: none;
}

.CssLoaderButton.-loading .sk-wave {
  height: 25px;
  display: block;
}

.StaffAccountAvatar__field-image {
  display: none;
}

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #eee;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.ReiComments {
}

ol.ReiComments {
  padding-left: 0px;
}

.ReiCommentsMain {
  display: none;
}

.ReiCommentsMain .comment-reply-title {
  margin-bottom: 0;
}

.ReiCommentsMain .comment-notes {
  display: none;
}

.ReiCommentsMain.-active {
  display: block;
}

.ReiComments__comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ReiComments__comment {
    margin-bottom: 15px;
  }
}

.ReiComments__item.bypostauthor article {
  border: 0;
}

.ReiComments__item > .children {
  padding-left: 60px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ReiComments__item > .children {
    padding-left: 15px;
    border-left: solid 3px #e7e9ee;
  }
}

.ReiComments__item .comment-respond {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .ReiComments__item .comment-respond {
    margin-left: 15px;
  }
}

.ReiComments__item-avatar {
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .ReiComments__item-avatar {
    -webkit-flex-basis: 35px;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    margin-right: 11px;
  }
}

.ReiComments__item-avatar-img {
  border: solid 1px #e7e9ee;
  border-radius: 3px;
}

.ReiComments__item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .ReiComments__item-header {
    font-size: 12px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ReiComments__item-username cite {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.08px;
  line-height: 18px;
  color: rgba(12, 11, 8, 0.75);
}

.ReiComments__item-username::after {
  content: "\2219";
  padding: 0 2px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .ReiComments__item-username::after {
    content: "";
  }
}

.ReiComments__item-time time {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 18px;
  color: rgba(12, 11, 8, 0.75) !important;
}

.ReiComments__item-body {
  width: 100%;
  margin-bottom: 50px;
}

.ReiComments__item-text {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.16px;
  color: #484846;
  line-height: 25px;
}

.ReiComments__item-text a {
  color: #406eb5;
  text-decoration: underline;
}

.ReiComments__item-text p {
  margin: 0 0 12px 0;
}

.ReiComments__item-text p:last-child {
  margin-bottom: 0;
}

.ReiComments__item-text:last-child {
  margin-bottom: 0;
}

.ReiComments__item-reply {
  float: right;
  background: url(_img/reply.svg) no-repeat 0 0;
  background-size: 16px 15px;
  padding-left: 25px;
  font: bold 16px "Helvetica";
}

.ReiComments__item-reply a.comment-reply-link {
  color: #406eb5;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ReiComments__item-reply {
    /* Just saving time due a deadline. Better remake HTML */
    margin-left: -46px;
  }
}

.ReiCommentForm .comment-form-comment {
  margin: 0;
}

.ReiCommentForm .comment-form-comment label {
  text-transform: none !important;
  font: 400 14px/18px Graphik, "Helvetica Neue", sans-serif !important;
  letter-spacing: normal !important;
  color: rgba(12, 11, 8, 0.75) !important;
  margin: 0 0 8px 0 !important;
}

.ReiCommentForm .comment-form-comment textarea {
  font: 500 16px/22px Graphik, "Helvetica Neue", sans-serif;
  border: 0 !important;
  box-shadow: inset 0 0 0 1px #928b80;
  padding: 8px !important;
  height: 106px !important;
  background-color: rgb(244 242 237 / 15%) !important;
  display: block;
  color: #20201d !important;
  border-radius: 5px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.16px;
}

.ReiCommentForm .comment-form-comment textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #20201d, 0 2px 2px 0 rgb(12 11 8 / 20%);
  background-color: #f9f8f6 !important;
}

.ReiCommentForm .comment-form-comment label {
  display: block !important;
}

.ReiCommentForm .form-submit {
  margin: 0 !important;
  text-align: right !important;
}

.ReiCommentForm__error-container {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;

  bottom: 20px;
  right: 20px;
  width: 325px;
}

.ReiCommentForm__textarea-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .ReiCommentForm__textarea-field {
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ReiCommentForm__textarea {
  width: 100%;
}

.ReiCommentForm__avatar {
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 15px;
}

.ReiCommentForm__avatar img {
  border: solid 1px #e7e9ee;
  border-radius: 3px;
  width: 100%;
}

@media (max-width: 767px) {
  .ReiCommentForm__avatar {
    width: 35px;
    margin-right: 0;
  }
}

.ReiCommentForm__submit-btn {
  margin: 10px 0 0 0 !important;
}

.ReiCommentForm__submit-btn .sk-wave {
  height: 18px !important;
}

.ReiCommentForm__submit-btn .sk-wave .sk-rect {
  background: #4e4d49;
}

.ReiCommentForm label.error {
  color: #811823 !important;
}

.ReiCommentForm span.error {
  display: block;
  margin-bottom: 10px !important;
  color: #811823 !important;
  border: 1px solid #811823 !important;
  border-top: none !important;
  border-radius: 0 0 5px 5px !important;
  padding: 5px !important;
  background: #f9e5e5;
}

.ReiCommentForm textarea.error,
.ReiCommentForm input.error,
.ReiCommentForm select.error {
  border: solid 1px #811823 !important;
  border-radius: 5px 5px 0 0 !important;
  box-shadow: 0 2px 2px 0 rgb(129 24 25 / 20%);
}

/* .ReiCommentForm__submit-btn:hover {
     background: #fff !important;
     color: rgb(41, 41, 41)!important;
 } */

.ReiCommentsTab {
  font: 20px "Plak BlackCondensed";
  margin-bottom: 30px !important;
}

.StaffLatestPosts {
}
.StaffLatestPostList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .StaffLatestPostList {
    display: block;
  }
}

.StaffLatestPostItem {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  padding-right: 2px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .StaffLatestPostItem {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.StaffLatestPostItem:nth-child(3n + 3) {
  padding-right: 0;
}

.StaffLatestPostItem__link {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.StaffLatestPostItem__thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 297px;
  background-size: cover;
}

.StaffLatestPostItem__text {
  position: absolute;
  bottom: 25px;
  left: 22px;
}

.StaffLatestPostItem__title {
  display: inline-block;
  color: #fff;
  font: normal 41px "Plak BlackCondensed";
  text-transform: uppercase;
  transition: all 0.3s;
  margin-bottom: 2px;
}

.StaffLatestPostItem__title:hover {
  color: #fff;
}

.StaffLatestPostItem__meta {
  font: 700 10px "Helvetica";
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.StaffLatestPostItem__meta a {
  color: #acacac;
}

.StaffLatestPosts__load-more {
  margin-top: 50px;
  text-align: center;
}

.ReiStaffClosedFormPlaceholder {
  background: #f8f8f8;
  padding: 30px 30px;
  text-align: center;
  font-size: 12px;
}

.ReiStaffClosedFormPlaceholder a {
  color: #406eb5;
  text-decoration: underline;
}

.CommentsHeader {
  position: relative;
  border-bottom: solid 2px #e7e9ee;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .CommentsHeader {
    margin-bottom: 15px;
  }
}

.CommentsHeader__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.CommentsHeader__tabs h2 {
  font-size: 16px !important;
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: -0.08px;
  line-height: 22px;
}

.CommentsHeader__tab.-active h2 {
  color: #484846;
}

.CommentsHeader__tab {
  font-size: 16px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: #616161;
  margin-bottom: -3px;
  margin-right: 30px;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 22px;
}

.CommentsHeader__tab.-active {
  border-bottom: solid 3px #484846;
  color: #484846;
}

/* @media (max-width: 767px) {
  .CommentsHeader__tab {
      font-size: 18px;
  }
} */

.WrapReiAfterComment {
  display: none;
}

.ReiAfterComment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8f8f8;
}

.ReiAfterComment a {
  color: #789149;
}

.ReiAfterComment .ReiCommentUnderForm {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.ReiAfterComment .ReiFields {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width: 767px) {
  .ReiAfterComment {
    margin-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ReiFields {
  padding: 20px 20px 20px 20px;
}

@media (max-width: 767px) {
  .ReiFields {
    padding: 10px;
  }
}

.ReiCommentUnderForm {
  padding: 20px;
  font-size: 12px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  display: none;
}

.ReiCommentUnderForm a {
  color: #406eb5;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ReiCommentUnderForm {
    padding: 10px;
  }
}

.ReiCommentUnderFormText {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 20px 20px 0 20px;
}

@media (max-width: 767px) {
  .ReiCommentUnderFormText {
    width: 80%;
  }
}

.ReiCommentUnderForm__info {
  line-height: 1.5;
}

.UserDropdown {
  position: relative;
}

.CommentsHeader .UserDropdown {
}

@media (max-width: 767px) {
  .CommentsHeader .UserDropdown {
    display: none;
  }
}

.ReiCommentForm__textarea-field .UserDropdown {
}

@media (min-width: 768px) {
  .ReiCommentForm__textarea-field .UserDropdown {
    display: none;
  }
}

.UserDropdown.-active {
  border: solid 2px #e7e9ee;
  padding: 28px;
  background: #fff;
}

@media (max-width: 767px) {
  .UserDropdown.-active {
    padding: 10px;
  }
}

.UserDropdown.-comments {
  position: absolute;
  right: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .UserDropdown.-comments {
    right: 12px;
  }
}

.UserDropdown.-active.-comments {
  margin-top: -30px;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .UserDropdown.-active.-comments {
    margin-top: -12px;
    margin-right: -12px;
  }
}

.UserDropdown__user {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: #406eb5;
  line-height: 16px;
}

.UserDropdown__arrow {
  position: absolute;
  right: 0;
  top: 5px;
  width: 9px;
  height: 5px;
  background: url("library/images/rei_arrow_down.png") no-repeat 0 0;
}

.UserDropdown.-active .UserDropdown__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.UserDropdown__menu {
  display: none;
  margin: 0;
  padding: 0;
  font: bold 12px "Helvetica";
  text-align: right;
}

.UserDropdown__menu a {
  color: #748087;
}

.UserDropdown__menu a:hover {
  color: #000;
}

.UserDropdown.-active .UserDropdown__menu {
  display: block;
}

.UserDropdown__menu-item {
  margin-top: 24px;
}

#postmatic-social-comment-wrapper {
  float: none;
  font-size: 12px;
  margin: 0;
}

#postmatic-social-comment-wrapper[data-network="Facebook"] {
  background: url("library/images/ico-facebook.svg") no-repeat 100% 50%;
  background-size: 15px 15px;
}

#postmatic-social-comment-wrapper[data-network="Twitter"] {
  background: url("library/images/ico-twitter.svg") no-repeat 100% 50%;
  background-size: 15px 15px;
}

.postmatic-sc-button {
  min-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  height: 40px;
  font: 15px/40px "Plak BlackCondensed";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #777;
  border-radius: 0;
  text-align: center;
}

.postmatic-sc-button.postmatic-sc-facebook-button {
  color: #fff !important;
  background: #4469af !important;
}

.postmatic-sc-button.postmatic-sc-twitter-button {
  color: #fff !important;
  background: #32cdfd !important;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 18px;
}

.comment-form-author label,
.comment-form-email label {
  text-transform: none !important;
  font: 400 14px/18px Graphik, "Helvetica Neue", sans-serif !important;
  letter-spacing: normal !important;
  color: rgba(12, 11, 8, 0.75) !important;
  margin: 0 0 8px 0 !important;
}

.comment-form-author input,
.comment-form-email input {
  min-width: 100%;
  background-color: rgb(244 242 237 / 15%) !important;
  font: 500 16px/22px Graphik, "Helvetica Neue", sans-serif;
  border: 0 !important;
  box-shadow: inset 0 0 0 1px #928b80;
  height: 40px;
  padding: 8px !important;
  color: #20201d !important;
  border-radius: 5px;
}

.comment-form-author input:focus,
.comment-form-email input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #20201d, 0 0.2px 2px 0 rgb(12 11 8 / 20%);
  background-color: #f9f8f6 !important;
}

/* .comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder {
  color: #161616 !important;
  font-size: 12px;
}

.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder {
  color: #161616 !important;
  font-size: 12px;
}

.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder {
  color: #161616 !important;
  font-size: 12px;
}

.comment-form-author input::placeholder,
.comment-form-email input::placeholder {
  color: #161616 !important;
  font-size: 12px;
} */

.postmatic-social-comment-logout {
  margin: 0;
  opacity: 1;
  font-size: 100%;
}

.postmatic-social-comment-logout__link {
  font-weight: bold;
  color: #000;
}

#cancel-comment-reply-link {
  display: inline-block;
  font: 15px "Plak BlackCondensed";
  letter-spacing: 1px;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 20px;
}

/*  */
.ReiNavBar {
}
.ReiNavBar__staff-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cb-stuck .ReiNavBar__wrap,
.cb-menu-light.cb-fis-big-border #cb-nav-bar .cb-nav-bar-wrap .ReiNavBar__wrap {
  border-bottom: 0;
}

.ReiNavBar__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 3px solid #000;
}

.ReiNavBar__wrap .cb-main-nav {
  border: 0 !important;
}

@media (max-width: 1200px) {
  .ReiNavBar__wrap {
    width: 950px;
  }
}

@media (max-width: 1020px) {
  .ReiNavBar__wrap {
    width: 710px;
  }
}

.cb-dropcap-small {
  font-size: 70px;
  font-family: "Sentinel Semi Bold";
  float: left;
  margin: 15px 10px 10px 0;
}

.cb-entry-content .alignright {
  float: right;
  max-width: 100%;
  margin: 0 0 20px 20px;
  line-height: 0;
}

.cb-entry-content .alignleft {
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
  line-height: 0;
}

@media screen and (max-width: 444px) {
  .cb-entry-content .alignright {
    width: 100% !important;
    float: none;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .cb-entry-content .size-large,
  .cb-entry-content .size-article_body {
    min-width: 100%;
  }
}

/*********************************************
  REI SLIDER 15ZINE ELEMENT CUSTOMIZATIONS
*********************************************/
.rei-cb-article-meta {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .rei-slider-title-wiwl {
  text-indent: -9999px;
  width: 439px;
  height: 169px;
  background-image: url("_img/rei-wild-ideas-worth-living-podcast-title.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto !important;
}
@media screen and (max-width: 500px) {
  .rei-slider-title-wiwl {
    width: 280px;
    height: 108px;
  }
} */
.rei-slider-title-wiwl {
  text-indent: -9999px;
  width: 460px;
  height: 104px;
  background-image: url("_img/WIWL-Refresh-2024-Type-Lockup-Stacked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto !important;
}
@media screen and (max-width: 500px) {
  .rei-slider-title-wiwl {
    width: 290px;
    height: 66px;
  }
}

.rei-slider-wiwl-subcopy {
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  color: #f4f2ed;
  font-size: 20px;
  font-weight: 600;
  width: 550px;
  line-height: normal;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .rei-slider-wiwl-subcopy {
    width: auto;
  }
}

.rei-slider-wiwl-subcopy a {
  color: #074b57;
}

.rei-wiwl-awards {
  text-align: center;
}

.rei-wiwl-awards img {
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.rei-slider-title-tifm {
  text-indent: -99999px;
  width: 170px;
  height: 220px;
  background-image: url("_img/rei-take-it-from-me-podcast-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto !important;
}
@media screen and (max-width: 1019px) {
  .rei-slider-title-tifm {
    width: 102px;
    height: 132px;
  }
}

.rei-slider-subcopy {
  color: #fff;
  font-size: 20px;
  width: 550px;
  line-height: normal;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1019px) {
  .rei-slider-subcopy {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rei-slider-subcopy {
    width: auto;
  }
}

.rei-slider-subcopy a {
  color: #fff;
}

a.rei-slider-link {
  font-size: 100px;
  color: #000000;
}

.rei-cb-article-meta button {
  padding: 10px 25px;
  color: rgb(41, 41, 41) !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  letter-spacing: -0.08px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid rgb(97, 97, 97);
  font-weight: 500;
  text-transform: none;
  background-color: #ffffff;
}

.rei-cb-article-meta button a {
  color: rgb(41, 41, 41) !important;
}

.rei-cb-article-meta a {
  color: #fff;
}

.rei-podcast-badges img {
  height: 37px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.rei-podcast-badges-wildfire img {
  margin-top: 340px;
}
@media screen and (max-width: 1199px) {
  .rei-podcast-badges-wildfire img {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1019px) {
  .rei-podcast-badges-wildfire img {
    margin-top: 280px;
  }
}
@media screen and (max-width: 453px) {
  .rei-podcast-badges-wildfire img {
    margin-top: 0px;
  }
  .rei-podcast-badges-wildfire {
    padding-top: 270px;
  }
}

.rei-podcast-badges-camp-monsters {
  padding-top: 450px;
}
@media screen and (max-width: 1199px) {
  .rei-podcast-badges-camp-monsters {
    padding-top: 380px;
  }
}
@media screen and (max-width: 1019px) {
  .rei-podcast-badges-camp-monsters {
    padding-top: 300px;
  }
}

.rei-podcast-badges-outdoor-experts {
  padding-top: 450px;
}
@media screen and (max-width: 1199px) {
  .rei-podcast-badges-outdoor-experts {
    padding-top: 380px;
  }
}
@media screen and (max-width: 1019px) {
  .rei-podcast-badges-outdoor-experts {
    padding-top: 300px;
  }
}

.rei-btn-podcast-wildfire {
  margin-top: 330px;
}
@media screen and (max-width: 1199px) {
  .rei-btn-podcast-wildfire {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1019px) {
  .rei-btn-podcast-wildfire {
    margin-top: 230px;
  }
}

.rei-btn-podcast-outdoor-experts {
  margin-top: 330px;
}
@media screen and (max-width: 1199px) {
  .rei-btn-podcast-outdoor-experts {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1019px) {
  .rei-btn-podcast-outdoor-experts {
    margin-top: 230px;
  }
}

@media screen and (max-width: 767px) {
  .rei-podcast-featured-img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .rei-podcast-featured-img {
    height: 400px;
  }
}

.cb-grid-img {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cb-slider .slides > li {
    height: 400px !important;
  }

  .cb-slider-1 .slides > li {
    height: 400px !important;
  }

  .cb-slider-1 .slides li .wp-post-image {
    max-width: none;
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .cb-grid-img-podcast {
    height: 400px;
  }
  .cb-grid-img-podcast img {
    display: none;
  }
  .rei-slider-podcast-wiwl {
    background-image: url("_img/REI-Podcast-Wild-Ideas-Worth-Living-Banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .rei-slider-podcast-tifm {
    background-image: url("_img/rei-podcast-take-it-from-me.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .rei-slider-podcast-hello-nature {
    background-image: url("_img/rei-podcast-hello-nature.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rei-slider-podcast-wildfire {
    background-image: url("_img/rei-podcasts-wildfire-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rei-slider-podcast-camp-monsters {
    background-image: url("_img/rei-podcast-camp-monsters-alt.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rei-slider-podcast-outdoor-experts {
    background-image: url("_img/rei-co-op-journal-outdoor-experts-podcast.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.rei-podcast-hello-nature-button {
  margin-top: 15%;
}
@media screen and (max-width: 490px) {
  .rei-podcast-hello-nature-button {
    margin-top: 30%;
  }
}

.rei-podcast-hero-wildfire {
  background-image: url("_img/rei-podcasts-wildfire-banner.jpg");
  background-position: center;
}
@media screen and (max-width: 767px) {
  .rei-podcast-hero-wildfire {
    background-image: url("_img/rei-podcasts-wildfire-banner-mobile.jpg");
    background-position: center;
  }
}

.rei-podcast-hero-outdoor-experts {
  background-image: url("_img/rei-co-op-journal-outdoor-experts-podcast.jpg");
  background-position: center;
}
@media screen and (max-width: 767px) {
  .rei-podcast-hero-outdoor-experts {
    background-image: url("_img/rei-co-op-journal-outdoor-experts-podcast-mobile.jpg");
    background-position: center;
  }
}

.rei-cat-hero-uncommon-path {
  background-image: url("_img/rei-uncommon-path-desktop.jpg");
  background-position: center;
}
@media screen and (max-width: 767px) {
  .rei-cat-hero-uncommon-path {
    background-image: url("_img/rei-uncommon-path-mobile.jpg");
    background-position: center;
  }
}

.menu-uncommon-path-menu-container a {
  color: #616161;
}

.uncommon-path-menu .current-menu-item {
  color: #406eb5;
  border-bottom: #406eb5 solid 4px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .uncommon-path-menu .current-menu-item {
    color: #406eb5;
    border-bottom: none;
    padding-bottom: 0px;
  }
}

.uncommon-path-menu .current-menu-item a {
  color: #406eb5;
}

.secondary-menu-container {
  position: relative;
}

.secondary-menu-gradient {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  opacity: 0;
}

.secondary-menu-gradient__left {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.secondary-menu-gradient__right {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.secondary-menu-container a {
  display: inline-block;
  padding: 5px 8px;
  color: rgba(66, 59, 47, 0.75);
}

.secondar-menu-container a:focus {
  outline: 0.5rem auto -webkit-focus-ring-color;
}
.secondar-menu-container a:hover {
  color: #406eb5;
}

.secondary-menu {
  display: flex;
  width: 100%;
  padding-bottom: 0 !important;
  border-bottom: solid 1px #918c81;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.secondary-menu::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
}

.secondary-menu .current-menu-item a {
  color: rgba(12, 11, 8, 0.75);
  border-bottom: #406eb5 solid 4px;
  padding: 5px 8px;
  font-weight: 500;
}

.secondary-menu .current-menu-item a:hover {
  color: #406eb5;
}

.MembershipOptions {
}

.MembershipOptions .cb-module-title {
  font: 45px "Plak BlackCondensed";
}

.MembershipOptions__content {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 60px 20px;
  margin-bottom: 100px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .MembershipOptions__content {
    margin: 0 10px;
  }
}

.MembershipOptions .MembershipOptions__content-headline {
  letter-spacing: -0.32px;
  margin-bottom: 20px;
  font-family: Stuart, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.MembershipOptions__text,
.MembershipOptions__the-content {
  margin-bottom: 25px;
  color: rgb(46, 46, 46);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.08px;
}

.UncommonPathCategory__description {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  padding-bottom: 55px;
  width: 1140px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.08px;
  color: rgb(46, 46, 46);
}
.UncommonPathCategory__description a {
  text-decoration: underline;
  color: #406eb5;
}
@media (max-width: 1199px) {
  .UncommonPathCategory__description {
    width: 990px;
  }
}
@media (max-width: 1019px) {
  .UncommonPathCategory__description {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .UncommonPathCategory__description {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.CustomHeadline {
  clear: both;
}

.CustomHeadline__headline {
  cursor: pointer;
  font-weight: bold;
}

.CustomHeadline__content {
  display: none;
}

.CustomHeadline__carret {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s;
}

.CustomHeadline.-open .CustomHeadline__carret {
  transform: rotate(90deg);
}

.tree-icon {
  display: inline-block;
  background-size: 48px 96px !important;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url(library/images/rei_ratings_sprite_retina.png) 0 -48px;
}

.widget-stars-highlight > .tree-icon {
  background: url(library/images/rei_ratings_sprite_retina.png) 0 0;
}

.half-icon-highlight > .tree-icon {
  background: url(library/images/rei_ratings_sprite_retina.png) 0 -24px !important;
  background-size: 48px 96px !important;
}

.hover > .tree-icon {
  background: url(library/images/rei_ratings_sprite_retina.png) 0 -72px !important;
  background-size: 48px 96px !important;
}

.rmp-heading--title {
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 500;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__results,
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__hover-text {
  font: bold normal 11px/20px arial;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  color: #0c0b08bf;
}

/*********************
  SITE WIDE BANNER
*********************/
.banner-site-wide-container {
  width: 100%;
  background-color: #eeeee3;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  color: #222222;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.banner-site-wide-container a {
  text-decoration: underline;
  color: #222222;
}

/**************************
  REI HOME HERO MODULE
**************************/
.rei-coopj-module-homehero {
  width: 100%;
}
@media (max-width: 1200px) {
  .rei-coopj-module-homehero {
    width: 100%;
  }
}
.rei-coopj-module-homehero-col1 {
  width: 70%;
  float: left;
}
@media (max-width: 1110px) {
  .rei-coopj-module-homehero-col1 {
    width: 60%;
  }
}
@media (max-width: 860px) {
  .rei-coopj-module-homehero-col1 {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .rei-coopj-module-homehero-col1 {
    width: 100%;
  }
}
.rei-coopj-module-homehero-col2 {
  width: 30%;
  float: right;
}
@media (max-width: 1110px) {
  .rei-coopj-module-homehero-col2 {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .rei-coopj-module-homehero-col2 {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .rei-coopj-module-homehero-col2 {
    width: 100%;
  }
}
.rei-coopj-module-homehero-leadimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.rei-coopj-module-homehero-col1-inner {
  padding-right: 30px;
}
@media (max-width: 690px) {
  .rei-coopj-module-homehero-col1-inner {
    padding-right: 0px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dadada;
  }
}
.rei-coopj-module-homehero-leadtitle {
  padding-top: 12px !important;
  font-family: Stuart, Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 36px;
  color: rgba(12, 11, 8, 0.75) !important;
  padding-bottom: 12px;
}
.rei-coopj-module-homehero-leadtitle a {
  color: #406eb5 !important;
  text-decoration: underline !important;
}
.rei-coopj-module-homehero-leadtitle a:hover {
  text-decoration: none !important;
}
.rei-coopj-module-homehero-leaddesc {
  color: #454545 !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  padding-bottom: 8px;
}
.rei-coopj-module-homehero-leaddesc a {
  color: #454545 !important;
  text-decoration: none !important;
}
.rei-coopj-module-homehero-author {
  color: #616161 !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 18px;
  text-transform: uppercase;
}
.rei-coopj-module-homehero-author a {
  color: #616161 !important;
  text-decoration: none !important;
}
.rei-coopj-module-homehero-substory {
  display: flex;
  border-bottom: 2px solid #dadada;
  padding-bottom: 16px;
  padding-top: 16px;
}
.rei-coopj-module-homehero-substory:hover a {
  text-decoration: none;
}
.rei-coopj-module-homehero-substory-col1 {
  width: 100%;
}

@media (max-width: 380px) {
  .rei-coopj-module-homehero-substory-col1 {
    width: 100%;
  }
}

.rei-coopj-module-homehero-substory-col2 {
  flex: 0 0 auto;
  text-align: right;
}

@media (max-width: 380px) {
  .rei-coopj-module-homehero-substory-col2 {
    display: none;
  }
}

.cb-body-light .rei-coopj-module-homehero-subtory-title {
  color: rgba(12, 11, 8, 0.75) !important;
  font-family: Stuart, Georgia, serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  line-height: 24px !important;
  padding-bottom: 12px !important;
  padding-top: 0px !important;
}
@media (max-width: 690px) {
  .rei-coopj-module-homehero-subtory-title {
    width: 100%;
  }
}
.rei-coopj-module-homehero-subtory-title a {
  text-decoration: underline !important;
  color: #406eb5 !important;
}

.rei-coopj-module-homehero-subtory-title a:hover {
  text-decoration: none !important;
}

.rei-coopj-module-homehero-substory-img {
  display: block;
  height: 108px;
  overflow: hidden;
}

.rei-coopj-module-homehero-substory-img img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  margin-left: 12px;
}

.rei-call-to-action-btn,
.rei-btn-blacksm,
.rei-btn-secondary,
.ReiCommentForm__submit-btn,
a.rei-comments-stafflogin,
.MembershipOptions__login-button {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 12px 24px;
  text-align: left;
  letter-spacing: -0.08px;
  text-transform: none;
  text-decoration: none;
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    color 0.2s cubic-bezier(0.15, 0, 0.15, 0);
  background: #f9f8f6;
  box-shadow: inset 0 0 0 1px #928b80;
  color: #4e4d49;
  fill: #4e4d49;
}

.rei-call-to-action-btn svg,
.rei-btn-blacksm svg,
.rei-btn-secondary svg,
.ReiCommentForm__submit-btn svg,
.rei-comments-stafflogin svg,
.MembershipOptions__login-button svg {
  align-self: center;
  display: inline-block;
  fill: inherit;
  height: 24px;
  width: 24px;
  margin-left: 4px;
  vertical-align: middle;
  flex: 0 0 auto;
}

.rei-call-to-action-btn:hover,
.rei-call-to-action-btn:focus,
.rei-btn-blacksm:hover,
.rei-btn-blacksm:focus,
.rei-btn-secondary:hover,
.rei-btn-secondary:focus,
.ReiCommentForm__submit-btn:hover,
.ReiCommentForm__submit-btn:focus,
.rei-comments-stafflogin:hover,
.rei-comments-stafflogin:focus,
.MembershipOptions__login-button:hover,
.MembershipOptions__login-button:focus {
  color: #4e4d49;
  fill: #4e4d49;
  background-color: #f4f2ed;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgba(12, 11, 8, 0.2);
}

@media only screen and (min-width: 768px) {
  .cb-module-block .cb-article-row img {
    display: block;
    min-width: auto;
    max-width: none;
    height: 146px;
    width: auto;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .cb-module-block .cb-article-row img {
    height: 240px;
  }
}

.NewsletterSignup {
  width: 570px;
  margin: 50px auto;
}

.NewsletterSignup__content {
  text-align: center;
}

.NewsletterSignup__headline {
  font-size: 24px;
  font-family: "REI Stuart Web";
  color: #0c0b08bf !important;
  font-weight: 500;
  margin-bottom: 0px;
}

.NewsletterSignup__description {
  font-size: 16px;
  font-family: "Graphik Web";
  margin-bottom: 10px;
  color: #0c0b08bf;
}

.NewsletterSignup__form {
  display: flex;
  align-items: flex-start;
  font-family: "Graphik Web";
}

.NewsletterSignup__form-fields {
  position: relative;
  width: 430px;
  margin-right: 16px;
}

.NewsletterSignup__email-field {
  background-color: #fff;
  border: 1px solid #928b80;
  border-radius: 4px;
  color: #2e2e2e;
  display: block;
  width: 100%;
  line-height: 1;
  outline: 0;
  padding: 5px 8px;
  height: 40px;
}

.NewsletterSignup__form-button {
  margin-top: 25px;
}

.NewsletterSignup__button-field {
  color: #f9f8f6;
  background-color: #225c4e;
  border-color: #225c4e;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 10px;
  min-width: 190px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewsletterSignup__button-field-text {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewsletterSignup__button-field-icon {
  margin-right: 8px;
}

#footerEmailRecaptcha {
  position: relative;
  background: #fff;
  margin: 16px auto;
}

#footerEmailRecaptcha .grecaptcha-badge {
  position: relative !important;
  background: #fff;
  bottom: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}

.NewsletterSignup__confirm {
  display: none;
  text-align: center;
}

.NewsletterSignup__confirm-header,
.NewsletterSignup__fail-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
  font-family: "REI Stuart Web";
  font-size: 24px;
  color: #0c0b08bf;
  line-height: 30px;
}

.NewsletterSignup__confirm-message,
.NewsletterSignup__fail-message {
  color: #0c0b08bf;
}

.NewsletterSignup__fail {
  display: none;
  text-align: center;
}

.NewsletterSignup__form-error-block {
  display: none;
  color: #811823;
  margin-left: 10px;
}

.NewsletterSignup__form-error-block .fa-times-circle {
  color: #c00;
}

.NewsletterSignup__email-label {
  color: #0c0b08bf;
  font-weight: 500;
}

.NewsletterSignup__form-helper-text {
  color: rgba(78, 77, 73, 0.75);
  margin-left: 10px;
}

.NewsletterSignup__email-field-error-sign {
  display: none;
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 30px;
  color: #811823;
}

.hasError .NewsletterSignup__form-helper-text {
  display: none;
}

.hasError .NewsletterSignup__email-label {
  color: #811823;
}

.hasError .NewsletterSignup__form-error-block {
  display: block;
}

.hasError .NewsletterSignup__email-field-error-sign {
  display: block;
}

.hasError .NewsletterSignup__email-field {
  border-color: #811823;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #811823;
}

@media screen and (max-width: 480px) {
  .NewsletterSignup {
    width: 100%;
    padding: 0 10px;
  }

  .NewsletterSignup__form {
    flex-wrap: wrap;
  }

  .NewsletterSignup__headline {
    margin-bottom: 4px;
  }

  .NewsletterSignup__form-fields {
    margin-right: 0;
  }

  .NewsletterSignup__form-button {
    width: 100%;
    margin-top: 21px;
  }
  .NewsletterSignup__button-field {
    min-width: 100%;
  }

  .NewsletterSignup__email-field {
    min-width: 100%;
  }
}

// .cb-mask {
//   overflow: visible;
// }

// .cb-module-h {
// }

.cb-module-h .cb-article {
  display: flex;
}

.cb-module-h .cb-article .cb-post-title {
  margin-top: 8px;
}

.cb-module-h .cb-article .cb-mask {
  flex-shrink: 0;
  background: none;
  margin-right: 25px;
  margin-top: -1px;
  width: 356px;
  height: 175px;
}

.cb-module-h .cb-article .cb-mask a {
  height: 100%;
}

.cb-module-h .cb-article .cb-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-module-h .cb-excerpt {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cb-module-h .cb-article {
    flex-direction: column;
  }

  .cb-module-h .cb-article .cb-mask {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-top: 0;
  }

  .cb-module-h .cb-meta {
    padding: 0 10px;
  }

  .cb-module-h .cb-article {
    border-top: none;
  }

  .cb-module-h .cb-article .cb-post-title {
    margin-top: 20px;
  }
}

.responcive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responcive-video iframe,
.responcive-video object,
.responcive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gutenberg Table Styles */
figure.wp-block-table {
  margin: 0;
}

.wp-block-table thead tr {
  letter-spacing: -0.008rem;
  font-size: 14px;
  color: rgba(12, 11, 8, 0.75);
}

.cb-entry-content table {
  margin-bottom: none;
}

.cb-entry-content table tr th {
  background-color: #f4f2ed;
  border-bottom: 1px solid #dcd6cc;
  background-color: none;
  font-weight: 600;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  line-height: 17px;
}

.wp-block-table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #dcd6cc;
}

.wp-block-table figcaption {
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: -0.008rem;
  line-height: 20px;
  text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #f9f8f6;
}
/* End Gutenberg Table Styles */

.wp-block-table tbody tr:last-child td {
  border-bottom: none;
}

figure.wp-block-embed.is-type-video.is-provider-youtube {
  margin: 0;
}

.wp-block-button__link {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding-bottom: 12px;
  text-align: left;
  text-transform: none;
  text-decoration: none !important;
  letter-spacing: -0.08px;
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0),
    color 0.2s cubic-bezier(0.15, 0, 0.15, 0) !important;
  background-color: #f9f8f6 !important;
  box-shadow: inset 0 0 0 1px #928b80;
  color: #4e4d49 !important;
}

.wp-block-button__link:focus,
.wp-block-button__link:hover {
  color: #4e4d49 !important;
  background-color: #f4f2ed !important;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgba(12, 11, 8, 0.2);
  outline: none !important;
}

.is-style-secondary .wp-block-button__link {
}

.is-style-primary .wp-block-button__link {
  background-color: #1f513f !important;
  box-shadow: inset 0 0 0 1px #1f513f;
  color: #f9f8f6 !important;
}

.is-style-primary .wp-block-button__link:focus,
.is-style-primary .wp-block-button__link:hover {
  color: #1f513f !important;
  background-color: #f4f2ed !important;
  box-shadow: inset 0 0 0 3px #1f513f, 0 2px 2px 0 rgb(12 11 8 / 20%);
}

.is-style-sale .wp-block-button__link {
  background-color: #c7370f !important;
  box-shadow: inset 0 0 0 1px #c7370f;
  color: #fff !important;
}

.is-style-sale .wp-block-button__link:focus,
.is-style-sale .wp-block-button__link:hover {
  color: #c7370f !important;
  background-color: #f4f2ed !important;
  box-shadow: inset 0 0 0 3px #c7370f, 0 2px 2px 0 rgb(12 11 8 / 20%);
}

.is-style-dark .wp-block-button__link {
  background-color: #4e4d49 !important;
  box-shadow: inset 0 0 0 1px #4e4d49;
  color: #f9f8f6 !important;
}

.is-style-dark .wp-block-button__link:focus,
.is-style-dark .wp-block-button__link:hover {
  color: #4e4d49 !important;
  background-color: #edeae3 !important;
  box-shadow: inset 0 0 0 3px #4e4d49, 0 2px 2px 0 rgb(12 11 8 / 20%);
}

.wp-block-button a {
  color: #4e4d49 !important;
}

.is-style-outline a {
  border: 0px !important;
}

.has-drop-cap::first-letter {
  font-size: 80px !important;
  font-family: Stuart, Georgia, serif !important;
  float: left;
  margin: 7px 10px 10px 0px !important;
  font-weight: 400 !important;
}

hr {
  -moz-box-sizing: content-box;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border: 0;
  border-top: 1px solid #f4f2ed;
}

figure.wp-block-image.size-large {
  max-width: 100%;
  margin: 0;
}

.cb-entry-content ul {
  list-style-type: none;
  padding-left: 60px;
}

.cb-entry-content ul > li::before {
  content: "\2022";
  position: absolute;
  margin-left: -20px;
  padding-right: 10px;
  color: rgba(66, 59, 47, 0.75);
  font-size: 30px;
}

/* .cb-entry-content li {
  display: flex;
} */

.cb-entry-content ul > li > ul > li::before {
  margin-left: -2em;
}

.cb-entry-content ol {
  padding-left: 40px;
}

.cb-entry-content ol > li > ol > li::marker {
  content: "";
}

.cb-entry-content ol > li > ol > li::before {
  content: "\2013";
  position: relative;
  padding-right: 0.8rem;
}

/* Accordion Styles */
.wp-block-advgb-accordions {
}

.wp-block-advgb-accordion-item {
  border-top: 1px solid #dcd6cb;
  border-bottom: 1px solid #dcd6cb;
  margin-bottom: 0 !important;
}

.wp-block-advgb-accordion-item + .wp-block-advgb-accordion-item {
  border-top: none;
}

.advgb-accordion-header,
.advgb-accordion-header.ui-accordion-header.ui-state-default {
  display: flex !important;
  align-items: center !important;
  margin-top: 0 !important;
  cursor: pointer !important;
  padding: 16px !important;
}

.advgb-accordion-header h4.advgb-accordion-header-title,
.advgb-accordion-header h4 {
  font-size: 16px !important;
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}

.advgb-accordion-header:hover,
.advgb-accordion-header.ui-accordion-header.ui-state-default:hover {
  background-color: #f9f8f6 !important;
}

.advgb-accordion-header-icon {
  float: none !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  order: 1 !important;
  font-size: 1.2em !important;
  line-height: 22px !important;
  transition: all 0.3s !important;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
  display: block !important;
  transform: rotate(180deg) !important;
}

.advgb-accordion-header-icon svg {
  fill: #928b80;
}

.advgb-accordion-body {
  padding: 8px 8px 8px 16px;
}

.advgb-accordion-body p {
  margin: 0;
}

.advgb-accordion-body p + .advgb-accordion-body p {
  margin-bottom: 10px;
}

.wp-block-jetpack-image-compare {
  margin: 1em 0;
}

.juxtapose {
  width: 100%;
}

.pagination_chevron_prev,
.pagination_chevron_next {
  width: 24px;
  height: 24px;
  fill: #928b80;
}

.cb-pagination > ul {
  display: flex;
  justify-content: center;
  align-items: top;
}

.cb-pagination a,
.cb-pagination .current,
.cb-pagination span,
.cb-pagination > .cb-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  font-size: 16px !important;
  line-height: 22px;
  background: none;
  border: none;
  padding: 0;
  color: rgba(12, 11, 8, 0.75);
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
}

.cb-pagination a:hover,
.cb-pagination .current:hover,
.cb-pagination > .cb-page:hover {
  background-color: #f9f8f6 !important;
  color: rgba(12, 11, 8, 0.75) !important;
}

.cb-body-light .cb-pagination a,
.cb-body-light .cb-entry-content .cb-pagination a {
  background-color: transparent;
  border: 0;
  color: rgba(12, 11, 8, 0.75);
  fill: rgba(12, 11, 8, 0.75);
}

@media only screen and (max-width: 425px) {
  .cb-body-light .cb-pagination a,
  .cb-body-light .cb-pagination span {
    margin: 10px 5px 10px 5px;
    padding: 4px;
    font-size: 14px !important;
  }
}

.cb-body-light .cb-pagination .current {
  position: relative;
  background: none;
  border: 0;
  color: rgba(12, 11, 8, 0.75);
}

.cb-body-light .cb-pagination .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  width: 80%;
  background-color: #406eb5;
}

.rei-podcast-buttons {
  text-align: center;
  margin-bottom: 30px;
}

.rei-podcast-buttons .rei-call-to-action-btn {
  margin: 0 12px;
}

@media (max-width: 425px) {
  .rei-podcast-buttons .rei-call-to-action-btn {
    margin: 12px;
  }
}

.rei-podcast-buttons img {
  height: 25px;
}

/* CAMP MONSTERS */
/* Camp Monsters - v2 */
.rei-campmon-clear {
  clear: both;
}

.rei-campmon-sponsors {
  width: auto;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}
.rei-campmon-sponsors-secondary {
  padding-top: 0px;
  margin-bottom: 100px;
}
@media ( max-width: 890px ) {
  .rei-campmon-sponsors {
    width: 510px;
  }
}
@media ( max-width: 710px ) {
  .rei-campmon-sponsors {
    width: auto;
  }
}

.rei-campmon-sponsors-col {
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
@media ( max-width: 1019px ) {
  .rei-campmon-sponsors-col {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media ( max-width: 890px ) {
  .rei-campmon-sponsors-col {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.rei-campmon-sponsors-col-center {
  float: none;
}

.rei-campmon-sponsors-col a {
  text-decoration: underline;
  color: #406eb5 !important;
  font-size: 16px !important;
  font-family: Graphik, "Helvetica Neue", sans-serif;
}
.rei-campmon-sponsors-col a:hover {
  text-decoration: none;
}

/* Camp Monsters - v1 */
.rei-camp-monsters-social-icons {
  text-align: center;
}

.rei-camp-monsters-social-icons img {
  margin-left: 40px;
  margin-right: 40px;
  height: 60px;
}

.rei-camp-monsters-sponsor {
  margin: 0 auto;
  width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1019px) {
  .rei-camp-monsters-sponsor {
    width: auto;
  }
}

.rei-camp-monsters-col-1 {
  float: left;
  width: 20%;
}
@media (max-width: 720px) {
  .rei-camp-monsters-col-1 {
    float: none;
    width: auto;
    margin: 0 auto;
  }
}

.rei-camp-monsters-col-2 {
  float: left;
  width: 80%;
}
@media (max-width: 720px) {
  .rei-camp-monsters-col-2 {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}

.rei-camp-monsters-yeti {
  margin-top: 7px;
}
@media (max-width: 720px) {
  .rei-camp-monsters-yeti {
    text-align: center;
  }
}

.rei-camp-monsters-yeti img {
  height: 50px;
}
@media (max-width: 1019px) {
  .rei-camp-monsters-yeti img {
    height: auto;
  }
}
@media (max-width: 720px) {
  .rei-camp-monsters-yeti img {
    height: 40px;
  }
}

.rei-camp-monsters-intro-copy {
  padding-left: 40px;
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: rgb(46, 46, 46);
}
@media (max-width: 720px) {
  .rei-camp-monsters-intro-copy {
    padding-right: 40px;
    text-align: center;
  }
}

.rei-camp-monsters-video {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .rei-camp-monsters-video {
    width: auto;
  }
}

.zeno-comments-report-link a {
  color: #406eb5;
}

.rei-customer-voice-container iframe {
  width: 850px;
  height: 1000px;
  border: 0;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .rei-customer-voice-container iframe {
    width: 100%;
  }
}

.rei-comments-input-label {
  font-family: Graphik, "Helvetica Neue", sans-serif !important;
  text-transform: capitalize !important;
  color: rgb(12 11 8 / 75%) !important;
  letter-spacing: -0.08px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rei-comments-input-label-main {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.cb-fis-tl-me-overlay .cb-featured-image__credit {
  margin: 15px auto -20px auto;
  width: 736px;
}

.cb-fis-tl-me-overlay .cb-featured-image__title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.08px;
  color: rgb(46, 46, 46);
}

.cb-credit-line {
  font-size: 12px;
  position: static;
  color: rgba(66, 59, 47, 0.75);
  background: none;
  padding: 0;
  line-height: 1.2;
}

.cb-credit-line a {
  color: #406eb5 !important;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cb-fis-tl-me-overlay .cb-featured-image__credit {
    width: 100%;
    padding: 0 10px;
  }
}

.cb-entry-content figure.alignwide {
  margin-left: -80px;
  margin-right: -80px;
  max-width: none;
}
.cb-entry-content figure.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.cb-entry-content figure.alignfull img {
  width: 100vw;
}

.VRT {
  overflow: hidden;
  font-family: Stuart, Georgia, serif;
}

.VPT__header {
  padding: 35px 10px;
  text-align: center;
}

.VPT__header-headline {
  font-family: Stuart, Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #20513e;
}

.VPT__header-headline h1 {
  font-family: Stuart, Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #20513e;
  margin: 0;
}

.VPT__header-desc {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  color: #20513e;
  font-size: 17px;
  font-weight: 500;
}

.VPT__header-desc p {
  margin: 0;
}

.VPT__video-container {
  position: relative;
  height: 680px;
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.VPT__video-container.-featured-image {
  cursor: pointer;
}

.VPT__video-container.-video {
  display: none;
  background: #000;
  padding: 0;
  align-items: center;
}

.VPT__video-container.-video .cb-fis-block-video {
  background: #000 !important;
}

.VPT__video-container.-video .cb-fis-block-video {
  background: #000 !important;
  padding: 0 !important;
  width: 1105px;
}

.VPT__video-container.-video .cb-fis-block-video .cb-video-frame-wrap {
  margin-bottom: 0;
}

.VPT__video-container-content {
  position: absolute;
  width: 555px;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}

.VPT__video-content-before-title {
  font-weight: 600;
  font-size: 13px;
}

.VPT__video-content-title h2 {
  font-family: Stuart, Georgia, serif;
  color: #fff !important;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 3em !important;
  line-height: 1.3;
}

.VPT__video-container-content h1 {
  font-family: Stuart, Georgia, serif;
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.VPT__video-container-play-button {
  position: absolute;
  left: calc(20% + 555px);
  top: 50%;
  transform: translate(0, -50%);
  width: 150px;
  height: 150px;
}

.VPT__video-container-play-button svg {
  fill: #fff;
}

.VPT__videos-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-right: -30px;
}

.VPT__video-item {
  display: block;
  position: relative;
  width: calc(25% - 30px);
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 4px;
  border: 1px solid #dcd6cb;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgb(12 11 8 / 20%);
  color: rgba(12, 11, 8, 0.75);
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
}

.VPT__video-item.-is-active {
  background-color: #20513e;
}

.VPT__video-item.-is-mobile-active {
  display: none;
}

.VPT__video-item.-is-active .VPT__video-item-content {
  color: #fff;
}

.VPT__video-item.-is-active svg {
  fill: #fff;
}

.VPT__video-item:hover {
  box-shadow: 0 8px 8px 0 rgb(12 11 8 / 20%);
  transform: translateY(-2px);
  transition: 0.2s;
}

.VPT__video-item-prv {
  height: 183px;
}
.VPT__video-item-prv img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.VPT__video-item-footer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.VPT__video-item-content {
  font-family: Stuart, Georgia, serif;
  font-weight: 600;
  padding: 10px;
  color: #1e5140;
  padding-left: 10px;
  flex-grow: 1;
}

.VPT__video-item-play {
  position: absolute;
  top: 126px;
  right: 10px;
  width: 47px;
  flex: 0 0 47px;
}

.VPT__video-item.-is-active .VPT__video-item-play {
  display: block;
}

.VPT__video-item-play svg {
  fill: #fff;
}

.VPT__video-item-headline {
  font-size: 18px;
  line-height: 1.25;
}

@media (max-width: 1024px) {
  .VPT__video-item {
    width: calc(32% - 20px);
  }

  .VPT__video-container.-video .cb-fis-block-video {
    width: 945px;
  }
}

@media (max-width: 768px) {
  .VPT__video-container {
    height: 445px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }

  .VPT__video-container.-video .cb-fis-block-video {
    width: 725px;
  }

  .VPT__video-container-content {
    position: static;
    width: auto;
    color: #fff;
    text-align: center;
    transform: none;
  }

  .VPT__video-content-before-title {
    font-weight: 600;
    font-size: 13px;
  }

  .VPT__video-content-desc {
    display: none;
  }

  .VPT__video-container-content h1 {
    font-family: Stuart, Georgia, serif;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: 500;
  }

  .VPT__video-container-play-button {
    position: static;
    width: 75px;
    height: 75px;
    transform: none;
  }

  .VPT__videos-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 20px;
    margin-right: -20px;
  }

  .VPT__video-item {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }

  .VPT__video-item-prv {
    display: block;
  }

  .VPT__video-item-prv img {
    height: 100%;
  }

  .VPT__video-item-footer {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .VPT__video-item-play {
    width: 47px;
    flex: 0 0 47px;
    margin-right: 10px;
    margin-top: 0;
  }
}

@media (max-width: 425px) {
  .VPT__videos-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-right: 20px;
    margin-left: 20px;
  }

  .VPT__video-container {
    height: 300px;
  }

  .VPT__video-container.-video .cb-fis-block-video {
    width: 100%;
  }

  .VPT__video-item {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .VPT__video-item.-is-mobile-active {
    display: block;
  }

  .VPT__video-item.-is-desktop-active {
    display: none;
  }

  .VPT__video-item-prv {
    display: none;
  }

  .VPT__video-item-prv img {
    height: 100%;
  }

  .VPT__video-item-footer {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
  }

  .VPT__video-item-timestamp {
    font-size: 12px;
  }

  .VPT__video-item-headline {
    font-size: 16px;
  }

  .VPT__video-item-play {
    position: static;
    width: 47px;
    flex: 0 0 47px;
    margin-right: 10px;
    margin-top: 0;
  }

  .VPT__video-item.-is-active .VPT__video-item-play {
    display: none;
  }

  .VPT__video-item-play svg {
    fill: #1f5f3f;
  }

  .VPT__video-item-play.-is-active svg {
    fill: #fff;
  }
}

.RelatedArticles {
  width: 100vw;
  max-width: 1200px;
  padding: 0 30px;
  overflow: hidden;
  margin-left: 50%;
  transform: translateX(-50%);
}

.RelatedArticles .cb-article:nth-child(3n - 1) {
  margin-left: 0;
}

@media (max-width: 768px) {
  .RelatedArticles {
    padding: 0 20px;
  }
}


@media (max-width: 425px) {
  .RelatedArticles {
    padding: 0;
  }
}

.StaticPromo {
  width: 540px;
  margin: 0 auto;
  color: #2a543b;
  overflow: hidden;
}

  .single .StaticPromo {
    margin-bottom: 86px;
  }

.StaticPromo__decoration-image {
  margin-bottom: -7.1%;
}

.StaticPromo__decoration-image img {
  display: block;
  width: 100%;
}

.StaticPromo__content {
  width: 100%;
  border: 1px solid #2e5040;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 31px;
  text-align: center;
}

.StaticPromo__headline {
  margin-top: 30px;
  margin-bottom: 15px;
  font: 700 33px Stuart, sans-serif;
  color: #2a543b;
}

.StaticPromo__desc {
  font: normal 17px Graphik, serif;
  margin-bottom: 30px;
  line-height: 1.5;
}

.StaticPromo__callToAction {
  text-align: center;
}

.StaticPromo__callToActionLink {
  display: inline-block;
  font: 500 17px Graphik, serif;
  color: #fff;
  background: #2e5040;
  padding: 15px;
  min-width: 182px;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 620px) {
  .StaticPromo{
    width: calc(100% - 13%);
  }
}

@media (max-width: 375px) {
  .StaticPromo__headline{
    font-size: 27ox;
  }

  .StaticPromo__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* REI PODCAST SLIDER */

.rei-podcast-slide {
  height: 100%;
  background: #faf9f5;
  padding: 60px 105px;
  display: flex;
}

.rei-podcast-slide__image {
  width: 366px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

h2.rei-podcast-slide__headline {
  margin-bottom: 20px !important;
  font-size: 40px !important;
  font-family: Stuart, Georgia, serif !important;
}

.rei-podcast-slide__desc {
  margin-bottom: 20px;
}

.rei-podcast-slide__more-link {
  margin-bottom: 40px;
  text-decoration: underline;
}

.rei-podcast-slide__image img{
  display: block;
  width: 366px;
  height: auto;
}
.rei-podcast-slide__content {
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rei-podcast-slide__buttons .rei-podcast-buttons {
  text-align: left;
}

.rei-podcast-slide__buttons .rei-call-to-action-btn {
  margin: 0 24px 0 0;
}

@media (max-width: 1199px) {
  .rei-podcast-slide {
    padding: 5.26%;
  }
  .rei-podcast-slide__image {
    width: 38%;
  }

  .rei-podcast-slide__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .rei-podcast-slide__content {
    padding:0 0 0 5.26%;
  }

  h2.rei-podcast-slide__headline {
    margin-bottom: 0.5em !important;
  }

  .rei-podcast-slide__desc {
    margin-bottom: 0.5em;
  }

  .rei-podcast-slide__more-link{
    margin-bottom: 1em;
  }

}


@media (max-width: 1019px) {
  .rei-podcast-slide {
    padding: 30px;
  }

  .rei-podcast-slide__image {
    width: 40%;
  }

  .rei-podcast-slide__image img{
    width: 100%;
  }
  
  .rei-podcast-slide__content {
    padding-left: 30px;
  }

  h2.rei-podcast-slide__headline {
    margin-bottom: 0 !important;
    font-size: 25px !important;
  }
  
  .rei-podcast-slide__desc {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .rei-podcast-slide__more-link {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .rei-podcast-slide__buttons .rei-call-to-action-btn {
    margin: 0 5px 0 0;
    padding: 10px;
    align-items: center;
  }

  .rei-podcast-slide__buttons .rei-call-to-action-btn img {
    height: 20px;
  }

}

.rei-404 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 765px) {
  .rei-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rei-404 h1 {
  font-family: "Graphik Web";
  margin: 0;
  padding: 0;
  color: #494946;
  font-weight: bold;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.rei-404 p {
  font-family: "Graphik Web";
  color: #494946;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: normal;
}

.rei-404 ul {
  font-family: "Graphik Web";
  color: #494946;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: normal;
  margin-left: 15px;
}

.rei-404 a {
  color: #406eb5 !important;
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .rei-podcast-slide {
    height: 100%;
    background: #faf9f5;
    padding: 35px 0 23px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .rei-podcast-slide__image {
    width: 158px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  h2.rei-podcast-slide__headline {
    display: none;
  }

  .rei-podcast-slide__desc {
    display: none;
  }

  .rei-podcast-slide__more-link {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .rei-podcast-slide__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rei-podcast-slide__content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rei-podcast-slide__buttons .rei-podcast-buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .rei-podcast-slide__buttons .rei-call-to-action-btn {
    margin: 0 0 12px 0;
  }
}

.cb-module-header {
  height: 60px !important;
  border-bottom: 1px solid #dbd6cc;
}

.cb-category-header {
  height: auto !important;
  border-bottom: none;
}

/* --------------------------------------------------------
This can be removed when removing the current quiz plugin
-------------------------------------------------------- */
.wq_questionImage {
  height: auto!important;
}

/* --------------------------------------------------------
Callout Plugin CSS Fixes
-------------------------------------------------------- */
.wp-block-rei-callout-block {
  margin: auto !important;
}

/* --------------------------------------------------------
Action Network & Call-Out Banners
-------------------------------------------------------- */
.rei-action-banner {
  width: 100%;
  background-color: #f4f2ed;
  padding: 25px;
  padding-bottom: 35px;
}

.rei-action-banner-headline {
  padding-bottom: 30px;
}

.rei-action-banner-headline-mobile {
  display: none;
}
@media (max-width: 425px) {
  .rei-action-banner-headline-mobile {
    display: block;
    padding-bottom: 30px;
  }
  .rei-action-banner-headline {
    display: none;
  }
}

.rei-action-banner-cols {
  display: flex;
}

.rei-action-banner-col-1 {
  width: 70%;
  padding-right: 30px;
}
@media (max-width: 425px) {
  .rei-action-banner-col-1 {
    padding-right: 0px;
  }  
}

.rei-action-banner-copy {
  font-family: Graphik, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #0c0b08bf;
  padding-bottom: 30px;
}
@media (max-width: 425px) {
  .rei-action-banner-copy {
    font-size: 15px;
    line-height: 21px;
  }
}

.rei-action-banner-btn a {
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #1f513f;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.rei-action-banner-col-2 {
  width: 30%;
  padding-left: 30px;
}