/*!
Custom styles for The Chase
*/

body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  margin:0px;
  padding:0px;
  background-color: #0147bb;
  background: url(/images/bg-full01-ultimate.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 100%;
  text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

h1 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.5em; text-transform: uppercase; color: #fff;}
h2 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.3em; text-transform: uppercase; color: #fff; margin: 10px 0px 18px 0px;}
h2.alt {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.2em; text-transform: uppercase; color: #000;}
h3 {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.2em; color: #ffffff; margin-top: 0px;}
h3.alt {font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-size: 1.2em; color: #014cbc; margin-top: 0px;}

p {color: #ffffff;}
p.flat {color: #ffffff; padding:0px 10px 0px 10px; margin-top: -45px; font-size: 0.8em; line-height: 1em;}
p.first {color: #014cbc;}
p.contentbreak {clear:both;}
p.hspace {min-height:100px;}
p.copyright {color: #ffffff; padding:10px; font-size: 0.75em;}

span.appstoreslogan {color: #97cdf7; padding:0px; margin:0px; clear:both; font-size: 0.8em;}

a { color: #4d90ff; text-decoration: none;}
a:visited { color: #4d90ff; text-decoration: none;}
a:hover { color: #bfd7ff; text-decoration: none;}

a.upper { color: #ff2a00; text-decoration: none; text-transform: uppercase;}
a.upper:visited { color: #ff2a00; text-decoration: none; text-transform: uppercase;}
a.upper:hover { color: #f6775f; text-decoration: none; text-transform: uppercase;}

a.usa:link {color:#ffffff; font-size: 0.6em; margin-right: 20px;}
a.usa:visited {color:#ffffff; font-size: 0.6em; margin-right: 20px;}
a.usa:hover {color:#b4b4b4; font-size: 0.6em; margin-right: 20px;}

.side li a { padding: 7px 10px 7px 10px; color: #003e83; text-decoration: none;}
.side li a:visited { padding: 7px 10px 7px 10px; color: #003e83; text-decoration: none;}
.side li a:hover { padding: 7px 10px 7px 10px; color: #3d3d3d; text-decoration: none;}
.side li a.active { padding: 7px 10px 7px 10px;color: #3d3d3d; text-decoration: none;}

footer li a { padding: 7px 10px 7px 10px; color: #fff; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a:visited { padding: 7px 10px 7px 10px; color: #fff; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a:hover { padding: 7px 10px 7px 10px; color: #cacaca; text-decoration: none; text-transform: none; font-size: 0.8em;}
footer li a.active { padding: 7px 10px 7px 10px; color: #cacaca; text-decoration: none; text-transform: none; font-size: 0.8em;}

ol {list-style-type:square; color: #ffffff; padding:0px; margin:0px;}
ul {list-style-type:square; color: #ffffff; padding-top:0px; margin-top:-34px; padding-bottom:0px; margin-bottom:10px;}
footer ul {margin-left: -45px; list-style: none;}
footer ul li {display: inline;}

.flex {width: 100%;}
.floatleft {float: left;}
.floatright {float: right;}


div.top
{
    width:100%;
    margin:-5px 0px 0px 0px;
    padding:3px;
    text-align: right;
    background-color: #000000;
}

div.container {
   width: 100%;
   max-width: 1080px;
   height: 100%;
   margin: 0 auto;
  }

.cp {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  }

.cp-image{
  width:32%;
  max-width:32%;
  margin:0px;
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
}

.cp-image-middle{
  width:32%;
  max-width:32%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
}

.row-ipads {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  }

.screens{
  width:32%;
  max-width:32%;
  margin:0px;
  float: left;  
}

.screens-middle{
  width:32%;
  max-width:32%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}


.row-iphones {
  width: 50%;
  max-width: 1080px;
  height:100%;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: right;
  float:right;
  }

.phone-screens{
  width:48%;
  max-width:48%;
  margin-left:10px;
  margin-top:10px;
  margin-bottom: 10px;
  float: left;
}

br.clear{
  clear: both;
}

header {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
    display: block;
    height: 0;
    padding-bottom: 31.944444444%;
    background: url(/images/thechaset-header-blank-ultimate.png) no-repeat;
    background-size: 100%;
    margin-top: 10px;
    clear: both;
}

.background-new {
    display: block;
    height: 0;
    padding-bottom: 31.944444444%;
    background: url(/images/thechaset-header-blank-ultimate-new2.png) no-repeat;
    background-size: 100%;
    margin-top: 10px;
    clear: both;
}

div.panel-reduced{
    display: none;
}

div.appstorebuttons3{
    text-align: right;
    padding-top: 30px;
    padding-right: 66px;
    color: #ffffff;
}

div.appstorebuttons{
    text-align: right;
    padding-top: 204px;
    padding-right: 80px;
    color: #ffffff;
}

div.appstorebuttons-mid{
  display: none;
}

ul.appstorebuttons{
    text-align: right;
    padding-top: 5px;
    padding-right: 50px;
    color: #ffffff;
    list-style: none;
}

.appbutton{
max-width: 211px;
transform:scale(0.9,0.9);
border: none;
margin-top: 0px;
}

.appbutton2{
max-width: 300px;
transform:scale(0.9,0.9);
border: none;
margin-top: 0px;
}

div.overview{

    width: 100%;
    max-width: 100%; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
}

img.star{ width:5%; padding:1.5% 1% 1% 1%;}
img.companylinks{border:none;}

img.rounded{  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

div.overviewtext{
  width: 83%;
  max-width: 83%;
  text-align: center;
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
  line-height: 1.2em;
}

div.phone01{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
}

div.phone02{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

div.features{
    width: 49%;
    /*height:523px;
    max-height: 464px;*/
    height: 442px;
    float: left;
    margin-top: 15px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    line-height: 1.05em;
    font-size: 0.72em;
    padding-bottom: 20px;
    padding-left: 10px;
}

div.featuretext{
      padding:10px;
}

div.ipad01{
    width: 70%;
    max-width: 758px;
    float: right;
    margin-top: 10px;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
}




/*! Phone responsive specifications ---------------------------------------------------------- */

@media only screen and (min-width: 0px) and (max-width: 620px) {

div.container {
   width: 100%;
   max-width: 620px;
   height: 100%;
   margin: 0 auto;
  }

header {
  width: 100%;
  max-width: 620px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
display: none;
}

.background-new {
display: none;
}

div.panel-reduced{
  display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    margin-top: 10px;
}

.appbutton{
max-width: 196px;
transform:scale(0.9,0.9);
border: none;
margin-top: 0px;
}

div.appstorebuttons{
display: none;
}

div.appstorebuttons-mid{
display: block;
width: 100%;
text-align: center;
clear: both;
}

div.overview{
    width: 100%;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    overflow: hidden;
    text-align: center;
}

img.star{display: none;}

div.overviewtext{
  width: 90%;
  max-width: 90%;
  text-align: center;
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em;
  height: 100%;
}

div.phone01{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
}

div.phone02{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

div.features{
    width: 100%;
    max-width: 879px; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    padding-bottom: 20px;
    line-height: 1.2em;
}

div.ipad01{
    width: 100%;
    max-width: 879px;
    margin-top: 10px;
    clear:both;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
  line-height: 1.2em;
}

.row-iphones {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  clear:both;
  }

.phone-screens{
  width:44%;
  max-width:44%;
  margin:6px;
  float: none;
}

}




/*! Tablet responsive specifications ---------------------------------------------------------- */

@media only screen and (min-width: 621px) and (max-width: 1062px) {

div.container {
width: 90%;
max-width: 879px;
height: 100%;
margin: 0 auto;
} 

header {
  width: 100%;
  max-width: 879px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

.background {
display: none;
}

.background-new {
display: none;
}

div.panel-reduced{
  display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    margin-top: 10px;
}

div.appstorebuttons{
display: none;
}

div.appstorebuttons-mid{
display: block;
width: 100%;
text-align: center;
clear: both;
}

div.overview{
    width: 100%;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    text-align: center;
}

img.star{ display: none;}

div.overviewtext{
  width: 94%;
  max-width: 94%;
  text-align: center;
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 1.2em;
}


div.phone01{
    width: 40%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    padding-right: 1%;
}

div.phone02{
    width: 40%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
    padding-left: 1%;
}

div.features{
    width: 100%;
    max-width: 879px; 
    margin-top: 10px;
    background-image: linear-gradient(#2b2b57, #010102);
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; /* future proofing */
    height: 100%;
    padding-bottom: 20px;
    line-height: 1.2em;
}

div.ipad01{
    width: 100%;
    max-width: 879px;
    margin-top: 10px;
    clear:both;
}

div.phone03{
    width: 49%;
    max-width: 537px;
    float: left;
    margin-top: 10px;
    clear: both;
}

div.phone04{
    width: 49%;
    max-width: 537px;
    float: right;
    margin-top: 10px;
}

footer{
  clear: both;
  text-align: center;
  line-height: 1.2em;
}

.row-iphones {
  width: 100%;
  max-width: 1080px;
  height:100%;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: right;
  clear:both;
  }

.phone-screens{
  width:48%;
  max-width:48%;
  /*margin:0px;*/
  float: left;
}

}