.logo {
  max-width: 300px;
}

.redf-orange {
  color: #FF9900;
}

.grey-background {
  background-color: #FAFAFA;
}

.black-background {
  background-color: #121212;
}

.orange-background {
  background-color: #FF9900;
}

.btn-primary {
  color: #fff;
  background-color: #FF9900;
  border-color: #FFAD33; /*set the color you want here*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0066FF;
  border-color: #3385FF; /*set the color you want here*/
}

#processing {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
  overflow: hidden !important;
  z-index: 987564120 !important
}

#processing .processwrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}

#processing #processcont {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 500px !important;
  height: 100%;
  max-height: 250px !important;
  margin: 30px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.53);
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.53);
  z-index: 10054 !important
}

#processing #processcont h1 {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.3em;
  color: #1E1E1E;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center
}

#processing #processcont .processwrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

#processing #processcont .processwrap .windows8 {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 78px;
  height: 78px;
  z-index: 987564129;
  margin: 0;
  padding: 0
}

#processing #processcont .processwrap .windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite
}

#processing #processcont .processwrap .windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #646464;
  left: 0;
  top: 0;
  border-radius: 10px
}

#processing #processcont .processwrap .windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s
}

#processing #processcont .processwrap .windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s
}

#processing #processcont .processwrap .windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s
}

#processing #processcont .processwrap .windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s
}

#processing #processcont .processwrap .windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s
}

#preload {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: 987564120;
  margin: 0;
  padding: 0
}

#preload #prewrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10055;
  overflow: hidden;
  margin: 0;
  padding: 0
}

#preload #prewrap .windows8 {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 78px;
  height: 78px;
  z-index: 987564129;
  margin: 0;
  padding: 0
}

#preload #prewrap .windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite
}

#preload #prewrap .windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #646464;
  left: 0;
  top: 0;
  border-radius: 10px
}

#preload #prewrap .windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s
}

#preload #prewrap .windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s
}

#preload #prewrap .windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s
}

#preload #prewrap .windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s
}

#preload #prewrap .windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s
}

#packages-section-datafeed .wistia_responsive_padding {
  display: block !important;
}

#cover-section {
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/header-laptop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 1.5rem;
  height: calc(100vh - 55px);
  padding-bottom: 0;
}

#cover-section h1 {
  font-size: 4rem;
}

#featured-section img {
  max-height: 100px;
}

#solution-section .rectangle-white {
  margin-top: 100px;
}

#strength-section .rectangle-white {
  margin-top: 60px;
}

#who-section .who-card {
  width: 20rem;
}

#who-section .who-card .card-img {
  height: 50px;
  width: 50px;
}

#who-section .who-card .card-img-overlay {
  height: 40px;
  width: 40px;
  padding: 10px 0 0 10px;
}

#who-section .who-card .card-title {
  margin-left: 10px;
}

#how-section #dot-circle {
  position: absolute;
  top: -110px;
  left: -110px;
  filter: grayscale(100%);
  opacity: 2;
  height: 300px;
  width: 300px;
}

#how-section .how-card-outer, #how-section .how-card {
  background: url("../img/how-rectangle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#how-section .how-card .how-egg {
  height: 100px;
  width: 100px;
  margin-top: -75px;
}

#how-section .how-card .how-egg-number {
  margin-top: -65px;
}

#plan-section .plan-card-outer {
  width: 20rem;
  margin-left: 20px;
  border-radius: 15% 15% 5% 5%;
  margin-bottom: 50px;
}

#plan-section .plan-card-inner {
  border-radius: 15% 15% 5% 5%;
}

#plan-section .plan-card {
  background: url("../img/plan-rectangle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin: 20px !important;
}

#plan-section .plan-card .card-body-top {
  min-height: 335px;
}

#plan-section .plan-card .card-title {
  margin-left: 10px;
}

#plan-section .plan-card .check-circle {
  height: 20px;
  width: 20px;
}

#packages-section-msdf .card-title {
  margin-left: 10px;
}

#packages-section-msdf #dot-circle {
  position: absolute;
  top: -110px;
  left: -110px;
  filter: grayscale(100%);
  opacity: 2;
  height: 300px;
  width: 300px;
}

#packages-section-msdf .msdf-card .rectangle-white {
  margin-top: 350px;
}

#packages-section-msdf .msdf-card .msdf-card-image {
  padding: 20px;
  border-radius: 10% !important;
}

#packages-section-msdf .msdf-card .msdf-bottom-text {
  padding-bottom: 75px;
}

#packages-section-datafeed .cbdf-rectangle-white {
  min-height: 525px;
}

#packages-section-datafeed .pldf-rectangle-white {
  min-height: 520px;
}

#packages-section-datafeed .land-rectangle-white {
  min-height: 525px;
}

#packages-section-datafeed .comm-rectangle-white {
  height: 400px;
}

#packages-section-datafeed .ibdf-rectangle-white {
  height: 435px;
}

#packages-section-datafeed .grey-folder-image {
  min-height: 525px;
}

#packages-section-datafeed .datafeed-card .card-title {
  margin-left: 10px;
}

#packages-section-datafeed .datafeed-card .check-circle {
  height: 20px;
  width: 20px;
}

#packages-section-works .card-title {
  margin-left: 10px;
}

#packages-section-datafeed .commercial-card {
  width: 26rem;
}

#packages-section-datafeed .commercial-card .card-title {
  margin-left: 10px;
}

#packages-section-works #dot-circle {
  position: absolute;
  top: -110px;
  left: -110px;
  filter: grayscale(100%);
  opacity: 2;
  height: 300px;
  width: 300px;
}

#packages-section-works .works-card .works-card-image {
  padding: 20px;
  border-radius: 10% !important;
}

#packages-section-datafeed #dot-circle {
  position: absolute;
  top: -110px;
  left: -110px;
  filter: grayscale(100%);
  opacity: 2;
  height: 300px;
  width: 300px;
}

#packages-section-datafeed .ibdf-card {
  width: 24rem;
}

#packages-section-msdf .packages-circle {
  height: 20px;
  width: 20px;
}

#footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: none
}

#footer a.active, #footer a:hover {
  color: #88b9bf
}

@media (min-width: 1200px) {
  #how-section .how-card-outer {
    width: 18rem;
  }

  #packages-section-msdf .msdf-card {
    width: 27rem;
  }

  #packages-section-msdf .msdf-card .rectangle-white {
    margin-top: 250px;
  }

  #packages-section-works .works-card {
    width: 26rem;
  }
}

@media (max-width: 1200px) {
  #cover-section h1 {
    font-size: 3rem;
  }

  #solution-section .rectangle-white {
    height: 250px;
  }

  #solution-section .rectangle-grey {
    height: 250px;
  }

  #strength-section .rectangle-white {
    height: 250px;
  }

  #packages-section-msdf .msdf-card {
    width: 100%;
  }

  #packages-section-msdf .msdf-card {
    width: 100%;
  }

  #packages-section-msdf .msdf-card h3 {
    font-size: 2rem;
  }

  #packages-section-msdf .msdf-card p {
    font-size: 1.5rem;
  }

  #packages-section-datafeed .get-started-image {
    display: none;
  }

  #packages-section-datafeed .rectangle-orange {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  #cover-section h1 {
    font-size: 2.75rem;
  }

  #solution-section .rectangle-white {
    height: 285px;
  }

  #solution-section .rectangle-grey {
    height: 285px;
  }

  #strength-section .rectangle-white {
    height: 285px;
  }

  #packages-section-datafeed .rectangle-orange {
    margin-left: -5px;
  }

  #packages-section-datafeed .cbdf-rectangle-white {
    min-height: 485px;
  }

  #packages-section-datafeed .pldf-rectangle-white {
    min-height: 485px;
  }

  #packages-section-datafeed .commercial-card {
    width: 100%;
  }

  #packages-section-datafeed .ibdf-card {
    width: 100%;
  }

  #packages-section-datafeed .ibdf-rectangle-white {
    min-height: 565px;
  }
}

@media (max-width: 768px) {
  #cover-section h1 {
    font-size: 2.5rem;
  }

  #who-section .who-card {
    width: 100%;
  }

  #strength-section .strength-rectangle {
    height: 260px;
  }

  #packages-section-datafeed .pldf-rectangle-white {
    min-height: 610px;
  }
}

@media (max-width: 575px) {
  #cover-section {
    height: calc(100vh - 81px);
  }

  #cover-section h1 {
    font-size: 2.25rem;
  }

  #strength-section .strength-rectangle {
    height: 250px;
  }

  #strength-section h3 {
    margin-bottom: 0;
  }

  #packages-section-msdf .msdf-card h3 {
    font-size: 1.25rem;
  }

  #packages-section-msdf .msdf-card .rectangle-white {
    margin-top: 200px;
  }

  #packages-section-msdf .msdf-card .msdf-bottom-text {
    padding-bottom: 55px;
  }

  #packages-section-msdf .msdf-card p {
    font-size: 1rem;
    margin-bottom: 0;
  }

  #packages-section-datafeed .cbdf-rectangle-white {
    min-height: 685px;
  }

  #packages-section-datafeed .pldf-rectangle-white {
    min-height: 685px;
  }

  #packages-section-datafeed .land-rectangle-white {
    min-height: 610px;
  }

  #packages-section-datafeed .comm-rectangle-white {
    min-height: 325px;
  }

  #packages-section-datafeed .ibdf-rectangle-white {
    min-height: 690px;
  }

  #packages-section-datafeed .grey-folder-image {
    min-height: 333px;
  }

  #packages-section-datafeed .folder-flex-container {
    flex-direction: column;
  }

  #packages-section-works .works-card h3 {
    font-size: 1rem;
  }
}