﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,400italic,700italic);

@font-face {
	/*font-family: 'Tiepolo';
	src: url('../Fonts/TiepoloStd-Book.ttf');*/
	font-family: "Montserrat", "Tahoma", "Geneva", "Arial", sans-serif;
}


*:focus {
	outline: 0;
}

html {
  min-height: 100%;
}

BODY {
	margin: 0;
	padding: 0;	
  height: 100%;
  position:relative
}

	body.redbg {
		/*background-color: #ce1f2c;*/
		/*note: red color #ce1f2c changed to #d22630 per Kim 6/5/2024*/
		background-color: #d22630;
	}

BODY, TD, input, select, textarea, .normalText, p {
	font-family: "Open Sans", "Tahoma", "Geneva", "Arial", sans-serif;
	font-stretch: normal;
	font-size: 15px;
	color: #555;
	line-height: 1.5 !important;
	font-weight: 400;
	letter-spacing: normal;
}

.highlight {
  background-color: #fdecd5;
  border: 1px solid #d22630;
  padding: 10px 10px 10px 35px;
  color: #d22630;
  border-radius: 8px;
  position: relative;
}

	.highlight::before {
		font-family: fontAwesome;
		content: '\f06a';
		position: absolute;
		left: 10px;
		top: 5px;
		color: #d22630;
		font-size: 20px;
	}

hr {
	height: 1px;
	background-color: silver;
	border: none;
}

BODY.white {
	background-color: #fff;
}

BODY.normal {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

a:link, a:visited {
	color: #d22630;
	text-decoration: none;
}

a:hover {
	color: #ce8804;
	text-decoration: none;
}

a.noChange:hover {
	color: #d22630;
}

.light {
	color: white;
}

a.light:link, a.light:visited {
	color: #fff;
	text-decoration: none;
}

a.light:hover {
	color: #ce8804;
	text-decoration: none;
}

a.light.noChange:hover {
	color: #fff;
	text-decoration: none;
}

a.dark:link, a.dark:visited {
	color: #000;
}

a.dark:hover {
	color: #ce8804;
}

a.dark.noChange:hover {
	color: #000;
}

a.underlined {
	text-decoration: underline;
}

.fancy {
	/*font-family: 'Tiepolo', 'Times New Roman', serif;*/
	font-family: "Open Sans", "Tahoma", "Geneva", "Arial", sans-serif;
}

.spacer {
	background-color: #d22630;
}

.gradBoxLight {
	-webkit-box-shadow: 0px 3px 12px -5px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 3px 12px -5px rgba(0,0,0,0.31);
	box-shadow: 0px 3px 12px -5px rgba(0,0,0,0.31);
	border: 1px solid #e6e6e6;
	padding: 10px;
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0 );
}

h1, .header {
	/*font-family: 'Tiepolo', 'Times New Roman', serif;*/
	font-family: "Open Sans", "Tahoma", "Geneva", "Arial", sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	color: #d22630;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.5 !important
}

h2, .header2 {
	margin: 0 0 6px 0;
	padding: 0;
	color: #d22630;
	font-size: 18px;	
	font-weight: bold;
	line-height:1.5 !important
}


h3, .header3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	line-height:1.5 !important
}

h4, .header4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height:1.5 !important
}

h5, .header5 {
	margin: 0;
	padding: 0;
	color: gray;
	font-weight: bold;
	display: inline;
	font-size: 15px;
	line-height:1.5 !important
}

.lined {
	border-bottom: 1px solid #d22630;
}

h3.lined {
	border-bottom: 1px solid #444;
}

.tinyText, tr.tinyText td, table.tinyText td, table.tinyText th {
	font-size: 10px;
}

.smallText, tr.smallText td, table.smallText td, table.smallText th {
	font-size: 12px;
}

.mediumText, tr.mediumText td, table.mediumText td, table.mediumText th {
	font-size: 14px;
}

.bigText, tr.bigText td, table.bigText td, table.bigText th {
	font-size: 17px;
}

.normalText, tr.normalText td, table.normalText td, table.normalText th {
	font-family: "Open Sans", "Tahoma", "Geneva", "Arial", sans-serif;
	font-stretch: normal;
	font-size: 15px;
	color: #555;
	line-height: 1.5;
	font-weight: 400;
}

div.fontAwesomeIcon{
	padding: 4px 5px 4px 25px;
	background-color: #F4F4F4;
	position: relative;
	border: 1px solid #E4E4E4;
	margin-bottom: 2px;
}

	div.pdf::before {
		font-family: fontAwesome;
		content: '\f1c1';
		position: absolute;
		left: 5px;
		top: 4px;
		color: #000000;
		font-size: 15px;
	}

	div.externalLink::before {
		font-family: fontAwesome;
		content: '\f08e';
		position: absolute;
		left: 5px;
		top: 4px;
		color: #000000;
		font-size: 15px;
	}

/*  LINED TEXT  */
.linedText {
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

	.linedText:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		z-index: -1;
		border: 1px solid #d22630;
	}

	.linedText > span {
		padding: 5px 15px;
		display: inline-block;
		margin: 0 auto;
		color: #d22630;
		background-color: white;
	}


  div.fontAwesomeIcon{
	padding: 4px 5px 4px 25px;
	background-color: #F4F4F4;
	position: relative;
	border: 1px solid #E4E4E4;
	margin-bottom: 2px;
}

	div.pdf::before {
		font-family: fontAwesome;
		content: '\f1c1';
		position: absolute;
		left: 5px;
		top: 6px;
		color: #000000;
		font-size: 15px;
	}

	div.externalLink::before {
		font-family: fontAwesome;
		content: '\f08e';
		position: absolute;
		left: 5px;
		top: 6px;
		color: #000000;
		font-size: 15px;
	}

/* Red Buttons */
input[type=submit].button, .button:link, .button:visited, .button, span.buttonLink a {
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	border: 1px solid #d22630;
	background-color: #d22630;
	min-width: 125px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	transition: all .25s;
}

	input[type=submit].button:hover, .button:hover, span.buttonLink a:hover {
		color: #d22630;
		background-color: #fff;
		border: 1px solid #d22630;
	}

input[type=button].button:disabled, 
input[type=submit].button:disabled {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed
}

input[type=submit].smallButton, a.smallButton:link, a.smallButton:visited {
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  border: 1px solid #d22630;
  background-color: #d22630;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  line-height:14px;
  border-radius:4px;
}

  input[type=submit].smallButton:hover, a.smallButton:hover {
    background-color: #a01823;
  }

.box {
	border: 1px solid black;
	padding: 10px;
}

.redText {
	color:#d22630
}

.shadow-box {
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	padding: 15px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
}

/* ============================= FRAMEWORK ============================ */
/* ============================= FRAMEWORK ============================ */
/* ============================= FRAMEWORK ============================ */

#master_container {
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}

#contentBG {
	background-color: white;
}

#contentHolder {
	margin: 0 auto;
	max-width: 1200px;
  display:flex
}

	#contentHolder .leftMargin {
		width: 250px;		
		vertical-align: top;
	}

	#contentHolder .bottomButtons {
		display: none;
	}

	#contentHolder .leftMenu {
		margin: 20px 0 0 10px;
	}

	#contentHolder .leftMarginButtons {
		margin: 35px 0 20px 0;
	}

		#contentHolder .leftMarginButtons a {
			display: block;
			margin: 0 auto 15px auto;
			max-width: 165px;
			text-align: left;
		}

	#contentHolder .bottomButtons {
		padding: 15px 0;
	}

		#contentHolder .bottomButtons a {
			display: block;
			margin: 0 auto 15px auto;
			max-width: 165px;
			text-align: left;
		}

	#contentHolder #content {
		padding: 20px 15px 30px 25px;
		vertical-align: top;
		box-sizing: border-box;
    flex:1;
	}

.redWatermark {
	color: #d22630 !important;
	font-size: 15px;
}

/* ==================== HEADER ======================== */
header {
	/*background-image: url(../Images/Lace.jpg);*/
	background-color: #FFFFFF;
/*	padding-bottom: 10px;*/
	padding: 10px;
	box-sizing: border-box;
}

	header #holder {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}

	header #logoHolder img {
/*		max-width: 325px;
		max-height: 121px;
*/		max-width: 400px;
		max-height: 82px;
		width: 100%;
	}

	header #tagHolder {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 5px 5px 0 5px;
		box-sizing: border-box;
	}

		header #tagHolder h2 {
			margin: 0;
			padding: 0;
			font-size: 20px;
			/*color: #333;*/
			color: #58595b;
			font-weight: bold;
			line-height: 20px;
		}

	header .controlPanel {
		position: absolute;
		text-align: right;
		right: 5px;
		top: 5px;
		color: #d22630;
	}

		header .controlPanel a {
			text-transform: uppercase;
			font-size: 18px;
			font-weight: bold;
		}

		header .controlPanel #search {
			float: right;
			margin-left: 15px;
		}

			header .controlPanel #search input[type=text] {
				padding: 0;
				padding-left: 30px;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFERDRGQzk5QkJFRjExRTU5NDc5QTQwOEEzN0Y2MTYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFERDRGQzlBQkJFRjExRTU5NDc5QTQwOEEzN0Y2MTYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QURENEZDOTdCQkVGMTFFNTk0NzlBNDA4QTM3RjYxNjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QURENEZDOThCQkVGMTFFNTk0NzlBNDA4QTM3RjYxNjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5yj5rsAAABM0lEQVR42mL8//8/AzZwXkHXDUilAbEcEDMC8R8gPg3EfYYPLj8AqWHCobEZSPUA8VYgDgZiV6hBn4F4N1DeCaSOEd1moEQKkMoBYmegDW+xGAwyaBYQO6FoBkrwAKljQBwL1HiRAQcAqmsCUjLozrYD4hf4NELBbCDWQdesCMQ3GQiD10D8E13zFyAWIkIzGxCzoGsG+VcP6CduApptgfgHimagX28DqRNA3IQnsNiBVAsQT2VCkwCF9iogtgGyO9BdAOSrAamdQHwcaNEaeFQBJUD+WA3E7tCEEQLEWkB8AxoW4kCsAsQrgBo74IkEqnEZVNNhEA1U8Boorg1kmwCxABA/hNr4EuYSxnPyOlxAehFU434gDgQq+EhEiIPT9hxyNIIACzTxgwImjhSNIAAQYABqaGoBjvmYbgAAAABJRU5ErkJggg==);
				background-repeat: no-repeat;
				background-position-y: 4px;
				background-position-x: 5px;
				background-color: #FFF;
				border: 1px solid silver;
				height: 25px;
				display: block;
				width: 150px;
				color: black;
				outline: none;
			}

/* ==================== DEMOGRAPHICS ======================== */
.demographics {
	/*background-color: #fce1bc;  salmon color*/  
	background-color: #76787c;
	text-align: center;
	color: #ffffff;
	/*color: #d22630;*/
	box-sizing: border-box;
	padding: 5px;
}

	.demographics a {
		display: inline-block;
		font-size: 17px;
		font-weight: normal;
		padding: 0 10px;
		/*color: #d22630;*/
		color: #ffffff;
	}

		.demographics a:hover {
			color: #000;
		}


/* ==================== LEFT MENU ======================== */
.leftMenu .leftMenuHeader {
	font-size: 20px;
	border-bottom: 1px solid #c91f2c;
}

.leftMenu a:link, .leftMenu a:visited {
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #E4E4E4;
	padding: 5px 0;
	transition: all .15s;
}

.leftMenu a:hover {
  color: #c91f2c;
  background-color: #E8E8E8;
}

.leftMenu a.current {
	background-color: #c91f2c;
	color: #FFF;
	padding-left: 3px;
}

.leftMenu a.subsub {
  font-size: 12px;
  padding-left:15px
}
  .leftMenu a.subsub.current {
    background-color: #E8E8E8;
    color: #c91f2c;
  }


/* ==================== FOOTER ======================== */
footer {
	/*background-image: url(../Images/bg_footer.jpg);*/
	background-repeat: repeat-x;
	background-color: #c91f2c;
	min-height: 183px;
	color: white;
	text-align: center;
}

	footer .padder {
		padding: 25px 15px 20px 15px;
	}

	footer i {
		font-size: 30px !important;
		vertical-align: middle;
	}

	footer a:link, footer a:visited {
		color: white;
		text-decoration: none;
	}

	footer a:hover {
		text-decoration: underline;
	}

	footer .icons {
		display: inline-block;
		vertical-align: middle;
	}

		footer .icons:not(:last-child) {
			margin-right: 20px;
		}

	footer #finePrint span {
		white-space: nowrap;
	}

		footer #finePrint span.bullet::after {
			content: '\f111';
			font-family: 'fontAwesome';
			font-size: 7px;
			padding: 0 8px 0px 12px;
		}


/*=================== Adult Faith Formation AFF ======================*/
#affSocialIcons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.affTagLine {
  text-align: right;
}

/* ======================== RESPONSIVE ===============================*/
/* ======================== RESPONSIVE ===============================*/
/* ======================== RESPONSIVE ===============================*/

@media screen and (max-width: 920px) {

	header .controlPanel #search {
		float: none;
		margin-left: 0;
		position: absolute;
		right: 5px;
	}

	header #tagHolder h2 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	header .controlPanel a {
		font-size: 15px;
	}
}


@media screen and (max-width: 700px) {

  #affSocialIcons {
    justify-content: center;
    margin-bottom: 10px;
  }

  .affTagLine {
    text-align: center;
    margin-left: 12px;
  }

	#slideContainer #subMenu a {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		padding: 24px 5px;
	}

	header .controlPanel {
		text-align: center;
		position: static;
	}

		header .controlPanel #search {
			bottom: -43px;
			right: 5px;
			z-index: 10000;
		}

	header #logoHolder {
		text-align: center;
	}

	header #tagHolder {
		position: static;
		text-align: center;
	}
}



@media screen and (max-width: 650px) {
	#slideContainer #subMenu {
		position: static;
	}

		#slideContainer #subMenu a {
			padding: 15px 5px;
		}
}

@media screen and (max-width: 630px) {

	#slideContainer #subMenu a {
		padding: 5px 5px;
	}
}

@media screen and (max-width: 600px) {
  #contentHolder{
    display:block
  }

	#contentHolder .leftMargin {
		width: 95%;
		display: block;
	}

	#contentHolder .bottomButtons {
		display: block;
	}

	#contentHolder .leftMarginButtons {
		display: none;
	}

	#contentHolder .leftMenu {
		padding-top:10px;
		margin-top:0;
	}

	#contentHolder #content {
		width: 100%;
		display: block;
	}

	.demographics a {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	footer.main .icons {
		display: block;
	}

		footer.main .icons:not(:last-child) {
			margin-right: 0;
			margin-bottom: 15px;
		}

	h1 {
		font-size: 25px;
		letter-spacing: 0;
	}

	.demographics a {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	header #tagHolder h2 {
		letter-spacing: 1px;
		font-size: 15px;
	}

	header .controlPanel a {
		font-size: 13px;
	}
}
