/*
	Theme Name: CTA Custom Theme
	Theme URI: http://html5blank.com
	Description: Custom theme for Call To Action
	Version: 1.0
	Author: Ben Freda Consulting
	Author URL: http://benfredaconsulting.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
	Adapted from HTML5 Blank (http://html5blank.com) by Todd Motto (@toddmotto, http://toddmotto.com)
*/

/*------------------------------------*\
   CSS Reset
\*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
	/*text-rendering:optimizeLegibility;*/
}
/* html element 62.5% font-size for REM use */
html {
/* 	font-size:62.5%; */
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p, li, li a {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #696969;
	font-size: .875em;
	line-height: 1.357em;
	font-weight: 400;
	text-decoration:none;
}

p a, li a, blockquote a {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #ff8400;
	font-size: 1em;
/* 	line-height: 1.1875em; */
	font-weight: 400;
	text-decoration:none;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #116b9c;
	font-size: 2.1875em;
	line-height: 1.1875em;
	font-weight: 700;
	text-decoration:none;
/* 	padding: 1.125em 0; */
}
.main-content .page h1,
.single .main-content .col1_left h1 {
	margin-bottom: 25px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #ff8400;
	font-size: 1.5625em;
	line-height: 1.1875em;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
/* 	padding: 1.125em 0; */
	text-align: left;
}

h2 a {
	text-decoration: none;
	font-weight: 700;
}

.main-content .page h2,
.main-content .post h2,
.main-content .page h3,
.main-content .post h3,
.main-content .page h4,
.main-content .post h4,
.single .main-content .col1_left h2,
.single .main-content .col1_left h3,
.single .main-content .col1_left h4   {
	margin-bottom: 15px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: 1.375em;
	line-height: 1.1875em;
	font-weight: 700;
	text-decoration:none;
/* 	padding: 1.125em 0; */
}

h4 {
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: .9375em;
	line-height: 1.1875em;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	margin-bottom: 8px;
/* 	padding: 1.125em 0; */
}

.main-content .post ul,
.main-content .page ul,
.main-content .post ol,
.main-content .page ol,
.single .main-content .col1_left ul,
.single .main-content .col1_left ol {
	padding-left: 40px;
	margin-bottom: 25px;
}


.main-content .post ul li,
.main-content .page ul li,
.single .main-content .col1_left ul li {
	list-style-image: url('images/bullet.png');
	padding-left: 5px;
	margin-bottom: 10px;
}

.main-content .post ol li,
.main-content .page ol li,
.single .main-content .col1_left ol li {
	list-style: decimal;
	padding-left: 5px;
	margin-bottom: 10px;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	color: #ff8400;
	font-weight: 700;
	text-decoration: none;
	border-top: dashed 2px #bbbbbb;
	border-bottom: dashed 2px #bbbbbb;
	padding-top: 20px;
	width: 81%;
	margin: 0 auto 25px auto;
}

blockquote p {
	color: #ff8400;
	font-weight: 600;
	font-size: 1.1875em;
	line-height: 1.5625em;
 
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic;
}

caption {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #696969;
	font-size: .75em;
	line-height: .875em;
	font-weight: 400;
}
.main-content .page p,
.main-content .post p,
.single .main-content .col1_left p {
	margin-bottom: 25px;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
	font-size: 1em;
}

/* wrapper */
.wrapper {
/*
	max-width:1280px;
	width:95%;
*/
	margin:0 auto;
	position:relative;
	width: 100%;
}

/**HEADER**/	
.header {
	width: 969px;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}		
	
.logo {
	float: left;
/* 	width: 48%;  */
	padding: 28px 0 28px 0;
}	

#right-side {
	float: right;
/* 	width: 36%; */
	background-image: url('images/inspiredbackground.png');
	background-repeat: no-repeat;
	width: 352px;
	height: 180px;
}

.sign-up {
	width: 280px;
	text-align: left;
	padding: 28px 0 28px 0;
	margin-left: 40px;
}

.sign-up h1 {
	color: #464646;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3125em;
	line-height: .475em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
}

.sign-up img {
	display: inline-block;
	padding-right: 3.8%;
}

.sign-up form {
	margin-top: 11px;
}

.ins-email {
	width: 100%;
	border: solid 4px #e0e0e0;
	margin-bottom: 3.8%;
}

.ins-name {
	display: inline-block;
	width: 62.2%; 
	border: solid 4px #e0e0e0;
}

input.ins-short {
	display: inline-block;
	width: 89px; 
	height: 38px;
	background-image: url('images/signup-background.png');
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0625em;	
	font-weight: 600;
	cursor: pointer;
}

.sign-up form input[type=text] {
	color: #696969;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .875em;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	padding-left: 4.2%;
	height: 44px;
	vertical-align: middle;
}
		
/**NAVIGATION**/
#navigation {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: #34a4d1; 
	display: table;
	list-style: none;
	margin: 0 auto;
	text-align: left;
	height: 55px;
	position: relative;
	overflow: visible;
}
#navigation .menu {
	width: 969px;
	margin: 0 auto;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 999;
	background-color: #34a4d1;
/* 	border: solid #a1a3a6 1px; */
/* 	border-top: solid #009ade 9px; */
	width: 175px;
}

#navigation ul.sub-menu ul {
	left: 175px;
	top: 0;
}
li.menu-item {
	padding: 1.5% 0;
}

li.menu-item.parent.first img {
	padding: 0 1.5em;
	margin-right: 0;
}

li.menu-item.parent.last img {
	padding-right: 1em;	
}

#navigation ul li.current_page_item,
#navigation ul li.current-menu-ancestor,
#navigation ul li.menu-item:hover {
	background-color: #116b9c;
}
#navigation ul li.current_page_item a,
#navigation ul li.current-menu-ancestor a {
	border-right: none;
}
#navigation ul li.current_page_item.menu-item-home a {
	border-right: solid 2px #79c3e1;
}
#navigation ul li.current_page_item.menu-item-home {
	background-color: transparent;
}
#navigation ul ul li a:hover,
ul.sub-menu li a:hover,
ul.sub-menu li a:active {
	background-color: #116b9c;
/* 	padding-bottom: .8em; */
/* 	padding-top: .75em; */
}

li.menu-item.parent {
	display: inline-block;
}

li.menu-item a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: /* 1.6125em */ 21px;
	line-height: 1.4375em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid 2px #79c3e1;
	padding: 0 1.52em;
	display: block;
	cursor: pointer;
}

li.menu-item.parent.last a,
li.menu-item:last-child a {
	border-right: none;
	padding-right: 0;
}

li.menu-item.parent.first a {
	padding-left: 0;
	padding-right: 0;
}

li.menu-item.parent.last a:hover,
li.menu-item.parent.last a:active {
	padding-right: 33%;
}

ul.sub-menu li.menu-item {
	width: 100%;
	padding: 0;
}

ul.sub-menu li.menu-item a {
	display: block;
	border-top: solid #5db6da 1px;
	padding: 12px 3% 8px 11%;
	font-size: 17px;
	line-height: 1.25em;
	font-weight: 600;
	border-right: none;
	text-decoration: none;
	text-transform: none;
}

ul.sub-menu ul li.menu-item a {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.sub-menu li.menu-item.last a {
	border-bottom: none;
}
#navigation ul#menu-main-menu li.menu-item-home a {
	background: url('images/home-icon.png') no-repeat;
	width: 24px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	padding-right: 2.2em;
}

#navigation .menu-item.menu-item-object-custom:last-child a {
	background: url('images/search-icon.png') no-repeat;
	width: 24px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	line-height: 1.4375em;
	background-position: center;
	padding-top: 28px;
	padding-left: 2.2em;
}

#navigation .sub-menu .menu-item.menu-item-object-custom:last-child a {
	background: none;
	width: auto;
	height: auto;
	text-indent: 0px;
	line-height: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3%;
	padding-left: 11%;
}

#navigation .search-form-container {
	width: 969px;
	margin: 0 auto;
	position: relative;	
}

#navigation form.search {
	float: none;
	position: absolute;
	right: 0;
	top: 49px;
	z-index: 300;
	background: #34a4d1;
	padding: 8px 15px;
	display: block;
}
#navigation .search .search-submit {
	padding: 0;
	border: none;
	color: #FFF;
	background: none;
	line-height: 15px;
	vertical-align: middle;
}
#navigation .search input {
		color: #696969;
		font-size: .875em;
		line-height: 30px;
		height: 30px;
		border: solid 4px #e0e0e0;
		background: #FFF;
		padding: 0 0 0 10px;
		line-height: 15px;
}


/*-------------------------------*\
    FOOTER
\*-----------------------------------*/

#details {
	font-family: arial, sans-serif;
	font-size: 0.813em;
	padding: 15px 0px 15px 0px;
	margin: 0;
	color: #fff;
	width: 100%;
	background-color: #116b9c;
	text-align: center;
	text-decoration: none;
}

	#details a {
		color: #fff;
	}
	
	#details a:hover {
		text-decoration: underline;
	}

.footer {
	width: 969px;
	margin: 0 auto;
}

.footer li {
	display: inline;
}



.copyright {
	float: left;
	line-height: 2.4em;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 13px;
}

#menu-footer-menu {
	float: left;
	margin-left: 42px;
	margin-right: 5px;
	text-decoration: none;
	line-height: 2.3em;
	margin-top: 9px;
	width: 60%;
}

.footer li.menu-item  {
	padding: 0;
}

.footer li.menu-item a {
	margin-left: 7px;
	margin-right: 7px;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, sans-serif;
	text-transform: none;
	padding: 0 2%;
	float: left;
	margin: 0;
	border-left: solid 1px #79c3e1;
	border-right: none;
}

.footer li.menu-item:first-child a {
	border-left: none;
	padding-left: 0;
}

.footer .text {
	float: left;
	line-height: 2.3em;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.connect {
	float: right;
	text-transform: uppercase;
}

.social_media {
	float: right;
}

.social_media a{
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.social_media a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.social_media a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*-----------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.top-homepage-content li.cat-item {
	display: table;
	text-transform: uppercase;
	text-align: left;
	width: 204px;
	height: 72px;
	margin-bottom: 9.4px;
	overflow: hidden;
}

.top-homepage-content .cat-item a {
	display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin: 0 auto;
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding-left: 20px;
	background: #116b9c;
}

.top-homepage-content .cat-item a:hover {
	background: #34a4d1;
}

/* top slider */

.container_slider {
	height: 398px;
	width: 743px;
	padding-left: 10px;
}

.container_slider .anythingSlider-default {padding: 0;
}

.container_slider .anythingSlider-default .arrow {
	top: 38%;
}			

.container_slider .anythingSlider-default .forward {
	right: 0%;
}

.container_slider .anythingSlider-default .back {
	left: 0%;
	z-index: 900;
}

.container_slider .anythingSlider-default .forward a {
	background: url('images/arrow_forward.png');
	width: 45px;
	height: 58px;
	display: block;
	margin: 0;
}

.container_slider .anythingSlider-default .arrow a:hover {
	background-position: 0 0;
}

.container_slider .anythingSlider-default .back a {
	background: url('images/arrow_back.png');
	width: 45px;
	height: 58px;
	display: block;
	margin: 0;
}

.slider_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
	display: inline-block;
	z-index: 900;
}

li.slide {
	position: relative;
	font-size: 1em;
}

.slider_text h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.313em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.slider_text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.938em;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.slider_text a {
	font: 'Open Sans', sans-serif;
	font-size: 0.938em;
	color: #fbdc55;
}

.slider_text a:hover {
	text-decoration: underline;
}

/* middle slider */


.container_slidertwo {
	height: 264px;
	width: 324px;
	background: #fff;

}

.container_slidertwo .anythingSlider-default .arrow {
	top: -48px;
	height: 50px;
}

.container_slidertwo .anythingSlider-default .forward {
	right: 0%;
}

.container_slidertwo .anythingSlider-default .back {
	left: 75%;
}

.container_slidertwo .anythingSlider-default {
	margin: 0 auto;
	padding: 0;
}

.container_slidertwo .anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 50px;
	margin: 0 0 0 0;
	text-align: center;
	outline: 0;
	background: url('images/button.png') no-repeat;
}

.container_slidertwo .anythingSlider-default .forward a {
	background-position: right;
}

.container_slidertwo .anythingSlider-default .back a {
	background-position: left;
}

/* Mid Section */

.header-area {
	background: url('images/inspiring_layer.png') no-repeat;
    height: 52px;
    left: 0px;
    position: absolute;
    top: 222px;
    width: 275px;
}

#inspiringtext {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.250em;
	text-transform: uppercase;
	color: #fff;
/*
    position: absolute;
    left: 42px;
    top: 235px;
*/
    width: 275px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 0 45px;
}

.image-area .attachment-inspiring{
	float: left;
	display: inline-block;
    background-image: url("images/inspiring.png");
    height: 291px;
    margin-left: auto;
    margin-right: auto;
    position: relative; 
    width: 330px;
    box-shadow: 0.31em 0.31em #ffaf00;
	vertical-align: top;
}

.single img.attachment-post-thumbnail  {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0.31em 0.31em #ffaf00;
}

.inspire_text {
	margin-left: 350px;
} 

.jose {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.438em;
	font-weight: bold;
	color: #116b9c;
	margin-bottom: 8px;
	padding:0;
	margin-top: 3px;
}
.jose a {
	color: #116b9c;
}

.jose a:hover {
	color: #34a4d1;
}

.h3_home {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	padding: 0;
}

.home_text {
	font-family: 'Open Sans', sans-serif;
/* 	font-size: 0.875em; */
	color: #5f5f5f;
	display: block;
	margin-bottom: 1.250em;
}

.home_text p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.view_two,
.col3home_news a.view_two {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #ff8400;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
}

.col3home_news a.view_two {
	margin-top: 20px;
	display: block;
}

#view_two a {
	padding: 0;
}

img.align_right {
	float: right;
}

img.align_left {
	display: inline-block;
	float: left;
	margin-right: 2.401%;
}

#slider_position {
/*
	display: inline;
	position: relative;
	width: 100px;
	margin-left: 20px;
	margin-right: 20px;
*/
}
.anythingSlider #slider_two .panel {
	padding: 20px;
}

.box_header {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 0.813em;
	color: #5f5f5f;
	display: block;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

.box_sub {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.063em;
	color: #116b9c;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-transform: none;
}

.box_sub a {
	color: #116b9c;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}


.box_text {
	font-family: arial, sans-serif;
/* 	font-size: 0.875em; */
	color: #5f5f5f;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.box_text p {
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 8px;
}

.view_three {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #ff8400;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom: 20px;
}

/* End Section */

.third_header,
.col3home h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.188em;
	font-weight: bold;
	color: #116b9c;
	text-transform: uppercase;
	margin-bottom: 0.625em;
}

.main-content iframe {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
/*	height: 400px; */
	width: 100%;
} 

.h2_localact {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.313em;
	text-transform: uppercase;
	height: 47px;
	color: #fff;
	background-color: #ffaf00;
	text-align: left;
	line-height: 48px;
}
.h2_localact img.map-icon {
	display: inline-block;
	float: left;
	margin: 12px 10px 0 15px;
}

.h5_slider {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.438em;
	color: #116b9c;
}

.date,
.col3home_news p {
	font-family: 'Aller', sans-serif;
	font-size: /* 0.813em */ 13px;
	line-height: 19px;
	color: #727272;
	text-transform: uppercase;
	margin-top: 25px;
}

li.news_item a,
.col3home_news a {
	font-family: 'Aller', sans-serif;
	font-size: /* 1.125em */ 18px;
	line-height: 22px;
	color: #36a8d3;
	text-decoration: none;
	text-transform: none;
	font-weight: 600;
}

li.news-item a:hover,
.col3home_news a:hover {
	color: #116b9c;
}

.news_item {
	margin-bottom: 0.938em;
}

.col3_twitterhome p {
	font-family: arial, sans-serif;
	font-size: 0.875em;
	color: #9a9a9a;
	padding-bottom: 5px;
}

.col3_twitterhome a {
	text-decoration: none;
	color: #4aabd4;
}

.col3_twitterhome a:hover {
	color: #116b9c;
}

.tweet_photo img {
	margin-bottom: 15px;
}

/* Positioning */

.col1_lefthome {
	display: block;
	float: left;
	width: 204px;
	margin-bottom: 40px;
}

.col1_righthome {
	display: block;
	width: 743px;
	margin-bottom: 40px;
	float: left;
}

.col2_inspirehome {
	position: relative;
	float: left;
	width: 630px;
	margin-bottom: 40px;
	margin-right: 10px;
}

.col2_boxhome {
	float: right;
	margin-bottom: 40px;
	width: 324px;
	box-shadow: 0 0 5px #e6e6e6;
	border: 1px solid #e6e6e6;
	margin-top: -10px;
}

.col3home {
	display: block;
	float: left;
	width: 31%;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: 0px;
}

.col3home:first-child {
	margin-left: 0;
}

.col3_twitterhome {
	display: block;
	float: left;
	margin-left: 30px;
	margin-right: 0px;
	width: 31%;
	margin-bottom: 40px;
}

.col3_twitterhome:first-child {
	margin-left: 0;
}


.col4_lefthome {
	float: left;
	width: 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.top-homepage-wrapper {
	background: #f8f8f8;
	padding-top: 20px;
}

.bottom-homepage-wrapper {
	background: #fff;
	padding-top: 20px;
}

.content-area {
	width: 969px;
	margin: 0 auto;
	padding-top: 20px;
}

.clear {
	clear: both;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.breadcrumbs {
/* 	padding-top: 20px; */
	margin-bottom: 20px;
	font-size: 12px;
	float: left;
}

.breadcrumbs a{
	text-decoration: underline;
	color: #696969;
	font-size: 12px;
	line-height: 16px;
}

.breadcrumbs a:hover {
	color: #ff8400;
}

.breadcrumbs span span span {
	text-decoration: none;
	color: #696969;
	font-size: 12px;
}
#social-icons {
	float: right;
/* 	padding-top: 20px; */
	list-style: none;
	text-align: right;
}

#social-icons li {
	display: inline-block;
	margin-bottom: 0;
}

.h1_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.188em;
	font-weight: bold;
	color: #116b9c;
	margin-bottom: 0.5em;
	clear: both;
}

.h1_text a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #116b9c;
}

.main-content .post h2.h2_text,
.single .main-content h2.h2_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.313em;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 0.013em;
}

.main-content .post h2.h2_text a,
.single .main-content h2.h2_text a {
	color: #4d4d4d;
}

.main-content .post h2.h2_text a:hover,
.single .main-content h2.h2_text a:hover {
	color: #ff8400;
}

/* .post {
	margin-top: 35px;
}
*/
.head_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.188em;
	color: #5f5f5f;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.main-content .post .excerpt p,
.main-content .post p.excerpt{
	margin-bottom: .5em;
}

.head_text p {
	font-size: 19px;
	line-height: 25px;
	color: #5f5f5f;
}
.photo img.attachment-top-featured {
	width: 702px;
	height: 320px;
}

.category .head_text p {
	margin-bottom: 20px;
}

.post img.featured-image,
.post img.attachment-featured_image,
.post img.attachment-cat_thumb {
	width: 210px;
	height: 165px;
	display: inline-block;
	float: left;
	margin-right: 3.4%;
	margin-bottom: 15px;
}

.post img.attachment-thumbnail {
/* 	width: 165px; */
/* 	height: 165px; */
	display: inline-block;
	float: left;
	margin-right: 3.4%;
	margin-bottom: 15px;
}

.main_text {
	font-family: arial, sans-serif;
	font-size: 1em;
	color: #5f5f5f;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.main_text p {
	margin-top: 8px;
	margin-bottom: 0.5em;
	line-height: 1.375em;
}

.view_two {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #ff8400;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
}

#view_two a {
	padding: 0;
}

/* Sidebar */

#nav_bar ul {
	display: block;
	margin: 0 auto;
	padding: 0;
}

ul#menu-act-menu li{
	display: block;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 0;
}

#nav_bar ul#menu-act-menu li a {
	display: block;
	padding: 8px 8px 8px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: /* 0.875em */14px;
	color: #4d4d4d;
	text-decoration: none;
	border-right: none;
	text-transform: none;
}

#nav_bar ul#menu-act-menu li a:hover {
	color: #116b9c;
}

#nav_bar ul#menu-act-menu li.current-menu-item a {
	color: #ff8400;
}

ul.list_two li {
	display: inline-block;
	list-style: none;
}

ul.list_three li{
	display: block;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 0px 25px 0px;
}

ul.list_four li{
	display: inline-block;
	text-align: left;
	list-style: none;
}

.act,
.col1_right #nav_bar .act ul li a,
.col1_right #nav_bar ul.menu li.current-menu-ancestor a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	background-color: #116b9c;
	padding: 8px 8px 8px 15px;
	border-right: none;
	line-height: 1em;
}
.col1_right #nav_bar ul.menu li.current-menu-ancestor {
	padding: 0;
}
.col1_right #nav_bar ul.menu li.current-menu-ancestor a {
	font-size: 1.6em;
}
.col1_right #nav_bar .act ul li {
	padding: 0;
}
/*
.col1_right #menu-main-menu-2 .current-menu-ancestor {
	display: none;
}

*/
/*
.col1_right #menu-main-menu-2 .current-menu-parent ul.sub-menu li{
	display: block;
}
*/

.col1_right #nav_bar ul.menu ul.sub-menu li a {
	color: #4d4d4d;
	font-size: 1.2em;
	font-weight: 600;
	border-top: none;
	border-bottom: 1px solid #dbdbdb;
	background: #FFF;
	text-transform: none;
	padding: 8px 8px 8px 20px;
	line-height: 1.4em;
}

.col1_right #nav_bar ul.menu ul.sub-menu li a:hover,
.col1_right #nav_bar ul.menu ul.sub-menu li.current_page_item a,
.col1_right #nav_bar ul.menu ul.sub-menu li.current_page_parent a {
	color: #ff8400;
	background: #FFF;
	background-image: url('images/side-carrot.png');
	background-repeat: no-repeat;
	background-position: 5% 1em;
}

.justchurch,
.col1_right h3 {
	font-family:'Open Sans', sans-serif;
	font-size: 1.250em;
	font-weight: bold;
	color: #116b9c;
	text-transform: uppercase;
	padding: 25px 8px 8px 20px;
}
.focus-areas li.cat-item  {
	list-style: none;
}
.focus-areas li.cat-item a {
	color: #34a4d1;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 6px 20px 6px 20px;
	display: block;
}
.focus-areas li.cat-item a:hover {
	color: #116b9c;
}
.focus-areas {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}
.col1_right .widget_recent_entries li {
	list-style: none;
}
.update a,
.col1_right .widget_recent_entries li a{
	display: inline-block;
	font-family:'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #34a4d1;
	list-style-type: none;
	text-decoration: none;
	padding: 8px 20px 4px 20px;
}

.update a:hover,
.col1_right .widget_recent_entries li a:hover {
	color: #116b9c;
}

.col1_right .widget_recent_entries {
	margin-bottom: 20px;
}
.col1_right .widget_black_studio_tinymce {
	border-top: 1px solid #dbdbdb;
	padding-top: 5px;
}

#view {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #ff8400;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
}
#view:hover,
.view_two:hover,
.col3home_news a.view_two:hover {
	color: #444;
}
.conn,
.col1_right h4 {
	font-family:'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 0.938em;
	color: #4d4d4d;
	text-transform: uppercase;
	padding: 18px 5px 8px 20px;
}

.icon,
.col1_right #black-studio-tinymce-3 img  {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	margin-top: 8px;
	margin-right: 4px;
}

.col1_right #black-studio-tinymce-3 a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Positioning */

.col1_right {
	display: inline-block;
	width: /* 21.60% */213px;
	float: right;
	background-color: #fff;
	box-shadow: 0 -2px 5px #e6e6e6;
/* 	margin-top: 20px; */
}

.col1_left {
	display: inline-block;
	float:left;
	width: 71.35%;
	background color: #f8f8f8;
	margin-bottom: 30px;
/* 	padding-top: 30px; */
}

.col2_left {
	float: left;
	width: 100%;
}

.photo img.attachment-top-featured {
	box-shadow: 5px 5px 0 #ffaf00;
	vertical-align: top;
/* 	behavior: url(/pie/PIE.php); */
	border: none;
}

.main-content-wrapper {
	width: 100%;
	margin: 0 auto;
	background: #f8f8f8;
}

/*
.content-area{
	width: 969px;
	margin: 0 auto;
}
*/


/*-------------------------------------*\
    CHAPTERS
\*--------------------------------------*/
.maps-caption {
	color: #5f5f5f;
	font-size: 1.1875em;
	line-height: 1.5625em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: none;
}

.output.state {
	padding: 0 0 0 5px;
}

.output.state select {
	width: 25%;
}

#map-buttons a.map-button {
	display: inline-block;
	margin-right: .5%;
	margin-top: 15px;
}

#map-buttons a.map-button:hover {
	background: #116b9c;
}

a.map-button {
	background-color: #34a4d1;
/* 	width: 25%; */
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.0625em;
	line-height: 2.3em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
}

a.map-button.can-chapters {
	background-color: #ff8400;
}

/* US STATE IMAGE MAP */
#map-container {
	width: 796px;
	padding: 0;
	margin: 35px auto 10px auto;
}

#map-container .map {
	background: url('images/state-map.png') no-repeat 0 0;
	position: relative;
	overflow: hidden;
	width: 796px;
	height: 575px;
	margin: 0;
	padding: 0;
}

#map-container .map img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#map-container .map ul {
	list-style: none;
	position: relative;
	width: 796px;
	height: 575px;
	margin: 0;
	padding: 0;
}

#map-container ul#map-states li {
	position: absolute;
	float: none;
	padding: 0;
	background-position: 0 0;
	text-indent: -9999em;
	background: url('images/state-overlay.png') no-repeat !important;
/* 	display: none;	 */
}

#map-container ul#map-states li:hover {
/* 	display: list-item; */
}

/* WASHINGTON */
#map-container ul li#wa {
	top: -1px;
	left: 35px;
	background-position: -399px -499px !important;
	width: 103px;
	height: 75px;
}

/*OREGON*/
#map-container ul li#or {
	top: 28px;
	left: 8px;
	background-position: 0 0 !important;
	width:125px;
	height: 121px;
}

/*CALIFORNIA*/
#map-container ul li#ca {
	top: 124px;
	left: -1px;
	background-position: 0 -123px !important;
	width: 126px;
	height: 208px;
}

/*NEVADA*/
#map-container ul li#nv {
	top: 137px;
	left: 42px;
	background-position: 13px -329px !important;
	width: 110px;
	height: 151px;
}

/*IDAHO*/
#map-container ul li#id {
	top: 17px;
	left: 107px;
	background-position: -125px 0 !important;
	width: 93px;
	height: 147px;
}

/*MONTANA*/
#map-container ul li#mt {
	top: 16px;
	left: 143px;
	width:170px;
	height: 100px;
	background-position: -236px -662px !important;
}

/*WYOMING*/
#map-container ul li#wy {
	top: 106px;
	left: 189px;
	width:110px;
	height: 97px;
	background-position: -127px -258px !important;
}

/*UTAH*/
#map-container ul li#ut {
	top: 155px;
	left: 131px;
	width: 88px;
	height: 110px;
	background-position: -125px -149px !important;
}

/*COLORADO*/
#map-container ul li#co {
	top: 185px;
	left: 208px;
	width: 112px;
	height: 90px;
	background-position: -220px -97px !important;
}

/*ARIZONA*/
#map-container ul li#az {
	top: 243px;
	left: 106px;
	width:108px;
	height: 131px;
	background-position: -133px -347px !important;
}

/*NEW MEXICO*/
#map-container ul li#nm {
	top: 254px;
	left: 193px;
	width:116px;
	height: 125px;
	background-position: -281px -473px !important;
}

/*TEXAS*/
#map-container ul li#tx {
	top: 281px;
	left: 234px;
	width:213px;
	height: 207px;
	background-position: -237px -258px !important;
}

/*OKLAHOMA*/
#map-container ul li#ok {
	top: 272px;
	left: 300px;
	width:133px;
	height: 67px;
	background-position: -329px -193px !important;
}

/*KANSAS*/
#map-container ul li#ks {
	top: 210px;
	left: 314px;
	width:114px;
	height: 65px;
	background-position: -214px -189px !important;
}

/*NEBRASKA*/
#map-container ul li#ne {
	top: 154px;
	left: 291px;
	width:125px;
	height: 64px;
	background-position: -333px -127px !important;
}

/*SOUTH DAKOTA*/
#map-container ul li#sd {
	top: 99px;
	left: 291px;
	width:108px;
	height: 67px;
	background-position: -372px -63px !important;
}

/*NORTH DAKOTA*/
#map-container ul li#nd {
	top: 40px;
	left: 295px;
	width:105px;
	height: 63px;
	background-position: -372px 0 !important;
}

/*MINNESOTA*/
#map-container ul li#mn {
	top: 36px;
	left: 389px;
	width: 101px;
	height: 114px;
	background-position: -480px 0 !important;
}

/*IOWA*/
#map-container ul li#ia {
	top: 147px;
	left: 396px;
	width: 91px;
	height: 60px;
	background-position: -480px -115px !important;
}

/*MISSOURI*/
#map-container ul li#mo {
	top: 202px;
	left: 407px;
	width:105px;
	height: 90px;
	background-position: -460px -175px !important;
}

/*ARKANSAS*/
#map-container ul li#ar {
	top: 278px;
	left: 425px;
	width: 80px;
	height: 73px;
	background-position: -447px -264px !important;
}

/*LOUISIANA*/
#map-container ul li#la {
	top: 348px;
	left: 437px;
	width: 86px;
	height: 75px;
	background-position: -453px -338px !important;
}

/*MISSISSIPPI*/
#map-container ul li#ms { 
	top: 305px;
	left: 477px;
	width:55px;
	height: 98px;
	background-position: -79px -493px !important;
}

/*TENNESSEE*/
#map-container ul li#tn {
	top: 262px;
	left: 495px;
	width: 130px;
	height: 53px;
	background-position: -500px -528px !important;
}

/*KENTUCKY*/
#map-container ul li#kt {
	top: 222px;
	left: 506px;
	width:109px;
	height: 60px;
	background-position: -640px -459px !important;
}

/*ILLINOIS*/
#map-container ul li#il {
	top: 156px;
	left: 468px;
	width:64px;
	height: 113px;
	background-position: -540px -265px !important;
}

/*WISCONSIN*/
#map-container ul li#wi {
	top: 72px;
	left: 447px;
	width:80px;
	height: 100px;
	background-position: -698px 0 !important;
}

/*MICHIGAN*/
#map-container ul li#mi {
	top: 54px;
	left: 478px;
	width:116px;
	height: 122px;
	background-position: -581px 0 !important;
}

/*INDIANA*/
#map-container ul li#in {
	top: 169px;
	left: 523px;
	width:55px;
	height: 100px;
	background-position: -455px -630px !important;
}

/*OHIO*/
#map-container ul li#oh {
	top: 158px;
	left: 562px;
	width:65px;
	height: 74px;
	background-position: -660px -382px !important;
}

/*PENNSYLVANIA*/
#map-container ul li#pa {
	top: 142px;
	left: 622px;
	width:90px;
	height: 60px;
	background-position: -707px -115px !important;
}

/*NEW YORK*/
#map-container ul li#ny {
	top: 79px;
	left: 631px;
	width:116px;
	height: 85px;
	background-position: -667px -193px !important;
}

/*VERMONT*/
#map-container ul li#vt {
	top: 72px;
	left: 706px;
	width:30px;
	height: 50px;
	background-position: -103px -366px !important;
}

/*MAINE*/
#map-container ul li#me {
	top: 18px;
	left: 734px;
	width: 65px;
	height: 91px;
	background-position: -604px -174px !important;
}

/*NEW HAMPSHIRE*/
#map-container ul li#nh {
	top: 68px;
	left: 726px;
	width: 30px;
	height: 55px;
	background-position: -98px -428px !important;
}

/*MASSACHUSETTS*/
#map-container ul li#ma {
	top: 108px;
	left: 718px;
	width: 55px;
	height: 30px;
	background-position: -418px -464px !important;
}

/*CONNECTICUT*/
#map-container ul li#ct {
	top: 131px;
	left: 720px;
	width: 30px;
	height: 25px;
	background-position: -600px -141px !important;
}

/*RHODE ISLAND*/
#map-container ul li#ri {
	top: 129px;
	left: 743px;
	width: 15px;
	height: 15px;
	background-position: -552px -390px !important;
}

/*NEW JERSEY*/
#map-container ul li#nj {
	top: 153px;
	left: 700px;
	width: 26px;
	height: 48px;
	background-position: -762px -582px !important;
}

/*DELAWARE*/
#map-container ul li#de {
	top: 183px;
	left: 697px;
	width: 20px;
	height: 30px;
	background-position: -571px -381px !important;
}

/*DC*/
/*
#map-container ul li#dc { 
	top: 184px;
	left: 649px;
	width:12px;
	height: 20px;
	background-position: -445px -381px !important;
}
*/

/*MARYLAND*/
#map-container ul li#md {
	top: 183px;
	left: 644px;
	width: 72px;
	height: 55px;
	background-position: -608px -328px !important;
}

/*WEST VIRGINIA*/
#map-container ul li#wv {
	top: 188px;
	left: 603px;
	width: 70px;
	height: 65px;
	background-position: -727px -367px !important;
}

/*VIRGINIA*/
#map-container ul li#va {
	top: 194px;
	left: 595px;
	width:120px;
	height: 75px;
	background-position: -680px -292px !important;
}

/*NORTH CAROLINA*/
#map-container ul li#nc {
	top: 248px;
	left: 585px;
	width: 140px;
	height: 60px;
	background-position: -638px -516px !important;
}

/*SOUTH CAROLINA*/
#map-container ul li#sc { 
	top: 289px;
	left: 603px;
	width:80px;
	height: 58px;
	background-position: 0 -481px !important;
}

/*GEORGIA*/
#map-container ul li#ga {
	top: 294px;
	left: 566px;
	width: 90px;
	height: 90px;
	background-position: -193px -484px !important;
}

/*ALABAMA*/
#map-container ul li#al {
	top: 301px;
	left: 527px;
	width: 60px;
	height: 96px;
	background-position: -133px -477px !important;
}

/*FLORIDA*/
#map-container ul li#fl {
	top: 367px;
	left: 511px;
	width:175px;
	height: 120px;
	background-position: -521px -624px !important;
}

/*ALASKA*/
#map-container ul li#ak {
	top: 403px;
	left: 109px;
	width: 215px;
	height: 170px;
	background-position: 0 -604px !important;
}

/*HAWAII*/
#map-container ul li#hi {
	top: 378px;
	left: 32px;
	width: 80px;
	height: 60px;
	background-position: 0 -540px !important;
}

/* STATE MAP ANCHORS */
#state-map-anchors table {
	border-spacing: 1%;
	border-collapse: collapse;
	width: 100%;
}
#state-map-anchors h2 {
	margin-bottom: 20px;
	padding-top: 30px;
	margin-top: 30px;
	border-top: dashed 1px #bbbbbb;
/* 	margin-bottom: 30px; */
	display: block;
}

#state-map-anchors h2:first-child {
	border-top: none;
	margin-top: 0;
}

#state-map-anchors {
	margin-bottom: 60px;
}

#state-map-anchors table {
/*
	padding-bottom: 30px;
	border-bottom: dashed 1px #bbbbbb;
*/
/* 	margin-bottom: 30px; */
	display: block;
}

#state-map-anchors table td {
/* 	width: 30%; */
	color: #696969;
	font-size: 14px;
	line-height: 18px;
	width: 18%;
} 

#state-map-anchors table td h4 {
	font-size: 15px;
	width: auto;
	display: inline-block;
}

#state-map-contact h2,
#state-map-contact h4 {
	text-transform: uppercase;
} 

#state-map-anchors table td a {
	color: #34a3d1;
	font-weight: 600;
}

#state-map-anchors table tfoot td a {
	color: #34a3d1;
	font-weight: 600;
	background: url('images/sm-envelope.png') no-repeat;
	padding-left: 20px;
	background-position: left center;
} 

#state-map-anchors table tfoot td a:hover {
	color: #116b9c;
}


/*------------------------------------*\
    POSTS
\*------------------------------------*/

.single-inspiring_catholics .main-content h1.h1_text {
	margin-bottom: 3px;
}

.single-inspiring_catholics h3.h3_home {
	font-size: 1.2em;
}

.single .meta span {
	color: #727272;
	margin: 0 3px;
	font-size: 13px;
	line-height: 19px;
}

.single .main-content .meta p {
	display: inline-block;
	font-family: 'Aller', sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 400;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {

font-family: 'Aller';
	src: url('../fonts/Aller_Rg.ttf') 
		format('truetype');
	font-weight: normal;
	font-style: normal;

font-family: 'Aller-Bold';
	src: url('../fonts/Aller_Bd.ttf') 
		format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-search {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

	.menu-responsive ul {
		margin-top: 41px;
	}
	.menu-responsive ul li a {
		display: block;
		height: 41px;
		width: 100%;
		background-color: #34a4d1;
		float: none;
		margin-right: 3.5%;

	}
	
	.menu-responsive select {
		width: 100%;
/* 		margin-top: 51px; */
	}
	.menu-responsive .select-menu {
		background: #34a4d1;
		padding: 10px;
		position: relative;
		top: 41px;
		z-index: 400;
	}
	
	.search-menu-responsive .search-form-container {
		position: relative;
		margin-top: 41px;
		z-index: 401;
		width: 170%;
	}
	.search-menu-responsive .search {
		background: #34a4d1;
		display: block;
		padding: 8px 8px;
	}
	.search-menu-responsive .search input {
		color: #696969;
		font-size: .875em;
		line-height: 30px;
		height: 30px;
		border: solid 4px #e0e0e0;
		background: #FFF;
		padding: 0 0 0 10px;
		line-height: 15px;
		width: 80%;
	}
	.search-menu-responsive .search .search-submit {
			padding: 0;
	border: none;
	color: #FFF;
	background: none;
	line-height: 15px;
	vertical-align: middle;

	}
	.state .chosen-container {
		min-width: 200px !important;
	}
	
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Style for Contact Bishop Table */

table#tblMain tr td {
	padding: 5px 10px 20px 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #696969;
	font-size: .875em;
	line-height: 1.357em;
	font-weight: 400;
	text-decoration: none;	
}
table#tblMain tr:first-child td { padding-bottom: 0px; }
table#tblMain tr td:first-child { padding: 0px 0px; }
table#tblMain tr td h4 { margin-bottom: 0px; }

/* style for category descriptions */
.cat-featured .head_text p {
line-height: 1.375em;
font-family: 'Open Sans', Arial, sans-serif;
color: #696969;
font-size: .75em;
font-weight: 400;
text-decoration: none;
}

/* Style for Blog Media Center */
h2.bloghead {
	font-style: italic;
	color: #116b9c;
	text-transform: none;
	margin-bottom: 25px;
	font-size: 1.40em;
} 

h2.bloghead a {color: #116b9c;}
h2.bloghead a:hover {color: #ff8400;}
#main.col1_left .blog-header  {padding-bottom: 30px;}
h1.bloghead a {color: #116b9c;}
h1.bloghead a:hover {color: #ff8400;}

/* CTA in the News widget */
.news-widget-date-left {
	text-align: left;
	font-family: 'Aller', sans-serif;
	font-size: /* 0.813em */ 13px;
	line-height: 19px;
	color: #727272;
	text-transform: uppercase;
	margin-top: 25px;
}
.news-widget-text span {
	font-family: 'Aller', sans-serif;
	font-size: /* 0.813em */ 13px;
	line-height: 19px;
	color: #727272;
	text-transform: uppercase;
}

.wufoo-form-container {height: 691px;}

/* Conference table of buttons */
.centered {
	margin: 0px auto;
	}

table.centered a img:hover {
	opacity: 0.8;
}

#post-1351 table td {padding: 15px;}

/* general table padding */
#main table tr td {padding: 10px;}

/* splash screen */

.lbx_content {
	width: 60% !important;
	height: 70% !important;
}

.splash-body {
	background:url('..images/splash-bg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.splash-wrapper {
	width: 969px;
	margin: 0 auto;
}

.splash-head {
	text-align: center;
	padding-top: 50px;
}

.splash-header h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fff;
	font-size: 30px;
	background-image:url('..img/splash-logo.png');
	background-repeat: no-repeat;
	background-color: #FFB000;
	display: block;
	width: 430px;
	margin: 0 auto;
	height: 50px;
	line-height: 48px;
	color: #fdffe2;
	margin-top: 50px;
}

#splash-screen {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	color: #ffffff;
	width: 100%;
	height: 358px;
}

.splash-logo {
	background-image:url('../images/splash-logo.png');
	background-repeat: no-repeat;
	padding-top: 20px;
}

.splash-logo img {
	width: 57%;
	height: auto;
} 

.splash-header h2, .splash-form #gform_submit_button_4 span {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fff;
	font-size: 20px;
	background-image:url('..img/splash-logo.png');
	background-repeat: no-repeat;
	background-color: #FFB000;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	line-height: 33px;
	color: #fdffe2;
	margin-top: 0;
	text-align: center;
}

#splash-screen button, html input[type="button"], #splash-screen input[type="reset"], #splash-screen input[type="submit"] {
	padding: 0;
	margin: 0;
	background: #FFB000;
	width: 60%;
}

.gform_body ul {
	list-style-type: none;
}

#splash-screen .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
	width: 60%;
}

#splash-screen .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 60% !important;
}

#input_3_1, #input_3_2, #input_3_3, #input_4_2, #input_4_3_3, #input_4_3_6 {
	width: 100% !important;
	height: 32px;
	background-color: #fbfcfc;
	opacity: 1;
	padding-left: 10px;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

#splash-screen .gform_wrapper .top_label .gfield_label {
	display: none !important;
}

#splash-screen .ginput_container {
	text-align: center;
	margin: 0 auto;
}

#splash-screen .gform_footer {
	text-align: center;
}

#splash-screen .gform_wrapper {
	max-width: 100%;
}

#gform_submit_button_3 {
	width: 338px;
	background: #34a4d1;
	height: 35px;
	margin-top: -6px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
}

#gform_confirmation_message_3 {
	margin-top: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background-color: #FFB000;
	display: block;
	width: 92%;
	margin: 0 auto;
	height: 42px;
	line-height: 41px;
	color: #fdffe2;
	margin-top: 100px;
}

.gform_wrapper div.validation_error {
	text-align: center;
	font-size: 1em !important;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: transparent !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
	text-align: center;
}

#splash-screen .ginput_container#input_3_2 {
	margin-top: 20px;
	padding-left: 0;
}

.gform_wrapper .ginput_complex input[type=text] {
	width: 100% !important;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	width: 50%;;
}

#colorbox {
	 background-color: #34a4d1 !important;
}

#cboxTopCenter, #cboxTopLeft, #cboxMiddleLeft, #cboxTopRight, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight {
	background-color: #34a4d1;
}

#cboxClose {
	background-position: -102px -27px !important;
}

#subscribe_popup,.overlays {
	font:12px/1.2 Arial,Helvetica,san-serif;
	background:#fff !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:1px solid #000;
}

#subscribe_popup,.overlays a,#subscribe_popup,.overlays a:hover,#subscribe_popup,.overlays a:visited {
	text-decoration:none;
}

#cboxLoadedContent {
	overflow: hidden !important;
}

#active-popup {
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

#subscribe_popup {
	width: 50%;
	height: 720px !important;
	min-width: 600px;
	background: #ffffff !important;
	border-radius: 5px;
	position: fixed;
	z-index: 999999999999;
	top: 5%;
	left: 26%;
	display: none;
	/*background:url('images/splash-bg.jpg') no-repeat center center fixed !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	height: 100%;*/
}

#subscribe_popup p span {
	font-weight: bold;
}

.splash-form {
	width: 95%;
	margin: 0 auto;
}

.splash-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	display: block;
	margin: 0 auto;
}

.splash-form .gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: none;
}

.splash-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: 338px;
	background: #34a4d1;
	height: 35px;
	margin-top: -6px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
}

.splash-form .gform_wrapper div.validation_error {
	margin-bottom: 0;
}

#splash-screen a.close {
position: relative;
  left: 119px;
  top: -70px;
  font-size: 30px;
  color: #34a4d1;
}

#splash-screen .logo {
	display: none;
}

#splash-screen p {
padding: 20px 0 0 0;
  font-size: 15px;
}

@media screen and (max-width: 815px) {
	#subscribe_popup { width: 96%; left: 2%; }
	#splash-screen button, html input[type="button"], input[type="reset"], input[type="submit"] { width: 100%; }
	#splash-screen .ginput_container, #splash-screen .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium { width: 100% !important; }
	#splash-screen .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span { width: 100%; }
	}

@media screen and (max-width: 1030px) {
	.lbx_content { width: 55% !important; height: 350px !important; }
}

@media screen and (max-width: 780px) {
	.splash-header h2 { width: 80%; }
	#input_3_1 { width: 80%; }
	#gform_submit_button_3 { width: 80%; }
	#active-popup { display: none !important; }
	#subscribe_popup { display: none !important;}
}

@media screen and (max-width: 700px) {
	.lbx_content { left: 8% !important; width: 82% !important; }
}

@media screen and (max-width: 500px) {
	.splash-header h2 { font-size: 17px; }
}

@media screen and (max-width: 420px) {
	.lbx_content { top: 5% !important; }
}

@media screen and (max-width: 410px) {
	.splash-header h2 { font-size: 12px; }
}

/* spotlight news feed widget */
a.news-widget-link span p {margin-top: 0px;}

/* store updates Sept 2015 */
#store .main-content{
    width: 100% !important;
}
#store .col1_left{
    width: 100% !important;
}
#store .col1_right{
    display: none;
}
#store .above-content {margin-left: 5%;}

@media screen and (max-width: 415px){
    #store .main-content iframe {
        height: 780px;
    }
}

@media screen and (min-width: 416px) and (max-width: 860px){
    #store .main-content iframe {
        height: 900px;
    }
}