body {
	font-family:'Source Sans Pro',Arial,Helvetica,sans-serif;
}
 
html, body {
  height: 100%;
  margin: 0;
}

.dk-blue{
	/* color: #007db8; */
	color: #183242;
}
.dk-blue-bg{
	/* background-color: #007db8; */
	background-color: #183242;
}
.lt-blue{
	/* color: #3dc6ef; */
	color: #00aeef;
}
.lt-blue-bg{
	/* background-color: #3dc6ef; */
	background-color: #00aeef;
}
.dk-yellow{
	/* color: #ffd220; */
	color: #ffcc4e;
}
.dk-yellow-bg{
	/* background-color: #ffd220; */
	background-color: #ffcc4e;
}
.green{
	color: #72bf44;
}
.green-bg{
	background-color: #72bf44;
}
.dk-green{
	color: #55aa1f;
}
.dk-green-bg{
	background-color: #55aa1f;
}
.red{
	color: #ee3d3d;
}
.red-bg{
	background-color: #ee3d3d;
}
.white{
	color: #ffffff;
}
.white-bg{
	background-color: #ffffff;
}
.lt-gray{
	color: #eeeeee;
}
.lt-gray-bg{
	background-color: #eeeeee;
}
.gray{
	color: #aaaaaa;
}
.gray-bg{
	background-color: #aaaaaa;
}
.dk-gray{
	color: #808080;
}
.dk-gray-bg{
	background-color: #808080;
}
.charcoal{
	color: #444444 !important;
}
.charcoal-bg{
	background-color: #444444;
}
.text-shadow{
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.box-shadow{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.display-none{
	display: none;
}
.margin-center{
	margin: 0 auto;
}
.top-margin-30{
	margin-top: 30px;
}
.width-60{
	width: 60%;
}
.underline{
	text-decoration: underline;
}
h1{
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
  margin: 0px;
}
h2{
	font-size: 46px;
	color: #fff;
	margin: 0px;
}
h3{
	font-size: 35px;
	font-weight: 500;
	color: #444;
	margin: 0px;
}
h4{
	font-size: 20px;
	color: #fff;
	margin: 0px;
}
h5{
	font-size: 16px;
	color: #aaa;
	margin: 0px;
	font-weight: 600;
}
p{
	font-size: 20px;
	color: #fff;
	margin: 0px;
}
p strong{
  font-weight: 600;
}
.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.z-index-2{
	z-index: 2;
}
.z-index-3{
	z-index: 3;
}
.infographic-block .popup {
    display: none;
}
.popup {
    position: absolute;
    width: 300px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-color: white;
	padding: 5px 10px 10px 10px;
    z-index: 3;	
	display: none;
}
.popup p{
	color: black;
	font-size: 20px;
	word-wrap: break-word;
}
.popup a{
	color: #00aeef !important;
	font-size: 20px;
}
.popup-close{
	color: black !important;
	font-size: 20px !important;
	text-align: center !important;
    padding: 10px;
    padding-top: 0px;
	margin-bottom: 0px !important;
	cursor: pointer;
    width: 100%;
}
.hotspot{
	cursor: pointer;
}

#content{
	display: none;
	width: 100%;
}
#loading-screen{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#loading-container{
	top: 25%;
	width: 100%;
	position: absolute;
	text-align: center;
}
#loading-bar-container{
	width: 80%;
	margin: 0 auto;
}
#loading-bar{
	height: 10px;
	margin: 10px 0px;
	background-color: white;
	width: 0px;
}
#loading-percent{
	color: white;
}
.intro-block{
	width: 50%;
	height: 50%;
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	background-position: center;
}
.intro-block-title {
  font-weight: 900;
  line-height: 0.85em;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.intro-block-caption{
	color: white;
	margin-top: 5px;
	padding: 5px 20px;
    margin: 0 auto;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 5px;
    font-size: 32px;
	z-index: 2;
    position: relative;
}
.intro-container{
	height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.mobile-intro-container{
	display: none;
    position: absolute;
    top: 46%;
    z-index: 3;
    width: 100%;	
	height: 8%;
}
#mobile-intro-title p{
	color: black;
	text-align: center;
}
.color-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.65;
}
#intro-title{
	padding: 10px 50px;
	font-size: 32px;
	width: 100%;
	font-weight: 400;
}
#intro-title p{
    color: #444;
	margin: 0 auto;
}
#intro-top-left{
	background-image: url('../img/Machine_v2-C.gif');
	background-repeat: no-repeat;
	background-size: cover;
    left: 0px;
    top: 0px;
}
#intro-top-right{
	background-image: url('../img/TV_v3-C.gif');
	background-repeat: no-repeat;
	background-size: cover;
    left: 50%;
    top: 0px;
}
#intro-bottom-left{
	background-image: url('../img/SSD_v2-C.gif');
	background-repeat: no-repeat;
	background-size: cover;
    left: 0px;
    top: 50%;
}
#intro-bottom-right{
	background-image: url('../img/Typewriter_v2-C.gif');
	background-repeat: no-repeat;
	background-size: cover;
    left: 50%;
    top: 50%;
}
.intro-block-title{	
    position: relative;
	cursor: pointer;
	z-index: 2;
}
#intro-scroll-arrow{
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
    cursor: pointer;
    z-index: 2;	
}
 
#section-1 h1, #section-3 h1, #section-5 h1, #section-6 h1 {
	margin: 0;
	text-align: left;
	font-size: 36px;
	position: relative;
	color: white;
}
#section-2 h1{
  font-size: 36px;
  color: #444;
}
#section-2-header-text{
	margin-top: 30px;
	width: 60%;
}

/*
h1:before {
  content: '?';
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: center;
  width: 100px;
  margin-left: -50px;
  color: #ff466a;
  font-size: 30px;
}
*/

.circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
}
#circle-1{
	background-color: black;
	position: absolute;
	right: 40%;
}
#circle-2{
	background-color: red;
	position: absolute;
	left: 40%;
}
#circle-3{
	background-color: green;
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
#circle-4{
	background-color: blue;
	position: absolute;
	bottom: 40%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.text-1{
	font-size: 24px;
	color: white;
	position: relative;
    margin: 30px 5px;	
}
 
.full-height{
	min-height: 100%;
}
section {
	width: 100%;
	position: relative;
	text-align: center;
}
 
/* Center aligned first section */
section .inner {
  margin: 0 auto;
}
 
/* Content of the following sections aligned next to the iphone */
section .innerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100px, -50%);
  text-align: left;
}
 
/* iPhone/Card positioned to the left - this is a default position */
.iphone {
  width: 290px;
  height: 600px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
  background-color: #3757D0;
  background-image: -webkit-radial-gradient(#81bcff, #5d7fce);
  background-image: radial-gradient(#81bcff, #5d7fce);
}
 
/* Centered content of the ScrollMagic card */
.iphone p {
  font-size: 140px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
}
 
/* Letters hidden by default */
.iphone p.screenA, .iphone p.screenB, .iphone p.screenC {
  opacity: 0;
  visibility: hidden;
}
 
/* ScrollMagic hat on top of letters */
.iphone p.screenHat {
  z-index: 2;
}
.iphone p.screenHat img {
  max-width: 130px;
}
 
/* Bullet list */
.features {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}
.features li {
  position: relative;
  padding-left: 17px;
}
 
/* A heart instead of a bullet */
.features li:before {
  content: '?';
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  color: #ff466a;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}

#nav-bar{
	position: fixed;
	left: 0px;
	top: 37%;
    width: 30px;
	z-index: 2;
	cursor: pointer;
	display: none;
	opacity: 0;
}
#nav-bar-title{
	font-size: 10px;
	margin: 3px;
	margin-bottom: 8px;
}
#nav-bar-close{
	font-size: 15px;
	margin: 3px;
    margin-top: 8px;
	text-align: right;
	display: none;
}
#mobile-nav-bar-close {
    margin-top: 8px;
}
#nav-square-home{
	display: none;
}
#nav-squares{
	border: Solid 1px white;
	border-left: 0px;
}
.nav-square{
	height: 30px;
    width: 100%;
    /* opacity: 0.8; */
}
.nav-caption{
	display: none;
	width: 100%;
	height: 100%;
}
.nav-caption span{
	font-size: 18px !important;
	color: white;	
	margin: 2px 5px;
}
#mobile-nav-bar div, #mobile-nav-bar p{
	display: none;
}
#mobilenav-square-5{
	padding-bottom: 20px;
}
.mobile-nav-caption .float-right {
    padding-right: 10px;
}

#section-1{
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
#textbox-1-1{
	position: absolute;
	top: 5%;
	left: 5%;
	max-width: 400px;
	text-align: left;
	z-index: 2;
}
#machine-img, #ssd-img{
	width: 100%;
	position: relative;
}
#machine-img img, #ssd-img img{
	width: 100%;
}
#click-arrow {
    position: absolute;
	/*
    height: 45%;
	width: 15%;
	*/
	height: 100%;
	width: 100%;
	top: 0%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	cursor: pointer;
}

#click-arrow-ssd {
    position: absolute;
	/*
    height: 30%;
	width: 20%;
	top: 50%;
	left: 35%;
	margin: 0px;
	*/
	height: 100%;
	width: 100%;
	top: 0%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
	cursor: pointer;
}
#click-arrow-typewriter{
    position: absolute;
	height: 100%;
	width: 100%;
	top: 8%;
    left: 5%;
    right: 0px;
	cursor: pointer;
	display: none;
}
#infographic-1{
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;	
    text-align: left;	
}
.infographic-container{
	top: 90%;
	width: 100%;
	top: 100%;
	position: absolute;
    z-index: 2;	
}
/*
#infographic-1 img{
	width: 80%;
}
*/
#infographic-header-left{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: center;
}
#infographic-header-right{
	display: inline-block;
	width: 80%;
	vertical-align: top;
	text-align: left;
}
#infographic-header-left img{
	padding-top: 15px;
}
#infographic-header-right h2{
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.infographic-block p, .infographic-block img, .infographic-block div, .infographic-block img{
	display: inline-block;
}
.infographic-block {
	margin: 30px 0px;
	padding: 30px 0px;
	position: relative;
    min-height: 150px;
	background-color: rgba(0, 174, 239, 0.12);
}
#infographic-block-3{
	/*
	display: flex;
    align-items: center;
    justify-content: center;
	*/
    background-position: center;	
	background-image: url(../img/FPO_speed-gradient-bg.png);
}
#infographic-block-3 img{
	position: absolute;
	width: 100%;
	max-width: 401px;
	left: 0px;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	/*
	left: calc(50%-50px);
	*/
}
#textbox-1-2, #textbox-1-3{
	width: 30%;
	vertical-align: top;
}
#textbox-1-2 p, #textbox-1-3 p{
	width: 70%;
	text-align: left;
}
#two{
	background-color: #0085C3;
	width: 100%;
	min-height: 100%;
}
#infographic-caption{
	/*
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	*/
    width: 80%;
    max-width: 1000px;	
	margin: 60px auto;
	text-align: center;
}
#infographic-caption p, #infographic-caption img{
	margin: 40px auto;
}
.infographic-block-img-left{
	text-align: center;
	width: 20%;
}
.infographic-block-img-left img{
	width: 100%;
	max-width: 133px;
}
.infographic-block-img-right{
	width: 50%;
}
.infographic-block-img-right img {
    width: 95%;
}
#get-the-facts{
	color: white;
	width: 200px;
	margin-top: 5px;
	padding: 10px 10px;
    margin: 0 auto;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 5px;
}
#tco-calc{
	color: white;
    width: 100% !important;
    max-width: 200px;
	margin-left: auto !important;
	margin-top: 5px;
	padding: 5px 10px;
    margin: 20px auto !important;
	/* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); */
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 5px;
}
#section-2{
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
#section-2 p{
	color: #444;
    position: relative;
    z-index: 2;
}
#section-2-header{
	position: absolute;
	top: 0px;
    left: 0px;
    right: 0px;
    margin: 2% auto;
}
.text-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
#section-2-title{
	padding-top: 20px;
    position: relative;
    z-index: 1;
	text-align: center;
}
.margin-10{
	margin: 10px;
}
#video-container{
	/*
	width: 80%;
	max-width: 1000px;
	*/
	width: 100%;
    margin: 0px auto 20px auto;	
	position: relative;
}
#video-container img{
	width: 100%;
}
#video-play-button{
	width: 40%;
    height: 42%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 40%;
    cursor: pointer;
	display: block;
	outline: none;
}
#click-play{
	color: white !important;
	position: absolute !important;
	bottom: 10%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-size: 18px;
}
#section-2-video video{
	width: 100%;
}
#section-2-parallax-container{
	position: relative;
}
#how-fast{
	margin: 40px 0px;
	font-size: 30px;
	z-index: 1;
	position: relative;
}
.yellow-lines{
	right: -100%;
	position: absolute;
	width: 200%;
	overflow: hidden;
}
.sm-yellow-line .line{
	height: 2px;
	width: 20px;
	background-color: yellow;
	margin-left: 15%;
	display: inline-block;
}
.md-yellow-line .line{
	height: 2px;
	width: 30px;
	background-color: yellow;
	margin-left: 13%;
	display: inline-block;
}
.lg-yellow-line .line{
	height: 2px;
	width: 60px;
	background-color: yellow;
	margin-left: 10%;
	display: inline-block;
}
#line-1{
	top: 0px;
}
#line-2{
	top: 20px;
}
#line-3{
	top: 50px;
}
#line-4{
	top: 150px;
}
#line-5{
	top: 170px;
}
#line-6{
	top: 200px;
}
#line-7{
	top: 300px;
}
#line-8{
	top: 320px;
}
#line-9{
	top: 350px;
}
#line-10{
	top: 450px;
}
#line-11{
	top: 470px;
}
#line-12{
	top: 500px;
}
#line-13{
	top: 600px;
}
#line-14{
	top: 620px;
}
#line-15{
	top: 650px;
}
#line-16{
	top: 750px;
}
#line-17{
	top: 770px;
}
#line-18{
	top: 800px;
}
.half-screen{
	width: 50%;
	display: inline-block;
    min-height: 400px;
    position: relative;
    vertical-align: top;
}
.white-box{
	padding: 20px;
	width: 60%;
	max-width: 300px;
	background-color: white;
	position: absolute;
	padding-bottom: 80px;
}
.white-box p{
	text-align: left;
}
#white-box-1{
	top: 0px;
	right: 50px;
}
#white-box-2{
	top: 0px;
	left: 50px;
}
.blue-oval{
	background-color: #007db8;
	width: 80%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	border-radius: 40px;
	padding:5px 0;
}
.blue-oval h5{
	font-size: 20px;
}
.blue-oval p{
	font-size: 16px;
}
.blue-oval p, .blue-oval h5{
	text-align: center;
	color: white !important;
	max-width: 80%;
  margin: 0 auto;
}
.yellow-box{
	width: 80%;
	min-height: 400px;
	max-width: 1000px;
    margin: 60px auto;	
	/* padding: 20px 0px 40px 0px; */
    background-color: rgba(250, 250, 210, 0.3);
}
.yellow-box-title{
	font-size: 28px;
	font-weight: 500;
	margin: 0 auto;
	padding: 20px 40px 0px 40px;
	position: relative;
	z-index: 1;
}
.blue-circle{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	/* border: solid 2px #007db8;
	background-color: white; */
	position: relative;
	margin: 40px auto 0px auto;
}
.blue-circle-caption{
	text-align: center;
	margin: 10px auto;
	font-size: 16px !important;
}
.blue-circle img {
    width: 100%;
}
.yellow-box-slide{
	display: none;
}
.active-slide{
	display: block;
}
.yellow-box-progress{
	position: absolute;
	bottom: -20px;
	border-bottom: 2px dashed white;
    width: 65%;
	max-width: 812.5px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.white-circle{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	bottom: -6px;
	cursor: pointer;
}
#white-circle-1{
	left: 0%;
}
#white-circle-2{
	left: 14.3%;
}
#white-circle-3{
	left: 28.6%;
}
#white-circle-4{
	left: 42.9%;
}
#white-circle-5{
	left: 57.1%;
}
#white-circle-6{
	left: 71.4%;
}
#white-circle-7{
	left: 85.7%;
}
#white-circle-8{
	left: 100%;
}
#yellow-box-draggable{
    position: absolute;
    left: -59px;
    bottom: -31px;
	cursor: move;
	z-index: 2;
}
#section-3{
	position: relative;
}
#section-3 .large-gif {
    /* padding-bottom: 200px; */
}
.large-gif img{
	width: 100%;
}
#textbox-3-1{
	position: absolute;
	top: 5%;
	left: 5%;
	max-width: 400px;
	text-align: left;
	z-index: 1;
}
#storage-drives{
	position: absolute;
	top: 100%;
	margin: 0 auto;
    left: 0px;
    right: 0px;
}
#section-3 h3{
	color: white;
	width: 60%;
    margin: 10px auto;
}
#envelope h3{
    margin: 30px auto;
}
.paper{
	width: 70%;
	max-width: 800px;
	margin: 120px auto 40px auto;
	background-color: white;
    position: relative;
    min-height: 600px;
}
.paper-tabs{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: -90px;
	cursor: pointer;
	width: 100% !important;
}
.paper-tab{
	width: 100%;
}
.paper-tab-div {
    display: inline-block;
	position: relative;
	overflow: hidden;
	width: 30%;
	max-width: 136px;
}
.paper-tab-sequence{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background-color: rgba(0, 174, 239, 0.6); */
	width: 100%;
}
.paper-tab-background{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 174, 239, 0.6); 
	opacity: 0;
	display: none;
}
#paper-tab-1{	
	/* max-width: 151px; */
}
#paper-tab-2{
	padding-bottom: 5px;
}
#paper-tab-3{
	padding-bottom: 5px;
}
#paper-content-2, #paper-content-3{
	display: none;
}
#sup-option-pro-con-2{
	display: none;
}
.drive-sub-option{
	cursor: pointer;
}
.selected-sub-option{
	color: #aaaaaa !important;
	text-decoration: none !important;
}
.paper-content-title{
	padding-top: 80px;
	margin-bottom: 10px;
}
.paper-top-links span{
	margin: 0 10px;
    color: #72bf44;
    text-decoration: underline;
}
.paper-left{
	width: 30%;
    max-width: 300px;
	margin: 60px 5% 20px 15%; 
	display: inline-block;
	vertical-align: top;
}
.paper-right{
	width: 30%;
    max-width: 300px;
	margin: 60px 15% 20px 5%; 
	display: inline-block;
	vertical-align: top;
}
.paper-left p, .paper-right p{
	font-size: 20px;
	margin-top: 10px;
}
.envelope-block-left {
    width: 15%;
    height: 60px;
    left: 0%;
    top: -60px;
    position: absolute;
	z-index: 1;
}
.envelope-triangle-left {
    width: 35%;
    height: 60px;
    left: 15%;
    top: -60px;
    background: linear-gradient(to right top, #55aa1f 50%, transparent 50%);
    position: absolute;
	z-index: 1;
}
.envelope-triangle-right {
    width: 35%;
    height: 60px;
    left: 50%;
    top: -60px;
    background: linear-gradient(to left top, #55aa1f 50%, transparent 50%);
    position: absolute;
	z-index: 1;
}
.envelope-block-right {
    width: 15%;
    height: 60px;
    left: 85%;
    top: -60px;
    position: absolute;
	z-index: 1;
}
#envelope{
    padding: 10px 0px 210px 0px;
	position: relative;
}
.envelope-left{
	width: 40%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
}
.envelope-right{
	width: 40%;
	margin: 0 5%;
	display: inline-block;
	vertical-align: top;
}
.envelope-right img{
	margin: 0px auto 40px auto;
	width: 100%;
	cursor: pointer;
}
.envelope-left p, .envelope-right p{
	margin-bottom: 20px;
	text-align: left;
}
.yellow-circle{
	height: 275px;
	width: 275px;
	border-radius: 50%;
	margin: 30px auto 0px auto;
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.lt-blue-circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #00aeef;
    margin: 35px auto 5px auto;
}
.yellow-circle h4 {
    font-size: 24px;
    color: #444;
    margin: 0px;
	margin-top: 40px;
    margin-bottom: 10px;
}
.yellow-circle p {
    font-size: 16px;
    color: #444;
    width: 80%;
    margin: 0 auto;
}
.yellow-circle .lt-blue-bg{
    width: auto;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 0px 20px 3px 20px;
    border-radius: 5px;
}
#open-quiz{
	cursor: pointer;
	padding: 5px 30px 7px;
}
#section-4{
	height: 0px;
	overflow: hidden;
}
#drive-the-sale{
    padding-top: 80px;
    padding-bottom: 40px;
}
#scenario{
	font-size: 12px;
	margin: 20px auto;
}
#question{
	font-size: 30px;
	width: 70%;
	margin: 30px auto;
}
/*
.answers{
	display: flex;
    align-items: center;
    justify-content: center;
}
*/
.answer{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	/*
	display: flex;
    align-items: center;
    justify-content: center;
	*/
	padding: 25px;
	font-size: 36px;
	margin: 20px;
	cursor: pointer;
	vertical-align: top;
	position: relative;
}
.answers img{
	width: 40px;
}
.answer span{
	color: #444;
}
.answer-text{
	top: 95px;
    left: 0px;
    right: 0px;
    position: absolute;
}
.answer-hover{
	width: 196px;
	height: 196px;
	border: solid 2px white;
}
.answer-hover .answer-text{
	top: 93px;
} 
.scenario-selected-answer{
	width: 196px;
	height: 196px;
	border: solid 2px white;
}
.scenario-selected-answer .answer-text{
	top: 118px;
} 
.scenario-selected-answer .incorrect-answer, .scenario-selected-answer .correct-answer{
	margin-top: 35px;
} 
.scenario-selected-answer span{
	color: white !important;
}
.selected-answer{
	background-color: #183242 !important;
}
.correct-answer{
	display: none;
}
.incorrect-answer{
	display: none;
}
#feedback{
	opacity: 0;
    width: 50%;
	margin: 20px auto;
}
.next{
	width: 100px;
	margin: 20px auto;
    border-radius: 3px;
	cursor: pointer;
	opacity: 0;
	padding: 5px 0 7px;
}
.drive-the-sale-progress-bar{
	width: 80%;
	max-width: 500px;
	height: 15px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	display: inline-block;
}
.drive-the-sale-progress{
	width: 25%;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#drive-the-sale-progress-caption{
	display: inline-block;
	margin-left: 10px;
}
#section-5{
	padding-bottom: 50px;
	overflow: hidden;
}
#typewriter{
	position: relative;
}
#typewriter-img{
	width: 100%;
}
#typewriter-arrow{
    position: absolute;
	top: 8%;
    left: 0%;
	cursor: pointer;
	display: none;
}
#textbox-5-1{
	position: absolute;
	top: 5%;
	left: 5%;
	max-width: 400px;
	text-align: left;
	z-index: 1;
}
#textbox-5-1 h1{
	font-size: 36px;
}
.sponsored {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
}
#docusign{
	width: 80%;
    max-width: 1000px;	
	margin: 30px auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	z-index: 2;
}
.docusign-topbar{
	height: 75px;
	text-align: left;
	position: relative;
}
.docusign-topbar .heart-icon{
	width: 60px;
	margin-left: 7%;
	margin-top: 7.5px;
	display: inline-block;
}
.docusign-topbar p{
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 42px;
	margin-left: 10px;
	top: 10px;
}
.docusign-left{
	display: inline-block;
	width: 60%;
    text-align: left;
    vertical-align: top;	
	padding-bottom: 20px;
}
.docusign-right{
	/* display: inline-block; */
	float: right;
	width: 40%;
    text-align: left;
    vertical-align: top;
	padding-bottom: 20px;
}
.docusign-left p{
	/* margin: 40px; */
	padding: 40px;
	color: #444;
}
.docusign-left a{
	font-size: 14px;
	color: #00aeef;
}
.signature p{
	margin: 0px !important;
	padding: 0px 40px;
	font-size: 16px;
}
.docusign-right h5{
    margin: 40px 0px 0px 5%;
    color: white;
    font-size: 16px;
    padding: 20px 0px;
}
.docusign-right p{
	margin-left: 5%;
	padding-bottom: 20px;
    font-size: 16px;
	width: 80%;
}
.benefits{
    width: 80%;	
	padding-bottom: 20px;
}
.docusign-bar{
	height: 10px;
    margin-left: 5%;
	position: relative;
	width: 80%;
}
.docusign-bar-white{
	height: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#docusign-bar-1{
    width: 0%;
}
#docusign-bar-1-white{
    width: 30%;
}
#docusign-bar-2{
    width: 0%;
}
#docusign-bar-2-white{
    width: 25%;
}
#docusign-bar-3{
    width: 0%;
}
#docusign-bar-3-white{
    width: 20%;
}
#docusign-bar-4{
    width: 25%;
}
#docusign-bar-5{
    width: 21%;
}
#docusign-bar-6{
    width: 84%;
}
#case-study-2, #case-study-3, #case-study-4{
	display: none;
}
.docusign-content{
    height: 85%;
}
.case-study-prev, .case-study-next{
	cursor: pointer;
}
#hearts{
	text-align: left;
	display: inline-block;
	padding-left: 20px;
}
#hearts img{
	display: inline-block;
	margin-right: 3px;
	margin-top: 20px;
}
.case-study-heart{
	cursor: pointer;
}
#docusign-nav{
	text-align: left;
	display: inline-block;
	margin-left: 20%;
}
#prev, #next{
	width: 150px;
	text-align: center;
	padding: 10px 0px;
	border-radius: 20px;
	margin-right: 10px;
	display: inline-block;
}
#prev p, #next p{
	font-size: 16px;
}
#docusign-controls{
	text-align: left;
	width: 100%;
}
/*
.section-6-left{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-top: 100px;
}
.section-6-left img{
	margin-right: 30px;
}
*/

#section-6 .section-container{
	text-align: left;
	width: 90%;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	margin-top: 90px;
	padding-bottom: 30px;
}
#section-6 p{
	color: black;
	word-break: break-word;
	word-wrap: break-word;
	padding: 20px 20px 0px 20px;
	font-size: 18px;
}
#section-6 h3{
	color: white;
	margin-bottom: 40px;
}
#section-6 img{
	display: block;
	padding: 20px 0px;
}
.resource-header{
	font-size: 24px !important;
}
.section-container{
	width: 100%;
	max-width: 1000px;
}
.resources-container{
	vertical-align: top;
	width: 300px;
	background-color: white;
	margin: 20px 10px 20px 0px;
	border-radius: 5px;
	padding-bottom: 20px;
}
.resources-column{
	vertical-align: top;
	display: inline-block;
}
.resources-container a {
  font-size: 14px;
  color: #00aeef;
}


/* SVG TEST */
/*
	#svg-bar{
		display: none;
	}
	*/
	.cls-1,.cls-3,.cls-6{
		font-size:18px;font-family:SourceSansPro-Regular, Source Sans Pro;
		display: none;
	}
	.cls-1{
		fill:#73bd44;letter-spacing:-0.14em;
	}
	.cls-2,.cls-3{
		letter-spacing:-0.02em;
	}
	.cls-3{
		fill:#e5e5e6;
	}
	.cls-4{
		letter-spacing:-0.16em;
	}
	.cls-5{
		letter-spacing:-0.02em;
	}
	.cls-6{
		fill:#fff;
	}
	.cls-7{
		letter-spacing:-0.04em;
	}
	.cls-8{
		letter-spacing:-0.01em;
	}
	.cls-9{
		letter-spacing:-0.01em;
	}
	.cls-10{
		letter-spacing:-0.01em;
	}
	.cls-11{
		fill:#72bf44;
		width: 95%;
		visibility: hidden;
	}
	.cls-12{
		fill:#c9cac9;
		width: 67%;
		visibility: hidden;
	}
	.cls-13{
		fill:#183242;
		display: none;
	}
	
	#Layer_1, #Layer_2{
		width: 141px;
	}
	.circle-text-1{
		font-size: 24px;
		display: none;
		opacity: 0;
	}
	.circle-text-2{
		fill: #72BF44;
		display: none;
		opacity: 0;
	}
	.circle-text-3{
		fill: #C9CAC9;
		display: none;
		opacity: 0;
	}
	.st0{fill:#FFFFFF;stroke:#183242;stroke-width:4.2968;stroke-miterlimit:10;}
	.st1{fill:none;}
	.st2{fill:none;}
	.st3{fill:#FFFFFF;}
	.st4{fill:#231F20;}
	.st5{fill:#CBCACA;}
	.st6{fill:none;}
	.st7{fill:#73BD44;}
	.st8{fill:#666667;}
	.st9{fill:#A5A7A9;}
	.st10{fill:none;stroke:#C9CAC9;stroke-width:16;stroke-miterlimit:10;}
	.st11{fill:none;stroke:#183242;stroke-width:4.2968;stroke-miterlimit:10;}
	.st12{fill:none;stroke:#72BF44;stroke-width:16;stroke-miterlimit:10;}
								
	#circle-line-1, #circle-line-3{
		stroke: #C9CAC9;
	}					
	#circle-line-2, #circle-line-4{
		stroke: #72BF44;
	}
	.circle-svg-path{
		visibility: hidden;
		stroke-width: 15px;
	}
	.circle-svg{
		margin-left: 20px;
	}
								
/* END SVG TEST */

@media (min-width: 2500px) {
	#video-container {
		top: -300px;
	}
}
@media (min-width: 2000px) and (max-width: 2500px) {
	#video-container {
		top: -200px;
	}
}
@media (min-width: 1500px) and (max-width: 2000px) {
	#video-container {
		top: -100px;
	}
}
@media (min-width: 801px){
	#mobile-nav-bar div, #mobile-nav-bar p{
		display: none !important;
	}
}
@media (min-width: 501px) and (max-width: 800px){
	#nav-squares {
		border: Solid 1px white;
		border-left: 0px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 0px;
	}
	#nav-bar-title {
		display: none;
	}
	#nav-bar{
		top: initial;
		bottom: 0px;
		width: 100%;
	}
	.intro-container {
		height: 150%;
	}
	.intro-block{
		width: 100%;
		height: 23%;
		left: 0px !important;
	}
	#intro-title{
		display: none;
	}
	.mobile-intro-container {
		display: block;
	}
	#mobile-intro-title {
		padding: 5px 0px;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	h1 {
		font-size: 50px;
	}
	.intro-block-caption{
		font-size: 20px;
	}
	#intro-title {
		padding: 10px 10px;
		font-size: 20px;
	}
	#intro-title p{
		width: 70%;
	}
	#intro-top-left{
		top: 0%;
	}
	#intro-top-right{
		top: 23%;
	}
	#intro-bottom-left{
		top: 54%;
	}
	#intro-bottom-right{
		top: 77%;
	}
	#textbox-1-1, #textbox-3-1, #textbox-5-1, #section-2-header {
		position: relative;
		top: 0px;
		left: 0px;
		padding: 20px;
		width: 90%;
		max-width: 400px;
		text-align: left;
	}
	#textbox-5-1{
		margin-top: 100px;
	}
	#infographic-header-left {
		text-align: left;
	}
	#infographic-header-left img {
		width: 90%;
	}
	.infographic-block-img-left {
		vertical-align: top;
		text-align: center;
	}
	.infographic-block-img-left img {
		width: 90%;
	}
	#textbox-1-2, #textbox-1-3 {
		text-align: center;
	}
	#textbox-1-2 p, #textbox-1-3 p {
		text-align: center;
		font-size: 16px;
	}
	#Layer_1, #Layer_2 {
		width: 120px;
	}
	/*
	#click-arrow {
		left: 28%;
		margin: 0px;
	}
	#click-arrow-ssd {
		left: 35%;
		margin: 0px;
	}
	.white-box {
		left: 0px !important;
		right: 0px !important;
		margin: 0 auto;
	}
	#section-2 h1 {
		font-size: 20px;
		color: #444;
	}
	#section-2 p{
		font-size: 12px;
	}
	#section-2-title {
		padding-top: 5px;
	}
	#section-2-header-text{
		margin-top: 10px;
		width: 80%;
	}
	*/
	#section-2-title{
		text-align: left;
	}
	#section-2-header-text {
		width: 100%;
	}
	.blue-oval h5 {
		font-size: 16px;
	}
	#how-fast{
		font-size: 24px !important;
	}
	.white-box p{
		font-size: 16px !important;
	}
	.yellow-lines {
		width: 300%;
	}
	.yellow-box {
		padding-bottom: 20px;
	}
	#storage-drives p{
		width: 90%;
		margin: 0 auto;
	}
	.paper-tabs {
		top: -70px;
	}
	.paper {
		width: 80%;
		margin: 80px auto 40px auto;
	}
	.paper-left, .paper-right {
		width: 45%;
		margin: 20px auto;
	}
	
	#question {
		font-size: 20px;
		width: 90%;
	}
	.answer{
		width: 150px;
		height: 150px;
	}
	.answer-text{
		top: 75px;
		font-size: 30px;
	}
	.answer-hover{
		width: 146px;
		height: 146px;
		border: solid 2px white;
	}
	.answer-hover .answer-text{
		top: 73px;
	} 
	.scenario-selected-answer{
		width: 146px;
		height: 146px;
		border: solid 2px white;
	}
	.scenario-selected-answer .answer-text{
		top: 98px;
	} 
	.scenario-selected-answer .incorrect-answer, .scenario-selected-answer .correct-answer{
		margin-top: 20px;
	} 
	#feedback {
		width: 80%;
	}
	#click-arrow-typewriter{
		left: -10%;
	}
	/*
	.docusign-left, .docusign-right{
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}
	.docusign-left p {
		margin: 10px;
		color: #444;
	}
	*/
	#docusign-controls {
		text-align: center;
		width: 100%;
	}
	#docusign-nav {
		text-align: center;
		display: block;
		margin-left: 0px;
	}
	.last-container{
		margin-bottom: 0px;
	}
	#mobile-nav-bar{
	    border-top: 2px solid white;
		display: none;
		position: fixed;
		bottom: 0px;
		opacity: 0;
		width: 100%;
		z-index: 3;
	}
	#mobile-nav-bar-title{
		width: 100%;
		background-color: #183242;
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
	}
	#mobile-nav-bar div, #mobile-nav-bar p{
		display: block;
	}
	#mobile-nav-squares{
		height: 0px;
		overflow: hidden;
	}
}

@media (max-width: 500px){
	#nav-squares {
		border: Solid 1px white;
		border-left: 0px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 0px;
	}
	#nav-bar-title {
		display: none;
	}
	#nav-bar{
		top: initial;
		bottom: 0px;
		width: 100%;
	}
	#intro-top-left{
		top: 0%;
	}
	#intro-top-right{
		top: 23%;
	}
	#intro-bottom-left{
		top: 54%;
	}
	#intro-bottom-right{
		top: 77%;
	}
	.intro-container {
		height: 150%;
	}
	.intro-block{
		width: 100%;
		height: 23%;
		left: 0px !important;
	}
	#intro-title{
		display: none;
	}
	.mobile-intro-container {
		display: block;
	}
	#mobile-intro-title {
		padding: 5px 0px;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	h1 {
		font-size: 50px;
	}
	.intro-block-caption{
		font-size: 20px;
	}
	#intro-title {
		padding: 10px 10px;
		font-size: 20px;
	}
	#intro-title p{
		width: 100%;
	}
	#textbox-1-1, #textbox-3-1, #textbox-5-1, #section-2-header {
		position: relative;
		top: 0px;
		left: 0px;
		padding: 20px;
		width: 90%;
		max-width: 400px;
		text-align: left;
	}
	#textbox-5-1{
		margin-top: 100px;
	}
	/*
	#click-arrow {
		left: 28%;
		margin: 0px;
	}
	*/
	#infographic-1{
		width: 100%;
	}
	#infographic-header-left {
		width: 100%;
		vertical-align: top;
		text-align: center;
	}
	#infographic-header-right {
		width: 90%;
	    margin: 10px auto;	
		vertical-align: top;
		text-align: center;
		display: block;
	}
	#infographic-header-right h2 {
		font-size: 24px;
	}
	.infographic-block-img-left {
		text-align: center;
		width: 100%;
	}
	.infographic-block-img-left img {
		max-width: 100px;
	}
	#infographic-block-3 {
		text-align: center;
	}
	#infographic-block-3 img {
		width: 90%;
	}
	#textbox-1-2, #textbox-1-3 {
		width: 100%;
		text-align: center;
		vertical-align: top;
	}
	#textbox-1-2 p, #textbox-1-3 p {
		text-align: center;
	}
	.infographic-block-img-right {
		width: 90%;
		text-align: center;
		margin: 20px auto 0px auto;
		display: block !important;
	}
	.circle-svg {
		margin-left: 0px;
	}
	#Layer_2 {
		margin-left: 20px;
	}
	#Layer_1, #Layer_2 {
		width: 120px;
	}
	#how-fast {
		margin: 40px 0px 0px 0px;
	}
	.half-screen {
		width: 90%;
		min-height: 0px;
	}
	.white-box {
		position: relative;
		left: 0px !important;
		right: 0px !important;
		top: 0px !important;
		margin: 30px auto;
		width: 80%;
	}
	/*
	#section-2 h1 {
		font-size: 20px;
		color: #444;
	}
	#section-2 p{
		font-size: 12px;
	}
	#section-2-title {
		padding-top: 5px;
	}
	#section-2-header-text{
		margin-top: 10px;
		width: 80%;
	}
	*/
	#section-2-title{
		text-align: left;
	}
	#section-2-header-text {
		width: 100%;
	}
	#section-3 h3 {
		width: 80%;
	}
	h3 {
		font-size: 24px;
	}
	.envelope-left, .envelope-right {
		width: 90%;
		margin-left: 5%;
		display: block;
	}
	.blue-oval h5 {
		font-size: 16px;
	}
	#how-fast{
		font-size: 24px !important;
	}
	.white-box p{
		font-size: 16px !important;
	}
	.yellow-lines {
		width: 300%;
	}
	.yellow-box {
		width: 90%;
		padding-bottom: 20px;
	}
	.yellow-box-progress {
		width: 60%;
	}
	#storage-drives p{
		width: 92.5%;
		margin: 0 auto;
	}
	.paper-tabs {
		top: -50px;
	}
	.paper {
		width: 95%;
		margin: 80px auto 40px auto;
	}
	.paper-left, .paper-right {
	    width: 90%;
		margin: 20px auto;
		text-align: left;
		max-width: 500px;	
	}
	.paper-left img, .paper-right img{
		width: 25%;
		display: inline-block;
	}
	.paper-left p, .paper-right p{
		width: 65% !important;
		display: inline-block;
		margin-left: 20px !important;
		vertical-align: top;
	}
	
	#question {
		font-size: 18px;
		width: 90%;
	}
	.answer{
		width: 100px;
		height: 100px;
		margin: 10px;
		font-size: 20px;
	}
	.answer-text{
		top: 60px;
	}
	.answer-hover{
		width: 96px;
		height: 96px;
		border: solid 2px white;
	}
	.answer-hover .answer-text{
		top: 58px;
	} 
	.scenario-selected-answer{
		width: 96px;
		height: 96px;
		border: solid 2px white;
	}
	.scenario-selected-answer .answer-text{
	    top: 78px;
	} 
	.scenario-selected-answer .incorrect-answer, .scenario-selected-answer .correct-answer{
		margin-top: 0px;
	} 
	#drive-the-sale {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#feedback {
		width: 80%;
		font-size: 18px;
	}
	/*
	.docusign-right{
		padding-bottom: 0px;
	}
	*/
	
	#click-arrow-typewriter{
		left: -10%;
	}
	.docusign-left, .docusign-right{
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}
	.docusign-left p {
		/* margin: 10px; */
		padding: 10px;
		color: #444;
	}
	.docusign-right h5 {
		margin: 5% 0px 0px 5%;
	}
	#docusign{
		width: 95%;
	}
	.docusign-topbar p {
		font-size: 36px;
		top: 13px;
	}
	.benefits{
		width: 100%;
	}
	#prev, #next {
		width: 120px;
		margin-top: 10px;
	}
	#docusign-nav {
		margin-left: 10px;
	}
	.signature p {
		margin: 0px !important;
		padding: 0px 10px;
	}
	#docusign-controls {
		text-align: center;
		width: 100%;
	}
	.last-container{
		margin-bottom: 0px;
	}
	#mobile-nav-bar{
	    border-top: 2px solid white;	
		display: none;
		position: fixed;
		bottom: 0px;
		opacity: 0;
		width: 100%;
		z-index: 3;
	}
	#mobile-nav-bar-title{
		width: 100%;
		background-color: #183242;
		margin: 0px;
		padding: 10px 0px;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
	}
	#mobile-nav-bar div, #mobile-nav-bar p{
		display: block;
	}
	#mobile-nav-squares{
		height: 0px;
		overflow: hidden;
	}
}