body {
	position: relative;
}

.text-underline {
	text-decoration: underline;
}

@media (min-width: 1120px) {
	.mw-lg-400 {
		max-width: 350px;
	}
}

.nesting-container .container {
	padding: 0;	
}

.field-validation-error {
	color: red;	
}

.umbracoForms-Indicator {
	color: red;	
}

.iframe-wrapper, .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.iframe-wrapper iframe, .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sticky-almost-top {
	position: -webkit-sticky;
	position: sticky;
	top: 64px;
	z-index: 20000;
	background: white;
}

#tabnav .nav-link {
	padding: 0 .5rem;
	white-space: nowrap;
}

#tabnav .nav-link.active {
	background: none;
	color: #0068C1;
	text-decoration: underline;
}


@media (min-width: 992px) {
	#tabnav .nav-item {
		background: #0068C1;
		border-right: 2px solid #fff;
		border-radius: .2em;
	}

	#tabnav .nav-link {
		color: white;
		border-radius: .2em;
		padding: 1rem 0;
	}

	#tabnav .nav-link.active {
		background: #008afc;
		color: white;
		text-decoration: none;
	}
	#tabnav .nav-item:last-child {
		border-right: 0;	
	}
}

@media (min-width: 1200px) {
	#tabnav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.toggler-item {
	display: none;	
}

.thumb a {
	text-decoration: none;
}

.thumb a:hover img {
	filter: brightness(120%);
}

/* Photo gallery */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem -.9375rem 0;
}

.gallery-item {
	width: 25%;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.gallery a {
	display: block;
	/*margin: 5px;*/
	margin: 0 0 1.875rem;
}

.gallery img {
	height: 100%;
	width: 100%;
}

/* News */

.news-item {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.news-item img {
	max-width: 100%;	
}

.news-item h2 a {
	color: #212529;	
}

.news-item h2 a:hover {
	color: #212529;
	text-decoration: none;
}

.date-heading {
	color: #adb5bd;
	font-size: 0.9rem;
	text-transform: uppercase;
}

/* Expanding sections */

dl.expand {
	padding: 0;
}

dl.expand dt {
	border-top: 1px solid #f2f2f2;
	color: #0068C1;
	margin: 0;
	padding: 10px 15px 10px 30px;
	position: relative;
}

dl.expand dt:before {
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #aaa;
    font-size: 18px;
    position: absolute;
    top: 0.5rem;
    left: 5px;
}

dl.expand dt a {
	display: block;
	text-decoration: none;
}

dl.expand dt:hover, dl.expand dt.active {
	text-decoration: underline;
	cursor: pointer;
}
dl.expand dt.active:before {
	content: "\f0d7";
}
dl.expand dd {
	margin: 0;
	padding: 10px 15px 20px 30px;
}

dl.expand dd img {
	max-width: 100%;
}

/* Google CSE */
.gsc-control-cse  * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !importantx;
	box-sizing:  content-box !important;
	font-family: "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
}

.reset-gsc .gsc-control-cse {
	padding: 0 0 2rem 0;
	border: 0;
}

.gsc-control-cse input {
	box-shadow: none !important;
}

.gsc-control-cse input:focus {
	outline: none;
}

.gsc-control-cse table, .gsc-control-cse table tbody {
	border: none;
	background: transparent;
	margin: 0;
}

.gsc-control-cse table tbody td {
	padding: 0;	
}

.gsc-input-box, .gsc-search-box .gsc-input>input, .gsc-input-box-hover {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.gsc-input[type="text"] {
	line-height: 1.15;	
	padding-left: 5px !important;
}

.reset-gsc .gsc-thumbnail-inside, .reset-gsc .gsc-url-top {
	padding-left: 0;
	padding-right: 0;
}

/* License */

.license {
	height: 300px;
	overflow: auto;
	font-size: 0.9em;
}

.license h4, .license h5 {
	text-align: center;
	text-decoration: underline;
}

.license dl {
	padding: 0;
}

.license dt {
	float: left;
	margin: 0;
}

.license dt, .license dd {
	padding-top: 10px;
}

.license dd {
	padding-left: 4em;
}

.conference-room-sign {
	font-size: 1.3em !important;	
}

.tools-cards .card .card-header a {
    text-decoration: underline;   
}

.tools-cards .card .card-header {
    text-transform: none;   
}

.tools-cards .card {
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);   
}
