/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

body {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/loa_live/MM_150717_Bg.jpg);
    background-repeat: repeat;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

::-webkit-input-placeholder {
    color: #C3C3C3;
}

::-moz-placeholder {
    color: #C3C3C3;
}

::-moz-placeholder {
    color: #C3C3C3;
}

::-ms-input-placeholder {
    color: #C3C3C3;
}


/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
	width: 100%;
	margin: 0 auto;
    background-color: white;
    padding-bottom: 25px;
}

.get_started {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.start {
    margin-top: 50px;
    margin-left: 25%;
}

.video_box {
	width: 800px;
	height: 450px;
	background-color: #000;
    margin-top: 20px;
}

p {
    font-size: 15px;
}

.content_container {
    width: 800px;
    border: 6px gray solid;
    border-radius: 10px;
    margin: 0 auto;
    overflow: auto;
    background-color: white;
}

.left_box {
	width: 390px;
	float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.right_box {
    width: 390px;
    float: left;
    margin-top: 15px;
}

.right_box img {
    margin-left: 20px;
}

.yes {
    font-size: 24px;
    font-weight: bold;
}

.green_box_red_border {
    background: #e4f8e0;
    padding: 13px 20px;
    width: 347px; 
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 3px dashed rgb(255, 0, 0);
    font-family: Arial,helvetica,sans-serif;
    font-size: 10pt;
}

.text1 {
    position: relative;
    float: left;
    color: black;
    font-size: 24pt;
    margin-right: 5px;
    margin-bottom: 0px; 
    padding-top: 12px;
    font-weight: bold;
}

.text2 { 
    position: relative;
    line-height: 22px;
    font-size: 17px;
    margin-top: 6px;
}

.text3 { 
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
}

.text4 { 
    font-style: italic;
    font-weight: bold;
    margin: 0px;
    font-size: 15px;    
}

.text5 {
    position: relative;
    float: left;
    width: 280px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.text6 {
    position: relative;
    float: left;
    display: inline-block;
}

.radio_select {
    position: relative;
    float: left;
    margin-left: 0px;
    margin-right: 8px;
}

.makePretty {
    background: none repeat scroll 0% 0% #EDEE9D;
}

.text7 {
    position: relative;
    float: left;
    width: 210px;
    text-align: left;
    margin: 0;
}

.text8 {
    position: relative;
    float: right;
    width: 60px;
    text-align: left;
    margin-left: 30px;
    margin-top: 5px;
    font-weight: bold;
}

.text9 {
    color: red;
    font-weight: bold;
}

.text13 {
    position: relative;
    float: left;
    width: 260px;
    font-size: 12px;    
}

.text14 {
    position: relative;
    float: left;
    font-size: 12px;        
}

.lower_line {
    width: 340px;
    margin: 0px;
}

.text15 {
    position: relative;
    float: left;
    width: 240px;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
}

.text16 { 
    margin-left: 20px;  
    font-weight: bold;  
    font-size: 14px;
}   

.generic_atc {
    font:bold 23px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor:pointer;
    width:100%;
    width: 260px;
    color: #ffffff;
    font-size: 23px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 18px;
    margin-bottom: 25px;
    text-decoration: none;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 2px 2px #3C5845;
    border: solid #1e451b 2px;
    background: #65D16F;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#65D16F), to(#338B44));
    background: -moz-linear-gradient(top, #65D16F, #338B44);
    text-align: center;
}

.guarantee {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/buttons/60_day_money_back_guarantee.png);
    width:233px;
    height:233px;
    margin: 0 auto;
}

ul.checklist {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

ul.checklist li {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/usm/USM_130815_check.png);
    background-repeat: no-repeat;
    padding: 0px 30px 15px;
    text-align: left;
    font-size:15px;
}

.footer {
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 25px;
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
	width: 671px;
    color: white;
}

.footer a {
	color: white;
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: white;
	font-family: 'Myriad Pro Regular', Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.logoimg {
    margin-top: 10px;
    margin-bottom: 5px;
}

.offerimg {
    margin-top: 75px;
}

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

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}

ul.countdown {
  list-style: none;
  margin-top: 35px;
  margin-bottom: -25px;
  padding: 0;
  display: block;
  text-align: center;
}
ul.countdown li {
  display: inline-block;
}
ul.countdown li span {
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
  background-color: #232323;
  padding: 15px;
  border-radius: 10px;
}
ul.countdown li.seperator {
 /* font-size: 40px;*/
  /*line-height: 70px;*/
  vertical-align: top;
  visibility: hidden;
}
ul.countdown li p {
  margin-top: 20px;
  color: #232323;
  font-size: 11px;
  text-transform: uppercase;
}