@keyframes fadein-main {
	from {
		opacity: 0;
	}
	to {
		opacity: 100;
	}
}

@keyframes move-img {
	from {
		transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
	}
	to {
		transform: translate(0, -8px);
		-webkit-transform: translate(0, -8px);
	}
}

@keyframes move-txt {
	from {
		transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}
	to {
		transform: translate(0, 15px);
		-webkit-transform: translate(0, 15px);
		opacity: 1;
	}
}

html {
	font-size: 10px;
	/*Sets multiplier for REM font sizes*/
}

#site-header .container,
#focal .container {
	padding: 0;
	border-bottom: none;
}

#site-header .navbar,
#site-header .navbar-header {
	border-radius: 0px;
}

.page-hero .focal-main-text {
	text-align: left;
	position: absolute;
	bottom: 15%;
	left: 0px;
	animation-name: fadein-main;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
}

#focal.page-hero.fullpage,
#focal.page-hero.halfpage {
	margin-top: -94px;
	padding-top: 94px;
	overflow: initial;
}

.halfpage {
	min-height: 250px;
	height: 50vh;
}

.jumbotron .p,
.jumbotron li,
.jumbotron p {
	font-weight: 300;
	font-size: 1.7rem;
}

.lead li,
.lead p,
.lead td,
li.lead,
p.lead,
table.lead td,
td.lead {
	font-size: 2.2rem;
	/*line-height: 2.7rem;*/
}

.jumbotron p {
	margin-bottom: 1.5rem;
	font-size: 1.7rem;
}

.page-hero .focal-main-text h1 {
	color: #ffffff;
	font-weight: 200;
	font-size: 4rem;
	/*line-height: 4.7rem;*/
	margin-top: 0;
}

.page-hero .focal-main-text h1 ~ p {
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: 300;
}

.page-hero .text-box p {
	font-size: 1.4rem;
}

.fullpage #page-navbar,
.halfpage #page-navbar {
	z-index: 1;
}

#page-navbar,
.page-navbar {
	padding-bottom: 0;
	overflow: visible;
	background-color: #0A2240;
}

#page-navbar .nav li.active,
#page-navbar .nav li:active,
.page-navbar .nav li.active,
.page-navbar .nav li:active {
	background: #253746 !important;
	border-bottom: 1px solid #fff;
}

#page-navbar .nav li a:active,
#page-navbar .nav li a:focus,
#page-navbar .nav li a:hover,
.page-navbar .nav li a:active,
.page-navbar .nav li a:focus,
.page-navbar .nav li a:hover {
	background: #5B6770;
}

#subNav {
	background: #253746;
	margin: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
}

#subNav p,
#subNav a,
#subNav a:visited {
	font-size: 1rem;
	color: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 2.5rem;
}

.breadcrumb {
	color: #eee;
	padding: 4px 0;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.page-hero {
	/*background: url(../images/focal.jpg) no-repeat top center;
	background-size: cover;*/
}

h1.pagetitle {
	font-size: 3rem;
	font-weight: lighter;
	color: #0033a1;
	margin: 0 0 2rem 0;
	line-height: 1.2;
}

.noBreak {
	display: inline-block;
}

h1.pagetitle span.valueProp {
	font-size: 4.8rem;
}

div.section {
	/*overflow:hidden;*/
}

div.container {
	padding: 5rem 0;
	border-bottom: 1px solid #ddd;
}

.container p:last-child {
	margin-bottom: 0;
}

.section h2.lead,
.section h3.lead,
.section h4.lead,
.section h5.lead {
	color: #0033a1;
}

h2.lead {
	margin-top: 0;
}

a,
a:visited {
	color: #008BAC;
}

a:hover {
	color: #0A2240;
}

blockquote {
	margin: 5rem 10rem;
	padding: 3rem;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 300;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-radius: 30px;
}
#testimonials blockquote{
	margin:3rem 0;
}

#overview.section,
#downloads.section {
	/*padding: 5rem 0;*/
}

#overview.section .container:first-child {
	margin-top: 15px;
}

#overview img.example {
	margin: 2rem 0;
}

#training.section {
	/*padding: 5rem 0;*/
}

#training .options {
	text-align: center;
	margin-top: 5rem;
}

#training .fa {
	font-size: 12rem;
	margin: 1.5rem 0;
}

#training .options p {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	/*line-height: 2.3rem;*/
}

#training a,
#training a:visited {
	color: #0A2240;
	text-decoration: none;
}

#training a:hover :not(.desc) {
	color: #008BAC;
}

#training a:hover :not(i):not(.desc) {
	text-decoration: underline;
}

#training a .desc {
	color: #333;
}

#training .support a i {
	font-size: 10rem;
}

#training .support a:first-child i {
	margin-right: 3rem;
}

#callout1 .container,
#callout2 .container,
#knowmore .container {
	border: none;
}

.section-cloud-bkgd {
	background: url(/main/corporate/images/general/cloud-bkgd.jpg) no-repeat center center;
	background-size: cover;
}

.section-bg.section-cloud-bkgd .container {
	background: rgba(255, 255, 255, .9);
	padding-top: 4rem;
}

a.btn.standard,
a.btn.standard:visited {
	border: 1px solid #0067ba;
	background-color: transparent;
	color: #0067ba;
	border-radius: 6px;
}

a.btn.standard:hover {
	color: #ffffff;
	background-color: #0067ba;
}

#knowmore a.btn.standard,
#knowmore a.btn.standard:visited {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	border-radius: 6px;
}

#knowmore a.btn.standard:hover {
	color: #ffffff;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.4);
}

#coverages div.row > div {
	margin-bottom: 3rem;
}

#knowmore {
	background: url(/main/corporate/images/global/blue-clouds.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

#knowmore .container {
	width: 50%;
}

#knowmore .container.reset {
	width: auto;
}

#knowmore h2.lead,
#knowmore p {
	color: #ffffff;
}

#knowmore p {
	font-size: 2rem;
	font-weight: lighter;
}

#knowmore table {
	width: 100%;
}

#knowmore table td {
	padding: .8rem 0;
}

#knowmore input,
#knowmore select {
	color: #999;
	padding: 0 1.2rem;
	font-size: 2.5rem;
	border: none;
	width: 100%;
	font-weight: 300;
}

#knowmore select {
	-webkit-appearance: none;
	padding-top: 0;
	padding-bottom: 0;
}

#knowmore td.submit {
	width: 25%;
}

#knowmore button[name=requestInfoSubmit] {
	background-color: #0A2240;
	color: #ffffff;
	border: none;
}

#knowmore button[name=requestInfoSubmit]:hover {
	background-color: #008BAC;
	border: none;
}

#knowmore .form-group {
	margin-bottom: 20px;
}

#knowmore .form-group.col-sm-6,
#knowmore .form-group.col-xs-12 {
	padding-left: 10px;
	padding-right: 10px;
}

#knowmore .form-group button {
	width: 100%;
}

#knowmore div.FDisc.popup {
	position: absolute;
	display: none;
}

#knowmore div.FDisc .BKGD {
	position: absolute;
	z-index: 1;
}

#knowmore div.FDisc.popup .Absolute-Center {
	background-color: transparent;
	z-index: 2;
}

#knowmore a:not(.btn),
#knowmore a:not(.btn):visited {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px solid #ffffff;
}

#knowmore a:not(.btn):hover {
	border-bottom: none;
}

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

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

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

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

#video.section {
	/*padding: 5rem 0;*/
}

#video .container {
	/*padding-bottom: 1rem;*/
}

#video .vid {
	position: inherit;
}

#video .vid img.thumb {
	border: 1px solid #333;
	cursor: pointer;
}

#video .videoLabel {
	padding: 1rem 0 0 0;
	font-size: 1.8rem;
	margin-bottom: 0;
}

#video .videoDesc {
	font-size: 1.5rem;
	padding: 0;
}

#video a.videoLabel,
#video a.videoLabel:visited {
	color: #0067ba;
	display: block;
}

#gallery .container {
	padding-bottom: 1rem;
}

#gallery .gal {
	position: inherit;
}

#gallery .gal img.thumb {
	border: 1px solid #333;
	cursor: pointer;
}

#gallery .galleryLabel {
	padding: 1rem 0 0 0;
	font-size: 1.8rem;
	margin-bottom: 0;
}

#gallery .galleryDesc {
	font-size: 1.5rem;
	padding: 0;
}

#gallery a.galleryLabel,
#gallery a.galleryLabel:visited {
	color: #0067ba;
	display: block;
}

.center {
	text-align: center;
}

#social-nav {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 1000;
}

#social-nav li {
	margin: 0;
	padding: 1px 0 0 0;
}

#social-nav a {
	background: #2a6496;
	color: #fff;
	border-radius: 0;
}

#focal .btn-link {
	background: none;
	border: none;
	color: #333;
	font-size: 1.2rem;
	font-weight: 200;
}

#focal-intro .focal-img {
	animation: move-img 0.28s ease-out 1.85s;
	animation-fill-mode: forwards;
}

#focal-intro {
	text-decoration: none;
	width: 575px;
	margin: 0 auto;
}

#focal-intro .subtext {
	animation: move-txt 0.28s ease-out 1s;
	display: block;
	opacity: 0;
	font-size: 1.4rem;
	color: #000;
	font-weight: 300;
	animation-fill-mode: forwards;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 7px 15px;
	max-width: 75%;
	margin: 0 auto;
}

#focal-intro .subtext a {
	color: #000;
}


/*p.large-figure {
	font-size: 3rem;
	line-height: 1rem;
}*/

.fa-ul {
	padding-left: 1rem;
}

#features ul.row {
	margin: 2rem 0;
}

ul.row .product-feature-stack .fa-li {
	font-size: 3.2rem;
}

#site-body ul.row .product-feature-stack {
	font-size: 2.5rem;
	font-weight: 300;
	padding: 0 5rem 0 6rem;
	margin: 0 0 2.5rem 0;
}

#site-body #features ul.row .product-feature-stack {
	margin-bottom: 1.5rem;
}

span.inlineH {
	font-weight: bolder;
}

.section h2 {
	font-size: 3rem;
}

.section p {
	font-size: 2.1rem;
	line-height: 1.5;
	margin: 0 0 3rem 0;
	font-weight: 300;
}

.section p.disclaimer {
	font-size: 1rem;
}

#site-body ul {
	margin: 0 0 3rem 0;
	font-size: 1.9rem;
	line-height: 1.5;
	font-weight: 300;
}

#site-body ul li {
	margin-bottom: 1.5rem;
}

.section-bg.section-dark-bg h2 {
	color: #005585;
}

.small,
small {
	font-size: 1rem;
	margin: -1.1rem 0 0 0;
	padding: 0;
}

#demoVideo {
	width: 100%;
	margin-top: 1.5rem;
}

.section .scrollNotice p {
	position: absolute;
	bottom: 35px;
	top: auto;
	left: 0px;
	right: 0px;
	z-index: 60px;
	color: #ffffff;
	text-align: center;
	font-size: 1.7rem;
	/*line-height: 2rem;*/
}

.dnlds img {
	width: 100%;
	margin-bottom: 10px;
}

hr.spacer {
	margin: 5rem 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border: 1px solid #333333;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aviatorBKGD {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004b85+0,002144+100 */
	background: #004b85;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #004b85 0%, #002144 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #004b85 0%, #002144 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #004b85 0%, #002144 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004b85', endColorstr='#002144', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #ffffff;
}

.aviatorBKGD ul {
	font-size: 2.1rem;
	line-height: 1.5;
	font-weight: 300;
}

.fDProBKGD {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5e5cca+0,2a2a61+100 */
	background: #5e5cca;
	/* Old browsers */
	background: -moz-linear-gradient(top, #5e5cca 0%, #2a2a61 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5e5cca 0%, #2a2a61 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5e5cca 0%, #2a2a61 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5e5cca', endColorstr='#2a2a61', GradientType=0);
	/* IE6-9 */
	color: #ffffff;
}

#callout1.whiteBKGD .container,
#callout2.whiteBKGD .container {
	border-bottom: 1px solid #ddd;
}

#callout1.whiteBKGD h2.lead,
#callout1.whiteBKGD p {
	color: inherit;
}

{}

.BKGD {
	background-color: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 3;
}

.popup {
	text-align: center;
	/*height: 100vh;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}

.popup:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.popup-content {
	width: 60%;
	z-index: 4;
}

.ACWrapper {
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.ACWrapper .AC-SECTION {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.AC-SECTION .AC-content {
	text-align: center;
	display: inline-block;
	width: 50%;
}

.Absolute-Center {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	/*width: 300px;*/
	background-color: #fff;
}

.close-btn-sm {
	position: absolute;
	top: -40px;
	right: -40px;
	font-size: 1.5rem;
	padding: .5rem .7rem;
	border-radius: 5px;
	color: #ffffff;
	border: 2px solid #ffffff;
}

#site-footer {
	font-size: 1.2rem;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 1119px) {
	#focal-intro {
		text-decoration: none;
		width: 480px;
		margin: 0 auto;
	}
	.page-hero .focal-main-text {
		font-size: 0.85em;
	}
	div#ora {
		background-size: auto 125%;
	}
}

@media (max-width: 992px) {
	#training .support a i {
		font-size: 8rem;
	}
	#training .support a:first-child i {
		margin-right: 2rem;
	}
}

@media (max-width: 768px) {
	.fullpage {
		min-height: auto;
		height: calc(100vh - 90px);
	}
	.halfpage {
		min-height: auto;
		height: calc(50vh - 50px);
	}
	#focal.page-hero.fullpage,
	#focal.page-hero.halfpage {
		margin-top: 0;
	}
	#focal {
		background-position: center bottom;
	}
	#focal-intro {
		text-decoration: none;
		max-width: 360px;
		margin: 0 auto;
	}
	.page-hero .focal-main-text {
		font-size: 0.7em;
		text-shadow: rgba(0, 0, 0, 1) 2px 2px 2px;
		margin-left: 4rem;
	}
	div.container {
		padding: 5rem 2rem;
	}
	.popup-content {
		width: 80%;
	}
	#subNav .container {
		padding: 0 2rem;
	}
}

@media (max-width: 736px) {
	#site-header .navbar,
	#site-header .navbar-header {
		background-color: transparent;
	}
	#corporate-nav {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		/*					background: transparent !important;*/
	}
	#corporate-nav .navbar-header {
		background: none;
	}
	#corporate-nav #corp-nav {
		background-color: #ffffff;
	}
	.full-navbar .navbar-collapse,
	.full-navbar .navbar-form {
		background-color: #ffffff;
	}
	.page-hero .focal-main-text {
		bottom: 40%;
		left: 5%;
	}
	.resHideMe {
		display: none !important;
	}
	.noBreak {
		display: inline;
	}
}

@media (max-width: 450px) {
	html {
		font-size: 8px;
	}
	.fullpage {
		height: 100vh;
	}
	.halfpage {
		height: 50vh;
	}
	#corporate-nav .navbar-header {
		background: #fff;
	}
	.navbar.navbar-default:not(#corporate-nav) {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2000;
	}
	.scrollNotice {
		font-size: 3em;
	}
	div#callout1,
	div#callout2 {
		/*background-image: none;*/
	}
	div#callout1 a.btn,
	div#callout2 a.btn {
		display: block;
		min-height: 40px;
		padding-top: .9rem;
	}
	.page-hero .focal-main-text {
		left: 0px;
		right: 0px;
	}
	.page-hero .focal-main-text h1 {
		font-size: 3rem;
		/*line-height: 3.7rem;*/
	}
	.page-hero .focal-main-text h1,
	.page-hero .focal-main-text p {
		text-align: center;
	}
	ul.row .product-feature-stack {
		padding-left: 4rem;
	}
	.fa-ul {
		padding-left: 0;
	}
	.fa-li {
		width: 1rem;
	}
	#knowmore .container {
		width: 100%;
	}
	.popup-content {
		width: 100%;
	}
	.close-btn-sm {
		top: -35px;
		right: 10px;
	}
}

@media (max-width: 320px) {
	#focal-intro {
		max-width: 90%;
	}
}
