/* === Default Style v2.68 ======== */


body {
	font-size:16px;
}

/* a {
word-break: break-all;
} */

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

#skiptocontent a {
	padding:6px;
	top:-45px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background-color:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	position: absolute;
	z-index: 100;
}

#skiptocontent a:focus {
	left:0px;
	top:0px;
	background-color:#BF1722;
	outline:0;	
	transition: top .1s ease-in, background .5s linear;
	position:absolute;
}



header {
	padding:0;
	margin:0;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center; 
}


#header-group{
    width:100%;
}

#header-logo {
	width:50px;
    height:50px;
}


#header-schoolName {
    font-size:3.0em;
    font-weight:900;
	line-height: 0.9;
}

#header-schoolMotto {
    font-size:1.4em; 
    font-weight:700;
}





/*======= Main Menu navBarH ========*/

#main-nav {
	width:100%;
	max-width: 930px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#navBarH {
/* height: 43px; */
	padding:0;
	margin: 0;
	width: 100%;
	position: -webkit-sticky;
position: sticky;
	top: 0;
	z-index: 121;
	background-color:transparent; 
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
 


/*========== Page tabs =============*/

.pageSubHead {
	max-width: 930px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}



/*========= All main content =========*/

#breadcrumbhtml  {
	margin: 0;
	width: 100%;
	display:  block;
	margin-left: auto;
	margin-right: auto;
font-weight: 500;
}

.breadcrumb-item.active {
color: #595959;
}

#breadcrumbhtml  > .breadcrumb {
	padding: 2px 2px;
	margin-bottom: 10px;
	margin-top: 0;
	list-style: none;
	border-radius: 0;
	text-align: right;
	margin-right: 5px;
	font-size: 8pt;
	color: #959595;
	float: right;
	background-color: transparent;
}



/*----------   Main Page Content  ------------*/

#main {
	width:100%;
	margin: 0;
	padding: 0;
}  

article {
	margin: 0;
	padding: 0;
	width: 100%; 
}

.img-responsive{
	width: 100%; 
}

/*  Content Rows */

.pageContent  {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 35px;
	/*margin-bottom: 20px;*/
} 

.pageRow {
	width: 100%;
    display:inline-block;
    /* new  no removed in site template*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.articleRow {
	width:90%;
	max-width:930px;
	margin:0px;	
 	margin-left:auto;
 	margin-right:auto;
	/* padding-top:30px;
    padding-bottom:30px;
    margin-bottom: 10px; 
	font-size: 14px; */
	line-height: 1.42857143;
	color: #333;
}   

.title  {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

 .title > h3 {
	line-height: 1.2;
	margin-top: 0;  
	/* new 12/6/20 */
	margin-bottom: 0;
	padding-bottom: 15px;
}

/*
.title > h2 {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	margin-top:0;
} */

.hd2 {
	width: 100%; 
	border-bottom: 1px solid lightgray;
	line-height: 0.1em;
	font-size: 20px;
} 

.hd2 span { 
	background:#fff;  
}

.articleRow .content {
	margin:0;
	padding:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 
}


/* --- .content td   {
	padding: 1px;
} --- */

.content .colv-1 {
	-webkit-flex: 1 1 33.3%;
	-ms-flex: 1 1 33.3%;
	-moz-flex: 1 1 33.3%;
	flex: 1 1 33.3%;
	padding-bottom: 0;
}

.content .colv-2 {
	-webkit-flex: 1 1 66.6%;
	-ms-flex: 1 1 66.6%;
	-moz-flex: 1 1 66.6%;
	flex: 1 1 66.6%;

}

.content .colv-3 {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	flex: 1 1 100%;
}

.content .colv-50 {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	-moz-flex: 1 1 50%;
	flex: 1 1 50%;
}

.content .colv-25 {
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	-moz-flex: 1 1 25%;
	flex: 1 1 25%;
}

.newspaper3 {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;  
	-webkit-column-width: 190px; 
	-moz-column-width: 190px;
	column-width: 190px;
	-webkit-column-gap: 2em;
	-moz-column-gap:  2em; 
	column-gap:  2em;
}

.newspaper2 {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2 ;   
	-webkit-column-width: 180px;
	-moz-column-width: 180px;
	column-width: 180px;
	-webkit-column-gap: 2.5em; 
	-moz-column-gap:  2.5em;
	column-gap:  2.5em;
}

.img2 {
	overflow: hidden;
	background-color: transparent;
	padding:0;
	margin-top:5px;
	font-size:5em;
}

.galleria-container { 
	background: #e3e6ed; 
}

.rightColImage{
	padding-left:20px;
}

.leftColImage{
	padding-right:20px;
}

.centerColImage{
	padding-right:10px;
	padding-left:10px;
}

.imgborder1 {
	border: 2px solid #b5b5b5;
	border-radius: 10px;
	padding: 8px;
}

.imgshaddow1 {
	-webkit-box-shadow: 2px 2px 5px #cdcdcd;
	box-shadow: 5px 5px 10px #b5b5b5;
	background-color: white;
}

.imgborder2 {
	border: solid 10px #ffffff;
	border-radius: 4px;
	padding: 4px;
}

.imgshaddow2 {
	-webkit-box-shadow: 1px 3px 9px #cdcdcd;
	box-shadow: 1px 3px 9px #cdcdcd;
	background-color: white;
}

.imgrr {
	-webkit-transform: rotate(4deg); 
	transform: rotate(4deg);
}

.imgrl {
	-webkit-transform: rotate(-4deg); 
	transform: rotate(-4deg);
}

.image-caption {
	color:black;
}

.image-margin-bottom {
	margin-bottom:15px;
}

.image-float-left {
	float: left;
	width:  128px;
	height: auto;
	margin: 0 20px 10px 0 ;
}

.image-float-right {
	float: right;
	width:  128px;
	height: auto;
	margin: 0 0 10px 20px;
}

.image-float-right-l {
    float: right;
    width:  30%;
    max-width:  290px;
    height: auto;
    margin: 0 0 10px 20px;
    cursor: pointer;
}

.image {
	position: relative;
	/*overflow-y: hidden; */
}

.image .nocaption {
	overflow-y: hidden;
	visibility: hidden;
	height:	0;
}


.image .pad {
	position: absolute;
	bottom: -70px;
	left: 	0px;	
	height:	70px;
	width:	100%;
	color:	white;
	z-index: 99;
	background-color:rgba(0,0,0,0.4);
	transition: bottom 0.5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-backdrop-filter: blur(10px);
}

.image .pad a {
	color:	white;	
}

.image:hover .pad {
	animation-duration: 1s;
	position: absolute;
	bottom: 0px;
}

.image .tg-title {
    font-weight: 500;
    padding-top: 10px;
}


/* --- Doc List ----- */

.docList   {
	line-height: 1.0;
	list-style-image: url('/_styles/icons/docicon.svg');
} 

.docList li  {
	margin-top:3px;
}

.docList .fileInfo{
	color: #99a3d7;
	font-size: 8pt;
}

.docList a  {
	color: darkblue;
	width:100%;
	display:inline;
	text-align: left;
	font-size: 9pt;
}

.docList a:hover {
	color: red;
}

.docTableWithIcons  {
	border-spacing: 0; 
	border-width: 0px;
	border-color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.63);
	table-layout: fixed;
	width: 100%;
}

.docTableWithIcons td {	
	padding:2px 5px 2px 5px;
	word-break:normal;
}

.docTableWithIcons .docIcon {
	vertical-align: middle;
	text-align: right;
}

.docTableWithIcons .dlIcon {
	vertical-align: middle;
	text-align: left;
}

.docTableWithIcons .title, 
.docTableWithIcons .title a {
	font-size: 12px;
	vertical-align: middle;	
	color: black; 
}

.docTableWithIcons .title a:hover {
	font-size: 12px;
	color: blue;	 
}

.docTableWithIcons .notes {
	vertical-align:top;
	color: gray;
	font-size: 9pt; 
}

.docTableWithIcons .fileInfo {
	color: #cccccc;
	font-size: 8pt;
	margin-right: 10px;
	text-align: right;
}

.title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.linkTableWithIcons  {
	border-spacing: 0; 
	border-width: 0px;
	table-layout: fixed;
	width: 100%;
}

.linkTableWithIcons td {	
	padding:2px 5px 2px 5px;
	word-break:normal;
}

.linkTableWithIcons .docIcon {
	vertical-align: middle;
	text-align: right;
}

.linkTableWithIcons .title, 
.linkTableWithIcons .title a {
	font-size: 14px;
	vertical-align: middle;	
	color: black; 
	padding-top: 5px;
}

.linkTableWithIcons .title a:hover {
	font-size: 14px;
	color: blue;	 
}

.linkTableWithIcons .notes {
	vertical-align:top;
	color: gray;
	font-size: 9pt; 
}

/* --- Horizontal Aside ---- */
/* --- See site style ---- */




/*======== Date List =======*/

.calbg {
    background-color: #f3f6f9;
    border-radius: 8px;
    }

.calendar {
    width: 100%; 
	/* width: 215px; */
	height: 220px; 
	padding: 10px 15px;
	margin: 2px;
	color: #363b41;
/* 	display: inline-block; */
	overflow-y: auto;
/* background-color: #fff; */
	/* border-radius: 3px; */
    text-align: left;
    font-size: 1.0rem;
    margin-right:20px;
}

.calendar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 3px;
}

.calendar::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: white; 
}

.calendar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #8f98a2;
 }


.calendar .header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}


.calendar .header_copy {
      color: #80acc1;
      font-size:0.9em;
      margin-bottom: 0;
      width: 100%;
}

.calendar .header_copy a{
       color: #80acc1;
       border-bottom: 1px dotted black;
}


.calendar_events{
  color:#A39D9E;
}

.calendar .day_title{
	font-size: 0.75em;
	color: #6a9acc;
	margin-top: 9px;
	margin-bottom: 0;
}
 
.calendar .event_item {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	margin-top: -3px;
}

.event_item > .Dot, .event_item > .Title{
  display:inline-block;
}

.event_item > .Dot{
  border-radius:50%;
  width:6px;
  height:6px;
  background-color: #A39D9E;
}

.calendar .event_item > .Title{
	margin-left: 6px;
	font-size: 0.6em;
	color: #363b41;
}

.calendar .event_item > .Copy {
	font-size: 0.7em;
	margin-left: 15px;
	color: #6a7480;
}

.calendar .event_item > .Copy a {
    color:#6a7480;
    border-bottom: 1px dotted lightgray;
}


.calendar .iconButton {
  background-color: transparent;
  border: none;
  padding: 4px;
  font-size: 11px;
  cursor: pointer;
  float: right;
  border-radius: 2px;
  color: #afafaf;
}

.calendar .iconButton .icon {  
   font-family: "FontAwesome";
}

.calendar .iconButton:hover {
  background-color: #e3e6ed;
}

.calendar .days{
    font-size: 10px;
    color: #c8c8c8;
}


/*--- SCHOOL MESSAGE ----*/

.scrollingTxt2 {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #FFD400;
    z-index: 400;
    padding-top: 10px;
    padding-bottom: 50px;

}

.scrollingTxt2 h2 {
    font-family: Arial, Helvetica, sans-serif;
}

.scrollingTxt2 span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 1.3em;
font-weight: 800;
    color: white;
    white-space: nowrap;
    background-color: none;
    line-height: 39px;
    text-align: left;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    -moz-animation: scrollingTxt2 30s linear infinite;
    -webkit-animation: scrollingTxt2 30s linear infinite;
    animation: scrollingTxt2 30s linear infinite;
}

@-moz-keyframes scrollingTxt2 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scrollingTxt2 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scrollingTxt2 {
    0%   {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-300%); /* Firefox bug fix */
        -webkit-transform: translateX(-300%); /* Firefox bug fix */
        transform: translateX(-300%);
    }
}
.scrollingTxt2 :hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.warning {
    background: repeating-linear-gradient(-60deg, #B40000, #B40000 10px, #C80F0F 10px, #C80F0F 20px);
}

.warning span {
    color: yellow;
    font-weight: 800;
    text-transform: uppercase;
}


/*-------- Sticky Notes --------*/

.sticky-container {
	float: right;
	position: absolute;
	right: 0px;
	top: -20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	transform: rotate(0deg);
}

.sticky-colpink {
	background-color:#ff7eb9;
	border: 8px solid #ff7eb9;
}
.sticky-colblue {
	background-color:#B2E8FF;
	border: 8px solid #B2E8FF;
}
.sticky-colgreen {
	background-color:#E6FFC0;
	border: 8px solid #E6FFC0;
}
.sticky-colyellow {
	background-color:#FEFFA5;
	border: 8px solid #FEFFA5;
}
.sticky-colred {
	background-color:#FA8072;
	border: 8px solid #FA8072;
}

.sticky-pinred {
	background: url("/_styles/svg/red_pin.svg") no-repeat;
}

.sticky-pinblue {
	background: url("/_styles/svg/blue_pin.svg") no-repeat;
}

.sticky-pingreen {
	background: url("/_styles/svg/green_pin.svg") no-repeat;
}

.sticky-pinyellow {
	background: url("/_styles/svg/yellow_pin.svg") no-repeat;
}


/*----- SCROLLING TEXT WIDGET-----*/
.scrollingTxt {
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color:transparent;
    padding: 5px;
    border-radius: 0px;
    box-shadow: none;
    border-style: none;
    border-width: 0px;
    border-color:white;
}

.scrollingTxt h2 {
    white-space: nowrap;
    color : red;
    font-weight:800;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: left;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    -moz-animation: scrollingTxt 20s linear infinite;
    -webkit-animation: scrollingTxt 20s linear infinite;
    animation: scrollingTxt 20s linear infinite;
}

/*  animation */
@-moz-keyframes scrollingTxt {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-200%); }
}
@-webkit-keyframes scrollingTxt {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-200%); }
}
@keyframes scrollingTxt {
    0%   {
        -moz-transform: translateX(100%); 
        -webkit-transform: translateX(100%); 
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-200%); 
        -webkit-transform: translateX(-200%); 
        transform: translateX(-200%);
    }
}


/*======= Footer ========*/

footer {
	display: block;
	margin: 0;
	padding: 0;
	min-height: 200px;
	background-color: silver;
	width: 100%;
}


#socialm {	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	visibility: collapse;
}

#customeraddress {
	width:100% ;
	padding:10px;
	margin-top:20px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

#customeraddress  p  {
	margin: 0 0 5px;
}

#schoolNameFooter {
	font-size: 12pt;
	font-weight: bold;
}

#schoolAdressFooter  {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

#schoolAdressFooter a  {
	color: #cccccc;
}

#awards {
	width: 100%;  
	padding:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;  
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
}

#awardsFooter   img {
	height: 67px;
}


/*---------- pagination 952 width --------------*/

@media all and (max-width: 952px) {
    /* .pageRow {
	    padding-left: 5%; 
        padding-right: 5%; 
    } */
    .articleRow {
        width: 90%;
    }

    
}

/*---------- pagination 768 width --------------*/

@media all and (max-width: 768px) {

    .nav-pills .nav-item, .nav-pills .nav-item .nav-link.active {
        box-shadow: none;
    }

    .nav-pills .nav-item .nav-link {
        font-size: 10px;
        border-radius: 10px;
        padding: 3px 15px;
    }

	body {
		background: white;
	}

	#main  {
		background-color: transparent; 
		width:100%;
		margin: 0;
		padding: 0;
	}
	
	.scrollingTxt2 span {
		-moz-animation: scrollingTxt2 10s linear infinite;
		-webkit-animation: scrollingTxt2 10s linear infinite;
		animation: scrollingTxt2 10s linear infinite;
	}
	
	#header-schoolName{          
		font-size:1.0em;
	}
	
	#header-schoolMotto {
		font-size:0.9em;
	}
	
	
	#main > article  {
		background-color:transparent;
		-webkit-flex:none;
		-moz-flex:none;
		-ms-flex:none;
		flex:none;
		margin: 0;
	}
	
	.pageContent  {
		background-color:transparent;
		padding-top: 0;
	} 
	
	/* .pageRow {
		padding-left: 5%; 
		padding-right: 5%; 
	} */
	

	
	.pagebreadcrumb {
		height:0.6em;
		margin-top:20px;
		background-color:rgba(0, 0, 0, 0);
	}
	
	.pagebreadcrumb  > .breadcrumb {
		background-color:rgba(0, 0, 0, 0);
	}
	
	.navBar .menu {
		width: 100% ;
		margin-left: 0;
		margin-right: 0;
	}

	#navBarH {
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;            
		background-color: white; 
		margin: 0;
		padding: 0;
		position: static;
	}
    
    /* .title > h3 {
        margin-top: 0.5em;
     } */

	.newspaper3 {
		margin-top:20px;
		-webkit-column-count: 1; 
		-moz-column-count: 1;
		column-count: 1 ;   
	}

	.newspaper2 {
		margin-top:20px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1 ;   
	}
	
	.content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.content   .colv-1 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	
	.content   .colv-2 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-top: 10px;
		margin-top: 30px;
	}
	
	.content   .colv-3 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-top: 10px;
		margin-top: 30px;
	}

	.content  .colv-50 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-bottom: 10px;
		margin-top: 30px;
	}

    .content  .colv-25 {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-bottom: 10px;
	}
	
	.rightColImage{
		padding :0;
		padding-top: 30px;
	}
	
	.leftColImage{
		padding :0;
	}
	
	.centerColImage{
		padding :0;
	}

	.pageSubHead {
		height: auto; 
		padding-top: 10px;
	}

}


/*===== Add a menu toggle button on small screens  */

.main-menu-btn {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 29px;
	text-indent: 28px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-left: 20px;
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 60%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}
.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}
#main-menu-state:checked ~ #main-menu {
	display: block;
}

@media (min-width: 768px) {
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}
}

/* cards */
.height-match {
 	object-fit: cover;
    width: 100%;
}

.image-fill {object-fit: fill;}
.image-contain {object-fit: contain;}
.image-cover {object-fit: cover;}
.image-scale-down {object-fit: scale-down;}
.image-none {object-fit: none;}


@media all and (max-width: 576px)  {
	.card .height-match {
	 	object-fit: contain;
	 	height:auto;
	}

	.card .image-fill {object-fit: fill;}
	.card .image-contain {object-fit: fill;}
	.card .image-cover {object-fit: fill;}
	.card .image-scale-down {object-fit: fill;}
	.card .image-none {object-fit: fill;}

    .image-float-right-l {
        width:  100%;
        max-width:  576px;
       margin: 5px 0 15px 0;
     }
 }

 @media all and (max-width: 768px)  {
	.articalImage .height-match {
	 	object-fit: contain;
	 	height:auto!important;
	 	/* added importan t 24/11/23 */
	}

	.articalImage .image-fill {object-fit: fill;}
	.articalImage .image-contain {object-fit: fill;}
	.articalImage .image-cover {object-fit: fill;}
	.articalImage .image-scale-down {object-fit: fill;}
	.articalImage .image-none {object-fit: fill;}

 }

 /* full calander */
.fc-event-container {
    color:white;
} 