@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #779324;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #779324;
}

a:hover,
a:focus,
a:active {
	color: #063f73;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* RESPONSIVE STUFF */

@media screen and (max-width: 780px) {
	
.list-title {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.list-item-row {
	margin-top: 0 !important;
}

.list-item {
	width: 100% !important;
	text-align: left !important;
}

.list-item > img {
	width: 60px !important;
	margin-right: 10px !important;
	float: left !important;
	margin-top: 19px !important;
}
	
}

@media screen and (max-width: 720px) {
	
.form, .ty-video {
	width: 100% !important;
	margin: 0 !important;
	margin-top: 5px !important;
	float: left !important;
}

.ty-video {
	padding: 0 !important;
	text-align: center !important;
}

.list, .ty-copy {
	width: 100% !important;
	float: left !important;
	margin-right: 0 !important;
	margin-bottom: 15px !important;
	padding: 15px !important;
}

.list-title {
	margin: 15px 0 !important;
}

.float-container {
	margin-right: 0 !important;
}

.blue-bar > .wrapper {
	background: none !important;
}
	
}

@media screen and (max-width: 620px) {

.logo {
	width: 100% !important;
	text-align: center !important;
}

.headline {
	width: 100% !important;
	text-align: center !important;
	margin: 15px 0 !important;
}

.thankyou-header {
	padding: 0 15px !important;
	font-size: 24px !important;
}

.thankyou-text {
	padding: 0 15px !important;
}
	
}

@media screen and (max-width: 580px) {
	
.sub-links {
	display: none !important
}

.flags {
	width: 100% !important;
	text-align: center !important;
}

ul.bullet-list > li {
	width: 100% !important;
	padding: 150px 15px 0 !important;
	margin: 0 0 15px !important;
}

li.item1, li.item2, li.item3 {
	background-size: auto !important;
}
	
	.stockinfo-description, .stockinfo-chart {
		width: 100% !important;
		float: left !important;
		padding: 15px !important;
	}
	
}

@media screen and (max-width: 410px) {
	
.headline {
	font-size: 2.4rem !important;
}

.select-header {
	font-size: 3.2rem !important;
}

.select-table {
	width: 100% !important;
}

.thankyou-header, .thankyou-text {
	padding: 0 20px !important;	
}
	
}

/* NORMAL STUFF */

html, body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
}

.wrapper {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
}

.header {
	min-height: 105px;
	position: relative;
	margin-bottom: 3px;
	background-color: #063f73;
}

.flag-bar {
	min-height: 27px;
	background-color: #022c54;
	color: #ffffff;
	padding: 4px 0 0;
}

.flags {
	float: left;
}

.flags input[type="image"] {
	margin-right: 9px;
}

.sub-links {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
}

.sub-links a {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
}

.logo {
	width: 288px;
	height: 35px;
	float: left;
	margin: 20px 0 0;
}

.headline {
	float: right;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	color: #ffffff;
	margin: 19px 0 0;
}

.blue-bar {
	min-height: 405px;
	background-color: #4e6983;
}

.blue-bar > .wrapper {
	background: transparent url(blue-bg2.png) center top no-repeat;
	min-height: 405px;
}

.float-container {
	margin-right: -320px;
	width: 100%;
	float: left;
}

.list {
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	margin-right: 350px;
	text-align: center;
}

.ty-copy {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 350px;
	text-align: left;
	padding: 0 0 0 20px;
}

.ty-header {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	color: #022c54;
}

.btnTrialContainer {
	margin: 20px 0;
}

.fsarLink {
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.list-title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 35px 0 15px;
}

.list-item-row {
	margin-top: 35px;
}

.list-item {
	float: left;
	width: 33%;
	padding: 0 15px;
}

ul.bullet-list {
	list-style-type: none;
	margin: 35px 0 0;
	padding: 0;
}

ul.bullet-list > li {
	float: left;
	width: 33%;
	padding: 25% 15px 0;
}

li.item1 {
	background: transparent url("https://www.vectorvest.com/e-reports/newFSAR4/images/ico-dollar.png") no-repeat center top;
	background-size: 70%;
}

li.item2 {
	background: transparent url("https://www.vectorvest.com/e-reports/newFSAR4/images/ico-exclamation.png") no-repeat center top;
	background-size: 70%;
}

li.item3 {
	background: transparent url("https://www.vectorvest.com/e-reports/newFSAR4/images/ico-question.png") no-repeat center top;
	background-size: 70%;
}

.form {
	float: right;
	font-weight: bold;
	width: 320px;
	margin: 0 22px 0 0;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.ty-video {
	float: right;
	font-weight: bold;
	width: 340px;
	margin: 0;
	background-color: rgba(255,255,255,0.7);
	padding: 0 20px 0 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.form input.symbol {
	margin-top: 10px !important;
}

.products {
	text-align: center;
	margin-top: 20px;
}

.products > img {
	width: 175px;
}

.form input[type="text"] {
	width: 96%;
	border-radius: 10px;
	border: none;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-weight: normal;
	color: #000000;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
}

:-ms-input-placeholder {  
	font-style: italic;
}

.btnSubmit {
	border-radius: 20px;
	font-size: 20px;
	line-height: 1;
	padding: .6em .9em !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: center;
	text-decoration: none;
	white-space: normal;
	margin: 0;
	text-shadow: none;
	border: none;
	width: 96%;
	background-color: #779324;
	color: #ffffff;
}

.btnSubmit:hover {
	background-color: #b3e911;
}

.btnSubmit:visited {
	color: #ffffff;
}

#body_stockAnalysisContainer2_stockLookupWidget_lblOptInText {
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}

#listOptInBodyBreak {
	margin-bottom: 5px;
}

#listOptInListBreak {
	margin-bottom: 10px;
}

#body_stockAnalysisContainer2_stockLookupWidget_rblEmailOptIn_0, #body_stockAnalysisContainer2_stockLookupWidget_rblEmailOptIn_1 {
	margin: 0 3px 0 5px;
}

.btnTrial {
	border-radius: 20px;
	font-size: 16px;
	line-height: 1;
	padding: .4em .9em !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: center;
	text-decoration: none;
	white-space: normal;
	margin: 0;
	text-shadow: none;
	border: none;
	background-color: #779324;
	color: #ffffff;
	display: inline-block;
}

.btnTrial:hover {
	background-color: #b3e911;
	text-decoration: none;
}

.btnTrial:visited {
	color: #ffffff;
}

.quote {
	text-align: center;
	margin: 10px 0;
}

.select-header {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 42px;
	font-size: 4.2rem;
	color: #022c54;
	text-align: center;
	margin: 15px 0 0;
}

.select-text {
	text-align: center;
}

#select-table {
	width: 80%;
	margin: 15px auto;
	font-family: 'Lato', Arial, sans-serif;
}

.select-table td {
	font-family: 'Lato', Arial, sans-serif;
}

.thankyou-header {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 34px;
	font-size: 3.4rem;
	color: #022c54;
	text-align: center;
	margin: 15px 0 0;
	padding: 0 40px;
}

.thankyou-text {
	text-align: center;
	padding: 0 60px;
}

.please-note-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
}

.error-red {
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 15px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

.footer {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #424242;
	padding: 0 0 15px;
}

.horizontal-line {
	width: 100%;
	margin: 25px 0 30px;
	border-bottom: 1px solid #eeeeee;
}

.clear {
	clear: both;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
    border: 1px solid #a7a7a7;
    background-color: #ffffff;
    list-style-type: none;
    padding: 15px;
    width: 400px;
    z-index: 10001;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable, .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 10001;
}

.ui-menu-item {
    cursor: pointer;
    margin: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 4px;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    top: 0;
}

.ui-menu-item:hover, .ui-state-focus {
    background-color: #f2f2f2;
}

.error {
	color: #ff0000;
}

.error  {
	color: #ff0000;
}

.error ul {
	padding: 0;
}

.error ul li {
	list-style-type: none;
	list-style-position:inside;
}

.error ul li:before {
	content: "* ";
}

.disclaimerFooter {
	text-align: left;
}

.disclaimer {
	font-size: 12px;
	color: #303030;
}

.trustpilot {
	max-width: 880px;
	margin: 20px auto;
}

.desc-title {
	text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	color: #022c54;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
}

.stock-info > .wrapper {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 45px;
}

.stockinfo-description {
	width: 60%;
	float: right;
	padding: 20px 40px;
}

.stockinfo-chart {
	width: 40%;
	float: left;
	padding: 15px;
}

.chart-title {
	text-align: center;
	font-weight: bold;
	color: #022c54;
	font-size: 18px;
	font-size: 1.8rem;
}

.chart-range {
	font-style: italic;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}