@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: 860px) {
	
.white-shape {
	margin: 0 !important;
	border: none !important;
}
	
}

@media screen and (max-width: 745px) {
	

}

@media screen and (max-width: 680px) {

.logo {
	width: 100% !important;
	max-width: 100% !important;
}

.title {
	width: 100% !important;
}

.graph-left, .graph-right {
	width: 100% !important;
}

}

@media screen and (max-width: 475px) {
		
.stock-info {
	width: 100% !important;
	max-width: 100% !important;
}

.price-info {
	width: 100% !important;
	margin: 0 0 25px !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;
	background-color: #f2f2f2;
}

.wrapper {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
}

.white-shape {
	width: 100%;
	margin: 15px 0;
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #a6a6a6;
}

.logo {
	float: left;
	max-width: 45%;
	margin: 0 0 25px;
}

.title {
	float: right;
	line-height: 1.1;
	color: #686868;
	width: 50%;
	margin: 0 0 25px;
}

.title-head {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
}

.title-date {
	font-size: 18px;
	font-size: 1.8rem;
}

.stock-info {
	float: left;
	max-width: 45%;
	margin: 0 0 25px;
	line-height: 1.1;
}

.symbol {
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
}

.company {
	font-size: 24px;
	font-size: 2.4rem;
}

.industry {
	font-size: 18px;
	font-size: 1.8rem;
}

.price-info {
	float: right;
	width: 50%;
	margin: 10px 0 25px;
	line-height: 1.1;
	font-weight: bold;
}

.current-price {
	font-size: 30px;
	font-size: 3.0rem;
}

.price-change {
	font-size: 18px;
	font-size: 1.8rem;
}

.summary {
	margin: 0 0 25px;	
}

.indicator-container {
	margin: 0 0 25px;
}

.indicator-icon {
	width: 100%;
	height: 105px;
	float: left;
	text-align: center;
}

.indicator-writeup {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 15px !important;
	text-align: center;
}

.indicator-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #022c54;
	line-height: 1.1;
}

.indicator-dots {
	height: 33px;
}

.graph-left {
	width: 50%;
	float: left;
	text-align: center;
	margin: 0 0 25px;
}

.graph-right {
	width: 50%;
	float: right;
	text-align: center;
	margin: 0 0 25px;
}

.graph-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #022c54;
}

.graph-time {
	font-family: 'Lato', Arial, sans-serif;
	color: #686868;
	font-style: italic;
}

.expired-container {
	margin: 40px 0 80px;
}

.expired-header {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 38px;
	font-size: 3.8rem;
	color: #022c54;
	text-align: center;
	text-transform: uppercase;
}

.expired-subhead {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}

.expired-button {
	text-align: center;
	margin: 40px 0;
}

.expired-button a {
	font-family: 'Montserrat', Arial, sans-serif;
	border-radius: 25px;
	background: #ae9c4b;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	padding: .4em .6em;
    text-align: center;
}

.expired-button a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #d1bc5e;
}

.footer {
	font-size: 14px;
	font-size: 1.4rem;
}

.horizontal-line {
	margin: 0 0 25px;
	border-bottom: 1px solid #a6a6a6;
}

.green {
	color: green;
	font-weight: bold;
}

.blue {
	color: blue;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.clear {
	clear: both;
}

.finePrint {
	font-size: 12px;
	font-size: 1.2rem;
}