.pagetitle {
	border-top: 1px solid #fff;
	background-color: #a31c35;
	text-align: center;
	text-transform: uppercase;
	padding: 28px 20px;
}
	.pagetitle .title {
		letter-spacing: .1em;
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
		margin: 0;
		line-height: 1;
	}

.bio-img {
	width: 100%;
	max-width: 140px;
}
.bio-title {
	font-size: 1.3333333333em;
	color: #a31c35;
	font-weight: 500;
}
.bio-designation {
	font-size: 0.6666666667em;
	color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .04rem;
}

.video-title {
	font-size: .9rem;
	color: #a31c35;
	font-weight: 500;
	text-transform: uppercase;
}

/* FLEX video: Excerpt from Zurb */
.flex-video,.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.ast-footer-divider-1 .ast-divider-wrapper.ast-divider-layout-horizontal {
	width: 100% !important;
}

.w-250 {
	width: 250px !important;
}

.copy-links a,
.copy-links a:hover,
.copy-links a:active,
.copy-links a:focus {
	color: #ffffff;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.ast-separate-container .ast-article-single {
	padding-top: unset !important;
    padding-bottom: unset !important;
}

/* Styles for all items */
.wp-block-navigation__container {
	gap: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link {
	margin: 0 !important;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-navigation .wp-block-navigation-item__content {
    color: #666;
    font-size: 0.7916666667em;
    padding: 12px 20px;
	text-decoration: none !important;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #a31c35;
}




@media (max-width: 544px) {
    
}

@media( max-width: 600px ) {

}

@media (min-width: 769px) {
	.ast-container {
		padding: 0 40px;
	}
}
@media (max-width: 782px) {
    
}

@media (max-width: 921px) {
    .ast-separate-container.ast-two-container #secondary {
        margin: 0;
    }
}

@media (min-width: 922px) {
    
}
@media (min-width: 993px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 3.3em 0;
        padding: 0 10px 0;;
    }
}

@media(max-width: 1200px) {
    
}

@media (min-width: 1201px) {
    
}