@charset "UTF-8";
/* CSS Document */
body {
	background: #fff;
	font-family: 'Lato' !important;
	font-weight: 300 !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Lato' !important;
	font-weight: 300;
}
p {
	font-family: 'Lato' !important;
}
a {
	transition: all 0.2s ease-in;
}
/* Nav */
#nav-icon3 {
  	width: 40px;
  	height: 28px;
  	position: relative;
  	margin: 40px auto 0px auto;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	cursor: pointer;
	float: right;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	z-index: 9;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	width: 75%;
	right: 0px;
	left: auto;
}
#nav-icon3.open span:nth-child(2), #nav-icon3.open span:nth-child(3) {
	width: 100%;
}
#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay.open {
	display: block;
	visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	background: transparent;	
	float: right;
	padding: 50px 0px;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  	color: #d1cfcf;
	text-decoration: none;
}
.leo, .sagheer {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  color: #fff;
  background-color: #3b5164; /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
	padding-top: 200px;
	padding-bottom: 50px;
}
.leo .container, .sagheer .container, .grace .container,  .privacy .container, .legal .container {
	position: relative;
}
.grace, .privacy, .legal {
	background: #dddddd;
	 /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
	padding-top: 200px;
	padding-bottom: 50px;
}
.leo.open, .sagheer.open, .grace.open, .privacy.open, .legal.open  {
	display: block;
	visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.grace-block {
	background: #dddddd;
	margin-top: 100px;
	padding-bottom: 100px;
}
.first-block {
	padding-left: 55px;
}
.grace a, .privacy a, .legal a {
	cursor: pointer;
	color: #3f5162;
}
.grace ul, .privacy ul, .legal ul {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
.privacy ul, legal ul {
	margin-bottom: 20px;
	margin-left: 15px;
}
.grace ul li, .privacy ul li, .legal ul li{
	font-size: 12px;
	margin: 0px;
	list-style:none;
	padding: 0px;
}
.privacy ul li, .legal ul li {
	list-style: disc;
	padding-left: 0px;
	font-size: 14px;
}
.grace h4, .privacy h4, .legal h4 {
	font-size: 20px;
	color: #3f5162;
}
.leo h2, .sagheer h2 {
	 position: relative;
  text-align: left; /* Centered text/links */
  margin-bottom: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	float: right;
	color: #a2a2a2 !important;
	font-size: 45px !important;
	width: 100% !important;
}
.leo h3, .sagheer h3 {
	text-align: left;
	width: 100%;
	font-size: 22px !important;
	float: right;
	padding-right: 50px;
}
.leo h4, .sagheer h4 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #a2a2a2 !important;
}
.leo a, .sagheer a {
	color: #fff !important;
	z-index: 10;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	margin-top: 15px;
}
.leo p, .sagheer p {
	color: #fff !important;
	font-size: 13px !important;
}
.leo ul, .sagheer ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px !important;
}
.leo ul li, .sagheer ul li {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#header {
	position: fixed;
	z-index: 2;
	height: auto;
	padding: 50px 0px 0px 0px;
	transition: all 0.3s ease-in-out;
}
#header.darkHeader {
	background: #d6d6d6;
	padding: 20px 0px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
#header img {
	width: 110px;
	height: auto;
	background: #fff;
	z-index: 999;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
}
#header.darkHeader img {
	width: 75px;
	transition: all 0.3s ease-in-out;
}
#header.darkHeader #nav-icon3 {
  	margin: 25px auto 0px auto;
}
#header.darkHeader #nav-icon3 span {
	background: #565656;
}
.page-block {
	height: 100vh;
	position: relative;
	width: 100%;
}

#hero {
	background-color: #1d2633;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
#hero .row {
	height: 100vh;
}
#videoBG {
    object-fit: cover;
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
}
#hero h1 {
	color: #fff;
	font-size: 50px;
	text-align: right;
	margin-top: 10%;
	z-index: 1;
	font-weight: 300;
	display: block;
	position: relative;
}
a.chevron {
	position: absolute;
	bottom: 50px;
	left: 50%;
	right: 0px;
	margin-left: -14px;
	color: #fff;
	padding-left: 0px !important
}
a.chevron.black {
	color: #3b5164;
}
a.chevron:hover {
	opacity: 0.6;
	color: #fff;
	text-decoration: none;
}
a.chevron.black:hover {
	color: #3b5164;
}
#intro {
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#intro p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weght: 400;
}
#intro .container {
	bottom: 20%;
	position: absolute;
	left: 0px;
	right: 0px;
}
#about-content {
	padding-right: 150px;		
}
#about {
	padding: 0px;
	background: #d6d6d6;
}
#about .row {
	height: 100vh;
}
#about img {
	max-width: 100%;
}
#about h1 {
	font-size: 15px;
	color: rgba(59,81,100,1);
}
#about h2 {
	font-size: 22px;
	color: rgba(59,81,100,1);
	width: 90%;
	margin: 30px 0px;
}
#about-content a {
	color: #3f5162;
	cursor: pointer;
	margin: 5px 0px;
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
}
#about p {
	color: #3f5162;
	width: 95%;
	font-size: 15px;
}
.about-image {
	background: url(../img/aboutus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	margin-top: 115px;
	position: relative;
}
#mobile-about {
	display: none;
}
#ethos {
	background: #365065;
	color: #fff;
	padding: 0px;
	overflow: hidden;
}
#ethos h2 {
	font-size: 15px;
	margin: 175px 200px 0px 150px;
}
#ethos h3 {
	font-size: 22px;
	margin: 20px 200px 50px 150px;
}
#ethos p {
	font-size: 15px;
	margin: 0px 250px 20px 150px;
	font-weight: 300;
}
#ethos-image {
	background-image: url(../img/ethos.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#sector {
	background-image: url(../img/sector.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 0px 0px;
}
.sector-row {
	height: 100vh;
}
#sector h2 {
	font-size: 15px;
}
#sector h3 {
	font-size: 22px;
	width: 100%;
	margin: 20px 0px 30px 0px;
	font-weight: 300;
}
#sector h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
#sector p {
	font-weight: 300;
	font-size: 14px;
}
#advisory {
	background: #dddddd;
	padding: 180px 0px 100px 0px;
	overflow: hidden;
	height: auto !important;
}
#advisory h1 {
	color: #3f5162;
	padding: 0px 40px;
	font-size: 15px;
	margin-bottom: 50px;
}
#advisory h2 {
	font-size: 20px;
	color: #3f5162;
	padding: 0px 40px 20px 40px;
	margin: 0px;
}
#advisory h3 {
	color: #3f5162;
	font-size: 16px;
	padding: 0px 40px;
	line-height: 24px;
}
#advisory ul {
	list-style: none;
	padding: 0px;
	margin: 30px 0px;
}
#advisory ul li {
	margin: 0px;
	padding: 0px;
	display: iblock;
}
#advisory ul li a {
	color: #3f5162;
	font-size: 30px;
	margin-right: 30px;
	cursor: pointer;
}
#advisory ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#advisory p {
	font-size: 15px;
	padding-right: 60px;
	color: #3f5162;
}
#advisory a {
	cursor: pointer;
	color: #3f5162;
	padding-left: 40px;
	text-decoration: underline;
}
.grace-image {
	width: 100%;
	height: 450px;
	background: url(../img/grace-leo.jpg);
	background-size: cover;
}
#engage {
	background-image: url(../img/engage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 200px 0px;
	font-family: 'Noto Sans JP', sans-serif !important;
}
.engage-content {
	padding-left: 30px;
}
#engage h2 {
	font-size: 15px;
	text-align: left;
	padding-right: 40px;
	margin-bottom: 20px;
}
#engage span {
}
#engage a {
	color: #fff;
	position: relative;
}
#engage a::before {
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	width: 0%;
	height: 2px;
	margin: 0px auto;
	content: '';
	background: #fff;
	transition: width 0.3s ease-in;
}
#engage a:hover::before {
	width: 100%;
}
#engage a:hover {
	text-decoration: none;
}
#ethos-image-mobile {
	display: none;
}
.copyright {
	position: absolute;
	left: 0px;
	bottom: 30px;
	text-align: center;
	width: 100%;
}
.copyright-links {
	float: right;
	display: block;
	width: 200px;
}
.grace-spacer {
	display: none;
}
a.overlay-close-button {
	color: #fff !important;
	position: absolute;
	font-size: 34px !important;
	top: -120px;
	right: 15px;
}
.copyright a {
	margin: 0px 5px;
	cursor: pointer;
}
@media (max-height: 800px) {
	#about, #ethos, #advisory {
		height: auto;
	}
	#ethos-image {
		height: 100%;
	}
	#advisory {
		padding-bottom: 50px;
	}
	#ethos p:last-of-type {
		padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1340px !important;
	}
}
@media (max-width: 1199px) {
	#about, #ethos {
		height: auto;
	}
	.about-image { 
		height: 800px;
		background-position: top center;
	}
	#about-content {
		padding: 0px 100px 0px 45px;
	}
	#ethos-image {
		height: 600px;
		background-position: top center;
	}
	#ethos p {
		margin: 0px 200px 20px 200px;
	}
	#ethos h2 {
		margin: 100px 200px 50px 200px;
	}
	#ethos h3 {
		margin: 20px 200px 50px 200px;
	}
	#ethos {
		padding-bottom: 100px;
	}
	.grace-spacer {
		display: block;
		margin-right: 40px;
	}
	.grace-image {
		height: 320px;
	}
	#engage {
		padding: 250px 0px
	}
}
@media (max-width: 991px) {
	.engage-content {
		padding-left: 0px;
	}
	#about .row {
		height: auto;
	}
	#hero h1 {
		font-size: 50px;
	}
	#intro p {
		font-size: 24px;
	}
	#mobile-about {
		display: block;
	}
	.about-image {
		height: 100vh;
	}
	#ethos-image {
		display: none;
	}
	#ethos {
		padding-bottom: 0px;
	}
	#ethos h2 {
		margin: 100px 100px 50px 100px;
	}
	#ethos h3 {
		margin: 20px 100px 50px 100px;
	}
	#ethos p {
		margin: 0px 100px 20px 100px
	}
	#sector {
		height: auto;
		padding: 250px 0px 200px 0px;
	}
	#engage {
		padding: 250px 0px
	}
	#advisory h2.last {
		margin-top: 100px;
	}
	.leo h2, .sagheer h2 {
		margin-top: 100px !important;
	}
	.leo a, .sagheer a {
		margin-bottom: 50px;
	}
	#advisory h1 {
		padding-top: 50px;
	}
	.small-gap {
		margin-top: 50px;
	}
	#advisory {
		height: auto;
		padding-bottom: 40px;
	}
	#advisory a {
		padding-bottom: 40px;
		display: block;
	}
	#advisory a.chevron {
		padding-bottom: 0px;
	}
	#advisory p {
		padding-left: 40px;
		padding-right: 40px;
	}
	.grace-block {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.second-block {
		padding-left: 55px;
		margin-top: 20px;
	}
	#about h1 {
		padding-top: 40px;
	}
	#ethos h1 {
		display: block;
		font-size: 60px;
		padding: 200px 100px 50px 100px;
	}
	#ethos-image-mobile {
		display: block;
		width: 100%;
		height: 500px;
		margin-top: 50px;
		background-image: url(../img/ethos.jpg);
		background-size: 100% auto;
		background-position: top center;
	}
	#about a.chevron {
		color: #fff;
	}
	.leo, .sagheer {
		padding-top: 100px;
	}
	a.overlay-close-button {
		top: -20px;
	}
	.grace, .privacy, .legal {
		padding-top: 100px;
	}
	#about-content {
		padding: 100px 20px;
	}
	#about img {
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	#header {
		padding: 30px 10px 0px 10px
	}
	#header img {
		width: 65px;
	}
	#header.darkHeader img {
		width: 50px;
	}
	#header.darkHeader {
		padding: 12px 10px 10px 10px;
	}
	#nav-icon3 {
		margin: 20px 0px;
	}
	#header.darkHeader #nav-icon3 {
  		margin: 10px auto 0px auto;
	}
	#hero {
		background-image: url(../img/poster.jpg);
		background-size: 200% auto;
		background-position: bottom center;
		height: calc(100vh - 100px);
	}
	#hero .row {
		height: 500px;
	}
	#hero h1 {
		font-size: 40px;
		padding-right: 40px;
	}
	#intro {
		height: calc(100vh - 100px);
	}
	.overlay-content {
		width: 90%;
		padding: 50px;
		top: 20%;
	}
	.overlay a {
		font-size: 25px;
	}
	#intro p {
		font-size: 16px;
		margin: 10px;
	}
	#ethos-image {
		height: 300px;
		display: none;
		margin-top: 100px;
	}
	#ethos h1 {
		padding: 150px 50px 50px 50px;
		font-size: 50px;
	}
	#ethos h2 {
		margin: 50px 25px 50px 25px;
	}
	#ethos h3 {
		margin: 50px 25px 50px 25px;
		font-size: 24px;
	}
	#ethos-image-mobile {
		height: 250px;
		margin-top: 100px;
	}
	#ethos p {
		margin: 0px 25px 20px 25px
	}
	#sector {
		padding: 100px 10px;
	}
	#sector h3 {
		width: 100%;
	}
	#about-content {
		padding: 100px 40px 100px 40px
	}
	#engage {
		padding: 150px 10px;
		background-position: bottom left;
	}
	#engage::before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		content: '';
	}
	#engage h2 {
		text-align: left;
	}
	#advisory {
		padding: 80px 0px;
	}
	.grace, .privacy, .legal {
		padding-top: 80px;
	}
	.small-gap {
		margin-top: 0px;
	}
	#advisory h2 {
		font-size: 30px;
		margin-top: 50px;
	}
	#advisory h2.last {
		margin-top: 50px;
	}
	#advisory ul li a {
		font-size: 24px;
	}
	.grace-image {
		height: 280px;
		width: 90%;
	}
	.leo h3, .sagheer h3 {
		width: 100%;
		text-align: left !important;
		font-size: 24px;
	}
	.leo h2, .sagheer h2 {
		font-size: 28px !important;
	}
	#videoBG { 
		display: none;
	}
	.grace-block {
		padding: 0px 30px;
	}
	.leo, .sagheer {
		padding-top: 50px;
	}
}