/* -----hide offer page-----*/

header .grid__container:nth-of-type(1)  {

} 

/* -------------*/


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


H1, H2, H3, H4, H5, H6 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 700 !important;
	color: #6BC3FF;
  color: #23B6F7;
	line-height: 1.1em;
}

.widget__content__data>h1 {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	
}

H1 {
	font-size: 3rem;
	margin: 0;
	padding: 0;
	color: #444;
}

H2 {
	font-size: 2.3rem;
	margin: 0;
	padding: 0.8rem 0;
	
}
H3 {
	font-size: 2rem;
	margin: 0;
	padding: 0.8rem 0 0em;
}
H4 {
	font-size: 1.35rem;
	margin: 0;
	padding: 0.5rem 0;
  line-height: 1.4em;

}
H5 {
	font-size: 1.35rem;
  	margin: 0;
	margin: 0.5rem 0;
}
H6 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
}

P {
font-size: 1.125rem;
    line-height: 1.777777777777778em;
	font-weight: 400;
	margin-top: 0.8rem;
	color: #000;
}
hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
  height: 0 !important;
}

.large {
    font-size: 2.375rem !important;
    line-height: 1.2em !important;
}

.img-border{
 	border-radius: 20px; 
}


blockquote {
  background-color: #f0f6fd;padding: 10px 5%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin: 0;
font-style: normal !important;
}

blockquote img{
padding: 0 0 1em 0 ;
}
.hideBorder {
    border: 0px !important;
}

.card {
 border: 1px solid #EBF8FC!important;
    -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%);
}

/* --------list styles for pricing page-----*/


#standardPricing ul, #charityPricing ul{
	padding: 0;
	font-size: 1.2rem;
	margin-right: 2.333%;
	min-width: 6.5rem;
	background: #72c6c6; 
	width: 100%;
	border-radius: 5px;
	width: 31%;
  float: left;
}

#standardPricing ul li, #charityPricing ul li{
      list-style-type: none;
      border-radius: 5px;
      text-align:center;
        padding: 1em 0em ;
      color: #fff;
      font-size: 1.2rem;
}

#standardPricing ul li strong, #charityPricing ul li strong{ 
	font-size: 1.7em;
}

#standardPricing ul li:nth-of-type(2n), #standardPricing ul li:nth-of-type(3n),
#charityPricing ul li:nth-of-type(2n), #charityPricing ul li:nth-of-type(3n) {
	background: #3a859d;
	border-radius: 0 0 5px 5px;
	padding-bottom: 0em;}

.pricesPeriod{
	    background: #4fc0e2;
	  padding: 1em;
	margin-top: 1em;
	  border-radius: 0 0 5px 5px;
	font-size: 0.8em;
}

#nonProfitToggle, #standardPricing, #annualPriceToggle, #charityPricing {
	position: relative;
	
}
#nonProfitToggle strong, 
#standardPricingToggle strong,
#annualPriceToggle strong,
#monthlyPriceToggle strong
{
	margin: -0.1em 1em 0 0.5em;
	position: absolute;
}
/* --------------------*/

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

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%);
}

/* --------------------*/
.page-content {
 	padding-bottom: 2em !important;
}

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


/* --rotator  ------------------*/
.rotator-caption {
    position: absolute;
    bottom: calc(53% - 4.375rem);
    width: 100%;
    left: 0;
    padding: 20px;
    line-height: 1;
}

.rotator-title--text, .rotator-caption--text{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.rotator-title--text {
    font-size: 4.5rem !important;
    text-shadow: 0px 0px 10px #000000;
 position: relative;
}
.rotator-caption:before{
content: '';
  background-color: #000 !important;
 opacity: 0.2;
 width: 100%;
height: 41vw;
 position: absolute;
 top: -15.5vw;
 left: 0;
}

.rotator-caption--text {
 font-size: 1.25rem !important;
 line-height:1.3rem;
}

.swiper-wrapper {
 position: relative;
}
/* hide rotator nav and remove white space*/
.custom-pagination {
    display: none;
}

.swiper-slide:after {
  content: 'Read More';
  bottom: 2vw;
    	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  left: calc(50% - 3.7em);
  position: absolute;
  display: block;
  border: 1px solid #F3F2F8;
  color: #fff;
  background: #b81e27;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.4em 1.2em;
}

#fireFoxFixer {
    margin-bottom: 0px  !important;
}



/* ------------- */
.archive .content h3 a {font-size: 1.375rem !important;
                       	color: #203C86;}

.archive img {
 max-width: 300px !important;
 padding-left: 1em;
}
p, a, table, li, button, .accordion{
  	font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height: 1.625em;
}

table {
	
}
img {
	border: 0px;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}

.table {
	background-color: #F8F9FD;
}

.table th, .table td, .table{
		border: 0;
}
.table th, .table td{
		padding: 0.5em;
}
.table th{
	background-color: #004792;
	color: #fff;	
}

.table tr:nth-child(even) {
	background-color: #F3F2F8;
}


li {
	line-height: 1.7rem;
}

footer {
  border-top: #F3F2F8 solid 1px;
}


.removeBorder {
  border: 0 solid #fff !important;
  background: transparent !important;
}

button, .button {
    padding: 0.3em 1.5em;
	color: white !important;
	background: #006EC2;
	cursor: pointer;
	border-radius: 20px;
	display: inline-block;
	color: white;
	border: 1px solid #fff;	
  text-transform: uppercase;
    font-weight: 900;
}

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

header .grid__container:nth-of-type(1) a:not(.button), main a:not(.button), footer a:not(.button) {

	  color: #006EC2;
	text-align: center;
	margin: 0.75em 0.3em 0.75em 0.3em;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.breadcrumbClass {
 	color: #fff !important; 
}

main a:not(
.button, 
#nonProfitToggle a,
#standardPricingToggle a,
#annualPriceToggle a,
#monthlyPriceToggle a):hover {
 	color: #646464;
    text-decoration: none;
    border-bottom: 2px solid #646464;
}


footer a:not(.button):hover {
 border-bottom: 0 solid;
}

.breadcrumbs a {
 font-size: 14px !important; 
}


.ck-content .text-huge {
       font-size: 3rem;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #2a206f !important;
    padding: 0em 0;
    margin: 0;
    line-height: 1em;
      display: block;
  font-weight: 300 !important;
}  

.text-widget.ck-content ul {
 list-style-type: none;
 padding: 0;
}

.maxwidth {
 	max-width: 1200px; 
  margin: 0 auto;
}

/* --max-width ------------------*/
main .grid__container .breadcrumbs{
 max-width: 1240px !important;
 margin: 0 auto;
}

header .grid__container:last-of-type {
/*border-bottom: 2px solid #f3f2f8;*/
}

header .grid__container > div{
 max-width: 1240px !important;
 margin: 0 auto;
}

main .grid__container > div, footer .grid__container > div{
 max-width: 1240px !important;
 margin: 0 auto;
}
/*
header .grid__container:first-of-type > div{
 max-width: 1240px !important;
 margin: 0 auto;
}

main .grid__container .widget__content__data{
  display: table;
}
main .grid__container .widget__content__data .text-widget{
  display: table-cell;
    vertical-align: middle;
}*/

main .grid__container:first-of-type, footer .grid__container:last-of-type{
background: linear-gradient(to bottom,  #4fc0e2 0%,#46bbde 1%,#4abfe2 2%,#49bedf 5%,#4cbee0 7%,#4dbedc 16%,#51c0db 19%,#52bed8 26%,#5bc1d0 45%,#5fc0d0 56%,#63c1cb 64%,#61c2cb 66%,#64c2ca 66%,#65c2c7 78%,#68c3c8 79%,#67c2c5 80%,#6dc3c2 90%,#6bc4c2 99%,#67c0be 99%,#72c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* grid pages--------------------------------*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex-container > div {
  width: 33%;
  padding: 1em 3%;
  box-sizing: border-box;
}
.flex-container > div h4 {
  font-size: 1.2rem;
   float: left;
   width: 100%;
}
.flex-container > div img, .icon {
  position: relative;
  float: left;
  left: -0.5em;
   top: -0.8em; 
  height: 50px !important;
 
}


/* colours --------------------------------*/
.blue {
  background-color: #476EB2
}
.blueText {
  color: #476EB2
}
.turquoise {
  background-color: #42A6BA
}
.turquoiseText {
  color: #42A6BA
}
.darkgrey {
  background-color: #282424;
}
.grey {
  background-color: #707070;
}
.lightgrey {
  background-color: #F4F0F0;
}
.white {
  background-color: #fff;
}
.whiteText {
  color: #fff;
}
i.whiteText {
  padding: 0.4em;
}
.skyBlue {
  background-color: #3EB0FF;
}
.skyBlueText {
  color: #3EB0FF !important;
}
.purple {
  background-color: #A773EF;
}
.purpleText {
  color: #A773EF;
}

.mauve{
  background-color: #D289F0;
}
.mauveText {
  color: #D289F0;
}
.orange {
  background-color: #F49231;
}
.orangeText {
  color: #F49231;
}
.green {
  background-color: #43CE93;
}
.greenText {
  color: #43CE93;
}
/*
span {
  display: block;
  margin-top: 0.5em;
  font-weight: 700;
}
*/

/* -------------------------------------content page layouts ------------------------------------*/

.textBlock {
  width: 50%;
  padding: 2em 2% 3em;
  box-sizing: border-box;
}

.textBlockFull {
  width: 100%;
  padding: 2em 2% 3em;
  box-sizing: border-box;
}

/*.textBlock a {
  font-weight: 900;
  text-transform: uppercase;
}*/

.textBlock i {
  padding: 0.33333333em;
}

.textBlock h2 {
  padding: 0.6em 0;
}

.floatLeft {
    float: left;
}

/* -------------------------------------prices table styles ------------------------------------*/
table .greyrow {
  border: solid 1px #E5EFF8;
}
.greyrow tr:nth-child(even) {
  background: #E5EFF8;
}
.greyrow tr:nth-child(odd) {
  background: #fff;
}
.greyrow td {
  padding: 7px;
}
.greyrow tr:first-of-type {
  color: #009AE3;
  font-size: 1.05em
}
.greyrow td:first-of-type {
  font-size: 1.08em;
}
.greyrow td {
  border-bottom: 2px solid #fff;
}
.greyrow li {
  list-style-image: url('https://iknowchurch.co.uk/stylesheets/images/c117.png');
  line-height: 1.7em;
}
#tableGreyBgd {
  background-color: #E5EFF8;
}
.fa-child:before {
  content: "f1ae";
  color: #00D326;
  font-size: 1.5em;
  padding-right: 5px;
}
.fa-user-plus:before {
  content: "f234";
  color: #00B28D;
  font-size: 1.2em;
  padding-right: 5px;
}

/* --material icons  ------------------*/

.tearDrop {
  -webkit-border-radius: 25%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 25%;
  -moz-border-radius-topright: 0;
  border-radius: 25%;
  border-top-right-radius: 0;
}
i.material-icons {
  padding: 0.33333333em;
  box-sizing: border-box;
  width: 1.6666666666em;
  text-align: center;

}

.material-icons {
  font-size: 3em !important;  
  /*color: #fff; */
}

/* ---------teardrop shapes ------------*/
.tearDrop {
  -webkit-border-radius: 25%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 25%;
  -moz-border-radius-topright: 0;
  border-radius: 25%;
  border-top-right-radius: 0;
}
.tearDropNE {
  -webkit-border-radius: 25%;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 25%;
  -moz-border-radius-topright: 0;
  border-radius: 25%;
  border-top-right-radius: 0;
}
.tearDropSE {
  -webkit-border-radius: 25%;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 25%;
  -moz-border-radius-bottomright: 0;
  border-radius: 25%;
  border-bottom-right-radius: 0;
}
.tearDropSW {
  -webkit-border-radius: 25%;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 25%;
  -moz-border-radius-bottomleft: 0;
  border-radius: 25%;
  border-bottom-left-radius: 0;
}
.tearDropNW {
  -webkit-border-radius: 25px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 25px;
  -moz-border-radius-topleft: 0;
  border-radius: 25px;
  border-top-left-radius: 0;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}





/* --header ------------------*/

.search-widget .button{
 border-radius: 5px;
      background: #D2D8E7;
}
.search-widget .input{
    background: #fff;
  border: 1px solid #fff;
}
/* --footer ------------------*/
/* footer > div:first-of-type{
	text-align: center;
	margin-bottom: 1em;
}*/

footer > div:first-of-type img{
	display: inline-block;
	margin: 1em 2em;
}

.frontend .poweredBy a {
  font-size: 0.7em;
}
/*
  footer .text-widget .button {
 border: 1px solid #F3F2F8;
    background-color: #2a206f;
}*/

/* --header navigation ------------------*/

header .level-1 > li:first-of-type {
 display:none;
}

/*
header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/
/*header #full-menu >ul.level-1 {
     background-color: transparent;
     margin-top: 7px !important;
}*/

header #full-menu .level-1 a{
		/*padding: 0.2em 0.5em 0.2em 1.5em;*/
	          font-weight: 700 !important;

    text-transform: uppercase;
 font-size: 1rem; 
}

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


header #full-menu .level-1 li:hover {
	
}

header #full-menu .level-2 a {
padding: 0em 0.7em !important;
    font-size: 0.9125em !important;
     white-space: normal !important;
  width: 90%
    line-height: 1.1rem;
  font-weight: 700 !important;
}

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

header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
 border-bottom: 1px #F3F2F8 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 {
border-top: transparent 3px solid;
}
header .level-1 li a{
	padding: 1.5em 0em 1.6em 0.7em;
	display: inline-block;
    	max-width: initial !important;

}

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


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

header #full-menu .level-2 a.expand {
    padding-top: 0.5em !important;
  width: 10%;
  
}
/* -------hides level 3 and below on topbar nav --------*/

header  .widget__content__menu ul li ul li ul li, 
header  .widget__content__menu ul li ul li a.expand{
display: none;
}
/* ------- --------*/

@media (max-width: 1340px) {
header #full-menu .level-1 a:not(.expand){    
	     font-size: 1rem !important;
}
  
header #full-menu .level-2 a:not(.expand) {
    font-size: 0.9125em !important;  
}
  
    html {
   	font-size: 15px; 
  }
  
  .rotator-title--text {
    font-size: 3rem !important;
}
  
}

@media (max-width: 1130px) {
header #full-menu .level-1 a:not(.expand){
       font-size: 1.2rem !important;
}
  
header #full-menu .level-2 a:not(.expand) {
    font-size: 0.9125em !important;  
}  
}

@media (max-width: 1024px) {
  
  html {
   	font-size: 14px; 
  }
  #full-menu {
 display:none !important;
}
  #burger-menu{    
   display:block !important;
  
}
.sidebarBody {
    width: initial;
}
  
} 

@media (max-width: 960px) {
header #full-menu .level-1 a:not(.expand){
}
  
    .rotator-title--text {
    font-size: 2rem !important;
}

    .flex-container > div {
    width: 50%;
  }
  
}

@media (max-width: 900px) {
  .archive img {
 max-width: 150px !important;

}
html {
   	font-size: 13px; 
}
.widget-latest-articles .image-article {
    width: 50%;
    float: left;
    margin-right: 20px;
    max-width: 200px;
}
.widget-latest-articles .article{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
/*  
.widget-latest-articles .article{
    flex: 0 0 100% !important;
    max-width: 100%!important;
}
  */
  .widget__content__menu .mobile-menu-toggle ul li a{
    padding-top: 0.3em ;
  padding-bottom: 0.3em ;
  font-size: 1.3rem !important;
}
  .widget__content__menu .mobile-menu-toggle ul li ul li a{
    padding-top: 0.2em ;
  padding-bottom: 0.2em ;
  }

  .widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
  } 
  #burger-menu svg {
    fill: #476EB2;
}
}

@media (max-width: 580px) {
  
  
  img.full {
 width: 100% !important; 
}

  
html { 	
  }
  
.flexContainer blockquote{
  width: 100%;
  }
  
H1 {
  margin-top: 1em;	
}
  
  H2 {
 font-size: 1.7rem;
}
header .text-widget p{
 	text-align: center !important;
}
  
.widget__content__menu .mobile-menu-toggle ul li .expand{
    font-size: 0.6rem !important; 
  } 
 
header .grid__row > div {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
    #burger-menu{    
    background: #f6f9ff;
}
  
  main .grid__container:first-of-type .text-widget h1,
   main .grid__container:first-of-type .text-widget h2,
   main .grid__container:first-of-type .text-widget p{
    text-align: center;
  }
.grid__row > div {
  padding: 10px !important; 
}
  .collapse td{
		display: block;
		width: 100% !important;
	}
  
}


/* -------------------------------------- styles for editors to use  ------------------------------------*/


.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.round15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.margin {
	margin: 15px 3% !important;
}
.bordertop {
	border-top: solid 6px #2a206f;
}


/* -------------------------------------- accordion ------------------------------------*/

.accordion, .accordion-row, .accordion-row-title, .accordion-row-body, .accordion-title {
	width: 100%;
	display: block;

}
.accordion {
	position: relative;
}
.accordion-title, .accordion-row-title {
	background-color: #EDF2F7;
	padding: 0.5em 3%;
	box-sizing: border-box;
}
.accordion-title {
	background-color: #fff;
	font-size: 2rem;
}
.accordion-row-title {
	font-weight: 700;
		border-bottom: 2px solid white;
}
.accordion-row-opened {
	color: #000;
	position: relative;
}
.accordion-row-closed {
	color: #000;
	font-weight: 400;
	position: relative;
}
.accordion-row-body {
	background-color: #F3F2F8;
	padding: 0.5em 3%;
	box-sizing: border-box;
	margin: 0!important;
}
.accordion-row-opened::after {
	content: "-";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #2a206f;
}
.accordion-row-closed::after {
	content: "+";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #2a206f;
}
.accordion-row ol, .accordion-row ul {
	margin: 0;
	background-color: #EDEEF4;
}
.accordion-row ol li, .accordion-row ul li {
	display: list-item !important;
}

/* ----------------news specific styles ------------------------------------*/

.folder-news .other-page + td img {
  max-width: 200px;
}
.folder-news .other-page:nth-child(odd) {
  padding: 1em 1em;
  box-sizing: border-box;
}
.other-page + td img {
  max-width: 200px;
} /*fix news/article thumbnail image width */
/*----------------------------------Review or testimonials----------------------------------*/

.folder-testimonials #contentWrapper div:nth-child(3), .folder-testimonials #contentWrapper table:nth-child(4) {
  display: none;
}
.folder-testimonials #contentWrapper div:nth-child(5), .folder-testimonials #contentWrapper table:nth-child(6), .folder-testimonials #contentWrapper div:nth-child(7) {
  display: none;
}
.reviews {
  min-height: 14em;
  padding: 3%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #E5EFF8;
  display: block;
  float: left;
  width: 48% !important;
  margin: 1% !important;
  font-size: 1.05em;
  line-height: 1.55rem;
  border-left: #00B3EE solid 5px;
  box-sizing: border-box;
      text-align: left !important;
}
.reviews strong {
  font-size: 0.9rem;
  color: #326FC0;
  padding-top: 15px;
  display: block;
  line-height: 1.2rem;
}
.reviews:hover {
  background-color: #eee;
}
a:link.reviews, a:visited.reviews {
  color: #333;
  text-decoration: none;
}
.reviews img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0% 10px 4%;
  float: right;
  background-color: #fff;
  width: 30% !important;
}
img.cofe {
  width: 60% !important;
  float: initial !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  margin: 2.5em 0% 0em 15% !important;
}
.readmore:link, .readmore:visited {
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-decoration: none;
  color: #326FC0;
  margin: 0 auto;
}
.readmore:hover {
  background-color: #326FC0;
  color: #fff;
}


/*styles for making the embedded imported video responsive -----------------------------------------------------------------------------------*/

.video-block {

position: relative;
padding-bottom: 46.1%; 
padding-top: 25px; height: 0; overflow: hidden;
margin-bottom: 0;
}

.video-block iframe,
.video-block object,
.video-block embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video {
	padding: 0.5em 0.5em;
	background-color: #fff;
	border: 1px solid #F3F2F8;
	box-sizing: border-box;
}

.video-wrap {
  width: 33%;
  float: left;
  margin: 0 0.166666666666666%;
}
.fc-daygrid-day-number {font-weight: 400;  font-size: 16px;  line-height: 21px;  color:#2a206f;  }

.fc-daygrid-day {background-color: #f9f9f9;}

.fc-day-today {background-color: rgb(244, 244, 244) !important; }

.fc-col-header-cell-cushion {font-weight: 400;  font-size: 16px;  line-height: 24px;  text-transform: capitalize;  color: #fff !important;  font-weight: 700 !important; }

.fc-col-header-cell {background-color: #2a206f;color: #fff !important;padding: 0.2em !important;}

.fc button {font-weight: 400 !important;  font-size: 16px !important;  line-height: 16px !important;  padding: 20px !important;  text-transform: capitalize !important;  color: rgb(255, 255, 255) !important;  background-color: #C4C5D3 !important;  border-color: rgb(255, 255, 255) !important;   }

.fc-toolbar {text-transform: capitalize;  color:#2a206f;  background-color: rgb(255, 255, 255) }

.fc-theme-standard {}

.fc .fc-scrollgrid-section > td {border-color: rgb(255, 255, 255); }

.fc-daygrid-dot-event {font-weight: 400;  font-size: 16px;  line-height: 21px;  padding: 0px;  text-transform: capitalize;  color: rgb(150, 105, 169);  background-color: rgb(255, 255, 255);  }

.fc-h-event {font-weight: 400;  font-size: 16px;  line-height: 21px;  padding: 0px;  text-transform: capitalize;  color: rgb(255, 255, 255);  background-color: rgb(150, 105, 169);  border-color: rgb(209, 209, 209);  }

.fc-daygrid-event-dot {display: block; }



.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;
}

.sidebarBody .menu a:hover {
  text-decoration: none !important; 	 
}

.sidebarBody ul {
padding-inline-start: 20px;
}

.sidebarBody ul.level-1 {
 border-top: #259EF2 solid 3px;
}.sidebarBody ul.level-1 > li > a{    font-family: 'Lato', Arial, Helvetica, sans-serif;}
.sidebarBody ul.level-1 > li > a{font-size: 28px !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: #000 !important}
.sidebarBody ul.level-1{background-color: #ffffff !important}
.sidebarBody ul.level-1 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-1 > li:hover{background-color: #F3F2F8!important}
.sidebarBody ul.level-1.selected > li {background-color: #F3F2F8 !important}
.sidebarBody ul.level-1.selected > li > a{color: #000 !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: 'Lato', 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: #000 !important}
.sidebarBody ul.level-2{background-color: #ffffff !important}
.sidebarBody ul.level-2 > li:hover > a{color: #000 !important}
.sidebarBody ul.level-2 > li:hover{background-color: #F3F2F8 !important}
.sidebarBody ul.level-2.selected > li {background-color: #F3F2F8 !important}
.sidebarBody ul.level-2.selected > li > a{color: #000 !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: 'Lato', Arial, Helvetica, sans-serif;}
.sidebarBody ul.level-3 > li > a{font-size: 15px !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: #555 !important}
.sidebarBody ul.level-3{background-color: #ffffff !important}
.sidebarBody ul.level-3 > li:hover > a{color: #555 !important}
.sidebarBody ul.level-3 > li:hover{background-color: #F3F2F8 !important}
.sidebarBody ul.level-3.selected > li {background-color: #F3F2F8 !important}
.sidebarBody ul.level-3.selected > li > a{color: #555 !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: 'Lato', Arial, Helvetica, sans-serif;}
.sidebarBody ul.level-4 > li > a{font-size: 14px !important}
.sidebarBody ul.level-4 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-4 > li > a{text-transform: none !important}
.sidebarBody ul.level-4 > li > a{color: #777 !important}
.sidebarBody ul.level-4{background-color: #ffffff !important}
.sidebarBody ul.level-4 > li:hover > a{color: #777 !important}
.sidebarBody ul.level-4 > li:hover{background-color: #F3F2F8!important}
.sidebarBody ul.level-4.selected > li {background-color: #F3F2F8 !important}
.sidebarBody ul.level-4.selected > li > a{color: #777 !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: 'Lato', Arial, Helvetica, sans-serif;}
.sidebarBody ul.level-5 > li > a{font-size: 13px !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: #999 !important}
.sidebarBody ul.level-5{background-color: #ffffff !important}
.sidebarBody ul.level-5 > li:hover > a{color: #999 !important}
.sidebarBody ul.level-5 > li:hover{background-color: #F3F2F8!important}
.sidebarBody ul.level-5.selected > li {background-color: #F3F2F8!important}
.sidebarBody ul.level-5.selected > li > a{color: #999 !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: Nunito}
.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(0, 0, 0)}
.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(102, 124, 155)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(102, 124, 155)}
.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: 25px !important; padding-bottom: 25px !important}
.sidebarBody ul.level-2 > li > a{font-family: Nunito}
.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(102, 124, 155)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(102, 124, 155)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(255, 255, 255)}
.sidebarBody ul.level-2 > li > a{padding-left: 25px !important; padding-right: 25px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Nunito}
.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(102, 124, 155)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(102, 124, 155)}
.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: Nunito}
.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(102, 124, 155)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(102, 124, 155)}
.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: Nunito}
.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(102, 124, 155)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(102, 124, 155)}
.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}
