/*
Theme Name: NYS Catholic Conference
Theme URI: http://wordpress.org/
Description: Custom WordPress theme developed by Behan Communications.
Version: 1.0
Author: Behan Communications
Author URI: http://www.behancommunications.com/
Tags: custom theme
*/

/* BASICS */

body {
	margin: 0px;
	padding: 24px 0px;
	background-color: #ddd;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: relative;
}
a img {
	border: 0px;
}
a, a:link, a:visited {
	color: #c03333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more-link {
	color: #c03333;
	display: inline-block;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-align: left;
}
h6 {
	display: none;
}
hr {
	border: 0px;
	background-color: #d0d0d0;
	color: #d0d0d0;
	height: 1px;
	clear: both;
}
.red {
	color: #c03333;
}
.bold {
	font-weight: bold;
}
.alignright {
	width: auto;
	float: right;
	margin: 0px 0px 12px 12px;
}
.alignleft {
	width: auto;
	float: left;
	margin: 0px 12px 12px 0px;
}
.navigation {
	clear: both;
	width: 728px;
	overflow: auto;
}
a.more-link img {
	position: relative;
	top: 4px;
}

/* LAYOUT */

#site {
	width: 1056px;
	min-height: 100%;
	margin: 0px auto;
	background-color: #fff;
	-webkit-box-shadow:0 0 18px #999; 
	-moz-box-shadow: 0 0 18px #999; 
	box-shadow:0 0 18px #999; 
}
#content {
	position: relative;
	width: 1018px;
	margin: 0px auto;
	overflow: auto;
}

/* HEADER */

#header {
	position: relative;
	width: 100%;
	height: 192px;
	background-color: #fff;
}
#header #logo {
	position: absolute;
	left: 24px;
	top: 48px;
}
#header #header-text {
	position: absolute;
	top: 6px;
	left: 180px;
}
#header #header-text h3 {
	font-size: 36px;
	font-style: italic;
	color: #c03333;
	letter-spacing: -1px;
	margin: 48px 0px 0px 72px;
}
#header #header-text h2 {
	font-size: 48px;
	font-style: italic;
	color: #c03333;
	letter-spacing: -1px;
	margin: 24px 0px 24px 12px;
}
#header #header-text h4 {
	font-size: 24px;
	color: #4b4b4b;
	letter-spacing: -1px;
	margin: 28px 0px;
}
#header .donate {
	position: absolute;
	top: 24px;
	right: 24px;
}
#header .join-can {
	position: absolute;
	top: 106px;
	right: 24px;
}

/* SEARCH */

#search {
	position: relative;
	top: -9px;
	width: 295px;
	float: right;
}
#search td.label {
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
#search input[type=text] {
	width: 175px;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 2px;
}

#search input[type=text]::-webkit-input-placeholder {
   color: #ffffff;
}

#search input[type=text]:-moz-placeholder {
   color: #ffffff;
}

#search input[type=text]::-moz-placeholder {
   color: #ffffff;
}

#search input[type=text]:-ms-input-placeholder {  
   color: #ffffff;
}

/* FOOTER */

#footer {
	position: relative;
	width: 1018px;
	margin: 0px auto;
	padding: 12px 0px;
	overflow: auto;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
}
#footer .column {
	float: left;
	margin-right: 18px;
}
#footer .column h4 {
	font-size: 26px;
	font-style: italic;
	color: #c03333;
	margin: 9px 0px 18px 0px;
}
#footer .column ul {
	margin: 0px;
	padding: 0px 9px 0px 12px;
	list-style-image: url('images/icon-arrow-right.gif');
	margin-left:10px;
}
#footer .column ul li {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
}
#footer .column ul li a {
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #565656;
}
#footer .column.issues {
	width: 160px;
	margin-left: 6px;
}
#footer .column.latest-news {
	width: 323px;
}
#footer .column.social-media {
	width: 32px;
}
#footer .column.social-media img {
	margin-bottom: 6px;
}
#footer #cta {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 170px;
}
#footer #cta img {
	margin-bottom: 12px;
}
#footer #copyright {
	clear: both;
	padding-top: 9px;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

/* HOME */
#slideshow-wrapper {
	position: relative;
	width: 740px;
	height: 340px;
	margin: 0px;
	overflow: hidden;
}
#slideshow {
	width: 740px;
	height: 340px;
	margin: 0px;
	overflow: hidden;
}
#slideshow-prev {
	position: relative;
	top: -190px;
	left: 3px;
	z-index: 999;
	cursor: pointer;
}
#slideshow-next {
	position: relative;
	top: -240px;
	left: 690px;
	z-index: 999;
	cursor: pointer;
}
#slideshow-pager {
	float: right;
	display: inline-block;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 6px 0px 4px 6px;
	background: url('images/transparent50.png');
	z-index: 999;
	margin: 0px;
}
#slideshow-pager div {
	float: left;
	margin-right: 6px;
	cursor: pointer;
}
#slideshow-pager div.activeSlide {
	display: block;
}
#catholic-life {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 268px;
	height: 340px;
	color: #fff;
	background: url('images/catholic-life-background.jpg') no-repeat;
}
#catholic-life h3 {
	font-size: 28px;
	font-style: italic;
	margin: 24px 12px 18px 18px;
}
#catholic-life ul {
	margin: 0px;
	padding: 0px 9px 0px 32px;
	list-style-image: url('images/icon-arrow-trans.png');
}
#catholic-life li {
	margin-bottom: 3px;
}
#catholic-life li a {
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
#home-text h1 {
	margin-top: 28px;
	margin-left:14px;
	font-size: 32px;
	font-style: italic;
}
#home-text p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 36px;
	margin-left:14px;
}
#home-widgets {
	width: 760px;
	float: left;
	border-bottom: 1px solid #fff;
}
#home-widgets .widget {
	width: 348px;
	height: 149px;
	float: left;
	border: 1px solid #d0d0d0;
	padding: 18px 0px 19px 18px;
	margin: 0px 18px 18px 0px;
}
#home-widgets h3 {
	margin: 0px;
}
#home-widgets h3 a {
	font-size: 24px;
	line-height: 26px;
	font-style: italic;
	color: #C03333;
}
#home-widgets p {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 6px 0px;
}
#home-widgets a img {
	position: relative;
	top: 2px;
}
#home-widgets #home-widget-1 #icon-new {
	float: left;
	position: relative;
	top: -36px;
	left: -9px;
	margin-bottom: -48px;
}
#home-widgets #hot-issues h2 {
	font-size: 40px;
	margin: 6px 0px 24px 0px;
	letter-spacing: -1px;
}
#home-widgets #hot-issues img {
	width: 122px;
	height: 104px;
	float: left;
}
#home-widgets #home-widget-2 ul,
#home-widgets #hot-issues ul {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 36px 0px 0px 128px;
	padding: 0px 9px 0px 24px;
	list-style-image: url('images/icon-arrow-black.gif');
}
#home-widgets #home-widget-2 ul li,
#home-widgets #hot-issues ul li {
	margin-bottom: 3px;
}
#home-widgets #home-widget-2 ul li a,
#home-widgets #hot-issues ul li a {
	color: #000;
}
#home-widgets #home-widget-2 ul {
	margin: 12px 0px;
}
#home-widgets .widget#hot-issues,
#home-widgets .widget#home-widget-3 {
	margin-right: 0px;
}
	
/* POSTS & PAGES */

#content h5 {	/* header for looped pages (category, tag, search results) */
	width: 730px;
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
	margin: 0px;
	padding: 9px 0px;
	border-bottom: 1px solid #d0d0d0;
}
.entry {
	width: 728px;
	float: left;
}
.entry h1 {
	font-size: 32px;
	line-height: 42px;
	font-style: normal;
    font-weight:bold;
}
.entry h2 {
	font-size: 28px;
	line-height: 32px;
}
.entry p,
.entry li {
	font-size: 14px;
	line-height: 22px;
}
.entry li {
	margin-bottom: 9px;
}
.entry li {
	list-style-type: square;
}
#breadcrumb {
	padding: 12px 0px 14px 12px;
	border-bottom: 1px solid #d0d0d0;
}
#breadcrumb,
#breadcrumb a {
	font-family: arial, sans-serif;
	font-size: 14px;
}

/* SIDEBAR */

#sidebar {
	width: 225px;
	float: right;
	padding: 24px;
	margin: 12px 0px 24px 12px;
	border: 1px solid #d0d0d0;
	background: url('images/sidebar-background.jpg') top left no-repeat;
}
#sidebar-submenu h3 {
	font-size: 28px;
	font-style: italic;
	color: #c03333;
	margin: 0px 0px 12px 0px;
}
#sidebar-submenu ul {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	list-style-image: url('images/icon-arrow-black.gif');
	margin: 0px;
	padding: 0px 9px 0px 24px;

}
#sidebar-submenu li {
	margin-bottom: 3px;
}
#sidebar-submenu li a {
	color: #000;
}
#sidebar-contact {
	margin-top: 24px;
	color: #000;
	/*background: #d82b1f url('images/sidebar-contact-background.jpg') top left no-repeat;
	/background-color: #d82b1f;
	/padding: 24px 18px 18px 18px;*/
	padding: 18px;
}
#sidebar-contact h3 {
	font-size: 28px;
	font-style: italic;
}
#sidebar-contact p {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#sidebar-contact textarea,
#sidebar-contact input[type=text] {
	width: 180px;
	border: 1px solid #d0d0d0;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
/* contact form 7 validation error formatting */
span.wpcf7-not-valid-tip {
	border: none;
	color: #000;
	top: 0px;
	left: 3px;
	width: 188px;
	background-color: #ff0;
}
div.wpcf7-validation-errors {
	border: 1px solid #ff0;
	font-family: arial, sans-serif;
	padding: 12px;
}
div.wpcf7-validation-errors h4 {
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
	margin: 6px 0px;
}
#sidebar-catholic-life {
	margin-top: 24px;
	color: #fff;
	background: #434545 url('images/sidebar-catholic-life-background.png') top left no-repeat;
	padding: 150px 0px 6px 0px;
}
#sidebar-catholic-life h3 {
	font-size: 24px;
	font-style: italic;
	margin: 0px 0px 18px 0px;
	text-align: center;
}
#sidebar-catholic-life ul {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	list-style-image: url('images/icon-arrow-trans.png');
}
#sidebar-catholic-life li {
	margin-bottom: 3px;
}
#sidebar-catholic-life li a {
	color: #fff;
}

/* NAVIGATION */

#navigation {
	width: 1018px;
	margin: 0px auto 9px auto;
	height: 36px;
	background: #c03333 url('images/navigation-background.gif') repeat-x;
}
#navigation ul { /* all lists */
	padding: 9px 0px 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 9999;
	width: auto;
	background: none;
	white-space: nowrap;
}
#navigation .limit {
	z-index: 999999;
	position: relative;
}
#navigation ul li  {
	float: left; 
	width: auto;
	border-left: 1px solid white;
}
#navigation ul li:first-child {
	border-left: none;
}
#navigation ul li:hover,
#navigation .current-menu-item,
#navigation .current-menu-parent {
	text-decoration: none;
}
#navigation ul ul a  {
	height: auto;
	background: #c03333;
	color: #fff;
	padding-top: 6px;
}
#navigation ul ul a:hover  {
	color: #000;
}
#navigation ul li ul li {
	float: none;
	display: block;
	padding: 0px 0px 6px 0px;
	border-top: 1px solid #fff;
	border-left: none;
	text-decoration: none;
}
#navigation ul li ul li:first-child {
	border-top: 0px;
}
#navigation a {
	position: relative; 
	display: block; 
	z-index: 100; 
	padding: 0px 10px 0px 10px; 
	height: 17px; 
	text-decoration: none;
	font-size: 17px;
	font-family: arial, sans-serif;
	color: #fff;
}

#navigation li { /* all list items */
	float: left; 
	width: auto;
    position:relative;
	border-left: 1px solid white;
}
#navigation li ul { /* second-level lists */
	position: absolute;
	background-color: #c03333;
	width: auto;
    display:none;
	/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navigation li:hover ul{
    display:block;
}

/* Table for NYSCC staff */

table#nysccstaff {
	width: 90%;
	border: 0px;
	border-spacing: 0px;
}
table#nysccstaff tbody tr {
	background-color: #ffffff;
	color: #000000;
}
table#nysccstaff td {
	border: 0px solid #cccccc;
	padding: 8px;
	text-align: center;
}

/* FACEBOOK FEED */

#facebook-feed {
	width: 243px;
	height: 390px;
	float: right;
	border: 1px solid #d0d0d0;
}
#facebook_status_box {
  border: 0px solid #cccccc;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  width: 243px;
  height: 250px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
}
#facebook_status_box h2, #facebook_status_box h5 {
  margin: 0px;
  padding: 0px;
}
#facebook_status_box h2 {
	display: none;
}
#facebook_status_box p {
  margin: 0px;
  padding: 3px 0px 0px 0px;
  color: #000000;
}
#facebook_status_box h2 {
  color: #ffffff;
  background: #3b5998;
  margin: 0px;
  padding: 7px 0px 0px 3px;
  height: 19px;
  font-weight: bold;
  font-size: 1.5em;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

#facebook_status_box #facebook_canvas {
  overflow: auto;
  overflow-x: hidden;
  height: 300px;
  padding-right: 12px;
}
#facebook_status_box .fb_post {
  margin: 10px 2px;
  border-bottom: 1px solid #e6e6fa;
}
#facebook_status_box .fb_post h5 {
  padding: 0px 0px 3px 0px;
  font-size: 1.1em;
  width: 150px;
}
#facebook_status_box .fb_post h5 a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_post h5 a:hover {
  text-decoration: underline;
}
#facebook_status_box .fb_post .fb_photo {
  float: left;
  width: 20px;
  margin: 0px;
}
#facebook_status_box .fb_post .fb_photo img {
  border: none;
}
#facebook_status_box .fb_post .fb_msg {
  float: right;
  width: 160px;
}
#facebook_status_box .fb_post .fb_msg p {
  font-size: 10px;
}
#facebook_status_box .fb_post .fb_msg .fb_time {
  color: #999999;
  padding-bottom: 5px;
}
#facebook_status_box .fb_link_post img {
  margin: 6px 6px 6px 0px;
  float: left;
}
#facebook_status_box .fb_link_post h6 {
  font-size: 11px;
  margin: 3px 0px 0px 0px;
  line-height: 12px;
}
#facebook_status_box .fb_link_post a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_link_post a:hover {
  text-decoration: underline;
}
#facebook_status_box .fb_link_post p {
  font-size: .9em;
  color: #999999;
}
#facebook_status_box .fb_link_post p.fb_link_caption {
  margin: 0px;
  margin-top: -2px;
  color: #000000;
}
#facebook_status_box .fb_post img.fb_post_icon {
  float: left;
  margin: 2px;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink {
  margin-left: 3px;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink a {
  color: #3b5998;
  text-decoration: none;
}
#facebook_status_box .fb_post .fb_msg .fb_commLink a:hover {
  text-decoration: underline;
}

.comments {
	width: 728px;
}

#navigation a.menu-icon {
	display: none;
	position: absolute;
    right: 0;
    top: 0;
	padding: 0;
    height: 44px;
    width: 50px;
	text-indent: -9999px;
    background: #000000 url(images/menu_white.png) center center no-repeat;
}

#navigation a.menu-icon.inverse {
	background-color: transparent;
}

#navigation a.hot-issues {
	display: none;
	width: 86px;
	top: 0;
	right: 51px;
	padding: 0;
	position: absolute;
	height: 44px;
	font-size: 16px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation a.hot-issues.active {
	background: #000000;
}

.footer-mobile {
	background: #615e5e;
	color: #fff;
	padding: 11px 20px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: right;
	display: none;
}

.footer-mobile p:first-child {
	margin-top: 0;
}

.footer-mobile a {
	color: #ffffff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.footer-mobile ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer-mobile ul li {
	float: left;
	line-height: 14px;
	padding: 0 5px;
	font-size: 12px;
	
}

.footer-mobile ul li:last-child {
	border-left: 1px solid #ffffff;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe, .video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-3469 .entry > h1:first-child {
	display: none;
}

.page-id-3469 .entry h1.heading , .fancybox-wrap h1.heading{
	color: #de202a;
	font-size: 42px;
	border-bottom: 1px solid #de202a;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.fancybox-wrap h1.heading{
    font-size:22px;
}

.page-id-3469 .entry a {
	color: #de202a;
}

#navigation #menu-navigation li > span.menu-toggle-icon {
	display: none;
}

.social-links {
	float: right;
    margin-right: 15px;
	margin-top: 30px;
}

.footer-mobile .social-links {
	float: left;
	text-align: left;
	width: 100px;
	margin-top: 10px;
}

.footer-mobile .social-links a {
	border-bottom: 0;
	background-color: #000000;
}

.footer-mobile .social-links li:last-child {
	border-left: 0;
}

.footer-mobile .social-links li {
    padding: 3px 4px;
}

.social-links li {
	display: inline-block;
}

.social-links a {
	background: #302D2E url(images/social-icons.png) 12px center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
}

.social-links a.twitter {
	background-position: -20px center;
}

.social-links a.youtube {
	background-position: -62px center;
}

.social-links a.rss {
	background-position: -95px center;
}

iframe{
    max-width:100%;
}

#navigation ul li ul li{
    display:block!important;
}



/* iPads (portrait + landscape) ----------- */
@media only screen and (max-width : 1024px) {
    /*#navigation ul{
        padding-top:0px;
    }
    #navigation li { 
    	z-index: 1000; 
    	padding: 10px 10px 10px 10px; 
    }
    #navigation li a{
        display:block;
    }*/
}
/* END iPads (portrait + landscape) ------- */

@media (max-width: 1096px) {
	#site , #navigation, #content, #footer {
		width: 962px;
	}
	
	.entry, #content h5 {
		width: 635px;
	}
	
	#footer {
		width: 922px;
	}
	
	#content {
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: visible;
	}
	
	#search {
		width: 280px;
		top: 0;
	}
	
	#navigation ul {
		padding: 0;
	}
	
	#navigation #menu-navigation > li > ul {
		top: 100%;
	}
	
	#navigation ul li {
		padding: 9px 0;
	}
	
	#search input[type=text] {
		width: 167px;
	}
	
	.banner-wrapper {
		width: 100%;
		display: table;
		min-width: 100%;
	}
	
	#slideshow-wrapper {
		display: table-cell;
		vertical-align: top;
		height: auto;
		width: 73%;
	}
	
	#slideshow {
		width: 100%;
		height: auto;
	}
	
	#slideshow img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	#slideshow > a {
		font-size: 0;
		line-height: 0;
	}
	
	#catholic-life {
		width: 27%;
		position: static;
		height: auto;
		display: table-cell;
		vertical-align: top;
	}
	
	#slideshow-prev, #slideshow-next {
		position: absolute;
		top: 50%;
		margin-top: -25px;
	}
	
	#slideshow-next {
		left: auto;
		right: 3px;
	}
	
	#home-widgets {
		width: 72%;
	}
	
	#home-widgets h3 a {
		font-size: 19px;
	}
	
	#home-widgets .widget {
		width: 288px;
		height: 177px;
	}
	
	#home-widgets #hot-issues h2 {
		font-size: 36px;
	}
	
	#home-widgets #hot-issues ul {
		font-size: 14px;
		line-height: 16px;
	}
	
	#footer .column.issues {
		width: 130px;
	}
	
	#footer .column.latest-news {
		width: 260px;
	}
}


@media (max-width: 992px) {
	
	#site , #navigation, #content {
		width: 750px;
	}
	
	#menu-navigation > li:nth-last-child(3) > ul, #menu-navigation > li:nth-last-child(4) > ul {
		right: 0;
	} 
	#header #header-text h3 {
		font-size: 29px;
	}
	
	#header #header-text h2 {
		font-size: 41px;
		margin: 22px 0px 20px 12px;
	}
	
	#header #header-text h4 {
		font-size: 16px;
		margin: 25px 0px;
	}
	
	#search {
		width: 100%;
		float: none;
		background: #c03333 url('images/navigation-background.gif') repeat-x;
	}
	
	#search table {
		width: 100%;
	}
	
	#search td.label {
		display: none;
	}
	
	#search td:nth-child(2) {
		width: 95%;
		padding-left: 10px;
	}
	
	#search td:nth-child(3) {
		text-align: center;
	}
	
	#search input[type=text] {
		width: 100%;
	}
	
	#sidebar {
		width: 210px;
	}
	
	.entry, #content h5 {
		width: 435px;
	}
	
	.entry h1 {
		font-size: 28px;
		line-height: 37px;
	}
	
	.entry h2 {
		font-size: 24px;
		line-height: 28px;
        font-weight:bold;
	}
	
	.entry p a img {
		max-width: 100%;
		height: auto;
	}
	
	.entry > table tr td, .entry > .text-content > table tr td {
		display: block;
		width: auto;
		word-break: break-word;
	}
	
	.entry > table, .entry > .text-content > table {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.entry img.state-logo {
		max-width: 50%;
		height: auto;
	}
	
	#footer {
		width: 730px;
	}
	
	#navigation {
		height: auto;
		margin-bottom: 20px;
	}
	
	#navigation ul {
		text-align: center;
	}
	
	#navigation ul li {
		float: none;
		text-align: left;
		display: inline-block;
	}
	
	#catholic-life {
		display: none;
	}
	
	#home-widgets {
		width: 100%;
	}
	
	#home-widgets .widget {
		width: 45%;
	}
	
	#home-widgets .widget#hot-issues,
	#home-widgets .widget#home-widget-3 {
		float: right;
	}
	
	#facebook-feed {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#facebook-feed > a {
		display: block;
		width: 243px;
		margin: 0 auto;
	}
	
	#facebook_status_box {
		width: 100%;
	}
	
	#facebook_status_box .fb_post {
		margin: 10px;
	}
	
	#facebook_status_box .fb_post h5 {
		width: auto;
	}

	#facebook_status_box .fb_post .fb_msg {
		float: none;
		margin-left: 70px;
		width: auto;
	}
	
	.entry p > img {
		float: none;
		max-width: 100%;
		height: auto;
	}
	
	.entry p img.profile-img,
	.entry h2 img.profile-img,
	.entry h4 img.profile-img	{
		max-width: 170px;
		float: right;
	}
	
	#footer .column.footer-img {
		display: none;
	}
	
	#footer #copyright {
		padding-top: 22px;
	}
}

@media (max-width: 768px) {

	#header .social-links {
		display: none;
	}

	#site , #navigation, #content, #footer {
		width: auto;
	}

	body {
		padding: 0;
	}
	
	#slideshow-next img, #slideshow-prev img {
		width: 30px;
		height: auto;
	}
	
	#search input[type=text]::-webkit-input-placeholder {
	   color: #ababab;
	}

	#search input[type=text]:-moz-placeholder {
	   color: #ababab;
	}

	#search input[type=text]::-moz-placeholder {
	   color: #ababab;
	}

	#search input[type=text]:-ms-input-placeholder {  
	   color: #ababab;
	}
	
	#home-text h1 {
		line-height: 35px;
	}
	
	#navigation {
		background: #ffffff;
	}
	
	#navigation a.menu-icon, #navigation a.hot-issues {
		display: block;
	}
	
	#navigation a {
		font-size: 14px;
	}
	
	#menu-navigation {
		display: none;
	}
	
	#menu-navigation > li:nth-last-child(2), #menu-navigation > li:last-child {
		display: block !important;
		background: #de202a;
	}
	
	#navigation #menu-navigation > li:nth-last-child(2) > a,
	#navigation #menu-navigation > li:last-child  > a {
		color: #ffffff;
	}
	
	#menu-navigation > li:nth-last-child(2) {
		border-bottom: 1px solid #ffffff;
	}
	
	#navigation ul li {
		display: block;
		padding: 7px 0;
		text-transform: uppercase;
		border-left: 0;
	}
	
	#navigation #menu-navigation > li > a {
		color: #d22d2e;
		padding-left: 27px;
	}
	
	#navigation #menu-navigation li > span.menu-toggle-icon {
		content: ">";
		display: block;
		position: absolute;
		padding: 7px;
		right: 23px;
		top: 0px;
		z-index: 200;
		cursor: pointer;
	}
	
	#navigation #menu-navigation li.active-item > span.menu-toggle-icon {
		-webkit-transform: rotate(90deg);
		-mox-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	#navigation #menu-navigation  li  ul {
		position: static;
		background-color: #fff;
	}
	
	#navigation li:hover ul {
		display: none;
	}
	
	/* #navigation #menu-navigation  li:hover > ul {
		display: block;
	} */
	
	#navigation ul li ul li {
		padding: 0;
	}
	
	#navigation li ul ul {
		margin: 0;
	}
	
	#navigation li ul ul li a {
		padding-left: 90px;
	}
	
	#navigation ul ul a {
		background: #ffffff;
		color: #000000;
		padding: 7px 0 7px 64px;
	}
	
	#navigation ul ul a:hover {
		background: #707070;
		color: #ffffff;
	}
	
	.header-wrapper {
		position: relative;
		width: 440px;
		height: 100%;
		margin: 0 auto;
	}
	
	#header #logo {
		position: static;
		margin-top: 48px;
		margin-left: 0;
		float: left;
	}
	
	#header #header-text {
		position: static;
		padding-top: 69px;
	}
	
	#header #header-text h3 {
		margin-left: 200px;
		margin-top: 0;
		font-size: 20px;
	}
	
	#header #header-text h2 {
		margin-left: 162px;
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
	#header #header-text h4 {
		margin-left: 161px;
		margin-top: 0;
		font-size: 12px;
		letter-spacing: 0;
		font-style: italic;
	}
	
	/*#header #header-text h4 {
		clear: both;
		margin-left: 30px;
		padding-top: 10px;
	} */
	
	#header .donate, #header .join-can {
		display: none;
	}

	#navigation {
		padding-top: 1px;
	}
	
	#search {
		position: absolute;
		top: 0;
		width: 100%;
		height: 44px;
		background: #de202a;
		padding-right: 150px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#search table {
		padding: 8px 0;
		border: 0;
		margin: 0;
	}
	
	#search input[type=text] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#navigation {
		position: relative;
	}
	
	#navigation .menu-navigation-container {
		padding-top: 44px;
		margin-bottom: 25px;
	}
	
	#search td:nth-child(2) {
		width: 100%;
	}
	
	#search td:nth-child(3) {
		display: none;
	}
	
	#home-text {
		padding-bottom: 5px;
	}
	
	#home-widgets, #facebook-feed, #footer {
		display: none;
	}
	
	#sidebar {
		display: none;
	}
	
	.entry p.img-content:not(.has-text) {
		text-align: center;
		margin-left: -20px;
		margin-right: -20px;
		font-size: 0;
		line-height: 0;
	}
	
	.entry, #content h5 {
		width: 100%;
	}
	
	.entry h1 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.page-id-3469 .entry h1.heading,.fancybox-wrap h1.heading {
		line-height: 44px;
	}
	
	.page-id-3469 .sociable {
		display: none;
	}
	
	.entry h2, .entry .text-content h2 {
		font-size: 20px;
		line-height: 23px;
	}
	
	.entry p.profile-pic {
		display: block !important;
	}

	.entry.state-container p,
	.entry.state-container h3,
	.entry.state-container h4 {
		display: block !important;
	}
	
	#content .entry p.more-link-content {
		display: block !important;
		font-size: 0;
	}
	
	#content .entry p.more-link-content > a.more-link {
		font-size: 14px;
	}
	
	.entry.mobile-invisible{
		display: none;
	}
	
	#breadcrumb {
		display: none;
	}
	
	.navigation {
		width: 100%;
	}
	
	.entry h2 > a {
		color: #000000;
	}
	
	.entry hr {
		background: #de202a;
	}
	
	#content h5 {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		width: auto;
		border-bottom: 1px solid #de202a;
		text-transform: uppercase;
		font-style: normal;
		color: #de202a;
		font-size: 17px;
	}
	
	#content h5:after {
		content: "^";
		display: inline-block;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
		vertical-align: top;
		line-height: 10px;
		font-weight: bold;
		margin-left: 5px;
	}
	
	a.more-update {
		font-size: 20px;
		display: block;
		text-align: center;
		text-transform: capitalize;
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #de202a;
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
		top: -1px;
		background-color: #fff;
		margin-bottom: -1px;
		border-top: 1px solid #de202a;
        color:#d22d2e;
	}
	
	.more-update:hover {
		text-decoration: none;
	}

	.more-update img {
		vertical-align: middle;
	}
	
	.entry hr {
		margin-bottom: 0;
	}
	
	.entry .text-content p:first-child > strong {
		display: none;
	}
	
	.entry .text-content p.img-content.has-text:first-child > strong {
		display: inline;
	}
	
	.entry .text-content p:last-of-type > strong {
		display: none;
	}
	
	.entry .text-content p:last-of-type > br {
		display: none;
	}
	
	.footer-mobile  {
		display: block;
	}
}

@media (max-width: 480px) {
	#header {
		height: auto;
	}
	
	#header #logo {
		width: 87px;
		height: auto;
		margin-top: 12px;
		margin-left: 10px;
	}
	
	#header #header-text {
		padding-top: 25px;
	}
	
	#header #header-text h3 {
		margin-left: 139px;
		font-size: 17px;
	}
	
	#header #header-text h2 {
		margin-left: 106px;
		font-size: 23px;
		margin-top: 4px;
	}
	
	#header #header-text h4 {
		clear: both;
		margin-top: 35px;
		margin-left: 15px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 20px;
	}
	
	#header #header-text h4 span {
		font-size: 16px;
		display: block;
	}
	
	.header-wrapper {
		width: 320px;
	}
	
	.banner-wrapper {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	
	#navigation, #navigation .menu-navigation-container {
		margin-bottom: 0;
	}
	
	#navigation .menu-navigation-container {
		padding-top: 43px;
	}
	
	#navigation ul {
		white-space: normal;
	}
	
	#home-text {
		padding: 28px 20px 0 20px;
		margin-left: -20px;
		margin-right: -20px;
		background: url(images/content-shadow.png) no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	
	#home-text h1 {
		font-size: 24px;
		line-height: 25px;
		letter-spacing: -1px;
		margin-left: 0;
		margin-top: 0;
	}
	
	#home-text p {
		font-size: 14px;
		line-height: 22px;
		margin-left: 0;
		font-family: Arial, sans-serif;
	}
	
	.navigation {
		display: none;
	}
	
	.entry {
		float: none;
	}
	
	.entry p.img-content {
		margin-bottom: 0;
	}
	
	.entry .img-content + .text-content {
		background: url(images/content-shadow.png) top left no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.entry .text-content h2 {
		margin-top: 0;
	}
	
	.entry .text-content img  {
		float: none;
		max-width: 100%;
		height: auto;
	}
	
	.entry .text-content img.alignright  {
		margin-left: 0;
	}
	
	.entry .text-content img.state-logo {
		display: block;
	}
	
	.entry .text-content .more-link-content img {
		display: inline-block;
	}
	
	.entry p img.profile-img,
	.entry h2 img.profile-img,
	.entry h4 img.profile-img	{
		max-width: 170px;
		float: none;
		display: block;
	}
	
	.entry .text-content p {
		font-size: 14px;
		font-family: Arial, sans-serif;
	}
	
	.more-link {
		display: inline-block;
	}
	
	#gform_1 .ginput_left, #gform_1 .ginput_right {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	#gform_1 .ginput_left input,
	#gform_1 .ginput_right input,
	.gform_wrapper .top_label input.medium,
	.gform_wrapper textarea.medium {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}