﻿/*Skip/Navigate to main content*/
html {
    scroll-behavior: smooth;
}

table {
	width: auto;
}

td {
	vertical-align: top;	
}

th {
	vertical-align: top;
}

#skiptocontent a {
	padding: 10px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-bottom-right-radius: 8px;
	background: white;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 99999;
}

#skiptocontent a:focus {
  position:absolute;
  left:0px;
  top:0px;
  outline:0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

/* Fix carat (down arrow) OCR compliance*/ 
.goog-te-menu-value > span { color: black !important;}

/* Custom Social Share link for /News/Archive.aspx */
.custom-socialshare-container {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 1.0em;
	float:left ;
	padding:2px;
}

.custom-socialshare-container.hide, .custom-socialshare-container {
	display: none;
}

.custom-socialshare-container .RadSocialShare-Override {
	background-color: #fff;
}

.toggle-share-container {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.toggle-share {
	background-color: transparent;
	border: none;
	float: left;
	font-size: 1.4rem;
	color: #ccc;
	cursor: pointer;
	height: 45px;
	order: 2;
	width: 56px;
}
.toggle-share i.fad, .toggle-share i.fal{
	font-style:normal;
}

.toggle-share .fa-share-alt {
	color:#333;
	z-index:99;
}
.toggle-share .fa-minus-circle {
	font-size: 2.2rem;
}

.toggle-share .fa-minus-circle i {
	display: none;
}

.toggle-share .fa-stack {
	height: 45px;
	line-height: 45px;
	width: 56px;
}

.toggle-share .fa-stack-2x {
	font-size: 45px;
}

.custom-socialshare-container #newsShareModalBtn {
	background: none;
	border: 0;
	padding: 0;
	color: blue;
}

.custom-socialshare-container #newsShareModalBtn:hover {
	cursor: pointer;
	text-decoration: underline;
}

	.custom-socialshare-container > .RadSocialShare-Override {
		border: none;
		border-radius: 0;
		padding-right: 0;
		background-color: transparent;
	}

.custom-socialshare-link {
	float: left;
	padding: 0.61667em .41667em 0.41667em 0;
	line-height: 1.42857;
	font-size: 12px;
}

div[id^="newsShareModalContent"] .modal-container {
	text-align: center;
	font-size: 1.4rem;
}

div[id^="newsShareModalContent"] .modal-container .title {
	text-align: left !important;
	font-weight: bold;
	margin-bottom: 5px;
}

.rotatedown {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Non-responsive Slideshow*/
#gallery .slide {
    display: none;
}

#gallery .slide:first-of-type {
    display: block;
}


@media only screen and (min-width: 768px) {
    body .userway.userway_p1 {
        top: 50px !important;
    }
}
@media (max-width: 600px) {
	body .uwy.userway_p1 .uai, body .uwy.userway_p7 .uai {
		top: 53px !important;
	}
}
/*
	CAROUSEL ALTERNATIVE FADE 
*/
.carousel.fade {
	opacity: 1;
}

	.carousel.fade .item {
		transition: opacity ease-out .7s;
		left: 0;
		opacity: 0; /* hide all slides */
		top: 0;
		position: absolute;
		width: 100%;
		display: block;
		z-index:1;
	}

	.carousel.fade .item:first-child {
		top: auto;
		opacity: 1; /* show first slide */
		position: relative;
	}

	.carousel.fade .item.active {
		opacity: 1;
		z-index:2;
	}

.iframe-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   min-width: 100%;
}
@media (min-width:469px) {
	.article-body .iframe-container iframe, .article-body .embed-responsive-item, .article-body-left .iframe-container iframe {
		left: 50%;
		margin-left: -234px;
	}
}

@media (max-width:468px) {
	.article-body .iframe-container, .article-body .embed-responsive-item, .article-body-left .iframe-container {
	}

		.article-body .iframe-container iframe, .article-body-left .iframe-container iframe, .embed-responsive-item {
			left: calc(50% - 234px);
			top: -5%;
			margin-left: unset;
			max-width: 400%;
		}
}

@media screen and (min-width:1200px) {
	.article-body .iframe-container, .article-body-left .iframe-container {
		padding-bottom: 35%;
	}
}



/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
	padding-top: 75%;
}
	/*////////////////////////////////////////////////////////
MODAL COLORBOX
////////////////////////////////////////////////////////*/
	#colorbox {
		/*position: fixed !important;*/
	}

	#modalImportant {
		text-align: center;
	}

		#modalImportant .modal-content {
			border-radius: 8px;
		}

		#modalImportant .modal-header {
			border: none;
		}

		#modalImportant .close {
			float: left;
		}

	.modal-icon {
		font-size: 8rem;
	}

	.modal-icon-important {
		color: #e51937;
	}

	.modal-title {
		color: #000;
		font-weight: normal;
	}

	.modal-btn {
		background-color: transparent;
		border: none;
		bottom: 10px;
		font-size: 4rem;
		line-height: 1;
		padding: 0;
		position: fixed;
		right: 10px;
		z-index: 900;
	}

	@media screen and (min-width: 1200px) {
		.modal-btn {
			right: 27px;
		}
	}

	.modal-btn-important {
		color: #e51937;
	}

	/*#ctl00_ctl00_MasterPageBody {display:block;}
@media only screen and (orientation: portrait) {
	#ctl00_ctl00_MasterPageBody {
		height: 100vw;
		min-height: 100%;
		min-width: 95vh;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media only screen and (orientation: landscape) {
	#ctl00_ctl00_MasterPageBody {*/
	/*height: 100vw;*/
	/*-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}*/

/*webmade base*/
h1.webmade, h2.webmade, p.webmade {
	text-align: center;
	line-height: 1.51;
}

table.webmade {
	border: 1pt solid black;
}

th.webmade {
	font-weight: bold;
	font-size: 1.3em;
	background-color: #003C76;
	color: white;
	text-align: center;
	line-height: 1.51;
}

th.webmade2 {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.51;
}

td.webmade {
	padding: .2em;
}

.wm-table-head {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.51;
}

@media only screen and (max-width: 639px) {
	iframe.webmade {
		width: 300px;
		height: 168px;
	}
}

@media only screen and (min-width: 640px) {
	iframe.webmade {
		width: 640px;
		height: 360px;
	}
}
.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}