@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
html, body {
  background: #6d4992;
	font-family: 'Readex Pro', sans-serif;
  font-weight:300;
  font-size: 17px;
}
section {
  background: #f4f4f4;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight:700;
	font-family: 'Readex Pro', sans-serif;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  text-transform: none;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong {
  font-weight: 700;
}
small{
	font-size: .75em;
}
.font-weight-normal {
    font-weight: normal;
}
.text-transform-uppercase{
	text-transform: uppercase;
}
a {
  color: #2bbacf;
  font-weight: 600;
}
a:hover {
  color: #6d4992;
  text-decoration: none;
}
.giving-links a {
  text-decoration: none;
  cursor: pointer;
}
.giving-links .giving-active {
  background: #6d4992;
  color: #fff;
  position: relative;
  text-align: center;
}
.giving-links a:hover {
  background: #2bbacf;
  color: #fff;
}
.giving-links .giving-active::after {
  content: '';
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  padding-bottom: 15%;
  background: #6d4992;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.giving-links .giving-active:hover::after {
  background: #2bbacf;
}
.cta-link {
  color: #6d4992;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1em;
}
.cta-link:hover {
  color: #2bbacf;
  text-decoration: none;
}
.text-white a, .text-white .cta-link {
  color: #fff;
}
.text-white a:hover, .text-white .cta-link:hover {
  color: rgba(255, 255, 255, .8);
}
.btn {
  text-transform: uppercase;
  font-size: 1em;
	line-height: 1em;
  font-weight: 800;
  border-radius: 0;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  border: 0;
  outline: none;
width:80%;
  max-width: 200px;
}
@media (min-width:767px){
	
.btn {
  font-size: 1.25em;
}
	
	
}
.btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  right: -25px;
  top: 0;
  bottom: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*
.btn.btn-nav {
  max-width: 100%;
}
*/
.btn-outline-primary:hover, .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #6d4992;
    border-color: #6d4992;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #2bbacf;
    border-color: #2bbacf;
}
.btn.btn-long {
  max-width: 300px;
}
.btn.btn-xl {
  max-width: 400px;
}
.btn.btn-short{
	height: auto;
}
.btn.btn-square{
	width:50px;
	height: 50px;
}
.btn.btn-nav-back {
  padding-right: 25px;
  padding-left: 0px;
}

.btn-group .btn{
  font-size: 1em;
  padding-right: 25px;
	font-weight: 500;
margin:5px;}
.btn-group .btn::after, .btn.btn-nav-back::after {
  display: none;
}
.btn.btn-nav-back::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  left: -25px;
  top: 0;
  bottom: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn.btn-primary {
  background-color: #6d4992;
}
.btn.btn-primary::after {
  border-color: transparent transparent transparent #6d4992;
}
.btn.btn-primary:hover {
  background-color: #2bbacf;
}
.btn.btn-primary:hover::after {
  border-color: transparent transparent transparent #2bbacf;
}
.btn.btn-secondary {
  background-color: #2bbacf;
}
.btn.btn-secondary::after {
  border-color: transparent transparent transparent #2bbacf;
}
.btn.btn-secondary:hover {
  background-color: #6d4992;
}
.btn.btn-secondary:hover::after {
  border-color: transparent transparent transparent #6d4992;
}
.btn.btn-white {
  background-color: #fff;
}
.btn.btn-white::after {
  border-color: transparent transparent transparent #fff;
}
.btn.btn-white:hover {
  background-color: #f4f4f4;
}
.btn.btn-white:hover::after {
  border-color: transparent transparent transparent #f4f4f4;
}
.btn.btn-gray {
  background-color:#f4f4f4;
}
.btn-check:checked+.btn.btn-gray {
  background-color:#fff;
	font-weight: 500;
}
.btn.btn-gray::after {
  border-color: transparent transparent transparent #f4f4f4;
}
.btn.btn-gray:hover {
  background-color: #fff;
}
.btn.btn-gray:hover::after {
  border-color: transparent transparent transparent #fff;
}
.btn.btn-nav-back::before {
  border-color: transparent #2bbacf transparent transparent;
}
.btn.btn-nav-back:hover::before {
  border-color: transparent #6d4992 transparent transparent;
}
.btn.btn-input {
  border-radius: 0;
  position: relative;
  height: 50px;
  background-color: #6d4992;
  padding: 0;
  margin: 0;
}
.btn.btn-input input {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
  padding-left: 25px;
  height: 50px;
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  color: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:focus, .btn.btn-input input:focus, .btn-check:checked+.btn {
  outline: none;
  box-shadow: none !important;
}
.roku-logo {
  max-height: 15px;
}
.fire-tv-logo {
  max-height: 20px;
}
.google-tv-logo {
  max-height: 20px;
}
/* ---------------Background styles--------------- */

.full-screen{
    height: 100vh;
}
.bg-none{
	background: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #f4f4f4 !important;
}
.bg-medium-gray {
  background: #e8e5e5 !important;
}
.bg-teal {
  background: #2bbacf !important;
}
.bg-teal-transparent {
	background:linear-gradient(90deg, rgba(43, 186, 207, 1), rgba(43, 186, 207, 0.0));
	}
.bg-purple {
  background: #6d4992 !important;
}
.bg-purple-transparent {
    background:linear-gradient(0deg, rgba(0, 0, 0,0.7), rgba(111, 77, 146,0.7)), url(//static.pcci.edu/RTV/images/Slideshow/campus-church.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	}
.bg-texture {
  background:url(//static.pcci.edu/RTV/images/Graphics/textured-background.jpg?update=2) center center no-repeat, #E9F7F8;
  background-size: cover;
	background-attachment: fixed;
}
.bg-texture .shadow {
  box-shadow:
    0.2px 0.6px 0.8px rgba(173, 199, 204, .21), 0.9px 2.5px 3.4px -0.5px rgba(173, 199, 204, .29), 2.1px 5.7px 7.7px -1px rgba(173, 199, 204, .36), 4.7px 12.9px 17.5px -1.5px rgba(173, 199, 204, .44) !important;
}
.shadow, .bg-texture .bg-white.shadow .shadow{
  box-shadow:
    0.2px 0.6px 0.8px rgba(160, 160, 160, .21), 0.9px 2.5px 3.4px -0.5px rgba(160, 160, 160, .29), 2.1px 5.7px 7.7px -1px rgba(160, 160, 160, .36), 4.7px 12.9px 17.5px -1.5px rgba(160, 160, 160, .44) !important;
}
.bg-rejoice {
  background: #394e63 !important;
}
.bg-jl {
  background: #035ea2 !important;
}
.arrow-bg-p {
  padding-bottom: 100px;
  padding-top: 30px;
}
.text-teal {
  color: #2bbacf !important;
}
.text-purple {
  color: #6d4992 !important;
}
.custom-shape-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}
.custom-shape-divider-bottom .shape-fill {
  fill: #f4f4f4;
}
.custom-shape-divider-bottom .shape-fill.fill-white {
  fill: #fff;
}
.custom-shape-divider-bottom .shape-fill.fill-purple {
  fill: #6d4992;
}
.custom-shape-divider-bottom .shape-fill.fill-teal {
  fill: #2bbacf;
}
.custom-shape-divider-bottom .shape-fill.fill-texture {
  fill: rgb(208, 239, 244);
}
.bs-md-1, .be-md-1, .bb-1, .bt-1 {
  border: 0 solid lightgray;
}
.bs-0, .be-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.bt-1 {
  border-top-width: 1px;
}
.bb-1 {
  border-bottom-width: 1px;
}
@media (min-width: 992px) {
	.position-lg-absolute{
		position: absolute;
	}
	.text-lg-white{
		color:#fff;
	}
	
.bg-black-transparent {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
	}
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
  }
  .bs-md-1 {
    border-left-width: 1px;
  }
  .be-md-1 {
    border-right-width: 1px;
  }
  .bt-md-0, .bb-md-0 {
    border-top-width: 0;
    border-bottom-width: 0;
  }
}
.border-medium-gray {
  border-color: #e8e5e5;
}
.streaming-options {
  background: #6d4992;
  color: #fff;
}
/* ---------------Card styles--------------- */
.card {
  border-radius: 0;
}
/* ---------------footer styles--------------- */
footer .copyright a {
  text-decoration: underline;
}
/* ---------------UItoTop styles--------------- */
#toTop {
  display: none !important;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  float: right;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 28px;
  z-index: 20;
  color: #fff0d3;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
img {
  max-width: 100%;
	height: auto;
}
.resource-img {
  max-height: 200px;
}
/* ---------------Navigation styles--------------- */
#navbar{
 transition: 0.4s; /* Adds a transition effect when the padding is decreased */
}
/* Style the logo */
#navbar #logo {
  transition: 0.4s;
}
.navbar-light .navbar-nav .donate-link a.nav-link {
  font-weight: 800;
  color: #2bbacf;
}
.navbar-light .navbar-nav .donate-link a.nav-link:hover {
  color: #6D4A92;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.2rem;
}
.navbar .navbar-nav .dropdown-menu {
    padding: 0.5rem 0;
    margin: 0;
    border: 0px solid;
    border-radius: 0rem;
}
.navbar .navbar-nav .nav-link.dropdown-toggle::after {
  vertical-align: middle;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {}
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0px;
    padding-top: 24px;
    border-radius: 0;
    border: 0;
  box-shadow:
    0.2px 0.6px 0.8px rgba(160, 160, 160, .21), 0.9px 2.5px 3.4px -0.5px rgba(160, 160, 160, .29), 2.1px 5.7px 7.7px -1px rgba(160, 160, 160, .36), 4.7px 12.9px 17.5px -1.5px rgba(160, 160, 160, .44) !important;
  }
  .navbar .nav-item:last-of-type .dropdown-menu {
	  right:0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/* ---------------table styles--------------- */
.table {
  background: #fff;
}
.table th {
  background-color: #6C4992;
  color: white;
  text-align: left;
  vertical-align: bottom;
}
.table .city, .table .coverageGroupHeading td, .table .area, .table .access {
  background-color: #ccc;
  font-weight: 800;
}
.table .city a, .table .coverageGroupHeading td a, .table .area a, .table .access a {
  color: #212529;
}
.table .locale {
  background-color: #fff;
  font-weight: 800;
}
.table tr td {
  width: 20%;
}
.table.Nationwide tr td {
  width: 25%;
}

.mobileTableLabel {
    display: none;
}

@media screen and (max-width: 765px) {
    .mobileTableLabel {
        font-weight: bold;
    }

.table tr td, .table.Nationwide tr td {
  width: 100%;
}

    .DataTable{
        margin: 0 auto;
        width: 100%;
        border-collapse: collapse;
        font-weight: 100;
        text-rendering: optimizeLegibility;
        border-radius: 5px;
    }

    .DataTable thead th{
        font-weight: 600;
    }

   .DataTable thead th, .DataTable tbody td{
        padding: 8px;
        font-size: 15px;
    }

   .DataTable tbody td{
        padding: 8px;
        font-size: 15px;
    }

    .DataTable tbody tr:not(:last-child){
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

	.DataTable thead{
        display: none;
    }


    .DataTable tbody td{
        display: block;
        padding: .6rem;
        text-align: left;
    }

    .DataTable tbody tr td:first-child{
        border-top: 2px #6C4A92 solid;
    }

    .DataTable tbody td span{
        display: block;
    }

   .DataTable .tdaligncenter{
        text-align: left;
    }

    .DataTable tr td:nth-child(even){
        background: #ffffff;
    }


    .DataTable tfoot td {
        display: block;
        text-align: left;
        background-color: #e9ecef !important;
        border: 0;
    }


    .DataTable tfoot tr td:first-child {
        border-top: 2px #5a5a5a solid;
    }
}

@media screen and (max-width: 480px) {
.DataTable thead th, .DataTable tbody td{
        font-size: 14px;
        padding: 6px;
    }
}


/* ---------------form styles--------------- */
.form-control, .input-group-text, input[type="tel"], input[type="text"] {
  border-radius: 0;
  border-color: #e8e5e5;
	border-width: 2px;
}
label, .form-label{
	font-weight: bold;
}
/* ---------------home page specific styles--------------- */
.hero-container {
  z-index: 10;
  max-height: 500px;
  overflow: hidden;
}
.overlap-container {
  z-index: 20;
  bottom: 0;
	top:0;
	right:0;
	left:0;
  overflow: hidden;
}
/* Carousels
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#HeroCarousel .carousel-item {
    transition: transform 2s ease, opacity .5s ease-out
}
.ad-img {
    min-height: 100px;
}
/*		.bg-holiday{
			background: rgb(228, 174, 102);
		}
		.bg-holiday .gradient-overlay:before{
			content: " ";
			position: absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background: rgb(228, 174, 102);
background: linear-gradient(180deg, rgba(228, 174, 102,1) 10%, rgba(228, 174, 102,0) 30%);
		}*/
/* ---------------carousel styles--------------- */
.carousel-caption {
    background: rgba(111, 77, 146,0.5);
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1.25rem;
}
.carousel-indicators {
    margin-bottom: .5rem;
}
.carousel-control-next, .carousel-control-prev {
    color:#6d4992;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    color:#6d4992;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image:none;
}
.carousel-control-prev-icon:before, .carousel-control-next-icon:before {
    font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-size: 2em;
}
.carousel-control-prev-icon:before {
	content: "\f053";
}
.carousel-control-next-icon:before {
	content: "\f054";
}

/* ---------------Donate and Order specific styles--------------- */
.ValidationSummary {
  margin: 10px 0 30px 0;
  display: block;
  text-align: left;
  color: red;
}
.ValidationSummary span {
  font-weight: bold;
}
.ValidationSummary ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.bc-section {
  display: none;
  opacity: 0;
}
.bc-section#checkout1 {
  display: block;
  opacity: 1;
}
.bc-wrapper {
  margin: 1em auto;
  border-radius: .25em;
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.bc-wrapper .bc-step {
  text-align: center;
  position: relative;
  margin: .4em 20px .4em 0;
  padding-top: 55px;
  font-size: .85rem;
}
.bc-wrapper .bc-step:last-of-type {
  margin-right: 0;
}
.bc-wrapper .bc-step .bc-stepNumber {
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 1rem;
  font-weight: bold;
}
.bc-wrapper .bc-step .bc-stepNumber i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bc-wrapper .bc-step.bc-step_Current .bc-stepNumber, .bc-wrapper .bc-step.bc-step_Complete .bc-stepNumber {
  background-color: #2bbacf;
  color: #fff;
}
.bc-wrapper .bc-step.bc-step_Current, .bc-wrapper .bc-step.bc-step_Complete {
  color: #2bbacf;
  font-weight: 800;
}
.bc-wrapper .bc-step.bc-step_Uncompleted .bc-stepNumber {
  background-color: #e8e5e5;
}
.bc-wrapper .bc-step:after {
  display: inline-block;
  content: '';
  height: 4px;
  background: #edeff0;
  margin: 0;
  position: absolute;
  left: 50%;
  width: calc(100% + 45px);
  top: 20px;
}
.bc-wrapper .bc-step:last-of-type:after {
  display: none;
}
.bc-wrapper .bc-step:after, .bc-wrapper .bc-step.bc-step_Complete:after {
  background-color: #2bbacf;
}
.bc-wrapper .bc-step.bc-step_Uncompleted:after, .bc-wrapper .bc-step.bc-step_Current:after {
  background-color: #e8e5e5;
}
#cc-card, #cc-cvv, #cc-exp, #cc-name {
  background-color: #ffffff;
  height: 40px;
  display: inline-block;
}
#cc-exp {
  width: 120px;
}
#cc-cvv {
    width: 80px;
}
/*
#cc-card {
  width: 200px;
}
#cc-name {
  width: 200px;
}
*/


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px;
    background: #2bbacf;
    font-weight: normal;
    color:#fff;
}

