


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
  zoom:1;
  display:block;
  width:100%;
  height:100%;
}
body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   DATACOUP custom styles
   ========================================================================== */


/******** Universal Styles **********/

html {
	background: #484f52;
}
body {
 background: #484f52;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	}
ul, ol {
	list-style: none;
	margin:0;
}

a {
-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
a:hover {
	color:inherit;
}


h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 400;
}
h2 {
	color:#3A3F41;
	margin-bottom: 10px;
	font-weight: 300;
}
h4 {
 color:#3A3F41;
 font-weight: 400;
 font-size: 26px;
}
p {
	color:#6b6c6d;
	margin-bottom: 70px;
	font-size: 20px;
}
.button {
	background: none;
	border:3px solid #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	padding:13px 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	background: #fff;
	color:#6fa4da;
}
.button.docs-btn {
	border:2px solid #6fa4da;
	color:#6fa4da;
	border-radius: 2px;
	padding:5px 6px;
	font-size: 14px;
}
.button.docs-btn:hover {
	background:#6fa4da;
	color:#fff;
}
.logo {
	background: url('../img/logo.png') no-repeat;
	height: 34px;
	width: 143px;
}
.logo-small {
	background: url('../img/logo-mark.png') no-repeat;
	height: 30px;
	width: 128px;
	display: block;
}
.logo-mark {
	background: url('../img/full-logo-mark.png') no-repeat;
	height: 61px;
	width: 80px;
}


		/* ==========================================================================
   Landing Page
   ========================================================================== */

/*------intro------------------------------*/
#intro {
 height: 630px;
}
video {
position:absolute;
right: 0;
top: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index:0;
background-size: cover;
}
#intro-overlay {
background: rgba(111, 164, 218, .9);
position: absolute;
z-index: 100;
display: block;
min-width: 100%;
min-height: 100%:
}
/*------Header-----------------------------*/


#header {
	padding:18px;	
}
.menu ul li {
	display: inline-block;
	color:#fff;
	margin: 8px 0px 4px 40px;
}
.menu a {
	color:#fff;
}
.menu a:hover {
	 border-bottom: 2px solid #fff;
}
.menu .fa-reorder {
	font-size: 20px;
	margin-top:8px;
}

.menu .f-dropdown li {
	display: block;
}
.menu .f-dropdown li:hover {
	border-bottom: none;
}

/*------Hero-----------------------------*/

   
#hero {
	height: 596px;
}

.hero-message {
	padding:190px 0;
	text-align: center;
}
.hero-message h4 {
	padding:4px 0px 26px;
}

/*------Overview-----------------------------*/


#overview {
	background: #f0f1f3;
	padding:100px 0 80px;
	position: relative;
	z-index: 100;
}
#activity-screen {
	background: url('../img/activity-bg.png') no-repeat;
	height: 414px;
	width: 600px;
	margin:0 auto -80px;
}
.earnings {
	margin-top:5px;
	margin-left: 5px;
	position: absolute;
}
.info-box {
 display: inline-block;
	padding:14px 12px;
	margin: 8px 4px 0;
	border:2px solid #c3c4c5;
	max-height: 82px;
	min-width: 138px;
}
.info-box span {
	font-size: 20px;
	font-weight: 500;
	color:#6fa4da;
}
.info-box p {
	display: block;
	font-size: 12px;
	color:#c3c4c5;
}
.plot-container {
 margin-top:84px;
 position: relative;
}
.plot {
	background: #6fa4da;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
}
.plot1 {
	left: 25px;
	top:200px;
}
.plot2 {
	left: 45px;
	top:170px;
}
.plot3 {
	left: 62px;
	top:150px;
}
.plot4 {
	left: 82px;
	top:189px;
}
.plot5 {
	left: 105px;
	top:166px;
}
.plot6 {
	left: 110px;
	top:150px;
}
.plot7 {
	left: 123px;
	top:160px;
}
.plot8 {
	left: 136px;
	top:120px;
}
.plot9 {
	left: 143px;
	top:145px;
}
.plot10 {
	left: 154px;
	top:154px;
}
.plot11 {
	left: 164px;
	top:100px;
}
.plot12 {
	left: 174px;
	top:170px;
}
.plot13 {
	left: 189px;
	top:129px;
}
.plot14 {
	left: 203px;
	top:140px;
}
.plot15 {
	left: 215px;
	top:116px;
}
.plot16 {
	left: 235px;
	top:160px;
}
.plot17 {
	left: 244px;
	top:125px;
}
.plot18 {
	left: 260px;
	top:110px;
}
.plot19 {
	left: 269px;
	top:110px;
}
.plot20 {
	left: 276px;
	top:150px;
}
.plot21 {
	left: 290px;
	top:125px;
}
.plot22 {
	left: 304px;
	top:120px;
}
.plot23 {
	left: 320px;
	top:78px;
}
.plot24 {
	left: 339px;
	top:110px;
}
.plot25 {
	left: 350px;
	top:120px;
}
.plot26 {
	left: 358px;
	top:69px;
}
.plot27 {
	left: 370px;
	top:75px;
}
.plot28 {
	left: 380px;
	top:78px;
}
.plot29 {
	left: 399px;
	top:110px;
}
.plot30 {
	left: 415px;
	top:120px;
}
.plot31 {
	left: 424px;
	top:70px;
}
/*------Data-----------------------------*/


#data {
 background:#F9FAFC;
	padding:100px 0 80px;
	position: relative;
	z-index: 100;
}

#profile-screen {
	background: url('../img/profile-bg.png') no-repeat;
	height: 414px;
	width: 600px;
	margin:0 auto -80px;
}
.profile-container {
	padding-top:68px !important;
}
.attribute {
	display: inline-block;
	padding:12px 0px 14px 14px;
	border:2px solid #c3c4c5;
	margin:5px 3px;
	width: 142px;
}
.attribute h5 { 
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color:#c3c4c5;
}
.attribute i {
	color:#6fa4da;
	font-size: 18px;
	vertical-align: text-top;
}
.placeholder-long {
 margin: 6px 0;
	background: #d3d4d5;
	border-radius: 8px;
	height: 4px;
	width: 110px;
}
.placeholder-med {
 margin:2px 0 6px;
	background: #d3d4d5;
	border-radius: 8px;
	height: 4px;
	width: 90px;
}
.placeholder-short {
 margin:6px 0;
	background: #d3d4d5;
	border-radius: 6px;
	height: 4px;
	width: 70px;
}

/*------View-----------------------------*/


#view {
 background:#F9FAFC;
	padding:100px 0 80px;
		position: relative;
	z-index: 100;
}
#accounts-screen {
	background: url('../img/accounts-bg.png') no-repeat;
	height: 414px;
	width: 600px;
	margin:0 auto -80px;
}
.screen-container {
	width: 455px;
	margin:0 auto;
	padding-top:63px;
	position: relative;
}
.account {
 background:#F9FAFC; 
	height: 92px;
	width: 95px;
	display: inline-block;
	margin:6px;
	position: absolute;
}
.account .fa-check-circle {
	position: absolute;
	color: #6fa4da;
	left: 80px;
	top:3px;
	font-size: 14px;
}
.credit-card {
	left:2px;
}
.twitter {
	left: 233px;
}
.linkedin {
	left:347px;
}
.google {
	top:170px;
	left:	120px;
}
.instagram {
	top:170px;
	left:347px;
}
.youtube {
	top:278px;
	left:2px;
}
.circle {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	text-align: center;
	border:1px solid #c3c4c5;
	margin:18px auto;
}
.circle i {
	font-size: 24px;
	line-height: 56px;
	color:#6fa4da;
}

/* presssssssssss -------------------------------------*/

#press {
	background:#f0f1f3;
	padding:75px 0 60px;

}
.logos {
	width: 90%;
	margin: 0 auto;
}
.logos li {
	display: inline-block;
	margin:40px auto;
}
#time {
	background: url('../img/time.png') no-repeat;
	height: 34px;
	width: 104px;
	margin:0 auto;
}
#mit {
	background: url('../img/mit.png') no-repeat;
	height: 42px;
	width: 96px;
	margin:0 auto;
}
#guardian {
	background: url('../img/guardian.png') no-repeat;
	height: 25px;
	width: 140px;
	margin:10px auto 0;
}
#forbes {
	background: url('../img/forbes.png') no-repeat;
	height: 34px;
	width: 130px;
	margin:0 auto;
}
#economist {
	background: url('../img/economist.png') no-repeat;
	height: 40px;
	width: 78px;
	margin:0 auto;
}
#cnbc {
	background: url('../img/cnbc.png') no-repeat;
	height: 48px;
	width:92px;
	margin:0 auto;
}

/*------Secondary Signup-----------------------------*/


#secondary-signup {
 background:#6fa4da;
	padding:90px 0 78px;
	text-align: center;
}
#secondary-signup h2 {
	color:#fff;
	margin-bottom: 25px;
}

/*------Footer-----------------------------*/


#footer {
 background:#484f52;
}

.footer-section {
	padding-top:80px;
	padding-bottom: 54px;
}
.footer-section .title,a {
 margin-bottom: 6px;
	color: #6fa4da;
}
.footer-section {
	color: #fff; 
}
.blog-link {
	padding: 4px 0;
}
.sub-link a {
	color:#fff;
}
.blog-link span a {
 font-style: italic;
 border-bottom:2px solid #6fa4da;
 color:#fff !important;
}
.blog-link span a:hover {
	border-color:#fff;
}
.footer-menu a {
	color:#fff;
}
.footer-menu a:hover {
	border-bottom: 2px solid #fff;
}
#social-links {
	padding:0px 0 18px;
}
#social-links a {
 margin-right:30px;
 color:#fff;
 font-size: 24px;
}
#social-links a:hover {
	color:#6fa4da;
}
.address {
	line-height: 20px;
}
.address a {
	font-size: 14px;
	color:#ddd
}
.copyright {
	color:#999 !important;
	font-size: 14px;
	padding-top:0px;
}

/*------Media Queries-----------------------------*/
 

@media only screen and (max-width: 40em) { 
	#activity-screen {
	}
	.logos li {
		width: 50%;
	}
	#view, #overview, #data {
		padding:60px 20px 0 !important;
	}
	#press {
		padding: 40px 0;
	}
	#intro {
		height: 580px;
	}
	.hero-message {
		padding:125px 0;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
		font-weight: 400;
	}
	.footer-section {
		padding-top:10px;
	}
	.footer-section:first-child {
		padding-top:50px;
	}
	.menu ul li {
		padding:0;
		margin:0;
	}
	.menu a:hover {
		border-bottom: none;
	}
}

 
 
/* ==========================================================================
 Documentation
 ========================================================================== */

.docs-logo-container {
 position: fixed;
 width: inherit;
 z-index: 100;
 padding:2px 0 0px;
}
.docs-logo-container img {
	margin:8px 0 0 31px;
	display: block;
}

.side-nav {
	padding-top:54px;
	position: fixed;
	width: inherit;
}
.side-nav li {
	margin:0px !important;
}
.side-nav li a {
	padding-top:1px !important;
	padding-bottom:1px !important;
}
.side-nav span {
	padding-left:19px;
	color:#ccc;
}
.nav-section {
	color:#fff;
	font-size: 16px;
	padding-left: 33px;
	margin-top:18px;
}

#docs-content {
 background: #F9FAFC;
}
.header {
	position: fixed;
	top:0;
	padding:8px 20px 8px 63px;
	background: #fff;
	width:inherit;
}
.header span {
	font-size: 18px;
	line-height:30px;
	font-weight: 400;
	color:#6fa4da;
	float:left;
} 
.signup-link {
	color:#6fa4da !important;
}
.log-in {
		color:#aaa !important;
		line-height: 32px;

}
.header-links li {
	display: inline-block;
	padding-left: 20px;
	float: right;
}
.header-links .button {
	margin-bottom:0;
}
.docs-body {
	background: #f0f1f3;
	padding-top:0px;
}

.docs-section {
}
.doc-section-title h1 {
	margin-left: 62px;
	line-height: 120px;
	color:#fff;
	font-size: 44px;
	font-weight: 300;
	display: inline-block;
	color:#6fa4da;
}
.doc-section-title {
	background: #fff;
 z-index: 100;
 display: block;
 min-width: 100%;
 height: 120px;
}
.docs-section-content {
	padding:60px 55px 60px 64px;
	background: #f0f1f3;
	border-bottom:thin solid #ddd;
}
.docs-section-content.last { 
 	border-bottom:none;

}
.docs-section-content p {
	margin-bottom:10px;
	color:#6b6c6d;
}
.inline-p {
	vertical-align: middle;
}
.docs-section-content h3 {
	color:#3A3F41;
}

.screen-shot {
	border: thin solid #ddd;
	margin:34px 0;
	display: inline-block;
}
.team {
	margin-top:50px;
}
.team img {
	display: inline-block;
	border:thin solid #6b6c6d;
}
.team .team-desc {
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
}
.team-desc span:first-child {
	font-size: 20px;
	font-weight: 600;
	color:#6fa4da;
}
.team-desc span:last-child {
	font-size: 16px;
	font-weight: 400;
	color:#6b6c6d;
}
.team .team-desc span {
	display: block;
}
.team .team-desc a {
	color:#3A3F41;
	text-decoration: underline;
}
.team p {
	font-size: 14px;
	margin-top:6px;
	padding-right: 30px;
}
.bulleted li {
	list-style: disc;
	margin-left: 40px;
	color:#6b6c6d;
}
#jobs span {
	font-size: 20px;
	font-weight: 600;
	color:#6fa4da;
}
/* ==========================================================================
  Accesibility
 ========================================================================== */

 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
