/*! 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;
}

/*
 * 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;
}

/*
 * 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
   ========================================================================== */


body
{
    background: #F1F1F1 url(../img/bg.png) center top no-repeat;
    text-align: center;
}


header 
{
    height: 130px;
    margin: 0 auto 0 auto;
    width: 998px;
}


header #mainLogo
{
    border: 0;
    float: left;
    margin: 22px 0 0 21px;
}

header #fellow
{
    position: relative;
    margin: 7px 0 0;
}

header #landing-fellow
{
    width: 528px;
    height: 360px;
    background: url(../img/front/landing-fellow.png) left 16px no-repeat;
    position: relative;
    margin: 0 0 0 450px;
    clear: left;

}
header #big-landing-fellow
{
    width: 1000px;
    height: 500px;
    background: url(../img/big-landing-fellow.png) left 16px no-repeat;
    position: relative;
    margin: 0 0 0 0px;
    clear: left;
    display: block;

}


.speechText
{
    text-align: center;
    margin: 0 auto 10px auto;
    font-size: 23px;
    color: #828282;
}

*::-ms-backdrop, header #landing-fellow { background: url(../img/front/landing-fellow.png) left 3px no-repeat; } /* IE11 */
*::-ms-backdrop, header #big-landing-fellow { background: url(../img/front/big-landing-fellow.png) left 3px no-repeat; } /* IE11 */
*::-ms-backdrop, .speechText { margin: 0 auto 0 auto; } /* IE11 */

header #landing-fellow p, header #big-landing-fellow p
{
    padding: 0;
    width: 241px;
    height: 171px;
    display: block;
    color: #57513F;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 20px;
}

#landing-fellow input[type=text], #big-landing-fellow input[type=text]
{
    margin: 0;
    padding: 0;
    width: 195px;
    height: 48px;
    border: 4px solid #1E6692;
    border-radius: 8px;
    font-size: 35px;
    font-weight: 800;
    color: #006692;
    font-family: "proxima-nova", Tahoma, sans-serif;
    background: url(/img/zip_bg.png) top left repeat-x;
}

#landing-fellow input[type=text]:focus, #big-landing-fellow input[type=text]:focus
{
    outline: 0;
}

#tagline 
{
    float: right;
    margin: 40px 50px 0 0;

}

#tagline h1
{
    color: #6A747D;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

#tagline h2
{
    color: #0092C5;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 15px;
    margin: -5px 0 0;
    padding: 0;
    font-weight: 300;
}

nav 
{
    height: 52px;
    margin: 0 auto 0 auto;
    width: 998px;
    -moz-box-shadow:inset 0px 1px 0px 0px #0089bf;
    -webkit-box-shadow:inset 0px 1px 0px 0px #0089bf;
    box-shadow:inset 0px 1px 0px 0px #0089bf;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006f9b), color-stop(1, #00587d) );
    background:-moz-linear-gradient( center top, #006f9b 5%, #00587d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006f9b', endColorstr='#00587d');
    background-color:#006f9b;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #066c91;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    line-height:50px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #005a81;
}

nav a{color: #8CBCCE; text-decoration: none;}
nav a:hover{color: #FFF;}

nav ul 
{
    margin: 0;
    padding: 0;
    background: #000;
}

nav li 
{
    display: inline;
    height: 52px;
    float: left;
    padding: 0 24px;
    margin: 0;
    background: url(../img/front/nav_bg.png) right top no-repeat;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    z-index: 10000;
}

nav .btnHome img 
{
    float: left;
    margin: 16px 0 0;
}

nav .btnContact
{
    float: right;
    background: url(../img/front/nav_bg.png) left top no-repeat;
}

call, paneview
{
    width: 992px;
    height: 136px;
    border: 3px solid #FFF;
    display: block;
    margin: 0 auto 10px auto;
    background: url(../img/front/call_bg.jpg) top left repeat;


    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
}

call h1, paneview h1, paneview h2, call h2, #small-landing h1, #small-landing h2, #small-landing li
{
    font-family: "proxima-nova", Tahoma, sans-serif;
    color: #FFF;
    font-weight: 800;
    font-size: 35px;
    float: left;
    margin: 30px 0 0 50px;
    padding: 0;
    text-shadow: 1px 1px 0px #007EAD;
}

call h2, paneview h2, #small-landing h2, #small-landing li
{
    font-size: 20px;
    font-weight: 500;
    margin: -5px 0 0 50px;
    color: #BFE3F1;
    clear: left;
}

#small-landing li
{
    color: #FFF;
}

paneview 
{
    min-height: 350px;
}

#pane-fellow 
{
    float: right;
    margin: 28px 40px 0 0;
}

#small-landing h1
{
    font-size: 28px;
}

#small-landing ul
{
    margin: 0 0 0 0;
    padding: 20px 0 0;
    list-style: none;
    line-height: 30px;
    list-style-image: url(../img/bullet.png);
}

#small-landing 
{
    width: 992px;
    height: 269px;
    border: 3px solid #FFF;
    display: block;
    margin: 0 auto 10px auto;
    background: url(../img/front/call_bg.jpg) top left repeat;


    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
}

#small-landing select, paneview select
{
    border: 3px solid #FFF !important;  /*Removes border*/
        -webkit-appearance: none;  /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: url(../img/front/lp-select.png) top left no-repeat;
        height: 69px;
        width: 374px;
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        color: #333;
        border-radius: 8px;
        padding: 16px 69px 16px 18px;
        margin: 15px 0 0 35px;
        outline: none;
        clear: left;
        float: left;
        font-size: 26px;
        font-family: "proxima-nova", Tahoma, sans-serif;

}

paneview select
{
    margin: 20px 0 0 50px;
}

content 
{
    width: 998px;
    margin: 0 auto 0 auto;
    padding: 32px 0;
    background: #FFF;
    overflow: auto;
    display: block;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
}

content.newbg
{
    background: #FFF url(/img/content_bg.png) top left repeat-y;
}

content.leave-behind
{
    background: #FFF url(/img/content_behind_guy.png) top left no-repeat;
}

content.zip-form
{
    background: #FFF url(/img/new_zip_bg.png) top left repeat-x;
}

ul.vertContain 
{
    margin: 0 auto 0 auto;
    padding: 0;
    background: #333;
    width: 932px;
}

li.vertical 
{
    width: 300px;
    height: 400px;
    display: block;
    float: left;
    border-right: 1px solid #C8C8C8;
}

li.vertical h1 
{
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
}

li p 
{
    width: 240px;
    margin: 20px auto 0 auto;
    text-align: left;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #979797;
}

li.vertical h2 
{
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

li.vertical h3 
{
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 20px 0 2px 0;
    color: #848484;
}

li.rightVert 
{
    border: none;
}

#breaker 
{
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0 auto 0 auto;
}

#difference 
{
    width: 998px;
    height: 90px;
    margin: 20px auto 0 auto;
    display: block;
    background: #E1E1E1;

    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
}

#difference img 
{
    margin: 15px auto 0 auto;
}

footer 
{
    margin: 25px auto 0 auto;
    width: 998px;
    height: 156px;
}


footer ul 
{
    margin: 20px -50px 0 40px;
    padding: 0;
    float: left;
    text-align: left;
}

footer ul li 
{
    list-style: none;
    color: #747474;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 100px 3px 0;
    padding: 0;
}

footer .phone
{
    margin: 20px 0 0 90px !important;
    padding: 0;
    text-align: right;
}

footer .phone li 
{
    margin: 0 0 8px 0;
}

footer span 
{
    margin: 0 0 0 5px;
    padding: 0;
    font-weight: 300;
}

footer a {color: #A4A4A4; font-size: 13px; text-decoration: none; font-weight: 500;} 
footer a:hover {color: #000;}

#legal 
{
    margin: 0 auto 50px auto;
    width: 998px;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    text-align: left;
}

.btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
    box-shadow:inset 0px 1px 0px 0px #fceaca;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
    background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
    background-color:#ffce79;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:41px;
    line-height:41px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ce8e28;
    margin: 30px 0 0;
}
.btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
    background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
    background-color:#eeaf41;
}.btn:active {
    position:relative;
    top:1px;
}

.ccsubmit, .complete, .completePayday
{
    float: left;
    clear: left;
    background: url(../img/front/lp-select.png) top left no-repeat;
    color: #333;
    text-shadow: none;
    cursor: pointer;
    margin: 10px 0 0 323px;
}

.ccsubmit:hover, .complete:hover, .completePayday:hover
{
    background: none;
    background: url(../img/front/lp-select.png) top left no-repeat;
}
.ccsubmit:active
{
        top: 0px;
}

.complete, .completePayday
{
    width: 300px;
    font-size: 19px;
    margin: 25px 0 15px 45px;
    cursor: pointer;
}

.choice {
    -moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
    box-shadow:inset 0px 1px 0px 0px #fceaca;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
    background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
    background-color:#ffce79;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color: #23242D;
    font-family:Arial;
    font-size:30px;
    font-weight:bold;
    font-style:normal;
    height:75px;
    line-height:75px;
    width:150px;
    text-decoration:none;
    text-align:center;
    margin: 30px 0 0 65px;
    cursor: pointer;
    float: left;
    background: url(../img/paneview/choicebg.jpg) top left no-repeat;
}

paneview a {

    color: #FFF; 
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;

}


paneview ul 
{
    margin: 10px 0 0 65px;
    padding: 0;
    float: left;
    clear: left;
}

paneview li 
{
    margin: 0 0 5px 0;
    float: left;
    clear: left;

    color: #FFF;
}

div#successbubble 
{
    margin: 29px 0 0 34px;
    width: 556px;
    height: 306px;
    background: #FFF;
    border-radius: 10px;
}

#successbubble h1 
{
    color: #000;
    text-shadow: none;
}

#successbubble h2
{
    color: #6F6F6F;
    text-shadow: none;
}

#successbubble ul 
{
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 47px;
}

#successbubble li 
{
    background: url(../img/paneview/bullet.png) no-repeat left top;
    height: 25px;
    padding-left: 44px;
    color: #000;
}


.stretch {
    height: 430px;
}

#successbubble a {
    color: #6F6F6F;
    text-shadow: none;
    font-size: 30px;
    float: left;
    clear: left;
    color: #005D80;
    margin: 20px 0 0 47px;

}

.successclear 
{
    clear: none;
    float: left;
    clear: none;
    margin: 14px 0 0 10px;
    padding: 0;
    width: 224px;
    height: 31px;
    font-size: 14px;
    line-height: 31px;
}

.successcall 
{
    margin: 15px 0 0 80px;
    float: left;

}

#success-fellow 
{
    float: right;
    margin: 17px 20px 0 0;
}

.formValue
{
    clear: left;
    float: left;
    margin: 15px 0 10px 47px;
}

.formValue label 
{
    float: left;
    font-size: 16px;
    color: #FFF;
    margin: 0 0 5px 0;
    font-family: "proxima-nova", Tahoma, sans-serif;
}

.formValue input[type="text"], .formValue input[type="email"], select
{
    border-radius: 5px;
    border: 2px solid #005B7F;
    height: 30px;
    padding-left: 10px;
}

select {

    width: 200px;
    text-align: center;
    background: #FFF url(/img/zip_bg.png) top left repeat-x;
}

select option {
    text-align: center;
}

.clearLeft
{
    clear: left;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 47px;
}

.stack 
{
    clear: none;
}

.ghostSubmit 
{
    display: none;
}

content h2
{
    text-align: left;
    margin: 0 47px;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 25px;
    color: #333;
}

content h4
{
    text-align: left;
    margin: 0 47px;
    font-family: "proxima-nova", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

#land-phone
{
    margin: 20px auto 0 auto;
    padding: 22px 0;
    text-align: center;
    width: 998px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

#land-phone li
{
    font-size: 37px;
    font-family: "proxima-nova", Tahoma, sans-serif;
    color: #000;
    margin: 0 auto 0 auto;
    width: 800px;
    background: url(/img/bullet-phone.png) 5px 5px no-repeat;
    padding: 0 0 0 10px;
    font-weight: 200;
}

#land-phone span
{
    color: #006396;
}

#land-nav
{
    border-bottom: 1px solid #E1E1E1;
    margin: 0 auto 5px auto;
    width: 998px;
    height: 38px;
    text-align: center;
    padding: 12px 0 0;
}

#land-nav li
{
    display: inline;
    margin: 0 40px 0 0;
}

#land-nav a{font-size: 15px; color: #669BBA; text-decoration: none;}
#land-nav a:hover{color: #006493; border-bottom: 2px solid #006493;}


/*
background: #FAC262
  background-image: -webkit-linear-gradient(top, #FAC262, #E17600);
    background-image: -moz-linear-gradient(top, #FAC262, #E17600);
    background-image: -ms-linear-gradient(top, #FAC262, #E17600);
    background-image: -o-linear-gradient(top, #FAC262, #E17600);
    background-image: linear-gradient(to bottom, #FAC262, #E17600);

*/



.SMQbtn {
    background: #F50309;
  -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 26px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    border: 0;
    margin: 18px 0 0;
}


.SMQbtn:hover {
    background: #F50309;
/*
    background-image: -webkit-linear-gradient(top, #E17600, #FAC262);
    background-image: -moz-linear-gradient(top, #E17600, #FAC262);
    background-image: -ms-linear-gradient(top, #E17600, #FAC262);
    background-image: -o-linear-gradient(top, #E17600, #FAC262);
    background-image: linear-gradient(to bottom, #E17600, #FAC262);
    text-decoration: none;
*/
}


.SMQbtn:focus {
    outline: 0;
}

.SMQbtn:active {
    border: 0;
}

#progress
{
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(/img/progress-bg.png) top left repeat-y;
    width: 193px;
}

#progress li
{
    margin: 0 0 15px 25px;
    color: #FFF;
    padding: 0 0 0 35px;
    list-style: none;
}

#progress li.inactive
{
    background: url(/img/bullet-blue.png) 0 1px no-repeat;
}

#progress li.active
{
    background: url(/img/bullet-green.png) 0 1px no-repeat;
}

#calc
{
	margin: -35px 0 0;
	padding: 0;
	width: 225px;
    display: none;
}


#calc ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#calc li 
{
	margin: 0;
	padding: 0;
	height: 122px;
	width: 193px; 
	border-top: 1px solid #27A5D4;
	border-bottom: 1px solid #008CC4;
	background: url(/img/calc-field-bg.png) top left repeat-x;
}

#calc li img
{
    margin: -84px 0 0 -117px;
    position: absolute;
    visibility: hidden;
}

#calc li.topLevel img
{
    margin: 52px 0 0 -120px;
    visibility: visible;
}

#calc ul li.topLevel
{
	margin: 0;
	padding: 0;
	height: 102px;
	width: 193px;
	border-bottom: 1px solid #0077C5;
	background: none;
}

#calc ul li p 
{
	margin: 10px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	width: 193px;
	font-family: "proxima-nova", Tahoma, sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px #0078A7;
}

#calc ul li input 
{
	width: 132px;
	height: 32px;
	border: 1px solid #0090C9;
	border-radius: 6px;
	background: url(/img/calc_input_bg.png) top left no-repeat;
	padding: 0 0 0 30px;
	font-size: 17px;
	font-weight: 700;
	font-family: "proxima-nova", Tahoma, sans-serif;
	color: #555;
}

#calc ul li p.calcGreen 
{
	margin: 0;
	color: #B1E29A;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#calc ul li p.savingsText 
{
	margin: 5px 0 0;
	text-align: center;
}

#tagline2
{
    position: absolute;
    margin: 0 0 0 250px;
    width: 709px;
    height: 235px;
    background: url(/img/guy_offers.png) top left no-repeat;
    display: none;

}

#tagline2 p
{
	margin: 30px 0 0 18px;
	width: 568px;
	height: 79px;
	float: left;
	text-align: left;
	font-family: "proxima-nova", Tahoma, sans-serif;
	color: #00729F;
	line-height: 25px;
}
/* ==========================================================================
   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;
}

/*
 * 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;
    }
}

body{
    background: #F1F1F1;
}

