/*
Theme Name: JohnnyoTheme
Theme URI: https://johnnyodesign.com/
Author: Johnnyo Design
Author URI: https://johnnyodesign.com/
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url('https://fonts.googleapis.com/css2?family=Gudea:ital,wght@0,400;0,700;1,400&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400&display=swap');
/* Content */

html {
    overflow-x: hidden;
	scroll-behavior:smooth;
}
body {
font-family: 'Roboto', sans-serif;
    background: #fff;
	color: #333;
}
:focus {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover, a:focus {
    color: #66bd6c;
    text-decoration: none;
}
.home .site-content {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.home p {
    margin: 4px 4px 20px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
p {
    margin: 4px 4px 30px 4px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
	font-weight: normal;
}

h1 {
    font-family: 'Crimson Text', serif;
    font-size: 50px;
    font-weight: normal;
    text-align: left;
    color: #46166B;
    margin: 0;
    padding: 0 0 40px 0;
}

h2 {
font-family: 'Crimson Text', serif;
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    color: #46166B;
    margin: 0;
    padding: 0;
}
h3 {
font-family: 'Crimson Text', serif;
    font-size: 30px;
	font-weight: normal;
    text-align: left;
    color: #458049;
    margin: 0 0 20px 0;
    padding: 0;
}
h4 {
font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: normal;

    text-align: left;
    color: #46166B;
    margin: 24px 0 17px 0;
    padding: 0;
}
h5 {
font-family: 'Gudea', sans-serif;
    font-size: 20px;
    font-weight: bold;

    text-align: left;
    color: #458049;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/** .altrow h2, .altrow h3, .altrow h4 {
	color: #fff;
 **/
.mainrow {
	padding: 110px 0 80px 0;
    margin: auto;
}
.altrow {
    background-color: #dcdbec;
    padding: 110px 0 80px 0;
    margin: 0;
}

ul {
    margin: 4px 0 0 28px;
    padding: 0px 0px 0px 0px;
    font-size: inherit;
    line-height: 21px;
    color: #444;
    list-style: initial;
}
ul {
	font-size: 18px;
    margin: 8px 0 34px 38px;
}
ul li {
	margin-bottom: 0px;
	    font-size: 18px;
    line-height: 28px;
    color: #333;
}
ol li {
	margin-bottom: 9px;
}
ul ul {
    list-style-type: circle;
    margin-block-end: 0px;
}

/* Sidebar */
#secondary {
}
#secondary h2 {
	font-size: 30px;
	margin: 0;
}
#secondary ul {
	margin: 4px 0 0 4px;
    list-style: none;
}
#secondary li a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
#secondary li a:hover {
}
#secondary section {
	    margin-bottom: 30px;
}

#masthead {
	background-color: #fff;
}
title {}

.title h1 {
    font-size: 50px;
    font-weight: normal;
}
/* Navigation */
.site-branding {
	
}
.navbg {

    height: 110px;
    position: absolute;
    width: 100%;
}
.headlogo {
    position: absolute;
    display: block;
    text-align: center;
    top: 40px;
    left: 50px;
    z-index: 1;
    font-weight: bold;
}
.headlogo img {
    height: 100px;
}
header video {
	    width: 100vw;
	z-index: 0;
}
#navbar {
    z-index: 9999;
    width: 100%;
	position: absolute;
    top: 10px;
	transition: height .1s;
	height: 170px;
}
#navbar.sticky {
	background: rgba(70, 22, 107, 0.9);
    width: 100%;
    height: 100px;
	transition: background .3s, height .3s;
	position: fixed;
	top: 0px;
}
#navbar.sticky #mega-menu-wrap-secondary {
	display: none;
}
#navbar.sticky .main-navigation {
    top: 20px;
	transition: all .3s;
}
#navbar.sticky .headlogo {
    top: 29px;
	transition: all .3s;
}
#navbar.sticky .headlogo img {
    height: 50px;
	transition: all .3s;
}
#navbar.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	    margin-top: 20px;
}
.widget_nav_menu {
	margin: 0 !important;
	padding-bottom: 0 !important;
}
.main-navigation {
    position: absolute;
    padding: 0;
    width: fit-content;
    right: 70px;
    top: 60px;
}

#mega-menu-wrap-primary {
    z-index: 9999;
}
.slidepost {
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
}
.slidepost::after {
    content: "";
background: rgb(68,22,104);
	    background: -moz-radial-gradient(center, ellipse cover, rgba(68,22,104,0.6) 0%, rgba(68,22,104,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(68,22,104,0.6) 0%,rgba(68,22,104,1) 100%);
    background: radial-gradient(ellipse at center, rgba(68,22,104,0.6) 0%,rgba(68,22,104,1) 100%);
    height: 100%;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.slide-content {
	    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
	text-align: center;
}

.slide-content h2{
	color: #fff;
	margin-top: 0;
	text-align: center;
	    font-size: 60px;
}
.slide-content p{
	color: #fff;
	    margin: 0;
	text-align: center;
}
.slide-content .readmore {
    color: #ffffff;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #fff;
	border-radius: 6px;
}
.slide-content .readmore:hover {
    background-color: #fff;
    text-decoration: none;
    color: #441668;
}

.navpost {
    opacity: 1 !important;
	cursor: pointer;
}
.navpost h2 {
    font-size: 20px;
    text-align: left;
    color: rgb(255 255 255 / 80%);
    position: relative;
    padding-bottom: 8px;
    padding-left: 10px;
}
.navpost h2:hover {
	color:  #fff;
}
.navpost.slick-current h2 {
	color:  #fff;
}
.navpost.slick-current h2::after {
content: " ";
    height: 5px;
		
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
	animation: timer 8s linear;
}

@keyframes timer {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* #mega-menu-wrap-primary .mega-menu-item a{
	background-color: rgba(96 , 143 , 220 , 90%) !important;
    padding: 0px 20px 0px 20px !important;
    border-radius: 0px 0px 0px 0px !important;
    color: #ffffff !important;
	    border-width: 4px 0px 4px 0px !important;
	letter-spacing: 1px !important;
}
#mega-menu-wrap-primary .mega-menu-item:first-of-type a{
    padding: 0px 24px 0px 30px !important;
    border-radius: 50px 0px 0px 50px !important;
	    border-width: 4px 0px 4px 4px !important;
}
#mega-menu-wrap-primary .mega-menu-item:nth-last-child(2) a {
    padding: 0px 30px 0px 24px !important;
    border-radius: 0 50px 50px 0 !important;
	border-width: 4px 4px 4px 0px !important;
}

#mega-menu-wrap-primary .mega-menu-item:last-of-type a {
	background-color: #458049 !important;
    padding: 0 30px !important;
    border-radius: 50px !important;
	margin-left: 30px !important;
	border-width: 4px !important;
}*/
#mega-menu-wrap-primary .mega-menu-item a {
	letter-spacing: 1px !important;
	padding: 0 20px !important;
}

#mega-menu-wrap-primary .mega-menu-item a:hover {

} 
/*@media only screen and (min-width: 1400px) {

#mega-menu-primary .mega-menu-flyout:last-of-type a {
    padding: 0 30px !important;
    border-radius: 6px !important;
	margin-left: 20px !important;
	border: 2px solid #fff !important;
	line-height: 53px !important;
}
#mega-menu-primary .mega-menu-flyout:last-of-type a:hover {
    background-color: #fff !important;
    text-decoration: none !important;
    color: #441668 !important;
}
@media only screen and (max-width: 1399px) {
	.main-navigation {

    width: calc( 100% - 140px );
}
}
@media only screen and (max-width: 570px) {
	#mega-menu-wrap-secondary {
		display: none !important;
	}
	}
/* #mega-menu-wrap-primary .mega-menu-item:last-of-type a:hover {
	background-color: transparent!important;
	color: #fff !important;
} */
#mega-menu-wrap-secondary {
    position: absolute;
    top: -45px;
    right: 10px;
}
.tribe-events-widget-events-list__events {

}
.tribe-events-widget-events-list__event-date-tag {
margin-right: 10px !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
	justify-content: center !important;
}
.tribe-events-widget-events-list__event-date-tag-daynum {
	position: relative;
}
.tribe-events-widget-events-list__event-date-tag-daynum::after {
    content: "";
    background-color: #a99b6a;
    border-radius: 6px;
    position: absolute;
    height: 60px;
    width: 60px;
    left: 2px;
    top: -21px;
    z-index: -1;
}
.tribe-events-widget .tribe-common-h2, .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	color: #fff !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-row {
    margin-bottom: 26px !important;
}
.tribe-events-widget-events-list__header {
	    margin: 0 !important;
}
.tribe-events-widget-events-list__header-title {
	font-family: 'Crimson Text', serif !important;
    margin: 30px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
    font-size: 30px !important;
    font-weight: normal !important;
    color: #000000 ;
}
.tribe-events-widget-events-list__view-more-link {
	    color: #46166B !important;
    background-color: transparent;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 1px;

    border: 2px solid #46166B !important;
	border-radius: 6px;
    width: 100%;
    text-align: center;
}
.tribe-events-widget-events-list__view-more-link:hover {
	color: #fff !important;
	border: 2px solid #46166B !important;
	background-color: #46166B !important;
}
.btn {
	    font-family: 'Roboto', sans-serif;
	    color: #46166B ;
    background-color: transparent;
    padding: 10px 20px ;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #46166B ;
	border-radius: 6px;
    text-align: center;
}
.btn:hover {
	background-color: #46166B;
	color: #fff;
}
.alt1 .btn, .alt2 .btn, .alt3 .btn {
	    color: #ffffff;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    border: 2px solid #fff;
	border-radius: 6px;
}
.alt1 .btn:hover, .alt2 .btn:hover {
	background-color: #fff;
	color: #441668;
}
.alt1 {
	background-color: #458049;
	    padding: 50px 0px 40px 0px;
}
.alt1 .btn:hover {
	color: #458049;
}
.alt2 {
	background-color: #458049;
	    padding: 50px 0px 40px 0px;
}
.alt2 .btn:hover {
	color: #458049;
}
.alt3 {
	background-color: #a99b6a;
	    padding: 50px 0px 40px 0px;
}
.alt3 .btn:hover {
	background-color: #fff;
	color:#a99b6a;
}
.alt1 h3, .alt2 h3, .alt3 h2, .alt1 p, .alt2 p, .alt3 p, .services h4, .services p, .alt1 h2, .alt2 h2, .alt3 h3 {
	color: #ffffff;
}
.volunteer {
	text-align: center;
	padding: 40px 0 50px 0;
}
.volunteer h2 {
	text-align: center;
}
.services {
	padding: 30px 0 60px 0;
}
.services a {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.services .so-panel {
	margin: 0 !important;
}
.services h4 {
    margin: 0 !important;
    position: absolute;
    bottom: 20px;
    left: 26px;
}
.serviceind, .servicecoup, .servicefam {
    background-color: #46166B;
    border-radius: 6px;
    padding: 20px 24px 20px 24px;
	    position: relative;
	transition: all ease .5s;
}
.serviceind {
	height: 400px;
	background: url(/wp-content/uploads/2021/05/Depositphotos_85357132_ds-1.jpg), #ff9244;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.serviceind:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_85357132_ds-1.jpg);
	background-position: center;
	background-size: cover;
}
.servicecoup {
	height: 195px;
	margin-bottom: 10px !important;
	background: url(/wp-content/uploads/2021/05/Depositphotos_90043086_xl-2015.jpg), #bf41ff;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.servicecoup:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_90043086_xl-2015.jpg);
	background-position: center;
	background-size: cover;
}
.servicefam {
	height: 195px;
	background: url(/wp-content/uploads/2021/05/Depositphotos_4840360_xl-2015-scaled-e1620708539746.jpg), #35dcf7;
	background-position: center;
	background-size: cover;
	background-blend-mode: soft-light;
}
.servicefam:hover {
	background: url(/wp-content/uploads/2021/05/Depositphotos_4840360_xl-2015-scaled-e1620708539746.jpg);
	background-position: center;
	background-size: cover;
}
.so-widget-sow-editor {

}

.frm_form_widget h3{
	    font-size: 20px !important;
}
.site-footer .with_frm_style .frm_inside_container .frm_primary_label {
	display: none;
}
.site-footer .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px !important;
}
footer {
	background-color: #fff;
}
.footer-bottom {
	padding: 50px 0 30px 0;
}
.siteinfo p {
	font-size: 12px;
}
.socialfoot {
	    text-align: center;
	    margin-top: 10px;
}
.socialfoot a {
    display: inline-block;
    font-size: 20px;
    background-color: #fff;
    color: #46166B;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Gudea', sans-serif;
    border: 2px solid #46166B;
    border-radius: 6px;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 49px;
    margin: 0 6px;
}
.socialfoot a:hover {
	    background-color: #46166B;
    color: #fff;
}
.widget_nav_menu h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #46166B;
}
footer .menu {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
footer .menu li {
	    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
footer .menu li a:hover {
	color: #46166B;
}
footer .panel-first-child .menu {
	margin-bottom: 20px;
}
.interior-header .slide-content {
	display: none;
}
.interior-header .slidepost {
	height: 30vh;
}
.title h1 {
    font-size: 50px;
    font-weight: normal;
    z-index: 10;
}
.sponsors {
	    margin: 50px 0;
}
.sponsors .slick-slide img{
	    padding: 0 30px;
	    max-height: 100px;
		max-width: 300px;
}
.news article{
    display: inline-grid;
    border-radius: 6px;
	position: relative;
}
.news p{

}
.news h3, .news a {
color: #786e4c;
    padding: 0;
    margin: 0px;
}
.so-panel, .panel-grid {
	margin-bottom: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
	    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.blogleft {
	    padding: 80px 70px 70px 0px;
}
.blogright {
	position: relative;
	    padding: 80px 0px 70px 90px;
}
.blogright h2, .blogleft h2 {
    padding: 0 0 6px 0 !important;
    border-bottom: 2px solid #fff;
    width: fit-content;
}
.blogright::before {
    content: " ";
    background: #46166B;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}
.blogright .so-panel {
	    z-index: 1;
    position: relative;
}
.partnerlist .textwidget {
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.partnerlist img{
    max-height: 100px;
	max-width: 300px;
    padding: 0px 10px 0 10px;
    margin: 100px 0 0 100px;
}
.partnercollumns {
	    column-count: 4;
	margin-bottom: 50px;
} 
.counselinglist .panel-grid-cell {
    columns: 2;
    margin-top: 30px;
    margin-bottom: 30px;
	    padding: 0 30px;
}
.counselinglist .so-widget-sow-editor {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#pl-146 .panel-grid:nth-of-type(2n+4){
	background-color: #f5f5f5;
}
.counselinglistfull .panel-grid-cell {
	 columns: 1;
}

.counselingmenu  ul {
	list-style: none;
    margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #46166b;
}
.counselingmenu li{
	float: left;
}

.counselingmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 10px 16px 10px 16px;
	text-decoration: none;

}
.counselingmenu a:hover {
	    background-color: #66bd6c;
}
/* .counselinglist .textwidget {
    background-color: #46166B;
    border-radius: 6px;
    padding: 60px;
}
.counselinglist .so-panel {
	    margin-bottom: 60px !important;
    display: inline-block;
}
.counselinglist .textwidget h3, .counselinglist .textwidget p {
	color: #fff;
}
.counselinglist .textwidget p {
    margin: 4px 4px 4px 4px;
}
.counselinglistalt .panel-grid-cell {
     columns: 2;
    column-gap: 60px; 
}
.counselinglistalt .textwidget {
    background-color: #458049;
    border-radius: 6px;
    padding: 60px;
}
.counselinglistalt .so-panel {
	    margin-bottom: 60px !important;
    display: inline-block;
}
.counselinglistalt .textwidget h3, .counselinglistalt .textwidget p {
	color: #fff;
}
.counselinglistalt .textwidget p {
    margin: 4px 4px 4px 4px;
}*/
.communitylist .panel-grid-cell {
    columns: 1;
    column-gap: 30px;
}
/*.communitylist .textwidget {
    background-color: #46166B;
    border-radius: 6px;
    padding: 20px;
}
.communitylist .so-panel {
	    margin-bottom: 30px !important;
	margin-right: 30px !important;
    display: inline-block;
}
.communitylist .textwidget h3, .communitylist .textwidget p {
	color: #fff;
}
.communitylist .textwidget p {
    margin: 4px 4px 4px 4px;
}*/
.profdevlist .panel-grid-cell {
    columns: 1;
    column-gap: 30px;
}
/*.profdevlist .textwidget {
    background-color: #458049;
    border-radius: 6px;
    padding: 30px;
}
.profdevlist .so-panel {
	    margin-bottom: 30px !important;
    display: inline-block;
}
.profdevlist .textwidget h3, .profdevlist .textwidget p {
	color: #fff;
}
.profdevlist .textwidget p {
    margin: 4px 4px 4px 4px;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {

}
.post-type-archive-news article {
    margin-bottom: 40px;
}


.blog article {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.blog article:nth-of-type(2) {
    width: calc( 50% - 17px );
	margin-right: 15px;
}
.blog article:nth-of-type(3) {
    width: calc( 50% - 17px );
	margin-left: 15px;
}

.blog article:nth-of-type(1) .blogpostthumbnail, .blog article:nth-of-type(2) .blogpostthumbnail, .blog article:nth-of-type(3) .blogpostthumbnail{
	height: 195px;
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 6px 6px 0 0;
	position: relative;
}
.blog article:first-of-type .blogpostthumbnail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 50%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 50%);
background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	    border-radius: 6px 0 0 6px;
}
.blog article:nth-of-type(2) .blogpostthumbnail::after, .blog article:nth-of-type(3) .blogpostthumbnail::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	    border-radius: 6px 6px 0 0;
}

.blog article:nth-of-type(1).blogpostthumbnail::after, .blog article:nth-of-type(2).blogpostthumbnail::after, .blog article:nth-of-type(3).blogpostthumbnail::after {
	content: "";
	position: absolute;
	width: 100%;
}
.blog article:nth-of-type(2) .summary {
	height: 195px;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    border-radius: 0 0 6px 6px;
    border: 5px solid #66bd6c;
	background-color: #66bd6c;
}
.blog article:nth-of-type(3) .summary {
	height: 195px;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    border-radius: 0 0 6px 6px;
    border: 5px solid #a99b6a;
	background-color: #a99b6a;
}
.blog article:nth-of-type(1) .entry-title, .blog article:nth-of-type(2) .entry-title, .blog article:nth-of-type(3) .entry-title {
	position: absolute;
    top: 140px;
    left: 24px;
    width: calc( 30% - 48px );
	    color: #fff;
}
.blog article:nth-of-type(1) .entry-summary, .blog article:nth-of-type(2) .entry-summary, .blog article:nth-of-type(3) .entry-summary {
    display: table-cell;
    vertical-align: middle;
    height: 185px;
    padding: 0px 40px;
}


.blog article:first-of-type {
    position: relative;
    width: 100%;
    display: block;
}
.blog article:first-of-type .blogpostthumbnail {
    height: 30vh;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    float: left;
    width: 50%;
    border-radius: 6px 0 0 6px;
}
.blog article:first-of-type .summary {
	height: 30vh;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    border-radius: 6px;
    border: 5px solid #46166b;
	background-color: #46166b;
}
.blog article:first-of-type .entry-title {
    position: absolute;
    left: 24px;
    width: calc( 50% - 48px );
	top: 20px;
}
.blog article:nth-of-type(2) .entry-title, .blog article:nth-of-type(3) .entry-title {
    position: absolute;
    left: 24px;
    width: calc( 100% - 48px );
	top: 20px;
}
.blog article:first-of-type .entry-summary {
    display: table-cell;
    vertical-align: middle;
    height: 30vh;
    padding: 0px 50px;
}
.blog article:nth-of-type(1) p, .blog article:nth-of-type(2) p, .blog article:nth-of-type(3) p {
	margin: 4px 4px 4px 4px;
	color: #fff;
}
.blog article:nth-of-type(1) a, .blog article:nth-of-type(2) a, .blog article:nth-of-type(3) a {
	color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Crimson Text', serif;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: 'Crimson Text', serif;
}
.posthover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}
.blog article:nth-of-type(n+4) .blogpostthumbnail {
	    width: 30%;
    height: 200px;
    float: left;
	    border-radius: 6px;
}
.blog article:nth-of-type(n+4) .summary {
    width: 70%;
    display: inline-block;
    position: relative;
    padding: 14px 0px 0px 20px;
}
input[type="search"] {
	    -webkit-appearance: none;
    border: 2px solid #c3c3c3;
	font-weight: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border: 2px solid #46166b;
    border-radius: 6px;
    background-color: transparent;
    color: #46166b;
    font-weight: bold;
}
.single .posthover {
	display: none;
}
.single .title h1 {
	padding: 0;
}
.featuredimage {
	    display: block;
}
.featuredimage img {
	    width: 100%;
    height: auto;
	margin-bottom: 30px;
}
.single .date {
	margin-bottom: 30px;
	    display: block;
}
.single #secondary {
	    margin-top: 60px;
}
#mega-menu-wrap-secondary {
	min-width: 200px;
}

.stories .custom-html-widget {
	margin-bottom: 40px;
}
.page-id-410 .site-content p, .page-id-410 .site-content h3{
	text-align: center;
}
.tribe_events-template-default .tribe-events-single-event-title {
	display: none;
}
.tribe-events-widget-events-list__event-date-tag-daynum {
	    position: relative;
    z-index: 0;
}
.tribe-events-widget-events-list__event-date-tag-month {
	    z-index: 1;
}
.slick-prev {
	left: 35px;
    z-index: 1;
}
.slick-next {
	right: 35px;
    z-index: 1;
}
.post-type-archive-tribe_events .tribe-events-widget-events-list__view-more {
	display: none;
}
.post-type-archive-tribe_events .tribe-events-widget-events-list__event-date-tag-daynum::after {
	display: none;
}
.post-type-archive-tribe_events .tribe-events-widget .tribe-common-h2, .post-type-archive-tribe_events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	color: #141827 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 36px;
}
.caption {
	display: none;
}

@media only screen and (max-width: 770px) {
	.counselinglist .panel-grid-cell {
		columns: 1;
		padding: 0 20px !important;
	}
}
.impact{
  text-align: center;
  margin: 0 auto;
  font-family: montserrat;
}
.impact-header{
  font-size: 20px;
  font-weight: 600;
text-transform:uppercase;
}
.purple{
  color: #3e1754;
}
.gold{
  color: #8c8962;
}
.white{
  color:#FFF;
}
.bgpurple{
  background-color: #3e1754;
}
.bggold{
  background-color: #8c8962;
}

/* ===================Semi Donut Chart=======================*/
.statbar{
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
.statistic{
  height:200px;
  padding-top: 20px;
  flex: 1;
}
.semi-donut{
  --percentage: 0;
  --fill: #00C;
  --pause: 0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  overflow: hidden;
  color: var(--fill);
  box-sizing : border-box;
  margin: 0 auto;
}
  .semi-donut::after{
    content: "";
    width: 300px;
    height: 300px;
    border:50px solid;
    border-color : rgba(0,0,0,0.15) rgba(0,0,0,0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing : border-box;
    transform: rotate( calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ) );
    animation : fillGraphAnimation 2s ease-in var(--pause);
  }
}

@keyframes fillAnimation{
  0%{transform: rotate(-45deg);}
  50%{transform: rotate(135deg);}
}
@keyframes fillGraphAnimation{
  0%{transform: rotate(-45deg);}
  50%{transform: rotate(135deg);}
}

.impact-large{
  font-family: montserrat;
  Font-weight: 900;
  font-size: 3em;
  position: relative;
  top: -50px;
}
.impact-normal{
  font-family: montserrat;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-top: .5em;
  position: relative;
  top: -70px;
}

/* Rotating Numbers for Impact Statement */
	.wrapper{
		font-family: montserrat;
		line-height: 1em;
		overflow: hidden;
		font-weight: 900;	
    margin: auto;
    text-align: center;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content:center;
    font-size: 50px;
	}	
.number-area{
		display: flex;
		gap: .1em;
    width: 0.7em;
		height: 50px;
    text-align: center;
    justify-content: center;
	}
	.purplenum{
		color: #3e1754;
	}
	.revnum{
		color: #fff;
		background-color: #000;
	}
	.num{
    --pause: 0;
		font: inherit;
		word-break: break-all;
		display: block;
		width: 0;
    margin: 0 auto;
		overflow: inherit;
		animation: animate .5s steps(10) forwards infinite;
    animation-iteration-count: 2;
	}
	.num:before{
		content: attr(data-attr);
		display: inline-block;
		width: 100%;
		height: auto;
	}
	@keyframes animate{
		100%{
			transform: translate3d(0,-10em, 0);
		}
	}
	.n1{
    animation-delay: var(--pause);
	}
	.n2{
		animation-delay: var(--pause);
	}
	.n3{
		animation-delay: var(--pause);
	}
	.n4{
		animation-delay: var(--pause);
	}
	.n5{
		animation-delay: var(--pause);
	}
/*vertical Growing Bar*/


.growingbarCont{
  display: flex;
  margin: auto 0;
  gap: 1em;
  flex-wrap: wrap;
}
.growingbarv{
  flex: 1;
  text-align: center;
  padding: 10px;
}

.barNum{
  font-weight: 900;
  font-size: 30px;
  margin: auto;
}
.barletter{
  font-size: 1em;
}