/*----------Typography —----------

 

/* 
*{
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; !important;
}
-*/
/* optional font smoothing */
html {
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
   font-size: 16px;
}

H1, H2, H3, H4, H5, H6, .cal-widget-title {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	color: #4CB5E4;
  text-transform: uppercase;
  
}
H1 {
	font-size: 4rem;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1em;
  letter-spacing: 4px;
  font-weight: 700 !important;
  text-align: center;
}
H2 {
	font-size: 2.3rem;
	margin: 0;
	padding: 0.7rem 0;
	line-height: 1.3em;
  position: relative;
  font-weight: 700 !important;
}

H2:after {
  	content: '...';
    display: inline-block;
    position: absolute;
    bottom: -0.3em;
    left: calc(50% - 1.5rem);
}

H3, .cal-widget-title {
	font-size: 1.8rem;
	margin: 0;
	padding: 0.5rem 0;
  color:#53164B;
      text-transform: initial;
  font-weight: 700 !important;
}
H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
      text-transform: initial;
  font-weight: 700 !important;
}
H5 {
	font-size: 1.25rem;
	margin: 0.5rem 0;
  color:#53164B;
    text-transform: initial;
  	line-height: 1.5em;
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
      text-transform: initial;
  color: #990030;
}

.card-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem !important;
  padding-bottom: 0.6em  !important;
}
.card {
    padding: 1.5em  !important;
}

P {
	font-size: 1rem;
	margin-top: 0.8rem;
	font-family: "Inter", 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: "Inter", 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: rgb(76, 181, 228);
  	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: #53164b;
    border: 1px solid #eee;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0.9125rem;
   letter-spacing: 2px;
    font-weight: 700 !important;
    display: inline-block;
    border-radius: 25px !important;
  text-transform: uppercase;
  text-wrap: auto;
}

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

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

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


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

/* --layout --------*/

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

/* -------------*/
main .grid__container:first-of-type > div, main .grid__container:nth-type(2) > div{
 max-width: 100% !important;
}




/*---------Footer—-----*/

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

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



/*---------Header—--------*/

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—--------*/

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

header .level-1 li a{
	padding: 0.5em 0.3em;
 	display: inline-block;
  text-decoration: none !important;
}
header #full-menu .level-2 li {
  	width: 12em; 
}
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 / 45%);
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 45%);
}

/*---------calandar widget—--------*/

.calendar_event_name_style_font{
 font-weight: 700 !important;
}

/* --latest articles -blog ------------------*/

@media (min-width: 900px) {
.widget-latest-articles .article{
        flex: 0 0 33.12% !important;
    	max-width: 33.1%!important;
 		margin: 0 !important;
 		padding: 20px 20px 7em 20px!important;
  		position: relative;
}
 
}

.widget-latest-articles .article h3  {
  margin: 1em 0;
line-height: 1.3;}


.summary-article {
 line-height: 1.6;
}

.widget-latest-articles .article h3:after{
 content: 'Read More';
 position: absolute;
 bottom: 2em;
 left: 20px;
 font-size: 0.7em;
	display: inline-block;
	   font-weight: 400;
    padding: 0.5em 1.5em;
    color: white;
    background: #53164b;
    border: 1px solid #eee;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0.9125rem;
   /* letter-spacing: 2px;*/
    font-weight: 700 !important;
    display: inline-block;
    border-radius: 25px !important;
  	font-family: "Inter", Arial, Helvetica, sans-serif;

}

.widget-latest-articles .article h3:hover:after  {
	background: #53164b;
	border: 1px solid #53164b;
    color: #fff !important;
}

.widget-latest-articles .article:nth-of-type(1) {
	background: rgb(186, 77, 134) !important;
}

.widget-latest-articles .article:nth-of-type(2) {
		
}
.widget-latest-articles .article:nth-of-type(3) {
		background: #4CB5E4 !important ;
}



/* --------------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 (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;
    margin-top: 20px!important;
}
} 

/* -------*/
@media (max-width: 960px) {
header #full-menu .level-1 a:not(.expand){
}
}

/* -------*/
@media (max-width: 900px) {
    .article  {
  padding-top: 30px !important;
      padding-left: 20px !important;
        padding-right: 20px !important;
  padding-bottom: 70px !important;
  }
html {
   	font-size: 14px; 
}

#burger-menu svg {
    fill: rgb(83, 22, 75);
}
}
/* -------*/

@media (max-width: 640px) {
html {
   	font-size: 13px; 
  }
	header div.image-widget:first-of-type {
    height: 100%;
    min-height: 60px !important;
}
	.widget__content__menu {
    text-align: center;
}
  
#burger-menu{  
  background: #DBD2DB;
  margin-top: 0px!important;
  }
  
main .text-widget,  main h1 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  }
}



/*------Sidebar navigation on content pages —------*/
/* --restrict width of sidebar nav ------------------*/
.sidebarBody {
    width: 210px;
}

/* -main css------------------*/

 .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:#54174c solid 6px !important;
}    
 .sidebarBody ul.level-1 > li > a{
    font-family:  "Inter", Arial, Helvetica, sans-serif;
}
 .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: #6C3059 !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:  "Inter", Arial, Helvetica, sans-serif;
}
 .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:#F7F0F6 !important;
}
 .sidebarBody ul.level-2.selected > li {
    background-color: #F7F0F6 !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:  "Inter", Arial, Helvetica, sans-serif;
}
 .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: #F7F0F6 !important;
}
 .sidebarBody ul.level-3.selected > li {
    background-color: #F7F0F6 !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: Open Sans !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:  "Inter", Arial, Helvetica, sans-serif;
}
 .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-2.selected > li{
    background-color: transparent !important;
  }
  /*
.sidebarBody ul.level-1 > li > a{font-family: Roboto Slab}
.sidebarBody ul.level-1 > li > a{font-size: 20px}
.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(98, 147, 165)}
.sidebarBody ul.level-1{background-color: rgb(241, 241, 241)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-1 > li:hover{background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-1.selected > li > a{color: rgb(255, 255, 255)}
.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: Roboto Slab}
.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(0, 0, 0)}
.sidebarBody ul.level-2{background-color: rgb(241, 241, 241)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-2 > li:hover{background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(255, 255, 255)}
.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: Roboto Slab}
.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(0, 0, 0)}
.sidebarBody ul.level-3{background-color: rgb(241, 241, 241)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-3 > li:hover{background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-3.selected > li > a{color: rgb(255, 255, 255)}
.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: Roboto Slab}
.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(0, 0, 0)}
.sidebarBody ul.level-4{background-color: rgb(241, 241, 241)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-4 > li:hover{background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-4.selected > li > a{color: rgb(255, 255, 255)}
.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: Roboto Slab}
.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(0, 0, 0)}
.sidebarBody ul.level-5{background-color: rgb(241, 241, 241)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-5 > li:hover{background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(98, 147, 165)}
.sidebarBody ul.level-5.selected > li > a{color: rgb(255, 255, 255)}
.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}
