body {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f5f5f5;
}

body .clearfix {
    line-height: 0;
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    text-indent: -1.7em;
    padding-left:26px;
    padding-bottom:8px;
}

li::before {
    content: "• ";
    color: #ee463f;
    font-size:30px;
    line-height:16px;
    vertical-align: middle;
}

a {
    text-decoration:none;
}


/* PAGE CONTENT */
body .pageContent {
    width: 100%;
    overflow: hidden;
}

body .pageContent.first {
    background: #13223a;
}

/* PAGE CONTENT - SECTION TOP */
body .pageContent .section-top {
    position: relative;
    z-index: 5;
    height: 570px;
    width: 993px;
    margin: 0 auto;
}

body .pageContent .section-top .layer-background {
    position: absolute;
    z-index: 3;
    top: 235px;
    left: 20%;
    height: 640px;
    width: 640px;
    background: rgb(60, 114, 198); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(60, 114, 198, 1) 0%, rgba(32, 62, 128, 1) 37%, rgba(19, 34, 58, 1) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(60, 114, 198, 1)), color-stop(37%, rgba(32, 62, 128, 1)), color-stop(70%, rgba(19, 34, 58, 1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(60, 114, 198, 1) 0%, rgba(32, 62, 128, 1) 37%, rgba(19, 34, 58, 1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(60, 114, 198, 1) 0%, rgba(32, 62, 128, 1) 37%, rgba(19, 34, 58, 1) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(60, 114, 198, 1) 0%, rgba(32, 62, 128, 1) 37%, rgba(19, 34, 58, 1) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(60, 114, 198, 1) 0%, rgba(32, 62, 128, 1) 37%, rgba(19, 34, 58, 1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72c6', endColorstr='#13223a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

body .pageContent .section-top .layer-background .play-circle {
    position: absolute;
    top: 180px;
    right: 145px;
    width: 241px;
    height: 181px;
}

body .pageContent .section-top .layer-background .play-circle.big {
    position: absolute;
    top: 180px;
    right: 230px;
    width: 437px;
    height: 372px;
}

body .pageContent .section-top .layer-on-top {
    position: relative;
    z-index: 4;
    height: 100%;
    width: 993px;
    margin: 0 auto;
    padding: 25px;
}


body .pageContent .section-top .layer-on-top .container-text-landing .subtitle {
    line-height: 36px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 137px;
    margin-left: -6px;
    text-align:center;
}

body .pageContent .section-top .layer-on-top .container-text-landing .title {
    line-height: 36px;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    text-align:center;
    padding-top:15px;
}

body .pageContent .section-top .layer-on-top .container-text-landing .logo {
    position: absolute;
    z-index: 1;
    top: -150px;
    left: 20%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/logo.png) transparent center center no-repeat;
}

body .pageContent .section-top .red-banner {
    position: absolute;
    z-index: 4;
    top: -60px;
    left: 14%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/red_banner.png) transparent center center no-repeat;
}


/* PAGE CONTENT - SECTION BOTTOM */
body .pageContent .section-bottom {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 589px;
    padding-bottom: 100px;
    background: #ffffff;
    border-top: 2px solid #31708f;
}

body .pageContent .section-bottom .layer-on-top {
    position: relative;
    z-index: 5;
    width: 993px;
    height: 100%;
    margin: 0 auto;
    padding: 25px;
}

body .pageContent .section-bottom .layer-on-top .hm {
    position: absolute;
    top: -320px;
    left: 41%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/monitor-hm.png) transparent center center no-repeat;
}

body .pageContent .section-bottom .layer-on-top .pt{
    position: absolute;
    top: -320px;
    left: 3%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/monitor-PT.png) transparent center center no-repeat;
}

body .pageContent .section-bottom .layer-on-top .hmLogo {
    position: absolute;
    top: -100px;
    left: 40%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/HM_logo.png) transparent center center no-repeat;
}

body .pageContent .section-bottom .layer-on-top .ptLogo {
    position: absolute;
    top: -100px;
    left: -7%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/pokertracker_logo.png) transparent center center no-repeat;
}

body .pageContent .section-bottom .layer-on-top .hmContent {
    position: absolute;
    width:45%;
    height:500px;
    left:60%;
    padding-top:165px;
}

body .pageContent .section-bottom .layer-on-top .hmContent .contentText {
    width: 89%;
}

body .pageContent .section-bottom .layer-on-top .ptContent {
    position: absolute;
    width:40%;
    height:500px;
    padding-top:165px;
    padding-left:60px;
}

body .pageContent .section-bottom .layer-on-top .reasonTitle {
    height:70px;
    text-transform: uppercase;
    font-size:18pt;
    font-weight:700;
    line-height:24px;
    width:88%;
}

body .pageContent .section-bottom .layer-on-top .contentQuestion{
    color: #ee463f;
    font-weight:500;
    padding-bottom:10px;
}

body .pageContent .section-bottom .layer-on-top .recommended{
    position: absolute;
    z-index: 50;
    top: -240px;
    left: 22%;
    width: 597px;
    height: 480px;
    background: url(../staticimages/recommended.png) transparent center center no-repeat;
}

body .pageContent .section-bottom .layer-on-top .button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width:200px;
    background-color: #ee463f;
    color:#fff;
    text-align:center;
    margin-top:50px;
    padding: 10px 0;
}

body .pageContent .section-bottom .layer-on-top .buttonText {
    text-transform: uppercase;
    font-weight:500;
}

body .pageContent .section-bottom .layer-on-top .button .icon {
    background: url(../staticimages/arrow.png) no-repeat;
    float: left;
    width: 14px;
    height: 13px;
    margin-left: 170px;
    margin-top: -15px;
}

body .footer {
    margin-top:40px;
    width:100%;
    text-align:center;
    background-color: #13223a;
    padding-bottom:10px;
    color: #fff;
    font-size:10pt;
}

body .spacer{
    display:inline;
    padding:5px;
}






