/*
Theme Name: OAR 
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Connectivist Media
Author URI: http://connectivistmedia.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* =Fonts
-------------------------------------------------------------- */

#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

/* Text elements */

p {
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
	font-family: raleway;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

tr.odd td {
	background: #F2F7FC;
}

.attachment img {
	max-width: 900px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}

.wp-smiley {
	margin: 0;
}

/* --------- LINKS ---------*/

a,
a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment + li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */

input[type=submit] {
	color: #333;
}

#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* ---------- layout ----------*/

body {
	background: url('images/mainbg.png');
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

.wrapper {
	margin: 0 auto;
}

.container {
	width: 1070px;
	margin: 0 auto;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header_wrapper {
	position: relative;
	z-index: 9999;
}

header {
	min-height: 164px;
	position: relative;
	padding-top: 90px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -94px;
	z-index: 9999;
}

}
/* ---------------------------------------------------------*/

/* --------- NAVIGATION HERE --------*/
.nav {
}

.nav ul {
}

.nav ul li {
}

.nav ul li a {
}

.nav ul li a span {
}

.nav ul li a:hover {
}

nav {
	width: 780px;
	margin: 0 auto;
	border-left: 2px solid #0052a5;
	border-right: 2px solid #0052a5;
	padding: 0 10px 0 20px;
	position: relative;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited {
	display: inline-block;
	color: #0052a5;
	font-size: 14px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 0 5px;
	transition: all 0.1s ease-in;
}
	nav ul li.donate a {
		position: relative;
		color: #fff;
	}
		nav ul li.donate a:before {
			position: absolute;
			top: -5px;
			right: 0px;
			bottom: -5px;
			left: -5px;
			border: 1px solid #b8071c;
			background: #b8071c;
			content: "";
			transition: all 0.1s ease-in;
			z-index: -1;
		}
			nav ul li.donate a:hover:before {
				background: transparent;
			}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
	color: #ba0013;
	text-decoration: none;
}

.left_nav li {
	margin-right: 46px;
}

.left_nav li:last-child {
	margin-right: 0;
}

.right_nav li {
	margin-left: 10px;
}

.right_nav li:first-child {
	margin-right: 0;
}

.leftline {
	display: block;
	height: 2px;
	background-color: #0052a5;
	width: 150px;
	position: absolute;
	right: 100%;
	top: 9px;
}

.rightline {
	display: block;
	height: 2px;
	background-color: #0052a5;
	width: 150px;
	position: absolute;
	left: 100%;
	top: 9px;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.maincontent {
	padding-top: 40px;
	padding-bottom: 68px;
	text-align: center;
}

.homebanner {
	position: relative;
	background-color: #000;
	max-height: 520px;
}

.homebanner img {
	display: block;
	width: 100%;
	max-height: 520px;
}

.homeformcontent .gform_widget {
	margin-bottom: 30px;
}

.homeformcontent .gform_widget h2.widget-title {
	display: none;
}

.homeformcontent .gform_widget form {}

	.homeformcontent .gform_widget .gform_body,
	.homeformcontent .gform_widget .gform_footer {
		float: left;
	}
		.homeformcontent .gform_widget .gform_body {
			width: 85%;
		}
		.homeformcontent .gform_widget .gform_footer {
			width: 15%;
		}

		.homeformcontent .gform_widget .gform_fields {
			padding: 0;
			margin: 0;
			list-style: none;
		}
			.homeformcontent .gform_widget .gform_fields label.gfield_label {
				display: none;
			}
			.homeformcontent .gform_widget .gform_fields .gfield {
				float: left;
			}
				.homeformcontent .gform_widget .gform_fields .gfield.gform_hidden {
					display: none;
				}
				.homeformcontent .gform_widget .gform_fields #field_6_1,
				.homeformcontent .gform_widget .gform_fields #field_6_2 {
					width: 42%;
				}
				.homeformcontent .gform_widget .gform_fields #field_6_3 {
					width: 16%;
				}
					.homeformcontent .gform_widget .gform_fields .ginput_container {
						margin: 0 10px 0 0;
					}
				.homeformcontent .gform_widget .gform_fields .ginput_container input {
					width: 100%;
					height: 60px;
					background: transparent;
					background: #ededea;
					border: 1px solid #0052a5;
					border-radius: 0;
					box-shadow: none;
					-webkit-appearance: none;
					color: #0052a5;
					font-size: 18px;
					font-family: 'Sanchez', serif;
					font-weight: normal;
					line-height: 60px;
					letter-spacing: 4px;
					outline: none;
					padding: 0 20px;
				}

			.homeformcontent .gform_footer input[type="submit"] {
				display: block;
				width: 100%;
				height: 60px;
				background: #0052a5;
				border: none;
				border-radius: 0;
				box-shadow: none;
				-webkit-appearance: none;
				text-align: center;
				color: #ededea;
				font-size: 18px;
				font-family: 'Sanchez', serif;
				font-weight: normal;
				line-height: 60px;
				letter-spacing: 4px;
				text-transform: uppercase;
				transition: all 0.1s ease-in;
				outline: none;
				border: 1px solid #0052a5;
				padding: 0;
				text-align: center;
			}
				.homeformcontent .gform_footer input[type="submit"]:hover {
					background: #094b8e;
					border-color: #094b8e;
				}

.homeformcontent blockquote {
	color: #0052a5;
	font-size: 18px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.homeformcontent blockquote img {
	margin-bottom: -55px;
	margin-left: -10px;
}

.homeformcontent h2.widget-title {
	font-size: 38px;
}

.postmain {
	border: 1px solid #cfcfcf;
	background: #f7f7f7;
	padding: 0 30px;
	padding-top: 28px;
	margin-bottom: 19px;
}

.bcrum {
	padding-bottom: 8px;
}

.bcrum ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bcrum ul li {
	float: left;
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	padding-right: 19px;
	background: url('images/brarrow.png') no-repeat right 3px;
	letter-spacing: 2px;
}

.bcrum ul li:last-child {
	background: none;
}

.bcrum ul li a {
	color: #0052a5;
	text-decoration: none;
}

.bcrum ul li a:hover {
	text-decoration: underline;
}

.postmain {
	padding-bottom: 8px;
}

.postmain h1 {
	color: #0052a5;
	font-size: 24px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #0052a5;
	letter-spacing: 5px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.author {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	float: left;
	padding-left: 22px;
	background: url('images/authoricon.png') no-repeat left 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 30px;
	letter-spacing: 1px;
}

.author h6 {
	font-size: 10px;
	font-weight: normal;
}

.date {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	float: left;
	padding-left: 24px;
	background: url('images/dateicon.png') no-repeat left 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 35px;
	letter-spacing: 1px;
}

.date p {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
}

.tags {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	float: left;
	padding-left: 24px;
	background: url('images/tagsicon.png') no-repeat left 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 32px;
	letter-spacing: 1px;
}

.button {
	display: inline-block;
	*display: block;
	*zoom: 1;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Sanchez', serif;
	height: 60px;
	line-height: 60px;
	letter-spacing: 4px;
	text-transform: uppercase;
	transition: all 0.1s ease-in;
	padding: 0 20px;
}
	.button:hover,
	.button.blue:hover,
	.button.red:hover {
		color: #fff;
		background: transparent;
	}
	.button.blue {
		background: #0052a5;
	}
		.button.blue:hover {
			background: #094b8e;
		}
	.button.red {
		background: #b8071c;
	}
		.button.red:hover {
			background: #ba0013;
		}

.comments {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	float: left;
	padding-left: 24px;
	background: url('images/commentsicon.png') no-repeat left 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.comments p {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
}

.postmain > p {
	color: #000000;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.postmininfo {
	padding-bottom: 25px;
}

.widgetbox {
	border: 1px solid #cfcfcf;
	background: #eaeaea;
	margin-bottom: 19px;
	min-height: 154px;
	padding-bottom: 5px;
}

.widgetbox h3 {
	background: #0052a5;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: 41px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 10px;
}

.commentsbox {
	border: 1px solid #cfcfcf;
	background: #eaeaea;
	padding: 0 18px 0 30px;
	padding-top: 28px;
}

.commentsbox > h4 {
	color: #0052a5;
	font-size: 14px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 6px;
}

.commentpicbox {
	width: 16.4%;
	float: left;
}

.commentpic {
	border: 3px solid #666868;
	margin-bottom: 2px;
}

.commentpic img {
	display: block;
	width: 100%;
}

.commentpicbox p {
	color: #0052a5;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
	letter-spacing: 0;
}

.commentinfo {
	width: 82.5%;
	float: right;
	border: 1px solid #666868;
	background: #e4e4e4;
	padding: 5px 10px;
	min-height: 124px;
}

.commentinfo h4 {
	color: #0052a5;
	font-size: 14px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 1px;
}

.commentinfo p {
	color: #000000;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ul li {
	padding-bottom: 50px;
}

.innerpage {
	padding-bottom: 28px;
}

.shadowup {
	display: block;
	width: 100%;
	height: 12px;
	background: url('images/shadowup.png') repeat-x left top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 40;
}

.shadowdown {
	display: block;
	width: 100%;
	height: 12px;
	background: url('images/shadowdown.png') repeat-x left top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 40;
}

/*Standard styling*/

h1 {
	color: #0052a5;
	font-size: 24px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h2 {
	color: #0052a5;
	font-size: 22px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h3 {
	color: #0052a5;
	font-size: 20px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h4 {
	color: #0052a5;
	font-size: 18px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	color: #0052a5;
	font-size: 16px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	color: #0052a5;
	font-size: 14px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	color: #000000;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 1px;
}

.mobilemenu_btn {
	display: none;
}

/* Embedded Content */
.embed-container {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ---------------------------------------------------------*/

/* -------- FOOTER HERE ----------*/
#before-footer {
	padding: 15px 0;
	background: #ba0013;
}

#before-footer,
#before-footer p {
	color: #fff;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
}

#before-footer p + p {
	margin-top: 10px;
}

#before-footer .widgetbox {
	border: none;
	background: none;
	min-height: 0;
	padding-bottom: 0;
	margin-bottom: 0;

	text-align: center;
	text-transform: uppercase;
}

.footer_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_wrapper .disclaimer {
	border: 1px solid #666;
	padding: 10px;
	max-width: 660px;
	margin: 0 auto 10px;
}

footer {
	text-align: center;
}

footer p {
	color: #ba0013;
	font-size: 10px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 4px;
}

footer p a {
	color: #ba0013;
	text-decoration: none;
}

footer p a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a[href^=tel] {
	color: #000000;
	text-decoration: none;
}

.bcrum ul li a {
	text-transform: uppercase;
}

.bcrum ul li {
	text-transform: uppercase;
}

/* ---------------------------------------------------------*/

/* WordPress CSS */
.paging-navigation {
	border: 0 none;
	padding: 0;
	width: 100%;
}

h1.screen-reader-text {
	border-top: 1px solid rgb(0, 82, 165);
	border-bottom: 0px;
	padding-top: 10px;
	font-size: 22px;
}

.pagination {
	width: 100%;
	margin: 0 0 20px 0;
}

.pagination  a {
	font-size: 18px;
	padding: 0 5px;
}

.pagination  span {
	font-size: 18px;
}

p.form-allowed-tags {
	display: none;
}

#respond label {
	display: none;
}

ol.comment-list {
	margin: 0;
	list-style: none;
}

h2.comments-title {
	display: none;
}

.comment-metadata {
	display: none;
}

.reply a,
a.comment-edit-link {
	color: rgb(0, 82, 165);
	display: block;
	font-family: "Sanchez",serif;
	font-size: 15px;
}

.reply {
	padding: 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	border: 1px solid rgb(0, 0, 0);
	height: 40px;
}

.comment-form textarea {
	border: 1px solid rgb(0, 0, 0);
}

/* =News Box */

#lcnb_8.lcnb_wp_wrap {
	/*padding-top: 60px;*/
	margin-top: 20px;
}

#lcnb_8 .lcnb_wrap {
	text-align: center;
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news,
#lcnb_8 .lcnb_light_theme.lcnb_boxed .lcnb_exp_block,
#lcnb_8 .lcnb_light_theme.lcnb_has_cmd .lcnb_prev,
#lcnb_8 .lcnb_light_theme.lcnb_has_cmd .lcnb_next {
	background: transparent;
	box-shadow: none;
	border: none;
	opacity: 1;
}

#lcnb_8 .lcnb_horizontal.lcnb_side_cmd .lcnb_prev span:before,
#lcnb_8 .lcnb_horizontal.lcnb_side_cmd .lcnb_next span:before {
	font-size: 38px;
	color: #0d74db;
	color: rgba( 0, 82, 165, 0.3 );
	transition: all 0.1s ease-in;
}

#lcnb_8 .lcnb_light_theme.lcnb_has_cmd .lcnb_prev:hover span:before,
#lcnb_8 .lcnb_light_theme.lcnb_has_cmd .lcnb_next:hover span:before {
	color: #094b8e;
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news {
	overflow: visible !important;
	padding-top: 30px;
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news:before {
	position: absolute;
	/*top: -35px;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news.lcnb_type_facebook:before {
	background-image: url('/wp-content/uploads/2015/04/icon-post.png');
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news.lcnb_type_inline:before {
	background-image: url('/wp-content/uploads/2015/04/icon-news.png');
}

#lcnb_8 .lcnb_light_theme.lcnb_wrap.lcnb_boxed article.lcnb_news.lcnb_type_twitter:before {
	background-image: url('/wp-content/uploads/2015/04/icon-tweet.png');
}

#lcnb_8 .lcnb_linked_title,
#lcnb_8 .lcnb_title,
#lcnb_8 .lcnb_light_theme .lcnb_title {
	text-align: center;
	letter-spacing: 0;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #0052a5;
}

#lcnb_8 .lcnb_linked_title:hover,
#lcnb_8 .lcnb_title:hover {
	color: #094b8e;
}

#lcnb_8 .lcnb_txt {
	font-size: inherit;
	line-height: inherit;
	color: #0052a5;
}

#lcnb_8 .lcnb_btm_bar .lcnb_btn_time,
#lcnb_8 .lcnb_top_bar .lcnb_btn_time {
	display: block;
}
#lcnb_8 .lcnb_btm_bar .lcnb_date,
#lcnb_8 .lcnb_btm_bar .lcnb_rm_btn,
#lcnb_8 .lcnb_top_bar .lcnb_date,
#lcnb_8 .lcnb_top_bar .lcnb_rm_btn {
	background: #0052a5;
	color: #fff;
	box-shadow: none;
	padding: 20px 10px;
	text-transform: uppercase;
	font-family: 'Sanchez', serif;
	display: inline-block;
	border-radius: 0 !important;
	font-size: 18px !important;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides_container {
	position: relative;
	width: 100%;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	width: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	z-index: -1;
}

.rslides li > img {
	display: none;
}

.rslides .caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5;
	height: 350px;
	display: table;
	table-layout: fixed;
}
	.rslides #rslides2_s1 .caption {
		color: #000;
	}
	.rslides .caption > span {
		display: table-cell;
		vertical-align: middle;
	}
	.rslides .caption .button {
		letter-spacing: 2px;
	}

.rslides_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent;
	margin-top: -55px;
}

.rslides_nav:active {
	opacity: 1.0;
}

.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides_nav:focus {
	outline: none;
}

.rslides_tabs {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px;
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba( 255, 255, 255, 0.2 );
	display: inline-block;
	_display: block;
	*display: block;
	width: 9px;
	height: 9px;
}

.rslides_tabs .rslides_here a {
	background: #fff;
}