/*
 * 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 {
    color: #222;
    font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration:none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

.container {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    width:1200px;
}

#desktop {
     display:block;
     text-align:center;
     padding-top:20px;
     width:1000px;
 }

#collapse {
    display:block;
    margin:0 auto;
    text-align:center;
    padding-top:20px;
    width:1000px;
}

#mobile {
    display:none;
    margin:0 auto;
    text-align:center;
}

.textHeader {
    font-size:18px;
    line-height:26px;
    font-weight:600;
    margin-bottom:20px;
}

.topLogin {
    float:right;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:15px;
    font-size:16px;
    font-weight:400;
}

.topDesk {
    margin:0 auto;
    text-align:center;
}

.topDeskLeft {
    width:650px;
    float:left;
    text-align:center;
}

.topDeskRight {
    width:350px;
    float:left;
    text-align:center;
}

.reportsIndent {
    margin-top:20px;
    margin-left:60px;
}

.productHeader {
    font-size:26px;
    font-weight:600;
}

.productHeaderGrid {
    font-size:24px;
    line-height:26px;
    margin-left:10px;
    font-weight:600;
    text-align:center;
}

.greenHeader {
    font-size:18px;
    font-weight:600;
    margin-top:10px;
}

.productText {
    font-size:28px;
    font-weight:400;
}

.topHeaderText {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:36px;
    line-height:44px;
    font-weight:300;
    margin-top:-20px;
}

.topHeaderTextBold {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    font-size:40px;
    line-height:48px;
    font-weight:700;
    font-style: italic;
    margin-top:-20px;
}


.topDeskArrow {
   Margin-top:-220px;
    margin-left:290px;
}

.middleDesk {
    width:1000px;
    margin-top:20px;
}

.middleText {
    font-size:26px;
    line-height:33px;
    font-weight:600;
}

.middleDeskBullets {
    width:1000px;
    margin-top:40px;
    margin-bottom:40px;
    margin-left:40px;
}

.middleDeskContainer {
    width:300px;
    margin-right:10px;
    margin-left:10px;
    font-size:20px;
    float:left;
    text-align:center;
    font-weight:300;
}

.clear {
    clear:both;
}

.hide {
    visibility:hidden;
}

.boldText {
    font-weight:700;
}

.adjustRight {
    margin-left:25px;
}

.inline-photo{
    display:inline;
}

.topGrid {
    width:95%;
    text-align:right;
}

.vertical_dotted_line {
    border-left: 2px dotted black;
    height:150px;
    display:inline-block;
}

.dottedHeader {
    border-left: 2px dotted #A9A9A9;
    height:102px;
    width:2px;
    display:inline-block;
    float:left
}

.dottedTop {
    border-left: 2px dotted #A9A9A9;
    height:98px;
    width:2px;
    display:inline-block;
    float:left
}

.dottedOne {
    border-left: 2px dotted #A9A9A9;
    height:46px;
    width:2px;
    display:inline-block;
    float:left
}

.dottedTwo {
    border-left: 2px dotted #A9A9A9;
    height:40px;
    width:2px;
    display:inline-block;
    float:left
}

.dottedThree {
    border-left: 2px dotted #A9A9A9;
    height:58px;
    width:2px;
    display:inline-block;
    float:left
}

.dottedBottom {
    border-left: 2px dotted #A9A9A9;
    height:150px;
    width:2px;
    display:inline-block;
    float:left
}

.popup {

    margin-top:2px;
    margin-right:90px;
    font-size:16px;
    cursor:pointer;
    float:right;
}

.question {
    float:right;
    margin-right:-12px;
    font-size:12px;
    line-height:28px;
    cursor:pointer;
}

#centerPopup {
    width:1000px;
    margin: 0 auto;
    text-align:center;
    top:100px;
    z-index:99999;
    position:fixed;
    cursor:pointer;
}

#overlay {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    z-index:99998;
    position:fixed;
    display: none;
    cursor:pointer;
}

.textGrid {
    width:100%;
}

.textUpgrade {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:48px;
    font-weight:700;
    font-style:italic;
    margin-top:-60px;
}

.textCompare {
    font-size:28px;
    font-weight:600;
}

.gridText {
    float:left;
    width:340px;
    text-align:left;
    margin-left:80px;
    display: table-cell;
    font-size:16px;
    padding-top:9px;
    padding-bottom:9px;
    vertical-align: bottom;
}

.gridTextBold {
    float:left;
    width:360px;
    text-align:left;
    margin-left:60px;
    display: table-cell;
    font-size:16px;
    line-height:20px;
    padding-top:9px;
    padding-bottom:9px;
    vertical-align: bottom;
    font-weight:700;
}

.gridCheckOne {
    float:left;
    width:236px;
    margin-left:50px;
    padding-top:9px;
    display: table-cell;
    vertical-align: bottom;

}

.gridCheckBasic {
    float:left;
    width:148px;
    padding-top:9px;
    display: table-cell;
    vertical-align: middle;

}

.gridCheckPro {
    float:left;
    width:148px;
    display: table-cell;
    padding-top:9px;
    vertical-align: middle;

}

.gridCheckReports {
    float:left;
    width:148px;
    display: table-cell;
    padding-top:9px;
    vertical-align: middle;

}

.gridCheckFree {
    float:left;
    width:78px;
    display: table-cell;
    padding-top:9px;
    vertical-align: middle;
}

.gridCheckTwo {
    float:left;
    padding-top:9px;
    margin-left:114px;
}

.gridCheckThree {
    float:left;
}

.gridBottom {
    border-left: 2px dotted #A9A9A9;
    float:right;
    margin-right:48px;
    width:244px;
    display: table-cell;
    vertical-align: bottom;
}

.subscribeTextBold {
    float:left;
    margin-left:40px;
    display: table-cell;
    vertical-align: bottom;
    font-weight:700;
}

.horizontalLine {
    width:90%;
    background:#A9A9A9;
    height:1px;
    text-align:center;
    margin:0 auto;
}

.verticalLine {
    width:1px;
    background:#000000;
    height:1730px;
    top:277px;
    left:740px;
    position:absolute;
}

.blueBox {
    height:107px;
    width:235px;
    background:#9EC9CF;
}

.btnGreen,
.btnGreen:focus,
.btnGreen:active {
    display: inline-block;
    line-height: 45px;
    background: #0aa245;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    width:230px !important;
}

.btnGreenPrice {
    display: inline-block;
    line-height: 45px;
    background: #0aa245;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    width:200px !important;
    margin-top:80px;
    margin-left:-250px;
    float:left;
}

.btnGreenBuy{
    display: inline-block;
    padding: 0 0;
    line-height: 20px;
    background: #0aa245;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    margin-top:10px;
    width:80px;
}

.btnGreenSubscribe{
    display: inline-block;
    padding: 0 0;
    line-height: 15px;
    background: #0aa245;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    margin-top:5px;
    margin-bottom:10px;
    padding-top:3px;
    padding-bottom:2px;
    width:100px;
}

.centerButton {
    width:100%;
    text-align:center;
}

.centerText {
    text-align:center;
}

.greenText {
     color: #0aa245;
 }

.redText {
    color: #ce1a34;
}

.redBox {
    background:#ce1a34;
    height:20px;
    width:150px;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    line-height:20px;
    margin-left:570px;
}

.linkText {
    text-decoration:underline;
    color:#0000EE;
    font-size:16px;
    line-height:10px;
    font-weight:600;
}

.linkTextSmall {
    text-decoration:underline;
    color:#0000EE;
    font-size:13px;
    line-height:1px;
    font-weight:600;
}

.linkTextMobile {
    text-decoration:underline;
    color:#0000EE;
    font-size:16px;
    line-height:17px;
    font-weight:600;
}

.linkTextBox {
    text-decoration:underline;
    color:#0000EE;
    font-size:20px;
    line-height:24px;
    font-weight:400;
}

.burst  {
    background-image: url("../img/Yellowburst.png");
    background-repeat:no-repeat;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:16px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    font-weight:700;
    height:72px;
    width:72px;
    margin-left:-70px;
    margin-top:-30px;
    float:left;
}

.wideGrid  {
    background-image: url("../img/wideGrid.png");
    background-repeat:no-repeat;
    margin-bottom:-60px;
    font-size:14px;
    line-height:16px;
    font-weight:600;
    height:164px;
    width:148px;
    float:left;
}

.narrowGrid  {
    background-image: url("../img/narrowGrid.png");
    background-repeat:no-repeat;
    margin-bottom:-60px;
    font-size:14px;
    line-height:16px;
    font-weight:600;
    height:140px;
    width:78px;
    float:left;
}

.priceContainer {
    margin-top:30px;
    margin-left:100px;
}

.priceBox {
    font-family: 'Titillium Web', Arial, sans-serif;
    font-weight:400;
    width:250px;
    height:100px;
    border-style: solid;
    border-width: 2px;
    border-color:#dfe9ee;
    border-radius: 12px;
    font-size:28px;
    line-height:96px;
    margin-right:20px;
    float:left;
}

.memberBoxContainer {
    margin-left:80px;
}

.memberBox {
    width:400px;
    height:180px;
    margin-top:20px;
    margin-right:30px;
    margin-bottom:20px;
    border-style: solid;
    border-width: 2px;
    border-color:#dfe9ee;
    border-radius: 12px;
    text-align:left;
    float:left;
}

.memberBoxExtended {
    height:300px;
}

.memberBoxHeader {
    font-family: 'Oswald', sans-serif;
    font-weight:500;
    font-size:22px;
    margin-left:10px;
    margin-bottom:-20px;
}

.memberBoxSubHeader {
    font-size:16px;
    font-weight:400;
    margin-left:10px;
}

.memberBoxText {
    font-size:18px;
    line-height:24px;
    font-weight:400;
    margin-left:10px;
    margin-top:10px;
}

.memberBoxLink {
    text-decoration:underline;
    color:#0000EE;
    font-size:18px;
    line-height:20px;
    font-weight:600;
    margin-left:10px;
    margin-top:15px;
}

.memberBoxULLink {
    text-decoration:underline;
    color:#0000EE;
    font-size:18px;
    line-height:20px;
    font-weight:600;
}

.proBox {
    width:600px;
    margin-left:200px;
    margin-top:20px;
    padding-bottom:10px;
    border-style: solid;
    border-width: 2px;
    border-color:#dfe9ee;
    border-radius: 12px;
    text-align:center;
}

.proBoxPlus {
    height:200px;
}

.proBoxHeader {
    font-size:28px;
    line-height:32px;
    font-weight:600;
    margin-top:10px;
    margin-bottom:10px;
}

.proBoxText {
    font-size:20px;
    line-height:24px;
    margin-left:2px;
    margin-right:2px;
    font-weight:400;
}

.proBoxBackground {
    width:100%;
    background:#dfe9ee;
    border-radius: 8px;
    line-Height:45px;
    margin-top:0;
}

.proBoxBackgroundBottom {
    width:100%;
    background:#dfe9ee;
    height:20px;
    margin-top:-20px;
}

.proBoxLogo {
    margin-top:-20px;
    height:40px;
}

.outerUL {
    list-style-image: url('../img/GreenCheckmark.png');
}

@media (max-width: 1200px) {

    .btnGreen {
        margin-bottom:10px;
    }

    .container {
        width: 100%;
    }
    #desktop {
        display: none;
    }
    #collapse {
        width:100%
    }
    #mobile {
        display: block;
    }

    #plus13 {
        padding-right:5px;
    }

    .memberBoxContainer {
        margin-left: 00px;
    }

    .memberBox {
        float:none;
        margin:0 auto;
        margin-bottom:20px;
    }

    .productHeader {
        font-size:28px;
        font-weight:600;
    }

    .productText {
        font-size:28px;
        font-weight:400;
    }

    img {
        max-width: 98%;
    }

    .topLogin {
        text-align:right;
    }

    .inline-photo {
        width:90%;
        text-align:center;
    }

    .gridBottom {
        width:100%;
        display: table-cell;
        vertical-align: bottom;
        border-left:0;
        margin-right:0;
    }

    .greyLine {
        width:100%;
        height:5px;
        background:#58585a;
    }

    .topDeskArrow {
        Margin-top:-50px;
        Margin-bottom:-30px;
        margin-left:300px;
    }

    .textUpgrade {
        font-size:24px;
        font-weight:600;
        margin-top:-20px;
    }

    .textCompare {
        font-size:18px;
    }

    .textHeader {
        font-size:18px;
        line-height:22px;
        font-weight:400;
        margin-left:10px;
        margin-right:10px;
    }

    .topFlex {
        border-top: 2px solid #cccccc;
        font-size:20px;
        line-height:50px;
        font-weight:600;
        text-align:left;
        width:100%;
    }

    .toggleFlex {
        font-size:18px;
        line-height:20px;
        font-weight:400;
        text-align:left;
        margin-right:10px;
        width:100%;
    }

    .redIndent {
        margin-left:15px;
    }

    .mobileLogin {
        width:100%;
        text-align:right;
        margin-right:10px;
        margin-bottom:5px;
    }

    .lightGreyLine {
        border-top: 2px solid #cccccc;
        width:100%;
    }
}

@media (max-width: 600px) {

    .memberBox {
        width:300px;
        height:200px;
    }

    .memberBoxExtended {
        height:420px;
    }
}















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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   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,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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