@import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-small {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-small {
    width: 75%;
  }
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.text-primary {
  color: #02AEE9;
}

.text-secondary {
  color: #E72983;
}

.text-green {
  color: #B7CB1C;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #B7CB1C;
}

.space-mono {
  font-family: "Abel";
}

.trade-gothic {
  font-family: "Trade Gothic LT";
}

.vc-outer {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.vc-inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

.cli_messagebar_head {
  color: #fff !important;
  font-size: 18px;
}

.cli-plugin-button {
  font-weight: bold !important;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 {
  font-family: "Trade Gothic LT";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  color: #02AEE9;
}
h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a {
  color: #02AEE9;
}

h1, .h1 {
  font-size: 42px;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 32px;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 24px;
  }
}

p + p {
  margin-top: 15px;
}

h1 + p, h2 + p, h3 + p, h4 + p, p + h1, p + h2, p + h3, p + h4 {
  margin-top: 15px;
}

h1 + h2, h1 + h3, h1 + h4 {
  margin-top: 15px;
}

h2 + h1, h2 + h3, h2 + h4, h2 + h2 {
  margin-top: 15px;
}

h3 + h1, h3 + h2, h3 + h4, h3 + h3 {
  margin-top: 15px;
}

h4 + h1, h4 + h2, h4 + h3, h4 + h4 {
  margin-top: 15px;
}

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}

.module-text + .module-faqs {
  padding-top: 0;
}

@media (min-width: 992px) {
  .row-eq-height {
    display: flex;
  }
  .align-center {
    align-items: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
  }
}
.btn {
  display: inline-block;
  height: 60px;
  border: 0;
  padding: 0 30px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  text-decoration: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}
.btn.btn-white {
  background: #fff;
  color: #E72983;
}
.btn.btn-grey {
  background: #f4f4f4;
  color: #E72983;
}
.btn.btn-arrow {
  position: relative;
}
.btn.btn-arrow:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  width: 36px;
  height: 21px;
  background-image: url(../images/arrow-red.svg);
}
.btn.btn-purple {
  background: #E72983;
  color: #fff;
}

@font-face {
  font-family: "Trade Gothic LT";
  src: url("../fonts/TradeGothicLTStd-BoldObl.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-BoldObl.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Trade Gothic LT";
  src: url("../fonts/TradeGothicLTStd-LightObl.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-LightObl.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Trade Gothic LT";
  src: url("../fonts/TradeGothicLTStd-Light.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT";
  src: url("../fonts/TradeGothicLTStd-Bold.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT";
  src: url("../fonts/TradeGothicLTStd-Bd2.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-Bd2.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.italic {
  font-style: italic;
}

.light {
  opacity: 0.5;
}

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

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

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

.form-control {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  border: 0;
  vertical-align: top;
}
@keyframes BackgroundZoom {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}

body {
  font-family: "Trade Gothic LT";
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
  padding-top: 96px;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #B7CB1C;
}
@media (min-width: 992px) {
  body {
    padding-top: 127px;
    font-size: 20px;
  }
}

form, input, textarea, button {
  font-family: "Trade Gothic LT";
  color: #fff;
}

.grecaptcha-badge {
  display: none;
}

#cookie-law-info-again {
  right: 0 !important;
}

/*
------------------------------------------------
SITE HEADER
------------------------------------------------
*/
.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 10;
  height: 96px;
  transition: height 0.3s ease;
}
@media (min-width: 992px) {
  .site-header {
    padding: 0 30px;
    height: 117px;
    top: 0;
    left: 0;
  }
}
.site-header.has-alert {
  top: 31px;
  left: 0;
}
@media (min-width: 992px) {
  .site-header.has-alert {
    top: 36px;
    left: 0;
  }
}
.site-header.small {
  height: 104px;
}
@media (min-width: 992px) {
  .site-header.small .site-logo img {
    width: 86px;
  }
}
.site-header.small .navigation .site-nav .mega-menu {
  top: 141px;
}
.site-header .site-logo {
  float: left;
}
.site-header .site-logo img {
  margin-top: 15px;
  width: 82px;
  display: block;
  transition: width 0.3s ease;
}
@media (min-width: 992px) {
  .site-header .site-logo img {
    width: 110px;
  }
}
.site-header .menu-toggle {
  position: absolute;
  top: 36px;
  right: 15px;
  width: 34px;
  height: 22px;
  background-image: url(../images/icon-menu.svg);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.site-header .menu-toggle.active {
  background-image: url(../images/icon-close.svg);
}
@media (min-width: 992px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .navigation {
  height: 100%;
  float: right;
  display: none;
  position: fixed;
  top: 96px;
  left: 0;
  height: calc(100% - 96px);
  width: 100%;
  background: #fff;
  padding-top: 30px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .site-header .navigation {
    display: block !important;
    position: static;
    float: right;
    height: 100%;
    width: auto;
    overflow-y: auto;
    padding: 0;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .site-header .site-nav {
    float: left;
    height: 100%;
    position: static;
  }
}
.site-header .site-nav a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  color: #000;
  display: inline-block;
}
@media (min-width: 992px) {
  .site-header .site-nav a {
    font-size: 16px;
  }
}
.site-header .site-nav > li {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-nav > li {
    display: inline-block;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .site-nav > li:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 8px;
    width: 100%;
    background: #E72983;
  }
  .site-header .site-nav > li:hover > a {
    color: #E72983;
  }
  .site-header .site-nav > li:hover ul {
    display: flex !important;
  }
  .site-header .site-nav > li:hover ul ul {
    display: block !important;
  }
}
.site-header .site-nav > li + li {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .site-header .site-nav > li + li {
    margin: 0;
    margin-left: 10px;
  }
}
.site-header .site-nav > li > a {
  padding: 15px;
}
@media (min-width: 992px) {
  .site-header .site-nav > li > a {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
}
.site-header .site-nav > li.current_page_item > a, .site-header .site-nav > li.current-menu-ancestor > a {
  color: #E72983;
}
@media (min-width: 992px) {
  .site-header .site-nav > li.current_page_item:before, .site-header .site-nav > li.current-menu-ancestor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 8px;
    width: 100%;
    background: #E72983;
  }
}
.site-header .site-nav > li.menu-item-has-children.active > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #E72983;
}
.site-header .site-nav > li.menu-item-has-children > a span {
  position: absolute;
  width: 30px;
  right: 15px;
  top: -2px;
  height: 45px;
  background-image: url(../images/icon-drop.svg);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header .site-nav > li.menu-item-has-children > a span {
    display: none;
  }
}
.site-header .site-nav > li.donate {
  margin-top: 50px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .site-header .site-nav > li.donate {
    margin-top: 0;
    padding: 0;
  }
}
.site-header .site-nav > li.donate:hover:before {
  display: none;
}
.site-header .site-nav > li.donate a {
  background: #E72983;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .site-header .site-nav > li.donate a {
    width: auto;
  }
}
.site-header .site-nav > li.donate a:hover {
  color: #fff;
}
.site-header .site-nav ul {
  display: none;
}
.site-header .site-nav .mega-menu {
  background: #E72983;
  padding: 25px 15px;
}
@media (min-width: 992px) {
  .site-header .site-nav .mega-menu {
    padding: 15px 60px;
    padding-bottom: 30px;
    position: fixed;
    left: 0;
    top: 154px;
    width: 100%;
    z-index: 10;
  }
}
.site-header .site-nav .mega-menu a {
  color: #fff;
  padding: 15px 0;
  font-size: 22px;
}
.site-header .site-nav .mega-menu a span {
  width: 8px;
  height: 12px;
  background-image: url(../images/icon-arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .site-header .site-nav .mega-menu .column {
    display: inline-block;
    width: 40%;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .site-header .site-nav .mega-menu .column + .column {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
  }
}
.site-header .site-nav .mega-menu .sub-menu a {
  font-weight: normal;
  font-size: 14px;
  padding: 8px 0;
  padding-left: 15px;
  position: relative;
}
.site-header .site-nav .mega-menu .sub-menu a:hover {
  font-weight: 600;
}
.site-header .site-nav .mega-menu .sub-menu a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
.site-header .site-nav .mega-menu .sub-menu a span {
  display: none;
}
.site-header .quick-links {
  padding-left: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .site-header .quick-links {
    display: none;
    float: left;
    height: 100%;
    margin-left: 20px;
    padding-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .site-header .quick-links {
    display: block;
  }
}
.site-header .quick-links li {
  display: inline-block;
  height: 100%;
  position: relative;
  padding-right: 5px;
}
.site-header .quick-links li:last-child a {
  padding-right: 0;
}
.site-header .quick-links li:last-child a:after {
  display: none;
}
.site-header .quick-links li.current-menu-item a {
  color: #E72983;
}
.site-header .quick-links li.current-menu-item a:after {
  color: #000;
}
.site-header .quick-links li a {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  padding-right: 10px;
  color: #000;
  position: relative;
}
@media (min-width: 992px) {
  .site-header .quick-links li a {
    top: calc(50% - 5px);
    position: relative;
    transform: translateY(-50%);
    display: block;
    padding-top: 7px;
  }
}
.site-header .quick-links li a:hover {
  color: #E72983;
}
.site-header .quick-links li a:hover:after {
  color: #000;
}
.site-header .quick-links li a:after {
  content: "/";
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .site-header .quick-links li a:after {
    top: 7px;
  }
}

.global-alert {
  color: #fff;
  background-color: #02AEE9;
  text-align: center;
  padding: 9px 15px 5px;
  width: 100%;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .global-alert {
    padding: 9px 0 5px;
    font-size: 16px;
  }
}
.global-alert p, .global-alert a {
  color: #fff;
}
.global-alert a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/*
------------------------------------------------
NEWSLETTER
------------------------------------------------
*/
.newsletter {
  background: #02AEE9;
  color: #fff;
  margin: 0 10px;
  padding: 40px 20px;
  max-width: 355px;
  margin-top: -185px;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media (min-width: 376px) {
  .newsletter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .newsletter {
    max-width: none;
    width: 600px;
    padding: 50px 40px;
  }
}
@media (min-width: 992px) {
  .newsletter {
    width: 850px;
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    width: 955px;
  }
}
.newsletter h3 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 992px) {
  .newsletter h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.newsletter form {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter form {
    font-size: 0;
  }
}
.newsletter form .form-status {
  display: none;
  font-size: 20px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter .form-control {
  height: 60px;
  font-size: 14px;
  padding: 15px;
  border-bottom: 3px solid #fff;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .newsletter .form-control {
    display: inline-block;
    width: calc(100% - 180px);
    margin-bottom: 0;
  }
}
.newsletter .btn {
  width: 180px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .newsletter .btn {
    display: inline-block;
    position: static;
    transform: none;
  }
}

/*
------------------------------------------------
SITE FOOTER
------------------------------------------------
*/
.site-footer {
  padding: 30px 0;
  background: #fff;
  color: #222;
  border-top: 5px solid #02AEE9;
  font-size: 15px;
  position: relative;
}
.site-footer:after {
  content: "";
  position: absolute;
  top: -155px;
  left: 0;
  width: 100%;
  height: 150px;
}
.site-footer.f-green:after {
  background: #B7CB1C;
}
.site-footer.f-white:after {
  background: #fff;
}
.site-footer a {
  color: #000;
}
.site-footer .cta {
  margin-bottom: 40px;
}
.site-footer .cta p {
  font-size: 25px;
  margin-top: 10px;
}
.site-footer .menu-social {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site-footer .menu-social {
    margin-bottom: 0;
    text-align: right;
  }
}
.site-footer .menu-social li + li {
  margin-top: 15px;
}
.site-footer .menu-social a {
  font-size: 18px;
  font-weight: bold;
  color: #02AEE9;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .site-footer .legal {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .site-footer .legal {
    margin-top: 70px;
  }
}
.site-footer p {
  line-height: 1.8;
}
.site-footer .menu-bottom li {
  display: inline-block;
}
.site-footer .menu-bottom li:last-child a {
  padding-right: 0;
}
.site-footer .menu-bottom li:last-child a:after {
  display: none;
}
.site-footer .menu-bottom a {
  display: block;
  padding-right: 8px;
  position: relative;
  color: #E72983;
  line-height: 1.8;
}
.site-footer .menu-bottom a:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

/*
------------------------------------------------
PAGE DEFAULTS
------------------------------------------------
*/
div.page {
  padding-bottom: 150px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*
------------------------------------------------
INTRO HEADER - DEFAULTS
------------------------------------------------
*/
.intro {
  padding: 40px 0;
  color: #fff;
  position: relative;
  background: #B7CB1C;
  overflow: hidden;
}
.intro:after {
  z-index: 0;
}
.intro .container {
  position: relative;
}
.intro .content {
  position: relative;
  z-index: 2;
}
.intro .content h4 {
  color: #fff;
}
.intro .content h1 {
  line-height: 0.9;
  color: #fff;
}
.intro .content h1 span {
  position: relative;
}
.intro .content h1 span:after {
  content: "";
  height: 10px;
  background: #02AEE9;
  left: -5px;
  width: 105%;
  position: absolute;
  bottom: 19%;
  z-index: -1;
}
@media (min-width: 768px) {
  .intro .content h1 span:after {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .intro .content h1 span:after {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .intro .content h1 span:after {
    height: 20px;
  }
}
.intro .image {
  position: relative;
  z-index: 1;
}
.intro .image img {
  display: block;
}
.intro .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/overlay.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  opacity: 0.5;
}

/*
------------------------------------------------
INTRO HEADER - HOME
------------------------------------------------
*/
@media (min-width: 768px) {
  .intro-home {
    text-align: right;
  }
}
.intro-home .slider {
  overflow: hidden;
}
.intro-home .content {
  position: absolute;
  top: 5px;
}
@media (min-width: 768px) {
  .intro-home .content {
    padding-top: 0;
    text-align: left;
    top: 60px;
  }
}
.intro-home .content h1 {
  font-size: 48px;
}
@media (min-width: 768px) {
  .intro-home .content h1 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .intro-home .content h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .intro-home .content h1 {
    font-size: 80px;
  }
}
.intro-home .content .btn {
  margin-top: 40px;
}
.intro-home .image {
  margin-right: -30px;
  margin-left: 60px;
  margin-top: 50px;
}
.intro-home .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .intro-home .image {
    display: inline-block;
    width: 85%;
    margin: 0;
    max-width: 1440px;
  }
}
@media (min-width: 1500px) {
  .intro-home .image {
    width: 80%;
  }
}
.intro-home .slide {
  outline: none;
  overflow: hidden;
}
.intro-home .slick-dots {
  position: absolute;
  left: 30px;
  bottom: 0;
}
@media (min-width: 768px) {
  .intro-home .slick-dots {
    bottom: auto;
    top: 25%;
  }
}
.intro-home .slick-dots li + li {
  margin-top: 10px;
}
.intro-home .slick-dots li.slick-active button {
  background-image: url(../images/dot-active.svg);
}
.intro-home .slick-dots li button {
  width: 9px;
  height: 9px;
  background: none;
  border: 0;
  box-shadow: 0;
  text-indent: -99999px;
  background-image: url(../images/dot.svg);
  background-size: 9px 9px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}

/*
------------------------------------------------
INTRO HEADER - DEFAULT
------------------------------------------------
*/
.intro-default {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .intro-default {
    text-align: right;
  }
}
.intro-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-diag-standard.svg);
  background-size: 70% auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.intro-default .container {
  background-image: url(../images/triangle-white.svg);
  background-repeat: no-repeat;
  background-position: top 0px left 30px;
}
.intro-default .content {
  padding-top: 100px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-default .content {
    position: absolute;
    padding: 0;
    text-align: left;
    bottom: -20px;
    padding: 40px 30px;
    background-image: url(../images/swirl-green.svg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
}
.intro-default .content h1 {
  font-size: 48px;
}
@media (min-width: 768px) {
  .intro-default .content h1 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .intro-default .content h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .intro-default .content h1 {
    font-size: 80px;
  }
}
.intro-default .image {
  margin-right: -30px;
}
@media (min-width: 768px) {
  .intro-default .image {
    display: inline-block;
    margin: 0;
    width: 50%;
  }
}

/*
------------------------------------------------
INTRO HEADER - GENERIC
------------------------------------------------
*/
.intro-generic {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .intro-generic {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .intro-generic {
    padding-bottom: 0;
  }
}
.intro-generic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-diag-playing.svg);
  background-size: 300px auto;
  background-position: top -270px left -70px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .intro-generic:after {
    background-size: 200%;
    background-position: bottom -200px left -770px;
  }
}
@media (min-width: 992px) {
  .intro-generic:after {
    background-position: bottom -200px left -880px;
  }
}
@media (min-width: 1200px) {
  .intro-generic:after {
    background-position: bottom -200px left -1050px;
  }
}
@media (min-width: 1200px) {
  .intro-generic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1170px) / 2);
    height: 100%;
    background: #02AEE9;
    z-index: 0;
  }
}
@media (min-width: 1800px) {
  .intro-generic:before {
    width: 30%;
  }
}
@media (min-width: 2500px) {
  .intro-generic:before {
    width: 40%;
  }
}
.intro-generic .content {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .intro-generic .content {
    position: absolute;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .intro-generic .content {
    padding-left: 20px;
    padding-top: 20px;
    background-image: url(../images/swirl-blue.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding-bottom: 30px;
  }
}
.intro-generic .content h1 {
  font-size: 48px;
}
@media (min-width: 768px) {
  .intro-generic .content h1 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .intro-generic .content h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .intro-generic .content h1 {
    font-size: 80px;
  }
}
.intro-generic .image {
  margin-left: 20%;
  margin-right: -30px;
}
@media (min-width: 768px) {
  .intro-generic .image {
    margin-left: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .intro-generic .image {
    margin-bottom: 40px;
  }
}

/*
------------------------------------------------
INTRO HEADER - PLAYING
------------------------------------------------
*/
@media (min-width: 768px) {
  .intro-playing {
    text-align: right;
  }
}
.intro-playing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-diag-playing.svg);
  background-position: right -547px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .intro-playing:after {
    background-size: 100%;
    background-position: bottom left -160px;
  }
}
@media (min-width: 992px) {
  .intro-playing:after {
    background-position: bottom left -250px;
  }
}
@media (min-width: 1200px) {
  .intro-playing:after {
    background-position: bottom left -300px;
  }
}
.intro-playing .content {
  text-align: left;
}
@media (min-width: 768px) {
  .intro-playing .content {
    padding: 30px;
    position: absolute;
    background-image: url(../images/swirl-blue.svg);
    background-position: top left;
    background-repeat: no-repeat;
  }
}
.intro-playing .content h1 {
  font-size: 70px;
}
@media (min-width: 768px) {
  .intro-playing .content h1 {
    font-size: 85px;
  }
}
@media (min-width: 992px) {
  .intro-playing .content h1 {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .intro-playing .content h1 {
    font-size: 144px;
  }
}
.intro-playing .content h4 {
  margin-left: 3px;
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .intro-playing .content h4 {
    margin-bottom: 25px;
    margin-left: 7px;
  }
}
.intro-playing .image {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -35px;
}
@media (min-width: 768px) {
  .intro-playing .image {
    display: inline-block;
    width: 65%;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .intro-playing .image {
    max-width: 1050px;
  }
}
.intro-playing .image .main {
  display: block;
  width: 100%;
}

.content p {
  line-height: 1.7;
}
.content a {
  color: #E72983;
}
.content ul {
  margin: 20px 0;
}
.content ul li {
  padding-left: 30px;
  background-image: url(../images/icon-bullet.svg);
  background-position: top 6px left 0;
  background-repeat: no-repeat;
}
.content ul li + li {
  margin-top: 10px;
}

/*
------------------------------------------------
INTRO HEADER - LOCATION
------------------------------------------------
*/
.intro-location {
  padding-bottom: 80px;
  padding-top: 20px;
}
.intro-location:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 200%;
  background-image: url(../images/blue-diag-location.svg);
  background-position: top -335px left 80px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .intro-location:after {
    background-position: bottom -200px left -140px;
  }
}
@media (min-width: 1200px) {
  .intro-location:after {
    background-size: 500%;
    background-position: bottom -50vh left -150vw;
  }
}
@media (min-width: 1800px) {
  .intro-location:after {
    background-position: bottom -50vh left -160vw;
  }
}
.intro-location .content {
  padding: 40px 0;
  background-image: url(../images/triangle-white.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media (min-width: 768px) {
  .intro-location .content {
    position: absolute;
    right: 40px;
    width: 45%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .intro-location .content {
    top: 10px;
    background-size: 34px 34px;
    padding-top: 55px;
    right: 100px;
    width: 40%;
  }
}
.intro-location .content h1 {
  font-size: 48px;
}
.intro-location .content p {
  font-family: "Abel";
  font-size: 20px;
}
@media (min-width: 768px) {
  .intro-location .content p {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .intro-location .content p {
    margin-top: 15px;
  }
}
.intro-location .image {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .intro-location .image {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .intro-location .image {
    margin-top: 20px;
  }
}
.intro-location .image img {
  width: 110%;
}
@media (min-width: 768px) {
  .intro-location .image img {
    width: 55%;
  }
}
.intro-location .location-details {
  padding: 30px 0;
  padding-bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro-location .location-details {
    background-image: url(../images/swirl-blue-flipped.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: absolute;
    bottom: 0;
    right: 30px;
    padding-top: 120px;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .intro-location .location-details {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.intro-location .location-details ul {
  margin: 0;
  font-family: "Abel";
}
.intro-location .location-details ul li {
  padding-left: 15px;
  background-image: url(../images/icon-arrow-blue.svg);
  background-position: top 8px left 0;
  background-repeat: no-repeat;
}
.intro-location .location-details ul li + li {
  margin-top: 10px;
}
.intro-location .location-details h3 {
  color: #fff;
}

/*
------------------------------------------------
TEMPLATE - LOCATION
------------------------------------------------
*/
.page-location .location {
  background: #fff;
  color: #000;
  padding-bottom: 40px;
}
.page-location .location .content {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -60px;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-location .location .content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .page-location .location .content {
    padding: 20px;
  }
}
.page-location .location .location-details {
  background: #F6F6F6;
  color: #2E2E2E;
  padding: 40px 30px;
  font-size: 18px;
  font-family: "Abel";
}
@media (min-width: 992px) {
  .page-location .location .location-details {
    margin-top: 30px;
  }
}
.page-location .location .location-details h4 {
  line-height: 1.1;
}
.page-location .location .location-details p {
  line-height: 1;
}
.page-location .location .location-details a {
  color: #E72983;
  text-decoration: underline;
}
.page-location .location .location-details .section + .section {
  margin-top: 40px;
}
.page-location .location .location-details ul {
  margin-top: 20px;
}
.page-location .location .location-details ul li {
  background-position: top 7px left 0;
}
.page-location .location .location-info {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-location .location .location-info {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .page-location .location .location-info {
    margin-top: 0;
  }
}
.page-location .map {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .page-location .map {
    height: 480px;
  }
}

/*
------------------------------------------------
INTRO CONTENT 
------------------------------------------------
*/
.module.intro-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .module.intro-content {
    padding-top: 70px;
  }
}
.module.intro-content h1, .module.intro-content h2, .module.intro-content h3, .module.intro-content h4 {
  color: #fff;
}
@media (min-width: 768px) {
  .module.intro-content .content {
    padding-right: 30%;
  }
}

/*
------------------------------------------------
PAGE CONTENT 
------------------------------------------------
*/
.page-content {
  background: #fff;
  color: #000;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -130px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .page-content {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }
}
.page-content.no-margin {
  margin-top: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .page-content .content {
    max-width: none;
    width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .page-content .content {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .page-content .content {
    width: 955px;
  }
}
.page-content .intro-text {
  margin-bottom: 60px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .page-content .intro-text {
    padding-right: 30%;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-content .intro-text {
    padding-right: 45%;
  }
}

/*
------------------------------------------------
TEMPLATE - HOME
------------------------------------------------
*/
.page-home .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-diag-home.svg);
  background-position: right -100px top 400px;
  background-repeat: no-repeat;
  background-size: 360%;
  z-index: -2;
}
@media (min-width: 768px) {
  .page-home .bg {
    background-size: 300%;
    width: 35%;
    background-position: right 0px top 120px;
  }
}
@media (min-width: 1200px) {
  .page-home .bg {
    background-position: right 0px top -50px;
  }
}
@media (min-width: 1500px) {
  .page-home .bg {
    background-position: right 0px top -100px;
  }
}
.page-home .home-boxes {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .page-home .home-boxes {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .page-home .home-boxes {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-home .home-boxes article {
  position: relative;
}
.page-home .home-boxes article + article {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-home .home-boxes article + article {
    margin-top: 100px;
  }
}
.page-home .home-boxes article h1, .page-home .home-boxes article h2, .page-home .home-boxes article h3, .page-home .home-boxes article h4 {
  color: #fff;
}
.page-home .home-boxes article img {
  padding-left: 30%;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-home .home-boxes article img {
    position: absolute;
    width: 40%;
    padding: 0;
    margin: 0;
    top: 50%;
    margin-top: -120px;
  }
}
@media (min-width: 992px) {
  .page-home .home-boxes article img {
    margin-top: -170px;
  }
}
@media (min-width: 1200px) {
  .page-home .home-boxes article img {
    margin-top: -190px;
  }
}
.page-home .home-boxes article .btn {
  margin-top: 30px;
}
.page-home .home-boxes article .btn.btn-white {
  position: relative;
}
.page-home .home-boxes article .btn.btn-white:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  width: 36px;
  height: 21px;
  background-image: url(../images/arrow-red.svg);
}
.page-home .home-boxes article .odd img {
  display: none;
}
@media (min-width: 768px) {
  .page-home .home-boxes article .odd img {
    left: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .page-home .home-boxes article .odd img {
    left: 50px;
    width: 35%;
  }
}
@media (min-width: 768px) {
  .page-home .home-boxes article .even img {
    right: -60px;
  }
}
@media (min-width: 992px) {
  .page-home .home-boxes article .even img {
    right: 0;
  }
}

/*
------------------------------------------------
TEMPLATE - PLAYING FIELDS
------------------------------------------------
*/
.page-playing .playing-fields {
  padding-top: 40px;
}
.page-playing .playing-fields .row {
  margin: 0;
}
@media (min-width: 768px) {
  .page-playing .playing-fields .row {
    margin: 0 -30px;
  }
}
.page-playing .playing-field {
  color: #fff;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
@media (min-width: 768px) {
  .page-playing .playing-field {
    width: calc(50% - 60px);
    margin: 0 30px;
    margin-bottom: 50px;
  }
  .page-playing .playing-field:nth-child(2) {
    margin-top: 70px;
  }
}
.page-playing .playing-field a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-playing .playing-field .image {
  padding-bottom: 25px;
  background-image: url(../images/triangle-playing.svg);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.page-playing .playing-field .image .main {
  width: calc(100% - 20px);
  display: block;
}
.page-playing .playing-field .info {
  padding: 25px;
  background-image: url(../images/triangle-white.svg);
  background-position: top left;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.page-playing .playing-field h2 {
  font-size: 40px;
  color: #fff;
}
@media (min-width: 992px) {
  .page-playing .playing-field h2 {
    font-size: 52px;
  }
}
.page-playing .playing-field p {
  font-family: "Abel";
  font-size: 18px;
}
@media (min-width: 992px) {
  .page-playing .playing-field p {
    font-size: 20px;
  }
}
.page-playing .map {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .page-playing .map {
    height: 480px;
  }
}
.page-playing .map .infobubble {
  background: #E72983;
  color: #fff;
  padding: 15px;
}
.page-playing .map .infobubble .map-infowindow {
  padding: 15px;
  padding-top: 30px;
  background-image: url(../images/triangle-white.svg);
  background-position: top left;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.page-playing .map .infobubble .map-infowindow a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Trade Gothic LT";
  line-height: 1;
}
.page-playing .map .infobubble .map-infowindow p {
  font-family: "Abel";
  font-size: 16px;
}

/*
------------------------------------------------
TEMPLATE - 404
------------------------------------------------
*/
.page-404 {
  padding-bottom: 150px;
}

body.error404 .site-footer::after {
  background: #fff;
}

/*
------------------------------------------------
TEMPLATE - CONTACT
------------------------------------------------
*/
.page-contact {
  background: #fff;
}
.page-contact.people .intro-text {
  margin-bottom: 0;
}
.page-contact .intro-text p {
  line-height: 1;
}
.page-contact .page-content {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.page-contact .page-content .col-md-6 + .col-md-6 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .page-contact .page-content .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}
.page-contact .page-content .section p {
  line-height: 1.2;
}
.page-contact .page-content .section + .section {
  margin-top: 60px;
}
.page-contact .page-content .section h2 {
  margin-bottom: 30px;
}
.page-contact .page-content a {
  color: #E72983;
}
.page-contact .page-content ul {
  margin-top: 0;
  font-family: "Trade Gothic LT";
}
.page-contact .page-content ul li {
  padding: 0;
  background-size: 0;
}
.page-contact .page-content ul li + li {
  margin: 0;
}
.page-contact .page-content .item + .item {
  margin-top: 30px;
}
.page-contact .page-content h3 {
  margin-bottom: 0;
}

/*
------------------------------------------------
TEMPLATE - PARTNERS & FUNDERS
------------------------------------------------
*/
body.page-template-funders-partners {
  background: #fff;
}

.page-funders-partners .section.supporters .h1 {
  margin-bottom: 60px;
}
.page-funders-partners .section + .section {
  margin-top: 100px;
}
.page-funders-partners .section .h1 {
  margin-bottom: 20px;
}
.page-funders-partners .section .item {
  height: 150px;
  text-align: center;
}
.page-funders-partners .section .item img {
  max-width: 80%;
  max-height: 60%;
  height: auto;
  width: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.page-funders-partners .section ul {
  padding-left: 0;
  font-family: "Trade Gothic LT";
  font-weight: bold;
  text-transform: uppercase;
}
.page-funders-partners .section ul li {
  padding: 0;
  background: none;
}
.page-funders-partners .section ul li + li {
  margin-top: 10px;
}

/*
------------------------------------------------
TEMPLATE - PARTNER WITH US
------------------------------------------------
*/
@media (min-width: 992px) {
  .page-partners .intro-content {
    margin-bottom: 100px;
  }
}
.page-partners .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/partner-bg.svg);
  background-position: center top;
  z-index: -2;
}
@media (min-width: 768px) {
  .page-partners .bg {
    background-size: 100% auto;
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .page-partners .bg {
    margin-top: -170px;
  }
}
@media (min-width: 1200px) {
  .page-partners .bg {
    background-size: 120% auto;
    background-position: right top;
  }
}

/*
------------------------------------------------
TEMPLATE - NEWS
------------------------------------------------
*/
body.page-template-news {
  background: #fff;
}

.page-news .news .row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-news .news [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.page-news .news .news-item {
  margin-bottom: 50px;
}
.page-news .news .news-item:last-child {
  margin-bottom: 0;
}
.page-news .news .news-item .info {
  position: relative;
}
@media (min-width: 768px) {
  .page-news .news .news-item .info {
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .page-news .news .news-item .info {
    padding-top: 10px;
    padding-right: 50px;
  }
}
.page-news .news .news-item img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-news .news .news-item img {
    margin-bottom: 0;
  }
}
.page-news .news .news-item a.arrow {
  display: none;
}
@media (min-width: 992px) {
  .page-news .news .news-item a.arrow {
    display: block;
    width: 36px;
    height: 21px;
    background-image: url(../images/arrow-red.png);
    position: absolute;
    right: 0;
    top: 7px;
  }
}
.page-news .news .news-item h4 {
  color: #000;
}
.page-news .news .news-item a {
  color: #000;
}
.page-news .news .news-item p {
  font-size: 16px;
  color: #464B4E;
}

/*
------------------------------------------------
MODULE - DEFAULTS
------------------------------------------------
*/
.module {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .module .content {
    max-width: none;
    width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .module .content {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .module .content {
    width: 955px;
  }
}

/*
------------------------------------------------
MODULE - IMAGE
------------------------------------------------
*/
.module-image {
  padding: 0;
}
.module-image img {
  display: block;
  width: 100%;
}

/*
------------------------------------------------
MODULE - TEXT
------------------------------------------------
*/
.module-text {
  background: #fff;
  color: #000;
}
@media (min-width: 992px) {
  .module-text .content {
    padding-right: 30%;
  }
  .module-text .content.prices {
    padding-right: 25%;
  }
}
.module-text .content a {
  color: #E72983;
}
.module-text .table-responsive {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .module-text .table-responsive {
    overflow-x: hidden;
  }
}
.module-text table {
  width: 100%;
  margin: 30px 0;
  font-size: 14px;
  border: 1px solid #CECECE;
}
@media (min-width: 992px) {
  .module-text table {
    font-size: 16px;
  }
}
.module-text table thead {
  border-bottom: 2px solid #02AEE9;
  font-family: "Trade Gothic LT";
}
.module-text table thead tr {
  height: 75px;
  font-weight: bold;
  text-transform: uppercase;
  color: #02AEE9;
}
.module-text table tbody {
  font-family: "Abel";
}
.module-text table tr {
  height: 60px;
  border-top: 1px solid #CECECE;
}
.module-text table td {
  padding: 10px;
  border-right: 1px solid #CECECE;
  vertical-align: middle;
}

/*
------------------------------------------------
MODULE - FORM
------------------------------------------------
*/
.module-form {
  background: #02AEE9;
  color: #fff;
}
.module-form .content h2 {
  color: #fff;
}
.module-form .content a {
  color: #fff;
}
.module-form .content form {
  width: 100%;
  display: block;
  margin-top: 40px;
}
.module-form .content form .form-control {
  height: 60px;
  font-size: 14px;
  padding: 15px;
  border-bottom: 3px solid #fff;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.module-form .content form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.module-form .content form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.module-form .content form .form-status {
  display: none;
  font-size: 20px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/*
------------------------------------------------
MODULE - DONATE
------------------------------------------------
*/
.module-donate, .module-donate-form {
  background: #fff;
  color: #000;
}
.module-donate p, .module-donate-form p {
  color: #02AEE9;
}
.module-donate .donate-boxes, .module-donate-form .donate-boxes {
  margin-top: 60px;
}
.module-donate .donate-boxes .donate-box, .module-donate-form .donate-boxes .donate-box {
  border: 1px solid #02AEE9;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .module-donate .donate-boxes .donate-box, .module-donate-form .donate-boxes .donate-box {
    margin-bottom: 0;
  }
}
.module-donate .donate-boxes header, .module-donate-form .donate-boxes header {
  background: #02AEE9;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .module-donate .donate-boxes header, .module-donate-form .donate-boxes header {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .module-donate .donate-boxes header, .module-donate-form .donate-boxes header {
    min-height: 220px;
  }
}
.module-donate .donate-boxes header p, .module-donate-form .donate-boxes header p {
  font-size: 16px;
}
.module-donate .donate-boxes header h2, .module-donate .donate-boxes header p, .module-donate-form .donate-boxes header h2, .module-donate-form .donate-boxes header p {
  color: #fff;
}
.module-donate .donate-boxes .image, .module-donate-form .donate-boxes .image {
  position: relative;
  z-index: 1;
}
.module-donate .donate-boxes .image img, .module-donate-form .donate-boxes .image img {
  display: block;
  width: 100%;
}
.module-donate .donate-boxes .image .overlay, .module-donate-form .donate-boxes .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/overlay-donate.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  opacity: 0.5;
}
.module-donate .donate-boxes .btn, .module-donate-form .donate-boxes .btn {
  margin: 30px 0;
}
.module-donate .custom, .module-donate-form .custom {
  margin-top: 40px;
  border: 1px solid #02AEE9;
  padding: 10px 20px;
}
.module-donate .custom h4, .module-donate .custom .h4, .module-donate-form .custom h4, .module-donate-form .custom .h4 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.module-donate .custom form, .module-donate-form .custom form {
  width: 100%;
}
.module-donate .custom span, .module-donate-form .custom span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.module-donate .custom .form-control, .module-donate-form .custom .form-control {
  border: 1px solid #02AEE9;
  height: 60px;
  font-size: 14px;
  padding: 10px;
  background: none;
  color: #02AEE9;
  line-height: 61px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: calc(100% - 50px);
}
.module-donate .custom .btn, .module-donate-form .custom .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-donate .custom .btn, .module-donate-form .custom .btn {
    margin-top: 0;
  }
}
.module-donate .donate-form, .module-donate-form .donate-form {
  margin-top: 100px;
}
.module-donate .donate-form form, .module-donate-form .donate-form form {
  width: 100%;
  display: block;
}
.module-donate .donate-form .col-md-6 + .col-md-6, .module-donate-form .donate-form .col-md-6 + .col-md-6 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .module-donate .donate-form .col-md-6 + .col-md-6, .module-donate-form .donate-form .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}
.module-donate .donate-form .section + .section, .module-donate-form .donate-form .section + .section {
  margin-top: 60px;
}
.module-donate .donate-form h3, .module-donate-form .donate-form h3 {
  margin-bottom: 20px;
}
.module-donate .donate-form .form-control, .module-donate-form .donate-form .form-control {
  font-family: "Trade Gothic LT";
  height: 60px;
  font-size: 14px;
  padding: 15px;
  border-bottom: 3px solid #02AEE9;
  background: none;
  color: #02AEE9;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.module-donate .donate-form .form-control.error, .module-donate-form .donate-form .form-control.error {
  border-bottom: 3px solid #E72983;
  box-shadow: none;
}
.module-donate .donate-form .form-control::-moz-placeholder, .module-donate-form .donate-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.module-donate .donate-form .form-control::placeholder, .module-donate-form .donate-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.module-donate .donate-form textarea.form-control, .module-donate-form .donate-form textarea.form-control {
  height: 100px;
  padding-top: 20px;
  border-top: 3px solid #02AEE9;
  margin-top: 30px;
  margin-bottom: 0;
}
.module-donate .donate-form span, .module-donate .donate-form label, .module-donate-form .donate-form span, .module-donate-form .donate-form label {
  color: #222;
  font-size: 16px;
}
.module-donate .donate-form label + h4, .module-donate-form .donate-form label + h4 {
  margin-top: 30px;
}
.module-donate .donate-form h4, .module-donate-form .donate-form h4 {
  margin-bottom: 20px;
}
.module-donate .donate-form label.error, .module-donate-form .donate-form label.error {
  border: 0;
  box-shadow: none;
  color: #E72983;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.module-donate .donate-form .ErrorContainer, .module-donate-form .donate-form .ErrorContainer {
  color: #E72983;
}
.module-donate .donate-form p, .module-donate-form .donate-form p {
  color: #222;
  font-size: 16px;
}
.module-donate .donate-form .labels + .labels, .module-donate .donate-form label + p, .module-donate-form .donate-form .labels + .labels, .module-donate-form .donate-form label + p {
  margin-top: 20px;
}
.module-donate .donate-form label, .module-donate-form .donate-form label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.module-donate .donate-form input[type=radio], .module-donate .donate-form input[type=checkbox], .module-donate-form .donate-form input[type=radio], .module-donate-form .donate-form input[type=checkbox] {
  margin-top: 0;
  position: relative;
  top: -4px;
  margin-left: 0;
}
.module-donate .donate-form .section-submit, .module-donate-form .donate-form .section-submit {
  margin-top: 40px;
}

/*
------------------------------------------------
MODULE - VIDEO
------------------------------------------------
*/
.module-video h1, .module-video h2, .module-video h3, .module-video h4, .module-video h5 {
  color: #fff;
}
.module-video .video {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .module-video .video {
    margin-bottom: 0;
  }
}
.module-video .video .overlay {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.module-video .video .play {
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-play.svg);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .module-video .video .play {
    right: -30px;
    left: auto;
    margin: 0;
    bottom: auto;
    top: 50%;
    margin-top: -30px;
  }
}
.module-video .btn {
  margin-top: 30px;
}
.module-video video {
  width: 100%;
}

/*
------------------------------------------------
MODULE - STATS
------------------------------------------------
*/
.module-stats .col-md-4 + .col-md-4 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-stats .col-md-4 + .col-md-4 {
    margin-top: 0;
  }
}
.module-stats .stat {
  border: 3px solid rgba(2, 174, 233, 0.2);
  height: 185px;
  position: relative;
}
.module-stats .stat span {
  font-size: 51px;
  letter-spacing: -2px;
  position: absolute;
  left: -20px;
  top: 30px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1200px) {
  .module-stats .stat span {
    font-size: 66px;
  }
}
.module-stats .stat span:after {
  content: "";
  height: 16px;
  background: #02AEE9;
  left: -5px;
  width: 115%;
  position: absolute;
  bottom: 19%;
  z-index: -1;
}
.module-stats .stat p {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  width: 75%;
  padding: 15px 10px;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .module-stats .stat p {
    width: 70%;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .module-stats .stat p {
    font-size: 26px;
  }
}

/*
------------------------------------------------
MODULE - FAQS
------------------------------------------------
*/
.module-faqs {
  background: #fff;
  color: #000;
}
.module-faqs .cta {
  margin-bottom: 60px;
}
.module-faqs .faq-title {
  margin-bottom: 40px;
}
.module-faqs .faqs .faq {
  border-bottom: 1px solid #02AEE9;
  border-top: 1px solid #02AEE9;
  background-image: url(../images/arrow-v-blue.svg);
  background-repeat: no-repeat;
  background-position: top 23px right 10px;
}
.module-faqs .faqs .faq + .faq {
  border-top: 0;
}
.module-faqs .faqs .faq h3 {
  padding-top: 22px;
  padding-bottom: 14px;
  cursor: pointer;
  padding-right: 50px;
}
.module-faqs .faqs .faq .answer {
  display: none;
  margin-bottom: 40px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .module-faqs .faqs .faq .answer {
    font-size: 18px;
  }
}
.module-faqs .faqs .faq .answer a {
  color: #E72983;
}

/*
------------------------------------------------
MODULE - CLICKTHROUGHS
------------------------------------------------
*/
.module-clickthroughs {
  position: relative;
}
@media (min-width: 992px) {
  .module-clickthroughs {
    padding: 80px 0;
  }
}
.module-clickthroughs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #B7CB1C;
  z-index: -2;
}
.module-clickthroughs .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .module-clickthroughs .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.module-clickthroughs .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .module-clickthroughs .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.module-clickthroughs .clickthrough {
  padding: 20px;
  padding-bottom: 50px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  min-height: 260px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .module-clickthroughs .clickthrough {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .module-clickthroughs .clickthrough {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .module-clickthroughs .clickthrough {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .module-clickthroughs .clickthrough:hover p {
    display: block;
  }
  .module-clickthroughs .clickthrough:hover .image {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .module-clickthroughs .clickthrough .image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background-size: cover;
    background-position: center;
    z-index: -1;
    box-shadow: 3px 5px 10px #000;
    transition: all 0.3s ease;
  }
  .module-clickthroughs .clickthrough .image:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: rgba(183, 203, 28, 0.8);
  }
}
.module-clickthroughs .clickthrough h4, .module-clickthroughs .clickthrough h2 {
  color: #fff;
  width: 100%;
}
.module-clickthroughs .clickthrough p {
  line-height: 1.5;
  display: none;
  font-size: 17px;
}
@media (max-width: 369px) {
  .module-clickthroughs .clickthrough h2 {
    font-size: 24px;
  }
}
.module-clickthroughs .clickthrough .arrow {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.module-clickthroughs .clickthrough .arrow img {
  width: 24px;
}
.module-clickthroughs .clickthrough .full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
------------------------------------------------
MODULE - INFO BOXES
------------------------------------------------
*/
.module-info-boxes article {
  position: relative;
}
.module-info-boxes article + article {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .module-info-boxes article + article {
    margin-top: 125px;
  }
}
@media (min-width: 992px) {
  .module-info-boxes article + article {
    margin-top: 200px;
  }
}
.module-info-boxes article h1, .module-info-boxes article h2, .module-info-boxes article h3, .module-info-boxes article h4 {
  color: #fff;
}
.module-info-boxes article h2 {
  margin-bottom: 30px;
}
.module-info-boxes article img {
  padding-left: 30%;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .module-info-boxes article img {
    position: absolute;
    width: 40%;
    padding: 0;
    margin: 0;
    top: 50%;
    margin-top: -120px;
  }
}
@media (min-width: 992px) {
  .module-info-boxes article img {
    margin-top: -170px;
  }
}
@media (min-width: 1200px) {
  .module-info-boxes article img {
    margin-top: -190px;
  }
}
.module-info-boxes article .btn {
  margin-top: 20px;
}
.module-info-boxes article .btn.btn-white {
  position: relative;
}
.module-info-boxes article .btn.btn-white:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20px;
  width: 36px;
  height: 21px;
  background-image: url(../images/arrow-red.svg);
}
.module-info-boxes article a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .module-info-boxes article .odd img {
    left: 0;
  }
}
@media (min-width: 768px) {
  .module-info-boxes article .even img {
    right: -60px;
  }
}
@media (min-width: 992px) {
  .module-info-boxes article .even img {
    right: 0;
  }
}

/*
------------------------------------------------
MODULE - QUOTE
------------------------------------------------
*/
.module-quote {
  background: #02AEE9;
  color: #fff;
}
.module-quote .quote {
  padding: 40px 0;
  padding-left: 15px;
  background-image: url(../images/swirl-blue.svg);
  background-position: top 10px left 0px;
  background-repeat: no-repeat;
  background-size: 70% auto;
  position: relative;
}
@media (min-width: 768px) {
  .module-quote .quote {
    background-size: 52% auto;
  }
}
@media (min-width: 992px) {
  .module-quote .quote {
    width: 80%;
    margin: auto;
    padding: 60px 0;
    padding-left: 30px;
  }
}
.module-quote .quote:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../images/triangle-white.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.module-quote .quote p {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .module-quote .quote p {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .module-quote .quote p {
    font-size: 30px;
  }
}
.module-quote .quote .quote-content {
  margin-bottom: 40px;
}
.module-quote .quote .author {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .module-quote .quote .author {
    font-size: 16px;
  }
}
