.cardsBlock__cards {
  flex-direction: column;
}
.cardsBlock__socialBlock {
  margin: 10px -8px -8px;
}
.cardsBlock__social {
  padding: 5px 0;
}
.cardsBlock__quote {
  margin: 20px 0;
}
.cardsBlock__card--post hr {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

hr {
  opacity: 0.2;
  border-left-width: 0;
  margin: 12px -8px;
}

.hidden, .pxl {
  display: none !important;
}

.shown {
  display: block !important;
}

.forcereg {
  cursor: pointer;
}

.forcereg:hover {
  text-decoration: underline;
}

.content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.content__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.content__column--profile {
  width: 45%;
}
.content__column--posts {
  width: 55%;
}
.content__registration {
  position: absolute;
  top: 120px;
  width: 100%;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navBar {
  margin: 0 0 20px 0;
}
.navBar__container {
  max-width: 880px;
  width: 90%;
  margin: auto;
}
.navBar__tv--mobile {
  color: #fff;
  background: #566fa7;
}
.navBar__icon:before {
  color: #294b92;
}

@media (max-width: 768px) {
  .navBar {
    margin: 0;
  }
  .navBar__container {
    width: 100%;
    padding: 6px;
  }
  .navBar__logo img {
    max-height: 40px;
  }
}
@media (max-width: 768px) {
  .login__navigation {
    top: 8px;
  }
}
.imageGrid__images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.imageGrid__imageInstance {
  width: 32%;
  margin-bottom: 5px;
}
.imageGrid__image {
  max-width: 100%;
}
.imageGrid__text {
  text-align: center;
  margin: 0 auto 5px;
}
.imageGrid__caption {
  position: relative;
}

.icon--video {
  position: absolute;
  top: -22px;
  right: 8px;
}
.icon--cams {
  margin-right: 5px;
}

.text--label {
  font-size: 16px;
  padding: 10px 0 3px;
}
.text--name {
  font-size: 16px;
}
.text--small {
  font-size: 11px;
}
.text--link {
  font-size: 14px;
  text-align: center;
  padding: 5px 0 10px;
}
.text--link a {
  font-weight: bold;
  cursor: pointer;
}
.text--body {
  font-size: 14px;
}
.text--legal {
  font-size: 11px;
  text-align: justify;
}
.text--benefits {
  font-size: 14px;
}
.text--headline {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: lighter;
}
.text--headline span {
  text-transform: uppercase;
  font-weight: normal;
}
.text--subHeadline {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
}
.text--subHeadline span {
  text-transform: uppercase;
  font-weight: bold;
}
.text--social {
  text-align: center;
  padding: 7px 0;
  font-size: 11px;
  font-weight: bold;
}
.text--imageLabel {
  text-align: center;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}
.text--button {
  font-size: 14px;
  font-weight: bold;
}
.text--navBar {
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
}
.text--dash {
  padding: 10px;
  margin: 0;
}

.block-legal-warning {
  margin: 10px;
}
.block-legal-warning p {
  margin: 0;
}
.block-legal-warning a {
  padding: 0;
  width: auto;
}

.legal__container {
  padding: 15px 7px;
  margin: 15px 0 0;
  box-sizing: border-box;
}
.legal__container > div {
  display: inline-block;
  width: auto;
  border-left: 1px solid #ffffff;
}
.legal__container > div:first-child {
  border-left: 0;
}
.legal__container .legal__disclaimer {
  display: block;
  border-left: 0;
}
.legal__disclaimer {
  width: 96%;
  margin: 10px auto;
  max-width: 1100px;
}

@media all and (max-width: 840px) {
  .step__blocks--inline {
    flex-direction: column;
  }
  .step__dataBlock--inline {
    flex-direction: column;
    width: 100%;
  }
  .step__navBlock--inline {
    justify-content: space-between;
    width: 100%;
  }

  .button--next {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content {
    margin: 60px auto 0;
  }
}
@media all and (max-width: 585px) {
  .navBar__searchField {
    display: none;
  }

  .content {
    flex-direction: column;
    max-width: 550px;
  }
  .content__registration {
    width: 98%;
    top: 2%;
    left: 1%;
    padding: 15px;
  }
  .content__column {
    max-width: 500px;
    margin: auto;
  }
  .content__column--posts {
    position: static;
    width: 100%;
  }
  .content__column--profile {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .navBar__container {
    justify-content: center;
  }
  .navBar__toolbar {
    display: none;
  }
  .navBar__logo {
    margin: auto;
  }
}
@media all and (max-width: 375px) {
  .text--social {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
