body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #27306c;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 12px;
  float: left;
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  width: 90%;
  margin: 20px auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'PT Serif', serif;
  color: #27306c;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
  list-style-type: decimal;
}

a {
  color: #27306c;
  font-weight: 300;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

ul {
  display: block;
  width: 90%;
  margin: 0px auto 10px;
  padding-left: 40px;
}

li {
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 17px;
  line-height: 24px;
}

form {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 16px;
}

.button {
  display: inline-block;
  margin: 10px 10px 10px 60px;
  padding: 10px 20px;
  border: 2px solid #32599e;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'PT Serif', serif;
  color: #32599e;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(50, 89, 158, 0.8);
  color: #fff;
}

.button.watch-live {
  display: block;
  width: 150px;
  margin: 32px auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.button.alignright {
  float: right;
}

.button.center {
  display: block;
  width: 20%;
  max-width: 250px;
  margin: 20px auto;
}

.button.smallgive {
  margin-left: 10px;
  padding: 4px 10px;
  float: left;
  border-width: 0px;
  border-color: #d80a0a;
  border-radius: 0px;
  background-color: #d80a0a;
  color: #fbf8f0;
  font-size: 10px;
}

.button.smallgive:hover {
  border-width: 0px;
}

.button.white {
  margin-left: 20px;
  border-color: #fff;
  color: #fff;
}

.social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.social-btn.soundcloud {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.social-btn.watchtv {
  background-color: #002073;
}

.social-btn.facebook {
  display: inline-block;
}

.social-btn.youtube {
  display: inline-block;
}

.soundcloud {
  margin-bottom: -4px;
  color: #27306c;
}

.social-links {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 150px;
  margin-top: 20px;
}

.header-col-2 {
  position: relative;
}

.join-email {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-weight: 300;
}

.navbar {
  display: block;
  height: auto;
  background-color: #27306c;
}

.nav-link {
  width: 13%;
  float: none;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  font-weight: 300;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-menu {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #27306c;
  color: #fff;
  text-align: left;
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  padding: 20px;
  background-color: #517cbe;
}

.dropdown-link {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #fff;
  text-decoration: none;
}

.dropdown-link.contact-link:hover {
  color: #ecdeac;
}

.hero {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  color: #27306c;
}

.hero.vbs-bkg {
  background-color: hsla(0, 0%, 100%, 0.5);
  background-image: none;
}

.section {
  min-height: 800px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(236, 222, 172, 0.2)));
  background-image: linear-gradient(180deg, #fff, rgba(236, 222, 172, 0.2));
}

.section.whitebg {
  background-color: #fff;
  background-image: none;
}

.homebuttons {
  display: block;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32599e), to(#32599e));
  background-image: linear-gradient(180deg, #32599e, #32599e);
}

.homebuttons:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32599e), to(#32599e));
  background-image: linear-gradient(180deg, #32599e, #32599e);
}

.media-link {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'PT Serif', serif;
  color: #fbf8f0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.media-link:hover {
  color: #fbf8f0;
}

.ministry-link {
  height: 182px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/markus-spiske-104913.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/markus-spiske-104913.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide {
  background-color: #000;
  background-image: url('../images/GreyBox-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide.nightofpraise {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Night-of-Praise.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Night-of-Praise.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slide.breakfast {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/breakfast.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breakfast.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.smallgroup {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Small-Groups-Recognition.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Small-Groups-Recognition.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.anniversary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Church-Anniversary.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Church-Anniversary.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.superbowl {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Super-Bowl.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Super-Bowl.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.nye {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/NYE.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/NYE.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.faithincrease {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Faith-Increase.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Faith-Increase.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.heatprogram {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HEARTS-Program.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HEARTS-Program.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.fitness {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Fit-for-the-Kingdom.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Fit-for-the-Kingdom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.groundschool {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ground_school_banner_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ground_school_banner_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.corporatefastslider {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/vision.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/vision.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.bumphus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Pastor-Bumphus.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Pastor-Bumphus.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  height: 400px;
  background-color: #000;
}

.arrow-hotspot {
  width: 4%;
}

.arrow-hotspot:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-link.smallgroups {
  position: relative;
  height: 90%;
  margin-top: 15px;
  background-image: url('../images/Content.png');
  background-position: 50% 74%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-link.cmhoodie {
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cm_background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #32599e;
}

.footer-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 14px;
}

.footer-link {
  color: #fff;
  font-size: 14px;
}

.footer-link:hover {
  color: #ecdeac;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  text-decoration: none;
}

.list-entry {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px 25px;
  font-family: museo-sans, sans-serif;
  color: #27306c;
  font-size: 20px;
  line-height: 23px;
}

.link {
  color: #27306c;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.link.white-text:hover {
  color: #ecdeac;
}

.link.white-text.w--current:hover {
  color: #ecdeac;
}

.link.memberportal {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-weight: 300;
}

.list {
  display: block;
  width: 90%;
  margin: 32px auto;
}

.debit {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
}

.youtube {
  display: block;
  text-align: center;
}

.social-footer {
  display: block;
  width: 90%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown {
  margin-right: 1px;
  margin-left: 1px;
  padding-left: 18px;
  font-family: museo-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.dropdown:hover {
  color: gold;
  text-decoration: none;
}

.dropdown:focus {
  color: #00b7eb;
}

.dropdown.w--open:hover {
  color: gold;
}

.dropdown.ministriesdrop {
  width: 100%;
}

.google-plus {
  display: inline-block;
}

.facebook {
  display: inline-block;
}

.profile {
  width: 200px;
  margin-right: 20px;
  margin-left: 14px;
  padding: 10px;
  float: left;
}

.calendar {
  display: block;
  overflow: scroll;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
}

.paypal {
  display: block;
  width: 90%;
  margin: 15px auto;
}

.post-it {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  text-align: left;
}

.tab-link {
  width: 25%;
  margin: 0px;
  padding: 15px;
  background-color: transparent;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  background-color: #32599e;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.tab-link:focus {
  margin: 0px;
  background-color: #a58c08;
  color: #fff;
  font-size: 18px;
}

.tab-link.w--current {
  background-color: #32599e;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.tab-link.w--current:hover {
  color: #fff;
  font-size: 18px;
}

.tab-link.w--current:focus {
  color: #fff;
  font-size: 18px;
}

.disclaimer {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.disclaimer-text {
  color: gold;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}

.business-rows {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.slider-nav {
  padding-top: 26px;
  color: #333;
  font-size: 7px;
}

.tagline {
  font-family: 'Great Vibes', cursive;
  color: #27306c;
  font-size: 40px;
  text-align: center;
}

.sermon {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.page-not-found {
  margin-top: 53px;
  margin-bottom: 53px;
  font-family: museo-sans, sans-serif;
  color: red;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.donations {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
}

.arrow-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(234, 159, 51, 0);
}

.arrow-icon.right {
  background-image: url('../images/Right-Arrow.svg');
}

.arrow-icon.left {
  background-image: url('../images/Left-Arrow.svg');
}

.store-links {
  margin: 10px;
}

.author {
  padding-right: 28px;
}

.author-col-1 {
  text-align: left;
}

.author-col-2 {
  text-align: center;
}

.cd {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.order {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 23px;
}

.neon {
  font-size: 23px;
}

.vbs-link {
  color: #5dff38;
  font-weight: 700;
  text-decoration: none;
}

.vbs-link:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #fff;
}

.vbs-link.blue {
  color: #0078eb;
}

.vbs-link.purple {
  color: #ea30ff;
}

.vbs-logo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.webform {
  padding-top: 0px;
}

.button-text {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

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

.center-text.define {
  margin-bottom: 15px;
  padding-right: 75px;
  padding-left: 75px;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
}

.define {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.dropdown-toggle {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  color: #fff;
}

.white-text {
  color: #fff;
}

.white-text.classheader {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  text-align: right;
}

.white-text.footerheader {
  padding-left: 0px;
  text-decoration: none;
}

.book-link {
  display: block;
  padding: 10px 10px 0px 30px;
  float: none;
  text-align: center;
  text-decoration: none;
}

.dropshadow {
  float: left;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.2);
}

.footer-nav {
  margin-bottom: 25px;
}

.sitemap {
  padding-right: 20px;
  padding-left: 20px;
}

.google {
  display: inline-block;
}

.top-header {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.class-banner {
  position: relative;
  height: 430px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/CLASS---Projector.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.books {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-times {
  padding: 15px;
  background-color: #fff;
}

.flex-col {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.greysmoke {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.classcol {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.buttonfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fieldbutton {
  width: 150px;
  height: 150px;
  margin: 20px 0px;
  border-radius: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fieldbutton:hover {
  opacity: 0.8;
}

.fieldbutton.w--current {
  margin-right: 0px;
  margin-left: 0px;
}

.fieldbutton.groundschool {
  background-image: url('../images/GS-Instagram.jpg');
}

.fieldbutton.standoutyouth {
  background-image: url('../images/Stand-Out-Logo.png');
}

.fieldbutton.howtostudy {
  background-image: url('../images/IHW.jpg');
}

.fieldbutton.flightschool {
  background-image: url('../images/FS-instagram.jpg');
}

.fieldbutton.flightschool.w--current {
  background-image: url('../images/FS-instagram.jpg');
}

.fieldbutton.prayerclass {
  background-image: url('../images/PP---Instagram.jpg');
}

.fieldbutton.eaglesnest {
  background-image: url('../images/Eagles_Nest_Logo.png');
  background-position: 50% 50%;
}

.fieldbutton.eagleslanding {
  background-image: url('../images/Eagles_Landing_Logo.png');
  background-position: 50% 50%;
  background-size: contain;
}

.groundschooltext {
  width: 650px;
}

.classtabpane {
  padding: 20px;
}

.store {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

.flighttitle {
  margin-top: 20px;
  padding-bottom: 5px;
  float: none;
  border-bottom: 1px solid #ecdeac;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.lightrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 96.5%, 0.5);
}

.darkrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: rgba(236, 222, 172, 0.6);
}

.flightgroups {
  padding: 20px;
  background-color: #fff;
}

.flgroups {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.store {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 0px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
}

.wrapper.mediawrap {
  width: 100%;
  max-width: 100%;
}

.downloadsrow {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  margin-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.homevideo {
  height: 100%;
  background-color: #000;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.blackbg {
  width: 100%;
}

.smallgroupcol {
  width: 25%;
  min-height: 100px;
}

.flightleader {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.smallgroupprofile {
  width: 60%;
}

.smallgroupleader {
  margin-top: 5px;
  text-align: center;
}

.smallgroupparagraph {
  text-align: center;
}

.corporatefastbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  min-height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.4%, 0.68)), to(hsla(0, 0%, 89.4%, 0.68))), url('../images/vision.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0.68), hsla(0, 0%, 89.4%, 0.68)), url('../images/vision.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.corporatefastlogo {
  width: 60%;
  max-width: 500px;
}

.textstrip {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 70px;
  min-height: 25px;
  background-color: #2f58a0;
  background-image: url('../images/Text-strip.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.homerow {
  height: 500px;
}

.collinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 89.4%, 0.1);
  background-color: #32599e;
  text-decoration: none;
}

.collinks:hover {
  background-color: rgba(50, 89, 158, 0.8);
}

.dropdownicon {
  color: #fff;
}

.socialimage {
  max-height: 22px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column.footer {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.sliderimage {
  max-height: 90%;
}

.heading-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
}

.navigation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-text {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: red;
}

.coveryoutube {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: block;
  width: 100%;
  height: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.03);
}

.coveryoutube.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 15%;
}

.videotrainer {
  position: relative;
  width: 720px;
}

.ytvideo {
  position: relative;
  z-index: 1;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(50, 89, 158, 0.8);
  color: #fff;
}

.streamingvideo {
  width: 100%;
  height: 500px;
  min-height: 250px;
}

.giving {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading {
  margin-top: -30px;
  text-align: center;
}

.media-tabs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(51, 51, 51, 0.25);
}

.media-column {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.media-tabs-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.media-tab {
  width: 25%;
  border-right: 1px solid hsla(0, 0%, 72.2%, 0.89);
  border-left: 1px solid hsla(0, 0%, 72.2%, 0.89);
  background-color: #32599e;
  font-family: 'PT Serif', serif;
  color: #fbf8f0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.media-tab:hover {
  color: #fbf8f0;
}

.media-tab.w--current {
  background-color: #27306c;
}

.media-tab-pane {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 35px;
}

.media-tab-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 39px;
}

.bible {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: scroll;
  width: 100%;
  margin-top: -39px;
  color: #000;
}

.media-header-logo {
  width: 100px;
  margin: 15px;
}

.youtube-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-columns {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 800px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.church-item {
  margin-bottom: 10px;
  color: #27306c;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.church-link {
  font-weight: 700;
}

.thank-you-message {
  margin-bottom: 29px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: hsla(0, 0%, 39.6%, 0.23);
  box-shadow: 3px 3px 0 1px rgba(50, 89, 158, 0.8);
}

.smallgroupsyt {
  width: 100%;
  height: 100%;
}

.sgcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="sticky-nav"] {
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="slide-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="dor-trigger"] {
  display: block;
}

@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
  .button.center {
    width: 30%;
  }
  .social-btn {
    margin: 9px 6px;
  }
  .social-links {
    height: 100px;
    margin-top: 0px;
  }
  .join-email {
    width: 80%;
    margin-top: 10px;
  }
  .navbar {
    display: block;
    background-color: #32599e;
    text-align: left;
  }
  .nav-link {
    position: static;
    width: 100%;
    padding-left: 0px;
    float: left;
    clear: left;
    background-color: transparent;
    text-align: left;
  }
  .nav-link:hover {
    background-color: transparent;
  }
  .nav-menu {
    background-color: #32599e;
    text-align: left;
  }
  .dropdown-list.w--open {
    display: inline-block;
    padding-left: 20px;
  }
  .dropdown-link {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: left;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .dropdown-link.contact-link {
    position: static;
    width: 50%;
    padding-left: 0px;
    color: #27306c;
  }
  .dropdown-link.contact-link:hover {
    color: #32599e;
  }
  .homebuttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-link {
    height: 150px;
  }
  .ministry-link {
    height: 150px;
  }
  .slider {
    height: 300px;
  }
  .arrow-hotspot {
    width: 5%;
  }
  .logo {
    margin-top: 50px;
  }
  .nav-menu-button {
    float: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #517cbe;
    background-color: #27306c;
    color: #fff;
    text-align: right;
  }
  .nav-menu-button.w--open {
    float: none;
    background-color: #27306c;
    color: #fff;
    text-align: right;
  }
  .dropdown {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .calendar {
    width: 100%;
  }
  .tab-link {
    width: 25%;
  }
  .nav-menu-header {
    display: inline-block;
    margin-top: 5px;
    float: left;
    font-family: museo-sans, sans-serif;
    font-size: 20px;
    text-align: right;
  }
  .tagline {
    margin-top: 40px;
    font-size: 28px;
  }
  .donations {
    text-align: center;
  }
  .button-text {
    font-size: 15px;
  }
  .dropdown-toggle {
    padding-top: 5px;
    padding-left: 0px;
    color: #27306c;
  }
  .dropdown-toggle:hover {
    color: #32599e;
  }
  .class-banner {
    height: 270px;
  }
  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .groundschooltext {
    width: 500px;
  }
  .lightrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .darkrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blackbg {
    padding-left: 15px;
  }
  .smallgroupcol {
    width: 50%;
  }
  .textstrip {
    height: 50px;
  }
  .homerow {
    height: 400px;
  }
  .collinks {
    border-width: 1px;
    text-align: center;
  }
  .dropdownicon {
    margin-top: 20px;
    color: #fff;
  }
  .socialimage {
    max-height: 20px;
  }
  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logocontainer {
    height: 110px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .copyinfo {
    margin-top: 140px;
  }
  .navigation {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    padding-left: 15px;
    background-color: #32599e;
    box-shadow: 10px -2px 17px -9px #000;
  }
  .streamingvideo {
    height: 300px;
  }
  .column-2 {
    display: none;
  }
  .media-tab {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  h4 {
    text-align: center;
  }
  .button.center {
    width: 32%;
    font-size: 12px;
  }
  .social-links {
    margin-top: 0px;
    padding-right: 58px;
    padding-left: 58px;
    text-align: center;
  }
  .join-email {
    width: 100%;
    margin-top: 10px;
  }
  .nav-link {
    padding-left: 15px;
  }
  .dropdown-link {
    padding-left: 15px;
  }
  .dropdown-link.contact-link {
    padding-left: 0px;
  }
  .media-link {
    height: 300px;
  }
  .ministry-link {
    height: 300px;
  }
  .slider {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .arrow-hotspot {
    width: 7%;
  }
  .slider-link.smallgroups {
    height: 95%;
  }
  .footer {
    padding-right: 42px;
    padding-left: 42px;
  }
  .copyright {
    text-align: center;
  }
  .logo {
    width: 30%;
    margin-top: 0px;
  }
  .logo.w--current {
    display: block;
    text-align: center;
  }
  .dropdown {
    color: #fff;
  }
  .tab-link {
    width: 50%;
  }
  .tagline {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .donations {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .author {
    width: 100%;
  }
  .dropdown-toggle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-toggle:focus {
    color: #fff;
  }
  .white-text {
    color: #fff;
  }
  .white-text:hover {
    color: gold;
  }
  .debt-free {
    margin-top: 40px;
  }
  .class-banner {
    height: 210px;
  }
  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-col {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .wrapper {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper.columns {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper.mediawrap {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .corporatefastbanner {
    height: 300px;
  }
  .corporatefastlogo {
    width: 80%;
  }
  .homerow {
    height: 300px;
  }
  .collinks {
    width: 25%;
  }
  .column {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .column.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blue-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blue-bg.media-bluebg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .streamingvideo {
    height: 325px;
  }
  .media-tab {
    font-size: 12px;
  }
  .media-nav {
    text-align: center;
  }
  .sgcol {
    min-height: 300px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  h5 {
    padding-left: 10px;
    font-size: 13px;
  }
  .button.center {
    width: 60%;
  }
  .social-btn {
    width: 30px;
    height: 30px;
    margin: 5px;
  }
  .social-links {
    height: 110px;
    padding: 0px;
  }
  .media-link {
    height: 166px;
  }
  .ministry-link {
    height: 166px;
  }
  .slider {
    display: block;
    height: 166px;
    margin-right: auto;
    margin-left: auto;
  }
  .arrow-hotspot {
    width: 15%;
  }
  .slider-link {
    padding-top: 10px;
  }
  .slider-link.smallgroups {
    height: 90%;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo {
    width: 50%;
  }
  .profile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .center-text.define {
    padding-right: 10px;
    padding-left: 10px;
  }
  .define {
    padding-left: 20px;
  }
  .white-text {
    font-size: 16px;
  }
  .class-banner {
    height: 120px;
  }
  .groundschooltext {
    width: 280px;
  }
  .lightrow {
    text-align: center;
  }
  .darkrow {
    text-align: center;
  }
  .flightgroups {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }
  .smallgroupcol {
    width: 100%;
    text-align: center;
  }
  .corporatefastbanner {
    height: 200px;
  }
  .corporatefastlogo {
    width: 90%;
  }
  .textstrip {
    height: 25px;
  }
  .homerow {
    height: 180px;
  }
  .collinks {
    width: 50%;
    min-height: 50px;
  }
  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .column.footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logocontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation {
    width: 60%;
  }
  .media-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-tab {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }
}

