/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,700i,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


link {
}

@font-face {
  font-family: 'MobileMenu';
  src: url('../fonts/mobileweb.eot');
  src: url('../fonts/mobileweb.eot?#iefix') format('embedded-opentype'), url('../fonts/mobileweb.woff') format('woff'), url('../fonts/mobileweb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

.hidden-desk {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hidden-desk {
    display: block;
  }
  .hidden-767 {
    display: none;
  }
}
a {
  background-color: transparent;
  color: #0076bf;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul {
  padding: 0;
}

ul {}
ul li {
  list-style: none;
  padding-bottom: 15px;
  /* color: #fff; */
}
p {
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px; 
}
.footenote {
  font-size: 14px;
}
.centered {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
p.centered {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
div.centered p {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 20px;
}
div.centered h3 {
    text-align: center;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
nav.menu {
  display: none;
}
nav.menu.on {
  display: none;
}
nav.mobile a.button-menu {
  display: none;
}
nav.mobile a span.icon {
    font-family: 'MobileMenu';
    font-size: 28px;
    line-height: 50px;
}
nav.menu ul {
  display:none;
}
@media only screen and (max-width: 767px) {
    /******mobile navigation********/
    ul.navTop {
        display: none;
    }
    nav.mobile a.button-menu {
        display: block;
        z-index: 13;
        right: 1.5%;
        top: -6px;
        float: right;
        font-size: 18px;
    }
    nav.mobile {
    position: absolute;
    top: 4px;
    right: 0;
    height: 50px;
    /* background: #FFF; */
    text-align: center;
  }
  nav.mobile a {
    display: block;
    height: 100%;
    text-align: center;
    width: 60px;
    text-decoration: none;
    position: relative;
    color: #3c3950;
  }
  nav.mobile a:first-child {
    float: left;
  }
  nav.mobile a:first-child span.icon {
    font-size: 30px;
    position: relative;
    top: 0px;
  }
  nav.mobile a.button-menu {
    display: block;
    z-index: 13;
    right: 1.5%;
    top: -6px;
    float: right;
    font-size: 18px;
  }
  nav.mobile a.button-menu span.icon {
    position: relative;
    top: 0px;
  }
  nav.mobile a:hover {
    text-decoration: none;
  }
  nav.mobile a span.icon {
    font-family: 'MobileMenu';
    font-size: 28px;
    line-height: 50px;
  }
  nav.mobile a span.label {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
  }

  nav.menu {
    z-index: 999999;
    display: none;
    width: 100%;
    position: absolute!important;
    top: 53px;
    right: 0;
    border-top: 1px solid rgba(1, 77, 134, 0.43);
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.5);
  }
  nav.menu.on {
    display: block;
  }
  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    background: #cacaca;
  }
  nav.menu ul li {
    position: relative;
    border-bottom: 1px solid rgba(1, 77, 134, 0.43);
    width: 100%;
    background: #dddee0;
    display: block;
  }
  nav.menu ul li:last-child {
    border-bottom: none;
  }
  nav.menu ul li a {
    display: table-cell;
    color: #3c3950;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    padding: 15px 5px 15px 20px;
    /* font-weight: 600; */
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
section.list {
  padding: 100px 0;
  background: #ffffff;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
section.list:after {
  content: '';
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(4deg);
}
section.list.turkoise {
  background: #dff8fd;
}
section.list.darkBlue {
  background: #002c48;
}
section.list .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
section.list .content {
  height: auto;
  width: 50%;
  position: relative;
  padding: 40px 0 40px 40px;
}
section.list .content:before {
  content: "";
  background-image: url("../images/icons/1_off.svg");
  background-size: 100% 100%;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -30px;
  top: 20px;
}
section.list .content span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
}
section.list .content h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 400;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
}
section.list .content a {
  color: #0076bf;
  text-decoration: none;
  background: transparent;
  border: 2px solid #0076bf;
  border-radius: 4px;
  padding: 5px 10px 7px;
  margin-top: 4px;
  display: inline-block;
}
section.list .content a:after {
  content: "+";
  display: inline-block;
  padding-left: 3px;
}
section.list .content a.white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
section.list .content a:hover {
  color: #ffffff;
  background: #0076bf;
}
section.list .left {
  width: 37%;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
}
section.list .right {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
  width: 60%;
}
section.list .left > img,
section.list .right > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.list .bg {
  height: 100%;
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
section.list .bg #portrait_video {
  max-height: none;
  height: 25.9vw;
}
section.list .bg #portrait_video_wrapper {
  position: relative;
  min-height: 30.8vw;
  max-width: 100%;
  width: auto;
}
section.list .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
@media only screen and (max-width: 768px) {
  section.list {
    padding: 30px 0;
  }
  section.list .wrapper {
    display: block;
  }
  section.list .left,
  section.list .right {
    width: 100%;
    float: none;
  }
  section.list .left {
    position: relative;
    margin-bottom: 20px;
  }
  section.list .left img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    margin: 0 auto;
  }
  section.list.background {
    padding-top: 0;
  }
  section.list .bg {
    position: relative;
    top: 0;
    left: 0;
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
}
* {
  box-sizing: border-box;
  outline-color: #0076bf;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not[html] {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
::selection {
  background: rgba(0, 118, 191, 0.5);
}
::-moz-selection {
  background: rgba(0, 118, 191, 0.5);
}
body,
html {
  height: 100%;
}
body {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #5f727f;
  overflow-x: hidden;
  background: #f0f3f2;
}
h2 {
  color: #3c3950;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 300;
}
h2.small {
   font-size: 37px; 
}
h2 span {
  font-weight: 700;
}
h2.line:after {
    content: "";
    width: 75px;
    height: 3px;
    background-color: #0076bf;
    display: block;
    margin-top: 20px;
}
h2.centered.line:after {
    margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  h2, h2 span {
    font-size: 30px;
  }
  h2.line:after {
    /* margin: 15px auto; */
  }
}
.wrapper {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper-full {
  height: 33.8vw;
}
@media only screen and (max-width: 767px) {
  .wrapper-full {
    height: auto;
  }
}
header {
  position: fixed;
  width: 100%;
  /* background: #ffffffc2; */
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 999;
  padding: 10px 0;
  /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); */
  transition: all 350ms;
  height: 64px;
  top: 0;
}

header.sticky {
  background: #f0f3f2;
  opacity: 1;
}
header .wrapper 
{
  position: relative;
}
@media only screen and (min-width: 1400px) {
  header nav {
    /* padding-left: 5%; */
    /* padding-right: 5%; */
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    box-shadow: none;
  }
  header {
    opacity: 1;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  text-align: center;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
@media only screen and (max-width: 1125px) and (min-width: 925px) {
  header nav ul li {
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 24px; */
  }
}
@media only screen and (max-width: 480px) {
  header nav ul li {
    /* font-size: 16px; */
    /* width: 30px; */
    /* height: 30px; */
    /* margin-left: 5px; */
  }
}


header nav ul li a {
  text-decoration: none;
  color: #000000;
  padding: 4px 8px 8px;
  display: inline-block;
  text-transform: uppercase;
}
header nav ul li:hover, header nav ul li a:hover,
header nav ul li.active,
header nav ul li.nav-active {
  color: #0076bf;
  
}
header nav ul li:hover a,
header nav ul li.active a,
{
  color: #47a2da;
}
header nav ul li:last-of-type a {
  padding-right: 20px;
}
header nav ul li a.active {
  font-weight: 700;
  pointer-events: none;
}

header .left {
  display: block;
  /* padding-right: 50px; */
  position: relative;
  height: auto;
}

@media only screen and (max-width: 480px) {
  header .left {
    padding-right: 20px;
  }
}
header .left .logo {
  height: 40px;
}
@media only screen and (max-width: 480px) {
  header .left .logo {
    /* height: 30px; */
    /* padding-right: 15px; */
  }
}
@media only screen and (max-width: 680px) {
  header .left .logo {
    display: block;
    margin-bottom: 27px;
  }
}
header .left a.lienOrdre {
  color: #000000;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  margin-left: 30px;
  text-decoration: none;
  top: -5px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 680px) {
  header .left a.lienOrdre {
    margin-left: 0;
    top: 0;
    display: block;
  }
}
header .left a.lienOrdre:hover {
  color: #0076bf;
}
header .left a.lienOrdre:before {
  content: "";
  background-image: url("http://www.portailrh.org/campagne/2018../images/icons/left-arrow-blue.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
header .right {
  float: right;
  top: 8px;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 680px) {
  header .right {
    position: absolute;
    right: 20px;
  }
}
header .right ul li {
  list-style: none;
  display: inline-block;
}
header nav ul li span.active {
  text-decoration: none;
  color: #0e78be;
  padding: 4px 8px 8px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb {
    display: block;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 100%;
    z-index: 99;
    /* min-height: 120px; */
    /* transition: all 100ms; */
    /* background: transparent; */
    min-height: 276px;
    /* overflow: hidden; */
}
.subPage .breadcrumb {min-height: 160px;}
@media only screen and (max-width: 767px) {
  .subPage .breadcrumb, .breadcrumb {
    display: none;
  }
}
.breadcrumb nav {
    max-width: 899px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    transition: all 250ms;
}
.breadcrumb.sticky nav {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    left: 0;
    text-align:right;
    padding: 0 20px;
}
.breadcrumb.sticky {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transform: none;
    background: #2c2e3d;
    min-height: auto;
}
.apercu {
  padding: 60px 0;
  background: #f0f3f2;
  z-index: 2;
}
.apercu h2 {
  margin-top: 0;
}
.apercu.rightContent .contentLeft {
  margin-left: auto;
}
.apercu.rightContent .contentLeft {
  width: 55%;
}
.apercu.rightContent .floatingImg {
  left: 20px;
}
.apercu .wrapper {
  position: relative;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .apercu {
    padding: 30px 0;
  }
   .apercu h2 {
      /* margin-top: 0; */
  }
}
.apercu .contentLeft {
    width: 55%;
    padding-right: 50px;
}
.apercu .contentLeft p {
  max-width: 550px;
}
.floatingImg {
    position: absolute;
    max-width: 40%;
    right: 20px;
    top: 52.5%;
    transform: translate(0%, -50%);
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .apercu {
    padding: 40px 0 50px;
  }
  .apercu h2.line:after {
    margin: 15px auto;
  }
  .apercu .contentLeft, .apercu.rightContent .contentLeft {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .floatingImg {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    transform: none;
    text-align: center;
    max-width: 100%;
    /* height: 300px; */
  }
  .floatingImg img {
    /* transform: rotate(90deg); */
    width: 100%;
    /* display: block; */
    /* max-width: 400px; */
    margin: 20px auto 30px;
    /* overflow: hidden; */
    /* max-height: 495px; */
    max-width: 500px;
  }
  .apercu .contentLeft p {
    max-width: 550px;
    margin: 15px auto;
  }
}
.piedestal {
  padding: 65px 0 120px;
  overflow: hidden;
  text-align: center;
  background: #1a1c25;
  color: #fff;
  background-image: url("../images/pattern-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  clear: both;
  position: relative;
  z-index: 1;
}
@media only scree and (max-width: 980px) {
  .piedestal {
   
  }
}
.piedestal:before {
  content: "";
  background-image: url("../images/icons/triangle.svg");
  background-size: 100% 100%;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 17px;
}
.piedestal div.icon {
  margin-bottom: 40px;
}
.piedestal h2 {
  font-size: 3em;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
}
.piedestal h2 span {
  color:#47a2db;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .piedestal h2 {
    font-size: 2em;
  }
}
.piedestal .left,
.piedestal .right {
  float: left;
}
@media only screen and (max-width: 767px) {
  .piedestal .left,
  .piedestal .right {
    float: none;
    width: 100%;
  }
}
.piedestal .left {
  width: 60%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .piedestal .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.piedestal .right {
  width: 27%;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
 
  .piedestal {
    padding: 65px 0 60px;
  }
  
  .piedestal .right {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .piedestal .right {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .piedestal .right {
    margin-top: 20px;
    width: 100%;
  }
   .piedestal {
      padding: 40px 0;
    }
}
.piedestal img {
  width: 200px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .piedestal img {
    width: 180px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .piedestal img {
    width: 130px;
  }
}
.piedestal p {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 700px;
  font-size: 1.2em;
  color: #99a9b5;
}
@media only screen and (max-width: 980px) {
  .piedestal p {
    padding-top: 10px;
  }
}

.spacer {
  /* height: 65px; */
}
.parallax {
  top: 0;
  /* The image used */
  background-image: url("../images/EDI_banner.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.subPage .parallax {
  background-image: url("../images/diversite-inclusion-bg.jpg");
  background-position: 28% center;
  height: 500px;
}


.parallax .arrow {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax .arrow a {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .parallax .arrow img {
    width: 40px;
  }
}
.parallax .boxTitle {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
}
.parallax .boxTitle .btnRow {
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  bottom: -17px;
  z-index: 99;
  left: 0;
  right: 0;
}
.parallax .boxTitle a.btn {
    background: #2c2e3d;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border: 4px solid #2c2e3d;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px;
    max-width: 425px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 250ms;
    position: relative;
    top: 20px;
    width: 330px;
    line-height: 23px;
    margin: 0 5px 10px;
 }
 .parallax .boxTitle a.btn:hover {
   border: 4px solid #0076bf;
 }
.subPage .parallax .boxTitle {
  top: 63%;
}
@media only screen and (max-width: 767px) {
  .subPage .parallax, .parallax {
    height: 425px;
    background-attachment: scroll;
  }
  .parallax .boxTitle .btnRow {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  .parallax .boxTitle {
    max-width: 699px;
  }
}
@media only screen and (max-width: 767px) { 
    .subPage .parallax .boxTitle, .parallax .boxTitle {
      max-width: 90%;
      top: 60%
    }
    .parallax .boxTitle a.btn {
      width: 70%;
      font-size: 13px;
      line-height: 20px;
    }
}
.breadcrumb nav {
}
.breadcrumb nav ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
}
.breadcrumb.sticky nav ul li:last-of-type {
  padding-right: 0;
}
.breadcrumb nav ul li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 5px;
  transition: all 250ms;
  font-size: 13px;
}
.breadcrumb.sticky nav ul li a {
  color: #ffffff;
  font-size: 12px;
}
.breadcrumb nav ul li a.active, .breadcrumb nav ul li a:hover {
    border-bottom: 4px solid #0076bf;
}
.breadcrumb nav ul li a.active {
  pointer-events: none;
}
@media only screen and (max-width: 980px) and (min-width: 767px) {
  .breadcrumb nav ul li a {
    font-size: 13px;
  }
  .breadcrumb nav ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .breadcrumb nav {
    text-align: center;
    left: 0;
  }
  .breadcrumb {
    /* top: 32%; */
  }
}

.boxTitle .contour {
   border: 1px solid #0076bf;
   position: relative;
   z-index: 98;
}
a.btn {
  background:#2c2e3d;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border: 4px solid #2c2e3d;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 425px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 250ms;
  position: relative;
  top: -20px;
}
a.btn.left-align {
  margin: 30px 0 0;
  max-width: 200px;
  top: 0;
}
a.btn:hover {
      border: 4px solid #0076bf;
}
.cta {
  background: #2c2e3d;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 7px;
    display: inline-block;
}
.parallax .boxTitle article {
  text-align: center;
  /* background: #ffffff9e; */
  padding: 35px 15px;
  margin: 8px;
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.parallax .boxTitle article.except {
  padding: 55px 15px;
}
@media only screen and (max-width: 767px) {
  .parallax .boxTitle article.except {
    padding: 35px 15px;
  }
}
.parallax .boxTitle article h1 {
  font-family: 'Montserrat', sans-serif;
  color: #3c3950;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
}
.parallax .boxTitle article h1 strong {
  /* display: block; */
  font-weight: 700;
  /* font-size: 29px; */
}
.parallax .boxTitle article h1 span {
  display: block;
}
.parallax .boxTitle article h1.small {
  font-family: 'Montserrat', sans-serif;
  color: #3c3950;
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0;
}

.parallax .boxTitle article h1.small span {
  display: block;
  font-weight: 300;
  font-size: 34px;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  .parallax .boxTitle article h1 {
    font-size: 32px;
    line-height: 38px;
    padding: 0 15px;
  }
  .parallax .boxTitle article h1 span {
    display: block;
    font-weight: 300;
    font-size: 22px;
  }
  .parallax .boxTitle article h1.small {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .parallax .boxTitle article h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .parallax .boxTitle article h1 span {
    /* font-size: 13px; */
  }
  .parallax .boxTitle article h1.small span {
    font-size: 16px;
  }
   .parallax .boxTitle article h1.small {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .parallax .boxTitle article h1 {
    font-size: 15px;
    line-height: 22px;
  }
  .parallax .boxTitle article h1 span {
    /* font-size: 12px; */
  }
  .parallax .boxTitle article {
    text-align: center;
    background: #ffffff9e;
    padding: 16px 5px;
    margin: 5px;
  }
  a.btn {
      background: #2c2e3d;
      color: #fff;
      text-decoration: none;
      padding: 10px 10px;
      border: 2px solid #2584e4;
      display: table;
      text-align: center;
      /* margin: -20px auto 0; */
      max-width: 300px;
      font-size: 11px;
      text-transform: uppercase;
  }
}
section.programme {
  height: 520px;
}
section.programme .wrapper {
  position: relative;
  top: -36px;
  width: 100%;
  z-index: 9;
}

section.programme .wrapper .contentLeft {
  background: #ffffff;
  padding: 45px;
  width: 50%;
  display: block;
  height: 410px;
  float: left;
}
section.programme .wrapper .contentLeft h2 {
  margin-top: 0;
  font-size: 35px;
}



section.programme .wrapper .contentLeft h2 span {
  display: block;
}

section.programme .wrapper .contentRight {
  background: #e8ebed;
  width: 50%;
  display: inline-block;
  height: 410px;
  padding: 50px;
  background: #f5f5f5;
}

section.programme .wrapper .contentRight h3 {
  margin: 0 0 30px;
  font-size: 19px;
  color: #006fb9;
  font-weight: 400;
  text-transform: uppercase;
}
section.programme .wrapper .contentRight h3 span {
  font-weight: 700;
}
section.programme .wrapper .contentRight ol {
  color: #006fb9;
  /* padding: 0; */
}
section.programme .wrapper .contentRight ol li {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
}

section.programme .wrapper .contentRight ol li a {
  text-decoration: none;
  cursor: pointer;
  
}

section.programme .wrapper .contentRight ol li a:hover span  {
  color: #006fb9;
  
}

section.programme .wrapper .contentRight ol li span {
  color: #3c3950;

}
.boxAdd {
    background: #e8ebed;
    padding: 20px 30px 30px;
    text-align: center;
}
.boxAdd p {
    
    text-align: center;
}

@media only screen and (max-width: 980px) {
  
  section.programme {
    height: auto;
    text-align: center;
    padding: 40px 0;
  }
  section.programme .wrapper {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 0;
  }
  section.programme .wrapper .contentLeft, section.programme .wrapper .contentRight {
    height: 100%;
    width: 100%
  }
  section.programme .wrapper .contentRight ol {
    list-style: none;
    padding-left:0;
  }
  section.programme h2.line:after {
    margin: 15px auto;
  }
  section.programme .wrapper .contentRight ol li {
    font-size: 15px;
  }
}

section.faq {
    padding: 60px 0 70px;
}
section.faq h2 {
  font-size: 30px;
   margin: 0 0 35px;
}


.accordionRow .congres_toggle {
    position: relative;
}
.accordionRow.lab .congres_toggle {
    border-bottom: 1px solid #f7a950;
}
.accordionRow .congres_toggle.link {
    text-transform: none;
    /* padding: 15px 0; */
    border-bottom: 1px solid #47a2da;
    position: relative;
    /* background: #fff; */
}
.accordionRow .congres_toggle.excep {
  border-bottom: none;
}
.accordionRow .congres_toggle.excep:after {
    content:"";
    display: block;
    width: 92.7%;
    height: 1px;
    background-color: #f7a950;
    position: absolute;
    right: 0;
}
.accordionRow .congres_toggle_content {
  padding-left: 85px;
  padding-bottom: 0;
  padding: 0px 0 0 85px;
  /* overflow: hidden; */
  display: block;
}
.accordionRow .congres_toggle_content {
  padding-left: 85px;
  padding-bottom: 0;
  padding: 0px 0 0 0;
  overflow: hidden;
  display: block;
}
.accordionRow .congres_toggle_content div.left  {
  float: left;
  /* margin-right: 40px; */
  width: 50%;
}

.accordionRow .congres_toggle_content div.left ol  {
  margin-left: 5px;
}

.accordionRow .congres_toggle_content div.right img  {
  max-width: 540px;
  position: relative;
  top: 14px;
  border: 2px solid #1c87a540;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {

  .accordionRow .congres_toggle_content {
    padding: 0px 0 0 65px;
  }
}
.accordionRow .congres_toggle_content span {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  color: #848383;
}
.accordionRow .congres_toggle_content span:hover { 
  color: #47a2da;
}
.accordionRow .congres_toggle_content span .fa {
   padding-right: 5px;
}
.accordionRow .congres_toggle_content span .fa:before {
   color: #47a2da;
}
.accordionRow .congres_toggle_content span.info {
  font-size: 17px;
  max-width: 950px;
}
.accordionRow .congres_toggle_content span.conf_title {
  text-transform: uppercase;
}
.accordionRow .congres_toggle_content span.clock, .accordionRow .congres_toggle_content span.marker {
  padding-top: 5px;
  display: inline-block;
  padding-right: 10px;
}
.accordionRow .congres_toggle.link span.title:after {
    content: "+";
    display: block;
    position: absolute;
    right: 10px;
    padding-left: 7px;
    font-size: 40px;
    color: #47a2da;
    top: 15px;
}
.accordionRow .congres_toggle.link.active span.title:after {
  content: "-";
}
.accordionRow span.hour {
  margin-right: 50px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 11px;
}

.accordionRow span.title {
  font-size: 14px;
  line-height: 1.25em;
  font-weight: 400;
  color: #333333;
  /* margin-bottom: .7em; */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0 15px 87px;
}
.accordionRow span.title {
  font-size: 14px;
  line-height: 1.25em;
  font-weight: 400;
  color: #333333;
  /* margin-bottom: .7em; */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0 15px 0px;
}
@media only screen and  (max-width: 600px) {
  .accordionRow span.title {
    /* padding: 15px 0 15px 65px; */
  }
}
.accordionRow span.title sup {
  text-transform: initial;
}
.accordionRow .link span.title {
  cursor: pointer;
}
.accordionRow .link span.title:hover {
  color: #47a2da;
}
.accordionRow span.title a {
  cursor: pointer;
}
.accordionRow .conf_image_bg {
    position: relative;
    text-align: center;
    display: block;
    background: #47a2da;
    width: 130px;
    float: left;
    position: relative;
    left: 7px;
}

.accordionRow .conf_image_nobg {
    position: relative;
    text-align: center;
    display: block;
    /* width: 130px; */
    float: left;
    position: relative;
    left: 7px;
}
.accordionRow .conf_image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    display: block;
    right: 5px;
    bottom: 5px;
}
.accordionRow .conf_image img {
  display: block;
}
.accordionRow .conf_content_right {
  padding-left: 150px;
  margin-bottom: 30px;
  min-height: 160px;
}

.accordionRow .conf_content_right.less {
  padding-left: 100px;
}

@media only screen and (max-width: 600px) {
  .accordionRow .conf_image_bg, .accordionRow .conf_image_nobg {

      width: 130px;
      float: none;
      margin-bottom: 15px
  }
  .accordionRow .conf_content_right, .accordionRow .conf_content_right.less {
    padding: 0;
  }
  .accordionRow .link span.title, .accordionRow span.title {
      padding-right: 26px;
 }

}










section.contact {
    text-align: center;
    /* clear: both; */
    color: #ffffff;
    background-image: url("../images/pattern-contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0 50px;
}
section.contact h3 {
 margin-bottom: 7px;
}
section.contact p a {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  section.programme .wrapper .contentLeft h2 {
    margin-top: 0;
    font-size: 30px;
    text-align: center;
  }
  section.programme .wrapper .contentRight {
    padding: 30px;
  }

  section.contact, section.programme {
  padding: 30px 0;
  }
}
section.etapes {
  padding: 50px 0;
  background: #2c2e3d;
  position: relative;
}
section.etapes:after {
    content: "";
    background-image: url(../images/icons/triangle-down.svg);
    background-size: 100% 100%;
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -50px;
}
section.etapes .wrapper {
  position: relative;
  max-width: 490px;
  /* padding: 0; */
}
div.timeline {
    display: block;
    width: 91.5%;
    height: 15px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
ul.progress {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 454px;
}
ul.progress li {
   display: block;
   height: 80px;
   vertical-align: middle;
   float: left;
   margin-bottom: 20px;
   position: relative;
   z-index: 3;
   text-align: center;
   width: 33.3%;
}
ul.progress li.certification img {
    display: block;
    text-align: center;
    margin: 0 auto 1px;
}

ul.progress li.certification:before {
    display: block;
    content:"";
    background: url("../images/icons/slider_end.svg");
    position: relative;
    z-index: 6;
    width: 171px;
    height: 15px;
    left: -6px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.progress li:before {
   content:"";
   width: 0;
   height:15px;
   display: block;
   margin-bottom: 15px;
   background: #2e6fb3;
   transition: width 0.5s ease-in-out;
   z-index: 2;
}
ul.progress li span {
   display: block;
   border: 1px solid #fff;
   /* padding: 10px 15px; */
   margin: 0 10px;
   text-align: center;
}
ul.progress li.step1 span {
  margin-left: 0;
}
ul.progress li.certification span {
  margin-right: 0;
}
ul.progress li span a {
   font-size: 12px;
   text-transform: uppercase;
   color: #fff;
   padding: 10px 15px;
   display: block;
   text-decoration: none;
   transition: all 350ms;
   line-height: 22px;
}

ul.progress li span a:hover strong {
 color: #006fb9;
}

ul.progress li:not(.certification):hover:before {
  width:100%;
}

ul.progress li.hover:before {
  width:100%;
}

ul.progress li span a strong {
   display: block;
   font-size: 15px;
   font-weight: 700;
}
ul.progress li.certification span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: none;
    margin-right: 0;
}
@media only screen and (max-width: 925px) and (min-width: 780px) {
  ul.progress li span a, ul.progress li.certification span {
    font-size: 9px;
  }
  ul.progress li span a strong {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  
  section.etapes {
    padding: 35px 0 0;
  }
  ul.progress li {
    width: 33%;
  }
  ul.progress li span {
    margin: 0 10px;
  }
  ul.progress li.step4 span {
    margin-left: 0;
  }
  ul.progress li:before, div.timeline, ul.progress li.certification:before {
    display: none;
  }
    ul.progress li span a, ul.progress li.certification span {
    font-size: 10px;
  }
  ul.progress li span a strong {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  section.etapes {
    padding: 35px 0 0;
  }
  ul.progress li span a, ul.progress li.certification span {
    font-size: 10px;
  }
  ul.progress li.step3 span, ul.progress li.step5 span  {
    margin-left: 0;
  }
   ul.progress li.step4 span {
    margin: 0 10px;
  }
  ul.progress li {
    width: 50%;
  }
}

section {
  position: relative;
}
section.phase {padding: 80px 0 0;}
section.phase .intro {
    text-align: center;
    /* padding-bottom: 60px; */
}
.inscriptionPage section.phase .intro {
    padding-bottom: 60px; 
}

section.phase .intro h2 {
    color: #006fb9;
    font-weight: 700;
    margin-bottom: 10px;
}
section.phase .intro h3 {
    font-weight: 400;
    margin-bottom: 40px;
}
.inscriptionPage section.phase .intro h3 {
    font-weight: 400;
    margin-bottom: 0px;
}

.inscriptionPage section.phase .intro p {
    margin-top: 10px;
    margin-bottom: 0;
}

section.phase .intro p {
    color: #2c2e3d;
    margin: 20px auto;
    max-width: 930px;
}
.textMax700 {
    max-width: 700px;
    margin: 0 auto;
}

section.phase .intro p .bold {
   font-weight: 600;
   display: block;
}


section.phase .intro h3 span {
    font-weight: 700;
}
.exemption {
    background: #ffffff;
    padding: 6em 0 3em;
}
@media only screen and (max-width: 767px) {
  .exemption {
    padding: 5em 0 0;
  }
}
.exemption p {
    margin: 15px auto;
    max-width: 850px;
    text-align: center;
    font-size: 18px;
}
.exemption .btn {
  margin-top: 50px;
  max-width: 280px;
}
.exemption p span.bold {
  font-weight: bold;
}
.inscriptionPage div.tarif {
    padding: 3em 0 2em;
}
div.tarif {
  padding: 0 0 2em;
  background: #ffffff;
  /* background-image: url(../images/bg-tarifs.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  /* display: none; */
}
div.tarif h2 {font-size: 30px;margin: 0 0 35px;text-align: center;}
div.tarif h2.line:after {
  margin: 15px auto;
}

div.tarif .tabs_tab_container {
  display: flex;
  flex-wrap: 
  wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 25px;
 }

div.tarif .tabs_tab_container .tabs {
  /* margin: 0 2%; */
  /* max-width: 240px; */
  width: 47%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* padding: 1em 1em 2em; */
  text-align: center;
  background: #d8dada;
  transition: all 550ms;
}
@media only screen and (max-width: 975px) {
  div.tarif .tabs_tab_container .tabs {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px;
    }
    
}

div.tarif .tabs_tab_container .tabs_width_4 {
  padding: 30px 10px;
  transition: all 350ms;
}

div.tarif .tabs_tab_container .tabs_width_2 {
  width: 46.33%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 50px 10px;
  background: #d8dada;
  border-radius: 30px;
  transition: all 350ms;
  max-width: 250px;

}



div.tarif .tabs_tab_container .tabs h3.date  {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  transition: all 350ms;
}

div.tarif .tabs_tab_container .tabs h3.date span  {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 2px;
  font-family: 'Source Sans Pro', sans-serif;
}



div.tarif .tabs_tab_container .tabs h3.location  {
  font-size: 17px;
  text-transform: uppercase;
  margin: 20px 0;
  transition: all 350ms;
}

div.tarif .tabs_tab_container .tabs h3.location span  {
  display: block;
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  font-family: 'Source Sans Pro', sans-serif;
}

div.tarif .tabs_tab_container .tabs .montant  {
  background: #ffffff;
  border-radius: 130px;
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
div.temoignage {
    background-color: #ffffff;
    padding: 15px;
    max-width: 580px;
    margin: 0 auto 20px; 
}
div.tarif .tabs_tab_container .tabs .montant h4  {
  font-size: 37px;
  font-weight: 300;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  right: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

div.tarif .tabs_tab_container .tabs .montant h4 span  {
  display: block;
  font-weight: 400;
  color: #47a2da;
  font-size: 16px;
}
div.tarif a.btn {
  background: #2c2e3d;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 140px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 250ms;
  position: relative;
  top: 0px;
  border: 2px solid #47a2da;
  transition: all 350ms;
  font-weight: 600;
  letter-spacing: 1px;
}
a.plusDetail {
    margin-top: 23px;
    display: inline-block;
    font-size: 15px;
}
div.tarif .tabs_tab_container .tabs:hover {
  background: #393d50;
}
div.tarif .tabs_tab_container .tabs:hover a.plusDetail {
  color: #ffffff;
}
div.tarif .tabs_tab_container .tabs:hover h3.date, div.tarif .tabs_tab_container .tabs:hover h3.location {
  color: #ffffff;
}
div.tarif .tabs_tab_container .tabs:hover a.btn {
 background: #47a2da;
}
div.tarif .tabs_tab_container .tabs p {
    background: #ffffff;
    margin: 0;
    padding: 25px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0076bf;
}

div.tarif .tabs_tab_container .tabs.calendarBg {
    background: #2c2e3c;
}

.tabs.calendarBg ul li {
    padding-bottom: 33px;
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .tabs.calendarBg ul li strong {
        display: block;
    }    
}
@media only screen and (max-width: 785px) {
  div.tarif {
    padding: 6em 0 0.6em;
  }

  div.tarif .tabs_tab_container .tabs {
    /* width: 42%; */
    /* max-width: 276px; */
    /* margin: 2%; */
    /* padding: 30px 10px; */
  }
  div.tarif h2 {
    font-size: 25px;
    margin: 0 0 35px;
    text-align: center;
  }
   div.tarif h2.line:after {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 480px) {
   div.tarif .tabs_tab_container .tabs {
      width: 100%;
      /* max-width: 200px; */
      /* margin: 20px; */
      display: block;
      clear: both;
   }
}

section.step {
  padding-top: 20px;
}
section.step.first {
  background: #dff8fd;
}
section.step.first .wrapper-full {
  background: #ffffff;
  overflow: hidden;
  height: 37.8vw;
}
@media only screen and (max-width: 767px) {
  section.step.first .wrapper-full {
    height: auto;
    overflow: inherit;
    background: #dff8fd;
  }
}
section.step.first .wrapper-full.skew:after {
  bottom: 0;
  transform: skewY(7.5deg);
  transform-origin: 100% 0;
  background: #dff8fd;
}
@media only screen and (max-width: 767px) {
  section.step.first .wrapper-full.skew:after {
    top: -21px;
    transform-origin: 100% 0;
    background: #dff8fd;
    height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  section.step.first .wrapper-full .content .box {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.step.first .wrapper-full .content .box:before {
    top: -25px;
  }
}
section.step.first .hero {
  background: #ffffff;
  color: #0076bf;
}
section.step.first .hero .wrapper .block::after {
  background: #0076bf;
}
section.step.second {
  background: #002c48;
  padding-top: 60px;
}
section.step.second .hero {
  padding-bottom: 200px;
}
section.step.second .hero:after {
  bottom: -457px;
  transform: skewY(7.5deg);
  transform-origin: 100% 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  section.step.second .hero:after {
    height: 206px;
    bottom: -110px;
  }
}
section.step.second .content {
  color: #ffffff;
}
section.step.third {
  margin-top: -140px;
}
section.step.third .hero {
  background: #ffffff;
  color: #0076bf;
}
section.step.third .hero:after {
  bottom: 0;
  transform: skewY(-4.5deg);
  transform-origin: 100% 0;
  z-index: 1;
}
section.step.third .hero .wrapper .block::after {
  background: #0076bf;
}
@media only screen and (max-width: 767px) {
  section.step .wrapper {
    padding: 0;
  }
}
section.step .wrapper-full {
  position: relative;
}
section.step .video-column {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  section.step .video-column {
    position: relative;
    width: 100%;
  }
}
section.step .video-row {
  max-height: none;
}
@media only screen and (max-width: 767px) {
  section.step .video-row {
    position: relative;
    height: auto;
  }
}
section.step .video-row-wrapper {
  position: relative;
  max-width: 100%;
  width: auto;
  padding-bottom: 63%;
}
@media only screen and (max-width: 767px) {
  section.step .video-row-wrapper {
    height: auto;
  }
}
section.step video,
section.step iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
@media only screen and (max-width: 767px) {
  section.step video,
  section.step iframe {
    top: 0;
    left: 0;
    transform: none;
  }
}
.objectifs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
  top: 50px;
}
.objectifs li a {
  color: #ffffff;
}
.objectifs li a:hover {
  color: #47a2da;
}
.moreContent .objectifs {
  top: 0;
}
.additionnal-text {
  padding-bottom: 30px;
}
.additionnal-text .btn {
  max-width: 200px;
  margin-top: 60px;
}

.objectifs .boxLeft h2 {

}
.moreContent .exemption {
  padding-top: 30px
}

.objectifs .boxRight h2 {
  font-weight: 700;
  color: #fff;
}

.objectifs .boxRight h2 , .objectifs .boxLeft h2 {
 font-size: 30px;
 margin: 0 0 35px;
}

.objectifs .boxRight, .objectifs .boxLeft {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* padding: 2.8em; */
  flex-direction: column;
  flex: 1 0 auto;
}
.objectifs .boxLeft {
  width: 40%;
  background: #d8dada;
}

.objectifs .boxLeft .participants {
  background: #fff;
  /* margin-bottom: 50px; */
  padding: 2.8em;
}
.objectifs .boxLeft .participants ul li, .objectifs .boxLeft .duree ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
}

.objectifs .boxLeft .participants h2:before {
    content: "";
    background-image: url("../images/icons/people.svg");
    display: block;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.objectifs .boxLeft .duree {
  padding: 2.8em;
  background: #d8dada;
}

.objectifs .boxLeft .duree h2:before {
    content: "";
    background-image: url("../images/icons/icon_horloge.svg");
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.objectifs .boxRight h2:before {
    content: "";
    background-image: url("../images/icons/icon_objectif.svg");
    display: block;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.objectifs .boxRight {
  width: 60%;
  background: #2c2e3d;
  color: #ffffff;
  padding: 2.8em 2.8em 1em;
}

.objectifs .boxRight ul {
  margin-top: 30px;
}

.objectifs .boxRight ul li  {
  padding-bottom: 15px;
  line-height: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  position: relative;
  padding-left: 37px;
}

.objectifs .boxRight ul li span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #0076bf;
  margin-bottom: 3px;
  /* PADDING-RIGHT: 10PX; */
  /* DISPLAY: INLINE-BLOCK; */
  /* height: 40px; */
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 980px) {
  .objectifs .boxRight, .objectifs .boxLeft {
    width: 100%;
  }
  .objectifs .boxLeft .participants, .objectifs .boxLeft .duree {
    width: 50%;
    height: 410px;
    float: left;
  }
  .objectifs .boxLeft .participants {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .objectifs .boxRight h2 , .objectifs .boxLeft h2 {
   font-size: 25px;
  }
}

@media only screen and (max-width: 680px) {
    .objectifs .boxLeft .participants, .objectifs .boxLeft .duree {
      width: 100%;
      height: auto;
      float: none;
      padding: 20px;
  }
  .objectifs .boxRight {
    padding: 20px;
  }
}

.overme {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.89);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}
.overme:target, .overme.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  top: 35%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #0076bf;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


.popup .content a {
  color: #47a2da;

}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}



section.step .concept-row {
  background-color: #dff8fd;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0 80px;
}
section.step .concept-row:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(4deg);
}
section.step .concept-row .concept-column {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.step .concept-row .concept-column .item-left {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex: 1;
}
section .hero {
  position: relative;
  padding: 0px 0 70px;
  text-align: left;
  z-index: 2;
  color: #ffffff;
  /*&:before {
          content: '';
          width: 100%;
          height: 300px;
          position: absolute;
          background: @white;
          z-index: 1;
          top: 0;
          transform-origin: left bottom;
          transform: skewY(4deg);
        }*/
}
section .hero.skew:after {
  bottom: 0;
  transform: skewY(-4.5deg);
  transform-origin: 100% 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  section .hero {
    padding: 40px 0 30px;
  }
}
section .hero .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  z-index: 2;
}
section .hero .wrapper .block {
  width: 33.33333333%;
  position: relative;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0 60px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  section .hero .wrapper .block {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  section .hero .wrapper .block {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
section .hero .wrapper .block:after {
  content: "";
  display: inline;
  width: 2px;
  height: 130px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  section .hero .wrapper .block:after {
    display: none;
  }
}
section .hero .wrapper .block h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  section .hero .wrapper .block h3 {
    margin-bottom: 15px;
  }
}
section .hero .wrapper .block p {
  line-height: 23px;
}
section .hero .wrapper .block:last-of-type {
  margin-right: 0;
}
section .hero .wrapper .block:last-of-type:after {
  display: none;
}
section .hero:after {
  /*content: '';
          width: 100%;
          height: 200px;
            display: block;
          position: relative;
          background: @white;
          z-index: 1;
          bottom: 0;
          transform-origin: left bottom;
          transform: skewY(4deg);*/
}
.skew:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



footer {
  background: #333333;
  min-height: 300px;
  padding: 60px 0 20px;
  /* Hide the menu item text */
  /* Style of the icons */
}

footer .row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
footer .col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%%;
    -ms-flex: 1 1 16.666667%;
    flex: 1 1 20%%;
    max-width: 20%;
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

footer .container {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  transform: translate(0, 50%);
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.footer .logo {
    display: inline-block;
    position: relative;
    max-width: 150px;
    margin: 14px 0;
}
footer a:hover {
  color: #999;
   
}
footer .col ul.footer-links li {
   display: inline-block;
   position: relative;
   width: 100%;
   margin: 8px 0;
}
.footer .footer-links>li:first-child {
    margin-top: 0;
}
footer .logo a {
  text-align: center;
  display: block;
  margin-top: 20px;
}
footer .social_menu {
  font-family: 'FontAwesome';
  font-size: 14px;
  margin: 0;
  list-style-type: none;
  list-style: none;
  text-align: right;
}
footer .social_menu ul {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}
footer .social_menu .social-item {
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* margin: 0.25em; */
  /* background-color: #ffffff; */
  float: left;
}
footer .social_menu .social-item span {
  display: none;
}
footer .social_menu .social-item a {
  /* display: inline-block; */
  position: relative;
  margin: 0;
  text-decoration: none;
  /* width: 2em; */
  /* height: 2em; */
  color: #999;
  font-size: 22px;
  margin-left: 20px;
}
footer .social_menu .social-item a:before {
  content: "\f415";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 2em;
}
.legal-and-partners {
    background-color: #fff;
    color: #999;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
    
}
@media only screen and (max-width: 980px) {
    .hidden-xs, .hidden-sm {
        display: none!important;
    }
    footer .col {
        -webkit-flex: 1 1 40%%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%%;
        max-width: 40%;
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
      footer {
        
        padding: 45px 0;
    }
    
    footer .col {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
    }
    .footer .logo {
      display: block;
      position: relative;
      max-width: 150px;
      margin: 0 auto 20px;
  }
  .col-social {
    display: block;
    margin: 0 auto;
  }
}

.flexContent.consultant-photo {
    justify-content: unset;
    padding: 30px 0 20px;
    border-bottom : 2px dotted #cacaca;
}
.flexContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
@media only screen and (max-width: 960px) {
    .flexContent {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }
}

.flexContent div.profil {
    width: 100%
}

.flexContent.consultant-photo {
    justify-content: unset
}

.flexContent.consultant-photo div.author-photo {
    margin: 0 16px 16px;
}

.flexContent.consultant-photo img {
    margin-right: 42px;
}

@media only screen and (max-width: 960px) {
    .flexContent.consultant-photo img {
        margin-right:0
    }
}
.image {
    min-width: 100px;
    margin-right: 32px;
    height: 100px;
    display: block
}

@media only screen and (max-width: 760px) {
    .image {
        min-width:80px;
        height: 80px
    }
}

.image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover
}

@media only screen and (max-width: 760px) {
    .image img {
        width:80px;
        height: 80px
    }
}

span.name {
    font-size: .85rem;
    color: #474f54;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
}
.author-info-text p {
  font-size: 17px;
  line-height: 22px;
}
span.info {
    font-size: .9375rem;
    color: #474f54;
    font-family: "Crimson Text",serif
}



@media only screen and (max-width: 760px) {
     .author span p {
        margin-top:32px;
        min-width: 300px
    }
}
footer .social_menu .social-item a[href$="/feed/"]:before {
  content: "\f413";
}
footer .social_menu .social-item a[href*="codepen.io"]:before {
  content: "\f1cb";
}
footer .social_menu .social-item a[href*="digg.com"]:before {
  content: "\f1a6";
}
footer .social_menu .social-item a[href*="dribbble.com"]:before {
  content: "\f17d";
}
footer .social_menu .social-item a[href*="dropbox.com"]:before {
  content: "\f16b";
}
footer .social_menu .social-item a[href*="facebook.com"]:before {
  content: "\f09a";
}
footer .social_menu .social-item a[href*="flickr.com"]:before {
  content: "\f16e";
}
footer .social_menu .social-item a[href*="foursquare.com"]:before {
  content: "\f180";
}
footer .social_menu .social-item a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
footer .social_menu .social-item a[href*="github.com"]:before {
  content: "\f09b";
}
footer .social_menu .social-item a[href*="instagram.com"]:before {
  content: "\f16d";
}
footer .social_menu .social-item a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
footer .social_menu .social-item a[href*="pinterest.com"]:before {
  content: "\f231";
}
footer .social_menu .social-item a[href*="reddit.com"]:before {
  content: "\f1a1";
}
footer .social_menu .social-item a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}
footer .social_menu .social-item a[href*="tumblr.com"]:before {
  content: "\f173";
}
footer .social_menu .social-item a[href*="twitter.com"]:before {
  content: "\f099";
}
footer .social_menu .social-item a[href*="vimeo.com"]:before {
  content: "\f27d";
}
footer .social_menu .social-item a[href*="wordpress.com"]:before,
footer .social_menu .social-item a[href*="wordpress.org"]:before {
  content: "\f19a";
}
footer .social_menu .social-item a[href*="youtube.com"]:before {
  content: "\f167";
}
footer .social_menu .social-item a[href*="spotify.com"]:before {
  content: "\f1bc";
}
footer .social_menu .social-item a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
footer .social_menu .social-item a[href*="rss"]:before {
  content: "\f09e";
}
footer .social_menu .social-item a[href*="soundcloud"]:before {
  content: "\f1be";
}
/* ----- Pulsate effect -----*/
.pulsate-opacity {
  -webkit-animation: pulsate-op 2s infinite;
  /* Safari 4+ */
  -moz-animation: pulsate-op 2s infinite;
  /* Fx 5+ */
  -o-animation: pulsate-op 2s infinite;
  /* Opera 12+ */
  animation: pulsate-op 2s infinite;
  /* IE 10+ */
}
@-webkit-keyframes pulsate-op {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate-op {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-o-keyframes pulsate-op {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate-op {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
