/*///////////GETTING RID OF HOME//////////*/
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li:first-child {
  display: none;
}
/*////////////Getting Rid of home//////////*/
/*///////////BLOG///////////*/
.WaGadgetBlogStateList ul.boxesList {
  margin: 0;
  padding: 10px;
  list-style: none;
  /*/display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1.5em;
  width: 100%;/*/
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem {
  margin-top: 0;
  padding: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem + li.boxesListItem {
  margin-top: 20px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
}
.blogEntryOuterContainer {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
}

/*///////////BLOG ///////////*/

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.dir > .item > a span::after {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: auto;
  height: 23px;
  margin: 0 0 0 7px;
  font: 13px/23px 'FontAwesome';
  vertical-align: top;
  -webkit-transition: -webkit-transform .3s ease-out 0s;
  -moz-transition: -moz-transform .3s ease-out 0s;
  -ms-transition: -ms-transform .3s ease-out 0s;
  -o-transition: -o-transform .3s ease-out 0s;
  transition: transform .3s ease-out 0s;
  content: '\f105';
}
/*/////////////////Hero Banner /////////////////*/
.thisHero {
	display: grid;
	align-items: center;
	justify-items: center;
	height: 60vh;
	background-image:linear-gradient(45deg, rgba(255,69,77,.8), rgba(98,51,162,.8), rgba(1,80,221,.8), rgba(0,38,124,.8),rgba(1,80,221,.8),rgba(98,51,162,.8),rgba(255,69,77,.8)), url(https://tsfrt.wildapricot.org/resources/Theme_Overrides/kaleidoscope_overcast.v3.0/images/bg/AdobeStock_251219746_16_9.jpg);
	background-repeat: no-repeat;
	background-position: 0 0, left center;
	background-size: 1000%, cover;
	-webkit-animation: gradientAnimation 40s ease infinite;
	animation: gradientAnimation 40s ease infinite;
}
@-webkit-keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 50% 50%;}
	50%  { background-position: 100% 70%, 50% 50%;}
	100% { background-position: 0% 30%, 50% 50%;}
}
@keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 50% 50%;}
	50%  { background-position: 100% 70%, 50% 50%;}
	100% { background-position: 0% 30%, 50% 50%;}
}
.heroInside{
	margin: 20px;
	display: grid;
	align-items: center;
	justify-items: center;
	text-align: center;
}
.heroInside h1, .heroInside p {
	color: #FFFFFF;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
}
.heroInside h1{
	font-size: 2.75em;
	margin: 0px;
	max-width: 760px;
	width: 100%;
}
.heroInside p{
	font-size: 1.3em;
	max-width: 960px;
	width: 100%;
}
.heroButton{
	width: 250px;
	height: 50px;
	background-color: #FFFFFF;
	display: grid;
	align-items: center;
	justify-items: center;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	transition: .2s;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
	margin-top: 0.9em;
}
.heroButton:hover {
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
/*/////////////////Hero Banner /////////////////*/
/*/////////HOME CARDS /////////*/
		.homeCards{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2.5rem;}

.homeCards a {
    display: grid;
    justify-items: center;
    text-align: center;
    background-color: #FFFFFF;
   box-shadow: 1px 1px 15px rgba(0,0,0,.3);
   transition: .2s;
   cursor: pointer;
   text-decoration: none;
}
.homeCards a:hover {
   box-shadow: -1px -1px 8px rgba(0,0,0,.3);
}
.homeCards > a > figure {
  height: 220px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.homeCards > a > p {
  padding: 1em;
  text-align: left;
}

.homeCards > a > figure > img {
  width: 120%;
}

.homeCards > a > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}

.homeCards > a > figure > figcaption > h3 {
  color: white;
  font-size: 1.25rem;
  margin: 1em;
}





	/*/////////HOME CARDS /////////*/
.quoteHolder{
  margin: 0 auto;
  max-width: 900px;
  box-shadow: 1px 1px 15px rgba(0,0,0,.3); 
  display: grid;
  grid-template-columns: 1.25fr 1.75fr;
  background-color: #FFFFFF;
}
.quoteImage{
  height: 100%;
background-image: url(http://paloaltoprize.com/wp-content/uploads/2015/03/Team_Moethodist_JPEG-52.jpg);
clip-path: polygon(0% 0%, 75% 0px, 95% 100%, 0% 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}

/*////////////InsideHeader/////////*/
.insideHeader{
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
	background-image:linear-gradient(45deg, rgba(255,69,77,.8), rgba(98,51,162,.8), rgba(1,80,221,.8), rgba(0,38,124,.8),rgba(1,80,221,.8),rgba(98,51,162,.8),rgba(255,69,77,.8));
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1000%;
	-webkit-animation: gradAnimation 40s ease infinite;
	animation: gradAnimation 40s ease infinite;
}
@-webkit-keyframes gradAnimation {
	0%   { background-position: 0% 30%;}
	50%  { background-position: 100% 70%;}
	100% { background-position: 0% 30%;}
}
@keyframes gradAnimation {
	0%   { background-position: 0% 30%;}
	50%  { background-position: 100% 70%;}
	100% { background-position: 0% 30%;}
}
.pageNames {
  max-width: 1000px;
  width: 100%;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.55);
  padding: 12px;
color: #FFF;
font-size: 2.25em;
text-align: center;
}
/*////////////InsideHeader/////////*/
@media screen and (max-width: 992px){
    .homeCards{
    grid-template-columns: repeat(2, 1fr); 
    gap: 1rem;}
}
@media screen and (max-width: 768px){
	#id_BzZWDfr{
		display: none;
	}
	.thisHero{
	height: 70vh;
}
  .quoteHolder{
  margin: 0 auto;
  max-width: 900px;
  box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3); 
  display: grid;
  grid-template-rows: 1.5fr 1.5fr;
  grid-template-columns: 1fr;
}
.quoteImage {
  height: 100%;
  background-image: url(http://paloaltoprize.com/wp-content/uploads/2015/03/Team_Moethodist_JPEG-52.jpg);
  clip-path: polygon(100% 0, 100% 84%, 64% 100%, 0 90%, 0 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
}
}
@media screen and (max-width: 600px){
	.homeCards{
    grid-template-columns: repeat(1, 1fr); 
    gap: 1rem;}
}
@media screen and (max-width: 479px){
html:not([class*="WaPlaceHolder"]) .h1, html:not([class*="WaPlaceHolder"]) h1 {
  font-size: 44px;
  line-height: 1.2;
}
}