.align-vert-center {
  align-items: center;
}
.home {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.home h1 {
  font-size: 50px;
  font-weight: 300;
}
.home h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.home p {
  font-size: 17px;
}
.home input:focus {
  outline: none !important;
}
.home-modal-close {
  font-size: 30px;
  position: absolute;
  right: -40px;
  top: 0px;
  z-index: 55;
  background-color: transparent;
  color: #fff;
  border: 0px;
}
.inner-home-modal {
  margin: auto;
  width: 100%;
  max-width: 840px;
  height: 472px;
  position: relative;
}
.home-play-icon {
  display: block;
  width: 25px;
  margin: 5px auto;
}
@media (max-width: 767px) {
  .mobile-blue-bg {
    background-image: url(../../images/home-hero-img.jpg);
    background-size: cover;
  }
}
.home-hero {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .home-hero {
    padding: 0px 20px 80px 20px;
    display: block;
    position: relative;
  }
}
.home-hero p {
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .home-hero p {
    text-align: center;
  }
}
.home-hero h1 {
  max-width: 750px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: normal;
  text-align: center;
  color: #f6f7f8;
  margin: 20px auto;
}
.home-hero h1 strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-hero h1 {
    color: #fff;
    font-size: 48px;
    margin: 0px auto 40px;
    width: 90%;
    height: auto;
  }
}
.home-hero h1 span {
  display: block;
  font-size: 35px;
  font-weight: 200;
  margin-top: 20px;
}
.home-hero .home-hero-left p {
  text-shadow: 1px 1px 2px #333;
}
.home-center-text-contain {
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
.get-started {
  position: absolute;
  top: 12vw;
  margin: 0 auto;
  width: 100%;
  left: 0;
}
@media (min-width: 1150px) {
  .get-started {
    top: 10vw;
  }
}
@media (max-width: 767px) {
  .get-started {
    position: relative;
    margin-top: 15px;
    top: auto;
  }
}
.home-hero-col {
  width: 50%;
  padding: 0% 7%;
  color: #fff;
}
@media (max-width: 767px) {
  .home-hero-col {
    width: 100%;
  }
}
.home-secondary-btn {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0px;
  border: 1px #465257 solid;
  margin: 10px auto !important;
  padding: 8px 18px;
  display: block;
  max-width: 200px;
}
.home-em {
  font-size: 28px !important;
  margin: 30px auto;
}
.orange-em {
  color: #F16926;
}
.home-split-col {
  background-size: cover;
}
.home-table {
  display: table;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.home-table-cell {
  display: table-cell;
  height: 100%;
  float: none;
  text-align: left;
}
.home-bubble-text {
  background-color: rgba(12, 16, 19, 0.4);
  padding: 5px;
  max-width: 400px;
  font-size: 13px;
  color: #ccc;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: left;
}
.home-bubble-text:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -25px;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(12, 16, 19, 0.4);
  margin-top: -17px;
}
@media (max-width: 767px) {
  .home-bubble-text:before {
    margin-left: 30%;
    display: none;
  }
}
.home-second {
  background-image: url(../../images/home-crystal.png), url(../../images/home-crystal-2.png);
  background-repeat: repeat-y, repeat-y;
  background-position: left 0%, right 0%;
  background-color: #FFFFFF !important;
  padding: 60px 20px;
}
.home-second .home-center-text-contain {
  color: #333;
}
.two-thirds {
  width: 66.666667%;
  padding: 70px 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .two-thirds {
    width: 100%;
    display: block;
  }
}
.two-thirds .home-center-text-contain {
  text-align: left !important;
}
@media (max-width: 767px) {
  .two-thirds .home-center-text-contain {
    text-align: center !important;
  }
}
.two-thirds h2 {
  margin-top: 0px !important;
}
.two-thirds p {
  opacity: .85;
}
.two-thirds .home-input-container {
  margin-top: 30px !important;
}
.two-thirds .home-input-container input {
  margin-right: 0px !important;
}
@media (max-width: 991px) {
  .two-thirds .home-input-container input {
    width: 228px !important;
  }
}
@media (max-width: 767px) {
  .two-thirds .home-input-container input {
    padding-left: 36px;
  }
}
@media (max-width: 767px) {
  .two-thirds .home-input-container button {
    margin-left: 0px !important;
  }
}
.one-third {
  width: 33.3333333%;
  background-position: 50% 0%;
}
@media (max-width: 767px) {
  .one-third {
    width: 100%;
    display: block;
    visibility: hidden;
  }
}
.home-blue {
  background-color: #2A8CC6;
}
.home-blue .home-input-container .email-invite-wrap:before {
  background-color: #2c5786;
}
.home-blue .home-input-container button {
  background-image: linear-gradient(100deg, #2c5786, #4572a5);
  background-color: #2c5786;
}
.home-white {
  background-color: #FFFFFF;
  color: #000000 !important;
}
.home-white .home-center-text-contain {
  color: #333;
}
.home-white input {
  border: 1px solid #ccc !important;
}
.home-purple {
  background-color: #AC5C9F;
}
.home-purple .home-input-container .email-invite-wrap:before {
  background-color: #743175;
}
.home-purple .home-input-container button {
  background-image: linear-gradient(100deg, #743175, #8d458e);
  background-color: #743175;
}
.home-connect {
  padding: 50px 20px;
  background-color: #233238;
  background-image: url(../../images/home-crystal.png), url(../../images/home-crystal-2.png);
  background-repeat: repeat-y, repeat-y;
  background-position: left 0%, right 0%;
}
@media (max-width: 767px) {
  .home-connect .home-input:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
  }
}
.home-quotes {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-quotes {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.home-image {
  vertical-align: top;
  max-width: 150px;
  text-align: left;
}
@media (max-width: 767px) {
  .home-image {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.home-people-text {
  vertical-align: top;
  text-align: left;
  width: 100%;
  padding-left: 150px;
  padding-right: 15px;
  position: absolute;
  top: 10px;
}
@media (max-width: 767px) {
  .home-people-text {
    display: block;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}
.home-people-text p {
  font-size: 18px;
}
.home-people-text .quote-author {
  font-size: 16px;
  margin-top: 15px;
}
.home-footer-logo {
  margin: 20px auto;
  text-align: center;
  clear: both;
}
.home-footer-logo p {
  font-size: 16px;
}
.home-footer-logo img {
  margin-right: 10px;
  height: 37px;
  padding-bottom: 5px;
}
.home-button-have-invite {
  background-image: url(../../images/already-have-invite.png);
  background-size: 450px 55px;
  background-repeat: no-repeat;
  width: 450px;
  height: 55px;
  position: relative;
  top: 192px;
  border: none;
}
.home-invite-join-container {
  width: 450px;
  height: 60px;
  text-align: center;
  margin: 0px auto 0px auto;
  background-color: transparent;
  position: relative;
  top: 210px;
}
.home-button-join-nextio {
  background-image: url(../../images/join-nextio.png);
  background-size: 188px 55px;
  background-repeat: no-repeat;
  width: 188px;
  height: 55px;
  margin-top: 2px;
  margin-left: 10px;
  display: block;
  border: none;
  border-radius: 11px;
  float: left;
}
.home-button-join-nextio:focus {
  outline: none;
}
/*
.home-button-view-video{
  background-image: url(../../images/view-video-green.png);  
  background-size: 188px 55px;
  background-repeat:no-repeat;
  width: 188px;
  height: 55px;
  border: none;
  border-radius: 11px;
  display:block;
  margin-top:2px;
  margin-right:10px;
  float:right;
}

.home-button-view-video:focus{
    outline:none;
}
.home-button-center-view-video{
  background-image: url(../../images/view-video-green.png);  
  background-size: 188px 55px;
  background-repeat:no-repeat;
  width: 188px;
  height: 55px;
  position: relative;
  top: 192px;
  border: none;
  border-radius: 11px;
  left: 0px;
}

.home-button-center-view-video:focus{
    outline:none;
}

.video-dialog .modal-dialog {
    width:840px;
    max-width:840px!important;
}
*/
.video-modal-close-btn {
  background-color: black;
  position: absolute;
  fill-opacity: 0.6;
  opacity: 0.8;
  top: -20px;
  right: -410px;
  font-size: 20px;
  z-index: 200000;
  color: white;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.join-nextio-div-text {
  font-size: 14px;
}
.join-nextio-div {
  float: left;
}
.video-modal-close-btn:focus {
  outline: none;
}
.home-input-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.home-input-container .email-invite-wrap {
  max-width: 350px;
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .home-input-container .email-invite-wrap {
    display: block;
    margin: 10px auto;
    max-width: 250px;
  }
}
.home-input-container .email-invite-wrap:before {
  content: " ";
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  background-color: #49AF4D;
  margin-left: -30px;
  border-radius: 2px 0px 0px 2px;
  background-image: url(../../images/envelope.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
}
@media (max-width: 767px) {
  .home-input-container .email-invite-wrap:before {
    margin-left: -2px;
  }
}
.home-input-container input {
  height: 40px;
  vertical-align: top;
  color: #8A8A8B;
  border-radius: 0px 2px 2px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  width: 350px;
  margin-right: 8px;
  padding-left: 17px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .home-input-container input {
    width: 250px;
    padding-left: 10px;
  }
}
.home-input-container button {
  vertical-align: top;
  border: 0px;
  background-image: linear-gradient(100deg, #49af4d, #81c685);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: 8px;
}
/* home sub section */
.home-subhead {
  color: #00B943;
  font-size: 20px;
  display: block;
}
.sub-home-section {
  clear: both;
  position: relative;
  background-color: #fff;
}
.sub-home-section .sub-home-nav {
  display: flex;
}
@media (max-width: 767px) {
  .sub-home-section .sub-home-nav {
    display: initial;
  }
}
.sub-home-section .sub-home-nav .sub-home-nav-link {
  text-align: center;
  color: #666;
  padding: 20px;
  width: 25%;
  font-size: 13px;
}
@media (max-width: 767px) {
  .sub-home-section .sub-home-nav .sub-home-nav-link {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
}
.sub-home-section .sub-home-nav .sub-home-nav-link:hover .shn-header {
  color: #64CE81;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub-home-section .sub-home-nav .sub-home-nav-link .shn-header {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.sub-home-section .sub-home-row {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .sub-home-section .sub-home-row {
    display: initial;
  }
}
.sub-home-section .sub-home-row .sub-home-row-half {
  text-align: center;
  width: 50%;
  padding: 10px 40px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 767px) {
  .sub-home-section .sub-home-row .sub-home-row-half {
    width: 100%;
  }
}
.sub-home-section .sub-home-row .sub-home-row-half .home-subhead {
  font-size: 26px;
}
.sub-home-section .sub-home-row .sub-home-row-half img {
  width: 100%;
}
.sub-home-section .sub-home-row .sub-home-row-half p {
  margin-top: 10px;
}
.home-row-divider {
  width: 50%;
  display: block;
  height: 3px;
  background-image: linear-gradient(to bottom, #e6f4e7, #ffffff);
  margin: 30px auto;
}
.home-triple-row {
  display: flex;
}
@media (max-width: 767px) {
  .home-triple-row {
    display: initial;
  }
}
.home-triple-row .home-triple-col {
  width: 33%;
  text-align: center;
  padding: 20px 5%;
}
@media (max-width: 767px) {
  .home-triple-row .home-triple-col {
    display: initial;
  }
  .home-triple-row .home-triple-col p {
    padding: 0px 20px;
    max-width: 300px;
    margin: 10px auto;
    font-size: 13px;
  }
}
.home-triple-row .home-triple-col .triple-icon {
  width: 100%;
  height: 70px;
  display: block;
  background-size: contain;
  max-width: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.home-triple-row .home-triple-col .safe-icon {
  background-image: url(../../images/safe-icon.svg);
}
.home-triple-row .home-triple-col .secure-icon {
  background-image: url(../../images/secure-icon.svg);
}
.home-triple-row .home-triple-col .free-icon {
  background-image: url(../../images/free-icon.svg);
}
.home-join-btn {
  max-width: 260px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  clear: both;
  margin-top: 25px;
  border: 0px;
  color: #fff;
  background-color: transparent;
}
.home-small-text {
  text-align: center;
  padding-top: 10px;
  text-shadow: 1px 1px 2px #333;
}
/* about page */
.about-container {
  padding: 0px;
  font-weight: 500;
  display: flex;
}
@media (max-width: 767px) {
  .about-container {
    display: initial;
  }
}
.about-left-col {
  border-right: 1px solid #d5d5d5;
  width: 20%;
  background-color: #fff;
  background-image: url(../../images/home-crystal.png);
  background-repeat: no-repeat;
  background-repeat: contain;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .about-left-col {
    width: 100%;
    border-right: 0px;
    background-image: url(../../images/home-crystal-3.png);
  }
}
.about-left-col h1 {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-left-col h1 {
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .about-left-col .sidebar-follow {
    position: static;
    text-align: center;
  }
}
.about-left-col .about-sidebar {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
@media (max-width: 767px) {
  .about-left-col .about-sidebar {
    padding: 0px;
  }
}
.about-left-col .about-sidebar li {
  list-style: none;
  margin: 10px;
}
@media (max-width: 767px) {
  .about-left-col .about-sidebar li {
    display: inline-block;
  }
}
.about-left-col .about-sidebar li:before {
  content: " –";
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .about-left-col .about-sidebar li:before {
    content: " ";
    margin: 5px 10px;
  }
}
.about-left-col .about-sidebar li a {
  color: #64CE81 !important;
  font-size: 20px;
  text-decoration: none;
}
.about-header {
  background-image: url(../../images/about-bg.png);
  background-size: cover;
  background-position: 50%;
  text-align: center;
  color: #fff;
  padding: 14%;
}
.about-header h1 {
  margin: 0px;
}
.about-header-padding {
  padding: 163px;
}
@media (max-width: 767px) {
  .about-header-padding {
    padding: 14%;
  }
}
.community-padding {
  padding-top: 163px !important;
  padding-bottom: 163px !important;
}
@media (max-width: 767px) {
  .community-padding {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
.readable-text-constrictor {
  margin: 30px auto 0px;
  max-width: 875px;
  width: 90%;
}
@media (max-width: 767px) {
  .readable-text-constrictor {
    margin: 0px auto;
    padding-top: 35px !important;
  }
}
.about-right-col {
  width: 100%;
  background-color: #fff;
  padding: 0px;
}
@media (max-width: 767px) {
  .about-right-col {
    width: 100%;
    padding: 0px;
  }
}
.about-right-col h2 {
  font-size: 36px;
  margin: 30px 0px;
}
.about-right-col p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-right-col .about-padding {
  padding: 15px 80px;
}
@media (max-width: 767px) {
  .about-right-col .about-padding {
    padding: 15px;
  }
}
.featured-users-header .about-header {
  padding: 10% 250px 10% 2%;
  position: relative;
}
@media (max-width: 520px) {
  .featured-users-header .about-header {
    padding: 0px;
  }
  .featured-users-header .about-header h1 {
    width: 90%;
    margin: 0px auto 20px;
    padding-top: 5px;
  }
}
.featured-users-header .about-header h1 {
  line-height: 40px;
  margin-bottom: 20px;
}
.featured-users-header .about-header .marketing__header {
  top: 10px;
  right: 10px;
  height: 100%;
  width: 245px;
  padding-top: 6%;
  position: absolute;
}
@media (max-width: 520px) {
  .featured-users-header .about-header .marketing__header {
    bottom: 0px;
    left: 10px;
    padding-top: 15px;
    width: 100%;
    position: relative;
  }
}
.featured-users-header .about-header .marketing-header-community {
  top: 10px;
  right: 10px;
  height: 100%;
  width: 245px;
  padding-top: 6%;
  position: absolute;
}
@media (max-width: 600px) {
  .featured-users-header .about-header .marketing-header-community {
    bottom: 0px;
    left: 10px;
    padding-top: 15px;
    width: 100%;
    position: relative;
  }
}
.about-linkedin {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  background-image: url(../../images/linkedin-icon2.svg);
}
.our-team {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .our-team {
    display: initial;
  }
}
.about-team-member {
  width: 49%;
  clear: both;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f6fdf8;
  box-shadow: 3px 3px 8px -3px #aaa;
  border: 1px solid #e4e4e5;
}
@media (max-width: 767px) {
  .about-team-member {
    width: 100%;
  }
}
.about-team-member:after {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  content: " ";
}
.about-team-member .team-member-name {
  margin-bottom: 10px;
}
.about-team-member .about-team-member-photo {
  float: left;
  display: inline-block;
  padding: 0px 15px 5px 0px;
  max-width: 160px;
}
.about-team-member .about-team-member-photo img {
  border: 1px solid #e4e4e5;
}
.about-team-text {
  font-size: 16px;
  margin-top: 10px;
}
/* NEW HOME PAGE STYLE */
.home-options-grid {
  font-size: 20px;
  color: #fff;
}
.home-options-grid .home-grid-row {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 4px;
  padding-right: 4px;
}
.home-options-grid .geekwire {
  background-color: #223238 !important;
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .home-options-grid .geekwire {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.home-options-grid .geekwire img {
  width: 75%;
  max-width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.home-options-grid .home-six-pack {
  padding: 1px;
  display: table;
}
@media (max-width: 767px) {
  .home-options-grid .home-six-pack {
    width: 100%;
  }
}
.home-options-grid .home-six-pack .six-pack-content {
  background-color: #778F9C;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 250px;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-blend-mode: multiply;
  text-shadow: 1px 1px 2px #333;
}
.home-options-grid .home-six-pack .sp-bg-1 {
  background-image: url(../../images/hills.jpg);
}
.home-options-grid .home-six-pack .sp-bg-2 {
  background-image: url(../../images/open-book.jpg);
}
.home-options-grid .home-six-pack .sp-bg-3 {
  background-image: url(../../images/clapping-group.jpg);
}
.home-options-grid .home-six-pack .sp-bg-4 {
  background-image: url(../../images/yellow-bag.jpg);
}
.home-options-grid .home-six-pack .sp-bg-5 {
  background-image: url(../../images/selfie-party.jpg);
}
.home-options-grid .home-six-pack .sp-bg-6 {
  background-image: url(../../images/open-comp.jpg);
}
.home-video-section {
  padding: 0px 20px;
}
.home-video-section:nth-of-type(even) {
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-video-section {
    margin: 20px 0px 5px;
  }
}
.home-video-section .row {
  max-width: 1170px;
  margin: 0 auto;
}
.home-video-section .col-md-6 {
  min-height: 500px;
}
@media (max-width: 991px) {
  .home-video-section .col-md-6 {
    min-height: 0px;
  }
}
.home-video-section .video-text-container {
  position: relative;
  height: 175px;
}
@media (max-width: 991px) {
  .home-video-section .video-text-container {
    height: auto;
  }
}
.home-video-section .open-the-door {
  position: absolute;
  top: 0%;
  bottom: 0%;
  margin: auto;
  left: 0%;
  right: 0%;
  width: 390px;
}
@media (max-width: 991px) {
  .home-video-section .open-the-door {
    position: relative;
    margin: 20px auto 60px;
    display: block;
    width: 50%;
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .home-video-section .mobile-vs-img {
    background-size: contain;
    margin-top: 15px;
  }
}
.home-video-section .home-profiles-contain {
  padding-top: 7vw;
  padding-bottom: 7vw;
}
@media (max-width: 767px) {
  .home-video-section .home-profiles-contain {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.home-video-section .home-profiles {
  width: 29%;
  margin: 1.85%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 430px) {
  .home-video-section .home-profiles {
    width: 45%;
  }
}
.home-video-section .home-profiles .prof-img {
  width: 70%;
  margin: 0 auto;
  border-radius: 50%;
}
.home-video-section .home-profiles .prof-name {
  font-size: 14px;
  font-weight: 700;
}
.home-video-section .home-profiles .prof-handle a {
  font-size: 14px;
  font-weight: 700;
  color: #00A9E0 !important;
  text-decoration: none;
}
.home-video-section .about-profiles {
  vertical-align: top;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-video-section .about-profiles {
    margin-bottom: 60px;
  }
}
.home-video-section .about-profiles .prof-img {
  width: 50%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 50%;
}
.home-video-section .about-profiles .prof-name {
  font-size: 14px;
  font-weight: 700;
}
.home-video-section .about-profiles .prof-handle a {
  font-size: 14px;
  font-weight: 700;
  color: #00A9E0 !important;
  text-decoration: none;
}
.home-video-section .about-profiles .about-team-text {
  padding: 0px 7px;
  min-height: 340px;
}
@media (max-width: 991px) {
  .home-video-section .about-profiles .about-team-text {
    min-height: 0px;
  }
}
.home-video-section .one-qtr {
  width: 25%;
}
@media (max-width: 991px) {
  .home-video-section .one-qtr {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .home-video-section .one-qtr {
    width: 100%;
    display: block;
  }
}
.home-video-section .one-fifth {
  width: 20%;
}
@media (max-width: 991px) {
  .home-video-section .one-fifth {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .home-video-section .one-fifth {
    width: 100%;
    display: block;
  }
}
.home-video-section .promise-img {
  height: 50px;
  width: auto !important;
  margin: 7px 0px;
}
@media (max-width: 767px) {
  .home-video-section .promise-img {
    margin-top: 50px;
  }
}
.home-video-section .promise-heading {
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  margin: 10px auto;
}
.home-video-section .promise-text {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
  line-height: 18px;
  max-width: 300px;
}
.home-video-section .floating-content {
  position: absolute;
  top: 33%;
  font-size: 24px;
  line-height: 26px;
  width: 80%;
  text-align: center;
}
@media (max-width: 991px) {
  .home-video-section .floating-content {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 100%;
  }
}
.home-video-section .floating-content h5 {
  font-size: 36px;
  font-weight: bold;
  margin: 10px auto;
}
@media (max-width: 991px) {
  .home-video-section .floating-content h5 {
    max-width: 100%;
    margin-top: 45px;
  }
}
.home-video-section .floating-content p {
  font-size: 14px;
  line-height: 20px;
}
.home-video-section .floating-content ul {
  padding: 0px;
  max-width: 360px;
  margin: 25px auto;
}
.home-video-section .floating-content li {
  font-size: 18px;
  list-style: none;
  padding-bottom: 20px;
  text-align: left;
}
.learn-more-btn {
  color: #00A9E0 !important;
  border: 1px solid #00A9E0;
  background-color: transparent;
  padding: 5px 23px;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-max {
  max-height: 620px;
  overflow: hidden;
  background-color: #666;
}
.video-bg {
  width: 100%;
  height: 56.25vw;
  position: relative;
  background-image: url(../../images/home-hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 767px) {
  .video-bg {
    display: none;
  }
}
.video-bg #video_overlays {
  background-image: url(../../images/home-hero-img.jpg);
  height: 100%;
  opacity: 1;
  position: absolute;
  display: block;
  width: 100%;
}
.video-bg video {
  width: 100%;
  height: auto;
  opacity: .75;
}
@media (max-width: 767px) {
  .video-bg video {
    display: none;
  }
}
.home-hero-content {
  position: absolute;
  z-index: 4;
  top: 6vw;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1150px) {
  .home-hero-content {
    top: 170px;
  }
}
@media (max-width: 991px) {
  .home-hero-content {
    top: 3vw;
  }
}
@media (max-width: 767px) {
  .home-hero-content {
    margin-top: 15px;
    position: relative;
    top: auto;
  }
}
.home-hero-content .home-input-container.input-group {
  background-color: rgba(12, 16, 19, 0.4);
}
.home-hero-content .home-input-container {
  padding: 25px;
  max-width: 400px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .home-hero-content .home-input-container .home-input-container {
    width: 100% !important;
  }
}
.home-hero-content .home-input-container .form-control {
  margin-bottom: 10px;
}
.home-hero-content .home-input-container button {
  width: 100%;
  margin-left: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.seen-in {
  text-align: center;
}
@media (max-width: 991px) {
  .seen-in {
    margin: 0px 0px 25px;
  }
}
.seen-in span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #ACADAD;
}
.seen-in img {
  margin: 5px 20px;
}
.seen-in a {
  border: 0px !important;
}
.code-group {
  background-color: #fff;
}
@media (max-width: 767px) {
  .code-group {
    background-color: transparent;
  }
}
.code-group .form-control {
  width: 70%;
  height: 34px;
}
@media (max-width: 767px) {
  .code-group .form-control {
    width: 100%;
    min-width: 100%;
  }
}
.code-group .input-group-btn {
  display: inline-block;
}
@media (max-width: 767px) {
  .code-group .input-group-btn {
    width: 100%;
  }
}
.code-group .input-group-btn .btn-green {
  width: 50px;
  padding: 4px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -23px;
  padding-bottom: 5px !important;
}
@media (max-width: 767px) {
  .code-group .input-group-btn .btn-green {
    width: 100% !important;
    margin-left: auto;
  }
}
.signup-legal {
  background-color: #ccc;
  padding: 12px;
  max-width: 325px;
  margin: 0 auto;
  width: 80%;
}
.signup-legal a {
  color: #000;
  font-weight: 600;
}
.signup-row {
  padding: 0px 5px;
  margin-top: 5px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  display: table !important;
  color: #F6F7F8;
}
.signup-block-container {
  width: 90%;
  margin: 0 auto;
}
.signup-block-container p {
  font-size: 11px;
  color: #F6F7F8;
}
.signup-block-container button {
  margin: 0 auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: none;
}
.signup-block-container .home-join-btn {
  max-width: 450px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.signup-block {
  background-image: linear-gradient(-90deg, #78909D 0%, #233238 100%);
  display: table-cell !important;
  float: none;
  padding: 20px 5px 10px 5px;
  background-color: transparent !important;
}
.signup-block .home-join-btn {
  max-width: 70%;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .signup-block {
    width: 100%;
  }
}
.nextio-blue-bg {
  background-color: #2daae1;
  color: #FFFFFF;
}
.nextio-blue-bg label {
  font-weight: normal;
}
.nextio-blue-bg a {
  color: #FFFFFF;
}
.btn-sign-in {
  padding: 15px 0px 15px 0px;
  margin-bottom: 20px;
  font-size: 16px;
}
.nextio-promise-content {
  padding: 40px;
}
.nextio-promise img {
  margin: auto;
  display: block;
}
.nextio-promise h1 {
  font-size: 48px;
  font-weight: 700;
  color: #323334;
}
.nextio-promise h1,
.nextio-promise h4,
.nextio-promise p {
  margin-bottom: 20px;
}
.nextio-promise h2 {
  text-align: center;
  color: #00a9e0;
  font-size: 20px;
  font-weight: 500;
}
.nextio-promise h4,
.nextio-promise p {
  font-size: 14px;
  line-height: 20px;
}
.nextio-promise p {
  text-align: center;
  min-height: 50px;
}
.nextio-promise .nextio-blue-bg {
  padding: 0px;
}
.nextio-promise .nextio-blue-bg h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.nextio-promise .nextio-blue-bg hr {
  opacity: .18;
}
.nextio-promise .pane-bottom {
  background-color: #c8c9c9;
  margin: -20px 0px 0px 0px !important;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.nextio-promise .signup-pane .btn-info {
  background-color: transparent;
  border: 1px solid #fff !important;
}
.nextio-promise .signup-pane .btn-twitter {
  background-color: #00aced;
}
.nextio-promise .signup-pane button {
  position: relative;
}
.nextio-promise .signup-pane button .fa {
  position: absolute;
  left: 8px;
  font-size: 34px;
  top: 10px;
}
/* signup stlyes */
.signup-wrap {
  max-width: 515px;
  margin: 0px auto;
  padding: 1px;
}
.signup-wrap .help-block {
  max-width: 500px;
  margin: 0 auto;
}
.email-toggle {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 0px 0px 30px;
}
.claim-your-handle {
  background-color: #fff;
  padding: 20px 20px 35px;
  max-width: 500px;
  color: #323334;
  display: block;
  width: 100%;
  margin: 90px auto;
}
.claim-your-handle .btn[disabled] {
  background-color: #7AB800;
  color: #fff !important;
}
.claim-your-handle p {
  margin-top: 0px;
  color: #323334;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
.claim-your-handle {
  margin-bottom: 20px;
}
.claim-your-handle label {
  display: inline-block !important;
  height: 32px;
  font-weight: normal;
  padding: 5px 0px 5px 5px;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .claim-your-handle label {
    margin-top: 5px;
  }
}
.claim-your-handle input {
  width: 150px;
  padding-left: 0px;
  margin-right: 0px;
  height: 32px;
  border-radius: 0;
  vertical-align: top;
  color: #8A8A8B;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  outline: none !important;
}
@media (max-width: 430px) {
  .claim-your-handle input {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 5px auto;
    padding-left: 5px;
  }
}
.claim-your-handle button {
  display: inline-block !important;
  width: 90px!important;
  height: 33px;
  vertical-align: top;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 0px 6px 0px;
  opacity: 1 !important;
}
@media (max-width: 430px) {
  .claim-your-handle button {
    margin: 7px auto;
  }
}
.claim-your-handle2 {
  background-color: #fff;
  padding: 20px 20px 35px;
  max-width: 500px;
  color: #323334;
  display: block;
  width: 100%;
  margin: 90px auto;
}
.claim-your-handle2 .btn[disabled] {
  background-color: #7AB800 ;
  color: #fff !important;
}
.claim-your-handle2 p {
  margin-top: 0px;
  color: #323334;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
.claim-your-handle2 {
  margin-bottom: 20px;
}
.claim-your-handle2 label {
  display: inline-block !important;
  height: 32px;
  font-weight: normal;
  padding: 5px 0px 5px 5px;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .claim-your-handle2 label {
    margin-top: 5px;
  }
}
.claim-your-handle2 input {
  width: 150px;
  padding-left: 0px;
  margin-right: 0px;
  height: 32px;
  border-radius: 0;
  vertical-align: top;
  color: #8A8A8B;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
}
@media (max-width: 430px) {
  .claim-your-handle2 input {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 5px auto;
    padding-left: 5px;
  }
}
.claim-your-handle2 button {
  display: inline-block !important;
  width: 90px!important;
  height: 33px;
  vertical-align: top;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 0px 6px 0px;
  opacity: 1 !important;
}
@media (max-width: 430px) {
  .claim-your-handle2 button {
    margin: 7px auto;
  }
}
.company-top-box {
  background-color: #fff;
  padding: 20px 20px 35px;
  max-width: 500px;
  color: #323334;
  display: block;
  width: 100%;
  margin: 90px auto;
}
.company-top-box .btn[disabled] {
  background-color: #7AB800;
  color: #fff !important;
}
.greenbtn-bg {
  background-color: #7AB800;
}
.claim-your-handle .msg {
  background-color: white;
}
.claim-your-handle2 .msg {
  background-color: white;
}
.claim-wrap {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  background-color: #Fff;
  font-size: 15px;
}
@media (max-width: 430px) {
  .claim-wrap {
    border: 0px;
    background-color: transparent;
  }
}
@media (max-width: 430px) {
  .lower-label {
    color: white;
  }
}
/* home footer */
.home-footer {
  margin-top: -5px;
  color: #fff;
}
.home-footer .promise-img {
  width: 100% !important;
}
.home-footer .promise-heading {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-footer .promise-heading {
    margin-top: 30px;
  }
}
.home-footer .promise-text a {
  display: block;
  color: #fff !important;
  font-weight: 300;
  margin: 2px auto;
}
.app-icons {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 27px;
  width: 95px;
  margin-bottom: 10px !important;
}
.google-play {
  background-image: url(../../images/googleplay_logo.svg);
  background-size: 69%;
}
.app-store {
  background-image: url(../../images/apple-app-store.svg);
}
.homegap {
  padding: 25px 15px 75px;
}
.homegap h5 {
  margin-bottom: 25px !important;
}
@media (max-width: 991px) {
  .homegap h5 {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .homegap {
    margin: -20px 0px 5px;
  }
}
@media (max-width: 991px) {
  .homegapsmall {
    margin: -5px 0px 5px;
  }
}
.marketing-subnav {
  display: flex;
  justify-content: center;
  border: 1px solid #E8E9E9;
}
.marketing-subnav a {
  padding: 20px;
  color: #323334 !important;
  text-decoration: none;
}
.marketing-subnav .active-sub-nav {
  background-color: #E8E9E9;
}
@media (max-width: 767px) {
  .about-promises {
    margin-bottom: -20px !important;
  }
}
