﻿/* HTML */
html {
	margin:0;
	padding:0;
	-moz-osx-font-smoothing:grayscale;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent;
	-webkit-text-size-adjust:100%
}
body {
	font-family: "Maison Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	line-height:1.5;
		color:#252525;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
	transition:all 0.5s ease;
}
a:hover {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	font-family:"GT Sectra Fine";
}
h2 {
	font-size:2.5rem;
}
blockquote {
	font-size: 120%;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
	margin: 1em 0;
	border-top: 3px dotted rgba(0,0,0,0.25);
	padding-top: 1em;
}
/* FONTS */
@font-face {
 font-family:"GT Sectra Fine";
 src:url("http://ww2.fugue.co/rs/217-SCL-053/images/GT-Sectra-Fine-Book.woff");
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"Maison Neue";
 src:url("http://ww2.fugue.co/rs/217-SCL-053/images/MaisonNeueWEB-Book.woff");
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"Maison Neue";
 src:url("http://ww2.fugue.co/rs/217-SCL-053/images/MaisonNeueWEB-Demi.woff");
 font-weight:bold;
 font-style:normal
}
@font-face {
 font-family:'fugue';
 src:
 url("http://ww2.fugue.co/rs/217-SCL-053/images/fugue.ttf") format("truetype"),
 url("http://ww2.fugue.co/rs/217-SCL-053/images/fugue.woff") format("woff"),
 url("http://ww2.fugue.co/rs/217-SCL-053/images/fugue.svg#fugue") format("svg");
 font-weight:normal;
 font-style:normal
}

.icon {
 font-family:"fugue";
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 line-height:1;
 speak:none;
 text-transform:none
}
/* ICONS */
.icon--logo::before {
 content:"\e900"
}
.icon--facebook::before {
 content:"\e901"
}
.icon--twitter::before {
 content:"\e902"
}
.icon--google::before {
 content:"\e903"
}
.icon--linkedin::before {
 content:"\e904"
}
.icon--rule::before {
 content:"\e905"
}
.icon--close::before {
 content:"\e906"
}
.icon--plus::before {
 content:"\e907"
}
.icon--check::before {
 content:"\e908"
}
.icon--arrow-up::before {
 content:"\e909"
}
.icon--external::before {
 content:"\e90a"
}
.icon--page::before {
 content:"\e90b"
}
.icon--play::before {
 content:"\e90c"
}
.icon--back::before {
 content:"\e90d"
}
.icon--regenerate::before {
 content:"\e90e"
}
.icon--key::before {
 content:"\e90f"
}
.icon--award::before {
 content:"\e910"
}
.icon--cane::before {
 content:"\e911"
}
.icon--health::before {
 content:"\e912"
}
.icon--sun::before {
 content:"\e913"
}
.icon--remote::before {
 content:"\e914"
}
.icon--learn::before {
 content:"\e915"
}
.icon--telephone::before {
 content:"\e916"
}
.icon--register::before {
 content:"\e917"
}
.icon--book::before {
 content:"\e918"
}
.icon--pin::before {
 content:"\e919"
}
.icon--pin-star::before {
 content:"\e91a"
}
.icon--question::before {
 content:"\e91b"
}
.icon--exclamation::before {
 content:"\e91c"
}
.icon--information::before {
 content:"\e91d"
}
.icon--aside::before {
 content:"\e91e"
}
.icon--code::before {
 content:"\e91f"
}
.icon--search::before {
 content:"\e920"
}
.icon--microphone::before {
 content:"\e921"
}
.icon--mail::before {
 content:"\e922"
}
.icon--download::before {
 content:"\e923"
}
.icon--clock::before {
 content:"\e924"
}
.icon--bulb::before {
 content:"\e925"
}
.icon--deploy::before {
 content:"\e926"
}
.icon--money::before {
 content:"\e927"
}
.icon--immutable::before {
 content:"\e928"
}
.icon--container::before {
 content:"\e929"
}
.icon--serverless::before {
 content:"\e92a"
}
.icon--enforce::before {
 content:"\e92b"
}
.icon--change::before {
 content:"\e92c"
}
.icon--eye::before {
 content:"\e92d"
}
.icon--link::before {
 content:"\e92e"
}
.icon--manage::before {
 content:"\e92f"
}
.icon--collaborate::before {
 content:"\e930"
}
.icon--home::before {
 content:"\e931"
}
.icon--sections::before {
 content:"\e932"
}
.icon--calendar::before {
 content:"\e933"
}
.icon--brain::before {
 content:"\e934"
}
.icon--magic::before {
 content:"\e935"
}
.icon--bell::before {
 content:"\e936"
}
.icon--user::before {
 content:"\e937"
}
.icon--tag::before {
 content:"\e938"
}
.icon--heart::before {
 content:"\e939"
}
.icon--support::before {
 content:"\e93a"
}
.icon--browser::before {
 content:"\e93b"
}
.icon--trophy::before {
 content:"\e93c"
}
.icon--ok::before {
 content:"\e93d"
}
/* GRID */
.full-width, .main {
	float: left;
	box-sizing: border-box;
	width: 100%;
}
.full {
	width:100%;
}
.row {
	width: 100%;
	clear: both;
}
.ten {
	width: 10%;
	float: left;
}
.twenty {
	width: 20%;
	float: left;
}
.twenty-five {
	width: 25%;
	float: left;
}
.thirty {
	width: 30%;
	float: left;
}
.thirty-three {
	width: 33.33%;
	float: left;
}
.forty {
	width: 40%;
	float: left;
}
.fifty {
	width: 50%;
	float: left;
}
.sixty {
	width: 60%;
	float: left;
}
.sixty-six {
	width: 66.66%;
	float: left;
}
.seventy {
	width: 70%;
	float: left;
}
.seventy-five {
	width: 75%;
	float: left;
}
.eighty {
	width: 80%;
	float: left;
}
.ninety {
 width:90% float:left;
}
.section {

	width: 100%;

	float: left;
}
.empty {
	padding: 0.01em;
}
.relative {
	position: relative;
}
.pad {
	padding: 0.5em;
}
.padt {
	padding: 0.5em 0;
}
.pads {
	padding: 0 0.5em;
}
.pad2 {
	padding: 2em;
}
.pad2s {
	padding: 0 2em;
}
.pad2t {
	padding: 2em 0;
}
.pad4 {
	padding: 4em;
}
.pad4s {
	padding: 0 4em;
}
.pad4t {
	padding: 4em 0;
}
.pad8t {
	padding: 8rem 0;
}
/* alignments */
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.close i::before {
	content: "ï€";
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.v-off-center {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
}
.narrow {
	width: 769px;
	max-width: 100%;
	margin: auto;
}
.thin {
	font-weight:300;
}
.normal{
	font-weight:400;
}
.underline {
	border-bottom: 1px solid;
}
.medium-title {
font-size:1.8vw;	
}
.large-title {
	font-size: 2.5vw;
	margin-bottom: 0.5em;
}
.huge-title {
	font-size: 5vw;
	text-transform: uppercase;
	padding: 0;
	margin: 0.5em;
}
.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex-center {
  align-self: center;
}
.flex-right {
  flex-flow: row-reverse wrap;
}
.flex-left {
	align-items: left;
}
.flex-column {
  align-content: center;
  align-items: center;
  display: flex;
  float: none;
}

.parallax {
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
}
.parallax-content {
	padding:2em 0;
}
iframe {
	max-width: 100%;
}
.video-container {
  overflow: hidden;
  position:relative;
  padding-bottom:56.67%;
  background:#000;
}
.video-container iframe {
width:100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.upper {
	text-transform:uppercase;
}
.bold {
	font-weight:600;
}
/* COLORS */
.purple {
	color:#78699e;
}
.light-back {
	background-color:#f1f1f1;
}
.dark-back {
	background-color:#252525;
	color:#fff;
}
/* wrapper */
.wrapper {
	max-width: 100%;
	width: 73.75rem;
	margin: 0 auto;
	padding: 0 1em;
	box-sizing:border-box;
}

/* PAGE */
.header {
	background-color: #252525;
	color: #fff;
	font-size: 0.875rem;
}
.header  {
	color:rgba(255,255,255,0.8);
}
.header a:hover {
	color:#fff;
}
.heading {
	font-size: 2em;
	font-weight: 800;
	line-height: 1.2;
}


.logo {
	position:relative;
	font-size:30px;
}
.account-area {
	text-align: right;
}
/* NAVIGATION */
.navigation > ul {
	margin: 0;
	padding: 0;
}
.navigation > ul > li {
	display: inline-block;
	position: relative;
	padding:0 0.5em;
	

}
.navigation > ul > li > a {
	display: block;
	padding: 1em 0;
}

.navigation > ul > li > a:hover::after {
    width: 100%;
}
.navigation > ul > li > a::after {
    content: "";
    background-color: #78699e;
    width: 0;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}
.navigation > ul > li:hover .sub-navigation {
	opacity: 1;
}
.nolink {
	pointer-events: none;
}
.sub-navigation::before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 15px solid transparent;
	position: absolute;
	border-left: 15px solid transparent;
	height: 0;
	width: 0;
	top: calc(0% - 15px);
	left: 50%;
	transform: translatex(-50%);
}
.sub-navigation {
	opacity:0;
	transition:opacity 0.5s ease;
	position: absolute;
	z-index: 1;
	background: #fff;
	color: #252525;
	text-align: center;
	list-style: none;
	margin: auto;
	padding: 1em;
	width: 175%;
	left: 50%;
	top: 100%;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);

	transform: translatex(-50%);

}
.sub-navigation a {
display:block;
}
.sub-navigation a:hover {
	color:#78699e;
}

/* HERO */
.section.hero {
	height: 60vh;
	overflow: hidden;
	position: relative;

}
.white-fade::before {
	content: "";
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


.hero-text h1 {
	font-size: 3.5rem;
	margin:0;
}
.hero-text h2 {
	font-size: 3.5rem;
}
.background-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.background-image {
	width: 100%;
	height: 100%;
	position:relative;
}

.hero-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 60rem;
	max-width:100%;
	margin: auto;
	font-size:1.5rem;
}
.large {
	font-size: 1.8vw;
	line-height: 1.2;
}
.small-title::after {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #78699e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-title {
	font-size: 2.5rem;
	margin:0 0 1em;
}
.small-title {
	position: relative;
	padding: 0 0 1em;
	font-size:.75rem;
	text-transform:uppercase;
}

.blocks .title {
	margin-bottom: 1em;
}
.check-list {
	display: flex;
	flex-flow: wrap;
	padding: 0;
	position:relative;
	margin: 0;
}
.check-list li {
	list-style:none;
	padding-left: 20px;
	position: relative;
}
.check-list li::before {
	content:"\f046";
	position:absolute;
	left:0;
	top:5px;
	color:#00c0f3;
	font-family: fontawesome;
}
.arrow-list {
	margin: 0;
	padding: 0;
}
.arrow-list li {
position:relative;
list-style:none;	
}
.arrow-list li::before {
	content: "\f101";
	font-family: fontawesome;
	color: #00c0f3;
	padding-right: 0.5em;
}
.btn {
	background-color:#6c5d90;
	padding:1.8333333333em 2.5em 1.6666666667em;
	color:#fff;
	border-radius:.3125rem;
	text-shadow: 0 .0625rem 0 rgba(0,0,0,0.2);
	text-transform:uppercase;
	font-weight:600;
	font-size:.75rem;
	letter-spacing: .0833333333em;
}

.btn:hover {
	background-color:#78699e;
	color:#fff;
}
.btn.narrow {
	padding:.9166666667em 1.5833333333em .75em
}
.btn.outline {
	background-color:transparent;
	border:1px solid;
}
.btn.outline:hover {
	background-color:transparent;
}

/* TESTIMONIALS */

#testSlider {
	position: relative;
	margin: 4em auto 0;
}
#testSlider .slick-arrow {
	position: absolute;
	margin: auto;
	left: 0;
	top: 33%;
	font-size:35px;
	cursor:pointer;
	transform: translatey(-50%);
}

#testSlider .slick-arrow:last-child {
	left: 100%;
}
.slider-container .quote {
	width: 70%;
	margin: auto;
	font-size: 1.5rem;
}
.author {
	position: relative;
	padding-top: 5em;
}
.author::before {
	content: "";
	width: 66px;
	height: 4px;
	background-color: #78699e;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 4em;
}
.author-info .title {
	border-left: 1px solid;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

/* RESOURCES */
.resource-box {
	margin: 0 1em;
	height: 100%;
	border: 2px solid #f7f7f7;
}
.resource-box .title {
	font-family: "GT Sectra Fine";
	font-size: 20px;
	line-height: 1.3;
}
.resource-box .inner {
	padding: 1em 2em;
}
.resource-box .small-title {
	margin-bottom: 1em;
}
.featured-image {
	border-bottom: 1px solid #f7f7f7;
}

/* Final CTA */
.conductor {
	background-image:url("http://ww2.fugue.co/rs/217-SCL-053/images/conductor.jpg");
}

/* FOOTER  */
.footer {
	color: rgba(255,255,255,0.3);
}
.footer a:hover {
	color:#fff;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav {
  padding: 0;
  margin: 0;
}
.footer-nav li a {
  padding: 0.5em;
}

.section.top {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.social li {
	font-size: 14px;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin: auto 0.25em;
}
.social li a {
	color: #252525;
}
@media only screen and (min-width: 641px) {
.footer-nav.users {
	text-align: right;
}
.copyright {
	text-align: right;
}

}
@media only screen and (max-width: 800px) {
.section.hero {
    height: 60vw;
    overflow: hidden;
    position: relative;
}
}
@media only screen and (max-width: 640px) {
	 .hide-mobile {
	display:none !important;
}
.ten, .twenty, .twenty-five, .thirty, .thirty-three, .forty, .fifty, .sixty, .sixty-six, .seventy, .seventy-five, .eighty, .ninety {
 width:100%;
}
h2 {
    margin: 0.25em 0;
}
.pad2s {
	padding: 0 0.5em;
}
.pad2 {
	padding: 0.5em;
}
.pad2t {
	padding: 0.5em 0;
}
.pad4s {
	padding: 0 1em;
}
.pad4t {
	padding: 2em 0;
}
.pad8t {
	padding: 2.5rem 0;
}
.video-container {
    margin-bottom: 2em;
}
/* PAGE */
.hero-text h1 {
	font-size: 2.25rem;
}
.hero-text h2 {
	font-size: 2.25rem;
}
.hero-text {
	font-size: 1.1rem;
	padding:0 1em;
	box-sizing:border-box;
}
.section.hero {
	height: calc(100vh / 1.33);
}
#productLine .inner-content {
	margin: 0px 0 2em;
	height: ;
	height: auto;
}
#productLine .relative .inner-content {
	padding-bottom: 100px;
}
.short-list-image {
	bottom: 50px;
}
.large {
	font-size: 6.8vw;
}
.blocks > div {
	margin-bottom: 2em;
}
.footer-nav {
	margin-bottom: 1em;
}
.footer-nav li {
	display: block;
}
.social li {
	display: inline-block;
}
.logo {
	padding: 0.5em;
}
.slider-container .quote {
	font-size: 1rem;
}
.resources > div {
	margin-bottom: 2em;
}
/* NAVIGATION */
.header {
	padding-bottom: 50px;
}
.navigation {
	width: 100%;
	background: #fff;
	position: fixed;
	top: -100%;
	font-size: 14px;
	color: #252525;
	z-index: 999;
	left: 0;
	height:100%;
	overflow:auto;
	transition:all 0.5s ease;
}
.navigation.open {
	top: 0;
}
.navigation.open > ul {
	margin-top: 65px;
}
.navigation > ul > li > a:hover {
	background: #78699e;
}
.navigation > ul > li {
	padding:0;
}
.sub-navigation {
	position: relative;
	box-shadow: none;
	display:none;
	opacity:1;
	background:#f9f9f9;
}
.sub-navigation a {
	display: block;
	padding: 0.5em;
}
.navigation > ul > li {
	display: block;
}
.navigation > ul > li > a.nolink::before {
	content: "\e907";
	font-family: fugue;
	position: absolute;
	right: 25px;
	display: block;
}
.nolink {
	pointer-events: auto;
}
.nolink.open {
	background: #78699e;
	color: #fff;
}

.navigation > ul > li > a.nolink.open::before {
	content: "\e906";
 }
.logo-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1006;
	background: #252525;
}
#mobileToggle {
	display: block;
	position: absolute;
	top: calc(50% + 13px);
	right: 23px;
	transform: translatey(-50%);
	z-index: 1000;
	cursor: pointer;
	height: 25px;
}
#mobileToggle span {
	background: #FFF none repeat scroll 0 0;
	display: block;
	height: 2px;
	width: 24px;
}
 #mobileToggle span::before {
	background: #FFF none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	top: -7px;
	width: 24px;
	transition: all 0.5s ease 0s;
}
#mobileToggle span::after {
	background: #FFF none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	top: 5px;
	width: 24px;
	transition: all 0.5s ease 0s;
}
#mobileToggle.close span{
	background-color:transparent;
}

#mobileToggle.close span::after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateZ(-45deg);

}
#mobileToggle.close span::before {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateZ(45deg);
	
}

}