/* optional font smoothing */
html {
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
   font-size: 16px;
}

H1, H2, H3, H4, H5, H6 {
	font-family: poppins, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #4E2556;
}
H1 {
	font-size: 3rem;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1em;
  color:#723487;
  text-align: center;
}
H2 {
	font-size: 2.3rem;
	margin: 0;
	padding: 0.7rem 0;
	line-height: 1.3em;
   color:#DDB53E;
}
H3 {
	font-size: 1.8rem;
	margin: 0;
	padding: 0.5rem 0;
  color:#723487;
}
H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
}
H5 {
	font-size: 1.25rem;
	margin: 0.5rem 0;
  color:#282829;
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
}
P {
	font-size: 1rem;
	margin-top: 0.8rem;
	font-family: poppins, Arial, Helvetica, sans-serif;

  	font-weight: 400;
}
hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}

p, a, table, li, button{
	font-family: poppins, Arial, Helvetica, sans-serif;
  line-height: 1.6rem;
}

p, table, li, button, table {
	color: #000;
}

li {
	color: #000;
	line-height: 1.7rem;
}

blockquote {
	margin: 1em 0em;
  	background-color: #ac72b7;
 	padding: 1.5em;
  
}
blockquote, blockquote p, blockquote h4{
 	 color: #fff !important;
}

/* -------hover state for images that are links in the design ----------*/
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}





/* -- make form fields 100% -----------*/

.value-wrapper input, .value-wrapper textarea {
 width: calc(100% - 2vw)
}



/* â€”--buttons  -----------*/

button, .button {
    font-weight: 400;
    padding: 0.5em 1.5em;
    color: white;
    background: #723487;
    border: 1px solid #eee;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0.9125rem;

    font-weight: 700 !important;
    display: inline-block;
    border-radius: 25px !important;
}

button:hover, .button:hover {
	background: #723487;
	border: 1px solid #fff;
	color: #fff !important;
}

a:not(.button, .breadcrumbs) {
	color: #723487;
	text-decoration: none;
}

a:not(.button):hover {
 	color: #DDB53E;
	text-decoration: underline;
}

a .card  {
 	text-decoration: none; 
  	color: #E6DCE3;
}
a:hover .card  {
 	text-decoration: none; 
}

/*-----Gradient for Buttons â€”--*/

   background: rgb(254,231,121);
    background: linear-gradient(180deg, rgba(254,231,121,1) 0%, rgba(254,206,48,1) 100%);


/*--------Max width of content area---------*/

/* --layout - there are no controls in Design builder to manage max-width of content other than padding- these styles can be used for this -----------*/

header .grid__container > div, 
main .grid__container > div, 
footer .grid__container > div
{
 max-width: 1160px !important;
 margin: 0 auto;
}

/* --can be used selectively to override the above - for content you do want full width -e.g. rotator or map -----------*/
main .grid__container:first-of-type > div{
 max-width: 100% !important;
}
header .grid__container:last-of-type > div{
 max-width: 100% !important;
}


main .grid__container {
 -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 15%);
}


/*--------Custom widget styles â€”---*/

/* --rotator captions ------------------------*/
.rotator-caption {
    position: absolute;
    bottom: calc(40% - 70px);
    width: 100%;
    left: 0;
    padding: 1em 4%;
    line-height: 1.6em;
	font-family: Poppins, Arial, Helvetica, sans-serif !important;
}
.rotator-title--text {	
    display: inline-block;
 	padding: 0.5em 1em;
	font-size: calc(6vw + 0.5em)!important;
	line-height: 1em !important;
	
	font-family: Poppins, Arial, Helvetica, sans-serif !important;
}
.rotator-caption--text{

	font-size: calc(0.8em + 0.5vw)!important;
  padding: 0.5em 7vw;
	line-height: 1.15em !important;
	 font-family: Poppins, Arial, Helvetica, sans-serif !important;
     display: inline-block;
  color:#fff !important;
  position: relative;
 	/*padding: 0.5em 1.5em;-*/
}
.rotator-caption--text:before {
    content: 'LOVE | HOPE | FAITH | TRUST';
    font-weight: 700 !important;
  	color: #ddb53e;  
  text-align: center;
    height: 2.5rem;
    display: inline-block;
    position: absolute;
    top: -1.5em;
    left: calc(50% - 7em);
}
/* -- -rotator - create a cast over photo ------------------------*/

.rotator-caption:before{
content: '';
  background-color: #000 !important;
 opacity: 0.35;
 width: 100%;
height: 80vw;
 position: absolute;
 top: -35vw;
 left: 0;
}

/* -- brings text forward over cast and creates drop shadow ------------------------*/

.rotator-title--text, .rotator-caption--text {
    text-shadow: 0px 0px 10px #000000;
    position: relative;
  font-weight: 600 !important;
}
.swiper-wrapper {
 position: relative;
}

/* hides rotator arrow nav and removes extra white space------------------------*/
.custom-pagination {
    display: none;
}
#fireFoxFixer {
    margin-bottom: 0px  !important;
}

main .grid__container:first-of-type .widget__content__data > div{
 margin-bottom: 0 !important;
}








/*---------Footerâ€”-----*/

/* makes the powered by link in footer more discrete ------------------------*/

.frontend .poweredBy a {
  font-size: 0.7em;
}



/*---------Headerâ€”--------*/
/* makes the header sticky and have a drop shadow ------------------------*/

header .grid__container:nth-of-type(3)  {
     position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
}
header .grid__container {
 -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 15%);
}

/*---------Header navigationâ€”--------*/
/*- hides first link in main nav bar - usually home link ----

header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/
/* --header navigation ----------------------------------------------------------------------*/

header #full-menu .level-1 a{	
	     padding: 0.6em 0.5em 0.6em 0.5em;
	     font-size: 1.625rem;    
}

header #full-menu .level-1 a:hover {
 	text-decoration: none; 
}


header #full-menu .level-2 a {
	padding: 0.2em 0.7em !important;
    font-size: 0.9125em !important;
   	width: 90%;
}

header #full-menu .level-2 li {
	border-top: transparent 0px solid;
 	border-bottom: 1px #ECEFF4 solid;
  	text-align:left !important;
  	width: 13em;
}

header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
	 border-bottom: 1px #ECEFF4 solid;
}

header .widget__content__menu .menu>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul>li>ul{
    box-shadow: 1px solid #333;
    -webkit-box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
}

header .level-1 {
	margin: 0 !important;
}

header .level-1 li a{
	padding: 0.6em 0.7em;
	display: inline-block;
    max-width: initial !important;
}

header #full-menu >ul.level-1 {
     background-color: transparent;
}

header #full-menu .level-1 a.expand {
     font-size: 0.4em !important;
     padding: initial;
}

header #full-menu .level-2 a.expand {
    padding-top: 0.9em !important;
    width: 10% !important;
}
/*
.widget__content__menu .desktop-menu>ul {
    justify-content: left;
}-*/
/* --------------Removes gap from dropdown to header  -------------------------------*/

    .widget__content__menu .desktop-menu>ul>li>ul {
        margin-top: 0rem;
    }


/* --------------Remove vertical space fix on small devices  -------------------------------*/

.main .grid__row {
    gap: 0px;
}

/* --media queries for other screen sizes -----scales fonts and fixes nav----*/

@media (min-width: 1200px) {
.rotator-title--text {	

	font-size: calc(5em)!important;
  }
}
@media (max-width: 1289px) {
	header #full-menu .level-1 a{    f
	     font-size: 1.1rem !important;
}
  header #full-menu .level-2 a {
    font-size: 0.9125rem !important;
}
}

/* -------*/

@media (max-width: 1180px) {
header #full-menu .level-1 a:not(.expand){
       font-size:  0.9125rem !important;
}
}
/* -------*/
@media (max-width: 1024px) {
html {
   	font-size: 15px; 
  }
#full-menu {
 	display:none !important;
}
#burger-menu{    
   display:block !important;
}
} 

/* -------*/
@media (max-width: 900px) {
  
html {
   	font-size: 14px; 
}
#burger-menu svg {
    fill: #282829;
}
}
/* -------*/


@media (max-width: 580px) {
html {
   	font-size: 13px; 
  }


.widget__content__menu {
    text-align: center;
}

header .grid__container:first-of-type .image-widget{
 background-position: center !important;
}

#burger-menu svg {
    fill: #000;
}
 
}


/* -------hover state for first image widget in header (logo)----------*/

header:hover .image-widget:first-of-type:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);

}



@media (max-width: 548px){
header div.image-widget:first-of-type {
    height: 100%;
    min-height: 150px !important;

}
}



@media (max-width: 500px){
header div.image-widget:first-of-type {
    height: 100%;
    min-height: 120px !important;

}
}
  
  
/* -sidebar------------------*/


/* --restrict width of sidebar nav ------------------*/
.sidebarBody {
    width: 210px;
}


 .sidebarBody .menu>ul li a, .sidebarBody .menu ul li ul li a, .sidebarBody .menu ul li ul li ul li a {
     border-bottom:#ddd solid 1px !important;
}
 .sidebarBody .menu a:hover {
     text-decoration: none !important;
}
 .sidebarBody ul.level-1 > li > a{
    padding-top: 25px !important;
     padding-bottom: 25px !important;
    border-top: #673177 solid 6px !important;
}
 .sidebarBody ul.level-1 > li > a{
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
 .sidebarBody ul.level-1 > li > a{
    font-size: 24px !important;
}
 .sidebarBody ul.level-1 > li > a{
    font-weight: 400 !important;
}
 .sidebarBody ul.level-1 > li > a{
    text-transform: none !important;
}
 .sidebarBody ul.level-1 > li > a{
    color: #adafb2 !important;
}
 .sidebarBody ul.level-1{
    background-color: #ffffff !important;
     margin-top: 2em; !important;
}
 .sidebarBody ul.level-1 > li:hover > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-1 > li:hover{
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-1.selected > li {
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-1.selected > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-1 > li > a{
    padding-left: 10px !important;
     padding-right: 10px !important;
}
 .sidebarBody ul.level-1 > li > a{
    padding-top: 25px !important;
     padding-bottom: 25px !important;
}
 .sidebarBody ul.level-2 > li > a{
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
 .sidebarBody ul.level-2 > li > a{
    font-size: 16px !important;
}
 .sidebarBody ul.level-2 > li > a{
    font-weight: 400 !important;
}
 .sidebarBody ul.level-2 > li > a{
    text-transform: none !important;
}
 .sidebarBody ul.level-2 > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-2{
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-2 > li:hover > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-2 > li:hover{
    background-color: #f2eae1#f2eae1 !important;
}
 .sidebarBody ul.level-2.selected > li {
    background-color: #E6DCE3 !important;
}
 .sidebarBody ul.level-2.selected > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-2 > li > a{
    padding-left: 10px !important;
     padding-right: 10px !important;

}
 .sidebarBody ul.level-2 > li > a{
    padding-top: 10px !important;
     padding-bottom: 10px !important;
}
 .sidebarBody ul.level-3 > li > a{
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
 .sidebarBody ul.level-3 > li > a{
    font-size: 16px !important;
}
 .sidebarBody ul.level-3 > li > a{
    font-weight: 400 !important;
}
 .sidebarBody ul.level-3 > li > a{
    text-transform: none !important;
}
 .sidebarBody ul.level-3 > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-3{
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-3 > li:hover > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-3 > li:hover{
    background-color: #f2eae1 !important;
}
 .sidebarBody ul.level-3.selected > li {
    background-color: #f2eae1 !important;
}
 .sidebarBody ul.level-3.selected > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-3 > li > a{
    padding-left: 10px !important;
     padding-right: 10px !important;
}
 .sidebarBody ul.level-3 > li > a{
    padding-top: 10px !important;
     padding-bottom: 10px !important;
}
 .sidebarBody ul.level-4 > li > a{
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
 .sidebarBody ul.level-4 > li > a{
    font-size: 16px !important;
}
 .sidebarBody ul.level-4 > li > a{
    font-weight: 400 !important;
}
 .sidebarBody ul.level-4 > li > a{
    text-transform: none;
}
 .sidebarBody ul.level-4 > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-4{
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-4 > li:hover > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-4 > li:hover{
    background-color: #efefef !important;
}
 .sidebarBody ul.level-4.selected > li {
    background-color: #efefef !important;
}
 .sidebarBody ul.level-4.selected > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-4 > li > a{
    padding-left: 10px !important;
     padding-right: 10px !important;
}
 .sidebarBody ul.level-4 > li > a{
    padding-top: 10px !important;
     padding-bottom: 10px !important;
}
 .sidebarBody ul.level-5 > li > a{
    font-family: Open Sans !important;
}
 .sidebarBody ul.level-5 > li > a{
    font-size: 16px !important;
}
 .sidebarBody ul.level-5 > li > a{
    font-weight: 400 !important;
}
 .sidebarBody ul.level-5 > li > a{
    text-transform: none !important;
}
 .sidebarBody ul.level-5 > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-5{
    background-color: #ffffff !important;
}
 .sidebarBody ul.level-5 > li:hover > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-5 > li:hover{
    background-color: #efefef !important;
}
 .sidebarBody ul.level-5.selected > li {
    background-color: #efefef !important;
}
 .sidebarBody ul.level-5.selected > li > a{
    color: #282829 !important;
}
 .sidebarBody ul.level-5 > li > a{
    padding-left: 10px !important;
     padding-right: 10px !important;
}
 .sidebarBody ul.level-5 > li > a{
    padding-top: 10px !important;
     padding-bottom: 10px !important;
}

  /*
.sidebarBody ul.level-1 > li > a{font-family: Arial}
.sidebarBody ul.level-1 > li > a{font-size: 28px}
.sidebarBody ul.level-1 > li > a{font-weight: 400}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-1 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: Arial}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-2 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Arial}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-3 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-4 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-5 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li > a{color: rgb(85, 85, 85)}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
