/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.relative {
	position: relative;
}
/* #myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
} */


:root {
	--headerOpacity: 1;
	--headerScale: 1;
}


.video-container {
	min-height: 100vh;
    display: flex;
    align-items: center;

}
  
.video-header {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}
.video-header, .video-header video, .video-header .viewport-header {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .75;
}
.video-header video {
	object-fit: cover;
}
.video-header .viewport-header {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	opacity: .5;
	transform: scale(1);
}

.video-container .hero-box {
	background-color: rgba(255, 255, 255, .5);
	padding: 5px;
}

.video-container .hero-box h6 {
	font-weight: 700;
}

.video-container .hero-box p {
	font-weight: 400;
    color: rgba(0,0,0,.85);
    font-size: 15px;
}

.t3-topbar-fixed{
	position: fixed !important;
	top: 0px !important;
	z-index: 999 !important;
	left: 0px;
	width: 100% !important;
}

.t3-header-fixed{
	position: fixed !important;
	top: 39 !important;
	z-index: 999 !important;
	left: 0px;
	width: 100% !important;
	background-color: #fff !important;
}


.tp-features-top .tp-feature-block .feature-item p{
	color: rgba(0,0,0,.85)!important;
}
/* .t3-masthead, .contact-page{margin-top: 117px;} */

.t3-topbar {
    height: 40px !important;
}

.module-ct .row .col-sm-6 {
	background-color: rgba(255, 255, 255, .5);
	padding: 5px;
}

.feature-item-box{
	padding: 16px !important;
}



@media screen and (min-width: 768px) {
	.feature-item-box:nth-child(even) {
		margin-left: 10px; 
		width: calc(50% - 10px) !important;
	}
}
.content-space{
	padding-top: 20px;
}

ul.list li {
	line-height: 1.6em;
	font-weight: bolder;
}

body {
	margin-top: 111px;
	overflow-y: auto !important;
}