/* === Default Style v1.81====  Live 2*/

body {  
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y; 
	background-position: center; 
	background-attachment: fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*==== Header ====*/
#skiptocontent a {
	padding:6px;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background: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:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	position:absolute;
}

header {
	padding:0;
	margin:0;
	display: block;
	height: 175px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center; 
}
#header-group{
	width: 100%;
	max-width: 1270px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header-namegroup {
	top: 0;
	left: 0;
	position: relative;
}

#header-schoolName{

	color: white;
	font-size:30pt;
	line-height: .9;
	letter-spacing: -1.2px;
	position: relative;
	z-index: 20;
}

#header-schoolMotto {

	color: white;
	font-size:20pt; 
	position: absolute;
	z-index: 20;
}

#header-leftimage{
	width: 0;
	height: 50px;
	top: 50px;
	left: 0;
	position: absolute;
	z-index: 1;
}


#header-rightimage {
	width: 50px;
	height: 50px;
	top: 50px;
	right: 0;
	position: relative;
	z-index: 2;
}

#header-logo {
	width: 50px;
	height: 50px;
	top: 20px;
	left: 15px;
	position: absolute;
	z-index: 3;
}

#main-nav {
	width: 100%;
	/*background: #006637;*/
}

.sm-simple {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto 0;
}

/*=== Top nav bar H ====*/

#navBarH {
	padding:0;
	margin: 0;
	width: 100%;
	position: -webkit-sticky;
	 position: sticky; 
	top: 0;
	z-index: 121;
	margin: 0px auto 0;
	background-color: transparent; 
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

#main-nav{
	width: 100%;
	z-index: 122;
}

.sm{
	z-index: 123;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
	font-size: 14px;
	line-height: 16px;
}


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

.pageSubHead {
	max-width: 1270px;
	margin: 15px auto auto;
	text-align: left;  
	height: 37px; 
	padding-right: 10px;
	padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pageSubHead  > .pagination {
	display: inline-block;
	max-width: 1270px;
	margin: 5px auto auto;
	text-align: left;  
	height: 37px; 
	padding-right: 10px;
	padding-left: 0;
}

.pageSubHead  > .breadcrumb { 
	/*        width: none;*/
	/*  background-color:rgba(0, 0, 0, 0); < v1.33 */
	display: inline-block;
	height:40px;
	margin: 0;
	visibility: collapse;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	padding: 10px 10px;
	margin-left: -1px;
	line-height: 1;
	text-decoration: none;
	margin-right: 3px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0;
}

/*== Over ride for 0 border on tabs ==*/
.pageSubHead  > .pagination {
	padding-top: 0; 
}

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

#main {
	
	width:100%;
	max-width:1270px; /*  max-width:1200px;  < v1.33*/ 
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-right: 10px;
	margin-left:auto;
	margin-right:auto;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; 

	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-o-flex-flow: row;
	flex-flow: row;
	
	/* background: white; */
	/* 	min-height: 800px; */

}  

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

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

/*	  main content not including aside*/
article {

	margin: 0px;
	padding: 0px;

	-webkit-flex: 3 1 79%;
	-moz-flex: 3 1 79%;
	-ms-flex: 3 1 79%;
	flex: 3 1 79%;

	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	order: 2;
	/* z-index: 119; */
}

.img-responsive{
	width: 100%; 
}

/* === rows =====*/

.pageContent  {

	padding-top: 30px;
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
} 


.articleRow {

	width:100%;
	margin:0px;
	margin-bottom: 10px; 	
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 1em;
	line-height: 1.42857143;
	color: #333;
}   


.title > h3 {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	margin-top:0;
}

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

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

.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: 5px;
}

.content   .colv-1 {
	/* 	padding: 10px; */
	-webkit-flex: 1 1 33.3%;
	-ms-flex: 1 1 33.3%;
	-moz-flex: 1 1 33.3%;
	flex: 1 1 33.3%;
	/* min-width:200px;   */
}

.content   .colv-2 {
	/*    padding: 0; */
	-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 {
	/*        padding: 10px;*/
	-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%;
}


.newspaper3 {
	-webkit-column-count: 3;  /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;  
	
	-webkit-column-width: 190px; 
	-moz-column-width: 190px;
	column-width: 190px;

	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap:  2em; /* Firefox */
	column-gap:  2em;
}

/* 
.newspaper3 p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
*/

.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: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

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

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

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

.imgrr {
	-ms-transform: rotate(4deg); /* IE 9 */
	-webkit-transform: rotate(4deg); /* Safari */
	transform: rotate(4deg);
}

.imgrl {
	-ms-transform: rotate(-4deg); /* IE 9 */
	-webkit-transform: rotate(-4deg); /* Safari */
	transform: rotate(-4deg);
}

.image-caption {
	/* padding:0.8rem; */
	color:black;
}

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

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

.image-float-right {
	float: right;
	width:  200px;
	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;
}

.tg  	{border-collapse:collapse;border-spacing:0; width: 100%;}
.tg td	{font-family:Arial, sans-serif;font-size:12px;padding:2px 4px;border-style:solid;border-width:0px; overflow:hidden;}
.tg .tg-icon{text-align:center; vertical-align:top; font-size:18px;}
.tg .tg-title{font-weight:bold; vertical-align:bottom; padding-top:10px;width: 100%;}
.tg .tg-notes{vertical-align:top; font-size:11px}

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

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

.image .capBelow {

}

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



.docList   {
/* 
	list-style-position: outside;
	padding-left:20px;
	*/
	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 #000;
	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; 
}



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






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



/*=== Aside Panel ==*/


#appendAsidePannel {
	margin: 0px;
	margin-left: 1%;
	margin-top: 0;	
	margin-bottom: 20px;
	
	padding: 20px 15px 20px 15px ; /* new in  v1.33*/

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 


	-webkit-flex: 1 6 21%;
	-moz-flex: 1 6 21%;
	-ms-flex: 1 6 21%;
	flex: 1 6 21%;
	
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	order: 3;
	
	
	text-align: center;  
	background-color:rgba(255, 255, 255, 1);
	border: 1px solid #c8c8c8;
	/* -webkit-backdrop-filter: blur(10px) saturate(100%);*/
	z-index: 120;
}


.asidePannel {

	color:grey;
	margin-top: 15px;
	margin-bottom: 20px;
	/* background: white; */

	padding: 0;/* 0.5rem; */
	width:100%; /* 80% */

	margin-left:auto;
	margin-right:auto;
	text-align: left;
	font-size:8pt;
	
}

.asideImage {
	width:  100%;
	height: auto;
	margin: 0 0 8px 0 ;
}

.image-float-left-aside {
	float: left;
	width:  40%;
	height: auto;
	margin: 0 5px 2px 0 ;
}

.image-float-right-aside {
	float: right;
	width:  40%;
	height: auto;
	margin: 0 10px 2px 2px ;
	
}


.asidePannel > .pagelink    {
	text-align: right;
}

.asidePannel > p    {
	margin: 5px 0 0 0;
}

.asidePannel > .title  > h6 {
	font-size:9pt;
	color:black;
	text-align: left;
	margin-bottom: 3px; 
	margin-top: 0; 
}


.asidePannel > .asideImage >  .image-caption > h6 {
	font-size:9pt;
	color:darkgray;
	text-align: right;
}

#google_translate_element{
	padding-bottom: 20px;
	/* padding-top: 20px; */
}

#awardsAsideBottom   ul {
	list-style: none; 
	padding-left: 0;
	
}

#awardsAsideTop   ul {
	list-style: none;
	padding-left: 0;
	
}


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

footer {
	
	display: block;
	margin: 0;
	padding: 0;
	min-height: 200px;
	/* margin-top:20px; */
	background-color: silver;
	overflow: hidden;
	/* height: 200px; */
	width: 100%;
	/* bottom:0; */
	/* position: fixed; */
}


#socialm {	
/*        padding:10px;
margin-top:20px;*/
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;
}

#awardsFooter   img {
            height: 67px;
}

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




/*------pagination 760 width-------*/

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

	body {
		background: none white;
	}

	
	#main  {

		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;  

		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-align-content: center;
		-moz-align-content: center;
		-ms-align-content: center;         
		align-content: center;

		padding: 0;
	}
	
	
	#header-schoolName{          
		font-size:20pt;
		z-index: 20;
		position: absolute;
		/*top: 15px;*/
		/*left: 10%;*/
	}
	
	
	#header-schoolMotto {
		font-size:14pt;
		z-index: 20;
		position: absolute;
		/*right: 0;*/
		/*top: 120px;*/
	}
	
	
	#header-leftimage{
		background: none;
		display: none;
		visibility: collapse;
	}
	
	
	#header-rightimage {
		background: none;	 
		display: none;
		visibility: collapse;
	}
	
	#header-logo {
		background: url(/newsite/_styles/svg/bird1.svg) no-repeat;
		width: 50px;
		height: 50px;
		top: 45px;
		left: 20%;
		position: absolute;
		z-index: 3;
	}


	#main > article  {
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;

		margin: 0;
	}
	
	#main > nav, #main > aside {

		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;

		min-height: 50px;
		margin-left: 0; 
		margin-right: 0;
		width: 100%;
		/* max-height: 50px; */
	}

	.pageContent  {
		padding-top: 0;
	} 
	
	
	#appendAsidePannel { /* new in  v1.33*/
		margin: 0px;
		padding: 20px; 
		width: 100%;
	}

	.asidePannel { /* updated in  v1.33*/
		padding: 0px;
		width: 100%;
	}


	.pagebreadcrumb {
		height:20px;
		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;
	}
	
	
	#navBarV {
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;

		background-color: white; 
		margin: 0;
		padding: 0;
	}
	
	#navBarH {
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		flex: none;            
		background-color: white; 
		margin: 0;
		padding: 0;
		position: static;
	}
	
	.sm-simple {     		
		border: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.sm-simple a  {
		font-size: 14px; 
	}
	
	.sm-simple li {
		border-top: 1;
	}

	
	.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%;
	}
	
	.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 100%;
		-ms-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-bottom: 10px;
	}
	
	.rightColImage{
		padding :0;
	}
	
	.leftColImage{
		padding :0;
	}
	
	.centerColImage{
		padding :0;
	}

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

	.pagination, pagination-sm {
		height: auto;
		border-radius: 5px;
	}

	.pagination > li > a,
	.pagination > li > span {
		padding: 7px 7px;
		border-radius: 5px;
	}

	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
		margin-left: 10px;
		border-radius: 5px;
	}

	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
		border-radius: 5px;
	}
	.pageSubHead  > .pagination {
		margin-bottom: 5px;
        display: block;
	}

}




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

.main-menu-btn {
	position: relative;
	display: inline-block;
	/*  black pixels fix (28px not 30px*/
	width: 28px;
	height: 30px;
	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;
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}
#main-menu-state:checked ~ #main-menu {
	display: block;
}

@media (min-width: 768px) {
	/* hide the button in desktop view */
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}
}

.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;
width: 100%;
	}
	.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;
	}
	.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;
} 