/* ================ Reset ================ */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/* ================ High Ranking General ================ */


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

@font-face {
	font-family: 'KunstlerScript';
	src: url('../fonts/KunstlerScript/KunstlerScript.eot?#iefix') format('embedded-opentype'),  url('../fonts/KunstlerScript/KunstlerScript.woff') format('woff'), url('../fonts/KunstlerScript/KunstlerScript.ttf')  format('truetype'), url('../fonts/KunstlerScript/KunstlerScript.svg#KunstlerScript') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  
body
{
	font-family: 'Lato', sans-serif;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;

	background-color: #1d3538;

	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}

a {text-decoration: none;}

.clear
{
	clear: both;
}

@font-face {
    font-family: 'strangeways_sampleregular';
    src: url('../assets/strangeways_regular-webfont.woff2') format('woff2'),
         url('../assets/strangeways_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brush_Script_MT';
    src: url('../fonts/Brush_Script_MT/Brush_Script_MT.eot');
    src: url('../fonts/Brush_Script_MT/Brush_Script_MT.eot') format('embedded-opentype'),
         url('../fonts/Brush_Script_MT/Brush_Script_MT.woff2') format('woff2'),
         url('../fonts/Brush_Script_MT/Brush_Script_MT.woff') format('woff'),
         url('../fonts/Brush_Script_MT/Brush_Script_MT.ttf') format('truetype'),
         url('../fonts/Brush_Script_MT/Brush_Script_MT.svg#Brush_Script_MT') format('svg');
}


a
{
	color: #fff;
}

a:hover
{
	color: #c0eed7;
	cursor: pointer;
}
a:active
{
	color: #04b3d9;
}
a:focus
{
	color: #fff;
}

a:visited
{
	color: #fff;
}

.mPopup
{
    width: 88%;
    max-width: 1024px;
}

.mPopup video
{
	width: 100%;
}

/* ================ SVG Settings ================ */

svg .logo-main-svg
{
	fill: url(#gradient);
	height: 120px;
	width: 120px;
}
svg .logo-header-svg
{
	fill: #fff;
	height: 40px;
	width: 40px;
	transition: fill 0.15s ease-in;
}
svg:hover .logo-header-svg
{
	fill: #1d3538;
}
svg .logotype-svg
{
	fill: #04b3d9;
	width: 100px;
	transition: fill 0.15s ease-in;
}

svg .logotype-header-svg
{
	fill: #fff;
	width: 120px;
}

.logo-header-container:after,
.logotype-main:after
{
	content: ""; 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}

object
{
	width: 100%;
}


/* ================ Animate On Scroll Customisations ================ */


[data-aos=header-logo-roll] {
    transform: translateX(-100%) rotate(-170deg);
}

.static-header [data-aos=header-logo-roll],
[data-aos=header-logo-roll].aos-animate {
    transform: translateX(0px) rotate(0deg);
}

[data-aos=header-app-links]  {
    transform: translateX(-50px);
}

.static-header [data-aos=header-app-links],
[data-aos=header-app-links].aos-animate {
    transform: translateX(0px);
}

[data-aos=header-logo-colour] {
    background-color: rgba(4,179,217,1) !important;
	border-bottom: 1px solid rgba(21,83,104,0.25);
}

.static-header [data-aos=header-logo-colour],
[data-aos=header-logo-colour].aos-animate  {
    background-color: rgba(4,179,217,1) !important;
	border-bottom: 1px solid rgba(21,83,104,0);
}




/* ================ Side Nav ================ */

.side-nav-item a
{
	line-height: 60px;
	padding: 0 25px 0 45px;
	text-align: left;	
	font-size: 1.15em;
	letter-spacing: 0.05em;
	position: relative;
}



/* ================ Header ================ */

.header
{
	position: fixed;
	/* height: 61px; */
	top: 0;
	/* left: 0;
	right: 0; */
	width: 100%;
	z-index: 1005;
	background-color: rgba(4,179,217,1) !important;
	transform: translate3d(0,0,0) !important;
		 
		 
}

.header .top-nav a
{
	color: #fff;
	transition: text-shadow 0.15s ease-in;
	display: block;
	position: relative;
}

.side-nav-item.coming-soon a:after,
.header .top-nav .nav-item.coming-soon a:after
{
	content: 'coming-soon';
	position: absolute;
	left: 0;
	bottom: -1.6em;
	font-size: 0.6em;
	color: #9e39e5;
	text-transform: uppercase;
}

.header .top-nav .nav-item.new a:after
{
	content: 'New';
	position: absolute;
	left: 0;
	bottom: -1.6em;
	font-size: 0.6em;
	color: #9e39e5;
	text-transform: uppercase;
}

.side-nav-item.coming-soon a:after
{
	left: 45px;
	color: #ba59ff;
}

.side-nav-item.coming-july
{
	height: 60px;
}

.side-nav-item.out-now a:after
{
	content: 'out now';
	position: absolute;
	left: 0;
	bottom: -40px;
	font-size: 0.6em;
	color: #D9E021;
	text-transform: uppercase;
}

.side-nav-item.coming-july a:after
{
	content: 'out now';
	position: absolute;
	left: 0;
	bottom: -40px;
	font-size: 0.6em;
	color: #D9E021;
	text-transform: uppercase;
}

.header .top-nav a:hover
{
	margin-top: -1px; 
	text-shadow: 0px 3px 8px rgba(21, 83, 104, 0.75);
	transition: text-shadow 0.15s ease-in, margin-top 0.15s ease-in;
}

.logo-header-container
{
	display: block;
	padding: 10px;
	float: left;
	position: relative;
}

.logo-header
{
	width: 40px;
	height: 40px;
}

.appStoreLinks
{
	padding: 10px 10px 10px 0;
	float: left;
	position: relative;
}


.appStoreLinksDown
{
	padding: 10px 10px 10px 0;
	float: left;
	position: relative;
}

.appStoreLinks > *,
.app-links .more-info-buttons > *
{
	float: left;
	width: 135px;
	height: 40px;
}


.applinks
{
	float: left;
	width: 170px;
	height: 50px;
}


.tryPopupStorlink .applinks
{
	float: left;
	width: 145px;
	height: 50px;
	
}


.appStoreLinks > .coming-july
{
	position: absolute;
    width: 280px;
    padding-top: 4px;
    bottom: -61px;
    background-color: #D9E021;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 25px;
    height: 60px;
    font-weight: bold;
}

.more-info-buttons > .coming-july
{
	color: #000;
	position: absolute;	
	left: 0;
	right: 0;
	width: auto;
	bottom: -51px;
	background-color: #D9E021;
	border-radius: 10px;
	line-height: 40px;
	line-height: 20px;
	height: auto;
	padding: 10px 13px;
}

.qr-code-holder
{
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 10px 5px;
	position: absolute;
	right: 10px;
	bottom: -120px;
	box-shadow: 0px 1px 3px rgba(21, 83, 104, 0.5);
}

.qr-code
{
	background-image: url("../img/L2B-QR-small.png");
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.qr-caption
{
	font-size: 0.6em;
	color: #073D3C;
	text-transform: uppercase;
	width: 70px;
	height: 22px;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	line-height: 1.1em;
}



.apple
{
	background-image: url("../img/app-store-badge.svg") ;	
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: auto;
}

.google
{
	background-image: url("../img/google-play-badge.svg");	
	background-repeat: no-repeat;	
	background-size: auto;		
}

.more-info-buttons .google,
.more-info-buttons .aws
{
	margin-right: 10px;
}

.aws
{
	background-image: url("../img/aws-badge.png");				
}

.ssl
{
	background-image: url("../img/ssl-badge.png");				
}

.side-nav-item .apple,
.side-nav-item .google
{
	width: 135px;
	height: 40px;
	margin: 5px 0 5px 45px;
}

.logotype-head
{
	position: fixed;
	width: 120px;
	top: 0;
	left: 50%;
	z-index: 1015;
}

.logotype-head.no-aos
{
	display: block;
}

.logotype-head.static-header
{
	display: block;
}

.logotype-head .logotype-main
{
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Header Nav */

.top-nav
{
	float: right;
	margin-right: 20px;
}

.top-nav.hide
{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms;
}

.top-nav.show
{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.top-nav ul
{
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

.top-nav ul li
{
	color: #fff;
	float: left;
	line-height: 40px;
	display: block;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}






/* ================ Outside The Main Section ================ */

.section.phone-canvas
{
	position: fixed;
	z-index: 250;
	margin-top: 0;
	line-height: 100%;
	text-align: center;
	height: 100vh;
}

.phone-canvas .phone-image
{
	position: absolute;
	background: url("../img/iphone7.png") center no-repeat;
	height: 100vh;
}

.phone-canvas .phone-screen
{
	position: absolute;
	background: url("../img/scrnsht.png") center no-repeat;
	height: 100vh;
}

.welcome-video-link
{
	background-color: #2dbcb5;
	border-radius: 0 100px 100px 0;
	text-align: left;
	padding: 20px 20px 20px 15px;
	font-size: 1em;
	cursor: pointer;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);

	position: absolute;
	bottom: 80px;
	left: 0px;
	z-index: 100;
}

.welcome-video-link:hover
{
	background-color: #155368;
}

.welcome-video-link-icon
{
	background: url("../img/icons/icon-video-play-middarkblue2.png") center no-repeat;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	background-size: cover;
}

.welcome-video-link-text
{
	font-family: 'strangeways_sampleregular', 'Lato', sans-serif;
	font-size: 1.3em;
	color: #fff;
	margin: 10px auto;
	letter-spacing: 0.75px;
	display: inline-block;
	height: 40px;
	width: 7.5em;
}

.logotype-main
{
	margin-top: 15px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.main-logo-canvas .logotype-main
{
	width: 50%;
}

.splash-wrapper
{
	z-index: 200;
	position: absolute;
}

.slider-wrapper
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -370px;

	height: 700px;
	width: 700px;
	background-color: rgba(0,0,0,0.15);
	border-radius: 350px;
	overflow: hidden;

	z-index: 100;
}

.slick-track,
.slider,
.slider > div
{
	height: 100%;
	width: 100%;
}

.slider-wrapper .slider-one
{
	background: url("../img/slider/image7.jpg") center no-repeat;
	background-size: cover;
}

.slider-wrapper .slider-two
{
	background: url("../img/slider/image6.jpg") center no-repeat;
	background-size: cover;
}

.slider-wrapper .slider-three
{
	background: url("../img/slider/image2.jpg") center no-repeat;
	background-size: cover;
}

.slider-wrapper .slider-four
{
	background: url("../img/slider/image13.jpg") center no-repeat;
	background-size: cover;
}

.slider-wrapper .slider-five
{
	background: url("../img/slider/image7.jpg") center no-repeat;
	background-size: cover;
}

/* Video Link */

.video-link
{
	background-color: #155368;
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	margin: 10px 0 10px -120px; 
	width: 240px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1350;
	transition: background-color 150ms ease-in, color 150ms ease-in;
}

.static-header.video-link
{
	display: none;
}

.video-link:hover
{
	background-color: #1f7981;
	transition: background-color 150ms ease-in, color 150ms ease-in;
}

.video-link > span
{
	line-height: 40px;
}

.video-icon
{
	width: 30px;
	height: 20px;
	background-color: #e55539;
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	background-image: url("../img/iconPlaySmall.png");
	text-align: center;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px; 
}

/* Opening Statement */

.opening-statement
{
	position: relative;
	display: block;
	background: url("../img/banner-everyone-has-a-story.png") center no-repeat;
	background-size: contain;
	width: 450px;
	height: 143px;
	margin: 0 auto -45px;
	max-width: 66vw;
	z-index: 100;
}

/* Video Slider */

.video-wrapper
{
	position: relative;
	display: inline-block;
	margin: 71px auto 0;
	/*z-index: 50;*/
	max-width: 1050px;
}

.video-wrapper .video
{
	position: relative;
	width: auto;
	overflow: hidden;
	display: inline-block;
	/*z-index: 50;*/
	background: #1fb9c0; /* Old browsers */
	background: -moz-linear-gradient(left, #1fb9c0 0%, #5cc58e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1fb9c0 0%,#5cc58e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1fb9c0 0%,#5cc58e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb9c0', endColorstr='#5cc58e',GradientType=1 ); /* IE6-9 */
}

.video-wrapper .video video
{
	margin: -5px 0;
	max-height: calc(100vh - 80px);
	width: 100%;
}

.coming-soon-content
{
	position: relative;
}

.coming-soon-content .section.opening-statement
{
	padding-top: 0;
	top: 40%;
}

body .coming-soon-content .main-logo-canvas
{
	padding-top: 0;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.coming-soon-statement
{
	padding: 40px 80px;
	font-family: 'strangeways_sampleregular', 'Lato', sans-serif;
	font-size: 2.5em;
	border-radius: 60px;
	background-color: #9e39e5;
	color: #fff;
	width: auto;
	display: inline-block;
	margin: 0 20px;
}

.snail-trail
{
	width: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: 50%;

	margin: 95px auto 0;

	z-index: 150;

	background-color: #04b3d9;
	background: -moz-linear-gradient(top,  rgba(4,179,217,1) 0%, rgba(4,179,217,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,179,217,1) 0%,rgba(4,179,217,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,179,217,1) 0%,rgba(4,179,217,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b3d9', endColorstr='#0004b3d9',GradientType=0 ); /* IE6-9 */

}


/* ================ Sections ================ */

.section
{
	width: 100%;
	position: relative;
	text-align: center;
	max-width: 100%; /* fixes 100vw scrollbars */
	overflow: hidden;
}


/* ================ Beta-Register ================ */


/* mPopup box style */
.mpopup {
    display: none;
    position: fixed;
    z-index: 5000;
    padding: 100px 20px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.mpopup-content {
    position: relative;
    margin: auto;
    padding: 0;
    /* width: 60%; */
    max-width: 650px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;

    background-color: #D2DE27;
	background: -moz-linear-gradient(top,  #D2DE27 0%, #D2DE27 20%,  #64F39D 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #D2DE27 0%, #D2DE27 20%, #64F39D 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #D2DE27 0%, #D2DE27 20%, #64F39D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2DE27', endColorstr='#64F39D',GradientType=0 ); /* IE6-9 */
}

#post-signup-panel span {
    padding: 40px 40px;
    display: block;
    text-align: left;
    font-size: 1.25em;
}

#post-signup-panel span p {
    margin-bottom: 0.75em;
    line-height: 1.25em;
}

.mpopup-head {
    padding: 20px;
    color: #000;
}

.form-panel input[type="text"],
.form-panel input[type="email"]
{
    width: 100%;
    height: 30px;
    font-size: 15px;
}

.mpopup-foot {
    padding: 20px;
    font-size: 0.75em;
	color: rgba(0,0,0,0.75);
	font-weight: lighter;
	line-height: 1.25em;
}

/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.mpopup a
{
	color: #05B3D8;
}

.mpopup a:hover
{
	color: #52C681;
}

.mpopup-head b
{
	font-weight: normal;
	margin-bottom: 0.5em;
	display: block;
	font-size: 1.5em;
	padding: 0 30px;
}

.mpopup-head span
{
	display: inline-block;
	line-height: 1.25em;
}

.mpopup-head .close {
    color: rgba(0,0,0,0.5);
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.form-panel form
{
	padding: 20px;
	margin: 0 10px;
	background: #D4EE51;
	border-radius: 7px;
	display: inline-block;
	width: 80%;
	border: 1px solid rgba(0,0,0,0.25);
}

.form-panel .form-row > div
{
	margin-left: 70px;
}

.form-panel .form-row label
{
	width: 60px;
	color: #000;
	padding-right: 8px;
	line-height: 30px;
	position: relative;
}

.submit-container
{
	display: inline-block;
}

.submit-container > button[type="submit"]
{
	margin-bottom: 0;
	height: 30px;
	border-radius: 5px;

	width: auto;
	padding: 5px 20px;
	background-color: #04B3D9;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 1em;
    cursor: pointer;
    outline: none;
    border: none;
}

.submit-container > button[type="submit"]:hover
{
	background-color: #52C681;
}

#post-signup-panel
{
	display: none;
	background-color: #D2DE27;
	background: -moz-linear-gradient(top,  #D2DE27 0%, #64F39D 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #D2DE27 0%,#64F39D 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #D2DE27 0%,#64F39D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2DE27', endColorstr='#64F39D',GradientType=0 ); /* IE6-9 */
}

#signup-button
{
	background-color: #2dbcb5;
	border-radius: 10px;
	border: 5px solid #fff;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	font-size: 1em;
	cursor: pointer;
	box-shadow: 0px 1px 3px rgba(21, 83, 104, 0.5);

	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5000;

	display: none;
}

#signup-button:hover
{
	color: #fff;
}
#signup-button a:hover {
	color: #fff;
}


/* ================ Top Section ================ */


/*.section.one
{
	background: #04b3d9;
	background: -moz-linear-gradient(top, #04b3d9 0%, #dae020 100%);
	background: -webkit-linear-gradient(top, #04b3d9 0%,#dae020 100%);
	background: linear-gradient(to bottom, #04b3d9 0%,#dae020 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b3d9', endColorstr='#dae020',GradientType=0 );
}*/

.section.one
{
	overflow: visible;
	padding-bottom: 60px;
	min-height: 250px;
}




/* ================ About ================ */


.section.about
{
	background: #dae020; /* Old browsers */
	background: -moz-linear-gradient(top, #dae020 0%, #74dff2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dae020 0%,#74dff2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dae020 0%,#74dff2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae020', endColorstr='#74dff2',GradientType=0 ); /* IE6-9 */
}
.section.about .inner {
	background: none;
}

.section.about
{
	padding-top: 130px;
	z-index: 1;
}

.about .snail-trail
{
	display: none;
}

.section .inner
{
	position: relative;
	background: #52c681; /* Old browsers */
	background: -moz-linear-gradient(top, #00b3e3 0%, #52c681 15%, #52c681 80%, #74DFF2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00b3e3 0%, #52c681 15%, #52c681 80%, #74DFF2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00b3e3 0%, #52c681 15%, #52c681 80%, #74DFF2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52c681', endColorstr='#74DFF2',GradientType=0 ); /* IE6-9 */
}

.about-wrapper
{
	height: 100%;
	display: inline-block;
	padding: 170px 0 270px;
}

.about-column
{
	display: inline-block;
	z-index: 150;
}

.about-content
{
	position: relative;
}

.about-content p
{
	color: #000;
	text-align: left;
}

.about-content p.grand
{
	font-weight: bold;
}

.l2b-text
{
	font-family: 'strangeways_sampleregular', 'Lato', sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
}

.about-content .l2b-text-colour
{
	color: #fff;
	letter-spacing: 0.1em;
}

.about-tagline p
{
	color: #2dbcb5;
	font-family: 'Raleway', 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 40px;
}


.about-page {
    width: 75%;
	text-align: justify;
	display: inline-block;
}

.about-page p
{
	font-family: 'ProximaNova-Regular', 'Lato', sans-serif;
	font-size: 15px;
	color: #575036;
	line-height: 18px;
	text-align: center;
}

.about-page .bold
{
	
	font-weight: bold;
}

.about-content span.about-block-video
{
	text-align: center;
	margin: 10px;
	display: inline-block;
}

.story-video-container
{
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	width: 302px;
	cursor: pointer;
	transition: box-shadow 0.15s ease-in, transform 0.15s ease-in;
}

.story-video-container:hover
{
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgba(16, 30, 32, 0.5);
	transform: scale(1.05);
	transition: box-shadow 0.1s ease-in, transform 0.1s ease-in;
}

.story-video-img-wrapper
{
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.story-video
{	
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.1s ease-in;
}

.story-video-container:hover .story-video
{
	transform: scale(1.05);
	transition: transform 0.1s ease-in;
}

.story-video.story-1
{
	background: center / contain no-repeat url("../img/story-thumbs/01.jpg");
}

.story-video.story-2
{
	background: center / contain no-repeat url("../img/story-thumbs/02.jpg");
}

.story-video.story-3
{
	background: center / contain no-repeat url("../img/story-thumbs/03.jpg");
}

.story-video.story-4
{
	background: center / contain no-repeat url("../img/story-thumbs/04.jpg");
}

.story-video.story-5
{
	background: center / contain no-repeat url("../img/story-thumbs/05.jpg");
}

.story-video.story-6
{
	background: center / contain no-repeat url("../img/story-thumbs/06.jpg");
}

.story-video.story-7
{
	background: center / contain no-repeat url("../img/story-thumbs/07.jpg");
}

.story-video.story-8
{
	background: center / contain no-repeat url("../img/story-thumbs/08.jpg");
}

.story-video.story-9
{
	background: center / contain no-repeat url("../img/story-thumbs/09.jpg");
}

.story-video.story-10
{
	background: center / contain no-repeat url("../img/story-thumbs/10.jpg");
}

.story-video.story-11
{
	background: center / contain no-repeat url("../img/story-thumbs/11.jpg");
}

.story-video.story-12
{
	background: center / contain no-repeat url("../img/story-thumbs/12.jpg");
}

.story-video.story-13
{
	background: center / contain no-repeat url("../img/story-thumbs/13.jpg");
}

.story-video.story-14
{
	background: center / contain no-repeat url("../img/story-thumbs/14.jpg");
}

.story-video.story-15
{
	background: center / contain no-repeat url("../img/story-thumbs/15.jpg");
}

.story-video.story-16
{
	background: center / contain no-repeat url("../img/story-thumbs/16.jpg");
}

.story-video.story-17
{
	background: center / contain no-repeat url("../img/story-thumbs/17.jpg");
}

.story-video.story-18
{
	background: center / contain no-repeat url("../img/story-thumbs/18.jpg");
}

.story-video.story-19
{
	background: center / contain no-repeat url("../img/story-thumbs/19.jpg");
}

.story-video.story-20
{
	background: center / contain no-repeat url("../img/story-thumbs/20.jpg");
}

.story-video.story-21
{
	background: center / contain no-repeat url("../img/story-thumbs/21.jpg");
}

.story-video.story-22
{
	background: center / contain no-repeat url("../img/story-thumbs/22.jpg");
}

.story-video.story-23
{
	background: center / contain no-repeat url("../img/story-thumbs/23.jpg");
}

.story-video.story-24
{
	background: center / contain no-repeat url("../img/story-thumbs/24.jpg");
}

.story-video.story-25
{
	background: center / contain no-repeat url("../img/story-thumbs/25.jpg");
}

.story-video.story-26
{
	background: center / contain no-repeat url("../img/story-thumbs/26.jpg");
}

.story-video.story-27
{
	background: center / contain no-repeat url("../img/story-thumbs/27.jpg");
}

.story-video.story-28
{
	background: center / contain no-repeat url("../img/story-thumbs/28.jpg");
}

.story-video.story-29
{
	background: center / contain no-repeat url("../img/story-thumbs/29.jpg");
}

.story-video.story-30
{
	background: center / contain no-repeat url("../img/story-thumbs/30.jpg");
}

.story-video.story-31
{
	background: center / contain no-repeat url("../img/story-thumbs/31.jpg");
}

.story-video.story-32
{
	background: center / contain no-repeat url("../img/story-thumbs/32.jpg");
}

.story-video.youtube1
{
	background: center / contain no-repeat url("../img/l2bGuides/1.jpg");
}

.story-video.youtube2
{
	background: center / contain no-repeat url("../img/l2bGuides/2.jpg");
}
.story-video.youtube3
{
	background: center / contain no-repeat url("../img/l2bGuides/3.jpg");
}
.story-video.youtube4
{
	background: center / contain no-repeat url("../img/l2bGuides/4.jpg");
}
.story-video.youtube5
{
	background: center / contain no-repeat url("../img/l2bGuides/5.jpg");
}

.story-info
{
	display: block;
	width: 100%;
	padding: 10px 20px 10px 10px;
	text-align: left;
	background-color: rgba(0,0,0,0.05);
	min-height: 62px;
	line-height: 48px;
}

.story-info .story-video-icon
{
	background: url("../img/icons/icon-video-play-middarkblue.png") center no-repeat;
	display: inline-block;
	height: 35px;
	width: 40px;
	margin-right: 10px;
	background-size: cover;
	float: left;
}

.story-info .story-title
{
	font-family: 'ProximaNova-Regular', 'Lato', sans-serif;
	font-size: 15px;
	color: #575036;
	letter-spacing: 0.75px;
	height: 40px;
	line-height: 18px;
	display: block;
}

.about-column.about-two
{
	min-width: 300px;
	min-height: 520px;
	display: block;
	position: relative;
}

.about-column.about-two > div
{
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 300px;
	min-height: 520px;

	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.about-tagline 
{
	padding: 0 30px;
}




/* ================ Breakdown ================ */

.section.breakdown
{
	background: #74dff2;
}

.section.breakdown
{
	padding-top: 8vh;
	padding-bottom: 8vh;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
}

.section.breakdown .block-centerer
{
	width: 100%;
	max-width: 1290px;
}

.section.breakdown .panel-text
{
	font-family: 'strangeways_sampleregular', 'Lato', sans-serif;
	font-size: 1.75em;
	line-height: 1.5em;
	color: #575036;
	margin-bottom: 0.25em;
}

.section.breakdown .centre .panel-text 
{
	/* text-align: center;
	font-size: 2em; */
}

.section.breakdown .panel-text .bold
{
	font-size: 1em;
}

.section.breakdown .text-bunch
{
	position: relative;
	margin: 50px 20px;
}

.section.breakdown .panel-image-wrapper
{
	width: 240px;
	height: 240px;
	line-height: 240px;
	display: inline-block;
	border-radius: 200px;
	position: relative;
}

.section.breakdown .panel-image
{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.section.breakdown .text-bunch .panel-image-wrapper
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section.breakdown .text-bunch.text-two .panel-image-wrapper,
.section.breakdown .text-bunch.text-four .panel-image-wrapper
{
	left: 0;
}

.section.breakdown .text-bunch.text-three .panel-image-wrapper
{
	right: -30px;
}

.section.breakdown .panel-image-wrapper.image-one 
{
	background: #2dbcb5;
}

.section.breakdown .panel-image-wrapper.image-two 
{
	background: #1bb7c5;
	-webkit-transform: translate3d(0, -75%, 0);
	-ms-transform: translate3d(0, -75%, 0);
	transform: translate3d(0, -75%, 0);
}

.section.breakdown .panel-image-wrapper.image-three 
{
	background: #4fc399;
	-webkit-transform: translate3d(-10%, -75%, 0);
	-ms-transform: translate3d(-10%, -75%, 0);
	transform: translate3d(-10%, -75%, 0);
	/* width: 280px;
	height: 280px; */
}

.section.breakdown .panel-image-wrapper.image-four 
{
	background: #2ebcb4;
	-webkit-transform: translate3d(-10%, -25%, 0);
	-ms-transform: translate3d(-10%, -25%, 0);
	transform: translate3d(-10%, -25%, 0);
	/* width: 200px;
	height: 200px; */
}

.section.breakdown .panel-image-wrapper.image-five 
{
	background: #17b7c9;
	background-size: contain;
}

.section.breakdown .panel-image-wrapper.image-one .panel-image 
{
	background: url(../img/breakdown-white-one.png) center no-repeat;
	background-size: contain;
	/* width: 220px;
	height: 220px; */
}

.section.breakdown .panel-image-wrapper.image-two .panel-image 
{
	background: url(../img/breakdown-white-two.png) center no-repeat;
	background-size: contain;
	/* width: 220px;
	height: 220px; */
}

.section.breakdown .panel-image-wrapper.image-three .panel-image 
{
	background: url(../img/breakdown-white-three.png) center no-repeat;
	background-size: contain;
	/* width: 220px;
	height: 220px; */
}

.section.breakdown .panel-image-wrapper.image-four .panel-image 
{
	background: url(../img/breakdown-white-four.png) center no-repeat;
	background-size: contain;
	/* width: 220px;
	height: 220px; */
}

.section.breakdown .panel-image-wrapper.image-five .panel-image 
{
	background: url(../img/breakdown-white-five.png) center no-repeat;
	background-size: contain;
	/* width: 220px;
	height: 220px; */
}






/* ================ Features ================ */


.section.features
{
	background: #c0eed7; /* Old browsers */
	background: -moz-linear-gradient(top, #74DFF2 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #74DFF2 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #74DFF2 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74DFF2', endColorstr='#C0EED7',GradientType=0 ); /* IE6-9 */
}

.section.features
{
	padding: 9vh 40px;
	z-index: 1;
}

.section.features .block-centerer
{
	padding-top: 4vh;
}

.section.features .block-centerer,
.section.features .block-centerer *
{
	vertical-align: top;
}

.block-column
{
	width: 50%;
	float: left;
	max-width: 645px;
	min-width: 350px;
}

.block-column + .block-column
{
	margin-top: 150px;
}

.feature-block
{
	display: block;
	padding: 20px 40px;
	text-align: left;
	float: left;
	margin-bottom: 1px;
	background-color: #42B2B3;
	position: relative;
	border-radius: 5px;
}

.feature-block.alt
{
	margin-left: 1px;
}

.feature-block .feature-icon
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 40px;

	display: block;
	height: 100px;
	width: 100px;
	margin-bottom: 30px;
}

.feature-block.alt .feature-icon
{
	right: 40px;
	left: auto;
}

.feature-block .feature-head
{
	margin: 30px 0 20px 130px;
	font-size: 1.75em;
}

.feature-block .feature-text
{
	margin: 0 0 30px 130px;
	font-size: 15px;
	line-height: 21px;
}
.feature-block .feature-text ol {
	display: list-item;
    list-style-type: decimal;

}

.feature-block .feature-text p
{
	margin-bottom: 0.675em;
}

.feature-block .feature-text .bold
{
	font-weight: bold;
}

.feature-block.alt .feature-head
{
	margin: 30px 130px 20px 0;
	font-size: 1.75em;
}

.feature-block.alt .feature-text
{
	margin: 0 130px 30px 0;
}

 .feature-block.feature-block-one .feature-icon
{
	background: url("../img/iconFeatureTimelineCaptures.png") center no-repeat;
	background-size: 100px;
}

.feature-block.feature-block-two .feature-icon
{
	background: url("../img/iconFeaturePSMP.png") center no-repeat;
	background-size: 100px;
}

.feature-block.feature-block-three .feature-icon
{
	background: url("../img/iconFeatureGuardianShip.png") center no-repeat;
	background-size: 100px;
}

.feature-block.feature-block-four .feature-icon
{
	background: url("../img/iconFeatureQuarantine.png") center no-repeat;
	background-size: 100px;
}

.feature-block.feature-block-five .feature-icon
{
	background: url("../img/iconFeatureMultiCaptures.png") center no-repeat;
	background-size: 100px;
}

.feature-block.feature-block-one
{
	background-color: #92e856;
}

.feature-block.feature-block-two
{
	background-color: #b4f750;
}

.feature-block.feature-block-three
{
	background-color: #cbfc52;
}

.feature-block.feature-block-four
{
	background-color: #b7f74f;
}

.feature-block.feature-block-five
{
	background-color: #9fef51;
}




/* ================ Testimonials ================ */

.section.testimonials
{
	background: #c0eed7;
	height: auto;
}

.test-head-wrapper
{
	text-align: center;
	width: 100%;
}

.test-head
{
	font-weight: 400;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #2dbcb5;
}

.block-wrapper
{
	height: auto;
	position: relative;
	margin-top: 10vh;
	text-align: center;
}

.block-block
{
	display: block;
	z-index: 100;
	position: relative;
}

.block
{
	height: 100%;
	border-radius: 5px;
}

.blockNew {
	padding: 25px 50px;
    margin-top: 50px;
}

.customer-face
{
	overflow: hidden;
}

.customer-face
{
	width: 170px;
	height: 170px;
	display: inline-block;
	margin-bottom: 40px;
}

.customer-quote
{
	font-style: italic;
	margin-bottom: 40px;
	text-align: left;
	text-indent: -0.3em;
	background-color: rgba(255, 255, 255, 0.333);
	border-radius: 10px;
	padding: 25px;
	position: relative;
}

.block-small .customer-quote
{
	border-radius: 150px;
	padding: 25px 50px;
	text-align: center;
}

/* .speech-arrow
{
	position: absolute;
	width: 22px;
	height: 17px;
	left: 50%;
	bottom: -17px;
	margin-left: -11px;
	background: url("../img/speech-arrow-top.png") center no-repeat;
	background-size: 22px;
	
} */


.speech-arrow:after, .speech-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.speech-arrow:before {
	border-width: 20px;
	margin-left: -20px;
}



.speech-arrow1:before
{
	/* background: url("../img/speech-arrow-3-bottom.png") center no-repeat;
	background-size: 22px; */

	border-top-color: #00c778;

}

.speech-arrow2:before
{
	/* background: url("../img/speech-arrow-1-bottom.png") center no-repeat;
	background-size: 22px; */

	border-top-color: #36ed5a;
}

.speech-arrow3:before
{
	/* background: url("../img/speech-arrow-2-bottom.png") center no-repeat;
	background-size: 22px; */

	border-top-color: #19dc00;
} 
.speech-arrow4:before
{
	/* background: url("../img/speech-arrow-2-bottom.png") center no-repeat;
	background-size: 22px; */

	border-top-color: #00dd68;
} 

.speech-arrow5:before
{
	/* background: url("../img/speech-arrow-2-bottom.png") center no-repeat;
	background-size: 22px; */

	border-top-color: #49ce21;
} 


.customer-name
{
	font-family: 'strangeways_sampleregular', 'Lato', sans-serif;
	letter-spacing: 0.05em;
	font-weight: normal;
}





/* ================ Social & More ================ */

.section.more-info
{
	background: #155368; 
	height: auto;
	padding: 50px 0 0;
}

.section.more-info .block-centerer
{
	height: auto;
	color: #8a8a8a;	
	position: relative;
	/* margin-bottom: 100px; */
}

.more-info-head .test-head
{
	color: #fff;	
}

.section.more-info .more-info-subhead
{
	display: block;
}

.more-info-buttons
{
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	position: relative;
}

.more-info-buttons > *
{
	display: block;
}

/* .social .more-info-buttons > *
{
	height: 40px;
	float: left;
} */

.more-info-buttons .facebook
{
	background-image: url("../img/logo-facebook.png");	
	margin-right: 30px;
	width: 40px;
}

.more-info-buttons .twitter
{
	background-image: url("../img/logo-twitter.png");	
	margin-right: 30px;
	width: 49px;
}

.more-info-buttons .youtube
{
	background-image: url("../img/logo-youtube.png");	
	width: 48px;
}

.more-info-buttons .apple-light
{
	background-image: url("../img/apple-light.png");	
}
.more-info-buttons .google-light
{
	background-image: url("../img/google-light.png");				
}

/* ================ Footer ================ */

.section.footer
{
	background: #1d3538;
	/* height: 350px;	 */
	padding-top: 20px;
}

.section.footer .block-centerer
{
	height: auto;
	position: relative;
}

.footer-column
{
	display: block;
	text-align: left;
	color: #fff;
}

.footer-column a
{
	display: block;
	line-height: 2em;
}

.footer-column a:hover
{
	color:antiquewhite;
}

.footer-column .logo-main
{
	width: 80px;
	height: 80px;
	position: relative;
	margin: 10px 0;
	display: block;
}

.footer-column .logotype-main
{
	width: 80px;
	height: 80px;
	position: relative;
}

.copyright
{
	padding-top: 50px;
	color: rgba(255,255,255,0.5);
	margin-bottom: 80px;
}




/* ================ Other Page Content ================ */

.section.other-page
{
	height: auto;
	padding: 50px 20px;
}

/*.section.other-page.privacy
{
	background: #c0eed7;
	background: -moz-linear-gradient(top, #42b1b4 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%);
	background: -webkit-linear-gradient(top, #42b1b4 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%);
	background: linear-gradient(to bottom, #42b1b4 0%, #6ae1bc 20%, #6ee6bd 90%, #C0EED7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b1b4', endColorstr='#C0EED7',GradientType=0 );
}*/

.other-page-heading
{
	color: #2dbcb5;
	font-family: 'Raleway', 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 40px;
}

.other-page-heading .l2b-text
{
	font-size: inherit;
	color: #fff;
}

.other-page-content
{
	font-size: 1.25em;
	line-height: 1.5em;
	color: #000;
	width: 90%;
	text-align: justify;
	display: inline-block;
}

.other-page-content .subhead
{
	font-size: 1.15em;
	font-weight: 600;
	margin: 2em auto 1em;
}

.other-page-content .bold
{
	font-size: .9em;
	font-weight: 600;
	margin: 2em auto 1em;
}

.other-page-content p
{
	margin-bottom: 1em;
}

.section.privacy .other-page-content a
{
	color: #0077B3;
}

.section.privacy .other-page-content a:hover
{
	color: #0099E6;
}

.other-page-content ul
{
	margin-bottom: 1em;
	list-style-type: disc;
}

.other-page-content ul ul
{
	margin-bottom: 1em;
	list-style-type: circle;
}

.other-page-content ul li
{
	margin-left: 2em;	
}

.section.privacy .nutshell
{
	font-weight: bold;
	color: #285E00;
	font-size: 18px;
	line-height: 24px;
}

.section.privacy ol.letters
{
	list-style-type: upper-alpha;
	counter-reset: item;
	margin-left: 50px;
}

.section.privacy ol.lower-alpha
{
	list-style-type: lower-alpha;
	counter-reset: item;
	margin-left: 50px;
}

.section.privacy ol.lower-roman
{
	list-style-type: lower-roman;
	counter-reset: item;
	margin-left: 50px;
}

.section.privacy ol.letters > li:before
{
	content: counter(item, upper-alpha);
}

.section.privacy ol.lower-alpha > li:before
{
	content: counter(item, lower-alpha);
}

.section.privacy ol.lower-roman > li:before
{
	content: counter(item, lower-roman);
}

.section.privacy ol
{
	list-style-type: decimal;
	counter-reset: item;
}

.section.privacy ol li
{
	margin-bottom: 0.5em;
}

.section.privacy ol > li
{
	display: block;
	position: relative;
}

.section.privacy ol > li:before
{
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	left: -80px;
	text-align: right;
	width: 65px;
	color: #009599;
}

.section.privacy ol > li > ol
{
	margin-top: 0.5em;
}

.section.privacy .other-page-content > ol > li > ol
{
	margin-left: 50px;
}

.section.privacy .other-page-content > ol > li > ol > li > ol > li
{
	margin-left: 50px;
	list-style-type: lower-alpha;
	counter-increment: sub1;
}

.section.privacy .other-page-content > ol > li > ol > li > ol > li:before
{
	content: counter(sub1, lower-alpha);
}

.section.privacy .other-page-content > ol > li > ol > li > ol > li > ol > li
{
	margin-left: 50px;
	list-style-type: lower-roman;
	counter-increment: sub2;
}

.section.privacy .other-page-content > ol > li > ol > li > ol > li > ol > li:before
{
	content: counter(sub2, lower-roman);
}

.section.privacy .pairlist
{
	margin-left: 50px;
	display: inline-block;
}

.section.privacy .pairlist .pair
{
	display: block;
	position: relative;
	margin-bottom: 5px;
	font-size: 16px;
}

.section.privacy .pairlist .key
{
	position: absolute;
	font-weight: bold;
}

.section.privacy .pairlist .value
{
	margin-left: 5em;
}

/* ================ Videos ================ */

/*.section.other-page.videos
{
	background: #c0eed7;
	background: -moz-linear-gradient(top, #101d1f 0%, #155368 50%, #1f7981 100%);
	background: -webkit-linear-gradient(top, #101d1f 0%, #155368 50%, #1f7981 100%);
	background: linear-gradient(to bottom, #101d1f 0%, #155368 50%, #1f7981 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101d1f', endColorstr='#1f7981',GradientType=0 );
}*/

.section.other-page.videos .other-page-content
{
	text-align: center;
	width: auto;
}

.video-container
{
	display: inline-block;
	text-align: center;
	max-width: 1300px;
}

.videos .about-block-video
{
	display: inline-block;
	vertical-align: top;
}

.videos .about-block-video .story-video-container
{
	margin: 10px;
}



/* ================ Contact ================ */

.section.contact
{
	padding-top: 15vh;
}

.contact-form
{
	width: 500px;
	display: inline-block;
}

.form-row
{	
	margin-bottom: 20px;
	position: relative;
}

.form-row label
{
	float: left;
	width: 150px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	color: #fff;
}

.form-row > div
{
	margin-left: 150px;
	text-align: left;
}

.form-row > div > input,
.form-row > div > textarea
{
	width: 100%;
	font-size: 1em;
}

.form-row > div > input
{
	height: 30px;
}

.form-row > div > input#submit
{
	width: auto;
	border-radius: 10px;
	border: 0;
	padding: 5px 20px;
	background-color: #04B3D9;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 1em;
	height: 50px;
	-webkit-appearance: none;
	/* margin-bottom: 100px; */
}

.form-row > div > input#submit:hover
{
	background-color: #1AC7FF;
}



 .advertising-form {
	/* width: 600px; */
	display: inline-block;
}
.advertising-form p {
	font-family: 'ProximaNova-Regular', 'Lato', sans-serif;
	font-size: 15px;
	color: #575036;
	line-height: 38px;
	text-align: center;
}
.advertising-form p input {
	border: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 4px !important;
	height: 26px !important;
	margin: 0 5px;
	color: #2dbcb5 !important;
	font-size: 15px !important;
	padding: 0 5px;
}
.advertising-form input#submit {
	background: #2dbcb5;
	margin-top: 30px;
}

.mpopup-foot a {
	color:#5700c2;
}



.mpopup-foot a:visited {
	color:#5700c2;
}
.about-tagline.top
	{
		top: -90px;
	}
/* ================ Full Height Fix ================ */

/* {
	 transition-duration: 1.5s; 
}*/

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
body, .mpopup-content {
	background: #fff;
}
.about-tagline.bottom {
	bottom: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.fullheight {
		height: 768px !important;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.fullheight {
		/* height: 1024px !important; */
		height: auto;
	}
}
/* iphone6plus */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 3) {
	.fullheight {
		height: 828px;
	}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 3) {
	.fullheight {
		height: 736px;
	}
}
/* iphone6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.fullheight {
		height: 750px;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.fullheight {
		height: 667px;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.fullheight {
		height: 640px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.fullheight {
		height: 568px;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 640px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 480px;
	}
}





@media only screen and (min-width: 1281px) {

	.top-nav ul li
	{
		margin-left: 30px; 
	}
        .splash-wrapper
	{
		height: 100vh;
		width: 100%;
		background: url("../img/splash.png") center no-repeat;
	}

	.video-wrapper .video
	{
		border-radius: 30px;
	}

	.video-wrapper .video video
	{
		max-width: calc(100vw - 20px);
	}

	body .main-logo-canvas
	{
		position: absolute;
		padding-top: 0;
		left: -100px;
		bottom: -120px;
	}
        
        
	.section.about
	{
		height: 110vh;
		min-height: 1000px;
	}

	.section .inner
	{
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.about-column
	{
		float: left;
		height: 100%;
	}

	.about-column.outer
	{
		max-width: 500px;
		width: 40vw;
		padding: 0 50px;
	}

	.about-block-phone
	{
		background: url("../img/iphone7-scrnsht.png") center no-repeat;
		background-size: 300px;
		height: 520px;
		width: 300px;
		display: block;
	}

	.about-content
	{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.about-content p
	{
		font-size: 1.5em;
		line-height: 1.25em;
		margin-bottom: 1em;
	}

	.about-content p.grand
	{
		font-size: 1.75em;
		line-height: 1.25em;
	}


	

	.about-tagline 
	{
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

        .feature-block
	{
		margin: 10px 10px 0;
		border-radius: 40px;
	}
        
        
	.section.testimonials
	{
		padding-bottom: 10vh;
	}

	.section.testimonials .test-head-wrapper
	{
		position: absolute;
		top: 7vh;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.block-wrapper
	{
		width: 100%;
	}

	.block-centerer
	{
		display: inline-block;
		height: 100%;
		position: relative;
	}

	.block-block
	{
		width: 430px;
		display: block;
		float: left;
		margin: 0 1px 0 0;
	}

	.block
	{
		padding: 20px;
	}

	.customer-quote
	{
		font-size: 15px;
		line-height: 21px;
	}

	.customer-name
	{
		font-size: 21px;
	}

	.block-three .block
	{
		margin-top: 0;
	}

	.block-three .block-small
	{
		margin: 50px 20px 0;
	}

	.block-three .block-small .customer-quote
	{
		background-color: #67D923;
	}

	.block-three .customer-quote
	{
		background-color: #76ea6e;
	}

	.block-four .block
	{
		margin-top: 110%;
	}

	.block-four .block-small
	{
		margin: 50px 20px 0;
		position: absolute;
		top: 160px;
	}

	.block-four .block-small .customer-quote
	{
		background-color: #23D975;
	}

	.block-four .customer-quote
	{
		background-color: #70cc45;
	}

	.block-five .block
	{
		margin-top: 30%;
	}

	.block-five .block-small
	{
		margin: 50px 20px 0;
	}

	.block-five .block-small .customer-quote
	{
		background-color: #66E869;
	}

	.block-five .customer-quote
	{
		background-color: #53c57f;
	}

        .section.footer .block-centerer
	{
		width: 700px;
		padding-top: 40px;
		border-top: 1px solid #fff;
	}

	.footer-column
	{
		width: 33.333%;
		float: left;
		padding-left: 50px; 
	}
        
        
	.section.more-info .block-centerer
	{
		width: 960px;
	}

	.more-info-head
	{
		margin-bottom: 60px;
	}

	.section.more-info .more-info-subhead
	{
		font-size: 1.125em;
	}

	.more-info-panel
	{
		float: left;
	}

	.more-info-panel.social
	{
		width: 35%
	}

	.more-info-panel.app-links
	{
		width: 65%
	}

	.more-info-buttons .apple-light
	{
		margin-right: 50px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

	.top-nav ul li
	{
		margin-left: 20px; 
	}

	.appStoreLinks
	{
		display: block;
	}
        
        .splash-wrapper
	{
		height: 100%;
		width: 100%;
		background: url("../img/splash.png") center no-repeat;
	}

	.video-wrapper .video
	{
		border-radius: 20px;
	}

	.video-wrapper .video video
	{
		max-width: calc(100vw - 20px);
	}

	body .main-logo-canvas
	{
		position: absolute;
		padding-top: 0;
		left: -100px;
		bottom: -120px;
	}
        
        .section.about
	{
		height: 110vh;
		min-height: 1000px;
	}

	.section .inner
	{
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.about-column
	{
		float: left;
		height: 100%;
	}

	.about-column.outer
	{
		max-width: 500px;
		width: 35vw;
		/* padding: 0 50px; */
	}

	.about-block-phone
	{
		background: url("../img/iphone7-scrnsht.png") center no-repeat;
		background-size: 300px;
		width: 300px;
		display: block;
		height: 520px;
	}

	.about-column.about-two
	{
		width: 260px;
	}

	.about-content
	{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.about-content p
	{
		font-size: 1.5em;
		line-height: 1.25em;
		margin-bottom: 1em;
	}

	.about-content p.grand
	{
		font-size: 1.75em;
		line-height: 1em;
	}


	

	.about-tagline 
	{
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
        
        .section.breakdown .panel-text
	{
		font-size: 1.5em;
		line-height: 1.25em;
	}

	.section.breakdown .text-bunch.text-four .panel-text
	{
		margin-left: 60px;
	}

	.section.breakdown .panel-image-wrapper
	{
		width: 180px;
		height: 180px;
	}

	.section.breakdown .panel-image-wrapper.image-two 
	{
		width: 180px;
		height: 180px;
	}

	.section.breakdown .panel-image-wrapper.image-three 
	{
		width: 180px;
		/* height: 180px; */
	}

	.section.breakdown .panel-image-wrapper.image-four 
	{
		width: 180px;
		height: 180px;
	}	

	.section.breakdown .panel-image
	{
		width: 150px;
		height: 150px;
	}

	/* .section.breakdown .panel-image-wrapper.image-three .panel-image 
	{
		width: 180px;
		height: 180px;
	} */
        
        .feature-block
	{
		margin: 10px 10px 0;
		border-radius: 40px;
	}

        
	.section.testimonials
	{
		padding-bottom: 10vh;
	}

	.test-head-wrapper
	{
		position: absolute;
		top: 7vh;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.block-wrapper
	{
		width: 100%;
	}

	.block-centerer
	{
		display: inline-block;
		height: 100%;
		position: relative;
	}

	.block-block
	{
		width: 330px;
		display: block;
		float: left;
		margin: 0 1px 0 0;
	}

	.block
	{
		padding: 20px;
	}

	.customer-face
	{
		width: 150px;
		height: 150px;
		border-radius: 75px;
		display: inline-block;
		margin-bottom: 30px;
	}

	.customer-face img
	{
		width: 140px;
		height: 140px;
	}

	.customer-quote
	{
		font-size: 15px;
line-height: 21px;
	}

	.customer-name
	{
		font-size: 21px;
	}
	.block-three .block
	{
		margin-top: 0;
	}

	.block-three .block-small
	{
		margin: 50px 20px 0;
	}

	.block-three .block-small .customer-quote
	{
		background-color: #67D923;
	}

	.block-three .customer-quote
	{
		background-color: #76ea6e;
	}

	.block-four .block
	{
		margin-top: 140%;
	}

	.block-four .block-small
	{
		margin: 50px 20px 0;
		position: absolute;
		top: 160px;
	}

	.block-four .block-small .customer-quote
	{
		background-color: #23D975;
	}

	.block-four .customer-quote
	{
		background-color: #70cc45;
	}

	.block-five .block
	{
		margin-top: 30%;
	}

	.block-five .block-small
	{
		margin: 50px 20px 0;
	}

	.block-five .block-small .customer-quote
	{
		background-color: #66E869;
	}

	.block-five .customer-quote
	{
		background-color: #53c57f;
	}
        
        
	.section.more-info .block-centerer
	{
		width: 960px;
	}

	.more-info-head
	{
		margin-bottom: 60px;
	}

	.section.more-info .more-info-subhead
	{
		font-size: 1.125em;
	}

	.more-info-panel
	{
		float: left;
	}

	.more-info-panel.social
	{
		width: 40%
	}

	.more-info-panel.app-links
	{
		width: 60%
	}

	.more-info-buttons .apple-light
	{
		margin-right: 50px;
	}
        
        .section.footer .block-centerer
	{
		width: 700px;
		padding-top: 40px;
		border-top: 1px solid #fff;
	}

	.footer-column
	{
		width: 33.333%;
		float: left;
		padding-left: 50px; 
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .top-nav ul li
	{
		margin-left: 20px; 
	}

	.appStoreLinks
	{
		display: block;
	}
        

/*	.header
	{
	    background-color: rgba(21,83,104,0.25);
	}*/

	.logotype-head.no-aos
	{
		display: block;
	}
        
        
	.splash-wrapper
	{
		height: 100%;
		width: 100%;
		background: url("../img/splash-1024.png") center no-repeat;
		background-size: 999px;
	}

	.video-wrapper .video
	{
		border-radius: 15px;
	}

	.video-wrapper .video video
	{
		max-width: calc(100vw - 20px);
	}

	body .main-logo-canvas
	{
		position: absolute;
		padding-top: 0;
		left: -40px;
		bottom: -150px;
	}

	.slider-wrapper
	{
		margin-left: -275px;
		margin-top: -285px;
		height: 550px;
		width: 550px;
	}

	.phone-canvas
	{
		display: none;
	}

	.main-logo-canvas
	{
		display: block;
	}

	.main-logo-canvas .logo-main-area
	{
		height: 220px;
		width: 220px;
		margin-top: -90px;
	}

	.section.opening-statement
	{
		padding-top: 400px;
	}

	.section.opening-statement a
	{
		width: 430px;
		margin-top: 280px;
	}	
        .section.one
	{
		min-height: 550px;
	}
        
        .section.about
	{
		height: auto;
	}

	.about-wrapper
	{
		padding-left: 7%;
		padding-right: 7%;
	}

	.about-column.outer
	{
		width: auto;
	}

	.about-block-phone
	{
		background: url("../img/iphone7-scrnsht.png") center no-repeat;
		background-size: 300px;
		width: 300px;
		height: 520px;
		display: block;
	}

	.about-content p
	{
		font-size: 1.5em;
		line-height: 1.25em;
		margin-bottom: 1.5em;
	}

	.about-content p.grand
	{
		font-size: 1.75em;
		line-height: 1.25em;
	}

	

	

	.about-tagline 
	{
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
	}
        
        .section.breakdown .text-bunch.text-three .panel-image-wrapper 
	{
	    right: 40px;
	}

	.section.breakdown .text-bunch 
	{
	    width: auto;
	}

	.section.breakdown .text-bunch.text-two
	{
		margin-top: 50px;
	}

	.section.breakdown .text-bunch.text-three,
	.section.breakdown .text-bunch.text-four
	{
		margin-top: 75px;
	}

	.section.breakdown .text-bunch.text-four
	{
		margin-bottom: 50px;
	}

	.section.breakdown .panel-text
	{
		text-align: left;
	}

	.section.breakdown .text-two .panel-text
	{
		margin: 0 50px 1em 230px;
	}

	.section.breakdown .text-three .panel-text
	{
		margin: 0 310px 1em 50px;
		text-align: right;
	}

	.section.breakdown .text-four .panel-text
	{
		margin: 0 50px 1em 220px;
	} 

	.section.breakdown .panel-image-wrapper
	{
		width: 180px;
		height: 180px;
	}

	.section.breakdown .text-bunch .panel-image-wrapper
	{
		transform: translateY(-50%);
	}

	.section.breakdown .panel-image-wrapper.image-two 
	{
		width: 180px;
		height: 180px;
	}

	.section.breakdown .panel-image-wrapper.image-three 
	{
		width: 180px;
		height: 180px;
	}

	.section.breakdown .panel-image-wrapper.image-four 
	{
		width: 170px;
		height: 170px;
	}	

	.section.breakdown .panel-image
	{
		width: 150px;
		height: 150px;
	}

	/* .section.breakdown .panel-image-wrapper.image-three .panel-image 
	{
		width: 180px;
		height: 180px;
	} */

        
	.section.features .block-centerer
	{
		display: inline-block;
		height: 100%;
		position: relative;
		max-width: 645px;
	}

	.block-column
	{
		width: 100%;
	}

	.block-column + .block-column
	{
		margin-top: 0;
	}

	.feature-block
	{
		margin-bottom: 10px;
		border-radius: 40px;
	}

	.feature-block.alt .feature-icon
	{
		right: auto;
		left: 40px;
	}

	.feature-block.alt .feature-head
	{
		margin: 30px 0 20px 130px;
	}

	.feature-block.alt .feature-text
	{
		margin: 0 0 30px 130px;
	}

        
	.section.testimonials
	{
		padding-bottom: 100px;
	}

	.section.testimonials .block-centerer
	{
		display: inline-block;
		height: 100%;
		position: relative;
		max-width: 645px;
	}

	.test-head-wrapper
	{
		margin-bottom: 30px;
	}

	.block-wrapper
	{
		width: 100%;
	}

	.block-block
	{
		display: block;
		margin: 0 0 1px 0;
		height: 100%;
		width: 100%;
	}

	.block
	{
		width: 100%;
		padding: 20px 30px;
		text-align: left;
		position: relative;
	}

	.customer-face
	{
		width: 150px;
		height: 150px;
		border-radius: 75px;
		position: absolute;
		left: 60px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.customer-face img
	{
		width: 140px;
		height: 140px;
	}

	.customer-quote
	{
		font-size: 15px;
line-height: 21px;
	}

	.customer-name
	{
		font-size: 21px;
		text-align: center;
	}

	.block-four .customer-face
	{
		right: 60px;
		left: auto;
	}

	.block-block.block-one,
	.block-block.block-two,
	.block-block.block-six,
	.block-block.block-seven
	{
		display: none;
	}

	.block-three .customer-quote
	{
		background-color: #76ea6e;
	}

	.block-four .customer-quote
	{
		background-color: #70cc45;
	}

	.block-five .customer-quote
	{
		background-color: #53c57f;
	}

	.block-block .block-small
	{
		margin: 50px 40px 50px;
	}

	.block-three .block-small .customer-quote
	{
		background-color: #67D923;
	}

	.block-four .block-small .customer-quote
	{
		background-color: #23D975;
	}

	.block-five .block-small .customer-quote
	{
		background-color: #66E869;
	}

        
	.section.more-info .block-centerer
	{
		width: 700px;
		display: inline-block;
	}

	.more-info-head
	{
		margin-bottom: 60px;
	}

	.section.more-info .more-info-subhead
	{
		font-size: 1.125em;
	}

	.more-info-panel
	{
		float: left;
	}

	.more-info-panel.social
	{
		width: 40%
	}

	.more-info-panel.app-links
	{
		width: 60%
	}

	.more-info-buttons .apple-light
	{
		margin-right: 50px;
	}
        
        .section.footer .block-centerer
	{
		width: 700px;
		padding-top: 40px;
		display: inline-block;
		position: relative;	
	}

	.footer-column
	{
		width: 33.333%;
		float: left;
		padding-left: 50px; 
	}
}

@media only screen and (min-width: 321px) and (max-width: 767px) {

	.appStoreLinks
	{
		display: none;
	}

	.nav-item.hide-1024
	{
		display: none;
	}

/*	.header
	{
	    background-color: rgba(21,83,104,0.25);
	}*/

	.logotype-head.no-aos
	{
		display: block;
	}
        
        .splash-wrapper
	{
		height: 100%;
		width: 100%;
		background: url("../img/splash-1024.png") center no-repeat;
		background-size: 832px;
	}

	.video-wrapper
	{
		position: relative;
		display: inline-block;
		margin: 61px auto 0;
		z-index: 50;
	}

	.video-wrapper .video video
	{
		max-width: 100%;
	}

	.video-wrapper .video
	{
		border-radius: 0px;
	}

	body .main-logo-canvas
	{
		position: relative;
		padding-top: 0;
		margin-top: 30px;
		display: inline-block;
	}

	.slider-wrapper
	{
		margin-left: -225px;
		margin-top: -235px;
		height: 450px;
		width: 450px;
	}

	.phone-canvas
	{
		display: none;
	}

	.section.opening-statement
	{
		padding-top: 400px;
	}

	.section.opening-statement a
	{
		width: 379px;
		margin-top: 240px;
	}	

	.welcome-video-link
	{
		border-radius: 70px;
		padding: 15px 21px;
		font-size: 1em;
		/* bottom: 0px; */
		left: 50%;
		z-index: 100;
		transform: translateX(-50%);
		width: 250px;
		position: relative;
		top:30px;
	}
        
        .section.one
	{
		min-height: 500px;
	}

	#signup-button
	{
		background-color: #04b3d9;
		border-radius: 10px;
		border: 5px solid #fff;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		font-size: 1em;
		cursor: pointer;
		box-shadow: 0px 1px 3px rgba(21, 83, 104, 0.5);

		position: fixed;
		bottom: 10px;
		left: 50%;
		right: auto;
		z-index: 5000;
		min-width: 200px;

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);

		display: none;
	}
        
        .section.about
	{
		height: auto;
	}

	.about-wrapper
	{
		/* padding-left: 7%;
		padding-right: 7%; */
		padding: 0 0 80px;
	}

	.about-column.outer
	{
		width: auto;
	}

	.about-block-phone
	{
		background: url("../img/iphone7-scrnsht.png") center no-repeat;
		background-size: 300px;
		height: 520px;
		width: auto;
		display: block;
	}

	.about-content p
	{
		font-size: 1.25em;
		line-height: 1.125em;
		margin-bottom: 1.25em;
	}

	.about-content p.grand
	{
		font-size: 1.75em;
		line-height: 1.25em;
		text-align: center;
	}

	.about-tagline 
	{
		margin: 30px 0;
	}
		
	.about-page {
		width: 90%;
		text-align: justify;
		display: inline-block;
	}

        
	.section.breakdown .panel-text
	{
		font-size: 1.5em;
		line-height: 1em;
		margin-top: 20px;
	}

	.section.breakdown .centre .panel-text 
	{
		font-size: 1.5em;
	}

	.section.breakdown .panel-image-wrapper
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .text-bunch .panel-image-wrapper
	{
		transform: translateY(0);
		position: relative;
		display: inline-block;
	}

	.section.breakdown .panel-image-wrapper.image-two 
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .panel-image-wrapper.image-three 
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .panel-image-wrapper.image-four 
	{
		width: 135px;
		height: 135px;
	}	

	.section.breakdown .panel-image
	{
		width: 125px;
		height: 125px;
	}

	/* .section.breakdown .panel-image-wrapper.image-three .panel-image 
	{
		width: 150px;
		height: 150px;
	} */

	.section.breakdown .text-bunch.text-three .panel-image-wrapper {
	    right: 0;
	}


        
	.section.features
	{
		padding-left: 0;
		padding-right: 0;  
	}

	.section.features .block-centerer
	{
		display: inline-block;
		height: 100%;
		position: relative;
		max-width: 645px;
	}

	.block-column
	{
		width: 100%;
		min-width: 0;
	}

	.block-column + .block-column
	{
		margin-top: 0;
	}

	.feature-block
	{
		padding: 40px;
		text-align: center;
	}

	.feature-block .feature-icon,
	.feature-block.alt .feature-icon
	{
		right: auto;
		left: auto;
		top: auto;
		position: relative;
		display: inline-block;
		transform: none;
	}

	.feature-block .feature-head,
	.feature-block.alt .feature-head
	{
		margin: 30px 0 20px 0;
	}

	.feature-block .feature-text,
	.feature-block.alt .feature-text
	{
		margin: 0;
		text-align: left;
	}

        
	.section.testimonials
	{
		padding-bottom: 100px;
	}

	.test-head-wrapper
	{
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.block-wrapper
	{
		width: 100%;
	}

	.block-block
	{
		display: block;
		margin: 0;
	}

	.block
	{
		padding: 20px 7%;
		margin-bottom: 1px;
	}

	.customer-face
	{
		width: 170px;
		height: 170px;
		border-radius: 85px;
		display: inline-block;
		margin-bottom: 40px;
	}

	.customer-quote
	{
		font-size: 15px;
line-height: 21px;
	}

	.customer-name
	{
		font-size: 21px;
	}


	.block-block.block-one,
	.block-block.block-two,
	.block-block.block-six,
	.block-block.block-seven
	{
		display: none;
	}

	.block-three .customer-quote
	{
		background-color: #76ea6e;
	}

	.block-four .customer-quote
	{
		background-color: #70cc45;
	}

	.block-five .customer-quote
	{
		background-color: #53c57f;
	}

	.block-block .block-small
	{
		margin: 50px 40px 50px;
	}

	.block-three .block-small .customer-quote
	{
		background-color: #67D923;
	}

	.block-four .block-small .customer-quote
	{
		background-color: #23D975;
	}

	.block-five .block-small .customer-quote
	{
		background-color: #66E869;
	}
        
        
	.more-info-head
	{
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.section.more-info .more-info-subhead
	{
		font-size: 1.125em;
		line-height: 1.25em;
		display: block;
		padding: 0 20px;
	}

	.more-info-panel
	{
		padding: 20px 7%;
	}	

	.more-info-panel .more-info-buttons > a
	{
		margin: 0 20px 20px;
		float: none;
		display: inline-block;
	}

	.more-info-buttons .apple-light
	{
		margin-right: 20px;
	}
        
        .footer-column
	{
		margin-left: 50%;
	}

	.footer-column.footer-logo
	{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -120px;
	}
        
         .advertising-form {
                            width: 100%;
                            display: inline-block;
                        }
                        .advertising-form p {
                            font-size: 1.2em;
                            margin: 25px;
                            color:#FFF;
                        }

}

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

	.appStoreLinks
	{
		display: none;
	}

	.nav-item.hide-1024
	{
		display: none;
	}

/*	.header
	{
	    background-color: rgba(21,83,104,0.25);
	}*/

	.logotype-head.no-aos
	{
		display: block;
	}
        
        .splash-wrapper
	{
		height: 100%;
		width: 100%;
		background: url("../img/splash-1024.png") center no-repeat;
		background-size: 650px;
	}

	.video-wrapper
	{
		position: relative;
		display: inline-block;
		margin: 61px auto 0;
		z-index: 50;
	}

	.video-wrapper .video video
	{
		max-width: 100%;
	}

	.video-wrapper .video
	{
		border-radius: 0px;
	}

	body .main-logo-canvas
	{
		position: relative;
		padding-top: 0;
		margin-top: 30px;
		display: inline-block;
	}

	.slider-wrapper
	{
		margin-left: -175px;
		margin-top: -185px;
		height: 350px;
		width: 350px;
	}

	.phone-canvas
	{
		display: none;
	}

	.main-logo-canvas
	{
		display: block;
	}

	.logotype-head
	{
		left: 60px;
	}

	.logotype-head .logotype-main
	{
		transform: translate(0);
	}

	.section.opening-statement
	{
		padding-top: 400px;
	}

	.section.opening-statement a
	{
		width: 100%;
		margin-top: 185px;
	}

	.welcome-video-link
	{
		border-radius: 70px;
		padding: 20px 40px;
		font-size: 1em;
		bottom: 80px;
		left: 50%;
		z-index: 100;
		transform: translateX(-50%);
		width: 300px;
	}
        
        .section.one
	{
		height: 800px;
	}
        
        .section.about
	{
		height: auto;
	}

	.about-column.outer
	{
		width: 100vw;
		padding: 0 20px;
	}

	.about-block-phone
	{
		background: url("../img/iphone7-scrnsht.png") center no-repeat;
		background-size: 300px;
		height: 520px;
		width: auto;
		display: block;
	}

	.about-content p
	{
		font-size: 1.25em;
		line-height: 1.125em;
		margin-bottom: 1.25em;
	}

	.about-content p.grand
	{
		font-size: 1.5em;
		line-height: 1.25em;
		text-align: center;
	}

	.about-tagline 
	{
		margin: 30px 0;
	}

        .section.breakdown .panel-text
	{
		font-size: 1.25em;
		line-height: 1em;
		margin-top: 20px;
	}

	.section.breakdown .centre .panel-text 
	{
		font-size: 1.5em;
	}

	.section.breakdown .panel-image-wrapper
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .text-bunch .panel-image-wrapper
	{
		transform: translateY(0);
		position: relative;
		display: inline-block;
	}

	.section.breakdown .panel-image-wrapper.image-two 
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .panel-image-wrapper.image-three 
	{
		width: 190px;
		height: 190px;
	}

	.section.breakdown .panel-image-wrapper.image-four 
	{
		width: 135px;
		height: 135px;
	}	

	.section.breakdown .panel-image
	{
		width: 125px;
		height: 125px;
	}

	.section.breakdown .panel-image-wrapper.image-three .panel-image 
	{
		width: 150px;
		height: 150px;
	}

	.section.breakdown .text-bunch.text-three .panel-image-wrapper {
	    right: 0;
	}

        
	.section.features
	{
		padding-left: 0;
		padding-right: 0;  
	}

	.block-column
	{
		width: 100%;
		min-width: 0;
	}

	.block-column + .block-column
	{
		margin-top: 0;
	}

	.feature-block
	{
		padding: 40px;
		text-align: center;
	}

	.feature-block .feature-icon,
	.feature-block.alt .feature-icon
	{
		right: inherit;
		left: inherit;
		top: inherit;
		position: relative;
		display: inline-block;
		transform: none;
	}

	.feature-block .feature-head,
	.feature-block.alt .feature-head
	{
		margin: 30px 0 20px 0;
		text-align: center;
	}

	.feature-block .feature-text,
	.feature-block.alt .feature-text
	{
		margin: 0;
		text-align: left;
	}

        .section.testimonials
	{
		padding-bottom: 100px;
	}

	.test-head-wrapper
	{
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.block-wrapper
	{
		width: 100%;
	}

	.block-block
	{
		display: block;
		margin: 0;
	}

	.block
	{
		padding: 40px 7%;
	}

	.customer-face
	{
		width: 170px;
		height: 170px;
		border-radius: 85px;
		display: inline-block;
		margin-bottom: 40px;
	}

	.customer-quote
	{
		font-size: 15px;
line-height: 21px;
	}

	.customer-name
	{
		font-size: 21px;
	}


	.block-block.block-one,
	.block-block.block-two,
	.block-block.block-six,
	.block-block.block-seven
	{
		display: none;
	}

	.block-three .customer-quote
	{
		background-color: #76ea6e;
	}

	.block-four .customer-quote
	{
		background-color: #70cc45;
	}

	.block-five .customer-quote
	{
		background-color: #53c57f;
	}

	.block-block .block-small
	{
		margin: 30px 20px 50px;
	}

	.block-three .block-small .customer-quote
	{
		background-color: #67D923;
	}

	.block-four .block-small .customer-quote
	{
		background-color: #23D975;
	}

	.block-five .block-small .customer-quote
	{
		background-color: #66E869;
	}

        
	.more-info-head
	{
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.section.more-info .more-info-subhead
	{
		font-size: 1.125em;
		line-height: 1.25em;
		display: block;
		padding: 0 20px;
	}

	.more-info-panel
	{
		padding: 20px 7%;
	}

	.more-info-panel .more-info-buttons > a
	{
		margin: 0 20px 20px;
		float: none;
		display: inline-block;
	}

	.more-info-buttons .apple-light
	{
		margin-right: 20px;
	}
        
        
	.footer-column
	{
		margin-left: 50%;
	}

	.footer-column.footer-logo
	{
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -120px;
	}
}


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

.appStoreLinks
	{
		display: none;
	}

	.nav-item.hide-1024
	{
		display: none;
	}


	.storeLinkMiddle {
		display: block !important;
		display:inline-block !important;
		position: relative;;
		top:60px;
	}
}




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

	.more-info-buttons > .coming-july
	{
		margin: 0 20px;
	}

	.qr-code-holder
	{
		display: none;
	}
        .mpopup-content
	{
		width: auto;
	}
        
}

/* @media only screen and (max-width: 410px) {

	.video-link
	{
		top: auto;
		bottom: 10px;
	}

	.welcome-video-link
	{
		border-radius: 70px;
		padding: 20px 40px;
		font-size: 1em;
		bottom: 80px;
		left: 50%;
		z-index: 5000;
		transform: translateX(-50%);
		width: 300px;
	}

} */

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

	.section.opening-statement a
	{
		width: 100%;
	}	

	/* .welcome-video-link
	{
		border-radius: 70px;
		padding: 20px 40px;
		font-size: 1em;
		bottom: 80px;
		left: 50%;
		z-index: 5000;
		transform: translateX(-50%);
		width: 300px;
	} */

}

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

	.form-panel .form-row > div
	{
		margin-left: 0;
	}

}

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

	.videos .about-block-video .story-video-container
	{
		margin: 5px;
	}

}

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

	.section.contact
	{
		padding-top: 80px;
	}

	.form-row label
	{
		width: 150px;
		text-align: left;
		top: 0;
		left: 0;
		line-height: 30px;
		position: relative;
	}

	.form-row > div
	{
		margin-left: 0;
		text-align: left;
	}

	.contact-form
	{
		width: 100%;
		padding: 30px;
	}

	.form-row > div > input#submit
	{
		width: 100%;
	}

}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  
  
}





/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}

