html {
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;}



h1, h2, h3, h4, h5, h6, p, ul li, label {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h3 {
	margin-top: 0px;
}


.fineprint {
	font-size: .8em;
	}



img {
	max-width: 100%;
}

.splash-copy {
	padding-bottom: 50px;
}

.jumbotron-home {
  padding: 30px 15px 50px 15px;
  color: inherit;
  background-size: cover !important;
  background: url("../images/header-cover.jpg") no-repeat;
  background-position: center center;
}

.jumbotron-about {
	background: url("../images/about-splash.png") no-repeat;
  padding: 30px 15px;
  color: inherit;
  background-size: cover !important;
  background-position: center center;

}

.jumbotron-excel {
  padding: 100px 15px;
  color: inherit;
  background-size: cover !important;
  background: url("../images/el_header.jpg") no-repeat;
}

.jumbotron-excel h1{
  color: #19953f;
  font-size: 36px;
}

.jumbotron-excel p{
  font-size: 18px;
}

.jumbotron-excel img {
  vertical-align: middle;
    padding-top: 55px;
}

.jumbotron-screener {
  padding: 100px 15px;
  color: inherit;
  background-size: cover !important;
  background: url("../images/screener-bg.jpg") no-repeat;
}

.jumbotron-screener h1{
  color: #19953f;
  font-size: 36px;
  padding-top: 100px;
}

.jumbotron-screener p{
  font-size: 18px;
}

.jumbotron-screener img {
  vertical-align: middle;
    padding-top: 55px;
}


.jumbotron-contact {
  padding: 30px 15px;
  color: inherit;
  margin-top: 75px;
  
}

.jumbotron-home h1,
.jumbotron-home .h1 {
  color: #023a66;
  font-size:60px;
  font-family: 'Droid Sans', sans-serif;
  margin-bottom: 100px;
  
}

.jumbotron-about h1,
.jumbotron-about .h1 {
  color: #023a66;
  font-size:60px;
  font-family: 'Droid Sans', sans-serif;
  margin-bottom: 60px;
  
}


.jumbotron-contact h1,
.jumbotron-contact .h1 {
    font-size: 60px;
	text-align:left;
	color:#023a66;
  }


.download-report {
  margin-top: 75px;
  padding: 15px 45px 0px 45px;
  border: 1px solid #96999a;
  border-radius: 10px;
  background-image: url("../images/pages-download.png");
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #d6d6d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 50%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}



.download-report h2{
  font-size: 24px;
  color: #19953f;
}

.download-report p{
  font-size: 16px;
  padding-bottom: 50px;
}

.intro-icon {
    min-height: 320px !important;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-self: baseline;
    align-items: center;
}





.affordable {
	background-image: url("../images/affordable-clouds.png");
	background-size: cover;
	background-position: center bottom;
	background-color: #2d3035;
	padding-top: 70px;
	padding-bottom: 100px;
	color: #fff !important;
    
}

.affordable-green {
    background: #19953f;
	color: #fff;
	text-align:center;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom:25px;
   text-shadow: 1px 1px 5px #000;
   margin-bottom: 75px;
}

.affordable h3 {
	
	    font-size: 30px;
	
}


.win-green {
  color: #19953f;
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;

}

.win-row {
	font-size: 16px;
	padding-top: 75px;
	padding-bottom: 75px;
	border-bottom: 3px solid #adadad;
	}

.win-row-bottom {
	font-size: 16px;
	padding-top: 75px;
	padding-bottom: 75px;
	}

.free-trial {
	background-image: url(../images/free-trial-bg.png);
	background-size: cover;
	background-position: left center;
	padding-top: 50px;
	padding-bottom:50px;
	display: flex;
	flex-direction: column;
	}


.free-trial-about {
	
	background-image: url("../images/stay-ahead-bg.png");
	background-size: cover;
	padding-top: 50px;
	font-size: 16px;
	padding-bottom: 50px;
	}
	
.free-trial-about h2 {
	font-size: 42px;
	margin-bottom: 40px;
}

.support {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
	}

.support h2{
  padding-top: 50px;
}


.free-trial h2 {
	font-size: 42px;
	margin-bottom: 40px;
}

.free-trial-page {
    background: #fff;
	padding-top: 50px;
	min-height: 95vh;
   
}

.testimonials {
  padding-bottom: 75px;
  font-size: 18px;
}

.companies {
	margin-top: 50px;
	text-align: center;
	
}
.companies p{
	margin-top: 25px;
	text-align: center;
	
}

.copyright {
	background: #2f2f2f;
	padding: 10px;
	color:#fff;
}

.disclaimer {
	color:#4a4a4a;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #adadad;
	font-size:12px;
}



.free-trial-button-about {
  padding-top:50px;
  padding-bottom: 50px;
   
}

.green {
  color: #19953f !important;
}

.gray {
  color: #787878;
}

.wood {
    /*-- background: url(../images/wood.jpg) no-repeat; --*/
	background-size: cover !important;
	background: #fafafa;
    width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 75px;
	margin-top: 45px;
}

.wood h2{
  color: #19953f;
  margin-bottom: 45px;
}

.wood h3{
  color: #19953f;
  margin-top: 25px;
}

.wood-excel {
    background: url(../images/wood.jpg) no-repeat;
  background-size: cover !important;
    width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 45px;
}

.wood-excel h2{
  color: #19953f;
  margin-top: 100px;
}

.wood-excel p{
  color: #fff;
  padding-top: 0px !important;
  font-size: 18px;
}

.excel-bottom {
    background: url(../images/skyline.jpg) no-repeat;
  background-size: cover !important;
    width: 100%;
  text-align: left;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.excel-bottom .btn-primary {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #19953f;
    border-color: #19953f;
    font-size: 21px;
    text-decoration: none !important;
    margin-top: 100px;
}



.excel-bottom h2{
  color: #19953f;
}

.excel-bottom p{
  color: #fff;
  padding-top: 0px !important;
  font-size: 18px;
}

.excel-bottom a{
  color: #fff;
  text-decoration: underline;
}

.row-core-2{
	margin-top: 50px;
}

.row-core{
	padding-bottom: 150px;
}

.row-core-2 p{
	padding-top: 35px;
	color: #fff !important;
}

.row-core p{
	padding-top: 35px;
	color:#fff !important;
}

.border-bot p{
border-bottom: 2px solid #19953f;
padding-bottom: 10px;
margin-bottom: 25px;
}

.digital {
	
    background: url(../images/about-rocket.png) no-repeat;
    background-color: #2d3035;
	background-size: contain !important;
	background-position: left bottom;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}

.digital p {
	font-size: 18px;
}

.wood p {
	color: #000;
}

* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns-1 {
    float: left;
    width: 33.3%;
	height: 425px;
	background: #fff;
	border-top: 3px solid #30ae22;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.3);
	margin-top: 15px;

	
}
.columns-2 {
    float: right;
    width: 33.3%;
	height: 425px;
	background: #fff;
	border-top: 3px solid #30ae22;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.3);
	margin-top: 15px;
	
}

.columns-lg {
    float: left;
    width: 33.3%;
	height: 450px;
	background: #fff;
	border-top: 3px solid #30ae22;
	padding-bottom: 100px;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.3);
}

.columns-lg p{
  padding-left: 35px;
  padding-right: 35px;
	margin-bottom: 105px;
}

.columns-1 p{
  padding-left: 35px;
  padding-right: 35px;

}


.columns-2 p{
  padding-left: 35px;
  padding-right: 35px;

}

.top-row {
  padding-top: 50px;
}

.top-row h3{
margin-top: 0px;
}

.top-row ul{
line-height: 35px;
 }

.excel{
	padding: 0 15px 15px 15px;
	font-size: 16px;
}

.individual-stocks{
	padding-top: 25px;
	font-size: 16px;
	border-top: 3px solid #19953f;	
	line-height: 24px;
	margin-top: 100px;
}

.etf-research{
padding:15px;
font-size: 16px;
border-top: 3px solid #19953f;	
}

.charting-left {
	
	text-align:left;
}

.charting-left h1{
	
	text-align: left !important;
}

.charting-right{
	padding: 15px;
	font-size: 16px;
}

.screener-text{
	padding: 15px;
	font-size: 16px;
}

.screener {
  padding-top: 50px;
  font-size: 16px;
}

.screener h3{
margin-top: 0px;
}

.screener ul li{
  padding-bottom: 15px;
 }

.adons-top {
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 36px;
	
}

.addon-logo {
	padding-bottom: 50px;
}

.border-bot {
	border-bottom: 3px solid #adadad;
}

.charting {
	margin-top: 35px;
	margin-bottom: 35px;
}

.charting-bottom{
	
}

.adons-top h2{
	font-size: 48px;
	margin-top: 35px;
	margin-bottom: 75px;
	text-align: center;
	color: #30ae22;

}

.adons-bottom {
	margin-top: 35px;
	margin-bottom: 75px;
}




/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.table-header img{
   
	width: 100%;
	height: 100%;
	
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.wood h2 {
	text-align: center;
	font-size:48px
}


.jumbotron-home p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
  font-family: 'Droid Sans', sans-serif;
}

.jumbotron-about p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  font-family: 'Droid Sans', sans-serif;
}

.jumbotron-contact p {
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 200;
  font-family: 'Droid Sans', sans-serif;
}


.jumbotron-home hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron-home {
  border-radius: 6px;
}
.jumbotron-home .container {
  max-width: 100% 100%;
}

.jumbotron-home > hr {
  border-top-color: #d5d5d5;
}
.jumbotron-about > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron-about,
.container-fluid .jumbotron-about {
  border-radius: 6px;
}
.jumbotron-about .container {
  max-width: 100% 100%;
}
@media screen and (min-width: 768px) {
	
	
	
  .jumbotron-home {
    padding: 48px 0px 100px 0px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron-home {
    padding-right: 0px;
    padding-left: 0px;
  }
  .jumbotron-home h1,
  .jumbotron-home .h1 {
    font-size: 60px;
  }
  .jumbotron-about h1,
  .jumbotron-about .h1 {
    font-size: 60px;
	text-align:left;
	color: #19953f;
  }
  
}

.card-container.card {
    max-width: 450px;
    padding: 40px 40px;
}

.card-container2.card {
    max-width: 450px;
    padding: 0px 0px;
}

.card-container.card h3{
    color:#000;
  text-align:center;
  font-weight: 600;
}
/* .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
} */

/*
 * Card component
 */
.card {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;

}

.card2 {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 0px;
  }

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
	}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

.form-signin #inputEmail,
.form-signin #inputPassword,
.form-signin #inputtext,
.form-signin #selectoption {
    direction: ltr;
    height: 44px;
    font-size: 16px;
	}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin select,
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
	}

.form-signin label{
    display: block;
}

#accept {
    border: 1px solid #cacaca;
    padding: 18px;
    border-radius: 6px;
}


.forgot-password {
    color: #417baa;
	}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #417baa;
	}



a.white:link, a.white:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a.white:hover, a.white:active {
	text-decoration: underline;
	}




.free_trial_button {
	width: 100%;
	font-weight: bold;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}




.blockquote {
    background: url(../images/quote.png) no-repeat;
    background-size: 100px;
    background-position: left top;
    padding: 27px 35px 10px 26px;
    margin: 50px 0 20px;
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    color: #4a4a4a;
    border-left: none;
}


ul.about_list {
	margin: 0;
	padding: 0;
	padding-left: 1em;
	list-style-image:  url("../images/bullet.png");
	}
	
ul.about_list li {
	margin: 1em 0;
	padding-left:10px;
	}



button  {
    padding: 0;
}

button {
    width: 26rem;
    height: 5rem;
    font-size: 24px;
    text-align: center;
    font-family: sans-serif;
    position: relative;
    transition: 0.3s;
    margin: -1rem;
    margin-bottom: 50px;
    color: #fff !important;
    background: transparent;
    border: none;
    z-index: 2;
    padding-top: 6px;
    padding-left: 15px;
}

button a {
    color: #fff;
    text-decoration: none;
}

button a:hover {
    color: #fff;
    text-decoration: none;
}

button:focus {outline:0;}

button::before {
    content: '';
    position: absolute;
    width: 11.5em;
    height: 2.5em;
    top: 11px;
    left: 0;
    padding-top: 15px;
    transition: 0.3s;
}


button::after {
    content: '';
    position: absolute;
    width: inherit;
    height: 2.5em;
    top: 0px;
    left: 0;
    transition: 0.3s;
}

button::before {
    background-color: none;
    color:#fff;
    border: 2px solid #004dc0;
    border-radius: 6px;
    z-index: -2;
}

button::after {
    background-color: #1788e5;
    border-radius: 3px;
    transform: translate(0.7rem, 0.0rem);
    z-index: -1;
}

button:hover {
    transform: translate(0rem, 0rem);
    color: white;
    cursor: pointer;
}

button:hover::before {
    background-color: #1788e5;
    content: '';
    position: absolute;
    width: inherit;
    height: 2.2em;
    top: 0px;
    left: 0;
    transition: 0.3s;
	transform: translate(0.7rem, 0.0rem);
    z-index: -1;
}

button:hover::after {
    background-color: transparent;
    transform: translate(0.7rem, 0rem);
    
}



button2  {
    padding: 0;
}

button2 {
    width: 26rem;
    height: 5rem;
    font-size: 24px;
    text-align: center;
    font-family: sans-serif;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    margin: 0rem;
    color: #606366 !important;
    background: #fff;
    border: 2px solid #949598;
    border-radius: 6px;
    z-index: 2;
    padding: 10px 25px 10px 25px;
}

button2 a {
    color: #fff;
    text-decoration: none !important;
}

button2 a:hover {
    color: #fff;
    text-decoration: none !important;
    
}

button2:focus {outline:0;}



button2:hover {
    transform: translate(0rem, 0rem);
    text-decoration: none !important;
    background: #949598;
    color: #fff !important;
    cursor: pointer;
}




a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}