/* Standard WordPress */

.alignnone {
    margin: 0.25rem 1.5rem 1.5rem 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0.25rem auto 0.25rem auto;
}

.alignright {
    float:right;
    margin: 0.25rem 0 1.5rem 1.5rem;
}

.alignleft {
    float: left;
    margin: 0.25rem 1.5rem 1.5rem 0;
}

/* End of Standard WordPress */

.margin-none {
margin: 0;	
}

.attachment-featured-image {
    margin-bottom: 1rem;
}

.add-margin-top-_5rem {
margin-top: .5rem;	
}

.add-margin-top-1rem {
margin-top: 1rem;	
}

.add-margin-top-2rem {
margin-top: 2rem;	
}

.add-margin-bottom-1rem {
margin-bottom: 1rem;	
}

.add-margin-bottom-2rem {
margin-bottom: 2rem;	
}

.add-padding-top-1rem {
padding-top: 1rem;	
}

.add-padding-top-2rem {
padding-top: 2rem;	
}

.rounded {
border-radius: .5rem;	
}


strong, .strong {
font-weight: bold;
}

.fg-white {
color: #FFF;	
}

.larger {
    font-size: 1.4em;
}

.display-block {
display: block;	
}

.inline-list {
display: inline;
list-style: none;	
}

.inline-list li {
display: inline;	
}


#contentarea ul, #contentarea ol {
    list-style-position: inside;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 1.5rem;
	height: 0;
	margin-bottom: 1.5rem;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 39.9375em) {
	.small-text-center {
	text-align: center!important;	
	}
	
	#contentarea img.alignleft, #contentarea img.alignright {
    width: 100%;
    float: none;
    margin: 0 auto 1.5rem;
}

}