@import 'scripts/slick/slick-theme.css';
@import 'scripts/slick/slick.css';
@import 'scripts/jquery.fancybox.css';
@import '//fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic,700italic';
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body,
html {
  color: #000;
  width: 100%;
  height: 100%;
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: 700;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
del,
ins {
  text-decoration: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  text-decoration: none;
}
input,
textarea {
  resize: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  overflow: auto;
  background: #fff;
  vertical-align: top;
}
input:focus {
  outline: 0;
}
sub,
sup {
  vertical-align: baseline;
  font-size: .65em;
}
i {
  font-style: normal;
}
input[type=submit] {
  overflow: visible;
}
.jElements {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.jElements input,
.jElements select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.jElements iframe {
  display: none;
}
.jElements.radio,
.jElements.checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
}
.jElements.radio input,
.jElements.checkbox input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.jElements.radio i,
.jElements.checkbox i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.jElements.radio i:after,
.jElements.checkbox i:after {
  font: 11px/15px 'racesafe';
  content: '\e605';
  color: #31BCB5;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  top: -3px;
}
.jElements.radio.checked,
.jElements.checkbox.checked {
  background: #fff;
  border-color: #fff;
}
.jElements.radio.checked i,
.jElements.checkbox.checked i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.jElements.radio.disabled,
.jElements.checkbox.disabled {
  opacity: 0.30;
}
.jElements.switch {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  cursor: pointer;
  padding: 3px;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
.jElements.switch input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.jElements.switch i {
  width: 19px;
  height: 19px;
  background: #e4e4e4;
  display: block;
  position: relative;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  background-clip: padding-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.jElements.switch.checked i {
  margin-left: 15px;
  background: #31BCB5;
}
.jElements.switch.disabled {
  opacity: 0.30;
}
.jElements.switch iframe {
  display: none;
}
.jElements.switch.jElements-switch-min {
  width: 25px;
  height: 15px;
  padding: 2px;
}
.jElements.switch.jElements-switch-min i {
  width: 15px;
  height: 15px;
}
.jElements.switch.jElements-switch-min.checked i {
  margin-left: 10px;
}
.jElements.select {
  width: 380px;
  min-height: 45px;
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0,0,0) !important;
}
.jElements.select.jElements-nativelist .select-container {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.jElements.select.jElements-nativelist select {
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: #f4f4f4;
  cursor: pointer;
}
.jElements.select.jElements-nativelist select::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  .jElements.select.jElements-nativelist select {
    padding: 0 !important;
  }
}
.jElements.select.jElements-opened {
  z-index: 500;
}
.jElements.select.jElements-opened .select-block {
  width: 380px;
  position: absolute;
  top: 0;
  left: 0;
}
.jElements.select.jElements-opened .select-placeholder {
  display: block;
}
.jElements.select.jElements-opened i {
  -webkit-transition: all 1.2;
  -moz-transition: all 1.2;
  -o-transition: all 1.2;
  -ms-transition: all 1.2;
  transition: all 1.2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jElements.select .select-block {
  width: 380px;
  min-height: 45px;
  position: relative;
  border: 2px solid #f2f2f2;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jElements.select .select-container {
  display: none;
}
.jElements.select .select-placeholder {
  width: 380px;
  min-height: 47px;
  display: none;
}
.jElements.select i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.jElements.select i:after {
  content: '\e605';
  font: 8px/25px 'mv';
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  color: #9d9d9d;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.jElements.select:hover i:after,
.jElements.select.jElements-opened i:after {
  color: #242627;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.jElements.select .txt {
  width: 340px;
  height: 45px;
  line-height: 45px;
  display: block;
  color: #747474;
  text-indent: 15px;
  overflow: hidden;
}
.jElements.select ul {
  display: none;
  max-height: 300px;
  overflow: scroll;
}
.jElements.select ul:before {
  content: '';
  width: 95%;
  height: 1px;
  display: block;
  background: #e2e2e2;
  margin: 0 auto;
}
.jElements.select li {
  height: 45px;
  line-height: 45px;
  color: #aaaaaa;
  overflow: hidden;
}
.jElements.select li:hover {
  color: #fff;
  background: #ADD036;
}
.jElements.select li:after {
  content: '';
  width: 95%;
  height: 1px;
  display: block;
  background: #e2e2e2;
  margin: 0 auto;
}
.jElements.select li.first:before {
  background: #c5c5c5;
}
.jElements.select li.last:after {
  display: none;
}
.jElements.select li.null-value,
.jElements.select li.null-value:hover {
  color: #e4e4e4;
  cursor: default;
  background: #fff;
}
.jElements.select li span {
  height: 45px;
  line-height: 45px;
  display: block;
  text-indent: 15px;
}
.jElements.select li.selected {
  background: #eee;
}
.jElements.select.jElements-defined-width .select-block {
  width: 100%;
}
.jElements.select.jElements-defined-width .txt {
  width: 90%;
}
@font-face {
  font-family: 'racesafe';
  src: url('fonts/racesafe.eot');
  src: url('fonts/racesafe.eot?') format('embedded-opentype'), url('fonts/racesafe.woff') format('woff'), url('fonts/racesafe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition-property: color, opacity;
  -webkit-transition-duration: 0.2s, 0.2s;
  -moz-transition-property: color, opacity;
  -moz-transition-duration: 0.2s, 0.2s;
  -o-transition-property: color, opacity;
  -o-transition-duration: 0.2s, 0.2s;
  transition-property: color, opacity;
  transition-duration: 0.2s, 0.2s;
  color: inherit;
}
::-moz-selection {
  color: #fff;
  background: #31BCB5;
}
::selection {
  color: #fff;
  background: #31BCB5;
}
.cols {
  width: 100%;
}
.cols:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
}
.cols .col {
  width: 48.5%;
  float: left;
  display: block;
}
.cols .col.l {
  margin-right: 3%;
}
.cols.cols3 .col {
  width: 32%;
  margin-right: 2%;
}
.cols.cols3 .col.r {
  margin-right: 0;
}
.cols.cols4 .col {
  width: 23%;
  margin-right: 2.66666667%;
}
.cols.cols4 .col.c4 {
  margin-right: 0;
}
.cols.cols-auto .col {
  width: auto;
  margin-right: 0;
}

#loading.lighter {
    background: rgba(255, 255, 255, 0.1);
}
#loading {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
#loading i {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  background: transparent;
  border: 4px solid #4754A4;
  position: absolute;
  top: 47%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation: loading 0.65s infinite ease-out;
  -moz-animation: loading 0.65s infinite ease-out;
  -ms-animation: loading 0.65s infinite ease-out;
  -o-animation: loading 0.65s infinite ease-out;
  animation: loading 0.65s infinite ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.45);
  -moz-transform: scale(0.45);
  -ms-transform: scale(0.45);
  -o-transform: scale(0.45);
  transform: scale(0.45);
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
}
@-moz-keyframes loading {
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
}
@-ms-keyframes loading {
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
}
@keyframes loading {
  to {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.tw,
.ti {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.ti {
  display: table-cell;
}
.boxed-btn {
  background: #4754A4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  -webkit-box-shadow: 0 5px 0 #3b4588;
  box-shadow: 0 5px 0 #3b4588;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
  display: inline-block;
  margin-bottom: 15px;
}
.boxed-btn i {
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
  margin-left: 12px;
}
.boxed-btn:hover {
  color: #fff;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
.boxed-btn:hover i {
  color: ;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
.boxed-btn:active {
  top: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.boxed-btn.btn-blue {
  background: #4754A4;
  -webkit-box-shadow: 0 5px 0 #3b4588;
  box-shadow: 0 5px 0 #3b4588;
}
.boxed-btn.btn-blue:hover {
  background: #414d96;
}
.boxed-btn.btn-pinkish {
  background: #D11C52;
  -webkit-box-shadow: 0 5px 0 #ad1744;
  box-shadow: 0 5px 0 #ad1744;
}
.boxed-btn.btn-pinkish:hover {
  background: #bf1a4b;
}
.boxed-btn.btn-mint {
  background: #31BCB5;
  -webkit-box-shadow: 0 5px 0 #299c96;
  box-shadow: 0 5px 0 #299c96;
}
.boxed-btn.btn-mint:hover {
  background: #2daca5;
}
.boxed-btn.btn-orange {
  background: #F26C46;
  -webkit-box-shadow: 0 5px 0 #cb5c3d;
  box-shadow: 0 5px 0 #cb5c3d;
  color: #fff;
}
.boxed-btn.btn-orange:hover {
  background: #f15d33;
  color: #fff;
}
.boxed-btn.btn-green {
  background: #ADD036;
  -webkit-box-shadow: 0 5px 0 #94b32a;
  box-shadow: 0 5px 0 #94b32a;
}
.boxed-btn.btn-green:hover {
  background: #a2c42e;
}
.boxed-btn.btn-white {
  background: #fff;
  color: rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 5px 0 #d9d9d9;
  box-shadow: 0 5px 0 #d9d9d9;
}
.boxed-btn.btn-white:hover {
  background: #000000;
}
h2.section-title {
  font-size: 30px;
  line-height: 32px;
  display: block;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
h3.section-subtitle {
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 9px;
  margin-bottom: 90px;
}
.ico i:after {
  font-family: 'racesafe';
  color: inherit;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.ico-participant i:after {
  content: '\e60e';
}
.ico-volunteer i:after {
  content: '\e620';
}
.ico-arrow-up i:after {
  content: '\e604';
}
.ico-arrow-right i:after {
  content: '\e603';
}
.ico-arrow-down i:after {
  content: '\e601';
}
.ico-arrow-left i:after {
  content: '\e602';
}
.ico-play i:after {
  content: '\e600';
}
.ico-keyhole i:after {
  content: '\e609';
}
.ico-check i:after {
  content: '\e605';
}
.ico-cross i:after {
  content: '\e606';
}
.ico-download i:after {
  content: '\e607';
}
.ico-hamburger i:after {
  content: '\e608';
}
.ico-plus i:after {
  content: '\e60f';
}
.ico-minus i:after {
  content: '\e60b';
}
.ico-cta i:after {
  content: '\e61f';
}
.ico-vimeo i:after {
  content: '\e612';
}
.ico-linkedin i:after {
  content: '\e613';
}
.ico-facebook i:after {
  content: '\e615';
}
.ico-facebook2 i:after {
  content: '\e614';
}
.ico-google-plus i:after {
  content: '\e616';
}
.ico-instagram i:after {
  content: '\e617';
}
.ico-pinterest i:after {
  content: '\e618';
}
.ico-pinterest2 i:after {
  content: '\e619';
}
.ico-youtube i:after {
  content: '\e61a';
}
.ico-twitter i:after {
  content: '\e61b';
}
.ico-recruit-organize i:after {
  content: '\e610';
}
.ico-medical-care i:after {
  content: '\e60a';
}
.ico-mobile-command-center i:after {
  content: '\e60c';
}
.ico-participant-experience i:after {
  content: '\e60d';
}
.divider-img {
  width: 100%;
  height: 300px;
  display: block;
  background: 50% 50% no-repeat fixed;
  background-size: cover;
  position: relative;
}
.divider-img:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
  z-index: 10;
}
.divider-img i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/racesafe/b2b/dot-pattern.png) repeat;
  z-index: 15;
  pointer-events: none;
}

.divider-img.black_opacity i {
  background: rgba(0,0,0,0.35) repeat !important;
}

.divider-img.none i {
  background: rgba(0,0,0,0) repeat !important;
}

h3.content-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #4754A4;
  margin-bottom: 8px;
}
body section {
  position: relative;
}
body:not(.pg-home) section a {
  font-weight: bold;
}
body:not(.pg-home) section a:hover {
  color: #4754A4;
}
body:not(.pg-home) section p {
  margin-bottom: 15px;
}
body {
  background: ;
  font: 400 15px/22px 'Lato';
  color: #242627;
}
header {
  width: 100%;
  min-height: 100px;
  background: #4754A4;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .wrapper {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
header #logo {
  width: 227px;
  height: auto;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 20;
}
header #logo a {
  width: 100%;
  height: 51px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: 0 0 no-repeat;
  background-size: contain;
}
header #logo a:hover {
  opacity: 0.75;
}
header .action-nav {
  position: absolute;
  top: 18px;
  right: 25px;
  z-index: 30;
}
header .action-nav ul:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
}
header .action-nav li {
  width: 48px;
  height: 48px;
  float: left;
}
header .action-nav li.action-nav-mobile {
  display: none;
}
header .action-nav li:not(:last-child) {
  margin-right: 30px;
}
header .action-nav a {
  width: 100%;
  height: 100%;
  display: block;
  background: #6c77b7;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  background-clip: padding-box;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 0px #38427e;
  box-shadow: 0px 3px 0px #38427e;
  text-align: center;
  line-height: 48px;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
header .action-nav a:hover {
  background: #3e488b;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
header .action-nav a:hover span {
  color: #fff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
header .action-nav a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
}
header .action-nav a:active span {
  bottom: -11px;
}
header .action-nav span {
  width: 75px;
  height: auto;
  display: block;
  color: #a3aad2;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
header .action-nav .ico-participant i:after {
  font-size: 27px;
}
header .action-nav .ico-volunteer i:after {
  font-size: 22px;
}
header .main-nav {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
header .main-nav.main-nav-mobile {
  display: none;
}
header .main-nav ul {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translatex(6%);
  -moz-transform: translatex(6%);
  -ms-transform: translatex(6%);
  -o-transform: translatex(6%);
  transform: translatex(6%);
}
header .main-nav li {
  height: 100px;
  display: inline-block;
}
header .main-nav li.main-nav-mobile {
  display: none;
}
header .main-nav li:not(:last-child) {
  margin-right: 5%;
}
header .main-nav a {
  /* color: #fff; */
  font-size: 13px;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 6px 13px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
header .main-nav a.ico.ico-participant {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .main-nav a.ico.ico-participant i:after {
  font-size: 25px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
header .main-nav a.ico.ico-volunteer {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .main-nav a.ico.ico-volunteer i:after {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
header .main-nav a:hover,
header .main-nav a.on {
  color: #4754A4;
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px #38427e;
  box-shadow: 0px 3px 0px #38427e;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.25s, 0.25s;
  transition-property: color, background;
  transition-duration: 0.25s, 0.25s;
}
header .main-nav a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}
header i.shadow {
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 20;
  background: url(../../img/racesafe/b2b/header-shadow.png) 0 0 repeat-x;
}
.slider.slider-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.slider.slider-background li {
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
#hero {
  position: relative;
  min-height: 640px;
  background: #4754A4;
}
#hero .wrapper {
  position: relative;
  z-index: 20;
  padding-top: 160px;
}

#hero .pattern-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/racesafe/b2b/dot-pattern.png) repeat;
  z-index: 15;
  pointer-events: none;
}

#hero.black_opacity .pattern-overlay {
  background: rgba(0,0,0,0.35) repeat !important;
}

#hero.none .pattern-overlay {
  background: rgba(0,0,0,0) repeat !important;
}

#hero .cols {
  padding-bottom: 150px;
}
#hero .cols .col.l {
  width: 53%;
  margin-right: 4%;
}
#hero .cols .col.r {
  width: 43%;
  padding-top: 187px;
  text-align: right;
}
#hero h2 {
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 15px;
  text-shadow: 0 0 45px rgba(0,0,0,0.6);
}
#hero h3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
#hero .hero-testemonials {
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 15px 20px;
}
#hero .hero-testemonials:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
}
#hero .hero-testemonials .hero-testemonial-img {
  width: 12%;
  height: auto;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  background-clip: padding-box;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 3%;
}
#hero .hero-testemonials .hero-testemonial-img img {
  width: 100%;
  height: auto;
  display: block;
}
#hero .hero-testemonials .hero-testemonial-quote {
  width: 85%;
  display: block;
  float: left;
  padding-top: 10px;
}
#hero .hero-testemonials blockquote {
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #4f4f4f;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0px;
  letter-spacing: -0.015em;
}
#hero .hero-testemonials .quote-from {
  font-size: 13px;
  line-height: 15px;
  color: #4f4f4f;
  font-weight: bold;
}
#hero .hero-scroll-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
}
#hero .hero-scroll-down i {
  width: 45px;
  height: 45px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  font-size: 22px;
  line-height: 45px;
  color: #798dc8;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
#hero .hero-scroll-down:hover i {
  background: #31BCB5;
  color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
#hero .boxed-btn {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 25px 18px;
  text-align: center;
}
#hero .boxed-btn i {
  position: relative;
}
#hero .boxed-btn.ico-play {
  margin-bottom: 25px;
}
#hero .boxed-btn.ico-play i {
  font-size: 48px;
  line-height: 0px;
  top: 13px;
}
#hero .boxed-btn.ico-cta i {
  font-size: 28px;
  top: 5px;
  margin-left: 13px;
}
.highlight-section {
  padding: 100px 0;
}
.highlight-section .wrapper {
  max-width: 1300px;
}
.highlight-section .slider img {
  display: block;
  width: 100%;
}
.highlight-section .txt {
  color: #747474;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
}
.highlight-section .boxed-btn {
  margin-top: 35px;
}
.highlight-section .boxed-btn i {
  font-size: 42px;
  line-height: 0;
  position: relative;
  top: 12px;
}
.highlight-section .slider.has-shadow:after {
  content: '';
  width: 110%;
  height: 25px;
  display: block;
  background: url(../../img/racesafe/b2b/slider-shadow.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -11px;
  left: -5%;
  z-index: 10;
  opacity: 0.65;
}
.highlight-section .slider.has-shadow .slick-list,
.highlight-section .slider.has-shadow .slick-dots {
  z-index: 20;
}
#highlights {
  padding: 200px 0 150px;
}
#highlights .section-title {
  color: #4f4f4f;
  margin-bottom: 80px;
}
#highlights .cols .col {
  text-align: center;
}
#highlights .highlight-ball {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
#highlights .highlight-ball .ball {
  width: 100%;
  height: auto;
  display: block;
  background: #4754A4;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  margin-bottom: 12px;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.4s, 0.4s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.4s, 0.4s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.4s, 0.4s;
  transition-property: color, background;
  transition-duration: 0.4s, 0.4s;
}
#highlights .highlight-ball i {
  color: #fff;
  position: relative;
}
#highlights .highlight-ball.b1 {
  color: #4754A4;
}
#highlights .highlight-ball.b2 {
  color: #D11C52;
}
#highlights .highlight-ball.b3 {
  color: #ADD036;
}
#highlights .highlight-ball.b4 {
  color: #F26C46;
}
#highlights .highlight-ball.b1 .ball {
  background: #4754A4;
}
#highlights .highlight-ball.b2 .ball {
  background: #D11C52;
}
#highlights .highlight-ball.b3 .ball {
  background: #ADD036;
}
#highlights .highlight-ball.b4 .ball {
  background: #F26C46;
}
#highlights .highlight-ball.b1:hover {
  color: #353e79;
}
#highlights .highlight-ball.b1:hover .ball {
  background: #353e79;
}
#highlights .highlight-ball.b2:hover {
  color: #9b153d;
}
#highlights .highlight-ball.b2:hover .ball {
  background: #9b153d;
}
#highlights .highlight-ball.b3:hover {
  color: #86a326;
}
#highlights .highlight-ball.b3:hover .ball {
  background: #86a326;
}
#highlights .highlight-ball.b4:hover {
  color: #cb5c3d;
}
#highlights .highlight-ball.b4:hover .ball {
  background: #cb5c3d;
}
#highlights .highlight-ball.b1 i {
  font-size: 126px;
  line-height: 126px;
}
#highlights .highlight-ball.b2 i {
  font-size: 94px;
  line-height: 94px;
  top: 3%;
}
#highlights .highlight-ball.b3 i {
  font-size: 76px;
  line-height: 76px;
}
#highlights .highlight-ball.b4 i {
  font-size: 104px;
  line-height: 104px;
}
#recruit-organize h2.section-title {
  color: #4754A4;
}
#recruit-organize h2.section-title i {
  font-size: 97px;
  line-height: 97px;
  display: block;
  margin-bottom: 30px;
}
#recruit-organize h3 {
  color: #4754A4;
}
#recruit-organize .slider .slick-dots {
  bottom: -50px;
}
#recruit-organize .slider .slick-dots li button:before {
  background: #4754A4;
}
#recruit-organize .slider .slick-dots li.slick-active button:before {
  background: none;
  border-color: #4754A4;
}
#medical-care .wrapper {
  max-width: 1100px;
}
#medical-care h2.section-title {
  color: #D11C52;
}
#medical-care h2.section-title i {
  font-size: 65px;
  line-height: 65px;
  display: block;
  margin-bottom: 27px;
}
#medical-care h3 {
  color: #D11C52;
}
#medical-care .slider .slick-dots {
  bottom: -50px;
}
#medical-care .slider .slick-dots li button:before {
  background: #D11C52;
}
#medical-care .slider .slick-dots li.slick-active button:before {
  background: none;
  border-color: #D11C52;
}
#mobile-command-center h2.section-title {
  color: #ADD036;
}
#mobile-command-center h2.section-title i {
  font-size: 69px;
  line-height: 69px;
  display: block;
  margin-bottom: 30px;
}
#mobile-command-center h3 {
  color: #ADD036;
}
#mobile-command-center .slider .slick-dots {
  bottom: -50px;
}
#mobile-command-center .slider .slick-dots li button:before {
  background: #ADD036;
}
#mobile-command-center .slider .slick-dots li.slick-active button:before {
  background: none;
  border-color: #ADD036;
}
#participant-experience .fullwidth-box {
  background: 50% 50% no-repeat scroll;
  background-size: cover;
  padding: 180px 0;
}
#participant-experience .wrapper {
  max-width: 1100px;
  padding-bottom: 110px;
}
#participant-experience h2.section-title {
  color: #F26C46;
}
#participant-experience h2.section-title i {
  font-size: 79px;
  line-height: 79px;
  display: block;
  margin-bottom: 30px;
}
#participant-experience h3 {
  color: #F26C46;
}
#participant-experience .cols .col.r {
  text-align: center;
}
#participant-experience .slider .slick-dots {
  bottom: -50px;
}
#participant-experience .slider .slick-dots li button:before {
  background: #F26C46;
}
#participant-experience .slider .slick-dots li.slick-active button:before {
  background: none;
  border-color: #F26C46;
}
#participant-experience .boxed-btn {
  font-size: 18px;
  font-weight: 300;
  margin-top: 0px;
  width: 333px;
}
#participant-experience .boxed-btn.ico-participant i {
  font-size: 40px;
  position: relative;
  top: 9px;
}
#participant-experience .boxed-btn.ico-volunteer i {
  font-size: 30px;
  position: relative;
  top: 7px;
}
.slider.slider-testimonials .slick-prev,
.slider.slider-team .slick-prev {
  left: -20px;
}
.slider.slider-testimonials .slick-next,
.slider.slider-team .slick-next {
  right: -20px;
}
.slider.slider-testimonials .slick-prev,
.slider.slider-testimonials .slick-next,
.slider.slider-team .slick-prev,
.slider.slider-team .slick-next {
  width: 20px;
  margin-top: -65px;
}
.slider.slider-testimonials .slick-prev:before,
.slider.slider-testimonials .slick-next:before,
.slider.slider-team .slick-prev:before,
.slider.slider-team .slick-next:before {
  font-size: 24px;
  color: #fff;
}
.slider.slider-testimonials .slick-dots,
.slider.slider-team .slick-dots {
  bottom: -83px;
}
.slider.slider-testimonials .slick-dots li button:before,
.slider.slider-team .slick-dots li button:before {
  background: #fff;
}
.slider.slider-testimonials .slick-dots li.slick-active button:before,
.slider.slider-team .slick-dots li.slick-active button:before {
  background: none;
  border-color: #fff;
}
.slider.slider-testimonials li,
.slider.slider-team li {
  text-align: center;
  color: #fff;
}
.slider.slider-testimonials .costumer-img,
.slider.slider-testimonials .team-img,
.slider.slider-team .costumer-img,
.slider.slider-team .team-img {
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background-clip: padding-box;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 1px rgba(0,0,0,0.3);
  position: relative;
  margin-bottom: 15px;
}
.slider.slider-testimonials .costumer-img img,
.slider.slider-testimonials .team-img img,
.slider.slider-team .costumer-img img,
.slider.slider-team .team-img img {
  width: 148px;
  height: auto;
}
.slider.slider-testimonials .costumer-img i,
.slider.slider-testimonials .team-img i,
.slider.slider-team .costumer-img i,
.slider.slider-team .team-img i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 12px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
.slider.slider-testimonials .costumer-quote blockquote,
.slider.slider-team .costumer-quote blockquote {
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 10px;
}
.slider.slider-testimonials .costumer-quote .quote-from,
.slider.slider-team .costumer-quote .quote-from {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
}
#customers,
#team,
#scientific-board {
  background: #4754A4;
  padding: 145px 0;
}
#customers h2.section-title,
#team h2.section-title,
#scientific-board h2.section-title {
  color: #fff;
  margin-bottom: 95px;
}
#team,
#scientific-board {
  background: #fff;
}
#team h2.section-title,
#scientific-board h2.section-title {
  color: #31BCB5;
}
.slider.slider-team .slick-prev:before,
.slider.slider-team .slick-next:before {
  color: #31BCB5;
}
.slider.slider-team .slick-dots li button:before {
  background: #31BCB5;
}
.slider.slider-team .slick-dots li.slick-active button:before {
  border-color: #31BCB5;
}
.slider.slider-team li.slick-slide {
  color: #31BCB5;
}
.slider.slider-team .team-info {
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.slider.slider-team .team-info span {
  display: block;
}
.slider.slider-team .team-info .ti-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.slider.slider-team .team-info .ti-function {
  font-size: 13px;
  line-height: 15px;
  color: #999;
}
.slider.slider-team .info-team-box {
  display: none;
}
.slider.slider-team .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 50;
  opacity: 0;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background-clip: padding-box;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.slider.slider-team .team-img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.slider.slider-team a.team-member-anchor {
  display: block;
}
.slider.slider-team a.team-member-anchor:hover {
  color: #31BCB5;
}
.slider.slider-team a.team-member-anchor:hover .team-info {
  top: -8px;
}
.slider.slider-team a.team-member-anchor:hover .team-img {
  background: #31BCB5;
  border-color: #31BCB5;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.slider.slider-team a.team-member-anchor:hover .overlay {
  opacity: 0.25;
}
#scientific-board {
  background: #fff;
}
#scientific-board h2.section-title {
  color: #F26C46;
}
#scientific-board h3.section-subtitle {
  color: #F26C46;
  margin-bottom: 95px;
}
#scientific-board .slider .slick-prev:before,
#scientific-board .slider .slick-next:before {
  color: #F26C46;
}
#scientific-board .slider .slick-dots li button:before {
  background: #F26C46;
}
#scientific-board .slider .slick-dots li.slick-active button:before {
  border-color: #F26C46;
}
#scientific-board .slider li.slick-slide {
  color: #F26C46;
}
#scientific-board a.team-member-anchor {
  display: block;
}
#scientific-board a.team-member-anchor:hover {
  color: #F26C46;
}
#scientific-board a.team-member-anchor:hover .team-img {
  background: #F26C46;
  border-color: #F26C46;
}
.info-team-box {
  width: 800px;
  padding: 60px 40px;
  display: none;
}
.info-team-box h3 {
  font-size: 28px;
  font-weight: 300;
  color: #242627;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.info-team-box h4 {
  font-weight: bold;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.info-team-box img {
  width: 148px;
  height: auto;
}
.info-team-box .pic {
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  position: relative;
  margin-bottom: 17px;
}
.info-team-box .pic span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
.info-team-box.cols .col {
  margin: 0;
}
.info-team-box.cols .col.l {
  width: 30%;
}
.info-team-box.cols .col.r {
  width: 70%;
}
.info-team-box.scientific-board-box h3 {
  color: #F26C46;
}
.slider.slider-logos .slick-prev {
  left: -20px;
}
.slider.slider-logos .slick-next {
  right: -20px;
}
.slider.slider-logos .slick-prev,
.slider.slider-logos .slick-next {
  width: 20px;
  margin-top: -65px;
}
.slider.slider-logos .slick-prev:before,
.slider.slider-logos .slick-next:before {
  font-size: 24px;
  color: #fff;
}
.slider.slider-logos .slick-dots {
  bottom: -83px;
}
.slider.slider-logos .slick-dots li button:before {
  background: #fff;
}
.slider.slider-logos .slick-dots li.slick-active button:before {
  background: none;
  border-color: #fff;
}
.slider.slider-logos li.slick-slide {
  height: 200px;
  text-align: center;
  color: #fff;
}
.slider.slider-logos img {
  max-width: 60%;
  display: inline;
}
#partners,
#investors-partners {
  padding: 145px 0;
  padding: 80px 0 100px;
  background: #b1b8bb;
}
#partners h2.section-title,
#investors-partners h2.section-title {
  color: #fff;
  margin-bottom: 95px;
}
#partners .partners-list,
#investors-partners .partners-list {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#investors-partners {
  background: #BDC6C9;
}
#investors-partners h2.section-title {
  color: #fff;
}
#investors-partners .slider .slick-prev:before,
#investors-partners .slider .slick-next:before {
  color: #fff;
}
#investors-partners .slider .slick-dots li button:before {
  background: #fff;
}
#investors-partners .slider .slick-dots li.slick-active button:before {
  border-color: #fff;
}
#investors-partners .slider li.slick-slide {
  color: #fff;
}
#get-in-touch {
  background: #31BCB5;
  padding: 145px 0 220px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
#get-in-touch .txt {
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  text-align: left;
}
#get-in-touch h2.section-title {
  color: #fff;
  margin-bottom: 95px;
}
#get-in-touch .cols .col.l,
#get-in-touch .cols .col.r {
  width: 45%;
}
#get-in-touch .cols .col.l {
  margin-right: 10%;
}
#get-in-touch .product-pic {
  width: 120%;
  display: block;
  -webkit-transform: translateX(-7%);
  -moz-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  -o-transform: translateX(-7%);
  transform: translateX(-7%);
}
#get-in-touch .ico-download i {
  font-size: 17px;
}
#get-in-touch .ico-cta i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
#get-in-touch form {
  text-align: left;
  margin-top: 20px;
}
#get-in-touch form .cols .col.l,
#get-in-touch form .cols .col.r {
  width: 48.5%;
}
#get-in-touch form .cols .col.l {
  margin-right: 3%;
}
#get-in-touch form input.txt {
  width: 100%;
  height: 55px;
  color: #31BCB5;
  font: 400 14px/50px 'Lato';
  padding: 0 20px;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
#get-in-touch form input.txt.error {
  border: 1px solid #CE1D3B;
  color: #CE1D3B;
}
#get-in-touch form fieldset {
  margin-top: 15px;
}
#get-in-touch form label {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: -4px;
  margin-left: 7px;
}
#get-in-touch form .submit-btn {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
#get-in-touch .error-msg,
#get-in-touch .success-msg {
  display: none;
}
section#intro-video {
  padding: 50px 0 80px;
  background: #1e9ad5;
}
section#intro-video .wrapper {
  max-width: 880px;
  padding: 0;
}
section#intro-video iframe {
  display: block;
}
section#intro-video .section-title {
  color: #fff;
  margin-bottom: 40px;
}
section#intro-video a.video {
  width: 100%;
  height: 620px;
  display: block;
  margin: 0 auto;
  background: #000;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
section#intro-video a.video img {
  width: 100%;
  height: auto;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  position: relative;
  z-index: 10;
}
section#intro-video a.video .cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,0.5);
}
section#intro-video a.video .play {
  width: 160px;
  height: 160px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  margin: -80px 0 0 -80px;
  border: 3px solid #fff;
  -webkit-border-radius: 160px;
  border-radius: 160px;
  background-clip: padding-box;
}
section#intro-video a.video .play i {
  width: 0;
  height: 0;
  display: block;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -20px;
}
#register {
  background: #F26C46;
  padding: 200px 0;
  text-align: center;
}
#register h2.section-title {
  color: #fff;
  margin-bottom: 120px;
}
#register .cols .col.l {
  text-align: right;
}
#register .cols .col.r {
  text-align: left;
}
#register .boxed-btn {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  color: #fff;
}
#register .boxed-btn i {
  font-size: 25px;
  position: relative;
  top: 2px;
}
#register .cols .col.l .boxed-btn {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#register .cols .col.r .boxed-btn {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
footer {
  background: #242627;
  color: #fff;
  padding: 90px 0 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .wrapper {
  position: relative;
}
footer .back-to-top {
  width: 80px;
  position: absolute;
  top: -112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center;
  font-size: 8px;
  line-height: 8px;
  color: #31BCB5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .back-to-top i {
  width: 45px;
  height: 45px;
  display: block;
  background: #242627;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #31BCB5;
  border: 2px solid #31BCB5;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 auto 9px;
  text-indent: 3px;
}
footer .back-to-top i:after {
  position: relative;
  top: -2px;
}
footer .back-to-top i:hover {
  background: #31BCB5;
  border-color: #242627;
}
footer .back-to-top i:hover:after {
  color: #242627;
}
footer .cols .col.l,
footer .cols .col.r {
  vertical-align: bottom;
}
footer .cols .col.r {
  text-align: right;
}
footer .cols .col.r a:hover {
  color: #31BCB5;
}
footer .lbl,
footer .social-nav {
  display: block;
  float: left;
}
footer .lbl {
  margin-right: 20px;
}
footer .social-nav ul:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  font-size: 0;
  height: 0;
}
footer .social-nav li {
  display: block;
  float: left;
}
footer .social-nav li:not(:last-child) {
  margin-right: 10px;
}
footer .social-nav a {
  color: #fff;
}
footer .social-nav a:hover {
  color: #31BCB5;
}
footer .social-nav .ico-twitter i {
  font-size: 30px;
}
footer .social-nav .ico-facebook i {
  font-size: 37px;
}
footer .social-nav .ico-linkedin i {
  font-size: 23px;
}
footer .social-nav .ico-youtube i {
  font-size: 30px;
}
section#terms {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media screen and (max-width: 900px) {
  header {
    min-height: 90px;
  }
  header .wrapper {
    min-height: 90px;
  }
  header #logo {
    width: 70%;
    background: #4754A4;
  }
  header #logo a {
    height: 41px;
  }
  header .main-nav {
    padding: 100px 0 20px 0;
  }
  header .main-nav li {
    display: block;
    padding: 20px 0;
    height: auto;
    margin: 0;
  }
  header .main-nav li.main-nav-mobile {
    display: block;
  }
  header .main-nav a {
    line-height: normal;
  }
  header .action-nav li:not(.action-nav-mobile) {
    display: none;
  }
  header .action-nav li.action-nav-mobile {
    display: block;
  }
  header .action-nav li.action-nav-mobile {
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .cols .col.l,
  .cols .col.r {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  section:not(#hero):not(#get-in-touch):not(#register) .boxed-btn {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #hero .cols .col.r {
    padding-top: 50px;
    text-align: center;
  }
  #register .cols .col.l {
    text-align: center;
  }
  #register .cols .col.r {
    text-align: center;
  }
  #register .boxed-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  footer {
    text-align: center;
  }
  footer .cols .col.l,
  footer .cols .col.r {
    text-align: center;
  }
  footer .lbl,
  footer .social-nav {
    float: none;
    display: inline-block;
  }
  footer .lbl {
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
  #get-in-touch .product-pic {
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #customers .wrapper,
  #partners .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #customers .slider li.slick-slide,
  #partners .slider li.slick-slide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  #highlights .highlight-ball.b1 i {
    font-size: 106px;
    line-height: 106px;
  }
  #highlights .highlight-ball.b2 i {
    font-size: 74px;
    line-height: 74px;
    top: 3%;
  }
  #highlights .highlight-ball.b3 i {
    font-size: 56px;
    line-height: 56px;
  }
  #highlights .highlight-ball.b4 i {
    font-size: 84px;
    line-height: 84px;
  }
}
@media screen and (max-width: 750px) {
  .cols.cols4 .col.c1,
  .cols.cols4 .col.c2,
  .cols.cols4 .col.c3,
  .cols.cols4 .col.c4 {
    width: 48.5%;
    margin: 0 0 40px 0 !important;
  }
  .cols.cols4 .col.c1,
  .cols.cols4 .col.c3 {
    margin: 0 3% 40px 0 !important;
  }
}
html.mobile .divider-img,
html.mobile #participant-experience .fullwidth-box {
  background-attachment: scroll;
}
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  header {
    position: absolute;
  }
}

.blocker {
    z-index: 99999 !important;
}

.powered_by {
    font-family: 'Lato', 'Sans';
    color: white;
    position: absolute;
    top: 70px;
    left: 260px;
    z-index: 30;
    font-weight: lighter;
    font-size: 11px;
    font-style: italic;
}

.powered_by img {
    width: 113px;
    height: 25px;
}
