@charset "utf-8";

.header-page { 
  position: relative;
  z-index: 3;
}
.header-page .menu-container {
  position: relative;
  max-width: 1440px;
  margin: auto;
  float: none !important;
  box-shadow: none;
}
.header-page h1.logo {
  float: left;
  width: 23%;
  text-align: center;
  margin-bottom: 0;
}

.header-page .navigation .top-nav {
  display: inline-block;
  background: #0033A1;  
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.header-page .navigation .top-nav:before,
.header-page .navigation .top-nav:after {
  content: " ";
  display: table;
}
.header-page .navigation .top-nav:after {
  clear: both;
}
.header-page .navigation .top-nav:before,
.header-page .navigation .top-nav:after {
  content: " ";
  display: table;
}
.header-page .navigation .top-nav:after {
  clear: both;
}
.header-page .navigation .top-nav a {
  color: #fff;
}
.header-page .navigation .top-nav > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 85%;
}
.header-page .navigation .top-nav > ul > li {
  list-style: none;
  margin: 0 0 1px;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}
.no-cssgradients .header-page .navigation .top-nav > ul > li {
  border-right: 1px solid #66a7d5;
}
.header-page .navigation .top-nav > ul > li:before {
  content: ' ';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 45px;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.5)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),0%,rgba(255,255,255,0.5),100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#7fffffff', GradientType=0);
  z-index: 2;
}
.header-page .navigation .top-nav > ul > li > a {
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 13px;
  padding: 0 20px;
  background: transparent;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}
.header-page .navigation .top-nav > ul > li > a:hover {
  background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/rgba.php?r=0&g=0&b=0&a=6");
  background: rgba(0,0,0,0.06);
}
.header-page .navigation .top-nav > ul > li.current-menu-item > a,
.header-page .navigation .top-nav > ul > li.current-menu-ancestor > a {
  background: #f1f4f9;
}
.header-page .navigation .top-nav > ul > li.current-menu-item > a:after,
.header-page .navigation .top-nav > ul > li.current-menu-ancestor > a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  font-size: 0;
  margin-left: -8px;
  border-top: 8px solid #00274D;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.header-page .navigation .top-nav .search-form {
  float: left;
  line-height: 45px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.header-page .navigation .top-nav .search-form .search-input {
  display: inline-block;
  line-height: 13px;
}
.header-page .navigation .top-nav .search-form .search-input .text-input {
  font-family: "open-sans";
  line-height: 20px;
  width: 150px;
  border: 0;
  margin: 0;
  padding: 4px 8px;
  color: gray;
  font-weight: 500;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/rgba.php?r=255&g=255&b=255&a=20");
  background: rgba(255,255,255,0.2);
}
.header-page .navigation .top-nav .search-form .search-input .text-input:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/rgba.php?r=255&g=255&b=255&a=34");
  background: rgba(255,255,255,0.34);
}
.header-page .navigation .top-nav .search-form .search-input .text-input:-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.header-page .navigation .top-nav .search-form .search-input .text-input::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}
.header-page .navigation .top-nav .search-form .search-input .text-input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.header-page .navigation .top-nav .search-form .search-input .text-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.header-page .navigation .top-nav .search-form .search-input .search-icon {
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0 0 0 6px;
  background: transparent 50% 50% no-repeat;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}
.header-page .navigation .top-nav .search-form .search-input .search-icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header-page .navigation .current-nav:before,
.header-page .navigation .current-nav:after {
  content: " ";
  display: table;
}
.header-page .navigation .current-nav:after {
  clear: both;
}
.header-page .navigation .current-nav:before,
.header-page .navigation .current-nav:after {
  content: " ";
  display: table;
}
.header-page .navigation .current-nav:after {
  clear: both;
}
.header-page .navigation .current-nav a {
  font-family: HelveticaNeueW01-65Medi;
}
.header-page .navigation .current-nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
   justify-content: space-around;
}
.header-page .navigation .current-nav > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-page .navigation .current-nav > ul > li > a {
  font-weight: 100;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  height: 28px;
  font-family: HelveticaNeueW01-75Bold !important;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  letter-spacing: 0.03em;
}


.header-page {
  background: #0033A1;
}
.header-page .menu-container {
  padding: 0;
}
.header-page .menu-container:before,
.header-page .menu-container:after {
  content: " ";
  display: table;
}
.header-page .menu-container:after {
  clear: both;
}
.header-page .menu-container:before,
.header-page .menu-container:after {
  content: " ";
  display: table;
}
.header-page .menu-container:after {
  clear: both;
}
.header-page a {
  color: #fff;
}
.header-page .logo .mobile-logo {
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
  font: "open-sans";
  display:block;
}
.header-page .logo{margin: 0;}
.header-page .logo .desktop-logo{display:none;}
.header-page .navbar-toggle {
  float: left;
  margin: 0;
  padding: 13px 11px;
  border: 0;
  position: relative;
  border-radius: 0;
}
.responsive-panel-open .header-page .navbar-toggle {
  background: #00274D;
}
.header-page .navbar-toggle .icon-bar {
  background: #fff;
}
.header-page .navbar-toggle:before {
  content: ' ';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 40px;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.5)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),0%,rgba(255,255,255,0.5),100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#7fffffff', GradientType=0);
  z-index: 2;
}
.header-page .search-toggle {
  float: right;
  background: transparent;
  position: relative;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border-width: 0;
  color: #fff;
  font-size: 24px;
  width: 44px;
  background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/mag.png") 50% 50% no-repeat;
}
.header-page .search-toggle:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 40px;
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.5)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),0%,rgba(255,255,255,0.5),100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#7fffffff', GradientType=0);
  z-index: 2;
}


.current-nav > ul > li {
  position: relative;
  zoom: 1;
}
.current-nav > ul > li.mega {
  position: static;
}
.current-nav > ul > li > a {
  position: relative;
  z-index: 2;
}
.current-nav > ul > li ul {
  position: absolute;  
  background: #fff;
  -webkit-transition: opacity .2s, background .2s;
  transition: opacity .2s, background .2s;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  zoom: 1;
  padding: 15px 0;
}
.current-nav > ul > li ul li {
  position: relative;
  list-style: none;
  padding: 0;
  font-weight: 500;
  line-height: .8em;
}
.current-nav > ul > li ul li > a {
  padding: 5px 15px;
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
  line-height: 1.2em;
}
.current-nav > ul > li ul li:hover > a {  
  color: #002d72;
}
.current-nav > ul > li > ul {
  top: 100%;
  left: -9999em;
  width: 220px;
}
.current-nav > ul > li > ul > li ul {
  margin-top: -15px;
  top: 0;
  left: -9999em;
}
.current-nav > ul > li > ul li:hover > ul {
  left: 100% !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.current-nav > ul > li > ul a {
  display: block;
}
.current-nav  ul  li.menu-item-has-children a:before, 
.current-nav  ul  li.menu-item-has-children a:after {
  border: medium solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  pointer-events: none;
  transition: all 0.2s ease 0s;
  width: 0;
  position: relative;
  top: 1px;
}

.current-nav > ul > li.menu-item-has-children a:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 0px;
  margin-left: 0px;
}
.current-nav > ul > li.mega > ul {
  display: none;
}
.current-nav > ul > li .mega-menu {
  position: absolute;
  left: -9999em;
  width: 100%;
  top: 100%;
  background: transparent url("../../images/menu-back.png");
  background: #cd700e !important;
  -webkit-transition: opacity .2s, background .2s;
  transition: opacity .2s, background .2s;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  zoom: 1;
}
.current-nav > ul > li .mega-menu .mega-menu-inner {
  position: relative;
  padding: 15px 15px 0;
  margin: 0 -20px 0 0;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  background: transparent none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  z-index: 2;
  zoom: 1;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li {
  list-style: none;
  float: left;
  width: 24.9%;
  padding: 0 0 10px;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.4em;
  margin-right: 20px;
  color: #fff;
  padding: 0;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li:hover > a {
  background: transparent;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li > ul {
  z-index: 2;
  zoom: 1;
  position: relative;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
  margin-right: 24px;
  background: transparent none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li > ul > li {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li > ul > li > a {
  padding: 0;
  margin: 0 0 0.4em;
  display: block;
  color: #d1e3ed;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li > ul > li:hover > a {
  background-color: transparent;
  color: #fff;
}
.current-nav > ul > li .mega-menu .mega-menu-inner > ul > li.clear-left {
  clear: left;
}
.current-nav > ul > li:hover.menu-item-has-children > a:after,
.current-nav > ul > li:hover.menu-item-has-children > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.current-nav > ul > li:hover.menu-item-has-children > a:after {
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  margin-top: -1px;
}
.current-nav > ul > li:hover .mega-menu {
  z-index: 1;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.current-nav > ul > li:hover > ul {
  z-index: 1;
  left: 0;
  opacity: 0.96;
  filter: alpha(opacity=100);
}
.current-nav > ul > li.delayed-hide .mega-menu,
.current-nav > ul > li.delayed-hide >ul {
  left: 0;
}
.menu-item-has-no-children a{
  line-height: 27px !important;
}
.menu-item a:focus, .menu-item a:hover,.login-btn.dwncredit:hover,.login-btns:hover,article header h3 a:hover
,.backto_link a:hover{
  text-decoration: none;
}
.service-offering a {
  color: #0033A1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}
.header-video-text{  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%;
}
.delivering-part{
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #fafafb;
    font-family: "Arial";
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.banner-header{
    width: 432px;
    height: 127px;
    background-color: #0033a1;
    position: relative;
    right: 276px;
    top: 8px;
}
.fixed-height{
  position: relative;
}
.type-ahead{
  padding-top: 50px;
}
.type-ahead .advance-search-form{
  position: relative;
  left: 50%;
  display: inherit;
  transform: translate(-50%, -50%);
  width: 647px;
}
.shop-nw{
  min-width: 100%;
  height: 29px;
  text-transform: uppercase;
  padding: 0px;
  background-color: #0033A1;
  border-radius: 0;
  color: #fff;
  font-family: HelveticaNeueW01-75Bold !important;
  font-style: italic;
  letter-spacing: 0.3px;
}
.advance-search{
  vertical-align: middle;
  border-radius: 0px;
  background-color: #ffffff;
  color: #4a4a4a;
  height: 30px;
  line-height: 2px;
  width: 100%;  
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
  outline: 0;
}
.advance-search:focus{
  border-color: #d4d0d0;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.type-ahead .bg-white{
  background: #fff;
  border-left: .4px solid #ced4da;
}


/* product list start */
.product-list {
  padding: 0;
  margin: -10px -10px 0;
  font-size: 0;
}
.product-list > li {
  font-size: 14px;
  padding: 10px;
  list-style: none;
  margin: 0;
}
.product-list > li:before,
.product-list > li:after {
  content: " ";
  display: table;
}
.product-list > li:after {
  clear: both;
}
.product-list > li:before,
.product-list > li:after {
  content: " ";
  display: table;
}
.product-list > li:after {
  clear: both;
}
.product-list > li .image-link {
  display: block;
  background: #f3f3f3;
  width: auto;
  position: relative;
  overflow: hidden;
}

.product-list > li .image-link img {
	max-width: 100%;
    height: auto;
    border-radius: 5px;
    width: 100%;
}
.product-list > li .image-link .slide-text {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-list > li .image-link .slide-text > span {
  white-space: nowrap;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -0.6em;
  color: #fff;  
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.product-list > li .image-link:hover .slide-text > span {
	display: block;
}
.product-list > li .image-link:hover .slide-text {
  background: transparent url("../boeing-images/rgba_dark.png");  
}

.product-list-slide-left > li .image-link .slide-text {
  top: 0;
  text-indent: 2em;
  left: 100%;
  margin-left: -15px;
  padding-left: 15px;
}

.product-list-slide-left > li .image-link:hover .slide-text {
  margin-left: 0;
  padding-left: 0;
  left: 0;
  text-indent: 0em;
}
/* .product-list-slide-up > li .image-link .slide-text {
  top: 100%;
  left: 0;
  margin-top: -15px;
  padding-top: 15px;
} */
.product-list-slide-up > li .image-link .slide-text {
  bottom: 0;
  left: 0;
  margin-top: 150px;
  /* padding-top: 15px; */
  height: 15px;
  border-radius: 0 0 5px 5px;
}
.product-list-slide-up.product-list-2col > li .image-link .slide-text {
	margin-top: 165px;		
}
@media (max-width: 767px) {
  .product-list-slide-up > li .image-link .slide-text {
    top: 0;
	  left: 0;
	  margin-top: -20px;
	  /* padding-top: 15px; */
	  height: 20px;
	  border-radius: 0;
	  transition: none;
	  -webkit-transition: none;
  }
  .product-list-slide-up.product-list-3col > li .image-link:hover .slide-text {
      top: 0;
	  left: 0;
	  margin-top: -20px;
	  /* padding-top: 15px; */
	  height: 20px;
	  border-radius: 0;
	  transition: none;
	  -webkit-transition: none;
	  background: rgba(255,130,51,0.75);
  }
  .product-list-slide-up.product-list-2col > li .image-link .slide-text {
	  top: 0;
	  left: 0;
	  margin-top: -20px;
	  /* padding-top: 15px; */
	  height: 20px;
	  border-radius: 0;
	  transition: none;
	  -webkit-transition: none;
	}
	.product-list-slide-up.product-list-2col > li .image-link:hover .slide-text {
	  top: 0;
	  left: 0;
	  margin-top: -20px;
	  /* padding-top: 15px; */
	  height: 20px;
	  border-radius: 0;
	  transition: none;
	  -webkit-transition: none;
    background: rgba(255,130,51,0.75);
    
	}
	.product-list > li .image-link .slide-text > span {
		top: 0px;	
	}
	.product-list > li .image-link:hover .slide-text > span {
		top: 0px;
		display: none;	
	}
}
.product-list-slide-up > li .image-link:hover .slide-text {
  margin-top: 0;
  padding-top: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
}
.product-list-slide-up > li .content {
  margin-top: 10px;
}
.product-list-slide-up > li .content > h4 {
  margin-bottom: 10px;
}
.product-list-2col:before,
.product-list-2col:after {
  content: " ";
  display: table;
}
.product-list-2col:after {
  clear: both;
}
.product-list-2col:before,
.product-list-2col:after {
  content: " ";
  display: table;
}
.product-list-2col:after {
  clear: both;
}
.product-list-2col > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.product-list-3col:before,
.product-list-3col:after {
  content: " ";
  display: table;
}
.product-list-3col:after {
  clear: both;
}
.product-list-3col:before,
.product-list-3col:after {
  content: " ";
  display: table;
}
.product-list-3col:after {
  clear: both;
}
.product-list-3col > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333333%;
}


.product-list-wide > li .image-link {
  float: left;
}

.product-list-wide > li .content {
  margin-left: 250px;
}

.product-list-wide > li .content > h4 {
  margin-top: 0;
}

.img-heading {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list > li .image-link .slide-text {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent ;    
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.product-list > li .image-link:hover .slide-text.bg-product {
  background: url(../boeing-images/product_Hover.jpg);
  background-size: 100%;
}
.hover-text {
  line-height: 48px;
  font-size: 30px !important;
  cursor: pointer;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100% !important;
  text-align: center !important;
  font-weight: normal !important;
  font-family:  HelveticaNeueW01-65Medi !important;
  white-space: inherit !important;
  margin-top: auto !important;
}
.product-list > li .image-link:hover .slide-text.bg-service {
  background: #1e366c;
  background-size: 100%;
}
.product-list > li .image-link:hover .slide-text.bg-shopklx {
  background: url(../boeing-images/boeinghover.jpg);
  background-size: 100%;
}
.padd-rht{
  padding-right: 0 !important;
}
.padd-left{
  padding-left: 0 !important;
}
.main-underline {
  border-bottom: 2px solid #0033A1;
  margin-bottom: 30px;
}
.padd-rt-30{
  padding-right: 30px;
}
.mar-bott {
  margin-bottom: -9px;
}
.mar-bott a{
  color: #000;
  font-size: 28px;
  font-weight: 100;
  font-family: HelveticaNeueW01-75Bold !important;
  font-style: italic;
  text-transform: uppercase;
}

.mar-bott a:hover,.news-sub-heading a:hover,.news-sub-heading:hover{
  text-decoration: none;
}
.mrgn-btm-30 {
  margin-bottom: 30px !important;
}
.padd-tp-10{
  padding-top: 10px;
}
.news-sub-heading a,.news-sub-heading{
  font-size: 20px;
  line-height: 30px;
  color: #0033A1;
  font-family: HelveticaNeueW01-65Medi;
}
.withoutlogin.containers{
  margin: 0 auto;
  max-width: 1440px;
} 
.with-login.containers {
  max-width: 1440px;
  margin: auto;
}


.products-submenu {
  background: #f0f0f0;
  padding: 20px 10px 20px 20px;
  line-height: 24px;
}
.products-submenu > h4 {
  margin-top: 0;
  font-size: 20px;
  color: #0033A1;
  font-family: HelveticaNeueW01-75Bold;
  margin-bottom: 15px;
}
.products-submenu a {
  color: #333;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.products-submenu a:hover {
  color: #000;
}
.products-submenu ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.products-submenu ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0 .4em;
}
.products-submenu ul > li ul {
  margin-top: 0.4em;
  margin-left: 15px;
}
.products-submenu ul > li.current {
  position: relative;
}
.products-submenu ul > li.current a {
  color: #004F5A;
  font-weight: 600;
}
.products-submenu ul > li.current:before {
  position: absolute;
  left: -10px;
  top: -1px;
  /*content: 'Ã¢â‚¬Âº';*/
  color: #004F5A;
  font-weight: 600;
}
.product-image-banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}
.product-image-banner .containers {
  position: relative;
  min-height: 450px;
}

.product-image-banner .image-slider {
  height: 100%;
  position: relative;
}
.product-image-banner .image-slider > div {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.product-image-banner .image-slider > div.active {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-image-banner .box {
  z-index: 3;
  position: absolute;
  right: 80px;
  top: 20px;
  width: 200px;  
  background-image:url(../../images/overlay.html);
}

.product-image-banner .box .labels {
  position: absolute;
  top: 20px;
  right: 60%;
  text-align: right;
  width: 265px;
  font-size: 0;
}
.breadcrumbs a{
  color: #0033A1;
  font-size: 12px;
}
.header-din {
  font-family: HelveticaNeueW01-65Medi;
  font-weight: 800;
  font-size: 45px;
  color: #0033A1;
}
.page-title.underline {
  border-bottom: 2px solid #0033A1;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 48px;
}
.commn-clr-bld{
  color: #0033A1;
  font-family: HelveticaNeueW01-65Medi;
}
.products-submenu ul li a:hover, .product-list li .product-category-entry h4 a,.breadcrumbs a{
  text-decoration: none
}
.p-l-height{
  line-height: 22px;
}
.p-l-height-30{
  line-height: 30px;
}
.product-list li .product-category-entry h4 a{
  color: #0033A1;
  font-size: 20px;
  font-family: HelveticaNeueW01-75Bold;
}
.underline {
  text-transform: capitalize;
}


/*
.product-list > li .image-link .slide-text {
    background-color: rgba(0,115,150, 0.75);
}

.product-list-slide-up > li .image-link .slide-text {
    bottom: 0;
    left: 0;
    margin-top: 150px;
    padding-top: 15px;
    height: 15px;
    border-radius: 0 0 5px 5px;
}
*/

/* banner Image starts*/
.product-image-banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}
.product-image-banner .container {
  position: relative;
  min-height: 450px;
}
@media (max-width: 767px) {
  .product-image-banner .container {
    min-height: 0;
  }
}
.product-image-banner .image-slider {
  height: 100%;
  position: relative;
}
.product-image-banner .image-slider > div {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.product-image-banner .image-slider > div.active {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-image-banner .box {
  z-index: 3;
  position: absolute;
  right: 80px;
  top: 20px;
  width: 200px;
  /*background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/rgba.php?r=255&g=255&b=255&a=80");
  background: rgba(255,255,255,0.8);*/
  background-image:url(../../images/overlay.html);
}

.product-image-banner .box .labels {
  position: absolute;
  top: 20px;
  right: 60%;
  text-align: right;
  width: 265px;
  font-size: 0;
}
@media (max-width: 767px) {
  .product-image-banner .box .labels {
    position: static;
    top: auto;
    right: auto;
    width: auto;
  }
}
.product-image-banner .box .labels > div {
  display: inline-block;
  text-align: center;
}
.box_border
{
border-top:1px solid #005DAA; width: 260px;margin-left: 125px;
}
.product-image-banner.single-product .box_border
{
width: 100%; margin-left: 0px;
}
.box_content
{
margin-top:110px;width:350px;margin-left:-13px;
}
.product-image-banner.single-product .box_content
{
margin-top: 4px; margin-left:0px; /* width:350px; */
}
@media (max-width: 767px) {
  .product-image-banner .box .labels > div {
    display: block;
    margin-left: 0px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-image-banner .box .labels .parent {
 /* background: transparent url("https://beaerospace.com/wp-content/themes/be/assets/stylesheets/../images/rgba.php?r=0&g=39&b=77&a=90");
  background: rgba(0,39,77,0.9);*/
  font-family: "open-sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 20px;
  color: #fff;
}

.product-image-banner .box .labels .parent a {
  color: #002D72;
  font-weight:bold;
}
.product-image-banner .box .labels .title {
  font-family: HelveticaNeueW01-65Medi;
  font-weight: 200;
  text-align: right;  
  color: #0033A1;
  font-size: 24px;
  margin-right:43px;
  font-weight:bold;
 
}
.product-image-banner.single-product .box .labels .title {
/* font-weight: 200; */
text-align: left;
font-size: 30px;
margin: 10px 0;
}

.product-image-banner .box .box-content {
  font-family: HelveticaNeueW01-Thin;
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  line-height: 1.7em;
  max-height: 275px;
  min-height: 120px;
}
.product-image-banner .box .box-content .box-content-title {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 8px;
}
.product-image-banner .box .box-content .box-content-description {
	font-size: 17px;
	font-weight: bold;
}

.product-image-banner .box .box-content > p:first-child {
  margin-top: 0;
}
.product-image-banner.single-product {
  min-height: 490px;
  border-bottom: 1px solid #d8d8d8;
 /* background-color: #e1e1e1;*/
}
.product-image-banner.single-product .container {
  position: relative;
  height: 490px;
}

.product-image-banner.single-product .image-slider {
  display: block;
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}


.product-image-banner.single-product .box {
  right: 0;
  top: 12px;
  width: 310px;
  left: 10px;
}

.product-image-banner.single-product .box .labels { 
  font-size: 0;
  position: relative;
  left: 0px;
  text-align: left;
  top: 0px;
  width: 100%;
}
.product-image-banner.single-product .box .labels .parent {
font-family: HelveticaNeueW01-Thin;
padding: 8px 0;
}

.product-image-banner.single-product .box .box-content {
  background: #f2f2f2;
}

.product-image-banner.single-product .thumb-nav-container {
  position: absolute; 
  bottom: 20px;
  max-width: 50%;
  z-index: 3;
}
.product-image-banner.single-product .thumb-nav-container.thumb-nav-container-2 {
  max-width: 40%;
}

.product-image-banner.single-product .thumb-nav-container h4 {
  color: #00274D;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav {
  position: relative;
}

.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li {
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li a {
  display: block;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li a > span {
  display: block;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li a img {
  max-width: 100%;
  height: auto;
  border: 4px solid transparent;
  border-radius: 10px; 
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li:hover img {
  border-color: #ccc;
}
.product-image-banner.single-product .thumb-nav-container .thumb-nav .thumbs ul li.active img {
  border-color: #0033A1;
}
.product-image-banner.product-collection .image-slider {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.product-image-banner.product-collection .image-slider img {
  display: none;
}
.product-image-banner .next-prev-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  font-size: 50px;
  line-height: 1em;
}
.product-image-banner .next-prev-nav .prev,
.product-image-banner .next-prev-nav .next {
  position: absolute;
  color: #0033A1;
  text-shadow: 0 0 1px #fff;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.product-image-banner .next-prev-nav .prev:hover,
.product-image-banner .next-prev-nav .next:hover {
  color: #0033A1;
}
.product-image-banner .next-prev-nav .prev {
  right: 100%;
  margin-left: 10px;
}
.product-image-banner .next-prev-nav .next {
  left: 100%;
  margin-right: 10px;
}
.product-image-banner .bullet-nav {
  position: absolute;
  top: 100%;
  left: 0;
  /*width: 100%;*/
  text-align: center;
  /*margin-top: 10px;*/
  font-size: 0px;
}

.product-image-banner .bullet-nav a {
  color: #999;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.product-image-banner .bullet-nav a i {
  font-size: 20px;
  margin: 0 2px;
}
.product-image-banner .bullet-nav a:hover {
  color: #777;
}
.product-image-banner .bullet-nav a.active {
  color: #428bca;
}
.right-arw{
  font-size: 60px;
}

/* banner image end */
.commn-ttle{
  border-bottom: 2px solid #0033A1;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 48px;
  color: #0033a1;
  font-family: HelveticaNeueW01-65Medi;
}
.sidebar-blocks .block-dark-blue {
  background-color: #dddede;
  width: 350px;  
}
.sidebar-blocks .block {
  padding: 20px;
  margin-bottom: 20px;
}
.sidebar-blocks .block .content h3 {  
  font-size: 24px;
  color: #0033a1;
  line-height: 30px;
  font-family: HelveticaNeueW01-65Medi;
  margin-bottom: 12px;
}
.sidebar-blocks .block-dark-blue a{
  color: #007396;
}
.sidebar-blocks .block-dark-blue .material-icons{
  color: #0033a1;
}
.sidebar-blocks .block-dark-blue a:hover{
  color: #fff;
  text-decoration: none;
}
.c-reprsentive{
  position: absolute;
  left: 16%;
}
.box .labels .parent  a:hover{
  text-decoration: none;
}
.mrgn-top-30{
  margin-top: 30px !important;
}


/* panel group start */

ul.panel-group > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.panel-group > li:before {
  content: '';
  display: none;
}
ul.panel-group .panel-default {
  border-width: 0 0 1px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
ul.panel-group .panel-default > .panel-heading {
  background: transparent;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}
ul.panel-group .panel-default > .panel-heading a {
  
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #585858;
}
ul.panel-group .panel-default > .panel-heading a i {
  display: inline-block;
  float: right;
  
  line-height: .9em;
  color: #ADAFB1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
ul.panel-group .panel-default > .panel-heading a i.icon-arrow-up5 {
  display: none;
}
ul.panel-group .panel-default > .panel-heading a i.icon-arrow-down5 {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
ul.panel-group .panel-default > .panel-heading a:hover {
  color: #333;
}
ul.panel-group .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-width: 0;
  line-height: 26px;
}
ul.panel-group .open > .panel-heading a > i.icon-arrow-down5 {
  display: none;
}
.csstransforms3d ul.panel-group .open > .panel-heading a > i.icon-arrow-down5 {
  display: inline;
  display: inline-block;
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
  color: #529CD0;
}
ul.panel-group .open > .panel-heading a i.icon-arrow-up5 {
  display: inline;
  display: inline-block;
}
.csstransforms3d ul.panel-group .open > .panel-heading a i.icon-arrow-up5 {
  display: none;
}
.panel-default {
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;

}
.icon-arrow-up5{
  float: right;
  line-height: .9em;
  color: #ADAFB1;
  
}
.icon-arrow-down5{
  float: right;
  line-height: .9em;
  color: #ADAFB1;
  
}
.font-34{
  font-size: 34px;
}
li.panel-default{
  border-bottom: 1px solid #efe7e7;
}
/* panel group end */
.benfit{
  text-transform: uppercase;
  font-size: 14px;
  font-family: HelveticaNeueW01-75Bold;
}
.list-icons li{
  list-style: square;
}
.list-icons li ul li{
  list-style: circle;
}
.padd-lft-20{
  padding-left: 20px;
}
.flt-none{
  float: none !important;
}
.product-image-banner .image-slider + .containers .box {
  background-color: #0033A1;
  top: 68%;
  left: 23px;
  width: 510px;
  color: #fff;
  font-family: HelveticaNeueW01-75Bold;
  letter-spacing: 2px;
}
.more-link:hover{
  text-decoration: none;
}

.gsection_title{
  font-family: HelveticaNeueW01-75Bold;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;

}
.sup{
  font-size: 25px;
  padding: 0;
  color: #b94a48;
  position: absolute;
  top: 2px;
}
.pad-rt-0{
  padding-right: 0;
}
.mrgn-top-15 {
  margin-top: 15px;
}
.gfield_description{
  color: #999;  
  padding-top: 10px;
}

.c-rqst-datepicker-container {
  border-bottom: solid 1px #e6e6e6;
  height: 48px;
  width: 100%
}

.c-rqst-datepicker-container .dpicker-input .form-control {
  margin-top: 29px;
  font-size: 12px;
  border-bottom: 0;
  float: left;
  width: 50%
}

.c-rqst-datepicker-container .dpicker-input .material-icons {
  width: 16px;
  height: 16px;
  font-size: 18px;
  color: #888;
  margin-top: 28px;
  margin-left: 0px;
  float: left;
  margin-right: 10px
}

.c-rqst-datepicker-container .static-lbls {
  font-size: 14px;
  color: rgba(0,0,0,0.54);
  margin-top: 23px!important;
  display: block
}
.max-width-63{
  max-width: 63px;
}
.gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list td {
  vertical-align: middle;
  padding: 4px;
}
.gfield_list_icons {
  width: 60px;
  position: relative;
  padding-left: 6%;
  padding-right: 0;
}
.delete_list_item {
  cursor: pointer;
  visibility: hidden;
}
#requestQuoteButton{
  width: 176px !important;
  font-style: normal !important;
}
.pad-tp-4{
  padding-top: 4px;
}
.pad-tp-4 .downarrow{
  top: 40px !important;
}

.login-btn.dwncredit{
  font-size: 20px;
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  background: #002d72;
  border-color: #002d72;
  color: #fff !important;
  font-style: normal !important;
}
.reminder{
  color: #0033a1;
}
.login-btns{
  font-size: 20px;
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  background: #002d72;
  border-color: #002d72;
  color: #fff !important;
  font-family: HelveticaNeueW01-75Bold !important;
}
.year{
  font-size: 24px;
  color: #0033a1;
  font-family: HelveticaNeueW01-65Medi;
}
.str-color{
  color: #58595B;
}
.awards > div > div {
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;

}
.icon-trophy:before {
  content: "\e638";
}
.award-detail-div h4{
  font-size: 20px;
  color: #0033a1;
  font-family: HelveticaNeueW01-75Bold ;
}
.award-detail-div h4 + p{
  font-family: HelveticaNeueW01-65Medi;
  line-height: 28px;
}
article header h3 a {
  color: #0033A1;
  font-family: HelveticaNeueW01-75Bold ;
  font-size: 24px;
}
article header h3 a:hover, .list-entry p a:hover{
  text-decoration: none;
  color: #002227;
}
article.list-entry {
  margin-bottom: 2em;
}

.map-bd {
  position: relative;
}
.map-bd .search-box {
  position: relative;
  margin-right: -15px;
  margin-top: 20px;
  background: #f9f9f9;
  background: rgba(249,249,249,0.9);
}
@media (max-width: 767px) {
  .map-bd .search-box {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 0;
  }
}
.map-bd .search-box > div {
  padding: 15px 30px;
}
.map-bd .search-box .intro {
  background: #00274D;
  color: #8CD2F4;
  
  font-size: 20px;
}
.map-bd .search-box .browse-panel,
.map-bd .search-box .search-panel {
  border-bottom: 1px solid #d8d8d8;
}
.map-bd .results {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -15px;
  padding: 0;
}
@media (max-width: 767px) {
  .map-bd .results {
    margin-left: -15px;
  }
}
.map-bd .results > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #d8d8d8;
  background: #f9f9f9;
  background: rgba(249,249,249,0.9);
}
.map-bd .results > li .map-result .short-result,
.map-bd .results > li .map-result .long-result {
  position: relative;
  padding: 20px 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map-bd .results > li .map-result .short-result .close-long-result,
.map-bd .results > li .map-result .long-result .close-long-result {
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 2000;
  color: #E86D1F;
  font-size: 20px;
}
.map-bd .results > li .map-result .short-result:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  font-size: 24px;
  line-height: 1em;
  margin-top: -0.5em;
  content: "\e6dc";
  font-family: 'be';
  color: #ccc;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map-bd .results > li .map-result .long-result {
  display: none;
}
.map-bd .results > li:hover {
  background: #fff;
  background: rgba(255,255,255,0.94);
  cursor: pointer;
}
.map-bd .results > li.active {
  background: #fff;
}
.map-bd .results > li.active .map-result .short-result:after {
  color: #E86D1F;
}
@media (max-width: 767px) {
  .map-bd .results > li.active .map-result .short-result {
    display: none;
  }
  .map-bd .results > li.active .map-result .long-result {
    display: block;
  }
}
.map-result-full {
  max-width: 330px;
}
@media (min-width: 992px) {
  .map-result-full {
    max-width: 500px;
  }
}
.map-result-full.has-additional-info {
  width: 330px;
}
@media (min-width: 992px) {
  .map-result-full.has-additional-info {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .map-result-full .col-sm-6 {
    margin-bottom: 10px;
  }
}
.map-result-full .close-long-result {
  display: none;
}
.map-result .edit-link,
.contact-card .edit-link {
  margin-top: 20px;
}
.map-result div.title,
.contact-card div.title {
  
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: .4em;
}
.map-result div.row-icon,
.contact-card div.row-icon {
  clear: both;
}
.map-result div.row-icon > i,
.contact-card div.row-icon > i {
  width: 1.3em;
  text-align: center;
  float: left;
  vertical-align: middle;
  color: #aaa;
  font-size: 1.1em;
  line-height: 1.5em;
}
.map-result div.row-icon > i.icon-certificate,
.contact-card div.row-icon > i.icon-certificate {
  color: #E86D1F;
}
.map-result div.row-icon > .value,
.contact-card div.row-icon > .value {
  margin-left: 1.5em;
}
.map-result div.global-support-capability,
.contact-card div.global-support-capability {
  font-weight: bold;
  margin-bottom: .4em;
  color: #529CD0;
}
.map-result div.result-heading,
.contact-card div.result-heading {
  margin-left: -12px;
  margin-right: -32px;
  padding-left: 12px;
  padding-right: 32px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.block .map-result div.result-heading,
.block .contact-card div.result-heading {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block .map-result div.result-heading .title,
.block .contact-card div.result-heading .title {
  color: #fff;
}
.map-result div.contact-info,
.contact-card div.contact-info {
  margin-bottom: 15px;
}
.map-result-wrap {
  position: relative;
  font-size: 13px;
  font-family: "open-sans";
}
.map .map-result-wrap {
  margin-right: -10px;
}
.map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #8CD2F4;
}
.map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container .close-long-result {
  display: none !important;
}
body .select2-container {
  width: 100%;
}
body .select2-container .select2-choice {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  background-image: none;
  padding: 10px 40px 0 18px;
}
selectbody .select2-container .select2-choice {
  height: 45px;
  line-height: 45px;
}
textareabody .select2-container .select2-choice {
  height: auto;
}
body .select2-container .select2-choice .select2-arrow {
  background: transparent none;
  border-left-width: 0;
  width: 30px;
}
body .select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 1;
  font-family: 'be';
  color: #666;
}
body .select2-container .select2-choice .select2-arrow b:after {
  content: '\e6da';
}
body .select2-container.select2-dropdown-open .select2-choice {
  background: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  content: '\e6db';
}
.select2-container-multi {
  margin-top: 10px;
}
.reset-filters-container {
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #fff;
}
.map-form-panel > h3 {
  font-size: 18px;
  margin: 0;
}
.map-form-panel > h3 > a {
  display: block;
  color: #58595B;
  -webkit-transition: 0.2s;
  transition: 0.2s;

}
.map-form-panel > h3 > a > i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.map-form-panel > h3 > a > i.icon-minus2 {
  display: none;
}
.map-form-panel > h3 > a:hover {
  color: #000;
}
.map-form-panel.active > h3 > a {
  color: #E86D1F;
}
.map-form-panel.active > h3 > a > i.icon-minus2 {
  display: inline-block;
}
.map-form-panel.active > h3 > a > i.icon-plus2 {
  display: none;
}
.map-form-panel .panel-body {
  padding-top: 20px;
}


.map-bd .results > li .map-result .short-result,
.map-bd .results > li .map-result .long-result {
  position: relative;
  padding: 20px 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map-bd .results > li .map-result .short-result .close-long-result,
.map-bd .results > li .map-result .long-result .close-long-result {
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 2000;
  color: #E86D1F;
  font-size: 20px;
}
.map-bd .results > li .map-result .short-result:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  font-size: 24px;
  line-height: 1em;
  margin-top: -0.5em;
  content: "\e6dc";
  font-family: 'be';
  color: #ccc;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map-bd .results > li .map-result .long-result {
  display: none;
}
.map-bd .results > li:hover {
  background: #fff;
  background: rgba(255,255,255,0.94);
  cursor: pointer;
}
.map-bd .results > li.active {
  background: #fff;
}
.map-bd .results > li.active .map-result .short-result:after {
  color: #E86D1F;
}

.map-result-full {
  max-width: 330px;
}

.map-result-full.has-additional-info {
  width: 330px;
}

.map-result-full .close-long-result {
  display: none;
}
.map-result .edit-link,
.contact-card .edit-link {
  margin-top: 20px;
}
.map-result div.title,
.contact-card div.title {
  font: "aaux-next";
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: .4em;
}
.map-result div.row-icon,
.contact-card div.row-icon {
  clear: both;
}
.map-result div.row-icon > i,
.contact-card div.row-icon > i {
  width: 1.3em;
  text-align: center;
  float: left;
  vertical-align: middle;
  color: #aaa;
  font-size: 1.1em;
  line-height: 1.5em;
}
.map-result div.row-icon > i.icon-certificate,
.contact-card div.row-icon > i.icon-certificate {
  color: #E86D1F;
}
.map-result div.row-icon > .value,
.contact-card div.row-icon > .value {
  margin-left: 1.5em;
}
.map-result div.global-support-capability,
.contact-card div.global-support-capability {
  font-weight: bold;
  margin-bottom: .4em;
  color: #529CD0;
}
.map-result div.result-heading,
.contact-card div.result-heading {
  margin-left: -12px;
  margin-right: -32px;
  padding-left: 12px;
  padding-right: 32px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.block .map-result div.result-heading,
.block .contact-card div.result-heading {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block .map-result div.result-heading .title,
.block .contact-card div.result-heading .title {
  color: #fff;
}
.map-result div.contact-info,
.contact-card div.contact-info {
  margin-bottom: 15px;
}
.map-result-wrap {
  position: relative;
  font-size: 13px;
  font-family: "open-sans";
}
.map .map-result-wrap {
  margin-right: -10px;
}
.map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #8CD2F4;
}
.map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container .close-long-result {
  display: none !important;
}
body .select2-container {
  width: 100%;
}
.map-container + .container{
  margin: 0 auto;
  max-width: 1100px !important;
}
.map-result .short-result .row-icon{
  line-height: 24px;
}
.visibility-h{
  visibility: hidden;
}

/* perfect Point css Starts*/
.Header-page {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -150px;
  cursor: pointer;
  
}
.padd-left-20{
  padding-left: 20px;
}
.backto_link a{
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.perfect-point-heading{
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-family: HelveticaNeueW01-75Bold !important;
}
.padd-left-60{
  padding-left: 60px;
}
.perfect-point-paragrap{
  width: 574px;
  height: 281px;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
  font-family: HelveticaNeueW01-Thin;
}
.p-heading{
  width: 1357px;
  font-size: 60px;
  line-height: 60px;
  color: #5f6a72
}
.p-para{
  font-size: 24px;
  line-height: 34px;
  color: #5f6a72;
}
.product-para{
  font-size: 24px;
  line-height: 40px;
  color: #5f6a72;
}
/*------------------------ kh styles  11-1 2019 ------*/
.padd-top-30{
  padding-top: 30px;
}
.b-blue-bg{
  background-color: #91bfe9;
  height:100px;
}
.padd-top-14{
  padding-top:15px;
}
.thin-headings{
  font-family: HelveticaNeueW01-Thin;
  font-size: 60px;
  color:#5f6a72;
}
.mrg-top-bottom-80{
 margin:80px 0px !important;
}
.mrg-bottom-80{
  margin-bottom: 80px;
}
.p-para{
 font-family:  HelveticaNeueW01-55Roma;
 font-size: 20px;
}
.red-btn-sn{
  background-color:#e14504;
  display: inline-block;
  width:285px;
  height:81px;
  color:#fff;
  font-size: 18px;
  text-transform: uppercase;

}
.block-text-dec a, .block-text-dec a:focus, .block-text-dec a:active{
  text-decoration: none;
  color:#fff;
  text-align: center;
    line-height: 84px;
    font-family:  HelveticaNeueW01-55Roma;
    font-weight: 300;
}
.right-icon-sn{
  margin-top:-5px;
}
.bg-gradient{
  background-image: url(../boeing-images/Rectangle19.png);
  background-repeat: no-repeat;
  padding: 9px 0px;
}
.blue-link a{
  text-decoration: none;
  color:#0698d9;
  font-size: 24px;
}
.perfect-point-paragrap{
  height:auto;
}
@media(max-width:1288px){
  font-size: 22px;
}
@media(min-width:1288px){
  .Header-page {
    background-size: 100%;
    background-position-y: -450px;
  }
}

/* perfect Point css End*/
.clear-rt-pd{
  padding-right: 0;
}
.clear-lft-pd{
  padding-left: 0;
}
.title-heading{
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 48px;
  color: #0033a1;
  font-family: HelveticaNeueW01-65Medi;
}
.title-heading-extra{
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 48px;
  color: #0033a1;
  font-family: HelveticaNeueW01-65Medi;
}
.faq-list {
  list-style: none;
  padding-left: 0;
}

/* request quote start */
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  display: none;
}
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gform_wrapper .ginput_container textarea {
  height: 11.428571432em;

}
.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.ginput_container textarea {
  height: auto;
}
.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #a30001;
}
.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  display: none;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error>p,
.validation_error>ul {
  margin-bottom: 0;
}
.validation_error>p+p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #e6c1c7;
}
.validation_error .alert-link {
  color: #953b39;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message hr {
  border-top-color: #c9e2b3;
}
#gforms_confirmation_message .alert-link {
  color: #356635;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message>p,
#gforms_confirmation_message>ul {
  margin-bottom: 0;
}
#gforms_confirmation_message>p+p {
  margin-top: 5px;
}
.gallery-row {
  padding: 15px 0;
}
textarea.medium {
  height: 11.8em;
}
.small-textarea textarea {
  height: 4.8em;
}
.clear-row {
  clear: both;
}
.gform_wrapper .col-xs-1,
.gform_wrapper .col-xs-2,
.gform_wrapper .col-xs-3,
.gform_wrapper .col-xs-4,
.gform_wrapper .col-xs-5,
.gform_wrapper .col-xs-6,
.gform_wrapper .col-xs-7,
.gform_wrapper .col-xs-8,
.gform_wrapper .col-xs-9,
.gform_wrapper .col-xs-10,
.gform_wrapper .col-xs-11,
.gform_wrapper .col-xs-12,
.gform_wrapper .col-sm-1,
.gform_wrapper .col-sm-2,
.gform_wrapper .col-sm-3,
.gform_wrapper .col-sm-4,
.gform_wrapper .col-sm-5,
.gform_wrapper .col-sm-6,
.gform_wrapper .col-sm-7,
.gform_wrapper .col-sm-8,
.gform_wrapper .col-sm-9,
.gform_wrapper .col-sm-10,
.gform_wrapper .col-sm-11,
.gform_wrapper .col-sm-12,
.gform_wrapper .col-md-1,
.gform_wrapper .col-md-2,
.gform_wrapper .col-md-3,
.gform_wrapper .col-md-4,
.gform_wrapper .col-md-5,
.gform_wrapper .col-md-6,
.gform_wrapper .col-md-7,
.gform_wrapper .col-md-8,
.gform_wrapper .col-md-9,
.gform_wrapper .col-md-10,
.gform_wrapper .col-md-11,
.gform_wrapper .col-md-12,
.gform_wrapper .col-lg-1,
.gform_wrapper .col-lg-2,
.gform_wrapper .col-lg-3,
.gform_wrapper .col-lg-4,
.gform_wrapper .col-lg-5,
.gform_wrapper .col-lg-6,
.gform_wrapper .col-lg-7,
.gform_wrapper .col-lg-8,
.gform_wrapper .col-lg-9,
.gform_wrapper .col-lg-10,
.gform_wrapper .col-lg-11,
.gform_wrapper .col-lg-12 {
  padding-left: 15px;
}
.gfield_description {
  color: #999;
}
.validation_message {
  color: #a30001;
  display: none;
}
ul.gfield_checkbox {
  margin-top: 10px;
}
ul.gfield_checkbox > li {
  display: block;
  margin-right: 20px !important;
}
ul.gfield_checkbox > li input {
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  margin-right: 10px;
  height: auto;
  font-size: inherit;
}
ul.gfield_checkbox > li label {
  margin-bottom: 0;
  font-weight: normal;
  display: inline;
}
.gfield {
  clear: both;
}
.gfield:before,
.gfield:after {
  content: " ";
  display: table;
}
.gfield:after {
  clear: both;
}
.gfield:before,
.gfield:after {
  content: " ";
  display: table;
}
.gfield:after {
  clear: both;
}
.ginput_left {
  clear: left;
  float: left;
  width: 50%;
  padding-right: 10px;
}
.ginput_right {
  float: right;
  width: 50%;
  padding-left: 10px;
  clear: none;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
}
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  vertical-align: middle;
  padding: 4px;
}
.gform_wrapper table.gfield_list th:first-child,
.gform_wrapper table.gfield_list td:first-child {
  padding-left: 0;
}
.gfield_list_icons {
  width: 60px;
}
.gfield_list th {
  color: #777;
}
.left_label .gfield {
  clear: left;
}
.left_label .gfield_label {
  float: left;
  width: 164px;
  padding-top: 4px;
}
.gfield_datepicker img{
  position: absolute;
  top: 37px;
  right: 10px;
}
.ginput_container{
  position: relative;
}
.add_list_item {
  cursor: pointer;
  margin: 0 3px;
}
@media only screen and (max-width: 1299px) {
	.type-ahead .advance-search-form{
	    left: 58%;
	}
}
/* request quote End */
