.fg-gators-exp-cover {
	position: relative;
}
.fg-gators-exp-cover .image {
	position: relative;
	height: auto;
	width: 100%;
}
.fg-gators-exp-cover h1 {
	background-color: #003087;
	color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.fg-gators-exp h2, 
.fg-gators-exp h3 {
	text-align: center;
	text-transform: uppercase;
}
.fg-gators-exp-col {
	max-width: 846px;
}
.fg-gators-exp .row {
	margin-bottom: 1em;
}
.fg-vimeo-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	pointer-events: none;
	overflow: hidden;
}
.fg-vimeo-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fg-gators-exp-df-left {
	text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    color: #003087;
    border-right: 3px solid #fa4616;
}
.fg-gators-exp-df-right {
	font-size: 1.125rem;
}
.article-wrapper .article-content .fg-gators-exp blockquote.fg-quote {
	font-size: 1.5em;
	color: #003087;
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding-top: 0.5rem;
}
.article-wrapper .article-content .fg-gators-exp blockquote.fg-quote::before {
    content: '\201C';
    margin-right: 24px;
}
.article-wrapper .article-content .fg-gators-exp blockquote.fg-quote::after {
    content: '\201D';
    margin-left: 24px;
}
.article-wrapper .article-content .fg-gators-exp blockquote.fg-quote::before, 
.article-wrapper .article-content .fg-gators-exp blockquote.fg-quote::after {
    color: #003087;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    line-height: 0.5;
    display: block;
}
.fg-gators-exp .blockquote-cite {
	font-size: 1em;
	text-align: center;
	display: block;
}

@media screen and (min-width: 768px) {
	.fg-gators-exp-cover h1 {
		position: absolute;
		top: 50%;
		width: calc(100% - 24px);
	}
}