/*
Theme Name: Jericho
Theme URI:
Author: Jericho
Author URI:
Description: T
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light
Text Domain: Jericho


*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;

}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0 10px 0;
	padding: 1.714285714rem 0 10px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
/*	margin-top: 24px;
	margin-top: 1.714285714rem;*/
	text-align: center;
}
/*.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.menu-custom-container > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
*/

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget .latestNews p {
    line-height: 1.3rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: none;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;

	max-width: 1066px;
	
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 3.3% 24px 4.7%;
	padding: 1.714285714rem 3.3% 1.714285714rem 4.7%;
background-color: #84a9d5;
}
footer[role="contentinfo"] a {
	color: #0D2F6A;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
    display: block;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1, ul.post-meta li {
	/*font-size: 21px;*/
    font-size: 36px !important;
	font-size: 1.5rem;
    font-weight: normal !important;
	line-height: 1.5;
    margin: 0;
    border-bottom: 0 none;
    text-transform: none;
    color: #4690cd;
}
ul.post-meta li {
    list-style: none;
}
ul.post-meta li .post-meta-key {
    display: none;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
    border: 0 none important;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
    vertical-align: top;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1066px;/*Tsvetan*/
		/*max-width: 68.571428571rem;Tsvetan*/
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 59.104166667%;
        padding-left: 4.6%
	}
    .site-content.blog {
        float: right;
        width: 49.104166667%;
        padding-right: 4.6%;
        padding-left: 30px;
        border-left: 1px solid #4690ce;
    }
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content, body.page-template-page-templatesfull-introtext-php .site-content {
		width: 91%;
	}
	.widget-area {
		float: right;
		width: 29.041666667%;
        padding-right: 4.6%
	}
    .widget-area.blog {
        float: left;
        width: 36.041666667%;
        padding-left: 4.6%;
        padding-right: 0;
    }
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.menu-custom-container > ul {
		border-bottom: none;
		border-top: none;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation > .menu-custom-container > ul > li > a,
	.main-navigation > .menu-custom-container > ul > li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation > .menu-custom-container > ul > li > a {
		border-bottom: 0;
		color: #6d6e70;
		line-height: 1em;
		text-transform: none;
		white-space: nowrap;
        font-size: 15px;
        font-weight: bold
	}
    .nav-menu >  li.current-menu-item > a, .nav-menu >  li.current-menu-ancestor > a {
        color: #0D2F6A !important;
    }
	.main-navigation > .menu-custom-container > ul > li > a:hover {
		color: #4690CD;
	}
	.main-navigation > .menu-custom-container > ul > li {
		margin: 0 30px 0 0;
		margin: 0 1.6rem 0 0;
		position: relative;
	}
	/*.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}*/
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		font-weight: normal;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
		padding: 0;
		margin-top: 0;
		margin-top: 0;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/*Tsvetan Updates */
h1.site-title {
	float: left;
clear: none
}
.site-title a {
	overflow: hidden;
	width: 234px;
	height: 147px;
display:block;
background: transparent url(images/logo-jericho.jpg) 0 0;
text-indent: -9999px;position: relative;
}
h2.site-description {
clear: none;
	float: right;
width: 640px;
height: 46px;
margin: 59px 0 0 0;
/*background: transparent url(images/slogan-text.gif) 0 0;*/
overflow: hidden;
/*text-indent: -9999px;*/
position: overflow
}
.wrapper-images .image-section a {
	float: left;
	width: 106px;
	height: 178px;
margin-left: 14px;
cursor: pointer; cursor: hand;
}
.wrapper-images .image-section a {
    text-decoration: none !important;
    display: block;
}
.wrapper-images .image-section:first-child {
	margin-left: 0;
}
.wrapper-images .image-section.veteran a {
	background: transparent url(images/veteran_h2.jpg) 100% 0;	
}
.wrapper-images .image-section.family a {
	background: transparent url(images/family_h2.jpg) 100% 0;	
}
.wrapper-images .image-section.workforce a {
	background: transparent url(images/workforce_h2.jpg) 100% 0;	
}
.wrapper-images .image-section.housing a {
	background: transparent url(images/housing_h2.jpg) 100% 0;	
}
.wrapper-images .image-section.prevention a {
	background: transparent url(//jerichoproject.org/wp-content/uploads/2016/08/halima.jpg) 100% 0;	
}
.wrapper-images .image-section.veteran a:hover {
	background: transparent url(images/veteran_h2.jpg) 0 0;	
}
.wrapper-images .image-section.family a:hover {
	background: transparent url(images/family_h2.jpg) 0 0;	
}
.wrapper-images .image-section.workforce a:hover {
	background: transparent url(images/workforce_h2.jpg) 0 0;	
}
.wrapper-images .image-section.housing a:hover {
	background: transparent url(images/housing_h2.jpg) 0 0;	
}
.wrapper-images .image-section.prevention a:hover {
	background: transparent url(//jerichoproject.org/wp-content/uploads/2016/08/halima.jpg) 0 0;	
}
.lbl-layer {
	font-size: 13px;
color: #fff;
font-weight: bold;
margin-top: 130px;
line-height: 16px;
display: block;
text-align: center;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;

}
.entry-header .entry-title a {
	font-size: 26px;
font-weight: bold;
color: #4690ce;
font-family: helvetica
}
.comments-link {
	display: none
}
.image-holder {
	float: left;
margin-right: 15px
}
footer.entry-meta {
	display: none
}
div.clear {
	clear:both
}
.widget-area .widget h3 {
	color: #4690ce;
	font-size: 20px;
	font-weight: bold;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
    line-height: 24px;
    margin-bottom: 15px;
}
.widget-area #text-17 h3.widget-title {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
}
.widget_categories {
    padding-left: 25%;
}
.widget-area .widget_categories h3 {
    text-transform: uppercase;
}
.widget-area .widget_categories a {
    color: #4690ce;
    font-size: 20px;
    text-decoration: none;
}
.sep-dotted {
	border-top: 2px dotted #4a90cd;
margin-top: 25px;
}
#text-15 .textwidget, .signup-wrapper {
	background-color:#391500;
background-image: -khtml-gradient(linear, left top, left bottom, from(#b26f37), to(#391500));
background-image: -moz-linear-gradient(top, #b26f37, #391500);
background-image: -ms-linear-gradient(top, #b26f37, #391500);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b26f37), color-stop(100%, #391500));
background-image: -webkit-linear-gradient(top, #b26f37, #391500);
background-image: -o-linear-gradient(top, #b26f37, #391500);
background-image: linear-gradient(top, #b26f37, #391500);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b26f37', endColorstr='#391500', GradientType=0);
}
.fsForm .fsSubmit {
    background: transparent !important;
    padding: 0 15px 15px !important;
}
.fsBody .fsForm {
    background: transparent !important;
    border: 0 none !important;
}
.fsForm .fsLabel {
    color: #fff !important;
}
.fsBody .fsRowBody {
    padding: 5px 15px !important;
}
.fsFieldRow input[type=text], .fsFieldRow input[type=email], .fsFieldRow input[type=number], .fsFieldRow input[type=tel], .fsForm textarea {
    border: 0 none !important;
    padding: 7px 4px !important;
}
.fsRequiredMarker {
    color: #fff !important;
}
.fsBody p {
    color: #fff !important;
}
.site-header {
	padding-top: 0;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.ie7 .site-header {
	z-index: 2;
}
.ie7 .second-lev-pos {
	padding-top: 27px
}
.header-btn {display: inline-block;position: absolute;top: 0px;right:80px; margin-top: 15px; }
.header-btn button {
padding: 10px 18px;
position: relative;
right: -32px;
top:-26px;
border-radius: 0;
color: #fff;
font-size: 17px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
border: none;
background-image: -khtml-gradient(linear, left top, left bottom, from(#92bd6d), to(#3d7a4d));
background-image: -moz-linear-gradient(top, #92bd6d, #3d7a4d);
background-image: -ms-linear-gradient(top, #92bd6d, #3d7a4d);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92bd6d), color-stop(100%, #3d7a4d));
background-image: -webkit-linear-gradient(top, #92bd6d, #3d7a4d);
background-image: -o-linear-gradient(top, #92bd6d, #3d7a4d);
background-image: linear-gradient(top, #92bd6d, #3d7a4d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bd6d', endColorstr='#3d7a4d', GradientType=0);
}
.header-btn button a, .header-btn button a:hover {
    text-decoration: none;
    color: #fff;
}
#masthead .search {
	display: inline-block; 
	position: absolute; 
	top: 0px;
	right: 240px; 
	margin: 0px; 
	padding: 0px;
}
#masthead .search  input[type="submit"]{
	padding: 6px 7px 8px;
	border: medium none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 1px;
	background: #478251;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#00a8e1), to(#003770));
	background-image: -moz-linear-gradient(top, #00a8e1, #003770);
	background-image: -ms-linear-gradient(top, #00a8e1, #003770);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a8e1), color-stop(100%, #003770));
	background-image: -webkit-linear-gradient(top, #00a8e1, #003770)!important;
	background-image: linear-gradient(top, #00a8e1, #003770);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a8e1', endColorstr='#003770', GradientType=0);
}
#masthead .search  input[type="submit"]:active{
	box-shadow: none;
}
#masthead .search  input[type="text"]{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: none;
	position:relative;
	width: 120px;
	margin-right: -4px; 
	font-size: 15px;
	padding: 5px 0px 5px 8px;
}
body .carousel-indicators {
	bottom: 15px;
	top: auto;
	right: 20px;
    z-index: 1001 !important;
}
body .carousel-indicators a {width: 20px;height: 20px;border-radius: 10px;cursor: pointer; cursor: hand; text-indent: -9999px;}
body .carousel-indicators a {
    display: block;
    float: left;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin-left: 5px;
}
.carousel-indicators .activeSlide {
    background-color: #FFF;
}
body .carousel-control {
display: none
}
.home-slider {
    position: relative;
}
.main-navigation div.menu-custom-container > ul {
	margin-top: 22px;
margin-bottom: 3px;
}
.ie8 .main-navigation div.menu-custom-container > ul {
	margin-top: 0
}
.ie7 .site-header h1 a {
	display: block
}
.site-content {
	margin-top: 20px;
}
.full-width .site-content {
    margin-top: 0;
}
.widget-area#secondary {
	margin-top: 15px;
}
.entry-content p {
color: #58595b;
font-size: 17px;line-height: 24px
}
.entry-header {
	margin-bottom: 2px
} 

.txt-content {
	font-size: 17px;
line-height: 24px;
color: #58595b;
float: left;
width: 180px;
}

.site-content article {
border-bottom: none;
margin-bottom: 0;
}
.site-content .entry-content .event-banner {
	padding-top: 10px;
margin-bottom: 0;
}
body .carousel-caption {
	left: 50px
}
.txt-content2 {
	padding-top: 11px;
}
.widget-area .widget {
	margin-bottom:13px
}
.textwidget {
line-height: 1em
}
.image-holder {
	margin-bottom: 20px;
margin-top: 7px
}
.image-holder2 {
	margin-top: 0;
}
.txt-content3 {
margin-top: -5px;
margin-bottom: 22px
}
.banner_wraper a,.banner_wraper a img {
display: block
}
.banner_wraper {
	margin-top: 25px;
	margin-bottom: 25px;
}
.signup-wrapper fieldset{
	padding: 15px 10px;
margin: 0;
}
.signup-wrapper legend, .signup-title {
	display: block;
color: #fff;
font-size: 26px;
    font-weight: normal;
line-height: 30px;
margin-top: 0px;
padding: 10px 15px 0;

}
.widget-area .widget .signup-wrapper p {
	margin-bottom: 15px
}
.signup-wrapper input {
font-size: 14px;
color: #bcbec0;
width: 272px;
padding: 5px 5px 6px 5px;
border-radius: 6px;
border: 1px solid #fff
}
.fsSubmit input.fsSubmitButton, .signup-wrapper button, .signup-wrapper button:hover, .signup-wrapper button:active {
	color: #fff;
	font-size: 21px;
background: none;
	background-color: #b26f38!important;
	font-weight: bold;
	display: block;
	text-align: center;
	border: none;
	width: 266px;
	padding: 3px 6px 4px 6px;
	text-transform: uppercase;
border-radius: 0;
margin-bottom: 5px;
}
.footer-main {
	float: left;
    width: 624px;
    color: #fff;
}
.footer-main a {
    color: #fff !important;
}
.footer-main h5 {
    font-size: 18px;
}
.footer-extra{
	float: right;
width: 33%;
color: #0d2f6a;
}
.footer-main .icons {
	padding-top: 5px;
    padding-bottom: 5px;
}
.footer-main .icons .charity-icon {
    background: url("images/sprite_footer.png") no-repeat scroll -2px -36px transparent;
    width: 87px;
    height: 49px;
    float: left;
    display: block;
    margin-right: 20px;
}
.footer-main .icons .secure-icon {
    background: url("images/sprite_footer.png") no-repeat scroll -110px -29px transparent;
    width: 97px;
    height: 43px;
    float: left;
    display: block;
    margin-top: -6px;
}
.contact-info address {
font-size: 15px;
font-style: normal;
line-height: 22px
}
.contact-info p {
font-size: 15px;
line-height: 22px
}
.footer-links {
	padding-top: 25px;
padding-bottom: 5px;
text-align: center;
}
.footer-links li {
	display: inline-block;
	border-left: 1px solid #254880;
    padding: 0 22px;
    line-height: 15px
}

.footer-links li:first-child {
	border-left: none;
	padding-left: 0
}

.footer-links li a {
	color: #0d2f6a;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px
}
.footer-links li a:hover {
	color: #45689c;
}
.copyright-info {
    font-size: 10px;
    color: #293f7a;
    text-align: center;
    line-height: 1.5;
}
.contact-info {
    float: left;
    width: 290px;
}
.tweet-feed {
    width: 299px;
    float: left;
    margin-left: 35px;
}
.social-options {
    height: 35px;
    margin-bottom: 0;
    margin-top: 13px;
}
.social-options li {
display: inline-block;

}
.social-options li a {

height: 27px;
display: block;
}
.social-options li .facebook-icon {
    background: url(images/sprite_footer.png) 0 0;
    width: 23px;

}
.social-options li .twitter-icon {
    background: url(images/sprite_footer.png) -23px 0;
    width: 29px;
}
.social-options li .youtube-icon {
    background: url(images/sprite_footer.png) -55px 0;
    width: 44px;
}
.footer-extra p {
	font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #264981;
}
.tweet-feed h5 {
    border-bottom: 1px solid #fff;
}
.tweet-feed h5 span {
    float: right;
}
.tweet-box {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}
.tweet-box .thumb {
    float: left;
    width: 25px;
}
.tweet-box .thumb img {
     width: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tweet-box .content {
    float: right;
    width: 260px;
}
.tweet-box h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}
.tweet-box h6 a {
    text-decoration: none;
}
.tweet-box h6 a:hover {
    text-decoration: underline;
}
.tweet-box p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}
.fb-profile {
    color: #fff;
    width: 311px;
    float: right;
    position: relative;
}
.fb-profile .thumb {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.fb-profile .content {
    float: right;
    width: 250px;
}
.fb-profile .content h5 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
}
.fb-profile .content h5 a {
    color: #fff;
    text-decoration: none;
}
.fb-profile .content h5 a:hover {
    text-decoration: underline;
}
.fb-profile .content p {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}
.fb-profile .content p span {
    background: url(images/sprite_footer.png) no-repeat 88px -101px;
    padding-right: 20px;
}
.fb-profile .follow-link {
    background: url("images/sprite_footer.png") no-repeat scroll -2px -141px transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
    height: 19px;
    display: block;
}
.fb-profile .txt {
    line-height: 16px;
    margin: 15px 0 0;
}
.fb-icons {
    color: #0D2F6A;
    margin-top: 10px;
}
.fb-icons a {
    text-decoration: none;
}
.j-likes {
    background: url("images/sprite_footer.png") no-repeat scroll -38px -100px transparent;
    padding: 0 5px 0 20px;
}
.j-comments {
    background: url("images/sprite_footer.png") no-repeat scroll -81px -100px transparent;
    padding: 0 5px 0 20px;
}
.j-shares {
    background: url("images/sprite_footer.png") no-repeat scroll -116px -100px transparent;
    padding: 0 5px 0 20px;
}
#menu-custom > li.menu-item > .sub-menu {
	position: absolute;
    z-index: 11111;
    width: 250px;
    display: none;
    left: 2px;
    padding-top: 13px;
    -webkit-box-shadow: 4px 9px 12px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 4px 9px 12px rgba(50, 50, 50, 0.75);
            box-shadow: 4px 9px 12px rgba(50, 50, 50, 0.75);
}
.sub-menu li {
    border-top: 2px solid #fff;
}

.sub-menu li a {
	padding: 10px 18px;
	display: block;
	color: #fff;
    font-size: 15px;
    background-color: #4790cd;
    text-decoration: none
}
.sub-menu li a:hover {
    background-color: #0d2f6a;
    color: #fff;
}
.sub-menu .sub-menu li {
    float: none;
}
.sub-menu .sub-menu li a {
	padding: 10px 18px 10px 36px;
    display: block;
}

.ie8 .site-header, .ie7 .site-header {
	padding-left: 50px;
	padding-right: 50px;

}
.ie8 h2.site-description{
	margin-left: 0px
}
.ie7 h2.site-description  {
	float: right!important;
	text-align:right;
	margin-left: 0;
}

.ie8 .second-lev-pos ul li a , .ie7 .second-lev-pos ul li a {
	width: 250px
}
.ie8 .second-lev-pos ul li.next-lev-lnk a, .ie7 .second-lev-pos ul li.next-lev-lnk a {
	width: 232px
}
.ie7 .signup-wrapper legend {
	position: relative;
	font-size: 22px;
	left: -10px;
}


/************************************* ADDITIONAL STYLINGS *******************************************/
.entry-title {
    color: #4690cd !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 15px !important;
    margin-bottom: 9px !important;
    display: block;
}
.type-post .entry-title {
    font-size: 24px !important;
    text-transform: none !important;
    font-weight: normal !important;
}
.type-post .entry-title a {
    font-weight: normal !important;
}
.entry-content h2 {
    color: #4690cd;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
.about-box-wrap {
    padding: 0 4.6%;
}
.about-box {
    width: 300px;
    height: 152px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}
.about-box:first-child {
    margin-left: 0;
}
.about-box-wrap #employment {
    color: #fff !important;
}
.about-box a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    width: 300px;
    height: 152px;
    display: block;
}

.about-box a strong {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 11px 0 0 120px;
}
.about-box a span {
    padding: 0 6px 0 120px;
    display: block;
}
#who-we-are a {
    background:  url(images/bgr_who_we_are.jpg) no-repeat 0 bottom;
}
#mission-vision a {
    background:  url(images/bgr_mission_vision.jpg) no-repeat 0 bottom;
}
#our-history a {
    background:  url(images/bgr_our_history.jpg) no-repeat 0 bottom;
}
#our-impact a {
    background:  url(images/bgr_our_impact.jpg) no-repeat 0 bottom;
}
#financials a {
    background:  url(images/bgr_financials.jpg) no-repeat 0 bottom;

}
#who-we-are a:hover, #mission-vision a:hover, #our-history a:hover, #our-impact a:hover, #financials a:hover, {
    background-position: 0 0;
}

.jericho-program {
    background: url(images/ico_families.png) no-repeat 0 10px;
}
.individuals {
    background: url(images/ico_648.jpg) no-repeat;
}
.housing {
    background: url(images/ico_housing.png) no-repeat 0 10px;
}
.job {
    background: url(images/ico_handshake.png) no-repeat;
}
.jericho-program p, .individuals p, .job p, .housing p {
    padding-left: 120px !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #58595B !important;
}
.supportive-apartment p, .vet-housing-box p {
    font-size: 17px !important;
    line-height: 24px !important;
    color: #58595B !important;
}
.supportive-apartment h2, .vet-housing-box h2 {
    color: #4690CE;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}
.job h3, .jericho-program h3, .housing h3, .individuals h3 {
    color: #29407b !important;
    padding-left: 120px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 48px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
.tagline-who {
    font-size: 17px;
    line-height: 24px !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #4690cd;
}
p.intro {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
}
.person-box {
    background: #1a4f7c;
    float: left;
    width: 468px;
    margin: 0 0 30px 30px;
    position: relative;

}
.person-box.slidep {
    background: #1a4f7c url(images/ico_arrow_person.png) no-repeat 96% 40px;
    cursor: pointer;
}
.pull-down {
    position: absolute;
    top: 101px;
    left: 0;
    width: 468px;
    background: #4690cd;
    color: #fff;
    z-index: 2;
    display: none;
    padding: 20px 0;
}
.pull-down p {
    padding: 0 20px !important;
    margin-bottom: 24px !important;
}
.person-box:first-child {
    margin-left: 0;
}
.person-box .avatar {
    float: left;
}
.person-box .avatar img {
    display: block;
}
.person-box p strong {
    font-size: 20px;
    display: block;
    font-style: normal;
}
.person-box p {
    padding: 10px 10px 10px  120px;
    margin: 0;
    color: #fff;
    font-style: italic;
}
.board-box {
    width: 28%;
    float: left;
    padding-top: 30px;
}
.board-box h3 {
    color: #4690CD;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 !important;
}
.board-box p {
    margin-bottom: 48px;
    font-weight: bold;
}
.board-box p span {
    font-style: italic;
    font-weight: normal;
}
.board-box ul {
    list-style: disc;
}
.board-box ul li {
    font-weight: bold;
    margin-bottom: 10px;
}
.board-box ul li span {
    font-weight: normal;
    font-style: italic;
}
div.quote {
    margin-bottom: 30px;
}
div.quote  p {
    font-style: italic;
    color: #4690ce;
}
.vital-stat {
    width: 101px;
    height: 169px;
    float: left;
    margin-left: 15px;
}
.vital-stat a {
    background: url(images/bgr_vital_stats.jpg) no-repeat;
    display: block;
    width: 101px;
    height: 169px;
    color: #fff;
    text-decoration: none;
}
.vital-stat:first-child {
    margin-left: 0;
}
.vital-stat a span {
    display: block;
    padding-top: 120px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}
.person-quote {
    font-size: 13px;
}
#veterans-initiative a {
    background-position: 0 bottom;
}
#veterans-initiative a:hover {
    background-position: 0 0;
}
#family-programs a {
    background-position: -114px bottom;
}
#family-programs a:hover {
    background-position: -114px 0;
}
#workforce-opportunities a {
    background-position: -228px bottom;
}
#workforce-opportunities a:hover {
    background-position: -228px 0;
}
#supportive-housing a {
    background-position: -342px bottom;
}
#supportive-housing a:hover {
    background-position: -342px 0;
}
#homeless-prevention a {
    background-position: -456px bottom;
}
#homeless-prevention a:hover {
    background-position: -456px 0;
}
#veterans a {
    background: url(images/bgr_veterans.jpg) no-repeat 0 bottom;
}
#family a {
    background: url(images/bgr_family.jpg) no-repeat 0 bottom;
}
#workforce a {
    background: url(images/bgr_workforce.jpg) no-repeat 0 bottom;
}
#supportive a {
    background: url(images/bgr_supportive.jpg) no-repeat 0 bottom;
}
#homeless a {
    background: url(images/bgr_homeless.jpg) no-repeat 0 bottom;
}
#find-help a {
    background: url(images/bgr_find_help.jpg) no-repeat 0 bottom;
    font-size: 15px;
}
#find-help a span {
    padding: 0 110px 0 15px !important;
}
#find-help a strong {
    padding-left: 15px !important;
}
#veterans a:hover, #family a:hover, #workforce a:hover, #supportive a:hover, #homeless a:hover, #find-help a:hover {
    background-position: 0 0;
}

#donate a, #monthly-sustainer a, #planned-giving a, #other-ways a, #pathway a, #attend-event a {
    background: url(images/bgr_support_jericho_boxes.png) no-repeat 0 0;
}
#donate a:hover {
    background-position: 0 -152px;
}
#monthly-sustainer a {
    background-position: -337px 0;
}
#monthly-sustainer a:hover {
    background-position: -337px -152px;
}
#planned-giving a {
    background-position: -674px 0;
}
#planned-giving a:hover {
    background-position: -674px -152px;
}
#other-ways a {
    background-position: -1010px 0;
}
#other-ways a:hover {
    background-position: -1010px -152px;
}
#pathway a {
    background-position: -1347px 0;
}
#pathway a:hover {
    background-position: -1347px -152px;
}
#attend-event a {
    background-position: -1684px 0;
}
#attend-event a:hover {
    background-position: -1684px -152px;
}


.post-meta {
    margin:30px 0 15px;
}
div.content-left {
    width: 38%;
    float: left;
}
.intro-content-right {
    width: 59%;
    float: right;
}
.custom-head {
    width: 967px;
    height: 214px;
    position: relative;
}
.title-links {
    padding: 0 0 0 20px;
}
.title-links h1,.title-links .entry-title {
    font-size: 36px !important;
    color: #fff !important;
    font-weight: normal !important;
    text-transform: none !important;
    margin-bottom: 15px !important;
}
.title-links ul li {
    float: left;
    margin-right: 40px;
}
.title-links ul li a {
    color: #fff;
    text-decoration: none;
}
.title-links ul li a:hover {
    color: #76baf2;
}
.title-links ul li a.active {
    font-weight: bold;
}
.thumb-links {
    padding: 0 20px 40px;
}
.thumb-links a {
    display: inline-block;
    text-indent: -9999px;
    width: 89px;
    height: 64px;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}
.thumb-links a span {
    display: none;
    text-indent: 0;
    left: 0;
    top: 69px;
    position: absolute;
    color: #FFF;
    line-height: 1.2;
}
.thumb-links a:hover span {
    display: block;
}
#about-thumbs a {
    background-image: url(images/bgr_about_thumbs.png);
    height: 63px;
}
#thumb-who {
    background-position: 0 -64px;
}
#thumb-who:hover {
    background-position: 0 0;
}
#thumb-mission {
    background-position: -106px -64px;
}
#thumb-mission:hover {
    background-position: -106px 0;
}
#thumb-history {
    background-position: -212px -64px;
}
#thumb-history:hover {
    background-position: -212px 0;
}
#thumb-impact {
    background-position: -317px -64px;
}
#thumb-impact:hover {
    background-position: -317px 0;
}
#thumb-financials {
    background-position: -422px -64px;
}
#thumb-financials:hover {
    background-position: -422px 0;
}

#programs-services-thumbs a {
    background-image: url(images/bgr_programs_services_thumbs.png);
}
#thumb-initiative {
    background-position: 0 -64px;
}
#thumb-initiative:hover {
    background-position: 0 0;
}
#thumb-family {
    background-position: -106px -64px;
}
#thumb-family:hover {
    background-position: -106px 0;
}
#thumb-workforce {
    background-position: -211px -63px;
}
#thumb-workforce:hover {
    background-position: -211px 0;
}
#thumb-supportive {
    background-position: -318px -63px;
}
#thumb-supportive:hover {
    background-position: -318px 0;
}
#thumb-homeless {
    background-position: -423px -64px;
}
#thumb-homeless:hover {
    background-position: -423px 0;
}


#support-jericho-thumbs a {
    background-image: url(images/bgr_jericho_support_thumbs.png);
}
#thumb-donate {
    background-position: 0 0;
}
#thumb-donate:hover {
    background-position: 0 -64px;
}
#thumb-monthly-sustainer {
    background-position: -107px 0;
}
#thumb-monthly-sustainer:hover {
    background-position: -107px -64px;
}
#thumb-planned-giving {
    background-position: -211px 0;
}
#thumb-planned-giving:hover {
    background-position: -211px -64px;
}
#thumb-other-ways {
    background-position: -315px 0;
}
#thumb-other-ways:hover {
    background-position: -315px -64px;
}
#thumb-pathway-heroes {
    background-position: -422px 0;
}
#thumb-pathway-heroes:hover {
    background-position: -422px -64px;
}


#news-thumbs a {
    background-image: url(images/bgr_news_resources_thumbs.png);
}

#thumb-in-news:hover {
    background-position: 0 -64px;
}
#thumb-multimedia {
    background-position: -106px 0;
}
#thumb-multimedia:hover {
    background-position: -106px -64px;
}
#thumb-jericho-news {
    background-position: -212px 0;
}
#thumb-jericho-news:hover {
    background-position: -212px -64px;
}





#head-who-we-are {
    background: url(/wp-content/uploads/2018/10/header_who_we_are.jpg) no-repeat;
}
#head-board-of-directors {
    background: url(/wp-content/uploads/2018/10/header_board_of_directors.jpg) no-repeat;
}
#head-young-professionals-council {
    background: url(/wp-content/uploads/2018/10/header_board_of_directors.jpg) no-repeat;
}
#head-staff-leadership {
    background: url(/wp-content/uploads/2018/10/header_staff_leadership.jpg) no-repeat;
}
#head-impact {
    background: url(/wp-content/uploads/2018/10/header_our_impact.jpg) no-repeat;
}
#head-veterans-initiative {
    background: url(/wp-content/uploads/2018/10/header_veterans_initiative.jpg) no-repeat;
}
#head-service-providers {
    background: url(/wp-content/uploads/2018/10/header_service_providers.jpg) no-repeat;
}
#head-family-programs {
    background: url(/wp-content/uploads/2018/10/header_family_programs.jpg) no-repeat;
}
#head-workforce-opportunities {
    background: url(/wp-content/uploads/2018/10/header_workforce_opportunities.jpg) no-repeat;
}
#head-supportive-housing {
    background: url(/wp-content/uploads/2018/10/header_supportive_housing.jpg) no-repeat;
}
#head-supportive-housing-2 {
    background: url(/wp-content/uploads/2018/10/header_supportive_housing2.jpg) no-repeat;
}
#head-young-adult-services {
    background: url(/wp-content/uploads/2018/10/header_homeless_prevention.jpg) no-repeat;
}
#head-other-places-for-help {
    background: url(/wp-content/uploads/2018/10/header_other_places.jpg) no-repeat;
}

#head-events {
    background: url(/wp-content/uploads/2018/10/header_upcoming_events.jpg) no-repeat;
}
#head-employment-opportunities {
    background: url(/wp-content/uploads/2018/10/header_employment.jpg) no-repeat
}
#head-volunteer-opportunities {
    background: url(/wp-content/uploads/2018/10/header_get_involved.jpg) no-repeat;
}
#head-day-of-action {
    background: url(/wp-content/uploads/2018/10/header_get_involved.jpg) no-repeat;
}
#head-internship-opportunities {
    background: url(/wp-content/uploads/2018/10/header_internship_opportunities.jpg) no-repeat;
}
#head-alumni-network {
    background: url(/wp-content/uploads/2018/10/header_alumni_network.jpg) no-repeat;
}
#head-donate-online {
    background: url(/wp-content/uploads/2018/10/header_donate_online.jpg) no-repeat;
}
#head-become-a-monthly-sustainer {
    background: url(/wp-content/uploads/2018/10/header_monthly_sunstainer.jpg) no-repeat;
}
#head-planned-giving {
    background: url(/wp-content/uploads/2018/10/header_planned_giving.jpg) no-repeat;
}
#head-other-ways-to-give {
    background: url(/wp-content/uploads/2018/10/header_other_ways.jpg) no-repeat;
}
#head-pathway-of-heroes {
    background: url(/wp-content/uploads/2018/10/header_pathway_heroes.jpg) no-repeat;
}
#head-news-resources {
    background: url(/wp-content/uploads/2018/10/header_news_resources.jpg) no-repeat;
}
#head-news-multimedia {
    background: url(/wp-content/uploads/2018/10/header_news_multimedia.jpg) no-repeat;
}
#head-mission-vision {
    background: url(/wp-content/uploads/2018/10/header_mission_vision.jpg) no-repeat;
}
#head-financials {
    background: url(/wp-content/uploads/2018/10/header_financials.jpg) no-repeat;
}
#head-contact-us {
    background: url(/wp-content/uploads/2018/10/header_contact.jpg) no-repeat
}




/*#head-who-we-are {
    background: url(images/header_who_we_are.jpg) no-repeat;
}
#head-board-of-directors {
    background: url(images/header_board_of_directors.jpg) no-repeat;
}
#head-young-professionals-council {
    background: url(images/header_board_of_directors.jpg) no-repeat;
}
#head-staff-leadership {
    background: url(images/header_staff_leadership.jpg) no-repeat;
}
#head-impact {
    background: url(images/header_our_impact.jpg) no-repeat;
}
#head-veterans-initiative {
    background: url(images/header_veterans_initiative.jpg) no-repeat;
}
#head-service-providers {
    background: url(images/header_service_providers.jpg) no-repeat;
}
#head-family-programs {
    background: url(images/header_family_programs.jpg) no-repeat;
}
#head-workforce-opportunities {
    background: url(images/header_workforce_opportunities.jpg) no-repeat;
}
#head-supportive-housing {
    background: url(images/header_supportive_housing.jpg) no-repeat;
}
#head-supportive-housing-2 {
    background: url(images/header_supportive_housing2.jpg) no-repeat;
}
#head-young-adult-services {
    background: url(images/header_homeless_prevention.jpg) no-repeat;
}
#head-other-places-for-help {
    background: url(images/header_other_places.jpg) no-repeat;
}

#head-events {
    background: url(images/header_upcoming_events.jpg) no-repeat;
}
#head-employment-opportunities {
    background: url(images/header_employment.jpg) no-repeat
}
#head-volunteer-opportunities {
    background: url(images/header_get_involved.jpg) no-repeat;
}
#head-day-of-action {
    background: url(images/header_get_involved.jpg) no-repeat;
}
#head-internship-opportunities {
    background: url(images/header_internship_opportunities.jpg) no-repeat;
}
#head-alumni-network {
    background: url(images/header_alumni_network.jpg) no-repeat;
}
#head-donate-online {
    background: url(images/header_donate_online.jpg) no-repeat;
}
#head-become-a-monthly-sustainer {
    background: url(images/header_monthly_sunstainer.jpg) no-repeat;
}
#head-planned-giving {
    background: url(images/header_planned_giving.jpg) no-repeat;
}
#head-other-ways-to-give {
    background: url(images/header_other_ways.jpg) no-repeat;
}
#head-pathway-of-heroes {
    background: url(images/header_pathway_heroes.jpg) no-repeat;
}
#head-news-resources {
    background: url(images/header_news_resources.jpg) no-repeat;
}
#head-news-multimedia {
    background: url(images/header_news_multimedia.jpg) no-repeat;
}
#head-mission-vision {
    background: url(images/header_mission_vision.jpg) no-repeat;
}
#head-financials {
    background: url(images/header_financials.jpg) no-repeat;
}
#head-contact-us {
    background: url(images/header_contact.jpg) no-repeat
}*/
/******************************************************************************
                                        FIND HELP  page
*******************************************************************************/
.findhelp-box-wrap {
    padding: 0 4.6%;
}
.findhelp-box {
    width: 468px;
    height: 184px;
    float: left;
    margin-left: 31px;
    margin-bottom: 30px;
}
.findhelp-box:first-child {
    margin-left: 0;
}
.findhelp-box a {
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    width: 468px;
    height: 184px;
    display: block;
}
.findhelp-box a strong {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 11px 10px 0 180px;
}
.findhelp-box a span {
    padding: 0 10px 0 180px;
    display: block;
}
#supportive-housing-help a, #veterans-initiative-help a, #service-providers-help a, #other-places-help a {
    background: url(images/bgr_find_help_boxes.jpg) no-repeat;
}
#supportive-housing-help a:hover {
    background-position: 0 bottom;
}
#veterans-initiative-help a {
    background-position: -493px 0;
}
#veterans-initiative-help a:hover {
    background-position: -493px bottom;
}
#service-providers-help a {
    background-position: -988px 0;
}
#service-providers-help a:hover {
    background-position: -988px -200px;
}
#other-places-help a {
    background-position: -1479px 0;
}
#other-places-help a:hover {
    background-position: -1479px -200px;
}
/******************************************************************************
                                        GET INVOLVED page  and subpages
*******************************************************************************/
.involved-box {
    width: 300px;
    height: 152px;
    float: left;
    margin-left: 30px;
    margin-bottom: 26px;
}
.involved-box:first-child {
    margin-left: 0;
}
.involved-box a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    width: 300px;
    height: 152px;
    display: block;
}

.involved-box a strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 11px 0 0 120px;
}
.involved-box a span {
    padding: 0 0 0 120px;
    display: block;
}
#upcoming-events a, #employment-opportunities a, #volunteer-opportunities a, #day-of-action a, #intership-opportunities a, #alumni-network a {
    background:  url(images/bgr_get_involved_boxes.jpg) no-repeat;
}
#upcoming-events a {
    background-position: 0 -173px;
}
#upcoming-events a:hover {
    background-position: 0 0;	
}
#employment a {
    background:  url(images/bgr_employment.jpg) no-repeat 0 bottom;

}
#volunteer-opportunities a {
    background-position: -320px -173px;
}
#volunteer-opportunities a:hover {
    background-position: -320px 0;
}
#intership-opportunities a {
    background-position: -640px -173px;
}
#intership-opportunities a:hover {
    background-position: -640px 0;
}
#alumni-network a {
    background-position: -960px -173px;
}
#alumni-network a:hover {
    background-position: -960px 0;
}

#get-involved-thumbs a {
    background-image: url(images/bgr_get_involved_thumbs.png);
}
#thumb-events:hover {
    background-position: 0 -66px;
}
#thumb-employment {
    background-position: -527px -64px;
}
#thumb-employment:hover {
    background-position: -527px 0;
}

#thumb-volunteer {
    background-position: -108px 0;
}
#thumb-volunteer:hover {
    background-position: -108px -66px;
}
#thumb-internship {
    background-position: -216px 0;
}
#thumb-internship:hover {
    background-position: -216px -66px;
}
#thumb-alumni {
    background-position: -325px 0;
}
#thumb-alumni:hover {
    background-position: -325px -66px;
}

.vf-form {
    padding: 10px 20px 0;
}
.vf-form.volunteer, .vf-form.veterans {
    background: #deebd3;
}
.vf-form.internship {
    background: #f1e6f3;
}
.vf-form.alumni, .vf-form.supportive {
    background: #edded2;
}

.vf-form h3 {
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
.vf-form.volunteer h3, .vf-form.veterans h3 {
    color: #92bd6e;
}
.vf-form.internship h3 {
    color: #730a8a;
}
.vf-form.alumni h3, .vf-form.supportive h3 {
    color: #532a0c;
}

.vfb-section {
    margin: 0 !important;
    padding: 0 !important;
}
.vfb-section .vfb-item {
    margin: 0 0 5px;
    overflow: hidden;
}
.vfb-section label {
    color: #58595b;
    float: left;
    width: 210px;
    line-height: 29px;
}
.vfb-section label.error {
    color: #ff0000;
    width: 330px;
    margin-left: 190px;
    font-size: 11px;
    line-height: 14px;
}
.vfb-section input, .vfb-section textarea {
    float: left;
    width: 310px;
    border: 0 none;
    border-radius: 0;
        -moz-border-radius: 0;
            -webkit-border-radius: 0;
}
.vfb-section input {
    height: 18px;
}
.vfb-section input.required {
    color: #000;
}
.vfb-section input[type="submit"] {
    float: right !important;
    width: 121px !important;
    height: 36px !important;
    text-indent: -9999px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.vf-form.volunteer input[type="submit"], .vf-form.veterans input[type="submit"] {
    background:  url(images/submit_volunteer.png) no-repeat !important;
}
.vf-form.internship input[type="submit"] {
    background:  url(images/submit_internship.png) no-repeat !important;
}
.vf-form.alumni input[type="submit"], .vf-form.supportive input[type="submit"] {
    background:  url(images/submit_alumni.png) no-repeat !important;
}
.vfb-item-instructions label {
    display: none;
}
.vfb-item-instructions {
    margin-bottom: 35px !important;
}
#form_success {
    color: #92BD6E;
    font-size: 30px;
    line-height: 36px;
}
#item-vfb-47, #item-vfb-66 {
    margin: 15px 0 0 !important;
    font-weight: bold;
}
.vf-form.veterans .vfb-item label, .vf-form.veterans .vfb-item input, .vf-form.veterans .vfb-item textarea, .vf-form.supportive .vfb-item label, .vf-form.supportive .vfb-item input, .vf-form.supportive .vfb-item textarea  {
    display: block;
    float: none;
    width: 100%;
}
.vf-form.veterans #item-vfb-47 label {
    display: block;
}
#vfb-51, #vfb-70, #vfb-73 {
    height: 200px;
}
/**********************************************************************************************
                                            FIND HELP PAGE and subpages
***********************************************************************************************/
.find-box {
    width: 300px;
    height: 152px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.find-box:first-child {
    margin-left: 0;
}
.find-box a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    width: 300px;
    height: 152px;
    display: block;
}
.find-box a strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 11px 0 0 120px;
}
.find-box a span {
    padding: 0 0 0 120px;
    display: block;
}
#supportive-h-assistance a, #veterans-assis a, #service-p-inquires a, #other-places a {
    background: url(images/bgr_find_help_boxes1.jpg) no-repeat 0 bottom;
}
#supportive-h-assistance a:hover {
    background-position: 0 0;
}
#veterans-assis a {
    background-position: -334px bottom;
}
#veterans-assis a:hover {
    background-position: -334px 0;
}
#service-p-inquires a {
    background-position: -672px bottom;
}
#service-p-inquires a:hover {
    background-position: -672px 0;
}
#other-places a {
    background-position: -1008px bottom;
}
#other-places a:hover {
    background-position: -1008px 0;
}

#find-help-thumbs a {
    background-image: url(images/bgr_find_help_thumbs.png);
    background-repeat: no-repeat;
    height: 63px;
}
#thumb-housing {
    background-position: 0 -63px;
}
#thumb-housing:hover {
    background-position: 0 0;
}
#thumb-vet-initiative {
    background-position: -105px -63px;
}
#thumb-vet-initiative:hover {
    background-position: -105px 0;
}
#thumb-providers {
    background-position: -210px -63px;
}
#thumb-providers:hover {
    background-position: -210px 0;
}
#thumb-other-help {
    background-position: -314px -63px;
}
#thumb-other-help:hover {
    background-position: -314px 0;
}
/*******/

#help-veterans-initiative {
    background: #92bd6e;
}
#help-family-programs {
    background: #CE6C85;
}
#help-workforce-opportunities {
    background: #0D306A;
}
#help-supportive-housing {
    background: #532A0C;
}
#help-homeless-prevention-housing-placement {
    background: #4A8ECB;
}
.help {
    padding: 5px;
    color: #fff;
    overflow: hidden;
}
.help h2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
}
.help a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 10px 0;
    line-height: 51px;

}
.help img {
    float: right;
    display: block;
}
#documents p, #documents a {
    color: #4690ce;
}
.audited {
    background: url(images/bgr_audited.jpg) no-repeat;
    width: 304px;
    height: 102px;
    display: block;
    margin-bottom: 15px;
}
.audited strong, .irs strong {
    padding:10px 55px 0 112px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.audited:hover, .irs:hover {
    background-position: 0 bottom;
}
.irs {
    background: url(images/bgr_irs.jpg) no-repeat;
    width: 304px;
    height: 103px;
    display: block;
    margin-bottom: 15px;
}
.in-the-news {
    padding: 0 4.6%;
}
.the-news-border {
    border-bottom: 1px solid #4690CE;
    margin-bottom: 25px;
    padding-top: 10px;
    width: 100%;
    clear:both;

}
.cat-featured {
    width:85%;
    padding-top: 30px;
    float: right;
}
.cat-current h2, .cat-featured h2 {
    border-bottom: 4px solid #4690ce;
    font-size: 32px;
    font-weight: normal;
    color: #4690ce;
    padding: 0 15px 15px 30px;
}

.cat-featured textarea {
    float: right;
}
.cat-current h3, .cat-featured h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 30px;
    color: #4690CE;
    margin-bottom: 5px;
}
.cat-current h3 a, .cat-featured h3  a {
    text-decoration: none;
    color: #4690CE;

}
.cat-featured .cat-wrap.right {
    border-left: 1px solid #4690ce;
}
.cat-current article, .cat-featured article {
    border-top: 1px dashed #4690ce;
    margin-bottom: 15px;
    padding-top: 20px;
}
.cat-current article:first-child, .cat-featured article:first-child {
    border-top: 0 none;
    padding-top: 0;

}
.cat-wrap .entry-summary a {
    text-decoration: none;
    font-weight: bold;
    color: #4690CE;

}
#employment p, #employment a {
    font-size: 16px;
}
.archi h2 {
    font-size: 24px;
    font-weight: normal;
    color: #4690CE;
    margin-bottom: 20px;

}
.archi ul li {
    margin: 10px 0;
}
.archi ul li a {
    text-decoration: none;
}
.archi ul li a:hover {
    text-decoration: underline;
}
.more-video-link {
    background: transparent url(images/more-videos-button.png) no-repeat top left;
    width: 163px;
    height: 48px;
    display: inline-block;
    text-indent: -9999px;
    float: right;
    margin-bottom: 10px;
    clear:both;
}
.article-holder {
    overflow: hidden;
}
.article-holder h3 {
    color: #4690CD;
    margin: 0;
    text-transform: uppercase;
}
.vid-wrap {
    margin-left: -33px;
}
.vid-wrap p {
    color: #58595B;
    font-size: 17px;
    line-height: 24px;
}
.photo-wrap {

}
.vid-thumb {
    float: left;
    width: 300px;
    margin-left: 33px;
}
.photo-thumb {
    float: left;
    width: 202px;
    margin-right: 30px;
}
.vid-thumb article,.photo-thumb article {
    margin-bottom: 0;
    padding-bottom: 0;
}
.photo-thumb p {
    margin-bottom: 5px;
}
.photo-thumb .count-items {
      color: #4690CD;
}
.article-holder h3 {
    margin-bottom: 10px;
}
.pag {
    clear:both;
    margin-left: 33px;
}
/******************************************************************************
                                        CONTACT page
*******************************************************************************/
.media-inquiries {
    background: #5a9459;
    margin-bottom: 20px;
    padding: 15px;
}
.media-inquiries h2 {
    color: #fff;
    text-transform: uppercase;
}
.media-inquiries p {
    color: #fff;
    margin-bottom: 0;
}
.media-inquiries p a {
    color: #fff !important;
}
.contact-box {
    padding: 15px;
    margin-bottom: 20px;
}
.contact-box a {
    color: #fff !important;
    text-decoration: none;
}
.contact-box img {
    float: right;
    display: block;
    width: 40px;
}
#in-need {
    background: #6ba6d7;
}
#contributing {
    background: #d65321;
}
#volunteering {
    background: #76421b;
}
.vf-form.contact-form {
    background: #6ba6d7;
}
.vf-form.contact-form h3 {
    color: #fff;
}
.vf-form.contact-form .vfb-section label, .vf-form.contact-form .vfb-section li {
    color: #fff;
}
#vfb-79 {
    height: 150px;
}
.vf-form.contact-form input[type="submit"] {
    background: url(images/submit_contact_form.png) no-repeat !important;
}
.roll-div {
    width: 563px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.roll-div .inner {
    padding: 20px;
}
.roll-div table {
    width: 100%;

}
.roll-div table td {
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 0;
}
.roll-div table td:first-child {
    font-size: 36px;
    font-weight: bold;
    padding-right: 30px;
}
#veterans-roll {
    background: #d3e5c5;
    border-top: 10px solid #92bd6e;
}
#family-roll {
    background: #f3dae0;
    border-top: 10px solid #cf6d84;
}
#workforce-roll {
    background: #cfd6e1;
    border-top: 10px solid #0d306a;
}
#housing-roll {
    background: #ddd4cf;
    border-top: 10px solid #542a0d;
}
#homeless-roll {
    background: #dbe9f5;
    border-top: 10px solid #4b90cd;
}
.roll-div table {
    color: #29407b;
}
.form-horizontal .form-group select {
    padding: 0.428571429rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.form-horizontal .form-group select, .form-horizontal .form-group input[type="text"], .form-horizontal .form-group textarea {
    width: 500px;
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-horizontal #amount label {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    width: 215px;
    margin-left: 20px;
    padding-top: 8px;
}
.form-horizontal #amount input[type="text"]{
    border: 1px solid #000 !important;
    width: 300px !important;
}
.form-horizontal .form-group {
    overflow: hidden;
    margin-bottom: 15px;
}
.form-horizontal .form-group label {
    float: left;
    width: 250px;
    text-align: left;
    padding-top: 11px;
    color: #58595b;
}
.form-horizontal .form-group .field-group {
    float: left;
    margin-left: 15px;
}
#tribute .form-wrap, #contact-information .form-wrap, #payment .form-wrap {
    padding: 20px;
}
#tribute {
    background: #c7ddf0;
    margin-bottom: 20px;
}
#tribute h2 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}
#contact-information, #payment {
    background: #dfeade;
    margin-bottom: 20px;
}
#contact-information h2, #payment h2 {
    color: #fff;
    text-transform: uppercase;
    background: #4690cd;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: normal;
}
#contact-information input[type="submit"], #payment input[type="submit"] {
    width: 121px !important;
    height: 36px !important;
    text-indent: -9999px !important;
    display: block !important;
    margin-bottom: 20px !important;
    background: url(images/submit_donation_form.png) no-repeat !important;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
#cc-type label {
    width: 90px !important;
    padding: 10px 0;
}
#cc-type label img {
    margin-bottom: -8px;
}
#tribute-type select {
    width: 240px !important;
    margin-right: 20px;
}
#tribute-type input {
    width: 240px !important;
}
@media (max-width: 980px) {
	/*
		.header-btn button  {
			width: 100%;
		}
		.header-btn {
			width: 100%;
			right:auto;
			left: 20px;
			top: -20px;
		}
		h1.site-title {
			float: none;
			width: 100%;
			text-align: center;
			
			margin:0;
			margin-top: 55px;
		}
		h2.site-description {
			float: none;
			width: 100%;
			margin: 0;
			text-align:center
		}
		img {
			width: 100%;
		}
	
		.main-navigation > .menu-custom-container > ul > li > a, .main-navigation > .menu-custom-container > ul > li {
			display: block;
			width: 100%;
		}
		.main-navigation > .menu-custom-container > ul > li  {
			margin-bottom: 3px;
		}
		.main-navigation > .menu-custom-container > ul > li > a {
			padding: 5px 0;
			background: #4690ce;
			color: #fff;
			text-align: center
		}
		.main-navigation > .menu-custom-container > ul > li > a:hover {
			padding: 5px 0;
			background: #0d2f6a;
			color: #fff;
			
		}
        #menu-custom > li.menu-item > .sub-menu {
            width: 100%;
            display: inherit;
            position: relative;
            left: auto;
            top: auto;
            box-shadow: none;
        }
        .sub-menu {
            margin-bottom: 10px;
        }
        .sub-menu li a {
            padding: 5px 10px;
            text-align: center;
        }
        .sub-menu .sub-menu li a {
            padding: 5px 10px 5px 20px;
        }
*/
		.second-lev-pos {
			display: none!important
		}
		.wrapper-images .image-section {
			margin-bottom: 20px;
		}
		 .signup-wrapper button, .signup-wrapper button:hover, .signup-wrapper button:active ,.signup-wrapper input{
			float: none;
			width: 90%
		}
		.site-description img {
			max-width: 640px;
		}
}









body .site {
    width: 1066px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin-bottom: 3.42857rem;
    margin-top: 0;
    padding: 0;
}

/* HEADER */
.site-header h1, .site-header h2 {
    text-align: left;
}

.site-header h1 {
    font-size: 1.85714rem;
    line-height: 1.84615;
    margin-bottom: 0;
}


/* NAVIGATION*/
.menu-toggle {
    display: none;
}
.main-navigation ul.nav-menu,
.main-navigation div.menu-custom-container > ul {
    border-bottom: none;
    border-top: none;
    display: inline-block !important;
    text-align: left;
    width: 100%;
}
.main-navigation ul {
    margin: 0;
    text-indent: 0;
}
.main-navigation > .menu-custom-container > ul > li > a,
.main-navigation > .menu-custom-container > ul > li {
    display: inline-block;
    text-decoration: none;
}
.main-navigation > .menu-custom-container > ul > li > a {
    border-bottom: 0;
    color: #6d6e70;
    line-height: 1em;
    text-transform: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold
}
.nav-menu >  li.current-menu-item > a, .nav-menu >  li.current-menu-ancestor > a {
    color: #0D2F6A !important;
}
.main-navigation > .menu-custom-container > ul > li > a:hover {
    color: #4690CD;
}
.main-navigation > .menu-custom-container > ul > li {
    margin: 0 30px 0 0;
    margin: 0 1.6rem 0 0;
    position: relative;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #fff;
    font-weight: normal;
}



/* ENTRY */
.site-content {
    float: left;
    width: 640px;
}

.widget-area {
    float: right;
    width: 300px;
}

.entry-header .entry-title {
    font-size: 1.57143rem;
}

.donatebutton{  
	
	padding: 10px 18px;
	position: relative;
	right: -32px;
	top: -10px;
	text-decoration: none;
	border-radius: 0;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
    background: #478251;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#92bd6d), to(#3d7a4d));
	background-image: -moz-linear-gradient(top, #92bd6d, #3d7a4d);
	background-image: -ms-linear-gradient(top, #92bd6d, #3d7a4d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92bd6d), color-stop(100%, #3d7a4d));
	background-image: -webkit-linear-gradient(top, #92bd6d, #3d7a4d)!important;
	background-image: linear-gradient(top, #92bd6d, #3d7a4d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bd6d', endColorstr='#3d7a4d', GradientType=0);
}

.latestNews ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;

}
.latestNews ul li {
    border-bottom: 1px solid #458fcc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.latestNews ul li a {
    text-decoration: none;
    color: #458fcc !important;
}
.latestNews ul li a.readmore {
    font-size: 0.8rem;
}
.latestNews ul li a h4 {
    font-size: 18px;
    line-height: 23px;
}
.latestNews ul li p {
    line-height: 20px;
    margin-bottom: 0 !important;
}
.readall {
    background: #4690cd url(images/ico_read_all_news.png) no-repeat 173px center;
    padding: 5px 65px 5px 15px;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: bold;

}
.wp-post-image{
    float:left;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.list-view .carousel.list-carousel h2, .list-view .list-carousel .post-meta {
display:none !important;
}
