@charset "utf-8";

@font-face {
   font-family: "LT-55";
   src: url('../fonts/LT-55.eot');
   src: url('../fonts/LT-55.eot?#iefix') format('embedded-opentype'),
   url('../fonts/LT-55.svg#Univers LT 55') format('svg'),
   url('../fonts/LT-55.woff') format('woff'),
   url('../fonts/LT-55.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
    font-family: "LT-57";
    src: url('../fonts/LT-57.eot');
    src: url('../fonts/LT-57.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LT-57.svg#Univers LT 57 Condensed') format('svg'),
    url('../fonts/LT-57.woff') format('woff'),
    url('../fonts/LT-57.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LT-65";
    src: url('../fonts/LT-65.eot');
    src: url('../fonts/LT-65.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LT-65.svg#HelveticaNeue LT 65 Medium') format('svg'),
    url('../fonts/LT-65.woff') format('woff'),
    url('../fonts/LT-65.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LT-95";
    src: url('../fonts/LT-95.eot');
    src: url('../fonts/LT-95.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LT-95.svg#HelveticaNeue LT 95 Black') format('svg'),
    url('../fonts/LT-95.woff') format('woff'),
    url('../fonts/LT-95.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LT-35";
    src: url('../fonts/LT-35.eot');
    src: url('../fonts/LT-35.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LT-35.svg#HelveticaNeue LT 35 Thin') format('svg'),
    url('../fonts/LT-35.woff') format('woff'),
    url('../fonts/LT-35.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
	margin:0;
	background-color:#fbfbfb;
}

img{
	border:0;
}
i{
	font-style:italic;
}
.slicknav_menu {
	display:none;
}
a:link, a:visited{
	outline:none;
	text-decoration:none;
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50% !important;
}

.container .hero_text_1{
	font-family:LT-35;
	font-size:57px;
    /*font-size:51px*/
	margin:0;
}
.container .hero_text_1.indexPage{
    letter-spacing: 3.4px;
}
.container .hero_text_2{
	font-family:LT-95;
	font-size:83px;
	padding-top:5px;
	margin:0;
}
.container .hero_text_3{
	font-family:LT-35;
	font-size:50px;
	padding-top:5px;
	margin:0;
}
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

/* =============== GLOBAL GENERAL TRANSITION ===============*/
header, nav, a, img, li, .social-media-container, header.large a.sf-with-ul, header.small a.sf-with-ul, .language-select{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

/* =============== HEADER STYLE =============== */

.notice-wrapper{
    width: 100%;
    height: 38px;
    background-color: #ff0000;
    position:fixed;
    z-index:10001;
}

.notice-wrapper p{
    width: calc(100% - 56px);
    color: #ffffff;
    font-family: 'LT-57';
    font-size: 18px;
    padding: 10px;
    text-align: center;
    float: left;
}
#notice-close-btn{
    color: #ffffff;
    width: 12px;
    height: 18px;
    float: right;
    padding: 10px 12px;
    cursor: pointer;
    transition: all .5s;
    font-size: 18px;
}
#notice-close-btn:hover{
    color: #ff0000;
    background-color: #ffffff;
    transition: all .5s;
}

header{
	width:100%;	
	position:fixed;
	z-index:10000;
    top:0px;
}
header.push-down{
    top:38px;
}
header.large{
	height:77px;
	background-color:#fbfbfb;
}
header.small{
	height:45px;
	background-color:#efefef;
}
header.large img.logo{
	width:125px;
	height:29px;
	margin:24px 0px 24px 60px;
}
img.logo-long{
	float:left;
}
header.small img.logo{
	width:86px;
	height:20px;
	margin:12px 0px 12px 60px;
}
header.large img.logo-long{
	width:260px;
	height:29px;
	margin:24px 0;
}
header.small img.logo-long{
	width:179px;
	height:20px;
	margin:12px 60px 12px 0px;
}
header.large .social-media-container{
	position:relative;
	top:0px;
	float:right;
	width:150px;
	font-size:16px;
	margin:22px 60px 19px -20px;
}
header.small .social-media-container{
	float:right;
	width:150px;
	font-size:14px;
	margin:7px 60px 5px -30px;
}
img.logo{
	float:left;
}

/* =============== Language Selector ===============*/
header.large ul.language-select{
	margin:26px 10px 19px 20px;
}
header.small ul.language-select{
	margin:10px 10px 9px 20px;
}
ul.language-select{
	display:inline;
	
	display:none;
	
	list-style:none;
	text-align:left;
	position:relative;
	float:right;
	border:1px solid #d6d6d6;
	color:#c6c6c6;
}
ul.language-select li{
	position:relative;
	display:inline-block;
	position:relative;
	cursor:pointer;
	padding:4px 5px;
}
ul.language-select li:hover{
	background:#d6d6d6;
	color:#fff;
}
ul.language-select li ul{
	padding:0;
	position:absolute;
	top:25px;
	left:-1px;
	width:50px;
	opacity:0;
	visibility:hidden;
	-webkit-transiton: opacity .5s;
  	-moz-transition: opacity .5s;
  	-o-transition: opacity .5s;
  	transition: opacity .5s;
}
ul.language-select li ul li{
	background:#555;
	display:block;
	color:#fff;	
}
ul.language-select li ul li:hover{
	background:#888;
}
ul.language-select li:hover ul{
	display:block;
	opacity:1;
	visibility:visible;	
}
.sf-menu a{
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

/* =============== BUTTON SLIDING BG ===============*/
.button_sliding_bg {
    color: #0056c9;
    padding: 12px 17px;
    margin: 20px 0 0 0;
    font-family: 'OpenSansBold', sans-serif;
    border: 2px solid #0056c9;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #0056c9;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.button_sliding_bg:hover {
    box-shadow: inset 0 100px 0 0 #0056c9;
    color: #FFF;
}

/*-------------------------------------*/
/*-------MAIN NAVIGATION STUFF--------*/
/*-----------------------------------*/

ul.links li{
	background:none;
	margin:0 0 0 0;
	padding:0;
}
a.social-media {
	float:right;
	display:block;
	height:39px;
	margin:8px;
	color:#6e6e6e;
	transition: opacity 0.25s ease-in-out, color 0s 9999s;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
}

a.social-media:hover{
	color:#41acff;
	transition: opacity 0.25s ease-in-out, color 0s 9999s;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
}
.anchor{
	display:block;
	position:relative;
	top:-45px;
	visibility:hidden;
}
#nav {
	display:block;
	left: 0px;
	list-style: none;
	margin: 0;
	position: fixed;
	top: 50%; /*for poopy browsers*/
	top: calc(50% - 100px);
	z-index:99999;;
	padding:3px 3px 1px 0;
	width:180px;
}
#nav li {
	margin-bottom:-2px;
}
#nav a {
	background: #efefef;
	font-family:LT-65;
	color: #6e6e6e;
	display: block;
	font-size: 14px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width:160px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left:none;
}
#nav li:first-child a{
	border-top:2px solid #fff;
}
#nav li:last-child a{
	border-bottom:2px solid #fff;
}
#nav a:hover {
	padding-left:30px;
	background-color:#6e6e6e;
	color:#fff;
}
#nav .current a {
	padding-left:30px;
	background: #41acff;
	color: #fff;
}
.page-nav-btn{
	display:none;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.content {
  max-width: 1280px;
  margin: 0 auto;
  clear:both;
}

/* ============================================================
  SECTIONS
============================================================ */
section:last-child {
  margin-bottom: 0;
}
section h1 {
  margin:0px 0 40px 0;
  font-family: LT-95;
  font-size: 36px;
  text-transform:uppercase;
  color:#6e6e6e;
  text-align:center;
  position:relative;
}
section h2 {
  margin:0 0 30px 20px;
  font-family: LT-35;
  font-size: 42px;
  text-transform:uppercase;
  color:#e96f35;
  text-align:left;
  position:relative;
}
section p {
  margin:0;
  font-family: LT-57;
  font-size: 16px;
  color:#6e6e6e;
  max-width:520px;
}
section p:last-child{
  margin-bottom: 0;
}
section.content {
  padding: 0;
}
section.parallax {
  padding: 230px 0 190px 0;
  background-position: 0 0;
  background-size:cover;
}
section.parallax h1 {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
section.parallax-1 {
  background-image: url("../images/home_background.jpg");
  background-position:50% 0px;
}
.dark{
	background:#e8e8e8;
	border-top:1px solid #6e6e6e;
	border-bottom:1px solid #6e6e6e;
}
.darker{
	background:#dadada;
}
section.no-border{
	border:none;
	padding:10px 0;
}
section.top-border{
	border-bottom:none;
	padding:40px 0 40px 0;
}
section.bottom-border{
	border-top:none;
	padding:10px 0 40px 0;
}
section p.disclaimer{
	font-style:italic;
	font-size:12px !important;
}

/* ============================================================
  SECTION: WHO WE ARE
============================================================ */

section.wwa{
	padding:40px 20px 0 20px;
	overflow:auto;
}
section.wwa.content h1{
	color:#6e6e6e;	
}
.wwacolL{
	float:left;
	max-width:68%;
}
.wwacolR{
	float:right;
	max-width:28%;
}
section.wwa h2{
	margin: 0 0 20px 0;
	text-align:center;
}
section.wwa p{
	font-size:18px;
	margin:0 0 20px 0;
	color:#6e6e6e;
	max-width:none;
	text-align:center;
}
section.wwa .wwapic{
	width:825px;
	height:324px;
	background-image:url(../images/workingGear.png);
	background-size:cover;
	margin:0 auto;
}

/* ============================================================
  SECTION: LATEST NEWS
============================================================ */

section.news{
	background:#dadada;
	padding:40px 20px;
	overflow:auto;
}
section.news.content h1{
	color:#6e6e6e;	
}
.newscolL{
	float:left;
	max-width:48%;
}
.newscolR{
	float:right;
	max-width:48%;
}
section.news h2{
	font-family: LT-57;
	text-transform:none;
	font-size:18px;
	margin: 0 0 10px 0;
}
section.news p{
	font-size:16px;
	margin:10px 0 0 0;
	color:#282828;
	max-width:none;
}
section.news a, section.news a:visited{
    color: #282828;
    text-decoration: underline;
}
section.news a:hover{
    color:#e96f35;
    text-decoration: none;
}

/* ============================================================
  SECTION: CAROUSEL
============================================================ */

section.carousel{
	padding: 40px 0 15px 0;
	background:#0056c9;
	width:100%;
}
section.carousel h1{
	color:#fff;
	margin:0 0 10px 0;
}
.shadow{
	position:absolute;
	top:0px;
	z-index:-2
}

#carousel1{
	width:800px;
	height:530px;
	overflow:scroll;
	position:absolute;
	top:0;
	margin:0 auto;
}
#title-text{
	color:#fff;
	font-size:32px;
	font-family:LT-57;
	position:relative;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	max-width:600px;
	top:-20px;
	cursor:pointer;
	clear:both;
}
#title-text p{
	max-width:600px;
}

.bg-full-contain{
	height:100%;
	width:100%;
	background-size:contain;
}
.cloudcarousel{
	cursor:pointer;	
}
.carousel-cont{
	height:600px;	
}
#carouselspan{
	opacity:0;
	top:5%;
}
.carousel-rotation{
	width:500px;
	margin:0 auto;
	position:relative;
	height:30px;
	top:-60px;
}
.button{
	color:#fff;
	cursor:pointer;
	font-size:30px;
}
#clockwise{
	float:right;
}
#anticlockwise{
	float:left;
}
#clockwise, #anticlockwise{
	transform: rotate(0deg);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

/* ============================================================
  SECTION: TILE MENU
============================================================ */

section.tile-menu{
	padding: 40px 20px 20px 20px;
	background: #0056c9;
	display:none;
	overflow:auto;
}
section.tile-menu h1{
	color:#fff;
}
section.tile-menu p{
	color:#fff;
}
a.tile{
	width:calc(33% - 10px);
	height:calc(50% - 10px);
	float:left;
	position:relative;
	margin:5px;
	background:#0056c9;
	transition:none;
	-moz-transition: none; /* Firefox 4 */
	-webkit-transition: none; /* Safari and Chrome */
	-o-transition: none; /* Opera */
}
a.tile:hover{
	text-decoration:none;
}
a.tile .shadow{
	z-index:1;
	background-position:3vw 3vw;
	background-repeat:no-repeat;
}
.tile-image{
	width:100%;
	height:100%;
	background-size:contain;
	position:absolute;
	top:0;
	z-index:2;
	background-position:2.5vw 3vw;
	background-repeat:no-repeat;
}
.tile-wrapper{
	margin:0 auto;
	width:100%;
	height:60vw;
	overflow:auto;
}
.tile-title{
	text-align:center;
	position:relative;
	top:calc(100% - 15px);
}
.tile-wrapper .tile:nth-child(n+2) .tile-title{
	top:calc(100% - 30px);
}


/* ============================================================
  SECTION: WHY CHOOSE GLOBAL AEROSPACE
============================================================ */

section.whychoose{
	padding:40px 0 0 0;
	overflow:hidden;
}
section.whychoose h1{
	color:#6e6e6e;	
}
section.whychoose h2{
	margin:0 0 20px 0;
}
.whychoose-item{
	padding:23px 0 20px 20px;
}
.whychoose-item h2 sup{
	font-size:30px;
	vertical-align:7px;
}
section.whychoose p{
	max-width:none;
	width:100%;
}
.whychoose-col1{
	float:left;
	width:42%;
}
.whychoose-col2{
	float:left;
	width:16%;
}
.whychoose-col3{
	float:right;
	width:42%;
}
.whychoose-pic{
	height:211px;
	max-width:574px;
	background-size:contain;
	background-repeat:no-repeat;
	margin-right:20px;
}
.ln-1{
	width:2px;
	background-color:#0056c9;
	height:70px;
	margin:0 auto;
}
.ln-2{
	width:2px;
	background-color:#0056c9;
	height:210px;
	margin:0 auto;
}
.circle{
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#0056c9;
	margin:0 auto;
}
.circle img{
	width:100%;
	height:100%;
}
.circle-col1{
	width:200px;
	height:200px;
	margin:0 auto 20px auto;
	display:none;
}

/* ============================================================
  SECTION: TRADE SHOWS
============================================================ */

section.tradeshows{
	padding:40px 0;
	background:#0056c9;
	overflow:auto;
	text-align:center;
	border-top:2px solid #0056c9;
}
section.tradeshows .content h1{
	color:#fff;
	margin:0 0 17px 0;
}
.ln-3{
	width:1px;
	background-color:#41acff;
	height:18px;
	margin:0 auto;
}
.ln-4{
	width:61.5%;
	background-color:#41acff;
	height:1px;
	margin:0 auto;
}
.ln-5{
	width:1px;
	background-color:#41acff;
	height:21px;
	margin:0 auto;
}
.tradeshow-wrapper{
	max-width:956px;
	margin:0 auto;
}
.tradeshows-col1{
	width:232px;
	float:left;	
	display:inline-block;
}
.tradeshows-col2{
	width:232px;
	margin:0 auto;
	display:inline-block;
}
.tradeshows-col3{
	width:232px;
	float:right;
	display:inline-block;
}
.tradeshow-circle{
	width:232px;
	height:300px;
	background-repeat:no-repeat;
}
.window{
	background-image:url(../images/window.png);
	height:100%;
	width:100%;
	background-size:contain;
}
.window-decor{
	width:100%;
	height:100%;
	background-size:contain;
}
.tradeshows h3{
	color:#fff;
	font-family:LT-57;
	font-size:20px;
	margin-top:15px;
}
section.tradeshows p{
	color:#fff;
	margin:5px;
}

/* ============================================================
  SECTION: STAY IN TOUCH
============================================================ */

section.stayintouch{
	background-color:#dadada;
	padding:30px 0;
}
section.stayintouch .content h2{
	color:#0056c9;
	margin:6px auto 15px auto;
	font-size:28px;
    width: 200px;
    text-align: center;
}
section.stayintouch .content{
	max-width:710px;
	overflow:auto;
}
/*----------DEPRECIATED
section.stayintouch .captcha{
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}
form.subscribeform{
	overflow:auto;	
	margin:0 auto;
    width: 100%;
}
.subscribeform input {
	float:left;
	margin: 0 20px 0 40px;
	min-width:470px;
	background-color:#efefef;
    border:2px solid #0056c9;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	font-family:LT-57;
	font-size:18px;
	padding:7px 10px;
	display:block;
    text-align: center;
}
.subscribeform input:focus {
    border:2px solid #e96f35; 
    box-shadow: 0 0 10px #e96f35;
}
-----------*/

section.stayintouch #drawer{
    height: 0;
    overflow: hidden;
    background-color: #d3d3d3;
    border-radius: 15px;
}

/* Button Style */
button#subopen {
	position:relative;
    margin: 0 auto;
    display: block;
	width:340px;
    background: none;
    border: none;
    color:#fff;
	font-size:19px;
    text-align:center;
	font-family:LT-35;
	text-transform:uppercase;
    cursor: pointer; 
}
button#subopen .inner{
    background-color:#0056c9;
	border:solid 1px #0056c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 4px 0 #3777cd;
    -webkit-box-shadow: 0 4px 0 #3777cd;
    -moz-box-shadow: 0 4px 0 #3777cd;
    -ms-box-shadow: 0 4px 0 #3777cd;
    -o-box-shadow: 0 4px 0 #3777cd;
    padding:5px 20px;
    overflow: hidden;
}
button#subopen .inner .col{
    display: block;
    float: left;
}
button#subopen .inner .col.left{
    height: 40px;
    width: 40px;
    padding-top: 4px;
    font-size: 34px;
}
button#subopen .inner .col.right{
    width: 226px;
    padding-left: 10px;
    font-size: 19px;
}
button#subopen .inner .col.right span{
    font-size: 22px;
}
button#subopen:hover {
	opacity:0.9;
}
button#subopen:active {
    box-shadow: 0 2px 0 #3777cd;
    -webkit-box-shadow: 0 2px 0 #3777cd;
    -moz-box-shadow: 0 2px 0 #3777cd;
    -ms-box-shadow: 0 2px 0 #3777cd;
    -o-box-shadow: 0 2px 0 #3777cd;
	top:2px;
}
#sub_arrow{
    color: #6e6e6e;
    width: 25px;
    height: 25px;
    margin: 10px auto 0 auto;
    font-size: 25px;
    text-align: center;
    transition-duration: 0.5s;
    transition-property: transform;
    transform: translateZ(0);
}
#subopen:hover #sub_arrow{
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#subopen:hover #sub_arrow.down{
    transform: translateY(6px);
}
#subopen:hover #sub_arrow.up{
    transform: translateY(-6px);
}

.stayintouch-social{
    width: 90px;
	margin:20px auto 0 auto;
	position:relative;
}
.stayintouch-social a.social-media{
	height:auto;
}

/* ============================================================
  FOOTER
============================================================ */

footer{
	background-color:#0056c9;
	padding:30px 0 30px 0;
	position:relative;
	font-size:14px;
	color:#fff;
	width:100%;
	font-family:"LT-55";
	line-height:1.4;
}
footer .copyright a{
	color:#fff;	
}
.logo_ft{
	display:block;
	padding-bottom:20px;
}
.copyright{
	max-width:300px;
	margin:0 0 0 20px;
}

/* ============================================================
  SECTION: Careers
============================================================ */

section.careers{
	background-color:#dadada;
	padding:120px 20px 40px 20px;
	overflow:auto;
}
section.careers.content h1{
	color:#6e6e6e;	
}
section.careers h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 30px 0;
	text-align:center;
}
section.careers p{
	font-size:18px;
	margin:10px 0 0 0;
	max-width:none;
	text-align:center;
	color:#6e6e6e;
}

/* ============================================================
  SECTION: Careers Table
============================================================ */

section.careers-table{
	padding:0 20px 40px 20px;
	overflow:auto;
	background:#dadada;
}
section.careers-table h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 60px 0 30px 0;
	text-align:center;
}
section.careers-table .table{
	display:table;
	font-family:LT-57;
	color:#6e6e6e;
	margin:0 auto;
	width:100%;
	max-width:800px;
	border-collapse: collapse;
}
section.careers-table .table-cell{
	display:table-cell;
	padding:10px;
}
section.careers-table .table-header{
	display:table-header-group;
	color:#fff;
	background: #0056c9;
	font-size:18px;
	text-align:center;
	border: 2px solid #0056c9;
}
section.careers-table .table-row{
	display:table-row;
	padding:10px;
}
/*section.careers-table .table-row:nth-child(odd){
	background:#efefef;
}*/
section.careers-table .open, .careers .open{
	color:#090;
	background:#fbfbfb;
}
section.careers-table .table-cell{
	text-align:center;
}
section.careers-table .closed{
	background:#fbfbfb;
}
section.careers-table .closed .table-cell:first-child{
	color:#C00;
	text-align:center;
}
section.careers-table a.open {
    border: 2px solid #090;
    border-radius: 2px;
	text-decoration:none;
}
section.careers-table a.open .table-cell{
	box-shadow: inset 0 0 0 0 #090;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
section.careers-table a.open:hover .table-cell{
	box-shadow: inset 0 100px 0 0 #090;
	color: #FFF;
}
section.careers-apply{
	padding:0 20px 40px 20px;
	overflow:auto;
}
section.careers-apply h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 60px 0 30px 0;
	text-align:center;
}
section.careers-apply .apply-container{
	margin:0 auto;
	max-width: 811px;	
}
section.careers-apply .apply{
	float:left;
	text-align:center;
	margin:10px 19px 40px 19px;
	min-width:127px;
}
section.careers-apply .apply div:first-child{
	font-size:40px;
	color:#e96f35;
	margin-bottom:10px;
}
section.careers-apply .apply h3{
	font-family:LT-35;
	font-size:28px;
	margin-bottom:20px;
	color:#e96f35;
}
section.careers-apply .apply p{
	line-height:20px;
}
section.careers-apply .apply a{
	font-family:LT-57;
	color:#6e6e6e;
}
section.careers-apply .apply a:hover{
	color:#e96f35;
	text-decoration:none;
}


/* ============================================================
  SECTION: Contact
============================================================ */

section.contact{
	background-color:#dadada;
	padding:120px 20px 40px 20px;
	overflow:auto;
}
section.contact.content h1{
	color:#6e6e6e;	
}
section.contact h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.contact p{
	font-size:18px;
	margin: 0 0 20px 0;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}

section.contact .git-container{
	margin:0 auto;
	max-width: 888px;	
}
section.contact .git{
	float:left;
	text-align:center;
	padding:20px;
	min-width:160px;
	min-height:226px;
}
section.contact .git i img{
	width:100%;
}
section.contact .git:hover i, section.contact .git:hover i img{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
section.contact .git:hover h4, section.contact .git:hover a{
	color:#efefef;
	background:#e96f35;
}
section.contact .git:hover a:hover{
	color:#fff;
}
section.contact .git div:first-child{
	font-size:40px;
	color:#e96f35;
	margin:0 auto;
	border:4px solid #CCC;
	background-color: #CCC;
	border-radius:50%;
	height:75px;
	width:75px;
}
section.contact .git i{
	margin-top:18px;
	-webkit-transiton: all 1s;
  	-moz-transition: all 1s;
  	-o-transition: all 1s;
  	transition: all 1s;
}
section.contact .git h3{
	font-family:LT-35;
	font-size:26px;
	margin:20px 0 10px 0;
	color:#e96f35;
	text-transform:uppercase;
}
section.contact .git h4{
	font-family:LT-55;
	font-size:18px;
	padding:5px;
	color:#6e6e6e;
	-webkit-transiton: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
section.contact .git p{
	line-height:20px;
	font-size:14px;
}
section.contact .git a{
	font-family:LT-55;
	color:#6e6e6e;
	font-size:17px;
	padding:5px;
	-webkit-transiton: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
section.contact .git a:hover{
	color:#e96f35;
	text-decoration:none;
}

/* ============================================================
  SECTION: Address
============================================================ */

section.address{
	padding:40px 20px;
	overflow:auto;
}
section.address.content h1{
	color:#6e6e6e;	
}
section.address h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	padding-bottom:10px;
	margin: 0 auto 10px auto;
	text-align:center;
	max-width:500px;
	border-bottom:1px solid #e96f35;
}
section.address h3{
	font-family: LT-55;
	text-transform:uppercase;
	color:#e96f35;
	font-size:24px;
	text-align:center;
	margin: 0 0 30px 0;
}
section.address p{
	font-size:18px;
	margin: 0 0 10px 0;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.address .buttons{
	margin:0 auto;
	padding-top:10px;
	width:617px;
}
section.address .buttons a{
	margin:0 10px;
}
#map-canvas{
	width: 100%;
    height: 450px;
	margin: 40px auto 0 auto;
}
.labels{
    color: #fff;
    background-color: #6e6e6e;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;  
    white-space: nowrap;
	padding: 5px 10px;
}
.labels a{
	color:#fff;
}

/* ============================================================
  SECTION: Shipping
============================================================ */

section.shipping{
	background-color:#dadada;
	padding:40px 20px;
	overflow:auto;
}
section.shipping.content h1{
	color:#6e6e6e;	
}

section.shipping h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0;
	text-align:center;
}
section.shipping h3{
	font-family: LT-57;
	text-transform:uppercase;
	font-size:24px;
	margin: 0;
	padding: 15px 0 10px 0;
	color:#0056c9;
}
section.shipping h4{
	font-family: LT-65;
	text-transform:uppercase;
	font-size:15px;
	padding: 10px 0;
	color:#e96f35;
}

section.shipping p, section.shipping ul{
	font-family:LT-57;
	font-size:18px;
	padding: 0 10px 20px 20px;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.shipping p.noindent{
	padding-left: 0;
}
section.shipping #accordion{
	width:800px;
	margin:0 auto;
	background:#fbfbfb;
}
section.shipping .ui-accordion-header{
	color:#fff;
	background:#0056c9;
	padding:10px 0;
	-webkit-transiton: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
	cursor:pointer;
}
section.shipping .ui-accordion-header:hover{
	color:#fff;
	background:#e96f35;
}
section.shipping .ui-accordion-header-active{
	color:#0056c9;
	background:#fbfbfb;
	padding:30px 0 15px 0;
}
section.shipping .ui-accordion-header-active:hover{
	color:#0056c9;
	background:#fbfbfb;
	cursor:auto;
}
section.shipping .ui-accordion-content{
	padding:10px 40px;
}
section.shipping .ui-accordion-content-active{
	background:#fbfbfb;
}
section.shipping .shippingpic{
	width:700px;
	height:526px;
	background-image:url(../images/shipping.png);
	background-size:cover;
	margin:0 auto;
}
section.shipping .shippingbtn{
	margin:0 auto;
	max-width:295px;
}

/* ============================================================
  SECTION: Directory
============================================================ */

section.directory{
	padding:40px 20px;
	overflow:auto;
}
section.directory h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 60px 0 30px 0;
	text-align:center;
}
section.directory .table{
	display:table;
	font-family:LT-57;
	color:#6e6e6e;
	margin:0 auto;
	width:100%;
	max-width:850px;
	border-collapse: collapse;
}
section.directory .table-cell{
	display:table-cell;
	padding:10px;
}
section.directory .table-header{
	display:table-header-group;
	color:#fff;
	background: #0056c9;
	font-size:18px;
	text-align:center;
}
section.directory .table-sub-header{
	display:table-header-group;
	color:#e96f35;
	background: #dadada;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
	font-family:LT-65;
}
section.directory .table-sub-header .table-cell{
	padding: 10px 10px 5px 15px;
	border-bottom:2px solid #6e6e6e;
}
section.directory .table-row{
	display:table-row;
	padding:10px;
}
section.directory .table-row:nth-child(odd){
	background:#efefef;
}
section.directory .table-row .table-cell{
	text-align:left;
}
section.directory .table-row a.table-cell{
	color:#6e6e6e;
}
section.directory .table-row a.table-cell:hover{
	color:#e96f35;
	text-decoration:none;
}
section.directory .table-row .table-cell:nth-child(1){
	padding:10px 10px 10px 30px;
}
section.directory .table-row .table-cell:nth-child(3){
	text-align:center;
}


/* ============================================================
  SECTION: Certifications
============================================================ */

section.certifications{
	background-color:#dadada;
	padding:120px 20px 0 20px;
	overflow:auto;
}
section.certifications.content h1{
	color:#6e6e6e;	
}
section.certifications h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.certifications p{
	font-size:18px;
	margin: 0 0 20px 0;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}

section.certifications .cert-container{
	margin:0 auto;
	max-width: 900px;	
}
section.certifications .cert{
	float:left;
	text-align:center;
	margin:20px 20px 40px 20px;
	width:260px;
	height:140px;
}
section.certifications .cert i img{
	width:100%;
}
section.certifications .cert:hover i{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
	transition-delay:0.1s;
}
section.certifications .cert:hover a{
	color:#efefef;
	background:#e96f35;
}
section.certifications .cert div:first-child{
	font-size:40px;
	color:#e96f35;
	margin:0 auto;
	border:4px solid #CCC;
	background-color: #CCC;
	border-radius:50%;
	height:75px;
	width:75px;
}
section.certifications .cert i{
	margin-top:18px;
	-webkit-transiton: all 1s;
  	-moz-transition: all 1s;
  	-o-transition: all 1s;
  	transition: all 1s;
}
section.certifications .cert h3{
	font-family:LT-57;
	font-size:18px;
	margin:20px 0 10px 0;
	color:#6e6e6e;
	text-transform:uppercase;
	max-width:300px;
}
section.certifications .cert a{
	font-family:LT-55;
	color:#6e6e6e;
	font-size:17px;
	padding:5px;
	-webkit-transiton: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
section.certifications .cert:hover .fa-file-pdf:before{
	content:"\f019";
}
section.certifications .cert:hover h3{
	-webkit-transiton: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
	color:#e96f35;
}
section.certifications a:hover{
	text-decoration:none;
}

/* ============================================================
  SECTION: Not Found
============================================================ */

section.notfound{
	background-color:#dadada;
	padding:120px 20px 0 20px;
	overflow:auto;
}
section.notfound .content{
    min-height: 400px;
}
section.notfound .content h1{
	color:#6e6e6e;
}
section.notfound h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.notfound p{
	font-size:18px;
	margin: 0 0 20px 0;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.notfound a:hover{
	text-decoration:none;
}
section.notfound .backbtn{
	position:relative;
	margin: 0 auto;
	width:200px;
}
section.notfound .button_sliding_bg{
    padding: 12px 54px;
}
footer.notfound-footer{
	margin-top:-91px;
}

/* ============================================================
  SECTION: Customer Care Committe (CCC)
============================================================ */

section.ccc{
	padding:40px 20px 40px 20px;
	overflow:auto;
}
section.ccc.content h1{
	color:#6e6e6e;	
}
section.ccc h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.ccc p{
	font-size:18px;
	margin: 0 auto 20px auto;
	max-width:960px;
	color:#6e6e6e;
	text-align:center;
}

/* ============================================================
  SECTION: Dedicated
============================================================ */

section.dedicated{
	background-color:#dadada;
	padding:40px 20px 0 20px;
	overflow:auto;
}
section.dedicated.content h1{
	color:#6e6e6e;	
}

section.dedicated h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.dedicated h3{
	font-family: LT-57;
	text-transform:uppercase;
	font-size:24px;
	margin: 0;
	padding: 15px 0 10px 0;
	color:#0056c9;
}
section.dedicated h4{
	font-family: LT-65;
	text-transform:uppercase;
	font-size:15px;
	padding: 10px 0;
	color:#e96f35;
}

section.dedicated p, section.dedicated ul{
	font-family:LT-57;
	font-size:18px;
	margin: 0 auto 20px auto;
	max-width:960px;
	color:#6e6e6e;
	text-align:center;
}
section.dedicated p.noindent{
	padding-left: 0;
}
section.dedicated .dedicatedpic{
	width:365px;
	height:401px;
	background-image:url(../images/CustomerCareRep_s.png);
	background-size:cover;
	margin:0 auto;
}

/* ============================================================
  SECTION: Multilingual
============================================================ */

section.multilingual{
	padding:40px 20px 0 20px;
	overflow:auto;
	background:#dadada;
}
section.multilingual.content h1{
	color:#6e6e6e;	
}

section.multilingual h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.multilingual p{
	font-family:LT-57;
	font-size:18px;
	padding: 0 10px 40px 20px;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.multilingual .multilingualpic{
	width:600px;
	height:412px;
	background-image:url(../images/Multilingual.png);
	background-size:cover;
	margin:0 auto;
}
section.multilingual .table{
	display:table;
	font-family:LT-57;
	color:#6e6e6e;
	margin:0 auto 30px auto;
	width:100%;
	max-width:800px;
	border-collapse: collapse;
}
section.multilingual .table-cell{
	display:table-cell;
	padding:10px;
}
section.multilingual .table-sub-header .table-cell{
	padding: 10px 10px 5px 15px;
	border-bottom:2px solid #6e6e6e;
}
section.multilingual .table-row{
	display:table-row;
	padding:10px;
}
section.multilingual .table-row:nth-child(odd){
	background:#efefef;
}
section.multilingual .table-row .table-cell{
	text-align:center;
}

/* ============================================================
  SECTION: AOG
============================================================ */

section.aog{
	padding:40px 20px 40px 20px;
	overflow:auto;
}
section.aog.content h1{
	color:#6e6e6e;	
}

section.aog h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}

section.aog p, section.aog ul{
	font-family:LT-57;
	font-size:18px;
	padding: 0 10px 20px 20px;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.aog p.noindent{
	padding-left: 0;
}
section.aog .dedicatedpic{
	width:260px;
	height:401px;
	background-image:url(../images/CustomerCareRep_s.png);
	background-size:cover;
	margin:0 auto;
}

/* ============================================================
  SECTION: Notifications
============================================================ */

section.notifications{
	padding:40px 20px;
	overflow:auto;
}
section.notifications h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.notifications p{
	font-family:LT-57;
	font-size:18px;
	padding: 0 10px 40px 20px;
	max-width:none;
	color:#6e6e6e;
	text-align:center;
}
section.notifications .table{
	display:table;
	font-family:LT-57;
	color:#6e6e6e;
	margin:0 auto;
	width:100%;
	max-width:800px;
	border-collapse: collapse;
}
section.notifications .table-cell{
	display:table-cell;
	padding:10px;
}
section.notifications .table-header{
	display:table-header-group;
	color:#fff;
	background: #0056c9;
	font-size:18px;
	text-align:center;
}
section.notifications .table-sub-header{
	display:table-header-group;
	color:#e96f35;
	background: #dadada;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
	font-family:LT-65;
}
section.notifications .table-sub-header .table-cell{
	padding: 10px 10px 5px 15px;
	border-bottom:2px solid #6e6e6e;
}
section.notifications .table-row{
	display:table-row;
	padding:10px;
}
section.notifications .table-row:nth-child(odd){
	background:#efefef;
}
section.notifications .table-row .table-cell{
	text-align:left;
}
section.notifications .table-row a.table-cell{
	color:#6e6e6e;
}
section.notifications .table-row a.table-cell:hover{
	color:#e96f35;
	text-decoration:none;
}
section.notifications .table-row .table-cell:nth-child(1){
	padding:10px 10px 10px 30px;
}
section.notifications .table-row .table-cell:nth-child(3){
	text-align:center;
}
section.notifications .notificationspic{
	width:260px;
	height:514px;
	background-image:url(../images/Notifications.png);
	background-size:cover;
	margin:0 auto 25px auto;
}

/* ============================================================
  SECTION: About
============================================================ */

section.about{
	background-color:#dadada;
	padding:40px 20px;
}
section.about.content h1{
	color:#6e6e6e;	
}

section.about h2{
	font-family: LT-35;
	text-transform:uppercase;
	font-size:42px;
	margin: 0 0 20px 0;
	text-align:center;
}
section.about h3{
	font-family: LT-57;
	text-transform:uppercase;
	font-size:24px;
	margin: 0;
	padding: 15px 0 10px 0;
	color:#0056c9;
}
section.about h4{
	font-family: LT-65;
	text-transform:uppercase;
	font-size:15px;
	padding: 10px 0;
	color:#e96f35;
}

section.about p, section.about ul{
	font-family:LT-57;
	font-size:18px;
	margin: 0 auto 20px auto;
	max-width:960px;
	color:#6e6e6e;
	text-align:left;
}
section.about p.noindent{
	padding-left: 0;
}
section.about .dedicatedpic{
	width:260px;
	height:401px;
	background-image:url(../images/CustomerCareRep_s.png);
	background-size:cover;
	margin:0 auto;
}

/* ============================================================
  SECTION: MEET THE TEAM
============================================================ */

section.team{
	padding:40px 20px;
}
section.team .content{
	max-width:900px;
}
section.team.content h1{
	color:#6e6e6e;	
}
section.team .team-cont{
	margin-bottom:20px;
	overflow:auto;
	min-height:145px;
}
section.team img{
	width:100px;
	float:left;
	position:relative;
}
section.team .team-info{
	float:left;
	position:relative;
	display:table;
	width:calc(100% - 140px);
	padding:0 20px;
}
section.team h2{
	margin: 0 0 20px 0;
	text-align:center;
}
section.team .table-row{
	display:table-row;
	padding:10px;
}
section.team h3{
	padding: 0 0 5px 0;
	font-family:LT-57;
	font-size:24px;
	color:#e96f35;
	display:table-cell;
}
section.team h4{
	padding: 0 0 10px 0;
	font-family:LT-65;
	color:#6e6e6e;
	display:table-cell;
	text-transform:uppercase;
	font-size:14px;
}
section.team p{
	font-size:18px;
	padding:0 0 20px 0;
	color:#6e6e6e;
	max-width:none;
	display:table-cell;
}


/* ============================================================
  SECTION: PARTNER MAP
============================================================ */

.partner-map{
    height: 200px;
}


/* ============================================================
  SECTION: OUR PARTNERS
============================================================ */

section.partners{
	padding:40px 20px 0 20px;;
}
section.partners .content{
	max-width:900px;
}
section.partners.content h1{
	color:#6e6e6e;	
}
section.partners .team-cont{
	margin-bottom:20px;
	overflow:auto;
	min-height:145px;
}
section.partners img{
	width:180px;
	float:left;
	position:relative;
}
section.partners .partners-info{
	float:left;
	position:relative;
	display:table;
	width:calc(100% - 240px);
	padding:0 20px 0 40px;
}
section.partners h2{
	margin: 0 0 20px 0;
	text-align:center;
}
section.partners .table-row{
	display:table-row;
	padding:10px;
}
section.partners h3{
	padding: 0 0 5px 0;
	font-family:LT-57;
	font-size:24px;
	color:#e96f35;
	display:table-cell;
}
section.partners h4{
	padding: 0 0 10px 0;
	font-family:LT-65;
	color:#6e6e6e;
	display:table-cell;
	text-transform:uppercase;
	font-size:14px;
}
section.partners p{
	font-size:18px;
	padding:0 0 40px 0;
	color:#6e6e6e;
	max-width:none;
	display:table-cell;
    line-height: 22px;
}
section.partners a, section.partners a:visited{
    color: #6e6e6e;
    text-decoration: underline;
}
section.partners a:hover{
    color:#e96f35;
    text-decoration: none;
}


/* ============================================================
  SECTION: ARCHIVED NEWS
============================================================ */

section.archivednews{
	padding:40px 20px 0 20px;;
}
section.archivednews .content{
	max-width:900px;
}
section.archivednews.content h1{
	color:#6e6e6e;	
}
section.archivednews .archivednews-info{
	float:left;
	position:relative;
	display:table;
	width:100%;
	padding:0 20px;
}
section.archivednews h2{
	margin: 0 0 20px 0;
	text-align:center;
}
section.archivednews .table-row{
	display:table-row;
	padding:10px;
}
section.archivednews h3{
	padding: 0 0 20px 0;
	font-family:LT-57;
	font-size:24px;
	color:#e96f35;
	display:table-cell;
}
section.archivednews h4{
	padding: 0 0 10px 0;
	font-family:LT-65;
	color:#6e6e6e;
	display:table-cell;
	text-transform:uppercase;
	font-size:14px;
}
section.archivednews p{
	font-size:18px;
	padding:0 0 40px 0;
	color:#6e6e6e;
	max-width:none;
	display:table-cell;
    line-height: 22px;
}
section.archivednews a, section.archivednews a:visited{
    color: #6e6e6e;
    text-decoration: underline;
}
section.archivednews a:hover{
    color:#e96f35;
    text-decoration: none;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

li a.active{
	color:#000;
}

img,a img{
	border:none;
	outline:none;
}
:focus{
	outline:none;
}


/*---------------------------------BODY-------------------------------------------*/

.clear{
	clear:both;
}
.container:after{
	content:"\0020";
	display:block;
	
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.container{
	display:block;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}

.bold{
	font-weight:bold;
}
.underline{
	border-bottom:1px solid;
}
.hide{
	display:none;
}

/*---------------------------------BROCHURE-------------------------------------------*/
section.brochure{
	padding:40px 20px 40px 20px;
	overflow:auto;
}
section.brochure .content h1{
	color:#6e6e6e;
    margin: 0 0 20px 0;
}

section.brochure .tile-wrapper{
	margin:0 auto;
	width: 1088px;
	height: 400px;
	overflow:auto;
}

section.brochure .tile-wrapper.two{
	width: 544px;
}

section.brochure h2{
	padding: 12px 17px;
	font-family: 'OpenSansBold', sans-serif;
	text-transform:none;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 1px;
    text-transform: uppercase;
	margin: 0;
	text-align:center;
	z-index:2;
	color:#0056c9;
	border: 2px solid #0056c9;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0 #0056c9;
	transition: all ease 0.8s;
	-moz-transition: all ease 0.8s; /* Firefox 4 */
	-webkit-transition: all ease 0.8s; /* Safari and Chrome */
	-o-transition: all ease 0.8s; /* Opera */
}
section.brochure a.tile{
	width:252px;
	height:330px;
	float:left;
	position:relative;
	margin:0 10px 70px 10px;
	background:none;
	text-decoration:none;
}
section.brochure .tile-image-container{
	width:100%;
	height:100%;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
	position:relative;
	z-index:1;
	overflow:hidden;
}
section.brochure .tile-image{
	width:85%;
	height:85%;
    background-size:contain;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
	position:absolute;
	z-index:1;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top;
    transition: all ease 0.2s;
	-moz-transition: all ease 0.2s; /* Firefox 4 */
	-webkit-transition: all ease 0.2s; /* Safari and Chrome */
	-o-transition: all ease 0.2s; /* Opera */
}
section.brochure a.tile:hover h2{
	box-shadow: inset 0 60px 0 0 #0056c9;
	color:#fff;
}
section.brochure a.tile:hover .tile-image{
    width: 90%;
    height: 90%;
}


@media screen and (max-width: 1490px) {
	img.logo-long{
		display:none;	
	}
}
@media screen and (max-width: 1230px) {
	
	/*NAVIGATION + HEADER*/
	#mainnav {
		display:none;
	}
    .notice-wrapper{
        height: 54px;
        font-size: 18px;
    }
    #notice-close-btn{
        padding: 18px 12px;
    }
    header.push-down{
        top: 54px;
    }
	.slicknav_menu {
		display:block;
	}
	header.large ul.language-select{
		margin:0px;
	}
	header.small ul.language-select{
		margin:0px;
	}
	ul.language-select{
		float:none;
		position:absolute;
		top:9px;
		right:60px;
	}
	.logo{
		position:absolute;
		top:0px;	
	}
	header.large{
		height:45px;
		background-color:#efefef;
	}
	header.small{
		height:45px;
		background-color:#efefef;
	}
	header.large img.logo{
		width:86px;
		height:20px;
		margin:14px 0px 13px 20px;
	}
	header.small img.logo{
		width:86px;
		height:20px;
		margin:14px 0px 13px 20px;
	}
	.social-media-container{
		display:none;
	}
	.slicknav_nav a.social-media {
		float:left;
		height:30px;
		background:#efefef;
		font-size:20px;
		padding:15px 18px 8px 18px;
		width:17px;
		text-align:center;
	}
	.slicknav_nav div{
		background:#efefef;
		overflow:auto;
		border-top:1px solid #dcdcdc;
	}
	.page-nav-btn{
		position:fixed;
		bottom:0px;
		display:block;
		height:45px;
		width:45px;
		background:#0056c9;
		z-index:100000;
		cursor:pointer;
		-webkit-transiton: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.page-nav-btn i{
		transform: rotate(45deg);
		color:#fff;
		font-size:45px;
		-webkit-transiton: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.page-nav-btn.open{
		background:#efefef;
	}
	.page-nav-btn.open i{
		transform: rotate(225deg);
		color:#0056c9;
	}
	#nav {
		display:none;
		left: 0px;
		list-style: none;
		margin: 0;
		position: fixed;
		top:auto;
		bottom:0;
		z-index:99999;
		padding:0 0 0 45px;
		width:100%;
		background:#efefef;
	}
	#nav li {
		margin-bottom:-2px;
		float:left;
	}
	#nav a {
		background: #efefef;
		font-family:LT-65;
		color: #6e6e6e;
		display: block;
		font-size: 14px;
		padding: 12px 5px 5px 5px;
		text-decoration: none;
		text-transform: uppercase;
		width:calc(45vw - 22.5px);
		height:21px;
		border-top: 1px solid #fff;
		border-right:none;
		border-left:none;
		text-align:center;
	}
	#nav li:first-child a{
		border-top:1px solid #fff;
	}
	#nav li:last-child a{
		border-bottom:none;
	}
	#nav a:hover {
		padding-left:5px;
		background-color:#6e6e6e;
		color:#fff;
	}
	#nav .current a {
		padding-left:5px;
		background: #41acff;
		color: #fff;
	}

	/*TRADE SHOW SECTION*/
	.tradeshow-wrapper{
		width:85%;
	}
	
	/*STAY IN TOUCH SECTION*/
	section.stayintouch{
		padding:20px 0;
	}
	section.stayintouch .content h2{
		margin:5px auto;
		float:none;
		width:300px;
		text-align:center;
	}
	.subscribeform input {
		float:none;
		margin: 0 auto;
		min-width:470px;
	}
	button.submit {
		float:none;
		margin:10px auto;
		display:block;
	}

	
	/*FOOTER*/
	footer{
		padding:30px 0 45px 0;
	}
	
	/*CONTACT PAGE*/
	section.contact .git-container{
		max-width:600px;
	}
	section.contact .git-container .git:nth-child(n+2){
		min-height:245px;
	}
	section.contact .git-container .git:nth-child(n+3){
		min-height:156px;
	}
	section.contact .git{
		min-width:260px;
	}
	
	/*CAREERS SECTION*/
	section.careers-apply .apply-container{
		max-width:600px;
		overflow:auto;
	}
	section.careers-apply .apply{
		margin:10px 5px 30px 5px;
		width:290px;
	}
	
	/*NOT FOUND 404 PAGE*/
	.notfound{
		padding:88px 20px 0 20px;
	}
}

@media screen and (max-width: 950px) {
	
    .notice-wrapper p{
        font-size: 16px;
    }
    
	/*HERO CONTAINER TEXT*/
	.container .hero_text_1{
		font-size:4.9vw;
        /*font-size:4.35vw*/
	}
    .container .hero_text_1.indexPage{
        letter-spacing: 0.33vw;
	}
	.container .hero_text_2{
		font-size:7.2vw;
	}
	.container .hero_text_3{
		font-size:4.3vw;
	}
	section.parallax {
  		padding: 165px 0px 120px;
	}
	
	/*WHY CHOOSE SECTION*/
	.whychoose-col1{
		width:75%;
	}
	.whychoose-col2{
		width:25%;
	}
	.whychoose-col3{
		display:none;
	}
	section.module.whychoose h2{
		font-size:5.8vw;
	}
	.ln-1{
		height:45px;
	}
	.ln-2{
		height:155px;
	}
	
	/*PICTURE SCALING*/
	section.wwa .wwapic{
		width:85vw;
		height:33.382vw;
		margin-top:20px;
	}
	section.shipping .shippingpic{
		width:85vw;
		height:63.87vw;
		margin:10px 0;
	}
	section.multilingual .multilingualpic{
		width:85vw;
		height:58.37vw;
	}
	
	/*NOT FOUND 404 PAGE*/
	section.notfound .backbtn{
		padding:9.5vw 0 0 17vw;
	}
	footer.notfound-footer{
		margin-top:-9.7vw;
	}
	
	/*CERTIFICATIONS*/
	section.certifications .cert-container{
		max-width: 600px;
	}
	section.certifications .cert{
		width:160px;
	}
	section.certifications .cert h3{
		font-size:16px;
	}
}

@media screen and (max-width: 900px) {
	
	/*WHY CHOOSE SECTION*/
	.ln-3{
		display:none;
	}
	.ln-4{
		display:none;
	}
	.ln-5{
		display:none;
	}
	
	/*TRADE SHOW SECTION*/
	.tradeshows-col1{
		margin:40px auto 20px auto;
		float:none;	
	}
	.tradeshows-col2{
		margin:20px auto;
		float:none;	
	}
	.tradeshows-col3{
		margin:20px auto 0 auto;
		float:none;	
	}
}

/*CAROUSEL <-> TILE MENU SWAP*/
@media screen and (max-width: 800px) {
	section.carousel{
		display:none;
	}
	section.parallax.push-down {
  		padding: 175px 0px 80px;
	}
	section.tile-menu{
		display:block;
	}
	.newscolL, .wwacolL{
		float:none;
		max-width:none;
		width:100%;
		padding:0 0 40px 0;
	}
	.newscolR, .wwacolR{
		float:none;
		max-width:none;
		width:100%;
		padding:0 0 10px 0;
	}
	
	/*NOT FOUND 404 PAGE*/
	section.notfound .backbtn{
		padding:8vw 0 0 12vw;
	}
	
	/*ENGINEERING PAGE*/
	section.engineering .pic.p1{
		width:85vw;
		height:4.19vw;
	}
	section.engineering .pic.p2{
		width:50vw;
		height:15.25vw;
	}
}
@media screen and (max-width: 655px) {
	
	/*CAREERS SECTION*/
	section.careers-apply{
		padding:0 10px 40px 10px;
	}
	section.careers-apply .apply-container{
		width:320px;
	}
	section.careers-apply .apply{
		width:150px;
	}
	section.careers-apply .apply p{
		font-size:13px;
	}
	section.careers-apply .apply a{
		font-size:12px;
	}
	
	/*CONTACT PAGE*/
	section.contact .git-container{
		max-width:300px;
	}
	section.contact  .git:nth-child(n+3){
		min-height:156px;
	}
	section.contact  .git:nth-child(n-2){
		min-height:200px;
	}
	section.contact .git{
		min-width:130px;
		padding:10px;
	}
	/*section.contact .git-container .git:nth-child(3){
		min-width:95%;
	}*/
	section.contact .git h3{
		font-size:20px;
	}
	section.contact .git h4{
		font-size:14px;
	}
	section.contact .git p{
		margin:0 0 5px 0;
	}
	section.contact .git a{
		font-size:14px;
	}
	section.contact .git-container .git:nth-child(2){
		min-height:216px;
	}
	section.contact .git:nth-child(3) a{
		font-size:9px;
		padding:5px 0px;
	}
	section.address .buttons{
		margin:0 auto;
		padding-top:10px;
		width:100%;
	}
	section.address .buttons a{
		display:table;
		margin:0 auto;
	}
	
	/*CERTIFICATIONS*/
	section.certifications .cert-container{
		max-width: 450px;
	}
	section.certifications .cert{
		width:105px;
	}
	section.certifications .cert h3{
		font-size:16px;
	}
    
    /*BROCHURE SECTION*/
    section.brochure .tile-wrapper{
		width: 544px;
		height: 800px;
	}
    /*Hold tile WRAPPER size for two tiles at 1230px*/
	section.brochure .tile-wrapper.two{
		width: 270px;
    }
    section.brochure a.tile{
        display: block;
        float:none;
        position:relative;
        margin:0 auto 70px auto;
    }
}


/*******************---PHONE SPECIFIC---*******************/
@media screen and (max-width: 550px) {
	
    .notice-wrapper{
        height: 70px;
    }
    #notice-close-btn{
        padding: 26px 12px;
    }
    header.push-down{
        top: 70px;
    }
    
	/*HERO CONTAINER TEXT*/
	.container .hero_text_1{
		font-size:5.9vw;
        /*font-size:5.35vw*/
	}
	.container .hero_text_2{
		font-size:8.6vw;
	}
	.container .hero_text_3{
		font-size:5.2vw;
	}
	.content-b {
		padding-top:145px;
		padding-bottom:100px;
	}
    section.parallax {
  		padding: 85px 0px 40px;
	}
	section.parallax.push-down {
  		padding: 155px 0px 40px;
	}
	
	section h1 {
		font-size:7vw;
		margin: 0 0 20px 0;
	}
	
	/*TILE MENU SECTION*/
	.tile-wrapper{
		height:130vw;
	}
	a.tile{
		width:calc(50% - 10px);
		height:calc(33% - 10px);
	}
	
	/*WHY CHOOSE SECTION*/
	.whychoose-item{
		padding:23px 20px 20px 20px;
	}
	.whychoose-item h2 sup{
		font-size:16px;
		vertical-align:5px;
	}
	section.whychoose h2{
		font-size:7vw;
	}
	.whychoose-col1{
		width:100%;
	}
	.whychoose-col2{
		display:none;
	}
	.circle-col1{
		display:block;
	}
	.whychoose-top{
		display:none;
	}
	
	/*SUBSCRIBE SECTION*/
	.subscribeform input {
		min-width:245px;
		font-size:14px;
		padding:7px 20px 7px 20px;
	}
	
	/*CUSTOMER CARE SECTION*/
	section.dedicated .dedicatedpic{
		width:66.58vw;
		height:75vw;
	}
	
	/*MULTILINGUAL SECTION*/
	section.multilingual .table-cell{
		padding:8px 5px;
		font-size:13px;
	}
	
	/*CAREERS SECTION*/
	section.careers-table .table-cell{
		padding:10px 5px;
		font-size:14px;
	}
	section.careers-table .table-header{
		font-size:16px;
	}
	
	/*NOT FOUND 404 PAGE*/
	section.notfound .backbtn{
		padding:0 0 0 3vw;
	}
	
	/*CONTACT PAGE*/
	section.contact{
		padding:80px 10px 20px 10px
	}
	
	/*COMPANY DIRECTORY SECTION*/
	section.directory{
		padding:40px 0;
	}
	section.directory .table-cell{
		padding:8px 3px;
		font-size:12px;
	}
	section.directory .table-header{
		font-size:16px;
	}
	section.directory .table-header .table-cell{
		padding: 8px 0px;
	}
	section.directory .table-sub-header .table-cell{
		padding:10px 0 5px 5px;
		font-size:10px;
	}
	section.directory .table-row .table-cell:nth-child(1){
		padding:8px 3px 8px 8px;
	}
	section.directory .table-row .table-cell:nth-child(2){
		padding:8px 3px 8px 0;
	}
	
	/*CERTIFICATIONS PAGE*/
	section.certifications .cert-container{
		max-width: 290px;
	}
	section.certifications .cert{
		margin:20px;
	}
	section.certifications .cert h3{
		font-size:14px;
	}
	
	/*ENGINEERING PAGE*/
	section.engineering h2{
		font-size:7vw;
		padding:1vw 0 5px 0;
	}
	section.engineering .pic{
		margin:1vw auto;
	}
}