* {
	padding: 0;
	margin: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	z-index: 2
}

body {
	position: relative;
	font-size: 15px;
	/* color: #cbd2d8;
	background: #000; */
	font-family: Pangea, sans-serif;
	font-variation-settings: 'opsz' 10, 'wght' 400, 'ital' 0;
	font-weight: 400;
	margin: 0 auto;
	overflow: hidden;
	overflow-y: auto
}



a:focus {
	box-shadow: inset 0 0 0 2px rgb(255, 120, 0);
}
a {
		color: var(--rich-text-link);
	    text-decoration: underline;
		font-variation-settings: 'opsz' 10, 'wght' 600, 'ital' 0;

}
a:hover {
	color: var(--rich-text-link-hover);
	    text-decoration: underline;
		font-variation-settings: 'opsz' 10, 'wght' 600, 'ital' 0;
}
a.button-link {
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto
}

ul {
    padding: 0 0 0 17px;
    margin: 0;
    list-style: disc;
}

button,
input,
select,
textarea {
	box-shadow: none;
	outline: 0!important
}

.flexcontainer-inline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.flexgrow {
	flex-grow: 1;
}

.navbar {
	min-height: 60px
}

.navbar-default {
	background: 0 0
}

nav.navbar {
	min-height: 50px;
	background: -moz-linear-gradient(top, rgba(50, 60, 69, .8) 0, rgba(50, 60, 69, .79) 1%, rgba(50, 60, 69, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(50, 60, 69, .8) 0, rgba(50, 60, 69, .79) 1%, rgba(50, 60, 69, 0) 100%);
	background: linear-gradient(to bottom, rgba(50, 60, 69, .8) 0, rgba(50, 60, 69, .79) 1%, rgba(50, 60, 69, 0) 100%);
	margin-bottom: 20px;
	border: none
}

#mute-video {
	background-image: url(/resources/icons/dwIconsSoundOn.png);
	position: fixed;
	right: 175px;
	width: 40px;
	height: 40px
}

#unmute-video {
	background-image: url(/resources/icons/dwIconsSound.png);
	position: fixed;
	right: 175px;
	width: 40px;
	height: 40px
}

.sidenav {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 4;
	top: 0;
	/* right: 0; */
		left: 0;
	background: rgba(0, 150, 250, 1);
	overflow-x: unset;
	overflow-y: unset;
	padding-top: 70px;
	/* transition: .5s; */
		transition: height 250ms ease;
	overflow: hidden !important;
}

.sidenav a {
	text-decoration: none;
	font-family: Pangea, sans-serif;
	font-variation-settings: 'opsz' 20, 'wght' 600, 'ital' 0;
	color: #002d5a;
	display: block;
	transition: .3s;
	letter-spacing: 1px;
	font-weight: 600;
}

.sidenav a:hover {
	color: #fff;
}

footer #footer_links ul li a,
footer #footer_links ul li a:hover,
footer #footer_links ul li a:link,
footer #footer_links ul li a:visited {
	font-family: Pangea;
	font-variation-settings: 'opsz' 10, 'wght' 400, 'ital' 0;
	/* font-weight: 400;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal; */
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
}