/* Site: Sagebrush Church */

/* =Main Color Scheme
White: #ffffff;
BG Grey: #f1f2f2;
Dark Blue: #11121c;
Blue: #2c82c5;
Footer Grey: #c7c8ca;
*/

/* =Reset Margins & Padding
---------------------------------------------------------------------
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
	font: inherit; */
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
} */

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img,
button::-moz-focus-inner {
  border: 0;
}

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: default;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

table {
  width: 100%;
  font-size: 1.2em;
  border: 3px solid #fff;
  padding: 10px;
}

td {
  padding: 5px 10px;
  text-align: left;
}

/* =Typography
---------------------------------------------------------------------
*/

body {
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 11px;
  /* Rest font to a 10px baseline when using ems */
  line-height: 140%;
  font-weight: 400;
  font-style: normal;
  background: #11121c;
  color: #11121c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 5em;
  color: #fff;
}

h2 {
  font-size: 3em;
  text-transform: none;
  padding-bottom: 0.7em;
  line-height: 1.2;
}

h3 {
  font-size: 1.8em;
  padding-bottom: 1em;
}

h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  padding-bottom: 1em;
  line-height: 1.5;
}

h5 {
  font-size: 1.2em;
  padding-bottom: 0.6em;
}

h6 {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 3px;
  color: #2c82c5;
  padding-bottom: 0.6em;
}

hr {
  border: 0;
  background: #fff;
  height: 2px;
}

p {
  font-size: 1.4em;
  /* Sets content font at 14px */
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 17px;
}

strong {
  color: #2c82c5;
  font-weight: 400;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #2c82c5;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:active {
  color: #c7c8ca;
}

/* =Helper Classes
---------------------------------------------------------------------
*/

#skip {
  position: absolute;
  list-style: none;
  display: block;
  height: 0;
  overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html 

Roger's note: we can also use overflow:auto on the outer DIV (probably better lol) */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.smaller {
  font-size: 75%;
}

.bigger {
  font-size: 125%;
}

/* .icon-calendar:before {
    content: '';
    width: 4em;
    height: 3.5em;
    background: url('/_img/calendar.svg') no-repeat;
}

.icon-speaker:before {
    width: 4em;
    height: 4em;
    background: url('/_img/speaker.svg') no-repeat;
} */

[class^="icon-circle-"],
[class*=" icon-circle-"],
[class^="icon-cc-"],
[class*=" icon-cc-"],
.icon-apple,
.icon-arrow-left,
.icon-arrow-right,
.icon-comment,
.icon-download,
.icon-home,
.icon-m1-logo,
.icon-menu-close,
.icon-menu-open,
.icon-play,
.icon-printer,
.icon-sc-emblem,
.icon-search,
.icon-watch-full-experience,
.icon-watch-teaching-only,
.icon-windows {
  /* height: 4em;
    width: 4em; */
  /* display: inline-block; */
  vertical-align: middle;
  height: 24px;
  width: 24px;
  fill: currentColor;
  stroke: none;
  pointer-events: none;
}

.feather {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feather.no-stroke {
  stroke: none;
  fill: currentColor;
}

[class^="icon-circle-"],
[class*=" icon-circle-"] {
  height: 40px;
  width: 40px;
}

/* .googleplus, .email, .facebook, .twitter {
    min-height: 32px;
    min-width: 36px;
}

.icon-apple {
    margin-bottom: 2px;
}

.icon-windows {
    width: 3.5em;
} */

.icon-dark-circle {
  max-width: 14em;
  margin: 2em;
}

.home-icon-dark-circle {
  max-width: 18em;
  margin: 2em;
}

.home-icon-dark-circle circle {
  -webkit-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.home-icon-dark-circle:hover circle {
  fill: #c7c8ca !important;
}

.circular {
  display: inline-block;
  width: 200px;
  border-radius: 50%;
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
}

.circular:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.preloader-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #f1f2f2;
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 128px;
  height: 100%;
  margin: auto;
  background-image: url("/_img/scc_preloader.png");
  background-repeat: no-repeat;
  -webkit-animation: play 1s steps(30) infinite;
  -ms-animation: play 1s steps(30) infinite;
  animation: play 1s steps(30) infinite;
}

.spacer {
  height: 60px;
  display: block;
  width: 100%;
  min-width: 100%;
}

.flickity-viewport {
  transition: height 0.2s;
}

@-webkit-keyframes play {
  from {
    background-position: 0px;
  }

  to {
    background-position: -3840px;
  }
}

@-ms-keyframes play {
  from {
    background-position: 0px;
  }

  to {
    background-position: -3840px;
  }
}

@keyframes play {
  from {
    background-position: 0px;
  }

  to {
    background-position: -3840px;
  }
}

.vertical-parent {
  width: 100%;
  display: table;
}

.vertical-child {
  display: table-cell;
  vertical-align: middle;
}

/* =Buttons
---------------------------------------------------------------------
*/

.dark-bg {
  background-color: rgba(17, 18, 28, 0.9);
}

.btn-sm,
.btn-md,
.btn-lg,
.btn-header,
.btn-sermon {
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0;
  width: 100%;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
}

.btn-sm {
  width: initial;
  color: #fff;
  padding: 0.5em 2em;
  border: 2px solid #fff;
  letter-spacing: 0.3em;
  padding-right: 1.7em;
}

.btn-sm:hover {
  color: #11121c;
  background: #fff;
}

.btn-md {
  font-size: 1.4em;
  color: #fff;
  background-color: #11121c;
  border: 3px solid #11121c;
}

.btn-md:hover {
  color: #fff;
  background-color: #2c82c5;
  border-color: #2c82c5;
}

.btn-lg {
  font-size: 1.4em;
  color: #11121c;
  border: 3px solid #11121c;
}

.btn-lg:hover {
  color: #fff;
  background-color: #11121c;
}

.btn-header {
  font-size: 1.4em;
  color: #fff;
  border: 3px solid #fff;
}

.btn-header:hover {
  color: #11121c;
  background-color: #fff;
}

.btn-sermon {
  color: #fff;
  background-color: #c7c8ca;
  padding: 0;
  line-height: 34px;
}

.btn-sermon:hover {
  color: #fff;
  background-color: #2c82c5;
}

.dropdown {
  margin-top: 20px;
  font-size: 1.1em;
  list-style: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 5;
  min-width: 300px;
  letter-spacing: 0.3em;
}

.dropdown>li>a {
  padding: 0.5em 2em;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  -webkit-transition: background 0.2s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dropdown>li>a:hover {
  background-color: #fff;
  color: #11121c;
}

.dropdown li ul li a {
  white-space: nowrap;
  display: block;
  width: 100%;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: #11121c;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 1em 2em;
  border: 2px solid #fff;
  border-top: 0px;
  border-bottom: 1px solid #fff;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dropdown li ul li a:hover {
  background-color: #2c82c5;
}

.dropdown ul {
  background-color: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  position: absolute;
  left: -9999px;
}

.dropdown li:hover ul,
.dropdown li ul.open {
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* =Watch Live
---------------------------------------------------------------------
*/

.video-links {
  text-align: center;
}

.video-links a {
  display: inline-block;
  font-size: 1.6em;
  margin: 0.5em;
  cursor: pointer;
}

.share-dialog {
  position: absolute;
  left: 50%;
  top: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.share-dialog {
  display: none;
  width: 92%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  padding: 2em;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  background-color: #11121c;
}

.share-dialog h3 {
  color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.share-dialog svg,
.video-links svg {
  margin-right: 0.5em;
}

.share-dialog .button,
.share-dialog button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.share-dialog .button svg {
  color: #2c82c5;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.share-dialog .button:hover>svg {
  color: #fff;
}

.share-dialog .button:hover,
.share-dialog button:hover {
  background: #2c82c5;
  border-color: #2c82c5;
  color: #fff;
}

.share-dialog .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
}

.share-dialog .close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 24px;
}

.share-dialog .close-button svg {
  margin-right: 0px;
}

.share-dialog .close-button:hover {
  color: #777;
  background-color: transparent;
}

.share-dialog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #4a4a4a;
  color: #fff;
}

.share-dialog .url {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share-dialog .copy-link {
  padding-left: 20px;
  padding-right: 20px;
}

#live_counter.live_spacer {
  margin-top: 60px;
}

#live_counter {
  height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
  color: #11121c;
  position: relative;
  text-align: center;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#live_counter.show {
  height: auto;
  padding: 40px 20px 20px;
}

#live_counter.hide {
  display: none;
}

.live_click {
  cursor: pointer;
}

#live_counter ul {
  list-style: none;
  align-content: center;
  display: flex;
  justify-content: space-around;
}

#live_counter li {
  width: 25%;
  text-align: center;
}

#live_counter .label {
  font-size: 1em;
  display: block;
}

#live_counter .days,
#live_counter .hours,
#live_counter .minutes,
#live_counter .seconds {
  font-size: 2em;
  display: block;
  padding: 0.5em 0;
  line-height: 1;
}

#live_counter .live {
  display: none;
}

#live_counter .not-live {
  display: block;
}

#live_counter .live,
#live_counter .not-live {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2c82c5;
  font-weight: 700;
  line-height: 1;
}

/* =Grid
---------------------------------------------------------------------
*/

.no-pad {
  padding: 0 !important;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid {
  margin-left: -20px;
}

.separator-line {
  margin-top: 20px;
  border-top: 3px solid #fff;
}

.row [class*="col-"]+[class*="col-"] {
  padding-top: 20px;
}

.row {
  padding-top: 20px;
}

.row-spacer {
  padding: 40px 0 20px;
}

[class*="col-"] {
  width: 100%;
  padding-left: 20px;
}

#nav-top .col-1-4 {
  width: 50%;
  float: left;
}

#header .col-1-3 {
  width: 33.33333333%;
  float: left;
}

/* =Header
---------------------------------------------------------------------
*/

#announcement {
  --bg-a: #af9443;
  --tx-a: #fff;
  --bg-a-hover: #e3e4e6;
  --tx-a-hover: #af9443;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#announcement a {
  display: block;
  width: 100%;
  background-color: var(--bg-a);
  color: var(--tx-a);
  font-size: 2.4em;
  /* OG: 1.4 */
  padding: 15px;
  /* OG: 10px */
  line-height: 1;
  /* OG: 1.4 */
  font-weight: bold;
  text-transform: uppercase;
}

#announcement a:hover {
  background-color: var(--bg-a-hover);
  color: var(--tx-a-hover);

  /* background-color: #105314;
  color: #fff; */
}

#header {
  background: #11121c;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  height: 60px;
  padding: 0 4em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
}

.header-home {
  display: flex;
  align-items: center;
}

.header-emblem {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

img#logo {
  display: none;
  width: 0;
}

#home-icon img {
  width: 20px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#home-icon:after {
  content: "";
  color: #2c82c5;
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600;
  font-size: 20px;
  padding-left: 5px;
}

img#emblem {
  width: 60px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#emblem.open {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav-icon {
  width: 20px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 6px;
}

#nav-icon span:nth-child(4) {
  top: 12px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon:before {
  content: "";
  color: #2c82c5;
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600;
  font-size: 20px;
  left: -70px;
  position: absolute;
}

#nav-icon.open:before {
  content: "";
}

nav#nav-main {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 900;
  background-color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  list-style: none;
  box-shadow: 0px 0px 100px 30px rgba(0, 0, 0, 0.8);
}

nav#nav-main .nav-wrapper {
  padding: 40px 0;
  margin-top:60px;
  background: #fff !important;
  height: fit-content;
}

#nav-top,
#nav-top li,
#nav,
#nav li {
  list-style: none;
}

#nav-top li {
  margin-bottom: 2em;
}

#nav h4 {
  font-size: 1.6em;
  display: none;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

#nav-top .btn-lg {
  border-color: #2c82c5;
  color: #2c82c5;
}

#nav-top .btn-lg:hover {
  background-color: #2c82c5;
  color: #fff;
}

#nav-top .current .btn-lg {
  background-color: #2c82c5;
  color: #fff;
}

#nav li a {
  color: #11121c;
  display: block;
}

#nav li a:hover {
  color: #2c82c5;
}

#nav li .current a {
  color: #2c82c5;
}

#nav li:last-of-type li:last-of-type {
  border: 0;
}

#nav li li {
  font-size: 1.4em;
  width: 100%;
  margin: 0px;
  line-height: 2em;
  border-bottom: 1px solid #999;
}

/* =Interior Navigation
---------------------------------------------------------------------
*/

.content-nav-button,
.content-nav-button2 {
  display: inline-block;
  margin: 10px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4em;
  padding: 0;
  padding-bottom: 5px;
  box-shadow: 0px 3px 0px 0px rgba(44, 130, 197, 0);
  color: #11121c;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

.content-nav-button:hover,
.content-nav-button2:hover,
.content-nav-button.is-selected,
.content-nav-button2.is-selected2 {
  color: #2c82c5;
  box-shadow: 0px 3px 0px 0px rgba(44, 130, 197, 1);
  text-decoration: none;
}

.rotator,
.rotator2,
.rotator-cell,
.rotator-cell2 {
  width: 100%;
}

#before-rotator {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 400px;
  padding: 80px 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.is-hidden {
  display: none;
}

/* =Containers
---------------------------------------------------------------------
*/

#no-hero {
  margin-top: 60px;
}

.wrapper {
  padding: 40px 0;
  background: #f1f2f2;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =Content
---------------------------------------------------------------------
*/

.black .btn-sm {
  color: #000 !important;
  border-color: #000 !important;
}

.black .btn-sm:hover {
  color: #fff !important;
  background: #000;
}

.big-event-heading {
  font-size: 4em;
  padding-bottom: 0.5em;
}

.big-event [class*="col-"] {
  width: 50%;
  float: left;
  padding-top: 0px !important;
}

.big-event [class*="col-"]:last-of-type {
  padding-bottom: 20px !important;
}

.big-event .col-1-4 p {
  font-weight: 700;
}

.big-event-section {
  color: #000 !important;
  background-color: #fff;
  padding: 5px 5px 1px 5px;
  line-height: 1.3 !important;
}

#request-forms .circular {
  margin-bottom: 20px;
}

#request-forms h3 {
  margin-bottom: 20px;
}

#request-forms .row {
  padding: 0px;
}

#intro {
  background: #fff;
}

#intro .container {
  max-width: 800px;
}

#intro p {
  line-height: 2em;
}

.dark-text p,
.dark-text h1,
.dark-text h2,
.dark-text h5 {
  color: #11121c;
}

.arrow-bounce .dark-text {
  color: #11121c !important;
}

.arrow-bounce .dark-text:hover {
  color: #2c82c5 !important;
}

.dark-text.btn-sm {
  color: #11121c;
  border: 2px solid #11121c;
}

.dark-text.btn-sm:hover {
  background: #11121c;
  color: #fff;
}

#locations {
  text-align: center;
}

.content-box {
  padding: 2em;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.025);
  text-align: center;
}

.content-box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-box hr {
  background: #f1f2f2;
}

.icon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#events .icon-content {
  text-align: center;
}

.icon-content:last-child {
  padding-bottom: 0;
}

.icon-content a,
.icon-content .feather {
  flex: 0 0 48px;
}

.tv-wrapper {
  padding-bottom: 40px;
  background: #f1f2f2;
}

.tv-times {
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.025);
}

.icon-clock {
  background: url("/_img/clock.svg") no-repeat;
  background-size: 40px;
}

.icon-location {
  background: url("/_img/location.svg") no-repeat;
  background-size: 40px;
}

.icon-location2 {
  position: absolute;
  margin-left: -45px;
  width: 40px;
}

.readmore {
  max-height: 6.3em;
}

.readmorelink {
  font-size: 1.2em;
  text-transform: lowercase;
}

.content ul {
  font-size: 1.6em;
  line-height: 1.6;
  list-style: square outside none;
  margin: 0px 10px 20px;
  padding: 0 0 0 30px;
}

.content li {
  padding: 5px 0;
}

.event ul {
  font-size: 1.6em;
  line-height: 1.8;
  list-style: square outside none;
  margin: 20px 10px;
  padding: 0 40px;
}

.event-date {
  background-color: #11121c;
  color: #2c82c5;
  font-size: 2em;
  line-height: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.event-date div {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-date span {
  font-size: 4em;
  letter-spacing: -5px;
  padding-right: 5px;
}

.payment-types {
  width: 45px;
  padding: 5px 5px 0;
}

/* =Billboard Items
---------------------------------------------------------------------
*/

.billboard {
  width: 100%;
  background-color: #f1f2f2;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  flex-basis: 50%;
  padding: 10px;
  flex: 1;
}

.billboard .tile {
  flex: 1;
  flex-basis: calc(50% - 20px);
  display: inline-block;
  max-width: 50%;
  margin: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.billboard .tile:before {
  content: "";
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 80%;
  /* opacity: 1; */
  position: absolute;
  /* top: 100%; */
  top: 20%;
  left: 0;
  z-index: 2;
  -webkit-transition: height 0.3s ease-in-out, top 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, top 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.billboard img {
  display: block;
  max-width: 100%;
}

.billboard .tile-details {
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.billboard h3,
.billboard p {
  display: block;
  /* opacity: 1; */
  position: relative;
  /* top: 100px; */
  margin-bottom: 0;
  -webkit-transition: top 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
  transition: top 0.3s 0s ease-in-out, opacity 0.3s 0s ease-in-out;
}

.billboard h3 {
  padding-bottom: 0.5em;
}

/* .billboard .tile:focus:before, .billboard .tile:focus h3, .billboard .tile:focus p,
.billboard .tile:hover:before, .billboard .tile:hover h3, .billboard .tile:hover p {
    opacity: 1;
} */
.billboard .tile:focus:before,
.billboard .tile:hover:before {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 1) 100%);
  height: 100%;
  top: 0;
  /* top: 20%; */
}

/* .billboard .tile:focus h3, .billboard .tile:focus p,
.billboard .tile:hover h3, .billboard .tile:hover p {
    top: 0;
} */
.billboard .tile:focus h3,
.billboard .tile:hover h3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.billboard .tile:focus p,
.billboard .tile:hover p {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

/* =YouTube Playlist
---------------------------------------------------------------------
*/

.ytVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.ytVideo .ytVideoBig {
  width: 100%;
}

.ytThumb {
  cursor: pointer;
  padding: 20px;
  width: 180px;
}

.ytThumb:hover {
  background: #2c82c5;
}

.ytThumb:hover img {
  opacity: 50%;
}

.ytPlaylist {
  width: 100%;
}

.ytPlaylist ul {
  white-space: nowrap;
}

.ytPlaylist ul li {
  display: inline-block;
  white-space: initial;
  vertical-align: top;
}

.ytPlaylist ul li p {
  margin-bottom: 0;
}

.ytPlaylist img {
  width: 100%;
}

.ytSelected {
  background: rgba(255, 255, 255, 0.1);
}

.simplebar-scrollbar::before {
  background-color: #c7c8ca !important;
}

/* =Media Players
---------------------------------------------------------------------
*/

.audio-wrapper {
  border-top: 3px solid #fff;
  padding: 2.5em 0;
}

.listen-button {
  float: left;
  display: block;
  background-color: #c7c8ca;
  line-height: 34px;
  padding: 0 5px;
  text-align: center;
  width: 75px;
}

.listen-button a {
  text-transform: uppercase;
  font-weight: 600;
  color: #11121c;
}

.listen-button a:hover {
  color: #fff;
}

.video-icons a {
  display: inline-block;
  font-size: 0.8em;
  line-height: 0.8;
  width: 33.3333%;
}

.video-icons {
  flex-direction: row !important;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.social-div-spacing {
  height: 100%;
  width: 25%;
  display: inline-block;
}

.icon-download {
  width: 1.25em;
  height: 1.55em;
  margin-right: 5px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.jwplayer-wrapper {
  display: block;
  height: 34px;
  padding: 2px 0;
  overflow: hidden;
  background-color: #c7c8ca;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper img {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}

.video-wrapper img:hover {
  -webkit-filter: brightness(75%);
  -ms-filter: brightness(75%);
  filter: brightness(75%);
}

.video-play {
  height: 65px;
  width: 105px;
  left: 50%;
  top: 50%;
  margin-top: -33px;
  margin-left: -53px;
  position: absolute;
  background: url("/_img/crawler_play.png") no-repeat;
  cursor: pointer;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sermon-title {
  display: block;
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 0.5em;
}

.sermon-title-divider {
  display: none;
}

.video-details {
  float: left;
  width: 50%;
}

.video-details:before {
  content: "";
  float: left;
  margin-right: -0.5em;
}

/* .video-choice {
    text-align: center;
}

.video-choice img {
    height: 2em;
    vertical-align: top;
    margin-right: 0.5em;
}

.video-choice span {
    padding-top: 6px;
    display: inline-block;
    margin-right: 1em;
} */

/* =Parallax Sections
---------------------------------------------------------------------
*/

.parallax {
  position: relative;
  height: 36em;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
  text-align: center;
}

.video-bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  -ms-transition: 1s opacity;
  transition: 1s opacity;
}

.video-square {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

video::-webkit-media-controls {
  display: none !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hero {
  /* background-attachment: scroll !important; */
  height: 36em;
}

img.hero-logo {
  /* width: 12em;  /* 8em normally */
  /* margin-bottom: 250px; */
  max-width: 90%;
  height: auto;
  max-height: 350px;
  /* margin-bottom: 300px */
}

.bottom-bar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 0;
}

.bottom-bar ul {
  display: flex;
  justify-content: center;
}

.bottom-bar li {
  display: block;
  line-height: 40px;
  height: 40px;
}

.bottom-bar li a {
  color: #11121c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  display: block;
  padding: 0 10px;
}

.bottom-bar li a:hover {
  color: #2c82c5;
  background: #11121c;
}

.parallax-content {
  position: relative;
  color: white;
  padding: 40px 0;
}

.parallax-content p {
  line-height: 2em;
}

.parallax-content h5 {
  font-size: 2.4em;
}

.parallax-content .btn-sm {
  font-size: 1em;
}

.hero .btn-sm,
.parallax .btn-sm {
  margin-top: 20px;
}

body.first-steps .parallax-content p, body.primero-pasos .parallax-content p {
  display: none;
}
body.first-steps .parallax .section-content, 
body.primero-pasos .parallax .section-content {
  margin-top: 10rem;
}

.arrow-wrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrow-bounce {
  -webkit-animation: arrow-bounce 1s 3;
  -ms-animation: arrow-bounce 1s 3;
  animation: arrow-bounce 1s 3;
}

@keyframes arrow-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-bounce a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.arrow-bounce a:hover {
  color: #2c82c5;
}

.app-section img {
  height: 300px;
}

.app-badges img {
  height: 50px;
}

.app-section .col-2-3 {
  display: table;
  height: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.app-section-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.app-section h5 {
  font-size: 2.6em !important;
  padding-bottom: 20px;
  text-transform: none;
}

.app-icons a {
  display: inline-block;
  margin: 0 15px;
  font-size: 7px;
}

/* =Decision Popup
---------------------------------------------------------------------
*/

.decisionPopup {
  position: fixed;
  z-index: 999999999;
  bottom: 16px;
  right: 16px;
  font-size: 1.4em;
}

.decisionPopup a {
  position: relative;
  display: flex;
}

.decisionPopup .comment-button {
  padding: 16px;
  background-color: #11121c;
  border-radius: 50%;
}

.decisionList {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-color: #11121c;
  width: 56px;
  height: 56px;
  border-radius: 32px;
  /* border: 1px solid #11121c; */
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: border-radius 0.25s ease-out, height 0.25s ease-out,
    width 0.25s ease-out;
  -ms-transition: border-radius 0.25s ease-out, height 0.25s ease-out,
    width 0.25s ease-out;
  transition: border-radius 0.25s ease-out, height 0.25s ease-out,
    width 0.25s ease-out;
}

.decisionList span {
  display: block;
  line-height: 24px;
  padding: 16px;
  font-size: 1.1em;
  color: #fff;
  background-color: #11121c;
  /* background-color: #fff; */
  -webkit-transition: background 0.25s ease-out, color 0.25s ease-out;
  -ms-transition: background 0.25s ease-out, color 0.25s ease-out;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}

.decisionList ul {
  padding: 8px 16px;
}

.decisionList li a {
  padding: 12px 0;
  border-bottom: 1px solid #ffffff40;
  color: #fff;
}

.decisionList li:last-of-type a {
  border: 0px;
}

.decisionPopup:hover .decisionList {
  width: 188px;
}

.decisionList.open {
  border-radius: 8px 8px 32px 8px;
  height: 280px;
  width: 188px;
}

.decisionList.open span {
  color: #11121c;
  background-color: #fff;
}

.decisionPopup {
  -webkit-animation: bounce-in-top 1.1s 1s both;
  animation: bounce-in-top 1.1s 1s both;
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38%,
  72%,
  90%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* =Wallpapers
---------------------------------------------------------------------
*/

#wallpapers .grid .col-1-4 {
  border: 10px solid #f1f2f2;
}

#wallpapers {
  padding: 10px;
}

.wallpaper-error {
  text-align: center;
  padding: 50px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #11121c;
}

/* =Blogs
---------------------------------------------------------------------
*/

#verseblock {
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 500ms linear;
  -ms-transition: max-height 500ms linear;
  transition: max-height 500ms linear;
  overflow: hidden;
}

label.showtext {
  display: inline-block;
  border: 3px solid #2c82c5;
  border-radius: 0;
  background: none;
  font-size: 1.4em;
  font-weight: 700;
  color: #2c82c5;
  text-decoration: none;
  padding: 0.5rem;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out,
    border 0.5s ease-in-out;
}

label.showtext:hover,
label.showtext:focus {
  background: #2c82c5;
  color: #fff;
}

#showblock {
  display: none;
}

#showblock:checked+#verseblock {
  max-height: 5000px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer {
  color: #ffffff;
  background: #c7c8ca;
  text-transform: uppercase;
}

#footer a {
  color: #fff;
  font-weight: 700;
}

#footer a:hover {
  color: #2c82c5;
}

#footer h4 {
  padding-bottom: 20px;
}

#footer hr {
  display: none;
}

.footer-icons {
  display: flex;
  justify-content: space-evenly;
}

#footer-list {
  margin: 20px 0;
  font-size: 1.4em;
  line-height: 1.5;
}

#footer-subscribe {
  margin: 4em 0 2em;
}

#footer-subscribe input,
#footer-subscribe button {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  background: #fff;
  color: #c7c8ca;
  padding: 0.75em 0px;
  text-align: center;
  width: 85%;
  border: 0.3em solid #fff;
  display: inline-block;
  margin: 0.5em 0;
}

input::-webkit-input-placeholder {
  color: #c7c8ca;
  font-family: "futura-pt", sans-serif;
}

input::-moz-placeholder {
  color: #c7c8ca;
  font-family: "futura-pt", sans-serif;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* firefox 18- */

input:-moz-placeholder {
  color: #c7c8ca;
  font-family: "futura-pt", sans-serif;
}

/* firefox 19+ */

input:-ms-input-placeholder {
  color: #c7c8ca;
  font-family: "futura-pt", sans-serif;
}

/* ie */

#footer-subscribe button {
  color: #fff;
  background: #c7c8ca;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#footer-subscribe button:hover {
  color: #c7c8ca;
  background: #fff;
}

#heymarket-widget input::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.social-icons {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons a {
  padding: 10px;
}

.social-icons p {
  padding: 10px 0;
  margin: 0;
  color: #2c82c5;
}

.sidebar-button-wrap {
  margin-bottom: 2rem;
}

p.social-share-text {
  margin: 0;
  color: #2c82c5;
}

img.career-perk-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

p.career-perk-text {
  line-height: normal;
  font-weight: bold;
}

.careers-our-culture p strong {
  color: #fff;
  font-weight: bold;
}

.careers-our-culture p.culture-whitebg {
  color: #11121c;
  margin: 1em auto;
  line-height: 1.5;
}

.careers-our-culture p.culture-whitebg:last-of-type {
  margin-bottom: 0;
}

.careers-our-culture p.culture-whitebg span {
  background: #fff;
  padding: 0.25em;
}

.careers-section-wrap .parallax {
  min-height: 600px;
  overflow: hidden;
}

.careers-section-wrap .parallax-content {
  padding: 80px;
}

.career-icon-row {
  margin-bottom: 40px;
}

h3.article-how-do-i-follow-jesus-heading {
  font-weight: normal;
}

h3.article-how-do-i-follow-jesus-heading:first-letter {
  color: #2c82c5;
}

.index .parallax.hero.vertical-parent {
  overflow: hidden;
}

.index .parallax.hero.vertical-parent.has-overlay,
.parallax.vertical-parent.has-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.index .video-bg {
  position: absolute;
  width: 100%;
  margin: auto;
  height: 100%;
  right: -100%;
  bottom: -100%;
  z-index: -100;
  top: -100%;
  left: -100%;
  object-fit: cover;
  min-height: auto;
  min-width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

a.btn-md.btn-living-free {
  font-size: 0.75em;
  display: inline-block;
  /* margin: .25rem; */
  max-width: 187px;
}

.living-free #articles h5 {
  margin-top: 1rem;
}

.living-free #articles h5:first-child {
  margin-top: 0;
}

.lf-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.lf-flex-wrap>div {
  margin-right: 0.5rem;
  min-width: 187px;
}

.lf-flex-wrap>div>h5 {
  text-align: center;
}

textarea.web-blog-answer {
  width: 100%;
  height: 100px;
  margin-bottom: 1rem;
  display: block;
}

.stages .btn-md {
  font-size: 1.4em;
  color: #fff;
  background-color: #11121c;
  border: 3px solid #fff;
}

.stages .btn-md:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.remix-rally-no-matter-what .parallax.vertical-parent.has-video {
  overflow: hidden;
}

.remix-rally-no-matter-what .btn-lg,
.remix-rally-no-matter-what .btn-sm {
  background: url("../_img/remix-rally-button.png") 0 0 no-repeat;
  border: none;
  background-size: contain;
  width: 200px;
  height: 100px;
  line-height: 55px;
  letter-spacing: normal;
  font-size: 16px;
}

body.remix-rally-no-matter-what {
  font-family: "anonpro_bold";
  text-transform: uppercase;
}

body.remix-rally-no-matter-what h2,
body.remix-rally-no-matter-what strong {
  font-family: "retro_vibesregular";
  text-transform: uppercase;
  color: #000;
}

body.remix-rally-no-matter-what .has-video h2 {
  color: #fff;
}

.remix-rally-no-matter-what .btn-lg:hover,
.remix-rally-no-matter-what .btn-sm:hover {
  background: url("../_img/remix-rally-button.png") 0 0 no-repeat !important;
  background-size: contain !important;
  color: #000;
}

.remix-rally-list {
  font-size: 1.6em;
  line-height: 2em;
  list-style-type: none;
  list-style-position: inside;
  text-align: center;
  display: inline-block;
  margin-bottom: 2em;
  color: #000;
  text-transform: uppercase;
}

.remix-rally-no-matter-what #header+div.spacer+.parallax p,
.remix-rally-no-matter-what #header+div.spacer+.parallax .btn-sm {
  color: #000 !important;
}

.xcamp-world-tour .parallax.vertical-parent.has-overlay {
  height: 100%;
  overflow: hidden;
}

.xcamp-white-btn {
  color: #fff !important;
  border-color: #fff !important;
}

.xcamp-white-btn:hover {
  background: white !important;
  color: #000 !important;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.careers-section-wrap .video-bg {
  top: 75%;
}

/* override */

.text-black {
  color: #000;
}

/* rally 2023 */
.light-buttons .btn-md {
  background-color: #fecb65;
  color: #000;
}

.light-buttons .btn-md:hover {
  background-color: #2c82c5;
  color: #FFF;
}

#marriage-relationship-date-night-ideas h1 {
  color:#4d4d4e;
}

#marriage-relationship-date-night-ideas #journal h2 {
  display: none;
}

body.openhouse .btn-md {
  padding: 0.5rem;
  width: auto;
  min-width: 45%;
  display: inline-block;
  margin:0.5rem;
}

@media only screen and (max-width: 380px) {
  body.openhouse .btn-md {
    min-width: 46%;
    width:-webkit-fill-available;
  }
}

@media only screen and (max-width: 550px) {
  nav#nav-main {
    height: 100dvh;
    height: -webkit-fill-available;
    overflow: auto;
  }
  nav#nav-main .nav-wrapper {
    height: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
  }

  #lang-es-entry {
    width:5.5rem !important;
  }
}

.no-scroll {
  overflow: hidden;
}

#lang-es-entry {

  width: 8.5rem;

}

#lang-es-entry a {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 2rem;
}

/* variant image styles in section-content */
.section-content .images-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.section-content .images-row > div {
  margin:0 5px;
}
.section-content .images-row > div img {
  max-width: 100%;
}


@media only screen and (max-width: 800px){
  .section-content .images-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
