/**
Popis funkcii

  widthSize: Pouziva sa pri udavani atributu width
  heightSize: Pouziva sa pri udavani atributu height
  lineHeightSize: Pouziva sa pri udavani atributu line-height
  mediaSize: Pouziva sa pri definovani media query
  paddingSize: Pouziva sa pri udavani atributu padding ( top / right / bottom / left )
  marginSize: Pouziva sa pri udavani atributu margin ( top / right / bottom / left )
  fontSize: Pouziva sa pri udavani atributu font-size

  setSize: Vseobecna funckia ktora ma prvy parameter velkost a druhy typ atributu. Oba su povinne ale typ moze byt prazdny
*/
/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  /*font: inherit;*/
  /*vertical-align: baseline;*/
}

body {
  font-family: "Signika", sans-serif;
  color: #005ba9;
  background-color: #eaf5fd;
}
body.floating-header {
  padding-top: 10rem;
}
@media (max-width: 1199px) {
  body.floating-header {
    padding-top: 6.6666666667rem;
  }
}

.section {
  max-width: 1600px;
  margin: auto;
  padding: 5rem 0;
}
.section-title {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2.5rem;
}
.section-subtitle {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 2.5rem;
}
.section-subsubtitle {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2.5rem;
}

.btn {
  position: relative;
  background-color: #005ba9;
  width: 100%;
  max-width: 33.3333333333rem;
  color: #fff;
  padding: 1.25rem;
  font-size: 2rem;
  font-weight: 300;
  -webkit-border-radius: 8.3333333333rem;
  -khtml-border-radius: 8.3333333333rem;
  -moz-border-radius: 8.3333333333rem;
  -ms-border-radius: 8.3333333333rem;
  -o-border-radius: 8.3333333333rem;
  border-radius: 8.3333333333rem;
}
.btn:after {
  content: url(../img/button-arrow.png);
  position: absolute;
  right: 1.6666666667rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.3333333333rem;
  line-height: 1;
}
.btn:hover {
  color: #fff;
}

.background-white {
  background-color: #fff;
}

.logo-wrapper {
  height: 100%;
}
.logo-wrapper img {
  height: 128%;
  margin: 0 -42px;
}

.nav-wrapper {
  float: right;
  padding: 28px 0 0;
}
.nav-wrapper .menu__item {
  display: inline-block;
  padding: 0rem 1.75rem;
}
.nav-wrapper .menu__item a {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}
.nav-wrapper .menu__item a:hover {
  color: #fff;
  border-bottom: #fff 2px solid;
}

.header__wrapper {
  background-color: #0097dd;
  padding: 0;
  position: relative;
}
.header .container {
  height: 100%;
}
.header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
}
.header__inner .nav-wrapper .menu-back {
  display: none;
}
.header {
  height: 17rem;
  padding: 0.4166666667rem 0;
  position: relative;
}
@media (min-width: 64rem) {
  .header--homepage {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header {
  z-index: 1030;
}
.header--floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  background-color: #0097dd;
  -webkit-box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
  -khtml-box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
  -moz-box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
  -ms-box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
  -o-box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
  box-shadow: 0.0833333333rem 1.3333333333rem 1.6666666667rem -1.6666666667rem;
}
@media (min-width: 64rem) {
  .header--transparent {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.35) 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35) 0%), to(transparent 100%));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(0, 0, 0, 0.35) 0%", endColorStr="transparent 100%");
  }
  .header--transparent .logo__img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .header--transparent a, .header--transparent .lang-select {
    color: #ffffff;
  }
  .header--transparent a .lang-list__item, .header--transparent .lang-select .lang-list__item {
    background-color: transparent;
  }
}
@media (max-width: 1199px) {
  .header__wrapper {
    padding: 0;
  }
}
.header .logo-wrapper {
  font-size: 0;
}
@media (max-width: 1199px) {
  .header .container {
    padding-right: 0;
  }
  .header .logo-wrapper {
    flex: 1 1 auto;
  }
  .header .nav-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0097dd;
    padding: 5.4166666667rem 1.6666666667rem 2.5rem;
    z-index: 999;
    -webkit-transition: 0.25s;
    -khtml-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .header .nav-wrapper .menu {
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -khtml-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    text-align: center;
  }
  .header .nav-wrapper .menuSub {
    -webkit-transition: 0;
    -khtml-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
    position: relative;
    -webkit-transform: translate(-50%, 0%);
    -khtml-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 150%;
    text-align: center;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header .nav-wrapper .menuSub {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1199px) {
  .header .nav-wrapper .menu-back {
    width: 3.3333333333rem;
    height: 3.3333333333rem;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    border: 0.0833333333rem solid #d9d9d9;
    border-radius: 1.6666666667rem;
    color: white;
    z-index: 5;
  }
  .header .nav-wrapper .subMenuHeadline {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    font-family: "Lato";
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    font-size: 1.0625rem;
    color: white;
    height: 5.8333333333rem;
    line-height: 5.8333333333rem;
  }
}

@media (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle {
  position: relative;
  top: 33px;
  background-color: transparent;
  border: 0;
  width: 5.8333333333rem;
  height: 4.1666666667rem;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none none;
  cursor: pointer;
}
.nav-toggle span {
  position: relative;
  display: block;
  width: 3.3333333333rem;
  margin: auto;
  height: 0.5rem;
  background: #fff;
  -webkit-transition: background 0.25s;
  -khtml-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.25s;
  -khtml-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.menu-show .nav-toggle span:before, .menu-show .nav-toggle span:after {
  background-color: #ffffff;
}
.nav-toggle span:before {
  top: -1rem;
}
.nav-toggle span:after {
  bottom: -1rem;
}
.nav-toggle.active span {
  background: 0 0;
}
.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}
.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod="auto expand");
  zoom: 1;
}

.menu-show {
  overflow: hidden;
  height: 100%;
}
.menu-show body {
  overflow: hidden;
  height: 100%;
}
.menu-show .nav-wrapper {
  visibility: visible;
  opacity: 1;
  height: 100%;
  overflow: auto;
}
.menu-show .nav-toggle {
  border-color: transparent;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .nav-wrapper .menu {
    margin-bottom: 6.6666666667rem;
  }
}
.nav-wrapper .menu__item {
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 0.8333333333rem 1.6666666667rem;
  font-family: "Signika", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.0291666667rem;
}
@media (max-width: 1199px) {
  .nav-wrapper .menu__item {
    display: block;
    font-size: 1.4166666667rem;
    height: auto;
  }
}
@media (min-width: 1199px) {
  .nav-wrapper .menu__item:last-of-type {
    padding-right: 0;
  }
}
.nav-wrapper .menu__item--active .nav-wrapper .menu__link {
  color: #ffed00;
}
.nav-wrapper .menu__link {
  display: inline-block;
  padding: 0 0;
  text-decoration: none;
  color: #fff;
}
.nav-wrapper .menu__link:hover, .nav-wrapper .menu__link:focus {
  color: #ffed00;
}
@media (max-width: 1199px) {
  .nav-wrapper .menu__link:hover, .nav-wrapper .menu__link:focus {
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .nav-wrapper .menu__link {
    display: block;
    color: #ffffff;
  }
}

.hero-section {
  background-color: #0097dd;
}
.hero-section-image {
  text-align: center;
}
.hero-section img {
  max-width: 100%;
}
.hero__title {
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 599px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__subtitle {
  font-size: 3.1666666667rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .hero__subtitle {
    font-size: 2.5rem;
  }
}
.hero__scroll {
  margin: 3.3333333333rem 0;
  color: #fff;
}
.hero__scroll a, .hero__scroll a:hover {
  color: #fff;
  text-decoration: none;
}
.hero__scroll-wrapper {
  display: inline-block;
}
.hero__scroll-wrapper > * {
  float: left;
}
.hero__scroll-text {
  margin-left: 1.6666666667rem;
  font-size: 2rem;
  color: #fff;
  min-height: 45px;
  display: table;
}
.hero__scroll-text span {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .hero__scroll {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero__scroll {
    margin: 1.6666666667rem 0;
  }
}

.timer-section {
  color: #005ba9;
  background-color: #ffed00;
}
@media (max-width: 500px) {
  .timer-section .project-item {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}
.timer-section .project-item:nth-last-of-type(2) {
  padding-bottom: 0;
}
.timer-section .project-label {
  font-size: 2.1666666667rem;
  line-height: 1.2;
  width: 55%;
  max-width: 16.6666666667rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  text-align: left;
}
@media (max-width: 1024px) {
  .timer-section .project-label {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .timer-section .project-label {
    font-size: 1.6666666667rem;
  }
}
.timer-section .project-count {
  display: inline-block;
  vertical-align: top;
}
.timer-section .project-count-num {
  font-size: 5.8333333333rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 599px) {
  .timer-section .project-count-num {
    font-size: 3.75rem;
  }
}
.timer-section .project-count-ext {
  font-size: 1.5rem;
  line-height: 1;
}
.timer {
  position: absolute;
  top: -16.6666666667rem;
  right: 0;
}
@media (max-width: 991px) {
  .timer {
    position: relative;
    top: -10rem;
  }
}
.timer {
  background-color: #fff;
  text-align: center;
  padding: 3.3333333333rem 4.1666666667rem;
  -webkit-box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
  -khtml-box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
  -moz-box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
  -ms-box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
  -o-box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
  box-shadow: rgb(170, 170, 170) 0 0.1666666667rem 0.5833333333rem 0.0833333333rem;
}
.timer-title {
  font-size: 2rem;
  font-weight: 600;
}
.timer-counter {
  padding: 1.6666666667rem 0;
}
.timer-counter-items-numbers {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 420px) {
  .timer-counter-items-numbers {
    font-size: 2.5rem;
  }
}
.timer-counter-items-legend {
  font-size: 1.3333333333rem;
}
.timer-counter-item {
  display: inline-block;
  width: 6.6666666667rem;
  text-align: center;
}
.timer-counter-item-sep {
  width: 3.3333333333rem;
}
@media (max-width: 1199px) {
  .timer-counter-item {
    width: 5.8333333333rem;
  }
  .timer-counter-item-sep {
    width: 2.5rem;
  }
}
@media (max-width: 600px) {
  .timer-counter-item {
    width: 5rem;
  }
  .timer-counter-item-sep {
    width: 1.6666666667rem;
  }
}
@media (max-width: 420px) {
  .timer-counter-item {
    width: 4.1666666667rem;
  }
  .timer-counter-item-sep {
    width: 0.8333333333rem;
  }
}

.boxes {
  padding: 5rem 0;
}

.box-title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .box-title {
    text-align: center;
  }
}
.box-subtitle {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .box-subtitle {
    text-align: center;
  }
}
.box-image {
  padding-top: 2.5rem;
}
.box-image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .box-image img {
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}
.box-list {
  font-size: 1.5rem;
}
.box-list ul {
  padding: 2.5rem 2.5rem 2.5rem 0;
  margin-left: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .box-list ul {
    padding-left: 30px;
  }
}
.box-list li {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .box-list li {
    margin-bottom: 0.8333333333rem;
  }
}
.box-list li:last-of-type {
  margin-bottom: 0;
}
.box {
  background-color: #fff;
  margin-top: 2.5rem;
}
.box-blue {
  background-color: #0097dd;
  color: #fff;
}
.box-blue .section-title, .box-blue .section-subtitle, .box-blue .section-subsubtitle {
  color: #fff;
}
.box-white {
  background-color: #fff;
}

.selection-section-description {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .selection-section-description {
    padding-right: 1.6666666667rem;
  }
}
.selection-section-winners-title {
  font-size: 2rem;
  margin-bottom: 3.3333333333rem;
}
@media (max-width: 991px) {
  .selection-section-winners-title {
    font-size: 2rem;
    padding-top: 3.3333333333rem;
  }
}
.selection-section-winners ul {
  list-style-type: none;
}
.selection-section-winners ul li {
  font-size: 2.5rem;
  border-bottom: 1px #005ba9 solid;
  margin-bottom: 1.6666666667rem;
}
@media (max-width: 991px) {
  .selection-section {
    text-align: center;
  }
}

.gallery-section .swiper-area {
  position: relative;
}
.gallery-section .swiper-gallery-item-image {
  padding-bottom: 60%;
  max-height: 160px;
  background-color: #0097dd;
}
.gallery-section .swiper-gallery-item {
  margin-bottom: 20px;
}
.gallery-section .swiper-gallery-item-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}
.gallery-section .swiper-gallery-item-title > div {
  width: calc(100% - 50px);
  display: inline-block;
}
.gallery-section .swiper-button-prev {
  left: -60px;
  background-image: url("/img/arrow-left.png");
}
@media (max-width: 1024px) {
  .gallery-section .swiper-button-prev {
    left: 0px;
  }
}
.gallery-section .swiper-button-next {
  right: -60px;
  background-image: url("/img/arrow-right.png");
}
@media (max-width: 1024px) {
  .gallery-section .swiper-button-next {
    right: 0px;
  }
}
.gallery-section .swiper-button-prev, .gallery-section .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 43px 45px;
  margin-top: -60px;
}
@media (max-width: 1024px) {
  .gallery-section .swiper-button-prev, .gallery-section .swiper-button-next {
    top: auto;
    bottom: -50px px;
    margin-top: 0;
  }
}
.gallery-section {
  background-color: #fff;
}

.form-section {
  background-color: #fff;
}
.form-item {
  margin-bottom: 2.5rem;
}
.form-item input, .form-item textarea {
  width: 100%;
  min-height: 5rem;
  line-height: 5rem;
  border: #005ba9 1px solid;
  font-size: 2rem;
  padding-left: 1.6666666667rem;
  color: #005ba9;
}
.form-item input::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #005ba9;
}
.form-item input:-moz-placeholder, .form-item textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #005ba9;
  opacity: 1;
}
.form-item input::-moz-placeholder, .form-item textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #005ba9;
  opacity: 1;
}
.form-item input:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #005ba9;
}
.form-item input:focus::-webkit-input-placeholder, .form-item textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-item input:focus:-moz-placeholder, .form-item textarea:focus:-moz-placeholder {
  color: transparent;
}
.form-item input, .form-item textarea { /* FF 4-18 */ }
.form-item input:focus::-moz-placeholder, .form-item textarea:focus::-moz-placeholder {
  color: transparent;
}
.form-item input, .form-item textarea { /* FF 19+ */ }
.form-item input:focus:-ms-input-placeholder, .form-item textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form-item input, .form-item textarea { /* IE 10+ */ }
.form-item label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.5rem;
}
.form-item label.label-accept {
  font-size: 2rem;
}
.form-item-alert label {
  color: #e60c78;
}
.form-item-alert input::-webkit-input-placeholder, .form-item-alert textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #e60c78;
}
.form-item-alert input:-moz-placeholder, .form-item-alert textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #e60c78;
  opacity: 1;
}
.form-item-alert input::-moz-placeholder, .form-item-alert textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #e60c78;
  opacity: 1;
}
.form-item-alert input:-ms-input-placeholder, .form-item-alert textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e60c78;
}
.form-item-alert input, .form-item-alert textarea {
  border: #e60c78 1px solid;
}
.form-item-checkbox .icheckbox_square, .form-item-checkbox .icheckbox-label {
  float: left;
}
.form-item-checkbox .icheckbox-label {
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 2rem;
  display: table;
  min-height: 31px;
  width: calc(100% - 40px);
}
.form-item-checkbox .icheckbox-label span {
  display: table-cell;
  vertical-align: middle;
}
.form-group.has-error .help-block, .form-group.has-error .control-label {
  color: #e60c78;
  border-color: #e60c78;
}
.form-group.has-error .help-block {
  display: none;
}
.form-group.has-error input::-webkit-input-placeholder, .form-group.has-error textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #e60c78;
}
.form-group.has-error input:-moz-placeholder, .form-group.has-error textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #e60c78;
  opacity: 1;
}
.form-group.has-error input::-moz-placeholder, .form-group.has-error textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #e60c78;
  opacity: 1;
}
.form-group.has-error input:-ms-input-placeholder, .form-group.has-error textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e60c78;
}
.form-group.has-error input, .form-group.has-error textarea {
  border: #e60c78 1px solid;
}
.form-control {
  border-radius: 0;
}
.form-alert {
  color: #e60c78;
  float: left;
  padding: 1.5rem 0;
}
.form-part-title {
  font-size: 3.3333333333rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.form-submit {
  float: right;
}
.form-submit.btn::after {
  content: "";
}

.back-button a {
  text-decoration: none;
  color: #005ba9;
}
.back-button img {
  margin-right: 1.25rem;
}

.footer-section {
  background-color: #ffed00;
  overflow-wrap: break-word;
}
.footer-section a {
  color: #005ba9;
}
.footer-section .footer .curaprox-image img {
  height: 30px;
}
.footer-section .footer-left .col-md-6, .footer-section .footer-right .col-md-6 {
  margin-top: 2.5rem;
}
.footer-section .footer-right-anchor {
  display: table;
}
.footer-section .footer-right-anchor > span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-section .footer-right-anchor {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-right img {
    float: left;
    width: 27px;
  }
  .footer-section .footer-right-anchor {
    margin-left: 5px;
    float: left;
    max-width: calc(100% - 33px);
  }
}
.footer-section .footer .swiss img {
  float: right;
}
@media (max-width: 767px) {
  .footer-section .footer .swiss img {
    float: left;
  }
}
@media (max-width: 450px) {
  .footer-section {
    font-size: 1rem;
  }
}

.text-center {
  text-align: center;
}

.p-0 {
  padding: 0px;
}

.p-30 {
  padding: 2.5rem;
}

.p-60 {
  padding: 5rem;
}

.p-90 {
  padding: 7.5rem;
}

.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ptb-30 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ptb-60 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ptb-90 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.ptb-120 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-30 {
  padding-top: 2.5rem;
}

.pt-60 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 7.5rem;
}

.pt-120 {
  padding-top: 10rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-30 {
  padding-bottom: 2.5rem;
}

.pb-60 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 7.5rem;
}

.pb-120 {
  padding-bottom: 10rem;
}

.page-section p, .page-section ul, .page-section li {
  font-size: 18px;
}
.page-section p {
  padding-bottom: 10px;
}
.page-section p.subheader {
  font-weight: bold;
  margin-top: 20px;
}
.page-section h2 {
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-section .btn {
  margin: 10px 0;
}
.page-section .btn.decline {
  margin-right: 0;
}

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