H1, H2, H3, H4, H5, H6 {
}


body {
    font-family: Verdana, Helvetica, Arial, sans-serif !Important;
}

H1 {
	color: #9A00CF;
	    font-size: 1.5em;
    font-weight: 400;
}

body {  
      	margin:0;
      	padding:0;
      	font-family: Arial, Helvetica, sans-serif;
      	font-size: 13px;
	color:#313131;
  	background-color:#F6F6FE;
}

#contentBody header, #contentBody article, #contentBody div {
}

P {

line-height:18px;
}

table#round p {
	margin: 4px !important;
	font-size: 1.1em !important
}


table {


	line-height:18px;
}


li {
}

a:link{
	color:#9900cc;
	text-decoration:none !important;	
}
 a:visited {
	color:#9900cc;
    	text-decoration:none !important;	
    }
    

a:hover {
	color:#9900cc;
  text-decoration:none !important;	
}
.textcontent{
  	font-size: 100%;
}



button, .button {
 font-weight: 300; 
 font-size: 18px; 
 line-height: 16px; 
 padding: 10px; 
 color: rgb(255, 255, 255); 
 background-color: rgb(0, 0, 0); 
 font-family: Arial; 
}

button:hover, .button:hover {
 background-color: rgb(221, 221, 221); 
 color: rgb(0, 0, 0); 
}

/*

        @media (max-width: 576px) {


            h1 {
                font-size: calc(30px - 100%)
            }


            h2 {
                font-size: calc(28px - 100%)
            }


            h3 {
                font-size: calc(26px - 100%)
            }


            h4 {
                font-size: calc(24px - 100%)
            }


            h5 {
                font-size: calc(22px - 100%)
            }


            h6 {
                font-size: calc(20px - 100%)
            }



            button {
                font-size: calc(18px - 100%)
            }


            p {
                font-size: calc(18px - 100%)
            }


            a {
                font-size: calc(18px - 100%)
            }


        }


        @media (max-width: 768px) {


            h1 {
                font-size: calc(30px - 100%)
            }


            h2 {
                font-size: calc(28px - 100%)
            }


            h3 {
                font-size: calc(26px - 100%)
            }


            h4 {
                font-size: calc(24px - 100%)
            }


            h5 {
                font-size: calc(22px - 100%)
            }


            h6 {
                font-size: calc(20px - 100%)
            }


            button {
                font-size: calc(18px - 100%)
            }


            p {
                font-size: calc(18px - 100%)
            }


            a {
                font-size: calc(18px - 100%)
            }


        }

.fc-daygrid-day-number {

}

.fc-daygrid-day {}

.fc-day-today {}

.fc-col-header-cell-cushion {}

.fc-col-header-cell {}

.fc button {}

.fc-toolbar {}

.fc-theme-standard {}

.fc .fc-scrollgrid-section > td {}

.fc-daygrid-dot-event {}

.fc-h-event {}

.fc-daygrid-event-dot {}

*/



.main .grid__row, .main .grid__row .widget {
    position: relative;

}


main .grid__container:nth-of-type(2) .widget__content__data .image-widget:hover {
    margin-bottom: 0 !important;
    opacity: 0.7!important;
}




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

main .grid__container:nth-of-type(4) > div
{
 max-width: 735px !important;
 margin: 0 auto;
}

main .grid__container:nth-of-type(7) > div
{
 max-width: 735px !important;
 margin: 0 auto;
}

main .grid__container:nth-of-type(2) > div
{
 max-width: 735px !important;
 margin: 0 auto;
}

/*@media (max-width: 580px){

main .grid__container:nth-of-type(4) > div {
    width: 97.5.% !important;
  	border-left: #AC70D0 double 0.4em;
  	border-right: #AC70D0 double 0.4em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0.4em;
    margin-right: 0.4em;
}
}*/


@media (max-width: 580px){
  
main .grid__container:nth-of-type(1) {
    position: relative;
    padding: 0px !important;
}
}

/* reduce left & right padding in widgets on mobile
@media screen and (max-width: 639px) {
    .main .mobile\:col-12 {
        padding: 0 15px !important;
  }
} */

/* reduce space above trees on mobile homepage */
@media screen and (max-width: 639px) {
	main.main > div > div > div.widget > div.widget__content__data > div.image-widget {
		min-height: 66px !important;
	}

    main.main > div > div > div.widget {
		min-height: 45px !important;
	}
}


.frontend .poweredBy {
    text-align: center;
    background: #f6f6fe;
}


.frontend .poweredBy a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 200 !important;
  opacity: 0.4;
  font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
}


.main .grid__row {
    gap: 2px;
 
}



.poll-widget .poll-content .poll-form .widget-poll-question {
    font-weight: bold;
}


.button--gradient-green, button--gradient-green {
    background: -webkit-linear-gradient(top, purple, #b013b0) !important;
    background: linear-gradient(180deg, purple, #b013b0) !important;
    color: #fff;
}


.header-text{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff))!important;
	box-shadow: 5px 5px 10px 0px #b0b0b0;
	border: 2px solid #9900cc !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

	

.poll-widget {
    background-color: #e1d5e0 !important;
    box-shadow: 5px 5px 10px 0px #b0b0b0;
    border: 2px solid #9900cc !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

main .grid__container:last-of-type .widget {
    border-radius: 10px !important;
}

@media (max-width: 880px){
 main .grid__container:nth-of-type(2) .image-widget{
 background-position: center !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(0, 0, 0)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(0, 0, 0)}
.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(0, 0, 0)}
.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(0, 0, 0)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(0, 0, 0)}
.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(0, 0, 0)}
.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(0, 0, 0)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(0, 0, 0)}
.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(0, 0, 0)}
.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(0, 0, 0)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(0, 0, 0)}
.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(0, 0, 0)}
.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(0, 0, 0)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(0, 0, 0)}
.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(0, 0, 0)}
.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}
