@font-face {
  font-family: "Bodoni";
  src: url("/wp-content/themes/fresh-afcc/assets/fonts/bodoni/BodoniBook.woff");
  font-weight: normal; }

@font-face {
  font-family: "Bodoni";
  src: url("/wp-content/themes/fresh-afcc/assets/fonts/bodoni/BodoniBookIta.woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Bodoni";
  src: url("/wp-content/themes/fresh-afcc/assets/fonts/bodoni/BodoniBold.woff");
  font-weight: bold; }

body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Zilla Slab", "Rockwell", serif;
  font-weight: 700;
  color: #222;
  margin: 0.5em 0; }

h1 {
  font-size: 6rem;
  text-transform: initial;
  font-weight: 700; }

h2 {
  font-size: 5rem;
  text-transform: initial;
  font-weight: 700; }

h3 {
  font-size: 3.5rem;
  margin-bottom: 25px;
  font-weight: 700; }

h4 {
  font-size: 2.8rem; }

h5 {
  font-size: 2.2rem; }

.border-bt {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px; }

span.cat {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.2px; }

input[type="submit"] {
  background-color: #BA4848; }

a {
  color: #BA4848; }

p.scripture {
  font-size: 2.2rem !important;
  line-height: 1.5; }
  p.scripture .ref {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    margin-top: 15px; }



.button {
  font-size: 1.6rem;
  padding: 10px 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer; }
  .button.black {
    background-color: #000; }
  .button.white {
    background-color: #fff;
    color: #222; }

.white, .white h2, .white h3, .white h4, .white .c-accordion__title:after {
	color: #fff; }

.wp-block-group.alignwide.has-background {
	max-width: 1000px;
    margin: auto;
    padding: 0px 30px 20px; }

.wp-block-buttons {
    max-width: 1000px;
    margin: auto; }

.wp-block-button {
	margin-bottom: 10px;	
}

.aligncenter {
	text-align: center; }

form.style-search label {
  display: block;
  text-align: left;
  font-size: 0.9em;
  color: #000;
  padding: 0 10px; }

form.style-search .row {
  display: grid;
  grid-template-columns: 1fr 110px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 5px 0; }

form.style-search input {
  width: 100%;
  border: none;
  padding: 12px 8px; }

form.style-search input[type="submit"] {
  width: 110px;
  height: 100%; }

.max-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.max-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.overlay {
  position: relative; }
  .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2); }
  .overlay * {
    position: relative;
    z-index: 5; }

i.mq-arrow-left {
  height: 20px;
  width: 20px;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; }

.col-vert-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.wp-block-group.bg-grey {
	width: 100%;
    background-color: #f8f8f8; }

.wp-block-group.bg-grey {
  background: #f8f8f8;
  margin: 50px 0;
  padding: 75px 0; }
  .wp-block-group.bg-grey:last-child {
    margin-bottom: 0; }

#secondary_header {
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  #secondary_header nav {
    text-align: right; }
  #secondary_header .logo_wrap {
    text-align: center; }
    #secondary_header .logo_wrap img {
      max-width: 180px; }
  #secondary_header .social a {
    margin-right: 10px;
    margin-left: 0;
    font-size: 1.2em; }

#masthead nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #masthead nav ul li {
    text-align: center;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 1px;
        -ms-flex: 1 1 1px;
            flex: 1 1 1px;
    width: auto; }
    #masthead nav ul li ul.sub-menu {
      border-top: 1px solid #e4e4e4;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #masthead nav ul li ul.sub-menu a {
        background: transparent !important; }
    #masthead nav ul li a {
      font-family: "Zilla Slab", "Rockwell", serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 18px !important;
      background: #fff; }
      #masthead nav ul li a:hover {
        background: #fff; }

#masthead nav > ul.main-menu > li:before {
  content: '';
  background: #222;
  height: 2px;
  width: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -1; }

#masthead nav > ul.main-menu > li:hover:before {
  width: 70%; }

#masthead nav > ul.main-menu > li.current-menu-item:before, #masthead nav > ul.main-menu > li.current-menu-parent:before {
  width: 70%; }

#masthead nav ul.main-menu > li:after {
  content: '';
  background-image: url(../img/star.svg);
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: -12.5px;
  top: 17px; }

#masthead nav ul.main-menu > li:last-child:after {
  content: none; }

#masthead ul.sub-menu {
  width: 100%; }

.news-cycle {
  grid-template-columns: 1.85fr 1.15fr;
  grid-gap: 1px;
  height: -webkit-calc(100vw * 0.417);
  height: calc(100vw * 0.417);
  min-height: 350px;
  max-height: 700px; }
  .news-cycle article {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 15px; }
    .news-cycle article:before, .news-cycle article:after {
      content: '';
      background: rgba(0, 0, 0, 0.38);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .news-cycle article:after {
      background: transparent;
      border: 1px solid #fff;
      margin: 15px; }
    .news-cycle article:first-child {
      grid-row-start: 1;
      grid-row-end: 3; }
    .news-cycle article .content {
      position: relative;
      z-index: 2;
      max-width: 670px;
      padding: 15px; }
      .news-cycle article .content .event-title {
        color: #fff;
        margin-top: 3px;
        margin-bottom: 20px;
        line-height: 1; }
      .news-cycle article .content .readmore {
        color: #fff; }
    .news-cycle article:not(:first-child) .event-title {
      font-size: 4rem; }

.new-menu {
	font-weight: bold;
	color: #BA4848; }

section.boxed {
  padding: 50px 15px; }

#fp_tools .grid {
  grid-gap: 50px; }

#fp_tools #about {
  background-image: url(../img/cattle-in-pasture.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  grid-column-start: 1;
  grid-column-end: 3;
  color: #fff;
  -webkit-mask-box-image: url(../img/ticket.svg) 50;
          mask-border: url(../img/ticket.svg) 50; }
#fp_tools #mdcp {
  background-image: url(/wp-content/uploads/2020/03/man-opening-bible.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #fff;
  -webkit-mask-box-image: url(../img/ticket.svg) 50;
          mask-border: url(../img/ticket.svg) 50;}
  #fp_tools #about .content, #fp_tools #mdcp .content {
    border-color: #fff;
    border: none; }
    #fp_tools #about .content p, #fp_tools #mdcp .content p {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
  #fp_tools #about .event-title, #fp_tools #mdcp .event-title {
    color: #fff; }
  #fp_tools #about .button, #fp_tools #mdcp .button {
    width: 200px; }

.ticket {
  background: #F0E3C5;
  -webkit-mask-box-image: url(../img/ticket.svg) 50;
          mask-border: url(../img/ticket.svg) 50;
  text-align: center;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .ticket .content {
    padding: 40px 30px;
    width: 100%; }
    .ticket .content .event-title {
      font-size: 3.6rem;
      margin-top: 3px;
      margin-bottom: 15px; }
    .ticket .content p {
      line-height: 1.5;
      font-size: 1.6rem; }
  .ticket .scripture, .ticket.ggp p {
    margin-top: 30px; }
  .ticket.danger, .ticket.info, .ticket.success, .ticket.ggp, .ticket.ggp p {
    color: #fff; }
    .ticket.danger .content .event-title, .ticket.info .content .event-title, .ticket.success .content .event-title, .ticket.ggp .content .event-title {
      color: #fff; }
  .ticket.ggp {
    background: #2b924b; }
  .ticket.danger {
    background: #BA4848; }
  .ticket.info {
    background: #4C95B5; }
  .ticket.success {
    background: #92985F; }

#fp_events {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 50px; }
  #fp_events .section-title {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 35px;
    text-transform: uppercase; }
  #fp_events #fp_event_cats {
    grid-template-columns: repeat(5, 1fr); }
    #fp_events #fp_event_cats .event {
      position: relative;
      min-height: 236px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden;
      border: none;
      padding-bottom: 0;
      max-width: 100%;
      margin: 0; }
      #fp_events #fp_event_cats .event span.background {
        display: block;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        #fp_events #fp_event_cats .event span.background:after {
          content: '';
          background-color: #000;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: 2;
          opacity: 0.4; }
      #fp_events #fp_event_cats .event:hover .background {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      #fp_events #fp_event_cats .event span.event-title {
        position: relative;
        z-index: 3;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 800;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

#fp_resources #fp_tpartners {
  background-image: url(../img/travelin-partners-anchor-grunge.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  grid-column-start: 1;
  grid-column-end: 3;
  color: #fff;
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-mask-box-image: url(../img/ticket.svg) 50;
          mask-border: url(../img/ticket.svg) 50; }
  #fp_resources #fp_tpartners .content {
    border-color: #fff;
    border: none; }
    #fp_resources #fp_tpartners .content p {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
  #fp_resources #fp_tpartners .event-title {
    color: #fff;
    font-size: 3.5rem; }
  #fp_resources #fp_tpartners .button {
    width: 200px; }

#fp_resources .grid {
  grid-gap: 50px; }
  #fp_resources .grid:first-child {
    margin-bottom: 50px; }

#fp_resources .row .content {
  border: none; }

#fp_resources h2.event-title {
  font-size: 2.6rem; }

main h1, main h2, main h3, main h4, main h5, main h6, main p, main ul, main ol,
main .wp-block-quote, main .wp-block-table,
main .wp-block-pullquote, main .wp-block-button,
main .wp-block-separator {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

main .wp-block-table {
  width: 100%; }

main .wp-block-table td {
  padding: 15px; }
  main .wp-block-table td:last-child {
    text-align: right; }
  main .wp-block-table td > a {
    background: #232323;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center; }

body.single-page #page_hero, body.single-post #page_hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  min-height: 300px;
  height: -webkit-calc(100vw * 0.3);
  height: calc(100vw * 0.3);
  max-height: 500px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px; }
  body.single-page #page_hero h1, body.single-post #page_hero h1 {
    color: #fff;
    text-transform: uppercase; }
  body.single-page #page_hero.title-hero, body.single-post #page_hero.title-hero {
    background-color: #eee;
    height: 200px;
    min-height: 200px; }
    body.single-page #page_hero.title-hero h1, body.single-post #page_hero.title-hero h1 {
      color: #000; }

body.single-page main, body.single-post main {
  padding-top: 0;
  padding-bottom: 0; }
  body.single-page main h1, body.single-page main h2, body.single-page main h3, body.single-page main h4, body.single-page main h5, body.single-page main h6,
  body.single-page main p, body.single-page main ul, body.single-page main ol,
  body.single-page main .wp-block-image,
  body.single-page main .wp-block-quote,
  body.single-page main .wp-block-columns,
  body.single-page main .wp-block-cover,
  body.single-page main .wp-block-embed-youtube, body.single-post main h1, body.single-post main h2, body.single-post main h3, body.single-post main h4, body.single-post main h5, body.single-post main h6,
  body.single-post main p, body.single-post main ul, body.single-post main ol,
  body.single-post main .wp-block-image,
  body.single-post main .wp-block-quote,
  body.single-post main .wp-block-columns,
  body.single-post main .wp-block-cover,
  body.single-post main .wp-block-embed-youtube {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    body.single-page main h1.alignwide, body.single-page main h2.alignwide, body.single-page main h3.alignwide, body.single-page main h4.alignwide, body.single-page main h5.alignwide, body.single-page main h6.alignwide,
    body.single-page main p.alignwide, body.single-page main ul.alignwide, body.single-page main ol.alignwide,
    body.single-page main .wp-block-image.alignwide,
    body.single-page main .wp-block-quote.alignwide,
    body.single-page main .wp-block-columns.alignwide,
    body.single-page main .wp-block-cover.alignwide,
    body.single-page main .wp-block-embed-youtube.alignwide, body.single-post main h1.alignwide, body.single-post main h2.alignwide, body.single-post main h3.alignwide, body.single-post main h4.alignwide, body.single-post main h5.alignwide, body.single-post main h6.alignwide,
    body.single-post main p.alignwide, body.single-post main ul.alignwide, body.single-post main ol.alignwide,
    body.single-post main .wp-block-image.alignwide,
    body.single-post main .wp-block-quote.alignwide,
    body.single-post main .wp-block-columns.alignwide,
    body.single-post main .wp-block-cover.alignwide,
    body.single-post main .wp-block-embed-youtube.alignwide {
      max-width: 1200px; }
    body.single-page main h1.alignfull, body.single-page main h2.alignfull, body.single-page main h3.alignfull, body.single-page main h4.alignfull, body.single-page main h5.alignfull, body.single-page main h6.alignfull,
    body.single-page main p.alignfull, body.single-page main ul.alignfull, body.single-page main ol.alignfull,
    body.single-page main .wp-block-image.alignfull,
    body.single-page main .wp-block-quote.alignfull,
    body.single-page main .wp-block-columns.alignfull,
    body.single-page main .wp-block-cover.alignfull,
    body.single-page main .wp-block-embed-youtube.alignfull, body.single-post main h1.alignfull, body.single-post main h2.alignfull, body.single-post main h3.alignfull, body.single-post main h4.alignfull, body.single-post main h5.alignfull, body.single-post main h6.alignfull,
    body.single-post main p.alignfull, body.single-post main ul.alignfull, body.single-post main ol.alignfull,
    body.single-post main .wp-block-image.alignfull,
    body.single-post main .wp-block-quote.alignfull,
    body.single-post main .wp-block-columns.alignfull,
    body.single-post main .wp-block-cover.alignfull,
    body.single-post main .wp-block-embed-youtube.alignfull {
      max-width: 100%; }
  body.single-page main p, body.single-page main ul, body.single-page main li, body.single-post main p, body.single-post main ul, body.single-post main li {
    line-height: 2;
    font-size: 1.75rem; }
  body.single-page main .wp-block-cover, body.single-post main .wp-block-cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px; }
    body.single-page main .wp-block-cover.has-background-dim:before, body.single-post main .wp-block-cover.has-background-dim:before {
      border: 1px solid #fff;
      margin: 25px;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1; }
    body.single-page main .wp-block-cover:first-child, body.single-post main .wp-block-cover:first-child {
      margin-top: 0; }
    body.single-page main .wp-block-cover.alignfull, body.single-post main .wp-block-cover.alignfull {
      min-height: 300px;
      max-height: -webkit-calc(100vh - 140.45px);
      max-height: calc(100vh - 140.45px);
      height: -webkit-calc(100vw * 0.484);
      height: calc(100vw * 0.484); }
    body.single-page main .wp-block-cover h1, body.single-post main .wp-block-cover h1 {
      font-size: 6.5rem;
      text-transform: uppercase;
      max-width: 1200px;
      margin-bottom: 1rem;
      letter-spacing: 0.75rem; }
    body.single-page main .wp-block-cover p, body.single-post main .wp-block-cover p {
      color: #fff;
      font-size: 2.25rem;
      font-family: "Bodoni", "Times New Roman", serif;
      font-style: italic;
      text-align: center;
      margin-top: 0;
      line-height: 2;
      letter-spacing: 1px;
      max-width: 700px;
      z-index: 1; }
  body.single-page main .wp-block-media-text, body.single-post main .wp-block-media-text {
    max-width: 800px; }
  body.single-page main .wp-block-pullquote, body.single-post main .wp-block-pullquote {
    max-width: 1000px;
    margin: 75px auto;
    padding: 50px 0 20px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    font-size: 3.5rem;
    position: relative; }
    body.single-page main .wp-block-pullquote:before, body.single-post main .wp-block-pullquote:before {
      content: '';
      width: 35px;
      height: 48px;
      position: absolute;
      padding: 0 30px;
      top: -24px;
      left: -webkit-calc(50% - 47.5px);
      left: calc(50% - 47.5px);
      background-color: #fff;
      background-image: url(../img/travelin-partners-icon.svg);
      background-position: center;
      background-repeat: no-repeat; }
    body.single-page main .wp-block-pullquote blockquote, body.single-post main .wp-block-pullquote blockquote {
      background: none;
      border: none;
      padding: 0 15px; }
      body.single-page main .wp-block-pullquote blockquote p, body.single-post main .wp-block-pullquote blockquote p {
        font-size: 3.5rem;
        color: #222; }
  body.single-page main .wp-block-quote, body.single-post main .wp-block-quote {
    margin: 75px auto;
    padding: 50px 0 20px;
    position: relative;
    border: none; }
    body.single-page main .wp-block-quote:not(.ticket), body.single-post main .wp-block-quote:not(.ticket) {
      background: none; }
      body.single-page main .wp-block-quote:not(.ticket):before, body.single-post main .wp-block-quote:not(.ticket):before {
        content: '';
        width: 50px;
        height: 35px;
        position: absolute;
        top: 0px;
        left: -webkit-calc(50% - 25px);
        left: calc(50% - 25px);
        background-color: #fff;
        background-image: url(../img/quote-marks.svg);
        background-position: center;
        background-repeat: no-repeat; }
    body.single-page main .wp-block-quote.ticket, body.single-post main .wp-block-quote.ticket {
      background-image: -webkit-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(100% 0, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(0 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px);
      background-image: -o-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(100% 0, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(0 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px);
      background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 35px, #222 36px);
      padding: 50px 50px 55px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 800px; }
      body.single-page main .wp-block-quote.ticket p, body.single-post main .wp-block-quote.ticket p {
        color: #fff; }
      body.single-page main .wp-block-quote.ticket cite, body.single-post main .wp-block-quote.ticket cite {
        color: #fff; }
    body.single-page main .wp-block-quote p, body.single-post main .wp-block-quote p {
      font-size: 3.5rem;
      color: #222;
      margin-bottom: 15px; }
    body.single-page main .wp-block-quote cite, body.single-post main .wp-block-quote cite {
      font-size: 2.5rem;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0.5px; }

body.single-page .store_locator_plus, body.single-post .store_locator_plus {
  max-width: 1000px;
  margin: 0 auto; }
  body.single-page .store_locator_plus #sl_div, body.single-post .store_locator_plus #sl_div {
    display: grid; }

body.single-page .gform_wrapper, body.single-post .gform_wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

body.single-post #page_hero {
  text-align: center; }

body.single-post #breadcrumbs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.single-post main {
  padding-bottom: 75px; }

body.single-post.post-cat-newsletter #page_hero {
  background-image: url(../img/newsleather.jpg); }
  body.single-post.post-cat-newsletter #page_hero .page-title {
    color: #fff; }
  body.single-post.post-cat-newsletter #page_hero #breadcrumbs {
    color: #fff; }
    body.single-post.post-cat-newsletter #page_hero #breadcrumbs a {
      color: #ebd9b1; }

.travelin-partners a.tpreturn {
  font-size: 3rem;
  font-family: "Bodoni", "Times New Roman", serif;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #666;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  .travelin-partners a.tpreturn i {
    margin-right: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0.6; }
  .travelin-partners a.tpreturn:hover {
    color: #222; }
    .travelin-partners a.tpreturn:hover i {
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 1; }

.travelin-partners .tp-button {
  background: #222;
  color: #fff;
  font-family: "Bodoni", "Times New Roman", serif;
  font-size: 2.5rem;
  padding: 15px 45px;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .travelin-partners .tp-button.white {
    background-color: #fff;
    color: #222; }

.travelin-partners #page_hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  min-height: 300px;
  height: -webkit-calc(100vw * 0.417);
  height: calc(100vw * 0.417);
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .travelin-partners #page_hero h1 {
    color: #fff;
    text-transform: uppercase; }

.travelin-partners span.caption {
  display: block;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  color: #666;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-left: 10px; }

.travelin-partners .wrapper {
  max-width: 1200px; }

.travelin-partners .issue {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #aaa; }

.travelin-partners main {
  padding-top: 25px; }

.travelin-partners main, .travelin-partners .tstory {
  font-family: "Bodoni", "Times New Roman", serif; }
  .travelin-partners main h1, .travelin-partners main h2, .travelin-partners main h3, .travelin-partners main h4, .travelin-partners main h5, .travelin-partners main h6, .travelin-partners .tstory h1, .travelin-partners .tstory h2, .travelin-partners .tstory h3, .travelin-partners .tstory h4, .travelin-partners .tstory h5, .travelin-partners .tstory h6 {
    font-family: "Bodoni", "Times New Roman", serif;
    font-weight: bold;
    letter-spacing: 0.5px; }
  .travelin-partners main h1, .travelin-partners .tstory h1 {
    font-size: 7.5rem; }
  .travelin-partners main header, .travelin-partners .tstory header {
    margin-bottom: 75px; }
    .travelin-partners main header .page-title, .travelin-partners .tstory header .page-title {
      margin-top: 100px;
      font-weight: normal; }
    .travelin-partners main header .byline, .travelin-partners .tstory header .byline {
      display: block;
      padding-top: 21px;
      font-size: 2.5rem;
      text-align: right;
      border-top: 2px solid #222; }
      .travelin-partners main header .byline sub, .travelin-partners .tstory header .byline sub {
        margin-right: 5px;
        display: inline-block; }

.travelin-partners.archive #page_hero:after {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#D16B2D), to(#8B3F2D));
  background-image: -webkit-linear-gradient(left, #D16B2D, #8B3F2D);
  background-image: -o-linear-gradient(left, #D16B2D, #8B3F2D);
  background-image: linear-gradient(to right, #D16B2D, #8B3F2D);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35; }

.travelin-partners.archive main .wrapper.grid {
  grid-template-columns: 1fr 300px;
  grid-gap: 100px; }

.travelin-partners.archive main article.story {
  margin-bottom: 7.5rem; }
  .travelin-partners.archive main article.story .post-image {
    display: block;
    overflow: hidden; }
    .travelin-partners.archive main article.story .post-image figure {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      padding-bottom: 50%;
      height: 100%;
      margin: 0 0 25px;
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-filter: opacity(85%);
              filter: opacity(85%); }
      .travelin-partners.archive main article.story .post-image figure:hover {
        -webkit-filter: opacity(100%);
                filter: opacity(100%); }
  .travelin-partners.archive main article.story h2 {
    margin-top: 10px;
    font-size: 3.5rem;
    font-weight: normal; }

.travelin-partners.archive main aside {
  padding-left: 100px;
  border-left: 1px solid #aaa; }
  .travelin-partners.archive main aside .sidebar-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 25px;
    display: block; }
  .travelin-partners.archive main aside .widgettitle {
    font-size: 3rem; }
  .travelin-partners.archive main aside .issue-group ul {
    list-style: none;
    font-size: 2.5rem;
    margin: 15px 0 40px;
    padding-left: 20px;
    line-height: 1.7; }
    .travelin-partners.archive main aside .issue-group ul li a {
      color: #888; }
      .travelin-partners.archive main aside .issue-group ul li a:hover {
        color: #222; }

.travelin-partners.single main {
  padding: 145px 50px 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background-image: -o-linear-gradient(top, #fff, #f8f8f8);
  background-image: linear-gradient(to bottom, #fff, #f8f8f8); }
  .travelin-partners.single main .issue-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .travelin-partners.single main .issue {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2rem;
    letter-spacing: 5px; }
    .travelin-partners.single main .issue span {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      text-orientation: upright;
      letter-spacing: 0px; }
  .travelin-partners.single main article.story h1, .travelin-partners.single main article.story h2, .travelin-partners.single main article.story h3, .travelin-partners.single main article.story h4, .travelin-partners.single main article.story h5, .travelin-partners.single main article.story h6, .travelin-partners.single main article.story p, .travelin-partners.single main article.story ul, .travelin-partners.single main article.story ol, .travelin-partners.single main article.story .wp-block-quote {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .travelin-partners.single main article.story ul, .travelin-partners.single main article.story ol {
    margin: 10px auto 30px;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.5px; }
  .travelin-partners.single main article.story p {
    margin: 10px auto 30px;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.5px; }
    .travelin-partners.single main article.story p.has-drop-cap:not(:focus):first-letter {
      font-size: 7em;
      margin-right: 0.075em; }
    .travelin-partners.single main article.story p.deck {
      color: #aaa;
      font-size: 4.5rem;
      font-style: italic;
      letter-spacing: 0;
      line-height: 1.2;
      margin-bottom: 75px;
      margin-top: 30px; }
  .travelin-partners.single main article.story .wp-block-quote {
    margin: 75px auto;
    padding: 50px 0 20px;
    position: relative;
    border: none; }
    .travelin-partners.single main article.story .wp-block-quote:not(.ticket) {
      background: none; }
      .travelin-partners.single main article.story .wp-block-quote:not(.ticket):before {
        content: '';
        width: 50px;
        height: 35px;
        position: absolute;
        top: 0px;
        left: -webkit-calc(50% - 25px);
        left: calc(50% - 25px);
        background-color: #fff;
        background-image: url(../img/quote-marks.svg);
        background-position: center;
        background-repeat: no-repeat; }
    .travelin-partners.single main article.story .wp-block-quote.ticket {
      background-image: -webkit-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(100% 0, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -webkit-radial-gradient(0 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px);
      background-image: -o-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(100% 0, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px), -o-radial-gradient(0 100%, circle, rgba(204, 0, 0, 0) 35px, #222 36px);
      background-image: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 35px, #222 36px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 35px, #222 36px);
      padding: 50px 50px 55px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 800px; }
      .travelin-partners.single main article.story .wp-block-quote.ticket p {
        color: #fff; }
      .travelin-partners.single main article.story .wp-block-quote.ticket cite {
        color: #fff; }
    .travelin-partners.single main article.story .wp-block-quote p {
      font-size: 3.5rem;
      color: #222;
      margin-bottom: 15px; }
    .travelin-partners.single main article.story .wp-block-quote cite {
      font-size: 2.5rem;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0.5px; }
  .travelin-partners.single main article.story .wp-block-pullquote {
    max-width: 700px;
    margin: 75px auto;
    padding: 50px 0 20px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    font-size: 3.5rem;
    position: relative; }
    .travelin-partners.single main article.story .wp-block-pullquote:before {
      content: '';
      width: 35px;
      height: 48px;
      position: absolute;
      padding: 0 30px;
      top: -24px;
      left: -webkit-calc(50% - 47.5px);
      left: calc(50% - 47.5px);
      background-color: #fff;
      background-image: url(../img/travelin-partners-icon.svg);
      background-position: center;
      background-repeat: no-repeat; }
    .travelin-partners.single main article.story .wp-block-pullquote blockquote {
      background: none;
      border: none;
      padding: 0 15px; }
      .travelin-partners.single main article.story .wp-block-pullquote blockquote p {
        font-size: 3.5rem;
        color: #222; }
  .travelin-partners.single main article.story .wp-block-image {
    margin: 75px auto;
    max-width: 800px; }
    .travelin-partners.single main article.story .wp-block-image figcaption {
      text-align: left;
      font-size: 16px;
      font-style: italic;
      color: #666;
      letter-spacing: 0.5px;
      margin-top: 10px; }
    .travelin-partners.single main article.story .wp-block-image.alignwide {
      max-width: 1080px; }
    .travelin-partners.single main article.story .wp-block-image.alignfull {
      max-width: 100%; }

.travelin-partners.single #more-stories {
  text-align: center; }
  .travelin-partners.single #more-stories .section-label {
    margin: 15rem 0;
    font-size: 7.5rem;
    font-weight: normal; }
  .travelin-partners.single #more-stories .next-story {
    max-width: 1400px;
    -webkit-background-size: cover;
            background-size: cover;
    max-height: 700px;
    min-height: 250px;
    height: -webkit-calc(100vw * 0.4);
    height: calc(100vw * 0.4);
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .travelin-partners.single #more-stories .next-story:after {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: ''; }
    .travelin-partners.single #more-stories .next-story .content {
      position: relative;
      z-index: 5; }
      .travelin-partners.single #more-stories .next-story .content .issue {
        color: #fff;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .travelin-partners.single #more-stories .next-story .content h3 {
        font-size: 7.5rem;
        font-weight: normal;
        max-width: 800px;
        color: #fff;
        margin: 0 auto 40px; }

.travelin-partners #returnFooter {
  text-align: center;
  margin: 150px auto; }

footer#colophon {
  background: #000;
  color: #fff; }

#upper-bar .social a {
  color: #eee; }
  #upper-bar .social a:hover {
    color: #fff; }

#upper-bar .social span {
  color: #eee; }

#upper-bar ul li a {
  color: #eee; }
  #upper-bar ul li a:hover {
    color: #fff;
    text-decoration: underline; }

#footer-widgets .widget img {
  max-width: 250px !important;
  display: inline; }

#footer-widgets .widget .widgettitle {
  color: #ebd9b1;
  font-family: "Zilla Slab", "Rockwell", serif;
  font-size: 16px; }

#footer-widgets .widget ul li {
  font-size: 0.9em; }
  #footer-widgets .widget ul li a {
    color: #eee; }
    #footer-widgets .widget ul li a:hover {
      color: #fff;
      text-decoration: underline; }

#copyright a {
  color: #eee; }
  #copyright a:hover {
    color: #fff;
    text-decoration: underline; }

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

@media screen and (max-width: 999px) {
  .news-cycle {
    grid-template-columns: 1fr 1fr;
    height: auto; }
    .news-cycle article:first-child {
      grid-column-start: 1;
      grid-column-end: 3; }

  .camp-testimony-videos .wp-block-column {
    height: 650px; 
  }
	.camp-testimony-videos .short-camp-testimony-video {
		height: 590px; 
	}
}

@media screen and (max-width: 599px) {
  .news-cycle {
    grid-template-columns: 1fr;
    height: auto; }
    .news-cycle article:first-child {
      grid-column-start: 1;
      grid-column-end: 2; } }
