/******* George B added ***************/

.fact-box-mobile > h4,
.fact-box > h4 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid black;
    text-align: center;
    font-size: 1.4em;
}

.fact-box p,
.fact-box-mobile p {
    margin: 0 0 0.5em;
    font-size: 1.3em;
    line-height: 1.5em;
}

.progress-barx{
    position: fixed;
    top: 0px;
    background-color: green;
    font-size: 24px;
    width: 0%;
    height: 0px;
    transition: .5s;
}
.visible{
    height: 5px;
    transition: .5s;
}
.hidden-by-nav{
    margin-top: 50px;
}
.margin-zero{
    top: 0;
}


/********************************/

.embedBox {
	width: 100%;
}

.embedBox {
	width: 100%;
}

/******************************/

.addthis_default_style .at4-icon {
	border-radius: 2px;
}

/*******************************/

.pullquote {
    font-size: 1.3em;
    font-style: italic;
    width: 90%;
	overflow: auto;
	padding: 10px;
	background-color: #eee;
	border-radius: 2px;
	margin-left: calc(100% / 40);
}

.quote-open {
	width: 40px;
	height: 30px;
	float:left;
	margin-right:15px;
	margin-top: 5px;
	opacity: 0.25;
}

.quote-text {
	float: left;
	width: calc(100% - 55px);
}

.quote-close {
	width: 60px;
	height: 48px;
	float:left;
	margin-left:10px;
}


