/* See also "outage.css" as the "master" css for this section */

/* When complete use any styles from the outage.css file for the
 * "outage_center_global.css" file 
*/

.topBannerContainer {
	margin: 25px auto 9px auto;
}

.topBannerContainer {
	margin: 45px auto 0px auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.largeHeadingContainer {
	/* Extends global css */
	margin-top: 30px;
	text-align center;
	flex-direction: column;
}

.largeHeadingContainer a:hover {
	opacity: 0.8;
}

.largeHeading {
	/* Extends global css */
	text-align: center;
	margin: auto;
}

.earthquakeSafetyHeadingContainer {
	margin: 45px auto 0px auto;
	position: relative;
}

.trapezoidLinkContainer {
	width: 100%;
	margin: 45px auto 0px auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zoidLeft, .zoidRight {
	width: 300px;
	height: 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoidLeft {
	border-top: 69px solid #29adcc; /* height */
	border-left: 1px solid transparent;
	border-right: 85px solid transparent; /* length of angle */
	left: 36px;
}

.zoidRight {
	border-bottom: 69px solid #ffb300; /* height */
	border-right: 1px solid transparent;
	border-left: 85px solid transparent; /* length of angle */
	position: relative;
	right: 36px;
}  

.zoidLeft:hover, .zoidRight:hover {
	opacity: 0.7;
}
.zoidTextLeft, .zoidTextRight {
	margin: auto;
	text-align: center;
	position: relative;
	font-size: 26px;
	color: #fff;
}

.zoidTextLeft {
	bottom: 53px;
}

.zoidTextRight {
	top: 15px;
}

.earthquakeSafetyHeadingContainerIllustrated {
    margin: 45px auto 0px auto;
}

.resourcesContainer {
	width: 82%;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	border: 2px solid #000;
}

.resourcesLinkText {
	width: 100%;
	margin: 8px auto 14px auto;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	color: blue;
}

.resourcesLinkText a:hover {
	color: pink;
}

/* Responsive */
@media screen and (max-width: 995px) {
    .largeHeading {
        font-size: 32px;
    }

    .mediumHeading {
    	font-size: 18px;
	}

    .largeHeadingSubText, .referralsHeadingSubText {
        font-size: 14px;
    }

    .zoidLeft, .zoidRight {
    	max-width: 36%;
    }

    .zoidLeft {
		left: 199px;
	}

	.zoidRight {
		right: 36px;
	}
	.zoidTextLeft, .zoidTextRight {
		font-size: 20px;
	}

	.zoidTextLeft {
		bottom: 48px;
	}

	.zoidTextRight {
		top: 20px;
	}

}

