/*

Swatches:
white: #fff;
blue: #3480d2;
darkblur:#478FA0;
yellow: #e8bb31;
purple: #a171a2;
red:; #de4c3c;
orange: #eea359;
green: #59b9a3;
grey: #D1D1D1;
darkgrey: #666;
lightgrey: #f6f6f1;

*/

/* 
====================
GLOBAL
====================
*/

html, body {
	font-size: 1em;
	background-color:#25252d;
}

img {
	max-width: 100%;
}

/* 
====================
FONTS
====================
*/


@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-hj0z8d');
	src:url('/fonts/icomoon.eot?#iefix-hj0z8d') format('embedded-opentype'),
	url('/fonts/icomoon.woff?-hj0z8d') format('woff'),
	url('/fonts/icomoon.ttf?-hj0z8d') format('truetype'),
	url('/fonts/icomoon.svg?-hj0z8d#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon_"], [class*=" icon_"], .filter, .active_filter {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*
.icon-facebook, .icon-twitter, .icon-youtube {
	color: rgba(255,255,255,0.5);
}

.icon-facebook:hover, .icon-twitter:hover, .icon-youtube:hover {
	color: #fff;
}
*/
.icon_facebook, .icon_twitter, .icon_youtube, .icon_mail, .icon_list, .icon_arrowdown, .icon_arrowright, .icon_checked, .icon_unchecked, .icon_filter, .icon_sign {
	font-size: .8em;
	color: #fff;
}

.icon_facebook:before {
	content: "\e906";
}

.icon_twitter:before {
	content: "\e905";
}

.icon_youtube:before {
	content: "\e902";
}

.icon_mail:before {
	content: "\e900";
}

.icon_list:before {
	content: "\e901";
}

.icon_arrowdown:before {
	content: "\e903";
}

.icon_arrowright:before {
	content: "\e904";
}

.icon_checked:before {
	content: "\e907";
}

.icon_unchecked:before {
	content: "\e908";
}
.icon_filter:before {
	content: "\e909";
}
.icon_sign:before {
	content: "\e90a";
}


p, ul li, li .list, ol li {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #fff !important;
	line-height: 1.2 !important;
	font-size: 1em;
}


h1, h2, h3, h4 {
	font-weight:normal;
	text-transform:uppercase;
	padding: 0;
	line-height: 1;
	margin: .2em 0 .3em 0;

}



h1 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 2em;	
	color: #fff;
	line-height: .8;
}

h2 {
	font-family: "Lato", sans-serif;
	font-size: 1.6em;
	color: #fff;
}

h3 {
	font-size: 1.2em;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

#getting-started {
	font-size: 1.8em;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	opacity: .5;
}

h3 a{
	color: #f2f2f2 !important;
	text-decoration: none;

}

h3 a:hover{
	color: #fff;

}

h4 {
	font-size: 1.5em;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #989898;
}

h5 {
	font-size: 1em;
	font-family: "nova", sans-serif;
	color: #2c2c2c;
	font-weight: normal;
}

.smalltext, ul li .smalltext {
	font-size: .7em !important;
}



.smallishtext {
	font-size: 1.5em;
}

.bold {
	font-family: "Lato", sans-serif;
	font-weight: 900;
}

.smalltitle {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 4em;
}


/* -- FONT CLASSES -- */


a, a:hover, a:visited,
h2 a, h2 a:hover, h2 a:visited
{
	text-decoration: none;
	color: #de4c3c;
	cursor: pointer;
}

p a, p a:hover, p a:visited,
li a, li a:hover, li a:visited,
#sublogo a:hover {
	color: #398fd2;
	-webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
	transition: color 0.5s;
	font-weight: 700;
}

a.whitelink {
	color: rgba(255,255,255,.5) !important;
}

ul {
	list-style: none;
	padding:0;
	margin:0;
}

.list { 
	padding-left: 2em; 
	text-indent: -.5em;
	margin-bottom: .5em;
	color: #fff;
	line-height:1em;
}

.list:before {
	content: "• ";
	color: rgba(255,255,255,.25); /* or whatever color you prefer */
}

.ol_list { 
	padding-left: 1em; 
	margin-bottom: .1em;
	color: #fff;
	line-height:1em;
}


/* 
====================
GENERAL CLASSES AND PARAMETERS
====================
*/

.parent {
	position: relative;
	overflow: hidden;
}

.italic {
	font-style: italic;
}

.inline {
	display: inline !important; 
}

.white {
	background-color: #fff;
}

.dark {
	background-color: #25252d;
}

.darker {
	background-color: rgba(0,0,0,.2);
}

.darktext {
	color: #25252d;
}

.blue {
	background-color: #3480d2;
}

.bluetext {
	color: #3480d2;
}

.darkbluetext {
	color:#478FA0;
}

.yellow {
	background-color: #e8bb31;
}

.yellowtext {
	color: #e8bb31;
}

.purple {
	background-color: #a171a2;
}

.purpletext {
	color: #a171a2;
}

.red {
	background-color: #de4c3c;
}


.nb_box {
	background-color: rgba(118,196,217,.25);

}

.nb_boxtext {
	padding: 25px;
}

.nb_box_green {
	background-color: rgba(89,185,163,0.25);

}

.nb_boxtext_green {
	padding: 25px;
}


.redtext {
	color: #de4c3c;
}

.blue` {
	background-color: #3480d2;
}

.bluetext {
	color: #3480d2 !important;
}


.orange {
	background-color: #eea359;
}

.orangetext {
	color: #dd7e31;
}


.green {
	background-color: #59b9a3;
}

.greentext {
	color: #59b9a3;

}

.greenlink a, .greenlink a:hover {
	color: #59b9a3 !important;
}

.whitelink a, .whitelink a:hover {
	color: #fff !important;
}



.grey {
	background-color: #D1D1D1;
}

.darkgrey {
	background-color: #666;
}

.greytext, li .greytext a {
	color: rgba(255,255,255,.5) !important;
	display: inline !important;
}

.lightgrey {
	background-color: #f6f6f1;
}

.lightgreytext {
	color: #ddd;
}

.white {
	background-color: #fff;
}

.whitetext {
	color: #fff;
}

.semiwhitetext {
	color: rgba(255,255,255,.5);
}


.purplelink a, .purplelink a:hover {
	color:#a171a2 !important;
}


.book {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.howistitle {
	font-size: 3em;
	line-height: .9;
	margin-bottom: 0em;
}

.uber {
	font-size: 8em;
	line-height: .5;
}

.uppercase {
	text-transform: uppercase;
}
.push {
	margin: -4px 0 ;
	z-index: -1000;
}

.number01, .number02, .number03, .number04 {
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.firstcharacter {
	float: left; 
	font-size: 2em; 
	line-height: 1em; 
	padding: 0px 8px 0px 3px; 
}

.darken {
	background-color: rgba(0,0,0,0.5);
}

.lighten {
	background-color: rgba(255,255,255,0.1);
	padding: 1em 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mockup {
	width: 50%;
}

.mockup_large {
	width: 75%;
}

.purple a, .purple a:hover, .purple a:visited {
	color:#622366 !important;
}

h5 a, h5 a:hover, h5 a:visited {
	color:#59b9a3 !important;
}

.number01 {
	background-image: url("/images/01.png");	
}
.number02 {
	background-image: url("/images/02.png");
	background-position: right;	
}
.number03 {
	background-image: url("/images/03.png");	
}
.number04 {
	background-image: url("/images/04.png");
	background-position: right;	
}


.centertext {
	text-align:center;	
}
.lefttext {
	text-align:left;	
}

.righttext {
	text-align:right;	
}

.extrapadding {
	padding: 20px 25px;		
}

hr {
	color: none;
	border: none;
	background-color: rgba(255,255,255,.1);
	height: 2px;
	width: 50%;
}

.split {
	height: 4em;	
}

.footer {
	z-index: 1000;
}

.footer p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: .8em;
	line-height: 1.5 !important;
}

.footer p a {
	font-weight: 400;
	color: rgba(255,255,255,.5) !important; 
}

.footer p a:hover {
	color: #fff !important;
	-o-transition: color 0.3s; 
	-moz-transition: color 0.3s; 
	-webkit-transition: color 0.3s; 
	transition: color 0.3s;
}

.footer .bold {
	font-weight: 900 !important;
	text-transform: uppercase;
}


.youtubewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: auto;
}

.youtubewrapperblank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5e5e5e;
}

.youtubewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img_round {
	border-radius: 50%;

}
/*
.footer p, .footer h1, .footer h2, .footer h3,
.footer p a:hover, .footer h1 a:hover, .footer h2 a:hover, .footer h3 a:hover {
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8em;
	color: #fff !important;
}

.footer p a, .footer h1 a, .footer h2 a, .footer h3 a{
	color: rgba(255, 255, 255, .5) !important;
	font-weight: 700;
}

.footer p a:hover, .footer h1 a:hover, .footer h2 a:hover, .footer h3 a:hover {
	-webkit-transition: color 0.3s; /* For Safari 3.1 to 6.0 */
	transition: color 0.3s;
}

*/

.hiddenuntilmobile {
	display: none !important;
}

.contact h3 a {
	color: #d1d1d1 !important;
	-webkit-transition: color 0.3s; /* For Safari 3.1 to 6.0 */
	transition: color 0.3s;
}

.contact h3 a:hover {
	color: #de4c3c !important;
}


/* -- Mailchimp 1 --*/



#mailchimp {
	text-align: center;
}


#mailchimp input, #mailchimp input[type="submit"], #mailchimp2 input, #mailchimp2 input[type="submit"] {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}


#mailchimp input, #mailchimp2 input  {
	background-color: rgba(255,255,255,.25) !important;
	border: none;
	font-size: 1em;
	padding: 1em;
	width: 50%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

#mailchimp input[type="submit"], #mailchimp2 input[type="submit"] {
	background-color: rgba(255,255,255,0) !important;
	cursor: pointer;
	font-size: 1.2em;
	width: 35%;
	padding: .5em 1em;
	border: 2pt solid #fff;
	-moz-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s; 
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-moz-transition: border 0.3s; 
	-o-transition: border 0.3s; 
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

#mailchimp input[type="submit"]:hover { 
	background-color: #398fd2 !important; 
	border: 2pt solid rgba(255, 255, 255, 0);
}

#mailchimp2 input[type="submit"]:hover { 
	background-color: #e8bb31 !important; 
	border: 2pt solid rgba(255, 255, 255, 0);
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: white !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: white !important;
}


.platform:hover {
	color:#75c5b0;
}

.platformiosimage, .platformandroidimage {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-position: 50% 0;
	text-indent: -99999px;
}


.platformiosimage {
	background-image: url('/images/ios.png');
}

.platformandroidimage {
	background-image: url('/images/android.png');
}

.platformiosimage:hover, .platformandroidimage:hover {
	background-position: 0 -151px;
}

.socialmediathumbs {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: 50% 0;
	text-indent: -99999px;
}

.facebookthumb {
	background-image: url('/images/facebook.png');
}


.twitterthumb {
	background-image: url('/images/twitter.png');
}

.facebookthumb:hover, .twitterthumb:hover {
	background-position: 0 -50px;
}


.corpapp {
	width: 50%;
	max-width: 300px;
	background-image: url('/images/corp_animation.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.corpicon {
	width: 75px;
}

canvas {
	width: 100% !important;
	max-width:750px;
	height: auto !important;

}


/* 
====================
MASTER DIV SECTIONS
====================
*/


/* Head & Menu */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	z-index:100;
	background-color: rgba(255,255,255,.1);
	background-color: #25252d;	
}

#logo {
	position: absolute;
	margin: 15px 0;
	overflow: visible;
	z-index: 150;
	left: 128px;
	top: -1px;
	width: 150px;
}

#sublogo {
	position: absolute;
	margin: 2em 0 0 210px;
	overflow: visible;
	z-index: 151;
	font-size: .5em !important;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}

#sublogo a {
	color: #fff !important;
}


#nav {
	text-align: right;
	margin: 0px 0 0 200px;
}

.navigation{
	float: right;
	list-style: none;
	margin: 10px 0 10px 0;
}

.navigation li {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: .8em;
	float: left;
	padding: 10px 0px 10px 30px;
}

.navigation li a{
	color: rgba(255,255,255,.5) !important;
	-webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
	transition: color 0.5s;

}

.navigation li a:hover {
	cursor:pointer !important;
	color: #fff !important;
}


.active  {
	border-bottom: 1px solid rgba(255,255,255,.25) !important;
	padding: 10px 10px 10px 10px !important;
	margin: 0 -10px 0 10px;

}





/* -- MOBILE MENU -- */

.hiddenuntilmobile  {
	display:none;	
}

#hiddenmenu {
	display: none;
}

.mobilemenu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto;
	background-color:#25252d;
	z-index:999;
	overflow: visible;
	padding: 10px 0 5px 0;	
}

.mobilemenu ul:first-child {
	text-align: left;
}

#mobilemenu {
	padding: 0; 
	border: 0;
	z-index: 1050;
}

li #togglebutton { 
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size:.8em;
}

#mobilemenu li a { 
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size:1.2em;
	display: block; 
	text-decoration: none; 
	color: #fff !important;
}

#mobilemenu ul, #mobilemenu li {
	list-style: none; 
	margin: 0; 
	padding: 0;
	
}

#mobilemenu ul li {  
	vertical-align: middle;
	padding: 1.5em 1em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#mobilemenu ul li:first-child {  
	padding: .5em 1em;
}


#mobilemenu > ul > li:last-child {
	border-bottom: none;
}

#mobilemenu .active { 
	background-color: rgba(255,255,255,.1) !important;
	padding: 1.5em 1em !important;
}


/* */

#map {
	z-index: -900 !important;
}


/* Red Wash over header video */
#hiafvideo {
	background-color: rgba(37,37,45,.8)!important;
}


/*======= BUTTONS ========*/


.button_standard, , .button_standard a, .button_subtle, .button_blue {
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	font-weight: normal;


}


.button_standard:hover {
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
	background-color: rgba(255,255,255,.1);
	border: 2px solid #fff;
}


.button_standard, .button_standard a {
	border: 2px solid #fff;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	background-color: rgba(0,0,0,0);

	padding: .5em 1em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

.button_subtle {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #282828;
	padding: 15px 25px;
}

.button_arrow {
	text-align: center;
	width: 25%;
}



/* Button Animations */

.outline, .outline_blue {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline:before, .outline_blue:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.outline:hover:before, .outline:focus:before, .outline:active:before,
.outline_blue:hover:before, .outline_blue:focus:before, .outline_blue:active:before {
	top: -.5em;
	right: -.2em;
	bottom: -.5em;
	left: -.2em;
}

.outline:before {
	border: #de4c3c solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.outline:hover:before {
	border: #3480d2 solid 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.outline_blue:before {
	border: #00b4ff solid 5px;
}

/* End New buttons */

/* Data Header */

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 1280px 0; }
}

.data_header {
	width: 100%; 
	height: 100%; 
	background-image: url("/images/data_header.png");
	background-position: center 0px;
	background-repeat: repeat;
}

.ambassador_header {
	width: 100%; 
	height: 100%; 
	background-image: url("/images/ambassador_header.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-position: fixed;
	background-image-opacity: .1 !important;

}

.support_header {
	position: absolute;
	width: 100%; 
	height: 120%; 
	background-image: url("/images/support.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-position: fixed;
	background-image-opacity: .1 !important;
	pointer-events: none;
	-webkit-animation: support_animation 10s 0s infinite ease ;
	-moz-animation: support_animation 10s 0s infinite ease;
	-o-animation: support_animation 10s 0s infinite ease;
	animation: support_animation 10s 0s infinite ease;
}

.downloaddata_header {
	position: absolute;
	width: 100%; 
	height: 100%; 
	background-image: url("/images/binary.png");
	background-repeat: repeat;
	background-position: fixed;
	animation: animatedBackground 30s ease infinite;
	pointer-events: none;
}

@keyframes support_animation {
	0%   {transform: rotate(5deg)}
	50% {transform: rotate(-5deg)}
	100%   {transform: rotate(5deg)}
}

@-o-keyframes support_animation {
	0%   {-o-transform: rotate(5deg)}
	50% {-o-transform: rotate(-5deg)}
	100%   {-o-transform: rotate(5deg)}
}

@-moz-keyframes support_animation {
	0%   {-moz-transform: rotate(5deg)}
	50% {-moz-transform: rotate(-5deg)}
	100%   {-moz-transform: rotate(5deg)}
}
@-webkit-keyframes support_animation {
	0%   {-webkit-transform: rotate(5deg)}
	50% {-webkit-transform: rotate(-5deg)}
	100%   {-webkit-transform: rotate(5deg)}
}



/* Translate */

.translate {
	position: fixed;
	top: .5em;
	right:1em;
	z-index: 1000;
}


.header_background {
/*	background-image: url("/images/map.png");
	background-image-opacity: .1;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: 100% !important;
	-webkit-animation: world_animation 120s 0s infinite linear ;
	-moz-animation: world_animation 120s 0s infinite linear;
	-o-animation: world_animation 120s 0s infinite linear;
	animation: world_animation 120s 0s infinite linear;
	padding: 0 !important;
	margin: 0 !important;*/
}

.header_background_gradient {
	position: relative;
	width: 100%;
	background: rgba(37,37,45,.95);
}

@-webkit-keyframes world_animation {
	0% { background-position: 0px 0; }
	100% { background-position: 800px 0; }
}
@-moz-keyframes world_animation {
	0% { background-position: 0px 0; }
	100% { background-position: 800px 0; }
}
@-o-keyframes world_animation {
	0% { background-position: 0px 0; }
	100% { background-position: 800px 0; }
}
@-ms-keyframes world_animation {
	0% { background-position: 0px 0; }
	100% { background-position: 800px 0; }
}
@keyframes world_animation {
	0% { background-position: 0px 0; }
	100% { background-position: 800px 0 ; }
}



.rotate {
	-webkit-animation: rotate 10s infinite linear;
	-moz-animation: rotate 10s infinite linear;
	-o-animation: rotate 10s infinite linear;
	animation: rotate 10s infinite linear;
}


@-webkit-keyframes rotate {
	0%   {-webkit-transform: rotate(0deg)}
	100% {-webkit-transform: rotate(360deg)}
}

@-moz-keyframes rotate {
	0%   {-moz-transform: rotate(0deg)}
	100% {-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate {
	0%   {-o-transform: rotate(0deg)}
	100% {-o-transform: rotate(360deg)}
}
@keyframes rotate {
	0%   {transform: rotate(0deg)}
	100% {transform: rotate(360deg)}
}


/* GRADIENT$S */

.purpleblue {
	background: rgb(147,89,173);
background: -moz-linear-gradient(-45deg, rgba(147,89,173,1) 0%, rgba(57,143,210,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(147,89,173,1) 0%,rgba(57,143,210,1) 100%);
background: linear-gradient(135deg, rgba(147,89,173,1) 0%,rgba(57,143,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9359ad', endColorstr='#398fd2',GradientType=1 );

}

.redorange {
	background: rgb(222,76,60);
background: -moz-linear-gradient(-45deg, rgba(222,76,60,1) 0%, rgba(221,126,49,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(222,76,60,1) 0%,rgba(221,126,49,1) 100%);
background: linear-gradient(135deg, rgba(222,76,60,1) 0%,rgba(221,126,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c3c', endColorstr='#dd7e31',GradientType=1 );
}

.greenblue {
background: rgb(104,196,114);
background: -moz-linear-gradient(-45deg, rgba(104,196,114,1) 0%, rgba(57,143,210,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(104,196,114,1) 0%,rgba(57,143,210,1) 100%);
background: linear-gradient(135deg, rgba(104,196,114,1) 0%,rgba(57,143,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c472', endColorstr='#398fd2',GradientType=1 );

}

.redpurple {background: rgb(222,76,60);
background: -moz-linear-gradient(-45deg, rgba(222,76,60,1) 0%, rgba(147,89,173,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(222,76,60,1) 0%,rgba(147,89,173,1) 100%);
background: linear-gradient(135deg, rgba(222,76,60,1) 0%,rgba(147,89,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4c3c', endColorstr='#9359ad',GradientType=1 );}
.whiteolink a, .whiteolink a:hover  {
	color: rgba(255,255,255,.5) !important;

}

.disclaimer {
	background: rgb(37,37,45);
background: -moz-linear-gradient(top, rgba(37,37,45,1) 4%, rgba(220,76,60,1) 100%);
background: -webkit-linear-gradient(top, rgba(37,37,45,1) 4%,rgba(220,76,60,1) 100%);
background: linear-gradient(to bottom, rgba(37,37,45,1) 4%,rgba(220,76,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25252d', endColorstr='#dc4c3c',GradientType=0 );
}




/* Graph */


.section_facts {
	position: relative;
	overflow: hidden;
}

.facts_graph1, .facts_graph2, .facts_graph3, .facts_graph4, .facts_graph5, .facts_graph6, .facts_graph7  {
	position: absolute;
	bottom: 0;
	width: 10%;
	background-color: rgba(255,255,255,.05);
}

.facts_graph1 {
	height:30%;
	left: 3.75%;
}
.facts_graph2 {
	height:35%;
	left: 17.5%;
}
.facts_graph3 {
	height:40%;
	left: 31.25%;
}
.facts_graph4 {
	height:50%;
	left: 45%;
}
.facts_graph5 {
	height:42.5%;
	left: 58.75%;
}
.facts_graph6 {
	height:47.5%;
	left: 72.5%;
}
.facts_graph7 {
	height:90%;
	left: 86.25%;
}

.graph1_animation {
	-webkit-animation: graph_animation 30s 5s infinite;
	-moz-animation: graph_animation 30s 5s infinite;
	-o-animation: graph_animation 30s 5s infinite;
	animation: graph_animation 30s 5s infinite;
}

.graph2_animation {
	-webkit-animation: graph_animation 20s 2s infinite;
	-moz-animation: graph_animation 20s 2s infinite;
	-o-animation: graph_animation 20s 2s infinite;
	animation: graph_animation 20s 2s infinite;
}

.graph3_animation {
	-webkit-animation: graph_animation 15s infinite;
	-moz-animation: graph_animation 15s infinite;
	-o-animation: graph_animation 15s infinite;
	animation: graph_animation 15s infinite;
}

.graph4_animation {
	-webkit-animation: graph_animation 40s 2.5s infinite;
	-moz-animation: graph_animation 40s 2.5s infinite;
	-o-animation: graph_animation 40s 2.5s  infinite;
	animation: graph_animation 40s 2.5s  infinite;
}

@keyframes graph_animation {
	0%, 20%, 40%, 60%, 80%, 100% {
		height: 30%;
	}

	10%, 70% {
		height: 50%;
	}

	30% {
		height: 65%;
	}
	50% {
		height: 40%;
	}
	90% {
		height: 92%;
	}
}


/* Snow */

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: "Lato", sans-serif;
  text-shadow: 0 0 1px #000;
  opacity: .1;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


#data_download_div{
	display: none;
}

