/* ==========================================================================
   Base styles
   ========================================================================== */

body {
  padding-top: 90px !important;
  overflow-x: hidden; /*IE FIX*/
}
@media (max-width: 1225px) {
  body {
    padding-top: 66px !important;

  }
}

/* ==========================================================================
   Utility classes
   ========================================================================== */

.bold {
  font-family: 'GillSansMT-Bold';
}
.italic{
  font-family: 'GillSansMT-Italic';
}
.inline-block {
  display: inline-block;
}
.center-block {
  display: block;
  text-align: center;
}



/* ==========================================================================
   Navbar classes
   ========================================================================== */

.navbar-nav>li>a:after {
  position: relative;
  content: '|';
  left: 13px;
}
.navbar-nav>li>a {
  cursor: pointer;
}
.navbar-nav>li>a.navbar-last:after {
  content: '';
}

.nav-icons {
  width: 23px;
  display: inline-block;
  position: relative;
  left: 11px;
  text-indent: 20px;
  background-repeat: no-repeat;
  height: 23px;
  top: 7px;


}
.navbar-mobile-info {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  height: 364px;
  width: 70%;
  z-index: 100;
}
@media (max-width:320px) {
  .navbar-mobile-info {
    width: 63%;
  }
}
.nav-info-window {
  display: none;
  padding: 17px;
}
.nav-info-list {
  color: #00244e;
  font-size: 12px;
  font-family: 'GillSansMT-Bold';
  padding: 0;
  text-transform: uppercase;
}
.nav-info-list > ul > li {
  padding: 17px 22px 20px;
  height: 50px;
}
.nav-info-home {
  display: block;
  font-size: 24px;
  color: #0a1f41;
  text-transform: uppercase;
}
.nav-info-home p {
  height: 68px;
  width: 250px;
  line-height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav-info-home .lead {
  color: #00244e;
  font-size: 24px;
}
@media (max-width:320px) {
  .nav-info-home,
  .nav-info-home .lead {
    font-size: 20px;
  }
  .nav-info-home p {
    margin-left: 15px;
  }
}
.nav-info-signin {
  font-size: 12px;
  font-family: 'GillSansMT-Bold';
  color: #0a1d41;
}
.nav-info-signin .lead, .nav-info-signin label {
  color: #00244e;
  text-transform: uppercase;
}
.nav-info-signin .lead {
  margin: 18px 0 37px;
}
.nav-info-signin input {
  border-radius: 0;
  background: #aeb0b5;
  border-color: transparent;
}
.nav-info-signin button {
  border-radius: 0;
  background: #000717;
  color: #fff;
  font-size: 12px;
  height: 34px;
  margin-top: 35px;
  min-width: 100%;
  text-transform: uppercase;
}
.nav-info-signin .password-reset {
  color: #00244e;
  position: absolute;
  bottom: 28px;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
}
.nav-info-contact {
  color: #2281c1;
  font-size: 12px;
}

@media (max-width: 1225px) {
  .navbar {
    min-height: 75px;
  }

  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 323px;
    overflow: hidden;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-nav {
    margin: 7.5px -15px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-header {
    background: url(../../images/navbar/mobile-nav-bg.jpg) no-repeat;
    background-position: top left;
    background-size: 43% 100%;
    height: 75px;
  }

  .navbar-brand {
    float: right;
    height: 75px;
    max-width: 185px;
    margin: 9px 28px 0 0 !important;
  }

  @media (max-width: 414px) {
    .navbar-brand {
      height: 42px;
      min-width: 155px;
    }
  }
  @media (max-width: 320px) {
    .navbar-header {
      background-size: 51% 100%;
    }
    .navbar-brand {
      margin: 9px 13px 0 0 !important;
    }
  }
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		margin: 14px 0 0 15px;
	}
	.navbar-collapse {
		background-color: #336699;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        min-height: 364px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li> a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display:block !important;
	}
  .nav > li {
    border-bottom: 2px solid rgba(19, 17, 21, 0.4);
    height: 50px;
  }
  .navbar-nav > li > a {
    height: 50px;
    padding: 15px;
  }
  .navbar-nav > li > a:after {
    content: '';
  }
  .navbar-blue {
    background: none;
  }
  .navbar-mobile-info {
    display: block;
  }
  .nav-icons, .nav-advice {
    display: none !important;
  }
  .arrow-right {
    display: none;
  }

}

.tracking-div{
  float: right;
  top: 10px;
  position: absolute;
  right: 15px;
}
@media (max-width: 1225px) {
  .tracking-div {
    top: 30%;
    right: 39%;}
}
@media (max-width: 715px) {
  .tracking-div {
    display: none;}
}

/* ==========================================================================
   quick quote classes
   ========================================================================== */
.quote legend {
  font-size: 18px;
  color: #d72c27;
}
.quote fieldset{
  margin-left: 30px;
}
.quote input[type="radio"]{
  margin: 10px 10px 0 20px;
}
.btn-new {
  color: #fff;
  background-color: #d72c27;
  border-color: #d72c27;
  margin: 5px 0 0 15px;
  width: 159px;
}
.btn-new:hover {
  color: #fff;
  background-color: #0a1f41;
  border-color: #204d74;
}

#locationField input[type="text"]
{
  width: 96%;
}
/* ==========================================================================
   product select classes
   ========================================================================== */
.product{
  border: 1px solid #0a1f41;
  min-height: 370px;
}
.product-wrapper{
  padding: 30px;
}

.homepage .row {
  margin-right: 15px;
  margin-left: 15px;
}
.product-body{
  padding: 20px;
}
.product-body img{
  padding-right: 20px;
}

.product-body .navy-text{
  display: block;
}
.product h2{
  color: #0a1f41;
  font-size: 23px;
  text-transform: uppercase;
}
.product-button{
  border: 1px solid #d72c27;
  background-color: #ffffff;
  color: #d72c27;
  text-transform: uppercase;
/*  margin: 50px;*/
}

.navy-text{
  color: #0a1f41;
  font-size: 12px;
}

/* ==========================================================================
   service classes
   ========================================================================== */
.service{
  border: 1px solid #ffffff;
  min-height: 260px;
  background-color: #d72c27;
}
.service-wrapper{
  padding: 20px;

}
.service-body{
  padding: 20px;

}
.service-body img{
  padding-right: 20px;
}

.service-body .navy-text{
  display: block;
}
.service h2{
  color: #0a1f41;
  font-size: 23px;
  text-transform: uppercase;
}
.service-button{
  border: 1px solid #d72c27;
  background-color: #ffffff;
  color: #d72c27;
  text-transform: uppercase;
  /*  margin: 50px;*/
}
.shopping-cart{
  height: 40px;
}

.do li{
  background-image: url("../images/do.png");
  background-repeat: no-repeat;
  background-position: 1px;
  padding-left: 40px;
  list-style: none;
  padding-bottom: 5px;
}
.dont li{
  background-image: url("../images/dont.png");
  background-repeat: no-repeat;
  background-position: 1px;
  padding-left: 40px;
  list-style: none;
  padding-bottom: 5px;
}

.intergrate{
  border: solid grey 1px;
}
/* ==========================================================================
   Footer classes
   ========================================================================== */
.imgsize{
  width: 120px;
  padding-left: 10px;
}
.footer {

  background-color: #b4b5b5;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-wrapper {
  padding: 10px;
}
.footer-title {
  font-size: 20px;
  color: #ffffff;
  padding: 15px 0 0 15px;
  text-transform: uppercase;
}
.footer-list {
  color: #ffffff;
  list-style-type: none;
  padding: 0 0 0 15px;
}
.footer-new-line {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
.footer-list>li {
  margin-bottom: 10px;
  font-size: 14px;
}
.facebook{
  background: url(../images/facebook-icon.svg) no-repeat;
  height: 30px;
  width: 30px;
}
.footer-list>li>a, .footer-list>li>a:hover, .footer-list>li>a:visited {
  font-family: GillSansMT;
  color: #ffffff;
}
.footer-social-icons img {
  margin: 10px 10px 10px 0;
}
.footer-logos {
  margin: 10px 10px 10px 0;
}
.footer-general .footer-title {
  font-size: 22px;
}

.disclaimer-wrapper{
  background-color: #dcddde;
  padding-top: 10px;
  font-size: 12px;
  line-height: 12px;
}
.container-narrow > hr {
  margin: 30px 0;
}
@media (max-width: 1450px) {
	.footer-new-line {
		display: block;
		margin-left: 0;
	}
}

@media (max-width: 650px) {
  .footer-wrapper {
    padding: 20px;
  }
}
.footer-logos img {
  margin: 10px 10px 0 0;
}

.sitemap-section {
  list-style-type: none;
}

.sitemap-section>li {
  margin: 5px 0;
}
.sitemap-section>li>a, .sitemap-section>li>a:hover, .sitemap-section>li>a:visited {
  font-family: 'GillSansMT';
  color: #58595b;
  margin: 5px 0;
}

.sitemap-section button{
  border-color: transparent;
  background-color: transparent;
  margin-left: -7px;
}
.sitemap-section button:hover {
  text-decoration: underline;
}
/* Main marketing message and sign up button */

.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */

.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
/* ==========================================================================
   Responsive classes: Portrait tablets and up
   ========================================================================== */


@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
  /* Remove the padding we set earlier */
  .header, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    min-height: 75px;
    z-index: 1;
    background-color: #ffffff
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.call-to-action-div {
	min-width: 248px;
	width: 25%;
	position: absolute;
	top: 90px;
  right:-420px;
	z-index: 1000;
}
.call-to-action {
  height: 100%;
  padding: 30px;
  border: 1px solid transparent;
  background:rgba(255,255,255,0.8);
}
.call-to-action.ng-hide-add,
.call-to-action.ng-hide-remove {
  transition: all linear 0.2s;
}
.call-to-action.ng-hide {
  opacity: 0;
}

.showAdviceDiv{
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transform: translate(-420px, 0px);
  -webkit-transform: translate(-420px, 0px);
  -o-transform: translate(-420px, 0px) ;
  -moz-transform: translate(-420px, 0px);

}

.hideAdviceDiv{
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px) ;
  -o-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);


}


.thumb {
  float: left;
  width: 100px;
  height: 100px;
  padding-right: 10px;
}
.clickable .glyphicon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px
}
a.clickable {
  color: inherit;
}
a.clickable:hover {
  text-decoration: none;
}
.clickable {
  cursor: pointer;
}
.thumb-image {
  width: 100px;
  height: 100px;
  padding: 10px;
}

.text-wrapper {
  padding: 0px 50px 50px 50px;
}
.image-wrapper {
  width: 100%;
}

.arrow-right {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 75%;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #e6e7e8;
}
.arrow-left {
  position: absolute;
  z-index: 1;
  right: 100%;
  top: 100%;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #e6e7e8;
}

/* ==========================================================================
   General STYLE classes
   ========================================================================== */

.light-blue-text-solutions{
  color: #00aeef;
}
.grey-text{
  color: #636466;
}
.grey-heading{
  color: #636466;
  /*text-transform: uppercase;*/
  font-family: 'GillSansMT-Bold';
}
.white-heading{
  color: #FFFFFF;
  /*text-transform: uppercase;*/
  font-family: 'GillSansMT-Bold';
}
.navy-heading {
  color: #002856;
  /*text-transform: uppercase;*/
  font-family: 'GillSansMT-Bold';

}
.blue-heading{
  color: #336699;
  /*text-transform: uppercase;*/
  font-family: 'GillSansMT-Bold';
}
.light-blue-heading{
  color: #00aeef;
  /*text-transform: uppercase;*/
  font-family: 'GillSansMT-Bold';
}

.line{
  border-bottom: solid 1px #636466;
  padding-bottom: 10px;
}


h5{
  padding-top:25px;
}

.no-padding {
  padding: 0px;
}

.search-button{
  color: #d72c27;
  background-color: transparent;
  border: none;
  background: url("../images/search-icon.png") center no-repeat;
  padding: 10px 20px 10px 20px;

}
.btn .btn-default .search-button:hover {
  background-color: transparent;
}
.search-field{
  color: #d72c27;
  border: 1px solid #0a1f41;
  height: 30px;
  padding: 10px;
  font-size: 15px;
  width: 160px;
}
/* ==========================================================================
 campaign buttons hover ect
 ========================================================================== */

.campaign-buttons button  {
  margin: 20px 20px 0 0;
  text-transform: uppercase;
  font-family: 'GillSansMT-Bold';
  border: 1px solid #001242;
  padding: 5px 20px;
  border-radius: 0px;
  background: #fff;
  color: #001242;

}

.campaign-buttons .btn-default:focus,
.campaign-buttons .btn-default.focus {
  color: #fff;
  background-color: #00244e;
  border-color: #00244e;
}
.campaign-buttons .btn-default:hover {
  color: #fff;
  background-color: #00244e;
  border-color: #00244e;
}
.campaign-buttons .btn-default:active,
.campaign-buttons .btn-default.active,
.campaign-buttons .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #00244e;
  border-color: #00244e;
}
.campaign-buttons .btn-default:active:hover,
.campaign-buttons .btn-default.active:hover,
.campaign-buttons .open > .dropdown-toggle.btn-default:hover,
.campaign-buttons .btn-default:active:focus,
.campaign-buttons .btn-default.active:focus,
.campaign-buttons .open > .dropdown-toggle.btn-default:focus,
.campaign-buttons .btn-default:active.focus,
.campaign-buttons .btn-default.active.focus,
.campaign-buttons .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #00244e;
  border-color: #00244e;
}
@media(max-width: 414px) {
.campaign-buttons  {
  margin-top: -50px;

}

  /* ==========================================================================
   Careers buttons hover
   ========================================================================== */
}
.careers-buttons .btn-default:focus,
.careers-buttons .btn-default:focus,
.careers-buttons .btn-default.focus {
  color: #fff;
  background-color: #ffc103;
  border-color: #ffc103;
}
.careers-buttons .btn-default:focus,
.careers-buttons .btn-default:hover {
  color: #fff;
  background-color: #ffc103;
  border-color: #ffc103;
}
.careers-buttons .btn-default:active,
.careers-buttons .btn-default.active,
.careers-buttons .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ffc103;
  border-color: #ffc103;
}
.careers-buttons .btn-default:active:hover,
.careers-buttons .btn-default.active:hover,
.careers-buttons .open > .dropdown-toggle.btn-default:hover,
.careers-buttons .btn-default:active:focus,
.careers-buttons .btn-default.active:focus,
.careers-buttons .open > .dropdown-toggle.btn-default:focus,
.careers-buttons .btn-default:active.focus,
.careers-buttons .btn-default.active.focus,
.careers-buttons .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #ffc103;
  border-color: #ffc103;
}

/* ==========================================================================
   contact us buttons hover
   ========================================================================== */
.contact-us-buttons .btn-default:focus,
.contact-us-buttons .btn-default:focus,
.contact-us-buttons .btn-default.focus {
  color: #fff;
  background-color: #b11100;
  border-color: #b11100;
}
.contact-us-buttons .btn-default:focus,
.contact-us-buttons .btn-default:hover {
  color: #fff;
  background-color: #b11100;
  border-color: #b11100;
}
.contact-us-buttons .btn-default:active,
.contact-us-buttons .btn-default.active,
.contact-us-buttons .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #b11100;
  border-color: #b11100;
}
.contact-us-buttons .btn-default:active:hover,
.contact-us-buttons .btn-default.active:hover,
.contact-us-buttons .open > .dropdown-toggle.btn-default:hover,
.contact-us-buttons .btn-default:active:focus,
.contact-us-buttons .btn-default.active:focus,
.contact-us-buttons .open > .dropdown-toggle.btn-default:focus,
.contact-us-buttons .btn-default:active.focus,
.contact-us-buttons .btn-default.active.focus,
.contact-us-buttons .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #b11100;
  border-color: #b11100;
}

@media(max-width: 414px) {
  .careers-title,
  .contact-us-title,
  .welcome-title {
    font-size: 24px;
    line-height: 100%;
  }
  .careers-subtitle,
  .contact-us-subtitle,
  .media-subtitle {
    font-size: 17px;
    margin: 0;
}
  .careers-paragraph,
  .contact-us-paragraph,
  .welcome-paragraph {
    line-height: 142%;
  }
  .welcome-buttons button,
  .careers-buttons button,
  .contact-us-buttons button {
    background: #fff;
    color: #001242;
    margin: 8px 20px 0 0;
    padding: 7px 20px;
    width: 100%;
  }
  .careers-buttons button {
    color: #d18921;
  }
  .contact-us-buttons button {
    color: #e73a1f;
  }
}

/* ==========================================================================
  Button classes
   ========================================================================== */



/* ==========================================================================
  carousel classes
   ========================================================================== */

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
  position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  background: url('../images/b05.png') no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
/* jssor slider arrow navigator skin 11 css */
/*
.jssora11l                  (normal)
.jssora11r                  (normal)
.jssora11l:hover            (normal mouseover)
.jssora11r:hover            (normal mouseover)
.jssora11l.jssora11ldn      (mousedown)
.jssora11r.jssora11rdn      (mousedown)
*/
.jssora11l, .jssora11r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: url(../images/a11.png) no-repeat;
  overflow: hidden;
}
.jssora11l { background-position: -11px -41px; }
.jssora11r { background-position: -71px -41px; }
.jssora11l:hover { background-position: -131px -41px; }
.jssora11r:hover { background-position: -191px -41px; }
.jssora11l.jssora11ldn { background-position: -251px -41px; }
.jssora11r.jssora11rdn { background-position: -311px -41px; }

.carousel{
  visibility: hidden;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 270px;
  overflow: hidden;
}
.slide{
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1200px;
  height: 270px;
  overflow: hidden;
}
.bullet{
  bottom: 16px;
  right: 6px;
}

.carousel-arrow-left{
  top: 123px;
  left: 8px;
}
.carousel-arrow-right{
  top: 123px;
  right: 8px;
}

.loading-div{
  position: absolute;
  top: 0px;
  left: 0px;
}

.loading-icon-div{
  filter: alpha(opacity=70);
  opacity:0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
}

.loading-icon{
  position: absolute;
  display: block;
  background: url(../images/loading.gif) no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;"
}

input[type="text"],textarea,select, input[type="checkbox"]{
  margin-bottom: 10px;
}