<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato|PT+Sans|Roboto');
/*
    usage
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Lato', sans-serif;

*/
:root {
    --default-body-font: 'PT Sans', sans-serif;
    /*--default-body-font: 'Lato', sans-serif;*/
    --default-heading-font: 'Lato', sans-serif;
}

body {
    background: #fff url('../images/landing/LandingBackground_compressed.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #444444;
    font-family: 'PT Sans', sans-serif; /*for ie*/
    font-family: var(--default-body-font);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="../images/landing/LandingBackground_compressed.jpg", sizingMethod="scale");
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/landing/LandingBackground_compressed.jpg', sizingMethod='scale')";
    font-weight: 500;
    font-size: 100%;
}

h3 {
    font-family: 'Lato', sans-serif;/*for ie */
    font-family: var(--default-heading-font)
}
html
{
    font-size: 100.01%;
}
body {
    font-size: 87.5%;
    font-size: 110.5%;
    /*font-weight:bolder;*/
}

 
a, a:hover
{
    text-decoration: none;
    color: White;
}


div.bubble {
    background-color: #444444;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url(css/PIE.htc);
    position: relative;
    /*    #252e3e 15, 18, 24  */
    /*background: rgba(33, 33, 33, 0.5);
    -pie-background: rgba(0, 0, 0, 0.3);*/
    background: rgba(53, 64, 82, .9);
    -pie-background: rgba(0, 0, 0, 0.3);
    behavior: url(css/PIE.htc);
    color: white;
}

div.bubblered
{
    background-color: #ee3a43;
}
div.bubbleblue
{
    background-color: #00529B;
}
div.paddit_top {
    padding-top: 3em;
    padding-bottom: 1em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}
div.paddit_already_signed_up_block
{
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 0em;
}
div.paddit_bottom
{
    padding-top: 3em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
div.paddit_mida
{
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}
div.paddit_midb
{
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}
div.paddit_midc
{
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 1em;
    padding-right: 1em;
}
div.padtop {
padding-top: 1em; 
}


div.center
{
    text-align: center;
}

div.redtriorow {
    font-weight: bold;
    font-size: 2em;
    font-family: 'Lato', sans-serif; /*for ie */
    font-family: var(--default-heading-font);
    min-height: 50px;
    width: 100%;
    padding-top: 5px;
}

div.bluebubblerow {
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Lato', sans-serif; /*for ie */
    font-family: var(--default-heading-font);
    min-height: 42px;
    width: 100%;
    padding-top: 5px;
}
div.toptexttriorow {
    min-height: 30px;
    width: 100%;
    font-size: 4em;
    font-weight: bold;
    font-family: 'Lato', sans-serif; /*for ie */
    font-family: var(--default-heading-font);
}
div.asuprow {
    /*width: 100%;*/
    font-size: 2em;
    font-weight: bold;
    font-family: 'Lato', sans-serif; /*for ie */
    font-family: var(--default-heading-font);
    padding-top: 1em;
    padding-bottom: .5em;
    min-height: 30px;
}

div.toptriorow
{
    min-height: 175px;
    width: 100%;
}
div.bottomtriorow {
    min-height: 120px;
    min-height: 200px;
    width: 100%;
}
div.toptrioimg
{
    vertical-align: middle;
    text-align: center;
    padding-top:1em; 
    /*width:33px; 
    height:275px; 
    width:550px;*/
    max-width:100%;
}
    /*div.toptrioimg img {
       width:500px;
    }*/


div.bottomtriotext {
    vertical-align: top;
    text-align: left;
    padding-top: .8em;
}

div.midinfo p
{
    /*font-size: larger;*/
}




#linkMdottraffic
{
    text-align: left;
    font-size: 1em;
}

#divContainerGetAppImages
{
    clear: both;
    height: 100%;
    overflow: visible;
}
#divAppStore
{
    width: 50%;
    float: left;
}
#divGooglePlay
{
    width: 50%;
    float: left;
}
#divMobileLinkApp
{
    width: 100%;
    text-align: center;
    padding: 1em;
    display: none;
}
a.button1
{
    text-decoration: none;
    color: #fff;
    background-color: #999;
    padding: 0.6em 1.2em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(css/PIE.htc);
    position: relative; /*  font-weight:normal; font-family:Calibri;  font-style:italic; font-size:larger;*/
}
a.button1:focus, a.button1:hover
{
    background-color: #888;
}

a.button2
{
    text-decoration: none;
    color: #fff;
    background-color: #004483;
    padding: 0.6em 1.2em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(../css/PIE.htc);
    position: relative;
}
a.button2:focus, a.button2:hover
{
    background-color: #006bb7;
}

.mobiletext
{
    font-size: 2em;
    font-weight: bold;
}

#a511wocalllink
{
    display: block; 
}
#a511withcalllink
{
    display: none;   
}
.lnk {
 cursor:pointer;
}








@media screen and (max-width: 768px)
{
    body
    {
    }
    div.paddit_top {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-bottom: 0em;
        padding-left: 1em;
        padding-right: 1em;
    }
    div.toptriorow
    {
        height: 100%;
        min-height: 0;
    }

     div.redtriorow
    {
       
        height: 100%;
        min-height: 0;
    }

    div.bottomtriorow
    {
        height: 100%;
        min-height: 0;
    }
    div.bottomtriotext {
        padding-bottom: 1em;
         padding-top: 0;
    }
    #divContainerGetAppImages
    {
        min-height: 50px;
    }
    #a511wocalllink
    {
        display: none;
    }
    #a511withcalllink
    {
        display: block;
    }


}


</pre></body></html>