.creep {
  background: url(//www-saasmaverick-com-files.s3.amazonaws.com/f5f4-18378657-joey-head-shoulders.png?pfvId=1928r9.ixqmh8dq) no-repeat center bottom;
  background-size: 100% auto;
  width: 130px;
  height: 130px;
  position: fixed;
  bottom: -130px;
  left: 5vw;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 999;
}

.creep-in .creep {
  bottom: -30px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.banner_slide {
  position: relative;
  width: 100%;
  font-size: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.banner_slide .slide-con {
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_slide .slide-con .slide-bg {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(55, 55, 59, 0.88) 0%, rgba(55, 55, 59, 0.6) 25%, rgba(55, 55, 59, 0.6) 75%, rgba(55, 55, 59, 0.88) 100%);
  background: linear-gradient(to right, rgba(55, 55, 59, 0.88) 0%, rgba(55, 55, 59, 0.6) 25%, rgba(55, 55, 59, 0.6) 75%, rgba(55, 55, 59, 0.88) 100%);
}

.banner_slide .banner-quote {
  position: absolute;
  left: 0;
  top: 4.5rem;
  max-width: 44rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .banner_slide .banner-quote {
    top: 6rem;
  }
}

@media (min-width: 1024px) {
  .banner_slide .banner-quote {
    padding: 0;
    left: 2rem;
  }
}

@media (min-width: 1280px) {
  .banner_slide .banner-quote {
    left: 12vw;
  }
}

.banner_slide .banner-quote p {
  display: inline;
  font-weight: 300;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .banner_slide .banner-quote p {
    font-size: 1.5rem;
  }
}

.banner_slide .banner-quote .quotation {
  display: inline;
  line-height: 0;
  font-size: 4.5rem;
  font-weight: 500;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 100% auto;
  opacity: .25;
}

@media (min-width: 768px) {
  .banner_slide .banner-quote .quotation {
    font-size: 6.5rem;
  }
}

.banner_slide .banner-quote .quotation.quote-start {
  background-image: url(//www-saasmaverick-com-files.s3.amazonaws.com/97b8-54909657-bg-quote-left.png?pfvId=192bi9.ixw4nxz1);
  margin-right: -2rem;
}

.banner_slide .banner-quote .quotation.quote-end {
  background-image: url(//www-saasmaverick-com-files.s3.amazonaws.com/a59f-64909657-bg-quote-right.png?pfvId=192bia.ixw4nz7t);
  margin-left: -2rem;
}

.banner_slide .content-center {
  background: #404040;
  padding: 15px;
}

.banner_slide h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  margin-bottom: 10px;
  line-height: initial;
}

.banner_slide p {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  color: inherit;
}

@media (min-width: 768px) {
  .banner_slide {
    max-height: calc(100vh - 62px);
    overflow: hidden;
  }
  .banner_slide .content-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding-left: 60%;
    max-width: 100%;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .banner_slide {
    max-height: calc(100vh - 66px);
  }
  .banner_slide .content-center h2 {
    font-size: 2.5rem;
  }
  .banner_slide .content-center p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px) {
  .banner_slide {
    max-height: calc(100vh - 70px);
  }
  .banner_slide .content-center {
    padding-left: 62.5%;
    bottom: 5%;
  }
  .banner_slide .content-center h2 {
    font-size: 3rem;
  }
  .banner_slide .content-center p {
    font-size: 1.5rem;
  }
}

.quote {
  color: #fff;
  background: -webkit-linear-gradient(45deg, rgba(31, 45, 234, 0.78) 0%, rgba(47, 200, 223, 0.9) 75%);
  background: linear-gradient(45deg, rgba(31, 45, 234, 0.78) 0%, rgba(47, 200, 223, 0.9) 75%);
  text-align: center;
}

.quote > .content-center {
  padding: 4rem 1.5rem 4.5rem;
}

.quote h3 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #fff;
}

.quote h3 .quotation {
  display: inline;
  line-height: 0;
  font-size: 4.5rem;
  font-weight: 500;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 100% auto;
  opacity: .25;
}

@media (min-width: 1024px) {
  .quote h3 .quotation {
    font-size: 6.5rem;
  }
}

.quote h3 .quotation.quote-start {
  background-image: url(//www-saasmaverick-com-files.s3.amazonaws.com/97b8-54909657-bg-quote-left.png?pfvId=192bi9.ixw4nxz1);
  margin-right: -2rem;
}

.quote h3 .quotation.quote-end {
  background-image: url(//www-saasmaverick-com-files.s3.amazonaws.com/a59f-64909657-bg-quote-right.png?pfvId=192bia.ixw4nz7t);
  margin-left: -2rem;
}

.quote h3 p {
  display: inline;
}

.quote h3 strong {
  font-weight: 500;
}

.quote h3 * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.quote span {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin: 15px 0 0;
}

@media (min-width: 1024px) {
  .quote h3 {
    font-size: 2rem;
    line-height: 3.25rem;
  }
  .quote span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.content_section {
  width: 100%;
}

.content_section .content-center {
  padding: 0;
  overflow: hidden;
  max-width: none;
}

@media (min-width: 768px) {
  .content_section .content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

@media (min-width: 1024px) {
  .content_section .content-center {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

@media (min-width: 1024px) {
  .content_section .content-center.align-left {
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
  }
}

.content_section .col {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: 1.5rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .content_section .col {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1280px) {
  .content_section .col {
    width: 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .content_section .col:last-of-type {
    width: 60%;
    margin-top: 2rem;
  }
}

.content_section .content-text {
  color: #4f5362;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3rem 1.5rem;
}

@media (min-width: 1024px) {
  .content_section .content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 5.5rem 4rem;
  }
}

.content_section .content-text h4 {
  font-size: 2rem;
  margin-bottom: 1.75rem;
}

.content_section .content-text p {
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.content_section .content-text .content-link {
  display: block;
  text-align: center;
}

.content_section .content-text .content-link a {
  display: inline-block;
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: .15rem;
  line-height: 1.2;
  text-transform: uppercase;
  border: 2px solid #1663cc;
  border-radius: 2.25rem;
  color: #fff;
  padding: .45rem 1rem;
  background: #1663cc;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.content_section .content-text .content-link a:hover {
  background: #114d9e;
  border-color: #114d9e;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.content_section .no-img .content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  max-width: none;
  display: block;
  text-align: center;
}

.content_section .content-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 20rem;
}

@media (min-width: 1024px) {
  .content_section .content-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .content_section#trenches .content-image {
    background-position: -400px center;
  }
}

@media (min-width: 1280px) {
  .content_section#trenches .content-image {
    background-position: center center;
  }
}

.content_section .align-none.no-img {
  margin-bottom: 15px;
}

.content_section.speaking-topics .content-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .content_section.speaking-topics .content-text {
    padding: 5.5rem 0;
  }
}

.content_section.speaking-topics span.content-link {
  margin-top: 2rem;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
