@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;
}

td,
th {
	padding: 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: 820px) {
	
.quote, .products {
	width: 100% !important;
	text-align: center !important;
}
	
}

@media screen and (max-width: 685px) {
	
.form, .list {
	width: 100% !important;
}
	
}

@media screen and (max-width: 535px) {
	
.headline, .headline > h1 {
	font-size: 3.0rem !important;
}

.flags {
	float: none !important;
	width: 100% !important;
	text-align: center !important;
	padding: 0 0 5px !important;
}

.list-title {
	font-size: 2.6rem !important;
}

.list {
	font-size: 2.0rem !important;
}
	
	.stockinfo-description, .stockinfo-chart {
		width: 100% !important;
		float: left !important;
		padding: 15px !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: 880px;
	margin: 0 auto;
	position: relative;
}

.gray-bar {
	padding: 10px;
	background-color: #e5e5e5;
}

.flags {
	float: right;
}

.flags input[type="image"] {
	margin-left: 9px;
}

.logo {
	text-align: center;
	margin: 10px 0;
}

.headline, .headline > h1 {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 42px;
	font-size: 4.2rem;
	color: #022c54;
	text-align: center;
}

.blue-bar {
	background-color: #022c54;
}

.blue-bar > .wrapper {
	background: transparent url(blue-bg.png) center top no-repeat;
	min-height: 320px;
}

.arrow {
	width: 116px;
	height: 39px;
	background: transparent url(arrow.png) 0 0 no-repeat;
	margin: auto;
}

.float-container {
	margin-right: -320px;
	width: 100%;
	float: left;
	padding: 0 15px;
}

.list {
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	margin-right: 330px;
}

.list-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 38px;
	font-size: 3.8rem;
	color: #b3e911;
	margin: 0 0 10px;
}

.bullet-list {
	font-size: 20px;
	font-size: 2.0rem;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

.bullet-list li {
	background: transparent url('https://www.vectorvest.com/e-reports/newFSAR4/images/green-check.png') 0 0 no-repeat;
	padding: 0 0 25px 35px;
	margin: 0;
}

.form {
	float: right;
	color: #ffffff;
	font-weight: bold;
	width: 320px;
	margin: 10px 0;
}

.form input.symbol {
	margin-top: 10px !important;
}

.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;
}

.btnSubmit:hover {
	background-color: #b3e911;
}

#body_stockAnalysisContainer_stockLookupWidget_lblOptInText {
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

#listOptInBodyBreak {
	margin-bottom: 5px;
}

#listOptInListBreak {
	margin-bottom: 10px;
}

#body_stockAnalysisContainer_stockLookupWidget_rblEmailOptIn_1 {
	margin-left: 10px;
}

#body_stockAnalysisContainer_stockLookupWidget_rblEmailOptIn_1, #body_stockAnalysisContainer_stockLookupWidget_rblEmailOptIn_0 {
	margin-right: 3px;
}

.quote {
	float: left;
	margin: 25px 0;
}

.products {
	float: right;
	margin: 15px 0 25px;
	font-weight: bold;
	text-align: center;
}

.products > img {
	width: 225px;
	height: 125px;
}

.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;
}

.stock-info > .wrapper {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 45px;
}

.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;
}

.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;
}
.float-container  {
    margin-top: 10px;
}
