/*@import url('base.css');*/

.clear {
	clear:both;
}
.req {
	font-size:12px;
	color:#FF0000;
}


ul.searchResults {
	display:block !important;
	list-style:none;
	padding:0;
	margin:20px 0;
}
ul.searchResults li {
	display:block !important;
	list-style:none;
	padding:10px;
	margin:0 0 20px 0;
	border:1px solid #CCC;
	line-height:24px;
}
ul.searchResults li h1 {
	font-size:20px;
	margin:0 0 5px 0;
	padding:0;
}
ul.searchResults li h2 {
	font-size:17px;
	margin:0 0 5px 0;
	padding:0;
}
.pagination {
	border:1px solid #CCC;
	display:block;
	padding:20px;
}
ul.searchResults li .btn,
ul.searchResults li img.map {
	float:right;
}

/*.daily-prayers { /* todo uncomment for pretty prayer block cards
	display: block !important;
	list-style: none;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.daily-prayers .event-row {
	-webkit-box-shadow: 3px 3px 7px 3px #dedede;
	-moz-box-shadow:  3px 3px 7px 3px #dedede;
	box-shadow:  3px 3px 7px 3px #dedede;
	margin-bottom: 42px;
	transition: .25s ;
	color: black;
}
@media(min-width: 768px) {
	.daily-prayers .event-row {
		margin-right: 40px;
		display: flex;
	}
}
.daily-prayers .event-row:hover {
	background-color: #628edc;
	color: white;
	-webkit-transition: .25s;
	-moz-transition: .25s ;
	-ms-transition: .25s ;
	-o-transition: .25s ;
}
.daily-prayers > li > a:hover  {
	text-decoration: none;
}
.daily-prayers .col-sm-4 {  /* image
	background: no-repeat center/cover;
}
@media(max-width: 767px) {
	.daily-prayers .col-sm-4 {
		height: 200px;
		width: auto;
	}
	.daily-prayers .col-sm-8 {
		margin-bottom: 30px;
	}
}
.daily-prayers .col-sm-8 .date {
	font-style: italic;
	font-size: 0.9em;
	margin-bottom: 7px;
}
#internal-splash .splash-row .col-sm-6+.col-sm-6{
	margin-top: 30px;
	text-align: center;
}
@media(min-width: 768px) {
	#internal-splash .splash-row, #internal-splash .splash-row .col-sm-6+.col-sm-6 {
		display: flex;
		align-items: center;
	}
}*/

/* prayer modal styles
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}*/
.prayer-module .modal-backdrop {
	background: #2980b9; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2980b9, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2980b9, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: .9;
}
.prayer-module .modal.in .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.prayer-module .modal.in .modal-header {
	padding: 0;
	border-bottom: 0;
	min-height: 300px;
	background: no-repeat center/cover;
}
.prayer-module .modal-title, .prayer-module .modal.in .date {
	color: white;
	text-shadow: 0px 0px 20px black;
	font-family: 'Open Sans';
	display: block;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}
.prayer-module .modal-title {
	font-size: 4.5rem;
	margin-top: 72px;
}
.prayer-module .modal.in .date {
	font-size: 2.5rem;
	margin-top: 10px;
	margin-bottom: 12px;
}
@media(max-width: 900px) {
	.prayer-module .modal-title {
		font-size: 4rem;
	}
	.prayer-module .modal.in .date {
		font-size: 2rem;
	}
}
.prayer-module .modal-body {
	padding: 0 60px 48px 60px;
	font-family: 'Open Sans';
}
/*.prayer-module #main-content > .container > .row > .col-sm-9 {
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 4px 8px 0 black;
	-moz-box-shadow: 0 4px 8px 0 black;
	box-shadow: 0 4px 8px 0 black;
	margin-bottom: 12px;
}*/
.prayer-module #prayer-modal .close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 4rem;
	color: white;
	opacity: 1;
}
@media(min-width: 900px) {
	#prayer-modal .modal-dialog {
		width: 50%;
	}
}
/* daily prayers module */
.daily-prayers {
	/*list-style: none;*/
	margin-top: 12px;
	/*text-align: center;*/
}
.prayers-row {
	align-items: center;
	justify-content: space-around;
}
@media(max-width: 767px) {
	.daily-prayers > .col-sm-4:not(:last-child) {
		margin-bottom: 24px;
	}
}
.prayer-module .page-divider {
	border: 0;
	height: 1px;
	background: #333 linear-gradient(to right, #ccc, #333, #ccc);
	margin: 48px 0 24px 0;
}
.daily-prayers .date {
	font-weight: 700;
	font-size: 1.5em;
}
.daily-prayers .rounded-rectangle, .prayer-module #main-content > div > div.row > div.col-sm-9 > div.text-center { /* 'View All' and 'Back' buttons */
	margin-top: 24px;
	margin-bottom: 24px;
}
.daily-prayers .blog-card:hover {
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
	transform: translate(-5px, -5px);
}
.daily-prayers .btn-prayer-modal {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	margin: 7px 0;
	font-size: 2rem;
}
.daily-prayers .blog-card {
	position: relative;
	cursor: pointer;
	margin: 7px 0;
	min-height: 200px;
	background: no-repeat center/cover;
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.daily-prayers .blog-card .color-overlay {
	background: rgba(84,104,110,0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0;
	left: 0;
	transition: background .3s cubic-bezier(.33,.66,.66,1);
}
.prayer-module .blog-card .title-content{
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 0;
	left: 0;
}
.prayer-module .blog-card h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	margin-bottom: 0;
}
.prayer-module .blog-card hr {
	width: 50px;
	height: 3px;
	margin: 20px auto;
	border: 0;
	background: yellow;
}
.prayer-module .blog-card .intro {
	width: 170px;
	margin: 0 auto;
	color: white;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}
.prayer-module .title {
	display: inline;
	border-bottom: 2px solid black;
	padding: 0;
}

.prayer-filter-form {
	line-height: 4rem;
	margin-bottom: 24px;
	margin-top: 24px;
	text-align: center;
}
.prayer-filter-form .or {
	font-size: 2rem;
	font-style: italic;
	margin: 0 12px;
}
@media(min-width: 768px) {
	.flex-row {
		display: flex;
	}
}
	.flex-center-col {
		display: flex;
		align-items: center;
		justify-content: center;
	}
.rounded-rectangle.btn-prayer-modal {
	border: none;
}

#map {
	height: 500px;
	width: 100%;
}

#portal-tabs {
	margin-bottom: 15px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color:inherit !important;
}

img.mod-db-img {
	float:right;
	width:250px;
	margin:0 0 20px 20px;
}
@media (max-width:768px) { /* BOOTSTRAP BREAK */
	img.mod-db-img {
		width:190px;
		margin:0 0 10px 10px;
	}
}
@media (max-width:767px) {
	img.mod-db-img {
		float:none;
		width:100%;
		display:block;
		margin:0 0 15px 0;
		padding-top: 12px;
	}
}
.photo-theme-buttons {
	text-align:center;
	padding:0 0 15px 0;
}
.btn-icon-larger {
	padding:1px 12px;
	font-size:25px;
}

#jobForm {
	font-size:13px !important;
}
.tab-content {
	margin-top:15px;
}
ul.calendar-cats {
	margin: 0;
	padding: 0;
}
ul.calendar-cats li {
	list-style: none;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 188px;
	margin: 2px;
	padding: 4px;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.calendar-cats li input[type=checkbox] {
	margin-right: 3px;
}
@media (max-width: 480px) {
	ul.calendar-cats li {
		width: auto;
	}
}
.fc button {
	text-transform: capitalize;
}
.fc-event {
	border: 0;
	padding: 6px;
	font-size: 12px;
	border-radius: 0px;
	cursor: pointer;
}
.fc-event:hover {
	color: #ffffff !important;
	background-color: #3875d7 !important;
}
.forms-alert {
	display: none;
	float: left;
	width: 100%;
	margin: 14px 0 0;
	padding: 8px;
}
.registrations-notice {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
#testimonials-filter {
	margin:5px 0;
}
.cbp-filter-item {
	float:left;
	border:1px solid #CCC;
	background-color:#EEE;
	cursor:pointer;
	color:#555;
	padding:5px 10px;
	margin:0 0 10px 15px;
	line-height:20px;
	font-size:15px;
}
.cbp-filter-item:hover {
	background-color:#FFF;
}
.cbp-filter-item.cbp-filter-item-active {
	background-color:#3875D7;
	border:1px solid #3875D7;
	color:#FFF;
}
.cbp-item {

}
.cbp-item,
.cbp-item p {
	font-size:14px;
	line-height:22px;
}
.cbp-item article {
	background-color:#EFEFEF;
	color:#000;
}
.cbp-item blockquote {
	border-left:5px solid #CCC;
}
.cbp-item footer {
	background:none;
	font-size:17px;
	font-style:italic;
}
/*** DROPZONE ***/
.dropzone {
	border: 2px dashed #AAA;
}
.dz-default {
	font-size: 36px;
}
.dz-default .fa {
	font-size: 48px;
}

.staff-person {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
}
.staff-person h2 {
	font-size: 18px;
	margin: 10px;
	height: 45px;
}
.staff-person p {
	font-size: 14px;
	margin: 0;
}
.clearfix {
	clear: both;
}
@media (min-width: 600px) {
	.staff-person {
		width: 33.33333333%;
	}
}
@media (min-width: 900px) {
	.staff-person {
		width: 25%;
	}
}
.headshot {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	transition: all .4s ease-in-out;
}
.headshot img {
	max-width: 100%;
	position: relative;
	z-index: -1;
}
.headshot-overlay {
	position: absolute;
	background: rgba(46, 178, 189, 0.8);
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	cursor:pointer;
}
.headshot-overlay-inner {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.headshot-overlay-text h2 {
	color:#FFF;
	text-align:center !important;
}
.headshot-overlay-text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	color:#FFF;
}
.headshot:hover {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.headshot:hover .headshot-overlay {
	transform: scale(1);
	opacity: 1;
}

#user-profile-image {
	float:right;
	width:200px;
	margin:0 0 20px 20px;
}
.swal2-modal .btn + .btn {
	margin-left: 5px;
}

.job-category {
	text-align: center;
	text-transform: uppercase;
}

.job-category a {
	text-decoration: none;
	color: #000;
}

.job-category .fa {
	font-size: 96px;
	display: block;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	transition: .2s all;
}

.job-category a:hover .fa {
	font-size: 128px;
}

fieldset.ppg_folder {

}
fieldset.ppg_folder legend {

}
fieldset.ppg_folder ul {
	list-style:none;
	padding:0;
	margin:0;
}
fieldset.ppg_folder li {
	list-style:none;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#f8f8f8;
}
div.ppg_title {

}
div.ppg_desc {
	line-height:19px;
	font-size:12px;
}

table.form {
	width:100%;
}
table.form th,
table.form td {
	padding:10px 10px 10px 0;
	vertical-align:middle;
}
table.form th {
	width:150px;
}
table.form td {

}
input.i,
select.i {
	width:100%;
	box-sizing:border-box;
	padding:5px 10px;
	font-size:15px;
}
.prod-hamburger {
	float:left;
	margin-right:10px;
	font-size:32px;
	line-height:32px;
	position:relative;
	top:-8px;
}
#product-subtitle {
    background-color: #9B1326;
    color: #FFF;
    font-size: 36px;
    padding: 20px 0 20px 20px;
    margin: 10px -45px 10px -15px;
    text-transform: uppercase;
}
#product-subtitle .btn {
	color:#FFF;
	font-size:22px;
	padding:0;
}
.prod-btn {
    width: 44%;
    border: 2px solid #9B1326;
    text-align: center;
    font-size: 14px;
    padding: 2px 0;
    color: #9B1326;
    font-family: Times;
    text-transform: uppercase;
    margin: 0 20px 20px 0;
    box-sizing: content-box;
    display: block;
    float: left;
}
.prod-btn:nth-child(even) {
	margin-right:0;
}
.prod-h3 {
	color: #9B1326;
	text-transform: uppercase;
	font-size: 19px;
	margin: 15px 0 15px 0;
	padding: 0;
}
.btn-right {
    position: absolute;
    right: 10px;
}
.p-gallery {
	display:block !important;
}
.p-gallery-container {
	width:100%;
	overflow:auto;
}
.p-gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	white-space:nowrap;
}
.p-gallery li {
	list-style:none;
	padding:0;
	margin:0 30px 0 0;
	width:90px;
	height:59px;
	overflow:hidden;
	float:left;
	background-color:#9B1326;
}
.p-gallery li img {
	width:100%;
	height:auto;
}
#js-pagination-slider .cbp-pagination-item:after {
	background:rgba(60.8,7.5,14.9,0.5) !important;
}

@media (max-width:767px) {
	#product-subtitle {
		margin:10px -15px 10px -15px;
	    font-size: 24px;
	    padding: 10px 0 10px 10px;
	}
	.prod-h3 {
		font-size: 17px;
	}
	ul.product-sections li a {
		margin-right:0;
	}
}

/* better positioning for the left/right arrow controls */
#footer-carousel .carousel-control {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer-carousel .carousel-inner .item img {
	max-width: 100%;
	max-height: 400px;
	margin: auto;
}

/* products module */
.product .shelf {
	margin: 7px 12px;
	padding:20px;
}
.product .sample {
	width: 200px;
	display: inline-block;
	vertical-align:top;
	margin:0 20px 40px 20px;
}
.product .sample:hover {
	cursor: pointer;
}
.shelf .prod-img {
	height:300px;
	display: flex;
	align-items: flex-end;
}
/* IE 11 */
.shelf .prod-img > * {
	width: 100%;
}
.shelf .prod-img img {
	/*vertical-align:bottom;*/
}
.shelf .prod-title {
	border-top:4px solid #EEE;
	padding-top:10px;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;
}
.bookshelf {
	text-align:center;
}
/*
.bookshelf .shelf:nth-child(even) {
	border-top:10px solid #EEE;
}
*/
.bookshelf .shelf {
	border-top:10px solid #EEE;
}
.bookshelf .shelf:first-child {
	border-top:none;
}



.product #book {
	padding: 12px;
}
.product #flipbook {
	height:200px;
	margin: 7px 0;
	-webkit-transition:margin-left 0.2s;
	-moz-transition:margin-left 0.2s;
	-ms-transition:margin-left 0.2s;
	-o-transition:margin-left 0.2s;
	transition:margin-left 0.2s;
}
.product .drop-shadow {
	-webkit-box-shadow: 3px 3px 7px 3px #dedede;
	-moz-box-shadow:  3px 3px 7px 3px #dedede;
	box-shadow:  3px 3px 7px 3px #dedede;
}
.product #flipbook .page{
	width:50%;
	height:200px;
	/*background-color:white;*/
	line-height:300px;
	font-size:20px;
}
.product #flipbook .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective:2000px;
	-ms-perspective:2000px;
	-o-perspective:2000px;
	perspective:2000px;
}
.product #flipbook .hard{
	background:#ccc !important;
	color:#333;
	-webkit-box-shadow:inset 0 0 5px #666;
	-moz-box-shadow:inset 0 0 5px #666;
	-o-box-shadow:inset 0 0 5px #666;
	-ms-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;
	font-weight:bold;
}
.product #flipbook .odd{
	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
	background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	-webkit-box-shadow:inset 0 0 5px #666;
	-moz-box-shadow:inset 0 0 5px #666;
	-o-box-shadow:inset 0 0 5px #666;
	-ms-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;

}
.product #flipbook .even{
	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
	background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:linear-gradient(left, #fff 95%, #dadada 100%);
	-webkit-box-shadow:inset 0 0 5px #666;
	-moz-box-shadow:inset 0 0 5px #666;
	-o-box-shadow:inset 0 0 5px #666;
	-ms-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;
}
.product #flipbook .image-page {
	background: no-repeat center/cover;
}
.product .category-title {
	text-align:center;
}
.product .category-title h3 {
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:15px;
}
.product .sample {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.product .sample:hover {
	cursor: pointer;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* product modal styles */
/* .modal.fade .modal-dialog { /* remove bootstrap modal slide down transition */
/* 	-webkit-transform: translate(0, 0);*/
/* 	-moz-transform: translate(0, 0);*/
/* 	-ms-transform: translate(0, 0);*/
/* 	-o-transform: translate(0, 0);*/
/* 	transform: translate(0, 0);*/
/* }*/
/*.product .modal-backdrop {*/
	/*background: #2980b9; !* fallback for old browsers *!*/
	/*background: -webkit-linear-gradient(to right, #2980b9, #2c3e50); !* Chrome 10-25, Safari 5.1-6 *!*/
	/*background: linear-gradient(to right, #2980b9, #2c3e50); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
	/*opacity: .9;*/
/*}*/
.product .modal.in .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.product .modal-body {
	padding-top: 0;
	font-family: 'Open Sans';
}
.product .modal-body > .row:first-child {
	background-color: rgb(245, 244, 245);
	padding: 24px 12px;
}
.product .features-description {
	padding: 0 48px 60px 48px;
}
.product #product-modal .form-inline {
	margin-bottom: 12px;
	margin-top: 24px;
}
.product #product-modal label[for='qty'] {
	font-size: large;
	padding-right: 7px;
}
.product #product-modal .close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 4rem;
	color: black;
	opacity: 1;
	z-index: 1;
}

.product .modal-body > .row > .col-sm-5 {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding-bottom: 12px;
	padding-left: 12px;
}
@media(min-width: 768px) {
	.product .modal-body > .row {
		display: flex;
	}
}
@media(max-width: 991px) {
	.product #product-modal .modal-dialog {
		width: auto;
		margin: 10px;
	}
}
@media(min-width: 992px) {
	.product #product-modal .modal-dialog {
		width: 60%;
	}
	.product #product-modal .close {
		color: white;
	}
}

#gallery-modal .modal-dialog {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

#the-flip-book {
	display:none;
}
#book {
	padding:0 20px !important;
	height:0;
	overflow:hidden;
	background-color:#EEE;
}
#book._show {
	height:auto;
	overflow:visible;
}
#book-option {
	display:block;
	cursor:pointer;
	text-align:center;
	color:#5cb85c;
	padding:20px;
	font-weight:bold;
}
#book-option:hover {
	color: #387ef5;
}

/* contact us form */
#form-2 .h-captcha {
	margin-top: 12px;
	margin-bottom: 12px;
}

