/********* umbrella page *********/
#content_top_umbrella {
  background: url("img/bpp-header.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: white;
  padding: 0;
}
#content_top_umbrella .vc_column-inner {
  text-align: center;
  padding: 0 !important;
}
#content_top_umbrella h1 {
  font-family: "Stint Ultra Expanded", cursive;
  font-size: calc(20px + 20 * ((100vw - 320px) / 1200));

  font-weight: 400;
  margin-bottom: 0.5vw;
  color: white;
  text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.7);
  text-align: center;
}

#content_top_umbrella .main-content {
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  padding: 2rem 1rem;
}
#content_top_umbrella .main-content .header-subheader {
  color: inherit;
}
#content_top_umbrella .main-content p {
  color: inherit;
}
#content_top_umbrella .main-content p .header-subheader {
  display: inline-block;
  font-size: calc(22px + 15 * ((100vw - 320px) / 1200));
  padding-bottom: 1rem;
  line-height: 1.2;
}
#content_top_umbrella .main-content p {
  padding: 10px 10%;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
  font-size: calc(14px + 7 * ((100vw - 320px) / 1200));
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #content_top_umbrella .main-content p {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  #content_top_umbrella .main-content {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  #content_top_umbrella .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.page.big-picture.pushable > .pusher {
  background: #f7f7f7;
}
.page.big-picture.pushable > .pusher .ui.main.grid.container {
  background: transparent;
  border: 0px;
  border-radius: 5px;
  padding: 2vw;
  padding-top:0px;
}
.page.big-picture .full.height > .ui.masthead.segment {
  min-height: 0px !important;
  margin-bottom: 0px;
}
.page.big-picture h4 {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1200));
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .page.big-picture h4 {
    min-height: 3rem;
  }
}
.page.big-picture h5 {
  font-size: 1.2em;
  font-weight: 400;
  color: #49016f;
  font-family: "Roboto Slab", serif;
}
#big_picture_learn_more {
  font-size: 18px;
}
#big_picture_learn_more ul {
  margin-bottom: 0px;
  padding-left: 18px;
}
#big_picture_learn_more ul li {
  margin-bottom: 1rem;
}
#big_picture_learn_more ul li:last-child {
  margin-bottom: 0px;
}
.page.big-picture .wpb_button,
.page.big-picture .wpb_content_element,
.page.big-picture ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}

.page.big-picture #bottom_share p {
  font-size: 18px;
}

.page.big-picture
  .vc_row.vc_row-o-equal-height
  > .vc_column_container
  .vc_column-inner
  .wpb_wrapper,
.page.big-picture .vc_row.vc_row-o-equal-height .ui.segment {
  height: 100% !important;
}

@media (min-width: 768px) {
  #get_through_this .vc_col-sm-3 {
    width: 27.7%;
  }
}
#get_through_this .revenue-plus {
  /* font-size: 100px; */
  font-size: calc(60px + 40 * ((100vw - 320px) / 1200));
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #a98ab9;
  font-weight: bold;
  height: 100%;
}
#get_through_this .revenue-plus .wpb_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#get_through_this .revenue-plus p {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
}

#get_through_this h4,
#how_we_stayed_afloat h4 {
  text-align: center;
}

#get_through_this .vc_column_container.vc_col-sm-1 > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
