blockquote{
	font-family:frank-new,sans-serif;
	font-style:italic;
	font-weight:bold
}
.fiu-blue{
	color:#081E3F
}
.fiu-gold{
	color:#B6862C
}
.fiu-magenta{
	color:#c06
}
.fiu-white{
	color:#fff
}
.fiu-cyan{
	color:cyan
}
.fiu-bright-gold{
	color:#fc0
}

.fiu-background-blue{
	background:#081E3F
}
.fiu-background-gold{
	background:#B6862C
}
.fiu-background-magenta{
	background:#c06
}

.fiu-background-white{
	background:#fff
}
.fiu-background-cyan{
	background:cyan
}
.fiu-background-bright-gold{
	background:#fc0
}

.fiu-background-blue *{
	color:#fff
}
.fiu-background-blue * .fiu-cyan{
	color:cyan !important;
}

blockquote.energy{
	padding:3rem 4rem;
	border:none;
	position:relative;
	margin:0;
	font-style:normal
}
blockquote.energy.warm:before,blockquote.energy.warm:after{
	border-image:linear-gradient(to bottom left, #c06, #fc0, #c06);
	border-image-slice:1
}
blockquote.energy.cool:before,blockquote.energy.cool:after{
	border-image:linear-gradient(to bottom left, cyan, #fc0, cyan);
	border-image-slice:1
}
blockquote.energy:before,blockquote.energy:after{
	display:block;
	content:"";
	width:72px;
	height:72px;
	border:10px solid;
	position:absolute;
	background:none;
	border-image:linear-gradient(to bottom left, cyan, #fc0, cyan);
	border-image-slice:1
}
blockquote.energy:before{
	right:0;
	border-left:0;
	border-bottom:0;
	top:0
}
blockquote.energy:after{
	left:0;
	border-right:0;
	border-top:0;
	bottom:0
}
.gradient-warm{
	background:#fc0;
	background:linear-gradient(90deg, #fc0 0%, #c06 100%)
}
.gradient-cool{
	background:#fc0;
	background:linear-gradient(90deg, #fc0 0%, cyan 100%)
}



.content-block.blue h2,
.content-block.blue h3,
.content-block.blue h4,
.content-block.blue h5,
.content-block.blue h6,
.content-block.blue .display-text--small,
.content-block.blue .display-text--medium,
.content-block.blue .display-text--large,
.content-block.blue .display-text--x-large,
.content-block.blue span
{
    color:#FFF !important;
}


.no-margin {
     margin:0 !important;
}

.usnewsworld {
	text-align:center;
	color:#FFF;
}

.usnewsworld p,
.usnewsworld li,
.usnewsworld a,
.usnewsworld a:hover,
.usnewsworld a:focus,
.usnewsworld a:active {
    color:#FFF !important;

}

.usnewsworld .small-heading,
.usnewsworld .large-heading{
    color: #FFF;
    text-shadow: 0 0 5px #333;
} 
.usnewsworld .small-heading {
    font-size: 1.5rem;
}

.usnewsworld .large-heading {
    font-size: 2rem;
}

.usnewsworld {
		transform: translateY(-50%);
		top: 50%;
		position: relative;
}

.energized-underline {
    position: relative;
    transform: translateY(-5px);
    display: inline-block;   
}

.energized-underline:after {
    content: "";
    width: 100%;
    height: 0;
    border-bottom: 5px solid;
    position: absolute;
    background: none;
    border-image: linear-gradient(to bottom left, cyan, #fc0, cyan);
    border-image-slice: 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    left: 0;
    bottom: 5px;
    z-index: -1;
}


#main-content .usnewsworld-banner {
    max-height: 500px;
}

/* Mobile only */
@media only screen and (max-width: 40em) { 
	.usnewsworld img {
		max-width:40%;
	}
	.usnewsworld img {
		margin-top:1rem;
	}
}

/* Tablet */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 


}


/* Tablet up */
@media only screen and (min-width: 40.063em) {

	.usnewsworld {
		text-align:left;
	}

	.usnewsworld .content {
			transform: translateY(-50%);
			top: 50%;
			position: relative;
	}


}

/* Desktop */
@media only screen and (min-width: 64.063em) {

    .usnewsworld .small-heading {
		font-size: 1.75rem;
	}

	.usnewsworld .large-heading {
		font-size: 3.2rem;
	}
    	
	#main-content .usnewsworld-banner video {
        height: 100% !important;
        width: auto !important;
    }
} 


@media only screen and (min-width: 90.063em) {
	#main-content .usnewsworld-banner video {
        height: auto !important;
        width: 100% !important;
    }
}

.content-block.blue .areas-of-interest .button span {
   color: #000 !important;
}

.fa-bird-twitter:before {
    content: "\f099"; }

.fa-bird-twitter-square:before {
    content: "\f081"; }

.fa-twitter:before {
    content: "\e61b" !important; }

.fa-twitter-square:before {
    content: "\e61a" !important; }
    
.emergency {
    background: #b50000 !important;
}    

/* A to Z */
.atoz {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.atoz a {
    padding: 0.5rem;
    display: inline;
    width: 2rem;
    flex-grow: 0;
    margin: 0 -6px;
    display: inline-block;
    line-height: 1.5;
}