body {
	color: #b6cfe9;
	font: 13px/1.6 'Open Sans', Helvetica, Arial, Verdana, Sans-Serif;
	-webkit-font-smoothing: antialiased;
}

/* Links
================================================== */

a {
	color: #b6cfe9;
	outline: none;
	font-family:'Open Sans', Helvetica, Arial, Verdana, Sans-Serif;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover, 
a:focus {
	color: #FFFF00;
}

.accent {
	color: #b6cfe9;
}

img.alignright, div.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, div.alignleft {float:left; margin:0 2em .5em 0}
img.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .5em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.topimg {
	float:none;
	margin:8px 0 3px 0;
}
.rightimg {
	float:right;
	margin:6px 0 3px 20px;
}
.botimg {
	float:none;
	margin:10px 0 0 0;
}
.leftimg {
	float:left;
	margin:6px 20px 3px 0;
}


/* Images
================================================== */

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

img.imgborder {
border: 1px solid #153D68;
padding:2px;
}

img.image-left, 
img.image-right {
	padding: 6px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img.image-left {
	margin-right: 20px;
	float: left;
}

img.image-right {
	margin-left: 20px;
	float: right;
}

#map_canvas img,
.google-maps img {
	max-width: none;
}

.top-img {
	float:none;
	margin:8px 0 5px 0;
}
.right-img {
	float:right;
	margin:6px 0 5px 20px;
}
.bot-img {
	float:none;
	margin:10px 0 0 0;
}
.left-img {
	float:left;
	margin:6px 20px 5px 0;
}


/* Headings
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #b6cfe9;
	line-height: 1.2;
	font-weight: 600;
	font-family: inherit;
}


a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
text-decoration:underline;
}

h1 {font-size: 20px;margin: 10px 0 10px;}
h2 {font-size: 18px;margin: 5px 0 5px;}
h3 {font-size: 16px;margin: 5px 0 5px;}
h4 {font-size: 15px;margin: 5px 0 5px; line-height:22px;}
h5 {font-size: 14px;margin: 5px 0 5px;}
h6 {font-size: 13px;margin: 5px 0 3px;}

/* Paragraph, DL
================================================== */

p {margin: 0;}
dl {margin: 0 0 20px;}

dt {
	font-weight: 400;
}

dd {
	margin-left: 10px;
}

ul,
ol {
	padding: 0;
	line-height: 2;
	margin: 0 0 20px 25px;
}

ul {
	list-style: square;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

.dropcap {
	float: left;
	line-height: 1;
	font-size: 350%;
	margin-right: 4px;
	font-weight: inherit;
	color: #b6cfe9;
}

.column-2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.column-3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
/* pagination
================================================== */
div#pagination {display:block; margin-top:20px;}
div#pagination ul {display:inline; padding-bottom:10px;}
div#pagination ul li {list-style:none; float:left; border:1px solid #ccc; width:30px; height:30px; text-align:center; line-height:30px; margin:2px 5px; background:#f1f1f1;}
div#pagination ul li:hover {background:#FFFF00;}
div#pagination ul li a {font-size:12px; color:#000; text-decoration:none;}
div#pagination ul li a:hover { text-decoration:none;}
div#pagination ul li a.active-pag {font-weight:bold;}

/* Blockquote
================================================== */

blockquote {
	color: #888888;
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 30px 40px 10px;
	position: relative;
}

blockquote p {
	position: relative;
	z-index: 0;
	margin: 0;
}

blockquote:before, 
blockquote:after {
	font-size: 140px;
	font-weight: bold;
	line-height: 1;
	color: #eeeeee;
	position: absolute;
	content: open-quote;
	font-family: 'Georgia', serif;
}

blockquote:before {
	top: -13px;
	left: -5px;
}

blockquote:after {
	content: close-quote;
	right: 0px;
	top: 100%;
	margin-top: -61px;
}

blockquote small {
	display: block;
	color: #b6cfe9;
	font-size: 13px;
	font-style: normal;
}

blockquote small:before {
	content: '\2014 \00A0';
}

/* Code Styles
================================================== */

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #282828;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #fafafa;
	border: 1px solid #dadada;
}

pre {
	display: block;
	padding: 10px;
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #fafafa;
	border: 1px solid #dadada;
	border-radius: 3px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}


/* Word Break
================================================== */

.word-break {
	white-space: -moz-pre-wrap; /* Mozilla */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* IE */ 
	white-space: pre-wrap; /* CSS 2.1 */ 
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}

/* Section Title
================================================== */

.title {
	position: relative;
	margin: 0 10px 10px 0px;
	clear: both;
}

.column .title, 
.columns .title {
	margin: 0 0 10px;
}

.title > span {
	display: inline-block;
	color:#FFFF00;
	position: relative;
	z-index: 1;
}


.title:before {
	margin-top: 0;
	margin-bottom: -2px;
}

/* Label List
================================================== */

.label-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.label-list li:after, 
.label-list li:before {
	display: table;
	content: '';
	line-height: 0;
}

.label-list li:after {
	clear: both;
}

.label-list li > span {
	display: block;
	overflow: hidden;
}

.label-list li > .label {
	float: left;
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* Inline List
================================================== */

.inline-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.inline-list li {
	display: inline-block;
	padding-right: 12px;
}

/* Arrow & Check List
================================================== */

.arrow-list, 
.check-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.arrow-list ul, 
.check-list ul {
	list-style: none;
}

.arrow-list li:before, 
.check-list li:before {
	line-height: 1;
	color: #aaaaaa;
	width: 13px;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}

.arrow-list li:before {
	content: '\e02e';
	font-family: 'icomoon';
}

.check-list li:before {
	content: '\2713';
	font-family: sans-serif;
}

.arrow-list li a, 
.check-list li a {
	color: #b6cfe9;
	outline: none;
}

.arrow-list li a:hover, 
.check-list li a:hover {
	color: #383838;
}

/* Media Queries
================================================== */

@media only screen and (max-width: 480px) {
	img.image-left, 
	img.image-right {
		margin: 0 0 10px;
	}
}

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

	.column-2, 
	.column-3 {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}

	.title {
		margin: 0 0 20px;
	}
}