/*=======Contents=======
Common Styles
Carousel Styles
Card Styles
List Styles
Modal Styles
"See More" Content Styles
Filter styles
Media Queries (use for desktop only)
========================
*/
/*New Products Page*/
.SPD {
	background-color: #93328e;
	padding-bottom: 18px;
	padding-left: 44px;
	padding-right: 44px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-radius: 3px;
}
.WordsForButton {
	color: white;
	text-decoration: none;
}


.video-title {
	font: 24px/26px 'SharpSans',sans-serif;
	color: #243457 !important;
}

.newprod-title {
	color: #555556 !important;
	font-style: normal;
	
}
.newprod-title-echo {
	color: #4bc1eb !important;
	font-style: normal;
	
}
.NewCategories {
	transition: all 300ms ease-in-out;
}
.NewCategories:hover {
	box-shadow: 0px 5px 16px #cacaca;
}
.SPDCenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.icon-titles {
font: bold 22px/24px 'SharpSans',sans-serif;	
	font-style: bold !important;

}
.proverbRed{
  color: #690e17;
}
.proverbGreen{
  color: #b1d35a;
}

.spanishAred{
	color: #9d0a0e;
}

.SpanishOrange {
	color: #f5ae3c;
}

/*New Products Page*/
/*_______Common Styles_______*/
.col-matchHeight {
  height: 100% !important;
}
.text-md-right, .text-md-left {
  text-align: center;
}
.pos-absolute {
  position: absolute;
}
.paddingT-1 {
  padding-top: 1px;
}
.answersecho {
	text-align: left;
	font-size: 18px;
	line-height: normal;
}
/*_______Header Carousel Styles_______*/
.carousel-item {
  position: fixed;
  width: 100%;
  height: 600px;
  top: 0px;
  z-index: -99;
  box-shadow: 0 3000px rgba(0, 0, 0, 0.5) inset;
 background: url(//static.abeka.com/Abeka/images/ChristianSchool/NewProducts/HomeHeader-cs.jpg?update=2);
  background-size: cover;
  -moz-background-size: cover;
  background-position: right;
}
.homepage.contentHero.hero-size-lg, .contentHero.hero-size-lg .hero-content {
  height: 260px;
  background-color: transparent;
}

.carousel-headertext h1, .carousel-headertext h2, .carousel-headertext h3, .carousel-headertext h4 {
  color: #fff;
  margin-top: 0px;
  text-align: center;
}
.carousel-headertext {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*.desktop-echo {
	display:block;
}

.mobile-echo{
	display: none;
} */

.item{
  opacity: 1;
}

.Title {
	font-size: 35px;
}
.Header {
	color: #2b2b2b;
	padding-bottom: 15px !important;
  font-size: 40px;
}

/*_____Interior Carousel Styles_____*/
.modal .carousel, .modal .video-container {
  margin-top: 50px;
}
.carousel-caption {
  background-color: rgba(0,0,0,0.75);
  width: 100%;
  position: relative;
  left: 0;
  height: 180px;
  top: 0;
  padding: 0px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px;
}
.carousel-caption p {
  color: #fff !important;
  font-size: 14pt;
  line-height: 20pt;
}
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
  a.right.carousel-control, a.left.carousel-control {
    z-index: 50;
  }
a.right.carousel-control {
    top: 0;
    right: 0;
    width: 50%;
}
a.left.carousel-control {
    top: 0;
    left: 0;
    width: 50%;
}
span i.far.fa-chevron-left {
  font-size: 24pt;
  color: #eaeaea;
  position: absolute;
  left: 40px;
  bottom: 15px;
}
span i.far.fa-chevron-right {
  font-size: 24pt;
  color: #eaeaea;
  position: absolute;
  right: 40px;
  bottom: 15px;
}
.carousel-indicators {
bottom: 0px;
z-index: 1000;
}
/*_______Card Styles_______*/
/*.filter-year span {
padding: 30px 0px 30px 0px;
}*/
.card-columns .card {
  margin-bottom: 2rem;
}
.card {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.card p {
  margin-bottom: 0px;
}
.card h4 {
  padding: 0px 0px 5px 0px;
  color: #93328e;
  text-align: left;
}
.card .card-title {
  padding: 15px;
  text-align: center;
  background-color: #eeeeee;
}
.card-columns .card .card-title {
  height: 295px !important;
}
.card-title h3 {
  color: white;
  margin-bottom: 0px;
}

h4 {
	min-height: 70px;
	vertical-align: middle !important;
	display: table-cell;
}
.card-body.teaser h4 {
  min-height: 0;
}

.card .card-body {
  padding: 15px;
}
.card .card-footer {
  padding: 15px;
  background-color: #dfdfdf;
}
.abeka-blue {
	color: #4bc1eb !important;
}

.card-link, .card-link:hover, .card-link:focus {
  text-decoration: none;
  width: 100%;
}
/*_______List Styles_______*/
ul.checklist {
 list-style-type: none;
}
.checklist li:before {
  margin-left: -27px;
  margin-right: 10px;
  color: #bad600;
  background-color: #ffffff;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.checklist li {
  margin-top: 20px;
}
/*_______Modal Styles_______*/

.modal-header .close {
  float: none;
  margin-left: 0px;
  position: relative;
  top: -20px;
}
body.isMobile .modal-content .modal-header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
body.isMobile .modal-content {
  /* top: 50px; */
  padding: 0px;
}
.modal-content {
  width: 100%;
  padding: 0px;
}
.modal h4 {
  color: #93328e;
}
.modal-body h4 {
  padding: 1px 0px 10px 0px !important;
  text-align: center;
}
body.isMobile .modal-content .modal-body {
  padding: 20px !important;
  top: 0;
}
.modal-header {
  padding: 10px !important;
}
.modal-dialog {
    margin-top: 0px;
}
.availDate p {
  text-align: center;
}
/*_________"See More" Content Styles__________*/
.pillar-desc .hidden-content, .pillar-desc .see-less, .pillar-desc.open .see-more {
	display: none;
}
.pillar-desc.open .hidden-content, .pillar-desc.open .see-less {
	display: block;
}
.see-more, .see-less {
  cursor: pointer;
}
/*_______Filter styles_______*/
.filter-parent{
  background-color: #93328e;
  color:#fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;

}
.filter-parent:after {
  content: "\f0d7";
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  padding-left: 5px;
}

.filter-parent.open:after {
  content: "\f0d8";
}

.filter-grade, .filter-subject, .filter-year {
  display: none;
  z-index: 5;
}

.filters {
  color: #545454 !important;
  padding-top: 30px;
}

.filter-grade.open, .filter-subject.open, .filter-year.open {
  display: block;
  background-color: #eaeaea;
  width: auto;
  height: auto;
  padding: 20px;
  margin: 0 20px;
}
.filters .grades, .filters .subjects {
  margin-top: 10px;
}
.filter-grade label, .filter-subject label, .filter-year label, .filter-grade span, .filter-subject span, filter-year span {
  margin: 4px 0px;
  padding-left: 5px;
  color: #545454;
}

.new{
	background-color: #4bc1eb !important;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*_______Media Queries (Only use for desktop styles. Mobile styles should be listed first)_______*/
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 2rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .Header{
    font-size:45px;
  }
	
	.h1spanishA {
	font: normal 42px/44px 'SharpSans',sans-serif; 
	line-height: 1.2 !important ;
}
	.h1Echo {
	font: 42px/44px 'SharpSans',sans-serif; 
		font-weight: bolder;
		font-style: italic;
	line-height: 1 !important ;
}
}

@media only screen and (max-width: 768px) {
/*.desktop-echo {
	display:none;
}

	.mobile-echo{
	display: block;
} */

	
.video-title-mobile-padding {
	padding-bottom:45px;
}
	
}

@media screen and (min-width: 1000px) {
	.listclose {
		padding-left: 80px;
	}
	
}
@media screen and (min-width: 1700px) {
	.Echovideos {
		
	}
	
}
@media screen and (min-width: 768px) {
  .modal-dialog {
      width: 750px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 30px;
  }
  .modal-header {
    padding: 15px !important;
  }
  .modal-body {
    padding: 30px !important;
  }
  .modal-body h4 {
    text-align: left;
  }
  .modal-header .close {
    float: right;
    margin-left: -20px;
    top: 0px;
}
  .modal .carousel, .modal .video-container {
    margin-top: 0px;
  }
  .filter-parent {
    margin: 0 auto;
  }
  .filter-grade.open, .filter-subject.open, .filter-year.open {
    height: auto;
    margin: 0 auto;
  }
  .carousel-caption {
    height: 130px;
    padding: 10px 20px 10px 20px;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .carousel-item.item {
    background-position: center;
    box-shadow: none;
  }
  .carousel-headertext h1, .carousel-headertext h2, .carousel-headertext h3, .carousel-headertext h4 {
    color: #2b2b2b;
  }

  .teaser p  {
    height: 45px;
    overflow: hidden;
  }
	
}
@media screen and (min-width: 980px) {
  footer{
    background-color: #fff;
    margin: -83px 0 50px 0 !important;
    padding-top: 30px;
  } 
}
@media screen and (max-width: 980px) {
  footer{
    z-index: 2; 
  }
	.listclose {
		padding-top: 30px;
		margin-bottom: -10px;
	}
}

@media(min-width: 1200px) {
  .contentHero.hero-size-lg {
    min-height: 260px;
  }
}
.card-columns .card-title img {
   height: 250px !important;
   width: auto !important;
   max-width: 100% !important;
}



.card-footer>div.actions, .card-footer>a.SPDCenter {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.card-footer > div > div {
   margin: 0px 10px;
}

.hidden {
  display: none !important;
}

div > .yearHeading {
  padding-bottom: 30px;
  width:100%;
}
