/*
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
*/

@font-face {
	font-family: 'Rockwell-Bold';
	src: url('fonts/rockwell-bold/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/rockwell-bold/Rockwell-Bold.woff') format('woff'),
		 url('fonts/rockwell-bold/Rockwell-Bold.ttf')  format('truetype'),
		 url('fonts/rockwell-bold/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/helvetica-neue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
		 url('fonts/helvetica-neue/HelveticaNeue.woff') format('woff'),
		 url('fonts/helvetica-neue/HelveticaNeue.ttf')  format('truetype'),
		 url('fonts/helvetica-neue/HelveticaNeue.svg#Rockwell-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('fonts/helvetica-neue-medium/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/helvetica-neue-medium/HelveticaNeue-Medium.woff') format('woff'),
		 url('fonts/helvetica-neue-medium/HelveticaNeue-Medium.ttf')  format('truetype'),
		 url('fonts/helvetica-neue-medium/HelveticaNeue-Medium.svg#Rockwell-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('fonts/helvetica-neue-bold/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/helvetica-neue-bold/HelveticaNeue-Bold.woff') format('woff'),
		 url('fonts/helvetica-neue-bold/HelveticaNeue-Bold.ttf')  format('truetype'),
		 url('fonts/helvetica-neue-bold/HelveticaNeue-Bold.svg#Rockwell-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* BASICS */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	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;
}
.alignnone {
	display:inline-block;
}
.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;
}
.site {
	width: 1056px;
	min-height: 100%;
	margin: 0px auto;
}
#content {
	position: relative;
	width: 1018px;
	margin: 0px auto;
}

/* HEADER */

#header {
	position: relative;
	width: 100%;
	height: 251px;
	background-color: #fff;
}
#header #logo {
	position: absolute;
	left: 24px;
	top: 95px;
}
#header #header-text {
	position: absolute;
	top: 6px;
	left: 180px;
}
#header .header-right {
	float: right;
}

#header .header-right .header-donate {
	text-align: right;
	font-family: 'HelveticaNeue-Bold', sans-serif;
	margin: 100px 15px 12px 0;
}

#header .header-right .header-donate a {
	text-decoration: none;
	color: #0090f5;
}

#header .header-right .social-links {
	margin-top: 0;
}

#header #header-text h3 {
	font-family: 'Rockwell-Bold';
	font-size: 47px;
	line-height: 34px;
	color: #c03333;
	letter-spacing: -1px;
	margin: 90px 0px 0px 72px;
}
#header #header-text h2 {
	font-size: 61px;
	font-family: 'Rockwell-Bold';
	color: #c03333;
	letter-spacing: -1px;
	margin: 16px 0px 24px 12px;
}
#header #header-text h4 {
	font-size: 18px;
	font-family: 'HelveticaNeue-Medium';
	text-transform: uppercase;
	color: #4b4b4b;
	letter-spacing: -0.02em;
	margin: 28px 0px 28px 17px;
}
#header .donate {
	position: absolute;
	top: 24px;
	right: 24px;
}
#header .join-can {
	position: absolute;
	top: 106px;
	right: 24px;
}

/* SEARCH */

#search {
	font-family: 'HelveticaNeue-Medium', sans-serif;
	position: relative;
	width: 295px;
	float: right;
}

#search form {
	padding: 14px 0 0;
}

#search label {
	font-size: 14px;
	font-family: 'HelveticaNeue-Medium', sans-serif;
	color: #fff;
	padding-right: 7px;
}

#search input[type=text] {
	width: 175px;
	font-size: 14px;
	margin: 0;
	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 {
	clear: both;
	background: #eeeeee;
}

#footer {
	position: relative;
	width: 1018px;
	margin: 0px auto;
	padding: 30px 0px;
	overflow: auto;
	background-repeat:repeat-x;
}

#footer .footer-logo {
	text-align: right;
	margin-top: 35px;
	padding-right: 30px;
}

#footer .column {
	float: left;
	margin-right: 18px;
}
#footer .column h4 {
	font-family: 'HelveticaNeue-Bold', sans-serif;
	line-height: 19px;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #c03333;
	margin: 9px 0px 18px 0px;
}
#footer .column ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 9px 0px 30px;
	list-style: disc;
	margin-left:10px;
}
#footer .column ul li {
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 3px;
}
#footer .column ul li a {
	font-family: 'HelveticaNeue-Medium', sans-serif;
	color: #000000;
}
#footer .column.issues {
	width: 160px;
	margin-left: 6px;
}

#footer .column.middle {
	width: 390px;
	margin-left: 18px;
}
#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 #footer-menu {
    width: 210px;
    float: left;
    padding: 0 35px 15px 35px;
    background: #FFFFFF;
}

#footer #footer-menu h4 {
	text-transform: uppercase;
	color: #C03333;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'HelveticaNeue-Bold', sans-serif;
}

#footer #footer-menu ul {
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 0;
}

#footer #footer-menu ul li {
	margin-bottom: 5px;
	padding-left: 18px;
}

#footer #footer-menu ul li a {
	color: #333333;
	font-family: 'HelveticaNeue-Medium', sans-serif;
}

#footer #footer-menu img {
	display: block;
	margin: 20px auto 0 auto;
}

#footer #copyright {
	clear: both;
	font-family: 'HelveticaNeue', sans-serif;
	padding-top: 45px;
    line-height: 22px;
	font-size: 16px;
	text-align: right;
}

#footer .feed-item .wprss-feed-meta {
	display: none;
}

/* HOME */
#slideshow-wrapper {
	position: relative;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}
#slideshow {
	margin: 0px;
	overflow: hidden;
}
#slideshow img {
	width: 100%;
	height: auto;
}
#slideshow-prev,
#slideshow-next {
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
    cursor: pointer;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#slideshow-prev {
	left: 3px;
	padding: 8px 3px 8px 0;
}
#slideshow-next {
	right: 3px;
	padding: 8px 0 8px 3px;
}

#slideshow:hover #slideshow-prev,
#slideshow:hover #slideshow-next {
	background: rgba(255, 255, 255, 0.7);
}

#slideshow-prev:hover {
	left: 7px;
}

#slideshow-next:hover {
	right: 7px;
}

#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;
}
#slideshow-wrapper #slideshow .slide .caption {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 6.4em;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slideshow-wrapper #slideshow .slide-2 .caption {
    margin-left: -11.5em;
}

#slideshow-wrapper #slideshow .slide-3 .caption {
	left: 11%;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
    margin-left: 0;
    top: auto;
    bottom: 17%;
}

#slideshow-wrapper #slideshow .slide-4 .caption {
	margin-left: 12.8em;
}

#slideshow-wrapper #slideshow .slide .caption h1 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000, 1px 1px 4px #000;
    font-family: 'Rockwell-Bold', sans-serif;
    font-size: 3.3em;
    line-height: 1em;
    margin: 0 0 10px 0;
}

#slideshow-wrapper #slideshow .slide .caption h1 span {
	font-size: 1.7em;
}

#slideshow-wrapper #slideshow .slide-2 .caption h1 strong {
	font-size: 4.5em;
    position: absolute;
    top: 0;
    left: 100%;
    color: #ffdb49;
}

#slideshow-wrapper #slideshow .slide-3 .caption h1 {
	font-size: 2.9em;
}

#slideshow-wrapper #slideshow .slide-4 .caption h1 {
	font-size: 4.2em;
}

#slideshow-wrapper #slideshow .slide .caption p {
    margin: 0;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 1.8em;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 0px 0px 2px #fff;
}

#slideshow-wrapper #slideshow .slide-2 .caption p,
#slideshow-wrapper #slideshow .slide-3 .caption p {
	color: #ffdb49;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 0px 0px 2px #000;
}

#slideshow-wrapper #slideshow .slide-4 .caption p {
	color: #b7e2e3;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 0px 0px 2px #000;
}

#slideshow-wrapper #slideshow .slide-2 .caption p {
	font-size: 1.65em;
}

#slideshow-wrapper #slideshow .slide-3 .caption p {
	font-size: 3.1em;
}

#slideshow-wrapper #slideshow .slide-4 .caption p {
	font-size: 1.95em;
}

#slideshow .slide {
	width: 100%;
}

#mobile-slideshow {
	display: none;
}

#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 {
	display: none;
}
#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 .hot-issue-tag {
	background: #D11D28;
	padding: 5px 15px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-15px, -70%);
	-moz-transform: translate(-15px, -70%);
	transform: translate(-15px, -70%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HelveticaNeue-Medium', sans-serif;
}
#home-widgets .widget .hot-issue-tag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	border: 7px solid transparent;
	border-top-color: #D11D28;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#home-widgets .widget {
	width: 348px;
	height: 160px;
	float: left;
	position: relative;
	border: 1px solid #d0d0d0;
	padding: 18px 0px 19px 18px;
	margin: 0px 18px 18px 0px;
}
#home-widgets .widget ul li a {
	color: #000000;
}
#home-widgets h3 {
	margin: 0px;
}
#home-widgets h2 {
	font-family: 'HelveticaNeue-Bold', sans-serif;
	font-size: 32px;
}
#home-widgets h3 a {
	font-family: 'HelveticaNeue-Bold', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #c03333;
}
#home-widgets ul {
	padding-left: 20px;
	font-family: 'HelveticaNeue-Medium', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
#home-widgets ul li {
	margin-bottom: 10px;
}
#home-widgets p {
	font-family: 'HelveticaNeue-Medium', sans-serif;
	font-size: 13px;
	line-height: 19px;
	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 #home-widget-3 {
	display: inline-block;
	float: none;
	padding: 18px 19px;
	width: 332px;
	height: auto;
	min-height: 378px;
}
#home-widgets .widget#hot-issues,
#home-widgets .widget#home-widget-3 {
	margin-right: 0px;
}

#home-widgets .widget#home-widget-1 img,
#home-widgets .widget#home-widget-2 img {
	margin-right: 12px;
}

.banner-wrapper {
	padding-bottom: 50px;
}

/* 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: 18px; /** 14px; **/
	line-height: 28px; /** 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 {
	height: 50px;
	background: #202020;
	font-family: 'HelveticaNeue-Medium', sans-serif;
}

#navigation .menu-navigation-container {
	float: left;
}

#navigation .menu-navigation-container #menu-navigation:after {
	content: "";
	display: block;
	clear: both;
}

#navigation ul { /* all lists */
	padding: 0;
	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;
}
#navigation ul#menu-navigation > li > a {
	padding: 16px 10px;
	line-height: 18px;
	text-transform: uppercase;
}

#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: #202020;
	color: #fff;
	padding-top: 6px;
}
#navigation ul ul a:hover  {
	color: #cfcfcf;
}
#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: 14px;
	color: #fff;
}

#navigation li { /* all list items */
	float: left;
	width: auto;
    position:relative;
}
#navigation li ul { /* second-level lists */
	position: absolute;
	background-color: #202020;
	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.sub-menu ul.sub-menu { /* third-and-above-level lists */
	margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
}
#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 */

#home-sidebar {
	width: 243px;
	float: right;
}

#home-sidebar .TwitterTweets h2,
#home-sidebar .widget_text h2 {
	font-family: 'HelveticaNeue-Medium';
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
}

#home-sidebar .tweets_avatar img {
    width: 11%;
    height: auto;
}

#home-sidebar ul.light li.tweets_avatar .tweet_data {
	font-family: 'HelveticaNeue-Medium', sans-serif;
    line-height: 1.3em;
}

#home-sidebar .widget_text h2:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 47px;
	vertical-align: middle;
	margin-right: 10px;
	background: url('images/facebook.png') no-repeat;
}

#home-sidebar .TwitterTweets h2:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 34px;
	vertical-align: middle;
	margin-right: 10px;
	background: url('images/twitter.png') no-repeat;
}

#home-sidebar .TwitterTweets {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}

#home-sidebar li.tweets_avatar {
	padding: 0 !important;
}

.light .tweets-intent-data {
	border-top: 0;
}

.light div.wdtf-screen-name span.screen_name {
	font-size: 14px;
}

.tweets-intent-data ul {
	padding: 0 0 0 25px;
}

.tweets-intent-data li {
	width: auto !important;
}

.tweets-intent-data a {
	text-decoration: none !important;
}

.tweet-actions [data-icon]:before {
	font-size: 14px;
}

ul.light li.tweets_avatar .tweet_data {
	margin-left: 27px;
	font-size: 12px;
}

div.wdtf-screen-name {
	width: 87%;
}

ul.light li.tweets_avatar .wdtf-screen-name a {
	display: inline-block;
    width: auto;
    font-size: 11px;
    margin-left: 2px;
}

ul.light li.tweets_avatar .times a {
	font-size: 11px;
}

.fetched_tweets > li {
	box-shadow: none;
}

.tweets_avatar img {
	margin-right: 0;
}

#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;
}

[id*="attachment"] {
	width: auto !important;
}

.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.instagram {
	background-position: -128px 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;
}

table.support-staff {
	width: 100%;
	text-align: center;
}



/* 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, .site, #content, #footer {
		width: 962px;
	}

	#navigation {
		margin: 0 auto;
	}

	#header {
		height: 200px;
	}

	#header .header-right .header-donate {
		margin-top: 80px;
	}

	#header #logo {
		top: 70px;
	}

	#header #header-text h3 {
		font-size: 42px;
		margin-top: 70px;
	}

	#header #header-text h2 {
		font-size: 50px;
	}

	#header #header-text h4 {
		font-size: 15px;
	}

	.entry, #content h5 {
		width: 635px;
	}

	#slideshow-wrapper #slideshow .slide .caption {
		margin-left: 4.4em;
	}

	#slideshow-wrapper #slideshow .slide .caption h1 {
		font-size: 2.3em;
	}

	#slideshow-wrapper #slideshow .slide .caption p {
		font-size: 1.3em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption h1 {
		font-size: 3.2em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption p {
		font-size: 1.5em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption {
		margin-left: 9.8em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption {
		margin-left: -8.5em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption p {
		font-size: 1.2em;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption {
		margin-left: 0;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption h1 {
		font-size: 2.1em;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption p {
		font-size: 2.4em;
	}

	#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: 240px;
		top: 0;
	}

	#navigation ul {
		padding: 0;
	}

	#navigation #menu-navigation > li > ul {
		top: 100%;
	}

	/* #navigation ul li {
		padding: 9px 0;
	} */

	#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;
	}

	#search label {
		display: none;
	}

	#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 {
		height: 177px;
	}

	#home-widgets #hot-issues h2 {
		font-size: 36px;
	}

	#home-widgets #hot-issues ul {
		font-size: 14px;
		line-height: 16px;
	}

	#home-widgets #home-widget-3 {
		width: 232px;
		min-height: 412px;
	}

	#home-widgets ul {
		margin-top: 30px;
	}

	#home-widgets ul li {
		margin-bottom: 12px;
	}

	#home-widgets h2 {
		font-size: 26px;
	}

	#footer .column.issues {
		width: 130px;
	}

	#footer .column.latest-news {
		width: 260px;
	}

	#footer .column.middle {
		width: 295px;
	}
}


@media (max-width: 992px) {

	#site, .site, #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;
		margin-left: 42px;
	}

	#header #header-text h2 {
		font-size: 36px;
		margin: 4px 0px 10px 12px;
	}

	#header #header-text h4 {
		font-size: 11px;
    	margin: 5px 0px;
	}

	#home-widgets {
		float: none;
	}

	#search {
		width: 100%;
		float: none;
		position: absolute;
	    left: 0;
	    top: 100%;
	}

	#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 form {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 750px;
		margin: 0 auto;
		position: relative;
		padding: 10px 0 10px 90px;
	}

	#search label {
		color: #000;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	#search input[type=text] {
		background: #FCFCFC;
		width: 100%;
		border-color: #949494;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#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;
	}

	#navigation .menu-navigation-container {
		float: none;
	}

	#footer {
		width: 730px;
	}

	#navigation {
		height: auto;
		margin-bottom: 50px;
		position: relative;
	}

	#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: 44%;
	}

	#home-widgets .widget#home-widget-1,
	#home-widgets .widget#home-widget-2 {
		height: 200px;
	}

	#home-widgets .widget#home-widget-3 {
		float: left;
		width: 41%;
	}

	#home-sidebar {
		width: 50%;
	}

	#home-widgets .widget#hot-issues {
		float: right;
	}

	#slideshow-wrapper #slideshow .slide .caption {
	    margin-left: 0;
	    transform: translate(0, -50%);
	    left: 30%;
	}

	#slideshow-wrapper #slideshow .slide .caption h1 {
	    font-size: 2em;
	}

	#slideshow-wrapper #slideshow .slide .caption p {
	    font-size: 2em;
	    white-space: normal;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption {
		left: 7%;
		width: 70%;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption h1 {
		font-size: 2.7em;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption p {
	    font-size: 3em;
    	line-height: 0.95em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption {
		margin-left: 0;
	    left: 43%;
	    -webkit-transform: translate(0,-50%);
	    -moz-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}

	#slideshow-wrapper #slideshow .slide-4 .caption h1 {
	    font-size: 3em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption p {
	    font-size: 2em;
	    line-height: 1em;
	}

	#footer .column.middle {
		width: 410px;
	}

	#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;
		display: block;
	}

	.entry p:first-of-type > img {
		margin-left: 0;
	}

	.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, .site, #navigation, #content, #footer {
		width: auto;
	}

	html {
		position: relative;
		min-height: 100%;
	}

	body {
		padding: 0;
	    margin-bottom: 161px;
		position: static;
	}

	#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 {
		display: block;
	} */

	#home-text h1 {
		line-height: 35px;
	}

	#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: 0;
		text-transform: uppercase;
		border-left: 0;
	}

	#navigation #menu-navigation li a {
		border-bottom: 1px solid #d0d0d0;
	}

	#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#menu-navigation > li > a {
		padding: 7px 10px;
	}

	#search label {
		display: none;
	}

	#navigation ul li ul li {
		padding: 0;
		border-top: 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 .header-right {
		float: none;
		position: absolute;
		top: 2px;
		right: 2px;
	}

	#header .header-right .header-donate {
		margin: 0;
	}

	.header-wrapper {
		position: relative;
		width: 440px;
		height: 100%;
		margin: 0 auto;
	}

	#header #logo {
		position: static;
		margin-top: 45px;
		margin-left: 0;
		float: left;
		width: 87px;
		height: auto;
	}

	#header #header-text {
		position: static;
		padding-top: 60px;
	}

	#header #header-text h3 {
		margin-left: 130px;
		margin-top: 0;
		line-height: 23px;
		font-size: 25px;
	}

	#header #header-text h2 {
		margin-left: 97px;
		font-size: 32px;
		margin-top: 0;
		line-height: 32px;
		margin-bottom: 15px;
	}

	#header #header-text h4 {
		margin-left: 161px;
		margin-top: 0;
		text-align: center;
		font-size: 20px;
		margin-left: 0;
		line-height: 22px;
		letter-spacing: 0;
	}

	/*#header #header-text h4 {
		clear: both;
		margin-left: 30px;
		padding-top: 10px;
	} */

	#header .donate, #header .join-can {
		display: none;
	}

	#search {
		position: absolute;
		top: 0;
		width: 100%;
		height: 44px;
		background: #010101;
		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;
		background: #fff;
    	border-color: transparent;
    	height: 28px;
	}

	#search form {
		width: 100%;
		padding: 8px 0 8px 10px;
	}

	#navigation {
		position: relative;
		background: #ffffff;
		padding-top: 1px;
		margin-bottom: 0;
	}

	#navigation .menu-navigation-container {
		padding-top: 44px;
		/* margin-bottom: 25px; */
	}

	#search td:nth-child(2) {
		width: 100%;
	}

	#search td:nth-child(3) {
		display: none;
	}

	.banner-wrapper {
		padding-bottom: 0;
	}

	#home-text {
		padding-bottom: 5px;
	}

	#home-widgets #home-widget-1, #home-widgets #home-widget-2, #facebook-feed, #footer {
		display: none;
	}

	#home-widgets .widget#home-widget-3 {
		float: none;
		width: auto;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
		min-height: 0;
	}

	#home-widgets #home-widget-3 .textwidget > img {
		display: none !important;
	}

	#home-widgets h2 {
		margin: -22px 0 25px 0;
	    padding: 10px 19px;
	    line-height: 29px;
	    font-size: 27px;
	    margin-left: -19px;
	    margin-right: -19px;
	    background: #d52a27;
	}

	#home-widgets h2 a {
		color: #FFFFFF;
	}

	#home-widgets ul li {
	    margin-bottom: 15px;
	}

	#sidebar,
	#header .header-right .header-donate a {
		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 {
		float: none;
		display: block;
	}

	.entry, #content h5 {
		width: 100%;
	}

	.entry h1 {
		font-size: 25px;
		line-height: 30px;
	}

    /** 2018 06 09 - removed because of social icons on About > Diocese
	.inline-image img {
		width: 50%;
	}
    **/

	.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, #home-sidebar {
		display: none;
	}

	.navigation {
		width: 100%;
		display: none;
	}

	.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;
	}

	#slideshow-wrapper #slideshow .slide .caption {
	    margin-left: 4.4em;
	    transform: translate(0, -50%);
	    left: 5%;
	}

	#slideshow-wrapper #slideshow .slide .caption h1 {
		font-size: 1.7em;
	}

	#slideshow-wrapper #slideshow .slide .caption p {
		font-size: 1.3em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption {
		margin-left: 0;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption h1 {
		display: inline-block;
		font-size: 1.6em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption h1 strong {
		font-size: 3em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption p {
		margin-right: 39%;
		text-align: right;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption {
		top: 50%;
		margin-left: 0;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption {
		margin-left: 0;
	    left: 40%;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption p {
	    font-size: 1.2em;
	}

	.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;
	}

	.comments {
		width: auto;
		padding-bottom: 20px;
	}

	.comments #respond textarea {
		width: 100%;
	}

	.comments .inline-image img {
		width: auto;
	}

	.footer-mobile  {
		display: block;
	}

	.footer-mobile .social-links {
		display: none;
	}

	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

@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;
		line-height: 17px;
	}

	#header #header-text h2 {
		margin-left: 106px;
		font-size: 22px;
		line-height: 19px;
		margin-top: 4px;
	}

	#header #header-text h4 {
		clear: both;
		text-align: center;
		margin-top: 20px;
		margin-left: 15px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
	}

	#header #header-text h4 span {
		font-size: 14px;
		display: block;
	}

	.header-wrapper {
		width: 320px;
	}

	.banner-wrapper {
		width: auto;
	}

	#navigation, #navigation .menu-navigation-container {
		margin-bottom: 0;
	}

	#navigation .menu-navigation-container {
		padding-top: 43px;
	}

	#navigation ul {
		white-space: normal;
	}

	#slideshow-wrapper #slideshow .slide .caption h1 {
		font-size: 1em;
	}

	#slideshow-wrapper #slideshow .slide .caption p {
		font-size: 0.9em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption h1 {
		font-size: 1.2em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption h1 strong {
		font-size: 2.5em;
	}

	#slideshow-wrapper #slideshow .slide-2 .caption p {
	    margin-right: 27%;
	    text-align: right;
	}

	#slideshow-wrapper #slideshow .slide-3 .caption h1 {
		margin-bottom: 7px;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption h1 {
		font-size: 1.3em;
	}

	#slideshow-wrapper #slideshow .slide-4 .caption p {
		font-size: 1em;
	}

	#mobile-slideshow {
		display: block;
	}

	#mobile-slideshow .slide,
	#mobile-slideshow .slide img {
		width: 100%;
	}

	#mobile-slideshow .slide img {
		display: block;
	}

	#slideshow {
		display: none;
	}

	#slideshow-wrapper {
		display: block;
		width: 100%;
	}

	#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;
	}
}
