@import url("/css/fck_editorarea.css");

/* GENERAL */

form {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  overflow: hidden;
}

.wf-loading form {
  visibility: hidden;
  opacity: 0;
}

.wf-active form,
.wf-inactive form {
  visibility: visible;
  opacity: 1;
}

.media-wrapper {
  position: relative;
}

.media-wrapper.sb9 {
  padding-bottom: 56.25%;
}

.media-wrapper.square {
  padding-bottom: 100%;
}

.media {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.media > div {
  height: 100%;
}

.valign-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}

.valign-wrapper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  width: 100%;
}

.leftright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.onlyprint {
  display: none;
}

.scroll-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 98;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #29547e;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}

.scrolled .scroll-to-top {
  opacity: 0.9;
  visibility: visible;
  pointer-events: all;
}

.scroll-to-top:hover {
  opacity: 1;
}

.middot-divider {
  padding-left: 0.45em;
  padding-right: 0.45em;
}

.middot-divider::after {
  content: "\b7";
}

.hide {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

/* HEADER */

header[role="banner"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
}

header[role="banner"] .logo {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: url(/images/heritagelogo.svg) center no-repeat;
  background-size: contain;
  width: 250px;
  height: 59px;
}

/*Nav*/

header[role="banner"] nav {
  position: absolute;
  right: 5%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  top: 50%;
}

header[role="banner"] nav > ul {
  text-align: center;
  margin: 0;
  list-style: none;
}

header[role="banner"] nav > ul > li {
  position: relative;
  display: inline-block;
  margin: 0;
}

header[role="banner"] nav > ul > li > a {
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 25px;
  letter-spacing: 0.89px;
}

header[role="banner"] .dropdown {
  position: absolute;
  z-index: 2;
  left: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

header[role="banner"] li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

header[role="banner"] .dropdown ul {
  position: relative;
  left: 0;
  margin: 0;
  list-style: none;
  pointer-events: all;
  background: #fff;
  white-space: nowrap;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 0 5px 0 rgba(29, 27, 38, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 0;
}

header[role="banner"] .dropdown .triangle {
  width: auto;
  height: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(29, 27, 38, 0.3);
  z-index: 9;
}

header[role="banner"] .dropdown .triangle:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  left: 24px;
  top: 10px;
  border-radius: 10px 2px;
  box-shadow: 0 0 5px 0 rgba(29, 27, 38, 0.3);
}

header[role="banner"] .dropdown ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

header[role="banner"] li:hover .dropdown ul {
  -webkit-transform: translateY(0px) scale(1) rotateY(0);
  -moz-transform: translateY(0px) scale(1) rotateY(0);
  transform: translateY(0px) scale(1) rotateY(0);
}

header[role="banner"] .dropdown li {
  padding: 6px 0;
  text-align: left;
}

header[role="banner"] .dropdown li:hover {
  opacity: 1;
  color: #29547e;
}

header[role="banner"] nav .dropdown a {
  color: #29547e;
  opacity: 1;
  padding: 10px 30px;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

header[role="banner"] .nav-back {
  display: none;
}

.nav-contact-options {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  height: 75px;
}

/* RESPONSIVE NAV */

@media screen and (max-width: 1250px) {
  header[role="banner"] nav > ul > li > a {
    font-size: 0.8125rem;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1150px) {
  header[role="banner"] nav {
    padding: 0 6px;
  }
}
@media screen and (max-width: 1099px) {
  .nav-contact-options {
    right: 50px;
  }
  header[role="banner"] .dropdown .triangle {
    display: none;
  }
  header[role="banner"] .menu-trigger {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    width: 46px;
    height: 50px;
    margin-top: -15px;
  }
  header[role="banner"] .menu-trigger::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 15px;
    height: 5px;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 0;
  }
  header[role="banner"] .menu-trigger::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 31px;
    height: 3px;
    background: #fff;
  }
  header[role="banner"] nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    background: rgba(18, 50, 82, 0.75);
    padding: 64px 0;
    overflow: scroll;
    pointer-events: none;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  header[role="banner"] nav::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  header[role="banner"] nav ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    background: #fff;
    padding: 20px 50px;
    margin: 0 15px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  header[role="banner"] .dropdown .community-container {
    display: inline-block;
  }
  header[role="banner"] nav > ul {
    margin-bottom: -40px;
  }
  header[role="banner"] nav > ul::before {
    content: "+";
    font-size: 32px;
    color: #29547e;
    position: absolute;
    left: 50%;
    top: -60px;
    width: 42px;
    height: 42px;
    line-height: 45px;
    text-indent: 1px;
    text-align: center;
    margin-left: -21px;
    pointer-events: none;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: rotate(-145deg);
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    transform: rotate(-145deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #9ca8b6;
  }
  header[role="banner"] nav > ul > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header[role="banner"] nav > ul > li > a {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    padding: 14px 10px;
    color: #29547e !important;
  }
  header[role="banner"] nav > ul > li {
    display: block;
  }
  .menu-active header[role="banner"] nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-overflow-scrolling: touch;
    z-index: 501;
  }
  .menu-active header[role="banner"] nav > ul {
    margin-bottom: 0;
  }
  .menu-active header[role="banner"] nav > ul::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-active header[role="banner"] nav.nav-active {
    left: -240px;
  }
  .menu-active header[role="banner"] nav.nav-active > ul {
    background: rgba(0, 116, 129, 0);
  }
  .menu-active header[role="banner"] nav.nav-active > ul > li > a {
    opacity: 0;
    visibility: hidden;
  }
  .nav-trigger {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
  }
  .nav-active .nav-trigger {
    pointer-events: none;
  }
  header[role="banner"] nav.nav-active > ul::before {
    opacity: 0;
    visibility: hidden;
  }
  header[role="banner"] .dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0 !important;
    visibility: hidden !important;
    font-size: 0;
    margin: 0;
    font-size: 0;
    pointer-events: none;
    -webkit-transform: translateX(120px) !important;
    -moz-transform: translateX(120px) !important;
    transform: translateX(120px) !important;
    -webkit-transition: 400ms !important;
    -moz-transition: 400ms !important;
    transition: 400ms !important;
  }
  header[role="banner"] .dropdown.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
  header[role="banner"] .dropdown::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header[role="banner"] .dropdown ul {
    left: auto;
    white-space: normal;
    margin: 0 15px;
    -webkit-transform: translateY(0px) scale(1) rotateY(0);
    -moz-transform: translateY(0px) scale(1) rotateY(0);
    transform: translateY(0px) scale(1) rotateY(0);
  }
  header[role="banner"] .dropdown ul::before {
    display: none;
  }
  header[role="banner"] .dropdown li {
    padding: 0;
  }
  header[role="banner"] .dropdown a {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    padding: 12px 10px;
  }
  header[role="banner"] nav .dropdown .nav-back a {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-right: 30px;
  }
  header[role="banner"] nav .dropdown li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header[role="banner"] .nav-back {
    display: block;
  }
  header[role="banner"] li .dropdown li.label {
    display: block;
    margin: 0;
    padding: 5px;
    color: #123252;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  header[role="banner"] li .dropdown li:not(.label) {
    display: block;
    margin: 0;
    opacity: 0.85;
    -webkit-transition: 120ms;
    -moz-transition: 120ms;
    transition: 120ms;
  }
  header[role="banner"] .community-dropdown {
    left: 0 !important;
    padding-top: 40px;
  }
  header[role="banner"] nav .community-container ul.community,
  header[role="banner"] nav .community-container ul.centers {
    display: block !important;
    box-shadow: none !important;
  }
}
@media screen and (max-width: 767px) {
  .nav-contact-options .sitebutton-outline-smaller {
    display: none;
  }
}

header[role="banner"] .details-container {
  right: 0;
  top: -45px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header[role="banner"] .details-container {
    display: none;
  }
}

header[role="banner"] .details-container ul {
  margin: 0;
}

header[role="banner"] .details-container li {
  list-style: none;
  padding-bottom: 10px;
}

header[role="banner"] .details-container > ul > li > a {
  /* background: #29547e; */
  background: #61aecc;
  color: white;
  padding: 45px 30px 5px;
  border-radius: 100px;
  display: block;
}

header[role="banner"] .details-container .dropdown {
  left: auto;
  right: 3px;
  top: 75px;
  padding: 40px;
  white-space: nowrap;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  background: white;
  border-radius: 16px;
  pointer-events: visible;
  position: absolute;
}

header[role="banner"] .details-container:hover .dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
  bottom: unset;
}

header[role="banner"] .details-container .action a:not(.button) {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
  margin: 0 20px;
  padding: 0;
}

header[role="banner"] .details-container .dropdown a {
  display: inline-block;
}

@media screen and (max-width: 1099px) {
  header[role="banner"] .details-container .dropdown {
    transform: none !important;
  }
}

/* HERO */

.section.hero-home {
  position: relative;
  height: calc(50vh);
  min-height: 500px;
  background: #29547e;
  z-index: 0;
}

@media screen and (min-width: 600px) {
  .section.hero-home {
    min-height: 600px;
  }
}

.home-hero__copy {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

@media (min-width: 600px) {
  .home-hero__copy {
    font-size: 26px;
    line-height: 28px;
  }
}

.section.hero-interior {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding-top: 100px;
  background: #29547e;
  z-index: 1;
}

@media screen and (min-width: 560px) {
  .section.hero-interior {
    min-height: 250px;
  }
}

.section.hero-interior .media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /* background: linear-gradient(180deg, rgba(97, 174, 204, 0) 0%, #61aecc 100%); */
  /* transform: rotate(180deg); */
  background: linear-gradient(to bottom, #29547ecc 0%, #29547e80 100%);
}

.section.hero-interior .valign-wrapper {
  /* z-index: 2; */
}

.section.hero-interior .valign {
  /* padding-bottom: 50px;
  vertical-align: bottom; */
}

.section.hero-interior h1 {
  letter-spacing: -0.35px;
  text-wrap: balance;
  line-height: 1.15;
}

.section.hero-interior .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .section.hero-interior {
    /* height: calc(20vh);
    min-height: 250px; */
  }
}

.section.hero-home .caption .normalplus {
  margin-bottom: 10px;
}

.section.hero-home .media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /* background: linear-gradient(180deg, rgba(97, 174, 204, 0) 0%, #61aecc 100%); */
  /* transform: rotate(180deg); */
  background: linear-gradient(to bottom, #29547ecc 0%, #29547e80 100%);
}

.yar-slide .caption h1 {
  line-height: 3.5rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 560px) {
  .yar-slide .caption h1 {
    line-height: 2.5rem;
  }
}

.section.hero-home .slideshow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29547e;
}

.section.hero-home .slideshow .caption {
  position: absolute;
  display: block;
  left: 10%;
  right: 20%;
  top: 50%;
  margin-top: -115px;
  color: white;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .section.hero-home .slideshow .caption {
    left: 5%;
    right: 5%;
  }
  .section .column8 {
    width: 100%;
  }
  .section .column4 {
    width: 100%;
  }
}

.section.hero-home .slideshow .caption a {
  pointer-events: visiblefill;
}

.message-center__wrapper {
  position: relative;
  margin-inline: auto;
}

.message-center {
  background-color: #ab9371;
}

@media screen and (min-width: 600px) {
  .message-center__wrapper {
    max-width: 1440px;
    padding: 0 5%;
    margin-top: -38px;
  }

  .message-center {
    border-radius: 10px;
  }
}

.message-center .text {
  color: white;
  padding: 10px 40px;
  text-align: center;
}

.message-center .text a {
  top: -2px;
  color: white;
  margin: 0 10px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  display: inline-block;
  position: relative;
}

.message-center .text > div {
  display: inline-block;
  margin: 0 20px;
}

/* SECTION */

.section {
  position: relative;
}

.section .bounds > .padding-less {
  padding: 3% 0;
}

.section .bounds > .padding {
  padding: 5% 0;
}

.section .bounds > .padding-more {
  padding: 8% 0;
}

.bg-tan {
  background: #f7f8f9;
}

.section.welcome {
  z-index: 2;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .section.welcome .flex {
    flex-direction: column;
  }
  .section.welcome .column7,
  .section.welcome .column5 {
    width: 100%;
    margin: 10px 0;
  }
}

.section.welcome .media-wrapper {
  position: absolute;
  width: 80%;
  padding-bottom: 80%;
  top: 0;
  max-height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section.welcome .media-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    top: auto;
    max-height: unset;
    overflow: hidden;
  }
}

.most-recent-sermon {
  margin: 48px 0 0;
}

@media screen and (min-width: 768px) {
  .sermon-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sermon-title a.icon-music {
  margin-bottom: 12px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .sermon-title a.icon-music {
    margin-bottom: 12px;
    margin-top: 0;
  }
}

.sermon-title a.icon-music:before {
  content: "";
  background-image: url("../images/podcast.svg");
  background-position: 50% 50%;
  background-size: 16px;
  width: 16px;
  height: 28px;
  margin-right: 0.35em;
  display: block;
  float: left;
  background-repeat: no-repeat;
}

.serm-header a.icon-music:before {
  content: "";
  background-image: url("../images/podcast.svg");
  background-position: 50% 50%;
  background-size: 16px;
  width: 16px;
  height: 28px;
  margin-right: 0.35em;
  display: block;
  float: left;
  background-repeat: no-repeat;
}

.sermon-title a.icon-music:hover:before,
.serm-header a.icon-music:hover:before {
  background-image: url("../images/podcast-hover.svg");
}

.serm-header a {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .section.recent-sermons .column7,
  .section.recent-sermons .column5 {
    width: 100%;
    margin: 10px 0;
  }
  .section.recent-sermons .column5 .text-right {
    text-align: left;
  }
}

.most-recent-sermon .text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}

.most-recent-sermon .text {
  max-width: 60%;
}

.most-recent-sermon .action {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .most-recent-sermon .text-wrapper {
    flex-direction: column;
    padding: 0;
  }
  .most-recent-sermon .text {
    width: 100%;
    max-width: 100%;
  }
  .most-recent-sermon .action {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }
}

.other-recent-sermons {
  margin: 48px 0 0;
  position: relative;
}

.other-recent-sermons .recent-sermon {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3.9%;
}

.other-recent-sermons .recent-sermon .media-wrapper {
  width: 45%;
  padding-bottom: 24.5%;
}

.other-recent-sermons .recent-sermon .text {
  padding-left: 20px;
  width: 51%;
}

.other-recent-sermons .recent-sermon .action a {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
}

.upcoming-events-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 48px;
}

.upcoming-events-wrapper .upcoming-event {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 33.3333%;
}

.upcoming-event .date-wrapper {
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #29547e;
  padding: 20px 10px 10px;
  min-width: 115px;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
}

.date-wrapper .month {
  font-size: 18px;
  line-height: 29px;
}

.date-wrapper .day {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.25px;
  line-height: 40px;
}

.upcoming-event .action {
  position: absolute;
  bottom: 0;
}

.upcoming-event .action a {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
}

.upcoming-event .text {
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .upcoming-events-wrapper {
    flex-direction: column;
  }
  .upcoming-event {
    margin-bottom: 20px;
  }
  .upcoming-event .date-wrapper {
    width: 33.333%;
    min-width: unset;
    min-height: unset;
    height: 120px;
  }
  .upcoming-event .text {
    width: 66.666%;
    min-width: unset;
  }
  .upcoming-event .action {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .section.upcoming-events .column7,
  .section.upcoming-events .column5 {
    width: 100%;
    margin: 10px 0;
  }
  .section.upcoming-events .column5 .text-right {
    text-align: left;
  }
}

.section.cta .padding-more {
  padding: 12% 0;
}

/* .section.cta .media::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #29547ecc 0%, #29547e80 100%);
} */

.section.cta .text {
  margin: 30px 0;
}

.section.cta .mark {
  background-image: url(/images/Heritage-Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 619px;
  height: 652px;
  position: absolute;
  right: 5%;
  opacity: 0.52;
}

@media screen and (max-width: 980px) {
  .section.cta .media {
    opacity: 0.5;
  }
  .section.cta .column8 {
    width: 100%;
    text-align: center;
  }
}

.sermon-icon::before {
  content: "";
  background-image: url(/images/sermon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 12px;
  display: inline-block;
  position: relative;
  margin-right: 0.55em;
}

.calendar-icon::before {
  content: "";
  background-image: url(/images/calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 46px;
  height: 34px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 4px;
  display: inline-block;
  position: relative;
  margin-right: 0.55em;
}

.section.cta .action a:not(.button-fill) {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
  margin: 0 20px;
}

.section .side-nav {
  padding: 40px 30px 40px 60px;
  background-color: #f7f8f9;
  border-radius: 10px;
}

.section .side-nav ul {
  margin: 15px 0 0;
}

.section .side-nav li {
  list-style: none;
  margin: 10px 0 0;
}

.section .side-nav li a {
  color: #4b4d54;
  font-size: 24px;
  position: relative;
  line-height: 35px;
}

.section .side-nav .selectedtrue::before {
  content: "";
  background-color: #29547e;
  width: 3px;
  height: 18px;
  position: absolute;
  left: -15px;
  top: 5px;
}

.section.get-involved .bounds {
  border-top: 2px solid #f7f8f9;
}

.section.get-involved .get-involved-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.get-involved-wrapper .ministry {
  border-radius: 10px;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  margin: 3% 1.5%;
  box-sizing: border-box;
  position: relative;
  width: 22%;
  background: white;
}

.get-involved-wrapper .ministry .media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.get-involved-wrapper .ministry .text {
  padding: 30px 20px;
  position: relative;
  background: white;
  border-radius: 0 0 10px 10px;
}

.section.section.get-involved .underlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-color: #f7f8f9;
  transform: scaleY(-1);
}

.get-involved-wrapper .action a {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
}
@media screen and (max-width: 900px) {
  .get-involved-wrapper .ministry {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .section.get-involved .get-involved-wrapper {
    flex-direction: column;
  }
  .get-involved-wrapper .ministry {
    width: 97%;
  }

  .section.content .column3,
  .section.content .column9 {
    width: 100%;
  }
  .section.content .column9 {
    margin-top: 40px;
  }
}

/* FOOTER */

footer.site-footer {
  position: relative;
  padding: 2.5% 0;
  background: #29547e;
  color: #ffffff;
  border-bottom: 8px solid #61aecc;
}

footer.site-footer a {
  color: white;
}

footer.site-footer .address,
footer.site-footer .phone {
  margin: 0 20px 0 0;
  display: inline;
}
footer.site-footer .phone a {
  white-space: nowrap;
}
footer.site-footer ul {
  margin: 0;
  list-style: none;
}

footer.site-footer ul li {
  display: inline-block;
}

footer.site-footer ul a {
  display: block;
  opacity: 0.8;
  border-radius: 100%;
  background: white;
  line-height: 20px;
  padding: 5px 7px;
  color: #29547e;
}

footer.site-footer ul a:hover {
  opacity: 1;
}

footer.site-footer nav {
  margin-bottom: 10px;
}

footer.site-footer .copyright {
  opacity: 0.5;
  font-size: 12px;
  display: inline;
}

footer.site-footer ul.social {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  footer.site-footer ul.social {
    float: right;
  }

  footer.site-footer ul.social li {
    float: left;
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer ul.social {
    float: left;
  }

  footer.site-footer ul.social li {
    float: left;
    margin-left: 9px;
  }
}

footer.site-footer ul.social li:first-child {
  margin-left: 0;
}

footer.site-footer ul a.icon-music {
  width: 34px;
  height: 33px;
  padding: 0;
}

footer.site-footer ul a.icon-music:before {
  content: "";
  background-image: url("../images/podcast.svg");
  background-position: 50% 9px;
  background-size: 18px;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: initial;
  background-repeat: no-repeat;
}

.signature {
  color: #dbdbdb;
}

.signature a {
  color: #dbdbdb;
}

.signature a:hover {
  color: #eeeeee;
}

.signature a:after {
  font-size: 24px;
  vertical-align: -5px;
  margin-left: 4px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .site-footer .column8,
  .site-footer .column4 {
    width: 100%;
  }
  .site-footer .column4 .text-right {
    text-align: center;
    margin: 20px 0;
  }
}

/* POPUP */

html.popup-active {
  overflow: hidden;
}

.site {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin: 0 auto;
  max-width: 1920px;
  background: #fff;
}

html.popup-active .site {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.popup-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.94);
  color: #ffffff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper .popup-content {
  padding: 25px;
}

.popup-wrapper.popup-page .popup-content {
  padding: 40px;
  background: #ffffff;
  color: #333333;
}

.popup-wrapper .popup-x {
  cursor: pointer;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-transform: rotate(-90deg) scale(0.75);
  -moz-transform: rotate(-90deg) scale(0.75);
  -o-transform: rotate(-90deg) scale(0.75);
  transform: rotate(-90deg) scale(0.75);
}

.popup-wrapper.popup-page .popup-x {
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
}

.popup-wrapper.popup-active .popup-x {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.popup-wrapper .popup-x::before,
.popup-wrapper .popup-x::after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}

.popup-wrapper.popup-page .popup-x::before,
.popup-wrapper.popup-page .popup-x::after {
  background: #333333;
}

.popup-wrapper .popup-x::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-wrapper .popup-x::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-wrapper .popup-x:hover {
  opacity: 1;
}

.popup-wrapper.popup-active {
  visibility: visible;
  opacity: 1;
}

.popup-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px 0;
  overflow-y: scroll;
  font-size: 0;
}

.popup-wrapper.popup-active .popup-scroller {
  -webkit-overflow-scrolling: touch;
}

.popup-scroller::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-wrapper .popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper.popup-active .popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup-wrapper .input-wrapper {
  background: #ffffff;
  color: #333333;
}

.popup-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}

.popup-wrapper .input-wrapper input {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.popup-prev,
.popup-next {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -18px;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-prev:hover,
.popup-next:hover {
  opacity: 1;
}

.popup-prev::before,
.popup-next::before {
  font-family: "ycpicons";
  font-size: 36px;
  line-height: 1;
  display: block;
}

.popup-prev {
  left: 0;
}

.popup-prev::before {
  content: "\e000";
}

.popup-next {
  right: 0;
}

.popup-next::before {
  content: "\e001";
}

@media screen and (max-width: 560px) {
  .popup-wrapper .popup-scroller {
    padding: 10px 10px 0;
  }
  .popup-wrapper:not(.popup-page) .popup-x {
    width: 30px;
    height: 30px;
  }
  .popup-wrapper:not(.popup-page) .popup-x::before,
  .popup-wrapper:not(.popup-page) .popup-x::after {
    left: 4px;
    right: 4px;
  }
  .popup-wrapper .popup {
    margin-bottom: 10px;
  }
  .popup-wrapper.popup-page .popup-content {
    padding: 20px;
  }
  .popup-wrapper.popup-page .popup-x {
    right: -4px;
    top: -4px;
  }
}

/* BUTTONS */

.btns {
  margin: 32px -6px;
}

.btns:last-child {
  margin-bottom: 0;
}

.btns [class*="button"] {
  margin: 5px 6px;
}

div + [class*="button"] {
  margin-top: 30px;
}

[class*="button"] {
  position: relative;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  background: #fff;
  color: #29547e;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="button"][class*="fill"] {
  position: relative;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  background: #29547e;
  color: #fff;
  border: 3px solid #29547e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="button"]:hover {
  background-color: #29547e;
  color: #ffffff;
}

[class*="button"][class*="full"] {
  text-align: center;
}

[class*="button"][class*="smaller"] {
  padding: 0.35em 1em;
}

[class*="button"][class*="smallest"] {
  padding: 0.2em 0.6em;
}

/* FORM ELEMENTS */

.input-wrapper,
.ss-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.input-wrapper label {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #333333;
  border: 1px solid transparent;
  opacity: 0.6;
}

.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-wrapper label,
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
  display: block;
  font-size: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.input-wrapper.dollars:before {
  content: "$";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 46px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #cacaca;
  color: #757575;
}

.input-wrapper.dollars:after {
  content: ".00";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 46px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #cacaca;
  color: #757575;
}

.input-wrapper.dollars input {
  padding-left: 60px;
  padding-right: 60px;
}

.input-wrapper[class*="icon-ycpbefore"]:before,
.input-wrapper[class*="icon-ycpafter"]:after {
  position: absolute;
  top: 10px;
  pointer-events: none;
}

.input-wrapper[class*="icon-ycpbefore"] input,
.input-wrapper[class*="icon-ycpbefore"] label {
  padding-left: 32px !important;
}

.input-wrapper[class*="icon-ycpbefore"]:before {
  left: 10px;
}

.input-wrapper[class*="icon-ycpafter"]:after {
  right: 10px;
}

.input-wrapper a {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.input-wrapper a ~ input,
.input-wrapper a ~ label,
.input-wrapper[class*="icon-ycpafter"] input,
.input-wrapper[class*="icon-ycpafter"] label {
  padding-right: 32px !important;
}

.input-wrapper textarea {
  display: block;
  height: 150px;
  resize: none;
}

.ss-wrapper {
  padding: 5px 28px 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ss-wrapper select {
  z-index: 1;
}

.ss-wrapper.initial {
  color: #858585;
}

.ss-wrapper.focus,
.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="number"]:focus,
.input-wrapper textarea:focus {
  -webkit-box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
  box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
}

.ss-wrapper::after {
  font-family: "ycpicons";
  content: "\e00c";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -14px;
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkbox-group ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 28px;
  margin: 3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-group ul li input + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #758283;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.checkbox-group ul li input[type="radio"] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.checkbox-group ul li label {
  display: inline-block;
  white-space: normal;
}

.checkbox-group ul li input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2px;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  opacity: 0;
}

.checkbox-group ul li input + label::after {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -webkit-transition: 150ms;
  -moz-transform: scale(0.5);
  -moz-transition: 150ms;
  transform: scale(0.5);
  transition: 150ms;
}

.checkbox-group ul li input[type="checkbox"] + label::after {
  font-family: "ycpicons";
  content: "\e010";
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: block;
  color: #444444;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}

.checkbox-group ul li input[type="radio"] + label::after {
  content: "";
  left: 5px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #444444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.checkbox-group ul li input:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

select {
  font-size: 16px;
}

.validator {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #333333;
  color: #ffffff;
}

.validator::before {
  font-family: "ycpicons";
  content: "\e004";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  font-size: 18px;
  display: block;
  line-height: 1;
}

.error {
  display: block;
  border: 1px solid #93595c;
  background: #e7d3d4;
  color: #912028;
  padding: 6px 10px;
  margin-bottom: 20px;
}

/* LOADER */

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  font-size: 10px;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background: #999999;
  background: -moz-linear-gradient(
    left,
    #999999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #999999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #999999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    #999999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  -webkit-animation: load3 1s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.processing {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.processing .loader {
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.wf-loading body > .loader {
  visibility: visible;
  opacity: 1;
}

.wf-active body > .loader,
.wf-inactive body > .loader {
  visibility: hidden;
  opacity: 0;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #999999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* GRID FRAMEWORK */

.bounds {
  position: relative;
  max-width: 1440px;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.inner {
  position: relative;
  height: 100%;
}

.row {
  font-size: 0;
  margin-left: -2%;
  margin-right: -2%;
}

.row.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row.flex .flex-start {
  align-self: flex-start;
}

[class*="column"] {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  direction: ltr;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:not(.reverse) [class*="column"].extra-padding:first-child,
.row.reverse [class*="column"].extra-padding:last-child {
  padding-right: 6%;
}

.row:not(.reverse) [class*="column"].extra-padding:last-child,
.row.reverse [class*="column"].extra-padding:first-child {
  padding-left: 6%;
}

.row:not(.reverse) [class*="column"].more-extra-padding:first-child,
.row.reverse [class*="column"].more-extra-padding:last-child {
  padding-right: 10%;
}

.row:not(.reverse) [class*="column"].more-extra-padding:last-child,
.row.reverse [class*="column"].more-extra-padding:first-child {
  padding-left: 10%;
}

.row.align-bottom [class*="column"] {
  vertical-align: bottom;
}

.row.reverse {
  direction: rtl;
}

[class*="column"][class*="center"] {
  display: block;
  margin: 0 auto;
}

[class*="column1"] {
  width: 8.33333%;
}
[class*="column2"] {
  width: 16.66667%;
}
[class*="column3"] {
  width: 25%;
}
[class*="column4"] {
  width: 33.33333%;
}
[class*="column5"] {
  width: 41.66667%;
}
[class*="column6"],
[class*="half"] {
  width: 50%;
}
[class*="column7"] {
  width: 58.33333%;
}
[class*="column8"] {
  width: 66.66667%;
}
[class*="column9"] {
  width: 75%;
}
[class*="column10"] {
  width: 83.33333%;
}
[class*="column11"] {
  width: 91.66667%;
}
[class*="column12"] {
  width: 100%;
}

/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/* MEDIA QUERIES */
