/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.grey-reverse {
    border:1px solid #808080;
    text-transform: uppercase;
	padding: 10px 20px 7px;
    color: #808080;
    letter-spacing: 0.1em;
    font-size: .85em;
	font-weight: 600;
	background: transparent;
	display: inline-block;
	text-decoration: none;	
}

.grey-reverse:hover {
    border:1px solid #808080;
    text-transform: uppercase;
	padding: 10px 20px 7px;
    color: #808080;
    letter-spacing: 0.1em;
    font-size: .85em;
	font-weight: 600;
	background: transparent;
	display: inline-block;
	text-decoration: none;	
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


html {
    color: #222427;
    font-size: 1em;
    line-height: 1.4;
}

body {
	background: #fff;
	font-family: 'Sailec-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal; 
	-webkit-font-smoothing: antialiased;
	margin: 0px;
}

::-moz-selection {
    background: #f4f4f4;
    text-shadow: none;
}

::selection {
    background: #f4f4f4;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d5e3f5;
    margin: 0px 10px 50px;
    padding: 0;
	width:100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.circletest {
  min-width: 34px;
  min-height: 34px; 
  border-radius: 17px;
  font: normal 16px "Helvetica", arial, sans-serif;
  font-weight: 300;
  font-style:none;
  color:#fff;
  font-family: 'Sailec-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height:1.6em;
  letter-spacing:-0.01em;
  text-align: center;
  background: #000;
  display: table-cell;
  vertical-align:middle;
}

.circletest .circletext {
	margin-top:4px;	
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.container {
   width: 100%;
   margin: 0 auto 0;
   background: #fff;
   position: relative;
}

a {
	text-decoration:underline;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a.more {
	color: #1378fb;
	text-transform:uppercase;
	letter-spacing:0.06em;
	font-size:0.8em;
}

a:hover,
a:focus {
	color: #1378fb;
}

h1 {
	color: #0e1217;
	margin-bottom: 0;
	font-weight: normal;
}

h2 {
	color: #363e47;
	margin: 10px 0;    	
	font-weight: normal;
	font-size: 16px;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}

p, ul {
	color: #696f74;
	font-size: 1em;
	line-height:1.6em;
	letter-spacing:-0.01em;
}

img {
	max-width: 100%;
}

.blue,
.blue.two {
	background: #1378fb !important; 
	border: 1px solid #1378fb !important;
	color: #fff !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: .85em !important;
	font-weight: bold;
	padding: 10px 20px 7px !important;
	display: inline-block !important;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
		cursor: pointer;
}

.blue:hover {
	border: 1px solid #1378fb !important;
	background: transparent !important;
	color: #1378fb !important;
}

.blue.two:hover {
	color: #fff;
	background: #141414;
    border: 1px solid #141414;

}
.blue-reverse {
    border:1px solid #1378fb;
    text-transform: uppercase;
	padding: 10px 20px 7px;
    color: #1378fb;
    letter-spacing: 0.1em;
    font-size: .85em;
	font-weight: 600;
	background: transparent;
	display: inline-block;
	text-decoration: none;	
		cursor: pointer;
}

.blue-reverse-grey {
    border:1px solid #000;
    text-transform: uppercase;
	padding: 10px 20px 10px;
    color: #000;
    letter-spacing: 0.1em;
    font-size: .85em;
	background: #fff;
	display: inline-block;
	text-decoration: none;	
		cursor: pointer;
}

.blue-reverse:hover {
	background: #1378fb;
	border: 1px solid #1378fb;
	color: #fff;
}

#navbar {
	position: fixed;
    background-color:rgba(255, 255, 255, 0.95);
    width: 98.5%;
	height: 35px;
	padding: 10px 20px 0px 20px;
    left: 0;
    right: 0;	
    z-index: 10;
}

#navbar.scrolled {
	border-bottom: 1px solid #eee;
}

#menu-top {
	display: inline-block;
	width: 78%;
    float: right;
    padding-right: 20px;
}

#mobile-menu {
	width: 25px;
	height: 20px;
	margin: 5px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 20px;
    top: 10px;
    position: fixed;
    display: none;   
}

#mobile-menu span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 100%;
    background: #1378fb;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
   -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobile-menu span:nth-child(1) {
  top: 0px;
}

#mobile-menu span:nth-child(2), 
#mobile-menu span:nth-child(3) {
  top: 18px;
}

#mobile-menu.open span:nth-child(3) {
	margin-top: -7px;
}

#mobile-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#logo {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

#logo a {
	text-indent:-99999px;
	background: url("../PICS/web-title-400.png");
	display: block;
	width: 200px;
    height: 25px;
	background-size: contain;
    background-repeat: no-repeat;
}

#primary-nav { 
	display:inline-block;
	vertical-align: middle;
	margin-top:4px;
}

nav a {
	position: relative;
	display: inline-block;
    margin-right: 30px;
	outline: none;
    font-size: 0.95em;
	text-decoration: none;
	color: #000;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.menu-line a {
	padding: 3px 0;
	text-shadow: none;
} 

.menu-line a.mobile {
	display: none;
}

.menu-line a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 3px 0;
	max-width: 0;
	border-bottom: 1px solid #1378fb;
	color: #1378fb;
	content: attr(data-hover);
	-webkit-transition: max-width 0.2s;
	-moz-transition: max-width 0.2s;
	transition: max-width 0.2s;
}

.menu-line a:hover::before,
.menu-line a:focus::before {
	max-width: 100%;
}

#secondary-nav {
	display: inline-block;
    vertical-align: middle;
    float: right;
	margin-top:-3px;
}

#secondary-nav .menu-line a {
	margin-right: 0;
}


.sign-up {
	margin-right: 0;
}

.sign-up.mobile {
	display: none;
}

.sign-up a {
    border:1px solid #1378fb;
	padding: 10px 20px 7px;
    font-size: .85em;
    text-transform: uppercase;
    color: #1378fb;
    letter-spacing: 0.1em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-left: 30px;
}

.sign-up a:hover {
    border:1px solid #1378fb;
    text-transform: uppercase;
    color: #fff;
    background: #1378fb;
}

#landing,
#second,
#fourth,
#fifth,
#sixth,
#content {
	padding: 0px 40px;
}

#landing {
	height: 100%;
	height: 100vh;
    position: relative;
    overflow: hidden;
}

#landing.home {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: center;
    justify-content: center;
}

#landing.home h2 {
    padding-top: 20px;
}

#intro {
    z-index: 3;
    width: 95%;
    margin: 0 auto 0;
    text-align: center;
}

#landing h1 {
	font-size: 3em;
	line-height: 1.3em;
	letter-spacing: -0.02em;
}

#landing h1 span {
	font-size:0.85em;
	color: #364050;
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#content {
	padding-top: 30px;
}

#content-body h1 {
	font-size: 3em;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	width: 70%;
}

#content-body h1 span {
	font-size:1em;
	color: #364050;
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#landing h2 {
	width: 85%;
    font-size: 1.15em;
    line-height: 1.5em;
    padding: 0px 0px 20px 0px;
    margin: 0 auto 0;
}

#landing.secondary {
	height: auto;
	text-align: center;
}

#landing.secondary.flights,
#landing.secondary.expenses {
	padding-top: 100px;
}

#landing.secondary.flights .video,
#landing.secondary.expenses .video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	height: 720px;
    overflow: hidden;
}

#landing.secondary.flights .video .overlay {
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 44%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 44%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 44%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 );
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
}

#landing.secondary.expenses .video .overlay {
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 );
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
}

#landing.secondary .intro {
	z-index: 2;
    position: relative;
}

#landing.secondary.pricing {
	padding-top: 100px;
}

ul.price-list li {
	margin-right: 0;
}

#landing.secondary.template {
	padding-top: 100px;
}

#landing.secondary.flights h1,
#landing.secondary.flights h2,
#landing.secondary.expenses h1,
#landing.secondary.expenses h2,{
	color: #000;
}

#landing.secondary h1 {
	width: 90%;
	margin: 20px auto;
}

#landing.secondary.pricing h1 {
	width: 90%;
}

#landing.secondary.template h1 {
	width: 57%;
	text-align:left;
}

#landing.secondary h2 {
	width: 85%;
	margin: 0 auto 20px
}

#call-to {
	margin: 20px auto 30px;
}

#call-to li {
	margin-right: 20px;
}

#landing-img {
	-webkit-box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	width: 825px;
    height: auto;
	margin: 0 auto 100px;
}

#landing-video {
	-webkit-box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	box-shadow: 0px 7px 25px -6px rgba(0,0,0,0.18);
	width: 100%;
    max-width: 754px;
    height: 394px !important;
	margin: 0 auto 100px;
    position: relative;
    padding: 34px; 
    overflow: hidden;
}

#landing-video  iframe,
#landing-video  object,
#landing-video  embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#second {
	text-align: center;
	padding:0px 100px 40px;
}

#second h2, #third h2, #fourth h2, #fifth h2 {
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:2.5em;
	color: #0e1217;
	line-height: 1.5em;
	letter-spacing:-0.02em;
	padding:0;
	margin-bottom: -10px;
}

#third h2 {
	color: #fff;
}

#second h3, #third h3, #fourth h3, #fifth h3 {
	font-weight: normal;
	font-size:1.1em;
	color:#696f74; 
	line-height:1.5em;
}

#third h3 {
	color: #76818e;
}

#double {
    margin: 30px auto 0px;
}

.splice {
    margin: 0px 20px 0px 20px;
    background: #d5e3f5;
    width: 1px;
    height: 475px;
    display: inline-block;
    vertical-align: middle;
}

#double #left,
#double #right {
	width: 32%;
	text-align: center;
	padding: 0px 50px 40px 50px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#double #left:hover,
#double #right:hover{
	-webkit-box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
	-moz-box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
	box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
	cursor: pointer;
}

#double #left {
	float: left;
}

#double #right {
	float: right;
}

#double #left span.icon {
		
    display: block;
    height: 40px;
    width: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 50px;
    background-position: center;
}

#double #right span.icon {
	
	display: block;
    height: 40px;
    width: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 50px;
    background-position: center;
}

#double #left h2, #double #right h2 {
	font-family: 'Sailec-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0e1217;
	font-size:1.4em;
	letter-spacing:0em;
	margin:20px 0;
}

#third {
    text-align: center;
  	background: #1b212b;
	padding:50px 40px 1px;
	
}

#fullscreen {
	height:100vh;
}

#fullscreen2 {
	height:120vh;
}

.tabs {
  	position: relative;   
  	min-height: 450px;
  	clear: both;
  	margin: 25px 0;
}

.tab {
  	display: inline-block;
}

.tab label {
  	background: transparent; 
  	padding: 15px 80px 12px 80px;
  	border: 1px solid #555e6c;
  	color: #fff;
  	margin-left: -4px; 
  	position: relative;
  	left: 1px; 	
  	width: 150px;
  	cursor: pointer;
	text-transform:uppercase;
	letter-spacing:0.15em;
	font-size:0.8em;
  	-webkit-transition: all .1s ease-out;
  	-moz-transition: all .1s ease-out;
  	-o-transition: all .1s ease-out;
  	transition: all .1s ease-out;
}

.tab label:hover {
  	background: #404957;
  	color: #fff;
}

.tab [type=radio] {
  	display: none !important;   
}

.content {
  	position: absolute;
  	top: 28px;
  	left: 0;
  	background: #1b212b;
  	right: 0;
  	bottom: 0;
  	padding: 20px;
  	width: 95%;
  	height: 90%;
   -webkit-transition: all .2s ease-out;
  	-moz-transition: all .2s ease-out;
  	-o-transition: all .2s ease-out;
  	transition: all .2s ease-out;
}

[type=radio]:checked ~ label {
  	background: #404957;
  	border: 1px solid #555e6c;
  	color: #fff;
  	z-index: 2;
}

[type=radio]:checked ~ label ~ .content {
  	z-index: 1;
}

#third #select,
.why-choose #select,
#select-flights,
#select-expenses {
	margin: 40px auto 80px;
}

#select-flights .sm,
#select-expenses .sm {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px 40px 15px;
}

#select-flights .sm .icon img,
#select-expenses .sm .icon img {
	width: 40px;
	height: auto;
}

.m-h {
	width: 40px;
	height: 40px !important;
	margin-left:-5px;
}

#select-flights .sm .icon,
#select-expenses .sm .icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
}

#select-flights .sm h4,
#select-expenses .sm h4 {
	font-size:1.2em;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

#select-flights .sm p,
#select-expenses .sm p {
	margin-top: 20px;
	color: #fff;
	zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
}

#fourth {
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 40px;
}

#fourth h3 {
	width: 75%;
	margin: 30px auto;
	line-height:1.7em;
}

#fourth .md {
	vertical-align: middle;
	text-align: center;
}

#fourth p {
	padding: 30px 0px 20px;
	width:70%;
	margin: 0 auto;
}

#fourth.feature p {
	width: 90%;
}

#fourth .md .blue-reverse {
	margin-bottom:50px;
}

#fourth .iphone {
	position: relative;
    z-index: 0;
    left: 0;
    right: 0;
    margin-top: -45px;
    margin-bottom: 50px;
    z-index: 1 !important;
}

#fourth.iphone .video {
	position: relative;
	margin-top: 80px;
    margin-bottom: 120px;
}

#fourth.iphone .video video {
	vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 302px;
    height: auto;
}

#fourth.iphone .video img.mobile {
	display: none;
    vertical-align: middle;
    position: relative;
    width: 220px;
    height: auto;
	transform:none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	left:0;
	right:0;
	margin:0 auto 0;
}

#fourth.iphone .video img {
    vertical-align: middle;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 340px;
    height: auto;
}

#fourth.feature {
	padding: 10px 0 30px 0;
	width: 100%;
	position: relative;
}

#fourth.feature.flights .md {
	text-align: left;
	vertical-align: middle;
	width: 47%;
    display: inline-block;
}

#fourth.feature.expenses .md {
	text-align: left;
	vertical-align: top;
	width: 45%;
    display: inline-block;
}

#fourth.feature .text {
	padding-bottom: 40px;
    width: 40%;
    margin-left: 70px;
    vertical-align: top;
    display: inline-block;
}

#fourth.feature .image.one {
    width: 45%;
}

#fourth.feature .image.two {
	margin-left: -50px;
	width: 49%;
}

#fourth.feature.flights .image.two img {
	max-width: 90%;
}

#fourth.feature.expenses .image.one,
#fourth.feature.expenses .image.two {
	text-align: center;
}

#fourth.feature.expenses .image.one img {
	margin-right: -50px;
}

#fourth.feature.expenses .image.one img,
#fourth.feature.expenses .image.two img {
	width: 90%;
    padding-top: 15%;
    max-width: 500px;
}

#fourth.feature h2 {
	font-size: 2em;
	margin-bottom: 20px;
    margin-left:50px;
}
#fourth.feature .md h3 {
	vertical-align: middle;
	font-family: 'Sailec-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0e1217;
	font-size:1.2em;
	line-height:1.4;
	letter-spacing:0em;
	margin: 0px 0 10px;
}

#fourth.feature .md p {
	margin: 0;
    font-size: 0.9em;
}

#fourth.feature .point {
	margin-top: 20px;
}

#fourth.feature .point .copy  {
	width: 85%;
	display: inline-block;
	vertical-align: top;
    padding-bottom:20px;
}

#fourth.feature .point .copy p  {
	padding-top: 0;
}

#fourth.feature .point .icon {
	width 15%;
	height: auto;
	display: inline-block;
	vertical-align: top;	
}

#fourth.feature .point .m-h {
	margin-left: 0;
	height: 35px !important;
}

#fourth.feature .point .icon img{
    width: 30px;
    height: auto;
    display: inline-block;
    margin-right: 15px;
}

#fifth {
    text-align: center;
	padding: 1px 0 60px;
	margin-top:-10px;
}

#fifth .integrations-center {
	width: 35%;
	margin:20px 0 40px;
}

#fifth h3 {
	width: 65%;
	margin: 25px auto;
	line-height:1.7em;
}

#sixth {
	background: #f4f6fa;
	padding:70px 40px;
	text-align: center;
}

#sixth blockquote {
	width: 65%;
	margin: 0 auto;
	padding: 0.25em 10px;
	font-size: 1.2em;
	line-height: 1.5;
	position: relative;
}

blockquote:before {
	font-family: Georgia, Times, 'Times New Roman', serif;
	display: block;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: -40px;
	top: -30px;
	color: #363636;
}

blockquote cite {
	display: block;
	margin: 20px 0;
	font-size:70%;
	font-style: normal;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

#sixth p {
    text-align: center;
    width: 80%;
    margin: 35px auto 25px;
}

#sixth span {
	text-align: center;
	display: block;
    padding-top: 20px;
}

#sixth .quote-center {
	width:10%;
}

#sixth .circle-center {
	border-radius: 50%;
	width:80px;
	margin-bottom:20px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 9px 0px rgba(255,255,255,1);
}

#content #content-nav{
	width: 15%;	
	display: inline-block;
	vertical-align: top;
	margin: 20px 40px 0 0px;
	position: fixed;
}

#content #content-nav ul li {
	display: block;
	margin: 0 0 10px 0px;
	text-align:right;
}

#content #content-nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0.15em;
	font-size:0.8em;
	color:#404040;
	line-height:1.5em;
}

#content #content-nav ul li a:hover {
	color: #1378fb;
}

#content #content-body {
	width: 65%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #d5e3f5;
    padding-left: 45px;
    float: left;
    margin-left: 20%;
}

#content #content-body p {
	font-size:0.95em;
	margin-bottom:30px;
}

#content #content-body p strong {
	font-family: 'Sailec-medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0e1217;
	letter-spacing:0.01em;
}

#content #content-body p a {
	font-family: 'Sailec-medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#content #content-body p.lastupdate {
	text-transform:uppercase;
	font-size:0.8em;
	margin-bottom:150px;
}

#content #content-body ul {
	margin-left:60px;
	font-size:0.95em;
}

#content #content-body ins {
	font-family: 'Sailec-medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #0e1217;
	letter-spacing:0.01em;
}

#content #content-body h2 {
	font-family: 'Sailec-medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:0;
}

#content #content-body ol {
	font-size:0.95em;
	margin-left:60px;
}

#content #content-body ul li {
    margin-bottom:40px;
	color: #696f74;
}

#content #content-body ol li {
    margin-bottom:40px;
	color: #696f74;
	padding-left:10px;
}

#content #content-body ol li ol li {
	color: #696f74;	
}

#call-to-bottom #left,
#call-to-bottom #right {
    color: #fff;
    text-align: center;
	padding: 10px 0px 50px 0px;
    width: 50%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

#call-to-bottom #left {
    float: left;
	background: #303740;;
}

#call-to-bottom #right {
	background: #1b212a;
}

#call-to-bottom #left h2,
#call-to-bottom #right h2 {
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.8em;
	color: #fff;
	margin-bottom:-1px;
	font-weight:normal;
}

#call-to-bottom #left p,
#call-to-bottom #right p {
	letter-spacing:0.02em;
	font-size:0.9em;
	color: #fff;
	padding: 0 90px;
	text-align:center;
	margin:0px 0 25px 0;
	zoom: 1;
		filter: alpha(opacity=50);
		opacity: 0.5;
}

#call-to-bottom .white {
	border: 1px solid #fff;
	text-transform: uppercase;
	background: none;
	letter-spacing: 0.1em;
	color: #fff;
	font-size:0.9em;
	padding: 10px 30px 7px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


#call-to-bottom .white:hover,
#call-to-bottom .white:focus { 
	background: #fff;
	color: #1b212a;
}



footer a {
	text-decoration: none;
	color: #000;
}

footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d5e3f5;
    margin: 20px 0px 5px;
    padding: 0;
    width: 95%;
}

footer .sm li  {
    display: block;
	font-size:0.85em;
	color:#404040;
	line-height:1.5em;
}

footer .sm li a {
	color: #696f74;
}

footer .sm li a:hover {
	color: #1378fb;
}

footer ul li {
    margin: 0;
}

footer .sm {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

footer .md {
	display:inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
	width: 30%;
	margin-top:4px;
}

footer h3 {
	font-family: 'Sailec-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 5px 0px 5px 0px;
	font-size:0.75em;
	letter-spacing:0.15em;
	color: #1b212a;
	text-transform:uppercase;
}

footer .md a {
	font-size:1.4em;
	font-size:1.4;
	text-decoration: none;
	display: block;	
	color: #696f74;
	padding-top:10px;
}

footer .md a:hover,
footer .md a:focus {
	color: #1378fb;
}

footer .md span {
	color: #939599;
}

footer .copyright {
	clear:both;
	text-align:center;
	margin-top: 20px;

	padding-top:20px;
	font-size:0.8em;
	color: #000000;
}

#menu li {
	padding-bottom: 5px;
}

#pricing {
    padding: 0px 160px 40px 160px;
}

#pricing #left,
#pricing #right {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px 20px 10px 20px;
    border-top: 1px solid #1378fb;
    background: #f4f6fa;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	-webkit-box-shadow: 0px 0px 57px 5px rgba(255,255,255 .0);
	-moz-box-shadow: 0px 0px 57px 5px rgba(255,255,255 .0);
	box-shadow: 0px 0px 57px 5px rgba(255,255,255 .0);
}

#pricing #right {
	background: #fff;
    border-top: 1px solid #9ac0fc;
	-webkit-box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
	-moz-box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
	box-shadow: 0px 0px 22px 1px rgba(236,236,236,0.81);
}

#pricing #left {
	float: left;
}

#pricing #right {
	float: right;
}

#pricing h3 {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.8em;
	font-weight:normal;
}

#pricing #left h1 {
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:120px;
	line-height:150px;
    color: #1378fb;
	margin: 0;
	padding:0;
	display: inline-block;
	vertical-align: top;
}

#pricing #left h1 span {
	font-size:20px;
	font-family: 'Sailec-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: top;
	line-height:50px;
	display: inline-block;
}

#pricing #right h1 {
	font-family: 'Sailec-thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:120px;
	line-height:150px;
    color: #1378fb;
	margin: 0;
	padding:0;
	display: inline-block;
	vertical-align: top;
}

#pricing #right h1 span {
	font-size:20px;
	font-family: 'Sailec-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: top;
	line-height:50px;
	display: inline-block;
}

#pricing h2 {
	font-weight:normal;
	font-size:1.2em;
	margin: 0;
	padding:0;
	margin-top:-10px;
}

#pricing p {
	font-size: 0.85em;
}

#pricing h4 {
	font-family: 'Sailec-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.8em;
	line-height:1.2em;
	padding:20px 0 5px;
}

#pricing .blue {
	margin:0;
	margin-bottom:20px;
}

#pricing hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbdcf8;
    margin: 20px auto;
    padding: 0;
    width: 100%;
}

#pricing ul {
	padding: 0px 10px 10px 10px;
	width: 70%;
	margin: 0px auto 20px;
    text-align: center;
	font-size:0.9em;
}

#pricing ul li {
	text-align: center;
	padding:10px 0;
	display:block;
	border-bottom:1px solid #fff;
}

#pricing ul li:before {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.note {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size:0.85em;
	line-height:1.7em;
	display: block;
	padding-bottom: 40px;
}


.faq #select-expenses .sm h4 {
	font-size:1.1em;
	font-weight: normal;
	color: #222427;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

.faq #select-expenses .sm p {
	font-size:0.9em;
	margin: 15px 0px 30px;
	color: #222427;
}

#demo-form {
	margin: 0 auto;
	text-align:center;
}


#demo-form .typeform-widget {
    margin: 0 auto 0;
}

input {
    background: #f7fafc !important;
    border: 1px solid #dee3e9 !important;
    padding: 10px !important;
    margin: 5px 0px 10px 0px !important;
    /*display: block !important;*/
    font-size: 14px !important;
    font-family: 'Sailec-Regular' !important;
}

input::selection {
	background: #acdbfb;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */


@keyframes planeOne {
  0% {
    transform:  translate(72px,-47px)  ;
  }
  100% {
    transform:  translate(-65px,-110px)  ;
  }
}

@-moz-keyframes planeOne {
  0% {
    -moz-transform:  translate(72px,-47px)  ;
  }
  100% {
    -moz-transform:  translate(-65px,-110px)  ;
  }
}

@-webkit-keyframes planeOne {
  0% {
    -webkit-transform:  translate(72px,-47px)  ;
  }
  100% {
    -webkit-transform:  translate(-65px,-110px)  ;
  }
}

@-o-keyframes planeOne {
  0% {
    -o-transform:  translate(72px,-47px)  ;
  }
  100% {
    -o-transform:  translate(-65px,-110px)  ;
  }
}

@-ms-keyframes planeOne {
  0% {
    -ms-transform:  translate(72px,-47px)  ;
  }
  100% {
    -ms-transform:  translate(-65px,-110px)  ;
  }
}

#plane-one {
	position: absolute;
	display: block;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
	right: 0;
    top: 200px;
	z-index: 1;
	display: none;
}

#receipts{
	position: absolute;	
    bottom: -100px;
    right: -30px;
    display: block;
    width: 500px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
} 
 

 
/* XERO */

#fifth.xero {
    padding-bottom:0;
}

img.trippeo-xero {
    padding-bottom: 50px;
}

#xero-connect {
    width: 50%;
    margin: 50px auto 100px;
}

#xero-connect h1,
#xero-connect .step {
    display: inline-block;
    vertical-align: top;
}

#xero-connect h1 {
    width: 10%;
    margin-top: 13px;
    text-align: left;
}

#xero-connect .row {
    padding: 20px 0;
    margin: 40px 0;
}

#xero-connect .step {
    width: 89%;
}

#xero-footer {
    padding: 40px 0;
    background: #eee;
    text-align: center;
}

#xero-footer img {
    width: 150px;
}

.xero-int h2 {
    margin-bottom: 40px !important;
}

  .xero-int {
        padding-bottom: 50px;
    }

/* ==========================================================================
   Responsive Styles 
   ========================================================================== */
@media screen and (min-width: 1300px) {
	#landing.secondary .video video {
		width: 100%;
	}
} 

@media screen and (max-width: 1220px) {
	nav a {
		margin-right: 15px;
	}
	#logo {
		width: 200px;
	}
	#fourth.feature p {
		width: 100%;
	}
	#fourth.feature .point .copy {
  	    width: 87%;
    }
    #fourth.feature .image.one,
    #fourth.feature .image.two {
	    width: 47%;
	    padding-top: 10%;
    }
    #fourth.feature .image.one img,
    #fourth.feature .image.two img {
	    max-width: 130%;
    }
    #fourth.feature .md h3 {
	    font-size: 1.2em;
    }
    #fourth.feature .point .icon img {
    	width: 20px;
		margin-right: 10px;
	}
	#fourth.feature .text {
		margin-left: 40px;
	}
}
@media screen and (max-width: 1101px) {
	#menu-top {
		width: 76%;
	}
	#plane-one {
		right: -50px;
	}
	#receipts {
		right: -150px;
	}
	#taxi {
		left: 350px;
	}
	.sign-up.mobile {
		display: inline-block;
	}
	.sign-up.full {
		display: none;
	}
}


@media screen and (max-width: 950px) {
	#landing h1 {
		font-size: 2.4em;
	}
	#logo {
		width: 170px;
		padding-top: 5px;
	}
    #menu-top {
       padding-top: 5px;
    }
	#logo a {
		width: 150px;
	}
	nav a {
		margin-right: 20px;
		font-size: .85em;
	}
	
	#double #left, 
	#double #right {
		width: 30%;
	}
	#select-flights .sm, #select-expenses .sm {
	    width: 36%;
	    padding: 0px 40px 10px;
	}
	#select-flights .sm .icon img, 
	#select-expenses .sm .icon img {
		width: 25px;
	}
	#fourth.feature .image.one,
    #fourth.feature .image.two {
	    width: 45%;
	    padding-top: 10%;
    }
}
   
@media screen and (max-width: 860px) {
	#mobile-menu {
		display: block;
		z-index: 2000;
	}
	#menu-top {
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 1;
		z-index: 1000;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		position: fixed;
		display: none;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	#menu-top.open {
		display: block;
	}
	#menu-top #primary-nav {
		width: 100%;
		margin: 10px auto 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	#menu-top #primary-nav .menu-line {
		width: 80%;
		margin: 0 auto 0;
		text-align: center;
	}
	#menu-top #primary-nav .menu-line a {
		display: block;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	#menu-top #secondary-nav {
		float: none;
		width: 100%;
	}
	#menu-top #secondary-nav .menu-line {
		width: 80%;
		margin: 0 auto 0;
		text-align: center;
	}
	#menu-top #secondary-nav .menu-line a {
		display: block;
		width: 100%;
		text-align: center;
	}
	#menu-top #secondary-nav .sign-up.mobile {
		display: block;
	    position: inherit;
	}
	#menu-top #secondary-nav .sign-up a {
		margin: 10px auto 0px;
        width: auto;
        text-align: center;
	}
	#menu-top #primary-nav .menu-line a::before,
	.menu-line a::before {
		display: none;
	}
	#navbar {
		padding: 10px 20px 10px;
	}
	.menu-line a.mobile {
		display: block;
	}
	#logo {
		padding-top: 0;
	}
	#logo a {
		width: 130px;
		height: 27px;
	}
	hr {
		margin: 0 auto 0;
	}
    .blue-reverse, 
	.blue, 
	.blue.two {
		width: auto;
	}
	#landing .blue-reverse, 
	#landing .blue, .blue.two {
	    width: 50%;
	    margin: 0 auto 15px;
    }
	#plane-one {
		right: -300px;
	    top: 300px;
	}
	#landing {
		height: auto;
	}
	#landing.secondary {
		height: auto;
		padding-top: 70px;
	}
	#landing.secondary.pricing {
		padding: 100px 40px 10px 40px;
		margin: 0 auto 0;
	}
	#landing.secondary.pricing h1 {
		width: 100%;
	}
	#landing.secondary.pricing h2 {
		margin-bottom: 0;
	}
	#landing h1 {
		width: 100%;
	}
	#landing.secondary h1 {
	    font-size: 30px;
	    line-height: 35px;
	    width: 95%;
	    margin: 0px auto 0px;
    }
	#landing h2 {
		width: 100%;
		font-size: 1em;
	}
	#landing.secondary h2 {
    	width: 100%;
    }
	#landing.secondary.flights .video video,
    #landing.secondary.expenses .video video {
		height: 460px;
	}
	#landing.secondary #landing-img img{
		width: 100%;
		height: auto;
	}
    #landing-video iframe {
        width: 100%;
    }
    #landing-video {
        height: 300px !important;
        margin: 0 auto 40px;
        max-width: 586px;
    }
	#landing-img {
		width: 100%;
	    height: auto;
	    margin: 0 auto 40px;
    }
    #landing.secondary #call-to li {
	    width: 100%;
	}
	#intro {
		position: relative;
		z-index: 1;
		margin: 80px auto 20px;
	}
	#receipts, 
	#taxi {
		display: none;
	}
	#intro ul li {
		width: 100%;
		display: block;
	}
	.blue-reverse,
	.blue, 
	.blue.two {
		display:block;
        text-align: center;
        margin-bottom: 10px;
	}
	#second {
		margin-top: 50px;
	}
	#second h2, 
	#third h2, 
	#fourth h2, 
	#fifth h2 {
		font-size: 1.5em;
		line-height: 1.4em;
		text-align: center;  
	    margin-bottom: 20px;
	}
	#second h3, 
	#third h3 {
		font-size: 1em;
	}
	.splice {
		display: none;
	}
	#double {
		margin: 30px auto 0px;
	}
	#double #left,
	#double #right {
		width: inherit;
		padding: 0px 10px 0px 10px;
	}
	#double #left span.icon,
	#double #right span.icon {
		width: 98px;
		height: 90px;
	}
	body.home #third {
		height: 100vh;
		overflow: hidden;
	}
	body.home #third #select {
		height: 100vh;
	}
	#third {
		padding: 20px;
		height: auto;
	}
	#third.why-choose,
	#third.faq {
		height: auto;
	}
	#third #select {
		margin: 30px auto 0px;
		width: 100%;
		padding: 0;
	}
	#third #select, 
	.why-choose #select,
	#select-flights,
	#select-expenses {
		 width: 100%;
	 }
	#select-flights .sm, 
	#select-expenses .sm {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
	#select-flights .sm h4, 
	#select-expenses .sm h4 {
		font-size: 0.8em;
	}
	#select-flights .sm .icon img, 
	#select-expenses .sm .icon img {
		width: 25px;
	}
	#fourth.iphone .blue {
		margin: 20px auto 30px;
	}
	#fourth.iphone .video video {
		width: 200px;
	}
	#fourth.iphone .video img {
		width: 226px;
	}
	.content {
		height: 100%;
		padding: 0;
	}
	.tab label {
		padding: 8px 41px 5px;
		text-align: center;
		width: inherit;
	}
	#fourth {
		width: 100%;
		padding: 0;
		text-align: center;
	    margin: 20px auto 0px;
	    overflow: hidden;
	}
	#fourth .md,
    #fourth.feature .md {
	    width: 48%;
	    float: left;
	    margin-left: 20px;
    }
    #fourth.feature .md h2 {
	    text-align: left;
    }
	#fourth.feature .image.two {
    	display: none; 
    }
    #fourth.feature .text.two {
	    width: 100%;
    }
    #fourth.feature.expenses .image.one {
		text-align: inherits;
	}
	#fourth.feature.expenses .image.one img {
		margin: 0 auto 0;
		max-width: 80%;
	}
    #fourth.iphone .md {
	    width: 80%;
		float: none;
		margin: 0 auto 0;
    }
    #fourth.iphone .video {
	    margin: 90px auto 90px;
    }
	#fourth p {
		padding: 10px 0px 0px;
	}
	#fourth.feature .point .copy {
		width: 85%;
	}
	#fifth {
		padding: 30px 0 30px 0;
	}
	#sixth .quote-center {
    	width: 70px;
    }
	#pricing {
		padding: 0;
	}
	#pricing #left, 
	#pricing #right {
		width: 80%;
	    margin: 0 auto 0;
	    float: none;
	    display: block;
	}
	.note {
		width: 90%;
        margin: 40px auto 0;
	}
	#content {
		padding-top: 0 30px;
	}
	#content #content-nav {
	    width: 100%;
	    display: block;
	    vertical-align: top;
		margin: 0;
	    position: inherit;
	    border-bottom: 1px solid #d5e3f5;
        padding-bottom: 20px;
    }
    #content #content-nav ul li {
 	   display: inline-block;
 	   margin: 0 10px 0 0;
    }
    #content #content-body {
	    width: 100%;
	    margin-left: 0;
	    border-left: none;
	    padding-left: 0;
    }
    
    #content #content-body h1 {
	    width: 100%;
    }
    #content #content-body ol {
	    margin-left: 0;
	    padding-left: 15px;
    }
    #content #content-body ol li {
	    margin-bottom: 20px;
    }
	#call-to-bottom #left, 
	#call-to-bottom #right {
		width: 100%;
	}
	#call-to-bottom #left p, 
	#call-to-bottom #right p {
		padding: 0 20px 10px;
	}
	#call-to-bottom #left h2,
	#call-to-bottom #right h2 {
		width: 90%;
	    margin: 20px auto;
	}
	footer .sm {
		width: 47%;
	    margin-bottom: 20px;
	}
	footer .md {
		float: none; 
		width: 100%;
		text-align: left;
		margin-top: 40px;
	}
    #xero-connect {
         width: 100% !important;
         margin: 20px auto 20px;
    }

    #xero-connect .step p {
        text-align: left;
    }

    .xero-int h3 {
        text-align: left;
    }
 
}   

@media screen and (max-width: 700px) { 
	#landing h1 {
		font-size: 1.6em;
	}
	#landing .blue-reverse, 
	#landing .blue, .blue.two {
	    width: 85%;
	    margin: 0 auto 15px;
    }
	#fourth.feature.expenses .md,
	#fourth.feature.flights .md {
		width: 100%;
	}
	#fourth.feature .image.one {
		position: relative;
		padding: 0;
		right: 0;
		text-align: center;
		margin-left: 0;
	}
	#fourth.feature .image.one img{
		max-width: 80%;
	}
	#fourth.feature h2 {
		font-size: 1.5em;
	}
	#fourth .md,
	#fourth.feature .md {
		margin-left: 10px;
	}
	#landing {
		padding: 0px 20px;
	}
	#landing.secondary h2 {
		margin: 10px auto 0px
	}
	#navbar {
		padding: 10px 8px 0px;
	}
	#intro {
		margin: 40px auto 20px;
	}
	#landing.secondary #landing-img iframe,
	#landing.secondary #landing-img img{
		height: auto;
	}
    #landing-video iframe {
        width: 100%;
    }
    #landing-video {
        height: 122px !important;
        max-width: 269px;
    }
	#landing-img {
	    height: auto;
    }
	#second h2, #third h2, #fourth h2, #fifth h2 {
		font-size: 1.3em;
	}
	#second h3, #third h3 {
		font-size: .8em;
	}
	#landing.secondary.flights .video video, 
	#landing.secondary.expenses .video video {
		display: none;
	}
	#landing.secondary.flights, 
	#landing.secondary.expense {
		padding-top: 60px;
	}
	#landing.secondary h1 {
		font-size: 25px;
	}
	#demo-form iframe {
		width: 100%;
	}
}

@media screen and (max-width: 550px) { 
	#second {
		 padding: 0px 15px 15px 15px;
	}
	#double #left span.icon,
	#double #right span.icon {
		margin: 30px auto 30px;
	}
	body.home #third #select {
		height: auto;
	}
	#fourth.iphone .md {
		width: 90%;
	}
	#fourth h3,
	#fifth h3  {
		width: 100%;
		font-size: .95em;
	}
	#second h2, 
	#third h2, 
	#fourth h2, 
	#fifth h2 {
		margin-bottom: 0;
	}
	#fourth h3 {
		margin: 20px auto;
	}
	#fourth.feature .md {
		width: 100%;
	}
	#fifth {
		padding: 15px 15px 0 15px;
	}
	#fifth .integrations-center {
		width: 90%;
	}
	#sixth blockquote {
		width: 85%;
	}
	#call-to-bottom #left, 
	#call-to-bottom #right {
		padding: 10px 0px 40px 0px;
	}
	#call-to-bottom #left h2, 
	#call-to-bottom #right h2 {
	    width: 90%;
	    margin: 20px auto 10px;
	    font-size: 1.4em;
    }
    #call-to-bottom #left p, 
    #call-to-bottom #right p {
   		padding: 0 10px 0px;
    }
    #fourth.feature .image.one, 
    #fourth.feature .image.two {
	    width: 100%;
	    padding-top: 0;
	    position: inherit;
	    right: 0;
	    left: 0;
    }
    #fourth.feature .image.one img, 
    #fourth.feature .image.two img {
	    max-width: auto;
	    margin: 0;
    }
    #fourth.iphone .video {
	    margin: 0px auto 50px;
    }
    #fourth.iphone .video video,
    #fourth.iphone .video img.iphone-center {
	    display: none;
    }
    #fourth.iphone .video img.mobile {
		display: inherit;
	}
    footer {
	    padding: 30px 25px 25px;
    }
    .why-choose #select-expenses,
    .faq #select-expenses  {
	    margin-bottom: 0;
    }
    #content #content-nav ul li {
	    display: block;
	    text-align: left;
    }
    #content-body h1 {
	    font-size: 2.2em;
    }
}

@media screen and (max-width: 380px) {
    #landing-video {
        height: 130px !important;
    }
    body.home #third #select {
        height: 900px;
    }
    .tab label {
        padding: 8px 21px 10px;
    }
}

#note {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    background: #97cf68;
    text-align: center;
    line-height: 3.5;
    overflow: hidden; 
}

#note p {   
    color:#fff;
    width: 90%;
    margin: 15px auto 15px;
}

#note a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#note a:hover {
    color: #346809;
}


@media not all and (-webkit-min-device-pixel-ratio:0)
{  
   #note {
    transform: translateY(-60px);
    animation: slideDown 1s 1.0s 1 ease forwards;
    -webkit-transform: translateY(-60px);
    -webkit-animation: slideDown 1s 1.0s 1 ease forwards;
    -moz-transform: translateY(-60px);
    -moz-animation: slideDown 1s 1.0s 1 ease forwards;
    -o-transform: translateY(-60px);
    -o-animation: slideDown 1s 1.0s 1 ease forwards;
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{  
   #note {
    transform: translateY(-60px);
    animation: slideDown 1s 1.0s 1 ease forwards;
    -webkit-transform: translateY(-60px);
    -webkit-animation: slideDown 1s 1.0s 1 ease forwards;
    -moz-transform: translateY(-60px);
    -moz-animation: slideDown 1s 1.0s 1 ease forwards;
    -o-transform: translateY(-60px);
    -o-animation: slideDown 1s 1.0s 1 ease forwards;
    }
}

@media not screen and (1)
{  
   #note {
    transform: translateY(-60px);
    animation: slideDown 1s 1.0s 1 ease forwards;
    -webkit-transform: translateY(-60px);
    -webkit-animation: slideDown 1s 1.0s 1 ease forwards;
    -moz-transform: translateY(-60px);
    -moz-animation: slideDown 1s 1.0s 1 ease forwards;
    -o-transform: translateY(-60px);
    -o-animation: slideDown 1s 1.0s 1 ease forwards;
    }
}


#close {
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 15px;
    border: 0 !important;
}

@-webkit-keyframes slideDown {
    0% {-webkit-transform: translateY(-60px);}
    100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0% {-webkit-transform: translateY(-60px);}
    100% { -webkit-transform: translateY(0px); }
}

@keyframes slideDown {
    0% {-webkit-transform: translateY(-60px);}
    100% { -webkit-transform: translateY(0px); }
}

@-o-keyframes slideDown {
    0% {-webkit-transform: translateY(-60px);}
    100% { -webkit-transform: translateY(0px); }
}
     
   
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


