/* US SPECIFIC STYLES */

/* LOGIN DROP DOWN */
#login .dropdown-menu {
	padding: 0 !important;
}

.login-dropdown-frame {
	width: 100%;
}

/* FOOTER DISCLAIMERS */
.footer-disclaimers .nonotmay-disclaimer p {
   line-height: 1.7em;
   font-weight: 700;
   font-family: Arial, sans-serif;
   font-size: 0.875em;
   color: #444;
}

/* HERO */
.hero .subtitle {
	line-height: 1.5em;
}
.hero .subtitle a {
	font-family: inherit;
	font-weight: inherit;
}
.hero .subtitle a:hover {
	background-color: transparent;
}
.hero .icon {
	position: relative;
	top: -1px;
	font-size: 0.83em;
}
.hero .bt-envelope {
	font-size: 0.7em;
}

/* FADED ACCORDION */
.accordion-faded {
	position: relative;
	margin-bottom: 20px;
}
.accordion-content {
	position: relative;
	overflow: hidden;
}
.accordion-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	transition: height 0s;
}
.accordion-header::after {
	content: '\F090';
	display: inline-block;
	margin-left: 0.75em;
	font-family: 'Black Tie';
	font-size: 0.75em;
	transition: 0.2s;
}
.accordion-button {
	font-size: 0.75em;
}
.accordion-button::before {
	content: attr(data-text-active);
}
.accordion-faded.inactive .accordion-content {
	height: 60px;
}
.accordion-faded.inactive .accordion-content::after {
	height: 70%;
	transition: height 0.2s 0.4s;
}
.accordion-faded.inactive .accordion-header::after {
	-webkit-transform: rotateX(180deg);
					transform: rotateX(180deg);
}
.accordion-faded.inactive .accordion-button::before {
	content: attr(data-text-inactive);
}

/* HERO - VIDEO */
.hero-video {
	overflow: hidden;
}
.hero-video .video {
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

/* CARDS */

@media (min-width: 1200px) {
	.card-stack .card .image-block {
		height: 240px;
	}
}