@charset "UTF-8";
.page-single-story .ctawrap {
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}

.page-single-story .ctawrap {
  background-color: #424142;
  background-image: url(../../images/textures/grey-speckle.jpg);
}

/* Breakpoint helper classes */
@media (min-width: 880px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 880px) {
  .desktop-only {
    display: none !important;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*
 *  Baseline modified by Thomas
 *      FontForge, Font Info, General - Ascent 850, Descent 174
 *      OS/2 Metrics Ascent 850 Descent 174, Typo Ascent, HHead Ascent 850
 *      Typo Descent, HHead Descent -174
 */
@font-face {
  font-family: "SandalsType";
  src: url("../../fonts/SandalsType.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 *  Baseline modified by Thomas
 *      FontForge, Font Info, General - Ascent 850, Descent 174
 *      OS/2 Metrics Ascent 850 Descent 174, Typo Ascent, HHead Ascent 850
 *      Typo Descent, HHead Descent -174
 */
@font-face {
  font-family: "SandalsTypeLight";
  src: url("../../fonts/SandalsTypeLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 
 *  Baseline modified by Thomas 
 *      FontForge, Font Info, General - Ascent 900, Descent 124
 *      OS/2 Metrics Ascent 900 Descent 124, Typo Ascent, HHead Ascent 900
 *      Typo Descent, HHead Descent -124
 */
@font-face {
  font-family: "delectorregular";
  src: url("../../fonts/Delector-modified.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightTextProMedium-Regular";
  src: url("../../fonts/FreightTextProMedium-Regular.woff") format("woff");
}
@font-face {
  font-family: "FreightTextProBook-Italic";
  src: url("../../fonts/FreightTextProBook-Italic.woff") format("woff");
}
/* 
 *  Baseline modified by Thomas 
 *      FontForge, Font Info, General - Ascent 900, Descent 124
 *      OS/2 Metrics Ascent 900 Descent 124, Typo Ascent, HHead Ascent 900
 *      Typo Descent, HHead Descent -124
 */
@font-face {
  font-family: "rogo97regular";
  src: url("../../fonts/ROGO-modified.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothicLT";
  src: url("../../fonts/TradeGothicLT.woff") format("woff");
}
@font-face {
  font-family: "TradeGothicLT-CondEighteen";
  src: url("../../fonts/TradeGothicLT-CondEighteen.woff") format("woff");
}
@font-face {
  font-family: "TradeGothicLTCom-BdCn20";
  src: url("../../fonts/TradeGothicLTCom-BdCn20.woff") format("woff");
}
@font-face {
  font-family: "sandicons";
  src: url("../../fonts/Sandicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "sandicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-close:before {
  content: "␡";
}

.icon-circle:before {
  content: "";
}

.icon-tshirt:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-parking:before {
  content: "";
}

.icon-guestbell:before {
  content: "";
}

.icon-care:before {
  content: "";
}

.icon-outreach:before {
  content: "";
}

.icon-ops:before {
  content: "";
}

.icon-lightbulb:before {
  content: "";
}

.icon-happyface:before {
  content: "";
}

.icon-family:before {
  content: "";
}

.icon-checkin:before {
  content: "";
}

.icon-chair:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-more:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chain:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-search:before {
  content: "🔎";
}

body {
  font-family: "FreightTextProMedium-Regular";
  font-size: 20px;
  line-height: 1.6em;
  color: black;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-family: "SandalsType";
  font-size: 120px;
  line-height: 0.9em;
  margin: 50px 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 480px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 40px;
  line-height: 0.9em;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 480px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 22px;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.leader {
  font-family: "TradeGothicLT-CondEighteen";
  padding: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.1em;
  margin: 50px 0;
}
@media (max-width: 480px) {
  .leader {
    font-size: 22px;
  }
}

h1 + .leader {
  margin-top: -50px;
}

p.centered {
  text-align: center;
}

a {
  color: #EC1C24;
}

.section-header {
  text-align: left;
}

.section-header a {
  text-decoration: none;
  color: black;
  position: relative;
}
.section-header a:after {
  content: "";
  font-family: "sandicons";
  position: relative;
  left: 10px;
  top: -4px;
  font-size: 0.6em;
  transition: left 0.3s;
}
.section-header a:hover:after {
  left: 15px;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background: #29282a;
}

body {
  background: white;
  background-position: top center;
}

.contained {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

hr {
  border: 0;
  height: 3px;
  background: black;
  margin: 50px 0;
}

.footnote-star1 {
  position: relative;
}
.footnote-star1:before {
  content: "*";
  position: absolute;
  left: -25px;
  width: 20px;
  text-align: right;
}

.footnote-star2 {
  position: relative;
}
.footnote-star2:before {
  content: "**";
  position: absolute;
  left: -25px;
  width: 20px;
  text-align: right;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -20px;
  margin-bottom: -50px;
}
.columns:last-child {
  margin-bottom: 0;
}
.columns > div {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 50px;
}
.columns > div h2:first-child {
  margin-top: 0;
}
.columns > div p:first-child {
  margin-top: 0;
}
.columns > div p:last-child {
  margin-bottom: 0;
}
.columns .column-icon {
  display: block;
  margin: 0 auto;
  max-width: 125px;
}
.columns.two-across > div {
  width: 50%;
}
.columns.three-across > div {
  width: 33.333%;
}
.columns.three-across > div.span-two {
  width: 66.667%;
}
.columns.four-across > div {
  width: 25%;
}
.columns.four-across > div.span-two {
  width: 50%;
}
@media (max-width: 880px) {
  .columns.four-across > div {
    width: 50%;
  }
}
.columns.five-across > div {
  width: 20%;
}
@media (max-width: 880px) {
  .columns.five-across > div {
    width: 33.333%;
  }
}
.columns.six-across > div {
  width: 16.667%;
}
@media (max-width: 880px) {
  .columns.six-across > div {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .columns[class*=across] > div {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .columns.two-across-minimum > div {
    width: 50% !important;
  }
}

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 40px;
  height: 400px;
}
@media (max-width: 480px) {
  .banner {
    height: 200px;
  }
  .banner[class*=content-] {
    height: auto;
  }
}
.banner.hero-heading {
  height: auto;
  padding: 0;
}
.banner.hero-heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../images/global/hero-heading-gradient.svg");
  background-size: auto 100%;
}
.banner.hero-heading h1 {
  margin: 0px;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .banner.hero-heading h1 {
    padding: 70px 10px;
  }
}
.banner.hero-heading h1.leadered {
  padding: 100px 0;
}
.banner.hero-heading h1 .leader {
  display: block;
  margin: 0;
  text-transform: none;
  font-family: "FreightTextProMedium-Regular";
  font-size: 25px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3em;
}
@media (max-width: 480px) {
  .banner.hero-heading h1 .leader {
    font-size: 20px;
  }
}
.banner[class*=content-] > div {
  position: relative;
  z-index: 2;
}
.banner[class*=content-] h2 {
  font-family: "SandalsType";
  font-size: 50px;
  margin: 0 0 10px;
}
.banner[class*=content-] p {
  font-size: 24px;
  margin: 10px 0 10px;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  .banner[class*=content-] p {
    font-size: 20px;
  }
}
.banner[class*=content-] p.two-buttons .button, .banner[class*=content-] p.two-buttons .page-single-story .cta-button, .page-single-story .banner[class*=content-] p.two-buttons .cta-button {
  margin: 10px;
}
.banner.content-left {
  text-align: left;
}
.banner.content-left h2 {
  text-align: left;
}
.banner.content-left > div {
  padding-left: 20px;
}
.banner.content-right {
  text-align: right;
}
.banner.content-right h2 {
  text-align: right;
}
.banner.content-right > div {
  padding-right: 20px;
}
.banner.content-vertical-center {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .banner.content-vertical-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.button.naked, .page-single-story .naked.cta-button, .banner[class*=content-] .button, .banner[class*=content-] .page-single-story .cta-button, .page-single-story .banner[class*=content-] .cta-button {
  background: transparent;
  box-shadow: 0 0 0 3px white inset;
}
.onwhite.button.naked, .page-single-story .onwhite.naked.cta-button, .banner[class*=content-] .onwhite.button, .banner[class*=content-] .page-single-story .onwhite.cta-button, .page-single-story .banner[class*=content-] .onwhite.cta-button {
  box-shadow: 0 0 0 3px #424142 inset;
  color: #424142;
}
.onwhite.button.naked::before, .page-single-story .onwhite.naked.cta-button::before, .banner[class*=content-] .onwhite.button::before, .banner[class*=content-] .page-single-story .onwhite.cta-button::before, .page-single-story .banner[class*=content-] .onwhite.cta-button::before {
  background: rgba(0, 0, 0, 0.05);
}

.call-to-action.grey .button, .call-to-action.grey .page-single-story .cta-button, .page-single-story .call-to-action.grey .cta-button, .call-to-action.blue .button, .call-to-action.blue .page-single-story .cta-button, .page-single-story .call-to-action.blue .cta-button, .call-to-action.red .button, .call-to-action.red .page-single-story .cta-button, .page-single-story .call-to-action.red .cta-button, .button.white, .page-single-story .white.cta-button {
  background-color: white;
  color: black;
}

.call-to-action.white .button, .call-to-action.white .page-single-story .cta-button, .page-single-story .call-to-action.white .cta-button, .button.black, .page-single-story .black.cta-button {
  background-color: black;
}

.button, .page-single-story .cta-button {
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 10px;
  padding: 6px 20px;
  cursor: pointer;
  background-color: #EC1C24;
}
.button::before, .page-single-story .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  z-index: -1;
  width: 50%;
  opacity: 0;
  transition: width 0.25s, opacity 0.25s;
  margin: auto;
}
.button:hover::before, .page-single-story .cta-button:hover::before, .button:focus::before, .page-single-story .cta-button:focus::before {
  width: 100%;
  opacity: 1;
}
.button.loading, .page-single-story .loading.cta-button {
  cursor: default;
  background: #9f9f9f !important;
  color: transparent !important;
}
.button.loading:focus, .page-single-story .loading.cta-button:focus {
  outline: none;
}
.button.loading::-moz-focus-inner, .page-single-story .loading.cta-button::-moz-focus-inner {
  border: 0;
}
.button.loading::after, .page-single-story .loading.cta-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../images/global/spinner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation: spin 0.9s infinite steps(8);
}
.button.loading:hover::before, .page-single-story .loading.cta-button:hover::before, .button.loading:focus::before, .page-single-story .loading.cta-button:focus::before {
  width: 0%;
}
.button .fa-external-link, .page-single-story .cta-button .fa-external-link {
  font-size: 0.7em;
  position: relative;
  top: -0.1em;
}
.button.grey, .page-single-story .grey.cta-button {
  background-color: #424142;
}
.button.blue, .page-single-story .blue.cta-button {
  background-color: #00AEEF;
}
.button.plain, .page-single-story .plain.cta-button {
  background: none;
  color: #EC1C24;
}
.button.plain::before, .page-single-story .plain.cta-button::before {
  background: rgba(0, 0, 0, 0.01);
}

.call-to-action {
  padding: 100px 20px;
  margin: 50px 0;
  text-align: center;
}
.call-to-action:last-child, .call-to-action.last-child {
  margin-bottom: 0;
}
.call-to-action h2 {
  font-family: "SandalsType";
  font-size: 50px;
  margin: 0 0 20px;
}
.call-to-action p {
  font-size: 24px;
  margin: 20px 0 30px;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  .call-to-action p {
    font-size: 18px;
  }
}
.call-to-action.red {
  background-color: #EC1C24;
  color: white;
}
.call-to-action.red .button, .call-to-action.red .page-single-story .cta-button, .page-single-story .call-to-action.red .cta-button {
  color: #EC1C24;
}
.call-to-action.blue {
  background-color: #00AEEF;
  color: white;
}
.call-to-action.blue .button, .call-to-action.blue .page-single-story .cta-button, .page-single-story .call-to-action.blue .cta-button {
  color: #00AEEF;
}
.call-to-action.white {
  background-color: white;
  color: black;
}
.call-to-action.grey {
  background-color: #424142;
  color: white;
}
.oneliner-cta {
  text-align: center;
  margin: 50px 0;
  font-size: 1.3em;
}
.oneliner-cta .button, .oneliner-cta .page-single-story .cta-button, .page-single-story .oneliner-cta .cta-button {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .oneliner-cta .button, .oneliner-cta .page-single-story .cta-button, .page-single-story .oneliner-cta .cta-button {
    display: block;
    margin: 10px auto;
    max-width: 140px;
  }
}

.pullquote {
  margin: 50px 0;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding: 50px 0;
  font-family: "FreightTextProBook-Italic";
  font-size: 27px;
  line-height: 1.6em;
}
.pullquote::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 480px) {
  .pullquote {
    font-size: 22px;
  }
}
.pullquote > img {
  border-radius: 120px;
  float: left;
  margin-left: 50px;
  margin-right: 30px;
  width: 200px;
}
@media (max-width: 480px) {
  .pullquote > img {
    display: block;
    margin: 0 auto 10px;
    float: none;
  }
}

.spread {
  display: flex;
  align-items: center;
}
@media (max-width: 880px) {
  .spread {
    flex-direction: column !important;
  }
  .spread > div {
    width: 100% !important;
  }
}
.spread.content-left {
  flex-direction: row-reverse;
}
.spread.content-right {
  flex-direction: row;
}
.spread.half > div {
  width: 50%;
  box-sizing: border-box;
}
.spread.quarter > div:first-child {
  width: 75%;
}
.spread.quarter > div:last-child {
  width: 25%;
}
.spread.quarter > div:last-child .spread-content {
  width: 80%;
}
.spread.black {
  background-color: #424142;
  color: white;
}
.spread.red {
  background-color: #EC1C24;
  color: white;
}
.spread .spread-image {
  width: 100%;
  display: block;
}
.spread .spread-content {
  width: 60%;
  margin: 0 auto;
  word-wrap: break-word;
}
@media (max-width: 880px) {
  .spread .spread-content {
    width: 80%;
    margin: 40px auto;
  }
}
.spread .spread-content h1 {
  font-family: "TradeGothicLTCom-BdCn20";
  margin: 0;
  font-size: 3.7vw;
}
@media (max-width: 880px) {
  .spread .spread-content h1 {
    font-size: 8.7vw;
  }
}
.spread .spread-content p {
  text-align: center;
}

.embedded-form {
  margin: 50px auto;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 10px;
}
.embedded-form h2:first-child {
  margin-top: 0;
  text-transform: none;
}
.embedded-form h2 + p {
  text-align: center;
}
.embedded-form form {
  max-width: 600px;
  margin: 0 auto;
}
.embedded-form label {
  display: block;
  margin: 15px 0;
  font-size: 17px;
}
.embedded-form input[type=text], .embedded-form select, .embedded-form textarea {
  font-size: 22px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .embedded-form input[type=text], .embedded-form select, .embedded-form textarea {
    font-size: 16px;
  }
}
.embedded-form textarea {
  height: 5em;
  font-family: sans-serif;
}
.embedded-form .controls {
  text-align: center;
  margin-top: 40px;
}

.html5video-flexible {
  width: 100%;
  display: block;
}

.youtube-flexible {
  padding-bottom: 56.25%;
  /* 16:9 */
  margin: 0 auto;
  position: relative;
  height: 0;
}
.youtube-flexible iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fs-container {
  display: flex;
}

.fs-stack {
  width: 33.33%;
  box-sizing: border-box;
}

.fs-item {
  display: block;
  margin: 10px 0 20px;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  color: black;
  text-decoration: none;
}
.fs-item:hover .fs-title {
  color: #EC1C24;
}

.fs-image {
  display: block;
  width: 100%;
  cursor: pointer;
}

.fs-title {
  margin: 15px 0 5px;
  font-size: 31px;
  cursor: pointer;
  transition: color 0.25s;
}

.fs-body {
  font-size: 16px;
  line-height: 1.6em;
}

/**
* jQuery Videopop - Dead simple video modal from a link
* by Thomas Renck 2015
*/
.videopopmodal {
  display: none;
  position: fixed;
  z-index: 399;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.videopopmodal .videopop-close {
  position: absolute;
  top: 50%;
  left: 49%;
  margin-top: -285px;
  margin-left: 392px;
  font-size: 12px;
  color: #aaa;
}

.videopopmodal .videopop-close:hover {
  text-decoration: none;
  color: white;
}

.videopopmodal iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 853px;
  height: 480px;
}

@media screen and (max-width: 600px) {
  .videopopmodal .videopop-close {
    margin-top: -140px;
    margin-left: 110px;
  }

  .videopopmodal iframe {
    width: 320px;
    height: 180px;
  }
}
#site-header {
  background: black;
  font-size: 16px;
  height: 75px;
  transition: height 0.4s;
  padding: 1px;
  position: relative;
  z-index: 100;
}
@media (max-width: 880px) {
  #site-header {
    height: auto !important;
  }
  #site-header .contained {
    padding: 0 10px;
  }
}
#site-header.popped {
  height: 98px;
}
#site-header.popped #menu-main-menu {
  border-bottom: 1px solid #424142;
}
#site-header .contained::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#site-logo {
  margin: 20px 0;
  display: block;
  float: left;
}
@media (max-width: 880px) {
  #site-logo {
    margin: 10px 0;
  }
}
#site-logo > img {
  display: block;
  height: 30px;
}
@media (max-width: 880px) {
  #site-logo > img {
    height: 20px;
  }
}

#site-nav {
  float: right;
}
@media (max-width: 880px) {
  #site-nav {
    border-top: 1px solid transparent;
    float: none;
    clear: both;
  }
}
#site-nav > div {
  float: left;
}
@media (max-width: 880px) {
  #site-nav > div {
    float: none;
    display: none;
  }
  #site-nav > div.mobile-open {
    display: block;
  }
}
#site-nav .menu {
  margin: 21px 5px 20px;
  padding: 0;
  list-style-type: none;
  position: relative;
}
@media (max-width: 880px) {
  #site-nav .menu {
    margin: 0 -20px;
  }
}
#site-nav .menu a {
  font-family: "TradeGothicLT-CondEighteen";
  text-transform: uppercase;
  text-decoration: none;
  color: #808080;
  display: inline-block;
  padding: 0.5em 0.75em;
  line-height: 1em;
  transition: color 0.15s, padding 0.5s;
}
@media (max-width: 880px) {
  #site-nav .menu a {
    border-bottom: 1px solid #444;
    color: white;
    display: block;
    padding: 0.7em 20px;
    font-size: 17px;
  }
}
#site-nav .menu a:hover {
  color: white;
}
#site-nav .menu-item {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 880px) {
  #site-nav .menu-item {
    display: block;
  }
}
#site-nav .menu-item.current-menu-item a {
  color: white;
}
#site-nav .menu-item.sub-menu-open .sub-menu {
  height: auto;
  opacity: 1;
}
@media (max-width: 880px) {
  #site-nav .menu-item.sub-menu-open .sub-menu {
    display: block;
  }
}
#site-nav .menu-item.sub-menu-open > a {
  position: relative;
}
#site-nav .menu-item.sub-menu-open > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-bottom: 5px solid #424142;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#site-nav .sub-menu {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.4s;
  position: absolute;
  white-space: nowrap;
  right: 0;
  margin-top: 3px;
  overflow: hidden;
}
@media (max-width: 880px) {
  #site-nav .sub-menu {
    position: static;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 0;
  }
}
#site-nav .sub-menu a {
  font-family: "TradeGothicLT-CondEighteen";
}
@media (max-width: 880px) {
  #site-nav .sub-menu a {
    padding-left: 40px;
  }
}
#site-nav.search-focused .menu a {
  padding-left: 0.35em;
  padding-right: 0.35em;
}
#site-nav.search-focused #site-search input {
  width: 9em;
}

#site-search {
  background-color: #3c3b3d;
  border-radius: 0.8em;
  padding: 0 1.625em 0 0.625em;
  margin: 25px 0.75em;
  position: relative;
}
@media (max-width: 880px) {
  #site-search {
    margin: 10px 0 25px;
    font-size: 20px;
    border-radius: 0;
    background: white;
  }
}
#site-search input {
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 1em;
  line-height: 1.4em;
  color: white;
  width: 4em;
  display: block;
  background: none;
  border: none;
  outline: none;
  transition: width 0.5s;
}
@media (max-width: 880px) {
  #site-search input {
    width: 100% !important;
    color: #424142;
  }
}
#site-search .submit {
  color: #808080;
  background: none;
  border: none;
  display: block;
  font-size: 1em;
  position: absolute;
  top: 4px;
  right: 3px;
  cursor: pointer;
}
@media (max-width: 880px) {
  #site-search .submit {
    display: none;
  }
}

#mini-nav-toggles {
  display: none;
  float: right;
  margin-top: 13px;
}
@media (max-width: 880px) {
  #mini-nav-toggles {
    display: block;
  }
}
#mini-nav-toggles a {
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  margin-left: 0.8em;
}

#mobile-locations-bar {
  background: #6D6E71;
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 14px;
  display: none;
}
@media (max-width: 480px) {
  #mobile-locations-bar {
    display: block;
  }
}
#mobile-locations-bar a {
  text-align: center;
  display: block;
  color: white;
  padding: 4px;
}

#sco-newsflash {
  font-family: "FreightTextProMedium-Regular";
  font-size: 20px;
  text-align: center;
  padding: 10px 30px;
  color: #424142;
  background: #ffffff;
  position: relative;
}
#sco-newsflash.hidden {
  display: none;
}
#sco-newsflash > span {
  vertical-align: middle;
  display: inline;
}
#sco-newsflash .newsflash-icon {
  height: 1.2em;
  vertical-align: middle;
  margin: 0 10px;
  display: inline;
}
#sco-newsflash .newsflash-button {
  color: #424142;
  text-decoration: underline;
}
#sco-newsflash #close_newsflash {
  padding: 5px;
  position: absolute;
  right: 1px;
  top: 10px;
  width: 20px;
  opacity: 0.25;
}
#sco-newsflash #close_newsflash:hover {
  opacity: 1;
}
#sco-newsflash #close_newsflash img {
  width: 100%;
}

body > .modal {
  background-color: white;
  position: absolute;
  box-sizing: border-box;
  width: 90%;
  max-width: 660px;
  margin: auto;
  top: 200px;
  right: 0;
  left: 0;
  bottom: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.26);
  background-color: white;
  z-index: 1000;
  padding: 20px 30px;
  display: none;
}
body > .modal h2 {
  text-align: left;
}
body > .modal .modal-meta {
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 0.9em;
  line-height: 1.3em;
  color: #777;
  margin-top: -14px;
  margin-bottom: 20px;
}
body > .modal label {
  display: block;
  margin: 15px 0;
}
body > .modal input[type=text], body > .modal select {
  font-size: 22px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}
body > .modal textarea {
  font-family: sans-serif;
  font-size: 22px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 5em;
}
body > .modal label.agreement {
  position: relative;
  font-size: 0.75em;
  padding-left: 25px;
  line-height: 1.4em;
}
body > .modal label.agreement input[type=checkbox] {
  position: absolute;
  top: 1px;
  left: 0;
}
body > .modal .controls {
  margin: 40px 0 0 0;
  text-align: right;
}

body > .modal_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 999;
}

#site-footer {
  background-color: #29282a;
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 16px;
  color: #f5f5f5;
  line-height: 1.3em;
}
#site-footer .high {
  background: #414042 none repeat scroll 0 0;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.38) inset, 0 5px 8px -5px rgba(0, 0, 0, 0.38);
}
#site-footer .low a {
  display: block;
  margin: 4px 0;
}
#site-footer .low a:hover {
  text-decoration: underline;
}
#site-footer h3 {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 16px;
  margin: 0 0 10px 0;
  text-align: left;
  text-transform: none;
}
#site-footer a {
  color: #f5f5f5;
  text-decoration: none;
}
#site-footer .columns {
  margin-top: 20px;
}
#site-footer .footer-social {
  padding: 10px 20px 2px 0;
  display: inline-block;
  border-right: 1px solid #333;
  vertical-align: top;
}
#site-footer .footer-social a {
  color: white;
  display: inline-block;
  font-size: 22px;
  margin: 0 5px;
}
#site-footer .footer-social .icon-youtube {
  font-size: 0.85em;
  position: relative;
  top: -4px;
}
#site-footer .footer-directions {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
}
#site-footer .footer-directions a:hover span {
  text-decoration: underline;
}
@media (max-width: 480px) {
  #site-footer .footer-directions {
    padding: 4px 0 4px 10px;
    font-size: 14px;
  }
}
#site-footer .icon-location {
  position: relative;
  top: 5px;
  font-size: 22px;
  padding-right: 3px;
}

#weekend-action-popup {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 690px;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  bottom: -200px;
  height: 200px;
  background: white;
  z-index: 899;
  box-sizing: border-box;
  padding-top: 18px;
  transition: bottom 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 480px) {
  #weekend-action-popup {
    border-radius: 0;
  }
}
#weekend-action-popup.show {
  bottom: 0;
  box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.2);
}
#weekend-action-popup .close {
  border: none;
  background: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}
#weekend-action-popup .close:active {
  transform: scale(0.1, 0.1);
}
#weekend-action-popup .close .close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}
#weekend-action-popup h3 {
  color: black;
}
#weekend-action-popup a.button, #weekend-action-popup .page-single-story a.cta-button, .page-single-story #weekend-action-popup a.cta-button {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 180px;
  padding: 15px 20px;
}
#weekend-action-popup.alt {
  background: #444;
}
#weekend-action-popup.alt h3 {
  color: white;
}
#weekend-action-popup.alt .close-x {
  stroke: white;
}

.upcoming-events-widget .date {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 19px;
  text-align: center;
}
@media (max-width: 480px) {
  .upcoming-events-widget .date {
    text-align: left;
  }
}
.upcoming-events-widget .event-item {
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 16px;
  color: black;
  display: block;
  line-height: 1.2em;
  margin: 10px 0;
  position: relative;
  text-decoration: none;
}
.upcoming-events-widget .event-item:hover .name {
  text-decoration: underline;
}
.upcoming-events-widget .event-item.loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: 3px;
  background-image: url(../../images/global/spinner-dark.svg);
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  animation: spin 0.9s infinite steps(8);
}
.upcoming-events-widget .time {
  font-size: 12px;
  color: #777;
}

.shareit-buttons > a {
  color: black;
  text-decoration: none;
  font-size: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  margin: 0 10px;
}
.shareit-buttons > a:hover {
  color: #EC1C24;
}
.shareit-buttons .icon-envelope {
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}

/*---- Juicer social feed ----------------------------------------------------*/
.juicer-feed .feed-item {
  border-width: 1px !important;
}

/*---- Story rotator ----------------------------------------------------------*/
.home-story-rotator-section {
  position: relative;
}
.home-story-rotator-section button#prev_slide, .home-story-rotator-section button#next_slide {
  position: absolute;
  background: none;
  border: none;
  font-size: 50px;
  padding: 90px;
  top: calc(50% - 90px - 0.5em);
  cursor: pointer;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.3;
  transition: all 0.3s;
}
.home-story-rotator-section button#prev_slide:hover, .home-story-rotator-section button#next_slide:hover {
  opacity: 0.75;
}
.home-story-rotator-section button#prev_slide.disabled, .home-story-rotator-section button#next_slide.disabled {
  opacity: 0 !important;
  cursor: default;
}
.home-story-rotator-section button#prev_slide {
  left: 0px;
  padding-left: 20px;
}
.home-story-rotator-section button#next_slide {
  right: 0px;
  padding-right: 20px;
}

#story_rotator {
  background-color: black;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 120px);
  top: -2px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
  #story_rotator {
    height: 75vh;
  }
}

.slide-outer {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.7s;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-inner {
  background-position: center;
  background-size: cover;
  transition: transform 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-current {
  z-index: 2;
}

.page-story-rotator .hero-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 10% 50px;
  background-image: url("../../images/stories/gradient-overlay.svg");
  background-size: auto auto;
}
@media (max-width: 480px) {
  .page-story-rotator .hero-content-wrap {
    padding: 10px 10px;
  }
}
.page-story-rotator .hero-content {
  border-left: 0px solid white;
  padding: 0 20px;
  transition: all 0.2s;
}
.page-story-rotator .hero-content:hover {
  border-width: 3px;
}
.page-story-rotator .hero-content h1 {
  color: white;
  text-align: left;
  font-size: 60px;
  margin: 10px 0;
  font-family: "rogo97regular";
  font-size: 78px;
}
@media (max-width: 480px) {
  .page-story-rotator .hero-content h1 {
    font-size: 48px;
  }
}
.page-story-rotator .hero-content h2 {
  color: white;
  text-align: left;
  font-size: 40px;
  margin: 10px 0;
  font-family: "TradeGothicLT-CondEighteen";
  text-transform: none;
  font-size: 30px;
}
@media (max-width: 480px) {
  .page-story-rotator .hero-content h2 {
    font-size: 20px;
  }
}
.page-story-rotator .hero-content .icon-chevron-right {
  font-size: 0.6em;
  position: relative;
  top: -1px;
  left: 5px;
  transition: left 0.3s;
}

.page-template-home-2017 {
  /*---- Slide 1 ---------------------------------------------------------------*/
  /*---- Slide 2 ---------------------------------------------------------------*/
  /*---- Slide 3 ---------------------------------------------------------------*/
  /*---- Slide 4 ---------------------------------------------------------------*/
  /*---- Slide 5 ---------------------------------------------------------------*/
}
.page-template-home-2017 .homepage-content {
  color: white;
  background: black;
  font-family: "SandalsType";
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.page-template-home-2017 .homepage-content h1, .page-template-home-2017 .homepage-content h2 {
  font-weight: normal;
}
.page-template-home-2017 img.shadowed {
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
}
.page-template-home-2017 .homepage-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-template-home-2017 .homepage-slide:first-child .slide-content {
  height: calc(100vh - 77px);
}
@media (max-width: 480px) {
  .page-template-home-2017 .homepage-slide:first-child .slide-content {
    height: calc(100vh - 130px);
  }
}
.page-template-home-2017 .slide-content {
  height: 100vh;
  min-height: 650px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .slide-content {
    min-height: 400px;
  }
}
.page-template-home-2017 .slide-bg {
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.page-template-home-2017 .slide-bg .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-home-2017 .upright {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.page-template-home-2017 .st-light {
  font-family: "SandalsTypeLight";
  font-weight: normal;
}
.page-template-home-2017 .hpi--s1--sc, .page-template-home-2017 .hpi--s1--first-step,
.page-template-home-2017 .hpi--s1--since, .page-template-home-2017 .hpi--s1--1997 {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  letter-spacing: 5px;
  font-size: 26px;
  margin: 0;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--sc, .page-template-home-2017 .hpi--s1--first-step,
.page-template-home-2017 .hpi--s1--since, .page-template-home-2017 .hpi--s1--1997 {
    font-size: 16px;
  }
}
.page-template-home-2017 .hpi--s1--first-step {
  top: auto;
  bottom: 20px;
}
.page-template-home-2017 .hpi--s1--since {
  left: 20px;
  right: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--since {
    left: 2vw;
  }
}
.page-template-home-2017 .hpi--s1--1997 {
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--1997 {
    right: 2vw;
  }
}
.page-template-home-2017 .hpi--s1--vision {
  font-size: 160px;
  line-height: 1.1em;
  height: 3.3em;
  position: absolute;
  top: calc(50% - 1.7837837838em);
  left: 80px;
  right: 80px;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s1--vision {
    font-size: 13vw;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--vision {
    font-size: 16vw;
    top: calc(50% - 1.7837837838em - 10vh);
    left: 20px;
    right: 20px;
  }
}
.page-template-home-2017 .hpi--s1--vision div:nth-child(1) {
  text-align: center;
}
.page-template-home-2017 .hpi--s1--vision div:nth-child(2) {
  text-align: right;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--vision div:nth-child(2) {
    text-align: center;
    margin: 10vh 0;
  }
}
.page-template-home-2017 .hpi--s1--vision div:nth-child(3) {
  text-align: left;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s1--vision div:nth-child(3) {
    text-align: center;
  }
}
.page-template-home-2017 .hpi--s2--rwg-desc {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 80px;
  max-height: 750px;
  margin: auto;
  font-size: 70px;
  letter-spacing: 6px;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s2--rwg-desc {
    font-size: 5.8vw;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s2--rwg-desc {
    max-height: 230px;
    font-size: 8.6vw;
    left: 20px;
  }
}
.page-template-home-2017 .hpi--s2--rwg {
  height: 400px;
  position: absolute;
  top: 0;
  right: 240px;
  top: calc(50% - 200px);
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s2--rwg {
    right: 14vw;
    height: 34vw;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s2--rwg {
    height: 35vw;
    top: auto;
    bottom: 20px;
    right: 80px;
  }
}
.page-template-home-2017 .hpi--s2--wogo {
  width: 150px;
  position: absolute;
  top: 20px;
  right: 40px;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s2--wogo {
    right: 0;
    top: 10px;
    width: 120px;
  }
}
.page-template-home-2017 .hpi--s2--arrows-up {
  width: 60px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s2--arrows-up {
    bottom: 20px;
    right: -10px;
    width: 45px;
  }
}
.page-template-home-2017 .hpi--s3--rwo {
  position: absolute;
  top: calc(50% - 1.1em - 0.8em);
  left: 80px;
  right: 80px;
  font-size: 160px;
  letter-spacing: 30px;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s3--rwo {
    font-size: 10vw;
    top: calc(50% - 1.1em - 1.2em);
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--rwo {
    top: calc(50% - 1em - 10vh);
    left: 20px;
    right: 20px;
    letter-spacing: 0.3em;
  }
}
.page-template-home-2017 .hpi--s3--rwo div:nth-child(1) {
  text-align: right;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--rwo div:nth-child(1) {
    text-align: left;
    margin-left: 50px;
  }
}
.page-template-home-2017 .hpi--s3--rwo div:nth-child(2) {
  text-align: left;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--rwo div:nth-child(2) {
    text-align: left;
  }
}
.page-template-home-2017 .hpi--s3--rwo-desc {
  position: absolute;
  top: calc(50% - 2.25em + 3.5em);
  left: 160px;
  font-size: 50px;
  letter-spacing: 10px;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s3--rwo-desc {
    font-size: 4vw;
    top: 48vh;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--rwo-desc {
    top: calc(50% - 2em + 10vh);
    left: 20px;
    right: 20px;
    font-size: 6.8vw;
    letter-spacing: 0.2em;
    line-height: 2.1em;
  }
}
.page-template-home-2017 .hpi--s3--rwo-desc div:nth-child(1) {
  text-align: left;
}
.page-template-home-2017 .hpi--s3--rwo-desc div:nth-child(2) {
  text-align: right;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--rwo-desc div:nth-child(2) {
    text-align: left;
  }
}
.page-template-home-2017 .hpi--s3--rwo-desc div:nth-child(3) {
  text-align: left;
}
.page-template-home-2017 .hpi--s3--arrows-down {
  transform: rotate(180deg);
  width: 60px;
  position: absolute;
  top: 20px;
  left: 0px;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s3--arrows-down {
    width: 45px;
    left: 20px;
  }
}
.page-template-home-2017 .hpi--s4--rwo-desc {
  position: absolute;
  top: calc(50% - 3em);
  left: 300px;
  font-size: 70px;
  letter-spacing: 6px;
  line-height: 2em;
  z-index: 1;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s4--rwo-desc {
    font-size: 5.8vw;
    left: 25vw;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s4--rwo-desc {
    font-size: 8.2vw;
    letter-spacing: 0.2em;
    left: 20px;
  }
}
.page-template-home-2017 .hpi--s4--arrows-across {
  width: 60px;
  position: absolute;
  left: 100px;
  bottom: 80px;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s4--arrows-across {
    bottom: 20px;
    left: 20px;
    width: 45px;
  }
}
.page-template-home-2017 .hpi--s4--round-rwo {
  position: absolute;
  left: 610px;
  height: 650px;
  z-index: 0;
  top: calc(50% - 325px);
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s4--round-rwo {
    height: 55vw;
    top: calc(50% - 27.5vw);
    left: 50vw;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s4--round-rwo {
    height: 80vw;
    top: calc(50% - 42vw);
    left: 37vw;
  }
}
.page-template-home-2017 .hpi--s5 {
  color: black;
  background: white;
  text-shadow: none;
}
.page-template-home-2017 .hpi--s5--place-for-you {
  text-align: center;
  position: absolute;
  top: calc(50% - 12em);
  left: 0;
  right: 0;
  margin: 0;
  font-size: 26px;
  letter-spacing: 5px;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s5--place-for-you {
    top: calc(50% - 1em - 8em);
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--place-for-you {
    width: 260px;
    margin: 0 auto;
    letter-spacing: 2px;
    top: calc(50% - 8em);
  }
  .page-template-home-2017 .hpi--s5--place-for-you br {
    display: none;
  }
}
.page-template-home-2017 .hpi--s5--see-yourself {
  text-align: center;
  font-size: 160px;
  line-height: 1.1em;
  letter-spacing: 0.25em;
  position: absolute;
  top: calc(50% - 1.1578947368em);
  left: 80px;
  right: 80px;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s5--see-yourself {
    font-size: 13vw;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--see-yourself {
    font-size: 16vw;
    left: 0;
    right: 0;
  }
}
.page-template-home-2017 .campus-launch {
  justify-content: center;
  display: flex;
  align-items: center;
}
.page-template-home-2017 .campus-launch .hpi--button {
  color: black;
  background-color: white;
  text-shadow: none;
}
.page-template-home-2017 .campus-launch .hpi--button:hover {
  background-color: #fff;
}
.page-template-home-2017 .campus-launch .hpi--button i {
  position: relative;
  top: 2px;
}
.page-template-home-2017 .campus-launch .hpi--campus-launch {
  text-align: center;
  font-size: 65px;
  line-height: 1.1em;
  letter-spacing: 0.25em;
  margin: 0px 20px;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .campus-launch .hpi--campus-launch {
    font-size: 40px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .campus-launch .hpi--campus-launch {
    font-size: 30px;
    left: 0;
    right: 0;
  }
}
.page-template-home-2017 .hpi--s5--arrows-up {
  width: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--arrows-up {
    top: 10px;
    left: -10px;
    width: 45px;
  }
}
.page-template-home-2017 .hpi--s5--arrows-down {
  transform: rotate(180deg);
  width: 60px;
  position: absolute;
  top: 160px;
  right: 60px;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s5--arrows-down {
    top: 280px;
    right: 40px;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--arrows-down {
    width: 45px;
    top: 200px;
    right: -10px;
  }
}
.page-template-home-2017 .hpi--s5--arrows-across {
  width: 55px;
  position: absolute;
  top: calc(50% + 12em);
  left: 200px;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s5--arrows-across {
    left: 130px;
    bottom: 150px;
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--arrows-across {
    width: 45px;
    left: -20px;
  }
}
.page-template-home-2017 .hpi--s5--visit-button {
  text-align: center;
  position: absolute;
  top: calc(50% + 11em);
  left: 0;
  right: 0;
  width: 231px;
  margin: auto;
}
@media (max-width: 1200px) {
  .page-template-home-2017 .hpi--s5--visit-button {
    top: calc(50% - 22px + 8em);
  }
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--s5--visit-button {
    width: 200px;
  }
}
.page-template-home-2017 .hpi--button {
  font-size: 22px;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background: black;
  color: white;
  transition: all 0.25s;
}
@media (max-width: 500px) {
  .page-template-home-2017 .hpi--button {
    letter-spacing: 2px;
  }
}
.page-template-home-2017 .hpi--button:hover {
  background: #3d3d3d;
}

.page-template-planavisit-locations .hero-heading h1 {
  padding: 150px 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s;
}
.page-template-planavisit-locations .hero-heading:hover h1 {
  opacity: 0;
}
@media (max-width: 480px) {
  .page-template-planavisit-locations .hero-heading h1 {
    padding: 70px 10px;
  }
}
.page-template-planavisit-locations #themap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: black;
  text-align: left;
  line-height: 1em;
}
.page-template-planavisit-locations #themap > img {
  max-width: 100%;
}
.page-template-planavisit-locations .online-campus-banner {
  position: relative;
}
.page-template-planavisit-locations .online-campus-banner::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-template-planavisit-locations .locations h2 {
  font-size: 42px;
}

.page-template-locations .locations-list, .page-template-locations .popups-list {
  max-width: 800px;
  margin: 0 auto;
}
.page-template-locations .psuedolink {
  color: #EC1C24;
  text-decoration: underline;
}
.page-template-locations .location {
  display: flex;
  align-items: center;
  margin: 50px 0;
  color: black;
  text-decoration: none;
}
@media (max-width: 480px) {
  .page-template-locations .location {
    display: block;
    margin: 30px 0;
  }
}
.page-template-locations .location-image {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .page-template-locations .location-image {
    width: auto;
    margin: 0 auto 10px;
  }
}
.page-template-locations .location-image.coming-soon {
  position: relative;
  overflow: hidden;
}
.page-template-locations .location-image.coming-soon > div {
  width: 104%;
  height: 104%;
  background-size: cover;
  filter: blur(5px);
  margin: -1%;
}
.page-template-locations .location-image.coming-soon:after {
  content: "Coming Soon";
  font-family: "SandalsType";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-align: left;
  font-size: 64px;
  line-height: 0.7em;
}
.page-template-locations .location-info {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
}
.page-template-locations .location-info h2 {
  text-align: left;
  margin: 0 0 5px 0;
}
.page-template-locations .location-info p {
  margin: 5px 0;
  line-height: 1.3em;
}
@media (max-width: 480px) {
  .page-template-locations .location-info p {
    font-size: 1.2em;
  }
}
.page-template-locations .location-meta {
  font-family: "TradeGothicLT-CondEighteen";
  line-height: 1.2em;
  font-size: 0.8em;
  color: #757575;
}
@media (max-width: 480px) {
  .page-template-locations .location-meta {
    font-size: 1.2em;
  }
}
.page-template-locations .location-meta i {
  font-size: 0.8em;
  color: #555;
  position: relative;
  top: -1px;
  margin-right: 2px;
  width: 1em;
  text-align: center;
}
.page-template-locations .broadcast-note {
  font-family: "TradeGothicLT-CondEighteen";
}
.page-template-locations .broadcast-note i {
  font-size: 0.8em;
  color: #555;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.page-template-locations .popup-sites {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .page-template-locations .popup-sites {
    margin-top: 60px;
  }
}
.page-template-locations .popups-info {
  max-width: 800px;
  margin: 0 auto;
}

.page-montclair .what-to-expect h2 {
  display: none;
}

.page-template-times .times-content {
  font-size: 45px;
  letter-spacing: 2px;
  max-width: 570px;
  margin: 0 auto;
  line-height: normal;
}
@media (max-width: 480px) {
  .page-template-times .times-content {
    font-size: 7.5vw;
  }
}
.page-template-times .date {
  font-family: "SandalsTypeLight";
  font-size: 60px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .page-template-times .date {
    font-size: 30px;
  }
}
.page-template-times .time {
  margin: 20px 0;
}
.page-template-times .time div:first-child {
  font-family: "SandalsType";
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0px;
}
.page-template-times .time div:last-child {
  font-family: "SandalsTypeLight";
  display: inline-block;
  vertical-align: top;
}
.page-template-times .time .padded {
  letter-spacing: 3.4px !important;
}
.page-template-times .cmps {
  display: inline-block;
  color: black;
  text-decoration: none;
  position: relative;
}
.page-template-times .cmps::after, .page-template-times .cmps::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 5px;
  height: 1px;
  border-bottom: 2px dashed #1F3DEA;
  transition: all 0.1s;
}
.page-template-times .cmps::before {
  border-bottom: 2px solid transparent;
}
.page-template-times .cmps:hover::before {
  border-bottom-color: #1F3DEA;
}
.page-template-times .separator {
  width: 88px;
  height: 12px;
  background: black;
  border-radius: 3px;
  margin: 40px auto;
}
@media (max-width: 480px) {
  .page-template-times .separator {
    width: 70px;
    height: 7px;
    border-radius: 2px;
  }
}
.page-template-times .times-footnotes p {
  font-size: 18px;
  letter-spacing: normal;
  margin: 10px 0;
}

.service-times > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.service-times > div p {
  margin: 0;
}
.service-times > div:first-child {
  padding-right: 15px;
}
.service-times > div:first-child h3, .service-times > div:first-child p {
  text-align: right;
}
.service-times > div:last-child {
  padding-left: 15px;
}
.service-times > div:last-child h3, .service-times > div:last-child p {
  text-align: left;
}
.service-times > div:only-child {
  width: 100%;
}
.service-times > div:only-child h3, .service-times > div:only-child p {
  text-align: center;
}

.service-note {
  clear: both;
  font-size: 0.75em;
  line-height: 1.2em;
  padding: 15px 0 0;
}

.what-to-expect p {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (max-width: 480px) {
  .what-to-expect p {
    width: auto;
    font-size: 1em;
  }
}

.campus-get-involved-banner {
  position: relative;
}
.campus-get-involved-banner::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.location-coming-soon {
  overflow: hidden;
}
.location-coming-soon h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.location-coming-soon > span {
  font-family: "SandalsType";
  font-size: 40px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
  display: block;
}
.location-coming-soon > div {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}

.page-template-getinvolved-groups-community .start-find-buttons .button, .page-template-getinvolved-groups-community .start-find-buttons .page-single-story .cta-button, .page-single-story .page-template-getinvolved-groups-community .start-find-buttons .cta-button {
  font-size: 22px;
  margin-bottom: 10px;
}
.page-template-getinvolved-groups-community .group-finder {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 590px;
  min-height: 350px;
  position: relative;
}
.page-template-getinvolved-groups-community .group-finder > div {
  margin: 20px 0;
}
.page-template-getinvolved-groups-community .group-finder .group-kind::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.page-template-getinvolved-groups-community .group-finder .weekday {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #999;
  border-radius: 9px;
  color: #999;
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 18px;
  margin: 3px 1px;
  padding: 5px 7px;
  transition: all 0.2s ease 0s;
}
.page-template-getinvolved-groups-community .group-finder .weekday.selected {
  background-color: #EC1C24;
  border-color: #EC1C24;
  color: #f5f5f5;
}
.page-template-getinvolved-groups-community .group-finder select {
  font-family: "TradeGothicLT-CondEighteen";
  box-sizing: border-box;
  padding: 5px 10px;
  width: 49%;
  font-size: 22px;
  display: block;
  float: left;
}
.page-template-getinvolved-groups-community .group-finder #type_filter {
  float: right;
}
.page-template-getinvolved-groups-community .group-finder .group-controls {
  text-align: center;
}
.page-template-getinvolved-groups-community .group-finder #group_results > div {
  border-bottom: 1px dotted #999;
  padding: 20px 0;
}
.page-template-getinvolved-groups-community .group-finder #group_results button.join-group {
  float: right;
  font-size: 20px;
  padding: 3px 10px;
  border-radius: 6px;
}

.page-template-calendar .campus-filter-heading {
  margin-top: -40px;
  font-size: 60px;
}
@media (max-width: 480px) {
  .page-template-calendar .campus-filter-heading {
    font-size: 40px;
  }
}
.page-template-calendar .calendar-nav {
  text-decoration: none;
  font-size: 0.8em;
  margin: 0 10px;
}
.page-template-calendar .calendar-nav:hover {
  color: #811114;
}
.page-template-calendar .calendar-nav.disabled {
  visibility: hidden;
}
.page-template-calendar .date-heading {
  margin-top: 50px;
  border-top: 3px solid black;
  font-family: "SandalsTypeLight";
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page-template-calendar .date-heading {
    border-top: none;
    border-bottom: 3px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.page-template-calendar .calendar-event {
  padding-left: 205px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .page-template-calendar .calendar-event {
    padding-left: 0;
  }
}
.page-template-calendar .event-title {
  font-family: "SandalsType";
  font-size: 40px;
  text-align: left;
  text-transform: none;
}
@media (max-width: 480px) {
  .page-template-calendar .event-title {
    font-size: 30px;
  }
}
.page-template-calendar .event-details {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.page-template-calendar .calendar-paging {
  text-align: center;
  font-size: 50px;
  margin: 50px 0;
}
.page-template-calendar .calendar-paging .calendar-nav {
  margin: 0 20px;
}
.page-template-calendar .events.detail .date-heading {
  color: transparent;
}
.page-template-calendar .events.detail .calendar-event {
  padding-left: 0;
}

.page-template-contact .contact-columns > div > p {
  text-align: center;
}
@media (max-width: 480px) {
  .page-template-contact .contact-columns > div > p {
    font-size: 22px;
  }
}
.page-template-contact .iconed {
  display: inline-block;
  padding-left: 2em;
  line-height: 1.3em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin: 10px;
  color: black;
  text-decoration: none;
}
.page-template-contact .iconed[href]:hover {
  text-decoration: underline;
}
.page-template-contact .iconed .fa {
  font-size: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-contact .iconed .fa-clock-o {
  font-size: 1.5em;
}
.page-template-contact .iconed .fa-envelope {
  font-size: 1.3em;
}

.page-single-story {
  /*---- Old stories CTA -----------------------------------------------*/
}
.page-single-story .story-hero {
  position: relative;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 200px);
  width: 100%;
}
.page-single-story .hero-content {
  color: white;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 10% 10px;
  background-image: url("../../images/stories/gradient-overlay.svg");
  background-size: auto auto;
}
.page-single-story .hero-content .scrollit {
  animation: bounce 2s 2s 3;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 35px;
  margin: 40px auto 0;
}
.page-single-story .hero-content .scrollit a {
  color: white;
  text-decoration: none;
}
.page-single-story .hero-content .videobutton-container {
  text-align: center;
  margin: 40px 0;
}
.page-single-story .story-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-single-story .story-content::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.page-single-story .story-body {
  width: calc(100% - 300px);
  float: left;
}
@media (max-width: 880px) {
  .page-single-story .story-body {
    float: none;
    width: 100%;
  }
}
.page-single-story .story-body .pullquote {
  text-align: center;
}
.page-single-story .story-aside {
  margin-top: 20px;
  width: 260px;
  float: right;
}
@media (max-width: 880px) {
  .page-single-story .story-aside {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}
.page-single-story .story-aside h3 {
  text-align: left;
}
.page-single-story .story-aside p {
  font-family: "TradeGothicLT-CondEighteen";
  font-size: 0.8em;
  line-height: 1.6em;
}
.page-single-story .story-aside-social a {
  color: black;
  font-size: 1.2em;
  margin: 0 5px;
  text-decoration: none;
}
.page-single-story .ctawrap {
  margin: 50px 0;
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.page-single-story .cta-button {
  margin-bottom: 20px;
}

/*---- Stories collection page -----------------------------------------------*/
.page-stories .share-your-story {
  font-size: 1em;
  padding: 3px 10px;
  position: absolute;
  right: 30px;
  top: 4px;
}
@media (max-width: 480px) {
  .page-stories .share-your-story {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 120px;
    margin: 10px auto;
    text-align: center;
  }
}

.page-sermons .sermons-top-section {
  margin-bottom: 50px;
}
.page-sermons .latest-sermon {
  position: relative;
  display: block;
}
.page-sermons .latest-sermon img {
  width: 100%;
  display: block;
}
.page-sermons .latest-sermon .fa {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.3s;
}
@media (max-width: 480px) {
  .page-sermons .latest-sermon .fa {
    transform: scale(0.6);
  }
}
.page-sermons .latest-sermon:hover .fa {
  color: rgba(255, 255, 255, 0.5);
}
.page-sermons .live-details {
  background-color: #424142;
  font-size: 17px;
  color: white;
  padding: 20px 10px 30px;
  word-wrap: break-word;
  overflow: hidden;
}
.page-sermons .live-countdown {
  text-align: center;
  font-family: "SandalsType";
  font-size: 32px;
  line-height: 1.2em;
}
.page-sermons .live-footer {
  margin: 20px 10px 0;
  text-align: center;
}
.page-sermons .tz {
  font-size: 0.7em;
  color: #aaa;
}

.page-single-sermon .page-content .contained {
  min-height: 300px;
}
.page-single-sermon .sermon-video {
  margin: 50px 0;
}
.page-single-sermon .sermon-title {
  text-align: left;
}
.page-single-sermon .series-listing {
  margin: 50px -10px;
}
.page-single-sermon .series-listing::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.page-single-sermon .series-listing .item {
  display: block;
  float: left;
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 10px;
  text-decoration: none;
}
.page-single-sermon .series-listing .item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 880px) {
  .page-single-sermon .series-listing .item {
    display: block;
    width: auto;
    float: none;
  }
}
.page-single-sermon .series-listing .item.selected {
  background-color: #424142;
  cursor: default;
}
.page-single-sermon .series-listing .item.selected h3, .page-single-sermon .series-listing .item.selected span {
  color: white;
  text-decoration: none !important;
}
.page-single-sermon .series-listing .item:hover h3 {
  text-decoration: underline;
}
.page-single-sermon .series-listing .item h3 {
  text-align: left;
}
.page-single-sermon .series-listing .poster {
  width: 225px;
  float: left;
  margin-right: 20px;
}
.page-single-sermon .series-listing .sermon-in-series, .page-single-sermon .series-listing .date {
  display: block;
  color: black;
  font-size: 0.8em;
}

.page-single-news .news-item {
  max-width: 800px;
  margin: 50px auto;
  border: 1px solid #ccc;
  padding: 20px;
  background: white;
}
.page-single-news .news-item hr {
  height: 0;
  background: none;
  border-top: 1px dashed #ccc;
  margin: 20px -20px;
}

.page-news .fs-body hr {
  height: 0;
  background: none;
  border-top: 1px dashed #ccc;
  margin: 10px -10px;
}
.page-news .sharediv, .page-single-news .sharediv {
  float: right;
}
.page-news .sharediv.sharer-0, .page-single-news .sharediv.sharer-0 {
  width: 34px;
}
.page-news .sharediv.sharer-0 .social.networks-3.center, .page-single-news .sharediv.sharer-0 .social.networks-3.center {
  margin-left: -72px;
}
.page-news .sharediv.sharer-0 label, .page-single-news .sharediv.sharer-0 label {
  color: #6D6E71;
  background-color: transparent;
}
.page-news .sharediv.sharer-0 .social.middle, .page-single-news .sharediv.sharer-0 .social.middle {
  margin-top: -37px;
}
.page-news .sharediv.sharer-0 .social.networks-3.middle.left, .page-single-news .sharediv.sharer-0 .social.networks-3.middle.left {
  margin-left: -182px;
}
.page-news .sharediv.sharer-0 .social ul li, .page-single-news .sharediv.sharer-0 .social ul li {
  height: auto;
  padding: 5px 0;
}
.page-news .sharediv label span, .page-single-news .sharediv label span {
  display: none;
}

.page-template-search .search-input-wrap {
  max-width: 500px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.page-template-search .search-input-wrap::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 480px) {
  .page-template-search .search-input-wrap {
    margin: 30px auto;
  }
}
.page-template-search .search-input-wrap .search-input {
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.5em;
  float: left;
  padding: 10px 10px 10px 10px;
  border: 1px solid #888;
}
@media (max-width: 480px) {
  .page-template-search .search-input-wrap .search-input {
    font-size: 18px;
    padding: 5px;
  }
}
.page-template-search .search-input-wrap .search-button {
  float: left;
  font-size: 32px;
  color: white;
  width: 80px;
  margin-top: 8px;
  margin-left: 10px;
  padding-top: 4px;
  border: 1px solid #EC1C24;
  background-color: #EC1C24;
  border-radius: 5px;
}
.page-template-search .search-input-wrap .search-button:hover {
  background-color: #ee2f36;
}
@media (max-width: 480px) {
  .page-template-search .search-input-wrap .search-button {
    margin-top: 0;
  }
}
.page-template-search .result-item {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .page-template-search .result-item {
    margin-bottom: 20px;
  }
  .page-template-search .result-item h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.page-template-search .result-title {
  text-align: left;
  margin-bottom: 0;
}
.page-template-search .result-details {
  margin-bottom: 10px;
}
.page-template-search .result-details a {
  color: grey;
  text-decoration: none;
  font-size: 0.9em;
  font-style: italic;
}
.page-template-search .empty-results {
  display: block;
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 480px) {
  .page-template-search .empty-results {
    margin: 30px 0 40px;
  }
}

.page-template-about-leadership .matt-tammy-banner {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.page-template-about-leadership .page-content .contained h2 {
  margin-top: 60px;
}
.page-template-about-leadership .three-across .leader-wrap {
  text-align: center;
}
@media (max-width: 480px) {
  .page-template-about-leadership .three-across .leader-wrap {
    width: 50% !important;
    padding: 0 15px;
  }
}
.page-template-about-leadership .leader-pic {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .page-template-about-leadership .leader-pic {
    padding: 0px;
  }
}
.page-template-about-leadership .leader-pic img {
  display: block;
  border-radius: 200px;
  width: 100%;
}
.page-template-about-leadership .leader-name {
  font-family: "TradeGothicLT-CondEighteen";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  margin: 15px 0 0;
}
.page-template-about-leadership .leader-role {
  line-height: 1.2em;
}
.page-template-about-leadership .leader-social {
  margin-top: 5px;
}
.page-template-about-leadership .leader-social .email {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: inherit;
  margin: 5px 7px;
}
.page-template-about-leadership .leader-social .email:hover {
  color: black;
}
.page-template-about-leadership .leader-social a {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  line-height: 1em;
  display: inline-block;
  margin: 5px 7px;
}
.page-template-about-leadership .leader-social a:hover {
  color: black;
}
.page-template-about-leadership .leader-social .icon-envelope {
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}
@media (max-width: 880px) {
  .page-template-about-leadership .leader-matt {
    position: relative;
  }
  .page-template-about-leadership .leader-matt::after {
    background-color: white;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.page-template-about-leadership .leader-matt.mobile-only {
  color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  height: auto;
  padding: 20px 10px 0px;
}
.page-template-about-leadership .leader-matt.mobile-only h2 {
  margin-top: 0px;
  text-align: center;
}
.page-template-about-leadership .leader-matt.mobile-only p {
  max-width: 100%;
}
.page-template-about-leadership .leader-matt.mobile-only span {
  color: rgba(0, 0, 0, 0.4);
}
.page-template-about-leadership .leader-matt .leader-social a {
  color: white;
}
.page-template-about-leadership .leader-matt .leader-social a:hover {
  color: #EC1C24;
}

@media (max-width: 880px) {
  .page-template-giving .columns[class*=across] > div {
    width: 100% !important;
  }
}
.page-template-giving .give-hero {
  position: relative;
  padding-top: 1px;
  padding-bottom: 60px;
}
.page-template-giving .give-hero h1 {
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .page-template-giving .give-hero {
    padding: 20px;
  }
  .page-template-giving .give-hero::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.page-template-giving .give-hero .form {
  margin-bottom: 0px;
}
@media (max-width: 880px) {
  .page-template-giving .give-hero .form {
    order: 2;
  }
}
.page-template-giving .give-hero .form iframe {
  height: 570px !important;
}
.page-template-giving .give-hero .banner-content {
  text-align: left;
  max-width: 460px;
}
.page-template-giving .give-hero .banner-content h2, .page-template-giving .give-hero .banner-content h3 {
  text-align: left;
}
@media (max-width: 880px) {
  .page-template-giving .give-hero .banner-content {
    order: 1;
    margin: 0px auto 40px auto;
  }
}
.page-template-giving .give-hero .button.blue, .page-template-giving .give-hero .page-single-story .blue.cta-button, .page-single-story .page-template-giving .give-hero .blue.cta-button {
  background-color: #00AEEF;
  box-shadow: none;
  margin: 15px 0px;
}
.page-template-giving .giving-breakdown-section h2 {
  font-size: 45px;
}
.page-template-giving .giving-breakdown-dollar {
  background-color: black;
  color: white;
  font-size: 50px;
  font-family: "SandalsType";
  line-height: 1em;
  width: 57px;
  text-align: center;
  padding: 10px 10px 10px 6px;
  border-radius: 60px;
}
.page-template-giving .giving-breakdown-wrap {
  margin-left: 50px;
}
@media (max-width: 880px) {
  .page-template-giving .giving-breakdown-wrap {
    margin-left: 0px;
  }
}
.page-template-giving .giving-breakdown-section h2 {
  text-align: left;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar {
  height: 50px;
  background-color: #00AEEF;
  margin: 20px 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  .page-template-giving .giving-breakdown-section .breakdown-bars .bar {
    height: 42px;
  }
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.ministries {
  max-width: 100%;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.facilities {
  max-width: 70%;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.operations {
  width: 50%;
}
@media (max-width: 480px) {
  .page-template-giving .giving-breakdown-section .breakdown-bars .bar.operations {
    width: 63%;
  }
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.missions {
  width: 25%;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.missions .title {
  position: absolute;
  right: -90px;
  color: black;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.savings {
  width: 20%;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar.savings .title {
  position: absolute;
  right: -80px;
  color: black;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar .title {
  padding: 9px 0px;
  margin-left: 15px;
  display: block;
  color: #fff;
  font-family: "SandalsType";
  font-size: 23px;
}
.page-template-giving .giving-breakdown-section .breakdown-bars .bar .amount {
  position: absolute;
  font-family: "SandalsType";
  font-size: 23px;
  top: 9px;
  right: 15px;
  color: white;
}
.page-template-giving .giving-breakdown-section .statements-reports {
  text-align: left;
  margin-bottom: 25px;
}
.page-template-giving .giving-breakdown-section .statements-reports h3 {
  font-family: "SandalsTypeLight";
  font-size: 24px;
  text-align: left;
}
.page-template-giving .giving-breakdown-section .statements-reports a {
  display: inline-block;
  color: black;
}
.page-template-giving .giving-breakdown-section .statements-reports.list a {
  display: inline-block;
}
@media (min-width: 480px) {
  .page-template-giving .giving-breakdown-section .statements-reports.list a {
    margin-right: 10px;
  }
}
@media (max-width: 880px) {
  .page-template-giving .give-need-help-banner {
    padding: 60px 20px;
  }
  .page-template-giving .give-need-help-banner .contained {
    padding: 0px;
  }
}
.page-template-giving .giving-contact-section h2 {
  text-align: left;
}

.page-template-about-beliefs .verses {
  font-size: 0.8em;
  line-height: 1.2em;
}

body.podcast-page .podcast-episode {
  margin: 40px 0;
}
body.podcast-page .podcast-episode::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
body.podcast-page .podcast-cover-image {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 480px) {
  body.podcast-page .podcast-cover-image {
    float: none;
  }
}
body.podcast-page .podcast-cover-image img {
  display: block;
  width: 200px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
body.podcast-page .podcast-item-content {
  float: left;
  width: calc(100% - 220px);
}
@media (max-width: 480px) {
  body.podcast-page .podcast-item-content {
    float: none;
    width: 100%;
  }
}
body.podcast-page .podcast-item-title {
  text-align: left;
  font-size: 30px;
}
body.podcast-page .podcast-item-title a {
  text-decoration: none;
  line-height: 1em;
}
body.podcast-page .podcast-item-title a:hover {
  text-decoration: underline;
}
body.podcast-page .podcast-item-meta {
  margin: 0;
  font-size: 0.8em;
  font-family: "TradeGothicLT-CondEighteen";
  line-height: 1em;
  color: #333;
}
body.podcast-page .podcast-item-desc {
  margin-top: 10px;
}

body.podcast-episode-page .episode-meta {
  text-align: center;
  margin: 0;
  line-height: 1em;
}
body.podcast-episode-page .podcast-player {
  width: 100%;
}
body.podcast-episode-page .podcast-notes h1 {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 40px;
  text-align: left;
  margin: 20px 0;
}
body.podcast-episode-page .podcast-notes h2 {
  font-family: "TradeGothicLTCom-BdCn20";
  font-size: 22px;
  text-align: left;
  margin: 20px 0;
}

.podcast-sidebar {
  font-size: 0.9em;
}
@media (max-width: 480px) {
  .podcast-sidebar {
    font-size: 1em;
  }
}
.podcast-sidebar .ask-button {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .podcast-sidebar .ask-button {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }
}
.podcast-sidebar > div {
  margin-bottom: 40px;
}
.podcast-sidebar h3 {
  text-align: left;
}
.podcast-sidebar h3 + p {
  margin-top: 0px;
}

.podcast-share-episode .button, .podcast-share-episode .page-single-story .cta-button, .page-single-story .podcast-share-episode .cta-button {
  display: inline-block;
  margin: 10px 0 0 0;
  max-width: 200px;
}
.podcast-share-episode .button .icon-facebook, .podcast-share-episode .page-single-story .cta-button .icon-facebook, .page-single-story .podcast-share-episode .cta-button .icon-facebook, .podcast-share-episode .button .icon-twitter, .podcast-share-episode .page-single-story .cta-button .icon-twitter, .page-single-story .podcast-share-episode .cta-button .icon-twitter {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.podcast-share-episode .button .icon-envelope, .podcast-share-episode .page-single-story .cta-button .icon-envelope, .page-single-story .podcast-share-episode .cta-button .icon-envelope {
  font-size: 0.8em;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.podcast-shareables {
  margin: 10px 0;
}
.podcast-shareables::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.podcast-shareables a {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.podcast-shareables img {
  display: block;
  width: 100%;
}

.teams-page {
  /*---- Filter Bar ----------------------------------------*/
  /*---- Position Cards -----------------------------------*/
  /*---- Position Detail Page ---------------------------------------------*/
  /*---- Modal Stuff ------------------------------------------------------*/
}
.teams-page .filter-bar {
  font-size: 16px;
  background-color: white;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.teams-page .filter-bar.closed .filter-label span.show {
  opacity: 1;
}
@media (max-width: 480px) {
  .teams-page .filter-bar.closed .filter-group {
    display: none;
  }
}
.teams-page .filter-bar > .contained {
  padding-top: 10px;
  padding-bottom: 10px;
}
.teams-page .filter-bar > .contained::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.teams-page .filter-bar .filter-bar-label {
  float: left;
  font-family: "TradeGothicLT-CondEighteen";
  margin-right: 30px;
}
@media (max-width: 480px) {
  .teams-page .filter-bar .filter-bar-label {
    float: none;
  }
}
.teams-page .filter-bar .filterbar-indicator {
  color: #777;
  font-size: 0.7em;
  position: relative;
  top: -1px;
  left: 3px;
  transform: scale(1, 1);
  transition: all 0.4s;
}
.teams-page .filter-bar .filterbar-indicator.active {
  transform: scale(1, -1);
  top: 0px;
}
.teams-page .filter-bar .filter-bar-reset {
  visibility: hidden;
  float: left;
  font-family: "TradeGothicLT-CondEighteen";
  color: #EC1C24;
  cursor: pointer;
}
.teams-page .filter-bar .filter-bar-reset:hover {
  text-decoration: underline;
}
.teams-page .filter-bar .filter-label {
  display: block;
  font-family: "TradeGothicLTCom-BdCn20";
  padding: 0 5px;
}
.teams-page .filter-bar .filter-label span {
  opacity: 0;
  font-family: "TradeGothicLT-CondEighteen";
  color: #555;
  transition: opacity 0.2s;
}
.teams-page .filter-bar .filter-group {
  float: left;
  margin: 0 10px;
  width: 160px;
}
.teams-page .filter-bar .filter-group.two-wide {
  width: 290px;
}
.teams-page .filter-bar .filter-group.two-wide .filter-list {
  float: left;
  width: 50%;
}
@media (max-width: 480px) {
  .teams-page .filter-bar .filter-group {
    margin: 10px 10px;
    width: calc(50% - 20px);
  }
}
.teams-page .filter-bar .filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "TradeGothicLT-CondEighteen";
  max-height: 250px;
  overflow: hidden;
  opacity: 1;
}
.teams-page .filter-bar .filter-list.hidden {
  max-height: 0;
  opacity: 0;
}
.teams-page .filter-bar .filter-list li {
  color: #EC1C24;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 5px;
  margin: 0;
  border-radius: 5px;
  line-height: 1em;
}
.teams-page .filter-bar .filter-list li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .teams-page .filter-bar .filter-list li:hover {
    background-color: transparent;
  }
}
.teams-page .filter-bar .filter-list li.selected {
  background-color: rgba(0, 0, 0, 0.05);
}
.teams-page .filter-bar .filter-list li.selected:hover {
  color: #EC1C24;
}
.teams-page .position-cards {
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
}
.teams-page .position-cards::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 480px) {
  .teams-page .position-cards {
    margin-top: 10px;
  }
}
.teams-page .pos-card {
  text-decoration: none;
  color: black;
  position: relative;
  display: block;
}
.teams-page .pos-card.hidden {
  display: none;
}
.teams-page .pos-pic {
  background-position: center;
  background-size: cover;
  height: 200px;
}
.teams-page .pos-flags {
  position: absolute;
  right: 0;
  top: 0;
}
.teams-page .pos-flag {
  background: black;
  color: white;
  margin: 10px 0;
  padding: 0 5px;
}
.teams-page .pos-card-content {
  padding: 10px;
}
.teams-page .pos-title {
  font-size: 35px;
  font-family: "TradeGothicLTCom-BdCn20";
  line-height: 1em;
}
.teams-page .pos-locations {
  font-size: 16px;
}
.teams-page .pos-description {
  font-size: 18px;
  line-height: 1.6em;
}
.teams-page .empty-set {
  display: none;
  margin: 0;
  text-align: center;
}
.teams-page .empty-set.show {
  display: block;
}
.teams-page .flags-filter {
  display: none;
}
.teams-page .pos-details h2 {
  text-align: left;
}
@media (max-width: 480px) {
  .teams-page .pos-details {
    margin-bottom: 15px;
  }
}
.teams-page .pos-attributes .pos-flags {
  position: relative;
}
.teams-page .pos-attributes .pos-flag {
  display: inline-block;
  padding: 0px 8px;
}
.teams-page .pos-attr {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.teams-page .pos-attr span:first-child {
  font-family: "TradeGothicLTCom-BdCn20";
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 480px) {
  .teams-page .pos-attr {
    font-size: 1em;
  }
}
.teams-page .pos-attr-sep {
  height: 0.5em;
  display: none;
}
.teams-page .similar .pos-card {
  display: block;
  width: calc(33% - 20px);
  margin: 10px;
  background: white;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  box-sizing: border-box;
  line-height: 1.6em;
  overflow: hidden;
}
@media (max-width: 480px) {
  .teams-page .similar .pos-card {
    width: auto;
  }
}
.teams-page .join-team-leader {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .teams-page .join-team-leader {
    display: block;
  }
}
.teams-page .join-team-leader-pic {
  border-radius: 100px;
  margin-right: 15px;
  width: 160px;
}
@media (max-width: 480px) {
  .teams-page .join-team-leader-pic {
    display: block;
    margin: 0 auto;
  }
}
.teams-page .join-team-leader-text {
  flex: 1;
}
.teams-page .join-team-form {
  clear: both;
  margin-top: 20px;
}
.teams-page .location-options a {
  display: inline-block;
  padding: 4px 10px;
  background: white;
  border: 1px solid #ccc;
  margin: 3px 0;
  border-radius: 4px;
  text-decoration: none;
}

.page-template-sandals-kids .kids-card {
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.page-template-sandals-kids .kids-card-hero {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.page-template-sandals-kids .kids-card-info {
  padding: 10px;
}
.page-template-sandals-kids .kids-card-title {
  font-family: "TradeGothicLTCom-BdCn20";
  text-transform: uppercase;
  font-size: 35px;
  margin: 20px 0;
}
.page-template-sandals-kids .card-columns > div {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .page-template-sandals-kids .card-columns > div {
    margin-bottom: 15px;
  }
}
.page-template-sandals-kids .first-visit-section {
  padding: 20px 0 50px;
  margin: 10px 0 0;
}
@media (max-width: 480px) {
  .page-template-sandals-kids .first-visit-section h2 {
    margin-top: 0;
  }
}
.page-template-sandals-kids .special-needs-section {
  position: relative;
  padding-top: 70px;
}
.page-template-sandals-kids .special-needs-section::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .page-template-sandals-kids .special-needs-section {
    padding-top: 30px;
  }
}

.page-template-visit .online-campus-banner {
  position: relative;
  padding-top: 70px;
}
.page-template-visit .online-campus-banner::after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .page-template-visit .online-campus-banner {
    padding: 30px 15px;
  }
}
.page-template-visit .family-banner {
  padding-top: 70px;
}
@media (max-width: 480px) {
  .page-template-visit .family-banner {
    padding: 30px 15px;
  }
}

.membership-process h2 {
  text-align: left;
  margin-top: 40px;
}
.membership-process h3 {
  text-align: left;
  margin-bottom: 0px;
}
.membership-process h3 + p {
  margin-top: 0px;
}
.membership-process a.more-info-inline, .membership-process a.more-info {
  text-decoration: none;
  color: black;
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.membership-process a.more-info-inline:before, .membership-process a.more-info:before {
  content: "";
  position: absolute;
  border-bottom: 1.5px dotted #999;
  bottom: 5px;
  left: 0;
  right: 0;
}
.membership-process a.more-info-inline:after, .membership-process a.more-info:after {
  content: "";
  transition: all 0.2s;
  position: absolute;
  border-bottom: 1.5px solid #999;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 0%;
}
.membership-process a.more-info-inline:hover:after, .membership-process a.more-info:hover:after {
  width: 100%;
}
.membership-process a.more-info-inline {
  font-size: 1em;
}
.membership-process .form {
  margin: 20px 0;
}
.membership-process input[type=text], .membership-process select {
  font-size: 20px;
  font-family: "TradeGothicLT-CondEighteen";
  padding: 5px 7px;
  margin-bottom: 10px;
  width: 300px;
  display: block;
  box-sizing: border-box;
}
.membership-process .code-form.hidden {
  display: none;
}
.membership-process .membership-terms h2 {
  margin-bottom: 15px;
}
.membership-process .membership-steps {
  position: relative;
  height: auto;
  transition: height 0.4s;
  overflow: hidden;
}
.membership-process .membership-steps > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s;
  opacity: 0;
}
.membership-process .membership-steps > div.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.membership-process .membership-steps .membership-step-init {
  position: relative;
}
.membership-process .membership-step-info .form-group {
  margin: 10px 0;
}
.membership-process .membership-step-info .twofer {
  width: 310px;
  display: flex;
  margin: 0 -5px;
}
.membership-process .membership-step-info .twofer input[type=text], .membership-process .membership-step-info .twofer select {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
}
.membership-process .membership-step-info .threefer {
  width: 310px;
  display: flex;
  margin: 0 -5px;
}
.membership-process .membership-step-info .threefer input[type=text], .membership-process .membership-step-info .threefer select {
  margin-left: 5px;
  margin-right: 5px;
}
.membership-process .membership-step-info #f_dob_day {
  width: calc(25% - 10px);
}
.membership-process .membership-step-info #f_dob_month {
  width: calc(45% - 10px);
}
.membership-process .membership-step-info #f_dob_year {
  width: calc(30% - 10px);
}

.membership-renewal h2 {
  text-align: left;
  margin-top: 40px;
}
.membership-renewal h3 {
  text-align: left;
  margin-bottom: 0px;
}
.membership-renewal h3 + p {
  margin-top: 0px;
}
.membership-renewal a.more-info-inline, .membership-renewal a.more-info {
  text-decoration: none;
  color: black;
  display: inline-block;
  position: relative;
  font-size: 0.8em;
}
.membership-renewal a.more-info-inline:before, .membership-renewal a.more-info:before {
  content: "";
  position: absolute;
  border-bottom: 1.5px dotted #999;
  bottom: 5px;
  left: 0;
  right: 0;
}
.membership-renewal a.more-info-inline:after, .membership-renewal a.more-info:after {
  content: "";
  transition: all 0.2s;
  position: absolute;
  border-bottom: 1.5px solid #999;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 0%;
}
.membership-renewal a.more-info-inline:hover:after, .membership-renewal a.more-info:hover:after {
  width: 100%;
}
.membership-renewal a.more-info-inline {
  font-size: 1em;
}
.membership-renewal .form {
  margin: 20px 0;
}
.membership-renewal input[type=text], .membership-renewal select {
  font-size: 20px;
  font-family: "TradeGothicLT-CondEighteen";
  padding: 5px 7px;
  margin-bottom: 10px;
  width: 300px;
  display: block;
  box-sizing: border-box;
}
.membership-renewal .code-form.hidden {
  display: none;
}
.membership-renewal .membership-terms h2 {
  margin-bottom: 15px;
}
.membership-renewal .membership-steps {
  position: relative;
  height: auto;
  transition: height 0.4s;
  overflow: hidden;
}
.membership-renewal .membership-steps > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s;
  opacity: 0;
}
.membership-renewal .membership-steps > div.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.membership-renewal .membership-steps .membership-step-init {
  position: relative;
}
.membership-renewal .membership-step-info .form-group {
  margin: 10px 0;
}
.membership-renewal .membership-step-info .twofer {
  width: 310px;
  display: flex;
  margin: 0 -5px;
}
.membership-renewal .membership-step-info .twofer input[type=text], .membership-renewal .membership-step-info .twofer select {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
}
.membership-renewal .membership-step-info .threefer {
  width: 310px;
  display: flex;
  margin: 0 -5px;
}
.membership-renewal .membership-step-info .threefer input[type=text], .membership-renewal .membership-step-info .threefer select {
  margin-left: 5px;
  margin-right: 5px;
}
.membership-renewal .membership-step-info #f_dob_day {
  width: calc(25% - 10px);
}
.membership-renewal .membership-step-info #f_dob_month {
  width: calc(45% - 10px);
}
.membership-renewal .membership-step-info #f_dob_year {
  width: calc(30% - 10px);
}

.page-template-marriage .page-content .button, .page-template-marriage .page-content .page-single-story .cta-button, .page-single-story .page-template-marriage .page-content .cta-button {
  margin: 10px auto;
}

.initiatives-page {
  margin: 60px auto;
}
@media (max-width: 480px) {
  .initiatives-page {
    margin: 30px auto;
  }
}
.initiatives-page .initiatives-container {
  min-height: 50vh;
  position: relative;
}
.initiatives-page .initiatives-container .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0px;
}
.initiatives-page .initiatives-container .filters .filter {
  margin: 0px 20px;
}
@media (max-width: 480px) {
  .initiatives-page .initiatives-container .filters .filter {
    margin-bottom: 10px;
  }
}
.initiatives-page .initiatives-container .filters .filter span {
  font-family: "TradeGothicLTCom-BdCn20";
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.initiatives-page .initiatives-container .filters .filter select {
  font-family: "TradeGothicLT-CondEighteen";
  text-transform: uppercase;
  padding: 5px 10px;
}
.initiatives-page .initiatives-container .spinner {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.initiatives-page .initiatives-container .initiatives-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item {
  margin: 10px;
  border: 1px solid #ccc;
  width: calc(33.33% - 22px);
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item .not-found {
  padding: 20px;
}
@media (max-width: 480px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item .not-found h2 {
    font-size: 25px;
  }
}
@media (max-width: 880px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item {
    width: calc(50% - 22px);
  }
}
@media (max-width: 480px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item {
    width: calc(100% - 22px);
  }
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a {
  padding: 20px;
  height: auto;
  display: block;
  text-decoration: none;
  color: black;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a h2 {
  color: #000;
  text-align: left;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a h2.long {
  font-size: 30px;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a h2.long-x2 {
  font-size: 20px;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "TradeGothicLTCom-BdCn20";
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 880px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom h2 {
    font-size: 25px;
  }
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .location, .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .category {
  font-size: 16px;
  display: block;
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .location .fa, .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .category .fa {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .location, .initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom .category {
    font-size: 14px;
  }
}
.initiatives-page .initiatives-container .initiatives-wrapper .initiatives-item a .bottom p {
  margin: 10px 0px;
}
.initiatives-page .loading-initiatives {
  display: none;
  margin: 50px auto;
}
.initiatives-page .loading-initiatives.show {
  display: block;
}
.initiatives-page .loading-initiatives img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.initiatives-page .pagination .button, .initiatives-page .pagination .page-single-story .cta-button, .page-single-story .initiatives-page .pagination .cta-button {
  display: none;
  margin: 20px auto;
}
.initiatives-page .pagination .button.show, .initiatives-page .pagination .page-single-story .show.cta-button, .page-single-story .initiatives-page .pagination .show.cta-button {
  display: block;
}

.initiatives-page-single .pps-inner .pos-details h2 {
  text-align: left;
  margin-bottom: 5px;
}
.initiatives-page-single .pps-inner .pos-details .button, .initiatives-page-single .pps-inner .pos-details .page-single-story .cta-button, .page-single-story .initiatives-page-single .pps-inner .pos-details .cta-button {
  margin: 10px 5px;
}
.initiatives-page-single .pps-inner .pos-attributes .right div {
  margin-bottom: 20px;
  font-size: 17px;
}
.initiatives-page-single .pps-inner .pos-attributes .right div span {
  display: block;
  font-family: "TradeGothicLTCom-BdCn20";
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
}

@media (max-width: 880px) {
  #mothers-day .story-hero {
    height: calc(100vh - 300px);
  }
}
#mothers-day .story-hero .hero-content {
  padding: 0px !important;
}
@media (max-width: 880px) {
  #mothers-day .story-hero .hero-content h1 {
    font-size: 60px;
  }
}
#mothers-day .story-body {
  width: 100% !important;
}

body.tax-sermon_series h1 {
  font-size: 60px;
}
@media (max-width: 480px) {
  body.tax-sermon_series h1 {
    font-size: 40px;
    margin: 20px 0;
  }
}
body.tax-sermon_series .series-info {
  max-width: 900px;
  width: 100%;
  margin: 40px auto;
  display: flex;
}
@media (max-width: 480px) {
  body.tax-sermon_series .series-info {
    margin-top: 0;
  }
}
body.tax-sermon_series .series-info .key-art {
  width: 100%;
}
body.tax-sermon_series .series-info .key-art img {
  display: block;
  width: 100%;
}
body.tax-sermon_series .series-info .content {
  display: none;
  width: 50%;
}
body.tax-sermon_series .series-sermon-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  max-width: 900px;
  margin: 40px auto;
}
@media (max-width: 480px) {
  body.tax-sermon_series .series-sermon-item {
    display: block;
  }
}
body.tax-sermon_series .series-sermon-item .poster {
  width: 300px;
  position: relative;
}
@media (max-width: 480px) {
  body.tax-sermon_series .series-sermon-item .poster {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
body.tax-sermon_series .series-sermon-item .poster img {
  display: block;
  width: 100%;
}
body.tax-sermon_series .series-sermon-item .poster i {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 50px;
  color: white;
  opacity: 0.8;
}
body.tax-sermon_series .series-sermon-item .content {
  flex: 1 1;
  margin-left: 20px;
}
body.tax-sermon_series .series-sermon-item .title {
  margin: 0;
  text-align: left;
}
@media (max-width: 480px) {
  body.tax-sermon_series .series-sermon-item .title {
    font-size: 28px;
    margin: 10px 0;
  }
}
body.tax-sermon_series .series-sermon-item .meta {
  margin: 0;
}
body.tax-sermon_series .series-sermon-item .description {
  margin: 0;
}

.page-template-event .hero img {
  width: 100%;
}
.page-template-event .info {
  margin: 50px 0px;
}

/*# sourceMappingURL=css/dist/global.css.map */
