/*
    Document   : mods
    Created on : Apr 1, 2013, 4:10:35 PM
    Author     : Ben Kruse
    Description:
        Purpose of the stylesheet follows.
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,900italic,300);
img{
    display: block;
}

.white{
    color:#fff;
}

.whole{
    min-height: 500px;
    line-height: 140%;
}

.whole ul{
    list-style: disc;
    margin-left: 30px;
}

.whole li{
    padding: 8px;
}

#basic h3{
    padding: 20px 20px;
    font-size: 24px;
    color: #232323;
    line-height: 130%;
    font-family:  'RobotoMedium';
}

/*HPLM Starts******************************************************************************************************************************/

#hplm-logo{
    padding-left: 20px;
}

.hplm-top{
   padding: 40px 0 10px 0;
   text-align: center;
   color: #454545;
    }

.hplm-top h1, #hplm-select h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform:uppercase;
    text-align: center;
    color: #454545;
    }

.hplm-top h2{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 2px;
 }
.hplm-top p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    letter-spacing: -.5px;
}

#hplm-select{
    margin-top: 30px;
}

#hplm-select li a:link{
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    text-align: center;
    color: #777;
    letter-spacing: 3px;
    text-decoration: none;
    padding: 30px 0;
}

.selector{
    float: left;
    padding: 0 2.1%;
}

#hplm-select li.ui-state-default a:link{
    opacity: .3;
}

#hplm-select li.ui-state-active a:link{
    background:  url('../images/hplm/selection-icon.png') no-repeat  bottom;
    outline: none;
    opacity:1;
       transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

#hplm-select li.ui-state-focus a:link{
    background:  url('../images/hplm/selection-icon.png') no-repeat  bottom;
    outline: none;
}

.hplm-model{
    padding:20px 0;
    background: #f5f5f5;

}

.hplm-body p{
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    padding: 15px 0;
    color: #454545;
    letter-spacing: -.5px;
}

.hplm-features{
    padding: 30px 0;
}

.hplm-features h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

li data-thumb{
    border: 1px solid #333;
}
#bagger{
}

#carousel{
    height: 80px;
    border: 1px solid #777;
    display: block;
    overflow: hidden;
}

#carousel-2{
    height: 80px;
    border: 1px solid #777;
    display: block;
    overflow: hidden;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

#hplm-bottom{
    font-family: 'Source Sans Pro', sans-serif;
}

#hplmvid img{
        margin-top: 30px;
        width:100%;
}

table#hplm-specs{
   width: 100%;
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 18px;
   margin-top: 20px;
 }

table#hplm-specs td{
    border: 2px solid #333;
    padding: 15px;
}

#hplm-copy{
    margin-top: 20px;
}

#hplm-copy h1{
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 36px;
}

#hplm-copy p{
    font-size: 16px;
    margin-top: 20px;
}

#hplm-vs{
    margin-top:60px;
}

#hplm-vs h2{
    background: #bb0000;
    padding: 12px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#hplm-vs img{
    margin-top:40px;
}

table#vs-info{
    width: 100%;
}

#vs-info tr{
    border-bottom: 2px solid #333;
}

#vs-info td{
    padding: 15px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

#vs-info td:first-child{
    border-right: 2px solid #333;

}

#vs-info tr:last-child{
    border-bottom: none;
}

form#hplm-signup{

    padding: 10%;
    background: #bb0000;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

input.hplm-sui{
    width: 100%;
    padding: 6% 0%;

}

#hplm-signup h2{
    color: #fff;
    margin-bottom: 5%;
}

input#hplm-sub{
    width: 100%;
    background: #777;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5%;
}

.extra-bold-i{
    font-family: 'RobotoBlackItalic';
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/*HPLM Ends*******************************************************************************************************************************/

#product-video{
    padding: 20px 0;
}

#product-video h2{
    font-size: 12px;
    padding: 20px;
}

.video-thumbs{
    width: 30%;
    display: inline-block;
    padding: 1%;
}
/*DG Starts*********************************************************************************************************************************/
#dg-copy {
        padding-top: 40px;
        padding-bottom: 40px;
}

#dg-copy p{
    color: #555;
    font-family:  'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0;
}

#dg-down{
    background: url('../images/dg/down-button.png');
    height: 29px;
    width: 960px;
}

#red-box{
    background: #bb0000;
    padding: 40px 0;
}

#red-box h1{
     color: #fff;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 900;
     font-style: italic;
     font-size: 36px;
     text-transform: uppercase;
     margin-bottom: 20px;
}

#red-box p{
    color: #fff;
    font-family:  'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.5px;
   margin: 0;
}

#red-box strong{
    color: #fff;
    font-family:  'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 0;
}

#red-box img{
    margin: 0;
}
.dgborder{
   border: #FFF solid 1px;
   margin-left: 72px;
   margin: 20px;
}

.price p{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}

.dg-buy {
    display: block;
    background: #000;
    padding:10px 10px;
    margin-top: 10px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.dg-buy a:link, a:visited{
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.dg-buy a:hover{
    color: #fff7d5;
    font-size: 22px;
    text-decoration: none;
    transition: 1s;
}

#dg-tagline{
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    margin-top: 60px;
}
/*DG Ends**********************************************************************************************************************************/

form#distributor{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    padding: 4%;
    margin:2%;
    width: 60%;
    border: 2px solid #777;
    border-radius: 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, .3);
    color: #333;
}

form#distributor select{
    background: #bb0000;
    color: #999;
    padding: 2px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #999;
    border-radius: 8px;
}

form#distributor input{
    background: #f5f5f5;
    color: #999;
    padding: 5px;
    margin:0px 0;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #999;
    border-radius: 4px;
}


.jval label{
    display: inline-block;
    width: 150px;
    font-weight: bold;
    font-size: 16px;
}

.jval label{
    display: inline-block;
    width: 150px;
    font-weight: bold;
    font-size: 16px;
}

label.error{
    display:block;;
    padding: 3px;
    margin-top: 0;
    color: #fff;
    background: #bb0000;
    font-size: 11px;
    font-style: italic;
}

.enigma{ display: none;}

#distributor input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #bb0000 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #bb0000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #bb0000 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #bb0000 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #bb0000 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #bb0000 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #990000;
	  border-top: 1px solid #aa0000;
	  border-left: 1px solid #aa0000;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 1px 1px rgba(0, 0, 0, .5);
	  cursor: pointer;
	  margin: 20px 0;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          margin-left: 280px;
        }
#distributor
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #dd0000; /* Old browsers */
		background: #dd0000 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #dd0000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #dd0000 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #dd0000 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #dd0000 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #dd0000 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

#distributor
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #330000; /* Old browsers */
		background: #9b0000 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

.whitebox{
    background: #fff;
    padding: 0 0 60px 0;
    width: 100%;
}

.seclay p{
    margin: 0 0 10px;
}

.seclayhead{
    font-family: 'RobotoBlack';
    letter-spacing: 1px;
    padding: 20px 0;
    font-size: 48px;
}

.seclaysub{
    font-family: 'RobotoBlack';
    letter-spacing: 1px;
    padding: 10px 0;
}

.optionsline{
    width:100%;
    border:solid 2px #898989;

}

#form{
    padding: 20px 0
}

.red{
   color:#bb0000;
}

#dialog{
    background: #fff;
    width: 100%;
}

.half-box{
    float: left;
    width: 45%;
    margin-left: 5%;
}

a.redbg{
    background: #bb0000; /* Old browsers */
    background: #bb0000 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: #bb0000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: #bb0000 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: #bb0000 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: #bb0000 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: #bb0000 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    font-family: 'RobotoBlack';
    text-shadow: 1px 2px 2px #410000;
    -webkit-transition-duration: 1.8s;-moz-transition-duration: 1.8s;transition-duration:1.8s;
     -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

a.redbg:hover{
    background: #ff0000; /* Old browsers */
     font-family: 'RobotoBlack';
    text-shadow: 1px 2px 2px #410000;
}

.nm {
            margin: 0;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0;
        }

.dialog{
    background: #fff;
    padding: 10px;
     -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dialog p{
    padding: 6px;
    border-top: 1px solid #e5e5e5;
}

.dialog p:last-child{
    border-bottom: 1px solid #e5e5e5;
}

.ui-dialog{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ui-dialog-titlebar{
    background: #bb0000;
    padding: 18px;
    color: #fff;
    font-weight: bold;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ui-dialog-titlebar-close{
    float: right;
    color: #fff;
}

.opener{
    background: #dd0000; /* Old browsers */
    background: #dd0000 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: #dd0000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: #dd0000 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: #dd0000 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: #dd0000 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: #dd0000 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding:7px;
    margin: 15px  0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.lifetime-open{
       cursor: pointer;
}

#lifetime-data{
    display:none;
    width: 750px;
    background: #000;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 7px;
}

#lifetime-data h1{
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}

#lifetime-data h2{
    margin: 0 0 20px 0;
}

#lifetime-data p{
    margin: 20px 0;
}

ul.lifetime{
    font-size: 15px;
    list-style-type: square;
    margin: 0 0 20px 25px;
}

ul.lifetime li{
    margin:10px;
}

#intro-copy p{
    padding: 20px;
    border: 2px solid #333;
    ;
}

.double-wide-edge {
    float: left;
    display: inline;
    width: 458px;
    height: 288px;
    margin: 10px;
    padding: 0px;

}

.double-wide-edge-alt {
    float: left;
    display: inline;
    width: 458px;
    height: 288px;
    margin: 10px;
    padding: 0px;

}


a.buy-button {
    float:right;
    padding: 7px 15px;
    background: #990000;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #330000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
a.buy-button:hover {
    padding: 7px 30px;
    background: #dd0000;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
a.buy-button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #330000;
    border: solid 1px #203E5F;
}

#dialog5{
    background: #fff;
    padding: 20px;
    font-weight: bold;
}

.ui-button{
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}

.ui-widget-overlay{
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.4;
}

.ui-front {
    z-index: 100;
}

.results p{
    margin: 25px 0;
}

#con-contact{
    height: 100%;
    display: block;
    padding: 10px;
}

#con-contact h1{
    background: #bb0000;
    padding: 4%;
    margin: 2%;
    color: #fff;
    width: 92%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#con-contact input{
    padding: 2%;
    margin: 2%;
    width: 94%;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#con-contact textarea{
    width: 94%;
    height: 200px;
    margin: 2%;
    padding: 2%;
}

form#con-con  input[type="submit"] {
    background: #bb0000;
    border: none;
    color: #fff;
    width: auto;
    padding: 10px 40px;
    float: right;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
form#con-con  input[type="submit"]:hover {
    background: #cc0000;
}

form#con-con  input[type="submit"]:active{
    background: #990000;
}

#info a:visited{
    color: #743399;
}

@media only screen and (min-width:767px) and (max-width:959px) {

.double-wide-edge-alt{
    float: left;
    display: inline;
    background: #000;
    width: 365px;
    height: 248px;
}

.double-wide-edge{
    float: left;
    display: inline;
    background: #000;
    width: 360px;
    height: 248px;
}



}
@media only screen and (max-width: 767px) {

    #info{
    padding: 20px 15px 0 15px;
}
    .half-box{
    float: none;
    width: 100%;
    margin: 0%;
}

    .double-wide-edge {
            display: block;
            width: 580px;
            height: auto;;
}
    .double-wide-edge-alt {
            display: block;
            width: 580px;
            height: auto;;
}
}

@media only screen and (max-width:599px) {
    .double-wide-edge {
            display: block;
            width: 480px;
            height: auto;;
            margin: 0;
}
    .double-wide-edge-alt {
            display: block;
            width: 480px;
            height: auto;;
            margin: 0;
}

}
@media only screen and (max-width:479px) {
     .double-wide-edge {
            display: block;
            width: 320px;
            height: auto;;
            margin: 0;
}
     .double-wide-edge-alt {
            display: block;
            width: 320px;
            height: auto;;
            margin: 0;
}
}
@media (min-width:800px){
  #contest-overlay{
    background-color: #bb0000;
    min-width: 800px;
    height: auto;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    border-radius: 7px;
    border: 10px solid #fff;
  }
}
#contest-overlay{
  background-color: #bb0000;
  height: auto;
  font-family: 'Kanit', sans-serif;
  text-align: center;
  border-radius: 7px;
  border: 10px solid #fff;
}

  #contest-overlay h1{
    font-family: 'Kanit', sans-serif;
    font-size: 72px;
    text-align: center;
    padding: 20px 70px 10px 70px;
  }

  #contest-overlay h2{
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    padding:  0px 70px 10px 70px;
    text-align: center;
  }

  #contest-overlay h3{
    font-family: 'Kanit', sans-serif;
    font-size: 36px;
    padding:  0px 70px 10px 70px;
  }

  #rules-link{
    display: block;
    font-size: 12px;
    font-family:  'RobotoMedium';
    padding-bottom: 40px;
    color: #fff;
  }

.video-wrapper{
   position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-wrapper iframe{
   position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#osha{
   padding-top: 5%;
}

#osha h1{
   font-size: 48px;
   margin-bottom: 5%;
   padding: 30px 0;
   background-color: #bb0000;
   color: #fff;
   text-align: center;
}

#osha h2{
  font-size: 30px;
  padding: 40px 0;
  color: rgb(75, 59, 120);
}

#osha p{
   font-size: 18px;
   line-height: 140%;
   color: #777;
}

#osha-email h3{
   font-size: 48px;
   font-weight: bold;
   padding: 30px 0;
   margin: 30px 0;
   background-color: #bb0000;
   color: #fff;
   text-align: center;
}

#osha-email input[type="text"],
 input[type="password"],
 input[type="email"],
 textarea, select{
   width: 100%;
}

#osha-email .previewLabel{
   font-size: 21px;
   font-weight: bold;
   padding: 7px 0;
}
