.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

header .collage-img {
  text-align: right;
  margin-bottom: -300px;
}
header .collage-img img, header .collage-img canvas {
  width: 100%;
  max-width: 900px;
}

header .left.header-text {
  padding: 0;
}

header img.left {
  padding: 0;
  margin: calc(5px + 0.5%);
  width: 125px;
}

body:not(#signuphtml) footer {
  background-image: url("../../images/new/mainfooter.jpeg");
}


footer {
  margin-top: 0;
}

footer .logo {
  width: 90%;
  max-width: 125px;
}

footer .social-links img {
  margin-right: calc((100% - 110px) / 3);
}

.features-that-help {
  margin: 0 auto;
  /* height: 0;
  min-height: 837px; */
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin-bottom: 40px;
}

.features-that-help > * {
  flex: 1 1 50%;
  max-width: 750px;
}

.features-that-help img {
  width: 100%;
}

.support-container {
  height: auto;
  padding: 20px calc(20px + 3%);
}

.support-content {
  padding-left: 30px;
}

.support-content a {
  color: #005DA3;
}

.download-icons img {
  height: 60px;
}


.download-container {
  height: auto;
}

#downloadhtml .button-primaryred, #downloadhtml .button-secondaryred {
  width: auto;
  padding: 0 30px;
}

#downloadhtml .pricing {
  font-weight: bold;
}

.download-img-container {
  height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-img-container img {
  max-height: 325px;
  max-width: 460px;
  flex: 0 0 0;
}

@media  screen and (max-width: 680px) {
  #indexhtml header .container .right img {
    display: none;
  }

}

#mobileNav {
  /* width: 100%; */
  background-color: rgba(4, 43, 76, 0.97);
  opacity: 0;
  transition: 0.25s all ease-in-out;
}

#mobileNav.open {
  width: 100%;
  opacity: 1;
}

#mobileNav.overlay a {
  color: white;
  font-weight: 100;
}

#mobileNav > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

/* Contact */
.contact-links {
  display: flex;
  justify-content: flex-start;
  width:100%;
  flex-flow: row wrap;
}

.contact-links p {
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 5px 0;
  margin-right: 15px;
}

#contacthtml .contact-container {
  height: auto;
}

.width-limited-main {
  width: 80%;
  margin: 0 auto;
}

#supporthtml .support-container {
  height: auto !important;
}

#supporthtml .blue_icon {
  background-color: #005DA3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 62px;
  /* margin-bottom: 30px; */
  padding: 24px;
  transform: scale(0.7);
}

#supporthtml h2 {
  margin-top:0;
}

#supporthtml .support-container .left .support-nav ul {
  width: 100%;
  padding: calc(2% + 15px);
  box-sizing: border-box;
}

#supporthtml .support-container .support-topics {
  padding-left: 30px;
}

#supporthtml .support-container .support-topics ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

#supporthtml .support-container .support-topics ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

#supporthtml .support-container .support-topics ul li img {
    margin: 0 auto;
}

#supporthtml .support-container .support-topics ul li a {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    flex-direction:column;
    justify-content:flex-end
}

#supporthtml .support-search {
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
}

#supporthtml .support-container .support-topics button {
  width: 100%;
  max-width: 230px;
  margin: 20px 0;
}

#indexhtml .pricing-plans {
  margin: 5% auto;
}

#indexhtml .pc-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 10px auto;
  width: 100%;
  max-width: 1110px;
  min-width: 810px;

}

#indexhtml .pricing-card {
  height: auto;
  min-width: 250px;
  max-width: 350px;
  margin: 10px;
}

#indexhtml .pricing-card .button-primaryred {
  margin: 0 !important;
}


#indexhtml .pricing-card .inside {
  position: relative;
  top: 0;
  height: 100%;
  padding-top: 25px;
  box-sizing: border-box;
}

#indexhtml .pricing-card .bottom {
  padding: 0 10% 60px;
}

#indexhtml .pricing-card .inside .bottom ul {
  width: 100%;
}

#indexhtml .we-know img {
  height: 90px;
}

#indexhtml .what-we-provide {
  margin-top: 35px;
}
#indexhtml .who-we-are {
  margin-bottom: 55px;
}

.iphone {
  width: 500px;
  border-radius: 40px;
  transform: rotate(-21deg);
  box-shadow: 5px 5px 20px #0006;
  margin-top: 80px;
  margin-bottom: -150px;
}



@media screen and (max-width: 950px) {
  #indexhtml .pc-container {
    width: 180vw;
    /* max-width: 1110px;
    min-width: 810px; */
  }

}

#contacthtml li.contact-social ul {
    width:100%;
}

#contacthtml li.contact-social ul li {
  display:block;
  margin-bottom: 15px;
}

#contacthtml .contact-container ul li a {
  color: #BD292F;
  font-size: 100%;
}

#contacthtml .contact-container ul li a:hover {
  text-decoration: underline;
}

#contacthtml li.contact-social ul li a img {
    vertical-align: middle;
}

#indexhtml header {
  height: auto;
}

#indexhtml header .header-text {
  box-sizing: border-box;
  height: auto;
  top: unset;
}

#indexhtml .fth-text .fth-text-section {
  width: auto;
}

#indexhtml .fth-text .button-primaryred {
  position: static;
  margin: 40px auto;
  display: block;
}

#indexhtml .fth-text hr {
  width: 100%;
  position: static;
}


#indexhtml * {
  box-sizing: border-box;
}


/* Mobile fixes */
@media screen and (max-width: 620px) {

  #indexhtml .button-primaryred,
  #indexhtml .button-secondarywhite,
  #indexhtml .button-secondaryred {
    width: 100% !important;
    margin: 20px auto !important;
    left: 0 !important;
  }

  #indexhtml .home-section {
    width: 100% !important;
    box-sizing: border-box;
    padding: 15px 30px;
    left:0;
    margin: 0;
  }

  #indexhtml header .left.header-text {
    padding: 15px;
    box-sizing: border-box;
  }


  #indexhtml .center-container {
    left: 0;
    top: 0;
  }

  #indexhtml .we-know {
    padding: 0 5px;
  }

  footer {
    height: auto !important;
    padding: 80px 5px;
    box-sizing: border-box;
  }

  footer ul {
    width: 100%;
    top: 0;
    left: 0;
  }

  footer ul li {
    width: 100% !important;
  }

  footer .social-links img {
    margin: 25px 10px 0;
  }

  footer .links {
    top: 0;
  }

  #contacthtml .contact-container ul {
    width: 85%;
  }

  .width-limited-main {
    width: 90%;
  }
}

/* Tablet/Mobile fixes */
@media  screen and (max-width: 768px) {
  .download-img-container {
    height: auto;
  }
  .download-img-container img {
    width: 100%;
  }
  #downloadhtml button.button-primaryred {
    width: 110px;
    padding: 0;
  }
  #downloadhtml .inside-text {
    margin-left: 5px;
    margin-right: 5px;
  }

  #downloadhtml li hr {
      margin-top: 30px;
  /*     visibility:hidden; */
  }

  /* #downloadhtml li {
      margin: 9px;
      box-shadow: 1px 1px 5px #4443
  } */

  /* Support */
  #supporthtml .support-container .support-topics ul li {
    width: 100%;
  }


  /* Contact */
  .contact-links {
    justify-content: center;
  }

  /* Home */
  #indexhtml .features-that-help {
    height: auto;
    display: block;
  }

  #indexhtml .home-section {
    padding: 15px 30px;
  }

  #indexhtml .pricing-plans .button-secondaryred {
    position: static;
    display: block;
    margin: 0 auto;
  }


  #indexhtml .features-that-help img {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    left: 0 !important;
    margin: 10px auto;
    display: block;
    float: none;
    box-sizing: border-box;
  }

  #indexhtml .features-that-help .fth-text.right {
    float:none;
    width: 100%;
    left: 0 !important;
    /* margin: 10px auto; */
    /* padding: 0 20px; */
    top: 0;
    right: auto;
  }




}







.apply-alpha {
  opacity: 0;
  transition: 2s all ease;
}

.alpha-applied {
  opacity: 1;
}


.upcoming-event {
  display: flex;
  justify-content: stretch;
}

.upcoming-event-left {
  display: flex;
  flex: 1;
  align-items: center;
}

.upcoming-event-right {
  display: flex;
  flex: 1;
  align-items: center;
}

.upcoming-event-time {
  flex: 1;
}

.upcoming-event-channel-name {
  flex: 1;
}

.upcoming-event-channel-name a {
  color: #005da3;
  font-weight: 600;
}

.upcoming-event-name a {
  color: #005da3;
}

@media (max-width: 767px) {

  .upcoming-event  {
    padding-bottom: 8px;
    flex-direction: column;
  }

  .upcoming-event-name {
    padding-left: 36px;
  }
}