@charset "UTF-8";
/* CSS Document */

@media (min-width:767px) {
	.mediablockhero {
 	 height: 320px; 
 	 text-align:center;
	}
	.mediablockhero h1 {
 	 padding-top:10%;
	}
}

@media (max-width:767px) {
	.mediablockhero {
 	 height: 320px; 
 	 text-align:center;
	}
	.mediablockhero h1 {
 	 padding-top:40%;
    }
}


.intro h1{
  font-size:48px;
  text-transform:uppercase;
  color:#fff;
}

.intro p {
    font-family: 'jd_sans_light',Helvetica,Arial,sans-serif;
    font-size: 1.45em;
    font-weight: normal;
}

section.intro p em {
    display: block;
    margin-top: 10px;
    color: #757575;
}

section.intro {
    background-color: black;
    color: white;
}

section {
    padding: 50px;
}
.product-links h3 {
    font-family: 'jd_sans_medium',Helvetica,Arial,sans-serif;
    color: #a0a0a0;
    font-size: 16px;
    text-transform: uppercase;
}


body {
	font-size: 12px;
	font-family: 'jd_sans_medium', Helvetica, Arial, sans-serif
}

p {
	font-family: 'jd_sans_light', Helvetica, Arial, sans-serif;
	font-size: 1.45em;
	font-weight: normal
}

section {
	padding: 50px
}

@media (max-width:767px) {
section {
	padding: 20px
}
}
section.intro {
	background-color: black;
	color: white
}
section.intro h1 {
	margin: 0;
	font-size: 44px;
	font-family: 'jd_sans_medium', Helvetica, Arial, sans-serif
}

@media (max-width:767px) {
section.intro h1 {
	font-size: 24px
}
}
section.intro img {
	width: 90%
}
section.intro p {
	margin: 0
}
section.intro p em {
	display: block;
	margin-top: 10px;
	color: #757575
}
section.bottom {
	padding-top: 25px
}

.product-links {
	text-align: center;
	padding: 25px 75px
}
.product-links h3 {
	font-family: 'jd_sans_medium', Helvetica, Arial, sans-serif;
	color: #a0a0a0;
	font-size: 16px;
	text-transform: uppercase
}
.product-links ul {
	padding: 0;
	border-top: 1px solid #F4F4F4;
	margin-top: 15px
}
.product-links ul li {
	list-style: none
}
.product-links ul li {
	border-bottom: 1px solid #F4F4F4
}
.product-links ul li a {
	display: block;
	font-size: 14px;
	padding: 10px;
    text-decoration:none;
}
.product-links ul li a:hover {
	background-color: #f9f9f9
}
.product-links img {
	padding: 0;
	margin-bottom: 25px
}
.product-links img.field {
	border: 3px solid #F4F4F4
}
.product-info {
	padding: 25px 50px
}

@media (max-width:767px) {
.product-info {
	padding: 20px
}
}
.product-info h2 {
	margin-top: 0
}
.product-info a.more {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 20px 0;
    text-decoration:none !important;
}
.product-info a.more:after {
	content: "- Less"
}
.product-info a.more.collapsed:after {
	content: "+ Read More"
}
.promo {
	background-size: cover;
	background-position: center center;
	padding: 25px 50px;
}

@media (max-width:767px) {
.promo {
	padding: 20px;
}
}
.promo img {
	width: 200px;
	border-radius: 250px;
	margin: 30px auto 0 auto;
	border: 3px solid #333
}
.promo h3 {
	color: white;
	font-size: 28px;
	line-height: 40px;
  padding-bottom:20px;
}

.yellowbtn {
  	color: #fdda01;
	border: 2px solid #fdda01;
	background: 0 0;
    padding: 14px 30px;
    display: inline-block;
    text-align: center;
    transition: all .5s ease-out;
    font-family: jd_sans_probold;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
  text-decoration:none;
}

.yellowbtn:focus, .yellowbtn:hover {
	background: #fdda01;
	color: #333; 
    text-decoration:none;
}

@media (max-width:767px) {
.promo h3 {
	font-size: 13px;
	line-height: 16px
}
}
.next h2 {
	font-size: 30px
}

@media (max-width:767px) {
.next h2 {
	font-size: 25px
}
}
.video-full {
	width: 100%
}

@media (max-width:767px) {
.video-full {
	height: 1px
}
}

@media (min-width:768px) {
.video-full {
	height: 442px
}
}

@media (min-width:992px) {
.video-full {
	height: 546px
}
}

@media (min-width:1200px) {
.video-full {
	height: 653px
}
}
.vid-container {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	background-color: black
}

@media (max-width:767px) {
.vid-container {
	height: 200px
}
}
.vid-container .screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	opacity: 1
}

@media (max-width:767px) {
.vid-container {
	display: none
}
}
.nav-sticky .left-container .product-id {
    font-size: 15px;
}
.nav-sticky .nav-links .nav-link {
    font-size: 15px;
}
