@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body {
	position: relative;
	height: 100%;
	-webkit-backface-visibility: hidden;
}

body {
	font-family: 'Noto Sans Japanese', 'Univers', sans-serif;
	font-weight: 100;
	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: 'Noto Sans Japanese', '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: 'Noto Sans Japanese', '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: 'Noto Sans Japanese', 'Univers', sans-serif;
	font-weight: 400;
	transition: all 0.4s;
	cursor: pointer;
	color: #45585f;
	max-width: 100%;
	width: 400px;
	margin: 0 auto;
}

.main-slide-goto {
	outline: none;
}

#goto-top {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

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;
	font-weight: 200;
}

.lead {
	font-weight: 200;
	font-size: 1.3em;
}

.text-primary {
	color: #f80000;
}

.legend-box {
	padding-left: 26px;
}

.legend-box legend {
	display: block;
	width: auto;
	border: none;
	padding: 6px 10px;
	margin-left: 20px;
	font-size: 1.4em;
	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: 1.15em;
	padding-right: 30px;
	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 {
	border-radius: 0;
}

.btn-primary {
	background: #e60000;
	color: #fff;
	border: none!important;
	padding-left: 40px;
	padding-right: 40px;
	transition: all 0.4s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background: #ff0000;
}

.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;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
	position: relative;
	min-height: 1px;
}

.col-xs-five {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-five {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-five {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-five {
		width: 20%;
		float: left;
	}
}

#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%;
	background: #1b3540;
}

#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: 500;
}

.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: 520px;
	height: 520px;
	display: block;
	float: left;
	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: 10px 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: #deebeb;
}

#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: 'Noto Sans Japanese', '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: 200px;
	padding-right: 30px;
	margin-top: 70px;
	float: left;
	background: transparent;
}

#who-gallery {
	width: 55%;
	float: left;
	margin-right: -50%;
	height: 520px;
	overflow: hidden;
}

#who-gallery li {
	overflow: visible;
	width: 260px!important;
	height: 260px!important;
}

#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: 2em;
	font-weight: 400;
}


/* 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: 140px;
	width: 70%;
	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: 70%;
	margin-left: 140px;
	margin-right: 37%;
	padding: 0 50px;
}

.intro-effect-sidefixed .content > div {
	position: relative;
	margin: 77px 0 50px;
	color: #fff;
}

.intro-effect-sidefixed .content div.title {
	margin-bottom: 0;
}

.intro-effect-sidefixed .content div.title h2 {
	margin-bottom: 8px;
	font-size: 54px;
	font-weight: 100;
}

.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: 0s;
	transition-delay: 0s;
}

,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	transition-delay: 0S;
}

.intro-effect-sidefixed.modify:not(.notrans) .title {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


/* 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-container .col-sm-2 {
	padding: 0;
}

#role-h1,
#role-h2 {
	margin-top: 1.2em;
}

.role-slide {
	position: relative;
	width: 100%;
	height: 100vh;
}

.role-slide .content p {
	margin-bottom: 0.3em !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-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-4 .role-img,
.role-Three .role-img {
	background-image: url(../img/bg-role-3.jpg);
	background-position: 0 -10px;
}

#role-5 .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;
}

.role-title {
	font-weight: 700;
	width: auto;
	max-width: 470px;
	position: relative;
	transition: all 0.6s;
	padding: 20px 20px;
	font-size: 1.2em;
	text-align: left;
	transform-origin: left center;
	cursor: pointer;
	color: #45585f;
	position: relative;
}

.role-title:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: #e60000;
	transition: all 1s;
}

.role-title .fa-angle-right {
	position: absolute;
	right: -24px;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 2em;
	display: block;
	transition: all 0.6s;
	transform: scale(0.6);
	margin: auto;
	transform-origin: left center;
}

.role-title:hover {
	color: #e60000;
}

.role-title:hover:after {
	right: 60px;
}

.role-title:hover .fa-angle-right {
	opacity: 1;
	transform: scale(1);
	color: #e60000;
}

.role-title strong {
	font-size: 1.3em;
	font-weight: 100;
	font-family: 'Univers', sans-serif;
}

.role-content {
	font-size: 1em;
	padding: 20px 20px;
	background: #fff;
}

.role-content p:last-child {
	margin: 0;
}

.role-footer {
	background: #f6f6f6;
	padding: 15px 20px;
	text-align: center;
	font-size: 1em;
	transition: all 0.8s;
}

.p-title {
	font-size: 1.3em;
	font-family: 'Noto Sans Japanese', '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%);
	transform: scale(1);
}

#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-footer {
	background: rgba(195, 0, 0, 0.85);
	color: #fff;
}

.role-cta {
	margin-top: 12px;
	padding-top: 12px;
	position: relative;
}

.role-desc {
	margin: 0 0 20px;
	font-size: 18px;
}

.role-desc li {
	margin-bottom: 0.6em;
}

.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: 'Noto Sans Japanese', 'Univers', sans-serif;
	font-weight: 100;
}

.countries td span {
	color: #fff;
	font-size: 16px;
}

.countries img.circle {
	margin: 0 4px 0 0;
	width: 40px;
}

.role-slide-nav {
	position: fixed;
	z-index: 99999;
	color: #fff;
	font-family: 'Noto Sans Japanese', 'Univers', sans-serif;
	font-weight: 300;
	transition: all 0.4s;
	width: 140px;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgb(90, 121, 134);
	/*box-shadow: inset -2px 0 8px rgba(7, 11, 12, 0.4);*/
}

.role-slide-nav.shy {
	left: -140px;
}

.role-slide-nav .btn-role-goto {
	height: 140px;
	padding: 20px 10px 20px 15px;
	text-align: left;
	cursor: pointer;
	transition: all 0.4s;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 100;
}

.role-slide-nav .btn-role-goto:hover {
	background: rgba(34, 62, 74, 0.6);
}

.role-slide-nav .btn-role-goto.active {
	background: rgba(34, 62, 74, 0.97);
	/* box-shadow: -5px 0px 4px rgba(7, 11, 12, 0.4); */
}

.role-slide-nav .btn-role-goto strong {
	font-size: 18px;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}

.flag-container {
	background: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 999px;
}

a.location {
	text-decoration: none!important;
	margin-top: 20px;
}

a.location td {
	vertical-align: middle;
}

.hub-text {
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}

.hub-text .big {
	display: block;
	font-size: 26px;
	font-weight: 100;
}

.flag-container img {
	width: 30px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
}

a.location {}

a.txtw {
	color: #fff;
}

#role-goto-why {
	background: #e60000;
}

.role-slide-nav:hover {
	opacity: 1;
	transition-delay: 0s;
}

.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-back {
	text-align: left;
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.4s;
	background: rgba(0, 0, 0, 0.1);
}

.role-back:hover {
	background: rgba(0, 0, 0, 0.2);
}

.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.25em;
	letter-spacing: -0.02em;
	font-weight: 300;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 10px;
	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: 'Noto Sans Japanese', '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;
}

#section-role {
	background: #f3f3f3;
}

#role-intro {
	height: 100vh;
	background: #f3f3f3;
}

#role-intro .lines {
	display: none;
}

#role-intro.swiper-slide-active .lines {
	display: block;
}

#role-container {
	position: relative;
}

#role-slide-goto-container {
	background: #fff;
	width: 540px;
	height: 500px;
	padding: 30px;
	position: absolute;
	right: 50px;
}

#role-gallery {
	height: 520px;
	overflow: hidden;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 50px;
}

#role-gallery li {
	width: 260px !important;
	height: 260px !important;
	background: none;
	float: right;
}

#role-gallery li:first-child {
	width: 520px !important;
	height: 520px !important;
}

#role-gallery li {
	overflow: visible;
}

#role-gallery a {
	outline: none;
}


/*#who-gallery li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
*/

#role-gallery li a img {
	width: 100%;
}

#role-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;
}

.role-desc ul {
	margin-bottom: 0;
	line-height: 1.5;
}

.panel-group.visible-xs h4 {
	font-size: 12px;
}

.panel-group.visible-xs p {
	font-size: 11px;
}

#slider-role-mobile hr.dotted {
	border: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

#slider-role-mobile a.role-slide-goto-mobile {
	position: relative;
	display: block;
	text-decoration: none!important;
}

#slider-role-mobile .role-title strong {
	font-size: 1em;
}

#slider-role-mobile .role-title {
	padding-left: 44px;
	font-weight: 400;
	font-size: 0.8em;
}

#slider-role-mobile .fa-clone {
	position: absolute;
	left: 20px;
	top: 14px;
}

.mfp-s-ready .mfp-preloader {
	display: none!important;
}

.mfp-dialog.role-popup {
	background: #fff;
	padding: 0 0 0 0;
	height: 100vh;
	overflow-y: scroll;
	box-sizing: border-box;
}

*/ .mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.role-popup {
	color: #222;
}

.role-popup h2 {
	font-size: 1.4em;
	color: #e60000;
}

.role-popup .subline {
	font-size: 16px;
	color: #223D48;
}

.role-popup ul {
	padding-left: 20px;
	color: #222;
}

.role-popup ul.tick-o {
	padding-left: 30px;
	padding-right: 0;
}

.role-popup .role-popup-close {
	display: block;
	position: fixed;
	top: -32px;
	left: 0;
	right: 0;
	border-radius: 0;
	background: #223D48;
	color: #fff;
	font-size: 14px;
	width: 100%;
	border: none;
	padding: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 0;
	z-index: 999;
	text-align: left;
}

.mfp-ready .role-popup .role-popup-close {
	top: 0;
}

.mfp-role-slide-goto-mobile.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


/* overlay animate in */

.mfp-role-slide-goto-mobile.mfp-bg.mfp-ready {
	opacity: 0.8;
}


/* overlay animate out */

.mfp-role-slide-goto-mobile.mfp-bg.mfp-removing {
	opacity: 0;
}


/* content at start */

.mfp-role-slide-goto-mobile.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: translateX(50px);
}


/* content animate it */

.mfp-role-slide-goto-mobile.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0px);
}


/* content animate out */

.mfp-role-slide-goto-mobile.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: translateX(50px);
}

.mfp-role-slide-goto-mobile .mfp-container {
	padding: 0;
}

.role-popup .role-desc,
.role-popup .role-desc p {
	font-weight: 200;
}

.role-popup .role-title {
	padding: 50px 15px 0px;
}

.role-popup .role-content {
	padding: 15px 15px 30px 15px;
	background: #f7f7f7;
}


/*
.role-popup .role-label 
{
    display: inline-block;
    padding: 4px 12px;
    color: #223D48;
	    border: 2px dotted rgba(34, 61, 72, 0.56);
}
*/

.role-popup .mfp-close,
.mfp-bg.mfp-role-slide-goto-mobile {
	display: none!important;
}

.mfp-dialog.role-popup {
	outline: 0;
}

.role-slide-goto-mobile:focus {
	outline: 0;
}

#who-intro {
	margin-top: 40px;
}

#who-stories {
	height: 400px;
	padding: 0;
	overflow: hidden;
}

.story-grid-container {
	margin-right: -900px;
}

#who-stories .story-grid-stack {
	width: 200px;
	height: 400px;
	float: left;
	background: #fff;
}

#who-stories .story-grid {
	width: 200px;
	height: 200px;
	float: left;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#who-stories .story-grid-hl {
	width: 400px;
	height: 400px;
}

.story-grid-placeholder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: 2.5s all;
	background-size: cover;
}

.story-grid-placeholder-01 {
	z-index: 1
}

.story-grid-placeholder.dance {
	opacity: 0;
}

#who-stories .muted.story-grid {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#who-stories .story-grid-stack-01 .muted.story-grid {
	opacity: 0.6;
}

#who-stories .story-grid-stack-02 .muted.story-grid {
	opacity: 0.2;
}

#who-stories .story-grid-stack-03 .muted.story-grid {
	opacity: 0.2;
}

#who-stories .story-grid-stack-04 .muted.story-grid {
	opacity: 0.2;
}

#who-stories .story-grid-stack-05 .muted.story-grid {
	opacity: 0.2;
}

.mfp-close-btn-in .mfp-close {
	background: #e60000;
	top: 0;
	right: -30px;
	font-size: 18px!important;
	border-radius: 0;
	color: #fff!important;
	font-weight: 100!Important;
	opacity: 0.8;
}

.mfp-close-btn-in .mfp-close:hover {
	opacity: 1;
}

.story-grid-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -42px;
	left: 0;
	box-shadow: inset 0 -100px 80px -30px rgba(0, 0, 0, 0.8);
	transition: all 0.4s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	z-index: 3;
}

.story-grid-overlay.story-meta-short {
	bottom: -25px;
}

.story-meta {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	text-align: left;
	font-family: 'Noto Sans Japanese', 'Univers', sans-serif;
}

.story-meta span {
	font-weight: 700;
	display: block;
	transform: scale(0.85);
	transition: all 0.4s;
	transform-origin: left center;
}

.story-grid span i.fa {
	transition: all 0.4s;
	color: #fff;
	transform: scale(0.75);
	font-size: 22px;
	display: block;
	vertical-align: baseline;
	margin-top: 1px;
	float: left;
}

.story-meta p {
	font-size: 0.63em;
	margin: 6px 0 10px 0;
}

.br-title {
	display: none;
}
.story-grid:hover .story-grid-overlay {
	bottom: 0;
}

.story-grid:hover span {
	transform: scale(1);
}

.story-grid:hover span i.fa {
	transform: scale(1);
	margin-top: 0;
}

.popup-story-article {
	background: #eee;
	max-width: 100%;
	width: 880px;
	margin: 40px 0;
}

.popup-story-article h4 {
	font-size: 3em;
}

.story-article-header-container {
	background-size: cover;
	background-repeat: no-repeat;
}

.story-article-header {
	background: transparent;
	height: 200px;
	position: relative;
}

.story-article-header .story-article-header-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 -80px 100px -20px rgba(0, 0, 0, 0.6);
}

.story-article-personal-container {
	position: relative;
}

.story-article-personal-overlay {
	background: rgba(0, 62, 81, 0.9);
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.story-article-personal {
	padding: 0 50px 25px;
	position: relative;
	clear: both;
	margin-top: -70px;
	z-index: 2;
}

.story-article-avatar {
	width: 180px;
	height: 180px;
	padding: 6px;
	background: #fff;
	float: left;
	margin-right: 30px;
	border: 1px solid #eee;
	border-radius: 999px;
}

.story-article-avatar img {
	max-width: 100%;
	border-radius: 999px;
}

.story-article-meta-name {
	height: 70px;
	padding-top: 16px;
}

.story-article-meta-name h2 {
	color: #fff;
	font-size: 30px;
}

.clear {
	clear: both;
}

.story-article-meta-career {
	padding-top: 12px;
}

.story-article-meta-career p {
	color: rgb(225, 245, 251);
}

.story-article-title {
	padding: 30px 50px 20px;
	background: #fff;
}

.story-article-title h2 {
	font-size: 3em;
	color: #e60000;
}

.story-article-content {
	padding: 0px 50px 50px;
	background: #fff;
}

.story-article-content h4 {
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 40px;
	color: #e60000;
}

.story-article-content {
	font-size: 1.2em;
	color: #444;
	font-weight: 400;
}

.story-article-content p {
	margin-bottom: 1.2em;
}

.story-article-content p:last-child {
	margin-bottom: 0;
}

.story-article-content .p-lead {
	font-size: 1.3em;
	font-weight: 100;
	color: #888;
	margin-bottom: 0.6em;
}

.img-container.pull-left {
	margin: 10px 24px 10px 0;
}

.img-container.pull-right {
	margin: 10px 0 10px 24px;
}

.story-article-content .align-header.img-container.pull-left,
.story-article-content .align-header.img-container.pull-right {
	margin-top: 20px;
}

.story-article-content .img-container {
	background: #f3f3f3;
	border: 1px solid #eee;
	padding: 6px;
	max-width: 340px;
}

.story-article-content .img-container p.caption {
	font-size: 0.75em;
	color: #45585f;
	margin: 6px 6px 0;
	font-weight: 200;
}

.story-article-content .img-container img {
	max-width: 100%;
}

.story-article-content .blockquote {
	background: #e60000;
	max-width: 250px;
	color: #fff;
	padding: 16px 24px;
	margin-bottom: 10px;
}

.story-article-content .blockquote.pull-left {
	margin-right: 20px;
}

.story-article-content .blockquote.pull-right {
	margin-left: 20px;
}

.story-article-content .blockquote p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
}

.popup-video-with-jig {
	width: 1200px;
	max-width: 100%;
	background: #000;
}

.popup-video-with-jig .jig-img {
	width: 100%;
	height: auto;
}

.popup-video-with-jig .jig-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mfp-container.mfp-s-ready.mfp-inline-holder {
	overflow-y: auto;
}

.story-popup-close {
	display: block;
	border-radius: 0;
	background: #223D48;
	color: #fff;
	font-size: 14px;
	width: 100%;
	border: none;
	padding: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 0;
	z-index: 999;
	text-align: left;
}

.story-social-share-group {
	position: absolute;
	right: 0;
}

.story-social-share-group a.social-share {
	color: #e60000;
	border: 2px solid #e60000;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 999px;
	line-height: 20px;
	margin: 4px;
}

@media (max-width: 1670px) {
	.intro-effect-sidefixed .content,
	.intro-effect-sidefixed .bg-img::after {
		width: 80%;
	}
	.role-slide-nav .btn-role-goto {
		padding: 10px;
	}
	.countries img.circle {
		width: 30px;
	}
	a.location {
		margin-top: 10px;
	}
	.flag-container {
		width: 30px;
		height: 30px;
	}
	.flag-container img {
		width: 20px;
		margin-top: 5px;
	}
	.hub-text {
		font-size: 12px;
	}
	.hub-text .big {
		font-size: 18px;
		line-height: 18px;
	}
	#who-intro {
		margin-top: 110px;
	}
	#who-gallery {
		width: 60%;
	}
	.od-video.first,
	#role-gallery li:first-child {
		width: 480px!important;
		height: 480px!important;
	}
	#who-gallery li,
	#role-gallery li {
		width: 240px!important;
		height: 240px!important;
	}
	#role-container {
		margin-top: 40px;
	}
	#role-slide-goto-container {
		height: 490px;
	}
	.bigthin {
		font-size: 4.6em;
	}
	h2 {
		font-size: 1.8em;
	}
	.role-slide-nav .btn-role-goto strong {
		font-size: 18px;
	}
	.intro-effect-sidefixed .content div.title h2 {
		font-size: 48px;
	}
	.title p.subline {
		font-size: 1.8em;
	}
	.role-desc {
		font-size: 16px;
	}
	ul.tick-o {
		font-size: 1.05em;
	}
}

@media (min-width: 1600px) {
	.role-cta {
		margin-top: 20px;
		padding-top: 20px;
	}
	.p-title {
		font-size: 1.2em;
	}
}

@media (max-width: 1599px) {
	.intro-effect-sidefixed .bg-img::after {
		left: 120px;
		width: 63%;
	}
	.intro-effect-sidefixed .content {
		margin-left: 120px;
	}
	.role-slide-nav {
		width: 120px;
	}
	.role-slide-nav.shy {
		left: -120px;
	}
	.role-slide-nav .btn-role-goto {
		height: 120px;
	}
	.role-slide-nav .btn-role-goto strong {
		font-size: 14px;
	}
	#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;
	}
	#role-gallery {
		height: 380px;
		width: 570px;
		left: 50px;
	}
	#role-gallery li {
		width: 190px !important;
		height: 190px !important;
		background: none;
	}
	#role-slide-goto-container {
		right: 100px;
		height: 380px;
		background: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	}
	#role-gallery li:first-child {
		width: 380px !important;
		height: 380px !important;
	}
	.role-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.role-title strong {
		font-size: 1.1em;
	}
	#who-intro {
		padding-left: 60px;
	}
	.role-desc {
		font-size: 16px;
	}
	#role-container .role-box {
		transform: scale(1);
		margin: 0;
		padding: 0;
	}
	#role-container .panel-group .panel {
		margin: 30px 0;
	}
	.role-title .fa-angle-right {
		width: 72px;
		height: 72px;
		line-height: 72px;
	}
	.role-title .fa-angle-right {
		width: 40px;
	}
	.role-content {
		font-size: 0.8em;
		padding: 15px;
		background: #fff;
	}
	#role-container {
		margin-top: 20px;
	}
	.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: 89%;
	}
	.intro-effect-sidefixed .content {
		padding: 0 30px;
	}
	.intro-effect-sidefixed .content div.content-article {
		margin-top: 20px;
	}
	.legend-box {
		padding-left: 0px;
		margin-bottom: 20px;
	}
	.intro-effect-sidefixed .content div.content-article {
		margin-top: 0;
		padding-top: 14px;
	}
	.role-desc li {
		margin-bottom: 0.35em;
	}
	.title h1 {
		font-size: 1.8em;
		padding-bottom: 5px !important;
	}
	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.4;
	}
	.od-video.first {
		width: 340px;
		height: 340px;
	}
}

@media (max-width: 1400px) {
	
	#who-stories .story-grid-stack {
	width: 170px;
	height: 340px;
	float: left;
	background: #fff;
}

#who-stories .story-grid {
	width: 170px;
	height: 170px;
	float: left;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#who-stories .story-grid-hl {
	width: 340px;
	height: 340px;
}
	.story-meta {
    right: 6px;
    left: 6px;
}
	.popup-video-with-jig {
		width: 900px;
	}
	#why-tiles .tile {
		font-size: 1.1em;
	}
	.lead {
		font-size: 1.15em;
	}
	#who-intro {
		margin-top: 20px;
	}
	.od-video.first,
	#role-gallery li:first-child {
		width: 340px!important;
		height: 340px!important;
	}
	#who-gallery li,
	#role-gallery li {
		width: 170px!important;
		height: 170px!important;
	}
	.intro-effect-sidefixed .content > div {
		margin-top: 0px;
		padding-top: 20px;
	}
	.intro-effect-sidefixed .content div.title h2 {
		font-size: 40px;
	}
	.title p.subline {
		font-size: 1.6em;
	}
	.role-desc {
		margin: 0 0 10px;
		font-size: 15px;
	}
	#role-slide-goto-container {
		height: 370px;
		padding: 20px;
	}
	#role-gallery {
		top: 65px;
	}
}

@media (max-width: 1300px) {
	#who-stories .story-grid {
		width: 175px;
		height: 175px;
	}
	#who-stories .story-grid-stack {
		width: 175px;
		height: 350px;
	}
	#who-stories .story-grid-hl {
		width: 350px;
		height: 350px;
	}
	.story-meta span {
		font-size: 0.95em;
	}
}

@media (max-width: 1200px) {
	.popup-video-with-jig {
		width: 700px;
	}
	section#section-hero img {
		top: 0px;
		position: relative;
		width: 100%;
		height: auto;
	}
	#hero-content {
		top: 80%;
	}
	.role-desc {
		font-size: 14px;
	}
	ul.tick-o {
		font-size: 1em;
	}
	.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: 30px;
	}
	.role-cta .hub-link .hub-text {
		font-size: 15px;
	}
	.intro-effect-sidefixed .content div.title h2 {
		font-size: 30px;
	}
}

@media (max-width: 1100px) {
	#hero-content {
		top: 65%;
	}
	.role-slide article.content {
		position: static;
		padding: 0 20px;
		width: 85%;
		background: #223D48;
	}
	#section-why .panel-group {
		max-width: 500px;
		margin: 20px auto;
	}
	#who-intro {
		padding-left: 40px;
	}
	#who-stories .story-grid-stack {
		width: 150px;
		height: 300px;
	}
	#who-stories .story-grid {
		width: 150px;
		height: 150px;
	}
	#who-stories .story-grid-hl {
		width: 220px;
		height: 300px;
	}
	.story-meta {
		right: 0px;
		bottom: 45px;
	}
	.story-meta p {
		display: none;
	}
	.story-grid-overlay.story-meta-short {
		bottom: -42px;
	}
}

@media (max-width: 991px) {
	.legend-box {
		margin-top: 30px;
	}
	.legend-box legend {
		font-size: 1.2em;
	}
	#role-gallery {
		left: -300px;
	}
	#who-stories {
		width: 100%;
	}
	#who-stories .story-grid {
		width: 120px;
		height: 120px;
	}
	#who-stories .story-grid-stack {
		width: 120px;
		height: 240px;
	}
	#who-stories .story-grid-hl {
		width: 240px;
		height: 240px;
	}
	.story-meta span {
    	font-size: 0.7em;
	}
	.story-meta p {
		display: none;
	}
	.story-grid-overlay, .story-grid-overlay.story-meta-short {
		bottom: -3px;
	}
}

@media (max-width: 800px) {
	.mfp-close-btn-in .mfp-close {
		right: 0;
	}
	.popup-video-with-jig {
		width: 600px;
	}
	#hero-content {
		top: 70%;
	}
	#hero-content h5 {
		font-size: 18px;
	}
	.intro-effect-sidefixed .content,
	.intro-effect-sidefixed .bg-img::after {
		width: 85%;
	}
	.title p.subline {
		font-size: 1.2em;
	}
	.legend-box legend {
		font-size: 1.1em;
	}
	ul.tick-o {
		font-size: 12px;
	}
	#section-who .slide-content {
		max-width: 100%;
		width: 100%;
	}
	#who-intro {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		display: block;
		float: none;
		clear: both;
	}
	#who-stories {
		display: block;
		float: none;
		clear: both;
		margin-left: -25px;
		margin-right: -25px;
		height: 300px;
		overflow: visible;
	}
	.story-grid-container {
    margin: 0 -50px;
		display: block;
		float: none;
		clear: both;
		position: static;
	}
	#who-stories .story-grid {
		width: 130px;
		height: 130px;
	}
	#who-stories .story-grid-hl {
    width: 260px;
    height: 260px;
	}
	#who-stories .story-grid-stack {
		width: 130px;
		height: 260px;
	}
	.story-grid-stack-04, .story-grid-stack-05 {
		display: none;
	}
	.story-grid span i.fa {
		margin-top: 0;
	}
	.story-meta span {
		font-size: 0.9em;
	}
	.story-meta p {
		font-size: 0.75em;
	}
	.story-meta {
		bottom: 5px;
	}
	.mfp-container {
		padding: 0;
	}
	.popup-story-article {
		margin: 0;
		width: 100%;
	}
	.story-article-personal,
	.story-article-title,
	.story-article-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.story-meta p {
		display: none;
	}
}

@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) {
	.legend-box {
		margin-top: 20px;
	}
	section {
		padding: 25px;
		border-bottom: solid 1px #fff;
		overflow: hidden;
	}
	section#section-hero,
	section#section-role {
		padding: 0;
	}
	section#section-hero img {
		top: -50px;
		position: relative;
		width: 100%;
	}
	.top-header-nav {
		min-height: 40px;
	}
	#navbar .menu-lines span.menu-line-1 {
		top: 10px;
	}
	#navbar .menu-lines span.menu-line-2 {
		top: 18px;
	}
	#navbar .menu-lines span.menu-line-3 {
		top: 26px;
	}
	#navbar.active .menu-lines span.menu-line-1 {
		top: 14px;
	}
	#navbar.active .menu-lines span.menu-line-3 {
		top: 22px;
	}
	#logo {
		padding: 0;
		left: 0;
		top: 0;
	}
	.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%;
		max-width: 550px;
		padding-top: 0;
		margin: 0 auto;
		margin-top: -100px;
	}
	.bigthin {
		font-size: 1.6em;
		margin-top: 0 !important;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 1em;
		line-height: 1.4;
	}
	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: 100px;
	}
	#role-slide-goto-container {
		position: relative;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
	}
	#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: 8px 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 {
		font-size: 1em;
	}
	.role-title strong {
		line-height: 1.5;
	}
	.role-box .role-footer {
		background: rgba(195, 0, 0, 0.85);
		color: #fff;
	}
	.intro-effect-sidefixed .content div.title h2 {
		font-size: 24px;
	}
	#why-tiles .tiles-group.tiles-horizontal.active .tile-content {
		margin-bottom: 10px;
	}
	#section-why {
		background: #fff;
	}
	#section-why .slide-content {
		margin-left: 0;
		margin-right: 0;
	}
	.bigthin {
		font-size: 1.5em;
	}
	.role-img-container,
	.role-img {
		height: 55px;
		opacity: 0;
	}
	#section-why h4.bottom-trigger,
	#section-role h4.bottom-trigger {
		bottom: -5px;
	}
	#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;
	}
	#role-gallery {
		opacity: 100;
		top: 360px;
		left: -200px;
		right: auto;
	}
	.role-slide header.header,
	.role-slide article.content {
		padding: 0 20px;
	}
	.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;
		margin-bottom: 70px;
	}
	.choose-your-hub {
		margin: 0;
		padding: 0;
	}
	.choose-your-hub li {
		list-style: none;
		display: inline-block;
		width: 14%;
		max-width: 60px;
		margin: 0 10px 0 0;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
	}
	.choose-your-hub li img {
		width: 100%;
		border: solid 1px #d1d1d1;
		border-radius: 50%;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bottom-trigger {
		position: absolute;
		bottom: -5px;
		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;
	}
	.lead, .role-footer {
    font-size: 14px;
}
	.story-meta span {
    font-size: 0.7em;
}
	.story-grid span i.fa {
    font-size: 1.2em;
}
	#who-stories {
    height: 140px;
}
	#who-stories .story-grid {
		width: 100px;
		height: 70px;
	}
	#who-stories .story-grid-stack {
    width: 100px;
    height: 140px;
}
	#who-stories .story-grid-hl {
    width: 220px;
    height: 140px;
}
	.story-grid-stack-04 {
    display: block;
}
}

@media screen and ( max-height: 750px) {
	.role-slide {
		background: #223D48;
	}
	.role-slide header.header {
		display: none;
	}
	.role-slide {
		overflow-y: scroll;
	}
}

@media screen and ( max-height: 720px) {
	.role-slide-nav .btn-role-goto,
	.role-slide-nav .btn-role-goto strong {
		font-size: 12px;
	}
	.role-slide-nav .btn-role-goto {
		height: auto;
	}
}

@media screen and ( max-height: 620px) {
	.role-slide-nav .btn-role-goto,
	.role-slide-nav .btn-role-goto strong {
		font-size: 11px;
	}
	.role-slide-nav .btn-role-goto {
		height: auto;
	}
	.slide-content {
		padding: 0 8px;
		margin-top: 0;
	}
	section#section-hero img {
		width: 150%;
	}
	#who-stories {
		margin-left: -35px;
		margin-right: -35px;
	}
	.bigthin {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	h3 {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 600px) {
	.bigthin {
		font-size: 1.4em;
	}
	.lead {
		font-size: 14px;
	}
	#who-stories {
		height: 160px;
	}
	#who-stories .story-grid {
		width: 80px;
		height: 80px;
	}
	#who-stories .story-grid-hl {
		width: 160px;
		height: 160px;
	}
	.story-meta {
		left: 3px;
		right: 3px;
		bottom: 32px;
	}
	#who-stories .story-grid-stack {
		width: 80px;
		height: 160px;
	}
	.story-meta p {
		display: none;
	}
	.popup-video-with-jig {
		width: 300px;
	}
	.story-meta span {
		font-size: 0.7em;
		font-size: 10px;
		font-weight: 400;
		transform: scale(1);
	}
	.story-grid-overlay, .story-grid-overlay.story-meta-short {
		bottom: -28px;
	}
	.story-grid span i.fa {
		display: block;
		float: none;
		margin: 0;
		transform: scale(1);
		font-size: 15px;
		margin: 4px;
	}
	.story-article-avatar {
		margin-right: 15px;
	}
	.story-article-meta-name h2 {
		font-size: 24px;
	}
	.story-article-title h2 {
		font-size: 2em;
		line-height: 1.3;
	}
	.story-article-content h4 {
		font-size: 1.3em;
	}
	.story-article-content .p-lead {
		font-size: 1.15em;
	}
	.story-article-avatar {
		width: 100px;
		height: 100px;
	}
	.story-article-meta-career {
		float: none;
		clear: both;
	}
	.story-article-content .blockquote {
		max-width: 160px;
		padding: 10px 16px;
	}
	.story-article-content .blockquote.pull-left {
		margin-left: -15px;
	}
	.story-article-content .blockquote p {
		font-size: 16px;
	}
	.story-article-content p {
		font-size: 0.9em;
	}
	.story-article-personal,
	.story-article-title,
	.story-article-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.story-article-meta-name {
		padding-top: 24px;
	}
	.img-container.pull-left,
	.img-container.pull-right {
		margin: 10px 0;
	}
	.story-article-content .img-container p.caption {
		font-size: 0.7em;
	}
	.popup-story-article .story-article-content:lastchild {
		padding: 0px 50px 20px;
	}
	.story-grid-container {
    margin: 0 -100px 0 0;
}
	.story-grid-stack-04 {
    display: none;
}
}

@media screen and (max-width: 400px) {
	#who-stories .story-grid-hl {
    width: 110px;
}
}

@media screen and (max-width: 321px) {
	#who-stories .story-grid-stack {
    width: 70px;
    height: 140px;
}
	#who-stories .story-grid {
    width: 70px;
    height: 70px;
}
	#who-stories .story-grid-hl {
    width: 110px;
		height: 140px;
}
}