@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900);

.block .read_more {
	padding: 15px;
	background-color: #333;
	width: auto;
	float: left;
}

.block .read_more p {
	color: #FFF !important;
	margin-left: 0px !important;
	margin: 0px !important;
	text-align: center !important;
	width: auto !important;
}

.block.textleft .read_more {
	margin-left: 30px;
}

.block, .blocks_page {
	width: 700px;
}

.block div {
	font-size: 14px;
	color: #272727;
	line-height: 24px;
	/* font-family: Tahoma; */
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: normal;
}

.blocks_page {
	background: #FFF;
}

.block.headert {
	height: auto;
	background: #FFF;
}

.block.threecolumn {
	height: auto;
}

.block .innercol {
	padding: 0px;
	border: none;
}

.block .innercol .threecoltable {
	margin: 0px;
}

.block .innercol .threecoltable td {
	vertical-align: top;
	padding: 0px 30px 0px 0px;
}

.block.bigbutton {
	height: auto;
	background: #FFF;
	text-align: center;
	border: 1px dotted #00558b;
}

.block.headert h1 {
	text-align: center; width: 70%; margin: 20px auto 0px auto;
	font-size: 36px;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: normal;
	color: #272727;
  line-height: 46px;
	font-family: 'Merriweather', serif;
}

.block.headert h3 {
	text-align: center; width: 100%; margin: 0px auto 20px auto;
	font-size: 23px;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	font-style: normal;
	color: #272727;
  line-height: 26px;
}

.block.bigbutton h4 {
	text-align: center; width: 70%; margin: 20px auto;
	font-size: 16px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: normal;
	color: #00558b;
}

.block.textright, .block.textleft {
	/* height: 340px; */
	background: #FFF;
}

.block.textright .block_img_container {
	width: 274px;
	height: 274px;
	background: #333;
	float: left;
	margin: 0px 20px 20px 0px;
}

.block.textleft .block_img_container {
	width: 280px;
	height: 280px;
	background: #333;
	float: right;
	margin: 0px 0px 20px 20px;
}

.block.textright h3, .block.textleft h3 {
	text-align: left;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: normal;
	color: #00558b;
  margin-right: 20px;
	margin-top: 14px;
}

.block.textright p, .block.textleft p {
	text-align: justify;
	color: #272727;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: normal;
  margin-right: 0px;
	margin-top: 18px;
	line-height: 24px;
}

.block.textright h3, .block.textright p {
  width: 385px; margin-left: 315px;
}

.block.textleft h3, .block.textleft p {
  width: 385px;
	margin-left: 0px;
}

.block.text p, .block.text li, .block.threecolumn p, .block.threecolumn li {
	color: #272727;
	font-size: 14px !important;
	line-height: 24px !important;
	font-family: 'Merriweather', serif !important;
	font-weight: 400;
	font-style: normal;
}

.block.text p strong, .block.text li strong, .block.threecolumn p strong, .block.threecolumn li strong {
	font-family: 'Merriweather', serif !important;
	font-weight: 700 !important;
}

.block.text h1, .block.text h2, .block.text h3, .block.text h4, .block.text h5, .block.threecolumn h1, .block.threecolumn h2, .block.threecolumn h3, .block.threecolumn h4, .block.threecolumn h5 {
	color: #2c2c2c !important;
	font-family: 'Merriweather', serif !important;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px !important;
}

.block.text p a, .block.text h1 a, .block.text h2 a, .block.text h3 a, .block.text h4 a, .block.text h5 a, .block.threecolumn p a, .block.threecolumn h1 a, .block.threecolumn h2 a, .block.threecolumn h3 a, .block.threecolumn h4 a, .block.threecolumn h5 a  {
	color: #00558b !important;
	font-family: inherit;
	text-decoration: none !important;
}

.block.text h1, .block.threecolumn h1 {
  font-size: 28px !important; line-height: 32px !important;
}
.block.text h2, .block.threecolumn h2 {
  font-size: 24px !important; line-height: 28px !important;
}
.block.text h3, .block.threecolumn h3 {
  font-size: 21px !important; line-height: 25px !important;
}
.block.text h4, .block.threecolumn h4 {
  font-size: 17px !important; line-height: 21px !important;
}
.block.text h5, .block.threecolumn h5 {
  font-size: 14px !important; line-height: 18px !important;
}

.block.image {
	height: 340px;
	background-color: #333;
}

.block.film {
	min-height: 340px;
	background-color: #333;
}

.block.text {
	background-color: #FFF;
	text-align: justify;
}

.block .inner {
	padding: 0px;
	border: none;
}

.block.image img {
	width: 100%;
	display: block;
}

.block_img_container img {
	width: 100%;
	display: block;
}
