/* Limited reset */
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

/* html5 display rule */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary{
    display: block;
}

/* For modern browsers */
.cf:before, .cf:after{
    content: "";
    display: table;
}

.cf:after {
  clear:both;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* TYPOGRAPHY
====================================================*/

body {
	font-family: 'Rubik', Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	color: #1b3d6c;
}

h1 {
  font-size: 60px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 2em 0 1em;
}


h2 {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.2173913043;
  margin: 0 0 1.2173913043em 0 ;
  clear: both;
}

h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin: 0 0 1.4736842105em;
}

h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
}

p, ol, ul, dl, address {
	margin: 0 0 1.75em;
}

ul, ol {
	margin: 0 0 1.75em;
	padding-left: 24px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li ul, li ol {
	margin: 0;
}

dl,
dd {
	margin: 0 0 1.75em;
}

dt {
	font-weight: normal;
}

blockquote  {
	margin: 0 0 1.75em;
	padding-left: 24px;
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

b, strong	{
	font-weight: bold;
}

i, em {
	font-style : italic;
}

sup, sub {
	position : relative;
	font-size : 75%;
	line-height : 0;
}

sup {
	top : -.5em;
}

sub {
	bottom : -.25em;
}

address {
	font-style : normal;
}

a {
  color: #1b3d6c;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #8c4b96;
	text-decoration:  none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a[href$=".PDF"], a[href$=".pdf"] {
	padding: 2px 2px 2px 20px;
	background: url(/images/pdficon.png) left center no-repeat;
}

/* STRUCTURE
====================================================*/

/* General */

img {
  height: auto;
}


.inner-full{
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}


.inner-small {
  width: 90%;
  max-width: 825px;
  margin: 0 auto;
  position: relative;
}

.inner-no-margin {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.inner-desktop {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.inner-news-post{
	width: 90%;
	margin: 0 auto;
	position: relative;
	max-width: 750px;
	background-color: #ffffff;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.hidden {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.content-section{
	background-color: #f0f0f0;
}

.content-section-white{
	background-color: #ffffff;
}

/* Header / Nav */
.header {
  height: 110px;
}

header.smaller {
	background-color: #404041;
	transition: all linear 0.2s;
	opacity: 0.9;
}

header.smaller #header.inner-full {
	height: 70px;
}


header.smaller .social-nav {
	margin-top: 17px;
}

#header.inner-full {
	text-align: center;
	height: 100px;
}

#login{
	display: none;
}

input.default {
	font-family: Rubik;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 5px;
	font-size: 12pt;
	outline: 0px;

}

input.default_button {
	background-color: #004b8d;
	color: #ffffff;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	font-family: Rubik;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	transition: all 0.3s;
}

div.default_button {
	display: inline-block;
	background-color: #004b8d;
	color: #ffffff;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	font-family: Rubik;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	transition: all 0.3s;
}

input.default_button:hover, div.default_button:hover {
	background-color: #006bbd;
}


table.guest_upload_files {
	border: 1px solid #dddddd;
	margin-left: 0px;
	margin-right: 10px;
	width: calc(100% - 8px);
	border-radius: 6px;
	overflow: hidden;
}

table.guest_upload_files td {
	padding: 7px;
	line-height: 100%;
}

table.guest_upload_files tr:nth-child(even) td {
	background-color: #f7f7f7;
}

table.guest_upload_files tr:nth-child(odd) td {
	background-color: #fcfcfc;
}

div.guest_upload_target {
	white-space: normal;
	cursor: default;
	box-sizing: border-box;
	border: 1px dashed #aaaaaa;
	padding: 1px;
	background-color: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
	height: 85px;
	border-radius: 6px;
}

div.guest_upload_progress_outer {
	width: 202px;
	border: 1px solid #cccccc;
	height: 16px;
	border-radius: 4px;
	background-color: #fdfdfd;
	box-sizing: border-box;
	padding: 1px;
}

div.guest_upload_progress_inner {
	width: 20px;
	height: 100%;
	background-color: #ff9900;
	overflow: hidden;
	border-radius: 3px;
	transition: all 0.3s;
	color: #ffffff;
	font-size: 8pt;
	text-align: right;
	box-sizing: border-box;
	padding-right: 3px;
	line-height: 14px;
}

div.guest_upload_complete {
	height: auto !important;
}

div.guest_upload_dragover {
	border: 2px dashed #cc3333;
	padding: 0px;
	padding-top: 19px;
	padding-bottom: 19px;
	background-color: #fff4f4;
}


div.inset_div {
	box-shadow: inset 2px 2px 5px -1px rgba(0,0,0,0.1);
	line-height: 100%;
	font-size: 11pt;
	border-radius: 6px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 15px;
}

div.topbar_right {
	position: absolute;
	top: 32px;
	right: 0px;
}

div.topbar_right_button {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #004b8d;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 6px;
	line-height: 24px;
	font-family: Rubik, 'Ubuntu', Arial, Helvetica, Geneva, sans-serif;
	height: 32px;
	cursor: pointer;
	font-size: 12pt;
	background-color: #004b8d;
	color: #ffffff;
	transition: all linear 0.2s;
	margin-left: 10px;
}

div.topbar_right_button:hover {
	border: 1px solid #005bad;
	background-color: #005bad;
}

div.topbar_right_button_light {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #004b8d;
}

div.topbar_right_button_light:hover {
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
}

#login {
	position: absolute;
	top: 5px;
	right: 0;
}

#login td {
	width: 200px;
}

#login input {border:1px solid #999; appearance: none; -webkit-appearance:none;}
#login input:focus {border-color:#333;}
#login input.login_input {display:block; padding:6px 0; text-indent:5px; width:98%;outline: none;}

#login input.blue_button {clear:both; background-color: #969696; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:13px; font-weight: bold; height: 26px; line-height: 26px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#login input.blue_button:hover {background-color:#aaa;}
#login input.blue_button {display:block; width:30%; margin:0; min-width:80px;float: right;}

.form-overlay{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
		bottom: 0;
		right: 0;
		z-index: 10;
		background-color: rgba(0,0,0,0.4);
	}
	.form-inner{
		width: 280px;
		height: 280px;
		padding: 20px;
		left: 50%;
		top: 50%;
		margin-top: -140px;
		margin-left: -140px;
		position: absolute;
		box-sizing: border-box;
		border-radius: 8px;
		display: block;
		background-color: #ffffff;
		font-size: 11pt;
		box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
	}
	.form-overlay .form-inner #login{
			display: block;
			position: static;

	}
	.form-overlay .form-inner #login .login_input{
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.form-overlay .form-inner #login .blue_button{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	.form-overlay .form-inner #form-close{
		position: absolute;
		top: -20px;
		right: -20px;
		height: 36px;
		width: 36px;
		cursor: pointer;
	}

.logo {
  display: block;
  width: 178px;
  height: 50px;
  float: left;
  margin: 25px 0;
}

div.title_banner {
	background-color: #004b8d;
	color: #ffffff;
	padding: 10px 0;
	font-size: 20pt;
}


.social-navigation {
	  position: absolute;
	  top: 25px;
	  right: 60px;
}

.social-nav {
  list-style: none;
  padding: 0;
  width: auto;
  margin-bottom: 0;
  transition: margin-top linear 0.2s;
}

.social-nav:before, .social-nav:after{
    content: "";
    display: table;
}

.social-nav:after {
  clear:both;
}

.social-nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 0px;
}

.social-nav a {
  display: block;
  height: 35px;
  width: 35px;
}

.social-nav a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-nav a[href*="facebook.com"]:before {
  content: url('/images/facebook.svg');
}

.social-nav a[href*="linkedin.com"]:before {
  content: url('/images/linkedin.svg');
}

.social-nav a[href*="twitter.com"]:before {
  content: url('/images/twitter.svg');
}

.social-nav a[href^="mailto:"]:before {
  content: url('/images/mail.svg');
}

.nav-toggle {
	font-size: 30px;
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
 	height: 35px;
 	line-height: 35px;
	text-decoration: none;
 	color: #004b8d;
}

.nav-toggle:hover {
	color: #8c4b96;
}

.main-nav ul {
	clear: both;
	padding: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.main-nav li {
	width: 100%;
	display: block;
	list-style: none;

}

.main-nav li a {
	display: block;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #004b8d;
}

.main-nav li a:hover {
	color: #8c4b96;

}

/* Slider */

.caption.cf h1 {
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 40px;
}

.caption {
	width: 80%;
	max-width: 900px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	margin: 0 auto;
}


.single-slide.cf {
	min-height: 450px;
	position: relative;
	background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-attachment: scroll;
}

.single-slide .inner {
	min-height: 450px;
	position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25
}

.owl-dots {
    position: absolute;
    bottom: 50px;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    height: 14px;
    z-index: 10
}

.owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .4s
}

.owl-dot.active, .owl-dot:hover {
    background-color: #fff
}

/* Home */

#home-intro {
	padding: 20px 0;
	color: #fff;
	background-color: #1b3d6c;
	text-align: center;
}

.two-col-text{
	width:100%;
}

.two-col-text.left {
	width: 100%;
	float: left;
}

.two-col-text.right {
	width: 100%;
	float: left;
}

.page-content-two-col{
	width: 90%;
	padding-top:80px;
	padding-bottom:80px;
	margin: 0 auto;

}

#home-devices {
	padding: 80px 0;
	color: #fff;
	background-color: #8c4b96;
	text-align: center;
}

#home-devices h2 {
	margin: 0;
}

a.download-button {
	position: relative;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	width: 250px;
	color: #004b8d;
	background: #fff;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	margin: 0 5px;
}

a.download-google {
		padding: 15px 30px 15px 30px;
		margin: 0 5px;
}

a.download-apple {
		padding: 15px 30px 15px 30px;
		margin: 0 5px;
}

a.download-button:hover {
	color: #fff;
	background: #004b8d;
}

.d-links {
	width: 340px;
	margin: 0 auto;
}

#devices svg {
	width: 90%;
	margin: 80px 0;
}

img.alignnone.size-full {
	width:100% !important;
	 height:90% !important;
	 display:block;
}

.connect {
	padding: 20px;
	background-color: #1b3d6c;
	color: #fff;
	margin-bottom: 20px;
	margin-top: -40px;
	width:100% !important;
	height:100% !important;
	display:block;
}

#sign-up-form {
	color: #fff;
	background-color: #067bc1;
	max-width: 600px;
}

button.fancybox-close-small {
	margin: 10px;
}

.download-google {
	float: left;
	background: url('/images/download-googleplay.png') no-repeat center center;
	width: 160px;
	height: 45px;
	display: block;
	text-indent:-9999px;
	border:none;
	background-size:cover;
	margin: 20px 0;
}

.download-apple {
	float: left;
	background: url('/images/download-itunes.svg') no-repeat center center;
	width: 160px;
	height: 45px;
	display: block;
	text-indent:-9999px;
	border:none;
	background-size:cover;
	margin: 20px 0;
}

#home-contact {
	padding: 30px 0;
	color: #fff;
	background-color: #1b3d6c;
	text-align: center;
}

.title-bar {
	background: #004b8d;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin: 8px 0 0.5em;
}
#sidebar  {
	width: 90%;
	margin: 0 auto;
}


#sidebar h4 {
	background: #00b9f2;
	color: #fff;
	line-height: 1.2;
	padding: 5px;
	margin-bottom : 0.5em;
}

#sidebar img {
	width: 100%;
	height: auto;
}

.signup {
	background: #e6e6e6;
	padding: 8px;
	margin-bottom: 20px;
}

.compatibility {
	background: #e6e6e6;
	padding: 8px;
	margin-bottom: 20px;
}

.call {
	background: #e6e6e6;
	padding: 8px;
	margin-bottom: 20px;
}

/* Footer */


footer{
	display: block;
	background-color: #1b3d6c;
	padding-top: 30px;
	padding-bottom: 30px;
}

#gform_1 {
	width: 90%;
	margin: 0 auto;
}

.gform_heading {
margin-bottom: 40px;
}

label.gfield_label {
	display: none;
}

.footnotes{
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	clear: left;
	font-size: 0.75rem;
	line-height: 1.25rem;
}

.footnotes a {
	color: #fff;
}

.browserupgrade {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	margin: 0;
	padding: 20px 7.5%;
	text-align: center;
	background: #fcf8e3;
	border-top: 1px solid #faf2cc;
	color: #8a6d3b;
}

.browserupgrade a {
  color: #8a6d3b;
}

#sidebar p {
	margin-bottom: 0;
}

#main-col {
	width: 90%;
	margin: 0 auto;
}

/* MEDIA QUERIES
====================================================*/

/* 768px up - MUMMY BEAR */
@media only screen and (min-width : 48em) {

	.nav-toggle {
	  display: none;
	}

	.main-nav {
		float: right;
		clear: right;
		margin-bottom: 0;
		text-align: center;
	}

	.main-nav ul {
	  margin: 0;
	  border: 0;
	}

	.main-nav ul li {
	  	display: inline-block;
	}

	.main-nav li {
	  width: auto;
	  float: left;
		list-style: none;
		margin-left: 32px;
	}

	.main-nav li a {
	  float: left;
		display: block;
		padding: 0;
		text-decoration: none;
		color: #004b8d;
	}

	.social-navigation {
		position: static;
		float: right;
	}

	.social-nav {
		float: right;
		list-style: none;
		padding: 0;
		margin-top: 10px;
		width: auto;
		margin-bottom: 0;
		transition: margin-top linear 0.2s;
	}

	.content{
		width: 100%;
		padding: 40px 20px 80px;
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	#main-col {
		width: 68%;
		float: left;
		margin-right: 2%;
	}

	.col {
		width: 49%;
	}

	.right-margin {
		margin-right: 2%;
	}

	#sidebar {
		float: right;
		width: 30%;
	}

	.two-col-text.left {
		width: 47%;
		float: left;
		margin-right: 40px;
	}

	.two-col-text.right {
		width: 47%;
		float: left;
		text-align: left;
	}


	.two-col-text.right.img {
		width: 50%;
	}

	.caption.cf h1 {
		color: #ffffff;
		display: block;
		text-align: center;
		margin-top: 0;
		font-size: 60px;
	}

	.single-slide.cf {
		min-height: 600px;
		position: relative;
		background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center center;
		    background-attachment: scroll;
	}

	.single-slide .inner {
		min-height: 600px;
	}

	h2 {
	  font-size: 30px !important;
	  font-weight: 300;
	  line-height: 1.2173913043;
	  margin: 0 0 1.2173913043em 0 ;
	}

	a.download-button {
		font-size: 16px;
		margin: 0 10px;

	}

	#login {
		display: block;
		position: absolute;
		top: 55px;
		right: 0;
	}

}