/*----------- Header Section ----------*/
.site-logo , .site-header ,.logo{-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}

.site-logo{position: absolute; width: 100%;  padding-left: 285px; padding-top: 15px; z-index: 999; padding-bottom: 15px; background-color: #fff;}
.logo span{display: block; color: #C31230; font-size: 14px; font-weight: bold; letter-spacing: 2px; padding-top: 6px; text-align: center; -webkit-transition: all 0.4s linear; transition: all 0.4s linear;}
.site-logo .logo{display: inline-block;}
.site-logo .logo a{display: block; -webkit-transition: all 0.4s linear; transition: all 0.4s linear;}
.site-logo .logo a img{-webkit-transition: all 0.4s linear;transition: all 0.4s linear; width: 100%;}

.full-cover-img{background-repeat: no-repeat; background-position: center center; background-size: cover;}

.toggle-menu{ display: inline-block; vertical-align: top; margin-right: 28px; position: relative;
background-color: #c3122f; border: 0px; cursor: pointer;  border-radius: 100%; width: 55px; height: 55px;}
.toggle-menu .icon-bar { width: 26px; height: 3.3px;background: #fff; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; 
 position: relative; display: block;margin: auto; margin-bottom: 5px; border-radius: 2px;}
 .toggle-menu .icon-bar:last-child{margin-bottom: 0;}
 .toggle-menu .icon-menu{position: absolute; top: 50%;left: 50%;  -webkit-transform: translate(-50% ,-50%); 
-ms-transform: translate(-50% ,-50%); transform: translate(-50% ,-50%);}

.toggle-menu.open span.icon-bar:nth-child(1) { -webkit-transform: rotate(-47deg); -ms-transform: rotate(-47deg); transform: rotate(-47deg); top: 8px;}
.toggle-menu.open span.icon-bar:nth-child(2) {opacity: 0; -webkit-transform: scale(2,1); -ms-transform: scale(2,1); transform: scale(2,1);}
.toggle-menu.open span.icon-bar:nth-child(3) {-webkit-transform: rotate(42deg);-ms-transform: rotate(42deg);transform: rotate(42deg); top: -8px;}
.toggle-menu.open{background-color: #fff;}
.toggle-menu.open span{background-color: #c3122f; border-radius: 4px;}
p a, h6 a{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
p a:hover, h6 a:hover{
	color: #920017 !important;
}
p.outline-red {
    padding: 10px;
    border: 2px solid #c31230;
    color: #c31230 !important;
    font-weight: 600;
	display: block;
}
strong a.red {
    text-transform: inherit !important;
	font-weight: 600;
}

/*------------- Navigation Section -------------*/
nav ul{list-style: none; padding: 0px;}
.nav-section{position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; background: rgba(185, 0, 29, 0.9); -webkit-transition: all 0.4s linear; transition: all 0.4s linear; 
-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%); transform: translateY(-100%); }
.navigation{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap; 
	font-family: 'Ropa Sans', sans-serif; 
	padding-top: 195px;}
.navigation .nav-list{
	width: 100%; 
	-ms-flex-preferred-size: calc(25% - 1px);
    flex-basis: calc(25% - 1px); 
	text-align: center; 
	border-right: 1px solid #ff8995;}
.navigation .nav-list:last-child{border-right: 0px;}
.navigation .nav-list li{margin-bottom: 20px;}
.navigation .nav-list li:nth-of-type(2) a{font-size: 24px;}
.navigation .nav-list li a{color:#fff; padding: 10px 0; font-size: 20px; position: relative; overflow: hidden;display: inline-block;}
.navigation .nav-list li a::before{content: ''; position: absolute; left:-103%; width: 100%; border: 1px dashed #f5758a; bottom: 0; -webkit-transition: all 0.4s linear; transition: all 0.4s linear;}
.navigation .nav-list li a:hover:before{left: 0;}
.navigation .nav-list li a:hover{color:#ff8c8c; }
.nav-section.active{ -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.menu-logo .logo span{color: #fff;}


.fixed-header{position: fixed; background-color: #c3122f; z-index:12;}
.fixed-header .toggle-menu{background-color: #9a0b22;}
.fixed-header.site-logo{padding-top: 18px; padding-bottom: 13px; z-index: 101;}
.fixed-header .logo span {color: #fff; font-size: 11px;}
.fixed-header.site-logo .logo a{width: 145px;}
.fixed-header .toggle-menu.open span{background-color: #fff;}


/* new-header */
.site-header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 290px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
}
.site-header.homeHeader{
	position: absolute;
}
.navbar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	
}
.navbar li{
	list-style: none;
}

.navbar li a {
	font-size: 18px;
	color: #333;
	font-family: 'Ropa Sans', sans-serif;
	display: inline-block;
	padding: 40px 20px;
	position: relative;
}
.navbar > li > a {
	white-space: nowrap;
}
.dropdown-btn:after{
	position: absolute;
	top: 60px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: fontawesome;
	font-size: 20px;
	color: #a6192e;
	content: "\f078";
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar li:hover a:after{
	top: 80px;
	opacity: 1;
}
.navbar li a img{
	margin-right: 10px;
	filter: grayscale(1);
	opacity: .25;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar li:hover a img{
	filter: grayscale(0);
	opacity: 1;
}
.dropdown-menu{
	z-index: 99999999;
    position: absolute;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	top: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    background: #a6192e;
	padding: 10px 290px;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    -webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	z-index: 9;
}
.dropdown-menu li:only-child{
	margin-left: auto;
	margin-right: auto;
}
/*
.navbar li:hover .dropdown-menu{
	visibility: visible;
	z-index: 999999;
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}
*/
.dropdown-menu li {
	position: relative;
}
.dropdown-menu li a{
	color: #fff;
	padding: 0px 30px;
}
.dropdown-menu li:last-of-type a{
	padding-right: 20px;
}
.navbar li:nth-of-type(2) .dropdown-menu li:last-of-type{
	padding-right: 100px;
}


.dropdown-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	background: #a6192e;
	padding-top: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
/*	text-align: center;*/
	opacity: 0;
/*
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
*/
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.dropdown-submenu li {
	padding: 0 !important;
}

.dropdown-submenu li a {
	padding: 8px 10px 8px 30px;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	background: transparent;
	font-weight: normal;
	text-transform: none;
	border-top: 1px solid #9C0F24;
}

.dropdown-submenu li a:hover {
	background: #9C0F24;
}

.open-dropdown-submenu .dropdown-submenu {
	opacity: 1;
	width: 250px;
	height: auto;
}



.hover-menu {
	z-index: -1;
    position: absolute;
	top: 100%;
    left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
    background: #a6192e;
	color: #fff;
	display: block;
	opacity: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.navbar li.dropdown-dropped ul.dropdown-menu > li {
	opacity: 0;
}

.navbar li.dropdown-dropped > ul.hover-menu {
    width: 100%;
	height: auto;
	padding: 43px 290px 0;	
	min-height: 273px;
}
.navbar li:not(.open-item-dropdown) > ul.hover-menu {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.navbar li.open-item-dropdown > ul.hover-menu {
	z-index: 99999999;
	opacity: 1;
}

.hover-menu li {
	position: relative;
	float: left;
	width: 100%;
	max-width: calc(99% / 4);
	font-size: 14px;
	line-height: 1.3 !important;
	padding: 0 15px 45px;
}

.hover-menu li.clearfix {
	margin: 0;
	max-width: none;
	padding: 0;
}

.hover-menu li p {
	font-size: 14px;
	line-height: 1.428;
}

.hover-menu li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 0;
	margin-bottom: 15px;
}

.hover-menu li a.item-title {
	padding: 0 0 7px !important;
}

.hover-menu li a.item-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #191818;
}

.hover-menu li a.cta {
	position: relative;
	font-size: 14px;
	display: inline-block;
	padding: 0 8px 0 0 !important;
	margin: 0;
}

.hover-menu li a.cta::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50% !important;
	display: block;
	padding: 2.5px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
	font-size: 0;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.hover-menu li a.cta:hover::after {
	right: -5px;
}

.navbar li.active.dropdown-dropped:not(.open-item-dropdown) .dropdown-btn::after {
	opacity: 0;
	top: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*------------- Home page slider slider code ------------------*/
.banner{width: 80%;height: 100vh;   cursor: pointer;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);background-size: cover;position: relative;z-index: 1;
-webkit-transition: all 0.5s;transition: all 0.5s;overflow: hidden;}
.banner.active{left: 0 !important;z-index: 99 !important;}
.banner::after, .banner.cascade-div-slided:after, .banner::before, .banner.cascade-div-slided:before{-webkit-transition: all 0.5s;transition: all 0.5s;position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;
z-index: -2;}
.banner::before, .banner.cascade-div-slided:before{ z-index: -1;}
.banner::before, .banner.cascade-div-slided:before{z-index: -1;background: rgba(183,18,55,0.5);opacity: 1;}

.banner.active::before, .banner:hover::before{ opacity: 0;}
.banner.active{ left: 0;}
.hero-slider .banner-text, .hero-sliderUpdate .banner-text{position: absolute;top: 50%;left: 290px;-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 2; }

.hero-slider h1, .hero-sliderUpdate h1{color: #fff;line-height: 1;margin-bottom: 20px;}
.hero-slider p, .hero-sliderUpdate p{font-size: 22px;color: #fff;line-height: 1.5;margin-bottom: 35px;}
.slider-btn{
	background-image: url(../images/abstract-red.png);
	background-size: cover;
	padding: 20px 40px;
	font-size: 16px;
	font-weight: 700;
	color: #fff; 
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 5px 5px 12px #00000070;
}
.slider-btn:hover{
	color: #fff;
	box-shadow: none;
}
.hero-sliderUpdate .slick-dots{position: absolute;bottom: 50px;left:290px;z-index: 99;padding-left: 0; width: auto}
.hero-sliderUpdate .slick-dots li{
	list-style: none;
	display: inline-block;
	border: solid 2px #acacac;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 3px;
}
.hero-sliderUpdate .slick-dots li button{
	display: none !important;
}
.hero-sliderUpdate .slick-dots li.slick-active{
	background: #c31230;
}

.hero-sliderUpdate{
	margin: 0;
}
.hero-sliderUpdate .slick-dots li a.active{ background-color: #c6122d;}
.hero-slider .banner{position: absolute;top: 0;left: 0;}
.hero-slider .banner.active{z-index: 4;}
.hero-slider {background-image: url(../images/abstract.png);background-position: left top;height: 100vh;}
.hero-sliderUpdate .slide-section{
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
}
.slide-section:after{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.hero-sliderUpdate .slick-dots{
	bottom: 30px;
}

/*----------- Mobile slider --------------*/
.mobile-slider{display: none; position: relative;}
.mobile-slider .banner-text{position: absolute; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding-left: 30px; color: #fff; z-index: 12;}
.mobile-slider .banner-text p{font-size: 24px;}
.mobile-slider .slick-dots{bottom:0px; z-index: 9; text-align: left; padding-left:30px;}
.mobile-slider .slick-dots li{background-color: #c41131; border-radius: 100%; border:3px solid transparent; width: 16px;height: 16px; margin: 0 3px;}
.mobile-slider .slick-dots li button{padding: 0;}
.mobile-slider .slick-dots li button::before{display: none;}
.mobile-slider .img--holder{background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 10;}
.mobile-slider .slick-prev, .mobile-slider .slick-next{display: none;}
.mobile-slider .slick-slider{margin-bottom: 0;}

/*------------- Cover Banner section -----------*/
.cover-banner{padding-top: 200px; padding-bottom: 40px; position: relative; z-index: 1;}
.cover-banner:before , .mobile-slider .img--holder:before{content: '';position: absolute; left: 0; right: 0; top: 0; bottom: 0;z-index: -1; 
background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)),color-stop(1%, rgba(0,0,0,0.79)),to(rgba(255,255,255,0))); 
background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.79) 1%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.79) 1%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=1 );}

.inner-banner::before{display: none;}
.mobile-slider .img--holder:before{z-index: 2;}


.cover-text small{font-family: 'Ropa Sans', sans-serif; display: block;font-size: 14px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 15px;}
.cover-text{color: #fff; }
.cover-text h1{padding-bottom: 80px;}
.cover-text p{font-size: 20px; width: 50%;}
.cover-banner .container{position: relative;}

.breadcrumbs{list-style: none; padding: 0px; margin-bottom: 15px;}
.breadcrumbs li{display: inline-block; font-size: 14px; text-transform: uppercase;   letter-spacing: 3px;}
.breadcrumbs li a{color: #fff; position: relative;display: block; padding-right: 25px; text-transform: uppercase;}
.breadcrumbs li:last-child a{padding-right: 0;}
.breadcrumbs li a:hover{color: #C31230;}
.breadcrumbs li a::before{content:"\f105"; font-family: 'fontAwesome'; position: absolute; right: 4px; font-size: 20px; top: -1px;}
/*---------- Common section -----------*/
.grid-column{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap;}
.grid-column .two-clm{ width: 100%; padding:140px 80px; position: relative;}
.grid-column .two-clm h2{text-transform: capitalize;}
.grid-column .two-clm figure {margin-bottom: 150px;}
.grid-column .two-clm figure a span{display: block; color: #fff; margin-top: 16px; font-size: 16px; font-weight: 600; -webkit-transition: all 0.4s linear; transition: all 0.4s linear;}
.grid-column .two-clm figure a span img{margin-left: 10px; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; position: absolute;}
.grid-column .two-clm figure a span:hover{color: #ff8c8c;}
.grid-column .two-clm figure a span:hover img{margin-top: 7px;}
.grid-column .two-clm a.btn{margin-top:30px; min-width: 170px; padding: 10px 15px;}
.grid-column .two-clm b{display: block; color: #C31230; margin-bottom: 25px;}
.grid-column .two-clm p{font-size: 20px;}
.grid-column .two-clm:nth-of-type(1){ width: 60%; padding-left: 380px; padding-right: 177px;}
.grid-column .two-clm:nth-of-type(2){ width: 40%; border-bottom: 8px solid  #c1142d; color: #fff; position: relative;}

.grid-column .two-clm:nth-of-type(2) .btn-danger{ position: absolute; top: -101px; left: 0; font-size: 20px; padding-left: 20px; padding-right: 20px; box-shadow: 0px 4px 10px rgb(0, 0, 0,0.2); padding-top: 20px; padding-bottom: 20px; min-width: 300px;}
.grid-column .two-clm:nth-of-type(2) .btn-danger:hover{background-color: #ab071e;}
.grid-column .two-clm:nth-of-type(2) .btn-danger img{display: inline-block; vertical-align: middle; margin-right: 13px; }
.grid-column .two-clm:nth-of-type(2) .btn-danger:before{content: ''; position: absolute;right: 52px; top: 18px; bottom: 18px; width: 2px; background-color: #f5758a;}
.grid-column .two-clm:nth-of-type(2) .btn-danger .fa{ margin-left:25px; color: #f5758a;}
.grid-column .two-clm:nth-of-type(2) .btn-danger.btn-left::before{right: 65px;}


/*.grid-column .two-clm:nth-of-type(2)::before{
	content: '';
	position: absolute;
	left:-138px;
	width: 138px;
	top: 43%;
	-webkit-transform: translateY(-43%);
	-ms-transform: translateY(-43%);
	transform: translateY(-43%);
	height: 2px;
	background-color: #c21332;
}*/

.grid-column .two-clm .list-con strong{ font-size: 20px; font-weight: 800; display: block; margin-bottom: 15px;}
.grid-column .two-clm .list-con{margin-bottom:320px;}
.grid-column .two-clm .list-con p{ margin-bottom: 9px; font-weight: 600;}
.grid-column .two-clm .list-con ul{margin-top:50px;}
.grid-column .two-clm .list-con ul li{font-size: 20px; font-weight: 600; margin-bottom: 20px; padding-left: 15px;}

.supplier-sec{margin-top: -238px; position: relative; z-index: 3;}
.supplier-sec .figure-cation{ margin-left: -50px; margin-right: -50px;}
.supplier-sec .figure-cation figure{display: none;}
.figure-cation{color: #fff; padding-top: 230px; padding-left: 200px; overflow: hidden; }
.caption-box{width: 60%; float: right; background-color: #858585; padding: 40px 35px; border-top: 8px solid #c2142d;}
.caption-box .btn{ margin-bottom: 50px; margin-top: 20px;}

.figure-cation.side-banner figure{display: inline-block;}

.side-banner{padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap;}
.side-banner figure{width: 100%; -ms-flex-preferred-size: 60%; flex-basis: 60%;}
.side-banner .pdf-btn{width: 100%; -ms-flex-preferred-size: 40%; flex-basis: 40%; padding-top: 55px;} 
.side-banner .pdf-btn .btn:first-of-type{ margin-bottom: 20px; }
.side-banner .pdf-btn .btn{height: 66px; margin-bottom: 17px; margin: 0px 30px; width: calc(100% - 60px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.side-banner .pdf-btn .btn img{margin-left: 15px;}
.side-banner .pdf-btn .caption-box{ width: 650px; float: none; margin-top:63px; padding-top: 260px; margin-left: -160px; padding-left: 50px; position: relative; z-index: 9;}
.side-banner .pdf-btn .caption-box:before{content: '';position: absolute;height: 8px;right: 0;background-color: #c21332;top: 34.5%;width: 50%;}
.side-banner .pdf-btn .caption-box span{display: block; font-size: 28px; margin-top: 10px; font-family: 'Open Sans', sans-serif; text-transform: capitalize;}
.side-banner .pdf-btn .caption-box b{font-size: 90px; font-weight:100; display: block; line-height:60px; font-family: 'Ropa Sans', sans-serif; margin-top: 12px;}
.side-banner .pdf-btn .caption-box p{font-size: 28px; font-family: 'Ropa Sans', sans-serif;  margin-bottom: 0; margin-top: 9px;}
.side-banner figure img{width: 100%;}

.add-bg-left::before{ content: '';position: absolute;left: 0;top: 165px;bottom:79px;background-image: url(../images/bg-red.png);background-repeat: repeat-y;width: 340px;background-size: cover;z-index: -1;}
section.supplier-sec.add-bg-left.bottom:before{bottom: 0;}
.overlay{ position: relative; padding-bottom: 60px;}
.overlay::before{content: '';position: absolute;bottom: -35px;left: 0;right: 0;background-image: url(../images/overlay.png);background-repeat: no-repeat;width: 100%;height: 35px;background-position: bottom center;}
.article p , .article b , .article ul li{color: #000000; font-family: 'Open Sans', sans-serif; font-size: 18px;}
.article ul li { padding-bottom: 0;}
.article img{margin-bottom: 20px; margin-top: -20px;}
.right-col img{ margin-bottom: 15px; margin-top: 0;}
.story-callout img { margin-top: 30px;}
.content-sec{padding-top: 110px; padding-bottom: 100px; margin-bottom: 40px; position: relative;}
/*.content-sec{padding-top: 110px; padding-bottom: 250px; margin-bottom: 40px; position: relative;}*/
.content-sec h6{font-size: 24px; font-family: 'Ropa Sans', sans-serif; font-weight: 400; padding-bottom: 25px;}
.content-sec p{font-size: 18px;}
.content-sec p:last-child{margin-bottom: 0;}
.content-sec h6 a{color: #C31230; text-transform: initial;}

.pb20{padding-bottom:20px;}
.top-brdr{border-top: 10px solid #353432; color: #fff;}

/*------- Testimonial section ---------*/
.testimonial-sec{position: relative; z-index: 2;}
.testimonial-title{text-align: center;}
.testimonial-title strong{display: block; margin-top: 40px; font-size: 20px;}
.testimonial-title img{margin-bottom: 40px;}
.testimonial-title h6{font-size: 28px; font-style: italic; font-family: 'Ropa Sans', sans-serif; line-height: 37px; font-weight: 400; margin-bottom: 0; text-align: center;}
/*---------- btn default section ----------*/
.btn-sec{ padding-top: 130px; padding-bottom: 82px;}
/*.btn-sec{ padding-top: 100px; padding-bottom: 265px;}*/
.btn-sec h5{font-size: 28px; color: #C31230;}
.btn-sec .btn-list{list-style: none; padding: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-flow: wrap;flex-flow: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.btn-sec .btn-list li{-ms-flex-preferred-size: 32%;flex-basis: 32%; width: 100%;}
.btn-sec .btn-list li a{background-image: none; min-width: 100%; font-family: 'Ropa Sans', sans-serif; font-size: 24px; font-weight: 400; padding-top: 38px; padding-bottom:36px; border-width: 6px;}
.btn-sec .btn-list li a img{display: inline-block; vertical-align: text-bottom; margin-right: 10px;}
.btn-sec .btn-list li a.btn i.fa { vertical-align: baseline; }

/*------------ Two column section ----------*/
.flex-row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-flow: wrap;flex-flow: wrap; padding-top: 100px;}
.flex-row .flex-item{width: 50%;}
.flex-row .flex-item figure{padding-left: 50px;}
.flex-row .flex-item:nth-of-type(2){padding: 100px 330px 219px 20px;}

.article .btn-default{position: absolute; top: -32px}
.common-sec h3{line-height: 54px; margin-bottom: 30px;}
.common-sec p{font-size: 20px; color: #333; }
.common-sec span{color: #ab243b; text-transform: uppercase; letter-spacing: 3px; display: block; font-weight: bold; margin-bottom: 20px; font-size: 14px;}

.article h5{font-size: 24px; color: #c3122f; padding-top: 60px;}
.article h5:first-child{padding-top: 10px;}
.gray-box .figure-cation small{display: block; font-size: 18px; font-weight: bold;}
.gray-box .figure-cation b{display: block; font-size: 90px; font-family: 'Ropa Sans', sans-serif; font-weight: 300;}
.gray-box .figure-cation{display: block;}
.gray-box .figure-cation p{font-size: 18px; font-weight: bold; margin-bottom: 0; line-height: 26px;}
.gray-box .figure-cation figure{padding: 90px 61px; float: left; width: 58%;}
.gray-box .figure-cation .caption-box{padding-top: 74px; padding-bottom: 70px; width: 100%; text-align: left; margin-top: 27px;}
.gray-box .pdf-btn{ float: right; width: 40%;}
.gray-box:before{bottom: auto; height: 188px;}

.beyond-banner{color: #fff; padding-top: 180px; padding-bottom: 110px; position: relative; z-index:0; margin-top: -90px;}
.beyond-banner p{color: #fff;}
.beyond-banner.full-cover-img { background-position: left center; }
.beyond-banner .common-sec{position: relative; z-index: 30;}
.beyond-banner .common-sec p{ width: 45%;}
.beyond-banner .common-sec span{color: #fff;}

section.supplier-sec.add-bg-left.btm::before{bottom: 0;}
/*---------- Tab Section -------------*/
.main-tab{ margin-top: -82px;}

.tab-nav{list-style: none;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px; position: relative; }
.tab-nav li{width: 100%; -ms-flex-preferred-size: 24.7%; flex-basis: 24.7%;  background-color: #fff; z-index: 2; position: relative;}
.tab-nav li a{color: #858585; min-width: 100%; padding: 29px 15px; background-repeat: no-repeat; padding-left: 40px; white-space: nowrap;}
.tab-nav li a:hover{color: #ab071e;}
.tab-nav li a img{display: inline-block; vertical-align: middle; margin-right: 12px;}

.tab-nav li.active{background-image: url(../images/abstract-red.png); }
.tab-nav li.active a{
	color: #fff;
	
}
.tab-nav li.active a img{display: none;}

.tab-nav li:nth-of-type(1) a:before{background-image: url(../images/home-red.png);}
.tab-nav li:nth-of-type(2) a:before{background-image: url(../images/windmill_1_.png);}
.tab-nav li:nth-of-type(3) a:before{background-image: url(../images/circle.png);}
.tab-nav li:nth-of-type(4) a:before{background-image: url(../images/drop.png);}

.tab-nav li.active:nth-of-type(1) a:before{background-image: url(../images/home.png);}
.tab-nav li.active:nth-of-type(2) a:before{background-image: url(../images/windmill_1_white.png);}
.tab-nav li.active:nth-of-type(3) a:before{background-image: url(../images/circle-white.png);}
.tab-nav li.active:nth-of-type(4) a:before{background-image: url(../images/drop-white.png);}

.tab-text{ padding-top: 90px; padding-bottom: 120px;}
.tab-text p{font-size: 16px;}
.tab-text ul{margin-bottom: 40px; color: #000000;}
.tab-text ul li{margin-bottom: 20px; line-height: 30px; font-size: 16px; padding-left: 14px;}

.repeat-tab{display: none;}
.repeat-tab.active{display: block;}
.nav-content{position: relative;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 90px 0; margin-bottom: 40px;}
/* .repeat-tab .flex-box{ justify-content: inherit;} */
.flex-box .flex-item{max-width: 100%; width: 32%; padding-right: 30px;}
.flex-box .flex-item img{
	width: 100%;
}
.flex-box .flex-item span{font-size: 18px; font-family: 'Ropa Sans', sans-serif; line-height: 28px;}
.flex-box .flex-item:nth-of-type(3n){padding-right: 0;}
.down-arrow{position: absolute;  bottom: 7px; left: 0; right: 0; margin: auto; text-align: center; font-size: 40px;}
.down-arrow a{ color: #acacac;}

.defalut-box{background-color: #fff; border:6px solid #dbdbdb; padding: 32px; color: #000; margin-bottom: 28px;}
.defalut-box span ,.defalut-box strong{display: block; margin:0px;}
.defalut-box span{ color: #000;}

.defalut-box strong{color: #C31230; font-size: 72px; text-transform: uppercase; font-family: 'Ropa Sans', sans-serif; font-weight: 400;}
.defalut-box p{font-size: 14px; font-weight: bold; line-height: 26px;}
.defalut-box p:last-child{margin-bottom: 0;}

.bg-gray-sec{color: #fff; border: 0px; padding-bottom: 50px;}
.bg-gray-sec span , .bg-gray-sec strong ,.bg-gray-sec p{color: #fff;}

.flex-grid{padding: 100px 0 70px;}
.flex-grid h4{font-size: 42px; padding-bottom: 30px; color: #c3122f;}
.flex-grid .flex-box{padding: 0;}
.flex-grid .flex-item{padding: 0px;}
.flex-grid .common-box{padding: 55px 40px; color: #fff; }
.thumb-nail ,.common-box{margin-bottom: 20px;}
.flex-grid .common-box h6 , .thumb-nail figcaption h6{
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-weight: 400; 
	/*font-size: 24px;*/
	margin-bottom: 10px;
}
.flex-grid .common-box p , .thumb-nail figcaption p{line-height: 24px;}
.gray-box{color: #fff;}
.flex-box .flex-item  .defalut-box span{font-family: 'Open Sans', sans-serif; text-transform: capitalize;}

.thumb-nail{border:6px solid #dadada;}
.thumb-nail figure img{ width: 100%;}
.thumb-nail figcaption{ padding: 25px 30px;}
.thumb-nail figcaption h6{color: #C31230; font-size: 18px; line-height: 27px;}
.thumb-nail figcaption p{color: #000000;}
.content-sec.pt70{padding-bottom: 70px; margin-bottom: 0;}

/*------- Safety page -----------*/
.our-safety .defalut-box{margin-bottom: 0; position: absolute; right: 0; background-color: #858585; bottom: -40px; width: 300px; padding-bottom:25px;}
.our-safety .container{position: relative;}
.our-safety{position: relative;}
.our-safety:before{content: '';position: absolute;left: 0;top: 34px;bottom: 34px;background-image: url(../images/bg-red.png); background-repeat: repeat-y;width: 390px;background-size: cover;z-index: -1;}

.our-safety h6{color: #C31230;}
.safety-sec{ border:6px solid #dadada; padding: 30px 45px; width: 960px; background-color: #fff;}
.safety-sec ul{padding-left: 30px; margin-top: 20px;}
.safety-sec ul li{padding-left: 15px; color: #000000; margin-bottom: 6px;}
.safety-sec ul li:last-of-type{margin-bottom: 0;}

.section-article{padding-top: 60px; padding-bottom: 40px;}
.con-sec{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap;}
.con-sec .content-item{width: 100%;}
.con-sec .content-item p /*, .con-sec .content-item ul li*/ {font-size: 16px; color: #000000; line-height: 32px;    }
.con-sec .content-item p {font-style: italic;}
/*
.con-sec .content-item ul{padding-left: 20px;}
.con-sec .content-item ul li{ margin-bottom: 10px; padding-left: 13px;}
*/
.con-sec .content-item:nth-of-type(1){ width: 60%;}
.con-sec .content-item:nth-of-type(2){width: 40%; padding-left: 40px;}

.grid-clm{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap; border: 6px solid #dadada; padding: 30px 45px; width: 960px;background-color: #fff;}
.grid-clm .grid-itm-sec{ -ms-flex-preferred-size: 50%; flex-basis: 50%; width: 100%;}
.grid-clm .grid-itm-sec ul{padding-right: 50px; margin-top: 25px;}
.grid-clm .grid-itm-sec ul li{font-size: 16px; margin-bottom: 6px; color: #000000; line-height: 28px; padding-left: 14px;}
.grid-clm .grid-itm-sec figure img{width:270px; display: block; margin-left: 40px;}


.safety-program{padding-top: 54px;}
.figure-img{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-flow: wrap; flex-flow: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.figure-img figure{ width: 100%; -ms-flex-preferred-size: 32.7%; flex-basis: 32.7%;}
.figure-img figure img{width: 100%;}
.safety-program .article{margin-top: 50px;}
.safety-program .article h6{color: #C31230; font-weight: 400; padding-top: 15px;}
/*
.safety-program .article ul{color: #000000; margin-top: 12px; padding-bottom: 20px; padding-left: 33px;}
.safety-program .article ul li{padding-bottom:0px; padding-left: 15px; line-height: 32px;}
*/

/*---------- Footer section ------------*/
footer{padding: 25px 10px;}
footer ul{list-style: none; padding-left: 0; margin: 0;}
footer ul li{display: inline-block; margin-right: 20px;}
footer ul li:last-child{float: right; margin-right: 0;}
footer ul li a{color: #fff;}
footer ul li a:hover{color: #ff8fa2;}

.social{margin-top: -7px;}
.social a{font-size: 24px; display: inline-block; margin-left: 15px;}
.home .back-top{display: none;}

.back-top {position: fixed;bottom: 25px;right: 20px;text-align: center;z-index: 10;}
.back-top a {font-size: 26px;width: 40px;height: 40px;vertical-align: middle;line-height: 39px;color: #fff;background: #b30a26;display: inline-block;}
.back-top a:hover {box-shadow: 0px 0px 10px #b30a26;background: #fff;color: #b30a26;}

/* bug fixes */
.supplier-sec .figure-cation .pdf-btn .caption-box:before{
	display: none;
}
.article .btn-default img{
	margin-top: 0;
	margin-bottom: 0;
}
.supplier-sec .figure-cation .btn-default{
	margin-left: 30px;
}
.natural-tab{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.natural-tab .colmn-text{
	-ms-flex-preferred-size: 42%;
	    flex-basis: 42%;
	padding-right: 60px;
}
.natural-tab .colmn-text h3{
	font-size: 30px;
	color: #a71e2e;
	margin-bottom: 0;
}
.natural-tab p a{
	display: block;
	margin-top: 10px;
	color: #000;

}
.footer-btm li:first-of-type{
	font-weight: 400;
	text-transform: capitalize;
}
.footer-btm li:first-of-type a{
	text-transform: capitalize;
}
.footer-btm li{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-btm li a{
	text-transform: uppercase;
}
.natural-hide.active{
	display: none;
}
.QuoteSlider .testimonial-title{
	text-align: center;
}
.QuoteSlider .testimonial-title img{
	margin: 0 auto 30px;
}
.QuoteSlider .slick-dots {
    top: 50%;
    position: absolute;
    bottom: auto;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    left: -100px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.QuoteSlider .slick-dots li{
	display: block;
	border: solid 2px #fff;
	border-radius: 50%;
	margin: 5px 0;
	width: 15px;
	height: 15px;
}
.QuoteSlider .slick-dots li.slick-active{
	background-color: #fff;
}
.QuoteSlider .slick-dots li button{
	display: none !important;
}
.GoalSection spam{
	letter-spacing: 5px;
}
.GoalSection h3{
	margin-bottom: 50px;
    padding-bottom: 30px;
}
.GoalSection h3::before{
	bottom: 0;
	display: none;
}
.GoalSection {
	padding-top: 250px;
	padding-bottom: 300px;
}
.logo .toggle-menu{
	display: none;
}
.image-overlay{
	position: relative;
	z-index: 1;
}
.image-overlay:after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(70, 67, 67, 0.74);
	content: "";
	z-index: 2;
}
.image-overlay .overlay-text{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 50%;
	height: 100%;
	z-index: 3;
}
.image-overlay .overlay-text img{
	max-width: 100%;
	margin-bottom: 50px;
}
.image-overlay .overlay-text p{
	font-size: 20px;
	color: #fff;
}
.red-layer{
	position: relative;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px !important;
	min-height: 430px;
}
.red-layer::after{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #bf0d2b91;
/*    content: "";*/
    position: absolute;
    z-index: -1;
	display: block;
}
.red-layer p{
	font-size: 28px;
	font-style: italic;
	min-width: 100%
}
.red-layer p span{
	display: inline-block;
	width: 100%;
}
.article-colmn{
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.article-colmn .colmn-text{
	width: 60%;
}
.article-colmn .colmn-box{
	width: 35%;
	background-color: rgba(216,216,216,0.25);
	border: solid 5px #dadada;
	padding: 30px 20px;
}
.article-colmn .colmn-box h4{
	color: #a6192e;
	font-size: 20px;
}
.article-colmn .colmn-box p{
	font-size: 14px;
}
.article-colmn .colmn-box p + h4{
	margin-top: 50px;
}
.article-colmn .colmn-text ul{
/*	margin-top: 70px;*/
}
/*
.article-colmn .colmn-text li{
	margin-bottom: 6px;
	font-size: 16px;
*/
	/* font-family: 'Ropa Sans', sans-serif; */
/*
	line-height: 2;
	padding-left: 15px;
}
*/
.testimonial-sec h6 +h6{
	margin-top: 20px;
}
.governance-banner{
/*	padding-top: 400px;*/
}
.governance-text-section .inner-text{
	padding-right: 28%;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 9;
}

.governance-text-section h4{
	margin-bottom: 30px;
}
.governance-text-section{
	position: relative;
	z-index: 9;
}

.governance-text-section h4 a{
	color: #c31230;
}

.governance-text-section p{
	margin-bottom: 25px;
}
.governance-text-section li{
	padding-left: 15px;
}
.gover-colmn{
	padding-top: 100px;
	position: relative;
	box-shadow: inset -2px 25px 41px -16px rgba(208, 208, 208, 0.75);
}
/* .gover-colmn:after{
	position: absolute;
	content: "";
	top: 0px;
	height: 50px;
	width: 100%;
	left: 0px;
	background-image: url(../images/over.png);
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
} */
.governance-table { 
	color: #555555;
	border-spacing: 0;
	width: 100%;
	border: none;
	margin: 0 0 40px;
}
.governance-table tr td:nth-child(2), .governance-table tr td:nth-child(4) {
    text-align: right
}
.governance-table tr td:nth-child(2) { padding-right: 40px;}

.governance-table tr td:nth-child(1), .governance-table tr td:nth-child(3) {
    width: 35%;
}
.governance-table tr td {
    width: auto;
	padding: 8px 0;
    border-bottom: 2px solid #CCCCCC;

}
.article p a, .article li a {
	color: #c31230;
	text-transform: lowercase;
}
.textSection li p{
	margin-bottom: 0;
}
.textSection li{
	margin-bottom: 6px;
	padding-left: 15px;
}
.textSection h6{
	font-size: 24px;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
}
.italic-font p{
	/* font-family: 'Ropa Sans', sans-serif; */
	font-style: italic;
}
.italic-font img + p {
	font-style: normal;
}
.extra-space{
	padding-bottom: 20px;
}
/* .black-link{
	color: #000;
	font-weight: 700;
	text-decoration: none;
} */
.textSection li a, .governance-text-section p a{
	color: #c31230;
}
.textSection h4{
	font-size: 24px;
}
/* .preformance-banner{
	padding-top: 500px;
} */
.colmn .thumb-nail{
	background: #fff;
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}
.preformance-content li{
	font-size: 16px;
	color: #000000;
	margin-bottom: 14px;
	padding-left: 15px;
}
.preformance-content ul{
	margin-bottom: 40px;
}
.preformance-content{
/*	padding: 30px 0 0;*/
}
.preformance-content p{
	margin-bottom: 70px;
	font-size: 12px;
	color: #000000;
}
.social-content h6{
	font-size: 24px;
	color: #a6192e;
	margin-top: 30px;
}
.social-section li strong{
	color: #a6192e;
}
/* .social-section .colmn-box{
	margin-top: 0;
	-ms-flex-item-align: center;
	    align-self: center;
} */
.social-section .text-header p{
	position: relative;
}
.social-section .text-header p:after{
	position: absolute;
	top: 0;
	right: 0px;
	width: 150px;
	height: 2px;
	background-color: #a6192e;
/*	content: "";*/
}
.social-section.article-colmn{
	margin-bottom:200px;
}
.social-box li{
	color: #a6192e;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 2;
}
.social-box li span{
	color: #000000;
	font-weight: 400;
} 
.social-box ol{
	margin: 80px 0;
}
ul.paddLeft{
	margin-left: 15px;
	margin-bottom: 20px;
}
.deversity-profile .colmn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.deversity-profile .colmn-box{
	padding: 32px 15px 11px 43px;
	border: 5px solid #dadada;
	    -ms-flex-preferred-size: 23%;
	        flex-basis: 23%;
	margin-bottom: 74px;
	margin-right: 2%;
	border-radius: 26px;
}
.deversity-profile .colmn-box img {
	width: 100%;
}

.deversity-profile .colmn-box h4{
	font-size: 20px;
	color: #a6192e;
	margin-bottom: 30px;
}
.deversity-profile .colmn-box figure{
	width: 100%;
	margin: 0 0 20px;
}
.deversity-profile .colmn-box figure img{
	border: solid 2px #fff;
	border-radius: 50%;
}
.deversity-profile .colmn-box .inner {
	max-width: 100%;
}
.deversity-profile h3{
	font-size: 24px;
	font-weight: 700;
	color: #a6192e;
	margin-bottom: 30px;
}
.deversity-profile{
	padding-bottom: 150px
}
.inner-list p strong, .inner-list h4{
	color: #a6192e;
}
.inner-list h4{
	margin-top: 100px;
}
.new-operational{
	margin-top: 0;
}
.new-operational .side-banner .pdf-btn .caption-box{
	margin-right: -160px;
	margin-left: 0 !important;
	margin-top: 0;
}
.new-operational.add-bg-left::before{
	left: auto;
    right: 0;
}
.new-operational h3{
	color: #a6192e;
}
.new-operational .side-banner .pdf-btn{
	padding-top: 25px;
}
.new-operational .side-banner figure{
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
}
.new-operational .side-banner {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.new-operational .image-overlay .overlay-text {
    position: absolute;
    top: auto;
    left: 170px;
    width: 50%;
    height: auto;
    z-index: 3;
    bottom: 50px;
}
.new-operational .side-banner .pdf-btn .caption-box p {
	font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-style: normal;
	max-width: 100%;
}
.new-operational .caption-box{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.new-operational{
	margin-bottom: 100px;
}
.people-section .colmn-box{
/*
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
*/	
	-webkit-box-flex: 1;	
	    -ms-flex: 1 0 calc((99% / 3) - (20px * 3) - (6px * 6));	
	        flex: 1 0 calc((99% / 3) - (20px * 3) - (6px * 6));
	background-color: #fff;
	padding: 30px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.people-section .box-group{
	margin-top: 70px;
}
.people-section .colmn-box img{
	margin-top: auto;
}
.overlay.ex-padd{
	padding-bottom: 100px;
}
.new-phil{
	margin-top: 50px;
}
.new-phil .image-overlay .overlay-text {
    position: absolute;
    top: auto;
    left: 50px;
    width: 50%;
	bottom: 50px;
	height: auto;
}
.new-phil .side-banner .pdf-btn .caption-box p {
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	padding-right: 100px;
	
}
.new-phil .side-banner .pdf-btn .caption-box{
	margin-top: 136px;
}
.inner-text h5{
	color: #a6192e
}
.table-section table{
	/* border: solid 2px #dadada; */
	border-collapse: collapse
}
.table-section table td{
	border: solid 2px #dadada;
	color: #000000;
	font-size: 16px;
	padding: 20px 20px 10px;
	padding-right: 10px;
}
.table-section{
	padding-bottom: 150px;
}
.table-section table td p{
	color: #a6192e;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}
.table-section table td .colmn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.table-section table td .colmn .colmn-box {
	min-width: 160px;
}
.table-section table td:first-of-type{
	background-color: rgba(216,216,216,0.20);
}
.un-section{
	margin-top: 0;
}
.un-section h2{
	font-size: 70px;
}
.un-section.new-phil .side-banner .pdf-btn .caption-box p{
	padding-right: 0;
}
.un-section.new-phil .colmn-box{
	margin: 0px 100px;
}
.un-section.new-phil .side-banner .pdf-btn .caption-box {
    margin-top: 20px;
}
.un-section .side-banner .pdf-btn{
	padding-top: 150px;
}
.preformance-content p {
    font-size: 16px;
}
.navbar li.active .dropdown-menu{
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
	visibility: visible;
}
.navbar li.active .dropdown-btn:after{
	top: 80px;
    opacity: 1;

}
.navbar li.active a img {
    filter: grayscale(0);
    opacity: 1;
}
.fixed.dropdown-menu{
	position: fixed;
	top: 0px;
	left: 0;
}
.graph{
	width: 100%;
	height: 430px;
	max-width: 100%;
}
.graph ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.graph ul li{
	width: 14%;
	list-style: none;
	height: 100%;
	border: solid 5px #a6192e;
	position: relative
}
.graph ul li:not(:nth-of-type(1)){
	margin-left: -5px;
}
.graph ul li span{
	top: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 12px !important;
	color: #000;
	margin-bottom: 0;
	padding-top: 5px;
}
.graph ul li p{
	-webkit-transform: rotate(-90deg) translateY(-100%);
	-ms-transform: rotate(-90deg) translateY(-100%);
	transform: rotate(-90deg) translateY(-100%);
	top: 20px;
	margin: 0;
	position: absolute;
	left: 50%;
	font-size: 14px;
	min-width: 60px;
			
}
.graph ul li.height95{
	height: 95%;
}
.graph ul li.height90{
	height: 90%;
}
.graph ul li.height85{
	height: 85%;
}
.graph ul li.height80{
	height: 80%;
}
.graph ul li.height75{
	height: 75%;
}
.graph ul li.height70{
	height: 70%;
}
.graph ul li.height65{
	height: 65%;
}
.graph ul li.height60{
	height: 60%;
}
.graph ul li.height55{
	height: 55%;
}
.graph ul li.height50{
	height: 50%;
}
.graph ul li.height45{
	height: 45%;
}
.graph ul li.height40{
	height: 40%;
}
.graph ul li.height35{
	height: 35%;
}
.graph ul li.height30{
	height: 30%;
}
.graph ul li.height25{
	height: 25%;
}
.graph ul li.height20{
	height: 20%;
}
.graph ul li.height15{
	height: 15%;
}
.graph ul li.height10{
	height: 10%;
}
.graph ul li.height5{
	height: 5%;
}
.cover-banner {
    margin-top: 143px;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open #modals {
  height: 100%;
  width: 100%;
}
body.modal-open.modal-animate #modals {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.modal-open.admin-bar #modals .close-modal {
  top: 30px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding: 56.3% 0 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modals {
  z-index: 99999999999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#modals .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #E24586;
  display: inline-block;
  padding: 15px;
  z-index: 10;
  cursor: pointer;
}
#modals .close-modal i.fa {
  font-size: 40px;
  font-weight: normal;
	color: #a6192e;
}
#modals .modal-item {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  min-height: 100px;
}
#modals .modal-item.video-modal {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#modals .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-thin {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.container-thin p,
.container-thin ul {
	line-height: 30px;
}

.preformance-content p.perf-footnote {
	font-style: italic;
	font-size: 14px;
}

.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	
	.hidden-xs {
		display: none !important;
	}
}

.visible-sm {
	display: none !important;
}

@media (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	
	.hidden-sm {
		display: none !important;
	}
}

figure.graph.seven-list li {
	width: calc((100% / 7) + (1px * 3));
}

.caption-box p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.caption-box.no-abs p,
.side-banner .pdf-btn .caption-box.no-abs p {
	position: static;
	top: auto;
	left: auto;
	-ms-transform: inherit;
	-webkit-transform: inherit;
	transform: inherit;
	margin-top: auto;
	margin-bottom: auto;
}

.red-layer .red-bg {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #bf0d2b;
	opacity: 0.57;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row .colmn-box {
	padding-right: 10px;
	padding-left: 10px;
}

strong.red {
	color: #a6192e;
}

p {
	margin-bottom: 30px;
}

ul {
	margin-bottom: 8px;
}

.social {
	display: none !important;
}

a.nocap {
	text-transform: none !important;
}

a.cap {
	text-transform: capitalize !important;
}

.repeat-tab .flex-box.overlay {
	padding-bottom: 20px;
}

.repeat-tab .flex-box figure.graph {
	margin-bottom: 55px;
}

body.overview-governance .inner-text {
	max-width: 704px;
	padding-right: 0;
}

.side-image {
	background: url('../images/side-graphic.png') no-repeat right 132px / auto auto;
}

.code-conduct .side-image {
	background-position: right 350px;
}

.side-image-lower {
	background-position: right 322px;
}

.side-image-bottom {
	background: url('../images/side-graphic-bottom.png') no-repeat right bottom / auto auto;
}

.side-image-middle::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 540px;
	height: 100%;
	max-width: 40%;
	display: block;
	background: url('../images/side-graphic.png') no-repeat right center / 100% auto;
}

.side-image-left::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	height: 770px;
	max-width: 10%;
	display: block;
	background: url('../images/side-graphic-left.png') no-repeat left top / 100% auto;
}

.side-image-both::before, .side-image-both::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	height: 770px;
	max-width: 10%;
	display: block;
	background: url('../images/side-graphic-tall.png') no-repeat left top / 100% auto;
}

.side-image-both::after {
	bottom: 0;
	top: auto;
}

.side-image-top-right {
	position: relative;
}


.side-image-top-right-tall {
	position: relative;
}

.side-image-top-right-tall::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 540px;
	height: 737px;
	max-width: 40%;
	display: block;
	background: url('../images/side-graph-top-right-tall.png') no-repeat right top / 100% auto;
}

.side-image-top-middle {
	position: relative;
}

.side-image-top-middle::before, .side-image-top-middle::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	height: 825px;
	max-width: 20%;
	display: block;
	background: url('../images/side-graphic-taller.png') no-repeat right top / 100% auto;
}

.side-image-top-middle::after {
	top: 50%;
	background: url('../images/side-graphic-tall.png') no-repeat right top / 100% auto;
}

.side-image .container {
	position: relative;
	z-index: 10;
}

.left-col {
	float: left;
	width: 66%;
}

.right-col {
	float: right;
	width: 34%;
	padding-left: 20px;
}

.clearfix {
	clear: both;
}

.callout-titled {
	margin-top: 386px;
	padding-bottom: 27px;
}

.callout-titled .side-callout {
	margin-top: 0;
}

.callout-titled h4 {
	color: #A6192E;
	margin-bottom: 36px;
	font-size: 32px;
	line-height: 1.3;
	padding-left: 30px;
}

.callout-titled .side-callout h5 {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.callout-titled img {
	margin-bottom: 25px;
}

.callout-titled p {
	margin: 0;
}

.side-quote {
	position: relative;
	padding-right: 160px;
}

.side-quote .inner-quote {
	position: absolute;
	top: -30px;
	left: calc(100% - 140px);
	width: 444px;
	max-width: 64%;
	color: #C31230;
	border-left: 5px solid #eeeded;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	padding: 20px 0 20px 50px;
}

.side-quote .inner-quote span {
	color: #333333;
	font-weight: normal;
	font-size: 22px;
	display: block;
	margin-top: 20px;
	font-style: normal;
}

.side-quote.flush-quote {
	padding-right: 0;
	margin-top: 100px;
	margin-bottom: 30px;
}

.side-quote.flush-quote .inner-quote {
	position: static;
	max-width: 100%;
}

.side-quote.flush-quote + .side-callout {
	margin-top: 400px;
}

.next-page {
	display: block;
	background: url('../images/next-page.png') no-repeat center center / cover;
	padding: 75px 0;
	border-top: 10px solid #333;
}

.next-page span {
	display: block;
}

.next-page strong {
	color: #E3ABB5;
}

.next-page .inner strong {
	font-weight: normal;
}

.next-page .inner {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
}

.next-page .inner::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 43px;
	margin-right: 30px;
	vertical-align: top;
	background: url('../images/icon-book-pink.png') no-repeat center / auto 100%;
}

.next-page .inner.icon-people::before {
	width: 48px;
	height: 43px;
	background-image: url('../images/icon-people-pink.png');
}

.next-page .inner.icon-env::before {
	width: 48px;
	height: 43px;
	background-image: url('../images/icon-envir-pink.png');
}

.next-page .inner::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 43px;
	padding-left: 5%;
	background: url('../images/arrow-right-white.png') no-repeat right center / auto 100%;
}

@media (max-width: 991px) {
	.left-col, 
	.left-col.colmn-text,
	.right-col {
		padding: 0;
		width: 100% !important;
		max-width: none;
	}
	
	.right-col.ee-sidebar {
		padding-top: 50px;
		text-align: center;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.side-callout {
		margin-top: 0;
		width: 98%;
		max-width: none;
		margin-bottom: 40px;
	}
	
	.callout-titled {
		margin-top: 0;
	}
	
	.side-image {
		background-size: 50% auto;
		background-position: right 80%;
	}
	
	.side-callout p, .side-callout h4 {
		max-width: none;
	}
	
	.side-quote {
		padding-right: 0;
	}
	
	.side-quote .inner-quote {
		position: static;
		max-width: none;
		width: auto;
		padding-left: 30px;
	}
	
	.side-quote.flush-quote {
		margin-top: 30px;
	}
	
	.side-quote.flush-quote + .side-callout {
		margin-top: 0;
	}
	
}

@media (max-width: 530px) {
	.side-quote .inner-quote {
		font-size: 22px;
	}
	
	.side-quote .inner-quote span {
		font-size: 16px;
	}
	
}

a.no-link {
	cursor: text;
}

.diversity-pie-charts .colmn {
	margin-right: -15px;
}

.diversity-pie-charts .colmn .colmn-box {
	min-width: 200px;
	width: 26%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 26%;
	        flex: 1 0 26%;
}

.diversity-pie-charts .colmn p {
	font-size: 16px;
	color: #1a1818;
	margin: 0;
}

.diversity-pie-charts .colmn .colmn-box.large-box p {
	max-width: none;
}

.diversity-pie-charts .colmn .colmn-box.large-box {
	-webkit-box-flex: 1 0 calc(100% - 25%);
	min-width: calc(100% - 25%);
	width: calc(100% - 25%);
	-ms-flex: 1 0 calc(100% - 25%);
	-webkit-box-flex: 1;
	        flex: 1 0 calc(100% - 25%);
	background-size: cover;
	background-position: left center;
}

.diversity-pie-charts .colmn .colmn-box.large-box figure {
	width: calc(33.333% - 45px);
	float: left;
	max-width: 176px;
}

.diversity-pie-charts .colmn .colmn-box.large-box .key {
	float: left;
}

.diversity-pie-charts .colmn .colmn-box.large-box .key .key-left,
.diversity-pie-charts .colmn .colmn-box.large-box .key .key-right {
	width: 49%;
	float: left;
}

.diversity-pie-charts .colmn .colmn-box p::before {
	content: "";
	border-radius: 100%;
	background: #aa222c;
	border: 3px solid #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	margin-right: 12px;
}

.diversity-pie-charts .colmn .colmn-box p.gray::before {
	background: #929292;
}

.diversity-pie-charts .colmn .colmn-box p.light-gray::before {
	background: #CCCCCC;
}

.diversity-pie-charts .colmn .colmn-box p.grey::before {
	background: #AFAFAF;
}

.diversity-pie-charts .colmn .colmn-box p.dark-gray::before {
	background: #515151;
}
.deversity-profile .colmn-box h4 span {
    font-size: 16px;
	color: #1a1818;
	display: block;
	margin-right: -15px;
	letter-spacing: -1px;
	padding-top: 5px;
}

@media (max-width: 991px) {

	.diversity-pie-charts .colmn .colmn-box {
		margin-right: 15px;
	}
	
	

}

.visible-xxs {
	display: none !important;
}

@media (max-width: 530px) {
	.visible-xxs {
		display: block !important;
	}
	
	.hidden-xxs {
		display: none !important;
	}
	
}

.visible-title-xxs {
	display: none !important;
}

@media (max-width: 560px) {
	.visible-title-xxs {
		display: block !important;
	}
	
	.hidden-title-xxs {
		display: none !important;
	}
	
	.diversity-pie-charts .colmn .colmn-box.large-box figure,
	.diversity-pie-charts .colmn .colmn-box.large-box .key {
		width: 100%;
		float: none;
	}
	
	.diversity-pie-charts .colmn .colmn-box.large-box .key .key-left,
	.diversity-pie-charts .colmn .colmn-box.large-box .key .key-right {
		width: 100%;
		float: none;
	}
	
	.diversity-pie-charts .colmn {
		margin-right: 0;
	}
	
	.diversity-pie-charts .colmn .colmn-box.large-box {
		width: 100%;
	}

}

.env-header.cover-banner {
	padding-top: 130px;
	padding-bottom: 130px;
	background-size: auto 100%;
	background-color: #000;
	background-position: right top;
}

.env-header.cover-banner h1 {
	padding: 0;
	margin: 0;
}

.env-section .inner-text {
	padding-bottom: 30px;
}

.env-section h3 {
	font-size: 42px;
}

.env-section .side-callout {
	margin-top: 100px;
}

.env-section .side-callout h4 {
	max-width: 175px;
}

.col3 {
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 83px;
}

.col3.no-lines .col::after {
	display: none !important;
}

.col3 .col {
	position: static;
	padding: 15px 30px 0;
	width: 33.3333%;
	float: left;
}

.col3 strong.red {
	font-weight: normal;
	/*font-size: 20px;*/
	/*font-family: 'Ropa Sans', sans-serif;*/
	margin-bottom: 15px;
	display: block;
}

.col3 .col::after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background: #DADADA;
	display: block;
	-ms-transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px);
}

.col3 .col:first-of-type::after {
	display: none;
}


@media (max-width: 991px) {
	.env-section .side-callout {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.col3 {
		margin: 50px 0;
	}
	
	.col3 .col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.col3 .col::after {
		display: none;
	}
	
}

.tab-heading {
	padding-top: 64px;
	padding-bottom: 56px;
}

.tab-heading h2 {
	font-size: 48px;
	line-height: 1;
	letter-spacing: -2px;
}

.tab-heading h5 {
	margin-bottom: 10px;
}

.tab-heading p {
	color: #C31230;
	font-weight: 600;
	font-size: 20px;
}

.tab-heading p.reg {
	color: inherit;
	font-size: 18px;
	font-weight: normal;
}

.tab-heading .tab-left {
	float: left;
	width: 32%;
}

.tab-heading .tab-right {
	float: right;
	width: 67%;
	text-align: right;
}

.tab-heading .tab-right img {
	margin: auto;
	display: block;
}

.tab-heading .tab-right img:last-of-type {
	display: none;
}

.trir {
	border-top: 3px solid #DADADA;
	border-bottom: 3px solid #DADADA;
}

.trir.container {
	padding-top: 63px !important;
	padding-bottom: 63px !important;
}

.trir .tab-heading {
	padding: 0;
}

.trir ul {
	font-size: 16px;
	line-height: 32px;
}

.trir p {
	font-weight: normal;
	font-family: 'Ropa Sans', sans-serif;
}

@media (max-width: 767px) {
	.tab-heading .tab-left {
		margin-bottom: 40px;
	}
	
	.tab-heading .tab-left,
	.tab-heading .tab-right {
		width: 100%;
		max-width: none;
		float: none;
	}

	.tab-heading .tab-right {
		/*margin-left: -15px;*/
	}

	.tab-heading .tab-right img {
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	

	.tab-heading .tab-right img {
		display: none;
	}
	
	.tab-heading .tab-right img:last-of-type {
		display: block;
	}
}

.cover-banner.hero-banner {
	padding: 30px 0 48px;
	min-height: 500px;
}

.cover-banner.hero-banner .cover-text {
	max-width: 453px;
}

.cover-banner.hero-banner .cover-text p {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.chairman .right-col {
	text-align: center;
	margin-bottom: 50px;
}

.chairman h5 {
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
}

ul.default, ul.primary {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.default li, ul.primary li {
	position: relative;
	padding-left: 20px;
}

ul.default li::after, ul.primary li::after {
	content: "\2022";
	position: absolute;
	top: 4px;
	color: #980321;
	left: 0;
	line-height: 1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

ul.primary {
	margin-bottom: 55px;
	line-height: 1.5;
}


ul.primary li {
	margin-bottom: 15px;
}

ul.primary.padded li {
	margin-bottom: 15px;
}

ul.default li {
	margin-bottom: 16px;
}

hr.divider {
	visibility: hidden;
	padding: 25px;
	clear: both;
	width: 100%;
}

.homepage {
	position: relative;
	min-height: 100vh;
	background: url('../images/side-graphic-home.png') no-repeat right center / auto 100% #fcfcfc;
}

.homepage h1 {
	font-size: 72px;
	line-height: 1;
	color: #A6192E;
	font-family: 'Ropa Sans', sans-serif;
}

.home-content p {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-bottom: 33px;
}

.home-content {
	position: static;
	padding-top: 200px;
	padding-bottom: 180px;
}

.home-content::before {
	z-index: -1;
/*	content: "";*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url('../images/side-graphic-lines.svg') no-repeat right bottom / auto 100%;
}

.home-content::after {
	z-index: 1;
	content: "";
	position: absolute;
	bottom: 20px;
	width: 65%;
	height: calc(100% - 177px);
	right: 20px;
	display: block;
	background: url('../images/home-snapshots.png') no-repeat center bottom / contain;
}

.home-content .container {
	position: relative;
	z-index: 10;
}

.home-video {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	overflow: hidden;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home-left {
	max-width: 515px;
}

.home-btns {
	max-width: 216px;
}

.home-btns > a {
	display: block;
	border: 1px solid #999999;
	padding: 19px 10px 20px;
	color: #555555;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background: #fcfcfc;
}

.home-btns .home-btn {
	z-index: 10;
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #999999;
	padding: 19px 20px 20px;
	min-height: 57px;
	color: #555555;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background: #fcfcfc;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s, border 0.3s, background 0.3s, color 0.3s;
	transition: width 0.3s, border 0.3s, background 0.3s, color 0.3s;
}

.home-btns .home-btn::after {
	content: "";
	z-index: 99;
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 4px;
	/*background: #EBEBEB;*/
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.home-btns .home-btn .btn-text {
	position: absolute;
	right: 50%;
	top: 50%;
	display: inline-block;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: transform 0.3s, right 0.3s;
	-webkit-transition: right 0.3s, -webkit-transform 0.3s;
	transition: right 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, right 0.3s;
	transition: transform 0.3s, right 0.3s, -webkit-transform 0.3s;
}

.home-btns .home-btn .btn-dropdown {
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	background: #EBEBEB;
	border: 1px solid #999;
	padding: 32px 34px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	width: 290px;
	opacity: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.home-btns .home-btn .btn-dropdown a {
	position: relative;
	display: block;
	color: #000;
	padding: 10px 20px 10px 0;
}

.home-btns .home-btn .btn-dropdown a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	padding: 2.5px;
	display: block;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: #A6192E;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.home-btns .home-btn .btn-dropdown a:hover::after {
	right: -5px;
}

.home-btns .home-btn .btn-dropdown a:first-child {
	font-weight: bold;
}

.home-btns .home-btn.open-btn-dropdown {
/*
	text-align: right;
	width: calc(100% + 20px);
	overflow: visible;
	border-right-width: 0;
*/
	z-index: 999;
	background: #EBEBEB;
	color: #000;
	overflow: visible;
}

.home-btns .home-btn.open-btn-dropdown .btn-dropdown {
	opacity: 1;
}



.home-btns > a:first-of-type {
	margin-bottom: 20px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	background: url('../images/home-btn-bg.png') no-repeat center / cover;
	border: 0 none;
	color: #fff;
}

.core-strengths-mobile {
	float: right;
	text-align: center;
	display: inline-block;
	max-width: 50%;
}

.collab-image {
	position: relative;
	height: 653px;
	background: url('../images/Students-Harris.jpg') no-repeat center center / cover #eee;
}

.collab-image::before, .collab-image::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15% 0 0;
	display: block;
	border: 0 solid #C31230;
	background: url('../images/dark-abstract-art.png') no-repeat center center / cover #333;
}

.collab-image::before {
	bottom: 100%;
	border-top-width: 10px;
}

.collab-image::after {
	top: 100%;
	border-bottom-width: 10px;
}

.deversity-profile.collabs {
	padding-bottom: 50px;
}

.collabs .row {
	margin-left: 0;
	margin-right: -37px;
}

.people-section.collabs .box-group {
	margin-top: 10px;
}

.collabs .box-group .row .colmn-box {
	padding: 36px 32px 30px 37px;
	border-width: 6px;
}

.collabs .box-group .row .colmn-box p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
}

.deversity-profile.collabs .colmn-box h4 {
	margin-bottom: 3px;
	font-size: 18px;
	text-transform: uppercase;
	min-height: 40px;
}

.box-group.top-box-group {
	position: relative;
	z-index: 20;
/*	margin-bottom: -70px;*/
}

/*
.box-group.bottom-box-group h3 {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 24px;
	font-weight: normal;
}
*/

.article h5.no-article {
	font-size: 26px;
    color: #000;
}

.ee-sidebar p {
	color: #A6192E;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	/*margin-bottom: 0;*/
}

img.img-left {
	float: left;
	max-width: 45%;
	padding: 1% 4% 1% 0;
	margin: 0;
}
img.img-right {
	float: right;
	max-width: 45%;
	padding: 1% 0 1% 4%;
	margin: 0;
}

ul.it {
	display: inline-table;
}

.our-people .side-quote.flush-quote, .our-people .callout-titled {
	margin-top: 220px;
}

a.pagelink {
	font-weight: 600;
	text-decoration: underline;
}



html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}