.button {
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  margin-bottom: 1rem;
  padding: .5rem 3rem;
  text-align: center;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
}

body.registration-page {
  background-color: #035c6c !important;
  background-image: url(/frontend/images/body-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

body.registration-page .container-fluid {
  max-width: 1020px;
}

body.club-reg-page {
  background-color: #fff;
  color: #000;
}

body.club-reg-page .container-fluid {
  max-width: 961px;
}

body.main-page {
  background: url("/frontend/images/index-bg.png") no-repeat center center fixed;
  background-size: cover;
  color: #000;
  height: 100%;
  width: 100%;
  z-index: 0;
}

body.main-page .container-fluid {
  max-width: 961px;
}

body p.has-error {
  color: #ea4278;
  font-size: 1.3rem;
  font-weight: 600;
}

.col-xs-nopadding {
  padding-left: 0;
  padding-right: 0;
}

header .heading-logos {
  padding: 1.8rem 0;
}

header .heading-logos .intrum-logo-box {
  margin-bottom: 2.5rem;
}

header .heading-logos .intrum-logo-box p {
  font-size: 1.6rem;
  font-weight: bold;
}

header .heading-logos .intrum-logo-box span {
  position: relative;
}

header .heading-logos .intrum-logo-box span::before {
  background-image: url(/frontend/images/intrum-logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.35rem;
  margin: 0 .5rem;
  width: 5.9rem;
}

header .heading-logos .growth-ring-logo-box img {
  margin: 0 auto;
}

header .menu {
  background-color: rgba(255, 255, 255, 0.25);
}

header .menu nav .navbar-nav {
  margin: 0;
}

header .menu nav .navbar-nav li {
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
  width: 14.5rem;
}

header .menu nav .navbar-nav li a {
  color: #005969;
  padding: .5rem;
}

header .menu nav .navbar-nav li a:hover {
  background-color: #ea4278;
  color: #fff;
}

header .menu nav .navbar-nav li.active {
  background-color: #ea4278;
}

header .menu nav .navbar-nav li.active a {
  color: #fff;
}

header.club-reg {
  border-bottom: 2px solid #aba8a6;
  height: 5.7rem;
}

header .logo-wrap {
  float: left;
  margin-top: 2.4rem;
}

header .logo-wrap img {
  height: 2.05rem;
  width: 9.15rem;
}

header .page-title-wrap {
  float: right;
}

header .page-title-wrap h3 {
  border-bottom: 0.3rem solid #00a0a6;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3.1rem 0 0;
  padding-bottom: .5rem;
}

header.main {
  background-color: #fff;
  border-bottom: 2px solid #aba8a6;
  height: 5.7rem;
  position: relative;
  z-index: 5;
}

header .logo-wrap {
  float: left;
  margin-top: 2.4rem;
}

header .logo-wrap img {
  height: 2.05rem;
  width: 9.15rem;
}

header .page-title-wrap {
  float: right;
}

header .page-title-wrap h3 {
  border-bottom: 0.3rem solid #00a0a6;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3.1rem 0 0;
  padding-bottom: .5rem;
}

.thanks-page p {
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: 2rem;
  padding: 2rem 1rem;
  text-align: center;
}

.club-registration {
  position: relative;
  padding: 1.8rem 0;
}

.club-registration::before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecf0), color-stop(50%, rgba(235, 236, 240, 0.73)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ebecf0 0%, rgba(235, 236, 240, 0.73) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebecf0', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  content: '';
  height: 300px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.club-registration::after {
  background-image: url("/frontend/images/club-reg-bg-after.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 600px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.club-registration p {
  font-size: 1.2rem;
  position: relative;
  z-index: 5;
}

.club-registration form {
  position: relative;
  z-index: 5;
}

.club-registration form .form-group {
  margin: 0 0 1.5rem;
}

.club-registration form .form-group label {
  font-size: 1.2rem;
}

.club-registration form .form-group label.blue {
  background-color: #005969;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: .3rem .8rem;
  text-transform: uppercase;
}

.club-registration form .form-group input {
  border: 1px solid rgba(171, 168, 166, 0.2);
  color: #000;
  font-size: 1.2rem;
  padding: .3rem .5rem;
  width: 100%;
}

.club-registration form .form-group.check-box .all-checkbox {
  padding-top: 1rem;
}

.club-registration form .form-group.check-box .all-checkbox label {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.7rem;
  padding-left: 4rem;
  text-align: left;
}

.club-registration form .form-group.check-box .all-checkbox label::after {
  clear: both;
  content: '';
  display: table;
}

.club-registration form .form-group.check-box .all-checkbox label input {
  display: none;
}

.club-registration form .form-group.check-box .all-checkbox label input + .ch::before {
  color: #fff;
  content: "";
  display: block;
  font-size: 1.2rem;
  padding-left: .2rem;
  position: relative;
}

.club-registration form .form-group.check-box .all-checkbox label input:checked + .ch::before {
  background-color: #00a0a7;
  content: "\2713   ";
  height: 1.5rem;
  top: -.1rem;
  width: 1.3rem;
}

.club-registration form .form-group.check-box .all-checkbox label .ch {
  background-color: #fff;
  border: 0.1rem solid #aba8a6;
  border-radius: 0;
  display: inline-block;
  float: left;
  height: 1.5rem;
  margin: 0 0 0 -2.52rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
}

.club-registration form .form-group.radio-box .radio-box-wrapper p {
  margin: 0;
  text-align: left;
}

.club-registration form .form-group.radio-box .radio-box-wrapper p.go {
  display: inline-block;
}

.club-registration form .form-group.radio-box .radio-box-wrapper p.go-not {
  margin-left: 1rem;
}

.club-registration form .form-group.radio-box .radio-box-wrapper p label {
  margin-bottom: .7rem;
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked,
.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label,
.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label:before,
.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: .6rem;
  top: .1rem;
  width: 18px;
  height: 18px;
  border: 1px solid #aba8a6;
  border-radius: 100%;
  background: #fff;
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label:after,
.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a0a7;
  position: absolute;
  top: .6rem;
  left: 1.1rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.club-registration form .form-group button {
  background-color: #00a0a7;
  border: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .3rem 1.3rem;
}

.main-page-content {
  position: relative;
  padding: 1.8rem 0;
}

.main-page-content::before {
  content: '';
  height: 300px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.main-page-content p {
  font-size: 1.2rem;
  position: relative;
  z-index: 5;
}

.ibgala-body {
  background-color: #333;
}

.ibgala-video {
  position: relative;
  padding-top: 56.25%;
}

.ibgala-chat iframe {
  min-height: 40rem;
}

@media (min-width: 1200px) {
  .ibgala-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ibgala-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    padding-top: 0;
  }

  .ibgala-chat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .ibgala-video,
  .ibgala-chat {
    height: 100vh;
  }

  iframe {
    min-height: 100vh !important;
  }
}

@media (min-width: 768px) {
  .main-page-content {
    padding: 2.7rem 0;
  }

  .main-page-content p {
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .main-page-content {
    padding: 3.6rem 0;
  }
}

@media (min-width: 768px) {
  body p.has-error {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  body p.has-error {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  header .heading-logos {
    margin: 2.7rem 0;
  }

  header .heading-logos .intrum-logo-box {
    float: left;
    width: 15.5rem;
  }

  header .heading-logos .intrum-logo-box p {
    font-size: 2.1rem;
  }

  header .heading-logos .intrum-logo-box span::before {
    display: block;
    height: 2.25rem;
    margin: 0;
    width: 8.85rem;
  }

  header .heading-logos .growth-ring-logo-box {
    display: inline-block;
  }

  header .heading-logos .growth-ring-logo-box img {
    height: 14.55rem;
    margin: 0;
    width: 32.6rem;
  }

  header .menu nav .navbar-nav li {
    font-size: 1.8rem;
    text-align: center;
    width: 15.5rem;
  }

  header .menu nav .navbar-nav li a {
    padding: .8rem;
  }
}

@media (min-width: 992px) {
  header .heading-logos {
    margin: 3.6rem 0;
  }

  header .heading-logos .intrum-logo-box {
    width: 19.1rem;
  }

  header .heading-logos .intrum-logo-box p {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }

  header .heading-logos .intrum-logo-box span::before {
    height: 2.4rem;
    width: 11rem;
  }

  header .heading-logos .growth-ring-logo-box img {
    height: 15.4rem;
    margin: 0;
    width: 34.6rem;
  }

  header .menu nav .navbar-nav li {
    font-size: 2.4rem;
    width: auto;
  }

  header .menu nav .navbar-nav li:nth-of-type(1) {
    width: 19.1rem;
  }

  header .menu nav .navbar-nav li a {
    padding: 1.2rem 1.1rem 1rem;
  }
}

@media (min-width: 768px) {
  header.club-reg {
    height: 8.55rem;
  }

  header .logo-wrap {
    margin-top: 4rem;
  }

  header .logo-wrap img {
    height: 3.08rem;
    width: 13.73rem;
  }

  header .page-title-wrap h3 {
    font-size: 1.8rem;
    margin-top: 5.3rem;
    padding-bottom: .9rem;
  }
}

@media (min-width: 961px) {
  header.club-reg {
    height: 11.4rem;
  }

  header .logo-wrap {
    margin-top: 5.7rem;
  }

  header .logo-wrap img {
    height: 4.1rem;
    width: 18.3rem;
  }

  header .page-title-wrap h3 {
    margin-top: 7.9rem;
    border-bottom-width: .5rem;
  }
}

@media (min-width: 768px) {
  header.main {
    height: 8.55rem;
  }

  header .logo-wrap {
    margin-top: 4rem;
  }

  header .logo-wrap img {
    height: 3.08rem;
    width: 13.73rem;
  }

  header .page-title-wrap h3 {
    font-size: 1.8rem;
    margin-top: 5.3rem;
    padding-bottom: .9rem;
  }
}

@media (min-width: 961px) {
  header.main {
    height: 11.4rem;
  }

  header .logo-wrap {
    margin-top: 5.7rem;
  }

  header .logo-wrap img {
    height: 4.1rem;
    width: 18.3rem;
  }

  header .page-title-wrap h3 {
    margin-top: 7.9rem;
    border-bottom-width: .5rem;
  }
}

@media (min-width: 768px) {
  .thanks-page p {
    font-size: 1.6rem;
    margin-top: 3rem;
    padding: 5rem 3rem;
  }
}

@media (min-width: 992px) {
  .thanks-page p {
    font-size: 1.8rem;
    margin-top: 5rem;
    padding: 7rem 3rem;
  }
}

@media (min-width: 768px) {
  .club-registration {
    padding: 2.7rem 0;
  }

  .club-registration p {
    font-size: 1.4rem;
  }

  .club-registration form {
    width: 480px;
    margin: 2.5rem auto;
  }

  .club-registration form .form-group {
    margin-bottom: .7rem;
  }

  .club-registration form .form-group label,
  .club-registration form .form-group input {
    font-size: 1.4rem;
  }

  .club-registration form .form-group label.blue {
    padding: .5rem 1.4rem;
  }

  .club-registration form .form-group input {
    padding: .5rem 1rem;
  }

  .club-registration form .form-group.display-table {
    display: table;
    width: 100%;
  }

  .club-registration form .form-group.display-table .table-cell {
    display: table-cell;
  }

  .club-registration form .form-group.display-table label.table-cell,
  .club-registration form .form-group.display-table .label-wrap.table-cell {
    text-align: left;
    width: 15.5rem;
  }

  .club-registration form .form-group.display-table .label-wrap label {
    display: block;
    text-align: left;
  }

  .club-registration form .form-group.check-box .all-checkbox {
    padding: 0;
  }

  .club-registration form .form-group.check-box .all-checkbox label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-left: 3.5rem;
  }

  .club-registration form .form-group.check-box .all-checkbox label .ch {
    margin: 0 0 0 -2.4rem;
  }

  .club-registration form .form-group.radio-box .empty-box {
    float: left;
    height: 1rem;
    width: 15.5rem;
  }

  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label,
  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label {
    padding-left: 35px;
  }

  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label:before,
  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label:before {
    left: 1rem;
  }

  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:checked + label:after,
  .club-registration form .form-group.radio-box .radio-box-wrapper [type="radio"]:not(:checked) + label:after {
    left: 1.5rem;
  }

  .club-registration form .form-group button {
    float: right;
    font-size: 1.4rem;
    padding: 4px 19px;
  }
}

@media (min-width: 961px) {
  .club-registration {
    padding: 3.6rem 0;
  }

  .club-registration form {
    margin: 3.5rem auto;
    width: 64rem;
  }

  .club-registration form .form-group label.blue {
    padding: .8rem 1.8rem;
  }

  .club-registration form .form-group input {
    padding: .7rem 1rem;
  }
}

