/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

p, h1, h2, h3, h4, h5, h6, h7, span{  
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: url('../img/bg.png') 0 0 repeat;
}

.wrapper {width: 800px; margin: 0 auto;}

/* ===================
    ALL: Orange Theme
   =================== */



/* ==============
    MOBILE: Main
   ============== */


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear{clear: both;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.ribbon{
	float: left;
	margin-left: -10px;
    margin-top: -8px;
}
   
.m-container{width: 90%; margin: 0 auto;}
   
   
.m-container h1 span{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 600;
	font-size: 35px;
	color: #ffd800;
}

.m-container h1{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 600;
	font-size: 36px;
	color: #333333;
	padding: 0 5px 0 16px;
	margin-bottom: 0;
	line-height: 36px;
	text-align: center;
}
   
.main{
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:  0px 3px 5px 0px #d4d4d4;        
    box-shadow:  0px 3px 5px 0px #d4d4d4;
}

.video-holder{margin: 26px auto; height:355px; width: 630px;}


.btn-holder{
	width: 562px;
	height: 99px;
	background: url('../img/button-holder.png') 0 0 no-repeat;
	margin: 5px auto;
	padding-top: 25px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe148), color-stop(1, #efc91d) );
	background:-moz-linear-gradient( center top, #ffe148 5%, #efc91d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe148', endColorstr='#efc91d');
	background-color:#ffe148;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eed544;
	display:block;
	color:#a48700;
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 700;
	text-align: center;
	font-size: 35px;
	text-decoration:none;
	line-height: 30px;
	letter-spacing: 0px;
	width: 530px;
	margin: 0 auto;
	padding: 15px;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efc91d), color-stop(1, #ffe148) );
	background:-moz-linear-gradient( center top, #efc91d 5%, #ffe148 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc91d', endColorstr='#ffe148');
	background-color:#efc91d;
}.btn:active {
	position:center;
	top:1px;
}


/* optin holder box */


.optin-holder{
	margin: 10px auto 30px auto;
	width: 630px;
	border: 4px dashed #d5d5d5;
}

.optin-holder p{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	margin-bottom: 5px;
	color: #555555;
}

.reg-link{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: -30px;
	line-height: 20px;
	text-align: center;
	padding: 0;
}

.reg-link a{color: #0090e3;}

/* footer */
footer.wrapper{
	padding: 50px 10px 20px 10px;
}
.footer-container{
	background: url('../img/footer-bg.png') 0 0 repeat-x #ffffff;
}

/* footer nav */
p.footer-link{
	text-align: center;
	padding-top: 10px;
}
p.footer-link a{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 400;
	font-size: 14px;
	color: #0090e3;
	text-decoration: none;
}

/* footer copy */
p.copy{
	font-family: 'Source Sans Pro', Georgia, times, serif;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	text-align: center;
}

.logo{
	display: inline;
    font-size: 0;
    line-height: 0;
    position: relative;
    text-indent: -4000px;
    width: 185px;
	text-align: center;
	margin-top: 50px;
}

.logo a{
	background: url('../img/logo.png') no-repeat scroll 0 0 transparent;
    display: block;
	width: 185px;
    height: 40px;
	text-align: center;
	margin: 0 auto;
	}


/* popup */


.btn-pop {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd700), color-stop(1, #e7be00) );
	background:-moz-linear-gradient( center top, #ffd700 5%, #e7be00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd700', endColorstr='#e7be00');
	background-color:#ffd700;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ead300;
	display:inline-block;
	color:#a48700;
	font-family:'Source Sans Pro';
	font-size:20px;
	line-height: 20px;
	font-weight:900;
	width: 316px;
	text-decoration:none;
	text-aling: center;
	margin: 8px auto 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}.btn-pop:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e7be00), color-stop(1, #ffd700) );
	background:-moz-linear-gradient( center top, #e7be00 5%, #ffd700 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7be00', endColorstr='#ffd700');
	background-color:#e7be00;
}.btn-pop:active {
	position:relative;
	top:1px;
}





.popup {  text-align: center; overflow: hidden; color: #ffffff;}

.popup #pop-head{ margin: 0; padding: 0; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; background-color: #ffffff;}
.popup #pop-head h1{font-family: 'Source Sans Pro', Georgia, times, serif; font-size: 24px; color: #333333; padding-top: 0px; font-weight: 600; line-height: 24px; width: 514px; text-aling: center; margin: 0 auto;}
.popup p { font-family: 'Source Sans Pro', Georgia, times, serif; font-weight: 400; font-size: 22px; color: #555555; padding: 0; margin: 10px;}

.row #email { font-family: 'SourceSansPro-Light', Georgia, times, serif; border: 1px solid #cacaca; width: 516px; height: 42px; font-size: 18px; line-height: 26px; color: #777777; padding: 0px 8px; font-style: italic; *padding-top: 10px; -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; margin: 3px 0; background-color: #fdfdfd;}
.row #firstname { font-family: 'SourceSansPro-Light', Georgia, times, serif; border: 1px solid #cacaca; width: 516px; height: 42px; font-size: 18px; line-height: 26px; color: #777777; padding: 0px 8px; font-style: italic; *padding-top: 10px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px; margin: 3px 0;  background-color: #fdfdfd;}
@media \0screen {
  .row #email {
   Padding-top: 10px;
}
}
.vid-img{display: block; margin: 30px auto 10px auto;}
.pop-pri{height: 51px; background: url('../img/pop-pri-footer.png') 0 0 repeat-x #e8e8e8; padding: 5px 0;}
.pop-pri p{font-family: 'Source Sans Pro', Georgia, times, serif; font-weight: 400; font-size: 14px; color: #777777; text-align: center;}
.row p{float: left;font-family: 'SourceSansPro-Bold', Georgia, times, serif; font-size: 30px; color: #bdbdbd;}
.row p.small{float: right;font-family: 'SourceSansPro-Light', Georgia, times, serif; font-size: 18px; color: #bdbdbd;}
.submit { border: none; cursor: pointer;  width: 344px; height: 55px; background: #ffffff url('../img/submit-button-pop.png') no-repeat 0 0 ; letter-spacing: 0px;  color: #fff; text-shadow: 1px 1px 2px rgba(3, 3, 3, 0.55); font-family: 'SourceSansPro-Bold', Georgia, times, serif; font-size: 24px; }

form{
	background: url('../img/form-bg.png')  0 0 repeat-x;
	padding-top: 10px;
}

.normal-link{font-family: 'Source Sans Pro', Georgia, times, serif; font-weight: 700; font-size: 14px; color: #ffffff;}



/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
        
    .reveal-modal-bg { 
        position: fixed; 
        height: 100%;
        width: 100%;
        background: #000;
        background: rgba(0,0,0,.8);
        z-index: 100;
        display: none;
        top: 0;
        left: 0; 
        }
    
    .reveal-modal {
        visibility: hidden;
        top: 100px; 
        left: 45%;
        margin-left: -20%;
        width: 641px;
        background: #fff no-repeat -200px -80px;
        position: absolute;
        z-index: 101;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -box-shadow: 0 0 10px rgba(0,0,0,.4);
        }
        
    .reveal-modal.small         { width: 200px; margin-left: -140px;}
    .reveal-modal.medium        { width: 400px; margin-left: -240px;}
    .reveal-modal.large         { width: 600px; margin-left: -340px;}
    .reveal-modal.xlarge        { width: 800px; margin-left: -440px;}
    
    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: -15px;
        right: -15px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
        } 

/* help popup */


.popover {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: -65px;
    padding: 1px;
    position: absolute;
    top: 21px;
    width: 250px;
    z-index: 1010;
}
.popover.top {
    margin-bottom: 10px;
}
.popover a {
    background: none repeat scroll 0 0 transparent !important;
    color: #0252AA !important;
    font-family: 'Segoe-UI',arial,sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-right: 10px;
}
.popover-title {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
    font-family: 'Segoe-UI',arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 9px 14px;
}
.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0;
}
.popover .arrow, .popover .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover .arrow:after {
    content: "";
    z-index: -1;
}
.popover.top .arrow {
    border-top-color: #FFFFFF;
    border-width: 10px 10px 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.popover.top .arrow:after {
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 0;
    bottom: -1px;
    left: -11px;
}
.popover.right .arrow {
    border-right-color: #FFFFFF;
    border-width: 10px 10px 10px 0;
    left: -10px;
    margin-top: -10px;
    top: 50%;
}
.popover.right .arrow:after {
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 11px 0;
    bottom: -11px;
    left: -1px;
}
.popover.bottom .arrow {
    border-bottom-color: #FFFFFF;
    border-width: 0 10px 10px;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}
.popover.bottom .arrow:after {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 11px 11px;
    left: -11px;
    top: -1px;
}
.popover.left .arrow {
    border-left-color: #FFFFFF;
    border-width: 10px 0 10px 10px;
    margin-top: -10px;
    right: -10px;
    top: 50%;
}
.popover.left .arrow:after {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 0 11px 11px;
    bottom: -11px;
    right: -1px;
}

/* end help popup */



/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1020px){
		.row #firstname{width: 80%;}
		.row #email{width: 80%;}
		.popup #pop-head h1{width: 80%;}
		.reveal-modal {
        visibility: hidden;
        top: 200px; 
        left: 45%;
        margin-left: -35%;
        width: 80%;
    }
}

@media only screen and (max-width: 820px) {
	.main, footer.wrapper{width: 95%;  margin:20px auto;}
	.ribbon{margin-left: -7px;margin-top: -8px;}
	.optin-holder{width: 100%;}
	.video-holder, .video-holder img{width: 100%; height: auto;}
	
}

@media only screen and (max-width: 680px) {
	.btn-holder{width: 100%;background-size: 100% auto;}
	.btn{width: 95%; font-size: 22px; line-height: 26px;}
	.pop-pri p{line-height: 17px;}
}

@media only screen and (max-width: 580px) {
	.btn-holder{padding-top: 2%;}

}


@media only screen and (max-width: 482px) {
	.btn-pop{width: 80%;}
}

@media only screen and (max-width: 460px) {
	.btn{width: 95%; font-size: 20px; line-height: 24px;}
}

@media only screen and (max-width: 372px) {
	.btn{width: 95%; font-size: 18px; line-height: 24px;}
	.btn-pop{font-size: 16px;}
	.reg-link{margin-top: -20px;}
}
@media only screen and (max-width: 343px) {
	.vid-img{width: 95%; height: auto;}
}
@media only screen and (max-width: 290px) {
	.btn{width: 95%; font-size: 14px; line-height: 18px; font-weight: 400;}
	.reg-link{margin-top: -60px;}
	.reg-link a{font-size: 14px; }
	.optin-holder p{font-size: 14px; }
	.m-container h1{font-size: 24px;margin-top: 80px;}
}
@media only screen and (max-width: 252px) {
	.btn{font-size: 12px; line-height: 16px;}
	p.reg-link{margin-top: -60px;}
	
}
@media only screen and (max-width: 192px) {
	p.reg-link{margin-top: -40px;}
	
}

