@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

.SereneImageRight {
	margin-left: 25px;
}
.SereneImageLeft {
	margin-right: 25px;
}
.img-responsive-center {
    margin: 0 auto;
}

.bs-imrcenter {
    margin: 0 auto !important;
}
.visible-tablet {
    display: none;
}
.image-right {
	float: right !important;
	margin-left: 25px;
}
.image-left {
	float: left !important;
	margin-right: 25px;
}
.image-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.fa_check_list, ul.fa_check_list_1 {
  list-style: none;
  padding: 0;
}
.fa_check_list li, .fa_check_list_1 li {
  padding-left: 1.3em;
}
.fa_check_list li:before, .fa_check_list_1 li:before {
    margin-right: 1em;
}

.fa_check_list li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
}
.fa_check_list_1 li:before {
    content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.border-red {
    border: 1px solid red;
}







 /* Default to hide the video on all devices */
video{display:none}

.parent-videocontainer {
    width:100%;
    /* min-height: 100%;  */
   /* Set the height to match that of the viewport. */
    /* height: 100vh; */
    padding:0!important;
    margin: 0!important;
    position: relative;
}
.parent-videocontainer>div>video { 
    width: 100%; 
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
  .parent-videocontainer>div>video {
    height: 150%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .parent-videocontainer>div>video {
    width: 100%;
    left: -100%;
  }
  #videosubstitute{display:block;width:auto;height:100%;}
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width : 992px) {
    .parent-videocontainer>div>video {
        display:block;
    }
}   
/* The container for our text and stuff */
.parent-videocontainer>.video-messagebox {
    position: absolute;  top: 0;  left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}


#serene_cms_sitemap ul {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#serene_cms_sitemap ul li::before {
	content: "\203A \0020 \0020";
	position: relative;
	top: 1px;
	left: -20px;
	margin-right: -12px;
	font-weight: bold;
	font-size: 24px;
}


#serene_cms_sitemap ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	list-style-position: inside;
}

ul.serene_subsitemap li {
	background: none !important;
    display: block;
}
#serene_cms_sitemap {
	line-height: 28px;
}

#serene_cms_sitemap ul li {
	list-style-type: none;
	list-style-position: inside;
}
