/*! 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: #444;
}
html {
    font-size: 1.14em;
    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: #f7f7f7;
   }    
   .gradient {
        display: block;
        background: #489ae3; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' 
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OWFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzQ4OWFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzFiNjVhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjY1YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
        background: -moz-linear-gradient(top, #489ae3 0%, #489ae3 88.3%, #ffffff 88.3%, #ffffff 88.55%, #1b65a4 88.55%, #1b65a4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#489ae3), color-stop(88.3%,#489ae3), color-stop(88.3%,#ffffff), color-stop(88.55%,#ffffff), color-stop(88.55%,#1b65a4), color-stop(100%,#1b65a4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #489ae3 0%,#489ae3 88.3%,#ffffff 88.3%,#ffffff 88.7%,#1b65a4 88.7%,#1b65a4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #489ae3 0%,#489ae3 88.3%,#ffffff 88.3%,#ffffff 88.7%,#1b65a4 88.7%,#1b65a4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #489ae3 0%,#489ae3 88.3%,#ffffff 88.3%,#ffffff 88.7%,#1b65a4 88.7%,#1b65a4 100%); /* IE10+ */
        background: linear-gradient(to bottom, #489ae3 0%,#489ae3 88.3%,#ffffff 88.3%,#ffffff 88.7%,#1b65a4 88.7%,#1b65a4 100%); /* W3C */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489ae3', endColorstr='#1b65a4',GradientType=0 ); IE6-8 */    
/*        height: 420px;
        min-height: 420px;*/
        height: auto;
        height: 358px;
        min-height: 358px;
        padding: 0 0 48px 0;
        width: auto;
    } 
   .contentapp {    
        font-family: 'Helvetica', Arial, sans-serif;
        border: none;
        margin: 0 8px;
        padding: 0;
        width: 96%;
        max-width: 96%;
    }
.heroapp div {
        display: none;
        visibility: hidden;
        width: 0%;
    }
    h1.apps, h2.appsare, h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        color: #fff;        
        font-size: 20px;
        font-weight: 300;
        padding-top: 12px;
        margin: 0;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    }
    h2.appsare {
        color: #001116;
        margin: 4px 0;
        padding-top: 0;
        text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.15);
    }  
    p {
        color: #1b65a4;        
        font-size: 16px;
        font-weight: 300;
        margin: 8px 0;
    }
    .cta p {
        color: #001116;

    }
    .cta span {
        margin: 0 10px 0 0;
        width: 100%;
        display: table;
    }
    .cta span img {
        margin: -6px 3% 0% 0%;
        display: inline-block;
        vertical-align: middle;
    }
    button {
        background: #97c44d;
        background: -moz-linear-gradient(top, #97c44d 0%, #97c44d 88%, #489ae3 88%, #489ae3 90%, #e7bf3b 90%, #e7bf3b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c44d), color-stop(88%,#97c44d), color-stop(88%,#489ae3), color-stop(88%,#489ae3), color-stop(90%,#e7bf3b), color-stop(100%,#e7bf3b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #97c44d 0%,#97c44d 88%,#489ae3 88%,#489ae3 90%,#e7bf3b 90%,#e7bf3b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #97c44d 0%,#97c44d 88%,#489ae3 88%,#489ae3 90%,#e7bf3b 90%,#e7bf3b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #97c44d 0%,#97c44d 88%,#489ae3 88%,#489ae3 90%,#e7bf3b 90%,#e7bf3b 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #97c44d 0%,#97c44d 88%,#489ae3 88%,#489ae3 90%,#e7bf3b 90%,#e7bf3b 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c44d', endColorstr='#e7bf3b',GradientType=0 ); 
        border: none;
        color: #fff;
        font-size: 18px;        
        font-weight: 300;
        display: inline-block;
        min-height: 58px;
        margin: 20px 0;    
        width: 78%;
        text-shadow: 1px 1px 0px rgba(113,142,57, .5);
        -webkit-appearance: none;    
    }
    button a, button a:hover, button a:active, button a:visited {
        color: #fff;
        text-decoration: none;
        border-bottom: none;
    }    
    button a:hover {
        color: #2e4802;
    }      
    ol.bigablu, ul.ticks {
        counter-reset:li;
        margin-left: 3%;    
        width: auto;
        padding-left:0;
    } 
    ul.ticks li, ol.bigablu li {
        background: url("../images/site_graphics/newsite/img-bullet-tick.png") no-repeat scroll 0 6px transparent;
        font-size: 18px;
        font-weight: 300;
        list-style: none outside none;
        padding: 7px 18px 16px 38px;
        margin-bottom: 12px;
    }    
    ol.bigablu li {
        padding: 7px 10px 16px 0px;
        line-height: 25px;
    } 
    ol.bigablu > li {
        list-style:none;
        background-image: none;
        color: #1b65a3;
/*        line-height: 2;*/
    }
    ol.bigablu > li:before {
        background: #489ae3;
        border-radius: 999px;       
        color: #fff;
        content:counter(li);
        counter-increment:li;
        display: block;    
        float: left;       
        font-weight:normal;
        font-family: 'Georgia', serif;     
        height: 16px;
        line-height: 11px;
        padding: 8px;
        margin-right: 14px;          
        text-align: center;  
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;  
        width: 16px;
    }
    .blued {  
        background: #1B65A3;
        border-radius: 2px;
        color: #FFF;
        float: left;
        font-size: 16px;
        font-weight: 300;
        margin: 18px 1.5% 24px 0;
        padding: 24px 16px 32px;
        /*padding: 32px 32px 44px;*/
        text-shadow: 2px 2px 1px rgba(27, 101, 104, 0.15);
    }
    h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        color: #1B65A4;
        font-size: 18px;
        margin: 18px 0px 8px 0px;
        padding: 1px 2px 3px 0;
        text-align: left;
        text-shadow: none;
    }   
    .iconocalutferato {
        text-align: center;
        width: 100%;
    }
    .oooyeeeaaababy  {
        margin: 24px auto 32px auto; 
    }
    .alltheprovidersyoucanshakeastickat {
        display: none;
    }
@media screen and (min-width: 568px) {
    h1.apps, h2.appsare, h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        font-size: 24px;
    }
    button {
        font-size: 22px;
        width: 86%;
    }
    p {
        font-size: 18px;
    }
    ol.bigablu, ul.ticks {
        float: left;
        margin-left: 4%;
        width: 44%;
    }
    ol.bigablu li, ul.ticks li {
        padding-bottom: 25px
    }
    .blued {
        width: 34%;
        margin: 16px 1.5% 24px 6%;

    }
}
@media screen and (min-width: 640px) {      
    button {
        width: 78%;
    }
.heroapp div {
        display: inline-block;
        float: left;
        margin-right: 3%;
        visibility: visible;
        width: 40%;
    }
    .heroapp div img {
        max-width: 100%;
    }
    .cta {
        float: right;
        display: inline-block;
        position: relative;
        width: 57%;
    }
    h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook, .subhead {
        text-align: center;
    }
        .subhead {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 800px) {  
     h1.apps, h2.appsare, h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        font-size: 32px;
    }   
    h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        font-size: 26px;
    }   
    .hearoapp {
        width: 36%;
    }
    .gradient {
        height: 420px;
        margin-bottom: 82px;
        padding: 0;
    }
    .contentapp {
        margin: auto;
    }
    button {
        width: 74%;
    }
    .cta span img {
        margin: 0 5.5% 0 2%;
    }
    .blued {
        margin: 16px 1.5% 24px 0;
         padding: 24px 26px 62px;
    }
    .subhead {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 960px) {  
    .gradient {
        height: 516px;
        margin-bottom: 52px;
    }
    .contentapp {
        width: 960px;
    }
    h1.apps {
        font-size: 40px;
    }
    h2.appsare {
        font-size: 32px;
        margin-bottom: 18px;
    }
    h3.appsarelovely, h4.appsarelovelysoareyouifyoudownloadandbook {
        font-size: 30px;
        margin: 48px 0;
    }
    h3.appsarelovely {
        margin-bottom: 6px;
    }
    .subhead {
        font-size: 22px;
        margin-bottom: 48px;
    }
    .cta p {
        color: #001116;
        margin: 48px 0 12px 1.33%;
    }
    ul.ticks { 
        margin: 32px;
    }
    ol.bigablu {
        margin: 16px 7% 0 11.5%;
        width: 36%;
    }
        .blued {
         padding: 24px 26px 48px;
    }
}

/* ==========================================================================
   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 */
    background: red;
}
.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;
    }
}