.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #ef7500;
}

a.w--current {
  color: #ef7500;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

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

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  position: relative;
  top: 69px;
  right: -479px;
  display: inline-block;
  padding: 11px 30px;
  border-radius: 3px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, #000, #000), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  -webkit-transition: background-color 150ms ease, opacity 200ms ease;
  transition: background-color 150ms ease, opacity 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  background-color: #000;
  color: #2196f3;
}

.navigation-link.w--open:hover {
  color: #fff;
}

.navigation-link.w--open:active {
  color: #fff;
}

.navigation-link.white {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.navigation-link.white:hover {
  background-color: #000;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navigation-bar.dark:hover {
  height: 60px;
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 144px;
  background-color: transparent;
}

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

.section.doc {
  z-index: 0;
  margin-top: 123px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.form {
  background-color: #fff;
}

.section.testimonial {
  background-color: #fff;
}

.hero-slider {
  height: 1080px;
  background-color: transparent;
}

.slider-container {
  position: relative;
  top: -8px;
  z-index: 1;
  margin-top: 299px;
}

.slide {
  bottom: 0px;
  height: 1080px;
  margin-bottom: 0px;
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: transparent;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  position: relative;
  top: 45px;
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Droid Sans', sans-serif;
}

.page-subheading {
  position: relative;
  top: 33px;
  font-family: 'Droid Sans', sans-serif;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  position: relative;
  top: 123px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
  font-family: 'Droid Sans', sans-serif;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  position: static;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.tagline {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
}

.tagline.centered {
  margin-top: 13px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.tagline h2 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.tagline h4 {
  font-family: 'Droid Sans', sans-serif;
}

.tagline p {
  font-size: 16px;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.section-subheading.center.sasd-asd-as {
  margin-bottom: 34px;
}

.section-subheading.center.about-subheading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 101px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: 'Droid Sans', sans-serif;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
  font-family: 'Droid Sans', sans-serif;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #a8a8a8;
  color: #fff;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-family: 'Droid Sans', sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  position: static;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 200ms cubic-bezier(.47, 0, .745, .715);
}

.grid-image:hover {
  margin-top: 10px;
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
  color: #288894;
}

.grid-image:active {
  background-color: transparent;
  opacity: 0.7;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.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;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

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

.content-column {
  padding-top: 42px;
}

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

.waterfall-image-column {
  text-align: center;
}

.image {
  position: relative;
  top: 0px;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  letter-spacing: 0em;
}

.paragraph {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.heading-2 {
  font-family: 'Droid Sans', sans-serif;
}

.heading-3 {
  font-family: 'Droid Sans', sans-serif;
}

.heading-4 {
  font-family: 'Droid Sans', sans-serif;
}

.paragraph-2 {
  font-family: 'Droid Sans', sans-serif;
}

.paragraph-2.about-description {
  text-align: justify;
}

.heading-5 {
  font-family: 'Droid Sans', sans-serif;
}

.paragraph-3 {
  font-family: 'Droid Sans', sans-serif;
}

.video {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
}

.div-block {
  position: relative;
  display: block;
  width: 100%;
  height: 70.25%;
  float: none;
}

.div-block-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  padding: 20px;
  color: #fff;
}

.slider {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 750px;
  margin-right: 0px;
  background-color: #000;
}

.slider.concerts {
  top: 0px;
}

.slide-2 {
  bottom: -1px;
}

.div-block-3 {
  position: static;
}

.link-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 143px;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-transform: scale(1.39) translate(0px, 14px);
  -ms-transform: scale(1.39) translate(0px, 14px);
  transform: scale(1.39) translate(0px, 14px);
}

.link-block:active {
  opacity: 0.7;
  -webkit-transform: scale(1.39) translate(0px, 14px) translate(0px, 0px);
  -ms-transform: scale(1.39) translate(0px, 14px) translate(0px, 0px);
  transform: scale(1.39) translate(0px, 14px) translate(0px, 0px);
}

.row {
  font-family: 'Droid Sans', sans-serif;
}

.heading-6 {
  font-family: 'Droid Sans', sans-serif;
}

.heading-7 {
  font-family: 'Droid Sans', sans-serif;
}

.text-block {
  position: relative;
  top: -18px;
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}

.heading-8 {
  font-family: 'Droid Sans', sans-serif;
}

.heading-9 {
  font-family: 'Droid Sans', sans-serif;
}

.div-block-4 {
  position: relative;
  top: 292px;
  right: -157px;
  z-index: 1;
  width: 75%;
}

.section-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 720px;
}

.background-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  color: #fff;
}

.button-2 {
  position: relative;
  left: 178px;
  right: -290px;
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.paragraph-4 {
  font-family: 'Droid Sans', sans-serif;
}

.submit-button {
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
}

.about-description {
  text-align: justify;
}

.row-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-6 {
  background-color: transparent;
}

.row-3 {
  margin-bottom: 71px;
}

.paragraph-5 {
  position: relative;
  top: -71px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  text-align: justify;
}

.image-2 {
  position: relative;
}

.slide-nav {
  width: 50%;
}

.left-arrow {
  height: 25%;
}

.slide-nav-2 {
  width: 50%;
}

.left-arrow-2 {
  bottom: 24px;
  height: 25%;
  margin-bottom: 314.25px;
}

.left-arrow-3 {
  height: 25%;
}

.slide-nav-3 {
  width: 50%;
}

.right-arrow {
  height: 25%;
}

.right-arrow-2 {
  bottom: 24px;
  height: 25%;
  margin-bottom: 308.25px;
}

.right-arrow-3 {
  height: 25%;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: 78%;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
}

.row-4 {
  position: relative;
  left: 0%;
  margin-right: 10%;
  margin-left: 10%;
}

.heading-10 {
  position: relative;
  top: 97px;
  text-align: right;
}

.link-block-2 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.paragraph-6 {
  text-align: justify;
}

.paragraph-7 {
  text-align: justify;
}

.paragraph-8 {
  text-align: justify;
}

.paragraph-9 {
  text-align: justify;
}

.unordered-list {
  position: relative;
  top: -93px;
  display: block;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  background-color: #f1f1f1;
  font-family: 'Droid Sans', sans-serif;
  line-height: 30px;
}

.about {
  position: relative;
  top: 0px;
  z-index: 1;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.centered {
  position: relative;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.centered.section-heading {
  position: relative;
}

.heading-11 {
  position: relative;
  bottom: 81px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 26px;
  text-align: justify;
}

.text-block-2 {
  position: relative;
  top: 10px;
  bottom: 0px;
  display: block;
  height: 100%;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  text-align: center;
}

.text-block-3 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-align: justify;
}

.row-5 {
  position: relative;
  left: 0%;
  right: 0px;
  bottom: 77px;
  display: block;
  width: auto;
}

.team {
  position: relative;
  margin-top: 37px;
}

.section-3 {
  position: relative;
  margin-top: 104px;
  margin-bottom: 104px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: 'Droid Sans', sans-serif;
}

.container-2 {
  padding-top: 58px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-9 {
  margin-top: -80px;
  margin-bottom: -8px;
  padding: 0px 10px 10px;
  background-color: #fff;
}

.container-3 {
  position: static;
  padding: 10px;
  background-color: #fff;
}

.grid {
  margin-right: 75px;
  margin-left: 75px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr);
}

.heading-12 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading-13 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-14 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.heading-15 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.heading-16 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.grid-2 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.clients {
  margin-right: 10px;
  margin-bottom: 29px;
}

.dropdown {
  font-family: 'Droid Sans', sans-serif;
}

.text-block-4 {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.dropdown-link {
  color: #000;
}

.dropdown-link:hover {
  background-color: #fff;
}

.dropdown-link.navbar-link {
  color: #fff;
}

.dropdown-link.navbar-link:hover {
  background-color: transparent;
}

.dropdown-link.orange-link:focus {
  color: #000;
}

.dropdown-link.orange-link.w--current:focus {
  color: #000;
}

.dropdown-link.orange-link.w--current:visited {
  color: #000;
}

.dropdown-list.w--open {
  background-color: #5d5d5d;
}

.columns {
  margin-top: 37px;
}

.rich-text-block {
  margin-top: -42px;
}

.background-video-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.rich-text-block-2 {
  font-family: 'Droid Sans', sans-serif;
  text-align: justify;
}

.rich-text-block-2 h2 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.background-video-3 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.image-4 {
  position: relative;
  top: 1120px;
}

.div-block-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
}

.image-5 {
  position: absolute;
  left: -60px;
  top: -210px;
  right: 0px;
  z-index: 0;
  width: 100%;
  opacity: 0.07;
}

.div-block-12 {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-bottom: 51px;
}

.orange-link {
  color: #fff;
}

.orange-link:hover {
  color: #000;
}

.orange-link:visited {
  color: #ef7500;
}

.audio-text-block {
  font-family: 'Droid Sans', sans-serif;
  text-align: justify;
}

.audio-text-block img {
  display: inline-block;
  width: 25%;
  height: 25%;
  max-width: 564px;
}

.audio-text-block h2 {
  text-align: center;
}

.button-3 {
  position: relative;
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.button-3:hover {
  background-color: #5d5d5d;
  color: #fff;
}

.button-3:active {
  background-color: #000;
  color: #ef7500;
}

.button-3:visited {
  background-color: #333;
  color: #ef7500;
}

.div-block-13 {
  position: relative;
  top: 0px;
  text-align: center;
}

.grid-3 {
  grid-auto-flow: column dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 0.75fr 0px 0.75fr 0px auto 0px auto;
  grid-template-rows: 0.75fr 0.75fr auto auto;
}

.image-6 {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 150%;
  min-height: auto;
  min-width: auto;
}

.image-7 {
  max-width: 110%;
}

.image-8 {
  position: static;
  max-width: 110%;
}

.grid-4 {
  position: static;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1.5fr 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: 1.5fr auto auto auto auto auto auto auto auto;
}

.image-9 {
  position: relative;
  left: -35px;
}

.image-10 {
  position: relative;
  bottom: 0px;
}

.image-11 {
  position: relative;
  left: -66px;
  max-width: 100%;
}

.image-12 {
  position: relative;
  overflow: visible;
}

.image-13 {
  position: relative;
  left: auto;
  right: -137px;
}

.div-block-14 {
  overflow: hidden;
}

.image-14 {
  position: relative;
}

.grid-5 {
  margin-bottom: 31px;
  grid-auto-flow: row;
  grid-auto-rows: minmax(100px, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/BM-Fraxel---cropped.jpeg');
  background-size: cover;
}

.image-15 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Opulent-Temple-Fundraiser---Infected-Poster-02.jpg');
  background-size: cover;
  background-repeat: repeat;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Scott-gorge-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/HGP-overhead-01-cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/broken-piano---cropped.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-20 {
  position: relative;
  display: block;
  width: 75%;
  height: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.text-block-5 {
  color: #fff;
}

.grid-overlay {
  margin-bottom: 31px;
  grid-auto-flow: row;
  grid-auto-rows: minmax(100px, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}

.grid-overlay.grid-overlay-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.commercial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.aerial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.aerial-block:hover {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.audio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.doc-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  width: 75%;
  height: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  text-align: center;
}

.div-block-21 {
  position: relative;
  left: auto;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  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;
}

.image-16 {
  position: relative;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-filter 700ms ease;
  transition: -webkit-filter 700ms ease;
  transition: filter 700ms ease;
  transition: filter 700ms ease, -webkit-filter 700ms ease;
}

.image-16:hover {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.grid-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
  direction: ltr;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.grid-text:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.44);
  opacity: 1;
}

.image-17 {
  display: none;
  width: 100%;
  height: 100%;
}

.heading-17 {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 379px;
  -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;
}

.heading-17:hover {
  display: none;
}

.rich-text-block-3 {
  position: static;
  display: none;
  font-family: 'Droid Sans', sans-serif;
}

.section-4 {
  position: relative;
  background-color: #fff;
}

.link-block-3 {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.audio-text-block-mobile {
  display: none;
  font-family: 'Droid Sans', sans-serif;
  text-align: justify;
}

.audio-text-block-mobile img {
  display: inline-block;
  width: 25%;
  height: 25%;
  max-width: 564px;
}

.audio-text-block-mobile h2 {
  text-align: center;
}

.commercial {
  margin-top: -41px;
  margin-bottom: -8px;
  padding: 0px 10px 10px;
  background-color: #fff;
}

.pi-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0%;
  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-image: url('../images/BSP-Logo-V1---cropped.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.09;
}

.slider-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px auto 0px;
  -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(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.slider-overlay:hover {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.whatwedo {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
}

.whatwedo.centered {
  margin-top: 13px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.whatwedo h2 {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.whatwedo h4 {
  font-family: 'Droid Sans', sans-serif;
}

.whatwedo p {
  font-size: 16px;
}

.rich-text-block-4 {
  margin-top: 25px;
  padding-right: 24px;
  padding-left: 24px;
}

.rich-text-block-5 {
  text-align: center;
}

.top-contact-block {
  position: relative;
  top: 0px;
  text-align: center;
}

.featured-video-block {
  position: relative;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  margin-top: 43px;
  background-color: #000;
}

.video-2 {
  position: relative;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.heading-18 {
  margin-top: 0px;
  padding-top: 16px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-10 {
  padding: 14px 100px;
  color: #fff;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

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

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000005, 0.6000000000000005);
  -ms-transform: scale(0.6000000000000005, 0.6000000000000005);
  transform: scale(0.6000000000000005, 0.6000000000000005);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .tagline.centered {
    color: #000;
  }
  .section-subheading.center {
    color: #000;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    left: 49px;
    top: 84px;
    padding-top: 0px;
  }
  .image {
    top: 40px;
  }
  .heading {
    position: relative;
    top: -148px;
  }
  .paragraph {
    position: relative;
    top: -132px;
  }
  .heading-5 {
    margin-bottom: 3px;
  }
  .paragraph-3 {
    margin-bottom: 0px;
    text-align: justify;
  }
  .video {
    left: 0px;
    top: 0%;
  }
  .div-block {
    top: 0px;
    width: 100%;
    height: 68%;
  }
  .div-block-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    padding: auto;
  }
  .slider {
    top: -50px;
    right: 0px;
    bottom: 0px;
    height: 600px;
  }
  .link-block {
    left: 329px;
    top: -264px;
    right: -89px;
    z-index: 1;
  }
  .div-block-4 {
    left: 92px;
    top: 133px;
  }
  .paragraph-5 {
    top: -90px;
  }
  .row-4 {
    position: relative;
    left: -107px;
    top: -15px;
  }
  .text-block-2 {
    top: 0px;
    line-height: 38px;
  }
  .grid-2 {
    position: relative;
    left: 6px;
  }
  .clients {
    margin-bottom: 49px;
  }
  .image-5 {
    left: -41px;
    top: -11px;
  }
  .audio-text-block {
    display: none;
  }
  .audio-text-block-mobile {
    display: block;
  }
  .pi-block {
    background-position: 50% 50%;
  }
  .whatwedo.centered {
    color: #000;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slider-container {
    left: -57px;
    top: 90px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .fixed-image-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Midway-drone-Animated-Image-Small.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Midway-drone-Animated-Image-Small.gif');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
  }
  .tagline.centered {
    color: #000;
  }
  .section-subheading.center {
    color: #000;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-5 {
    position: relative;
    top: 0px;
  }
  .video {
    left: 0px;
    top: 0px;
  }
  .div-block {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 59%;
  }
  .div-block-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 10px;
  }
  .slider {
    height: 500px;
  }
  .link-block {
    left: 231px;
    top: -186px;
    z-index: 1;
  }
  .div-block-4 {
    left: 65px;
    top: 168px;
  }
  .section-2 {
    height: 320px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Video-Reel---181202-Resolve---small-Animated-Image-Small.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Video-Reel---181202-Resolve---small-Animated-Image-Small.gif');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
  }
  .background-video {
    display: block;
  }
  .about {
    display: block;
    margin-right: 17px;
    margin-left: 17px;
  }
  .text-block-3 {
    position: relative;
    top: 11px;
  }
  .grid {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: minmax(200px, 1.5fr) minmax(200px, 1.5fr);
    grid-template-columns: minmax(200px, 1.5fr) minmax(200px, 1.5fr);
    -ms-grid-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr);
    grid-template-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr);
  }
  .grid-2 {
    left: 0px;
    top: -22px;
    margin-bottom: -90px;
    margin-left: 10px;
    text-align: left;
  }
  .image-5 {
    left: -35px;
    top: 19px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .whatwedo.centered {
    color: #000;
  }
}

@media (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .navigation-menu {
    background-color: #333;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .fixed-image-section {
    display: block;
    margin-bottom: -125px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Midway-drone-Animated-Image-Small.gif'), url('../images/example-bg.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Midway-drone-Animated-Image-Small.gif'), url('../images/example-bg.png');
    background-position: 0px 0px, 50% 0px, 50% 50%;
    background-size: auto, 214px, 125px;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, fixed, fixed;
    -webkit-perspective: 876px;
    perspective: 876px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }
  .tagline {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tagline.centered {
    color: #000;
  }
  .section-subheading.center {
    color: #000;
    text-align: center;
  }
  .section-subheading.center.sasd-asd-as {
    color: #000;
  }
  .section-subheading.center.about-subheading {
    display: block;
    width: 100%;
    text-align: justify;
  }
  .grid-image {
    position: relative;
    float: none;
    clear: none;
  }
  .grid-fours {
    width: 50%;
  }
  .image {
    top: 6px;
  }
  .heading {
    left: 34px;
    top: -178px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }
  .paragraph-3 {
    margin-top: 28px;
  }
  .video {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .div-block {
    left: 0%;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 40%;
  }
  .div-block-2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .slider {
    height: 600px;
  }
  .slide-2 {
    height: auto;
  }
  .link-block {
    left: 107px;
  }
  .div-block-4 {
    left: 38px;
    top: 65px;
  }
  .section-2 {
    top: 59px;
    height: 120px;
    background-image: url('../images/Video-Reel---181202-Resolve---small-Animated-Image-Small.gif');
    background-position: 0% 0%;
    background-size: contain;
    background-attachment: fixed;
  }
  .background-video {
    display: block;
  }
  .slide-3 {
    height: auto;
  }
  .unordered-list {
    display: block;
    padding-right: 10px;
    padding-left: 21px;
    text-align: left;
  }
  .about {
    direction: ltr;
    text-align: justify;
  }
  .text-block-3 {
    text-align: center;
  }
  .image-3 {
    position: absolute;
    top: 57px;
    display: block;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-10 {
    position: absolute;
    left: 112px;
    top: 0px;
    right: 96px;
    bottom: 0px;
    display: block;
    width: 1080%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/Drone-Sunset-comp.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
  }
  .grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: minmax(200px, 1.5fr);
    grid-template-columns: minmax(200px, 1.5fr);
    -ms-grid-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr) auto auto;
    grid-template-rows: minmax(auto, 1.5fr) minmax(auto, 1.5fr) auto auto;
  }
  .div-block-11 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .image-5 {
    left: -18px;
    top: 30px;
  }
  .grid-4 {
    position: static;
    grid-auto-flow: row dense;
  }
  .whatwedo {
    margin-right: 10px;
    margin-left: 10px;
  }
  .whatwedo.centered {
    color: #000;
  }
}

#w-node-d288f925b6c1-e39a6ef9 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-fc4b39c902c4-e39a6ef9 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-5f6b9ee32b00-e39a6ef9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-1d0cf001192b-e39a6ef9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-6e69579a2af1-e39a6ef9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-617272652aff-e39a6ef9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b8e3c5ce932d-e39a6ef9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-11f8d3028147-e39a6ef9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5dfb86cf2749-e39a6ef9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e2dbeb4f90c2-e39a6ef9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab8963735cf7-e39a6ef9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-63f5376e724f-e39a6ef9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1cd9c415fcc3-e39a6ef9 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-d288f925b6c1-e39a6ef9 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-fc4b39c902c4-e39a6ef9 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-5f6b9ee32b00-e39a6ef9 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-1d0cf001192b-e39a6ef9 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-6e69579a2af1-e39a6ef9 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

