/* Storj - The Future of Cloud Storage */

/* --------------------------------

Fonts

-------------------------------- */



/* --------------------------------

Main

-------------------------------- */

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
  background: #fff;
}
b, strong {
	font-weight: 800;
}
a {
	text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
a:hover {
	color: #133E9C;
}

table, th, td {
  border: 1px solid black;
	vertical-align: top;
}
.link {
	border-bottom: 1px solid #0059D0;
}
.link:hover, .link:focus {
	text-decoration: none;
	border-color: #133E9C;
}

.legal p {
	font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6, a, p, span {
	-webkit-font-feature-settings: 'kern' 1;
	-moz-font-feature-settings: 'kern' 1;
	-ms-font-feature-settings: 'kern' 1;
	-o-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	text-rendering: optimizelegibility;
	font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	color: #000;
	margin-bottom: 0.6em;
}
.title {
	margin-bottom: 1em;
}
p {
  font-family: 'Roboto';
  font-weight: 300;
	line-height: 1.5;
}
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.section {
	padding: 4em 0 5em;
}

.white {
	background: #fff;
}

.grey {
	background: #f2f4f6;
}

.careers-grey{
  background: #F4F6F9;
}

.normal {
  font-weight: normal;
}

.text-black {
	color: #000;
}

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer55 { height: 55px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer60 { height: 60px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer80 { height: 80px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer90 { height: 90px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer125 { height: 125px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer140 { height: 140px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.mb0 { margin-bottom: 0 !important; }
.mt0 { margin-top: 0 !important; }
.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.ml-295 {
  margin-left: 303px;
}

.ml-77 {
  margin-left: 77px;
}

.ml-515 {
  margin-left: 531px;
}


/* --------------------------------

Buttons

-------------------------------- */

.btn {
	font-weight: 800;
	background: #0059D0;
	color: #FFF;
  font-size: 14px;
  font-family : 'Poppins';
	padding: 14px 50px;
	border-radius: 5px;
	z-index: 2;
	outline: 0;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn-grey {
	font-weight: 800;
	text-transform: uppercase;
	background: none;
	font-size: 15px;
	padding: 14px 50px;
	border-radius: 4px;
	z-index: 2;
	outline: 0;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
	color: #fff;
	background: #133E9C;
	outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}

.btn-transparent {
	background: transparent;
    border: 2px solid #eee;
    color: #555;
}
.btn-transparent:hover {
	background: #fff;
	color: #333;
	border-color: #555;
}
.btn-transparent:focus {
    color: #0059D0;
    border-color: #0059D0;
    background: #fff;
}

.btn-green {
	color: #fff;
	background: #88C425;
}
.btn-green:hover, .btn-green:focus {
	background: #91D127;
}

.btn-orange {
	background: #FF7F00;
	color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
	background: #FF6600;
}

.btn-purple {
	background: #7056bf;
	color: #fff;
}
.btn-purple:hover, .btn-purple:focus {
	background: #7016bf;
}

.btn-red {
	background: transparent;
	border-color: #fa6e50;
	color: #fa6e50;
}
.btn-red:hover, .btn-red:focus {
    background: #fa6e50;
    border-color: #fa6e50;
    color: #fff;
}

.btn-white {
	background: #fff;
	color: #003366;
}
.btn-white:hover, .btn-white:focus {
    background: #fff;
    color: #2683ff;
}

.btn-menu {
	margin: 28px 0 28px 6px;
	padding: 12px 32px 10px;
}

.btn-action {
	margin-top: 18px;
    padding: 12px 36px 10px;
}

.btn-block {
	margin-top: 1.6em;
	margin-bottom: 1.4em;
}

.btn-download {
	max-width: 100%;
}

.btn-signup {
	margin: 10px auto 20px;
	display: block;
	max-width: 360px;
}

.subscribe {
    margin-top: 0;
    margin-bottom: 15px;
}


/* --------------------------------

Navigation

-------------------------------- */

.navbar-brand {
	padding: 0;
	margin-top: 40px;
  margin-bottom: 40px;
	height: 44px;
}
.link-style{
  display:inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.logo {
  display: inline-block;
  height: 44px;
}

.navbar-default .logo-blue {
	display: none;
}
.navbar-blue .logo-blue {
	display: block;
}

.navbar-default .logo-white {
	display: block;
}
.navbar-blue .logo-white {
	display: none;
}

.logo-storjshare {
	width: 180px;
}

.section-to-collapse{
  display: block;
}

@media only screen and (max-width: 320px) {
  .section-to-collapse{
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
  .section-to-collapse{
    display: none;
  }

  .text-xs-center {
    text-align: center;
  }
}

.menu {
    z-index: 3;
    background: none;
    border: none;
    margin: 0;
}

.navbar-heroku {
    margin-top: 30px;
}

.nav-adjust{
  font-size: .9em !important;
  margin-right:25px !important;
}

.navbar-toggle {
    padding: 10px;
}

.navbar-default .navbar-toggle {
    border: 2px solid #fff;
}
.navbar-blue .navbar-toggle {
    border: 2px solid #0059D0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-blue .navbar-toggle .icon-bar {
    background-color: #0059D0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
    background-color: #0059D0;
}

.navbar-default .navbar-toggle.collapsed:hover, .navbar-default .navbar-toggle.collapsed:active {
    background: none;
}
.navbar-default .navbar-toggle.collapsed:hover, .navbar-default .navbar-toggle.collapsed:active {
    background: #0059D0;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    background-color: #fff;
}

.navbar-blue .navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.08);
}
.navbar-default .navbar-collapse.in{
    border-color: transparent;
}
.navbar-collapse.in li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.navbar-blue .navbar-collapse.in li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar-nav {
    margin: 0 -15px;
    text-align: center;
    display: flex;
}

@media only screen and (max-width: 738px) {
  .navbar-nav {
    display: block;
  }
}

.navbar-nav>li>a {
	padding: 52px 24px;
  line-height: 20px;
  text-align: center;
}

.navbar-default .nav>li>a:hover, .nav>li>a:focus {
  background: none;
  color: #fff;
}
.navbar-blue .nav>li>a:hover, .nav>li>a:focus {
  color: #0059d0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-blue .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #0059d0;
}

.navbar-default .navbar-nav>li>a {
	display: inline-block;
	color: #fff;
	border: 0;
	width: 100%;
}
.navbar-blue .navbar-nav>li>a {
	color: #0059d0;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration: underline;
}
.navbar-blue .navbar-nav>li>a:hover {
	color: #0059d0;
	text-decoration: underline;
}

.navbar .dropdown {
	display: inline-block;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-blue .navbar-nav>.open>a, .navbar-blue .navbar-nav>.open>a:hover, .navbar-blue .navbar-nav>.open>a:focus {
  color: #0059d0;
}

.home .navbar {
	margin-top: 6px;
}
.home .nav>li>a.link:hover, .home .nav>li>a.link:focus {
  text-decoration: underline;
}

.bg-img-home-hero {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 650px;
}

@media only screen and (max-width: 1200px) {
  .bg-img-home-hero {
    min-height: 1210px;
  }
}

@media only screen and (max-width: 600px) {
  .bg-img-home-hero {
    min-height: 1370px;
  }
}


@media only screen and (max-width: 400px) {
	.bg-img-home-hero {
	    min-height: 1590px;
		}
}


.navbar-page {
	border: 0;
	border-radius: 0;
	background: #fff;
}
.navbar-page .navbar-nav>li>a {
	padding: 40px 16px;
	width: 100%;
    color: #333;
    border: 0;
}
.navbar-page .navbar-nav>li>a:hover {
	color: #0059D0;
}
.navbar-page .nav>li>a.link:hover, .navbar-page .nav>li>a.link:focus {
    text-decoration: underline;
}

.navbar-page .navbar-nav>li>a:hover, .navbar-page .navbar-nav>li>a:focus {
    color: #0059D0;
}
.navbar-page .navbar-nav>li>a.active {
	color: #0059D0;
}
.navbar-page .navbar-toggle {
	margin-top: 34px;
    margin-right: 22px;
    border: 2px solid #0059D0;
}
.navbar-page .navbar-toggle .icon-bar {
	background: #0059D0;
}
.navbar-page .navbar-toggle:hover .icon-bar {
	background: #fff;
}

.navbar .dropdown-menu {
    background: rgba(0,0,0,0.4);
    top: 80px;
    padding: 0;
}
.home .navbar .dropdown-menu {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar .dropdown-menu>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 0;
    border: 0;
    padding: 1em;
}
.navbar .dropdown-menu>li>a:hover {
	color: #333;
    text-decoration: underline;
}

.navbar-page .navbar-nav>.open>a, .navbar-page .navbar-nav>.open>a:hover, .navbar-page .navbar-nav>.open>a:focus {
    color: #0059D0;
}
.navbar-page .navbar-nav>li>a:hover, .navbar-page .navbar-nav>li>a:focus {
    color: #0059D0;
}
.navbar-page .dropdown-menu {
	background: #fff;
}
.navbar-page .dropdown-menu>li>a {
	color: #333;
}
.navbar-page .dropdown-menu>li>a:hover {
	color: #0059D0;
}
.navbar-page .dropdown-menu>li>a:active {
	color: #0059D0;
}

.btn-rent {
	background: transparent;
	border: 2px solid #eee !important;
	padding: 8px 10px !important;
	margin-top: 31px;
	margin-left: 10px;
	width: auto !important;
}
.btn-partner {
	background: transparent;
	border: 2px solid #eee !important;
  padding: 14px 20px !important;
}
.btn-partner:focus, .btn-partner:active, .btn-partner:hover {
	border: 2px solid #929292 !important;
	color: #929292 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.btn-partner.active {
	border-color: #929292 !important;
  border: 2px solid #929292 !important;
	box-shadow: none !important;
}
.btn-rent:focus, .btn-rent:active, .btn-rent:hover {
	border-color: #fff;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.btn-rent.active {
	border-color: #fff !important;
	color: #fff !important;
	box-shadow: none !important;
}
.navbar-page .btn-rent:hover, .navbar-page .btn-rent:focus, .navbar-page .btn-rent:active {
	border-color: #2683ff !important;
	color: #2683ff !important;
}

/* --------------------------------

Inputs

-------------------------------- */

input, select, textarea {
	display: block;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #2683FF;
	padding: 12px 18px 10px;
	margin: 25px auto;
	width: 100%;
	max-width: 320px;
    font-size: 16px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #2D86fb;
}

#publicKeys input {
	margin-top: 20px;
}

select {
	height: 46px;
	text-indent: 10px;
	color: #444;
}

.email {
	margin-top: 1em;
	margin-bottom: 1em;
}

::-webkit-input-placeholder {
    color: #444;
}
:focus::-webkit-input-placeholder {
    color: #BAD7FE;
}
:-moz-placeholder {
    color: #444;
}
:focus:-moz-placeholder {
    color: #BAD7FE;
}
::-moz-placeholder {
    color: #444;
}
:focus::-moz-placeholder {
    color: #BAD7FE;
}
:-ms-input-placeholder {
    color: #444;
}
:focus:-ms-input-placeholder {
    color: #BAD7FE;
}



/* --------------------------------

Animated Headlines

-------------------------------- */

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 3px;
    display: inline-block;
    margin-left: 15px;
    background-color: #fff;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9)
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #91D127;
}
.cd-headline.type b {
  visibility: hidden;
  font-weight: 800;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* --------------------------------

Homepage

-------------------------------- */

canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 600px;
	height: 100vh;
	top: 0;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


.header {
	min-height: 600px;
	position: relative;
  overflow: hidden;
}

.page .menu {
	padding: 0;
}
.page .menu a {
	color: #2683ff;
}
.page .title {
	font-size: 42px;
	margin-bottom: 0.5em;
}
.page .lead {
	color: #333;
	margin-bottom: 1em;
}

.header-bg {
	background: #133E9C;
	background: linear-gradient(141deg, rgba(2,5,13,1) 0%, rgba(19,62,156,1) 100%);
}

.globe-background {
	position: absolute;
	top: 35%;
	height: 80%;
	right: -20%;
}

@media only screen and (max-width: 1200px) {
	.globe-background {
		top: 28%;
	}
}

@media only screen and (max-width: 991px) {
	.globe-background {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		width: 90%;
		height: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.globe-background {
		width: 980px;
		height: 65%;
		left: -25%;
		top: 32%;
	}
}

@media only screen and (max-width: 600px) {
	.globe-background {
		left: -45%;
		width: 960px;
		height: 58%;
		top: 34%;
	}
}




.careers-header-bg {
  background: url("../img/Theez-Starz.svg"),linear-gradient(9.87deg, #133E9C 17.88%, #00091E 88.02%);
  background-size: cover;
}

.header-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.headlines {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	top: 190px;
	top: 22vh;
	z-index: 2;
	padding: 1em;
}
.headlines h1 {
	font-size:49px;
	color: #fff;
	line-height: 68px;
	margin-bottom: 18px;
}
.headlines p {
	padding-bottom: 24px;
	max-width: 680px;
	line-height: 1.8em;
	font-size: 18px;
	margin: 0 auto;
	color: #fff;
}
.notice {
	color: #fff;
	opacity: 0.7;
}
.home .btn {
	position: relative;
	z-index: 2;
}
.open-source .btn {
	margin: 1.4em auto 0;
}
.home input {
	max-width: 360px;
}
.home .email {
	padding-bottom: 14px;
}

.white-tooltip + .tooltip > .tooltip-inner {
	background-color: #fff;
	color:#333;
}
.tooltip-inner {
	padding: 10px;
	max-width: 154px;
}

.terminal{
    background: #020202;
    background: rgba(0, 0, 0, 0.9);
    height: 370px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 24px;
    border-radius: 9px;
    box-shadow: 0 10px 40px #000000;
    position: absolute;
    top: 420px;
}
.terminal p {
	color: #91D127;
    font-weight: bold;
    font-family: monospace;
    font-size: 13px;
}
.terminal-text {
	display: none;
}

.hero-host {
  background: #fff;
  height: 100%;
  padding: 60px;
}

.hero-cs {
  height: 100%;
  padding: 60px;
	z-index: 5;
}

.hero-sections {
  border-radius: 4px;
  overflow: hidden;
	margin-top: 80px;
	margin-bottom: 100px;
}

.hero-section-subHeading {
  color: #000;
  font-weight: bold;
  font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hero-section-logo {
	height: 44px;
}

.hero-section-logo-tardigrade {
	padding-top: 8px;
}

.hero-desc {
  font-size: 16px;
  color: #000;
	font-family: 'Roboto';
	margin-bottom: 20px;
}

.hero-sections-cta {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
	background: #0055C6;
	padding: 12px 32px;
	border-radius: 5px;
	border: 0;
	margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-sections {
		width: 100%;
		margin: 60px auto;
	}
	.hero-cs, .hero-host {
		padding: 40px;
	}
}

@media only screen and (max-width: 991px) {
  .hero-sections {
		width: 95%;
		margin: 60px auto;
  }

  .hero-host {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
		z-index: 20;
  }

  .hero-cs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
		z-index: 20;
  }
}

@media only screen and (max-width: 600px) {
		.hero-cs, .hero-host {
			padding: 40px;
		}
}

@media only screen and (max-width: 400px) {
		.hero-cs, .hero-host {
			padding: 30px;
		}
}
@media only screen and (max-width: 360px) {
		.hero-cs, .hero-host {
			padding: 20px;
		}
}



/* --------------------------------

Value Propositions

-------------------------------- */

.value {
	padding: 4em 0 2em;
	z-index: 3;
	position: relative;
}
.value h4 {
	margin-top: 1.2em;
}
.value p {
	padding-bottom: 0.4em;
}
.value img {
	height: 62px;
}
.value-icon {
	background: #fff;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
	padding: 2.7em 2em;
	margin: 2em auto;
	width: 150px;
	height: 150px;
	border-radius: 75px;
}
.icon-opensource {
	height: 80px;
	margin-top: -12px;
}


/* --------------------------------

Developers

-------------------------------- */

.terminal-wrapper {
	width: 100%;
	max-width: 642px;
  margin: 0 auto;
  background: #fff;
  border-radius: 9px;
  margin-top: 2.1em;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
}
.terminal-wrapper-2 {
	width: 100%;
  background: #fff;
  border-radius: 9px;
  margin-top: 2.1em;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
}
.terminal-content {
	text-align: left;
    padding: 2em;
}
.terminal-content code {
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    background: none;
    color: #333;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.terminal-content .noselect {
	color: #333;
}
.contributor-profile {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	margin: 0.8em 0.4em;
	display: inline-block;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.github-card {
	margin: 2em auto;
}
.code-example {
	padding-top: 14px;
	padding-bottom: 9px;
}
.editor {
	margin: 20px 0;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
    border: 1px solid #eee;
}
pre {
	border: 0;
	background: #fff !important;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #88C425;
    font-weight: bold;
}
.token.atrule, .token.attr-value, .token.keyword {
    color: #2683ff;
    font-weight: bold;
}
.token.function {
    color: #FF7F00;
    font-weight: bold;
}
.line-numbers .line-numbers-rows {
	border-right: 1px solid #eee;
}
.line-numbers-rows > span:before {
	color: #ddd;
}

.nav-stacked li.active a {
    font-weight: 800;
    color: #2683ff;
    background: #fff;
    border-left-color: #2683ff;
    border-radius: 2px;
}
.nav-stacked li a:hover {
	color: #2683ff;
	border-left-color: #ddd;
	background: #f2f2f2;
}
.nav-stacked li a:focus {
	color: #2683ff;
}
.nav-stacked li.active a:hover {
	border-left-color: #2683ff;
}

/* --------------------------------

Storj Share

-------------------------------- */

.storjshare {
	background: #2175e5;
	background: -moz-radial-gradient(top, ellipse cover, #076caf 0%, #102166 50%);
    background: -webkit-radial-gradient(top, ellipse cover, #076caf 0%, #102166 50%);
    background: radial-gradient(at top, #076caf 0%, #102166 50%);
    background-repeat: no-repeat;
}
.storjshare-intro h1 {
	color: #fff;
	text-shadow: 0 4px 9px rgba(0, 0, 0, 0.2)
}
.storjshare-intro p {
	color: #fff;
}
.storjshare-intro p.lead {
	color: #f2f2f2;
}
.storjshare-intro .link {
	color: #fff;
	border-color: #fff;
}
.storjshare-intro .link:hover {
	border-color: #fff;
}
.storjshare-intro .btn-white {
	padding: 24px 42px;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	margin-bottom: 0.9em;
}
.storjshare-intro .btn:hover {
	box-shadow: none;
}
.storjshare-gui {
	 width:100%;
	 height:auto;
	 margin: 4em auto 0;
   border: 10px solid #fff;
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
   border-bottom: 1px solid #eee;
 }
.icon-storjshare {
	height: 62px;
}
.icon-storjshare-opensource {
	height: 67px;
}
.label.beta {
    color: #fff;
    background: #88C425;
    left: 10px;
    top: -3px;
}


/* --------------------------------

Exchanges

-------------------------------- */

.exchange-logo {
  width: 180px;
  height: 180px;
  padding: 20px;
  margin: 30px 20px 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.exchange-logo:hover {
  border-color: #2683ff;
}


/* --------------------------------

Calculator

-------------------------------- */

.calculator-section {
  padding-top: 0;
}
.calculator.form-group {
  padding: 2em 4em 2.5em;
  background: #fff;
  margin: 2em 0;
  border-radius: 8px;
  box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
  border: 1px solid #eee;
}
.calculator input {
  display: inline-block;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  margin: 0;
  max-width: 100%;
}
.calculator-select {
  background: none;
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  cursor: pointer;
  font-size: 28px;
  font-weight: 800;
  color: #555;
  height: 58px;
}
.calculator-unit {
  padding: 0;
}
.calculator .input-group {
  margin: 9px 0;
  width: 100%;
}
.calculator .lead {
  line-height: 36px;
  margin-bottom: 0;
  padding-top: 0.5em;
  font-size: 19px;
}
.calculator .btn-signup {
  max-width: 100%;
}
.calculator .input-group-addon:last-child {
  width: 100px;
  color: #555;
  background: #f9f9f9;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  text-align: left;
  font-size: 28px;
}
.calculator .input-group-addon:first-child {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  font-size: 28px;
  color: #88C425;
  font-weight: 800;
}
.promise {
  color: #999;
  font-size: 10px;
  margin-top: 14px;
}
input.calculator-price {
  font-weight: 800;
  color: #88C425;
  font-size: 28px;
  background: #fff !important;
  height: 60px;
  box-shadow: none;
  -moz-appearance:textfield;
}
input.calculator-price:focus {
  border: 1px solid #ddd;
  box-shadow: none;
}
.calculator-storage, .calculator-bandwidth {
  font-size: 28px;
  height: 60px;
  padding-left: 20px;
  font-weight: 800;
}


/* --------------------------------

Pricing

-------------------------------- */

.pricing.section {
	padding-bottom: 3em;
}
.plans {
	margin: 1em auto;
}
.plan {
	background: #fff;
	margin: 2em 0;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.plan-icon {
	margin-top: 2em;
	margin-bottom: 0.2em;
	height: 62px;
}
.plan-title {
	line-height: 4em;
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	font-weight: 800;
	color: #2683ff;
}
.plan-pricing {
    line-height: 2em;
    font-size: 42px;
    margin-top: 16px;
    padding-bottom: 42px;
    font-weight: 800;
    color: #2683ff;
}
.plan-pricing {
	margin-top: 0;
}
.plan-pricing span {
	display: block;
	font-size: 15px;
	line-height: 0;
	background: #fff;
	text-transform: uppercase;
}

.plan h4 {
    line-height: 1.5em;
    padding-top: 2px;
    color: #333;
}
.plan-currency {
	font-size: 36px;
	vertical-align: top;
}
.plan-feature-number, .plan-select-storage, .plan-select-transfer {
    margin-bottom: 1.5em;
}

.compare {
	border: 0;
}
.compare-table {
	margin: 2em auto;
}
.compare-logo {
    width: auto;
    height: 64px;
    margin-top: 1.4em;
}
.compare-product {
	height: 7em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px dashed #eee;
}
.compare-storj {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.compare-storj .compare-logo {
	max-width: 184px;
}
.compare-storj .compare-pricing {
	color: #2683ff;
}
.compare-pricing {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 22px;
    line-height: 2em;
    font-size: 34px;
    font-weight: 800;
    color: #999;
}
.compare-pricing span {
    font-size: 18px;
    margin-left: 10px;
}

#getStarted {
	margin-bottom: 1em;
}
.get-started-form {
	display: none;
}
.get-started-form input {
	display: inline-block;
	margin: 0;
}
.get-started-form .btn {
	margin: 0;
	margin-left: 10px;
	width: auto;
}
.get-started-form .email {
	margin-bottom: 1em;
	padding-bottom: 14px;
}


/* --------------------------------

Upload Section

-------------------------------- */

.upload {
    margin: 2.5em auto;
    padding: 0 1em;
}
.upload-icons {
	display: inline-block;
	width: 52px;
	margin: 0.75em;
}
.upload-text {
	display: inline-block;
}
.upload-gui {
	width: 100%;
	max-width: 460px;
	margin-bottom: 1em;
}
.upload-intro {
	margin-bottom: 3em;
}


/* --------------------------------

Quotes

-------------------------------- */

.quotes {
	padding: 4em 0;
}
.quote-image {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	margin: 0 auto 1.4em;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}

.slick-slider {
	margin-bottom: 0 !important;
}
.slick-slide {
	cursor: move;
	opacity: 0.5;
}
.slick-current {
	opacity: 1;
}
.slick-slide:focus {
    outline: 0;
}
.slick-prev:before, .slick-next:before {
    color: #2683ff !important;
}
.slick-prev, .slick-next {
    z-index: 99;
}
.slick-slide p {
	line-height: 1.5;
	font-size: 16px;
}
blockquote {
	background: #fff;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border-radius: 5px;
	border: 1px solid #eee;
}


/* --------------------------------

C2A

-------------------------------- */

.c2a-wrapper {
	padding: 5em 0 6em;
}
.c2a h1 {
	font-size: 42px;
	margin-bottom: 0.5em;
}
.c2a p {
	margin-bottom: 1.8em;
	font-size: 18px;
}


/* --------------------------------

Video

-------------------------------- */

.storj-video {
	margin-top: 15px;
	padding: 0;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}

.storj-video-wrapper {
	border-bottom: 0;
}

.storj-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.storj-video-container iframe, .storj-video-container object, .storj-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumbnail {
	background: url('../img/video-thumbnail.png') no-repeat center;
	background-size: 100%;
	background-color: #fff;
	cursor:pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.video-thumbnail:hover {
	border-color: #2683ff;
	background-size: 110%;
}

/* --------------------------------

Footer

-------------------------------- */

footer {
	padding: 25px 0;
	background: #133E9C;
	text-align: left;
}
.footer-logo:hover, .footer-logo:focus {
	text-decoration: none;
}
.footer-logo {
	display: block;
  margin-top: 30px;
}
.footer-logo img {
	display: block;
}
footer a {
    padding-bottom: 2px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}
footer a:hover {
	color: #fff;
}
footer p {
	font-size: 14px;
    line-height: 28px;
    margin-bottom: 4px;
    color: #fff;
}
footer h5 {
    padding-bottom: 0.5em;
    margin-top: 1em;
    color: #fff;
    text-transform: uppercase;
}
footer .connect {
}
footer .connect a {
	padding-right: 1.2em;
	border: 0;
}
footer address {
	margin-top: 40px;
	color: #525d69;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
footer .list-unstyled {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
footer address {
	 font-family: Roboto;
	 font-weight: 300;
	 font-size: 13px;
	 line-height: 28px;
	 color: rgba(255, 255, 255, 0.4);
}
.social-link {
    height: 22px;
    width: 22px;
    margin-right: 0.6em;
    opacity: 1;
    background: #fff;
    border-radius: 3px;
    padding: 4px;
}
.btn-footer {
    font-weight: 800;
    text-transform: uppercase;
    background: #2683FF;
    color: #FFF;
    font-size: 16px;
    padding: 12px 16px;
    border: 0;
    z-index: 2;
    outline: 0;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.row.is-flex {
   display: flex;
   flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
   display: flex;
   flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

.d-block {
    display: block !important;
}

.none {
    display: none !important;
}

/* --------------------------------

Buckets

-------------------------------- */

.content {
	border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    padding: 2em;
    margin-bottom: 2em;
}
label {
	margin-bottom: 0.8em;
}
.table {
	margin-bottom: 0;
}
.table-responsive.content {
	padding: 0;
}
tr {
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
th, td {
	padding: 1.8em;
}

.table>thead>tr>th {
    border-bottom: 1px solid #eee;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #eee;
}
.bucket-plan a {
	text-decoration: none;
}
.bucket-icon {
	padding: 22px 0 0 26px !important;
    margin: 0;
    width: 70px;
}
.bucket-icon img {
	width: 42px;
    padding: 0;
    margin: 0;
}
.clickable-row {
	cursor: pointer;
}
.btn-create-bucket {
	margin-bottom: 2em;
}
.bucket-pricing-icon {
	height: 50px;
	width: 50px;
	margin: 15px;
}

.page .btn-block {
    margin: 0.5em auto;
    padding: 0.9em 0 0.8em;
}

input.parent-code {
	margin: 1.2em auto;
	line-height: 1.8em;
}
#code {
	display: none;
}


/* --------------------------------

Modals

-------------------------------- */

.modal {
	top: 120px;
}
.modal-body {
	padding: 1.5em 1em 1em
}
.modal-footer {
	padding: 1.5em;
}

#loginModal .modal-body {
	padding: 10px 30px;
}
#loginModal .btn {
	margin: 0;
	margin-bottom: 2em;
}

/* --------------------------------

Sign Up

-------------------------------- */


.signup .logo {
	margin: 3em auto;
	width: 200px;
}
.signup .btn {
	margin-bottom: 1.5em;
	font-size: 16px;
}
.signup .content {
	padding: 2em 3em;
}
.signup input {
	min-width: 100%;
}
.signup .forgot-password {
	display: block;
	margin-top: 8px;
}
.password .title {
	margin-bottom: 0.6em;
}
.password .content p {
	margin-bottom: 2.5em;
}
.checkbox label {
    padding-left: 24px;
}
.checkbox input {
    margin: 3px 0 0 -26px !important;
}


/* --------------------------------

API

-------------------------------- */

.api {
	height: calc(100% - 110px);
}

.api .navbar {
	margin-bottom: 0;
}

.api-wrapper, .api-iframe {
	width: 100%;
	height: 100%;
}

.api .section {
	padding: 0;
}



/* --------------------------------

Community

-------------------------------- */

.newsletter {
	padding: 24px;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
	border-radius: 10px;
	background: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #83B3DB 50px, #84ADCB 80px, transparent 80px, transparent 100px)
}
.newsletter-inner {
	background: #fff;
	padding: 48px 32px 42px;
}
twitterwidget {
    box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
    border-radius: 9px;
    margin: 0 auto;
    transform: inherit;
}
.EmbeddedTweet {
  overflow: visible;
}
.typeform {
	height: calc(100% - 108px);
}
.typeform-wrapper {
	width: 100%;
	height: 100%;
}
.masonry { /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.community-hero-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
}


.community-hero-sub-heading{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.community-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.community-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
	max-width: 480px;
  margin: 0 auto;
}

.community-cta-link{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
}

.community-event-name{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  padding-left:25px;
}

.community-event-data{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}

.event-divider{
  width:120%;
  margin-left:-15px;
  border : 1px solid rgba(147, 161, 175, 0.6);
}

/* --------------------------------

TEAM

-------------------------------- */


.team p {
  text-align: center;
}
.team .subheading {
	font-size: 20px;
}
.team-member {
  align-self: start;
  width: 25%;
	height: 300px;
  text-align: center;
  padding: 30px;
  margin: 20px auto;
  display: block;
  float: left;
}
.team-member-image {
  align-self: center;
	border-radius: 50%;
	margin-bottom: 20px;
	width: 70%;
	max-width: 180px;
	height: auto;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.team-member-name {
/* 	height: 25px;
	margin-bottom: 10px; */
	font-weight: 800;
}
.team-member-title {
  font-size: 15px;
  margin-bottom: 0;
}

.get-in-touch {
  margin-top: 20px;
}

.team-member-profile-li {
  margin-top: 20px;
}

.team-member-profile {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

.team-member-contractor {
	text-transform: uppercase;
  font-family: 'Poppins';
  background: #dbe2eb;
  color: #7c8b9e;
  font-size: 12px;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  border-radius: 10px;
  letter-spacing: .5px;
  padding: 2px 0;
}

.team-page .breadcrumb {
	margin-bottom: 0;
}

.team-page .dropdown-toggle .arrow {
	padding: 4px;
	position: relative;
	top: 3px;
}

.team-page .selector-dropdown-menu {
	width:100%;
}

.team-page .selector-dropdown-menu .nav .active {
	font-weight: bold;
}

.team-selector {
	margin: 12px;
	padding: 0px 12px;
}

.team-selector-link {
	background-color: #fff;
}

.active .team-selector-link {
	font-weight:600
}

.team-title {
	color: #000;
}


/* --------------------------------

FAQ

-------------------------------- */

.panel {
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
}
.panel-simple {
	border: 1px solid #eee;
  border-radius: 4px;
}
.panel-grey {
  background-color: #FBFBFB;
  border-radius: 4px;
}
.panel-home {
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
	border: 1px solid #eee;
  border-radius: 4px;
  background-color: none;
  padding: 20px;
  margin: 10px;
}
.panel-title {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: none;
	line-height: 32px;
	margin-top: 0;
	font-weight: 300;
}
.panel-title a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 20px;
	color: #2683ff;
}
.panel-title [data-toggle="collapse"].collapsed {
	background: none;
}
.panel-title a.collapsed {
	color: #333;
}
.panel-body {
	padding: 20px 30px 15px;
	background: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-body li {
	margin-bottom: 10px;
}
.panel-body li p {
	font-weight: 800;
}
.panel-default>.panel-heading {
    background: #fff;
    border-radius: 4px;
    padding: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}
.panel-group .panel {
    margin-bottom: 14px;
}
.panel-link:hover {
	text-decoration: none;
	border: 0;
}
.panel-card {
	padding: 44px;
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.panel-card-simple {
	padding: 46px;
}
.panel-card-partners {
	padding: 40px;
}
.panel-link:hover .panel-card {
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.panel-link:active .panel-card {
	box-shadow: 0 1px 15px rgba(3, 104, 255, 0.15);
}
.panel-link p {
	color: #333;
}

/* --------------------------------

Partners

-------------------------------- */

.partner-benefits {
	padding: 50px;
}
.partner-logos {
	margin: 20px;
}


/* --------------------------------

Press

-------------------------------- */

.press-page-title {
  margin-bottom: 0;
}
.press-title {
  line-height: 32px;
  font-size: 18px;
  border: 0;
  font-weight: 300;
  border-bottom: 1px solid;
}
.press-date {
  margin-top: 8px;
  font-size: 15px;
  line-height: 24px;
  color: #A8A8A8;
}
.press-source {
  display: block;
  margin-top: 8px;
}

.presskit-logo {
  border: 1px solid #ddd;
  margin: 2em auto;
  padding: 1.5em 2em 1em;
  background: #fff;
}
.presskit-logo img {
  max-width: 250px;
  max-height: 250px;
  margin: 2em auto;
  display: block;
  text-align: center;
}
.presskit-logo .link {
  margin-left: 1em;
}
.presskit-logo.blue {
  background: #0059d0;
}
.presskit-logo.blue .link {
  color: #fff;
}
.blue {
	color: #fff;
}



/* --------------------------------

404

-------------------------------- */

.not-found {
  background: url('../img/404.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 120px;
}
.not-found .title,
.not-found .lead {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.not-found .btn {
  box-shadow: 0 0 10px #000;
}
.not-found .artwork {
  color: #fff;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-top: 40px;
}
.not-found .artwork:hover {
  opacity: 1;
}


/* --------------------------------

Contact

-------------------------------- */

.contact textarea {
	max-width: 100%;
    margin-top: 0;
}
.contact .submit, .contact input {
	max-width: 100%;
}


/* --------------------------------

News

-------------------------------- */

.news {
	background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-content {
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.news p {
	color: #fff;
}


/* --------------------------------

Token Sale

-------------------------------- */

.tokensale {
  overflow-x: hidden;
}

.tokensale footer {
  margin-top: 3em;
}

.tokensale-headline {
  font-size: 44px;
}

.tokensale .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

.tokensale hr {
  margin: 0 auto;
  margin-bottom: 2em;
}

.tokensale .token-symbol {
  background: #fff;
  border-radius: 80px;
  margin: 0 auto 2em;
  width: 160px;
  height: 160px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  background-clip: content-box;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
}
.token-symbol img {
  position: relative;
  top: 20px;
}
.tokensale .value-icon, .tokensale .storj-video, .tokensale blockquote, .tokensale .quote-image {
  box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.tokensale .ethaddress, .tokensale .copy {
  width: 100%;
  margin: 1em auto;
  margin-bottom: 0;
  padding: 1.4em;
  border: 1px solid #eee;
  text-align: center;
  background: #f9f9f9;
}
.tokensale .copy {
  border-top: none;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tokensale .copy:hover {
  cursor: pointer;
}

.tokensale .talking-points {
  display: flex;
  flex-wrap: wrap;
  align-item: center;
  justify-content: center;
}
.tokensale .talking-point {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid #2683FF;
  background-color: #fff;
  height: 150px;
  width: 150px;
  margin: 20px 1em;
  text-align: center;
}
.tokensale .talking-point h4 {
  color: #2683FF;
}

.tokensale .why-token-sale .panel.panel-card {
  padding: 1em;
}
.tokensale .why-token-sale .panel a {
  color: #2683FF;
}
.tokensale .why-token-sale .why-use-callout {
  width: 100%;
  font-size: 20px;
}

.tokensale-partner {
  padding: 1.5em;
  background: #fff;
  border-radius: 50%;
  max-width: 145px;
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  margin: 1em auto;
}
.tokensale .email {
  display: inline-block;
  height: 54px;
}
.tokensale .subscribe {
  display: inline-block;
  margin: 0;
  height: 54px;
  top: -2px;
  border: 0;
  position: relative;
}
.tokensale .newsletter {
  background: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #f9f9f9 50px, #f9f9f9 80px, rgba(0, 0, 0, 0) 80px, transparent 100px)
}
.tokensale .newsletter h1 {
  color: #2683ff;
  margin-bottom: 0.4em;
}
.tokensale .newsletter p {
  color: #333;
  margin-bottom: 0.2em;
}
.tokensale .promise {
  margin-top: 1em;
  margin-bottom: 2em;
}

.tokensale .team, .tokensale .community {
  color: #fff;
}
.tokensale .expand-team i, .tokensale .expand-community i {
  margin: 0 auto;
  font-size: 2em;
}
.tokensale .expand-team:hover, .tokensale .expand-community:hover {
  cursor: pointer;
}
.tokensale .expanded-team, .tokensale .expanded-community {
  display: none;
}

.tokensale .team-member-image {
  margin-bottom: 10px;
  width: 60%;
  height: 60%;
  max-width: 180px;
}
.tokensale .team .founder-member-profile {
  margin-top: 20px;
  margin-right: 0;
  height: 25px;
  width: 25px;
}
.tokensale .team-member-name {
    margin-bottom: 5px;
}
.tokensale .team-member {
    margin: 10px auto;
}
.tokensale .team-member .team-member-profile {
  margin: 0 auto;
}
.tokensale #social h4 {
  color: #2683ff;
  font-size: 14px;
  text-transform: uppercase;
}
.tokensale #social .panel {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  width: 120px;
  height: 120px;
  margin: 1em auto;
  padding: 1.4em 0;
}

.tokensale #social-small {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
}

/* Portrait and Landscape */
@media only screen
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 1) {
  .tokensale #social-small {
    display: none;
  }
}
.tokensale #social-small .link-icon {
  margin: 10px 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1.5px solid #2683FF;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
.tokensale #social-small .link-icon:first-child {
  margin-left: 10px;
}
.tokensale #social-small .link-icon img {
  height: 25px;
  width: 25px;
}

.tokensale-banner {
  background: #2683ff;
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tokensale-banner p {
  margin: 16px auto;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 275px;
}

.tokensale .why-token-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tokensale .why-use-points {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.tokensale .why-use .why-token-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #444;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tokensale .why-token-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tokensale .why-token-icon img {
  height: 85px;
  width: 85px;
}
.tokensale .why-use-callout {
  border-top: 2px solid #2683FF;
  border-bottom: 2px solid #2683FF;
  width: 70%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tokensale .highlight-icon {
  margin-bottom: 30px;
  margin-top: 20px;
}
.tokensale .highlight-icon > .glyphicon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 75px;
  color: #2683FF;
}

.secondForm {
  padding-left: 20px;
  padding-right: 20px;
}

.contactEmail, .contactComments {
  margin: 0;
  min-width: 100%;
}

#confirmation-modal p, #confirmation-modal label {
  color: #444;
}

#confirmation-modal .toggleContactForm {
  color: #2683FF;
  cursor: pointer;
}

/* --------------------------------
  Token sale Accordion faqs
-------------------------------- */

.tokensale .faqs, .presale .faqs, .tokensale .faqs a {
  color: #FFF;
}

.tokensale .faqs .panel-body h1,
.tokensale .faqs .panel-body h2,
.tokensale .faqs .panel-body h3,
.tokensale .faqs .panel-body h4,
.tokensale .faqs .panel-body h5,
.tokensale .faqs .panel-body h6,
.tokensale .faqs .panel-body p,
.tokensale .faqs .panel-body a {
  color: #000;
}

.tokensale .faqs .panel {
  border-color: #FFF;
}

.tokensale .faqs .panel-heading {
  background-color: #2683FF;
}

.tokensale .faqs .panel-body {
  color: #000;
  background-color: #FFF;
}

.tokensale .faqs .panel-body .link {
  color: #000;
}
.tokensale .faqs .panel-body .link:hover {
  color: #2683FF;
}

.tokensale .faqs .panel-body .panel-font {
  color: #134280;
  opacity: 1;
}

.tokensale .faqs .q-a, .presale .faqs, .q-a {
  padding: 20px;
  padding-bottom: 40px;
  margin: 20px;
}
.tokensale .faqs .question, .presale .faqs .question {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}

.tokensale .faqs .storj-video-wrapper input {
  margin-left: 5px;
  margin-right: 5px;
}

/* --------------------------------
  Presale class
-------------------------------- */

.presale .tokensale-countdown {
  margin-bottom: 20px;
}
.presale .presale-contents input {
  max-width: 100%;
  max-height: 6em;
}

.presale .presale-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.presale .presale-calculator {
  display: flex;
  justify-content: center;
}
.presale .presale-calculator-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .presale .presale-calculator-results {
    flex-direction: column;
  }
}
.presale .presale-calculator-results div {
  padding: 0 1em;
  width: 300px;
}
.presale .presale-calculator-results div:nth-child(2) {
  padding: 0 1em;
  width: 100px;
}
.presale .presale-calculator-results .presale-results {
  font-weight: bold;
  color: #88c425
}
.presale .presale-difference {
  color: #88c425;
  font-size: 32px;
}
.presale .presale-disclaimer {
  color: #ccc;
}
.presale .presale-form h3 {
  padding: 1em 1.5em;
}

#token-webapp {
  height: 1440px;
}

/* --------------------------------

Conversion

-------------------------------- */
.conversion,
.conversion h1,
.conversion h2,
.conversion h3,
.conversion h4,
.conversion h5,
.conversion h6 {
  color: #fff;
}

/* --------------------------------

Media Queries

-------------------------------- */


@media (min-width: 1200px) {
	.text-left-lg {
	  text-align: left;
	}
	.text-right-lg {
	  text-align: right;
	}
	.text-center-lg {
	  text-align: center;
	}
	.home .plan {
		margin: 2em 1em;
	}
	.storjshare-intro {
		padding-top: 2em;
  }
  .safari-alignment:last-child {
    width:24%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
      text-align: left;
    }
    .text-right-md {
      text-align: right;
    }
    .text-center-md {
      text-align: center;
    }
    .value p {
    	font-size: 14px;
    }
	  .team-member {
    	padding: 30px 0;
  	}
  	.storjshare-intro {
  		padding: 2em 0;
  	}
  	.storjshare-intro .title {
  		font-size: 36px;
  	}
  	.storjshare-intro .lead {
  		font-size: 19px;
  	}
  	.panel-card {
  		padding: 44px 22px;
    }
    .pull-right-md {
      float:right;
    }
		.navbar-nav>li>a {
			padding-left: 16px;
			padding-right: 16px;
		}
}

@media (max-width: 991px) {
    .text-left-sm {
      text-align: left;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-center-sm {
      text-align: center;
    }
    .upload {
		padding: 0;
		margin: 1em auto;
    }
    .upload-gui {
    	margin-top: 1em;
    }
  	.navbar-nav>li>a, .navbar-page .navbar-nav>li>a {
    	padding: 52px 8px;
    	font-size: 12px !important;
    }
  	.btn-menu {
  		padding-left: 15px;
  		padding-right: 15px;
  	}
  	.team-member {
      	width: 50%;
  	}
    #token-webapp {
      height: 1540px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-brand {
      margin-top: 40px;
    }
    .logo {
      height: 42px;
    }
    .pull-right-md {
      float: right;
    }
    .nav-join {
      max-width: 150px;
      margin-left: 8px;
    }
		.nav-join-link {
			margin-right: 0;
		}
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .header {
  	height: auto;
  	min-height: 600px;
  }
  .header-content {
  	position: relative;
  }
  .headlines {
  	top: auto;
  }
	.navbar-brand {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.navbar-right {
		text-align: center;
	}
	.navbar .navbar-toggle {
    	margin-top: 30px;
    	margin-right: 16px;
      border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    	color: #fff;
    	text-decoration: underline;
	}
	.navbar .dropdown.open {
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.home .navbar .dropdown-menu {
	    border: 1px solid rgba(255, 255, 255, 0.2);
	    background: rgba(0,0,0,0.4);
	    border: 0;
	    text-indent: -8px;
	}
	.navbar li.dropdown {
	    width: 100%;
	}
	.navbar .dropdown {
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
	    line-height: 42px;
	    text-align: center;
	}
	.btn-menu {
		width: 100%;
		margin: 0.5em 0;
	}
	.home .nav>li>.link:hover, .home .nav>li>.link:focus {
    	border-bottom: 0;
	}
	.navbar-nav>li>a {
    padding: 24px 10px;
	}
	.footer .navbar-nav>li>a {
		padding: 30px 10px;
	}
	.btn-rent {
		margin: 1em auto;
	}
	.compare-product {
		padding: 0;
	}
	.compare-pricing {
		font-size: 24px;
		margin-top: 1.2em;
	}
	.compare-pricing span {
    	margin-left: 6px;
	}
	.compare-logo {
		max-width: 150px;
		height: auto;
	}
	.compare-storj .compare-logo {
		height: 62px;
	    width: auto;
	    margin-top: 1.5em;
	}
	.team-member {
    	padding: 30px 8px;
	}
	footer .address address {
	    color: #fff;
	}
  #token-webapp {
    height: 1800px;
  }
  .logo {
		margin-left: 16px;
	}
}

@media (max-width: 480px) {
	.section {
		padding: 2em 0;
	}
	.btn-action {
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-download {
		padding: 22px;
    	font-size: 16px;
	}
	.page .btn-block {
		font-size: 16px;
	}
	.headlines {
		padding: 0;
	}
	h1 {
		font-size: 32px;
	}
	.page .title {
		font-size: 32px;
	}
	.btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.headlines h1 {
	    font-size: 32px;
	    line-height: 46px;
	}
	.headlines p {
    	padding-bottom: 16px;
    	font-size: 16px;
	}
	.panel-card {
		padding: 28px;
	}
	.pricing {
    	padding: 2em 0 4em;
	}
	.plans {
    	margin: 0 auto 1em;
	}
	.traction img {
	    margin-top: 0.6em;
	    margin-bottom: 1.5em;
	}
	.traction h2 {
    	font-size: 21px;
	}
	.slick-next {
    	right: -9px !important;
	}
	.slick-prev {
		left: -9px !important;
	}
	.c2a-wrapper {
		padding: 3em 0 3.5em;
	}
	.c2a h1 {
  	font-size: 32px;
  	line-height: 46px;
  }
  .c2a p {
  	font-size: 16px;
  }
	.compare-pricing {
		font-size: 18px;
		margin-top: 1em;
	}
	.compare-pricing span {
		font-size: 16px;
		margin-left: 0;
		display: block;
	}
	.compare-logo {
		max-width: 130px;
		height: auto;
	}
	.compare-storj .compare-logo {
		height: 54px;
	    width: auto;
	    margin-top: 1.5em;
	}
	.team-member {
    	width: 100%;
    	padding: 10px 20px;
  }
	footer h4 {
    	margin-top: 2em;
    	padding-bottom: 0;
	}
	.footer-logo p {
	    display: block;
	}
  .tokensale-headline {
    font-size: 32px;
  }
  .tokensale-banner .lead {
    font-size: 14px;
  }
  #token-webapp {
    height: 2000px;
  }
  .tokensale .why-token-point {
    padding: 20px 40px;
  }
  .tokensale .ethaddress {
    font-size: 0.8em;
    padding: 2em 0;
  }

  h1 #board_title {
    text-align: center;
  }

}


/* Timeline */
.timeline,
.timeline-horizontal {
list-style: none;
padding: 20px;
position: relative;
}
.timeline:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #BEDAFF;
left: 50%;
margin-left: 8px;
}

.timeline-2nd:before {
top: 40px;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #C4C4C4;
left: 50%;
margin-left: 8px;
}

.timeline .timeline-item {
margin-bottom: 20px;
position: relative;

}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
content: "";
display: table;
}

.timeline-2nd .timeline-item:before,
.timeline-2nd .timeline-item:after {
content: "";
display: table;
}
.timeline .timeline-item:after {
clear: both;
}

.timeline-2nd .timeline-item:after{
  clear: both;
}

.timeline-2nd .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
color: #fff;
width: 26px;
height: 26px;
line-height: 52px;
font-size: 22px;
text-align: center;
position: absolute;
top: 18px;
left: 50%;
margin-left: 20px;
background-color: #7c7c7c;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}


.timeline-2nd .timeline-item .timeline-badge {
color: #fff;
width: 26px;
height: 26px;
line-height: 52px;
font-size: 22px;
text-align: center;
position: absolute;
top: 18px;
left: 50%;
margin-left: 20px;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
top: 2px;
left: 0px;
}

.timeline-2nd .timeline-item .timeline-badge i,
.timeline-2nd .timeline-item .timeline-badge .fa,
.timeline-2nd .timeline-item .timeline-badge .glyphicon {
top: 2px;
left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
background-color: #2683FF;
}

.timeline-2nd .timeline-item .timeline-badge.primary {
  background-color: #2683FF;
  }

.timeline-badge-first{
  background: #2582FF;
  opacity: 0.3;
  color:black;
}
.timeline .timeline-item .timeline-badge.info {
background-color: #5bc0de;
}

.timeline-2nd .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
  }

.timeline .timeline-item .timeline-badge.success {
background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel-genesis {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #2582FF;
  background: #2582FF;
  opacity: 0.3;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }

  .timeline-2nd .timeline-item .timeline-panel-genesis {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #2582FF;
    background: #2582FF;
    opacity: 0.3;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
  /* .timeline .timeline-item .timeline-panel-genesis:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #1743A2;
  border-right: 0 solid #1743A2;
  border-bottom: 16px solid transparent;
  content: " ";
  } */
.timeline .timeline-item .timeline-panel {
position: relative;
width: 46%;
float: left;
right: 16px;
border: 1px solid #1743A2;
background: #ffffff;
border-radius: 2px;
padding: 20px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-2nd .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #1743A2;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
.timeline .timeline-item .timeline-panel:before {
position: absolute;
top: 26px;
right: -16px;
display: inline-block;
border-top: 16px solid transparent;
border-left: 16px solid #1743A2;
border-right: 0 solid #1743A2;
border-bottom: 16px solid transparent;
content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
margin-top: 0;
color: inherit;
}

.timeline-2nd .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
margin-bottom: 0;
}

.timeline-2nd .timeline-item .timeline-panel .timeline-body > p,
.timeline-2nd .timeline-item .timeline-panel .timeline-body > ul {
margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
margin-top: 5px;
}

.timeline-2nd .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
float: right;
}
.timeline-2nd .timeline-item:last-child:nth-child(even) {
  float: right;
  }
.timeline .timeline-item:nth-child(even) .timeline-panel-genesis {
  float: right;
  left: 16px;
  }
  .timeline-2nd .timeline-item:nth-child(even) .timeline-panel-genesis {
    float: right;
    left: 16px;
    }
  .timeline .timeline-item:nth-child(even) .timeline-panel-genesis:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  }

  .timeline-2nd .timeline-item:nth-child(even) .timeline-panel-genesis:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
    }

.timeline .timeline-item:nth-child(even) .timeline-panel {
float: right;
left: 16px;
}

.timeline-2nd .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
  }
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}

.timeline-2nd .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  }
.timeline-horizontal {
list-style: none;
position: relative;
padding: 20px 0px 20px 0px;
display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .timeline-horizontal {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
}

.timeline-horizontal:before {
height: 3px;
top: auto;
bottom: 26px;
left: 56px;
right: 0;
width: 87%;
margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .timeline-horizontal:before {
    width: 100%;
  }
}
.timeline-horizontal .timeline-item {
display: table-cell;
height: 280px;
width: 20%;

float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel-genesis {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
	height: 114px;
	width: 140px;
  margin-bottom: 20px;
  margin-right:10px;
  }

  .timeline-horizontal .timeline-item .timeline-panel-genesis:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #1743A2 !important;
  border-bottom: 0 solid #1743A2 !important;
  border-left: 16px solid transparent !important;
  }

.timeline-horizontal .timeline-item .timeline-panel {
	top: auto;
	bottom: 64px;
	display: inline-block;
	float: none !important;
	left: 0 !important;
	right: 0 !important;
	height: 114px;
	width: 150px;
	margin-bottom: 20px;
	margin-right:10px;
	border: 1px solid #E2E2E2;	border-radius: 4px;	background-color: #1743A2;	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.09);
}

.timeline-horizontal .timeline-item .timeline-panel:before {
	top: auto;
	bottom: -15.4px;
	left: 55px !important;
	right: auto;
	border-right: 16px solid transparent !important;
	border-top: 16px solid #1743A2 !important;
	border-bottom: 0px solid #1743A2 !important;
	border-left: 16px solid transparent !important;
}



.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
top: auto;
bottom: 14px;
left: 43px;
}

.milestones::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.header-blue{
	background: radial-gradient(160.22% 160.22% at 50% 100%, #133E9C 0%, #000000 100%), #133E9C;
}
.header-blue h1, .header-blue h2, .header-blue h3, .header-blue h4, .header-blue h5, .header-blue p, .header-blue span, .header-blue li {
	color: #fff;
}
.header-blue .lead {
	color: #fff;
}
.header .subheading, .header-blue .subheading {
	font-size: 18px;
}
.header .subheading a, .header-blue .subheading a {
	text-decoration: underline;
}
.header .subheading a:hover, .header-blue .subheading a:hover {
	color: #fff;
}

.whitepaper-header {
	padding-bottom: 100px;
}
.whitepaper-pdf-icon {
	 opacity: 0.35;
	 margin: 10px;
}
.whitepaper h2 {
	color: #000;
}

.whitepaper-prev {
	margin-top: 32px;
	margin-bottom: 32px;
}
.whitepaper-prev-release {
	color: #0059D0;
}
.whitepaper-prev-date {
	color: #7E8B9C;
}
.whitepaper-ctas {
	background-color: #F2F4F6;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.09);
}
.whitepaper-ctas h1 {
	 font-size: 30px;
	 font-weight: 800;
	 line-height: 40px;
	 text-align: center;
	 color:black;
}
.whitepaper .panel-card {
	margin-top: 32px;
	margin-bottom: 32px;
}
.whitepaper-cta-heading {
	 color:black;
	 font-size: 24px;
	 font-weight: 800;
	 line-height: 34px;
}
.whitepaper-cta-icon {
	 height: 70px;
	 width: 86px;
}
.whitepaper-cta-content {
	margin: 24px auto 32px;
}
.whitepaper-cta-btn {
	 background-color:white;
	 color:#2582FF;
	 border: 3px solid #2582FF;
	 border-radius: 4px;
	 font-size: 14px;
	 font-weight: 800;
	 line-height: 18px;
}

.community-bg {
  margin:0px;
  background: url("../img/combkgrnd.png") center top no-repeat;
  background-size: cover;
}

.community-city{
  background: url("../img/storj-ill-city-hero.png") center top no-repeat;
  background-size: cover;
	min-height: 400px;
	width: 100%;

}

.dev-page-banner{
  margin:0px;
  background: url("../img/storjApp.png") center top no-repeat;
  background-size: cover;
}

.dev-banner-img{
  margin:0px;
  background: url("../img/dev-banner-image.png") center top no-repeat;
  background-size: cover;
}

.invited{
  background: url("../img/invited.png") center top no-repeat;
  background-size: 900px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

i {
  border: solid #2683FF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.area-to-hover:hover {
  cursor: pointer;
}

/* .banner-wrapper{
width: 1188px;
height: 28px;
} */

.banner-bg{
  width: 100%;
  height: 28px;
  background: #2582FF;
  mix-blend-mode: normal;
}

.wh-text-mt10{
  color:white;
}

.banner-left{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	color: #FFFFFF;
	mix-blend-mode: normal;
	margin: 0;
	line-height: 28px;
}

.banner-right{
	color:white;
	display:inline-block;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 28px;
	color: #FFFFFF;
	mix-blend-mode: normal;
	margin: 0;
}

.banner-link:hover {
	text-decoration: none !important;
}

.banner-logo {
	margin-left: 4px;
}

.banner-icon-right {
	color: white;
	font-size: 10px;
	margin-left: 4px;
}

.white-txt{
  color:#FFF;
}

.navitem-style{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
  .navitem-style {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-right:30px;
  }

  .mr-md-100 {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1201px) {
  .navitem-style {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-right:30px;
  }
  .mr-md-100 {
    margin-right: 150px;
  }
}

.navbar-nav>li>a.nav-join-link {
	padding: 40px 0;
	margin-left: 8px;
	margin-right: 8px;
}

.nav-join{
  background: transparent;
  border: 2px solid #FFF;
  box-sizing: border-box;
  border-radius: 4px;
  font-size:14px;
  padding: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width:180px;
  color: #FFFFFF;
  text-transform:unset;
  font-family: 'Poppins';
}
.navbar-blue .nav-join {
	border-color: #0059D0;
	color: #0059D0;
}

.nav-join:hover{
  border-color: #FFF;
  color: #08225d;
  box-sizing: border-box;
  border-radius: 4px;
  font-size:14px;
  padding: 10px;
	background: #FFF;
}
.navbar-blue .nav-join:hover {
	border-color: #0059D0;
	color: #fff;
	background: #0059D0;
}
.sno-bg .nav-join:hover, .sno-bg .nav-join:active:hover {
	background: white !important;
	color: #08225d;
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
	.nav-join{
	  background: transparent;
	  color:#FFF;
	  border: 2px solid #FFFFFF;
	  box-sizing: border-box;
	  border-radius: 4px;
	  font-size:14px;
	  padding: 10px;
	}
}
@media only screen and (min-width: 1201px) {
	.nav-join {
	  background: transparent;
	  color:#FFF;
	  border: 2px solid #FFFFFF;
	  box-sizing: border-box;
	  border-radius: 4px;
	  font-size:14px;
	  padding: 10px;
	}
	.nav-join-link {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.navbar-nav>li>a.nav-join-link {
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav>li>a.nav-join-link {
		padding: 24px 0;
		margin-left: 0;
		margin-right: 0;
	}
}


@media only screen and (max-width: 480px) {
	.nav-join{
	  margin-top: 0;
	}
}

.h-100{
  height:100px;
}

.mb-24 {
  margin-bottom: 24px;
}

.wh{
  color: #FFF;
}

.prod-stage {
  padding: 0 6px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50px;
  color:white;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 220px;
}

.prod-stage-container {
  display: flex;
  justify-content: center;
}

.m-15{
  margin:15px;
}

.pr10{
  padding-right:10px;
}

.hero-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.hero-subheading{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.hero-subheading{
		width: 80%;
	}
}

.hero-cta{
  padding-left:20px;
  padding-right:20px;
  font-size:14px;
  color: #133E9C;
  background:#FFF;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #133E9C;
  text-transform: unset;
  max-width: 400px;
}

@media only screen and (max-width: 320px) {
  .hero-cta{
    padding-left:20px;
    padding-right:20px;
    font-size:14px;
    color: #133E9C;
    background:#FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #133E9C;
    text-transform: unset;
    max-width: 360px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
  .hero-cta{
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
    color: #133E9C;
    background:#FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    color: #133E9C;
    text-transform: unset;
    max-width: 360px;
  }

  .home-hero-cta {
    font-size: 13px;
  }

  .center-sm {
    text-align: center;
  }

  .center-sm div {
    display: inline-block;
  }
}

.hero-box-1{
font-family: 'Roboto' !important;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
text-align: center;
width: 275px;
margin:8px;
}

@media only screen and (max-width: 320px) {
  .hero-box-1{
    width: 96%;
    margin:8px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
  .hero-box-1{
    width: 96%;
    text-align:center;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px){
  .hero-box-1{
    width: 45%;
    margin:12px;
    display: inline-block;
    margin:18px;
  }
}

.spacer120{
  height:120px;
  width:100%;
}

.mt50{
margin-top:50px;
}

.hero-box-btm-row{
height:95px;
border-bottom-right-radius:8px;
border-bottom-left-radius:8px;
background:#FFF;
color:#000000;
}
.hero-box-txt{
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #000000;
}

.hiw-name{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 23px;
text-align: center;
margin-top:30px;
color: #FFFFFF;
}

.mt20{
  margin-top:20px;
}
.mt25{
  margin-top:25px;
}
.mt30{
  margin-top:30px;
}
.mt50{
  margin-top:50px;
}

.p15{
  padding:15px;
}

.p10{
  padding:10px;
}

.spacer825{
  height:82.5px;
  width:100%;
}

.hiw-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}

.hiw-bg{
  color:white;
  background:  radial-gradient(102.4% 102.4% at 50% 0%, #133E9C 0%, #000000 100%);
  mix-blend-mode: normal;
}

.hiw-subheading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-top:30px;
}

@media only screen and (max-width: 991px) {

  .hiw-bg {
    background: #041845;
  }

  .hiw-bg .container {
    padding: 0;
    width: 100%;
  }

  .hiw-bg .row {
    padding: 0;
  }

  .how-it-works-steps {
    padding: 20px;
    color: white;
    margin-bottom: 70px;
  }

  .hiw-bg .sno-desc__white {
    margin: 0 auto;
    width: 70%;
  }

  .hiw-bg .col-md-4 {
    margin: 10px 0;
    padding: 0;
  }

  .resp-steps {
    height: 70px;
  }


  .resp-steps div {
    height: 60px;
    z-index: 2;
    border-bottom: 2px solid #2582FF;
    position: relative;
    bottom: 80px;
    z-index: 1;
  }

  .resp-steps img {
    z-index: 2;
    position: relative;
    background: #041845;
  }

  .resp-steps .stepThree {
    width: 50%;
  }

  .resp-steps .stepOne {
    left: 50%;
  }

  hr {
    display: none;
    height: 1px;
    border: 0;
    border-top: 2px solid #2582FF;
    margin: 1em 0;
    padding: 0;
    position: relative;
    bottom: 40px;
    z-index: 1;
  }
}

.diskSpace-bg {
  background: #fff;
}

.diskSpace-header {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.diskSpace-subheader {
  font-size: 18px;
	line-height: 27px;
  color: #000;
	font-family: 'Roboto';
	display: none;
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

.diskSpace-icon {
	height: 40px;
}


@media only screen and (max-width: 1200px) {
	.diskSpace-subheader {
		display: block;
	}
}

.diskSpace-subheading {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}


.diskSpace-desc {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 25px;
}

.diskSpace-button {
	background: #0055C6;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .diskSpace-content {
    width: 80%;
    margin: 0 auto;
  }

  .diskSpace-section {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .diskSpace-button {
    width: 35%;
		position: relative;
		bottom: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .diskSpace-button {
    width: 70%;
  }
}

@media only screen and (max-width: 738px) {
  .diskSpace-button {
    width: 50%;
  }

  .diskSpace-section {
    padding-left: 5px;
  }
}


.introducing {
  padding-right: 0;
	position: relative;
}

.introducing-subheading {
	font-family: 'Roboto';
}

@media only screen and (max-width: 738px) {
  .introducing {
    padding-left: 0;
  }
}


@media only screen and (min-width: 1200px) {
  .introducing .container {
    width: 1370px;
  }
}

.introducing-content {
  text-align: left;
}


@media only screen and (max-width: 1400px) {
  .introducing-content {
    position: relative;
    left: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  .introducing-content {
    width: 100%;
    left: 0;
    text-align: center;
  }

  .introducing-list {
    text-align: center;
		margin-top: 40px;
		margin-bottom: 30px;
  }

  .introducing-list-item {
    display: block
  }

  .introducing-list-item-content {
    display: inline;
  }
}

@media only screen and (max-width: 1120px) {
  .introducing-content {
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  .introducing-content {
    width: 80%;
		margin: 0 auto;
		text-align: left;
  }

	.introducing-list {
		text-align: left;
	}
}



.introducing-heading {
  font-size: 700;
  font-size: 32px;
  color: #000;
}

.introducing-list {
  list-style-type: none;
  padding-left: 0;
}

.introducing-list-item {
  display: flex;
  font-weight: 700;
  font-size: 14px;
}

.introducing-list-check {
  margin-right: 10px;
}

.introducing-list-item-content {
  color: #000;
}

@media (max-width: 1200px) {


  .introducing-list-item {
    display: block;
    margin-bottom: 20px;
  }

  .introducing-list-item-content {
    display: inline;
  }
}

.introducing-bg {
  background-image: url(../img/storj-tar-hero-img-mascot-gui.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
	position: absolute;
	right: 0;
	bottom: 0%;
}

@media only screen and (min-width: 1725px) {
	.introducing-bg {
    width: 50%;
  }
}

@media only screen and (max-width: 1468px) {
	.introducing-bg {
    height: 540px;
  }
}

@media only screen and (max-width: 1330px) {
	.introducing-bg {
    height: 420px;
		width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
	.introducing-bg {
    height: 540px;
		right: -15%;
    bottom: 0%;
		position: relative;
		width: 100%;
  }
}

@media only screen and (max-width: 991px) {
	.introducing-bg {
    height: 420px;
		right: -17%;
  }
}

@media only screen and (max-width: 600px) {
	.introducing-bg {
    height: 320px;
  }
}

.introducing-cta-text {
	margin-bottom: 140px;
}

@media only screen and (max-width: 1200px) {
	.introducing-cta-text {
		margin-bottom: 70px;
	}
}

.introducing-cta-link {
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 18px;
  color: #0055C6;
  float: left;
}

@media only screen and (max-width: 1200px) {
  .introducing-cta-link {
    float: none;
  }
}

.helpDevs-bg{
  background: #E7EAEF;
}

.helpDevs-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-top:100px;
}

.helpDevs-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  width: 50%;
  margin: 0 auto;
}

.helpDevs-desc {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  width: 70%;
  margin: 0 auto;
}

.helpDevs-section .img-fluid {
  width: 110px;
  height: auto;
}

.helpDevs-icon {
	height: 120px;
}

@media only screen and (max-width: 1200px) {

  .helpDevs-section {
    margin-bottom: 50px;
  }

}

.learn-more-tar {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #124491;
  margin-top:100px;
}

.update-wrapper{
  background: #DEECFF;
  border: 1px solid #59A0FF;
  box-sizing: border-box;
  border-radius: 4px;
  width:211px;
  margin: 0 auto;
}

.update-date{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 28px;
text-align: center;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #59A0FF;
}

.upd-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
/* font-size: 28px; was too small */
font-size: 32px;
line-height: 38px;
text-align: center;
color: #000000;
margin-top:-20px;
}

.upd-subheading{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-top: -8px;
  padding:5px;
}

.upd-cta-wrapper{
  border: 1px solid rgba(94,106,123,0.39);
  border-radius: 4px;
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
  margin-top:20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 54px rgba(4, 24, 69, 0.3);
  border-radius: 10px;
}

.upd-cta-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
color: #333333;
margin-left:10px;
}

.upd-cta-desc{
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;
color: #333333;
margin-left:30px;
text-align: left;
padding-right:30px;
}

.upd-cta-cta{
  background: #133E9C;
  border-radius: 4px;
  padding-left:20px;
  padding-right:20px;
  font-size:14px;
  margin-top:10px;
  margin-left:-120px;
  text-transform: unset;
}

@media only screen and (max-width: 320px) {

  .upd-cta-desc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-left:30px;
    text-align: center !important;
    padding-right:30px;
    }

  .upd-cta-cta{
    background: #133E9C;
    border-radius: 4px;
    font-size:14px;
    text-transform: unset;
    margin-left: 50px;
  }

  .w-list-img{
    margin-top:30px;
    margin-left:15px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
  .upd-cta-desc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-left:30px;
    text-align: center !important;
    padding-right:30px;
    }

  .upd-cta-cta{
    background: #133E9C;
    border-radius: 4px;
    font-size:14px;
    text-transform: unset;
    margin-left: -10px;
  }

.w-list-img{
  margin-top:30px;
  margin-left:15px;
}

}

.w-list-img{
  margin-left:15px;
}

.sno-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
font-size: 26px;
line-height: 38px;
color: #FFFFFF;
}

.sno-desc{
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 29px;
color: #FFFFFF;
}

.cta-4-sno-est-wrapper{
background: #133E9C;
border-radius: 4px;
width: 330px;
height: 46px;
margin-left:15px;
}

.cta-4-sno-est{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 29px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
margin-top: -6px;
}

.main-sno-wrapper{
  height: 586px;
}

.node-img{
  margin-top:-270px;
}

.sno-join-cta{
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 18px;
display:inline-block;
margin-left:45px;
color: #FFFFFF;
}

@media only screen and (max-width: 320px) {
  .main-sno-wrapper{
    height: 1000px;
  }

  .node-img{
    margin-top:-440px;
    margin-left:-50px;
  }


.sno-join-cta{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  display:inline-block;
  margin-left:45px;
  color: #FFFFFF;
  margin-top:30px;
  margin-left:-20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
  .sno-join-cta{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    display:inline-block;
    margin-left:45px;
    color: #FFFFFF;
    margin-top:30px;
    margin-left:20px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
  .main-sno-wrapper{
    height: 1000px;
  }

  .node-img{
    margin-top:-440px;
    margin-left:-30px;
  }


.sno-join-cta{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  display:inline-block;
  margin-left:45px;
  color: #FFFFFF;
  margin-top:30px;
  margin-left:20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1200px){
  .sno-join-cta{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    display:inline-block;
    margin-left:45px;
    color: #FFFFFF;
    margin-top:30px;
    margin-left:20px;
    }
    .main-sno-wrapper{
      height: 600px;
    }
}

.osp-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  color: #000000 !important;
}

.osp-desc {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

.osp-cta-partner {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #133E9C;
  margin-left:15px;
}

.osp-image {
  width: auto;
  height: 140px;
}

.transparency, .osp {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.ospTrans-button {
  background: #0055C6;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}


.transparency-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: bold;
font-size: 26px;
line-height: 38px;
color: #000000;
}

.transparency-subheading{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}



.transparency-learn-more {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  display:inline-block;
  margin-left:15px;color: #133E9C;
}

.transparency-img{
  width: auto;
  height: 140px;
}


.mstone-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
}

.mstone-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.mstone-bottom-wrapper{
  margin-top: 60px;
}

.mstone-bottom{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
}

.mstone-bottom a {
  color: #FFFFFF;
}

.footer-col-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
	margin-top: 40px;
  margin-bottom: 0;
}

.footer-link{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 19px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-bottom: 5px;
	display: inline-block;
}

.footer-link:hover{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #FFFFFF;
  opacity: 1.0;
  text-decoration:none;
}

.footer-sub{
  height:50%;
  font-size: 12px;
  font-family: 'Poppins';
  background: #2582FF;
  border: 1px solid #2582FF;
  border-radius: 0px 0px 10px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-top:-25px;
  max-width: 320px;
}
.footer-sub:hover {
	background-color: #0059D0;
	border-color: #0059D0;
}

.footer-em-input{
  height:50%;
  font-size: 12px;
  font-family: 'Roboto';
  border-radius: 10px 10px 0px 0px;
  margin-top: 10px;
}

.thankyou-btn {
  font-size: 14px;
  line-height: 18px;
  width: 185px;
  padding: 14px 11px;
}

.thankyou__nav {
  background: #133E9C;
}

.mce-error-response a:hover{
  color:white !important;
}

.gray{
  color:grey;
}

.signup-subheading{
  font-size:18pt;
}

.consent-banner{
  background: #11181D;
  opacity: 0.90;
  position: fixed;
  bottom: 0px;
  z-index: 99999999999999999;
  display: none;
  justify-content: space-between;
  width: 100%;
}

.consent-banner_text{
  color: #FFF;
	padding: 12px;
  font-size: 12px;
  line-height: 1.5;
	margin-bottom: 0;
}

.consent-banner_link{
  color: #FFF;
  text-decoration : underline;
}

/* @media only screen and (min-width: 0px) and (max-width: 800px) {
  .consent-banner_text{
    margin-top:15px;
    margin-right:50px;
  }

  .consent-banner_close{
    margin-top:25px;
    margin-right:75px;
  }
} */

.consent-banner_close:hover {
    cursor: pointer;
}

.careers-heading,
.careers-heading-cta{
  font-family: 'Poppins';
  font-style: normal;
  color: #FFFFFF;
}

.careers-heading-cta-wrapper, .careers-sec-heading-wrapper  {
	text-decoration: none !important;
}

.positions.section {
	padding: 4em 0 3em;
}


.careers-subheading{
font-family: 'Roboto';
font-style: normal;
color: #FFFFFF;
}

.careers-heading{
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-top: 80px;
}

.careers-subheading{
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}

.careers-heading-cta{
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  margin-top: 45px;
}

.careers-cta-caret{
  color:#FFFFFF;
}

.careers-sec-heading{
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  white-space: nowrap;
}

.careers-about-us-subheading,
.careers-diversity-subheading,
.careers-locations-subheading{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.careers-about-us-cta{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #133E9C;
}

.careers-benefit-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

.careers-benefit-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #333333;
}

.other-benefit{
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  opacity: 0.85;
}

.office-location{
  color : #000000;
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}

.office-address{
  color : #000000;
  margin-top:-15px;
  font-family: 'Roboto' !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.careers-sec-heading,
.careers-about-us-subheading,
.careers-diversity-subheading,
.careers-locations-subheading
.other-benefit,
.location,
.address{
  color: #000000;
  font-style: normal;
}

.careers-position-table {
	width: 100%;
	border-radius: 5px;
	border-collapse: separate !important;
	border: 1px solid rgba(147, 161, 175, 0.6);
}

.careers-position-column {
	font-family: 'Roboto';
	font-size: 14px;
	color: #000;
	border: none;
	border-bottom: 1px solid rgba(147, 161, 175, 0.6);
	line-height: 1.5em;
	text-align: left;
}

.careers-position-title {
	font-weight: bold;
}

.location-card{
  width:520px;
  margin:30px;
  border:1px solid #dcdcdc;
  border-radius:4px;
  box-shadow: 2px 2px 10px #dcdcdc;
}

@media only screen and (max-width: 500px){
  .location-card{
    margin-left:-15px;
  }
	.careers-heading{
	  margin-top: 40px;
	}
}


.about-us-img-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.about-us-content-sm {
	padding-left: 15px;
	padding-right: 15px;
}

.about-us-img{
	width: 100%;
}


.diversity-img-wrapper{
	margin-top: 50px;
}

@media only screen and (max-width: 991px){
	.diversity-img-wrapper{
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 768px){
	.careers-diversity-img{
		width: 50%;
	}
}


.margin-less{
  margin:0px;
}

.padding-less{
  padding:0px;
}

.reverse-wrap {
  flex-wrap: wrap-reverse;
}

.cta-arrow{
  height:8px;
  width:12px;
}

.other-benefits-desc{
  font-family: 'Roboto';
}

.txt-white{
  color:#fff;
}

.no-spacing{
  margin:0px;
  padding:0px;
}


.events-table{
  width : 100%;
  border: 1.5px solid #C9D0D7;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height:1265px;
}


@media only screen and (max-width: 500px) {
    .events-table{
      height:1540px;
      max-height:1540px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .events-table{
      height:1540px;
      max-height:1540px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {
    .events-table{
      height:1300px;
      max-height:1300px;
  }
}

.event-link{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
}

.dark-grey{
  color: #C9D0D7;
}

.milestones-main-wrapper{
  background: #041845;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.09);
}

.milestones{
  display:inline-block;
  width:100%;
  margin-top:-30px;
}

.current-milestone{
  background-color: #1743A2 !important;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.not-current-milestone{
  background: #C4C4C4;
  border: 3px solid #C4C4C4;
}

.current-panel{
  background: #FFFFFF;
  border: 1px solid #1743A2;
}

.not-current-panel{
  background: #FFFFFF !important;
  border: 1px solid #AFB7C1 !important;
}

.current-milestone-text,
.not-current-milestone-text{
  height: 67px;
  font-family: 'Poppins';
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
}
.current-milestone-text{
  font-weight: bold;
  color: #FFFFFF;
}

.not-current-mile-stone-text{
  font-weight: normal;
  color: rgba(0, 0, 0, 0.56)
}

.home-hero-cta{
  color:white;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}

.learn-osp-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  color: #000000;
}

.learn-osp-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

.learn-osp-cta-link{
  padding-left:20px;
  padding-right:20px;
  font-size:14px;
}

.learn-osp-wrapper{
  position:relative;
  z-index: 2;
  padding-left:25px;
}

.line{
  border-bottom: 1px solid white;
}

.progressbar-container {
  position: relative;
  z-index: 0;
}

.progressbar {
  counter-reset: step;
}


.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 24px;
  font-family: Poppins;
  font-style: normal;
  font-weight: medium;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #2582FF;
}
.progressbar li:before {
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 45px;
  border: 2px solid #2582FF;
  display: block;
  text-align: center;
  margin: 0 10px 0 120px;
  border-radius: 50%;
  background-color: #09296c;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #2582FF;
  top: 25px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
  .progressbar {
    position: relative;
    right: 30px;
  }
}

@media only screen and (max-width: 991px) {

  .progressbar li:before {
    margin: 0 10px 0 50px;
  }
  .progressbar li:after{
    left: -48%;
  }
  .sno-heading__white {
    margin-top: 50px;
  }
}

.sno-heading__white {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: white;
}

.sno-desc__white {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.sno-cta-link__white {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: white;
}

.earning-table-header{
  margin-right: 10px;
}

.earning-table-header {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-left: -15px;
  margin-bottom: 27px;
  color: #93A1AF;
}

.earning-table-head {
  float: left;
  margin-left: -15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
}

.earning-table-desc {
  float: right;
  margin-right: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
}

.earning-table-divider {
  width:100%;
  margin-left:-15px;
  margin-top: 20px;
  border : 1px solid rgba(147, 161, 175, 0.6);
}

.sno-bg {
  margin:0px;
  background: radial-gradient(160.22% 160.22% at 50% 100%, #133E9C 0%, #000000 100%), #133E9C;
  background-size: cover;
}

.sno-hero-heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
	color: #fff;
}

.sno-hero-sub-heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}

.sno-heading{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.sno-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.sno-cta-link{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #133E9C;
}

.start-sharing-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: black;
}

.sno-start-sharing-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  color: black;
}

.dashboard-message {
  height: 48px;
  background: rgba(255, 255, 255, 0.24);
  mix-blend-mode: normal;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  margin: 0 auto;
}

.dashboard-message img {
  margin-right: 10px;
}

.dashboard-message a {
  text-decoration: none;
}

.dashboard-message p {
  color: #fff;
  font-size: 12px;
  display: inline;
}

.dashboard-message .glyphicon {
  margin-left: 10px;
  top: 2px;
}

@media only screen and (max-width: 991px) {
  .nav-heading {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-toggle {
    border: none;
  }
	.nav-join-link {
		margin-right: 0;
	}
}

.how-it-works-steps {
  padding: 80px;
  color: white;
}

.np-bg {
  background: #F5F8FB;
  mix-blend-mode: normal;
}

.np-bg .container {
  margin-right: 0;
  padding-right: 0;
}

.np-bg p {
  text-align: left;
}

@media only screen and (min-width: 1360px) {
  .np-bg .col-md-4 {
    right: 15%;
  }
}


@media only screen and (max-width: 991px) {
  .np-bg .container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .node-performance .container .row {
    margin: 0 auto;
    padding: 0;
  }


  .np-bg p {
    text-align: center;
  }


  .np-bg .container .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  /* .col-md-4 {
    margin: 90px 0;
    padding: 0 10%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  } */

  .np-bg {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0;
  }

  .ss-bg .spacer40 {
    height: 10px;
  }

  .ss-bg .col-md-4 {
    margin: 60px 0;
  }
}


/* --------------------------------

Unsubscribed

-------------------------------- */

.unsubscribed-page {
	background: #F4F5F7;
}

.unsubscribed-content-wrapper {
	text-align: center;
	background: #fff;
	height: 395px;
	position: relative;
	bottom: 200px;
	margin: 0 auto;
	border-radius: 8px;
}

.unsubscribed-page .storj-blu-bg {
	background: #0059D0;
	min-height: 307px;
}

.unsubscribed-content {
	position: relative;
	top: 20%;
}

.unsubscribed-header {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #000;
}

.unsubscribed-txt {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.unsubscribed-cta {
	width: 130px;
	height: 50px;
	border-radius: 6px;
	color: #fff;
	background: #0059D0;;
	padding: 12px 36px;
	font-weight: bold;
	font-size: 16px;
	font-family: Poppins;
	position: relative;
	top: 28px;
}

.unsubscribed-cta:hover {
	color: #fff;
	text-decoration: none;
}

.unsubscribed-cta-arrow {
	left: 12px;
	position: relative;
}

.unsubscribed-btm-wrapper {
	margin-top: 65px;
}

.unsubscribed-btm-txt {
	font-family: Roboto;
	font-size: 14px;
	line-height: 19px;
	color: #7E8B9C;
	margin-bottom: 0;
}

.unsubscribed-btm-txt.link {
	border-bottom: 1px solid #7E8B9C;
}

@media only screen and (max-width: 767px){
	.unsubscribed-content-wrapper {
		bottom: 0;
		margin: 40px auto;
	}

	.unsubscribed-page .storj-blu-bg {
		min-height: 92px;
	}
}


/* --------------------------------

Sign Up Node Operator

-------------------------------- */

.signup-node-bg {
  background: linear-gradient(158.94deg, #000F2C -1.77%, #3B6BC9 170.28%);
}

.storj-ecosystem-bg {
  background-image: url('../img/storj-ecosystem.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.signup-node-form {
  background-color: #F4F6F9;
}

.sno-ad-message {
	margin: 32px auto;
	font-size: 14px;
	text-align: center;
}

.steps {
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 10px;
}

.steps div {
	width: 34%;
	border-bottom: 4px solid #C5CBDB;
	position: relative;
	bottom: 7px;
}

.steps span {
	height: 20px;
	width: 20px;
	border: 4px solid #C5CBDB;
	border-radius: 50%;
	font-size: 10px;
	padding: 0;
	background: #C5CBDB;
	font-weight: bold;
	color: #7e8b9c;
	text-align: center;
	padding: 0;
	z-index: 9;
}

.steps .active {
	border-color: #0059D0;
	background-color: #0059D0;
	color: #fff;
}

.steps .active:after {
	content: '';
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid white;
	position: absolute;
	margin-top: 28px;
	margin-left: -16px;
}

.steps span.done {
	background-color: #0059D0;
	border-color: #0059D0;
	color: #fff;
}

.steps div.done {
	border-bottom: 4px solid #0059D0;
}

.form-container {
  background: white;
  border-radius: 9px;
	margin: 16px;
}

.email-form-container .email-msg {
	font-size: 14px;
	margin-bottom: 20px;
	max-width: 440px;
}

.email-form-container .lead {
	margin-bottom: 0;
}

.form {
  padding: 20px 40px;
}

.signup-node-container .lead {
	margin-bottom: 16px;
}

.signup-node-container .btn {
	background: #0059D0;
	border-color: #0059D0;
	margin-top: 0;
	margin-bottom: 24px;
}

.signup-node-container .btn:hover {
	background: #2582FF;
	border-color: #2582FF;
}

.sign-up-success-image {
	margin-top: 20px;
	margin-bottom: 10px;
}

.sign-up-node-submit {
  margin-top: 12px;
}

.submit-options {
  padding-left: 0;
	margin-bottom: 0;
}

.checkbox-container {
  display: block;
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkbox-container p {
	position: relative;
	margin-bottom: 0;
	line-height: 48px;
	left: 40px;
}

ul.submit-options li:last-of-type {
  border-bottom: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 4;
  height: 100%;
	width: 100%;
	margin: 0;
	transition: all 0.1s ease;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #FFFFFF;
  border: 2px solid #AFB7C1;
  box-sizing: border-box;
  border-radius: 6px;
  z-index:2;
	transition: background 0.1s ease;
	transition: border 0.1s ease;
}

.checkbox-container:hover .checkmark {
	border-color: #0059D0;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	border-color: transparent;
  background: #0059D0;
  animation: jelly .6s ease;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 5px;
	width: 5px;
	height: 11px;
	opacity: 0;
	transform: rotate(45deg) scale(0);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transition: all .3s ease;
	transition-delay: .15s;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Animation for the checkmarks */
@-moz-keyframes jelly {
	from {
		transform: scale(1, 1);
	}

	30% {
		transform: scale(1.25, 0.75);
	}

	40% {
		transform: scale(0.75, 1.25);
	}

	50% {
		transform: scale(1.15, 0.85);
	}

	65% {
		transform: scale(0.95, 1.05);
	}

	75% {
		transform: scale(1.05, 0.95);
	}

	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes jelly {
	from {
		transform: scale(1, 1);
	}

	30% {
		transform: scale(1.25, 0.75);
	}

	40% {
		transform: scale(0.75, 1.25);
	}

	50% {
		transform: scale(1.15, 0.85);
	}

	65% {
		transform: scale(0.95, 1.05);
	}

	75% {
		transform: scale(1.05, 0.95);
	}

	to {
		transform: scale(1, 1);
	}
}

@-o-keyframes jelly {
	from {
		transform: scale(1, 1);
	}

	30% {
		transform: scale(1.25, 0.75);
	}

	40% {
		transform: scale(0.75, 1.25);
	}

	50% {
		transform: scale(1.15, 0.85);
	}

	65% {
		transform: scale(0.95, 1.05);
	}

	75% {
		transform: scale(1.05, 0.95);
	}

	to {
		transform: scale(1, 1);
	}
}

@keyframes jelly {
	from {
		transform: scale(1, 1);
	}

	30% {
		transform: scale(1.25, 0.75);
	}

	40% {
		transform: scale(0.75, 1.25);
	}

	50% {
		transform: scale(1.15, 0.85);
	}

	65% {
		transform: scale(0.95, 1.05);
	}

	75% {
		transform: scale(1.05, 0.95);
	}

	to {
		transform: scale(1, 1);
	}
}


.black-text {
  color: black;
}

.light-black {
  color: #424B5A;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
}

#signup-node-form-err-msg-container {
  color: red;
  position: relative;
  bottom: 4px;
	margin-top: 8px;
  margin-bottom: 8px;
}

.signup-node-form-error-msg {
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.requirement-form .signup-node-form-error-msg {
  background-color: #FFEFEF;
  border: 1px solid #FF0000;
  width: 95%;
  padding: 16px 24px;
  position: relative;
  left: 14px;
	line-height: 1.5;
}

.signup-node-form-error-msg a {
  text-decoration: underline;
  color: #EF0000;
}

.requirement-form input {
	max-width: 100%;
}

.email-form input {
  margin: 8px 0;
	max-width: 100%;
}

.email-form .email {
  background: #FFFFFF;
  border: 1px solid #C5CBDB;
  box-sizing: border-box;
  border-radius: 6px;
  height: 54px;
}

.footer .response {
	color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
	display: none;
}

.sign-up-node-operator .invisible {
  display: none;
}

.sign-up-node-operator .navbar-header {
	width: 100%;
}

.signup-node-container {
	background: #F4F6F9;
	min-height: 820px;
}

.sign-up-node-operator .form-container {
	margin: 16px auto;
}

.requirement-form-container {
	position: absolute;
	left: 0;
	max-width: 600px;
}

.email-form-container {
	max-width: 440px;
	margin: 16px auto;
}

.email-form-container .btn {
	margin-top: 8px;
}

.complete-form-container {
	max-width: 440px;
	position: absolute;
	right: 20px;
}

.sign-up-node-operator .navbar-brand {
	width: 100%;
	margin-top: 28px;
	margin-bottom: 28px;
}
.sign-up-node-operator .logo {
	width: 100%;
	margin: 0 auto;
}
.sign-up-node-operator .footer .nav>li {
	float: none;
	top: 0;
}
.sign-up-node-operator .footer .navbar-nav>li>a {
	padding: 24px 10px;
}

.sign-up-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.sign-up-footer .link {
	margin: 20px;
	font-size: 12px;
	border: 0;
	color: #0059D0;
}
.sign-up-footer .link:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 767px){
  .ml-77 {
    margin-left: 14%;
  }

  .ml-295 {
    margin-left: 48%;
  }

  .ml-515 {
      margin-left: 81%;
  }

  .signup-node-bg {
    background: #F4F6F9;
  }

  .storj-ecosystem-bg {
    background-color: #F4F6F9;
    background-image: none;
  }

  .addHeight .signup-node-container {
    height: 1000px;
  }

  .addHeight .requirement-form-container {
    height: 100%;
  }

	.sign-up-node-operator .form-container {
		margin: 16px 0;
	}

  .complete-form-container .sign-up-success-image {
    margin-top: 20px;
		margin-bottom: 10px;
  }

  .footer .container-fluid {
    display: flex;
    justify-content: space-between;
  }

  .footer .nav>li {
    float: right;
    margin: 0;
    position: relative;
    top: 7px;
  }

}

@media only screen and (max-width: 560px){
	.complete-form-container .btn {
		width: 100%;
	}
}

@media only screen and (max-width: 560px){
	.sno-ad-message {
    font-size: 10px;
		margin: 24px auto;
	}
	.signup-node-container .form {
    padding: 8px 28px;
	}
	.requirement-form .lead {
		font-size: 15px;
	}
  .ml-77 {
      margin-left: 13%;
  }

  .ml-295 {
    margin-left: 47%;
  }

}

@media only screen and (max-width: 414px){
  .ml-77 {
    margin-left: 11%;
  }

  .form h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .requirement-form h2 {
		font-size: 17px;
    line-height: 26px;
    margin-top: 16px;
  }

	.email-form-container h2 {
		font-size: 24px;
	}

	.requirement-form .lead {
    font-size: 14px;
	}

  .ml-295 {
    margin-left: 163px;
  }

	.banner-left{
	font-size: 8px;
	}

	.banner-right{
	font-size: 8px;
	}

	.sign-up-node-operator .footer .logo {
    width: 124px;
		margin-left: 0;
	}
	.sign-up-node-operator .footer .navbar-right {
		margin-right: 0;
	}
	.sign-up-node-operator .form-container {
		position: relative;
	}
	.sign-up-node-operator .complete-form-container {
    right: 0;
	}
	.sign-up-node-operator .checkbox-container p {
		font-size: 12px;
		left: 36px;
	}
	.requirement-form .signup-node-form-error-msg {
    font-size: 12px;
		padding: 8px 16px;
	}
	.signup-node-container .form {
    padding: 8px 24px;
	}

}

@media only screen and (max-width: 375px){
  .ml-295 {
    margin-left: 141px;
  }

  .ml-515 {
    margin-left: 245px;
  }

	.dashboard-message p {
		font-size: 9px;
	}

	.form {
    padding: 20px;
	}

	.sign-up-node-operator .form-container {
		margin: 16px 0;
		width: 100%;
	}

	.signup-node-container {
    min-height: 820px;
	}

}


@media only screen and (max-width: 360px){
  .ml-295 {
    margin-left: 135px;
  }
	.banner-left{
		font-size: 7px;
	}
	.banner-right{
		font-size: 7px;
	}
	.requirement-form h2 {
    font-size: 16px;
	}
	.requirement-form .lead {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.sign-up-node-operator .checkbox-container p {
		font-size: 11px;
	}
	.sign-up-node-submit {
    margin-top: 0;
	}
	.sign-up-node-operator .form {
		padding: 0 20px;
	}
	.sign-up-node-operator .navbar-brand {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	}
}


@media only screen and (max-width: 340px) {
	.footer-em-input {
    font-size: 11px;
	}
}


@media only screen and (max-width: 320px){

	.sno-ad-message {
    font-size: 9px;
		margin-top: 16px;
	}

  .ml-77 {
    margin-left: 21px;
  }

  .ml-295 {
    margin-left: 112px;
  }

  .ml-515 {
    margin-left: 213px;
  }

	.sign-up-node-operator .form {
    padding: 0 16px;
	}

	.requirement-form h2 {
	    font-size: 15px;
	}

	.sign-up-node-operator .checkbox-container p {
		font-size: 10px;
		left: 36px;
	}

	.requirement-form .lead {
    font-size: 12px;
	}

	.sign-up-node-operator .footer .logo {
    width: 100px;
	}

}

.dei-hero-bg {
	background: #0054C4;
}

.dei-hero-content {
	max-width: 600px;
	margin: 0 auto;

}

@media only screen and (max-width: 767px) {
	.dei-hero-content {
		width: 70%;
	}
}


.dei-hero-heading {
	font-family: Poppins;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-hero-subheading {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-hero-btn {
	background: #fff;
	color: #0055C6;
}


@media only screen and (max-width: 991px) {
	.dei-at-storj-content {
		display: flex;
		flex-direction: column;
	}
	.dei-at-storj-text-wrapper {
		order: 2;
	}
	.dei-at-storj-img-wrapper {
		order: 1;
		margin-bottom: 90px;
	}
}

.dei-at-storj-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0;
}

.dei-at-storj-subheading {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-at-storj-btn {
	float: left;
}

.dei-blm {
	background: #000;
	margin: 20px;
}

.dei-blm-content {
	max-width: 650px;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.dei-blm-content {
		width: 80%;
	}
}

.dei-blm-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0;
}

.dei-blm-subheading {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-blm-btn {
	color: #000;
	background: #fff;
}

.dei-blm-btn:hover {
	background: #ddd;
	color: #000;
}

.dei-commitment {
	background: #F4F6F9;
}

.dei-commitment-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-commitment-title {
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	min-height: 50px;
}

@media only screen and (max-width: 991px) {
	.dei-commitment-title {
		min-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.dei-commitment-col {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.dei-commitment-col {
		margin-bottom: 90px;
	}
}


.dei-commitment-content {
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-commitment-link {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0px;
	float: left;
	color: #0055C6;
}

.dei-commitment-carrot {
  position: relative;
  left: 3px;
	bottom: 1px;
}

.dei-principle-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-principle-col {
	background: #F4F6F9;
	text-align: left;
	padding: 10px 30px 30px;
  height: 392px;
}

@media only screen and (max-width: 991px) {
	.dei-principle-col {
		margin-bottom: 30px;
		height: auto;
	}
}

.dei-principle-img {
	margin: 30px 0 10px 0;
	height: 30px;
}

.dei-principle-title {
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-principle-content {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-values {
	background: #0055C6;
	margin: 20px;
}

@media only screen and (max-width: 767px) {
	.dei-values {
		width: 95%;
		margin: 0 auto;
		margin-top: 30px;
	}
}

.dei-values-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: center;
}

.dei-values-col {
	background: #fff;
	min-height: 201px;
	margin-bottom: 30px;
	padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
	.dei-values-col {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.dei-values-title {
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-values-content {
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-work {
	background: #F4F6F9;
	position: relative;
}

.dei-work-img-wrapper {
	position: inherit;
}

.dei-work-img {
	position: absolute;
	left: 0;
	bottom: 0;
}


@media only screen and (max-width: 991px) {
	.dei-work-content {
		display: flex;
		flex-direction: column;
	}
	.dei-work-text-wrapper {
		order: 1;
	}
	.dei-work-img-wrapper {
		order: 2;
		margin-top: 300px;
	}
	.dei-work-img {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

.dei-work-heading {
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0;
}

.dei-work-subheading {
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}

.dei-work-btn {
	float: left;
}
