@charset "iso-8859-1";
/* Main CSS Document */
/* ==================================================
Basics 
==================================================== */

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('../fonts/HelveticaNeueLight.eot');
	src: url('../fonts/HelveticaNeueLightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#Helvetica-Normal') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/HelveticaNeueBold.eot');
	src: url('../fonts/HelveticaNeueBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff'), url('../fonts/HelveticaNeueBold.ttf') format('truetype'), url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* ======================================================
RESET DEFAULT STYLES
====================================================== */
.HelveticaBD{
	font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
}
.HelveticaLGHT{
	font-family: 'HelveticaNeueLight', Helvetica, Arial, sans-serif;
}

.terminaRG{
	font-family: termina, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Body */
body {
	font-family: 'HelveticaNeueLight', Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	position: relative;
	width: 100%;
	color: #949ca1;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueBold', open-sans, sans-serif;
	font-style: normal;
	font-weight: 600;
}
h1{
font-size: 300%;	
}
h2{
font-size: 250%;	
}
h3{
font-size: 200%;	
}
h4{
font-size: 150%;	
}
h5{
font-size: 100%;	
}

h1.textBlue, h2.textBlue, h3.textBlue, h4.textBlue, h5.textBluee {
color: #0077c1;	
}
p{
	margin: 0;
}
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textBlue{
	color: #0077c1;
}
.rotateBackground{
	position: relative;
	height: 100%;
	max-width: 1920px;
	background-image: url("../images/background.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
}
.rotateBackground_c{
	position: relative;
	height: 100%;
	max-width: 1920px;
	background-image: url("../images/background_c.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 0;
}
.page{
	width: 100%;
	max-width: 1920px;
	max-height: 1320px;
	height: 100vh;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.pageContent{
	width: 100%;
	height: 60vh;
	position: relative;
	overflow: hidden;
}
.contentContainer{
	min-width: 500px;
	max-width: 1096px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.contentContainerTagline{
	min-width: 500px;
	max-width: 970px;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imageContent img{
	width: 95%;
	height: auto;
	max-width: 600px;
}
.imageContent.tagline img{
	max-width: unset;
}
.smartTable{
	width: 100%; 
	padding-top: 40px; 
	padding-bottom: 40px;
}
.terminaRG.textBlue{
	text-align: center;
}
/* ======================================================
Navigation bottom under logo
====================================================== */

ul.bottomLogo {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 43px;
}
ul.bottomLogo > li:first-child {
	
}
ul.bottomLogo li {
	display: inline-block;
		font-family: termina, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0077c1;
}
li::after {
  content: " \003E ";
	color: #666666;
}



.footer{
	background-color: #0077c1;
	padding: 20px 0;
}
.footer .footerText{
	color: #FFFFFF;
	font-family: termina, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 100%;
	text-align: center;
}
.footer .footerText a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
/*
==============================================
Slide in animation when scroll
==============================================
*/
.beforeSlideIn{
	opacity: 0;
}
.slideIn{
	animation-name: slideIn;
	animation-duration: 1.2s;
	animation-fill-mode: both;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
}
@keyframes slideIn {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}
	50% {
		transform: translateX(0px);

	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideIn {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}
	50% {
		transform: translateX(0px);

	}
	100% {
		opacity: 1;
	}
}
/*
==============================================
Rotate animation for background
==============================================
*/
.rotate {
  -webkit-animation-name: rotate; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
  animation-name: rotate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotate {
  25% {
  transform: rotate(1deg);
  }
  75% {
  transform: rotate(-1deg);
  }
}

/* Standard syntax */
@keyframes rotate {
  25% {
  transform: rotate(1deg);
  }
  75% {
  transform: rotate(-1deg);
  }
}
/* for narrower screen ************************/
@media screen and (max-aspect-ratio: 16/11) {
.rotateBackground_c{
	background-size: cover;
}
}
/* FOR LARGER THAN 970PX HEIGHT ************************/
@media only screen and (min-height: 1025px) {
	.pageContent{
		height: 50vh;
	}
}
/* FOR LARGER THAN 970PX HEIGHT ************************/
@media only screen and (min-height: 970px)  and (max-height: 1024px) {
	.pageContent{
		height: 60vh;
	}
}
/* FOR ALL SMALLER THAN 1024PX ************************/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
}
/* FOR SMALLER THAN 1024PX BUT LARGER THAN 768PX *******************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.rotateBackground{
	background-size: cover;
}
.rotateBackground_c{
	background-size: cover;
}
	.pageContent{
	height: 50vh;
	min-height: 400px;
}
.contentContainer{
	min-width: 400px;
}	
.contentContainerTagline{
	min-width: 400px;
}		
.imageContent img{
	width: 75%;
	height: auto;
	max-width: 400px;
}
.imageContent.tagline img{
	max-width: unset;
	min-width: 700px;
}

	h1{
font-size: 170%;	
}
h2{
font-size: 160%;	
}
h3{
font-size: 150%;	
}
h4{
font-size: 100%;	
}
h5{
font-size: 70%;	
}
}
/* FOR SMALLER THAN 767PX BUT LARGER THAN 480PX ***/
@media only screen and (min-width: 481px) and (max-width: 767px) {

}
/* FOR SMALLER THAN 767PX BUT LARGER THAN 480PX ***/
@media only screen and (min-width: 414px) and (max-width: 767px) {
.rotateBackground{
	background-image: url("../images/background_mobile.gif");
}
.rotateBackground_c{
	background-image: url("../images/background_mobile.gif");
}
.pageContent{
	height: 40vh;
	min-height: 300px;
}
.contentContainer{
	min-width: 350px;
	max-width: 400px;
	left: 53%;
}
.contentContainerTagline{
	min-width: 350px;
	max-width: 400px;
}
.imageContent img {
   width: 65%;
   height: auto;
   max-width: 250px;
}
.imageContent.tagline img{
	max-width: unset;
	min-width: 400px;
}
ul.bottomLogo li {
	display: inline-block;
	font-size: 54%;
	position: relative;
	left: -7%;
}
ul.bottomLogo {
	margin-top: 10px;
}
h1{
font-size: 170%;	
}
h2{
font-size: 160%;	
}
h3{
font-size: 150%;	
}
h4{
font-size: 100%;	
}
h5{
font-size: 70%;	
}
.footer .footerText{
	font-size: 73%;
}
}
/* FOR SMALLER THAN 413PX BUT LARGER THAN 375PX ***/
@media only screen and (min-width: 375px) and (max-width: 413px) {
.rotateBackground{
	background-image: url("../images/background_mobile.gif");
}
.rotateBackground_c{
	background-image: url("../images/background_mobile.gif");
}
.pageContent{
	height: 40vh;
}
.contentContainer{
	min-width: 310px;
	max-width: 400px;
	left: 55%;
}
.contentContainerTagline{
	min-width: 310px;
	max-width: 400px;
}
.imageContent img {
   width: 85%;
   height: auto;
   max-width: 250px;
}
.imageContent.tagline img{
	max-width: unset;
	min-width: 360px;
}
ul.bottomLogo li {
	display: inline-block;
	font-size: 52%;
	position: relative;
	left: -7%;
}
ul.bottomLogo {
	margin-top: 9px;
}
h1{
font-size: 140%;	
}
h2{
font-size: 130%;	
}
h3{
font-size: 100%;	
}
h4{
font-size: 90%;	
}
h5{
font-size: 70%;	
}
.footer .footerText{
	font-size: 73%;
}
}
/* Mobile */
@media (max-width: 320px) {
.rotateBackground{
	background-image: url("../images/background_mobile.gif");
}
.rotateBackground_c{
	background-image: url("../images/background_mobile.gif");
}
.pageContent{
	height: 50vh;
}
.contentContainer{
	min-width: 295px;
	max-width: 305px;
	left: 56%
}
.contentContainerTagline{
	min-width: 295px;
	max-width: 305px;
}
.imageContent img {
   height: auto;
   max-width: 175px;
}
.imageContent.tagline img{
	max-width: unset;
}
ul.bottomLogo li {
	display: inline-block;
	font-size: 54%;
	position: relative;
	left: -7%;
}
ul.bottomLogo {
	margin-top: 10px;
}
	contentContainerMobile {
	min-width: 295px;
	max-width: 305px;	
	left: 53%	
	}
h1{
font-size: 120%;	
}
h2{
font-size: 110%;	
}
h3{
font-size: 90%;	
}
h4{
font-size: 80%;	
}
h5{
font-size: 70%;	
}
.footer .footerText{
	font-size: 73%;
}
}
/* Small Tablets */
@media (min-width: 320px) and (max-width: 374px) {
.rotateBackground{
	background-image: url("../images/background_mobile.gif");
}
.rotateBackground_c{
	background-image: url("../images/background_mobile.gif");
}
.pageContent{
	height: 50vh;
}
.contentContainer{
	min-width: 275px;
	max-width: 305px;
	left: 56%
}
.contentContainerTagline{
min-width: 275px;
	max-width: 305px;
}
/*<!--.imageContent img {
   width: 45%;
   height: auto;
   max-width: 175px;
}-->*/
.imageContent.tagline img{
	height: auto;
	max-width: unset;
}
ul.bottomLogo li {
	display: inline-block;
	font-size: 54%;
	position: relative;
	left: -7%;
}
ul.bottomLogo {
	margin-top: 10px;
}
h1{
font-size: 120%;	
}
h2{
font-size: 110%;	
}
h3{
font-size: 90%;	
}
h4{
font-size: 80%;	
}
h5{
font-size: 70%;	
}
.footer .footerText{
	font-size: 73%;
}
}
/* IPAD PRO */
@media only screen and (device-height: 1366px) and (device-width: 1024px) {
	.contentContainer {
		min-width: 530px;
	}
	.contentContainerTagline {
		min-width: 530px;
	}
	.pageContent{
		height: 40vh;
		min-height: 400px;
	}
	.imageContent img{
		width: 80%;
		height: auto;
		max-width: 400px;
	}
	.imageContent.tagline img{
		width: 100%;
		max-width: unset;
	}
	h1{
		font-size: 240%	
	}
	h2{
		font-size: 220%;	
	}
	h3{
		font-size: 160%	
	}
	h4{
		font-size: 130%;	
	}
	h5{
		font-size: 100%	
	}
}
