header, section, article, aside, footer, hgroup, nav { display: block; }
html { margin: 0; padding: 0; }
body { font-size:15px; margin:0; background-color:#ffffff; font-family: "Gill Sans MT","Gill Sans",sans-serif; color:#444; line-height:1.5; min-width:360px; }
section { width:100%; margin:0 auto; -moz-box-sizing:border-box; box-sizing:border-box;clear:both;}

a, a:link, a:visited { text-decoration:none; color:#fff;  }
a:hover { text-decoration:underline; }

img { border:none; outline:none; }

h1 { font-size:7.1em; font-weight:bold;margin:0;line-height:.6em;margin-bottom:20px;}
h2{font-size:3.6em;margin:0;}
h3 { color:#fff; font-size:2em; font-weight:normal; display:inline; letter-spacing: 3px; }
h4{color:#bd3632;font-weight:bold;}

.clear { clear:both; }
.center { text-align:center; }
.left { float:left; }
.right { float:right; }

input, textarea, select { padding:7px; border:1px solid #ccc; }

.lineExtra{
    margin-bottom:15px;
}

header{
    color:#fff;
    margin-bottom:8px;
    text-align:center;
    background-color: #766a62;
    padding:10px 20px 20px 20px;
}

header ul{
    margin:0;

}

header p{
    font-size:1.0em;
}

#ClientLogin{
    float:right;
}

.Bar{    
    background-color: #bd3632;
    height: 78px;      
}

    .Bar div {
        position: relative;
        width: 90%;
        margin: 0 auto;
        height: 78px;
        text-align: center;
        line-height: 78px;
        vertical-align: middle;
    }



.Bar > div > span{
    color:#fff;
}

.ContentSm{
    position:relative;
    width:550px;
    margin:0 auto;
}

.ContentSm ul{  
    text-align:left;
    margin-left:50px;
}
.ContentSm li{
    float:left;
    margin-right:30px;
}

.Content{
    position:relative;
    width:90%;
    margin:0 auto;
    margin-top:30px; 
    text-align:center;
}

.Content .tb{    
    display:inline-block;
    text-align:left;
    float:left;
    margin:0;
    padding:0;
    width:60%;    
    margin-bottom:30px; 
}

.Content p{
    margin-top:0;
}
.Content img{
    float:right;
    margin-bottom:30px;
}

.Citation{
    max-width:748px;
    max-height:244px;
    width:100%; 
    margin-bottom:15px;
    display:inline-block;
    margin-left:10px;
}

.Cloud{
    margin-top: 8px;
    width:57px;
    height:30px;
}

.Triangle{
    width: 43px;
    height: 35px;
    position:absolute;
    left:-20px;
    bottom:-10px;
}

.Phone{
    width:26px;
    height:45px;    
}

.BtnSmall{
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    line-height:37px;
    width: 154px;
    height: 37px;
    background:url(../images/BtnSmall.png);
    color:#fff;
    cursor:pointer;
}

.BtnMed{
    display:inline-block;
    width: 127px;
    height: 48px;
    text-align:center;
    vertical-align:middle;
    line-height:48px;
    background:url(../images/BtnMed.png);
    color:#fff;
    cursor:pointer;
}

.BtnLarge{
    display:inline-block;
    width: 340px;
    height: 65px;
    text-align:center;
    vertical-align:middle;
    line-height:65px;
    background:url(../images/BtnLarge.png);
    color:#fff;
    font-size:1.3em;
    cursor:pointer;
}

.Screenshot1{
    max-width: 289px;
    max-height: 201px;
    width:100%;
}

.Screenshot2{  
    max-width: 289px;
    max-height: 205px;
    width:100%;
}

.Screenshot3{
    max-width: 350px;
    max-height: 385px;
    width:100%;
}

.Screenshot4{ 
    max-width: 288px;
    max-height: 139px;
    width:100%;
}

footer{
    clear:both;
    background-color: #766a62;
    color:#fff;
    text-align:center;
}

footer > .Padding{
    padding-top:20px;
    padding-bottom:20px;
}

footer .ContentSm p{
    margin-bottom:20px; 
}

footer .Phone{
    float:left;
    margin-right:10px;
    margin-bottom:30px;
}

#openModal b{
    display:block;
}

#openModal input{
    width:95%;
}

#DemoSubmit, #DemoCancel{
    margin:5px 10px 5px 10px;
}

@media screen and (max-width: 1000px) {
    .Content .tb{
        width:50%;     
    }
}

@media screen and (max-width: 900px) {
    .Content .tb{
        width:50%;     
    }

    h1 { font-size:6.3em; }
    h2{font-size:3.2em;}
}

@media screen and (max-width: 800px) {
    .Content .tb{
        width:43%;     
    }

    h1 { font-size:5.75em; }
    h2{font-size:2.9em;}   
    h3 { font-size:1.8em; }
}

@media screen and (max-width: 708px) {
    footer .Bar div {  
        line-height:normal;           
    }

    footer .Bar span{
        display:inline-block;
        margin-top: 22px;  
    }
}

@media screen and (max-width: 700px) {
    .Content .tb{
        width:100%;
        float:none;
    }
    .Content img{
        float:none;
    }

    .ContentSm{
        width:80%;
    }

    .ContentSm ul{
        margin-left:40px;
    }
    .ContentSm li{  
        float:none;   
        margin-right:30px;
    }

    h1 { font-size:4.9em; }
    h2{font-size:2.5em;}
    h3 { font-size:1.5em; }
}

@media screen and (max-width: 600px) {
    h1 { font-size:3.9em; }
    h2{font-size:2.0em;}
    h3 { font-size:1.2em; }   
    .ContentSm{
        width:90%;
    }
}

@media screen and (max-width: 500px) {
    h1 { font-size:2.8em; }
    h2{font-size:1.4em;margin:0;}
    h3 { font-size:1.0em; }    
}

@media screen and (max-width: 400px) {  
    h1 { font-size:2.8em; }
    h2{font-size:1.4em;margin:0;}
    h3 { font-size:.8em; }
     
    .BtnLarge{        
        width: 300px;
        height: 60px;        
        line-height:60px;
        background:url(../images/BtnLargeScaled.png);
    }

     footer .Bar span{
        font-size:.75em;
    }
}