﻿/* Global Styles ----------------------- */

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
    font-weight: 900;
    font-size: 2.35em;
    line-height: 1.14em;
    margin-top: 7px;
}

h2 {
    font-weight: 700;
    font-size: 2.1em;
    margin-top: 5px;
}

h3 {
    color: #ffffff;
    font-size: 1.5em;
}

p {
    font-size: 1.14em;
    line-height: 1.6em;
    color: #7c7c7c;
}

a {
    color: #2c96ff;
}

.fa {
    font-size: 0.87em;
    margin-left: 5px;
}

/* Top Info Styles --------------------- */
.headerContent h2 {
    color: #7c7c7c;
    font-weight: 400;
    font-size: 2.1em;
}

.headerContent h1 span {
    color: #2c96ff;
}

.blueHeadTopper {
    height: 16px;
    background-color: #e6e6e6;
}

.headerContent {
    padding: 0px;
    margin-top: 40px;
}

.headerContent .subText {
    margin: 5px 0px 0px 0px;
}

.headerContent p {
    margin-bottom: 15px;
}

.headerContent .blueHeader {
    color: #2c96ff;
}

.topInfo {
    background: rgb(234,234,234);
    background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 38%);
    max-height: 523px;
}

.headerDownload {
    border-radius: 25px;
    /* border-width: 1px 1px 3px 1px; */
    border-width: 0px;
    border-color: #035cf3;
    background-color: #2c96ff;
    color: #ffffff;
    padding: 10px;
    margin: 13px 0px 36px 0px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out 0s;
}

.headerDownload {
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    /* font-family: Arial; */
    letter-spacing: 1px;
    background: #3c8cc2;
    padding: 15px 40px 15px 40px;
    border: solid #295299 0px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 25px;
    background-color: #3cb0fd;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #3c8cc2;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.headerDownload:hover {
    background: #3cb0fd;
    text-decoration: none;
    color: #fff;
    border-color: #3c8cc2;
    background-color: #3c8cc2;
}

.headerContent .downloadText .headerDownload {
    width: 90%;
    margin-bottom: 28px;
}

.topInfo .threeDevice {
    position: relative;
    left: -105px;
    top: -86px;
}

.headerImage {
    height: 523px;
}

.twentyFourImg img {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.twentyFourDiv {
    margin-top: 30px;
}

.legacyLink {
    margin-bottom: 30px;
}

.osIcons {
    margin-bottom: 5px;
}

.iconsDiv {
    margin-left: -60px;
}

.oldVersion {
    margin-left: -60px;
}

/* Mid Info Styles --------------------- */
.midInfo small {
    text-transform: uppercase;
    padding-left: 2px;
    color: #2c96ff;
    letter-spacing: 3px;
    font-weight: 900;
    font-size: 89%;
}

.imgMargin {
    margin-top: 30px;
}

.featureDesc {
    margin-top: 30px;
}

.layoutImage {
    margin-top: 79px;
}

.layoutRow {
    margin-bottom: 60px;
}

.featureRow {
    margin-bottom: 75px;
}

.midInfo .smallText {
    font-size: .8em;
}

.featureRow hr {
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    border-top: 1px solid #e8e8e8;
    width: 50px;
    margin-left: 0px;
    margin-right: auto;
}

.midButton {
    margin-bottom: 65px;
    background-color: #f2f2f2;
}

.midButton .headerDownload {
    margin-top: 36px;
}

/* Bottom Disclosure ----------------- */
.botttomDisclosure {
    background-color: #333333;
    padding: 30px 15px 85px;
}

.botttomDisclosure p {
    color: #959595;
}



/*-- TC2000 Footer Styles ----------------------------------- */

#footerContent {
  font-size: .8em;
  color: #FFF;
  background-color: #4F4F4F;
  background-size: cover;
}

#footerContent p {
  color: #FFFFFF;
}

.footerInfo {
  background-color: #2D2D2D;
  background-size: cover;
  padding-left: 75px;
  padding-right: 75px;
}

.copyRight {
  background-color: #4F4F4F;
  min-height: 200px;
  padding: 50px 20px 50px 20px;
}

.footerNav {
  font-size: .9em;
  background-color: #2D2D2D;
  min-height: 50px;
  padding: 18px 0px 0px 0px;
  background-size: cover;
}


#footerContent li {
    float: right;
    padding: 0px 5px 0px 5px;
}

#footerContent li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.footDisclaimer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.footDisclaimer p {
    font-size: 1em;
}

.footDesc {
    padding: 0px;
}

/* Media Query -------------------- */

@media  (max-width  : 1199px)  {
    .tripleDevice {
        width: 525px;
    }
    
    .topInfo .threeDevice {
        position: relative;
        left: -135px;
        top: 7px;
    }
    
}

@media  (max-width : 991px) {
    .topInfo {
        max-height: 850px;
        padding-bottom: 30px;
    }
    
    .layoutImage {
        margin-top: 30px;
    }
    .headerContent {
        margin-top: 20px;
    }
    
    .twentyFourImg img {
        margin-left: 0px;
    }
    .headerContent .downloadText .headerDownload {
        width: 100%;
        margin-bottom: 28px;
    }
    
    .iconsDiv {
        margin-left: 0px;
    }
    
    .oldVersion {
        margin-left: 0px;
    }
}

@media  (max-width : 767px) {
    h1 {
        font-size: 1.7em;
    }
    
    h2 {
        font-size: 1.4em;
    }
    
    h3 {
        font-size: 1.2em;
    }
    
    p {
        font-size: .9em;
    }
    
    .headerContent h2 {
        font-size: 1.4em;
    }
    
    .botttomDisclosure p {
        font-size: .9em;
    }
    
    .headerDownload {
        font-size: .9em;
        letter-spacing: 1px;
    }
    
    .featureRow {
        margin-bottom: 40px;
    }
    
    .layoutRow {
        margin-bottom: 30px;
    }
    .midButton {
        margin-bottom: 35px;
    }
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'),
         url('https://www.freestockcharts.com/content/lato-font/fonts/lato-v15-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('https://www.freestockcharts.com/content/lato-font/fonts/lato-v15-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}