.susqu-programs__filters {
	padding-top: 50px;
	margin-top: -50px;
}

.susqu-virtual-tour {
	--padding-bottom: 90px;
}

.susqu-related-link a:not([href]):hover svg {
	opacity: 0 !important;
}
.susqu-related-program-grid__card-image-link {
	overflow: hidden;
	flex-shrink: 0;
}
.susqu-related-program-grid__card-image-link img {
	transition: transform 0.3s;
}
.susqu-related-program-grid__card {
	cursor: pointer;
}
.susqu-related-program-grid__card:hover .susqu-related-program-grid__card-image-link img {
	transform: scale(1.1);
}

.sp__videos {
	background-color: rgba(0,0,0,0.75);
}
@media (min-width: 1100px) {
	.homepage-lp.susqu-lp {
		padding-bottom: 0;
	}
}
.susqu-content-with-sidebar__section {
	align-items: flex-start;
}

.susqu-contact-information .wp-block-column a {
	color: #ce4b00;
	padding-bottom: 0;
    background-image: linear-gradient(180deg, rgba(206, 75, 0, 0.15), rgba(206, 75, 0, 0.15));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
	transition: all 0.3s;
}
.susqu-contact-information .wp-block-column a:hover {
	background-size: 100% 100%;
	text-decoration: underline;
}

.wysiwyg-editor a {
	color: #ce4b00;
	padding-bottom: 0;
    background-image: linear-gradient(180deg, rgba(206, 75, 0, 0.15), rgba(206, 75, 0, 0.15));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
	transition: all 0.3s;
}
.wysiwyg-editor a:hover {
	background-size: 100% 100%;
	text-decoration: underline;
}

/* Default Typography Code Starts */
.susqu-content-with-sidebar__section a {
	color: #ce4b00;
	padding-bottom: 0;
    background-image: linear-gradient(180deg, rgba(206, 75, 0, 0.15), rgba(206, 75, 0, 0.15));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
	transition: all 0.3s;
}
.susqu-content-with-sidebar__section a:hover {
	background-size: 100% 100%;
	text-decoration: underline;
}
.susqu-content-with-sidebar__section h2 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	margin: 0;
}
.susqu-content-with-sidebar__section h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
}
.susqu-content-with-sidebar__section h4 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
}
.susqu-content-with-sidebar__section h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}
.susqu-content-with-sidebar__section h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

@media (min-width: 1100px) {
	.susqu-content-with-sidebar__section .wp-block-heading.has-heading-2-font-size {
		font-size: 39px !important;
	}
	.susqu-content-with-sidebar__section h2 {
		font-size: 39px;
		line-height: 45px;
	}
	.susqu-content-with-sidebar__section h3 {
		font-size: 27px;
		line-height: 36px;
	}
	.susqu-content-with-sidebar__section h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.susqu-content-with-sidebar__section h5 {
		font-size: 21px;
		line-height: 27px;
	}
	.susqu-content-with-sidebar__section h6 {
		font-size: 18px;
		line-height: 27px;
	}
}


/* Default Typography Code Ends */

/* Subhero Code Starts */
.susqu-sub-hero__play-toggle.susqu-sub-hero__play-toggle--paused .icon--play {
	width: 24px;
	height: 24px;
}
.susqu-sub-hero__play-toggle .icon--pause {
	width: 32px;
	height: 32px;
}
.wp-block-susquehanna-sub-hero {
	position: relative;
}
.wp-block-susquehanna-sub-hero:after, .wp-block-susquehanna-sub-hero:before {
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}

.wp-block-susquehanna-sub-hero:before {
    animation: loadIn .4s ease-in forwards;
    background-color: #ff6a14;
    z-index: 2;
}
@keyframes loadIn {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

/* Subhero Code Ends */

.wp-block-template-part {
	margin-top: 0 !important;
}

.admin-bar .pillar-feed__footer {
	bottom: 32px;
}

@media only screen and (min-width: 800px) {
	.ab__container {
		width: calc(100% - 570px);
	}
}

/* Hero Splash Code Starts */
.susqu-hero .hero__heading {
	animation: fadeIn .6s .6s forwards; 
}
.susqu-hero .hero__subcopy {
	animation: fadeIn .6s .75s forwards; 
}
.susqu-hero .wp-block-buttons {
	animation: fadeIn .6s .9s forwards; 
}
/* Hero Splash Code Ends */

/* Pillar Card Code Starts */

/* Pillar Card Code Ends */


/* Filtered Content Carousel Code Starts */
.fcc__post-image {
	transition: transform 3s;
}
.fcc__post:hover .fcc__post-image {
	transform: scale(1.1);
}
.fcc__post-text {
	display: inline;
}

.fcc__post-title {
	display: block !important;
}

.fcc__post-icon {
	display: inline-block;
	vertical-align: middle;
}

.fcc__content > .fcc__heading::before {
	width: 1.5em;
	height: 1.5em;
}

@media only screen and (min-width: 1100px) {
	.fcc__content > .fcc__heading::before {
	        left: -54px;
        top: -5px;
	}
	.fcc__button {
		width: 42px;
		height: 42px;
	}
	.fcc__button .fcc__button-icon svg {
		width: 30px;
		height: 30px;
	}
	.fcc__post-title {
		font-size: 21px;
		line-height: 25px;
		margin-top: 15px !important;
	}
}

.fcc-filter__select {
	outline: none;
	border-radius: 0;
	cursor: pointer;
	border: 2px solid #ce4b00;
}
.fcc-filter__select:focus {
	border-radius: 0;
	border: 2px solid #fff;
}
.fcc__post-image-container:before {
	background-color: #FF6A14;
}

.fcc__content>.fcc__heading:before {
	background-color: rgba(255,255,255,0.3);
	animation: headingArrow 2s ease-in-out infinite;
}

.fcc__button {
	position: relative;
	overflow: hidden;
}
.fcc__button:hover {
	background-color: #97d5c9;
}
.fcc__button-icon {
	position: relative;
	z-index: 2;
}
.fcc__button::before {
	content: "";
	background-color: #ce4b00;
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
	position: absolute;
	left: -200%;
	width: 200%;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s;
}
.fcc__button:hover::before {
	left: 0;
}

/* Filtered Content Carousel Code Ends */

.lp-preview__content:before {
	clip-path: polygon(80% 0,100% 50%,80% 100%,0 100%,0 0);
}

/* Latest News Code Starts */
.susqu-news__heading:before {
	animation: headingArrow 2s ease-in-out infinite;
}
.susqu-news__heading:before {
	top: 3px;
}
/* Latest News Code Ends */

/* Footer Code Starts */
@media (min-width: 1100px) {
	.susq-footer__contact-address, .susq-footer__contact-phone,     .susq-footer__social {
		padding-left: 0;
	}
	.susq-footer__content-inner {
		grid-template-columns: 1fr 1fr 400px;
	}
	.susq-footer__helpful-links ul, .susq-footer__quick-links ul {
		column-gap: 90px;
	}
}

/* Footer Code Ends */

.susqu-social.component {
	margin-top: -21px;	
}
@media (min-width: 1100px) {
	.susqu-social.component {
		margin-top: -42px;	
	}
}

