body {
	margin: 0;
}

.container2,
.container {
	min-height: 450px;
	background: #fff;
	margin-top: 60px;
	margin-bottom: 100px;
	max-width: 794px;
	margin-left: auto;
	margin-right: auto;
}

.container2>div:not(:last-child),
.container>div:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (max-width:873px) {

	.container2>*,
	.container>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}

p {
	font-size: 18px;
	line-height: 29px;
	margin: 0 0 30px;
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
}

ol {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2.5em;
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
}

sup,
sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub {
	top: 0.4em;
}

hr {
	border: 0;
	border-top: 5px dotted #d8d8d8;
	background-color: #fff;
	color: #fff;
	height: 1px;
	margin: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: adelle, Georgia, Times New Roman, Times, serif;
	margin: 0 0 30px;
}

h1 {
	font-size: 50px;
	font-weight: 700;
	color: #2c465d;
}

h2 {
	font-weight: 400;
	margin: 0 0 30px;
	color: #2c465d;
	font-size: 30px;
	line-height: 41px;
}

h3 {
	color: #2c465d;
	font-weight: 400;
	font-size: 26px;
	line-height: 37px;
}

h4 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
}

.references_head {
	font-size: 32px;
	line-height: 43px;
	color: #2c465d;
}

@media screen and (min-width:700px) {
	h2 {
		font-size: 36px;
		line-height: 47px;
	}

	h3 {
		font-size: 32px;
		line-height: 43px;
	}
}

blockquote {
	padding: 0 60px;
}

a {
	color: #2c465d;
}

a:hover {
	text-decoration: none;
	color: #2c465d;
}

.references:before {
	content: '';
	display: block;
	padding: 0 0 30px;
	border-top: 5px dotted #d8d8d8;
}

.references .ref-body {
	padding-left: 5em;
	display: block;
}

.references .ref-year {
	margin-left: -2.5em;
}

.image {
	margin-bottom: 20px;
}

.image img {
	max-width: 100%;
	height: auto;
}

.image_caption {
	font-size: 14px;
	line-height: 22px;
	color: #555654;
}

.image_caption p {
	font-size: inherit;
	line-height: inherit;
}

table {
	width: 100% !important;
	color: #000;
	border-top: 1px solid #ebe9d7;
	border-bottom: 1px solid #ebe9d7;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #ebe9d7;
	border-bottom: 1px solid #ebe9d7;
}

.rtl {
	direction: rtl !important;
}

.txt-capitalize {
	text-transform: uppercase;
}
.none-list {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.none-list li
{
	margin:0px;
	padding:0px;
	text-indent:0px;
}
	
.inline-img{vertical-align:middle;width:18px;}
.center{text-align:center;}
.txt-right{text-align:right;}