/*Header 2017 START*/

body.navOpen {
  overflow: hidden;
}
.headerMain {
  box-shadow: 0 3px 5px #cccccc;
  margin-bottom: 35px;
  z-index: 100;
  line-height: 1.42857143;
  background: white;
}
.headerMobile {
  display: none;
}
/*----Shared------*/

.policyOverview,
.headerQuery,
.headerSearchBtn,
.brandingContainerMobile .navMenuMobile,
headerSearchBtnMobile {
  height: 45px;
}
/*----Shared------*/

/*****.policyOverview START******/

.policyOverview {
  background: #002f59;
  color: #4f5564;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  line-height: 12px;
}
.policyOverviewDetail {
  display: inline-block;
  padding: 0 10px;
}
body .headerDesktop .effectiveDate {
  border-left: 1px solid #4f5564;
  border-right: 1px solid #4f5564;
  margin-top: 0;
  padding: 0 10px;
}
/*****.policyOverview END******/

/*****.brandingProfileLogout START******/

.brandingContainer {
  height: 80px;
  padding: 5px 0;
}
.HelpCenter .brandingProfileLogout .container {
  padding: 0;
}
.movingTransfPolicy,
a.movingTransfPolicy {
  color: #368636;
  border: 1px solid #368636;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
a.movingTransfPolicy {
  margin-top: 25px;
}
a.movingTransfPolicy:hover,
a.movingTransfPolicy:focus {
  text-decoration: none;
}
.movingTransfPolicy::before {
  content: "\f0d1";
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: normal;
}
.movingTransfPolicy:hover {
  color: white;
  background: #368636;
}
.brandingContainer,
.brandingContainerMobile {
  text-align: center;
}
.logo {
  height: 70px;
  width: 300px;
  background: url('../../../Assets/images/en-us/logo2017/logo2017_homesite.png') no-repeat;
  background-position: -210px center;
  display: inline-block;
}
/* Navigation menu - Start */

.accountLogout {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.accountLogout div {
  display: inline-block;
  padding: 0 6px;
  margin-top: 15px;
}
.accountLogout a:hover,
.accountLogout a:focus {
  text-decoration: none;
}
/* Navigation menu - My Account Button Start */

.current.myAccountLink {
  color: black;
}
.myAccountLink::before {
  content: url(../../images/en-us/header/icon_my_accout.png);
  margin-right: 5px;
}
.current.myAccountLink::before {
  content: url(../../images/en-us/header/icon_black_my_account.png);
}
.menuItemMobileAccount .current.myAccountLink::before {
  content: url(../../images/en-us/header/icon_white_my_account.png);
}
/* Navigation menu - My Account Button End */

.menuItemMobileAccount {
  display: inline-block;
  width: 48%;
}
.menuItemMobilePolicyInfo {
  display: inline-block;
  width: 52%;
}
/* Navigation menu - My Policy Info Button Start */

.current.myPolicyInfoLink {
  color: black;
}
.myPolicyInfoLink::before {
  content: url(../../images/en-us/header/icon_my_policy_info.png);
  margin-right: 5px;
}
.current.myPolicyInfoLink::before {
  content: url(../../images/en-us/header/icon_black_my_policy_info.png);
}
.menuItemMobilePolicyInfo .current.myPolicyInfoLink::before {
  content: url(../../images/en-us/header/icon_white_my_policy_info.png);
}
.menuItemMobilePolicyInfo .myPolicyInfoLink {
  padding-right: 8px;
  padding-left: 15px;
}
.menuItemMobileAccount .myAccountLink {
  padding-right: 2px;
  padding-left: 10px;
}
/* Navigation menu - My Policy Info Button End */

/* Navigation menu - Logout Button Start */

div.logOutContainer {
  padding-right: 0;
}
.logOut::before {
  content: url(../../images/en-us/header/icon_log_out.png);
  margin-right: 5px;
}
/* Navigation menu -Logout Button End */

.SuperUser .logOut::before {
  font-family: FontAwesome;
  content: "\f112";
}
/* Navigation menu - End */

/*****.brandingProfileLogout END******/

/*****.navSearch START******/

.navSearch {
  border-top: 1px solid #f1f1f1;
}
.navSearch nav {
  color: #3d77a9;
}
.navSearch nav ul {
  margin: 7px 0;
}
.navSearch nav ul li {
  display: inline-block;
  position: relative;
}
.navSearch nav li a {
  color: #337ab7;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 18px;
  white-space: nowrap;
}
.navSearch nav ul li ul {
  display: none;
}
.navSearch nav ul li:hover ul {
  display: block;
  position: absolute;
  top: 25px;
  left: 10px;
  background: white;
  border: 1px solid #cccccc;
  z-index: 1000;
  padding: 5px;
}
.navSearch nav .current {
  color: #002f59;
}
.navSearch nav .current:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -31px;
  right: 47%;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 #cccccc;
}
/*PM# 3766- PACE CAT 'Claims submissions' should have no user interactions.  adding class to disable any user interation using css pointer-event:none;*/

.catNav {
  pointer-events: none;
}
input.headerQuery {
  border: none;
  background: #f1f1f1;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}
.headerSearchBtn.btnB {
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  padding: 8px;
}
.headerSearchBtn:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  color: white;
  font-size: 20px;
  /*line-height: 40px;*/

}
.headerSearchBtn.show:before {
  content: "\f00d";
}
/*****.navSearch END******/

/*******Mobile Header START*********/

.headerMobile {
  position: static;
  width: 100%;
  top: 0px;
  z-index: 1000;
  transition: .5s;
}
.headerMobile.hide {
  top: -80px;
  transition: .5s;
  display: block !important;
}
.headerSearchBtnMobile {
  position: relative;
  z-index: 750;
  background: #002f59;
  padding: 0;
  text-align: center;
}
.brandingContainerMobile {
  width: calc(100% - 150px);
  padding: 0;
}
.brandingMenuSearchMobile {
  background: #002f59;
  position: relative;
  height: 70px;
  margin: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .brandingMenuSearchMobile {
    display: block !important;
  }
}
.headerMobile .searchInputMobile {
  position: absolute;
  z-index: 200;
  top: 0;
  width: 100%;
  background: #f1f1f1;
  display: none;
}
.headerMobile .searchInputMobile.show {
  left: 0;
}
.headerMobile .headerQueryMobile {
  width: calc(100% - 130px);
  padding-left: 40px;
  margin-top: -5px;
  margin-left: 5px;
}
.headerMobile .headerQueryMobile:focus {
  outline: none;
}
.navSearchMobile {
  display: inline-block;
  float: right;
  height: 70px;
  text-align: right;
}
.navMobile li a.current {
  background: #2e6da4;
  color: white;
}
.navMenuMobile,
.headerSearchBtnMobile,
.headerQuerySearchBtn {
  display: inline-block !important;
  border-left: 1px solid white;
  height: 70px;
  cursor: pointer;
  line-height: 70px;
  padding: 0 15px;
  font-weight: bold;
  color: white;
}
.navMenuMobile {
  position: relative;
  bottom: 3px;
  font-family: montserrat;
  font-size: 14px;
}
.navMenuMobile.navOpen {
  background: white;
  color: #002f59;
}
.headerQuerySearchBtn.btnG {
  width: 70px;
  border-radius: 0;
  margin-right: 45px;
  padding: 0;
}
nav.navMobile ul {
  position: relative;
  float: right;
  top: 0px;
  bottom: 0;
  z-index: 100;
  width: 303px;
  overflow-y: scroll;
  margin-bottom: 0;
  display: none;
}
nav#navMobile {
  z-index: 11111;
  width: 100%;
  right: 0;
}
.navMobilePosition {
  position: absolute;
}
nav.navMobile ul.show {
  right: 0 !important;
}
nav.navMobile::before {
  top: 0px;
  height: 5000%;
  width: 114%;
  background: #002f59;
  content: "";
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.25s;
  z-index: 11;
}
nav.navMobile.overlay::before {
  position: absolute;
  opacity: 0.7;
}
nav.navMobile .movingTransfPolicy,
nav.navMobile .movingTransfPolicy:hover {
  border: none;
  background: none;
  color: #368636;
}
nav.navMobile ul li {
  display: block;
  border-bottom: 1px solid #2e6da4;
  background: white;
}
nav.navMobile ul li a {
  padding: 15px;
  cursor: pointer;
  display: block;
  font-family: montserrat;
  font-size: 15px;
}
nav.navMobile ul li.subItem a {
  padding-left: 30px;
}
nav.navMobile ul li ul {
  display: block;
}
.IEPlaceHolderFont {
  color: #999999;
}
.navMobile a.movingTransfPolicy {
  margin-top: 0;
}
/*******Mobile Header END*********/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .accountLogout .myAccountMenuItemContainer {
    padding-right: 0px;
  }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /*All header logos except the default hs logo are switched from desktop to mobile here*/
  
  .logo {
    background-position: 0 center !important;
    width: 190px;
  }
  .searchInput {
    padding-left: 0;
    padding-right: 0;
  }
  .headerDesktop #headerQuery {
    max-width: 140px;
  }
  .headerSearchBtn {
    width: 47px;
  }
  .headerSearchBtnMobile {
    width: 55px;
  }
  .navSearch nav li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .headerDesktop {
    display: none;
  }
  .headerMobile {
    display: block;
  }
  .logo {
    background-position: 0 center;
    width: 190px;
  }
  .policyOverviewDetail {
    display: block;
    padding: 0;
    border: none;
  }
  main#paceMainSection {
    margin-top: 50px;
  }
  .datepicker.dropdown-menu {
    margin-top: 90px;
  }
  .headerMain {
    box-shadow: none;
  }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  
}
/*Header 2017 END*/

