/* By Athlon Front-End Team */

/*
################################################################
#    ___       ___       ___       ___       ___       ___     #
#   /\  \     /\  \     /\__\     /\__\     /\  \     /\__\    #
#  /::\  \    \:\  \   /:/__/_   /:/  /    /::\  \   /:| _|_   #
# /::\:\__\   /::\__\ /::\/\__\ /:/__/    /:/\:\__\ /::|/\__\  #
# \/\::/  /  /:/\/__/ \/\::/  / \:\  \    \:\/:/  / \/|::/  /  #
#   /:/  /   \/__/      /:/  /   \:\__\    \::/  /    |:/  /   #
#   \/__/               \/__/     \/__/     \/__/     \/__/    #
#################### http://weareathlon.com ####################
*/

/* ### CSS Reset ### */

/* ### Reset ### */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

body {
	margin: 0;
}

a {
	background: transparent;
	text-decoration: none;
}

button,
input {
	line-height: normal;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

textarea:focus,
input:focus {
	outline: 0;
}

input {
	margin: 0;
	padding: 0;
}

/* ### Core variables ### */

/* ### VARIABLES ###
-----
* Typography
* Breakpoints
* Paths
* Grid setup
* Colour palette
* Components
*/

/* Typography */

/* Colour palette */

/* ### Mixins, helpers and functions ### */

/* ### Sass Mixins ### */

/* ### Utility Mixins ### */

/* Media queries */

/* Target different screen resolutions here */

/* EXAMPLE
  @include bp(mobile) {
    width: 100%;
  }
*/

/**
 * vertical-center
 * Vertically center any element. Needs support for CSS tranforms.
 * Usage:
 * @include vertical-center;
 */

/**
 * Text replacement (instead of text-indent)
 * Usage: @include text-replacement();
 */

/* Retina Display Media Query */

/* EXAMPLE
  @include retina-display() {
    width: 100%;
  }
*/

/* Sass Mixin for Typekit and other webfont */

/*
Example usage:
@include font (300, italic);
@include font (300, normal , 2);
*/

/* Generate REMs from PX */

/* EXAMPLE
  @include rem('font-size',32px);
*/

/* ### Fonts ### */

/* SimplonNorm-Regular */

@font-face {
	font-family: 'SimplonNorm-Regular';
	src: url("../fonts/SimplonNorm-Regular.eot");
	src: url("../fonts/SimplonNorm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Regular.woff") format("woff"), url("../fonts/SimplonNorm-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* SimplonNorm-Light */

@font-face {
	font-family: 'SimplonNorm-Light';
	src: url("../fonts/SimplonNorm-Light.eot");
	src: url("../fonts/SimplonNorm-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Light.woff") format("woff"), url("../fonts/SimplonNorm-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* SimplonNorm-Medium */

@font-face {
	font-family: 'SimplonNorm-Medium';
	src: url("../fonts/SimplonNorm-Medium.eot");
	src: url("../fonts/SimplonNorm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Medium.woff") format("woff"), url("../fonts/SimplonNorm-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* SimplonNorm-Bold */

@font-face {
	font-family: 'SimplonNorm-Bold';
	src: url("../fonts/SimplonNorm-Bold.eot");
	src: url("../fonts/SimplonNorm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Bold.woff") format("woff"), url("../fonts/SimplonNorm-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Icon font */

@font-face {
	font-family: 'dow-jones-nf-icons';
	src: url("../fonts/dow-jones-nf-icons.eot?c2ri3n");
	src: url("../fonts/dow-jones-nf-icons.eot?c2ri3n#iefix") format("embedded-opentype"), url("../fonts/dow-jones-nf-icons.ttf?c2ri3n") format("truetype"), url("../fonts/dow-jones-nf-icons.woff?c2ri3n") format("woff"), url("../fonts/dow-jones-nf-icons.svg?c2ri3n#dow-jones-nf-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'dow-jones-nf-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-dj-logo:before {
	content: "\e900";
}

.ico-facebook:before {
	content: "\e901";
}

.ico-instagram:before {
	content: "\e902";
}

.ico-linkedin:before {
	content: "\e903";
}

.ico-twitter:before {
	content: "\e904";
}

.ico-update:before {
	content: "\e908";
}

.ico-download:before {
	content: "\e90b";
}

.ico-arrow-down:before {
	content: "\e906";
}

.ico-arrow-up:before {
	content: "\e907";
}

.ico-arrow-right:before {
	content: "\e905";
}

.ico-arrow-right-long:before {
	content: "\e90a";
}

.ico-paper:before {
	content: "\e909";
}

.ico-mail:before {
	content: "\e90c";
}

/* ### Buttons ### */

/**
  ------------------------
  Buttons and links
  ------------------------
*/

.button {
	font-family: 'SimplonNorm-Medium';
	font-weight: 500;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
	display: block;
	margin-bottom: 7px;
}

.button.white {
	border: 2px solid #fff;
	color: #f4f4f4;
}

.button.white:hover {
	background-color: #9be7f3;
	color: #394859;
	border: 2px solid #9be7f3;
}

.button.cerulean {
	border: 1px solid #05b5d2;
	color: #05b5d2;
	text-transform: uppercase;
}

.button.cerulean:hover {
	border: 1px solid #9be7f3;
	background-color: #9be7f3;
	color: #394859;
}

.button.big {
	padding: 18px 45px;
	font-size: 19px;
}

.button.small {
	padding: 15px;
	font-size: 14px;
}

.button-submit {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	height: 100%;
	background: url(../img/bkg-transparent.png) 0 0 repeat;
	border: none;
	cursor: pointer;
	width: 30px;
}

.block-buttons {
	margin-top: 70px;
}

.social {
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.social:after {
	content: "";
	display: table;
	clear: both;
}

.social li {
	display: inline-block;
}

.social li:last-of-type {
	margin-right: 0 !important;
}

.social li:nth-of-type(3n) {
	margin-right: 10px !important;
}

.social a {
	color: #0c2a31 !important;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: #f4f4f4;
	-webkit-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
	display: inline-block;
}

.social a:hover {
	color: #f4f4f4 !important;
	background-color: #0c2a31;
}

.social.small li {
	margin-right: 10px;
}

.social.small a {
	padding: 10px;
	font-size: 10px;
}

.social.big li {
	margin-right: 20px;
}

.social.big a {
	padding: 15px;
	font-size: 19px;
}

.contact-us fieldset i {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	padding: 16px 5px;
	font-size: 19px;
	color: #0c2a31;
}

.with-arrow {
	position: relative;
}

.with-arrow i {
	padding-left: 10px;
	position: relative;
	top: 2px;
}

.links li {
	padding-bottom: 18px;
	text-transform: uppercase;
}

.links li:hover a {
	color: #05b5d2;
}

.links li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-family: 'SimplonNorm-Medium';
	font-weight: 500;
	letter-spacing: 1.1px;
	padding-right: 30px;
}

.links li i {
	display: inline-block;
	padding-left: 10px;
	color: #05b5d2;
	position: relative;
	top: 1px;
}

.links.main-accordion li a,
.links.main-accordion li i {
	color: #02a3d5;
}

.links.main-accordion li a:visited,
.links.main-accordion li i:visited {
	color: #02a3d5;
}

.links.main-accordion li:hover a,
.links.main-accordion li:hover i {
	color: #02bcf5;
}

.links-with-arrow {
	margin-bottom: 20px;
}

.links-with-arrow li {
	position: relative;
	border-bottom: 1px solid #8d9ca9;
}

.links-with-arrow li:first-of-type {
	border-top: 1px solid #8d9ca9;
}

.links-with-arrow li:hover a {
	color: #02bcf5 !important;
}

.links-with-arrow li:hover i {
	color: #02bcf5 !important;
}

.links-with-arrow li a {
	display: block;
	padding: 7px 0;
	font-size: 13px;
	color: #02a3d5 !important;
}

.links-with-arrow li i {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #02a3d5 !important;
}

article .links-with-arrow {
	margin-bottom: 20px;
}

.links-without-arrow li {
	text-transform: uppercase;
	font-family: 'SimplonNorm-Bold';
	font-size: 14px;
	font-weight: 500;
}

.links-without-arrow li a {
	color: #8d9ca9;
	display: block;
	padding: 5px 0;
	margin-bottom: 5px;
}

.links-without-arrow li a:hover {
	color: #394859;
}

.links-without-arrow li.active a {
	color: #394859;
	cursor: default;
}

.links-without-arrow .sublist li {
	font-family: 'SimplonNorm-Regular';
	font-size: 13px;
	text-transform: initial;
	padding-left: 10px;
}

.more-info {
	display: block;
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: #02a3d5 !important;
	text-transform: capitalize;
}

.more-info i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding-left: 15px;
	color: #02a3d5 !important;
}

.more-info:hover {
	color: #02bcf5 !important;
}

.more-info:hover i {
	color: #02bcf5 !important;
}

.load-more {
	padding-left: 248px;
}

.load-more a {
	display: block;
	position: relative;
	padding: 10px 0;
	margin-bottom: 60px;
	text-align: center;
	color: #02a3d5;
	text-transform: capitalize;
}

.load-more a:hover {
	color: #02bcf5;
}

.load-more a:hover i {
	color: #02bcf5;
}

.load-more a i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding-left: 15px;
	color: #02a3d5;
}

/* ### Slick carousel ### */

/**
  ------------------------
  Basic styles for the carousel
  ------------------------
*/

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Dots */

.slick-dots {
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:after {
	content: '';
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	font-size: 0;
	width: 12px;
	height: 12px;
	background-color: #0c2a31;
	-webkit-transition: background-color .2s, border-color .2s;
	        transition: background-color .2s, border-color .2s;
}

.slick-dots li.slick-active button:after {
	background-color: #9be7f3;
}

/* ### Header styles ### */

/**
  ------------------------
  Header Section - Basic Styles
  ------------------------
*/

.section-header {
	position: relative;
	background-color: #fff;
	margin-bottom: 35px;
}

.section-header .header-title {
	clear: both;
	width: 60%;
	position: absolute;
	bottom: 70px;
}

.section-header .header-title h1 {
	padding-bottom: 45px;
	font-family: 'SimplonNorm-Medium';
}

.section-header .header-title .button {
	display: inline-block;
	text-transform: capitalize;
}

.header-image img {
	display: block;
}

.header-position {
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	bottom: 0;
}

/**
  ------------------------
  Desktop Header
  ------------------------
*/

.main-header {
	width: 100%;
	padding-top: 75px;
	float: left;
	position: relative;
	z-index: 110;
}

.header-logo {
	float: left;
}

.header-logo a {
	display: block;
	padding: 0;
}

.header-logo a:hover {
	cursor: pointer;
}

.header-logo svg {
	width: 150px;
	height: 40px;
	fill: #000;
	-webkit-transition: fill 1s;
	        transition: fill 1s;
}

.header-nav-desktop {
	float: right;
}

.header-nav-desktop > ul:after {
	content: "";
	display: table;
	clear: both;
}

.header-nav-desktop > ul > li {
	position: relative;
	float: left;
	font-size: 14px;
	font-family: 'SimplonNorm-Medium';
	color: #fff;
}

.header-nav-desktop > ul > li:last-of-type {
	margin-right: 0;
}

.header-nav-desktop > ul > li:hover > a,
.header-nav-desktop > ul > li:hover > em {
	background-color: #9be7f3;
	border-color: #9be7f3;
	color: #394859;
	cursor: pointer;
}

.header-nav-desktop > ul > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-nav-desktop > ul > li > a,
.header-nav-desktop > ul > li > em {
	display: block;
	width: 135px;
	padding: 8px 0;
	border: 2px solid transparent;
	text-align: center;
	color: #05b5d2;
}

.header-nav-desktop > ul > li.nav-button a {
	border: 2px solid #05b5d2;
	padding: 8px 45px;
	font-size: 14px;
}

.header-nav-desktop > ul > li.nav-button:hover a {
	border: 2px solid #9be7f3;
}

.header-nav-desktop .sub-menu {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: #9be7f3;
	padding: 5px 10px 10px;
}

.header-nav-desktop .sub-menu li {
	border-bottom: 1px solid #394859;
	position: relative;
}

.header-nav-desktop .sub-menu li a {
	display: block;
	color: #394859;
	padding: 8px 0;
	font-family: 'SimplonNorm-Regular';
	font-size: 13px;
	font-weight: 400;
}

.header-nav-desktop .sub-menu li a:hover {
	font-family: 'SimplonNorm-Bold';
}

.header-nav-desktop .sub-menu li a:hover i {
	font-weight: 700;
}

.header-nav-desktop .sub-menu li i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 5px;
	font-size: 10px;
}

.header-nav-desktop .sub-menu li:first-of-type {
	border-top: 2px solid #394859;
}

.header-nav-desktop .sub-menu li:last-of-type {
	border-bottom: 2px solid #394859;
}

.header-nav-desktop > ul > a:hover {
	background-color: #9be7f3;
	border-color: #9be7f3;
	color: #394859;
}

/**
  ------------------------
  Mobile Header
  ------------------------
*/

.main-header.is-mobile {
	background: #9be7f3;
	-webkit-transition: background-color 0.4s .4s linear, padding 1s .5s linear;
	        transition: background-color 0.4s .4s linear, padding 1s .5s linear;
	padding-bottom: 30px;
}

.main-header.is-mobile .header-logo svg {
	fill: #000;
}

.mobile-nav-wrapper {
	-webkit-transition: -webkit-transform 0.4s, height 0s 0s;
	        transition: transform 0.4s, height 0s 0s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #9be7f3;
}

.mobile-nav-wrapper .header-nav-mobile {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.4s;
	        transition: opacity 0.5s 0.4s;
}

.mobile-nav-wrapper.hidden {
	height: 0;
	-webkit-transform: translateY(-100%) translateX(0);
	    -ms-transform: translateY(-100%) translateX(0);
	        transform: translateY(-100%) translateX(0);
	-webkit-transition: -webkit-transform 0.4s .4s, height 0s .85s;
	        transition: transform 0.4s .4s, height 0s .85s;
}

.mobile-nav-wrapper.hidden .header-nav-mobile {
	opacity: 0;
	-webkit-transition: opacity 0.5s 0s;
	        transition: opacity 0.5s 0s;
}

.mobile-nav-wrapper.hidden + .wrap {
	position: relative;
	height: auto;
}

.mobile-nav-wrapper + .wrap {
	position: absolute;
	height: 100%;
}

.header-nav-mobile {
	position: relative;
	padding: 140px 30px 30px;
}

.header-nav-mobile li {
	overflow: hidden;
	background-color: #9be7f3;
	border-bottom: 2px solid #394859;
}

.header-nav-mobile li a {
	position: relative;
	display: block;
	padding: 15px 0;
	color: #394859;
	margin-bottom: -1px;
	border-bottom: 1px solid #394859;
}

.header-nav-mobile li i {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 0;
	-webkit-transition: -webkit-transform .3s;
	        transition: transform .3s;
}

.header-nav-mobile li h4 {
	font-size: 22px;
	text-align: right;
}

.header-nav-mobile li .is-open i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.header-nav-mobile .sublist {
	-webkit-transition: height 0.5s;
	        transition: height 0.5s;
}

.header-nav-mobile .sublist li {
	border-bottom: 1px solid #394859;
}

.header-nav-mobile .sublist li a {
	text-align: right;
	color: #394859;
	padding: 17px 0;
}

.header-nav-mobile .sublist li a:hover {
	font-weight: 700;
}

.header-nav-mobile .sublist li a:hover i {
	font-weight: 700;
}

.header-nav-mobile .sublist li i {
	margin-right: 10px;
	font-size: 10px;
	position: relative;
	top: -1px;
	-webkit-transform: initial;
	    -ms-transform: initial;
	        transform: initial;
}

.header-nav-mobile .sublist li:last-of-type {
	border-bottom: 0;
}

.menu-toggle {
	float: right;
	padding: 6px 5px;
	display: none;
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: black;
	cursor: pointer;
	z-index: 1;
	background: url(../img/bkg-transparent.png) 0 0 repeat;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.menu-toggle span {
	display: block;
	overflow: hidden;
	margin: 0 0 8px;
	width: 25px;
	height: 0;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	border: 1px solid;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.menu-toggle span:nth-child(1) {
	-webkit-animation: firstArrowBack .6s reverse forwards ease-in-out;
	        animation: firstArrowBack .6s reverse forwards ease-in-out;
}

.menu-toggle span:nth-child(2) {
	-webkit-animation: secondArrowBack .6s reverse forwards;
	        animation: secondArrowBack .6s reverse forwards;
}

.menu-toggle span:nth-child(3) {
	-webkit-animation: thirdArrowBack .6s reverse forwards ease-in-out;
	        animation: thirdArrowBack .6s reverse forwards ease-in-out;
}

.menu-toggle.is-open span:nth-child(1) {
	-webkit-animation: firstArrow .6s forwards ease-in-out;
	        animation: firstArrow .6s forwards ease-in-out;
	-webkit-transform: translateY(10px) rotate(135deg);
	    -ms-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

.menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
	-webkit-animation: secondArrow .6s forwards;
	        animation: secondArrow .6s forwards;
}

.menu-toggle.is-open span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	    -ms-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
	-webkit-animation: thirdArrow .6s forwards ease-in-out;
	        animation: thirdArrow .6s forwards ease-in-out;
}

/**
  ------------------------
  Header Without image
  ------------------------
*/

.section-header.with-image {
	margin-bottom: 0;
}

.section-header.with-image .header-logo svg {
	fill: #fff;
}

.section-header.with-image .header-nav-desktop > ul > li > a,
.section-header.with-image .header-nav-desktop > ul > li > em {
	color: #fff;
}

.section-header.with-image .header-nav-desktop > ul > li:hover > a,
.section-header.with-image .header-nav-desktop > ul > li:hover > em {
	color: #394859;
}

/* ### Footer styles ### */

.main-footer {
	float: left;
	width: 100%;
	background-color: #9be7f3;
	padding: 18px 0;
	position: relative;
	bottom: 0;
}

.main-footer .footer-logo {
	width: 87px;
	float: left;
	margin-right: 50px;
}

.main-footer .footer-logo a {
	display: block;
	padding-top: 5px;
}

.main-footer .footer-logo-with-text {
	float: left;
	margin-right: 30px;
}

.main-footer .footer-logo-with-text a {
	display: block;
	padding: 13px 0 7px;
	text-transform: uppercase;
	color: #0c2a31;
	font-family: 'SimplonNorm-Bold';
	font-size: 9px;
}

.main-footer .footer-logo-with-text a img {
	height: 10px;
	padding-right: 5px;
}

.main-footer .footer-logo-with-text a span {
	border-left: 1px solid #05b5d2;
	padding-left: 8px;
	padding-top: 2px;
	vertical-align: baseline;
}

.main-footer .footer-logo-with-text i {
	display: inline-block;
	padding-right: 5px;
	font-size: 9px;
	color: #0c2a31;
	vertical-align: baseline;
}

.main-footer .copyright {
	float: left;
	font-family: 'SimplonNorm-Medium';
	font-size: 11px;
	padding: 11px 0 9px;
}

.main-footer .copyright span {
	padding: 0 10px;
}

.main-footer .footer-nav {
	float: right;
	margin-top: 2px;
}

/* ### Blocks styles ### */

/**
  ------------------------
  Blocks - 3 or 4 on a single row
  ------------------------
*/

.section-blocks {
	padding: 30px 0;
}

.section-blocks h2 {
	margin-bottom: 30px;
}

.section-blocks .block li:nth-of-type(4n) {
	margin-right: 0;
}

.section-blocks .section-with-aside .block li:nth-of-type(4n) {
	margin-right: 30px;
}

.block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.block:after {
	content: "";
	display: table;
	clear: both;
}

.block > li {
	margin: 0 30px 30px 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 218px;
	    -ms-flex: 0 0 218px;
	        flex: 0 0 218px;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .3s;
	        transition: box-shadow .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	word-break: break-word;
	word-wrap: break-word;
}

.block > li span {
	display: block;
}

.block > li em {
	display: block;
}

.block > li:hover {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.block > li:hover .footer {
	color: #02bcf5;
}

.block > li:hover .footer i {
	color: #02bcf5;
}

.block .card-wrapper {
	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;
	border: 1px solid #dee1e0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 218px;
}

.block .info {
	margin-bottom: 5px;
	color: #394859;
	font-family: 'SimplonNorm-Light';
}

.block .title {
	color: #394859;
}

.block .title span,
.block .title strong {
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.block .title strong {
	font-family: 'SimplonNorm-Medium';
}

.block .text {
	margin-bottom: 15px;
	color: #0c2a31;
	font-size: 13px;
}

.block .footer {
	color: #02a3d5;
	font-family: 'SimplonNorm-Medium';
	font-size: 13px;
	text-transform: uppercase;
	min-height: 15px;
}

.block .footer i {
	color: #02a3d5;
	font-size: 15px;
}

.block-square a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.block-square .image {
	margin-bottom: 20px;
	padding: 0;
}

.block-square .image img {
	display: block;
	width: 100%;
}

.block-square .info {
	padding: 0 10px 0 14px;
	font-size: 12px;
	text-transform: uppercase;
}

.block-square .title {
	padding: 0 15px;
	margin-bottom: 15px;
	font-family: 'SimplonNorm-Medium';
	font-size: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
}

.block-square .text {
	padding: 0 15px;
}

.block-square .footer {
	padding: 0 15px;
	margin-bottom: 20px;
}

.block-square .card-wrapper .info:first-child {
	margin-top: 20px;
}

.block-square .image i {
	font-size: 107px;
	color: #05b5d2;
	text-align: center;
	display: block;
	padding: 20px;
}

.block-circle li > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.block-circle .card-wrapper {
	padding: 30px 0;
}

.block-circle .image {
	position: relative;
	margin: 0 auto 30px;
	width: 140px;
	height: 140px;
	background-color: #3d6aa6;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
}

.block-circle .image img {
	display: block;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	mix-blend-mode: luminosity;
	height: auto;
}

.block-circle .name {
	font-family: 'SimplonNorm-Bold';
	font-size: 20px;
	line-height: 1.05;
	text-align: center;
	color: #394859;
	margin-bottom: 15px;
	padding: 0 30px;
}

.block-circle .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
	font-size: 13px;
	text-align: center;
	color: #394859;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.block-circle .title strong,
.block-circle .title span {
	padding: 0 30px;
}

.block-circle .title .mail {
	padding: 0 15px;
}

.block-circle .footer {
	padding: 0 15px;
}

.block-square-full-width li {
	margin: 0 0 30px;
	border: 1px solid #dee1e0;
	-webkit-transition: -webkit-box-shadow .3s;
	        transition: box-shadow .3s;
}

.block-square-full-width li:hover {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.block-square-full-width a {
	display: block;
	height: 100%;
}

.block-square-full-width a:hover .footer {
	color: #02bcf5;
}

.block-square-full-width a:hover .footer i {
	color: #02bcf5;
}

.block-square-full-width .content {
	padding: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0;
	    -ms-flex: 1 0;
	        flex: 1 0;
}

.block-square-full-width .image {
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 218px;
	    -ms-flex: 0 0 218px;
	        flex: 0 0 218px;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

.block-square-full-width .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: 100%;
	display: block;
	max-width: inherit;
	left: -50%;
	width: auto;
}

.block-square-full-width .info {
	font-size: 13px;
	margin-bottom: 10px;
}

.block-square-full-width .title {
	margin-bottom: 20px;
	font-size: 24px;
}

.block-square-full-width .text {
	margin-bottom: 20px;
}

.block-media a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.block-media .image {
	position: relative;
	margin-bottom: 20px;
	height: 120px;
	border: 10px solid transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: contain;
	        background-size: contain;
}

.block-media .image:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 100%;
	height: 0;
	padding: 0 10px;
	border-bottom: 1px solid #dee1e0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.block-media .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 86%;
	max-height: 86%;
}

.block-media .title {
	padding: 0 15px;
	margin-bottom: 15px;
	font-family: 'SimplonNorm-Medium';
	font-size: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
}

.block-media .footer {
	padding: 0 15px;
	margin-bottom: 20px;
}

.block-download {
	text-align: center;
}

.block-download .card-wrapper {
	padding: 30px;
}

.block-download .image {
	margin-bottom: 30px;
}

.block-download .image i {
	font-size: 130px;
	color: #05b5d2;
}

.block-download .title {
	font-family: 'SimplonNorm-Bold';
	margin-bottom: 15px;
	font-size: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	        flex: 1 auto;
}

.block-download .action {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.3px;
}

.block-download .social a {
	font-size: 15px;
}

/* ### Breadcrumb styles ### */

.breadcrumb {
	margin-bottom: 5px;
}

.breadcrumb:after {
	content: "";
	display: table;
	clear: both;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li:before {
	content: ">";
	margin: 0 5px;
	font-size: 12px;
}

.breadcrumb li:first-of-type:before {
	display: none;
}

.breadcrumb li:hover a:not(.inactive) {
	color: #05b5d2;
}

.breadcrumb a {
	font-size: 13px;
	color: #394859;
}

.breadcrumb a.inactive {
	cursor: default;
}

/* ### Accordion styles ### */

/**
  ------------------------
  Accordion Big
  ------------------------
*/

.article-accordion {
	color: #0c2a31;
	font-family: 'SimplonNorm-Light';
	margin-bottom: 30px;
}

.article-accordion.invisible {
	opacity: 0;
	height: 0;
}

.article-accordion > li {
	overflow: hidden;
	border-bottom: 1px solid #8d9ca9;
}

.article-accordion > li > a {
	display: block;
	position: relative;
	padding: 25px 30px 25px 0;
}

.article-accordion > li .is-open h4 {
	color: #05b5d2;
}

.article-accordion > li .is-open .icon:before {
	content: "-";
}

.article-accordion h4 {
	font-size: 50px;
	color: #8d9ca9;
}

.article-accordion p {
	padding: 0 0 20px 0;
}

.article-accordion .icon {
	font-family: 'SimplonNorm-Bold';
	font-size: 55px;
	color: #05b5d2;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	width: 30px;
}

.article-accordion .icon:before {
	content: "+";
}

.article-accordion .accordion-content {
	-webkit-transition: height 0.5s;
	        transition: height 0.5s;
	padding-right: 20px;
}

.article-accordion .accordion-content a {
	color: #02a3d5;
}

.article-accordion .accordion-content a:hover {
	color: #02bcf5;
}

.article-accordion .accordion-content a:visited {
	color: #02bcf5;
}

/**
  ------------------------
  Accordion Small
  ------------------------
*/

.article-accordion.small {
	border-top: 1px solid #8d9ca9;
}

.article-accordion.small h4 {
	font-size: 30px;
}

.article-accordion.small .icon {
	font-size: 35px;
}

.article-accordion.small > li > a {
	padding: 10px 20px 10px 0;
}

/* ### Modal panel styles ### */

.modal-panel {
	visibility: hidden;
	z-index: 100005;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 460px;
	max-width: 100%;
	height: 460px;
	max-height: 100%;
}

.modal-panel h3 {
	text-transform: lowercase;
	font-size: 28px;
	color: #0c2a31;
	text-align: center;
	margin-bottom: 30px;
}

.modal-panel span,
.modal-panel strong {
	display: block;
	margin-bottom: 20px;
	word-break: break-word;
}

.modal-panel span {
	font-size: 14px;
}

.modal-panel strong {
	font-size: 18px;
}

.modal-panel .modal-close-button {
	position: absolute;
	top: 20px;
	right: 15px;
	padding: 10px;
	color: #000;
	font-size: 14px;
	z-index: 1;
}

.modal-panel .modal-close-button:hover {
	cursor: pointer;
}

.modal-panel .modal-close-button div {
	float: right;
	padding: 6px 5px;
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #05b5d2;
	cursor: pointer;
	z-index: 1;
	background: url(../img/bkg-transparent.png) 0 0 repeat;
}

.modal-panel .modal-close-button span {
	display: block;
	overflow: hidden;
	margin: 0 0 8px;
	width: 25px;
	height: 0;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	border: 1px solid;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.modal-panel .modal-close-button span:nth-child(1) {
	-webkit-animation: firstArrowBack .6s reverse forwards ease-in-out;
	        animation: firstArrowBack .6s reverse forwards ease-in-out;
}

.modal-panel .modal-close-button span:nth-child(2) {
	-webkit-animation: secondArrowBack .6s reverse forwards;
	        animation: secondArrowBack .6s reverse forwards;
}

.modal-panel .modal-close-button span:nth-child(3) {
	-webkit-animation: thirdArrowBack .6s reverse forwards ease-in-out;
	        animation: thirdArrowBack .6s reverse forwards ease-in-out;
}

.modal-panel.show-modal {
	visibility: visible;
}

.modal-panel.show-modal .modal-panel-outer {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.modal-panel.show-modal span:nth-child(1) {
	-webkit-animation: firstArrow .6s forwards ease-in-out;
	        animation: firstArrow .6s forwards ease-in-out;
	-webkit-transform: translateY(10px) rotate(135deg);
	    -ms-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

.modal-panel.show-modal span:nth-child(2) {
	opacity: 0;
	-webkit-animation: secondArrow .6s forwards;
	        animation: secondArrow .6s forwards;
}

.modal-panel.show-modal span:nth-child(3) {
	-webkit-animation: thirdArrow .6s forwards ease-in-out;
	        animation: thirdArrow .6s forwards ease-in-out;
	-webkit-transform: translateY(-10px) rotate(45deg);
	    -ms-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

.modal-panel-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	margin-top: 100px;
	padding: 0 40px 30px 40px;
	overflow: auto;
	text-align: center;
}

.modal-panel-outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9be7f3;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

.modal-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.modal-overlay.show-overlay {
	visibility: visible;
	opacity: 1;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

/* ### Templates with aside menu ### */

/**
  ------------------------
  Styles for templates with aside menu
  ------------------------
*/

.section-with-aside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.section-with-aside h1 {
	font-size: 45px;
	color: #05b5d2;
	margin-bottom: 5px;
}

.section-with-aside > aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 218px;
	    -ms-flex: 0 0 218px;
	        flex: 0 0 218px;
	margin-right: 30px;
}

.section-with-aside > aside h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.1px;
	color: #8d9ca9;
	padding-bottom: 20px;
	vertical-align: middle;
}

.section-with-aside > aside h3 i {
	display: none;
	position: absolute;
	top: 12px;
	right: 0;
	-webkit-transition: -webkit-transform .3s;
	        transition: transform .3s;
	color: #05b5d2;
	font-weight: 700;
}

.section-with-aside > aside h3.hidden {
	display: none;
}

.section-with-aside > aside h3.is-open + ul {
	margin-bottom: 20px;
}

.section-with-aside > article {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0;
	    -ms-flex: 1 0;
	        flex: 1 0;
	overflow: hidden;
}

.section-with-aside > article h2 {
	font-size: 30px;
	color: #394859;
	margin: 10px 0;
}

.section-with-aside > article h2.show-on-mobile {
	display: none;
	padding-bottom: 5px;
	border-bottom: 5px solid #05b5d2;
}

.section-with-aside .main-aside {
	padding: 20px 0;
	border-top: 2px solid #394859;
}

.section-with-aside .main-content {
	padding: 0 0 30px;
}

.section-with-aside .main-content li:nth-of-type(3n) {
	margin-right: 0;
}

.section-with-aside.simple article {
	-webkit-align-self: flex-end;
	    -ms-flex-item-align: end;
	        align-self: flex-end;
}

.section-with-aside.simple + .section-with-aside article {
	border-top: 5px solid #05b5d2;
	padding-top: 20px;
}

.section-blocks .section-with-aside {
	background-color: #f4f4f4;
}

.section-blocks .section-with-aside .main-aside,
.section-blocks .section-with-aside .main-content {
	border: 0;
	padding: 0;
}

/**
  ------------------------
  Different sections in aside
  ------------------------
*/

.simple-text {
	font-family: 'SimplonNorm-Light';
	margin-bottom: 30px;
}

.simple-text a {
	color: #02a3d5;
}

.simple-text a:hover {
	color: #02bcf5;
}

.simple-text a:visited {
	color: #02bcf5;
}

.simple-text p {
	margin-bottom: 20px;
}

.list-dates {
	margin-bottom: 30px;
}

.list-dates li {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	color: #394859;
	border-bottom: 1px solid #8d9ca9;
}

.list-dates li:first-of-type {
	border-top: 1px solid #8d9ca9;
}

.aside-filters {
	overflow: hidden;
}

.aside-filters li {
	margin-bottom: 10px;
	border: 1px solid #8d9ca9;
}

.aside-filters li.active {
	border: 1px solid #9be7f3;
	background-color: #9be7f3;
	color: #394859;
}

.aside-filters li.active:hover {
	border: 1px solid #9be7f3;
}

.aside-filters li.active:hover a {
	color: #394859;
	cursor: default;
}

.aside-filters li a {
	display: block;
	padding: 7px 0;
	font-size: 13px;
	color: #394859;
	text-align: center;
}

.aside-filters li:hover {
	border: 1px solid #05b5d2;
}

.aside-filters li:hover a {
	color: #05b5d2;
}

.aside-article-info .date {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.3px;
	color: #394859;
	margin-bottom: 10px;
}

.aside-article-info h2 {
	font-size: 24px;
	color: #05b5d2;
	margin-bottom: 20px;
}

/**
  ------------------------
  Different sections in article
  ------------------------
*/

.article-description {
	font-size: 18px;
}

.article-description h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.article-description p {
	margin-bottom: 20px;
}

.article-description a {
	color: #02a3d5;
}

.article-description a:hover {
	color: #02bcf5;
}

.article-description a:visited {
	color: #02bcf5;
}

.article-carousel {
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}

.article-carousel .slick-dots {
	text-align: left;
}

.article-carousel.invisible {
	opacity: 0;
	height: 0;
}

.article-short-desc .image {
	margin-bottom: 10px;
}

.article-short-desc .image img {
	display: block;
	width: 100%;
	height: auto;
}

.article-short-desc .title {
	font-size: 30px;
	color: #05b5d2;
	margin-bottom: 10px;
}

.article-short-desc .text {
	margin-bottom: 30px;
}

.article-short-desc .text p {
	margin-bottom: 10px;
}

.article-short-desc .text a {
	color: #02a3d5;
}

.article-short-desc .text a:hover {
	color: #02bcf5;
}

.article-short-desc .text a:visited {
	color: #02bcf5;
}

.article-short-desc .footer a {
	font-family: 'SimplonNorm-Medium';
	font-size: 13px;
	color: #02a3d5;
	text-transform: uppercase;
}

.article-short-desc .footer a i {
	color: #02a3d5;
	font-size: 18px;
}

.article-short-desc .footer a:hover {
	color: #02bcf5;
}

.article-short-desc .footer a:hover i {
	color: #02bcf5;
}

.article-long-desc .image {
	margin-bottom: 10px;
}

.article-long-desc .image.no-full-width img {
	width: 60%;
	margin: 40px 0;
}

.article-long-desc .image img {
	display: block;
	width: 100%;
	height: auto;
}

.article-long-desc .article-content {
	margin-bottom: 30px;
}

.article-long-desc .article-content:after {
	content: "";
	display: table;
	clear: both;
}

.article-long-desc .article-content > div {
	float: left;
}

.article-long-desc .article-content a {
	position: relative;
	padding: 10px 0;
	font-size: 13px;
	color: #02a3d5;
}

.article-long-desc .article-content a i {
	display: inline-block;
	padding-left: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #02a3d5;
}

.article-long-desc .article-content a:hover {
	color: #02bcf5;
}

.article-long-desc .article-content a:hover i {
	color: #02bcf5;
}

.article-long-desc .article-content .text {
	width: 100%;
	padding-right: 30px;
}

.article-long-desc .article-content .text p {
	margin-bottom: 10px;
	font-family: 'SimplonNorm-Regular';
	font-size: 15px;
}

.article-long-desc .article-content .text p:last-of-type {
	margin-bottom: 0;
}

.article-long-desc .article-content .text a {
	font-size: 16px;
	color: #02a3d5;
}

.article-long-desc .article-content .text a:hover {
	color: #02bcf5;
}

.article-long-desc .article-content .text a:visited {
	color: #02bcf5;
}

.article-long-desc .article-content .text s,
.article-long-desc .article-content .text strike,
.article-long-desc .article-content .text del {
	text-decoration: line-through;
}

.article-long-desc .article-content .text i,
.article-long-desc .article-content .text cite,
.article-long-desc .article-content .text em,
.article-long-desc .article-content .text var,
.article-long-desc .article-content .text address,
.article-long-desc .article-content .text dfn {
	font-style: italic;
}

.article-long-desc .article-content .text dl {
	display: block;
	margin: 1em 0;
}

.article-long-desc .article-content .text dd {
	display: block;
	margin: 0 0 0 40px;
}

.article-long-desc .article-content .text strong,
.article-long-desc .article-content .text b {
	font-weight: bold;
}

.article-long-desc .article-content .text ul,
.article-long-desc .article-content .text menu,
.article-long-desc .article-content .text dir {
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 40px;
}

.article-long-desc .article-content .text ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding: 0 0 0 40px;
}

.article-long-desc .article-content .text li {
	margin-bottom: 20px;
}

.article-long-desc .article-content .text blockquote {
	display: block;
	margin: 16px 40px;
}

.article-long-desc .article-content .image-description {
	float: right;
	width: 30%;
	padding-top: 10px;
	font-family: 'SimplonNorm-Light';
	font-size: 13px;
	color: #394859;
	border-top: 1px solid #8d9ca9;
}

.article-long-desc .article-content .image-description + .text {
	width: 70%;
}

/**
  ------------------------
  Different sections in accordion
  ------------------------
*/

.upcoming-event {
	padding: 10px 0;
	border-top: 3px solid #dee1e0;
}

.upcoming-event:first-of-type {
	border-top: 0;
}

.upcoming-event h5 {
	text-transform: uppercase;
	font-size: 13px;
	color: #05b5d2;
	font-family: 'SimplonNorm-Bold';
	margin-bottom: 10px;
	letter-spacing: 1.3px;
}

.upcoming-event .school-info {
	margin-bottom: 20px;
}

.upcoming-event .school-info span {
	display: block;
	color: #394859;
}

.upcoming-event .school-info .date {
	margin-bottom: 5px;
	font-family: 'SimplonNorm-Bold';
	font-size: 18px;
}

.upcoming-event .deadline {
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	border-top: 1px solid #8d9ca9;
	border-bottom: 1px solid #8d9ca9;
}

.business-card {
	padding-bottom: 20px;
}

.business-card div {
	margin-bottom: 10px;
}

.business-card span {
	display: block;
	font-size: 13px;
	color: #394859;
}

.business-card .title {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.business-card .social {
	text-align: left;
}

.accordion-section {
	padding: 20px 0;
}

.accordion-section h5 {
	font-family: 'SimplonNorm-Bold';
	margin-bottom: 15px;
}

.accordion-section p {
	font-size: 14px;
}

.accordion-section .button {
	margin-bottom: 20px;
}

/* ### App styles ### */

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'SimplonNorm-Regular', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	background-color: #dee1e0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #0c2a31;
}

section:after {
	content: "";
	display: table;
	clear: both;
}

section.firefly {
	background-color: #0c2a31;
}

section.wild-sand {
	background-color: #f4f4f4;
}

.wrap {
	width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
}

.wrapper {
	width: 964px;
	margin: 0 auto;
}

h1,
h2,
h3 {
	text-align: left;
	position: relative;
	font-family: 'SimplonNorm-Bold';
}

h1 {
	color: #f4f4f4;
	font-size: 55px;
}

h2 {
	font-size: 28px;
}

a {
	color: #fff;
}

p {
	font-family: 'SimplonNorm-Light';
}

strong {
	font-family: 'SimplonNorm-Bold';
}

.separator {
	width: 20px;
	height: 1px;
	margin: 0 auto 30px;
	border-bottom: 1.3px solid #0c2a31;
}

.link-announcement {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-weight: 400;
	font-family: 'SimplonNorm-Regular';
	background-color: #05b5d2;
}

.link-announcement > div {
	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-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width:50%;
	max-height:450px;
}
.link-announcement .link-container {
	padding: 25px 15px;
}

.link-announcement .video-container {
	padding: 25px 15px;
}

.link-announcement a {
	display: block;
	padding: 20px 0;
	color: #fff;
}

.link-announcement a:hover {
	color: #394859;
}

.link-announcement i {
	font-size: 17px;
	padding-left: 10px;
}

.section-blocks-full-width {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #f4f4f4;
}

.section-blocks-full-width > div {
	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-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-height: 675px;
	width: 50%;
}

.block-carousel {
	width: 50%;
	padding: 65px 0;
	background-color: #f4f4f4;
	-webkit-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}

.block-carousel .carousel-img {
	position: relative;
	margin: 0 auto 30px;
	width: 125px;
	height: 125px;
	background-color: #3d6aa6;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
}

.block-carousel .carousel-img img {
	display: block;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	mix-blend-mode: luminosity;
	height: auto;
}

.block-carousel .carousel-text {
	font-family: 'SimplonNorm-Light';
	font-size: 20px;
	text-align: center;
	width: 50%;
	margin: 0 auto 25px;
}

.block-carousel .carousel-author {
	font-family: 'SimplonNorm-Bold';
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.block-carousel.invisible {
	opacity: 0;
	height: 0;
}

.block-address {
	padding: 65px 0;
	background-color: #9be7f3;
}

.block-address:after {
	content: "";
	display: table;
	clear: both;
}

.block-address .contact-us {
	margin: 0 auto 40px;
	max-width: 300px;
}

.block-address .contact-us fieldset {
	position: relative;
}

.block-address .contact-us label {
	display: block;
	margin-bottom: 5px;
}

.block-address .contact-us input[type="text"] {
	width: 100%;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border-bottom: 1.5px solid #0c2a31;
	padding: 10px 35px 10px 0;
	color: #0c2a31;
	background-color: transparent;
	/*text-transform: lowercase;*/
	font-family: 'SimplonNorm-Bold';
	font-size: 28px;
}

.block-address .contact-us input[type="text"]::-webkit-input-placeholder {
	color: #0c2a31;
}

.block-address .contact-us input[type="text"]::-moz-placeholder {
	color: #0c2a31;
}

.block-address .contact-us input[type="text"]:-ms-input-placeholder {
	color: #0c2a31;
}

.block-address .contact-us input[type="text"]::placeholder {
	color: #0c2a31;
}

.block-address .contact-us input[type="text"]::-moz-placeholder {
	opacity: 1;
}

.block-address .contact-us input[type="text"]:focus::-webkit-input-placeholder {
	opacity: 0;
	color: #0c2a31;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.block-address .contact-us input[type="text"]:focus::-moz-placeholder {
	opacity: 0;
	color: #0c2a31;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.block-address .contact-us input[type="text"]:focus:-ms-input-placeholder {
	opacity: 0;
	color: #0c2a31;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.block-address .contact-us input[type="text"]:focus::placeholder {
	opacity: 0;
	color: #0c2a31;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.block-address .terms {
	max-width: 300px;
	margin: 0 auto 40px;
	font-family: 'SimplonNorm-Regular';
	font-size: 13px;
	line-height: 1.38;
	text-align: center;
	color: #0c2a31;
}

.block-text {
	padding: 65px 0;
	background-color: #fff;
}

.block-text h2 {
	padding: 0 65px;
	text-align: center;
	margin-bottom: 40px;
}

.block-text p {
	padding: 0 65px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.block-text .block-text-content a {
	color: #0c2a31;
}

.block-image .block-image-content {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.section-advertise {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	        background-size: cover;
}

.section-advertise-content {
	position: relative;
	z-index: 10;
	padding: 90px 120px;
	width: 50%;
	text-align: center;
}

.section-advertise-content h2 {
	color: #f4f4f4;
	padding-bottom: 30px;
	text-align: center;
}

.section-advertise-content p {
	color: #fff;
	margin-bottom: 25px;
	line-height: 19px;
}

.section-advertise-content a {
	font-family: 'SimplonNorm-Bold';
	font-size: 28px;
	color: #f4f4f4;
}

.section-advertise-content a:hover {
	color: #394859;
}

.section-blocks.contact-style .main-content {
	background-color: #f4f4f4;
}

.section-blocks.contact-style h2 {
	text-align: left;
}

.device_nexus_9 .block-circle .image img {
	mix-blend-mode: initial;
}

@media (min-width: 1024px) {

.menu-toggle {
	display: none;
}

.article-accordion > li:hover h4 {
	color: #05b5d2;
}

.has-height {
	height: auto !important;
}

}

@media (max-width: 1023px) {

.button.big {
	padding: 10px 15px;
	font-size: 15px;
}

.block-buttons {
	margin-top: 20px;
}

.links-with-arrow {
	margin-bottom: 0;
}

.links-with-arrow li i {
	right: 0;
}

.section-header {
	margin-bottom: 15px;
}

.section-header .header-title {
	width: 80%;
	bottom:30px;
}

.section-header .header-title h1 {
	padding-bottom: 25px;
	line-height: 1.07;
}

.section-header .header-title .button {
	font-size: 15px;
	font-weight: 500;
}
/*
.header-image {
	position: relative;
	height: 550px;
}

.header-image img {
	position: absolute;
	top: 0;
	left: 75%;
	max-width: inherit;
	height: auto;
	-webkit-transform: translateX(-75%);
	    -ms-transform: translateX(-75%);
	        transform: translateX(-75%);
}
*/
.main-header {
	padding-top: 35px;
}

.header-nav-desktop {
	display: none;
}

.header-nav-mobile {
	padding: 100px 30px 30px;
}

.main-footer {
	padding: 19px 0;
}

.main-footer .footer-logo {
	margin-right: 20px;
}

.main-footer .footer-logo-with-text {
	margin-right: 0;
}

.main-footer .footer-logo-with-text a img {
	height: 8px;
}

.main-footer .copyright {
	
}

.section-blocks h2 {
	text-align: center;
	font-family: 'SimplonNorm-Medium';
	margin-top: 30px;
	margin-bottom: 10px;
}

.section-blocks .section-with-aside .block li:nth-of-type(4n) {
	margin-right: 0;
}

.block {
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.block li {
	margin-right: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.block li:last-of-type {
	margin-bottom: 0;
}

.block .card-wrapper {
	max-width: 100%;
}

.block .info {
	font-size: 13px;
}

.block-square .title {
	font-size: 24px;
	margin-bottom: 10px;
}

.block-circle .card-wrapper {
	padding: 40px 0;
}

.block-square-full-width .content {
	padding: 15px;
}

.block-square-full-width .image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
}

.block-square-full-width .block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.block-square-full-width .title {
	font-size: 15px;
	margin-bottom: 5px;
}

.block-square-full-width .text {
	display: none;
}

.block-media .image {
	height: 170px;
}

.block-media .image img {
	width: inherit;
	margin: 0 auto;
}

.block-download .image {
	margin-bottom: 20px;
}

.block-download .image i {
	font-size: 90px;
	color: #05b5d2;
}

.block-download .action {
	margin-bottom: 10px;
}

.article-accordion h4 {
	font-size: 43px;
}

.article-accordion .icon {
	font-size: 30px;
	right: -7px;
}

.article-accordion > li > a {
	padding: 10px 20px 10px 0;
}

.section-with-aside {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.section-with-aside h1 {
	font-size: 30px;
}

.section-with-aside > aside {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin-right: 0;
}

.section-with-aside > aside h3 {
	padding: 12px 0;
}

.section-with-aside > aside h3.hidden {
	display: block;
}

.section-with-aside > article {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.section-with-aside > article h2 {
	font-size: 20px;
}

.section-with-aside > article h2.show-on-mobile {
	display: block;
}

.section-with-aside > article h2.hide-on-mobile {
	display: none;
}

.section-with-aside .main-aside {
	padding: 0;
}

.section-with-aside .main-aside:empty + .main-content {
	border-top: none;
}

.section-with-aside .main-content {
	margin-top: -2px;
	background-color: #fff;
}

.section-with-aside .aside-dropdown {
	overflow: hidden;
}

.section-with-aside .aside-dropdown h3 i {
	display: inline-block;
}

.section-with-aside .aside-dropdown h3:hover {
	cursor: pointer;
}

.section-with-aside .aside-dropdown .is-open i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.section-with-aside.simple article {
	width: 100%;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}

.section-with-aside.simple article.hide-on-mobile {
	display: none;
}

.simple-text {
	margin-top: 20px;
}

.aside-filters li a {
	font-weight: 500;
}

.aside-article-info {
	margin-top: 20px;
}

.article-short-desc .title {
	font-size: 22px;
}

.article-long-desc .image.no-full-width img {
	width: 90%;
	margin: 40px auto;
}

.article-long-desc .article-content {
	margin-bottom: 0;
}

.article-long-desc .article-content div {
	float: none;
}

.article-long-desc .article-content .text {
	width: 100% !important;
}

.article-long-desc .article-content .image-description {
	width: 100%;
	margin-bottom: 20px;
}

.wrap {
	width: 100%;
}

.wrapper {
	width: 100%;
	padding: 0 15px;
}

h1 {
	font-size: 28px;
}

.link-announcement {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	font-size: 17.5px;
	line-height: 1.03;
}

.link-announcement a {
	padding: 32px 0;
}

.link-announcement strong {
	display: block;
	font-family: 'SimplonNorm-Bold';
	font-size: 28px;
	font-weight: 700;
	margin-top: 5px;
}

.section-blocks-full-width {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.section-blocks-full-width > div {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.link-announcement div {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.link-container {
	width: 100%;
	padding: 0px 35px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:215px;
	overflow:hidden;
	width: 100%;
	padding: 0px 35px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.block-carousel {
	width: 100%;
	padding: 65px 35px;
}

.block-carousel .carousel-text {
	width: 100%;
}

.block-address {
	padding: 100px 35px;
}

.block-image {
	min-height: inherit !important;
}

.block-image .block-image-content {
	padding-bottom: 100%;
}

.section-advertise-content {
	padding: 90px 35px;
	width: 100%;
}

}

@-webkit-keyframes firstArrow {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

63% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

}

@keyframes firstArrow {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

63% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

}

@-webkit-keyframes secondArrow {

0% {
	opacity: 1;
}

33% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes secondArrow {

0% {
	opacity: 1;
}

33% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes thirdArrow {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

63% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

}

@keyframes thirdArrow {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

63% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

}

@-webkit-keyframes firstArrowBack {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

63% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

}

@keyframes firstArrowBack {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

63% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(10px) rotate(90deg);
	        transform: translateY(10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}

}

@-webkit-keyframes secondArrowBack {

0% {
	opacity: 1;
}

33% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes secondArrowBack {

0% {
	opacity: 1;
}

33% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes thirdArrowBack {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

63% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

}

@keyframes thirdArrowBack {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

33% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

63% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

70% {
	-webkit-transform: translateY(-10px) rotate(90deg);
	        transform: translateY(-10px) rotate(90deg);
}

100% {
	-webkit-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

}

