.dynamic-content{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
strong{
	font-weight: 700;
	color: #0c524d;
}
em{
	font-style: italic;
}

.dynamic-content.sidebar em{
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
}

.dynamic-content p a{
	color: #000;
	text-decoration: underline;
}
.dynamic-content p a:hover{
	color: #00a99d;
}

.dynamic-content blockquote {
	margin-left: 35px;
	margin-bottom: 35px;
	margin-top: 20px;
}
.dynamic-content blockquote,
.dynamic-content blockquote p{
	color: #325283;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
}
.dynamic-content blockquote p{
	margin-top: 35px;
	margin-bottom: 0px;
}
.dynamic-content blockquote p:first-child{
	margin-top: 0px;
}
.dynamic-content blockquote .quote-footer{
	padding-left: 280px;
	font-style: normal;
}
.dynamic-content blockquote .quote-footer p{
	font-style: normal;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5{
	color: #0c524d;
	font-style: normal;
	float: none;
}
.dynamic-content h1 > a,
.dynamic-content h2 > a,
.dynamic-content h3 > a,
.dynamic-content h4 > a,
.dynamic-content h5 > a{
	color: #0c524d;
	text-decoration: underline;
}

.dynamic-content h1{
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 12px;
	font-weight: 800;
	text-transform: uppercase;
}
.dynamic-content h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
}
.dynamic-content h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.dynamic-content.sidebar h2{
	font-size: 25px;
	line-height: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.dynamic-content p{
	color: #000807;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}
.dynamic-content .head-paragraph{
	margin-bottom: 30px;
}
.dynamic-content .head-paragraph p{
	font-size: 20px;
	line-height: 26px;
}

.dynamic-content p:last-child{
	margin-bottom: 0px;
}

.dynamic-content ul{
	list-style: disc;
	margin-bottom: 20px;
	margin-top: 5px;
}

.dynamic-content ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal; /* Keep using default numbering for IE6/7 */
	font-size: 15px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dynamic-content ul ul,
.dynamic-content ol ol{
	margin-bottom: 0px;
	margin-top: 0px;
}

.dynamic-content ol > li > ol{
	margin-bottom: 0px;
	list-style: lower-alpha;
}
.dynamic-content ol > li > ol > li > ol{
	margin-bottom: 0px;
	list-style: lower-roman;
}


.dynamic-content ul li,
.dynamic-content ol li {
	color: #000807;
	font-size: 14px;
	line-height: 22px;
	margin-left: 23px;
	margin-bottom: 6px;
	text-transform: none;
}
.dynamic-content ol li p,
.dynamic-content ul li p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.dynamic-content ol li a,
.dynamic-content ul li a{
	color: #c46b29;
	text-decoration: none;
}
.dynamic-content ol li a:hover,
.dynamic-content ul li a:hover{
	text-decoration: underline;
}


.dynamic-content table{
	margin: 20px auto;
	border: 0px;
}
.dynamic-content table th{
	font-weight: 700;
	text-align: center;
}
.dynamic-content table th,
.dynamic-content table td{
	padding: 0.5em;
	border: 0px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	line-height: 25px;
	color: #58595b;
}


.dynamic-content table td{
	border-right: 1px dotted #666;
}
.dynamic-content table td:last-child{
	border-right: 0px;
}

.dynamic-content table tr{
	border-bottom: 1px dotted #666;
}
.dynamic-content table tr:nth-child(even){
	background-color: rgba(100, 100, 100, 0.05);
}


.dynamic-content table tr:hover td{
	text-indent: 2px;
	background-color: rgba(100, 100, 100, 0.05);
	/*background-color: rgba(100, 100, 100, 0.8);*/
}

.dynamic-content sub,
.dynamic-content sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.dynamic-content sup {
	top: -0.5em;
}

.dynamic-content sub {
	bottom: -0.25em;
}



hr {
	display: block;
	width: 100%;
    height: 0px;
    margin: 20px auto;
    border-style: solid;
    border-color: #aaa;
    border-width: 0 0 1px 0;

    border-bottom: 1px solid #31b9b0;
    opacity: 0.4;
}





.dynamic-content iframe[src*="youtube"]{
	max-width: 100%!important;
	width: 90%!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid rgba(134,77,39,0.4);
	padding: 12px;
	background-color: rgba(134,77,39,0.2);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.dynamic-content iframe[src*="youtube"]:hover{
	background-color: rgba(134,77,39,0.7);
	padding: 6px;
	margin-top: 26px;
	margin-bottom: 26px;
}

/*Styling floated images via CKEditor*/

.dynamic-content img{
	display: block;
	margin: 20px auto;
	max-width: 100%!important;
	height: auto!important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}



.dynamic-content img.left-image,
.dynamic-content img[style*="left"]{
	margin:0 12px 12px 0;
}
.dynamic-content img.right-image,
.dynamic-content img[style*="right"]{
	margin:0 0 12px 12px;
}






















@media only screen and (max-width : 1272px) {

.dynamic-content.sidebar em {
	font-size: 20px;
	line-height: 26px;
}
.dynamic-content.sidebar h2 {
	font-size: 20px;
	line-height: 20px;

}

}