* Video */



.video-section {
	position: relative;
	background-size: cover;
	height: auto;
    max-height: 100%;
}
.video-section.container {
  background: #cover;
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.video-section .section-video {
	overflow: hidden;
	background-size: cover;
	width: 100%;
}

.video-section video {
	width: 100%;
	z-index: -100;
	height: 600px;
	object-fit: cover;
	background-size: cover;
}

.video-section-video {
	display: none;
}

.how-capt p span, .what-capt p span {
	font-weight: 200;
}

.video-section .section-content {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
html, body {
	margin:  0 0 ;
	padding: 0  ;
	font-family: 'Lato', sans-serif;
}

*{
	margin: 0 ;
	padding: 0 ;
	border: 0;
	outline: 0;
	font-size: 97%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	/*    font-family: 'Raleway-Thin';
		src: url('/fonts/Raleway-Thin.ttf');*/
}

/* Firefox */
::-moz-focus-inner {
	border: 0 !important;
}

:focus {
	outline: none !important;
}

/* body */

body {
overflow-x: hidden;
}

/* The progress bar (scroll indicator) */

#Reading-progress {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 5px;
  margin: 0px;
  left: 0px;
  z-index: 99;
  background-color: #676767;
}
.first-line.affix #Reading-progress {

    background-color: #000;

}
.bar {
  height: 5px;
  background: #fcb817;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99;
}

/* Notification */
.bvnotificaiton {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 0;
    color: white;
    background: #676767;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    /*transition: visibility 1s;
    -webkit-transition: visibility 1s;
    visibility: hidden;*/
}
.bvnotificaiton.active {
    height: 40px;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    /*transition: visibility .5s;
    -webkit-transition: visibility .5s;
    visibility: visible;*/
}
.bvnotificaiton.active .msg {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bvnotificaiton .msg {
	font-size:0;
}
.bvnotificaiton .msg a {
    text-decoration: underline;
    color: #fcb817;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bvnotificaiton.active .btn_close {
    position: absolute;
    top: 6px;
    right: 30px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: initial;
}
.bvnotificaiton .btn_close {
	height: 0;
	display: none;
}
.backnotification {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 0;
    color: white;
    background: #676767;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    transition: visibility .1s;
    text-align: center;
    visibility: hidden;
    "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.backnotification.show {
    height: 40px;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    padding-top: 10px;
	visibility: visible;
	letter-spacing: 0.5px;
}
.backnotification a.back {
    text-decoration: underline;
    color: #fcb817;
    position: relative;
    margin-bottom: 0;
    padding: 10px .78% 10px 0;
    font-size: 14px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.backnotification .btn_close {
    position: absolute;
    top: 6px;
    right: 30px;
    font-size: 18px;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.backnotification button {
    background-color: #FDB913;
    padding: .2em .3em;
    border-radius: 3px;
    border: 0px;
    font-size: .8em;
    color:white;
    margin: 1em 49vw;
}
.backarrow {
    color: white; 
    font-size: 1em; 
}
/* Progress Bar */

.pace {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: 2px;
	background: #fff;
}

.pace .pace-progress {
	background: #696662;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px;
}

.pace-inactive {
	display: none;
}

.pace-done .pace {
	background: #6A665F;
	background: #696662;
}

/*  Google Image Preview Like Form */

.hide-form {
	display: none;
}

.form-cell.is-collapsed .form-btn a.request-btn {
	cursor: pointer;
}

.form-cell.is-expanded .form-expand {
	max-height: 331px;
	padding: 30px 0 35px; /* 35px was then 60px */
}

.form-expand {
	position: relative;
	padding: 0 5px;
	box-sizing: content-box;
	overflow: hidden;
	background: black;
	max-height: 0;
	/*transition: max-height .3s ease-in-out, margin-bottom .1s .2s;*/
	transition: max-height .4s ease-in-out, margin-bottom .2s .3s;
}

.form-cell.is-collapsed .arrow-up {
	height: 10px;
	width: 100%;
}

.form-cell.is-expanded .arrow-up {
	border-bottom: 8px solid black;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	width: 0;
	margin: 2px auto 0;
}

.hide-arrow-up {
	display: none;
}

.expand-close {
	position: absolute;
	top: 2px;
	right: 15px;
	color: #454545;
	font-size: 80px;
	line-height: 50px;
	text-decoration: none;
}

.expand-close:before {
	content: 'x';
}

.expand-close:hover {
	color: #fff;
	text-decoration: none;
}

/* Header */
.header {
	text-align: center;
	color: white;
	width: 100%;
	height: 660px;
	background: url(../images/BACK_TOP.png) no-repeat center center;
	background-size: cover;
	margin-top: -1px;
	clear: both;
}

.header .first-line {
	/*height: 86px;*/
	height: 14.333333333%;
}

.header .first-line .top-nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 15px;
	height: 100%;
	/*   */
	height: 90px;
}

.header .first-line .top-nav p {
	font-size: 14px;
}

.header .first-line .top-nav a {
	text-decoration: none;
	color: white;
}

.header .first-line .top-nav .mid {
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.header .first-line .top-nav .upper-box {
	text-align: center;
  position: relative;
  margin: 15px 0 12px 0;
  height: auto;
}

.header .first-line .top-nav .lower-box {
	text-align: center;
	height: 18.604651162%;
}

.header .first-line .top-nav .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 32px;
  padding-left: 30px;
  margin-top: 15px;}

.header .first-line .top-nav .left .left-box {
	height: 24px;
}
.header .first-line .top-nav .left .left-box i.fa {
    font-size: 26px;
}
.header .first-line .top-nav .right .right-box img {
    height: 21px;
    margin-top: 2px;
    filter: invert(100);
    -webkit-filter: invert(100);
}

#icon-holder .text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: right;
    padding-right: 20px;
}
.left #icon-holder .text {
	line-height: 26px;
    margin-left: 30px;
    padding-top: 6px;
    font-size: 15px;
    padding-right: 0;
}
    #icon-holder .share a:hover {
        color:white;
    }
#icon-holder > i, #icon-holder > span > i {
    font-size: 21px!important;
    color: white;
    padding-top: 6px;
    margin-left: 4px;
}
#icon-holder:hover i, #icon-holder:hover img {
    opacity: 0;
}
#icon-holder:hover .text {
    opacity: 1;
    text-decoration: underline dotted !important;
}
#icon-holder i, #icon-holder .text, #icon-holder:hover img {
    transition: opacity 0.5s ease-in-out;
    /**/
}
	#icon-holder img:hover {
	text-decoration: underline dotted !important;
}
 .right #icon-holder .text   {
     color: white;
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    padding-right: 30px;
    padding-top: 8px;
    }
span.space-label {
  width: 100px;
  display: inline-block;
}

.header .first-line .top-nav .right {
	display: flex;
	align-items: center;
	padding-right: 30px;
	height: 32px;
  margin-top: 15px;
}

.header .first-line .top-nav .right .right-box {
	margin-left: auto;
	height: 23px;
}

/* Affix */
.header .first-line.affix {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: black;
	z-index: 10;
}

.header .first-line.affix .top-nav .mid .lower-box {
	display: none;
}

.header .first-line.affix .top-nav .mid .upper-box {
	margin-top: 15px;
}
.header .first-line.affix .top-nav .mid img {
	height: 30px;
}

/* End of Affix */

.header .logo p {
	font-size: 12px;
}

.header .section-content {
	padding-top: 99px;
	margin: 0 auto;
}

.header .section-content p {
	font-size: 24px;
	margin-bottom: 0;
}

.header .section-content .sps-text span {
	padding-right: 10px;
	font-size: 23px;
}

.header .form-btn .request-white {
	margin-right: 8px;
}

.header .main {
	/*margin: 0 246px;*/
}

.header .main .hang-tag {
	/*padding: 0 0 0 145px;*/
	padding: 0 0 0 15.5%;
	font-size: 18px;
}

.header .section-content .main .hang-tag a {
	text-decoration: none;
	color: white;
	
}
.header .section-content .main .hang-tag a:hover{
	border-bottom: 1px dotted white;
}
.header .main .hang-tag span {
	color: #feb742;
	padding-right: 0;
}

.header .w3-actions {
	font-size: 24px;
	height: 70px;
	/*	margin-top: 82px;
		padding: 0 187px;*/
	margin: 7.008547008% 15.982905982% 0;
}

.header .w3-actions a {
	text-decoration: none;
	color: white;
}

.header .w3-actions a:hover {
	text-decoration: none;
	/* color: #feb742; */
	border-bottom: 1px dotted white;
}

.header #go-to-what-section {
	margin-top: 0;
}
/* Request buttons */

.request-white {
	border: 1px solid #fff;
	color: #fff!important;
	text-align: center;
	width: 230px;
	height: 41px;
	font-size: 14px;
	letter-spacing: 1px;
}

.header .section-content .request-white {
	margin-top: 56px;
}

.request-white:hover {
	border: none;
	background-color: #feb742;
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, .5);*/
	color: #fff;
}

.request-black {
	border: 1px solid #000;
	color: #000;
	text-align: center;
	width: 267px;
	height: 41px;
	font-size: 14px;
	letter-spacing: 1px;
}

.request-black:hover {
	border: none;
	background-color: #feb742;
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, .5);*/
	color: #fff;
}

/* Hidden Form Section */
#form-section-header {
	display: none;
}

.hide-form {
	height: 331px;
	display: none;
}

.form-section {
	margin-top: -1px;
	height: auto;
	background: black;
	color: white;
	text-align: center;
	/*z-index: 1;*/
}

.form-section .section-text-request {
	padding: 0 55px;
}

.form-section .section-text-request div {
	border-bottom: 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.form-section .section-text-request h2 {
	font-size: 24px;
}

.form-section .section-text-signup {
	margin-top: 50px;
	margin-bottom: 25px;
}

.form-section .section-text-signup h2 {
	font-size: 18px;
}

.form-section .section-form .form-inline {
	margin-bottom: 25px;
}

.form-section .email {
	width: 260px;
}

.form-section .signup-btn {
	border: 1px solid grey;
	font-size: 14px;
	background: black;
	color: white;
}
.form-section .signup-btn:hover {
	border: 1px solid #feb742;
	font-size: 14px;
	background: black;
	color: white;
}

.form-control:focus {
	border-color:1px #feb742;
	outline: none;
	box-shadow: none;
}

.form-section .email {
	border: 1px solid grey;
	font-size: 14px;
	background: black;
	color: white;
}

/* */
input[type="email"]::-webkit-input-placeholder { color: #fff; opacity: 1 !important; }

input[type="email"]:-moz-placeholder { color: #fff; opacity: 1 !important; }

input[type="email"]::-moz-placeholder { color: #fff; opacity: 1 !important; }

input[type="email"]:-ms-input-placeholder { color: #fff; opacity: 1 !important; }

.form-control:focus {
	border-color: #feb742;
	outline: none;
	box-shadow: none;
}

/* WHAT Section */
#what-section {
	margin-top: -1px;
	clear: both;
}

.bg-what-section {
	background: black;
}

#what-container {
	text-align: center;
	height: 472px;
	width: 100%;
	margin: 0 auto;
}

.bg-what {
	background: url(../images/BACK_WHAT.png) no-repeat center center;
}

.bg-track {
	background: url(../images/WHAT_ROLL1.png) no-repeat center center;
}

.bg-monitor {
	background: url(../images/WHAT_ROLL2.png) no-repeat center center;
}

.bg-display {
	background: url(../images/WHAT_ROLL3.png) no-repeat center center;
}

#what-section .w-title {
	padding-top: 50px;
}

#what-section .w-title h2 {
	color: #000;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 39px; /* should be 43px */
	text-align: center;
	width: 100%;
}

/*   */
.main-pad {
	padding: 46px 27px 0 28px;
	padding: 46px 2.141157811% 0 2.220459952%;
}

#what-section .main {
	margin: 0 214px;
	margin: 0 16.970658207%;
}

#what-section .hidden-words p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	margin-top: -140px;
}

.main-rollover-pad {
	padding: 160px 27px 0 28px;
	padding: 160px 2.141157811% 0 2.220459952%;
}

/*   */

#what-section .main .what-capt {
	margin-top: 12px; /* should be 20px */
}

#what-section .main .what-capt p {
	margin-bottom: 0;
}

#what-section .main .what-capt p:first-child {
	font-weight: 900;
	font-size: 18px;
}

#what-section .main .what-capt p:nth-child(2) {
	margin-top: -5px;
	font-size: 16px;
}

.font-color-white {
	color: white;
}

#what-section #go-to-why-section {
	margin-top: 0;
}

/* WHY Section */
#why-section {
	background: url(../images/BACK_WHY.png) no-repeat center center;
	height: 600px;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
}

#why-section .w-title {
	padding-top: 50px;
}

#why-section .w-title h2 {
	color: #ffffff;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 38px;
	text-align: center;
	width: 100%;
}

#why-section .content {
	color: #ffffff;
	font-size: 24px;
	height: 300px;
	/*margin: 60px 172px 0 172px;*/
	/*margin: 60px 13.639968279% 0 13.639968279%;*/
	margin-top: 60px;
	width: 100%;
	text-align: center;
}

#why-section .content p {
	text-align: left;
}

#why-section #go-to-how-section {
	margin-top: 656px;
}

/* HOW Section */

#how-section {
	background-size: cover;
	width: 100%;
}

.bg-how-section {
	background: black;
	width: 100%;
}

#how-container {
	text-align: center;
	height: 616px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.bg-how {
	/*background: url(../images/Snagit.png) no-repeat center center;*/
	background-color: black;
}

.bg-tag {
	background: url(../images/BACK_HOW_TAG.png) no-repeat center center;
	background-size: cover;
	filter: brightness(85%);
}

.bg-bag {
	background: url(../images/BACK_HOW_BAG.png) no-repeat center center;
	background-size: cover;
	filter: brightness(85%);
}

.bg-snag {
	background: url(../images/BACK_HOW_SNAG.png) no-repeat center center;
	background-size: cover;
	filter: brightness(85%);
}

/* Video */

.video-section {
	position: relative;
	background-size: cover;
	width: auto;
}

.video-section .section-video {
	overflow: hidden;
	background-size: cover;
	width: auto;
}

.video-section video {
	width: 100%;
	z-index: -100;
	height: 616px;
	object-fit: cover;
	background-size: cover;
}

.video-section-video {
	display: none;
}

.video-section .section-content {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

#how-section .w-title {
	padding-top: 50px;
}

#how-section .w-title h2 {
	color: white;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 39px; /* should be 43px */
	text-align: center;
	width: 100%;
}

/*   */

#how-section .main {
	margin: 130px 220px 0 217px;
	margin: 130px 17.446471054% 0 17.208564631%;
	margin: 8.888888888% 8.723235527% 0 8.604282315%;
}

.main-pad {
}

.main-rollover-pad {
}

#how-section .hidden-words p {
	font-size: 18px;
	color: white;
	margin-bottom: 0;
	margin-top: -140px;
}

#how-section .main .how-capt {
	margin-top: 12px; /* was 20px */
}

#how-section .main .how-capt p {
	margin-bottom: 0;
	color: white;
}

#how-section .main .how-capt p:first-child {
	font-weight: 900;
	font-size: 18px;
}

#how-section .main .how-capt p:nth-child(2) {
	margin-top: -5px;
	font-size: 16px;
}

.font-color-white {
	color: white;
}

/* Info */
.bg-info {
	background: url(../images/back_data.png) no-repeat center center;
	background-size: cover;
	width: 851px;
}

.info-section {
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 241px;
	margin: 0 19.111816019%;
	padding-top: 100px;
	padding-top: 20px;
	clear: both;
}

.info-section .info-svg {
	display: block;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 24px;
	height: 200px;
}

.info-section .info-svg div {
	text-align: center;
	color: white;
	position: relative;
}

.lt-100 {
	top: -127px;
}

.gt-100 {
	top: -127px;
}

.info-section .circle-outer {
	margin-top: 30px;
}

.info-section .info-capt {
	padding: 15px 0 30px 0;
}

.info-section .info-capt p {
	margin-bottom: 0;
	font-size: 20px;
}

.info-section .rt {
	font-weight: 200;
	font-size: 24px;
}

/* Footer */

.page-footer {
	height: 84px;
	width: 100%;
	padding-top: 10px;
	/*border-top: 1px solid #ebebeb;*/
	border: none;
	text-align: center;
}

.legalbtn {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.legalbtn:hover {
	color: black;
}

#back-to-top {
	padding-top: 20px;
}

.back-to-top {
	text-align: center;
	width: 36px;
	height: 30px;
	z-index: 100;
	margin: 0;
}

.back-to-top img {
  width: 100%;
  margin-top: 10px;
  height: 12.5px;
}

/** START: MC Form **/
#mcpopup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	line-height: 17px;
	color: #5e5e5e;
	background: rgba(0, 0, 0, .85);
}

#bgscrim {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

#mcform {
	position: absolute;
	top: calc(50% - 20%);
	left: calc(50% - 20%);
	width: 40%;
	height: 340px;
	margin: 0 auto 0;
	border-radius: 10px;
	background: White;
	z-index: 1;
}

#mcform .tab-pane {
	margin-left: 70px;
	margin-right: 70px;
}

#mcform .mcf-head {
	position: relative;
	border-bottom: 1px solid #c6c6c6;
}

#mcform .btn-close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 14px;
	text-decoration: none;
	color: #7f7f7f;
}

#mcform input:not([type="submit"]) {
	width: 100%;
	height: 27px;
	margin-bottom: 9px;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
}

#mcform input[type="submit"] {
	width: 100%;
	height: 27px;
	border-radius: 3px;
	border: 0 none;
	text-align: center;
	color: white;
	background: #5e5e5e;
}

#mcform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}

#mcform ::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}

#mcform :-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}

#mcform :-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

.mcf-foot li {
	display: none;
	text-align: center;
}

.mcf-foot li.active {
	display: block;
}

#mcform .mcf-head {
	position: relative;
	border-bottom: 1px solid #c6c6c6;
}

.mb20 {
	margin-bottom: 20px !important;
}

.center-block {
	display: block;
	margin: 4px auto 9px;
}

img {
	vertical-align: middle;
}

img {
	border: 0;
}


/** END: MC Form **/

/* More & Top */

.back-to-top {
	display: none;
	background: none;
	margin: 0px;
	position: fixed;
	bottom: 8px;
	right: 20px;
	width: 36px;
	height: 30px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: black;
}

.more-below:active, .more-below:hover, .more-below:link, .more-below:visited {
	color: black;
	outline: hidden;
}

.more-below {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 8px;
	right: 20px;
	width: 36px;
	height: 30px;
	z-index: 100;
	opacity: 1;
	text-decoration: none;
	color: black;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.back-to-top, .more-below {
	right: auto;
	left: calc(50% - 18px);
	text-align: center;
}

.more-below img {
  width: 100%;
  margin-top: 10px;
  height: 12.5px;
}

.back-to-top:hover {
	text-decoration: none;
	color: black;
}

.scrolled .more-below {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.disappear {
		display: none;
	}
.txt-uppercase {
	text-transform: uppercase;
}

  a{
	color: #333;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #909;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #909;
}
/**************************************************************************************************
*
*                               Media Queries
*
**************************************************************************************************/

/* < 900px */
@media screen and (max-width: 900px) {
	.disappear {
		display: none;
	}

	/* Header */
	.header {
		/* height: auto; */
	}

	.header .first-line .top-nav {
		height: 100%;
	}

	.header .section-content {
		padding-top: 60px;
	}

	.header .w3-actions {
	}

	.header .hang-tag {
	}

	.header .first-line .top-nav .right .right-box {
    height: 24px;
	}
		.header .first-line .top-nav .right .right-box img {
			height: 21px;
			margin-top: 1px;
		}
	.header .first-line .top-nav .left .left-box {
    height: 24px;
	}
		.header .first-line .top-nav .left .left-box i.fa {
			font-size: 24px;
		}

	/* WHAT */
	#what-section {
		height: auto;
	}

	#what-section .main {
		margin: 0 8.485329103%;
	}

	.main-pad {
		padding: 0 2.141157811% 0 2.220459952%;
	}

	#what-section .w-title {
		padding-bottom: 50px;
	}

	#what-section .what-actions img {
	}

	#what-section .w-title h2 {
	}

	/* WHY */
	#why-section #go-to-how-section {
		margin-top: 0;
	}

	#why-section {
		height: auto;
	}

	/* INFO */
	.bg-info {
		height: auto;
	}

	.info-section	{
		width: 100%;
		margin: 0;
	}

	/* HOW */
	#how-container {
		height: 500px;
	}

	#how-section video {
		height: 500px;
	}

	

	#how-section .main {
		margin: 8.888888888% 8.723235527% 0 8.604282315%;
	}

	#how-section #how-container.bg-tag {
		width: 100%;
		background-size: cover;
	}

	#how-section #how-container.bg-bag {
	}

	#how-section #how-container.bg-snag {
	}

}

/* < 790px */
@media screen and (max-width: 790px) {

	#why-section .content {
		font-size: 21px;
		margin: 60px 0 13.639968279% 0;
	}
}

/* < 600px */
@media screen and (max-width: 700px) {

	.expand-close {
		font-size: 40px;
	}

	.form-section .section-text-request h2 {
		font-size: 18px;
	}

	.form-section .section-text-request div {
		margin-bottom: 0;
	}

	.form-section .section-text-signup h2 {
		font-size: 14px;
	}

	.header .w3-actions {
		margin: 7.008547008% 7.991452991% 0;
	}

	#what-section .main .what-actions img {
		visibility: hidden;
	}

	#how-section .main .how-actions img {
		visibility: hidden;
	}

	#how-section .main {
		margin: 60px 0 0 0;
	}
	 
	 
	#what-section .main .row:first-child {
		display: none;
	}

	#how-section .main .row:first-child {
		display: none;
	}

	#what-section .what-capt div.col-xs-12 {
		margin-bottom: 30px;
	}

	#what-section .main .what-capt p:first-child {
		font-size: 24px;
	}

	#why-section .content {
		font-size: 21px;
		margin: 60px 0 13.639968279%;
	}

	#how-section .how-capt div {
		width: 100%;
		clear: both;

	}

	#how-section .how-capt div.col-xs-1 {
		margin-bottom: 10px;
	}

	#how-section .main .how-capt p:first-child {
		font-size: 24px;
	}

}

/* iphone 5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)  {
#cookie-law-info-again.hasfooterbg {
        border: none!important;
    }
}

/* < 410px */
@media screen and (max-width: 410px) {
	.header .w3-actions a {
		font-size: 14px;
	}
	.form-section .email {
		width: 240px;
	}

	#why-section .content {
		font-size: 18px;
		margin: 60px 0 13.639968279%;
	}

	#what-section .w-title {
	}

	#what-section .w-title h2 {
	}

	#what-section .main .row:first-child {
		display: none;
	}

	#how-section .main .row:first-child {
		display: none;
	}

	#what-section .what-capt div {
		width: 100%;
		clear: both;
	}

	#what-section .what-capt div.col-xs-4 {
		margin-bottom: 30px;
	}

	#what-section .main .what-capt p:first-child {
		font-size: 24px;
	}

	#how-section .how-capt div {
		width: 100%;
		clear: both;
	}

	#how-section .how-capt div.col-xs-4 {
		/*margin-bottom: 60px;*/
	}

	#how-section .main .how-capt p:first-child {
		font-size: 24px;
	}
	#cookie-law-info-again.hasfooterbg {
        border: none!important;
    }
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   25% { transform: rotate(5deg); }
   50% { transform: rotate(0deg); }
   75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.wiggle {
    animation: wiggle .15s infinite;
}

/* Temporary for mobile wiggle (not using overflow-x:hidden) 
.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}*/
@media (max-width: 700px) {
	#how-section .main {
		margin-top: 50px;
	}
	#how-container {
	    height: 616px;
	}
	#how-section .how-capt .col-sm-4 div {
	    margin-bottom: 30px;
	}
	#what-section .w-title h2 {
	    margin: 0;
	}
	#what-section .w-title {
	    padding-bottom: 38px;
	}
	#what-section .form-btn {
		display: none;
	}
	#why-section .content {
		height: auto;
	}
	#why-section .content p {
		font-size: 16px;
	}
}

@media (min-width: 700px) and (max-width: 768px){
	#what-section .main .what-capt div{
		display: none;
	}
}




/* DEBUG */

.form-section-header, .form-section-why .row, .form-section-how .row {
	background-color: #000;
}

.page-footer {
    height: 84px;
    width: 100%;
    padding-top: 10px;
    /* border-top: 1px solid #ebebeb; */
    text-align: center;
}

.row {
	margin:0!important;
}


@media (max-width: 650px) {
	#why-section .content {
		height: auto;
	}
}

/* LEGAL */
#legal {
	padding: 0 30px 100px;
	position: relative;
}
#legal h2 {
	font-family: 'Raleway', sans-serif;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 200;
}
#legal h3 {
  font-family: 'Raleway', sans-serif;
  margin-top: 40px;
  padding: 15px 0;
  font-weight: 200;
  border-top: 1px solid black;
}
#legal p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#legal div {
	padding: 0 15px;
	/*position: absolute;*/
  left: 0;
}
#legal .imgbanner {
  width: 100%;
  min-height: 225px;
  margin: 40px 0 10px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#legal .caption {
  margin-right: 10%;
  text-align: right;
  font-size: 14px;
}
a:link, a:hover {
    text-decoration: none;
    color: #333;
}
#legal ol a {
    font-size: 14px;
}
 /* a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
border-bottom: 1px dotted black; 
}  */
/* #legal a:active, a:active, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active, #legal a:visited, a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, a:active {
    color:#f08400;
} */

#legal a:hover{
    border-bottom: 1px dotted #333; 
}
#legal ol a {
	
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#cookie-law-info-bar a{
	text-decoration: underline;
	font-weight: 550;
  }

#cookie-law-info-bar a:hover{
	border-bottom: 1px dotted rgb(95, 95, 95); 
	text-decoration:none;
  }
#cookie-law-info-again.hasfooterbg {
    font-size: 10pt;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    background-color: transparent!important;
    border: none!important;
    color:white!important;
}
#cookie-law-info-again.nofooter {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    font-family: Helvetica, sans-serif;
    padding: 2px 10px;
    bottom: 0px;
    right: 0%;
    border-color: rgb(235, 235, 235) rgb(235, 235, 235) currentcolor;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border-image: none 100% / 1 / 0 stretch;
    }
.sticky-footer {
    background-color: #676767;
    /*border-top:6px solid white;*/
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    height: 96px;
}
.footer-large {
    font-size: 1.5em;
    display: block;
}
.footer-small {
    font-size: 1.3rem;
}
.sticky-footer .col-sm-2, .sticky-footer .col-sm-3, .sticky-footer .col-sm-4, .sticky-footer .col-sm-5{
    height: 32px;
    margin-top: 20px;
}
.sticky-footer .col-sm-6 {
    height: 45px;
    margin-top: 28px;
    padding-left: 4vw;
}
.sticky-footer .col-sm-3 > a:nth-child(1) {
    float: right;
    margin-right: 15px;
}

#email-signup {
    background-color: transparent;
    padding: .5em .5em;
    /*border-radius: 3px;
    border: 0px;*/
    margin-left: 10px;
   /* font-size: 1.3em;
    margin-top: -3px;*/
    color:white;
}
#email-signup:hover {
    border: none;
    background-color: #feb742;
    color: #fff;
}
#demo-input {
    width: 291px;
    height: 2.6em;
    float: left;
    border-radius: 3px;
    border: none;
    padding-left: 5px;
    background-color:white;
    color: black;
}
#demo-input .mc-field-group input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #ccc!important;
    margin-left: 15px;
}
#mce-EMAIL {
	padding-top: 5px;
	margin-left: 15px;
}
.mc-field-group::placeholder {
    text-transform: uppercase;
    color: #ccc;
    margin-left: 15px;
}
/*#email-signup {
    background-color: black;
    padding: .3em .5em;
    border-radius: 3px;
    border: 0px;
    margin-left: 15px;
    font-size: 1.3em;
    border-radius: 0;
    color:white;
}*/
body > div.sticky-footer.show > div:nth-child(1) > a > img {
	    filter: brightness(0) invert(1);
}
.sticky-footer .btn_close {
    position: absolute;
	top: 11px;
	right: 12px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sticky-footer .hide{
    visibility: hidden;
}
.sticky-footer .show {
    visibility: visible;
}

@media (max-width: 767px) {
	.email {
		display: initial;
		margin-bottom: 10px;
	}
	#how-container {
		background: url(../images/ST_mobile_back1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	}
	.logo-ST {
		width: 230px;
	}
	#mcform {
        width: 60%;
        top: calc(50% - 30%);
        left: calc(50% - 30%);
    }
    #mc_embed_signup_scroll {
        margin: auto;
		width: 50vw;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		justify-content: center;
    }
   
    .mc-field-group, form .clear.mb10 {
        display: inline-block;
    }
    #demo-inputL {
            width: 48vw;
            float: none;
    }
	.sticky-footer .col-sm-3 > a:nth-child(1) {
        float: left;
        margin-right: 15px;
    }
    .sticky-footer {
        height: 150px;
    }
    .sticky-footer .col-sm-5{
        /*width: 70%;*/
		padding-top: 0px;
		display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: center;
    }
    .footer-small{
        text-align: center;
        display: block;
    }
    .more-below img{
        margin-top: 22px;
    }
    #page > div.sticky-footer.show > div.col-sm-5 {
        margin: 0;
    padding-right: 0;
    }
    .sticky-footer .btn_close {
        top: -125px;
        right: 10px;
    }
    .footer-large {
        font-size: 1.3em;
        margin-top: 10px;
        text-align: center;
    }
    #demo-input {
        width: 48vw;
        float: none;
    }
    .col-lg-5 > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    	width: 70%;
    }
    .col-lg-5{
    	padding: 0;
    }
    .sticky-footer .btn_close {
        top: -115px;
        right: 12px;
    }
    .footer-large {
        font-size: 1.3em;
        margin-top: 5px;
    }
    .footer-small {
    	font-size: 1em;
    }
    .sticky-footer .col-sm-2, .sticky-footer .col-sm-3, .sticky-footer .col-sm-4, .sticky-footer .col-sm-5 {
	    /*	*/
	    margin-top: 10.5px;
	}
}
@media (min-width: 480px) and (max-width: 767px){
    .sticky-footer .btn_close {
        top: -134px;
    	right: 12px;
    }
    .sticky-footer .col-sm-2, .sticky-footer .col-sm-3, .sticky-footer .col-sm-4, .sticky-footer .col-sm-5 {
	    height: auto;
	    margin-top: 3px;
	}
	.sticky-footer {
	    height: 175px;
	}
    #demo-input {
	    width: 44vw;
	    float: none;
	}
}
@media (max-width: 480px) {
	/*.sticky-footer .col-sm-5{
        padding-top: 0;
    }*/
	.sticky-footer .btn_close {
        top: -116px;
		right: 17px;
    }
   
}
@media (min-width: 480px) and (max-width: 1024px){
    div.col-sm-3:nth-child(2) {
        width: 25%;
        float: left;
    }
    .sticky-footer .col-sm-5{
        padding-top: 0;
    }
    
}
@media (max-width: 480px){
    #mcform {
        width: 100%;
        left: 0;
        margin-top: 20px;
    }
}
/* iphone 5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)  {
#cookie-law-info-again.hasfooterbg {
        border: none!important;
    }
}
@media (min-width: 768px) and (max-width:1024px) { 
    .footer-large {
        font-size: 1.15em;
    }
    #demo-input {
	    width: 25vw;
	}  
}
@media (min-width: 480px) and (max-width: 767px) and (min--moz-device-pixel-ratio:0) {
    #mc_embed_signup_scroll {
        margin: auto;
        width: 61vw;
    }

}

