/* Imports
********************************************************/
/* Header
********************************************************/
#site-header {
  height: 129px; }

#site-header.sticky {
  height: 109px; }

/* Website Promotions
********************************************************/
.lmp-site-promo {
  background: #06a7e2;
  color: #fff;
  padding: 0 20px;
  line-height: normal !important;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4); }
  .lmp-site-promo .desc {
    padding-left: 20px;
    padding-right: 20px; }

/* Sections
********************************************************/
#bg-video {
  top: 100px; }

.content-wrap {
  padding-top: 149px; }

.page-template-template-funding-intro .content-wrap,
.page-template-template-funding-info .content-wrap,
.page-template-template-boot-camp .content-wrap,
.page-template-template-lets-get-started .content-wrap,
.page-template-template-getting-started-guide .content-wrap {
  padding-top: 129px !important; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (max-width: 991px) {
  #site-header,
  #site-header.sticky {
    height: 149px; }
  .content-wrap {
    padding-top: 165px; } }

@media (max-width: 480px) {
  .content-wrap {
    padding-top: 165px; } }
