html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: 'Univers', sans-serif;
	font-size: 14px;
	color: #58595B;
	margin: 0;
	overflow: hidden;
	letter-spacing: -0.015em;
}

strong {
	font-weight: 600;
}

@font-face {
	font-family: 'Univers';
	src: url('../fonts/Univers45-Light_gdi.eot');
	src: url('../fonts/Univers45-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Univers45-Light_gdi.woff') format('woff'), url('../fonts/Univers45-Light_gdi.otf') format('opentype'), url('../fonts/Univers45-Light_gdi.svg#Univers45-Light') format('svg');
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

@font-face {
	font-family: 'Univers';
	src: url('../fonts/Univers_gdi.eot');
	src: url('../fonts/Univers_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Univers_gdi.woff') format('woff'), url('../fonts/Univers_gdi.otf') format('opentype'), url('../fonts/Univers_gdi.svg#Univers-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
	font-family: 'Univers';
	src: url('../fonts/Univers65Bold_gdi.eot');
	src: url('../fonts/Univers65Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Univers65Bold_gdi.woff') format('woff'), url('../fonts/Univers65Bold_gdi.otf') format('opentype'), url('../fonts/Univers65Bold_gdi.svg#Univers65Bold-Regular') format('svg');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
}

.block {
	display: block;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Univers', sans-serif;
	margin: 0;
}

h1.bigbold {
	font-size: 8em;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 2em;
	font-weight: 100;
	color: #45585f;
	letter-spacing: -0.03em;
	font-family: 'Univers', Arial Helvetica, sans-serif;
}

h4 {
	font-weight: 400;
	color: #45585f;
}

h4.gobottom a {
	text-decoration: none!important;
}

h4.gobottom,
#hero-content h5,
.bottom-trigger {
	font-size: 1.1em;
	font-family: 'Univers', sans-serif;
	font-weight: 400;
	transition: all 0.4s;
	cursor: pointer;
	color: #45585f;
}

.main-slide-goto {
	outline: none;
}

h4.gobottom .fa-angle-down {
	font-size: 1.4em;
	margin-top: 0px;
	transform: scale(0.8);
	transition: all 0.4s;
}

h4.gobottom:hover .fa-angle-down {
	transform: scale(1);
	margin-top: 10px;
}

h5 {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

.text-primary {
	color: #f80000;
}

.legend-box {
	padding-left: 26px;
	float: right;
}

.legend-box legend {
	color: inherit;
	display: block;
	width: auto;
	border: none;
	padding: 6px 10px;
	margin-left: 20px;
	font-size: 0.9em;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.9);
	color: #2D4956;
}

.legend-box fieldset {
	border: 2px dotted rgba(255, 255, 255, 0.2);
}

ul.tick-o {
	font-size: 0.9em;
	padding-right: 40px;
	padding-left: 50px;
	padding-bottom: 1px;
	list-style: none;
}

ul.tick-o li {
	margin-bottom: 1em;
	position: relative;
	line-height: 1.4
}

ul.tick-o li:before {
	content: "\f00c";
	position: absolute;
	left: -25px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn-ghost {
	color: inherit;
	position: relative;
	padding-left: 40px;
	padding-right: 0;
	transition: all 0.8s;
}

.btn-ghost:hover {
	padding-right: 20px;
}

.hover-right .fa {
	transition: all 0.4s;
	margin-left: 6px;
}

.hover-right:hover .fa {
	margin-left: 20px;
}

.btn-ghost span {
	position: absolute;
	transition: all 0.4s;
}

.btn-ghost ._1 {
	left: 0;
	right: 100%;
	top: 0;
	height: 1px;
	background: #666;
}

.btn-ghost:hover ._1 {
	right: 0;
}

.btn-ghost ._3 {
	left: 0;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: #666;
}

.btn-ghost:hover ._3 {
	right: 0;
}

.btn-ghost.big-block ._1 {
	display: none;
}

.btn-ghost.big-block {
	text-align: left;
}

.btn-ghost.big-block .fa-angle-right {
	float: right;
	display: block;
	margin-top: -0.4em;
	margin-left: 2em;
	font-size: 1.4em;
}

.btn-ghost.big-block:hover .fa-angle-right {
	margin-left: 3em;
}

.conceal {
	opacity: 0;
}

.reveal {
	opacity: 1;
}

#hero-bg-canvas-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#hero-bg-canvas {
	max-width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#section-hero.swiper-slide,
#section-who.swiper-slide,
#section-why.swiper-slide {
	text-align: center;
	font-size: 17px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container-h .swiper-slide {
	background: transparent;
}

.swiper-container-h-center {
	width: 100%;
}

#swiper-navigation.swiper-pagination {
	right: 10px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #e60000;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60000;
	border: 1px solid #e60000;
}

.w1300 {
	max-width: 1300px;
	width: 100%;
}

.w700 {
	max-width: 700px;
}

.lines {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.slide-content {
	z-index: 1;
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.content-article {
	z-index: 200;
}

.content-article p strong {
	font-weight: 700;
}

.top-header-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background: none;
	min-height: 60px;
}

.od-video.first {
	background: url(../img/images/medium/00.jpg) no-repeat center;
	background-size: contain;
	width: 528px;
	height: 528px;
	position: absolute;
	left: 0;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 9999;
	padding: 0;
}

#logo img {
	width: 90%;
	cursor: pointer;
}

#back {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	text-align: center;
}

#back .fa {
	transform: scale(0.8);
	font-size: 2.2em;
	padding: 20px;
	transition: 0.4s all;
	cursor: pointer;
}

#back .fa:hover {
	transform: scale(1);
	padding-top: 10px;
}

#navbar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

#navbar .menu-lines {
	cursor: pointer;
}

#navbar .menu-lines {
	width: 60px;
	height: 60px;
	margin-top: 6px;
}

#navbar .menu-lines span {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	right: 15px;
	background: #003E51;
}

#navbar.active .menu-lines span {
	background: #fff;
}

#navbar .menu-lines span.menu-line-1 {
	top: 20px;
}

#navbar .menu-lines span.menu-line-2 {
	top: 28px;
	width: 44px;
}

#navbar .menu-lines span.menu-line-3 {
	top: 36px;
}

#navbar .menu-lines span {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#navigation-pane {
	position: fixed;
	background: #003E51;
	top: 0;
	bottom: 0;
	right: -740px;
	width: 600px;
	transform: skewX(-15deg);
	transition: all 0.4s;
	opacity: 0;
}

#navbar.active #navigation-pane {
	right: -180px;
	opacity: 1;
}

#navbar-pagination {
	position: fixed;
	top: 40%;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar.active #navbar-pagination {
	min-width: 240px;
}

#active-bullet {
	width: 20px;
	height: 20px;
	border: 2px solid #003E51;
	border-radius: 999px;
	top: 16px;
	position: absolute;
	right: 16px;
	transition: all 0.4s;
	cursor: pointer;
}

#navbar-pagination a {
	cursor: pointer;
}

#navbar-pagination a .pagination-text {
	opacity: 0;
	margin-right: -200px;
	margin-top: 3px;
	display: inline-block;
}

#navbar.active #navbar-pagination a .pagination-text {
	opacity: 1;
	margin-right: 0;
}

#navbar-pagination a .pagination-bullet {
	width: 12px;
	height: 12px;
	background: #003E51;
	display: block;
	float: right;
	border-radius: 999px;
	border: 1px solid #003E51;
	margin: 10px;
	transition: all 0.4s;
	opacity: 0.45;
}

#navbar-pagination li.active a .pagination-bullet {
	opacity: 1;
}

#navbar.active #navbar-pagination a .pagination-bullet {
	opacity: 1;
	background: transparent;
	border: 1px solid #fff;
}

#navbar-pagination li a.active .pagination-bullet {
	background: #fff;
	width: 7px;
	height: 7px;
	box-shadow: 0 0 0 3px #e60000, 0 0 0 4px #fff;
}

#navbar-pagination a {
	color: #fff;
	z-index: 99999;
	padding: 10px;
	display: block;
	text-align: right;
	font-size: 1.35em;
	text-decoration: none;
}

#navbar-pagination a .pagination-text {
	transition: all 0.4s;
	transform-origin: right;
}

#navbar-pagination a:hover .pagination-bullet {
	opacity: 1;
}

#navbar.active #navbar-pagination a:hover .pagination-bullet,
#navbar.active #navbar-pagination .active a .pagination-bullet {
	background: #fff;
}

#navbar.active #active-bullet {
	border-color: #fff;
}

#social-share-group {
	position: fixed;
	right: 120px;
	top: 16px;
}

#social-share-group .social-share {
	background: transparent;
	color: #003E51;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	border-radius: 999px;
	margin: 2px;
	border: 2px solid #003E51;
	transition: all 0.4s;
	cursor: pointer;
}

#social-share-group .social-share:hover {
	background: #003E51;
	color: #fff;
}

#navbar.active #social-share-group .social-share {
	color: #fff;
	border: 2px solid #fff;
}

#navbar.active #social-share-group .social-share:hover {
	background: #fff;
	color: #e60000;
}

#social-share-intro-text {
	transition: all 0.4s;
	color: #45585f;
}

#navbar.active #social-share-intro-text {
	opacity: 0;
	margin-right: 20px;
}

#section-hero {
	overflow: hidden;
	background: #e1dfe2;
}

#section-hero h5 {
	font-size: 24px;
}

#section-hero video {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	bottom: -40px;
	object-fit: contain;
}

#hero-content {
	position: absolute;
	max-width: 100%;
	width: 460px;
	margin: 0 auto;
	z-index: 999;
	top: auto;
	right: 0;
	top: 65%;
	left: 0;
	transition: all 0.8s;
}

#hero-content .col-sm-6 {
	outline: none;
}

#hero-content .vdivider {
	height: 40px;
	width: 1px;
	background: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all 0.4s;
	opacity: 0;
}

#hero-content.reveal .vdivider {
	opacity: 1;
}

#hero-content h2 {
	font-size: 1.4em;
	font-family: 'Univers', sans-serif;
	font-weight: 400;
	transition: all 0.4s;
	cursor: pointer;
	color: #45585f;
	text-align: center;
	margin-top: 10px;
	transition: all 0.4s;
	opacity: 0;
}

#hero-content.reveal h2 {
	margin-top: 0;
	opacity: 1;
}

#hero-content .col-sm-6:last-child h2 {
	transition-delay: 0.4s;
}

#hero-content .fa-angle-down {
	font-size: 1.4em;
	margin-top: 0px;
	transform: scale(0.8);
	transition: all 0.4s;
}

#hero-content h2:hover .fa-angle-down {
	transform: scale(1);
	margin-top: 10px;
}

#hero-content .btn-ghost {
	margin: 20px;
	padding: 20px 40px;
	transition-delay: 0;
	border-radius: 0;
	color: #e60000;
}

#hero-content .btn-ghost ._1 {
	left: 0;
	right: 100%;
	top: 0;
	height: 1px;
	background: #e60000;
}

#hero-content .btn-ghost:hover ._1 {
	right: 0;
	/*transition-delay: 0s;*/
}

#hero-content .btn-ghost ._2 {
	top: 0;
	right: 0;
	bottom: 100%;
	width: 1px;
	background: #e60000;
}

#hero-content .btn-ghost:hover ._2 {
	bottom: 0;
	/*transition-delay: 0.4s;*/
}

#hero-content .btn-ghost ._3 {
	right: 0;
	left: 100%;
	bottom: 0;
	height: 1px;
	background: #e60000;
}

#hero-content .btn-ghost:hover ._3 {
	left: 0;
	/*transition-delay: 0.8s;*/
}

#hero-content .btn-ghost ._4 {
	top: 100%;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #e60000;
}

#hero-content .btn-ghost:hover ._4 {
	top: 0;
	/*transition-delay: 1.2s;*/
}

#hero-content .btn-ghost:hover {
	transition-delay: 0.4s;
	background: #e60000;
	color: #fff;
}

#who-intro {
	padding-left: 300px;
	padding-right: 60px;
	margin-top: 150px;
	float: left;
	background: transparent;
}

#who-gallery {
	width: 55%;
	float: left;
	margin-right: -50%;
	height: 528px;
	overflow: hidden;
}

#who-gallery li {
	overflow: visible;
}

#who-gallery a {
	outline: none;
}


/*#who-gallery li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
*/

#who-gallery li a img {
	width: 100%;
}

#who-gallery li a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 62, 74, 0.5);
	transition: all 0.4s;
}

#who-gallery li:hover:after {
	background: transparent;
}

#who-gallery li:hover a {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

*/ #who-cta {
	background: #333;
	width: 100%;
	height: 448px;
	color: #fff;
	font-size: 2.8em;
	padding-top: 2em;
	text-decoration: none!important;
}

#who-cta .big-icon {
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1;
}

#who-cta:hover {
	background: #111;
}


/* Big Header Scroll */


/* Header */

.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title h1 {
	padding: 0;
	color: #fff;
	font-weight: 800;
	font-size: 3.25em;
	margin: 0 auto;
}

.title p {
	color: #fff;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}


/* Content */

.content {
	margin: 0 auto;
	padding: 0 0 3em;
}

.content>div:not(.title) {
	margin: -80px auto 0;
}

.content>div:not(.title) p {
	margin: 0 auto 1.5em auto;
}

.content h3 {
	margin: 0;
	font-size: 1.4em;
}

.content blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Lora', serif;
	line-height: 1.4;
}

.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}


/* -------------------------- */


/* Side Fixed */


/* -------------------------- */

.intro-effect-sidefixed:not(.notrans) .bg-img::before {
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.intro-effect-sidefixed:not(.notrans) .content>div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content>div {
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.intro-effect-sidefixed .header {
	position: absolute;
	top: 0;
	bottom: 0;
}

.intro-effect-sidefixed .bg-img img {
	left: auto;
	right: 0;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.intro-effect-sidefixed .bg-img::after {
	background: rgba(34, 62, 74, 0.97);
	top: 0;
	left: 0;
	width: 63%;
	height: 100%;
}

.intro-effect-sidefixed.modify .bg-img::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
	width: 100%;
	height: 100%;
}

.intro-effect-sidefixed .title {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0;
}

.intro-effect-sidefixed.modify .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.intro-effect-sidefixed .title h1 {
	font-weight: 400;
	padding: 0 0 0.5em 0;
	color: #fff;
}

.intro-effect-sidefixed .title p {
	opacity: 0;
	color: #fff;
}

.intro-effect-sidefixed.modify .title p {
	opacity: 1;
}

.intro-effect-sidefixed .content {
	width: 63%;
	margin-left: 0;
	margin-right: 37%;
	padding: 0 50px;
}

.intro-effect-sidefixed .content>div {
	position: relative;
	margin: 100px 0 50px;
	color: #fff;
	font-weight: 400;
}

.intro-effect-sidefixed .content div.title {
	margin-bottom: 0;
}

.intro-effect-sidefixed .content div.title h2 {
	margin-bottom: 8px;
	font-size: 30px;
}

.intro-effect-sidefixed .content div.content-article {
	margin-top: 30px;
}

.intro-effect-sidefixed .content div:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content div:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/* Delays */

.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


/* Media Queries */

@media screen and (max-width: 47em) {
	.title,
	.content {
		font-size: 70%;
	}
	.codrops-demos a {
		font-size: 80%;
	}
	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255, 255, 255, 0.1);
	}
	.intro-effect-side.modify .bg-img::after {
		background: rgba(255, 255, 255, 0.8);
	}
	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}
	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}
}

@media screen and (max-width: 27em) {
	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}
	.intro-effect-grid .grid li h2 {
		display: none;
	}
	.intro-effect-push .header .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.title,
	.content {
		font-size: 50%;
	}
}

#role-container {
	margin-top: 60px;
}

#role-h1,
#role-h2 {
	margin-top: 1.2em;
}

#section-role {
	background: #efefef;
}

.role-slide {
	position: relative;
	width: 100%;
	height: 100vh;
}

.role-slide .content p {
	margin-bottom: 0 !important;
}

.role-slide header.header,
.role-slide article.content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.role-img-container {
	height: 300px;
	overflow: hidden;
}

.role-img {
	height: 300px;
	background-size: cover;
	background-position: center;
}

#role-1 {
	margin-top: 0;
}


/*#role-2 {
	margin-top: 40px;
}
*/

#role-3 {
	margin-top: -30px;
}

#role-1 .role-img,
.role-One .role-img {
	background-image: url(../img/bg-role-1.jpg);
}

#role-2 .role-img,
.role-Two .role-img {
	background-image: url(../img/bg-role-2.jpg);
}

#role-3 .role-img,
.role-Three .role-img {
	background-image: url(../img/bg-role-3.jpg);
	background-position: 0 -10px;
}

#role-container .role-box {
	transition: 0.6s all;
	transform: scale(0.9);
	cursor: pointer;
	background: #fff;
	margin: 0 15px;
}

.role-title {
	background: #003E51;
	color: #fff;
	height: 60px;
	margin-top: -60px;
	font-weight: 700;
	width: auto;
	float: right;
	float: left;
	position: relative;
	transition: all 0.6s;
	padding: 18px 60px 18px 30px;
}

.role-title .fa-angle-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 2em;
	display: block;
	transition: all 0.6s;
	transform: scale(0.6);
}

.role-title strong {
	font-size: 1.5em;
	font-weight: 100;
	font-family: 'Univers', sans-serif;
}

.role-content {
	font-size: 1em;
	padding: 20px 30px;
	background: #fff;
}

.role-content p:last-child {
	margin: 0;
}

.role-footer {
	background: #f6f6f6;
	padding: 15px 30px;
	text-align: right;
	font-size: 1em;
	transition: all 0.8s;
}

.p-title {
	font-size: 1.3em;
	font-family: 'Univers', sans-serif;
	font-weight: 700;
}

#role-container .role-box>div {
	transition: all 0.4s;
	margin-bottom: 30px;
}

#role-container:hover .role-box>div {
	opacity: 0.55;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#role-container:hover .role-box:hover>div {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#role-container:hover .role-box:hover {
	opacity: 1;
	box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.3);
	transform: scale(1);
}

.role-box:hover .role-title {
	margin-left: -40px;
	background: rgba(195, 0, 0, 0.85);
}

.role-box:hover .role-title .fa-angle-right {
	opacity: 1;
	transform: scale(1);
	width: 80px;
}

.role-box:hover .role-footer {
	background: rgba(195, 0, 0, 0.85);
	color: #fff;
}

.role-cta {
	margin-top: 12px;
	padding-top: 12px;
	position: relative;
}

.role-cta:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.2);
	top: 0;
	left: 0;
	right: 100%;
	height: 1px;
	transition: all 2s;
	transition-delay: 2s;
}

.role-desc {
	margin: 0 0 10px;
	font-size: 16px;
}

#slider-role .swiper-slide-active .role-cta:before {
	right: 0;
}

.role-cta p {
	margin: 0!important;
}

.role-cta .flag-container {
	border-radius: 999px;
	display: inline-block;
	margin-right: 10px;
	opacity: 1;
	transition: all 0.4s;
}

.role-cta .flag-container img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	transition: all 0.4s;
}

.role-cta .hub-link:hover .flag-container {
	background: transparent;
	opacity: 1;
}

.role-cta .hub-link:hover .flag-container img {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.role-cta .hub-link .hub-text {
	position: relative;
}

.role-cta .hub-link .hub-text:after {
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px;
	left: 0;
	right: 100%;
	background: #fff;
}

.role-cta .hub-link:hover .hub-text:after {
	transition: all 0.4s;
	right: 0;
}

.countries td {
	padding: 10px 30px 0 0;
	font-size: 1em;
	font-family: 'Univers', sans-serif;
	font-weight: 100;
}

.countries td span {
	color: #fff;
	font-size: 16px;
}

.countries img.circle {
	margin: 0 4px 0 0;
	width: 32px;
}

.role-slide-nav {
	position: absolute;
	z-index: 1000;
	color: #fff;
	opacity: 0.8;
	font-family: 'Univers', sans-serif;
	font-weight: 300;
	transition: all 0.4s;
	transition-delay: 1.4s;
	width: 58%;
	left: 50px;
	top: 30px;
}

#role-goto-why {
	background: #e60000;
}

.role-slide-nav:hover {
	opacity: 1;
	transition-delay: 0s;
}

.role-slide-nav .role-back,
.role-slide-nav .role-prev {
	width: 280px;
	padding: 15px 20px;
	float: left;
	cursor: pointer;
	transition: all 0.4s;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
}

.role-slide-nav .role-next {
	width: 280px;
	padding: 15px 20px;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
}

.role-slide-nav .role-back .fa,
.role-slide-nav .role-prev .fa {
	transition: all 0.4s;
	margin-right: 5px;
}

.role-slide-nav .role-back:hover .fa,
.role-slide-nav .role-prev:hover .fa {
	margin-right: 15px;
}

.role-slide-nav .role-next .fa,
.role-slide-nav .role-back.pull-right .fa {
	transition: all 0.4s;
	margin-left: 5px;
}

.role-slide-nav .role-next:hover .fa {
	margin-left: 10px;
}


/*
.role-box:hover .role-img {
	transform: scale(1.5);
	transition: 20s all linear;
}
*/

#section-why {
	background: #eee;
}

#why-tiles {
	margin: 40px auto 0;
	height: 500px;
	width: 1200px;
	position: relative;
	transition: all 0.4s;
}

#why-tiles.moveup {
	margin-top: -200px;
}

#why-tiles .tile {
	background: #fff;
	font-size: 1.1em;
	letter-spacing: -0.02em;
	font-weight: 300;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 20px;
	transition: all 0.4s;
}

#why-tiles .tiles-group {
	float: left;
	transition: all 0.4s;
	z-index: 1;
	position: relative;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
	cursor: pointer;
	background: #ddd;
}

#why-tiles .tiles-group>div {
	transition: all 0.4s;
}

#why-tiles:hover .tiles-group>div {
	opacity: 0.55;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#why-tiles .tiles-group:hover,
#why-tiles .tiles-group.active {
	z-index: 100;
	opacity: 1;
}

#why-tiles:hover .tiles-group:hover>div,
#why-tiles:hover .tiles-group.active>div {
	z-index: 100;
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#why-tiles .tiles-group .tile:hover {
	transition-delay: 0s!important;
}

#why-tiles:hover .tile {
	transition-delay: 0s!important;
}

#why-tiles .tiles-group:hover .tile,
#why-tiles .tiles-group.active .tile {
	z-index: 100;
	background-color: #003E51;
	color: #fff;
	transition-delay: 0s!important;
}

#why-tiles .tiles-horizontal {
	width: 400px;
	height: 200px;
}

#why-tiles .tiles-horizontal .tile {
	float: left;
}

#why-tiles .tile-highlight {
	background-size: cover;
}

#why-tiles .tile-highlight:after {
	position: absolute;
	top: 0;
	RIGHT: 0;
	bottom: 0;
	left: 0;
	content: '';
}

#why-tiles .tiles-group:nth-child(1) .tile-highlight {
	background-image: url(../img/bg-tile-1.jpg);
}

#why-tiles .tiles-group:nth-child(2) .tile-highlight {
	background-image: url(../img/bg-tile-2.jpg);
}

#why-tiles .tiles-group:nth-child(3) .tile-highlight {
	background-image: url(../img/bg-tile-3.jpg);
}

#why-tiles .tiles-group:nth-child(4) .tile-highlight {
	background-image: url(../img/bg-tile-4.jpg);
}

#why-tiles .tiles-group:nth-child(5) .tile-highlight {
	background-image: url(../img/bg-tile-5.jpg);
}

#why-tiles .tiles-group:nth-child(6) .tile-highlight {
	background-image: url(../img/bg-tile-6.jpg);
}

#why-tiles .tiles-group {
	position: absolute;
}

#why-tiles .tiles-group:nth-child(1) {
	top: 0;
	left: 0;
}

#why-tiles .tiles-group:nth-child(2) {
	top: 0;
	left: 400px;
}

#why-tiles .tiles-group:nth-child(3) {
	top: 0;
	left: 800px;
}

#why-tiles .tiles-group:nth-child(4) {
	top: 200px;
	left: 0;
}

#why-tiles .tiles-group:nth-child(5) {
	top: 200px;
	left: 400px;
}

#why-tiles .tiles-group:nth-child(6) {
	top: 200px;
	left: 800px;
}

#why-tiles .big-tile {
	min-width: 800px;
	background: transparent;
	float: left;
}

#why-tiles .big-tile h1 {
	font-size: 4em;
	margin-left: -200px;
}

#why-tiles .tile-content {
	width: 400px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 200;
	background: #fff;
	box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.3);
	font-size: 0.95em;
}

#why-tiles .tile-content-container {
	padding: 20px;
	text-align: left;
}

#why-tiles .tile-content-container h5 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #003E51;
	letter-spacing: -0.03em;
}

#why-tiles .tile-content-container p {
	font-size: 0.85em;
}

#why-tiles .tiles-group.tiles-horizontal.active .tile-content {
	max-height: 360px;
}


/*
#why-tiles .tiles-group.tiles-horizontal:nth-child(4) .tile-content,
#why-tiles .tiles-group.tiles-horizontal:nth-child(5) .tile-content,
#why-tiles .tiles-group.tiles-horizontal:nth-child(6) .tile-content {
	position: absolute;
	bottom: 200px;
}
*/

#why-tiles .tiles-group.tiles-horizontal.active {
	height: auto;
	z-index: 105;
}

#why-tiles .tiles-group.tiles-horizontal.active .tile-holder {
	box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
}

#why-tiles .big-tile .tile {
	background: transparent;
}

.why-feature-img {
	height: 400px;
}

.why-1 {
	background-image: url();
}

.bigthin {
	font-size: 5em;
	font-weight: 100;
	font-family: 'Univers', Arial Helvetica sans-serif;
	letter-spacing: -0.05em;
}

#why-h1 {
	float: left;
	margin-top: 0.5em;
}


/* Lines */

#section-who .lines .line1 {
	position: absolute;
	left: 25%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #e3e3e3;
}

#section-who .lines .line2 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #e3e3e3;
}

#section-who .lines .line3 {
	position: absolute;
	left: 32%;
	width: 1px;
	top: 100%;
	bottom: 0;
	background: #ddd;
	transform: skewX(-45deg);
	transform-origin: bottom;
}

#section-who .lines .line4 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #e60000;
}

#section-who.active-done .lines .line1 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-who.active-done .lines .line2 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-who.active-done .lines .line3 {
	top: 0;
	transition: all 2s linear;
	transition-delay: 0.6s;
}

#section-who.active-done .lines .line4 {
	bottom: 0;
	transition: all 3s linear;
	transition-delay: 3s;
}


/*
#explore-the-roles {
	margin-top: 14.2em;
}
*/

#section-role .lines .line1 {
	position: absolute;
	left: 25%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #d3d3d3;
}

#section-role .lines .line2 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #d3d3d3;
}

#section-role .lines .line3 {
	position: absolute;
	left: 32%;
	width: 1px;
	top: 100%;
	bottom: 0;
	background: #ccc;
	transform: skewX(-45deg);
	transform-origin: bottom;
}

#section-role .lines .line4 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #e60000;
}

#section-role.active-done .lines .line1 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-role.active-done .lines .line2 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-role.active-done .lines .line3 {
	top: 0;
	transition: all 2s linear;
	transition-delay: 0.6s;
}

#section-role.active-done .lines .line4 {
	bottom: 0;
	transition: all 3s linear;
	transition-delay: 3s;
}

#section-why .lines .line1 {
	position: absolute;
	left: 25%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #c3c3c3;
}

#section-why .lines .line2 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #c3c3c3;
}

#section-why .lines .line3 {
	position: absolute;
	left: 32%;
	width: 1px;
	top: 100%;
	bottom: 0;
	background: #bbb;
	transform: skewX(-45deg);
	transform-origin: bottom;
}

#section-why .lines .line4 {
	position: absolute;
	left: 75%;
	width: 1px;
	top: 0;
	bottom: 100%;
	background: #e60000;
}

#section-why.active-done .lines .line1 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-why.active-done .lines .line2 {
	bottom: 0;
	transition: all 2s linear;
	transition-delay: 0.3s;
}

#section-why.active-done .lines .line3 {
	top: 0;
	transition: all 2s linear;
	transition-delay: 0.6s;
}

#section-why.active-done .lines .line4 {
	bottom: 0;
	transition: all 3s linear;
	transition-delay: 3s;
}


/** Inview CSS **/

.delay-01 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay-02 {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.delay-03 {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay-04 {
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.delay-05 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay-06 {
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.delay-07 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.blog-link {
	margin-right: 10px;
	margin-top: 75px;
}

.template-here.active .blog-link i {
	opacity: 1;
}

.template-here .blog-link i {
	opacity: 0;
	margin-right: 5px;
}

.apply-now-trigger {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0);
	border: solid 3px #e60000;
	color: #e60000;
	padding: 15px 40px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.apply-now-trigger:hover {
	background: #e60000;
	color: #fff;
	text-decoration: none;
}

#navbar.active .menu-lines span.menu-line-1,
#navbar.active .menu-lines span.menu-line-3 {
	width: 13px;
	right: 11px;
}

#navbar.active .menu-lines span.menu-line-2 {
	width: 30px;
}

#navbar.active .menu-lines span.menu-line-1 {
	top: 24px;
}

#navbar.active .menu-lines span.menu-line-3 {
	top: 33px;
}

#navbar.active .menu-lines span.menu-line-1 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navbar.active .menu-lines span.menu-line-3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swiper-slide {
	visibility: hidden;
}

.swiper-slide.swiper-slide-active {
	visibility: visible;
}

#who-gallery li {
	width: 264px !important;
	height: 264px !important;
	background: none;
}

#who-gallery li:first-child {
	width: 528px !important;
	height: 528px !important;
}

.role-desc ul {
	margin-bottom: 0;
	line-height: 1.5;
}

@media (max-width: 1670px) {
	.intro-effect-sidefixed .content,
	.intro-effect-sidefixed .bg-img::after {
		width: 80%;
	}
	.countries img.circle {
		width: 24px;
	}
}

@media (min-width: 1600px) {
	.role-cta {
		margin-top: 20px;
		padding-top: 20px;
	}
	.p-title {
		font-size: 1.2em;
	}
}

@media (max-width: 1599px) {
	#social-share-group {
		position: fixed;
		right: 100px;
		top: 10px;
	}
	#social-share-intro-text {
		display: none;
	}
	.bigthin,
	.title h1,
	.title h2 {
		font-size: 3em;
		margin-bottom: 5px;
	}
	h3 {
		font-size: 1.5em;
	}
	.subline {
		font-size: 18px;
	}
	#section-who .lines .line1 {
		left: 20%;
	}
	#section-who .lines .line2 {
		left: 80%;
	}
	#section-who .lines .line3 {
		left: 45%;
	}
	#section-who .lines .line4 {
		left: 80%;
	}
	#section-role .lines .line1 {
		left: 20%;
	}
	#section-role .lines .line2 {
		left: 80%;
	}
	#section-role .lines .line3 {
		left: 45%;
	}
	#section-role .lines .line4 {
		left: 80%;
	}
	#section-why .lines .line1 {
		left: 20%;
	}
	#section-why .lines .line2 {
		left: 80%;
	}
	#section-why .lines .line3 {
		left: 45%;
	}
	#section-why .lines .line4 {
		left: 80%;
	}
	#who-gallery {
		height: 340px;
	}
	#who-gallery li {
		width: 170px !important;
		height: 170px !important;
		background: none;
	}
	#who-gallery li:first-child {
		width: 340px !important;
		height: 340px !important;
	}
	#who-intro {
		padding-left: 60px;
		margin-top: 0;
	}
	.role-desc {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#role-container .role-box {
		transform: scale(1);
		margin: 0;
		padding: 0;
	}
	#role-container .panel-group .panel {
		margin: 30px 0;
	}
	.role-title {
		font-size: 0.8em;
		padding-left: 15px;
		padding-right: 40px;
		    height: 55px;
    margin-top: -55px;
	}
	.role-title .fa-angle-right {
		width: 72px;
    height: 60px;
    line-height: 60px;
	}
	.role-title .fa-angle-right {
		width: 40px;
	}
	.role-content {
		font-size: 0.8em;
		padding: 15px;
		background: #fff;
	}
	#role-container {
		margin-top: 20px;
	}
	#role-1 {
		margin-top: 0;
	}
	#role-2 {
		margin-top: 10px;
	}
	#role-3 {
		margin-top: -10px;
	}
	.role-content p {
		line-height: 1.4;
	}
	.role-footer {
		padding: 10px 20px;
	}
	.content-article {
		font-size: 0.85em;
	}
	.content>div:not(.title) p {
		margin-bottom: 0.8em;
		font-size: 1em;
	}
	.intro-effect-sidefixed .content,
	.intro-effect-sidefixed .bg-img::after {
		width: 92%;
	}
	.role-slide-nav {
		width: 87.1%;
		left: 35px;
	}
	.intro-effect-sidefixed .content {
		padding: 0 30px;
	}
	.intro-effect-sidefixed .content div.content-article {
		margin-top: 20px;
	}
	.legend-box {
		padding-left: 0px;
		margin-top: -40px;
		margin-bottom: 20px;
	}
	.intro-effect-sidefixed .content div.content-article {
		margin-top: 15px;
	}
	.title h1 {
		font-size: 1.8em;
		padding-bottom: 5px !important;
	}
	.title p.subline {
		font-size: 1.1em;
	}
	ul.tick-o {
		font-size: 1.1em;
	}
	.role-cta .hub-link .hub-text {
		font-size: 16px;
	}
	.role-cta {
		margin-top: 5px;
		padding-top: 10px;
	}
	#why-tiles {
		width: 1080px;
		height: 420px;
		margin-top: 30px;
	}
	#why-tiles .tile {
		width: 180px;
		height: 180px;
	}
	#why-tiles .tiles-horizontal {
		width: 360px;
		height: 180px;
	}
	#why-tiles .tiles-group:nth-child(1) {
		top: 0;
		left: 0;
	}
	#why-tiles .tiles-group:nth-child(2) {
		top: 0;
		left: 360px;
	}
	#why-tiles .tiles-group:nth-child(3) {
		top: 0;
		left: 720px;
	}
	#why-tiles .tiles-group:nth-child(4) {
		top: 180px;
		left: 0;
	}
	#why-tiles .tiles-group:nth-child(5) {
		top: 180px;
		left: 360px;
	}
	#why-tiles .tiles-group:nth-child(6) {
		top: 180px;
		left: 720px;
	}
	#why-tiles .tile-content {
		width: 360px;
	}
	#why-tiles .tiles-group.tiles-horizontal:nth-child(4) .tile-content,
	#why-tiles .tiles-group.tiles-horizontal:nth-child(5) .tile-content,
	#why-tiles .tiles-group.tiles-horizontal:nth-child(6) .tile-content {
		bottom: 180px;
	}
	#why-tiles .tile-content-container h5 {
		font-size: 1.1em;
	}
	#section-why .panel-group .panel img {
		position: absolute;
		left: 10px;
		max-width: 38px;
		top: 3px;
	}
	#section-why .panel-group .panel {
		border: none;
	}
	#section-why .panel .panel-heading {
		padding: 0;
	}
	#section-why .panel-group .panel .panel-heading a {
		padding: 13px 20px 13px 62px;
		border: none;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
		display: block;
	}
	#section-why .panel-group .panel .panel-heading a[aria-expanded="false"] {
		background: #f5f5f5;
		color: #333;
		text-decoration: none;
	}
	#section-why .panel-group .panel .panel-heading a[aria-expanded="true"] {
		background-color: #e60000;
		color: #fff;
		text-decoration: none;
	}
	#section-why .panel-group .panel .panel-heading a[aria-expanded="false"] i,
	#section-why .panel-group .panel .panel-heading a[aria-expanded="true"] i {
		float: right;
	}
	#section-why .panel-group .panel .panel-heading a[aria-expanded="true"] i {
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	#section-why .panel-group .panel {
		margin-top: 2px !important;
		position: relative;
		top: 0 !important;
	}
	.panel a[aria-expanded="true"] .img-passive {
		display: block;
	}
	.panel a[aria-expanded="false"] .img-active {
		display: none;
	}
	.panel.active a[aria-expanded="true"] .img-active {
		display: block;
	}
	.panel.active a[aria-expanded="true"] .img-passive {
		display: none;
	}
	#section-why .slide-content {
		width: 100%;
		margin: 0 50px;
	}
	.template-here ul#navbar-pagination .pagination-text {
		display: none;
	}
	#navbar.active .menu-lines span.menu-line-1 {
		top: 19px;
	}
	#navbar.active .menu-lines span.menu-line-3 {
		top: 27px;
	}
	.template-here.active ul#navbar-pagination .pagination-text {
		display: inline-block;
	}
	#navbar-pagination a .pagination-bullet {
		margin: 12px 10px;
	}
	#navbar-pagination a .pagination-bullet {
		width: 6px;
		height: 6px;
	}
	#navbar-pagination a {
		padding: 5px 10px;
	}
	#navbar.active #navbar-pagination a .pagination-bullet {
		background: white;
	}
	#active-bullet {
		width: 14px;
		height: 14px;
		margin-top: -3px;
	}
	#navbar .menu-lines span.menu-line-1 {
		top: 15px;
	}
	#navbar .menu-lines span.menu-line-2 {
		top: 23px;
	}
	#navbar .menu-lines span.menu-line-3 {
		top: 31px;
	}
	.p-title {
		font-size: 1.1em;
	}
	.role-desc ul {
		line-height: 1.2;
	}
	.od-video.first {
		width: 340px;
		height: 340px;
	}
}

@media (max-width: 1200px) {
	.role-desc ul {
		line-height: 1.3;
	}
	ul.tick-o li {
		margin-bottom: 0.6em;
	}
	#social-share-group {
		right: 82px;
	}
	.role-cta {
		margin-top: 6px;
		padding-top: 6px;
	}
	.legend-box {
		margin-bottom: 6px;
	}
	.intro-effect-sidefixed .content>div {
		margin-bottom: 15px;
	}
	.content>div:not(.title) p:first-child,
	.p-title {
		font-size: 1.05em;
	}
	.countries img.circle {
		width: 24px;
	}
	.role-cta .hub-link .hub-text {
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bottom-trigger {
		position: absolute;
		bottom: 20px;
		z-index: 9999;
		left: 0;
		right: 0;
	}
}

@media (max-width: 768px) {
	section {
		padding: 25px;
		border-bottom: solid 1px #fff;
		overflow: hidden;
	}
	section#section-hero {
		padding: 0;
		margin-top: 60px;
	}
	section#section-hero img {
		top: -50px;
		position: relative;
		width: 150%;
	}
	#logo {
		padding: 0;
		left: 0;
		top: 0;
	}
	#logo img {
		width: 100%;
	}
	.top-header-nav {
		min-height: 45px;
	}
	.top-header-nav {
		background: rgba(255, 255, 255, 1);
	}
	#social-share-group {
		position: fixed;
		bottom: 20px;
		right: 10px;
		top: auto;
		display: none;
		opacity: 0;
		transform: all 0.4s;
	}
	#navbar.active #social-share-group {
		display: block;
		opacity: 1;
	}
	#social-share-intro-text {
		display: block;
	}
	#navbar-pagination a {
		padding: 5px 0;
	}
	#section-hero video {
		width: 100%;
	}
	#why-tiles {
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	#why-tiles .tiles-group {
		position: relative;
		width: 100%;
		height: auto;
		max-height: 56px;
		float: none;
		top: 0 !important;
		left: 0 !important;
		bottom: inherit;
		right: inherit;
		background: none;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
		display: inline-block;
	}
	.countries td {
		padding-top: 0;
	}
	.role-cta .hub-link .hub-text {
		font-size: 14px;
	}
	.slide-content {
		width: 100%;
		padding-top: 0;
		margin-top: -100px;
	}
	.bigthin {
		font-size: 1.6em;
		margin-top: 0 !important;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 1em;
		line-height: 1;
	}
	h4.gobottom,
	h5.bottom-trigger {
		font-size: 0.8em;
		font-weight: bold;
	}
	#hero-content {
		bottom: 10%;
		top: inherit;
	}
	h4.gobottom .fa-angle-down,
	h4.bottom-trigger .fa-angle-down,
	h4.bottom-trigger .fa-angle-up,
	h5.bottom-trigger .fa-angle-down {
		font-size: 2.6em;
		animation: bounce 2s infinite;
		-webkit-animation: bounce 2s infinite;
		-moz-animation: bounce 2s infinite;
		-o-animation: bounce 2s infinite;
	}
	#active-bullet {
		border: none;
	}
	#navbar.active #navbar-pagination .active a .pagination-bullet {
		background: rgba(255, 255, 255, 0.6);
		border: rgba(255, 255, 255, 0.6);
	}
	#section-why h4.bottom-trigger,
	#section-role h4.bottom-trigger {
		bottom: 65px;
	}
	#navbar.active #navigation-pane {
		right: -350px;
	}
	#section-role .panel-group .panel {
		margin: 0 !important;
	}
	#section-role .panel-group .panel.inactive .role-title {
		background: #cdcdcd;
	}
	#section-role .panel-group .panel.active .role-title {
		background: rgba(34, 62, 74, 1);
	}
	#section-role .panel-group .panel.last {
		margin-bottom: 0 !important;
	}
	#section-role .slide-content {
		margin-top: -150px;
	}
	#role-slide-1,
	#role-slide-2,
	#role-slide-3,
	#why-tiles .tile-highlight:after {
		display: none;
	}
	#section-hero video {
		position: relative;
	}
	.ri-grid {
		float: none;
		width: 100%;
	}
	.lead,
	.role-footer {
		text-align: center;
		font-size: 18px;
	}
	#who-intro,
	#role-container {
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
	#role-intro {
		display: block !important;
	}
	#explore-the-roles {
		float: none !important;
		text-align: center;
	}
	.role-box {
		transform: inherit !important;
	}
	#role-container .role-box>div {
		margin-bottom: 20px;
	}
	.tiles-group:nth-child(5) .tile-holder .tile,
	.tiles-group:nth-child(5) .tile-holder .tile-highlight {
		float: right !important;
	}
	#why-tiles .tiles-group .tile:after,
	#why-tiles .tiles-group .tile.active:after {
		position: absolute;
		right: 20px;
		top: 23px;
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#why-tiles .tiles-group:hover .tile:after,
	#why-tiles .tiles-group.active .tile:after {
		content: "\f106";
	}
	#why-tiles .tiles-group .tile.tile-highlight:after {
		display: none;
	}
	#who-gallery {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#why-tiles {
		margin-bottom: 0;
	}
	#why-tiles .tile-content {
		width: auto;
		display: inline-block;
	}
	.role-box .role-title,
	.role-box:hover .role-title {
		min-width: 100%;
		background: rgba(34, 62, 74, 1);
		height: 50px;
		margin-top: -55px;
		font-size: 0.6em;
		padding: 17px 20px 10px 10px;
		margin-left: 0;
	}
	.role-slide-goto .well p {
		font-size: 16px;
	}
	.role-title .fa-angle-right {
		width: 40px;
		height: 20px;
	}
	.role-title .fa-angle-right:before {
		content: "\f107";
	}
	.role-title strong {
		font-size: 1.6em;
	}
	.role-box .role-footer {
		background: rgba(195, 0, 0, 0.85);
		color: #fff;
	}
	#why-tiles .tiles-group.tiles-horizontal.active .tile-content {
		margin-bottom: 10px;
	}
	#section-why {
		background: #fff;
	}
	#section-why .slide-content {
		margin-top: -170px;
		margin-left: 0;
		margin-right: 0;
	}
	.role-img-container,
	.role-img {
		height: 55px;
		opacity: 0;
	}
	#section-who .lines .line2,
	#section-who .lines .line4,
	#section-why .lines .line2,
	#section-why .lines .line4 {
		background: #e3e3e3;
	}
	@-webkit-keyframes bounce {
		0%,
		20%,
		50%,
		80%,
		100% {
			-webkit-transform: translateY(0);
		}
		40% {
			-webkit-transform: translateY(10px);
		}
		60% {
			-webkit-transform: translateY(1px);
		}
	}
	@-moz-keyframes bounce {
		0%,
		20%,
		50%,
		80%,
		100% {
			-moz-transform: translateY(0);
		}
		40% {
			-moz-transform: translateY(10px);
		}
		60% {
			-moz-transform: translateY(1px);
		}
	}
	@-o-keyframes bounce {
		0%,
		20%,
		50%,
		80%,
		100% {
			-o-transform: translateY(0);
		}
		40% {
			-o-transform: translateY(10px);
		}
		60% {
			-o-transform: translateY(1px);
		}
	}
	@keyframes bounce {
		0%,
		20%,
		50%,
		80%,
		100% {
			transform: translateY(0);
		}
		40% {
			transform: translateY(10px);
		}
		60% {
			transform: translateY(1px);
		}
	}
	#why-tiles .tile-content-container {
		padding: 20px;
	}
	#why-tiles.moveup {
		background: #fff;
	}
	#why-tiles .tiles-group.active .tile-holder {
		box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0) !important;
	}
	#why-tiles:hover .tiles-group>div {
		opacity: 1;
	}
	.role-box:hover .role-title .fa-angle-right {
		transform: scale(0.6);
		width: 40px;
		height: 20px;
	}
	.panel h4 a[aria-expanded="false"] .role-title i:before {
		content: "\f107";
	}
	.panel h4 a[aria-expanded="true"] .role-title i:before {
		content: "\f106";
	}
	.apply-now-trigger {
		font-size: 14px;
		display: block;
		border: solid 2px #e60000
	}
	#role-row .panel-default>.panel-heading {
		padding: 0;
		margin: 0;
	}
	#role-row .panel-default>.panel-heading h4.panel-title {
		height: 50px;
	}
	#role-row .panel-group {
		padding: 0 15px;
		margin-bottom: 10px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body {
		font-size: 13px;
		font-weight: 300;
		border: solid 1px #ddd;
		padding: 10px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body p:last-child {
		margin-bottom: 0;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body h4 {
		margin-bottom: 10px;
	}
	.panel-default>.panel-heading+.panel-collapse>.panel-body h5 {
		margin-bottom: 5px;
	}
	#section-why .panel-group .panel {
		border-radius: 0;
	}
	.lines {
		display: none;
	}
	#accordion2 {
		margin-top: 10px;
	}
	.choose-your-hub {
		margin: 0;
		padding: 0;
	}
	.choose-your-hub li {
		list-style: none;
		display: inline-block;
		width: 18%;
    max-width: 80px;
		margin: 0 10px 0 0;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
	}
	.choose-your-hub li img {
    	width: 32px;
		border-radius: 50%;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bottom-trigger {
		position: absolute;
		bottom: 50px;
		z-index: 9999;
		left: 0;
		right: 0;
	}
	.swiper-slide {
		text-align: center;
		font-size: 17px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

.country-ball {
	display: block;
}
@media (max-width: 500px) {
	.choose-your-hub {
	}
	.choose-your-hub li {
		width: 18.5%;
		max-width: none;
		margin: 0;
	}
	.choose-your-hub li img {
		width: 30px;
		border: none;
	}
}
@media (max-width: 400px) {
	.choose-your-hub {
		margin: 0 -10px;
	}
	.choose-your-hub li {
		width: 18.5%;
		margin: 0;
	}
	.choose-your-hub li img {
		width: 22px;
	}
}