/* Desktop Theme */
	* {
		font-family: sans-serif;
		box-sizing: content-box;  /*makes sure that the padding and border are included in the total width and height of the elements.*/
		max-width: 100%;
		outline: none;
	}
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 0.8em;
		line-height: 130%;
		background-color: #f1f1f1;
	}
	div,img {
		max-width: 100% !important;
	}
	a {
		color: #3a96d8;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	table td {
		vertical-align: baseline;
	}
	.Header {
		background-color: #19599a;
		height: 2.5em;
	    font-size: 2em;
	}
	.HeaderContent, .Main {
		width: 80%;
		margin: 0 auto;
		min-width: 780px;
	}
	.Main {
		/* overflow: hidden; */ /*This breaks the premium tooltip a bit*/
	}
	.Logo {
		float: left;
		font-weight: bold;
	}
	.Logo a {
		text-decoration: none;
		color: #fff;
		/* have to multiply to equal the Header height */
		height: 2em;
		display: block;
		line-height: 2em;
		margin: 0.25em 0em;

		background-image: url(images/logo.png);
	    background-repeat: no-repeat;
	    background-size: 1.5em;
	    background-position-y: 50%;
	    padding-left: 1.8em;
	}
	.Logo span {
		font-size: 0.6em;
	}
	.HeaderRight {
		float: right;
		line-height: 2.5em;
	}
	/* Dropdown */
	ul.dropdown,
	ul.dropdown li,
	ul.dropdown ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	}
	
	ul.dropdown {
	 position: relative;
	 z-index: 597;
	 float: left;
	}
	
	ul.dropdown li {
	 float: left;
	}
	
	ul.dropdown li a, ul.dropdown li .dropbtn {
		vertical-align: middle;
		padding: 0.34em 1em;
		/* have to multiply to equal the Header height */
		line-height: 2.9em;
		margin: 0;
		font-size: 0.5em;
	}
	
	ul.dropdown li .dropbtn:hover {
		text-decoration: none !important;
	}
	
	ul.dropdown li .dropbtn img {
	 width: 0.7em;
     padding-bottom: 0.05em;
	}
	
	ul.dropdown li .dropbtn {
		color: #fff;
		text-decoration: none;
		font-size: 1.2vw;
	    padding: 0 0.75vw 0 0.75vw;
	}
	ul.dropdown li a.last {
		padding-right: 1.5em;
	}

.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
  background: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 7em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	text-align: left;
	top: 2.5em;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
	background-color: #f1f1f1
}
.dropdown1:hover .dropdown-content1, .dropdown2:hover .dropdown-content2, .dropdown3:hover .dropdown-content3, .dropdown4:hover .dropdown-content4 {
  display: block;
}
.ui-widget.ui-widget-content {
    padding-bottom: 0.1em;
	overflow-y: scroll;
}
.dropdown4 {
	float: right !important;
}
	

	.clear { clear: both; }
	.FloatLeft { float: left; }
	.FloatRight { float: right; }

	.SubHeader {
		padding: 1em 0;
	}
	.SubHeaderLeft {
		float: left;
	}
	.SubHeaderRight {
		float: right;
	}
	.HeaderSearchForm {
		
	}
	.selectWrapper{
	  border-radius:10px;
	  display:inline-block;
	  overflow:hidden;
	  background:#e1e1e1;
	  border:1px solid #cccccc;
		float: left;
	}
	.selectBox {
		width:initial;
		height:3em;
		border:0px;
		padding: 0 2em 0 0.8em;
		background:#e1e1e1;
		color: #333;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url('images/dropdown-arrow-dark.png') no-repeat;
		background-position: right .7em top 50%, 0 0;
		background-size: .65em auto, 100%;
		cursor: pointer;
	}
	.selectBox:hover {
		background-color:#d4d4d4;
	}
	.selectBox::-ms-expand {
	    display: none;
	}
	.selectBox::-ms-value {
    	background: none;
		color: #333;
	}
	.selectBox option {
		background:#fff;
	}
	.SearchBoxOuter {
		float: left;
	}
	.SearchBox {
		float: left;
		margin-left: 0.6em;
	}
	.SearchBox input {
		height:3em;
	  border-top-left-radius:10px;
	  border-bottom-left-radius:10px;
	  display:inline-block;
	  overflow:hidden;
	  background:#fff;
	  border:1px solid #cccccc;
		padding: 0 1em;
		width: 20em;
		border-right: none;
	}
	.SearchBox input:focus {
		border-color: #1f6dbc;
	}
.ui-autocomplete {
    max-height: 20em;
    overflow-y: auto;
    overflow-x: hidden;
  }
  * html .ui-autocomplete {
    height: 20em;
  }
	.SubmitButton {
		float: left;
		height:3em;
	  border-top-right-radius:10px;
	  border-bottom-right-radius:10px;
	  display:inline-block;
	  overflow:hidden;
	  background:#d5491e;
	  border:1px solid #cccccc;
		border-left: none;
		color: #fff;
		padding: 0;
		cursor: pointer;
		padding: 0 1em;
	}
	.SubmitButton:hover {
		background-color: #be431d;
	}

	.UpgradeButton, .LogInButton {
		float: left;
		height:3em;
	  border-radius:10px;
	  display:inline-block;
	  overflow:hidden;
	  background-color:#4fae33;
	  border:1px solid #cccccc;
		color: #fff;
		padding: 0;
		cursor: pointer;
		padding: 0 1em;
	}
	.UpgradeButton {
		padding-left: 2.5em;
		background-image: url(images/cart-icon.png);
		background-repeat: no-repeat;
		background-position: left .7em top 48%, 0 0;
		background-size: 1.3em auto, 100%;
		margin-left: 0.6em;
	}
	.UpgradeButton:hover {
		background-color: #3d9423;
	}
	.LogInButton {
	  background:#707070;
	}
	.LogInButton:hover {
		background-color: #565656;
	}


.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}
.tooltip .TooltipIcon {
	width: 1.5em;
	opacity: 0.6;
}
.tooltip .TooltipIcon:hover {
	opacity: 0.9;
}
.tooltip h3 {margin:0 0 12px 0;}
.tooltip .TooltipContent {
	min-width: 30em;
    top: 2.5em;
    transform:translate(-50%, 0);
    padding:20px;
    color:#666;
    background-color:#eee;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}
.tooltip .BottomLeft {
	left: -11em;
}
.tooltip .BottomRight {
	left: 11em;
}
.tooltip:hover .TooltipContent {
    display:block;
}
.tooltip .TooltipContent i {
    position:absolute;
    bottom:100%;
	right: 1.5em;
    width:24px;
    height:12px;
    overflow:hidden;
}
.tooltip .TooltipContent i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.tooltip .TooltipContent.BottomLeft i {
	right: 2.2em;
}
.tooltip .TooltipContent.BottomRight i {
	left: 4em;
}
.tooltip .TooltipContent.BottomLeft i::after {
	right: 0%;
}
.tooltip .TooltipContent.BottomRight i::after {
	right: 0%;
}

.UpgradeTooltip {
	float: left;
    padding: 0.7em 0 0 0.4em;
}

.FullWidthPanel, .LeftPanel, .RightPanel {
	background-color: #fff;
	border: 1px solid #8c8c8c;
	border-radius:5px;
	display:inline-block;
    box-sizing: border-box;
	margin: 0 0 1em 0;
	text-align: left;
}
.FullWidthPanel {
	padding: 1em 1em;
	width: 100%;
}
.LeftPanel {
	padding: 1em 1em;
	margin: 0 0 1em 0;
	float: left;
	width: 49.5%;
	clear: left;
}
.RightPanel {
	padding: 1em 1em;
	margin: 0 0 1em 0;
	float: right;;
	width: 49.5%;
}
.HorizontalBlock1 {
	text-align: center;
	margin: 0 0 1em 0;
}

.FullWidthPanel h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	font-weight: lighter;
	border-bottom: 3px solid #ddd;
	padding: 0 0 0.4em 0.3em;
	line-height: 1.2em;
}
.CompanySummary h1 span {
	color: #5a5a5a;
}
.LogoSummary {
	float: right;
    padding-left: 1em;
}
.LogoSummary .CompanyLogo {
	height: 3em;
    padding-bottom: 0.6em;
	text-align: center;
    background-color: #fff;
}
.CompanyLogo img {
	height: inherit;
	padding-left: 1em;
	background-color: #fff;
}
.CompanySummary .FloatRight {
	background-color: #fff;
	padding-left: 0.8em;
}
.CompanySummary p {
	line-height: 1em;
	line-height: 1.5em;
    padding: 0;
    margin: 0;
}

.FullWidthPanel h2, .LeftPanel h2, .RightPanel h2 {
	margin: 0.2em 0 0.3em 0;
	font-size: 1.4em;
	font-weight: lighter;
	padding: 0 0 0 0.3em;
	display: inline-block;
}
.ExternalLinkIcon img {
	height: 1.3em;
    position: relative;
    opacity: 0.5;
    left: 0.1em;
    top: 0.2em;
}
.tooltip.FloatLeft {
    position: relative;
	left: 0.5em;
    top: 0.2em;
}
.TimeframesBlock {
	float: right;
}
.TimeframesBlock a {
	color: #000;
    display: block;
    float: left;
    padding: 0.1em 0.1em;
    margin: 0 0 0 0.4em;
}
.TimeframesBlock a:hover, .TimeframesBlock a.Selected {
	border-bottom: 3px solid #2b94e1;	
	text-decoration: none;
}
.TimeframesBlock .PremiumOverlay a, .TimeframesBlock a.Unselectable {
	color: #999;
}
.TimeframesBlock a.Unselectable:hover {
	border-bottom: none;
	cursor: default;
}
.TimeframesBlock .PremiumOverlay {
	float: left;
}

	.TrendlineDropdown {
		float: right;
		margin-left: 1em;
		/*clear: right;*/
	}
	.TrendlineSelect {
		-webkit-appearance: button;
	    -webkit-border-radius: 2px;
	    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	    -webkit-padding-end: 20px;
	    -webkit-padding-start: 2px;
	    -webkit-user-select: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
		/* fallback */
	    background-image: url(images/trendline-icon.png), url(images/dropdown-arrow-dark.png);
	    background-image: url(images/trendline-icon.png), url(images/dropdown-arrow-dark.png), linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	    background-position: left .5em top 50%, right .7em top 50%;
	    background-size: 2em,0.6em,100%;
	    background-repeat: no-repeat, no-repeat, repeat-x;
	    border: 1px solid #ccc;
	    color: #555;
	    font-size: inherit;
	    margin: 0;
	    padding: 0.2em 1.5em 0.2em 2.8em;
		/*width: 5.2em;*/
		width: 0;
	}
	.TrendlineSelect::-ms-expand {
	    display: none;
	}
	.TrendlineSelect::-ms-value {
    	background: none;
		color: #333;
	}
	.TrendlineSelect option {
		background:#fff;
	}

	.ChartHolder {
		width: 100%;
		clear:both;
	}
	.AlexaPanel {
		text-align: center;
	}
	.AlexaPanel img {
		width: 82%;
		padding-right: 2em;
	}
	.GoogleTrends {
		overflow: hidden;
		height: 15.5em;
	}
	.GoogleTrends div {	
		top: -6em;
    	overflow: hidden;
	    position: relative;
	}
	.GoogleTrendsZoomedOut {
		overflow: hidden;
		height: 22em;
	}
	.GoogleTrendsZoomedOut div {	
		top: -3.5em;
    	overflow: hidden;
	    position: relative;
	}
	.GoogleTrendsZoomedOut2 {
		overflow: hidden;
		height: max(40vw,35vh);
	}
	.GoogleTrendsZoomedOut2 div {
		top: min(-7vw,-7vh);
    	overflow: hidden;
	    position: relative;
	}
	.SubdomainsTable, .OtherTable {
		margin: 0 auto;
		padding-right: 3em;
	}
	.AnnouncementsTable, .DirectorsTable {
		padding-left: 1em;
		margin: 0 auto;
		width: 100%;
	}
	.AnnouncementsTable .TableAlignRight {
		padding: 0;
	}
	.AnnouncementsTable td {
		padding: 0.3em 0 0 0;
	}
	.SubdomainsTable a {
		color: inherit;
		text-decoration: none;
	}
	.SubdomainsTable a:hover {
		text-decoration: underline;
	}
	.SubdomainsTable .TableAlignRight, .OtherTable .TableAlignRight {
		text-align: right;
		padding-right: 1em;
	}
	.GoogleChartsHolder {
		position: relative;
		/*min-height: 10em;*/
		overflow: hidden;
	}
	.GoogleChartsWatermark {
		position: absolute;
    	top: 1.9em;
    	left: 3.3em;
    	color: #19599a;
    	font-size: 1em;
		opacity: 0.5;
	    font-weight: bold;
	}
	.ChartChangeWriting {
		text-align: center;
		font-style: italic;
		font-size: 0.9em;
	}

	.OtherWebsitesHolder ul {
		margin: 0;
	}
	.OtherWebsitesHolder ul li {
		padding-bottom: 0.5em;
	}
	.CompaniesTable { margin: 2em auto 0 auto; padding-left: 2em; }
	.CompaniesTable th, .CompaniesTable td { padding: 0 1em 0.5em 0; }





	.Footer {
		background-color: #19599a;
		padding: 0 0 1em 0;
		clear: both;
	}
	.FooterMiddle {
		width: 80%;
		margin: 0 auto;
		min-width: 780px;
		color: #d8dbea;
	}
	.FooterLinks {
		padding: 1.5em 0 1.5em 0;
	}
	.FooterLinks a {
		text-decoration: underline;
		color: #fff;
	}
	.FooterLinks a:hover {
		color: #d8dbea;
	}
	.toggle-nav { display: none; }



/* Mobile Friendly Theme - iPad and below.*/
@media only screen and (max-width: 770px) {
	* { box-sizing: border-box; }
	html, body {
	    width: 100%;
	    overflow-x: hidden;
	}
	.HeaderContent, .Main {
	    width: 100%;
		margin: 0;
	    min-width: auto;
	}
	.SubHeader {
	    padding: 0 0 1em 0;
	}
	.FooterMiddle {
	    width: inherit;
	    min-width: fit-content;
	}
	.FullWidthPanel, .RightPanel, .LeftPanel {
		float: none;
		clear: none;
		width: 98%;
		margin: 0 auto 1em auto;
	}
	.Header {
		height: auto;
	}
	.Logo a {
		margin: 0 0 0 2vw;
		font-size: min(7.5vw,7.5vh);
		line-height: min(15vw,15vh);
	}
	.toggle-nav {
		float:left;
		display:inline-block;
		float: right;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		transition:color linear 0.15s;
		font-size: min(7.5vw,7.5vh);
		height: min(15vw,15vh);
	    width: min(15vw,15vh);
	    line-height: min(15vw,15vh);
	}
	.toggle-nav:hover, .toggle-nav.active {
		text-decoration: none;
		background-color: #2573c2;
	}
	.HeaderRight {
		display: none;
	}
	.HeaderRight.active {
		display: block;
		float: none;
		position: absolute;
    	background-color: #2573c2;
		line-height: inherit;
		z-index: 999;
		max-width: 80% !important;
		padding-bottom: 4px;
	}
	.LogoSummary {
		float: none;
		padding: 0;
		text-align: center;
	}
	.selectWrapper { display: none; }
	.SubHeaderLeft {
		width: 100%;
		float: none;
	}
	.SubHeaderLeft .SearchBoxOuter, .SubHeaderRight {
		width: fit-content;
		margin: 0 auto;
		float: none;
	}
	.SubHeaderLeft .SearchBoxOuter {
		margin-bottom: 1em;
	}
	.SearchBox {
		margin: 0 0 0.6em 0;
		width: 60vw;
	}
	.SearchBox input {
		width: inherit;
	}
	h1 {
    	line-height: 1.2em;
	}
	.FullWidthPanel h2, .LeftPanel h2, .RightPanel h2 {
		font-weight: bold;
		font-size: 1.2em;
	}
	ul.dropdown li {
		float: none;
		font-size: 2vh;
		padding: 0 0.75vw 0 0.75vw;
		line-height: 1em;
	}
	ul.dropdown li .dropbtn, ul.dropdown li a {
		font-size: max(2vh,2vw);
	}
	ul.dropdown li a, ul.dropdown li .dropbtn {
		line-height: 2em;
	}
	.dropdown-content {
		display: block;
		position: inherit;
	}
	.dropdown4 {
		float: none !important;
	}
	.tooltip div {
		left: 50% !important;
	}
	.tooltip i {
		/* left: 48% !important;*/
		display: none;
	}
	.tooltip .TooltipContent {
		min-width: 90%;
		width: 90%;
		position: fixed;
		top: 40%;
	}
	.FullWidthPanel table {
		margin: 0 auto;
	    padding: 2em 0 0 0.5em;
	    overflow-x: scroll;
    	width: 100%;
	    display: block;
		background: no-repeat url(images/horizontal-scroll-icon.png);
		background-size: 3em;
		background-position: top 0.5em right;
	}
	.FooterMiddle {
		padding: 0 1em;
	}
}