/*  
	Theme Name: Allegheny
	Theme URI: 
	Author: Allegheny College Marketing Communications
	Author URI: http://allegheny.edu/
	Description: The primary theme for all of the post 2020 Allegheny sites on allegheny.edu - Staging
	Version: 1.0
	License: 
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: allegheny, college, education
	Text Domain: 
*/

/* Table of Contents
	- - - - - - - - -
	1.0 Fonts
	2.0 Global Declaration
	3.0 - GSAP CSS for Content Animation
	- - - - - - - - -
*/

/* =========================
1.0 - Fonts
========================= */

/* Morganite */
@font-face {
	font-family: 'Morganite Bold';
	src: local('Morganite Bold'), local('Morganite-Bold'),
		url('assets/fonts/Morganite/Morganite-Bold.woff2') format('woff2'),
		url('assets/fonts/Morganite/Morganite-Bold.woff') format('woff'),
		url('assets/fonts/Morganite/Morganite-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	/* font-display: swap; */
}

/* CircularStd */
@font-face {
	font-family: 'Circular Std Book';
	src: local('Circular Std Book'), local('CircularStd-Book'),
		url('assets/fonts/CircularStd/CircularStd-Book.woff2') format('woff2'),
		url('assets/fonts/CircularStd/CircularStd-Book.woff') format('woff'),
		url('assets/fonts/CircularStd/CircularStd-Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	/* font-display: swap; */
}

@font-face {
	font-family: 'Circular Std Bold';
	src: local('Circular Std Bold'), local('CircularStd-Bold'),
		url('assets/fonts/CircularStd/CircularStd-Bold.woff2') format('woff2'),
		url('assets/fonts/CircularStd/CircularStd-Bold.woff') format('woff'),
		url('assets/fonts/CircularStd/CircularStd-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	/* font-display: swap; */
}

@font-face {
	font-family: 'Circular Std Medium';
	src: local('Circular Std Medium'), local('CircularStd-Medium'),
		url('assets/fonts/CircularStd/CircularStd-Medium.woff2') format('woff2'),
		url('assets/fonts/CircularStd/CircularStd-Medium.woff') format('woff'),
		url('assets/fonts/CircularStd/CircularStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	/* font-display: swap; */
}

/* =========================
2.0 - Global Declaration
========================= */
:root {
	font-size: 62.5%;
	/* font-size: 100%; */
}

html,
body {
	width: auto !important;
	overflow-x: hidden !important;
	font-family: 'Circular Std Book';
}

* {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
	outline: 1px dashed #fff;
}

body {
	font-size: 1.6rem;
	line-height: 2.2rem;
	left: 0;
	transition: left 0.25s linear;
}

body section {
	width: 100%;
	margin: 0 auto;
}

body.modal-open {
	padding-right: 0 !important;
}

body.modal-open header.site-header {
	z-index: 99999 !important;
	opacity: 1 !important;
}

body.no-scroll {
	overflow: hidden;
}

body.page-template-template-story-library {
	overflow-x: hidden;
	overflow: auto;
}

body,
p,
a {
	font-family: 'Circular Std Book';
}

h1 {
	font-size: 10.8rem;
	font-family: 'Morganite Bold';
	color: rgb(27, 49, 85);
}

h2 {
	font-size: 5.6rem;
	font-family: 'Morganite Bold';
}

h3 {
	font-size: 4.2rem;
	font-family: 'Morganite Bold';
}

h4 {
	font-size: 2.6rem;
	font-family: 'Morganite Bold';
}

.body-1 {
	font-family: 'Circular Std Book';
	font-style: italic;
	font-size: 3.4em;
}

.body-2 {
	font-family: 'Circular Std Medium';
	font-size: 1.9em;
}

.body-3 {
	font-family: 'Circular Std Book';
	font-size: 1.6em;
}

.body-4 {
	font-family: 'Circular Std Book';
	font-size: 1.4em;
}

img {
	max-width: 100%;
	display: block;
}

ul {
	list-style: none;
}

/* updated 11/14/22 :: Monday :: 11:09 */
.mouse-used:focus {
	border: none;
}

/* updated 11/14/22 :: Monday :: 11:09 */
.tab-used:focus {
	border: 1px dashed #333;
}

.tab-used section.hero-final button.slick-arrow:focus,
.tab-used button.open-story-button-home.open-story-button:focus {
	outline: 1px dashed white;
	outline-offset: 1px;
}

.skip-to-content-link {
	background: white;
	height: 30px;
	left: 5px;
	padding: 8px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 99999;
	border: 0;
	/* text-decoration: underline; */
	line-height: 1;
	border-radius: 5px;
}

.skip-to-content-link:focus {
	transform: translateY(25%);
	outline: 1px dashed white;
}

.aspecRetioWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.aspecRetioWrap img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Button Styles */
.light-button {
	background: url(/wp-content/themes/allegheny/assets/images/button-white.svg);
	border-radius: 0;
	padding: 8px 15px;
	font-size: 1.6rem;
	min-width: 190px;
	color: #1B3155;
	background-size: contain;
	border: none;
}

.light-button:hover {
	background: #E2EBFF;
}

.dark-button {
	background: url(/wp-content/themes/allegheny/assets/images/button-blue.svg);
	border-radius: 0;
	padding: 8px 15px;
	font-size: 1.6rem;
	min-width: 190px;
	color: #fff;
	border: none;
	background-size: contain;
	background-color: #fff;
}

.dark-button:hover {
	background-color: #2A4978;
	color: #fff;
}

/* Scroll Bar Width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #E9EEF9;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #1B3155;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #1B3155;
}

/* =========================
3.0 - GSAP CSS for Content Animation
========================= */

.article:nth-of-type(1),
.article:nth-of-type(2),
.article:nth-of-type(3),
.story-list .item .auth-desc,
.story-list .item .desc p,
.open-story-button,
.hero-final-left h1,
section.home-text-animations h2,
.featured-articles h2,
section.home-text-animations p,
.home-text-animations .search-input-block,
/* ul#menu-sitewide-menu-1, */
.libray-text-animations h2,
.libray-text-animations p,
.libray-text-animations .search-input-block,
#accordion .card .tags,
#accordion .card .card-header,
.textSearchWrap .container h2,
#searchRecentWraper .list {
	opacity: 0;
	transform: translateY(20px);
}

/*.connect-with-us {
	opacity: 0;
	transform: translateX(-20px);
}

.part-2 {
	opacity: 0;
	transform: translateX(20px);
}
*/
.story-list .item .desc::after {
	opacity: 0;
	transform: translateY(-20px);
}

/* text + search css starts */
section.searchOverlay.textSearchWrap.searchBoxActive {
	height: 100%;
	display: block;
	padding-bottom: 20px;
}

div#searchRecentWraper a span {
	letter-spacing: 2px;
	color: #1B3155;
	text-transform: uppercase;
	opacity: 0.5;
}

section.searchOverlay.textSearchWrap {
	display: none;
	position: relative;
	top: 0;
	padding-bottom: 55px;
	height: 0;
	transition: all 0.25s linear;
	z-index: 1;
}

section.search-section.searchPading {
	padding-bottom: 0px;
}

#search-icon {
	cursor: pointer;
	width: 40px;
}

/* text + search css ends */

/* alert module css starts */
header.site-header {
	margin: 0;
	border: 0;
	/* position: fixed;  */
	width: 100%;
	z-index: 9999;
	transition: all 0.25s linear;
}

.alertBox {
	display: flex;
	align-items: center;
	background-color: #F3F8FF;
	margin: 0;
	height: 60px;
	opacity: 1;
	flex-wrap: wrap;
	/* z-index: 999; */
}

.alertBox.hide {
	transition: height 0.25s ease;
	position: relative;
	height: 0;
	z-index: -1;
	opacity: 0;
}

.alertBox p {
	text-align: center;
	margin: 0 auto;
}

.alertBox p a {
	font-size: 1.9rem;
	line-height: 3.1rem;
	color: #1B3155;
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	text-decoration: none;
}

.alertBox .closeText img {
	width: 30px;
	margin-left: 10px;
	margin-right: 20px;
}

.closeText {
	font-size: 1.2rem;
	font-family: 'Circular Std Bold';
	display: flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
}

/* alert module css ends */
/* search module css starts */
.aspecRetioWrap.homefeatured {
	padding-top: 56%;
}

.list .aspecRetioWrap {
	padding-top: 70%;
}

.aspecRetioWrap {
	padding-top: 70%;
	box-shadow: 5px 5px 0px 0px #feda48;
}

input#headerSearch,
input#textSearch {
	width: 320px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 0 20px 0 35px;
	border: none;
	font-family: 'Circular Std Bold';
	letter-spacing: 2px;
	color: #1B3155;
	text-transform: uppercase;
	opacity: 1;
}

.searchOverlay h2 {
	margin-top: 0px;
	text-align: left;
	font-size: 4.2rem;
	line-height: 4.8rem;
	letter-spacing: 1.02px;
	color: #1B3155;
	text-transform: uppercase;
	opacity: 1;
	font-family: 'Morganite Bold';
	margin-top: 50px;
}

div#response a:hover,
.seAllSearch a:hover,
div#searchRecentWraper .list a:hover,
div#searchResponse .list a:hover {
	text-decoration: none;
	color: #1B3155;
}

.seAllSearch a:before {
	content: "";
	background-image: url(/wp-content/uploads/1/2020/08/searchbg-1.png);
	position: absolute;
	left: -20px;
	right: 0;
	width: 100px;
	bottom: 0;
	top: -15px;
	background-repeat: no-repeat;
}

.seAllSearch a {
	position: relative;
}

.seAllSearch {
	position: absolute;
	width: 100%;
	top: 85%;
	left: 100%;
	transform: translate(-50%, -50%);
}

section.search-section input[type="text"]#textSearch::placeholder {
	color: #1B3155;
}

ul.closeIconWrap li:first-child {
	font-family: 'Circular Std Bold';
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1B3155;
	margin-top: 0;
	margin-right: 4px;
}

.headSearchClass [role="button"]:focus,
.headSearchClass a:focus {
	outline: 1px dashed #002144;
	outline-offset: 3px;
}

div#recentWraper .list span,
div#searchRecentWraper .list span,
#searchResponse .list span {
	font-size: 1.2rem;
	line-height: 1.4rem;
	letter-spacing: 2px;
	color: #1B3155;
	text-transform: uppercase;
	opacity: 0.5;
	font-family: 'Circular Std Bold';
}

p.searchTitle {
	letter-spacing: 0px;
	color: #1B3155;
	font-size: 1.4rem;
	line-height: 2.0rem;
	font-family: 'Circular Std Book';
	margin-top: 20px;
	margin-bottom: 0;
}

.seAllSearch a {
	letter-spacing: 0px;
	color: #1B3155;
	font-family: 'Circular Std Bold';
}

div#response span {
	font-size: 1.2rem;
	line-height: 4.8rem;
	text-transform: uppercase;
	letter-spacing: 1.71px;
	color: #8D98AA;
}

#loading-image {
	display: none;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}

.modal-body .info-action a {
	color: #fff;
	background: #1B3155;
	padding: 10px 15px;
	padding: 10px 15px 10px 6px;
}

.info-action .dark-button {
	background: url(/wp-content/themes/allegheny/assets/images/button-blue.svg) !important;
	right: 0;
	border-radius: 0;
	font-size: 1.6rem;
	min-width: 190px;
	color: #fff;
	border: none;
	background-size: cover !important;
	background-color: #fff !important;
}

.searchBoxActive .container {
	margin-bottom: 50px;
}

.info-action .fa-linkedin {
	color: #1B3155;
	background: #fff;
	padding: 4px 8px;
	margin-right: 8px;
}

.info-action .dark-button:hover {
	background-color: #2A4978 !important;
	color: #fff;
}

.modal-body .info-card img {
	object-fit: cover;
	max-height: 150px;
	box-shadow: #fff 5px 5px 0px 0px;
	max-width: 165px;
}

.loader-placeholder {
	width: 100%;
	background-color: whitesmoke;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 220px;
	display: none;
}

#search-img {
	cursor: pointer;
}

.loader-placeholder {
	margin-bottom: 90px;
}

.loaderBox:nth-of-type(even) .loader-placeholder {
	background-color: #E9EEF9;
}

.loaderBox:nth-of-type(odd) .loader-placeholder {
	background-color: #D4DEF3;
}

.loader-placeholder::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 1);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	animation: animationLoader 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both infinite;
}

@keyframes animationLoader {
	from {
		left: -100%;
	}

	to {
		left: 100%;
	}
}

.seAllSearch {
	margin: 40px auto 0;
}

.searchHeader {
	display: flex;
	justify-content: space-between;
	margin: 10px 20px 0;
}

.searchHeader>img {
	width: 150px;
	height: 50px;
}

input#headerSearch {
	width: 320px;
	padding: 7px 20px 0 35px;
	border: none;
}

.seachWarp {
	position: relative;
	top: 30px;
}

input#headerSearch:focus {
	outline: 0;
}

.seachWarp img {
	width: 35px;
	position: absolute;
	left: 0;
	top: 0px;
}

.seachWarp:after {
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/global-search-underline.svg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 30px;
	background-repeat: no-repeat;
}

div#recentWraper .list a,
div#searchResponse .list a,
div#searchRecentWraper .list a,
.featured-articles .featured-articles-list a,
#response .list a {
	display: inline-block;
	width: 100%;
}

div#recentWraper .list .aspecRetioWrap,
div#searchResponse .list .aspecRetioWrap,
div#searchRecentWraper .list .aspecRetioWrap,
.featured-articles .featured-articles-list .aspecRetioWrap {
	transition: .25s all;
}

div#recentWraper .list a:hover,
div#searchResponse .list a:hover,
div#searchRecentWraper .list a:hover,
.featured-articles .featured-articles-list a:hover {
	text-decoration: underline;
}

div#recentWraper .list a:focus,
div#searchResponse .list a:focus,
div#searchRecentWraper .list a:focus,
.featured-articles .featured-articles-list a:focus {
	outline: 1px dashed #002144;
	outline-offset: 3px;
}

div#recentWraper .list a:hover .aspecRetioWrap,
div#recentWraper .list a:focus .aspecRetioWrap,
#searchResponse .list a:focus .aspecRetioWrap,
#searchResponse .list a:hover .aspecRetioWrap,
div#searchRecentWraper .list a:hover .aspecRetioWrap,
div#searchRecentWraper .list a:focus .aspecRetioWrap,
.featured-articles .featured-articles-list a:hover .aspecRetioWrap,
.featured-articles .featured-articles-list a:focus .aspecRetioWrap {
	box-shadow: 5px 5px 0px 0px #FF4400;
}

ul.closeIconWrap {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 5px 0 0px;
}

img#closeIcon {
	width: 30px;
}

p.notFound {
	text-align: center;
	color: #1B3155;
	font-family: 'Morganite Bold';
	font-size: 4.6rem;
	line-height: 4.3rem;
	text-transform: uppercase;
	padding: 50px 0;
}

section.headSearchClass.searchOverlay {
	position: fixed;
	top: -800px;
	z-index: 2;
	background-color: #fff;
	width: 100%;
	transition: all 0.25s linear;
}

.headSearchClass {
	visibility: hidden;
}

.headSearchClass.searchOpen {
	visibility: visible;
}


.headSearchClass [role="button"]:focus,
.headSearchClass a:focus {
	outline: 1px dashed #002144;
	outline-offset: 3px;
}

section.headSearchClass.searchOverlay.searchOpen {
	top: 0;
}

section.searchOverlay {
	padding-bottom: 50px;
}

body {
	position: relative;
}

body.searchOpenOverlay:after {
	content: "";
	display: block;
	position: fixed;
	padding: 100px 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #0009;
}

/* text + search module */
.notFound {
	margin: 0 auto;
}

input#textSearch {
	padding: 20px;
}

.textSeachWarp:after {
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60px;
	background-repeat: no-repeat;
	background-size: contain;
}

/* search module css ends */

/* Header & Navigation Module Styling Starts */
.main-navigation {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	background-color: #1b3155;
	padding: 0px 20px 0px;
	opacity: 1;
	transition: width 0.25s linear, opacity 0.25s linear;
	/* z-index: 999; Possibly the issue with Mobile views */
	z-index: initial;
	position: relative;
	top: 0;
	width: 100%;
	min-height: 53px;
}

.main-navigation.sticky {
	width: 400px;
}

.error404-content {
	margin-top: 65px;
	padding: 50px 0;
	text-align: center;
}

.error404-content a {
	background-image: url(/wp-content/themes/allegheny/assets/images/button-blue.svg);
	padding: 10px 20px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin-top: 25px;
	display: inline-block;
}

.hero-final-left ul {
	overflow: inherit !important;
}

/*.main-navigation.sticky::after {
	display: none;
}*/

.main-navigation::after {
	content: '';
	background-image: url(/wp-content/themes/allegheny/assets/images/Main-nav-sketchy-edge-desktop.svg);
	height: 5px;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -5px;
	background-repeat: no-repeat;
	background-size: contain;
}


/* body.alertActive .main-navigation.sticky {
	top: 60px;
} */

.main-navigation.sticky .nav-left {
	width: 180px;
}

.main-navigation.sticky .nav-right {
	width: 140px;
}

.main-navigation.sticky ul.nav-links {
	display: none !important;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
	opacity: 0;
}

.data-content-block.v2 h2 u {
	padding-bottom: 5px;
}

.main-navigation.hide {
	opacity: 0;
}

.nav-left {
	width: 20%;
	display: flex;
	align-items: center;
	transition: width 0.25s linear;
}

.nav-left img {
	height: 45px;
}

.custom-tab-section .tab-content .tab-details h3 {
	text-transform: uppercase;
}

.nav-right {
	width: 80%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	transition: width 0.25s linear;
}

.accordionSection h2~p {
	max-width: 70%;
	margin: 0 auto;
}

ul.nav-links {
	padding: 0;
	margin: 0;
	margin-right: 40px;
	transition: width 0.25s linear;
	white-space: nowrap;
	/* height: 53px;*/
	overflow: hidden;
}

ul.nav-links li {
	display: inline-block;
}

.nav-right {
	width: 80%;
	display: flex;
	flex-flow: wrap;
}

div#menu-action img {
	height: 18px;
}

div#search-action img {
	height: 15px;
}

ul.nav-links li a {
	color: #fff;
	text-decoration: none;
	padding: 20px 15px 20px;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.nav-links li a:hover,
ul.nav-links li a:focus {
	color: #feda48;
}

ul.nav-links li a:focus {
	outline-offset: -1px;
}

.menu-action {
	display: flex;
	align-items: center;
	padding: 0px 10px 0px;
	cursor: pointer;
	margin-left: 10px;
	padding-right: 0;
	margin-right: 0;
}

.related-content-promo-left {
	padding: 0;
}


.search-action {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.nav-overlay-left {
	min-width: 300px;
	background: #1a3055;
	position: relative;
	z-index: 1;
	overflow-y: auto;
	scrollbar-width: thin;
	height: 100%;
	padding-right: 50px;
}

.nav-overlay-left.hide {
	background: #264068;
	pointer-events: none;
}

.nav-overlay-left ul {
	z-index: 1;
	opacity: 1;
}

.nav-overlay-left.hide ul {
	z-index: -1;
	opacity: 0;
}


ul.nav-overlay-main-links {
	padding: 0px 0px 0px 50px;
	margin: 0;
	list-style-type: none;
	margin-bottom: 80px;
}

ul.nav-overlay-main-links li {
	position: relative;
}

ul.nav-overlay-main-links li:hover {
	opacity: 1 !important;
}

ul.nav-overlay-main-links a {
	color: #fff;
	text-decoration: none;
	margin: 0px 0px 10px;
	text-transform: uppercase;
	display: block;
	font-family: 'Morganite Bold';
	font-size: 6.2rem;
	line-height: 45px;
	letter-spacing: 1.89px;
	transition: all 0.25s linear;
	opacity: 0;
	transform: translateX(-200px);
}

.nav-overlay-secondary-links a,
.nav-overlay-right .nav-options a {
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Circular Std Bold';
}

ul.nav-overlay-main-links a:hover,
.nav-overlay-secondary-links a:hover,
.nav-overlay-right .nav-options a:hover,
ul.nav-overlay-main-links a:focus,
.nav-overlay-secondary-links a:focus,
.nav-overlay-right .nav-options a:focus {
	color: #FEDA48;
}

ul.nav-overlay-main-links a i:before {
	font-size: 2.4rem;
	position: absolute;
	right: -30px;
	top: 8px;
	color: #FEDA48;
}

.nav-overlay-secondary-links i:before,
.nav-overlay-right .nav-options i:before {
	font-size: 2.4rem;
	position: absolute;
	right: -28px;
	top: 18px;
	color: #FFF;
}

ul.nav-overlay-main-links a i,
.nav-overlay-secondary-links a i {
	opacity: 0;
	transition: all 0.25s linear;
}

.nav-overlay-right .nav-options a i {
	position: absolute;
	right: 65px;
	top: -20px;
}

.nav-overlay-secondary-links a i {
	position: absolute;
	right: 0;
	top: -20px;
}

ul.nav-overlay-main-links a:hover i,
.nav-overlay-secondary-links a:hover i,
.nav-overlay-right .nav-options a:hover i,
ul.nav-overlay-main-links a:focus i,
.nav-overlay-secondary-links a:focus i,
.nav-overlay-right .nav-options a:focus i {
	opacity: 1;
}

.nav-overlay-secondary-links a:hover i::before,
.nav-options ul li a:hover i:before {
	color: #FEDA48;
}

ul.nav-overlay-secondary-links {
	padding: 0px 0px 0px 50px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 36px;
	opacity: 0;
}

ul.nav-overlay-secondary-links li {
	position: relative;
}

ul.nav-overlay-secondary-links li a {
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.4rem;
	font-family: 'Circular Std Bold';
}

.logo-block {
	padding: 50px 0px 0px 50px;
	margin-bottom: 60px;
}

.logo-block img {
	width: 120px;
}

.logo-block img.mobile-nav-log {
	display: none;
}

.nav-overlay-right {
	width: calc(100% - 467px);
	background: #274068;
}

.nav-overlay {
	visibility: hidden;
	display: flex;
	flex-flow: wrap;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 0;
	transition: left 0.25s linear;
	z-index: 2;
	background-color: #274068;
}

.nav-overlay.show {
	visibility: visible;
	left: 0px;
}

.nav-overlay-right {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
}

.nav-overlay-right.show {
	position: absolute;
	background: #274068;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.story-items .item button.open-story-button {
	position: inherit;
	opacity: 1;
}

.nav-overlay-right ul {
	list-style-type: none;
	margin: 0;
}

.nav-options {
	padding: 0px 0px 0px 50px;
	margin-top: -240px;
	padding-left: 40px;
}

.nav-options h4 {
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

.nav-options ul li a {
	display: inline-block;
	padding: 0px 0px 10px;
}

/* Animations Starts*/
@keyframes animation-1 {
	0% {
		left: 0px;
		opacity: 0;
	}

	100% {
		left: 30px;
		opacity: 1;
	}
}

@keyframes vTabsSliding {
	0% {
		width: 38px;
		opacity: 1;
	}

	25% {
		opacity: 1;
		width: 10vw;
	}

	50% {
		opacity: 1;
		width: 20vw;
	}

	75% {
		opacity: 1;
		width: 30vw;
	}

	100% {
		opacity: 0;
		width: 40vw;
	}
}

/* Animations Starts*/

.nav-options .nav-option {
	position: absolute;
	top: 192px;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 365px;
	width: 60%;
	visibility: hidden;
}

.nav-options .nav-option.expanded {
	animation: animation-1 0.3s linear 1;
	animation-fill-mode: forwards;
	z-index: 0;
	visibility: visible;
}

.hero-final-left ul.main-footer-links::before {
	content: '';
	height: 5px;
	width: 100%;
	z-index: 99999;
	position: absolute;
	left: 0px;
	right: 0px;
	background-image: url(/wp-content/themes/allegheny/assets/images/CTA-bar-sketchy-edge-desktop.svg);
	bottom: 57px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: width 0.25s linear;
}

.error404-content h1.entry-title {
	letter-spacing: 3.29px;
	word-spacing: 5px;
	color: #1B3155;
}

.error404-content p {
	color: #1B3155;
}

.hero-final-left ul.main-footer-links.collapsed::before {
	width: 100%;
	bottom: 57px;
	height: 3px;
}

ul.main-footer-links.collapsed {
	padding: 0;
}

ul.main-footer-links.collapsed .action-button {
	padding: 0px 15px 0px;
}

ul.main-footer-links .action-button:focus {
	outline: none;
}

ul.main-footer-links .action-button:focus-visible {
	outline: 1px dashed white;
	outline-offset: -4px;
}

ul.nav-footer-links li,
ul.main-footer-links li {
	display: inline-block;
	text-align: right;
	margin: 0px;
}

ul.nav-footer-links li.featured-item a,
ul.main-footer-links li.featured-item a {
	background-image: url(/wp-content/uploads/1/2020/08/CTA-Connect-with-a-counselor-yellow-underline.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}


ul.nav-footer-links li a,
ul.main-footer-links li a,
ul.main-footer-links li span {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	line-height: 14px;
	letter-spacing: 2px;
	display: inline-block;
	font-family: "Circular Std Bold";
}

ul.nav-footer-links li a:hover,
ul.main-footer-links li a:hover {
	color: #feda48;
}

.nav-options li a {
	text-decoration: none;
	color: #fff;
}

span#close-nav-action {
	font-family: 'Circular Std Bold';
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	display: flex;
	color: #fff;
	text-transform: uppercase;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 3;
}

span#close-nav-action img {
	margin-left: 10px;
	width: 30px;
}

.nav-options ul {
	opacity: 0;
	transition: opacity 0.25s linear;
}

.nav-options ul li {
	transition: left 0.25s linear;
	position: relative;
}

.nav-overlay ul.nav-footer-links {
	flex-flow: wrap;
	position: fixed;
	bottom: 30px;
	width: 100%;
	left: -100%;
	transition: left 0.25s linear;
	text-align: right;
}

.nav-overlay.show ul.nav-footer-links {
	left: -30px;
	opacity: 0;
}

.nav-options li p {
	font-weight: 700;
	margin: 30px 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.4rem;
	letter-spacing: 0.73px;
	font-family: 'Morganite Bold';
}

ul.verticle-tabs {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	z-index: -1;
}

ul.verticle-tabs li {
	position: relative;
	text-orientation: sideways;
	writing-mode: vertical-rl;
	text-align: center;
	border-left: 2px solid #274068;
	background-color: #1a3055;
	cursor: pointer;
	width: 55px;
	transition: all 0.25s linear;
	opacity: 0;
}

ul.verticle-tabs li.vertical-nav-level-2,
ul.verticle-tabs li.vertical-nav-level-3 {
	transform: translateX(-40px);
}

ul.verticle-tabs li:hover {
	width: 65px;
}

ul.verticle-tabs li:hover::before {
	left: 20px;
}

ul.verticle-tabs li:hover a {
	left: 20px;
}


ul.verticle-tabs li a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-family: Morganite Bold;
	font-size: 2.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: absolute;
	left: 14px;
	top: 225px;
	transition: left 0.25s linear;
}

ul.verticle-tabs li:hover a,
li.vertical-nav-level-2:hover::before,
li.vertical-nav-level-3:hover::before {
	color: #FEDA48;
}

.nav-options.level-3,
.nav-options.level-4 {
	opacity: 0;
	z-index: -1;
}

/* li.vertical-nav-level-1::before,
li.vertical-nav-level-2::before,
li.vertical-nav-level-3::before {
	content: "\f107";
	color: #fff;
	vertical-align: text-bottom;
	display: inline-block;
	font-size: 1.8rem;
	margin-bottom: 10px;
	margin-left: 1px;
	font-family: FontAwesome;
} */

li.vertical-nav-level-1::before,
li.vertical-nav-level-2::before,
li.vertical-nav-level-3::before {
	content: "\f107";
	color: #fff;
	vertical-align: text-bottom;
	display: inline-block;
	font-size: 2.4rem;
	font-family: FontAwesome;
	margin-left: 2px;
	margin-bottom: 5px;
	position: absolute;
	top: 200px;
	left: 15px;
	transition: left 0.25s linear;
}


/* Header & Navigation Module Styling Ends */

/* Homepage Hero Module Starts */
/* body.alertActive section.hero-final{
	padding-top: 120px;
} */
section.hero-final {
	display: flex;
	flex-wrap: wrap;
}

section.hero-final.full-width {
	position: relative;

	width: 100%;
}

.hero-final-left {
	background-color: #feda48;
	display: flex;
	position: relative;
	height: 100vh;
	justify-content: left;
	align-items: center;
	width: 50%;
	transition: width 0.25s linear, height 0.25s linear;
}

.hero-final.hero-final.full-width span.ic_scroll {
	left: calc(50% - 20px);
	text-align: center;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/1/2020/08/Fancy-arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.hero-final.hero-final.full-width .ic_scroll {
	bottom: 28%;
}

span.ic_scroll {
	left: 100px;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/1/2020/08/Fancy-arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20%;
	cursor: pointer;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}

	40% {
		-o-transform: translateY(-30px);
	}

	60% {
		-o-transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

/* .hero-final-left.collapsed {
	width: 0;
	transition: width 0.25s linear;
	overflow: hidden;
}
.hero-final-left ul.main-footer-links.collapsed {
	width: 320px;
}
.hero-final-left ul.main-footer-links li{
	position: relative;
	left: 0;
	transition: left 0.25s linear;    
}

.hero-final-left ul.main-footer-links.collapsed li {
	position: relative;
	left: calc( -100% + 10px);
}

ul.main-footer-links.collapsed li:nth-child(4),
ul.main-footer-links.collapsed li:nth-child(5) {
	display: inline-block;
} */

section.hero-final.full-width .hero-final-left {
	width: 100%;
	background-color: #feda48;
}

.hero-final-left ul,
.main-footer-links-wrap ul {
	position: fixed;
	background-color: #253E65;
	padding: 0px 10px 0px 20px;
	left: 20px;
	bottom: 0px;
	z-index: 999;
	transition: max-width 0.25s linear;
	/* max-height: 53px; */
	overflow: hidden;
	white-space: nowrap;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.body-left:before {
	content: "";
	background-image: url(/wp-content/uploads/1/2020/09/2-col-divider-svg-new-1.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background-size: cover;
	height: 100%;
	width: 10px;
}

.hero-final.full-width .hero-final-left {
	justify-content: center;
	padding-left: 0px;
}

.hero-final.full-width h1 p {
	left: calc(50% - 320px);
	max-width: 640px;
	top: calc(50% - 53px);
}

.main-footer-wrapper.hero-final-left {
	background-color: transparent;
	display: block;
	position: relative;
	height: auto !important;
	width: 100%;
	transition: none;
}

section.hero-final.full-width .hero-final-left h1.underline-text {
	width: 100%;
	max-width: 650px;
	margin: -53px auto 0;
	left: auto;
	text-align: center;
}

.story-list .item .desc p {
	font-size: 1.9rem;
	line-height: 2.3rem;
}

.modal-backdrop.show {
	opacity: 0;
}

section.hero-final.full-width .hero-final-left {
	height: 100vh !important;
}

.hero-final-left h1 {
	text-align: left;
	font-family: 'Morganite Bold';
	font-size: 10.8rem;
	letter-spacing: 3.29px;
	line-height: 8.8rem;
	position: relative;
	word-spacing: 5px;
	color: #1B3155;
	max-width: 455px;
	position: absolute;
	left: 100px;
	transition: left 0.25s linear;
	text-transform: uppercase;
	/* top: calc(25% + 53px);*/
}




.hero-final.full-width .hero-final-left h1::before {
	left: 110px;
}

/*.hero-final .hero-final-left h1::before {
	content: "";
	background-image: url(assets/Bad-word-overlay.svg);
	height: 100px;
	width: 100px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 110px;
	top: 12px;
}*/

.hero-final-right {
	width: 50%;
	overflow: hidden;
	opacity: 1;
	transition: width 0.25s linear;
}

.hero-final-right.story-view .photo-grid,
.hero-final-right .photo-grid-2 {
	display: none;
}

.hero-final-right.story-view .photo-grid-2 {
	display: block;
	height: calc(100vh - 53px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* .photo-grid-2 .story-details img {
	width: 100%;
	object-fit: cover;
	object-position: center;
} */
.see-more-stories {
	position: absolute;
	bottom: 50px;
	left: 30px;
}

.see-more-stories a {
	color: #fff;
}

h4.story-question {
	position: absolute;
	width: 100%;
	max-width: 390px;
	color: #fff;
	top: 120px;
	left: 30px;
	font-family: 'Morganite Bold';
	font-size: 8rem;
	letter-spacing: 3px;
	line-height: 0.8;
}

section.hero-final button.slick-prev.slick-arrow {
	left: 100px;
	z-index: 1;
	top: calc(50% - 80px);
}

section.hero-final button.slick-next.slick-arrow {
	right: 100px;
	top: calc(50% - 80px);
}

.related-img-carousel .slick-slide:before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 2;
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E55 50%, #242D3AB1 98%) 0% 0% no-repeat padding-box;
}

.Related-c-carousel .slick-next {
	right: -8px;
}

.Related-c-carousel button.slick-prev {
	left: 30px;
	z-index: 9;
	top: 95px;
}

.footer-right .footer-links a {
	text-decoration: underline;
}

.Related-c-carousel button.slick-next.slick-arrow:before,
.Related-c-carousel button.slick-prev.slick-arrow:before {
	content: "";
	height: 36px;
	width: 48px;
	display: inline-block;
	background-image: url(/wp-content/themes/allegheny/assets/images/arrow-hover-svg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -5px;
	margin-left: -5px;
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease;
}

.Related-c-carousel button.slick-next.slick-arrow:before {
	transform: scale(-1);
	transition: all .5s ease;
}

.Related-c-carousel button.slick-next.slick-arrow:hover::before,
.Related-c-carousel button.slick-next.slick-arrow:focus::before {
	transform: scale(-1.05);
	margin-left: 0px;
}

.Related-c-carousel button.slick-prev.slick-arrow:hover::before,
.Related-c-carousel button.slick-prev.slick-arrow:focus::before {
	transform: scale(1.05);
	margin-left: -10px;
}

.relatedStoriesWrap .slick-next {
	right: 45px;
}

.relatedStoriesWrap .slick-prev {
	left: 54%;
	z-index: 9;
}

.relatedStoriesWrap .slick-prev,
.relatedStoriesWrap .slick-next {
	top: 47%;
	transition: all .5s ease;
}

.relatedStoriesWrap.slick-initialized.slick-slider.slick-dotted button.slick-arrow::before {
	opacity: 1;
	content: "";
	background-image: url('/wp-content/themes/allegheny/assets/images/arrow-blue-homepage.png');
}

.story-list.slick-slider button.slick-arrow::before,
.relatedStoriesWrap button.slick-arrow::before {
	content: "";
	padding: 10px 10px;
	display: inline-block;
	background-image: url('/wp-content/uploads/1/2020/08/arrow-white-homepage.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.related-img-carousel.ltrCarousel button.slick-prev.slick-arrow,
.related-img-carousel.rtlCarousel button.slick-next.slick-arrow {
	display: none !important;
}

section.tabbing-section.container button.slick-prev.slick-arrow {
	left: 0px;
}

section.tabbing-section.container button.slick-arrow::before {
	content: "";
	padding: 20px;
	opacity: 1;
	display: inline-block;
	background-image: url(/wp-content/themes/allegheny/assets/images/arrow-blue-homepage.png);
	background-repeat: no-repeat;
	background-size: contain;
}

section.tabbing-section.container button.slick-next.slick-arrow::before {
	transform: scale(-1);
}

section.tabbing-section.container ul.slick-dots {
	display: none !important;
}

section.tabbing-section.container button.slick-arrow {
	z-index: 999;
	height: 40px;
	width: 40px;

}

section.tabbing-section.container button.slick-arrow.slick-next {
	right: 0px;
}

.relatedStoriesWrap button.slick-arrow.slick-next::before,
.story-list.slick-slider button.slick-next::before,
.relatedStoriesWrap button.slick-next::before {
	transform: scale(-1);
}

.relatedStoriesWrap button.slick-next:hover::before {
	transform: scale(-1.05);
}

.relatedStoriesWrap.slick-initialized.slick-slider.slick-dotted button.slick-arrow:hover,
.relatedStoriesWrap.slick-initialized.slick-slider.slick-dotted button.slick-arrow:focus {
	margin-left: -5px;
}

.relatedStoriesWrap.slick-initialized.slick-slider.slick-dotted button.slick-arrow.slick-prev:hover::before {
	transform: scale(1.05);
}

.relatedStoriesWrap .slick-next:hover {
	right: 40px;
}

section.hero-final.full-width .hero-final-right {
	/*display: none;*/
	width: 0%;
}

#homepage-section section h1 {
	margin: 0;
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
	width: 50vw;
}

#homepage-section section:nth-child(1) {
	padding-top: 53px;
	background-color: #FEDA48;
}

#homepage-section section:nth-child(2) {
	background-color: #FEDA48;
}

.story-list .item {
	display: flex !important;
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	transition: height 0.25 linear;
}

button.open-story-button-home.open-story-button {
	/* Removing position: absolute allows the slick slider button to be placed on the screen other than the center of their face */
	position: absolute;
	top: 50%;
	z-index: 1;
}

.light-button.open-story-button {
	min-width: auto;
}

.story-list .item .desc {
	position: absolute;
	top: calc(50% - 120px);
	text-align: center;
	z-index: 1;
}

.story-list .item .desc::after {
	content: "";
	background-image: url(/wp-content/uploads/1/2020/08/yellow-accent-arrow-homepage.png);
	height: 200px;
	width: 100px;
	display: inline-block;
	position: absolute;
	background-size: contain;
	/*     y: 0px;
opacity: 1; */
	background-repeat: no-repeat;
}

.primary-photo {
	height: 60%;
	width: 100%;
}

.primary-photo::before {
	content: "";
	height: 60%;
	bottom: 0;
	width: 100%;
	position: absolute;
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E7F 62%, #2C394E91 100%) 0% 0% no-repeat padding-box;
	z-index: 0;
}

.slick-slide .primary-photo img {
	width: 100%;
	display: block;
	min-height: 100%;
	object-fit: cover;
}

.story-list .item p {
	width: 380px;
	color: #fff;
	margin: 20px;
	font-size: 2.1rem;
	line-height: 2.5rem;
}

/* .story-list .item button {
	background-color: #fff;
	padding: 10px 30px;
	border: none;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.9rem;
	background-image: url(/wp-content/themes/allegheny/assets/images/button-white.svg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
} */

.secondary-photos {
	display: flex;
	width: 100%;
	height: 40%;
}

.secondary-photos .secondary-photo-1 {
	width: 60%;
	height: 100%;
	overflow: hidden;
}

.secondary-photos .secondary-photo-2 {
	width: 40%;
	height: 100%;
	height: 100%;
}

.story-list .item .auth-desc h3,
.story-list .item .auth-desc h3 {
	font-family: 'Morganite Bold';
	font-size: 4.2rem;
	letter-spacing: 1.02px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.secondary-photos div img {
	width: 100%;
}

.secondary-photo-1 {
	position: relative;
}

.secondary-photo-1::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background: transparent linear-gradient(180deg, hsla(217, 27%, 23%, 0) 0%, hsla(217, 27%, 23%, 0.65) 43%, hsla(217, 27%, 23%, 0.65) 100%) 0% 0% no-repeat padding-box;
	z-index: 0;
}

.story-list .item .desc::after {
	left: 0;
	top: 100px;
}

.story-list .item .auth-desc {
	left: 0;
	right: 0;
	width: 100%;
	text-align: left;
	padding-left: 30px;
}

.story-list .item .auth-desc p {
	color: #fff;
	padding: 0;
	margin: 0px 0px 10px;
	font-size: 1.4rem;
	line-height: 2rem;
}

.story-list .item .auth-desc h4 {
	font-family: 'Morganite Bold';
	font-size: 4.2rem;
	letter-spacing: 1.02px;
	margin: 0;
}

/*
.footer-left {
	display: flex;
	align-items: start;
	justify-content: center;
}*/

.footer-logo img {
	max-width: 180px;
}

.main-footer-links .connect-arrow {
	background-image: url('/wp-content/uploads/1/2020/08/CTA-arrow-collapse.png');
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0px;
	cursor: pointer;
}

ul.main-footer-links .action-button {
	padding: 0;
	cursor: pointer;
}

ul.main-footer-links .connect-title {
	display: none;
}

.main-footer-links.collapsed .connect-arrow {
	background-image: url('/wp-content/uploads/1/2020/08/CTA-arrow-expand.png');
}

/* story media-count dependencies start */
/* story library page*/
.story-wrapper {
	/* display: none;
	padding: 14px 0;
	text-align: center; */
}

.story-wrapper {
	padding: 0;
}

.story-items .item * {
	color: #fff;
}

.story-items .item:not(:nth-child(2n+3)):not(:nth-child(4n+4)) .item:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E7F 62%, #2C394E91 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	width: 100%;
	z-index: -1;
	display: none;
}

.story-items .item {
	background-size: cover;
	/* padding: 30px;*/
	padding: 0px;
	position: relative;
	z-index: 1;
	min-height: 330px;
	height: 100%;
}

/* .story-items .item:hover .initial {
	display: none;
} */

.story-items .item:hover .hover {
	display: flex;
}

.story-items .item:before {
	/* background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E7F 62%, #2C394E91 100%) 0% 0% no-repeat padding-box; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	z-index: 0;
	content: "";
}

.story-wrapper div.item .quotes,
.story-wrapper div.item .cta {
	opacity: 0 !important;
	height: 0 !important;
}

.story-wrapper div.item:hover .quotes,
.story-wrapper div.item:hover .cta,
.story-wrapper div.item:nth-child(6n-3) .quotes,
.story-wrapper .item:nth-child(4n+4) .quotes,
.story-wrapper div.item:nth-child(6n-2) .quotes,
.story-wrapper div.item:nth-child(6n-3) .cta,
.story-wrapper .item:nth-child(4n+4) .cta,
.story-wrapper div.item:nth-child(6n-2) .cta {
	opacity: 1 !important;
	height: auto !important;
	transition: all 1.5s ease;
}

.slick-dots li button:before,
.slick-slider.slick-dotted button.slick-arrow::before {
	transition: all .5s ease;
}

.story-items p {
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 0;
}

.story-wrapper div.item:nth-child(6n-3) p.quotes,
.story-wrapper .item:nth-child(4n+4) p.quotes,
.story-wrapper div.item:nth-child(6n-2) p.quotes,
.story-items-wrapper.count-2 div.item .quotes,
.story-items-wrapper.count-1 div.item .quotes {
	font-size: 1.9rem;
	line-height: 2.3rem;
	padding: 0 50px 50px;
}

.story-items .item>div h3 {
	margin-bottom: 5px;
	letter-spacing: 1.02px;
	line-height: 6rem;
	text-transform: uppercase;
}

p.designation {
	font-size: 1.4rem !important;
	line-height: 2.0rem !important;
}

.story-items button a {
	padding: 10px 30px;
	border: none;
	color: #000 !important;
	font-size: 1.6rem !important;
	line-height: 1.9rem !important;
	display: block;
}

div#accordion img.question-arrow.rotate {
	transform: rotate(180deg);
}

button.open-story-button {
	padding: 5px 15px;
	opacity: 1;
	border: 0;
	background-image: #fff;
	color: #1B3155 !important;
	margin-bottom: 20px;
}

.story-items-wrapper {
	padding: 14px 0;
	display: grid;
	display: -ms-grid;
	/* -ms-grid-columns: 250px 250px 250px 250px; */
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 14px;
	grid-auto-flow: dense;
	grid-template-rows: 1fr 1fr 1fr;
}

.story-items .item:hover div h3,
.story-items .item:hover p.designation {
	opacity: 0;
	height: 0;
}

.story-wrapper div.item:nth-child(6n-3) div h3,
.story-wrapper .item:nth-child(4n+4) div h3,
.story-wrapper div.item:nth-child(6n-2) div h3,
.story-wrapper div.item:nth-child(6n-3) p.designation,
.story-wrapper .item:nth-child(4n+4) p.designation,
.story-wrapper div.item:nth-child(6n-2) p.designation,
.story-items-wrapper.count-2 .item p.designation,
.story-items-wrapper.count-1 .item p.designation,
.story-items-wrapper.count-2 .item h3,
.story-items-wrapper.count-1 .item h3,
.story-items-wrapper.count-2 div.item .quotes,
.story-items-wrapper.count-2 div.item .cta,
.story-items-wrapper.count-1 div.item .quotes,
.story-items-wrapper.count-1 div.item .cta {
	display: block;
	opacity: 1 !important;
	height: auto !important;
}

.story-items-wrapper.count-3,
.story-items-wrapper.count-2,
.story-items-wrapper.count-1 {
	grid-template-rows: 1fr 1fr 0fr;
	padding: 14px 0 0;
}

.story-wrapper div.item:nth-child(6n-2),
.story-wrapper div.item:nth-child(6n-3) {
	grid-column: span 2;
	grid-row: span 2;
}

.story-items div.item:not(:nth-child(6n-2)):not(:nth-child(6n-3)) p:not(.designation) {
	visibility: hidden;
	opacity: 0;
	transition: all .25s linear;
}

.story-items div.item:not(:nth-child(6n-2)):not(:nth-child(6n-3)):hover p:not(.designation) {
	visibility: visible;
	opacity: 1;
}

.story-wrapper div.item:nth-child(6n-2),
.story-wrapper div.item:nth-child(6n-3),
.story-items-wrapper.count-2 .item,
.story-items-wrapper.count-1 .item {
	grid-row: span 2;
	grid-column: span 2;
}

.story-items-wrapper.count-2 .item,
.story-items-wrapper.count-1 .item {
	min-height: 675px;
}

.story-wrapper div.item:nth-child(6n-2)>div.hover,
.story-wrapper div.item:nth-child(6n-3)>div {
	display: flex;
}

.story-wrapper div.item:nth-child(2n+5) {
	grid-column: span 1;
	grid-row: span 1;
}


.story-wrapper div.item:nth-child(2n+3) {
	grid-column-end: span 2;
	grid-row-end: span 2;
}

.story-items .item>div {
	max-width: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: start;
	align-items: flex-end;
	transition: .8s;
	height: 100%;
	transition: all .25s linear;
}

.story-items .item>div.initial {
	/* text-align: left; */
}

.story-items .item:hover div.initial,
.story-wrapper div.item:nth-child(6n-2)>div,
.story-wrapper div.item:nth-child(6n-3)>div,
.story-items-wrapper.count-2 .item div,
.story-items-wrapper.count-1 .item div {
	justify-content: center;
	text-align: center;
	/* align-items: center; */
}

.story-items .item:nth-child(6n-2):hover .initial,
.story-items .item:nth-child(6n-3):hover .initial {
	display: flex
}

div#accordion.custom-accordian .card-header h5 {
	font-size: 5.5rem;
	position: relative;
	font-family: 'Morganite Bold';
	letter-spacing: 1.68px;
	padding: 0;
	line-height: 5.5rem;
	text-transform: uppercase;
}

div#accordion.custom-accordian .card-header h5:hover {
	color: #2A4978;
}

.card-body,
div#accordion.custom-accordian .card-header {
	position: relative;
}

div#accordion.custom-accordian .card-body {
	padding: 40px 0 30px;
}

.department-block h2 {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.71px;
	line-height: 6rem;
	margin-bottom: 15px;
	color: #1B3155;
	margin-top: 5px;
}

.related-c-desc {
	font-family: 'Circular Std Book';
}

.hero-final-left h1 u {
	background-size: contain;
	background-position: 0 100%;
	background-repeat-x: repeat;
	background-image: url(/wp-content/themes/allegheny/assets/images/underline-complex-short-svg.png);
}

p.department-desc {
	color: #1B3155;
	font-family: 'Circular Std Book';
}

div#accordion.custom-accordian .card-header:after,
div#accordion.custom-accordian .card-body:after {
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png);
	position: absolute;
	left: 55%;
	width: 100%;
	bottom: -10px;
	background-size: contain;
	height: 5px;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
}

div#accordion.custom-accordian .set:last-child a {
	position: relative;
}

img.question-arrow {
	max-width: 30px;
	margin-left: 20px;
}

div#headingOne.card-header {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.hero-final.full-width .hero-final-left:after {
	display: none;
}

.hero-final-left:after {
	position: absolute;
	right: -10px;
	top: 0;
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/two-column-divider-yellow-and-white.svg);
	background-repeat: no-repeat;
	height: 100%;
	width: 20px;
	/* z-index: 9; */
	z-index: 1;
	background-size: cover;
	background-position: 100%;
}

div#accordion.custom-accordian .card .tags {
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 2px;
	line-height: 1.4rem;
	background: url(/wp-content/themes/allegheny/assets/images/label-background-box-long-white.svg);
	padding: 10px 20px;
	margin-bottom: 25px !important;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 100%;
}

div#accordion.custom-accordian .card {
	padding: 50px 30px 65px;
	color: #1B3155;
	max-width: 1150px;
	margin: 0 auto;
}

div#accordion.custom-accordian:hover {
	text-decoration: none;
}

section.story-accordian-section {
	padding: 0 !important;
}

/*div#accordion[aria-expanded="true"] img.question-arrow {
	transform: rotate(180deg);
}*/
section.search-section.story-section h2 {
	max-width: 545px;
	margin: 0 auto 30px;
}

section.search-section.story-section.libray-text-animations {
	padding-top: 138px;
}

section.search-section.story-section p {
	max-width: 610px;
	margin: 0 auto;
	font-family: 'Circular Std Book';
}

/* story library page*/
/* media-count-1 */
.item.media-count-1 .secondary-photos {
	display: none;
}

.item.media-count-1 .desc::after {
	left: -33px;
	top: 55px;
}

.item.media-count-1 .primary-photo {
	height: 100vh;
}

.item.media-count-1 .auth-desc {
	position: absolute;
	left: 30px;
	bottom: 80px;
	right: 30px;
}

.item.media-count-1 .auth-desc h3,
.item.media-count-1 .auth-desc p {
	width: 100%;
	margin: 0;
}

/* media-count-2 */
/* .story-list .item.media-count-2 .desc {
	top: 120px;
} */

.item.media-count-2 .desc::after {
	left: -33px;
	top: 55px;
}

.item.media-count-2 .secondary-photos .secondary-photo-2 {
	width: 100%;
}

.item.media-count-2 .auth-desc {
	position: absolute;
	left: 30px;
	bottom: 80px;
	right: 30px;
}

/* media-count-3 */
/* .story-list .item.media-count-3 .desc {
	top: 120px;
}
 */
.item.media-count-3 .desc::after {
	left: -33px;
	top: 55px;
}

.item.media-count-3 .auth-desc {
	position: absolute;
	left: 30px;
	bottom: 80px;
	right: 30px;
}

/* story media-count dependencies Ends */

/* story-modal Starts*/
.modal.story-modal.show {
	left: 0;
	z-index: 99;
}

.modal-backdrop {
	z-index: 9;
	height: auto !IMPORTANT;
}

.modal.story-modal {
	padding: 0 !important;
	left: 100%;
	transition: left 0.25s linear;
	display: block !important;
}

.modal.story-modal .modal-dialog {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.modal.story-modal .modal-content {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	border: none;
}

.modal.story-modal .modal-content .modal-body {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.modal-body .user-desc h4 {
	font-family: 'Morganite Bold';
	color: #1B3155;
	font-size: 4.2rem;
	letter-spacing: 1.02px;
	line-height: 4.8rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.modal-body .user-desc p.profile {
	font-family: 'Morganite Bold';
	font-size: 2.6rem;
	color: #1B3155;
	line-height: 2.2rem;
	margin-bottom: 0;
}

.body-description .wrapper-content h4 {
	padding: 70px 30px 30px;
}

.modal-body .user-desc .wraper {
	padding-left: 9px;
	margin-bottom: 20px;
	width: 70%;
}

.modal-body .user-desc .bio {
	margin: 15px 0 0;
}

.modal-body .user-desc .wrapper>p {
	font-size: 2.6rem;
	color: #1B3155;
	font-family: 'Morganite Bold';
	letter-spacing: 0.83px
}

.user-desc .bio p {
	font-size: 1.4rem;
	color: #1B3155;
	line-height: 2rem;
}

.modal-body .body-left,
.modal-body .body-right {
	width: calc(100% / 2);
	height: 100%;
}

.modal-open .modal-body .close-modal-btn {
	padding: 0px 10px;
	position: fixed;
	right: 80px;
	z-index: 99;
}

.body-left {
	display: flex;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
}

.modal.story-modal.story-modal-1 .footer {
	position: absolute;
	bottom: 30px;
}

#story-modal-1 .close-modal-btn button:focus,
#story-modal-1 .close-modal-btn button:hover {
	opacity: 1;
}

.close-modal-btn button:focus {
	outline: 1px dashed white;
}

@media screen and (min-width:992px) {
	.close-modal-btn button:focus {
		outline: 1px dashed #002144;
	}
}

.modal.story-modal.story-modal-1 .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(0, 0, 0, .3);
	padding: 70px 45px 0;
}

/* Video Story Mode*/
.modal.story-modal.story-modal-1 .modal-body.video-content .content {
	background-color: #E9EEF9;
	display: block;
}

.modal.story-modal.story-modal-1 .modal-body.video-content .content h4,
.modal.story-modal.story-modal-1 .modal-body.video-content .content h4 p,
.modal.story-modal.story-modal-1 .content h4 {
	color: #1B3155;
	margin-bottom: 20px;
	font-family: 'Morganite Bold';
	font-size: 5.6rem;
	letter-spacing: 1.89px;
	line-height: 5.7rem;
	width: 100%;
	max-width: 100%;
}

.modal.story-modal.story-modal-1 .content h4 {
	color: #fff;
}

.modal.story-modal.story-modal-1 .modal-body.video-content .video-story {
	margin: 0px -30px;
	position: relative;
	cursor: pointer;
}

.modal.story-modal.story-modal-1 .modal-body.video-content .video-story video {
	width: 100%;
	display: block;
	max-height: 340px;
	background-color: #000;
}

.modal.story-modal.story-modal-1.show .modal-body.video-content .play-btn {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 50%;
	/*border: 2px solid #fff;*/
	border-radius: 50px;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.modal.story-modal.story-modal-1.show .modal-body.video-content span.play-btn i {
	font-size: 3rem;
	color: #fff;
}

/* .modal.story-modal.story-modal-1.show .modal-body.video-content button.more-stories {
	background-image: url('/wp-content/themes/allegheny/assets/images/button-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 15px;
	position: inherit;
} */

/* Video Story Mode Ends*/

.modal.story-modal.story-modal-1 .footer {
	display: none;
}

.modal-body ul li a {
	padding: 20px 15px 20px 15px;
	display: inline-block;
	color: #fff !important;
}

button.more-stories {
	position: absolute;
	display: inline-block;
	bottom: 100px;
	/* width: 200px;
	border: none;
	padding: 10px 0;
	background-image: url(/wp-content/themes/allegheny/assets/images/button-white.svg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	color: #1B3155; */
}

.content h4 p {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10%;
	font-family: 'Morganite Bold';
	font-size: 6.2rem;
	letter-spacing: 1.89px;
	line-height: 5.7rem;
	width: 100%;
	max-width: 320px;
}

.body-description {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 88px;
}

.body-description .wrapper-content h4::-moz-selection,
.body-description .wrapper-content h4::selection {
	font-style: normal;
}

.body-description .wrapper-content h4 {
	padding: 85px 40px 40px;
	font-family: 'Circular Std Book';
	/* font-style: italic; */
	font-size: 3.4rem;
	color: #1B3155;
	max-width: 470px;
}

.body-description .wrapper-content .less,
.body-description .wrapper-content .more {
	max-width: 450px;
	color: #1B3155;
	padding: 0 30px;
	font-family: 'Circular Std Book';
}

.body-description .wrapper-content p {
	padding: 40px;
	font-family: 'Circular Std Book';
	color: #1B3155;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.wrapper-content {
	padding-bottom: 60px;
	background: #fff;
	padding-left: 10px;
}

.continue-reading-alone {
	color: #1B3155;
	padding: 12px 0;
	background-color: transparent;
	background-image: url(/wp-content/themes/allegheny/assets/images/circle-yellow.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center
}

.body-description button.continue-reading {
	color: #1B3155;
	min-width: 200px;
	padding: 12px 0;
	border: none;
	background-color: transparent;
	display: block;
	margin: 20px 0 0;
	background-image: url(/wp-content/themes/allegheny/assets/images/circle-yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
}

.body-description button.continue-reading:focus-visible {
	outline: 1px dashed #002144;
}

.modal-body .body-right {
	overflow-y: scroll;
}

.modal-body .learn-more a:after,
.modal-body .info-card:after {
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 10px;
	background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider.png);
	background-repeat-x: repeat;
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat-y: no-repeat;
}

.modal-body .info-card {
	position: relative;
	background-color: #feda48;
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	padding: 35px 10px;

}

.learn-more img.arrowHoverImg,
.modal-body .learn-more a:hover img.arrowImg {
	display: none;
}

.modal-body .learn-more a:hover img.arrowHoverImg {
	display: block;
}

.modal-body .thumbnail {
	width: 30%;
}

.modal-body .thumbnail img {
	width: 100%;
}

.modal-body .user-desc {
	display: flex;
	padding: 30px;
}

.modal-body .info-action {
	width: 100%;
	padding: 0px 30px 30px;
}

.modal-body .info-action button {
	padding: 10px 25px;
	border: none;
	color: #fff;
	background-color: #1B3155;
}

.modal-body .learn-more a:hover,
.modal-body .learn-more a:focus {
	background-color: #1B3155;
}

.modal-body .body-description a:focus-visible {
	background-color: #1B3155;
	outline: 1px dashed white;
	outline-offset: -4px;
}

.modal-body .learn-more a {
	position: relative;
	display: block;
	padding: 53px 40px;
	background-color: #264068;
}

.modal-body .learn-more img {
	width: 100px;
	margin-bottom: 25px;
}

.modal-body .learn-more h4 {
	color: #fff;
	margin: 0;
	width: 100%;
	max-width: 300px;
	font-family: 'Morganite Bold';
	font-size: 5.2rem;
	letter-spacing: 1.27px;
	line-height: 4.8rem;
	text-transform: uppercase;
}

section.search-section.story-section u {
	background-image: url(/wp-content/themes/allegheny/assets/images/yellow-underline.png);
}

.close-modal-btn button {
	opacity: 1;
	text-shadow: none;
	top: 65px;
	position: relative;
}

.page-template-template-story-library-php .story-wrapper div.item button.open-story-button {
	padding: 5px 15px;
	opacity: 1;
	border: 0;
	background-image: #fff;
	color: #1B3155 !important;
	margin-bottom: 20px;
}

.close-modal-btn span {
	font-family: "Circular Std Bold";
	color: #1B3155;
	font-size: 1.2rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	letter-spacing: .2rem;
	line-height: 1.4rem;
}

.close-modal-btn span img {
	margin-left: 10px;
	width: 25px;
	height: 25px;
}

.modal-body ul li .action-button {
	padding: 0px 15px 0px 0px;
}

/* story-modal Ends*/
section#hero-final .slick-dots {
	bottom: 40px;
}

.Tiles .slick-dots li button,
.relatedStoriesWrap .slick-dots li,
section#hero-final .slick-dots li,
.related-c-slider .slick-dots li,
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
}

section#hero-final .slick-dots li,
.slick-dots li

/*,
.Tiles .slick-dots li button, 
.relatedStoriesWrap .slick-dots li, 
.related-c-slider .slick-dots li */
	{
	display: inline-block;
	width: 15px;
	height: 15px;
}

.VideoModuleWrap .slick-dots li button,
.Tiles .slick-dots li button,
.relatedStoriesWrap .slick-dots li button,
section#hero-final .slick-dots li button,
.related-c-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}

section#hero-final .slick-dots li button
/*,
.VideoModuleWrap .slick-dots li button, 
.Tiles .slick-dots li button, 
.relatedStoriesWrap .slick-dots li button, 
.related-c-slider .slick-dots li button */

	{
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	position: absolute;
	left: 0;
	justify-content: center;
	align-items: center;
}

/*.VideoModuleWrap .slick-dots li:nth-child(even) button:before,
.Tiles .slick-dots li:nth-child(even) button:before,
.relatedStoriesWrap .slick-dots li:nth-child(even) button:before,
section#hero-final .slick-dots li:nth-child(even) button:before,
.related-c-slider .slick-dots li:nth-child(even) button:before {
	transform: rotate(45deg);
}*/

/*.VideoModuleWrap .slick-dots li:last-child button:before,.Tiles .slick-dots li:last-child button:before, .relatedStoriesWrap .slick-dots li:last-child button:before,section#hero-final .slick-dots li:last-child button:before{
	transform: none;
}*/
.relatedStoriesWrap .slick-dots li button:before {
	background: #fff !important;
}

.VideoModuleWrap .slick-dots li button:before,
.Tiles .slick-dots li button:before,
section#hero-final .slick-dots li button:before,
.related-c-slider .slick-dots li button:before,
.relatedStoriesWrap .slick-dots li button:before {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #FEDA48;
	content: "" !important;
	opacity: 1;
}

section#hero-final .slick-dots li button:before

/* ,
.VideoModuleWrap .slick-dots li button:before, 
.Tiles .slick-dots li button:before,  
.related-c-slider .slick-dots li button:before, 
.relatedStoriesWrap .slick-dots li button:before */
	{
	top: 0;
	left: 0;
	position: static;
}

.related-content-promo button.btn.light-button:hover,
.Related-c-carousel .row a.btn.light-button:hover {
	background: #E2EBFF;
}

.Related-c-carousel .row a.btn.light-button {
	display: block;
	margin: 0 auto;
	background-size: cover;
}

.related-content-promo button.btn.light-button,
.Related-c-carousel .row a.btn.light-button {
	background: url(/wp-content/themes/allegheny/assets/images/button-white.svg);
	transition: none;
	background-repeat: no-repeat !important;
	background-position: right center;
	background-size: cover;
}

section#hero-final li.slick-active button:before {
	background: #fff;
	height: 15px;
	width: 15px;
	top: -2px;
}

.slick-dots li button:focus-visible {
	outline: 1px dashed white;
	outline-offset: 2px;
}

.VideoModuleWrap .slick-dots li.slick-active button:before,
.Tiles .slick-dots li.slick-active button:before,
.related-c-slider li.slick-active button:before,
.relatedStoriesWrap .slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
	background: #1B3155 !important;
	height: 15px;
	width: 15px;
	top: -2px;
}

/* Homepage Hero Ends */
/* Search Section Starts */
.searchHeader img {
	max-width: 180px;
}

section.search-section {
	/*display: flex;
	flex-flow: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	padding: 60px 0px 88px;
}

section.search-section h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 5.6rem;
	font-family: 'Morganite Bold';
	color: #1B3155;
	letter-spacing: 1.71px;
	line-height: 6.3rem;
}

section.search-section .container>div {
	max-width: 600px;
	margin: 0 auto;
}

.underline-text u {
	padding-bottom: 1px;
	text-decoration: none;
	background: url(/wp-content/uploads/1/2020/09/headline-underline-long-yellow.png) no-repeat;
	background-position: 0 100%;
	background-repeat: repeat-x;
	/* Repaired broken CSS statement */
	/* background-repeat-x: repeat; */
}

section.search-section p {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #1B3155;
}

section.search-section input[type="text"]#textSearch::placeholder,
section.search-section input[type="text"]#textSearch::-ms-input-placeholder {
	color: #1B3155;
	opacity: 1;
}

section.search-section .input-group {
	max-width: 504px;
	margin: 0 auto;
	flex-wrap: nowrap;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/allegheny/assets/images/yellow-search-box.svg');
}

.featured-articles-list a:hover {
	color: #2A4978;
	font-weight: 700;
}

.featured-articles-list a:hover .article-subject {
	text-decoration: underline;
}

section#hero-final .slick-dots li:hover button:before {
	background: #fff !important;
	height: 15px;
	width: 15px;
	top: -2px;
}

.featured-articles-list .article-img .aspecRetioWrap.homefeatured {
	box-shadow: none;
}

section.hero-final button.slick-arrow {
	transition: all .5s ease;
}

section.hero-final button.slick-prev.slick-arrow:hover,
section.hero-final button.slick-prev.slick-arrow:focus {
	margin-left: -5px;
}

section.hero-final button.slick-next.slick-arrow:hover,
section.hero-final button.slick-next.slick-arrow:focus {
	right: 95px;
}

.social-links p {
	margin-top: 10px;
}

section.search-section input[type="text"]#textSearch {
	background-color: transparent;
	text-align: center;
	letter-spacing: -0.68px;
	font-family: 'Circular Std Book';
	box-shadow: none;
	border: none;
	line-height: 7rem;
	width: 100% !important;
	font-size: 2.6rem !important;
	color: #1B3155;
	padding: 0px 15px 0 0;
	outline: none;
	text-transform: inherit;
}

section.search-section input::placeholder {
	color: #1B3155 !important;
}

section.search-section input::-webkit-input-placeholder,
input#textSearch::placeholder,
input#textSearch::-moz-placeholder {
	color: #1B3155 !important;
	opacity: 1;
}

section.search-section .search-input-block {
	position: relative;
}

section.search-section span.input-group-text {
	background-color: transparent;
	border: none;
	padding: 0px 10px 0px 20px !important;
	border-radius: 0px !important;
}

section.search-section span.input-group-text {
	border-radius: 0px !important;
}

/* Search Section Ends */

/* Featured Articles Section Starts */
.featured-articles-list .article:nth-child(2) .article-img .aspecRetioWrap {
	box-shadow: 5px 5px 0px 0px #FF4400;
}

/* .site-wrapper{
	padding-top: 53px;
} */

.featured-articles-list .article:nth-child(3) .article-img .aspecRetioWrap {
	box-shadow: 5px 5px 0px 0px #1B3155;
}

.underline-text.yellow del:after {
	background-image: url(/wp-content/themes/allegheny/assets/images/cross-out-short-svg-svg-yellow.svg);

}

.underline-text del:after {
	background-size: contain;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/allegheny/assets/images/cross-out-short-svg.svg);
	background-repeat: no-repeat;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
}

.underline-text del {
	position: relative;
	text-decoration: none;
}

section.featured-articles {
	background-color: #E9EEF9;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0px 40px;
}

section.featured-articles h2 {
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Morganite Bold';
	font-size: 4.2rem;
	letter-spacing: 1.08px;
	line-height: 4.8rem;
	color: #1B3155;
}

section.featured-articles h2 u {
	background: none;
}

.featured-articles-list {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: start;
}

.featured-articles-list .article {
	padding: 0px 25px 0px;
	margin-top: 20px;
}

.featured-articles-list .article:nth-child(2) {
	position: relative;
}

.featured-articles-list .article:nth-child(2):after,
.featured-articles-list .article:nth-child(2):before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/Global-blue-divider-line-vertical.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 5px;
	left: 0;
	top: 0;
}

.featured-articles-list .article:nth-child(2):after {
	right: -2px;
	left: auto;
}

.featured-articles-list .article-img {
	margin-bottom: 15px;
	box-shadow: 5px 5px 0px 0px #feda48
}

.featured-articles-list .article-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: center center;
}

.featured-articles-list .article-subject {
	font-size: 1.8rem;
	color: #1B3155;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.featured-articles-list .article-url {
	font-size: 1.2rem;
	letter-spacing: 1.71px;
	text-align: left;
	color: #8D98AA;
	text-transform: uppercase;
	font-family: "Circular Std Bold";
}

/* Featured Articles Section Ends */
/* Story-Accordian-Section Starts */

section.story-accordian-section {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 100px 30px 100px;
	background-color: #feda48;
	justify-content: center;
	align-items: center;
	position: relative;
}

section.story-accordian-section:after {
	content: "";
	height: 74px;
	background-image: url(/wp-content/uploads/1/2020/08/Global-footer-yellow-paint-bottom.png);
	background-size: 72% 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	background-repeat-x: repeat;
	width: 100%;
}

div#accordion.custom-accordian {
	width: 100%;
	text-align: center;
}

div#accordion.custom-accordian .card {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

div#accordion.custom-accordian .card-header {
	background-color: transparent;
	border-bottom: none;
}

div#accordion.custom-accordian button.btn {
	text-transform: uppercase;
	color: #1B3155;
	padding: 0;
	letter-spacing: 1.89px;
	outline: none;
	text-decoration: none;
}

div#accordion.custom-accordian button.btn:focus {
	box-shadow: none;
}

div#accordion.custom-accordian ul {
	list-style-type: none;
	margin: 0;
}

div#accordion.custom-accordian a {
	text-transform: uppercase;
	color: #1B3155;
	font-size: 4.2rem;
	letter-spacing: 1.89px;
	line-height: 4.7rem;
	font-family: 'Morganite Bold';
	outline: none;
	text-decoration: none;
}

.nextStepBottomLinks a:hover {
	color: #2A4978;
	font-weight: bold;
}

div#accordion.custom-accordian a:hover {
	color: #2A4978;
}

/* Story-Accordian-Section Ends */

/* Story-Accordian-Section Starts */
section.story-section-library {
	display: flex;
	flex-wrap: wrap;
}

section.story-section-library .left,
section.story-section-library .right {
	width: calc(100% / 2);
}

section.story-section-library img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-height: 300px;

}

section.story-section-library .section-1,
section.story-section-library .section-2 {
	width: calc(100% / 2);
	display: inline-block;
	float: left;
}

section.story-section-library .wide-section {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}

section.story-section-library .wide-section::before {
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E7F 62%, #2C394E91 100%) 0% 0% no-repeat padding-box;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.wide-section .desc {
	margin: 0;
	position: absolute;
	top: calc(50% - 20px);
	text-align: center;
	left: 50px;
	right: 50px;
}

.wide-section .desc p {
	color: #fff;
	margin: 0;
	font-size: 2.1rem;
	font-family: 'Circular Std Medium';
}

.linked-in i.fab.fa-linkedin {
	background-color: transparent;
	color: #264068;
	font-size: 25px;
}

/* Story-Accordian-Section Ends */

/* Footer Section Starts */

section.footer-section {
	background-color: #253E65;
	position: relative;
	/* padding-top: 120px; */
	margin-top: 80px;
	padding-bottom: 80px;
}

section.footer-section::before {
	content: "";
	height: 80px;
	background-image: url(/wp-content/uploads/1/2020/08/Global-footer-yellow-paint-top.png);
	background-repeat: repeat-x;
	background-position: 30%;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 52px;
	width: 100%;
}

section.footer-section::after {
	content: "";
	height: 64px;
	background-image: url(/wp-content/uploads/1/2020/08/Global-footer-yellow-paint-bottom.png);
	background-size: cover;
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

@media (max-width: 767.98px) {
	section.footer-section::before {
		display: none;
	}

	section.footer-section::after {
		display: none;
	}
}

/* 
 * Removed and replaced with a more generalized CSS selector of: section.footer-section>div>ul.menu
 */
/* section.footer-section>ul {
	text-align: center;
	padding: 9px 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #1B3155;
	margin: 0;
} */

section.footer-section>div>ul.menu {
	text-align: center;
	padding: 9px 0 9px;
	position: unset;
	top: 0;
	left: 0;
	right: 0;
	background-color: #1B3155;
	margin: 0;
}

section.footer-section>ul li {
	margin: 0px 10px;

}

section.footer-section footer .container {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

@media (min-width: 768px) {
	section.footer-section footer .container {
		margin-top: 100px;
	}

	.footer-logo img {
		margin: 0 auto;
		padding-top: 0;
	}
}

section.footer-section .footer-logo:focus-within {
	outline: 1px dashed white;
	outline-offset: 4px;
}

/*section.footer-section footer .footer-left,
section.footer-section footer .footer-right {
	width: 50%;
}*/

.footer-right .footer-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
}

.footer-links a:hover {
	/*color: #E2EBFF;*/
	color: #e2f7ffcf;
}

.story-list .item button:focus {
	outline: 0;
}

.footer-right .footer-links>div {
	width: 50%;
}

.footer-right .part-1 {
	padding-right: 37px;
	position: relative;
}

.social-links a:first-child {
	margin: 0;
}

.footer-right .part-2 {
	padding-left: 37px;
}

.footer-right .part-1:after {
	content: "";
	position: absolute;
	background-image: url('/wp-content/uploads/1/2020/08/Global-footer-yellow-divider-line-vertical.png');
	width: 8px;
	height: 100%;
	top: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

xxxx .footer-right h2 {
	font-family: 'Morganite Bold';
	font-size: 4.2rem;
	line-height: 4.9rem;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	letter-spacing: 1.02px;
	margin-bottom: 8px;
}

.connect-with-us a,
.connect-with-us p,
.connect-with-us .phone {
	color: #fff;
	margin-bottom: 20px;
	display: block;
	font-size: 1.2rem;
	line-height: 2.0rem;
}

.connect-with-us .phone {
	text-decoration: none;
}

.other-links a,
.social-links p {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.2rem;
}

.social-links {
	margin-top: 20px;
}

/* .social-links a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px 0px;
} */

.social-links a {
	/* margin: 0px 2px 0px; */
	display: table-cell;
	vertical-align: middle;
	width: 2em;
}

/* @media (max-width: 480px) {
	.social-links a {
		display: inline;
		vertical-align: middle;
		margin: initial;
		width: 2em;
	}
} */

.footer-right h2 {
	color: #fff;
}


.social-links a:hover img {
	transform: scale(1.3);
}

.social-links a img {
	/* width: 20px; */
	/* transition: all .5s ease; */
}

/* Footer Section Ends */
/***********************************************************************/
/********************Eduction modules css starts***********************/
/*.page-template-template-modules .site-wrapper {
	padding-bottom: 80px;
}*/
/* education-hero section starts */
section.education-hero.row,
section.education-hero>.col {
	margin: 0;
	padding: 0;
}

.relatedImgWrap p.intro_text {
	text-transform: uppercase;
}

section.education-hero .education-hero-left {
	background-color: #FEDA48;
	position: relative;
	padding: 60px 0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.education-hero-media {
	height: 100%;
}

.education-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.education-hero .education-hero-left .department-block {
	padding: 10px 80px 0px;
}

.moreInfo p.email a:hover,
.moreInfo p.phone_number a:hover {
	color: #2A4978;
}

section.education-hero .education-hero-left .department-block h2::before {
	content: '';
	height: 50px;
	width: 100%;
	position: absolute;
	background-image: url(/wp-content/themes/allegheny/assets/images/arrow-margin-svg.png);
	background-repeat: no-repeat;
	left: -105px;
	top: 15px;
}

/*section.education-hero>div:first-child::after {
	content: '';
	width: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
}*/
.bread-crumbs ul li {
	display: inline-block;
}

.bread-crumbs {
	padding: 50px 20px 10px 30px;
}

.bread-crumbs ul li a {
	color: #1B3155;
	padding: 0px;
	display: inline-block;
	position: relative;
}

.related-c-content .intro-text p {
	margin-left: -10px;
	margin-bottom: 15px;
	font-family: "Circular Std Bold";
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
	color: #1B3155;
	text-transform: uppercase;
	background-image: url('/wp-content/themes/allegheny/assets/images/label-background.png');
	display: inline-block;
	padding: 10px 10px 8px;
	background-repeat: no-repeat;
	background-size: cover;
}

.bread-crumbs ul li a:after {
	content: '\f105';
	display: inline-block;
	margin-left: 6px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 600;
}

.bread-crumbs ul li:last-child a:after {
	display: none;
}

.data-content-block {
	padding: 70px 30px;
}

.data-content-block h2 {
	color: #1B3155;
	text-transform: uppercase;
}

.department-block .department-name {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/allegheny/assets/images/label-background-white.png);
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #1B3155;
	background-position: 100%;
}

.data-content-block p.data-content-desc {
	color: #1B3155;
	position: relative;
	font-family: 'Circular Std Book';
}

.data-content-block p,
.data-content-block h2 {
	margin: 0 0px 10px;
}

/* .data-content-block.v2 */

.data-content-block.v2 h2 {
	margin-bottom: 25px;
	font-size: 4.2rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.02px;
	line-height: 4.8rem
}

.data-content-block.v2 .data-content-name,
.relatedImgWrap p.intro_text {
	background-image: url('/wp-content/themes/allegheny/assets/images/label-background.png');
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1B3155;
	margin-left: -10px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Circular Std Bold";
	letter-spacing: 2px;
	display: inline-block;
	padding: 5px 10px;
}

.data-content-block.v2 p.data-content-desc {
	color: #fff;
}

.relatedImgWrap p.intro_text {
	margin-bottom: 20px;
}

/* education-hero section ends */

/* major-minor-section starts */

section.major-minor-section {
	padding: 90px 0px 0;
}

section.major-minor-section .heading {
	color: #1B3155;
	text-transform: uppercase;
	text-align: center;
	line-height: 4.5rem;
	margin-bottom: 35px;
}

.major-minor-cell {
	padding: 60px 15px 20px;
	text-align: center;
}

section.major-minor-section .major-minor-cell:nth-child(2),
section.major-minor-section .major-minor-cell:nth-child(3),
section.major-minor-section .major-minor-cell:nth-child(4) {
	/*box-shadow: 5px 0px 0px 0px #1B3155, -5px 0px 0px 0px #1B3155, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;*/
	background-image: url(/wp-content/themes/allegheny/assets/images/Global-black-divider-line-vertical.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-size: contain;
}

section.major-minor-section .major-minor-count {
	color: #1B3155;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
	font-size: 10rem;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 8rem;
}

section.major-minor-section .major-minor-cell .major-minor-count::after {
	content: "";
	height: 84px;
	width: 60px;
	position: absolute;
	top: -7px;
	left: 80%;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
}

p.notFound span {
	font-size: inherit !IMPORTANT;
	color: inherit !IMPORTANT;
	position: relative;
}

p.notFound span:after {
	content: "";
	right: -10px;
	height: 100%;
	top: 5px;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(/wp-content/themes/allegheny/assets/images/yellow-ratio.png);
	width: 100%;
	background-size: contain;
	z-index: -1;
}

/*section.major-minor-section .major-minor-cell.number .major-minor-count::after{
	top: 7px;
}
section.major-minor-section .major-minor-cell.number:nth-child(1) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/number-red.svg');
}

section.major-minor-section .major-minor-cell.number:nth-child(2) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/number-yellow.svg');
}

section.major-minor-section .major-minor-cell.number:nth-child(3) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/numer-grey.svg');
}
section.major-minor-section .major-minor-cell.ratio:nth-child(1) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/red-ratio.png');
}

section.major-minor-section .major-minor-cell.ratio:nth-child(2) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/yellow-ratio.png');
}

section.major-minor-section .major-minor-cell.ratio:nth-child(3) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/grey-ratio.png');
}
section.major-minor-section .major-minor-cell.ratio .major-minor-count::after{
	top: 15px;
}*/
section.major-minor-section .major-minor-cell.percent:nth-child(1) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/perctage-super-graphic-svg-red.svg');
}

section.major-minor-section .major-minor-cell.percent:nth-child(2) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/perctage-super-graphic-svg-yellow.svg');
}

section.major-minor-section .major-minor-cell.percent:nth-child(3) .major-minor-count::after {
	background-image: url('/wp-content/themes/allegheny/assets/images/perctage-super-graphic-svg-grey.svg');
}

section.major-minor-section .major-minor-desc {
	color: #1B3155;
	text-align: center;
	margin-bottom: 0;
}

.major-minor-section .row {
	justify-content: center;
}

/* major-minor-section ends */

/* tabbing-section starts */
section.tabbing-section.container {
	padding: 90px 0px 0;
}

section.tabbing-section .info-card {
	text-align: center;
}

section.tabbing-section .info-card {
	text-align: center;
	margin-bottom: 40px;
}

section.tabbing-section .info-card h2 {
	line-height: normal;
	text-transform: uppercase;
	color: #1B3155;
	line-height: 5.6rem;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
}

section.tabbing-section .info-card p {
	max-width: 600px;
	margin: 0 auto;
	color: #1B3155;
	font-family: 'Circular Std Book';
}

.custom-tab-section a.nav-link {
	font-family: 'Circular Std Bold';
	display: inline-block;
	position: relative;
	padding: 20px 20px;
	text-transform: uppercase;
	color: #1b3155;
	font-size: 12px;
	letter-spacing: 2px;
	z-index: 2;
}

.custom-tab-section a.nav-link.active {
	background: none;
	color: #1b3155;
}

.custom-tab-section a.nav-link::before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: -25%;
	left: 15%;
	background-size: contain;
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-1-svg.svg);
	background-repeat: no-repeat;
	transform: scale(.75);
}

.custom-tab-section ul.nav li.item-2 a.nav-link::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-2-svg.svg);
	left: 15%;
}

.custom-tab-section ul.nav li.item-3 a.nav-link::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-3-svg.svg);
	left: 5px;
}

.custom-tab-section ul.nav li.item-4 a.nav-link::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-4-svg.svg);
	left: 20%;
}

.custom-tab-section a.nav-link.active::before,
.custom-tab-section .slick-current.slick-active a.nav-link::before,
.custom-tab-section a.nav-link:hover::before,
.custom-tab-section .slick-current a.nav-link:hover::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-1-hover.svg);
	transform: scale(1.3);
	left: 25%;
}

.custom-tab-section ul.nav li.item-2 a.nav-link.active::before,
.custom-tab-section li.slick-current.slick-active.item-2 a.nav-link::before,
.custom-tab-section ul.nav li.item-2 a.nav-link:hover::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-2-hover.svg);
	left: 28%;
}

.custom-tab-section ul.nav li.item-3 a.nav-link.active::before,
.custom-tab-section li.slick-current.slick-active.item-3 a.nav-link::before,
.custom-tab-section ul.nav li.item-3 a.nav-link:hover::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-3-hover.svg);
	left: 0;
}

.custom-tab-section ul.nav li.item-4 a.nav-link.active::before,
.custom-tab-section li.slick-current.slick-active.item-4 a.nav-link::before,
.custom-tab-section ul.nav li.item-4 a.nav-link:hover::before {
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-4-hover.svg);
	left: 36%;
}

.custom-tab-section ul.nav:after {
	background: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png) no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 64%;
	width: 100%;
	bottom: 0;
	height: 10px;
	background-size: contain;
	z-index: -1;
}

.custom-tab-section ul.nav {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
}

.custom-tab-section .tab-content {
	padding: 50px 0px 0px;
}

.custom-tab-section .tab-content .tab-details {
	display: flex;
	height: 100%;
	padding-right: 30px;
	flex-flow: column;
	align-items: start;
	justify-content: center;
}

.custom-tab-section .tab-details h2 {
	text-transform: uppercase;
	color: #1b3155;
	margin-bottom: 20px;
}

.custom-tab-section .tab-details p {
	color: #264068;
	font-family: 'Circular Std Book';
}

/* tabbing-section ends */

/* related-content-promo starts */

section.related-content-promo,
section.related-content-promo>.col {
	margin: 0;
	padding: 0;
}

.related-content-promo-right {
	background: #253E65;
	display: flex;
	justify-content: center;
	align-items: center;
}

.related-content-promo-media img {
	width: 100%;
	height: 100%;
}

/* related-content-promo ends */
/* related content promo Carousel starts */
.Related-c-carousel {
	padding: 90px 0 15px;
	overflow: hidden;
}

.mediaTextContent {
	padding: 0 20px 0 60px;
}

.mediaTextSection .row>div:first-child .mediaTextContent {
	padding: 0 60px 0 20px;
}

section.related-content-promo {
	padding-top: 80px;
}

.related-c-content {
	padding-left: 50px;
	max-width: 615px;
}

.Related-c-carousel .intro-text a {
	background-color: #FEDA48;
	color: #1B3155;
	padding: 5px;
}

.related-content-promo-media {
	height: 100%;
}

.Related-c-carousel .col.col-lg-6:first-child .related-c-content {
	padding-left: 18%;
}

.related-c-headline {
	margin-bottom: 25px;
	color: #1B3155;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1.02px;
	font-size: 4.2rem;
}

.related-img-carousel .slick-slide {
	margin: 0 15px;
	position: relative;
	transition: all .5s ease;
	/*cursor: pointer;*/
}

.related-img-carousel .slick-slide:hover {
	transform: scale(1.02);
	transform-origin: center;
}

.related-img-carousel .slick-list {
	margin: 0 -15px;
}

.item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000004a;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}

.related-img-carousel .img-overly {
	position: absolute;
	top: 75%;
	max-width: 100%;
	left: 50%;
	bottom: 0;
	width: 80%;
	right: 0;
	transform: translate(-50%, -50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.img-overly p {
	bottom: 10%;
	left: 0px;
	right: 0px;
	/* position: absolute; */
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	color: #1b3155;
}

@media (max-width: 768px) {
	.img-overly p {
		visibility: hidden;
	}

	div.img-overlay h3 {
		font-size: 2rem !important;
	}
}

.img-overly a {
	bottom: 16%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	min-width: 200px;
}

.Related-c-carousel .related-c-slider-wrapper .slick-current.slick-active h3 {
	padding-bottom: 15px;
	margin-bottom: 30px;
	background-position: 50% 100%;
	/* background-image: url(/wp-content/themes/allegheny/assets/images/wavy-line-hover-svg.png); */
	background-repeat: no-repeat;
}

.img-overly h3 {
	background: rgba(255, 255, 255, 0.6);
	/* color: #fff; */
	letter-spacing: 1.02px;
	/* line-height: 5rem; */
	font-size: 3rem;
	margin-bottom: 30px;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
}

.img-overly h3 {
	/* line-height: 3rem; */
}

section.major-minor-section .major-minor-count {
	background-image: none !IMPORTANT;
}

.img-overly {
	color: #fff;
}

.Related-c-carousel .row {
	align-items: center;
}

.Related-c-carousel .slick-current.slick-active.item7 img,
.Related-c-carousel .slick-current.slick-active.item4 img,
.Related-c-carousel .slick-current.slick-active.item1 img {
	box-shadow: 10px 10px 0 0 #F40;
}

.Related-c-carousel .slick-current.slick-active.item8 img,
.Related-c-carousel .slick-current.slick-active.item5 img,
.Related-c-carousel .slick-current.slick-active.item2 img {
	box-shadow: 10px 10px 0 0 #feda48;
}

.Related-c-carousel .slick-current.slick-active.item6 img,
.Related-c-carousel .slick-current.slick-active.item3 img {
	box-shadow: 10px 10px 0 0 #1B3155;
}

.item1 img,
.item1 video {
	box-shadow: 7px 7px 0 0 #F40;
}

.item2 img,
.item2 video {
	box-shadow: 7px 7px 0 0 #feda48;
}

.item3 img,
.item3 video {
	box-shadow: 7px 7px 0 0 #1B3155;
}

.item4 img,
.item4 video {
	box-shadow: 7px 7px 0 0 #F40;
}

.item5 img,
.item5 video {
	box-shadow: 7px 7px 0 0 #feda48;
}

.item6 img,
.item6 video {
	box-shadow: 7px 7px 0 0 #1B3155;
}

.item7 img,
.item7 video {
	box-shadow: 7px 7px 0 0 #F40;
}

.item8 img,
.item8 video {
	box-shadow: 7px 7px 0 0 #feda48;
}

.footer-right {
	min-width: 38%;
}

.Related-c-carousel .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 15px;
}

.related-c-slider .slick-dots {
	text-align: left;
	bottom: -38px;
}

.related-c-slider .slick-dots li.slick-active button:before {
	font-size: 9px;
	height: 15px;
	width: 15px;
	top: -2px;
	color: #1B3155;
}

.related-c-slider .slick-dots li button:before {
	font-size: 9px;
	opacity: 1;
	border-radius: 50%;
	color: #FEDA48;
}

.related-c-slider .slick-dots li {
	margin: 0;
}

.rtlCarousel ul.slick-dots {
	text-align: right;
	left: 17px;
}

.related-img-carousel.ltrCarousel .slick-next {
	right: 40px;
	top: 95px;
}

/* related content promo Carousel ends */

/* Titles section css starts */
.Tiles {
	padding: 80px 0 0;
}

.Tiles h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #1B3155;
}

.relatedStoriesWrap {
	padding-top: 90px;
}

.Tiles h2~p {
	color: #1B3155;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}

.tileCol p {
	font-family: 'Circular Std Book';
	color: #1B3155;
}

.tileCol p:first-child {
	font-size: 1.9rem;
	font-family: 'Circular Std Medium';
	line-height: 2.2rem;
	color: #1B3155;
}

.story-items p.quote {
	font-family: 'Circular Std Medium';
}

/*.left-border {
	padding-left: 40px;
	border-left: 10px solid;
}*/
.data-content-block.v2 button.btn.light-button {
	margin-top: 25px;
	background-size: contain;
	background-repeat: no-repeat;
}

.related-c-desc,
.data-content-block.v2 p.data-content-desc {
	padding-left: 20px !important;
	background-image: url(/wp-content/uploads/1/2020/09/Global-blue-divider-line-vertical-1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-bottom: 5px;
	background-size: contain;
}

.related-c-content p {
	color: #1B3155;
}

.slick-slide:focus {
	outline: 0;
}

.videoMoudle h2.underline-text~p,
.accordionSection h2~p,
.Tiles h2~p {
	font-family: 'Circular Std Book';
	color: #1B3155;
}

section.related-content-promo .related-content-promo-media img {
	width: 100%;
	object-fit: cover;

}

.relatedStorySlider .row>div:first-child:after,
section.related-content-promo .row>div:first-child:after,
section.education-hero.row>div:first-child:after {
	position: absolute;
	right: -6px;
	top: -7px;
	content: "";
	background-image: url(/wp-content/themes/allegheny/assets/images/two-column-divider-yellow-and-white.svg);
	background-repeat: no-repeat;
	height: 110%;
	/* width: 13px; Possibly the issue with the divider */
	width: 16px;
	/* z-index: 9; Possiibly an overlay issue on hero image */
	z-index: 1;
	overflow: hidden;
}

.relatedStorySlider .row>div:first-child:after {
	background-size: cover;
	transform: scaleX(1);
	right: -5px;
}

.custom-tab-section .tab-content .tab-details h3,
.custom-tab-section .tab-content .tab-details p {
	color: #1B3155;
}

.Tiles h2 u,
.underline-text.yellow u {
	background-image: url(/wp-content/themes/allegheny/assets/images/yellow-underline.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	padding-bottom: 2px;
}

.Tiles .row .col-md-4 {
	padding: 0 7px;
	margin-top: 14px;
}

.tileCol {
	background-color: #E9EEF9;
	padding: 30px;
	height: 100%;
}

.Tiles .row {
	margin-top: 30px;
	justify-content: center;
}

.tileCol h4 {
	padding-bottom: 20px;
}

.Tiles .row.count-3 .col-md-4:nth-last-child(-n+3) .tileCol,
.Tiles .row.count-6 .col-md-4:nth-last-child(-n+3) .tileCol,
.Tiles .row.count-9 .col-md-4:nth-last-child(-n+3) .tileCol {
	background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider-yellow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.Tiles .row.count-8 .col-md-4:nth-last-child(-n+2) .tileCol,
.Tiles .row.count-5 .col-md-4:nth-last-child(-n+2) .tileCol,
.Tiles .row.count-3 .col-md-4:nth-last-child(-n+2) .tileCol {
	background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider-yellow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.Tiles .row.count-7 .col-md-4:nth-last-child(-n+1) .tileCol,
.Tiles .row.count-4 .col-md-4:nth-last-child(-n+1) .tileCol,
.Tiles .row.count-1 .col-md-4:nth-last-child(-n+1) .tileCol {
	background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider-yellow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Titles secttion css ends */
/*  Related Stories module starts */
.relatedStoriesWrap {
	overflow: hidden;
	margin-bottom: 0 !IMPORTANT;
}

.related-img-carousel .slick-slide:focus {
	outline: 0;
}

.related-img-carousel .slick-slide:after {
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E55 50%, #2E3745B1 100%) 0% 0% no-repeat padding-box;
}

.relatedImgWrap {
	background-image: url(assets/Slider-image.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.relatedImgWrap .outter-wrapper {
	padding: 200px 90px 70px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	min-height: 450px;
	flex-direction: column;
}

.relatedImgWrap .outter-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent linear-gradient(180deg, #2C394E00 0%, #2C394E7F 62%, #2C394E91 100%) 0% 0% no-repeat padding-box;
}

.relatedImgWrap h2 {
	letter-spacing: 1.71px;
	color: #fff;
	text-transform: uppercase;
	line-height: 5.7rem;
}

h2.authorName {
	margin-top: 50px;
}

p.jobTitle {
	font-family: "Circular Std Book";
	color: #fff;
	font-size: 14px;
}

h3.authorName {
	margin-top: 35px;
	letter-spacing: 1.02px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 0;
}

.data-content-block.v2 .data-content-name {
	margin-bottom: 25px;
}

.relatedBlockquote .open-story-button-home.open-story-button:focus {
	outline: 0;
}

.relatedBlockquote .open-story-button-home.open-story-button {
	opacity: 1;
	color: #1B3155;
	right: 118px;
	min-width: 200px;
	font-family: "Circular Std Bold";
	padding: 12px 0;
	border: none;
	display: block;
	margin: auto;
	background-image: url(/wp-content/themes/allegheny/assets/images/circle-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	bottom: 103px;
	top: unset;
	background-color: transparent;
}

.relatedImgWrap a {
	background-color: #FEDA48;
	margin-bottom: 10px;
}

.relatedStorySlider .col-lg-6 {
	padding: 0;
}

.relatedBlockquote {
	padding: 60px 90px 180px;
	background-color: #FEDA48;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Circular Std Book";
	font-style: italic;
}

.relatedBlockquote:after {
	content: "";
	position: absolute;
	background-image: url(assets/Global-blue-divider-line-vertical.png);
	background-repeat: no-repeat;
	left: -8px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.relatedBlockquote p {
	max-width: 490px;
	margin: 0 auto;
	font-family: "Circular Std Book";
	font-style: italic;
	font-size: 3.4rem;
	color: rgb(27, 49, 85);
	line-height: 4.2rem;
}

.relatedBlockquote a {
	color: #1B3155;
	text-align: right;
	margin-top: 10%;
	margin-right: 25%;
}

.relatedStoriesWrap.slick-slider .slick-dots {
	bottom: 118px;
	left: 45%;
	width: 31%;
}

.relatedStorySlider .row {
	margin: 0;
}

.VideoModuleWrap .playIcon img {
	top: 40%;
}

/*  Related Stories module ends */
/*video starts*/
.videoMoudle .slick-prev,
.videoMoudle .slick-next {
	top: 30%;
}

.videoMoudle {
	/* margin: 90px auto 0; */
	/*background-color: #D4DEF3;*/
	text-align: center;
	padding: 67px 0 50px;
}

.videoMoudle h2 {
	text-transform: uppercase;
	color: #1B3155;
}

.videoMoudle p {
	color: #1B3155;
	max-width: 75%;
	margin: 0 auto;
	text-align: center;
}

.pullquoteSection:after {
	content: "";
	height: 92px;
	background-image: url(/wp-content/themes/allegheny/assets/images/program-yellow.png);
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	width: 100%;
}

.VideoModuleWrap {
	max-width: 660px;
	margin: 50px auto 0;
}

.VideoModuleWrap .slick-prev {
	left: -75px;
}

.VideoModuleWrap button.slick-arrow:before {
	transition: all .5s ease;
}

.VideoModuleWrap button.slick-prev.slick-arrow:hover::before,
.VideoModuleWrap button.slick-prev.slick-arrow:focus::before {
	margin-left: -5px;
}

.VideoModuleWrap .slick-next:hover::before {
	margin-left: 5px;
}

.VideoModuleWrap button.slick-prev.slick-arrow:before {
	transform: rotate(90deg);
}

.VideoModuleWrap .slick-dots {
	bottom: 0px;
}

.VideoModuleWrap .slick-prev:before,
.VideoModuleWrap .slick-next:before {
	background-image: url(/wp-content/themes/allegheny/assets/images/Fancy-arrow-down-yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	color: transparent;
	padding: 10px;
	opacity: 1;
	transform: rotate(-90deg);
}

.VideoModuleWrap video {
	object-fit: cover;
	width: 98%;
	max-height: 350px;
}

.VideoModuleWrap .slick-slide>img {
	display: block;
	width: 98%;
	object-fit: cover;
	/*max-width: 440px;*/
	text-align: center;
	margin: 0 auto;
	max-height: 350px;
}

p.vCaption {
	text-align: left;
	padding: 15px 0px;
	color: #1B3155;
	margin-left: 5px;
}

.VideoModuleWrap .slideBox {
	position: relative;
}

.playIcon img {
	box-shadow: none;
	height: 80px;
	width: 80px;
	position: absolute;
	left: 50%;
	border-radius: 50px;
	top: 38%;
	transform: translate(-50%, -50%);
}

.playIcon img {
	box-shadow: none !important;
}

/* Video Ends*/


/* media text module starts */
.mediaTextSection {
	margin-top: 80px;
}

.mediaTextSection h3 {
	text-transform: uppercase;
}

.mediaTextSection .row {
	align-items: center;
}

.mediaTextContent p,
.accordionWrap .panel .tab-details p {
	padding-left: 30px !important;
	background-image: url(/wp-content/uploads/1/2020/09/Global-blue-divider-line-vertical-1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0;
	background-size: contain;
	color: #1B3155;
}

/*media text module ends*/

/* Accordion module css starts */

.accordionSection {
	margin-top: 80px;
}

.employeeListingSection {
	margin-top: 80px;
}

.doubleMenuSection {
	margin-top: 80px;
}

.accordionWrap {
	margin-top: 20px;
}

.accordionSection h2,
.accordionSection h4 {
	text-transform: uppercase;
	color: #1B3155;
}

.panel {
	display: none;
}

.accordionHead:hover {
	color: #2A4978;
	cursor: pointer;
}

.accordionSection,
.accordionWrap {
	text-align: center;
	width: 100%;
}

.accordionHead:first-child+.panel {
	/* display: block; */
}

.accordionHead {
	letter-spacing: 0.83px;
	position: relative;
	margin-bottom: 0;
	padding: 20px 0;
}

.accordionWrap .fullWidthRow .tab-details h3 {
	color: #1B3155;
}

.accordionHead:after {
	content: "";
	position: absolute;
	background: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png) no-repeat;
	background-repeat: no-repeat;
	top: 92%;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.accordionWrap .panel {
	padding: 30px 0 55px;
}

.accordionSection .panel {
	position: relative;
}

.accordionWrap .panel:after {
	content: "";
	position: absolute;
	background: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png) no-repeat;
	top: 98%;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.accordionHead:before,
.accordionHead.active:before {
	position: absolute;
	content: "";
	top: 5px;
	right: 50px;
	background-image: url(/wp-content/themes/allegheny/assets/images/accordion-plus-svg.svg);
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.accordionHead.active:before {
	background-image: url(/wp-content/themes/allegheny/assets/images/accordion-minus.svg);
	height: 50px;
	width: 40px;
	right: 70px;
}

.accordionWrap .tab-details {
	text-align: left;
}

.accordionWrap .fullWidthRow .tab-details {
	text-align: center;
}

/* accordion module css ends */

/*.pullquote starts*/
.pullquoteSection {
	margin-top: 80px;
	background-color: #FEDA48;
	padding: 70px 0;
	position: relative;
}

.pullquoteSection h4 {
	font-size: 2.6rem;
	letter-spacing: 0.83px;
	color: #1B3155;
	text-transform: uppercase;
	word-break: break-word;
}

/* Added to remove the issue with heading h4's hierarchical (nested) structure. */
.pullquoteSection .h4-replacement {
	font-size: 2.6rem;
	letter-spacing: 0.83px;
	color: #1B3155;
	text-transform: uppercase;
	word-break: break-word;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1rem;
}

.accordionHead.h4-replacement {
	/* 	text-align: center; */
	text-transform: capitalize;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Circular Std Book";
	color: rgb(27, 49, 85);
	/* 	letter-spacing: 1.71px; */
	/* 	line-height: 6.3rem; */
	padding-top: 1rem;
}

/* END */

section.related-content-promo .row>div:first-child:after {
	right: -5px;
}

.pullquoteSection p {
	color: #1B3155;
	font-size: 1.4rem;
}

.pullquoteSection .row {
	align-items: center;
	max-width: 95%;
	margin: 0 auto;
}

.pullquoteContent p {
	color: #1B3155;
	margin: 0 auto;
	font-family: "Circular Std Book";
	font-style: italic;
	font-size: 3.4rem;
	line-height: 4.2rem;
}

/*.pullquote ends*/

/*next step starts*/
.nextStepBottomLinks a:hover,
.nextStepBottomLinks a:hover {
	color: #264068;
}

.nextStep {
	background-color: #E9EEF9;
	padding: 70px 0 85px;
	margin-top: 80px;
}

.nextStep h2+.row,
.nextStepBottomLinks .row {
	max-width: 900px;
	margin: 0 auto;
}

.nextStep h2,
.mediaTextSection h3 {
	color: #1B3155;
}

.nextStep .date:first-child {
	margin-bottom: 80px;
}

.nextStep p.title {
	margin-bottom: 60px;
}

.nextStep .email {
	font-weight: bold;
}

.moreInfo p a,
.moreInfo p {
	color: #1B3155;
}

.nextStepBottomLinks {
	margin-top: 5px;
	padding-top: 25px;
	background: url(/wp-content/themes/allegheny/assets/images/Carousel-line-same-as-drop-down-line-svg.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.nextStep h5,
.nextStepBottomLinks a {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
	color: #1B3155;
	text-transform: uppercase;
}

.nextStep h2 {
	text-transform: uppercase;
}

.underline-text.white u {
	background: url(/wp-content/themes/allegheny/assets/images/headline-underline-long-svg.svg) no-repeat;
	background-position: 0 100%;
}

.nextStep h5:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 24px;
	background-image: url(/wp-content/themes/allegheny/assets/images/carousel-indicator-unactive-yellow.png);
	left: -20px;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.nextStep h5 {
	position: relative;
}

.nextStep .moreInfo {
	margin-bottom: 50px;
}

.nextStepBottomLinks a {
	background-image: url(/wp-content/uploads/1/2020/08/CTA-Connect-with-a-counselor-yellow-underline.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

.nextStepBottomLinks a:hover {
	color: #2A4978;
	font-weight: bold;
}

.nextStep .underline-text.yellow {
	text-align: center;
	margin-bottom: 25px;
}

.nextStep .row:first-child {
	margin-bottom: 60px;
}

.text-block {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 50%;
}

.text-block-wide {
	padding-top: 80px;
	/* padding-bottom: 80px; */
	width: 80%;
}


/***********************************************************************/
/********************Education modules css starts***********************/

/* media queries for devices above Tablets */
@media only screen and (max-width:1299px) {

	ul.nav-footer-links li a,
	ul.main-footer-links li a {
		padding: 10px 5px 10px;
		/*font-size: 1rem;*/
	}

	/*.hero-final-left ul {
		padding: 0px 5px 0px;
	}*/
}

/*--for mac--*/
_::-webkit-full-page-media,
_:future,
:root .modal-body .body-right {
	overflow-y: auto;
	height: auto;
}

_::-webkit-full-page-media,
_:future,
:root .modal.story-modal .modal-content {
	height: 100%;
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
	.modal-body .body-right {
		overflow-y: auto;
		height: auto;
	}

	.modal.story-modal .modal-content {
		height: 100%;
	}
}

/*--fire fox css--*/
@supports (-moz-appearance:none) {
	.Related-c-carousel .item img {
		min-height: 600px;
	}

	.Related-c-carousel .row a.btn.light-button {
		background-size: cover;
	}
}

/*for ie*/
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.Related-c-carousel .item img {
		min-height: 600px;
	}

	*::-ms-backdrop,
	.story-items .item>div {
		top: 100px;
	}

	*::-ms-backdrop,
	button.open-story-button-home.open-story-button {
		margin-left: -35px;
	}

	*::-ms-backdrop,
	.story-list .item {
		overflow: hidden;
	}

	*::-ms-backdrop,
	section.search-section .input-group {
		height: 70px;
	}

	*::-ms-backdrop,
	section.hero-final.full-width .hero-final-left h1.underline-text {
		left: 375px;
	}

	*::-ms-backdrop,
	.story-list .item .desc {
		left: 135px;
	}

	*::-ms-backdrop,
	.story-items {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 15px;
		justify-content: space-between;
	}

	*::-ms-backdrop,
	.story-items .item {
		max-width: 33.33%;
		width: 32.5%;
		min-height: 300px;
	}

	*::-ms-backdrop,
	.item::after {
		background-color: rgba(0, 0, 0, .4);
	}

	*::-ms-backdrop,
	button.open-story-button {
		position: relative;
	}

	*::-ms-backdrop,
	.footer-logo img,
	.footer-right h2,
	.connect-with-us,
	.part-2 {
		opacity: 1;
		transform: translate(0);
	}
}

/*edge css*/
@supports (-ms-ime-align:auto) {
	.Related-c-carousel .item img {
		min-height: 600px;
	}

	.story-items .item>div {
		left: 200px;
		top: 155px;
	}

	button.open-story-button {
		position: relative;
	}

	.item::after {
		background-color: rgba(0, 0, 0, .4);
	}

	.story-items {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 15px;
		justify-content: space-between;
	}

	.story-items .item {
		max-width: 33.33%;
		width: 32.5%;
		min-height: 300px;
	}

	.footer-logo img,
	.footer-right h2,
	.connect-with-us,
	.part-2 {
		opacity: 1;
		transform: translate(0);
	}
}

@media only screen and (max-width:1199px) {
	/* section.search-section {
		padding: 120px 0 100px;
	}
	*/

	.pullquoteSection:after {
		top: -25px;
	}

	.story-items.count-1 .item,
	.story-items.count-2 .item {
		min-height: 505px;
	}

	.story-items .item {
		min-height: 245px;
	}

	.mediaTextContent {
		padding: 0 20px 0 40px;
	}

	.mediaTextSection .row>div:first-child .mediaTextContent {
		padding: 0 40px 0 20px;
	}

	/*section.major-minor-section .major-minor-cell .major-minor-count::after{
			right: 75px;
	}*/
	.site-wrapper {
		padding-top: 0;
	}

	.relatedStoriesWrap .slick-next {
		right: 15px;
	}

	.relatedImgWrap .outter-wrapper {
		padding: 100px 90px 70px;
	}

	.relatedImgWrap h2 {
		margin-bottom: 20px;
		line-height: 6rem;
	}

	.Related-c-carousel .col.col-lg-6:first-child .related-c-content {
		padding-left: 42px;
	}

	.img-overly p {
		line-height: 19px;
		bottom: 15%;
	}

	.education-hero-media,
	.related-content-promo-media {
		height: 100%;
	}

	section.related-content-promo .related-content-promo-media img {
		object-fit: cover;
	}

	.education-hero-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.relatedBlockquote {
		padding: 60px 60px 180px;
	}

	.relatedBlockquote .open-story-button-home.open-story-button {
		right: 30px;
	}

	.related-img-carousel .img-overly {
		display: block;
		/* top: 66%;
			*/
		top: 80%;
		height: 80%;
		max-width: 50%;
	}

	.relatedStoriesWrap .slick-prev {
		left: 52%;
	}

	.relatedBlockquote p {
		max-width: 410px;
	}

	.related-c-content {
		padding-left: 30px;
		max-width: 540px;
	}

	/*.relatedStoriesWrap.slick-slider .slick-dots{
		left: 6%;
		bottom: 53px;
	}*/
	div#accordion.custom-accordian .card-header:after,
	div#accordion.custom-accordian .card-body:after {
		width: 80%;
	}

	.modal-body .thumbnail {
		width: 50%;
	}

	.modal-body .user-desc .wraper {
		margin-left: 0px;
		width: 100%;
	}

	#search-icon {
		margin-left: 10px;
	}

	ul.nav-links {
		margin-right: 0px;
	}

	ul.nav-links li a {
		padding: 20px 8px 20px;
	}

	ul.nav-footer-links li a,
	ul.main-footer-links li a {
		padding: 10px 5px 10px;
		/*font-size: 1rem;*/
	}

	.hero-final-left h1 {
		left: 30px;
	}

	span.ic_scroll {
		left: 30px;
		bottom: 20%;
	}

	/*.hero-final-left ul {
		padding: 0px 5px 0px;
	}*/

	section.hero-final button.slick-prev.slick-arrow {
		left: 20px;
		top: calc(50% - 110px);
	}

	section.hero-final button.slick-next.slick-arrow {
		right: 20px;
		top: calc(50% - 110px);
	}

	/* section.hero-final ul.main-footer-links.collapsed li {
		display: none;
	}
	section.hero-final ul.main-footer-links.collapsed li:nth-child(4),
	section.hero-final ul.main-footer-links.collapsed li:last-child {
		display: inline-block;
	} */
	.story-list .item .auth-desc h4 {
		font-size: 3.2rem;
	}


	.item.media-count-1 .auth-desc,
	.item.media-count-2 .auth-desc,
	.item.media-count-3 .auth-desc {
		left: 30px;
		bottom: 50px;
	}

	.story-list .item p {
		font-size: 1.4rem;
		width: 100%;
		max-width: 300px;
	}

	/*section.search-section {
		padding: 0px 0px 80px;
	}*/

	.modal-body ul li .action-button {
		padding: 10px 15px 10px 0px;
	}
}

/* media queries for Tablets */
@media only screen and (max-width: 1024px) {
	.pullquoteSection:after {
		top: -25px;
	}
}

@media only screen and (max-width:1023px) {
	ul.nav-links {
		margin-right: 15px;
	}

	ul.nav-links li a {
		padding: 20px 6px 20px;
	}

	.menu-action {
		margin-right: 10px;
	}

	.hero-final-left ul {
		left: 10px;
	}

	.modal-body .user-desc {
		width: 100%;
	}
}

/* @media only screen and (max-width:991px){
	ul.nav-links {
		margin-right: 10px;
	}    
	ul.nav-links li a {
		padding: 15px 5px 15px;
		font-size: 0.7rem;
	}
} */

/* media queries for devices below Tablets */

@media only screen and (max-width:991px) {
	.seAllSearch {
		top: 90%;
	}

	.error404-content h1.entry-title {
		letter-spacing: 2.29px;
		word-spacing: 1px;
	}

	.error404-content {
		margin-top: 0;
	}

	/*    .modal.story-modal.show {
		margin-top: 53px;
	}*/
	section.hero-final {
		border-bottom: none;
	}

	.hero-final-left h1 {
		padding: 150px 0 150px;
	}

	.hero-final .hero-final-left:after {
		opacity: 1;
	}

	.story-items p.quotes {
		order: 1;
		text-align: center !important;
		padding: 40px 0 0 !important;
		margin: 0 auto;
	}

	.story-wrapper .story-items .item .cta {
		order: 2;
		text-align: center !important;
		width: 100%;
	}

	.story-items .initial>div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: end !important;
	}

	.story-items .item:hover div.initial,
	.story-wrapper div.item:nth-child(6n-2)>div,
	.story-wrapper div.item:nth-child(6n-3)>div,
	.story-items-wrapper.count-2 .item div,
	.story-items-wrapper.count-1 .item div {
		text-align: left;
	}

	.story-wrapper .story-items div.item .cta,
	.story-wrapper .story-items div.item p.quotes {
		opacity: 1 !important;
		height: auto !important;
	}

	.story-wrapper div.item:hover .cta,
	.story-wrapper .story-items div.item:hover .quotes,
	.story-wrapper .story-items div.item:hover h3,
	.story-items .item:hover div p {
		opacity: 1 !important;
		height: auto !important;
	}

	.hero-final-left:after {
		opacity: 0;
	}

	.story-items .item>div {

		max-width: 100%;
		top: 0;
		width: 100%;
		left: 0px;
		transform: none;
	}

	.story-items .item:nth-child(even) {
		margin-right: 0;
	}

	.story-items .item {
		margin-bottom: 14px;
		margin-right: 14px;
		padding: 20px;
		min-height: 245px !important;
		width: 49%;
	}

	.story-items-wrapper {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 0;
		padding: 14px 0 0 !important;
	}

	.accordionHead:after,
	.accordionWrap .panel:after {
		background-size: contain;
	}

	.mediaTextContent {
		padding: 0;
	}

	.mediaTextSection .row>div:first-child .mediaTextContent {
		padding: 0;
	}

	.pullquoteSection .row {
		max-width: 100%;
	}

	.pullquoteSection h3 {
		margin-bottom: 0;
	}

	.pullquoteSection p {
		margin-top: -10px;
	}

	.pullquoteSection {
		padding: 0px 0 30px;
	}

	.Tiles .slick-dots {
		bottom: -12px;
	}

	.Tiles .row {
		max-width: 400px;
		margin: 0 auto;
	}

	section.major-minor-section .major-minor-desc {
		width: 75%;
		margin: 0 auto;
	}

	section.major-minor-section h3.heading.underline-text.yellow {
		margin-bottom: 0;
	}

	.major-minor-cell {
		padding: 30px 15px 20px;
	}

	section.major-minor-section .major-minor-cell .major-minor-count::after {
		height: 70px;
		top: 4px;
		left: 90%;
	}

	.custom-tab-section .tab-media {
		padding-left: 15px;
		padding-right: 15px;
	}

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

	.accordionHead:before,
	.accordionHead.active:before {
		height: 40px !important;
		width: 40px;
	}

	.accordionWrap .panel:after {
		top: 99%;
	}

	section.related-content-promo .row .related-content-promo-left:after {
		top: 98% !IMPORTANT;
	}

	.VideoModuleWrap .slick-slide>img,
	.VideoModuleWrap video {
		width: 97%;
	}

	.nextStep {
		padding: 70px 0 65px;
	}

	.custom-tab-section ul.nav {
		max-width: 90%;
	}

	.custom-tab-section .tab-content {
		padding: 0px 0 0;
	}

	.custom-tab-section .slick-initialized .slick-slide {
		display: block;
		height: 130px;
		margin-top: 5px;
	}

	.custom-tab-section a.nav-link {
		top: 25px;
	}

	.body-description .wrapper-content {
		padding-left: 0;
	}

	.modal-body .learn-more a:after,
	.modal-body .info-card:after {
		background-size: cover;
	}

	.hero-final-left:after {
		top: 98% !important;
	}

	.custom-tab-section a.nav-link.active::before,
	.custom-tab-section .slick-current.slick-active a.nav-link::before {
		transform: scale(1.9);
		top: 14%;
	}

	.custom-tab-section a.nav-link.active::before,
	.custom-tab-section .slick-current.slick-active a.nav-link::before {
		left: 48%;
	}

	.custom-tab-section ul.nav li.item-2 a.nav-link.active::before,
	.custom-tab-section li.slick-current.slick-active.item-2 a.nav-link::before {
		left: 35%;
	}

	.custom-tab-section ul.nav li.item-3 a.nav-link.active::before,
	.custom-tab-section li.slick-current.slick-active.item-3 a.nav-link::before {
		left: 15px;
	}

	.custom-tab-section ul.nav li.item-4 a.nav-link.active::before,
	.custom-tab-section li.slick-current.slick-active.item-4 a.nav-link::before {
		left: 53%;
	}

	section.related-content-promo .container {
		max-width: 100%;
		/*padding: 0 42px;*/
	}

	section.related-content-promo .row>div:first-child:after {
		background-size: cover !important;
	}

	.related-img-carousel .slick-slide {
		padding-right: 15px;
	}

	.nextStepBottomLinks .row .col-lg-4 {
		margin-bottom: 20px;
	}

	.nextStepBottomLinks .row {
		max-width: 100%;
		margin: 0;
	}

	.relatedImgWrap .outter-wrapper {
		padding: 50px 40px 30px;
	}

	.accordionWrap .panel .row,
	.mediaTextSection .row,
	.pullquoteSection .row {
		display: block;
	}

	.pullquoteSection .row .col-md-4,
	.pullquoteSection .row .col-md-8 {
		max-width: 100%;
	}

	.fullWidthRow h2,
	.fullWidthRow p {
		text-align: left;
	}

	.nextStep .date:first-child,
	.nextStep p.title {
		margin-bottom: 0px;
	}

	.nextStepBottomLinks {
		margin-top: 20px;
		padding-top: 45px;
	}

	.accordionWrap .panel .row .col.col-md-6,
	.mediaTextSection .row .col-md-6 {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.nextStep .moreInfo,
	.nextStep .date {
		margin-bottom: 20px;
	}

	.row.nextStepBottomLinks>div {
		margin-bottom: 15px;
	}

	.nextStep {
		text-align: center;
	}

	.nextStep h5 {
		display: inline;
	}

	.accordionSection h4 {
		text-align: left;
	}

	.accordionHead:before,
	.accordionHead.active:before {
		right: 3%;
	}

	.accordionSection h4 {
		padding-right: 65px;
	}

	.VideoModuleWrap .slick-arrow {
		display: none !important;
	}

	section.tabbing-section.container .slick-prev,
	section.tabbing-section.container .slick-next {
		top: 35%;
	}

	.relatedStorySlider .row>div:first-child:after {
		top: 98% !important;
		background-size: cover !important;
	}

	.department-block h2 {
		line-height: 5rem;
	}

	.pullquoteContent p {
		font-size: 2.4rem;
		line-height: 3.2rem;
		padding-top: 20px;
	}

	.pullquoteSection:after {
		background-image: url(/wp-content/themes/allegheny/assets/images/yellow-paint-bottom-mobile.png);
		top: -55px;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.custom-tab-section ul.nav {
		padding-bottom: 10px;
	}

	.custom-tab-section .tab-content .tab-details {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.custom-tab-section .tab-content .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	/*section.major-minor-section .major-minor-cell .major-minor-count::after {
		right: 40%;
	}*/

	.relatedStoriesWrap button.slick-arrow {
		display: none !important;
	}

	.Tiles .row .col-md-4 .tileCol {
		background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider-yellow.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.Tiles {
		/* padding: 90px 15px 20px; */
	}

	.Related-c-carousel button.slick-next.slick-arrow:before,
	.Related-c-carousel button.slick-prev.slick-arrow:before {
		display: none;
	}

	section.major-minor-section .major-minor-cell {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	section.major-minor-section .major-minor-cell:nth-child(2),
	section.major-minor-section .major-minor-cell:nth-child(3),
	section.major-minor-section .major-minor-cell:nth-child(4) {
		background-image: none;
	}

	.Related-c-carousel button.slick-next.slick-arrow:before {
		margin-left: -45px;
	}

	.related-c-slider .slick-dots {
		text-align: center;
		bottom: -37px;
	}

	.related-img-carousel.ltrCarousel .slick-next {
		right: 28px;
	}

	.Related-c-carousel {
		padding: 90px 0 40px;
	}

	.Related-c-carousel .row .col.col-lg-6.related-c-slider-wrapper,
	.related-content-promo-right {
		order: 2;
	}

	section.education-hero .education-hero-left .department-block {
		padding: 0;
	}

	.bread-crumbs {
		padding: 0;
		position: absolute;
		top: -132%;
		z-index: 9;
	}

	.bread-crumbs ul li a {
		color: #fff;
	}

	.hero-final-left:after,
	section.education-hero.row>div:first-child:after,
	section.related-content-promo .row>div:first-child:after,
	.relatedStorySlider .row>div:first-child:after {
		left: 0;
		top: -10px;
		width: 100%;
		height: 10px;
		background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider.png);
		background-position: 0 100%;
		background-repeat-x: repeat;
	}

	.related-img-carousel .slick-slide:before {
		top: -3px;
		left: 32px;
		width: 90%;
		height: 98%;
	}

	.Related-c-carousel .item img {
		width: 92%;
		height: auto;
		margin: 0 auto 20px;
	}

	/*   .related-img-carousel .img-overly {
		max-width: 100%;
		left: 0;
		transform: translate(0%, -50%);
		margin: 0 auto;
	}*/

	.relatedBlockquote p {
		font-size: 2.4rem;
		line-height: 3rem;
	}

	.data-content-block.v2 .data-content-name,
	.relatedImgWrap p.intro_text {
		font-size: 1.2rem;
	}

	.data-content-block.v2 p.data-content-desc {
		font-size: 1.4rem;
	}

	.data-content-block.v2 h2,
	.Tiles h2 {
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: 1.31px;
	}

	.Tiles .row .col-md-4 {
		margin-bottom: 15px;
	}

	.data-content-block {
		padding: 50px 30px;
	}

	.related-c-content {
		max-width: 100%;
		padding: 0px 30px 50px;
	}

	.rtlCarousel ul.slick-dots {
		text-align: center;
		left: 0;
		z-index: 99;
	}

	.Related-c-carousel .row .col {
		flex-basis: unset;
		order: 1;
	}

	.relatedImgWrap {
		text-align: center;
	}

	.relatedBlockquote .open-story-button-home.open-story-button {
		position: unset;
		font-size: 1.4rem;
	}

	.relatedStoriesWrap .slick-prev {
		left: 4%;
		z-index: 9;
	}

	.relatedStoriesWrap.slick-slider .slick-dots {
		width: 100%;
		bottom: 28%;
		left: 0 !important;
	}

	.relatedBlockquote {
		display: block;
	}

	.relatedBlockquote {
		padding: 70px 30px 70px;
	}

	section.education-hero>div:first-child::after {
		width: 100%;
		height: 10px;
		background-size: cover !important;
	}

	section.education-hero .education-hero-left .department-block h2::before {
		display: none;
	}

	section.education-hero .education-hero-left {
		order: 1;
		padding: 50px 30px 40px;
	}

	.modal-body .user-desc .wraper {
		padding-left: 0;
	}

	.modal-body .user-desc .wraper .inner-wrapper {
		position: absolute;
		top: 22%;
		left: 32%;
	}

	.modal-body .learn-more {
		padding: 53px 40px 100px;
	}

	img.question-arrow {
		margin-left: 20px;
		margin-right: 20px;
	}

	.story-items .item>div {
		/*height: 100%;*/
		max-width: 100%;
		top: 38%;
		/*position: relative;
		left: 0;
		top: 0;
		transform: none;*/
	}

	/*.story-items .item {
		height: auto;
		width: calc(50% - 7px);
	}*/

	div#headingOne.card-header {
		flex-wrap: wrap;
	}

	div#accordion.custom-accordian .card-header h5 {
		font-size: 4.2rem;
		line-height: 4.5rem;
		margin-bottom: 15px;
	}

	div#accordion.custom-accordian a {
		font-size: 3rem;
		line-height: 3.5rem;
		margin-bottom: 10px !important;
		display: block;
	}

	section.search-section {
		padding: 60px 15px 50px;
	}

	section.search-section.story-section.libray-text-animations {
		padding: 80px 15px 80px;
	}

	.modal-body .user-desc {
		position: relative;
		align-items: center;
		flex-wrap: wrap;
		padding-bottom: 15px;
	}

	.modal-body .info-card {
		padding: 30px 10px;
	}

	.modal-body .user-desc .bio {
		margin: 0;
	}

	.modal-body .user-desc h4 {
		font-size: 3rem;
	}

	.modal-body .user-desc p.profile {
		font-size: 2rem;
	}

	.content h4 p,
	.modal-body .learn-more h4 {
		font-size: 4.3rem;
		line-height: 4rem;
	}

	.body-description button.continue-reading {
		font-size: 1.4rem;
	}

	.content h4 p {
		max-width: 80%;
		text-align: center;
		margin: 0 auto;
	}

	button.more-stories {
		position: inherit;
		margin: 45px auto 0;
	}

	.body-description .wrapper-content h4 {
		font-size: 2.4rem;
		padding: 30px;
		margin: 0;
	}

	.body-description .wrapper-content .less,
	.body-description .wrapper-content .more {
		font-size: 1.4rem;
	}

	.modal.story-modal.story-modal-1.show .modal-body.video-content button.more-stories {
		margin-top: 20px;
	}

	.body-description .wrapper-content h4,
	.body-description .wrapper-content .less,
	.body-description .wrapper-content .more {
		max-width: 100%;
	}

	/* .modal.story-modal{
		top: 50px;
	} */
	.body-left {
		min-height: 510px;
		text-align: center;
		/*border-bottom: 10px solid #FEDA48;*/
	}

	.modal-body .body-right {
		overflow-y: hidden;
	}

	.modal-open .main-footer-wrapper.hero-final-left {
		display: none;
	}

	.body-left:before {
		content: "";
		background-image: url(/wp-content/uploads/1/2020/09/image-1-1.png);
		position: absolute;
		left: 0;
		top: 99%;
		bottom: 0px;
		right: 0;
		z-index: 999;
		background-size: contain;
		height: auto;
		width: 100%;
		background-repeat: no-repeat;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	section.hero-final {
		border-bottom: 10px solid #FEDA48;
	}

	div#nav-overlay~section.searchOverlay .container h2 {
		margin-top: 15px;
	}

	input#headerSearch {
		width: 100%;
	}

	.searchHeader {
		padding-bottom: 100px;
	}

	div#nav-overlay~section.searchOverlay .seachWarp {
		position: absolute;
		left: 0;
		top: 70px;
		height: 50px;
		width: calc(100% - 50px);
		left: 25px;
	}

	div#nav-overlay~section.searchOverlay .seachWarp:after {
		background-repeat-x: repeat;
		z-index: 9;
		width: 100%;
	}

	div#nav-overlay~section.searchOverlay .container {
		overflow-x: hidden;
		padding: 20px 15px;
	}

	div#nav-overlay~section.searchOverlay .container .col-md-3.list {
		margin-bottom: 25px;
	}

	div#nav-overlay~section.searchOverlay .container .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.modal.story-modal .modal-dialog {
		height: auto;
	}

	.close-modal-btn span {
		color: #fff;
	}

	.modal-open .modal-body .close-modal-btn {
		right: 15px;
		top: 5px;
	}

	.body-description {
		margin-top: 0;
	}

	.modal-body .thumbnail {
		padding: 0px 0px 25px;
	}

	.modal.story-modal.story-modal-1 .content {
		padding: 70px 30px;
	}

	.modal-body .body-left,
	.modal-body .body-right {
		width: 100%;
		height: auto;
	}

	.modal-body .body-left {
		box-shadow: inset 0 76px 27px -7px rgb(255 255 255 / 85%);
	}

	.featured-articles-list .article:nth-child(2):after,
	.featured-articles-list .article:nth-child(2):before {
		display: none;
	}

	section.hero-final.full-width .hero-final-left h1.underline-text {
		top: calc(25% + 53px);
		position: absolute !IMPORTANT;
	}


	section.search-section span.input-group-text {
		padding: 0 5px 0 10px !important;
	}

	section.search-section .input-group {
		max-width: 375px;
	}

	section.search-section input[type="text"]#textSearch {
		max-width: 100%;
		font-size: 2rem !important;
		line-height: 5rem;
		letter-spacing: -0.53px;
		padding: 0px 15px 0 10px;
	}

	div#searchRecentWraper .col-md-3.list {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}

	.nav-left {
		width: 20%;
	}

	/* .nav-left img {
		padding-right: 10px;
	} */

	.nav-right {
		width: 80%;
	}

	.main-navigation {
		padding: 3px 15px 5px;
	}

	ul.nav-links {
		margin-right: 10px;
	}

	ul.nav-links li a {
		padding: 25px 3px 15px;
		font-size: 0.7rem;
	}

	.hero-final-left {
		padding-left: 15px;
	}

	.hero-final-left ul {
		left: 15px;
	}

	section.search-section h2,
	section.search-section p {
		width: 100%;
		max-width: 530px;
	}

	section.searchOverlay {
		padding-bottom: 0;
	}
}

/* iphoneX landscape responsiveness */

@media only screen and (min-width:812px) and (max-width:812px) {
	.nav-overlay.show ul.nav-footer-links {
		left: unset;
		right: 0;
	}

	ul.nav-footer-links li,
	ul.main-footer-links li {
		margin: 0px 10px 0px 0px;
	}

	.nav-options .nav-option {
		top: 80px;
	}
}

/* iphoneX landscape responsiveness ends*/

@media only screen and (max-width:768px) {
	h1 {
		font-size: 5.5rem;
		font-family: 'Morganite Bold';
	}

	h2 {
		font-size: 4.3rem;
		font-family: 'Morganite Bold';
	}

	h3 {
		font-size: 3rem;
		font-family: 'Morganite Bold';
	}

	h4 {
		font-size: 2rem;
		font-family: 'Morganite Bold';
	}

	.body-1 {
		font-family: 'Circular Std Book';
		font-style: italic;
		font-size: 2.4em;
	}

	.body-2 {
		font-family: 'Circular Std Medium';
		font-size: 1.8em;
	}

	.body-3 {
		font-family: 'Circular Std Book';
		font-size: 1.6em;
	}

	.body-4 {
		font-family: 'Circular Std Book';
		font-size: 1.4em;
	}

	/* body.no-scroll {
		overflow: scroll;
	} */
	ul.verticle-tabs li.vertical-nav-level-2,
	ul.verticle-tabs li.vertical-nav-level-3 {
		transform: translateX(0);
	}

	.main-navigation {
		min-height: 53px;
	}

	section.hero-final.full-width .hero-final-left {
		height: 50vh !important;
	}

	section.hero-final.full-width .hero-final-left h1.underline-text {
		top: calc(50% + 53px);
	}

	.hero-final.full-width h1 p {
		left: 30px;
		max-width: 100%;
		top: unset;
	}

	.item:after {
		display: none;
	}

	section.hero-final.full-width .hero-final-right,
	.hero-final-right {
		width: 100%;
	}

	div#searchResponse p.notFound {
		padding: 0px 15px 0px;
	}

	section.searchOverlay p.notFound {
		padding: 10px 20px;
	}

	.searchHeader img {
		max-width: 170px;
	}

	section.hero-final.full-width .hero-final-right {
		display: block;
		width: 100%;
	}

	section.hero-final button.slick-prev.slick-arrow {
		left: 20px;
		top: 50%;
	}

	section.hero-final button.slick-next.slick-arrow {
		right: 20px;
		top: 50%;
	}

	.hero-final-left ul.main-footer-links.collapsed::before {
		height: 3px;
	}

	.textSeachWarp:after {
		content: "";
		background-image: url(/wp-content/themes/allegheny/assets/images/global-search-underline.svg);
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		bottom: 0px;
		background-repeat: no-repeat;
		background-size: contain;
		height: 5px;
	}

	.textSeachWarp input#textSearch {
		padding: 20px 20px 20px 5px;
	}

	.input-group.mb-3.input-group-sm.textSeachWarp span.input-group-text {
		padding: 0px 5px 0px 0px !important;
	}

	.story-list .item.media-count-2 .desc {
		top: 40px;
	}

	.story-list .item {
		position: relative;
	}

	.hero-final-left ul.main-footer-links.collapsed li:last-child {
		display: block;
	}

	.hero-final-left ul.main-footer-links.collapsed li {
		display: none;
	}

	.story-list .primary-photo {
		height: 100%;
		width: 100%;
	}

	.media-count-1 .primary-photo {
		height: 100% !important;
	}

	.story-list .secondary-photos {
		display: none;
	}

	section.search-section h2 {
		font-size: 4.3rem;
		width: 100%;
		max-width: 100%;
		line-height: 4.5rem;
	}

	ul.nav-links {
		display: none;
	}

	section.search-section .search-input-block {
		width: 100%;
	}

	/*input#headerSearch,
	input#textSearch {
		width: calc(100% - 53px);
	}*/

	section.search-section input[type="text"] {
		max-width: 280px;
		width: 100%;
	}

	.hero-final-left h1 {
		font-size: 5.5rem;
	}

	section.searchOverlay {
		top: -1600px;
	}

	.main-navigation.sticky {
		position: relative;
		width: 100%
	}

	.nav-overlay {
		left: unset;
		top: -1000%;
		bottom: unset;
		transition: top 0.25s linear;
	}

	.nav-overlay.show {
		top: 0;
	}

	.nav-left,
	.nav-right,
	.main-navigation.sticky .nav-right,
	.main-navigation.sticky .nav-left {
		width: 50%;
	}

	/* .nav-right{
		flex-direction: row-reverse;
		justify-content: end;
	} */

	.menu-action {
		margin-right: 0px;
		margin-left: 10px;
	}

	/*
	header.site-header {
		position: relative !important;
		opacity: 1 !important;
		z-index: 99999 !important;
	}*/

	.hero-final-left {
		width: 100%;
		padding-right: 15px;
	}

	span.ic_scroll {
		display: none;
	}

	.story-list .item p {
		width: 100%;
		max-width: 280px;
	}

	/* .main-navigation {
		min-height: 53px;
	} */

	ul.nav-links {
		display: none;
	}

	.hero-final.full-width .hero-final-left h1,
	.hero-final-left h1 {
		text-align: center;
		max-width: 270px;
		width: 100%;
	}

	.hero-final-left h1 {
		letter-spacing: 1.28px;
		font-size: 5.5rem;
		line-height: 5.5rem;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		left: 0;
		padding: 200px 0 200px;
		position: inherit !important;
	}

	.hero-final.full-width .hero-final-left {
		padding-left: 15px;
	}

	.hero-final .hero-final-left h1::before,
	.hero-final.full-width .hero-final-left h1::before {
		background-size: 70px 50px;
		left: 60px;
		top: 0px;
		background-position: 10px 0px;
	}

	.featured-articles-list {
		flex-direction: column;
	}

	.featured-articles-list .article {
		display: block;
		padding: 0px 20px 0px;
		width: 100%;
		margin-top: 20px;
		max-width: 100%;
	}

	section.footer-section>ul {
		padding: 5px 0px 15px;
	}

	section.footer-section footer .footer-left,
	section.footer-section footer .footer-right {
		width: 100%;
	}

	/* section.footer-section::before {
		background-image: url(/wp-content/uploads/1/2020/08/Global-footer-yellow-paint-top-mobile.png);
		background-size: contain;
		top: 54px;
	} */

	/* section.footer-section::after {
		height: 30px;
		background-image: url(/wp-content/uploads/1/2020/08/Global-footer-yellow-paint-bottom-mobile.png);
		background-size: contain;
	} */

	.footer-right h2 {
		font-size: 4.3rem;
		margin-bottom: 15px;
		margin-top: 55px;
		text-align: center;
	}

	.footer-right .footer-links {
		justify-content: center;
		margin: 0 auto;
		width: 80%;
	}

	.footer-right .part-1:after {
		left: unset;
		right: 0;
	}

	footer .other-links {
		position: static;
		bottom: 0;
		right: 0;
	}

	.footer-logo img {
		margin: 0 auto;
	}

	section.search-section span.input-group-text {
		padding: 0 5px !important;
	}

	section.search-section .input-group {
		max-width: 320px;
	}

	.alertBox {
		justify-content: start;
		padding: 0px 15px 0px
	}

	.alertBox p {
		margin: 0;
		width: calc(100% - 80px);
		margin-right: 12px;
	}

	.nav-options ul li {
		margin-bottom: 5px;
	}

	.alertBox p a {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.closeText {
		font-size: 1rem;
		justify-content: center;
	}

	.alertBox .closeText img {
		margin: 0;
		width: 30px;
		margin-left: 5px;
	}

	/* Navigation Responsive Styling Starts */
	.nav-options .nav-option {
		top: 120px;
	}

	.nav-overlay.mobile-mode-active.show .nav-overlay-left {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.nav-overlay.mobile-mode-active.show .logo-block {
		padding: 10px 20px 10px;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #274068;
		z-index: 2;
	}

	.nav-overlay.mobile-mode-active.show .nav-overlay-left.hide .logo-block {
		background-color: #264068;
	}

	.nav-overlay.mobile-mode-active.show .logo-block img {
		display: none;
	}

	.nav-overlay.mobile-mode-active.show .logo-block img.mobile-nav-log {
		display: inline-block;
		width: 150px;
	}


	.nav-overlay.mobile-mode-active.show span#close-nav-action {
		position: fixed;
		right: 30px;
		top: 20px;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-overlay-main-links {
		padding: 0 15px 0 15px;
		margin-bottom: 40px;
	}

	ul.nav-overlay-secondary-links {
		opacity: 1;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-overlay-secondary-links {
		padding: 0 15px 0px 15px;

	}

	.nav-overlay.mobile-mode-active.show ul.nav-overlay-main-links a i,
	.nav-overlay-secondary-links a i {
		display: none;
	}

	.nav-overlay.mobile-mode-active.show .nav-overlay-right .nav-options a i {
		opacity: 1;
		top: -6px;
		position: initial;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-overlay-main-links a {
		font-size: 4.8rem;
		line-height: 3.8rem;
		transform: translateX(0);
		opacity: 1;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-footer-links {
		z-index: 1;
		left: 0;
		right: 0;
		padding: 5px 15px 10px;
		text-align: center;
		bottom: 0;
		border-top: 2px solid #46699d;
		background-color: #274068;
		opacity: 1;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-footer-links li:last-child {
		width: 100%;
		text-align: center;
	}

	.nav-overlay.mobile-mode-active.show ul.verticle-tabs {
		position: absolute;
		top: 60px;
		flex-flow: column;
		width: 100%;
		bottom: unset;
		float: left;
	}

	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-1,
	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-2,
	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-3 {
		text-orientation: initial;
		writing-mode: initial;
		text-align: center;
		border-left: none;
		width: 100%;
		position: absolute;
		padding: 10px 30px 8px;
		max-width: 100%;
		opacity: 1;
	}

	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-1::before,
	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-2::before,
	.nav-overlay.mobile-mode-active.show li.vertical-nav-level-3::before {
		transform: rotate(270deg);
		position: absolute;
		left: 16px;
		top: 11.5px;
		margin: 0;
		content: "\f106";
	}

	.nav-overlay.mobile-mode-active.show .nav-options .nav-option {
		bottom: 90px;
		left: 20px;
		right: 50px;
		width: calc(100% - 35px);
		/*height: 100%;*/
		overflow-y: auto;
	}

	.nav-options li p {
		margin: 10px 0 10px;
	}

	.nav-overlay.mobile-mode-active.show .nav-options ul li a {
		display: block;
		padding: 5px 20px 5px 0px;
		margin: 0;
	}

	.nav-overlay-right .nav-options i:before {
		right: 20px;
		top: 2px;
		font-size: 2.4rem;
	}


	/* Navigation Responsive Styling Ends */
	section.footer-section>ul li.menu-item-101,
	.nav-overlay.mobile-mode-active.show ul.nav-footer-links li:nth-child(2) {
		position: relative;
	}

	section.footer-section>ul li.menu-item-101::after,
	.nav-overlay.mobile-mode-active.show ul.nav-footer-links li:nth-child(2)::after {
		content: '';
		height: 15px;
		width: 1px;
		background: #46699d;
		position: absolute;
		top: 10px;
		right: -10px;
	}

	ul.nav-footer-links li a,
	ul.main-footer-links li a {
		padding: 10px 18px 10px;
	}

	section.footer-section>ul li.menu-item-101::before,
	.nav-overlay.mobile-mode-active.show ul.nav-footer-links li:nth-child(2)::before {
		content: '';
		height: 15px;
		width: 1px;
		background: #46699d;
		position: absolute;
		top: 10px;
		left: -10px;
	}

	@keyframes animation-1 {
		0% {
			left: 0px;
			opacity: 0;
		}

		100% {
			left: 25px;
			opacity: 1;
		}
	}

	.modal-body .learn-more {
		padding: 0;
	}

	div#accordion.custom-accordian .card {
		padding: 20px 30px 30px;
	}

	ul.verticle-tabs li a {
		position: static;
		line-height: normal;
		padding-top: 3px;
	}

	.nav-overlay-left {
		background-color: #274068;
	}
}

/* ipad responsiveness starts */
@media only screen and (min-width:768px) and (max-width:768px) {
	.nav-overlay.mobile-mode-active.show ul.nav-overlay-main-links {
		padding: 0 15px 0 20px;
		margin-bottom: 40px;
	}

	.nav-overlay.mobile-mode-active.show ul.nav-overlay-secondary-links {
		padding: 0 15px 0px 20px;
	}
}

/* ipad responsiveness ends */
@media only screen and (max-width:767px) {
	.story-items-wrapper {
		padding: 10px 0 0 !important;
	}

	.pullquoteSection:after {
		top: -40px;
	}

	body.home .media-count-1 .primary-photo {
		height: 100vh !important;
	}

	.story-items .item {
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.story-items-wrapper {
		justify-content: space-between;
	}

	.story-items .item {
		min-height: 265px !important;
	}

	/*section.major-minor-section .major-minor-cell .major-minor-count::after {
		right: 36%;
	}*/
	.bread-crumbs {
		top: -118%;
	}

	.relatedStoriesWrap.slick-slider .slick-dots {
		bottom: 30%;
	}

	.relatedImgWrap .outter-wrapper {
		min-height: 400px;
	}

	.related-img-carousel .slick-slide:before {
		top: -9px;
		left: 26px;
	}

	.Tiles .row .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	div#nav-overlay~section.searchOverlay .container {
		max-height: 270px;
	}

	.searchHeader {
		padding-bottom: 50px;
	}

	/* .hero-final-left {
		height: 300px !important;
	} */

	section.searchOverlay {
		top: -2000px;
	}

	.modal-body .user-desc {
		position: relative;
		align-items: start;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.modal-body .thumbnail {
		max-width: 170px;
	}

	.modal-body .user-desc .wraper {
		padding-left: 0;
		width: 100%;
	}

	.modal-body .user-desc .wraper .inner-wrapper {
		position: absolute;
		top: 22%;
		left: 220px;
	}
}

@media only screen and (max-width:480px) {

	/*    .modal.story-modal .modal-dialog {
		height: 100%;
	}
	.modal.story-modal .modal-content {
		height: auto;
	}*/
	.story-items .item {
		margin-right: 0;
	}

	.story-items-wrapper {
		padding: 10px 0 0 !important;
	}

	.hero-final-left h1 {
		padding: 90px 0 90px;
	}

	body.home .media-count-1 .primary-photo {
		height: 60vh !important;
	}

	section.search-section.story-section.libray-text-animations {
		padding: 80px 15px 80px;
	}

	.main-footer-wrapper.hero-final-left:after {
		top: 0 !important;
		height: 0;
	}

	.relatedBlockquote {
		padding: 80px 60px 70px;
		height: 100%;
	}

	.relatedStoriesWrap.slick-slider .slick-dots {
		bottom: 34%;
	}

	.relatedImgWrap .outter-wrapper {
		padding: 30px 40px 30px;
	}

	.accordionSection {
		padding: 0 15px;
	}

	.videoMoudle {
		padding: 67px 0 50px;
	}

	/* .mediaTextSection {
		padding: 0 15px;
	} */

	.pullquoteSection:after {
		top: -32px;
	}

	.img-overly p {
		bottom: 0;
	}

	.data-content-block h2 {
		line-height: 3rem !important;
	}

	.data-content-block.v2 .data-content-name {
		margin-bottom: 15px;
	}

	.data-content-block button.btn.light-button {
		margin-top: 15px;
	}

	.custom-tab-section a.nav-link.active::before,
	.custom-tab-section .slick-current.slick-active a.nav-link::before {
		transform: scale(1.8);
	}

	/*section.major-minor-section .major-minor-cell .major-minor-count::after {
		right: 27%;
	}*/


	.Related-c-carousel .row a.btn.light-button {
		width: auto;
		background-size: cover;
	}

	section.tabbing-section.container button.slick-arrow::before {
		padding: 10px;
	}

	section.tabbing-section .info-card h2 {
		line-height: 5rem;
	}

	/*.relatedStoriesWrap.slick-slider .slick-dots {
		bottom: 33%;
	}*/

	/* section.major-minor-section {
		padding: 90px 30px 0;
	} */

	/* .accordionWrap {
		padding-left: 15px;
		padding-right: 15px;
	} */

	/* .accordionWrap {
		padding-left: 15px;
		padding-right: 15px;
	} */

	.VideoModuleWrap .slick-slide img {
		max-width: 100%;
	}

	.VideoModuleWrap .slick-slide>img,
	.VideoModuleWrap video {
		width: 95%;
	}

	p.vCaption {
		margin-left: 10px;
	}

	section.tabbing-section.container button.slick-arrow.slick-next {
		right: 0px;
	}

	section.tabbing-section.container button.slick-prev.slick-arrow {
		left: 0px;
	}

	.custom-tab-section ul.nav:after {
		background-size: auto;
	}

	.page-template-template-modules-php .site-wrapper {
		overflow: hidden;
	}

	.Related-c-carousel .item img {
		min-height: 370px;
		width: 82%;
	}

	.relatedStoriesWrap {
		overflow: hidden;
	}

	.relatedImgWrap h2 {
		line-height: 4rem;
		margin-top: 20%;
	}

	.related-img-carousel .img-overly {
		max-width: 68%;
		top: 90%;
	}

	.bread-crumbs {
		top: -64%;
	}

	.education-hero-media img {
		min-height: 300px;
		object-fit: cover;
	}

	.related-img-carousel .slick-slide:before {
		top: -5px;
		left: 32px;
		width: 79%;
		height: 96%;
	}

	.story-items {
		padding-left: 0;
	}

	.story-items .item {
		width: 100%;
	}

	.modal-body .thumbnail {
		max-width: 120px;
	}

	.modal-body .user-desc .wraper .inner-wrapper {
		top: 6%;
		left: 170px;
	}

	div#nav-overlay~section.searchOverlay .container {
		max-height: 100%;
	}

	.footer-right .part-2 {
		padding-left: 30px;
	}

	section.search-section span.input-group-text {
		padding: 0 5px !important;
	}

	section.search-section .input-group {
		max-width: 320px;
	}
}

@media only screen and (max-width:430px) {
	/* section.footer-section::before { */
	/* top: 88px; */
	/* height: 30px; */
	/* } */

	/* .footer-right .footer-links {
		width: 100%;
	} */

	/*.footer-right .footer-links>div {
		max-width: 140px;
	}*/

	/*.footer-right .part-1 {
		padding-right: 10px;
		position: relative;
	}*/

	/*.footer-right .part-2 {
		padding-left: 5px;
	}*/
}

/* IE internet explorer Specific Styling for IE10 & above */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	section.hero-final.full-width .hero-final-left h1.underline-text {
		top: calc(50% - 53px);
	}

	.hero-final.hero-final.full-width span.ic_scroll {
		top: 62%;
	}

	.hero-final-left h1 {
		top: calc(25% - 53px);
	}

	span.ic_scroll {
		bottom: 25%;
	}

	.slick-slide .primary-photo img {
		height: auto;
	}

	ul.verticle-tabs li {
		writing-mode: tb-rl;
	}
}

/* Orientation Targeting */
/* @media only Screen and (max-width:991px) and (orientation: landscape)  {
	.nav-options .nav-option {
		top: 30px;
	}
  } 


/* Main Page Navigation for Admissions*/
div.custom-menu-class {
	display: flex;
	/* flex-direction: row; */
	justify-content: center;
	/* align-content: center; */
}


div.custom-menu-class ul {
	margin: 1rem 0px 1rem 0px;
	text-align: center;
	/* list-style-type: none; */
	/* list-style: none; */
	/* list-style-image: none; */
	/* text-align: left; */
	/* display: inline-block; */
}

div.custom-menu-class li {
	padding: 0px 20px 0px 0px;
	display: inline-block;
}

div.custom-menu-class a {
	/* color:#000; */
}

/* 
div.custom-menu-class a:after {
	color:#aaa;
	content: "|";
	margin-left: 12px;
  }
div.custom-menu-class a:last-child:after {
	content:"";
  } */


/* Custom menu fixed */

/*  Custom:         Bootstrap Blog Carousel 
	Added:          04-26-2022
	Description:    Styles the card slider used on the Occupations Module
*/
.cta-100 {
	margin-top: 100px;
	padding-left: 8%;
	padding-top: 7%;
}

.col-md-4 {
	padding-bottom: 20px;
}

.white {
	color: #fff !important;
}

.mt {
	float: left;
	margin-top: -20px;
	padding-top: 20px;
}

.bg-blue-ui {
	background-color: #708198 !important;
}

figure img {
	width: 300px;
}

#blogCarousel {
	padding-bottom: 100px;
}

.blog .carousel-indicators {
	left: 0;
	top: -50px;
	height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
	background: #708198;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.blog .carousel-indicators .active {
	background: #0fc9af;
}

.item-carousel-blog-block {
	outline: medium none;
	padding: 15px;
}

.item-box-blog {
	border: 1px solid #dadada;
	text-align: center;
	z-index: 4;
	padding: 20px;
}

.item-box-blog-image {
	position: relative;
}

.item-box-blog-image figure img {
	width: 100%;
	height: auto;
}

.item-box-blog-date {
	position: absolute;
	z-index: 5;
	padding: 4px 20px;
	top: -20px;
	right: 8px;
	background-color: #41cb52;
}

.item-box-blog-date span {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2;
}

.item-box-blog-date span.mon {
	font-size: 18px;
}

.item-box-blog-date span.day {
	font-size: 16px;
}

.item-box-blog-body {
	padding: 10px;
}

.item-heading-blog a h5 {
	margin: 0;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s;
}

.item-box-blog-heading a {
	text-decoration: none;
}

.item-box-blog-data p {
	font-size: 13px;
}

.item-box-blog-data p i {
	font-size: 12px;
}

.item-box-blog-text {
	max-height: 100px;
	overflow: hidden;
}

.mt-10 {
	float: left;
	margin-top: -10px;
	padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
	cursor: pointer;
	padding: 4px 20px;
	float: left;
	margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
	box-shadow: 0px 5px 15px inset #4d5f77;
}

/* End Custom Bootstrap Blog Carousel*/

/* Faculty Staff Listings */
.faculty-staff {
	/* line-height: 1.5; */
	/* margin-bottom: 5%; */
	color: #1B3155;
}

.faculty-staff a {
	color: rgb(27, 49, 85);
}

.faculty-staff .faculty-name {
	color: rgb(27, 49, 85);
	font-size: 1.75em;
	font-weight: 700;
	/* line-height: 3rem; */
	/* padding-bottom: 1rem; */
}

.faculty-staff .faulty-title {
	color: rgb(27, 49, 85);
	font-size: .5 !important;
	/* line-height: 1.5; */
	padding-top: 10px;
}

.faculty-staff .expertise_title {
	color: rgb(27, 49, 85);
	font-weight: 400;
	/* line-height: 2; */
}


.faculty-staff .faculty-staff-heading {
	/* background-color: #D9D9D6; */
	/* background-color: blue; */
	border-bottom: 1px #eaeaee solid;
	color: #4E4E70;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.0625rem;
	/* margin-bottom: 20px; */
	/* padding-bottom: 1.5rem; */
	padding-top: 1.5rem;
	text-align: left;
	text-transform: uppercase;
}

.faculty-staff a:hover {
	text-decoration: underline;
}

.faculty-staff .faculty-staff-campus {
	color: rgb(27, 49, 85);
	font-weight: 700;
	/* line-height: 3rem; */
	/* margin-top: 10px; */
}

.ucase {
	text-transform: uppercase;
}


/* 
* Next Steps 
* Added on 06.02.2022
*/

.nextStep .title02 {
	font-size: 5.6em;
	font-family: 'Morganite Bold';
	color: #1B3155;
}


/* 
* Generic CSS for new sections that do not require hyper specific declarations
* Added on 06.02.2022
*/

.generic-section {
	padding-top: 80px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	text-align: center;
}

.generic-section p {
	color: #1B3155;
	margin-bottom: 1rem;
}

.generic-section .info-card h2 {
	color: #1B3155;
	letter-spacing: 1.2px;
	line-height: 5.6rem;
	line-height: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* 
* Video Module
* YouTube.com Responsive oEmbed enhancement 
* Added on 06.02.2022
*/

@media only screen and (max-width : 768px) {
	.video-container {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
		position: relative;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
}

/* 
* NEXT STEPS - Renovation
* * Added on 06.02.2022
*/

.nextStepsRenovation {
	background-color: #E9EEF9;
	margin-top: 80px;
	padding: 70px 0 85px;
}

.nextStepsRenovation .title {
	color: #1B3155;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.nextStepsRenovation .small a {
	color: #1B3155;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
}

.nextStepsRenovation .large a {
	color: #1B3155;
	font-family: 'Morganite Bold';
	font-size: 5.6rem;
	text-transform: uppercase;
}

.nextStepsRenovation .small:before {
	/* background-image: url(/wp-content/themes/allegheny/assets/images/carousel-indicator-unactive-yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	left: -20px;
	position: absolute;
	width: 24px;
	display: inline;
	margin-top: 4px; */
}

.custom-list {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0px !important;
	padding-left: 0;
	/* padding-top:1rem; */
}

.custom-list li {
	padding-left: 20px !important;
	position: relative;
}

.custom-list li:before {
	background-image: url('/wp-content/themes/allegheny/assets/images/carousel-indicator-unactive-yellow.png');
	background-position: center;
	background-size: cover;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

@media only screen and (max-width:991px) {
	.nextStepsRenovation {
		text-align: center;
	}

	.nextStepsRenovation .large a {
		margin-bottom: 20px;
		font-size: 4.3rem;
		font-family: 'Morganite Bold';
	}

	.text-block {
		padding-top: 20px;
		padding-bottom: 20px;
		width: initial;
	}
}

.cayenne {
	color: #fe4300;
}

/* Tile Full Width */
.title-column {
	background-image: url(/wp-content/themes/allegheny/assets/images/responsive-divider-yellow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #E9EEF9;
	padding: 30px;
	height: 100%;
	background-repeat: repeat-x;
}

#breadcrumbs {
	display: block;
	font-size: 1rem;
	padding-top: 1rem;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #1b3155;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
	font-weight: bolder;
}


/* START CSS FROM CUSTOMIZER */
.main-navigation {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	background-color: #1b3155;
	padding: 0px 20px 0px;
	opacity: 1;
	transition: width 0.25s linear, opacity 0.25s linear;
	z-index: 2;
	/* 	z-index: initial; */
	position: relative;
	top: 0;
	width: 100%;
	min-height: 53px;
}

.seAllSearch {
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
	top: 0;
}

.seAllSearch a:before {
	left: 0;
	width: 100%;
}

.seAllSearch a {
	display: inline-block;
	padding: 5px 10px;
	align-self: center;
}

.modal.story-modal .modal-content .modal-body {
	height: 100%;
}

.modal-content .modal-body .body-right {
	height: 100%;
}

.modal.story-modal.story-modal-1 .modal-body.video-content .content h4,
.modal.story-modal.story-modal-1 .modal-body.video-content .content h4 p,
.modal.story-modal.story-modal-1 .content h4 {
	text-transform: uppercase;
}

ul.nav-links {
	overflow: auto;
	white-space: inherit;
}

.alertBox {
	height: auto;
	align-items: center;
}

.alertBox p.commencement span {
	display: inline-block;
	align-self: center;
}

.alertBox p.commencement img {
	margin-right: 20px;
	border-radius: 50%;
}

.alertBox p.commencement a:before {
	content: "";
	background-image: url(https://achomestage20.wpengine.com/wp-content/uploads/1/2020/08/youtube-icon.png);
	width: 150px;
	position: absolute;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .9;
}

@media only screen and (max-width: 768px) {
	.alertBox p.commencement a {
		font-size: 1.9rem;
		line-height: 3.1rem;
	}
}

.closeText {
	position: absolute;
	top: 15px;
	right: 5px;
}

.alertBox.hide {
	padding: 0;
}

/**Remove annoying bounce from arrow icon**/
span.ic_scroll {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.underline-text del::after {
	background-image: none !important;
}

/** Program Page Sub-Menu **/

/*
.custom-menu-class .menu-item {
	background-image: url(/wp-content/themes/allegheny/assets/images/label-background.png);
		display: inline-block;
	background-repeat: no-repeat;
background-size: cover;
	color: #1B3155;
text-transform: uppercase;
font-family: "Circular Std Bold";
	letter-spacing: 2px;
	display: inline-block;
padding: 1.4rem 1.4rem !important;
margin-right: 1.5rem;
}

*/

.custom-menu-class .menu-item a {
	color: #1B3155 !important;
}

.custom-menu-class .menu-item a:hover {
	/*     text-shadow: 0 0 .65px #333, 0 0 .65px #333; */
}

/* 
.custom-menu-class .menu-item:last-child {
	background-image: url(/wp-content/uploads/1/2022/06/label-background-navy.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover; 
	color: #1B3155;
	text-transform: uppercase;
	font-family: "Circular Std Bold";
	letter-spacing: 2px;
	display: inline-block;
	padding: 20px 20px !important;
	margin-right: 30px;
}
 */
/* .custom-menu-class .menu-item:last-child a {
	color: white !important;
} */

@media only screen and (max-width : 768px) {
	.custom-menu-class {
		text-align: center;
	}

	.image-headshot-faculty-staff {
		text-align: center;
		width: 50%;
		display: grid;
		place-items: center;
		margin-top: 10px;
	}
}

/*Remove the Annoying White arrow in the Hero Image block*/
section.education-hero .education-hero-lef.hr1 {
	height: 25px;
	background: url(/uploads/media/default/0001/01/e7a97bd9b2d25886cc7b9115de83b6b28b73b90b.jpeg) no-repeat center;
	border: none;
}

t .department-block h2::before {
	background-image: none;
}

.footer-links a:link {
	text-decoration: none;
}

/* Alert Box Fix */
.alertBox {
	justify-content: center;
}

.hr1 {
	height: 25px;
	background: url(/uploads/media/default/0001/01/e7a97bd9b2d25886cc7b9115de83b6b28b73b90b.jpeg) no-repeat center;
	border: none;
}

/* Programs Page */
td {
	text-align: center;
	vertical-align: middle;
}

i[class*="fa"].major {
	color: #00a651;
}

i[class*="fa"].minor {
	color: #00aeef;
}

.acalog-program-description {
	display: none;
}


/*  */
.acalog-program-core {
	color: #1b3155;
}

.acalog-program-core-courses,
.acalog-program-core-description {
	margin-left: 30px;
}

h2.acalog-program-core-name {
	margin-top: 40px;
	padding-bottom: 0px !important;
	line-height: 1;
	text-transform: uppercase;
}

h4.acalog-program-core-name,
h3.acalog-program-core-name {
	text-transform: uppercase;
	color: #1b3155;
	padding-left: 20px;
	font-family: "Circular Std Bold";
	font-size: 1.75rem;
}

.hr1 {
	height: 25px;
	background: url(/uploads/media/default/0001/01/e7a97bd9b2d25886cc7b9115de83b6b28b73b90b.jpeg) no-repeat center;
	border: none;
}

.acalog-program-core-course-link,
li p {
	padding-left: 0px !important;
	color: #1b3054;
}

.acalog-program-name {
	font-size: 5em;
	text-transform: uppercase;
}

.faculty-staff,
.expertise_title {
	color: rgb(27, 49, 85);
	font-weight: 400;

}

hr.golden-rule {
	height: 70px;
	background: url('https://achomestage20.wpengine.com/wp-content/uploads/1/2022/09/goldrule.svg') no-repeat center;
	border: none;
}

.mediaTextSection ul {
	list-style: initial;
	margin-top: 20px;
}

.mediaTextContent p {
	padding-bottom: 1em;
}

.mediaTextContent ul {
	padding-left: 45px !important;
	background-image: url(/wp-content/uploads/1/2020/09/Global-blue-divider-line-vertical-1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-size: contain;
}

@media only screen and (max-width : 768px) {

	/* Styles here */
	.mediaTextContent ul {
		padding-left: 45px !important;
		background-image: url(/wp-content/uploads/1/2020/09/Global-blue-divider-line-vertical-1.png);
		background-repeat: no-repeat;
		text-decoration: none;
		background-size: contain;
	}
}

/* Highlight using list element */
li.current_page_item {
	text-decoration: underline;
	font-weight: bold;
}


.display-3,
.display-3 a {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #1B3155;
	text-transform: uppercase;
	font-family: 'Morganite Bold';
}


hr {
	height: 70px;
	background: url('https://achomestage20.wpengine.com/wp-content/uploads/1/2022/09/goldrule.svg') no-repeat center;
	border: none;
}

h3 {
	/* 	text-align: center; */
	text-transform: uppercase;
	font-size: 6rem;
	font-family: "Morganite Bold";
	color: rgb(27, 49, 85);
	/* 	letter-spacing: 1.71px; */
	/* 	line-height: 6.3rem; */
}

h4 {
	/* 	text-align: center; */
	text-transform: capitalize;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Circular Std Book";
	color: rgb(27, 49, 85);
	/* 	letter-spacing: 1.71px; */
	/* 	line-height: 6.3rem; */
	padding-top: 1rem;
}

/* Add reset for Media Query */
/* .padded-right {
	padding-right: 50px;
} */


/* CARDS START */
span.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b3155' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231b3155' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.cards-wrapper {
	display: flex;
	justify-content: center;
}

.card img {
	max-width: 100%;
	max-height: 100%;
}

.card {
	margin: 0 0.5em;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	border: none;
	border-radius: 0;
	color: #1b3054;
}

.card-header {
	background-color: #feda48;
	color: #1b3054;
}

.carousel-inner {
	/* padding: 1em; */
	color: #1b3054;
}

.carousel-control-prev,
.carousel-control-next {
	background-color: #e1e1e1;
	width: 5vh;
	height: 5vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.card a {
	color: #1b3054;
}

@media (min-width: 768px) {
	.card img {
		height: 11em;
	}
}

/* CARDS END */


/* GOLD PIPES - START */
.gold-pipes li+li::before {
	content: " | ";
	color: gold;
	font-weight: 900;
	padding: 0 5px;
}

/* GOLD PIPES - END */



.seAllSearch {
	position: static;
	transform: none;
	display: flex;
	justify-content: center;
	top: 0;
}

.seAllSearch a:before {
	left: 0;
	width: 100%;
}

.seAllSearch a {
	display: inline-block;
	/* background-color: #feda48; */
	padding: 5px 10px;
	align-self: center;
}

.modal.story-modal .modal-content .modal-body {
	height: 100%;
}

.modal-content .modal-body .body-right {
	height: 100%;
}

.modal.story-modal.story-modal-1 .modal-body.video-content .content h4,
.modal.story-modal.story-modal-1 .modal-body.video-content .content h4 p,
.modal.story-modal.story-modal-1 .content h4 {
	text-transform: uppercase;
}

ul.nav-links {
	overflow: auto;
	white-space: inherit;
}

.alertBox {
	height: auto;
	padding: 20px;
	align-items: center;
}

.alertBox p.commencement span {
	display: inline-block;
	align-self: center;
}

.alertBox p.commencement img {
	margin-right: 20px;
	border-radius: 50%;
}

.alertBox p.commencement a:before {
	content: "";
	background-image: url(https://achomestage20.wpengine.com/wp-content/uploads/1/2020/08/youtube-icon.png);
	width: 150px;
	position: absolute;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .9;
}

@media only screen and (max-width: 768px) {
	.alertBox p.commencement a {
		font-size: 1.9rem;
		line-height: 3.1rem;
	}
}

.closeText {
	position: absolute;
	top: 15px;
	right: 5px;
}

.alertBox.hide {
	padding: 0;
}

/**Remove annoying bounce from arrow icon**/
span.ic_scroll {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

/****/
.main-navigation.sticky {
	/*width:100% !important;*/
}

.underline-text del::after {
	background-image: none !important;
}

/** Program Page Sub-Menu **/
.custom-menu-class .menu-item {
	background-image: url(/wp-content/themes/allegheny/assets/images/label-background.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1B3155;
	/*     margin-left: -10px; */
	text-transform: uppercase;
	/*     font-size: 2rem; */
	font-family: "Circular Std Bold";
	/* font-size: 3rem; */
	letter-spacing: 2px;
	display: inline-block;
	padding: 20px 20px !important;
	/* margin-right: 30px; */
}

.custom-menu-class .menu-item a {
	color: #1B3155 !important;
}

.custom-menu-class .menu-item a:hover {
	text-shadow: 0 0 .65px #333, 0 0 .65px #333;
	/* use the line below if you want a more intense effect */
	/* text-shadow: 0 0 .9px #333, 0 0 .9px #333, 0 0 .9px #333; */
}

.custom-menu-class .menu-item:last-child {
	background-image: url(/wp-content/uploads/1/2022/06/label-background-navy.png);
	/* display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1B3155; */
	/*     margin-left: -10px; */
	/* text-transform: uppercase; */
	/*     font-size: 2rem; */
	/* font-family: "Circular Std Bold"; */
	/* font-size: 3rem; */
	/* letter-spacing: 2px;
	display: inline-block;
	padding: 20px 20px !important; */
	/* margin-right: 30px; */
}

.custom-menu-class .menu-item:last-child a {
	color: white !important;
}


.custom-menu-class .menu-item a:hover {
	text-shadow: 0 0 .65px white, 0 0 .65px white;
	/* use the line below if you want a more intense effect */
	/* text-shadow: 0 0 .9px #333, 0 0 .9px #333, 0 0 .9px #333; */
}


/** Video Module Description **/
@media only screen and (min-width : 768px) {
	/* .youtube-description {
		margin: 0px 100px;
	}*/
}

@media (max-width: 768px) {
	.footer-right .part-1::after {
		content: "";
		position: absolute;
		background-image: url('');
		width: 8px;
		height: 100%;
		top: 0;
		right: 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width : 768px) {

	/* Styles here */
	.custom-menu-class {
		text-align: center;
	}

	.image-headshot-faculty-staff {
		text-align: center;
		width: 50%;
		display: grid;
		place-items: center;
		margin-top: 10px;
	}
}

/*Remove the Annoying White arrow in the Hero Image block*/
section.education-hero .education-hero-left .department-block h2::before {
	background-image: none;
}

h2 {
	text-transform: uppercase;
	color: #1B3054;
}

a {
	color: #1B3054;
}

a:hover {
	/* 	text-decoration:underline; */
	color: #1B3054;
}

.card-header {
	background-color: #feda48;
}

.yellow-underline {
	background-image: url(/wp-content/themes/allegheny/assets/images/label-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #1B3155;
	display: inline-block;
	font-family: "Circular Std Bold";
	letter-spacing: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.yellow-underline {
	background-image: url(/wp-content/themes/allegheny/assets/images/label-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	font-family: "Circular Std Bold";
	font-weight: bolder;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
}

/* Removes the extra margin placed in by a module on subpages. */
section:first-of-type {
	/* margin-top: 0px;
	padding-top: 0px; */
}

a {
	color: #1b3155;
}

.spacers li:not(:last-child):after {
	color: #feda48;
	content: ' | ';
}

h2 {
	font-size: 5.6rem;
	font-family: 'Morganite Bold';
	text-transform: uppercase;
	color: #1b3155;
}

.mediaTextSection {
	color: #1B3155;
}

li:not(:last-child) {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.custom-menu-class ul li {
		display: block !important;
		margin-right: 0px !important;
	}

	/*
	.footer-logo img {
		margin: 0 auto;
		padding-top: 10rem;
	}
	*/
}

section.tileFullWidth {
	padding-top: 80px;
	text-align: center;
}

section.tiles {
	padding-top: 80px;
	text-align: center;
}

.rounded-circle {
	/* height: 50%; */
	/* width: 50%; */
	border-radius: 50%;
	border: 1px solid;
	overflow: hidden-x;
}

/* Story Library */
.shaded-background {
	background-color: rgba(37, 62, 101, 0.4);
	padding: 1rem;
	border-radius: 0px;
	border: solid 0px black;
	width: 100%;
}

div#accordion.custom-accordian.accordion-no-border .card-header::after,
div#accordion.custom-accordian.accordion-no-border .card-body::after {
	background-image: none !important;
}

/* Cards - All Programs Page */

.card {
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
	/* transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12); */
	/*   padding: 14px 80px 18px 36px; */
	cursor: pointer;
}

.card img {
	right: 15px;
	top: 20px;
}

.card-header {
	background-color: #FEDA48;
}

/* .card:hover .overlay {
	opacity: 1;
	background: url("https://achomestage20.wpengine.com/wp-content/uploads/1/2020/08/College-Logo_Vert_White_SCREEN.png");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	background-color: #1b3155;
} */

/* .card-filter-active {
	 border-color: rgb(27, 49, 85); 
} */

.filter-button {
	border-radius: 0.7rem;
	border: 1px solid #1b3155;
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding: 1rem;
}

.filter-button {
	margin-left: 10px;
}

.filter-button:hover {
	background-color: #1b3155;
	color: #fff;
}

.btn-default:active .filter-button:active {
	background-color: #000 !important;
	color: #fff;
}

.overlay {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.text {
	color: white;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.color_card_active {
	background-color: #FFF;
}

.color_card_fff {
	background-color: #FFF;
}

.color_card_fe4300 {
	background-color: #F14E21;
}

.color_card_80bd41 {
	background-color: #FFC217;
	/* background-color: #F3C135; */
}

.color_card_722676 {
	background-color: #43D3D8;
}

.color_card_51d3ec {
	background-color: #3387C7;
}

.color_card_0084ff {
	background-color: #32BF92;
}

.color_card_056f0a {
	background-color: #35F268;
}

.color-bar {
	height: 10px;
	width: 100%;
}

div.card a img {
	height: 100%;
	width: 100%;
}

.card-circle {
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
}

/* Corrects homepage slide-over text legibility */
div.content h1 {
	color: white;
	background-color: rgba(37, 62, 101, 0.4);
	padding: 1rem;
	border-radius: 0px;
	border: solid 0px black;
}

.content>h4.underline-text.yellow {
	background-color: rgba(37, 62, 101, 0.4);
	border-radius: 0px;
	border: solid 0px black;
	color: white;
	padding: 1rem;
	max-width: 100% !important;
	text-align: center;
}

/* sub-alert */
.sub-alert {
	background-color: #FE4300;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

div.modal-dialog.modal-lg div.modal-content div.modal-body div.body-left div.content h4.underline-text.yellow {
	visibility: hidden;
}

section.text-html-block {
	padding-top: 80px;
}