.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.mb-1 {
	margin-bottom: 15px !important;
}

.divider.mod-1 {
	padding: 6px;
}

body {
	min-width: 320px !important;
	color: #1a1818;
	line-height: 1.5;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.text-center {
	text-align: center;
}

.navbar > li a {
	font-family: "Open Sans", sans-serif;
}

.navbar > li > a {
	font-weight: 400;
	position: relative;
}

.navbar > li.active > a:before,
.navbar > li.open-item-dropdown > a:before {
	opacity: 1;
}

.navbar > li.active .dropdown-btn:after,
.navbar > li.open-item-dropdown .dropdown-btn:after {
	top: 50%;
}

.navbar > li > a:hover:before {
	opacity: 1;
}

.intro-section {
	position: relative;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 80px;
	min-height: 380px;
	padding-bottom: 30px;
	background-position: 50% 0;
}

.intro-section.homepage-intro {
	min-width: 1px;
	min-height: 100vh;
}

.intro-section.homepage-intro .text-area {
	margin: 150px 0 320px;
}

.intro-section:before {
	content: "";
	min-height: inherit;
	display: block;
	font-size: 0;
	line-height: 0;
}

.intro-section .w-100 {
	width: 100%;
	padding: 0;
}

.intro-section h1 {
	color: #fff;
	margin-bottom: 16px;
}

.intro-section h1 + .btn-arrow {
	margin-top: 35px;
}

.intro-section .text-area {
	padding: 55px 5% 0 0;
	color: #fff;
	font-size: 16px;
	position: relative;
	width: 100%;
	max-width: 865px;
	z-index: 1;
	margin-top: 60px;
}

.intro-section .text-area:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	border-radius: 0 30px 30px 0;
	left: -100vw;
	bottom: 34px;
	background: rgba(26, 24, 24, .9);
}

.intro-section.add-p .text-area {
	margin-bottom: 55px;
}

.intro-section p {
	margin: 0 10% 52px 0;
	line-height: 1.33;
}

.intro-section .home-btns .home-btn {
	border-color: #980321;
	border-radius: 40px;
	background-color: #980321;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 15px 20px;
	color: #fff;
	min-width: 262px;
	text-align: left;
}

.intro-section .home-btns .home-btn .btn-text {
	right: auto;
	left: 25px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro-section .home-btns .home-btn:hover {
	background-color: #660216;
	color: #fff;
}

.intro-section .home-btns .home-btn .btn-dropdown {
	border-radius: 40px;
}

ul.primary:last-child {
	margin-bottom: 25px;
}

ul.default li::after,
ul.primary li::after {
	top: 4px;
}

h1 {
	font-weight: 700;
	line-height: 1.28;
	font-family: "Noto Sans", sans-serif;
}

.btn-arrow {
	display: inline-block;
	vertical-align: top;
	border-radius: 40px;
	background-color: #980321;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.5px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	padding: 15px 20px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 25px;
}

.btn-arrow.no-link {
	cursor: pointer;
}

.btn-arrow:last-child {
	margin-bottom: 0;
}

.btn-arrow.smooth-scroll:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn-arrow:hover {
	background-color: #660216;
	color: #fff;
}

.btn-arrow:after {
	content: "";
	display: inline-block;
	width: 33px;
	height: 19px;
	background-image: url(../images/arrow.svg);
	background-size: 100% 100%;
	margin: 0 -5px 0 5px;
	vertical-align: middle;
}

.btn-arrow.btn-arrow-black {
	background-color: #1a1818;
}

.btn-arrow.btn-arrow-black:hover {
	background-color: #000;
}

h5,
h6,
h3,
h4 {
	font-family: "Noto Sans", sans-serif;
}

h4 {
	font-weight: 700;
	line-height: 1.5;
	font-size: 20px;
}

.ttl-box {
	font-weight: 700;
	margin-bottom: 24px;
}

.content-sec .ttl-box p {
	color: #980321;
	line-height: 1.5;
	font-size: 24px;
}

.ttl-box h4 {
	color: #980321;
}

.ttl-box h4 a {
	color: #980321;
}

.ttl-box h4 a:hover {
	text-decoration: none;
}

blockquote {
	position: relative;
	font-weight: 700;
	font-size: 25px;
	font-family: "Noto Sans", sans-serif;
	position: relative;
	font-style: italic;
	line-height: 1.3;
	padding: 95px 15px 35px;
	color: #980321;
	text-align: left;
	min-height: 277px;
}

.right-col blockquote {
	margin: 50px 15px 50px 0;
}

blockquote q {
	display: block;
	margin-bottom: 20px;
}

blockquote q:before {
	content: "\"";
}

blockquote q:after {
	content: "\"";
}

blockquote:after,
blockquote:before {
	content: "";
	position: absolute;
	width: 172px;
	height: 129px;
	background-image: url(../images/icon-blockquote.png);
	top: 0;
	left: 0;
}

blockquote:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

blockquote cite {
	display: block;
	color: #555;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	font-family: "Noto Sans", sans-serif;
}

blockquote cite:before {
	content: "—";
	margin-right: 3px;
}

.nav-page {
	position: relative;
	z-index: 1;
	padding-top: 37px;
	padding-bottom: 56px;
}

.nav-page .ttl {
	text-transform: uppercase;
	display: block;
	color: #980321;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-top: 25px;
}

.nav-page .container {
	position: relative;
	padding-top: 56px;
	padding-bottom: 41px;
	z-index: 2;
}

.nav-page .container:before {
	content: "";
	position: absolute;
	border-radius: 0 50px 50px 0;
	border: 4px solid #edecec;
	opacity: .9;
	top: 0;
	left: -100vw;
	z-index: -1;
	right: 15px;
	bottom: 25px;
}

.nav-page .btn-arrow {
	margin: 15px 0 0 auto;
}

.nav-page h2 {
	line-height: 1.2;
}

.table-wrap {
	overflow-x: auto;
}

.table-wrap table {
	min-width: 480px;
}

h2 {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.footer {
	color: #fff;
	font-size: 16px;
	padding: 31px 0 0;
	font-weight: 400;
	background-color: #980321;
}

.footer a {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.footer .footer-btm {
	padding: 37px 7px;
	font-size: 16px;
	font-weight: 700;
}

.footer .footer-btm li {
	font-size: 16px;
}

.footer .footer-btm li:first-of-type {
	font-weight: 700;
}

.footer .footer-btm li span {
	font-weight: 400;
}

.footer-top {
	padding: 15px 0;
	border-bottom: 1px solid #c71a3d;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-nav .block-nav {
	padding: 0 15px 30px;
	width: 100%;
}

.footer-nav .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.footer-nav .wrap ul {
	width: 50%;
	padding: 0 15px;
}

.footer-nav .wrap ul:only-child {
	width: 100%;
}

.footer-nav h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 17px;
}

footer .footer-nav ul li {
	display: block;
	margin: 0 0 8px;
}

footer .footer-nav ul li:last-child {
	float: none;
	text-align: left;
}

.diversity-pie-charts .colmn .colmn-box.large-box .key {
	padding: 0;
	width: 100%;
}

.philohero {
	background: url("../images/philohero.jpg") no-repeat center top/cover;
	padding: 25.6% 0 188px;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 30px;
}

.philohero .container {
	width: 100%;
	max-width: 1430px;
}

.philohero .inner {
	max-width: 470px;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	font-size: 20px;
	font-style: italic;
	border-radius: 26px;
	background-color: rgba(26, 24, 24, .9);
	font-weight: 700;
	padding: 30px;
}

.philohero + .next-page {
	margin-top: 0;
}

.side-callout {
	position: relative;
	padding: 8%;
	max-width: 386px;
	width: 100%;
	border-radius: 26px;
	border: 5px solid #eeeded;
	overflow: hidden;
}

.side-callout img {
	margin-bottom: 15px;
}

.side-callout.top-position {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0 0 15px;
}

.side-callout.top-position img {
	width: 100%;
	margin-bottom: 10px;
}

.side-callout.top-position strong.red {
	display: block;
	padding: 8%;
	font-size: 20px;
	font-style: italic;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
	padding: 15px;
}

.side-callout p,
.side-callout ul li {
	color: #c31230;
	font-weight: 600;
	max-width: 308px;
}

.side-callout p {
	margin-bottom: .5em;
}

.side-callout p + ul {
	margin-top: -1.1em;
}

.side-callout h4 {
	text-transform: uppercase;
	max-width: 259px;
}

.side-callout.top-image {
	padding: 0;
	margin-top: 0;
}

.side-callout.top-image img {
	width: 100%;
}

.side-callout.top-image strong.red {
	padding: 8%;
	display: block;
}

.colmn .thumb-nail {
	border-radius: 26px;
	overflow: hidden;
}

.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-wrap .btn {
	margin: 0 5px 10px;
}

.deversity-profile.img-mod .colmn {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.deversity-profile.img-mod .colmn-box {
	padding: 0;
	border: 0;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	margin-bottom: 30px;
}

.governance-text-section .inner-text.pr-0 {
	padding-right: 0;
}

.our-safety:after {
	content: "";
	position: absolute;
	width: 30%;
	top: 35%;
	height: 8px;
	background-color: #c3122f;
	z-index: 0;
	right: -25%;
}

.tab-nav li a:before {
	content: "";
	position: absolute;
	left: 15px;
	width: 30px;
	height: 35px;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.deversity-profile .box-group-logo .colmn-box img {
	width: auto;
}

.text-box {
	padding: 15px;
	border-radius: 25px;
	border: 5px solid #eeeded;
	margin: 0 0 25px;
}

.text-box p:last-child {
	margin-bottom: 0;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 15px !important;
}

.img-right {
	float: right;
	width: 50%;
	margin: 0 0 15px 15px;
	max-width: 250px;
}

.img-logo-box {
	padding: 15px 0;
	margin: 0 auto 15px;
}

.img-logo-box img {
	vertical-align: top;
}

.logo-wrap {
	max-width: 410px;
}

@media (min-width: 768px) {
	.social-section .dropdown-menu > li > a {
		padding: 0 5px;
		font-size: 12px;
	}

	.navbar > li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar > li > a.dropdown-btn:after {
		position: absolute;
		opacity: 1;
		left: auto;
		right: 0;
		font-size: 12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navbar > li > a.dropdown-btn:before {
		right: 0;
	}

	.navbar > li.active > a,
	.navbar > li.open-item-dropdown > a {
		color: #a6192e;
	}

	.navbar > li > a:before {
		content: "";
		position: absolute;
		left: 15px;
		right: 15px;
		border: 1px solid #980321;
		opacity: 0;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		bottom: -5px;
	}

	.navbar > li > a:hover {
		color: #a6192e;
	}

	.intro-section.homepage-intro {
		min-height: 110vh;
	}

	.intro-section.homepage-intro .text-area {
		margin: 0 0 11%;
	}

	.intro-section h1 + .btn-arrow {
		margin-top: 55px;
	}

	.intro-section .text-area {
		margin-top: 64px;
		font-size: 20px;
	}

	.intro-section .text-area:after {
		border-radius: 0 115px 115px 0;
	}

	.intro-section.mod .text-area {
		width: auto;
		min-width: 550px;
		display: inline-block;
	}

	.intro-section .home-btns .home-btn {
		padding: 32px 30px;
		min-width: 282px;
	}

	ul.default li::after,
	ul.primary li::after {
		top: 4px;
	}

	h1 {
		font-size: 50px;
	}

	.btn-arrow {
		padding: 32px 30px;
	}

	.content-sec .ttl-box p {
		font-size: 30px;
	}

	.nav-page .ttl {
		padding-top: 0;
	}

	.nav-page .container {
		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;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.nav-page .container:before {
		bottom: 0;
		right: 140px;
	}

	.nav-page .wrap {
		max-width: 50%;
	}

	h2 {
		font-size: 40px;
	}

	.footer-top {
		padding: 30px 0 64px;
	}

	.footer-nav .block-nav {
		width: 50%;
	}

	.diversity-pie-charts .colmn .colmn-box.large-box .key {
		padding: 35px 0 0 25px;
		width: calc(99% - 170px);
	}

	.philohero {
		margin-bottom: 50px;
	}

	.philohero .inner {
		padding: 44px 70px  52px;
	}

	.side-callout.top-position {
		padding: 0 0 48px;
	}

	.side-callout.top-position img {
		margin-bottom: 40px;
	}

	.side-callout.top-position strong.red {
		padding: 3px 5%;
	}

	.deversity-profile.img-mod .colmn-box {
		width: 50%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
	}

	.img-right {
		margin: 0 0 25px 25px;
		max-width: 350px;
	}
}

@media (min-width: 992px) {
	.navbar > li > a:before {
		bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.social-section .dropdown-menu > li > a {
		font-size: 14px;
	}

	.navbar > li > a {
		font-size: 18px;
	}

	.intro-section {
		padding-top: 110px;
		min-height: 660px;
	}

	.intro-section.homepage-intro {
		min-height: 960px;
		height: 100vh;
	}

	.intro-section .home-btns .home-btn {
		padding: 32px 60px;
		min-width: 342px;
	}

	.btn-arrow {
		padding: 32px 60px;
	}

	h4 {
		font-size: 30px;
	}

	.nav-page .wrap {
		max-width: 66%;
	}

	.governance-text-section .inner-text {
		padding-top: 120px;
		padding-bottom: 100px;
	}

	.content-sec {
		padding-top: 120px;
	}

	h2 {
		font-size: 60px;
	}

	.footer-nav .block-nav {
		padding: 0 15px;
		width: 25%;
	}

	.diversity-pie-charts .colmn .colmn-box.large-box .key {
		width: calc(99% - 370px);
	}

	.philohero {
		margin-bottom: 127px;
	}

	.side-callout {
		margin-top: 300px;
	}

	.side-callout.top-position {
		margin: -61px -5% 15px 5%;
	}

	.our-safety:after {
		right: -15%;
	}
}

@media (min-width: 1200px) {
	.social-section .dropdown-menu > li > a {
		padding: 0 15px;
		font-size: 14px;
	}

	.tab-nav li a:before {
		left: 20px;
	}
}

@media (min-width: 1400px) {
	.site-header {
		padding: 0 118px;
	}

	.navbar li.dropdown-dropped > ul.hover-menu {
		padding-left: 118px;
		padding-right: 118px;
	}

	.dropdown-menu {
		padding-left: 118px;
		padding-right: 78px;
	}

	.navbar {
		margin-right: -15px;
	}

	.navbar > li {
		margin: 0 0 0 35px;
	}

	.navbar > li > a:before {
		bottom: 33px;
	}

	.intro-section.homepage-intro {
		min-height: 1080px;
		height: 100vh;
	}

	.intro-section .container {
		padding-left: 118px;
		padding-right: 118px;
		width: 100%;
	}

	.intro-section .text-area {
		font-size: 24px;
		padding: 75px 5% 0 0;
	}

	h1 {
		font-size: 70px;
	}

	blockquote {
		padding: 95px 16% 35px 16.8%;
		font-size: 35px;
	}

	.right-col blockquote {
		margin: 50px -15% 50px 0;
	}

	.footer .container {
		padding-left: 118px;
		padding-right: 118px;
		width: 100%;
	}

	.side-callout.top-position {
		margin: -61px -12% 15px 17%;
	}

	.our-safety:after {
		right: 0;
	}
}

@media (min-width: 1600px) {
	.social-section .dropdown-menu > li > a {
		font-size: 16px;
	}
}

@media (min-width: 1800px) {
	.right-col blockquote {
		margin: 50px -62% 50px 16%;
	}

	.side-callout.top-position {
		margin: -61px -44% 15px 17%;
	}
}
