/*-- Video Boxes/iframes
---------------------------------------------------------------------------*/

.video-container {
    position: relative;
    /* keeps the aspect ratio */
    padding-bottom: 320px;
    /* fine tunes the video positioning */
    padding-top: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-- Map Boxes/iframes
---------------------------------------------------------------------------*/

.map-container {
    position: relative;
    /* keeps the aspect ratio */
    padding-bottom: 260px;
    /* fine tunes the video positioning */
    padding-top: 0;
    overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-- Scroll to top button
---------------------------------------------------------------------------*/

#topcontrol {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--main);
    opacity: 0.6;
    color: #fff;
    z-index: 500;
    /*bottom: 0 !important;
	right: 0 !important;*/
}

/*-- Content image controls
---------------------------------------------------------------------------*/


/* #content .text-box img {
    height: auto;
    width: 100%;
	max-width: 100%;
	margin-bottom:15px;
} */

.news-nav ul {
    list-style: none;
}
.news-nav ul li {
    display: inline-block;
}
.news-nav ul li span, .news-nav ul li a {
    padding: 0.5rem 1rem;
    margin: 0.25rem 0;
    display: block;
}
.news-nav ul li span {
    border: 2px solid var(--alt);
    color: var(--alt);
}
.news-nav ul li a {
    background-color: var(--alt);
    color: #fff;
    border: 2px solid var(--alt);
}
.news-nav ul li a:focus, .news-nav ul li a:hover {
    background-color: var(--main);
    border: 2px solid var(--main);
    color: #fff;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /* #content .text-box img {
		height: auto;
        width: 300px;
		max-width: 100%;
		margin-bottom:15px;
	}
	#content .text-box img.pull-right,
	#content .text-box img.justifyright,
	#content .text-box img[style*="float:right"] {
		margin-left:15px;
		float:right !important;
	}
	#content .text-box img.pull-left,
	#content .text-box img.justifyleft,
	#content .text-box img[style*="float:left"] {
		margin-right:15px;
		float:left !important;
	} */
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    /* #content .text-box img {
		height: auto;
        width: 400px;
		max-width: 100%;
		margin-bottom:15px;
	} */
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    /* #content .text-box img.pull-right,
	#content .text-box img.justifyright,
	#content .text-box img[style*="float:right"] {
		margin-left:30px;
	}
	#content .text-box img.pull-left,
	#content .text-box img.justifyleft,
	#content .text-box img[style*="float:left"] {
		margin-right:30px;
	} */
}
@media (min-width: 1600px) {}