﻿/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

	audio:not([controls]) {
		display: none;
	}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

a {
	color: #ffffff;
	text-decoration: none;
}

	a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover, a:active {
		outline: 0;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

	q:before, q:after {
		content: "";
		content: none;
	}

small {
	font-size: 85%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button;
		*overflow: visible;
	}

		button[disabled], input[disabled] {
			cursor: default;
		}

	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		*width: 13px;
		*height: 13px;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
			-webkit-appearance: none;
		}

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

	input:valid, textarea:valid {
	}

	input:invalid, textarea:invalid {
		background-color: #f0dddd;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/* ==========================================================================
   SFArchdiocese developed styles
   ========================================================================== */

/* HTML5 region styles */
html {
	background-color: #9B0511;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

header {
	width: 100%;
	height: 187px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
}

section {
	width: 100%;
	margin: 0 auto;
}

article {
	margin: 0 auto;
}

footer {
	position: relative;
	top: -35px;
	width: 100%;
	min-height: 200px;
	background-color: #9B0511;
	color: #ffffff;
}

@media screen and (max-width: 480px) {
	body {
		width: 480px;
	}
}

/* Global styles */
#navred {
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	min-width: 950px;
	height: 37px;
	background: transparent url('/img/rednavbg.png') repeat-x top left;
}

.navred {
	height: 37px;
	padding: 10px 16px 10px 16px;
}

#navred a {
	text-decoration: none;
}

	#navred a:hover {
		text-decoration: none;
		color: #FFCE00 !important;
	}

	#navred a:visited {
		text-decoration: none;
	}

.navredselected {
	height: 37px;
	padding: 10px 16px 10px 16px;
	text-decoration: none;
	background-color: #7E0105;
}

	.navredselected a {
		height: 37px;
		padding: 10px 16px 10px 16px;
		text-decoration: none;
	}

		.navredselected a:hover {
			height: 37px;
			padding: 10px 16px 10px 16px;
			text-decoration: none;
			color: #FFCE00 !important;
		}

		.navredselected a:visited {
			height: 37px;
			padding: 10px 16px 10px 16px;
			text-decoration: none;
		}

.navredrightside {
	height: 37px;
	padding: 10px 0px 10px 16px;
}

	.navredrightside a {
		height: 37px;
		padding: 10px 0px 10px 16px;
		text-decoration: none;
	}

		.navredrightside a:hover {
			height: 37px;
			padding: 10px 0px 10px 16px;
			text-decoration: none;
			color: #FFCE00 !important;
		}

		.navredrightside a:visited {
			height: 37px;
			padding: 10px 0px 10px 16px;
			text-decoration: none;
		}

#aLogoTop {
	display: block;
	position: absolute;
	top: 0px;
	height: 37px;
}

#aLogo {
	display: block;
	position: relative;
	float: left;
	height: 115px;
	width: 410px;
}

#navlogo {
	text-align: right;
	vertical-align: top;
	width: 100%;
	min-width: 950px;
	height: 115px;
	background: transparent url('/img/logobg.png') repeat-x top left;
}

.follow {
	color: #7e7f80;
	font-size: 12px;
	text-transform: uppercase;
}

.sfsearchBox {
	padding: 10px 0 0 0;
}

.sfsearchText {
}

.sfsearchSubmit {
	height: 26px;
	padding: 3px 16px 3px 16px;
	color: #000000;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent url('/img/btn_yellow.png') repeat-x top left;
}

#navmain {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 152px;
	width: 100%;
    height: 37px;
	background: rgba(0,0,0,.68);
	z-index: 99;
}

.navmain {
	height: 41px;
	padding: 10px 33px 10px 10px;
	z-index: 5;
}

#navmain a {
	text-decoration: none;
	color: #ffffff;
    padding: 10px 21px;
}
#navmain li {
    padding: 0px;
    height: 37px;
}

	#navmain a:hover {
		text-decoration: none;
		color: #FFCE00 !important;
	}

.navmainselected {
	height: 41px;
	padding: 10px 34px 10px 10px;
	color: #FFCE00 !important;
	z-index: 5;
}

.navmainrightside {
	height: 41px;
	padding: 10px 0px 10px 10px;
	z-index: 5;
}

.navmainrightsideselected {
	height: 41px;
	padding: 10px 0px 10px 10px;
	color: #FFCE00;
	z-index: 5;
}

#navmainsec {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 152px;
	width: 100%;
    height: 37px;
	background: rgba(0,0,0,.68);
	z-index: 5;
}

	#navmainsec li {
        height: 37px;
        padding: 0px;
		z-index: 5;
	}

	#navmainsec a {
		text-decoration: none;
		color: #ffffff;
        padding: 10px 21px;
	}

		#navmainsec a:hover {
			text-decoration: none;
			color: #FFCE00 !important;
		}

.navmainsecselected {
	height: 41px;
	padding: 10px 34px 10px 10px;
	color: #FFCE00 !important;
	z-index: 5;
}

.navmainsecrightside {
	height: 41px;
	padding: 10px 0px 10px 20px;
	z-index: 5;
}

.navmainsecrightsideselected {
	height: 41px;
	padding: 10px 0px 10px 20px;
	color: #FFCE00;
	z-index: 5;
}

.sfNavWrp .sfSel {
	font-weight: normal !important;
}

#navmaintop {
	margin-top: 0px;
}

@media screen and (max-width: 480px) {
	#topnavright {
		display: none;
	}

	#midnavright {
		display: none;
	}

	#navmain a {
		display: block;
	}

	.navmain {
		height: 37px;
		padding: 1px 16px 1px 16px;
	}
	/*#navmainsec a { display: block; }
    .navmainsec {  height: 37px; padding: 1px 16px 1px 16px; } */
	.navmainrightside {
		height: 37px;
		padding: 0px 0px 10px 16px;
	}

	#navmaintop {
		margin-top: 10px;
	}
}

.yellowbar {
	border-top: 5px solid #FFCC00;
	height: 0px;
	width: 100%;
	min-width: 800px;
}

.btnyellow {
	height: 26px;
	padding: 3px 16px 3px 16px;
	color: #000000;
	text-align: center;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent url('/img/btn_yellow.png') repeat-x top left;
}

.btnred {
	height: 24px;
	padding: 4px 16px 10px 16px;
	margin: 0px 10px 0px 10px;
	color: #ffffff;
	text-align: center;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent url('/img/btn_red.gif') repeat-x top left;
}

	.btnred a {
		font-size: 12px;
		text-decoration: none;
		color: #ffffff !important;
		margin-top: 7px;
	}

		.btnred a:hover {
			font-size: 12px;
			text-decoration: none;
			color: #ffffff;
		}

.btnredscroll {
	height: 24px;
	padding: 0px 16px 10px 16px;
	margin: 0px 10px 0px 10px;
	color: #ffffff;
	text-align: center;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent url('/img/btn_red.gif') repeat-x top left;
}

.btnyellowdonate {
	height: 38px;
	padding: 6px 16px 6px 16px;
	margin: 14px 16px 14px 16px;
	color: #353535;
	text-align: center;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent url('/img/btn_ab_cordileone_video.png') repeat-x top left;
	background-image: linear-gradient(bottom, rgb(226,173,11) 12%, rgb(255,208,38) 56%, rgb(255,250,65) 78%);
	background-image: -o-linear-gradient(bottom, rgb(226,173,11) 12%, rgb(255,208,38) 56%, rgb(255,250,65) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(226,173,11) 12%, rgb(255,208,38) 56%, rgb(255,250,65) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(226,173,11) 12%, rgb(255,208,38) 56%, rgb(255,250,65) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(226,173,11) 12%, rgb(255,208,38) 56%, rgb(255,250,65) 78%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(226,173,11)), color-stop(0.56, rgb(255,208,38)), color-stop(0.78, rgb(255,250,65)) );
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

	.btnyellowdonate a {
		font-size: 12px;
		text-decoration: none;
		color: #a2080a;
	}

		.btnyellowdonate a:hover {
			font-size: 12px;
			text-decoration: none;
			color: #a2080a !important;
		}

.redText {
	color: #9b0511;
}

.contentframe {
	width: 950px;
	min-height: 30px;
	margin: 0 auto;
	background-color: transparent;
	overflow: visible;
}

.browserframe {
	width: 100%;
	min-height: 30px;
	margin: 0 auto;
	background-color: transparent;
	overflow: hidden;
}

/* Home page styles */
#marqueewrapper {
	width: 100%;
	height: 426px;
	margin: 0 auto;
	left: -250px;
}

#marquee {
	overflow: hidden !important;
	width: 100%;
	height: 426px;
	position: relative;
	top: -35px;
	left: 0px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	background-color: transparent;
	z-index: 1;
}

	#marquee div.marqueeitem {
		display: block;
		float: left;
	}

#marqueebox {
	float: left;
	position: relative;
	bottom: 128px;
	left: 80px;
	width: 360px;
	padding: 15px 16px;
	background: rgba(125,1,5,.60);
	z-index: 2;
}

.marqueetitle {
	font-family: 'Questrial', sans-serif;
	font-size: 48px;
	line-height: 52px;
}

.marqueetext {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
}

	.marqueetext p {
		margin: 0px;
		font-weight: bold;
	}

	.marqueetext a {
		font-weight: bold;
	}

.marqueebutton {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(0,0,0,.51);
	padding: 4px 16px 4px 16px;
	border-radius: 4px;
}

.marqueehotspot {
	float: right;
	position: relative;
	top: -70px;
	left: -70px;
	width: 400px;
	height: 38px;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	z-index: 10;
}

#marqueenav {
	position: absolute;
	height: 30px;
	width: 990px;
	top: 361px;
	left: 50%;
	margin: 0 0 0 -495px;
	z-index: 5;
}

.prev {
	position: relative;
	float: left;
	background-color: #000000;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	opacity: 0.69;
	filter: alpha(opacity=69);
	-moz-opacity: .69;
}

	.prev a {
		text-decoration: none;
	}

		.prev a:hover {
			text-decoration: none;
			color: #ffffff !important;
		}

.next {
	position: relative;
	float: right;
	background-color: #000000;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	opacity: 0.69;
	filter: alpha(opacity=69);
	-moz-opacity: .69;
}

	.next a {
		text-decoration: none;
		color: #ffffff;
	}

		.next a:hover {
			text-decoration: none;
			color: #ffffff !important;
		}

#marqueedimleft {
	overflow: hidden !important;
	position: absolute;
	height: 426px;
	width: 900px;
	top: 152px;
	left: 50%;
	margin: 0 0 0 -1451px;
	z-index: 5;
	background: transparent url('/img/leftShadow.png') repeat-y top left;
}

#marqueedimright {
	overflow: hidden !important;
	position: absolute;
	height: 426px; /*width:900px;*/
	top: 152px;
	right: 50%;
	margin: 0 -1451px 0 auto;
	z-index: 5;
	background: transparent url('/img/rightShadow.png') repeat-y top left;
}

#marqueeresponsivewrap {
	display: none;
}

#marqueeresponsive {
	overflow: hidden !important;
	width: 600px;
	height: 426px;
	position: relative;
	top: -35px;
	left: 0px;
	z-index: 1;
}

	#marqueeresponsive div.marqueeitem {
		display: block;
	}

@media screen and (max-width: 480px) {
	#marqueewrap {
		display: none;
	}

	#marqueeresponsivewrap {
		display: block;
	}
}

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	top: 420px;
	left: 50%;
	position: absolute;
	z-index: 500;
	background: transparent url('/img/tipTop.png') no-repeat top;
}

.tipMid {
	background: transparent url('/img/tipMid.png') repeat-y;
	padding: 0 25px 20px 25px;
}

.tipBtm {
	background: transparent url('/img/tipBtm.png') no-repeat bottom;
	height: 32px;
}

#homebodycontent {
	position: relative;
	top: -35px;
	width: 100%;
	min-height: 30px;
	background: #F3EFE6 url('/img/marble.jpg') repeat-y top center;
}

#maincontenttop {
	width: 100%;
	min-height: 30px;
	background: rgba(240, 240, 240, .20);
}

	#maincontenttop .colwhite {
		width: 100%;
		max-width: 430px;
		min-height: 366px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background: #ffffff url('/img/breadcrumbbg.png') top left repeat-x;
	}

	#maincontenttop .colgray {
		width: 309px;
		min-height: 366px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #E2DDD7;
	}

	#maincontenttop .sectiontitle {
		width: 100%;
		height: 35px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
	}

	#maincontenttop h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: normal;
		color: #353535;
		padding: 12px 18px 12px 18px;
		margin: 0;
	}

	#maincontenttop h3 {
		font-family: 'Oswald', sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #9b0511;
		padding: 16px 10px 0px 0px;
		margin: 0;
	}

		#maincontenttop h3 a {
			color: #9b0511 !important;
		}

			#maincontenttop h3 a:hover {
				color: #9b0511;
			}

	#maincontenttop .newsdate {
		font-size: 11px;
	}

	#maincontenttop .masstitle {
		font-size: 13px;
		color: #353535;
		line-height: 20px;
	}

	#maincontenttop a.masstitle {
		color: #9b0511 !important;
		text-decoration: none;
	}

	#maincontenttop a:hover.masstitle {
		color: #9b0511;
	}

	#maincontenttop ul {
		margin: 0px 0px 0px 0px;
	}

	#maincontenttop .masscontent {
		font-size: 11px;
	}

	#maincontenttop .home_tab {
		width: 100%;
		height: 33px;
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
		text-transform: uppercase;
		text-align: center;
		color: #7F7F7D;
		padding: 10px 0px 0px 0px;
		background-color: #C0C0C0;
	}

	#maincontenttop .home_tab_selected {
		width: 100%;
		height: 33px;
		color: #353535;
		background-color: #E2DDD7;
	}

@media screen and (max-width: 480px) {
}

#maincontentdark {
	width: 100%;
	min-height: 30px;
	background: rgba(155, 155, 155, .36);
}

	#maincontentdark .colwhite {
		width: 100%;
		min-height: 305px;
		height: 305px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #ffffff;
	}

	#maincontentdark .colgraywide {
		width: 637px;
		min-height: 305px;
		height: 305px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #CECBC4;
	}

	#maincontentdark .colgray {
		width: 309px;
		min-height: 310px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #CECBC4;
	}

	#maincontentdark .sectiontitle {
		width: 100%;
		height: 46px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
	}

	#maincontentdark h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		color: #353535;
		padding: 12px 18px 0px 18px;
		margin: 0;
	}

	#maincontentdark h3 {
		font-family: 'Oswald', sans-serif;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: normal;
		color: #ffffff;
		padding: 16px 10px 0px 0px;
		margin: 0;
	}

		#maincontentdark h3 a {
			color: #ffffff !important;
		}

			#maincontentdark h3 a:hover {
				color: #ffffff;
			}

	#maincontentdark .calendarmonth {
		margin: 0px;
		padding: 0px;
		font-family: 'Rokkitt' sans-serif;
		font-size: 14px;
		line-height: 14px;
		text-transform: uppercase;
	}

	#maincontentdark .calendardate {
		margin: 0px;
		font-family: 'Rokkitt' sans-serif;
		font-size: 30px;
		line-height: 30px;
	}

	#maincontentdark .calendarsummary {
		font-size: 12px;
		color: #353535;
	}

	#maincontentdark .btnviewcalendar {
		width: 188px;
	}

	#maincontentdark .eventdetail {
		width: 392px;
		height: 70px;
		background-color: #B5B2AB;
		margin: 0px;
		padding: 0px 15px 0px 15px;
	}

	#maincontentdark .mediacenter {
		width: 309px;
	}

@media screen and (max-width: 480px) {
	#maincontentdark .colwhite {
		max-width: 430px;
	}

	#maincontentdark .colgraywide {
		max-width: 430px;
	}

	#maincontentdark .eventdetail {
		width: 222px;
	}
}

#maincontentbottom {
	width: 100%;
	min-height: 30px;
	background: rgba(240, 240, 240, .20);
}

	#maincontentbottom .colwhite {
		width: 100%;
		max-width: 400px;
		min-height: 300px;
		height: 300px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #ffffff;
	}

	#maincontentbottom .colgray {
		width: 309px;
		min-height: 300px;
		height: 300px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
		background-color: #E2DDD7;
	}

	#maincontentbottom .sectiontitle {
		width: 100%;
		height: 58px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #7F7F7D;
	}

	#maincontentbottom h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		color: #9b0511;
		padding: 12px 18px 12px 18px;
		margin: 0;
	}

	#maincontentbottom a {
		color: #A1A1A1;
	}

		#maincontentbottom a:hover {
			color: #A1A1A1;
		}

/* Content image alignment styles */
.imgTopLeft {
	padding: 0px 10px 10px 0px;
	float: left;
}

.imgTopRight {
	padding: 0px 0px 10px 10px;
	float: right;
}

.imgMiddleLeft {
	padding: 10px 10px 10px 0px;
	float: left;
}

.imgMiddleRight {
	padding: 10px 0px 10px 10px;
	float: right;
}

.imgBottomLeft {
	padding: 10px 10px 0px 0px;
	float: left;
}

.imgBottomRight {
	padding: 10px 0px 0px 10px;
	float: right;
}

/* Content page styles */
#titlewrapper {
	width: 100%;
	min-width: 800px;
	height: 203px;
	margin: 0 auto;
	background-color: #D1CEC7;
	position: relative;
	top: -36px;
	left: 0px;
}

	#titlewrapper .RadDockZone {
		margin-top: 150px;
	}

#titlebanner {
	width: 1140px;
	height: 203px;
	position: absolute;
	top: 1px;
	left: 50%;
	margin: 0 0 0 -570px;
}

.pagetitlebox {
	position: relative;
	top: 122px;
	display: inline-block;
	padding: 18px 26px 18px 26px;
	background: rgba(125,1,5,.60);
}

h1.pagetitle {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color: #ffffff;
	margin: 0 0 0 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h1.pagetitleparent {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 0 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#breadcrumbcontainer {
	width: 950px;
	position: relative;
	padding-bottom: 15px;
}

#breadcrumb {
	width: 100%;
	float: left;
	position: absolute;
	height: 35px;
	min-height: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7F7F7D;
	background: transparent url('/img/breadcrumbbg.png') bottom left repeat-x;
}

.breadcrumb {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7F7F7D !important;
	text-decoration: none;
	margin: 0 0 0 10px;
}

	.breadcrumb a {
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #A90513 !important;
		text-decoration: none;
		margin: 6px 0 0 0;
	}

		.breadcrumb a:hover {
			color: #A90513;
			text-decoration: none;
		}

.breadcrumbsep {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #7F7F7D !important;
	text-decoration: none;
	margin: 0 0 0 0px;
}

#printpage {
	width: 55px;
	float: right;
	position: absolute;
	top: 10px;
	left: 870px;
	height: 17px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7F7F7D;
}

#bodycontent {
	position: relative;
	top: -36px;
	width: 100%;
	min-height: 30px;
	background: #F3EFE6 url('/img/marble.jpg') repeat-y top center;
}

.homenewsheader {
	font-size: 15px;
	width: 100%;
	height: 35px;
	background: #ffffff url('/img/breadcrumbbg.png') bottom left repeat-x;
}

#sidenav {
	width: 256px;
	min-height: 338px;
	height: 100%;
	background-color: #D7D4CB;
	margin: 10px 0 0 0;
	float: left;
}

	#sidenav ul {
		list-style: none;
		margin: 16px 0 0 0px;
		padding: 0 0 0 0px;
	}

.sidenav {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 4px 0px 4px 0px;
	margin: 8px 0 0 0px;
	background-color: #BFBCB5;
}

	.sidenav a {
		padding: 10px 20px 10px 0px;
		margin-left: 20px;
		text-decoration: none;
		display: block;
	}

		.sidenav a:hover {
			color: #A8040D;
		}

.sidenavselected {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 4px 0px 4px 0px;
	margin: 8px 0 0 0px;
	text-decoration: none;
	background-color: #7F7F7D;
}

	.sidenavselected a {
		padding: 10px 20px 10px 0px;
		margin-left: 20px;
		text-decoration: none;
		display: block;
	}

		.sidenavselected a:hover {
			color: #A8040D;
		}

.sidenavhaschild {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 4px 0px 4px 0px;
	margin: 8px 0 0 0px;
	text-decoration: none;
	background-color: #BFBCB5;
}
	/*  url('/img/right_arrow.png') no-repeat 220px */
	.sidenavhaschild a {
		padding: 10px 20px 10px 0px;
		margin-left: 20px;
		text-decoration: none;
		display: block;
	}

		.sidenavhaschild a:hover {
			color: #A8040D;
		}

.sidenavhaschildselected {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 4px 0px 4px 0px;
	margin: 8px 0 0 0px;
	text-decoration: none;
	background-color: #7F7F7D;
}

	.sidenavhaschildselected a {
		padding: 10px 20px 10px 0px;
		margin-left: 20px;
		text-decoration: none;
		display: block;
	}

		.sidenavhaschildselected a:hover {
			color: #A8040D;
		}

.sidenavchild {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0 8px 0 8px;
	background-color: #E8E5DC !important;
}

	.sidenavchild a {
		padding: 10px 0px 10px 0px;
		text-decoration: none;
		color: #7F7F7D;
	}

		.sidenavchild a:hover {
			text-decoration: none;
			color: #A8040D;
		}

.sidenavchildselected {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0 8px 0 8px;
	text-decoration: none;
	background-color: #E8E5DC !important;
}

	.sidenavchildselected a {
		padding: 10px 0px 10px 0px;
		text-decoration: none;
		color: #A8040D;
	}

		.sidenavchildselected a:hover {
			color: #A8040D;
		}

.sidenavsubchild {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 4px 10px 4px 30px;
	margin: 0 8px 0 8px;
	background: #E8E5DC url('/img/sidenavbullet.png') no-repeat 10px;
}

	.sidenavsubchild a {
		text-decoration: none;
		color: #7F7F7D;
	}

		.sidenavsubchild a:hover {
			text-decoration: none;
			color: #A8040D;
		}

.sidenavsubchildselected {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 30px;
	margin: 0 8px 0 8px;
	background: #E8E5DC url('/img/sidenavbulletselected.png') no-repeat 10px;
}

	.sidenavsubchildselected a {
		text-decoration: none;
		color: #A8040D;
	}

		.sidenavsubchildselected a:hover {
			text-decoration: none;
			color: #A8040D;
		}

.sidenavsubsubchild {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 4px 10px 4px 36px;
	margin: 0 8px 0 8px;
	background-color: #E8E5DC;
}

	.sidenavsubsubchild a {
		text-decoration: none;
		color: #7F7F7D;
	}

		.sidenavsubsubchild a:hover {
			text-decoration: none;
			color: #A8040D;
		}

.sidenavsubsubchildselected {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 4px 10px 4px 36px;
	margin: 0 8px 0 8px;
	background-color: #E8E5DC;
}

	.sidenavsubsubchildselected a {
		text-decoration: none;
		color: #A8040D;
	}

		.sidenavsubsubchildselected a:hover {
			text-decoration: none;
			color: #A8040D;
		}

#content {
	width: 598px;
	min-height: 300px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #70828f;
	margin: 10px 0 0 10px;
	padding: 35px 50px 20px 35px;
	float: left;
}

	#content h2 {
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		color: #9b0511;
		padding: 0px 0px 12px 0px;
		margin: 0;
		-webkit-margin-before: 0px;
		-webkit-margin-after: 0px;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: normal;
	}

		#content h2 a {
			font-family: 'Open Sans', sans-serif;
			font-size: 24px;
			color: #9b0511;
			padding: 0px 0px 12px 0px;
			margin: 0;
			-webkit-margin-before: 0px;
			-webkit-margin-after: 0px;
			-webkit-margin-start: 0px;
			-webkit-margin-end: 0px;
			font-weight: normal;
		}

	#content h3 {
		font-family: "Oswald", Geneva, sans-serif;
		font-size: 17px;
		color: #414e58;
		padding-top: 15px;
		margin-bottom: 0px;
		-webkit-margin-before: 0px;
		-webkit-margin-after: 0px;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		font-weight: normal;
	}

		#content h3 a {
			font-family: "Oswald", Geneva, sans-serif;
			font-size: 17px;
			color: #414e58;
			padding-top: 15px;
			margin-bottom: 0px;
			-webkit-margin-before: 0px;
			-webkit-margin-after: 0px;
			-webkit-margin-start: 0px;
			-webkit-margin-end: 0px;
			font-weight: normal;
		}

	#content a {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #9b0511;
		padding: 0;
		margin: 0;
	}

		#content a:hover {
			text-decoration: none;
		}

	#content .doc ul {
		list-style: none;
		color: #70828f;
		margin: 0px 0px 0px 0px;
	}

		#content .doc ul li {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			color: #70828f;
			margin: 0;
		}

			#content .doc ul li a {
				color: #9b0511;
				padding: 0;
				margin: 0;
			}

.disc ul {
	list-style: disc;
	color: #787b7f;
	margin: 0px 0px 0px 0px;
}

	.disc ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #787b7f;
		margin: 0;
	}

		.disc ul li a {
			color: #9b0511;
			padding: 0;
			margin: 0;
		}

/* Calendar Page styles */
#calendar .calendarday {
	color: #ffffff;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Rokkitt' sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

#calendar .calendarmonth {
	margin: 0px;
	padding: 0px;
	font-family: 'Rokkitt' sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

#calendar .calendardate {
	margin: 0px;
	font-family: 'Rokkitt' sans-serif;
	font-size: 30px;
	line-height: 30px;
}

#calendar h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 10px 0px 2px 0px;
	margin: 0;
}

#calendar .calendarsummary {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #9F9F9A;
}

/* News Page styles */
.sfnewsContent h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	color: #9b0511;
	padding: 10px 0px 12px 0px !important;
	margin: 0 !important;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
}

.RadSocialShare_Default {
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 0px solid #8a8a8a !important;
	background-color: white;
}

#___plusone_0 {
	padding: 6px 3px 0 0 !important;
}
/* Google Plus Icon */

/* Press Page styles */
#content .documentItem {
	padding: 0px 10px 10px 0px;
}

#content .documentTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #112f44;
	margin: 0;
}

	#content .documentTitle a {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #112f44;
		margin: 0;
	}

#content .documentPubDate {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #787b7f;
	margin: 0;
}

#content .sf_pagerNumeric a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #112f44;
	margin: 0 4px 0 0px;
}

#content .sf_pagerNumeric .sf_PagerCurrent {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #787b7f;
	margin: 0 4px 0 0px;
}

/* Archbishops Blog Page styles */
.archbishopswatermark {
	min-height: 604px;
	background: transparent url('/img/coatofarms_watermark.jpg') no-repeat top 20px right 30px;
}

.archdioceseswatermark {
	min-height: 604px;
	background: transparent url('/img/archdiocese_watermark.gif') no-repeat top 50px right 190px;
}

.archdioceseswatermark_raised {
	min-height: 604px;
	background: transparent url('/img/archdiocese_watermark.gif') no-repeat top 10px right 190px;
}

/* Schools, Parishes and Policy Index Page styles */
#content .schTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #70828f;
	padding: 0;
	margin: 0;
}

	#content .schTitle a {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #70828f;
		padding: 0;
		margin: 0;
	}

#content .schAddress {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #787b7f;
	padding-top: 5px;
	margin: 0;
}

#content .schSearchHead {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #112f44;
	background-color: #eceae5;
	text-transform: uppercase;
	height: 30px;
	padding: 6px 0 0 12px;
}

#content .schSearchLabel {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #70828f;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.txtSearch {
	width: 190px;
	height: 14px;
}

.txtZip {
	width: 92px;
	height: 14px;
}

.txtName {
	width: 190px;
	height: 14px;
}

.ddlSmall {
	width: 90px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.ddlMedium {
	width: 100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.ddlDistance {
	width: 130px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.btnClear {
	width: 60px;
	height: 20px;
	border: none;
	color: #ffffff;
	text-align: center;
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent url('/img/btn_red.gif') repeat-x top left;
}

/* Prayer Petition Page styles */
.oddrow {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #70828f;
	background-color: #f4f4f5;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.evenrow {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #70828f;
	background-color: #e6e6e7;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
}

/* Overlay and Print Page styles */
#divSchoolOverlay {
	margin: 20px 30px 30px 30px;
	max-width: 685px;
}

#divParishOverlay {
	margin: 20px 30px 30px 30px;
	max-width: 685px;
}

#overlaybreadcrumb {
	width: 610px;
	height: 35px;
	min-height: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7F7F7D;
}

.overlaybreadcrumb {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7F7F7D !important;
	text-transform: capitalize;
	margin: 0 0 0 0px;
}

.overlaybreadcrumbRed {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #A90513 !important;
	text-transform: capitalize;
	margin: 6px 0 0 0;
}

.overlaybreadcrumbSep {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #7F7F7D !important;
	text-transform: capitalize;
	margin: 0 0 0 0px;
}

.overlayTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #9b0511;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}

.overlayContent {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 12px 20px 12px 20px;
}

	.overlayContent a {
		color: #144262;
		text-decoration: none;
	}

		.overlayContent a:visited {
			color: #144262;
			text-decoration: none;
		}

		.overlayContent a:hover {
			color: #144262;
			text-decoration: none;
		}

/* Full width content page */
#widecontent {
	width: 800px;
	min-height: 300px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #70828f;
	margin: 10px 0 0 10px;
	padding: 35px 50px 20px 35px;
	float: left;
}


/* Global table format styles */
.tableHeader {
	font-family: "Oswald", Monaco, monospace;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #B5B2AB;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #FFF;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	border-top: #fff solid 2px;
}

.tableRowA {
	font-family: "Questrial", Monaco, monospace;
	font-size: 12px;
	text-transform: none;
	background-color: #f4f4f5;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #615c5c;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	line-height: 16px;
	width: 50%;
}

	.tableRowA a {
		font-family: "Questrial", Monaco, monospace !important;
		font-size: 12px !important;
		text-transform: none !important;
		color: #9b0511;
	}

		.tableRowA a:hover {
			font-family: "Questrial", Monaco, monospace !important;
			font-size: 12px !important;
			text-transform: none !important;
			color: #9b0511;
		}

.tableRowB {
	font-family: "Questrial", Monaco, monospace;
	font-size: 12px;
	text-transform: none;
	background-color: #e8e8e9;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #615c5c;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	line-height: 16px;
	width: 50%;
}

	.tableRowB a {
		font-family: "Questrial", Monaco, monospace !important;
		font-size: 12px !important;
		text-transform: none !important;
		color: #9b0511;
	}

		.tableRowB a:hover {
			font-family: "Questrial", Monaco, monospace !important;
			font-size: 12px !important;
			text-transform: none !important;
			color: #9b0511;
		}

.tableHeader2 {
	font-family: "Oswald", Monaco, monospace;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #B5B2AB;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #FFF;
	border-bottom: #f1f1f1 solid 1px;
	border-left: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	border-top: #f1f1f1 solid 2px;
}

.tableRowAA {
	font-family: 'Open Sans', Monaco, monospace;
	font-size: 12px;
	text-transform: none;
	background-color: #e6e6e7;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #414e58;
	border-bottom: #f1f1f1 solid 1px;
	border-left: #f1f1f1 solid 1px;
	line-height: 16px;
}

.tableRowBB {
	font-family: 'Open Sans', Monaco, monospace;
	font-size: 12px;
	text-transform: none;
	background-color: #dadadb;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 7px;
	text-align: left;
	color: #414e58;
	border-bottom: #f1f1f1 solid 1px;
	border-left: #f1f1f1 solid 1px;
	line-height: 16px;
}

.navmainsec li {
	height: 41px;
    padding: 0px 33px 10px 10px;
	z-index: 5;
}

.simple-master .top-nav-right {
    float: right;
    width: 530px;
    margin-top: 10px;
    text-align: right;
}

.simple-master .mid-nav-right {
    float: right;
    width: 400px;
    margin-top: 15px;
}

.simple-master .content-855 {
    width: 855px;
}

.sfNavHorizontalDropDownWrp .k-popup {
    background-color: #4d4d4d !important;
}

ul.k-menu {
    background-color: transparent !important;
}


.parish-search-wrapper hr {
	border-top: 7px solid #eceae5;
	margin: 30px 0 0 -2px;
}

.parish-search-wrapper .ddlMedium {
	margin: 0 10px;
}

.parish-search-wrapper .txtSearch {
	width: 53%;
	height: 14px;
	margin: 0px 26px;
}

.parish-search-wrapper .label {
	float: left;
}

.picklist-back {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 2px;
	margin: 0px;
	height: 36px;
}

.picklist-back-1 {
	background-color: #f0eee2;
	padding: 10px;
	display: inline;
}


/* Footer global styles */
#contentfooter {
	position: relative;
	top: -25px;
	width: 100%;
	min-height: 200px;
	background-color: #9B0511;
	color: #ffffff;
}

.footertitle {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
}

.footercontent {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

	.footercontent p {
		margin: 0 10px 6px 0;
	}

	.footercontent a {
		text-decoration: none;
	}

		.footercontent a:hover {
			text-decoration: none;
		}

		.footercontent a:visited {
			text-decoration: none;
		}

.footermailinglist {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 28px;
}

	.footermailinglist p {
		font-family: 'PT Serif', sans-serif;
		font-size: 12px;
		line-height: 16px;
		margin: 0 10px 6px 0;
	}

.subfooter {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
}

.subfooterbullet {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 12px;
	margin-top: 25px;
}

.sfNavHorizontalDropDownWrp .k-popup {
	background-color: #4d4d4d !important;
}

@media screen and (max-width: 480px) {
	#footerCol {
		margin: 0 10px 6px 10px;
	}

	#footerColMailingList {
		display: none;
	}

	#footericon {
		display: none;
	}

	.subfooter {
		margin: 0 10px 6px 10px;
		width: 400px;
	}
}

/* Expand and collpase styles */
.expand1 {
	font-family: "Oswald", Geneva, sans-serif;
	font-size: 17px;
	color: #414e58;
	background-color: #d7d4cb;
	margin-top: 9px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 40px;
	background-image: url('/img/cross1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

	.expand1 a {
		font-family: "Oswald", Geneva, sans-serif !important;
		font-size: 17px !important;
		color: #414e58 !important;
		text-decoration: none;
	}

		.expand1 a:hover {
			font-family: "Oswald", Geneva, sans-serif !important;
			font-size: 17px !important;
			color: #ffffff !important;
			text-decoration: none;
		}

.expand2 {
	font-family: "Oswald", Geneva, sans-serif;
	font-size: 17px;
	color: #414e58;
	background-color: #f1f1f1;
	margin-top: 9px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 40px;
	background-image: url('/img/cross2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

	.expand2 a {
		font-family: "Oswald", Geneva, sans-serif !important;
		font-size: 17px !important;
		color: #414e58 !important;
		text-decoration: none;
	}

		.expand2 a:hover {
			font-family: "Oswald", Geneva, sans-serif !important;
			font-size: 17px !important;
			color: #ffffff !important;
			text-decoration: none;
		}

.open1 {
	font-family: "Open Sans", Geneva, sans-serif !important;
	font-size: 14px !important;
	color: #414e58;
	background-color: #f1f1f1;
	margin-top: 10px;
}

	.open1 a {
		font-family: "Open Sans", Geneva, sans-serif;
		font-weight: normal !important;
		font-size: 14px !important;
		color: #9b0511 !important;
		background-color: #f1f1f1;
	}

		.open1 a:hover {
			font-family: "Open Sans", Geneva, sans-serif;
			font-weight: normal !important;
			font-size: 14px !important;
			color: #9b0511 !important;
			text-decoration: underline;
			background-color: #f1f1f1;
		}

.openfooter {
	background-color: #d7d4cb;
	position: relative;
	height: 23px !important;
	width: 100% !important;
}

.expandcollapse {
	font-family: "Open Sans", verdana, sans-serif !important;
	font-size: 14px !important;
	color: #FFF !important;
	text-decoration: none;
	position: absolute;
	left: 526px;
	top: 12px;
}

	.expandcollapse a {
		font-family: "Open Sans", verdana, sans-serif !important;
		font-size: 14px !important;
		color: #FFF !important;
		text-decoration: none;
	}

		.expandcollapse a:hover {
			font-family: "Open Sans", verdana, sans-serif !important;
			font-size: 14px !important;
			color: #FFF !important;
			text-decoration: none;
		}

.expandcollapse2 {
	font-family: "Open Sans", verdana, sans-serif !important;
	font-size: 14px !important;
	color: #FFF !important;
	text-decoration: none;
	position: absolute;
	left: 526px;
	top: 2px;
}

	.expandcollapse2 a {
		font-family: "Open Sans", verdana, sans-serif !important;
		font-size: 14px !important;
		color: #FFF !important;
		text-decoration: none;
	}

		.expandcollapse2 a:hover {
			font-family: "Open Sans", verdana, sans-serif;
			font-size: 14px;
			color: #FFF !important;
			text-decoration: none;
		}

/* RAD Control Override styles */
#breadcrumb .rsmItem .rsmLink {
	display: inline-block;
	border-bottom: 0;
	margin-bottom: 0;
	padding-left: 0px !important;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

	.ir br {
		display: none;
	}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
	/**
    {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }*/
	/* Black prints faster: h5bp.com/s */
	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: "";
		}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}
	/* h5bp.com/t */
	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;
	}
}


/*START RESPONSIVE*/

@media (max-width: 5000px) {

	.mobile-logo {
		visibility: hidden;
	}

	.desktop-logo {
		visibility: visible;
	}

	.owl-carousel {
		display: none !important;
	}

	.mobile-menu {
		display: none;
	}

	.navmainsec {
		display: block;
	}
}

@media (max-width: 991px) {
	.mobile-menu {
		display: block;
	}

	.navmainsec {
		display: none;
	}

	.contentframe {
		width: auto;
	}

	#marqueedimright {
		display: none;
	}

	#maincontenttop .colwhite {
		max-width: 100%;
	}

	.colgraywide {
		margin: 0px auto;
		width: 320px;
	}

	#footerCol {
		float: left;
		width: 75%;
		margin-top: 30px;
	}

    #midnavright, #marqueewrap {
		display: none;
	}

	#navlogo, #navred, .yellowbar, #titlewrapper {
		min-width: 100%;
	}

	#breadcrumbcontainer, #titlebanner, #titlewrapper, #sidenav {
		width: 100%;
	}

	#content {
		width: 80%;
	}

	img {
		width: 100%;
		height: auto;
	}

	#printpage {
		left: 0px;
	}

	#titlebanner {
		height: 100%;
		position: relative;
		top: 1px;
		left: 0px;
		margin: 0px;
	}

	#titlewrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

		#titlewrapper img {
			flex-shrink: 0;
			min-width: 100%;
			min-height: 100%;
		}

	#navmainsec, #navmain {
		height: 104px;
	}

	.mobile-logo {
		visibility: visible;
		width: 54%;
		float: left;
		margin: 20px 0 0 20px;
	}

	.desktop-logo {
		display: none;
	}

	#aLogoTop {
		display: none;
	}

	.owl-carousel {
		display: block !important;
	}

	.ddlDistance {
		width: 100%;
		margin: 20px 0 20px -10px;
	}

	.parish-search-wrapper .ddlMedium {
		width: 100%;
		margin: 10px 0;
	}

	.main-block {
		min-height: 282px;
	}

	.parish-search-wrapper .btnyellow {
		width: 100%;
		margin: 20px 0;
	}

	.txtSearch {
		width: 100%;
		height: 14px;
		border: 1px solid #efefef;
		padding: 7px 0;
		margin: 15px 0;
	}

	.picklist-back-1 {
		background-color: #fff;
	}

	.parish-search-wrapper .txtSearch {
		width: 100%;
		height: 14px;
		margin: 20px 0;
	}

	.parish-search-wrapper hr {
		display: none;
	}






	.sf_colsOut sf_3cols_1_33, .sf_colsOut sf_3cols_2_34, .sf_colsOut sf_3cols_3_33, .sf_3cols_1_33, .sf_3cols_1_33, .sf_3cols_3_33, .sf_3cols_2_34, .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25, .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20, .sf_2cols_1_25, .sf_2cols_2_75, .sf_2cols_1_33, .sf_2cols_2_67, .sf_2cols_1_50, .sf_2cols_2_50, .sf_2cols_1_67, .sf_2cols_2_33, .sf_2cols_1_75, .sf_2cols_2_25, .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25 {
		width: 100% !important;
	}

		.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33, .sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25, .sf_5cols_2_20 .sf_5cols_2in_20, .sf_5cols_3_20 .sf_5cols_3in_20, .sf_5cols_4_20 .sf_5cols_4in_20, .sf_5cols_5_20 .sf_5cols_5in_20, .sf_2cols_2_67 .sf_2cols_2in_67, .sf_2cols_2_50 .sf_2cols_2in_50, .sf_2cols_2_33 .sf_2cols_2in_33, .sf_2cols_2_25 .sf_2cols_2in_25, .sf_3cols_2_50 .sf_3cols_2in_50, .sf_3cols_3_25 .sf_3cols_3in_2 {
			margin-left: 0 !important;
		}

	#marqueewrapper {
		height: 100%;
	}

	.owl-nav {
		display: none;
	}
}

@media (max-width: 480px) {
	#navmainsec, #navmain {
		height: 41px;
	}
}

@media (max-width: 375px) {
	#aLogo {
		width: 80%;
		max-width: 300px;
	}

	body {
		width: 100%;
	}

	.subfooter {
		width: 300px;
	}

	#breadcrumbcontainer {
		display: none;
	}

	#content {
		width: 70%;
	}

	#navred {
		display: none;
	}

	#titlewrapper {
		height: 86px;
		margin: 42px 0 0 0;
	}

	.mobile-logo {
		width: 76%;
	}
}
