.h-hidden-xs,
.h-visible-sm,
.h-visible-md,
.h-visible-lg,
#h-user-menu,
.h-hidden,
#side-menu > span.h-hidden,
.password-alpha-numeric,
.limit-header .toggle-tp,
.limit-header .toggle-menu {
  display: none;
}

.h-visible-xs,
.h-hidden-sm,
.h-hidden-md,
.h-hidden-lg,
#h-user-menu.signed-in,
#side-menu a,
#side-menu > span {
  display: block;
}

.h-text-center {
  text-align: center;
}
.icon-menu:before {
  content: "\48";
}
.icon-phone:before {
  content: "\77";
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bookit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#nav .slide-box .row {
  margin-left: -10px;
  margin-right: -10px;
  /*min-height: 70vh;*/
}
#nav,
#side-menu {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 16px;
}
.at-top-package-dropdown-list {
  border-right: 1px solid var(--text-primary);
}
.at-top-package-dropdown-list:nth-last-child(1) {
  border-right: 0px solid var(--text-primary);
}
#nav {
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 0px solid #253551;
  z-index: 1000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  background-color: #fff !important;
  color: var(--text-primary);
}

.tp-open #nav {
  z-index: 101;
}

.h-gray-bg {
  background-color: #fafafa;
}

.ml-icon-alert,
.ml-icon-green {
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  padding: 0 10px;
}

.ml-icon-alert {
  background: red;
}

.ml-icon-green {
  background: #253551;
}
.h-dark-bg {
  background-color: #656565;
  color: #fff;
  height: 55px;
  font-size: 22px;
  font-weight: 400;
}

.h-icon-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.h-icon-triangle.h-triangle-up {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
.h-icon-triangle.h-triangle-down {
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

#nav,
#nav *,
#side-menu,
#side-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
.h-container {
  width: 100%;
}

#nav a:not(.h-logo),
#side-menu a,
#side-menu a:hover,
#nav .h-phone a:hover {
  color: #656565;
}

#nav a:hover,
#nav a.active {
  color: #253551;
}

#nav .toggle-menu,
#nav .toggle-tp,
#nav .icon-phone.call-button {
  position: absolute;
  top: 12px;
  font-size: 40px;
}

#nav .toggle-menu {
  left: 10px;
}

#nav .toggle-tp,
#nav .icon-phone.call-button {
  right: 14px;
}

.h-container,
#nav .toggle-menu {
  margin: 0;
  padding: 0;
}

#nav .logo {
  max-width: 220px;
  margin-top: 0px 10px;
}

#nav .h-option,
#side-menu > span {
  cursor: pointer;
}

#nav .h-white-bg {
  background-color: #fff;
}

.member-dropdown .invalid-login {
  text-align: center;
  color: red;
  border: 2px solid red;
  border-radius: 3px 3px 3px 3px;
  padding: 5px 0;
}

.member-dropdown .h-close-btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

#nav-top-row .h-gray-bg > .h-white-bg {
  margin-top: -2px;
  margin-bottom: -2px;
  padding-left: 0;
  padding-right: 25px;
  margin-left: 0;
  border: 2px solid #fff !important;
}

#nav-top-row .h-search-id {
  cursor: default;
}

#nav .h-option {
  position: relative;
  border: 1px solid transparent;
}
#nav .h-option.active {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
}
#nav .h-option.active:before {
  content: " ";
  height: 1px;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: -1px;
  background: #fff;
  position: absolute;
}

.password-alpha-numeric.red {
  display: block;
  font-size: 14px;
}

/**
 * Header Dropdowns
 */

#nav .drop-container {
  position: relative;
}
#nav .slide-box {
  position: absolute;
  top: 2px;
  left: 50%;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border: 0px solid #ccc;
  font-size: 14px;
  transform: translateX(-50%);
}
#nav .header-top-deals ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 20px 25px;
  display: table;
}
#nav .header-top-deals .at-top-package-dropdown-list ul {
  margin: 0;
}
#nav .header-top-deals .at-top-package-dropdown-list ul li:not(.headline) {
  padding-left: 15px;
  position: relative;
}

#nav .header-top-deals ul a {
  text-decoration: none;
  color: #656565;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}

#nav .header-top-deals ul li {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
#nav .header-top-deals ul li:last-child {
  margin-bottom: 0px;
}

#nav .header-top-deals ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #2171b9;
  background-color: transparent;
}
#nav .header-top-deals .headline {
  font-size: 18px;
  font-weight: 500;
}
#nav .viewAll {
  text-align: right;
  border-top: 1px solid var(--text-primary);
  margin-top: 0px;
  padding: 10px;
}
#nav .viewAll > .headline {
  display: inline-block;
  padding-top: 7px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#nav .viewAll > .headline:hover {
  border-color: #253551;
}
#nav .viewAll:before {
  content: " ";
  position: relative;
  width: 100%;
  height: 1px;
  background: #787878;
  background: linear-gradient(to left, #ffffff 0%, #787878 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#FFFFFF');
}

/* User box */
.facelift-header .user-box {
  max-width: 980px;
}
.facelift-header .user-box .forms {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #999;
}
.facelift-header .user-box .forms input.error {
  border: 2px solid #ff0000;
}

/******************
 * CURRENCY STYLE *
 *****************/
#h-currency.h-option {
  border-left-color: #ccc;
  border-right-color: #ccc;
}
#h-currency > img {
  width: 29px;
  height: 20px;
  margin-top: -1px;
  margin-right: 4px;
}
#h-currency-dropdown {
  z-index: 1;
  right: -1px;
  width: 300px;
  background: #fff;
  position: absolute;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px 0 3px 3px;
}
#h-currency-dropdown .h5 {
  height: 42px;
  line-height: 41px;
}
#h-currency-dropdown .h5.selected {
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f2f2f2;
}
#h-currency-dropdown .h5.selected > span {
  margin-top: 8px;
}
#h-currency-dropdown img {
  width: 46px;
  height: 32px;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#h-currency-mobile img {
  width: 29px;
  height: 20px;
  margin-right: 5px;
}
#h-currency-mobile-dropdown {
  margin-top: 10px;
}
#h-currency-mobile-dropdown .h5 {
  padding: 5px 0;
}

/*****************
 * MOBILE HEADER *
 ****************/
.sign-in-mobile {
  display: none;
}
#nav .icon-phone.call-button {
  right: 50px;
}
#nav .toggle-menu {
  left: auto;
  right: 10px;
  top: -7px;
}
#h-mobile-header {
  margin-left: 10px;
  text-align: left;
}
.sign-in-mobile,
.signed-in-mobile {
  display: inline-block;
  margin-right: 85px;
  max-width: 90px;
}
.header-site-notice {
  margin: 0;
  padding: 0 0 0 10px;
  background-color: transparent;
  position: absolute;
  top: -33px;
  left: 20px;
  font-size: 16px;
  max-width: 80%;
  min-height: 25px;
  overflow: hidden;
  z-index: 1;
}
#globalZone5 > p {
  margin: 0;
}

/*************
 * SIDE MENU *
 ************/
#side-menu {
  position: fixed;
  top: 110px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 0 0;
  border-right: 1px solid #ccc;
  overflow-y: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}
#side-menu.animate {
  display: block;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#side-menu.animate.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#h-user-menu.signed-in {
  padding: 0;
}
#side-menu #h-member-signin svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}


#site.animate,
#nav.animate,
#side-menu.animate,
.header-site-notice.animate {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
/*
#site.animate.slide-right,
#nav.animate.slide-right,
.header-site-notice.slide-right {
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
}
*/
#h-user-menu .signout {
  border-bottom: 0;
  margin-bottom: 0;
}

#h-user-menu.signed-in .member-links {
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
}

#side-menu a,
#side-menu > div,
#side-menu > span,
#h-user-menu > span {
  padding: 20px 10px;
  border-bottom: 0px solid #ccc;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

#side-menu a:hover,
#side-menu > span:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

#h-user-menu > span {
  margin: 0;
  display: block;
  width: 100%;
}
.in .forgot-password .col-xs-12 > .title {
  font-size: 20px;
}
.sign-up .mobile-mb15 {
  margin-bottom: 15px;
}
#side-menu svg {
  height: 20px;
  width: 20px;
}
#email-signup,
#pass-signup,
#login-btn,
#member-login-view input[type="password"] {
  margin-top: 10px;
}
/*****************
	 * MEMBER SIGNIN *
	 ****************/
#h-member-signin {
  cursor: pointer;
  font-size: 16px;
  border-bottom: 0;
  text-align: center;
  padding: 3px 0 3px;
  width: 180px;
  height: 52px;
  color: #0078bf;
  border-radius: 0;
  transition: all 0.6s;
  flex: 0 0 180px;
}

.members-lounge-title {
  height: 22px;
  overflow: hidden;
}

.members-lounge-title p {
  margin-bottom: 0;
}

.member-lounge-site-notice {
  height: 44px;
  overflow: hidden;
  line-height: 26px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 20px !important;
  text-transform: initial !important;
  margin-top: 0 !important;
}
.member-lounge-site-notice svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
#h-member-signin.on .member-dropdown {
  display: block;
  z-index: 5;
}

#h-member-signin > .ellipsis.signed-in {
  text-transform: none;
}

#h-member-signin.on > .h-btm-border {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 100%;
  height: 2px;
  width: 100%;
  z-index: 2;
}
#h-forgot-password {
  font-size: 14px;
}
#h-member-signin div.ellipsis {
  padding: 0 5px;
}

#h-member-signin.on div.ellipsis {
  padding: 1px 5px 0;
}

#h-member-signin > div {
  text-transform: uppercase;
  font-weight: 400;
}

#h-member-signin span {
  display: block;
  width: 100%;
}

#h-member-signin .member-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  text-transform: none;
  color: #656565;
  font-weight: 300;
  text-align: left;
  cursor: default;
}

#h-member-signin .member-dropdown {
  width: 260px;
}

#h-member-signin .member-dropdown.not-signed-in {
  width: 600px;
}

.member-dropdown .left-col,
.member-dropdown .right-col {
  float: left;
  display: inline-block;
}
#h-member-signin .member-dropdown.alone-col {
  width: 360px;
}
#member-signup-view .text-small,
#member-password-view .text-small,
#h-member-signin .input-error {
  font-size: 14px;
}
#h-login {
  font-size: 16px;
}
.member-dropdown .icon-warning-negative {
  vertical-align: middle;
}

.member-dropdown .left-col {
  width: 230px;
  border-right: 1px solid #ccc;
}

.member-dropdown .right-col {
  width: 300px;
  padding-left: 20px;
}

.member-dropdown .ml20 {
  margin-left: 20px;
}

.member-dropdown .right-col button {
  background-color: #253551;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px;
  height: auto;
}

#email-signup {
  margin-top: 10px;
}

#h-member-signin .member-dropdown span {
  width: auto;
  display: inline-block;
}

.member-dropdown .text-blue {
  color: #166bb6;
}

#member-signup-view a.member-link {
  color: #166bb6;
  text-transform: none;
  margin-left: 0 !important;
}

#member-password-view #h-send-temp-pw {
  display: inline;
}

div#member-signup-view.display-none,
div#member-login-view.display-none,
div#member-password-view.display-none,
div#forgot-password-view.display-none,
div#password-sent-view.display-none,
.display-none {
  display: none;
}

.member-dropdown img {
  max-width: 100%;
}

.member-dropdown .options {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
}

.member-dropdown.signed-in .c {
  font-size: 20px;
}

.member-dropdown .signout {
  margin-bottom: 0;
  cursor: pointer;
}

#h-member-signin .member-dropdown .options a {
  text-transform: none;
  display: block;
  width: 100%;
  margin-left: 0;
  font-weight: 300;
}

.member-dropdown .options a {
  margin-bottom: 10px;
}

.member-dropdown .options a:last-of-type {
  margin-bottom: 0;
}

.member-dropdown.not-signed-in ul {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 26px;
  padding-left: 0;
}
@media (min-width: 350px) {
  .sign-in-mobile,
  .signed-in-mobile {
    max-width: 134px;
  }
}
@media (min-width: 768px) {
  .sign-up .mobile-mb15 {
    margin-bottom: 0;
  }
  .header-site-notice {padding: 0;}

  .h-visible-sm,
  .h-hidden-xs {
    display: block;
  }

  .h-visible-xs,
  .h-hidden-sm,
  .limit-header .h-cat-wrapper,
  .limit-header #h-member-signin,
  .limit-header #h-currency,
  .limit-header #h-recently-viewed {
    display: none;
  }
  .h-sm-col-4 {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
  }

  /************************
	 * LIMIT HEADER OPTIONS *
	 ***********************/
  .limit-header #nav-top-row {
    float: right;
    width: auto;
  }

  #nav {
    display: block;
    background: transparent;
    border-bottom: 0;
    background: #fff !important;
    margin-top: 0px;
    padding-bottom: 0;
    z-index: 1000;
  }

  .white-bg {
    background-color: #fafafa;
    height: 33px;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .white-bg-ao {
    background-color: #fafafa;
    height: 36px;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #nav a,
  #nav a:hover {
    text-decoration: none;
  }

  #nav a.box-link {
    color: var(--text-primary);
  }
  #nav-top-row.h-container {
    max-width: 768px;
  }

  .h-option,
  #nav-bottom-row {
    position: relative;
  }
  #trip-summary .scrollable {
    display: none;
  }

  .h-option {
    display: inline-block;
  }
  #header-notice > .h-container,
  #nav > .h-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    position: relative;
  }

  #nav .slide-box {
    width: 720px;
    top: 0px;
  }

  #nav .logo {
    max-width: 170px;
    margin: 0;
    width: 100%;
  }

  #nav-bottom-row > .h-logo {
    margin: 0;
    flex: 0 0 220px;
  }

  #nav-top-row {
    text-align: right;
    position: absolute;
    top: -36px;
    right: 0;
    color: #656565;
    font-weight: 400;
  }

  #nav-top-row .h-gray-bg {
    text-align: left;
    width: auto;
    display: inline-block;
    padding: 2px 10px 2px 0;
    background: transparent;
  }

  #nav-top-row .h-gray-bg .h-phone {
    border-left: 0;
  }

  #nav-bottom-row {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
  }

  #nav-top-row .h-option {
    padding: 0 15px;
  }
  #nav-top-row .h-option:last-child {
    padding-right: 0px;
  }
  #nav-top-row a {
    color: #656565;
    font-weight: 400;
  }

  #nav-bottom-row a {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
  }

  #nav-bottom-row a[role="menuitem"],
  #nav-bottom-row a[role="menuitem"] span {
    font-weight: 600;
    font-size: 18px !important;
    border-bottom: 2px solid transparent;
    padding-top: 4px;
  }

  #nav-bottom-row a[role="menuitem"]:hover,
  #nav-bottom-row a[role="menuitem"].active {
    border-bottom: 2px solid #253551;
    background-color: transparent;
  }

  #nav-bottom-row .icon-downarrow,
  #nav-bottom-row .icon-uparrow {
    font-size: 0.6em;
    padding-left: 5px;
  }

  .h-badge-green {
    background-color: #253551;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 400;
    text-shadow: 1px 1px 3px #bbb;
    display: inline-block;
    line-height: 15px;
  }

  /**************
	 * CATEGORIES *
	 *************/
  .h-cat-wrapper {
    position: relative;
    bottom: 0;
    display: inline;
    flex: 1 1;
    text-align: right;
    padding-right: 0px;
    white-space:nowrap;
  }

  #h-more-categories {
    position: absolute;
    top: 44px;
    top: calc(100% + 15px);
    right: -15px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
    padding: 10px 15px 15px 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  #h-more-categories.on {
    left: 280px;
    z-index: 1;
  }

  #h-more-categories a {
    display: block;
    color: #656565;
  }

  #h-more-categories.on a {
    padding-top: 10px;
    padding-bottom: 2px;
  }

  #h-more-categories a[role="menuitem"]:hover,
  #h-more-categories a[role="menuitem"].active {
    color: #656565;
    border-color: transparent;
  }

  #h-more-categories a[role="menuitem"] span:hover {
    color: #253551;
    border-bottom: 2px solid #253551;
  }

  #h-more-categories.velocity-animating a[role="menuitem"] {
    height: auto;
  }

  .h-option.h-left-separator {
    border-left: #ccc solid 1px !important;
  }

  #nav .h-phone {
    height: 25px;
  }
  .h-phone .icon-phone {
    position: relative;
    display: inline;
    font-size: 19px;
    top: 2px;
    right: 5px;
  }
  #nav .phone-wrapper.h-hidden {
    display: inline;
  }

  #nav-bottom-row .h-phone {
    position: relative;
    flex: 0 0 165px;
    color: #fff;
    font-weight: 400;
  }
  #nav-bottom-row .h-phone a,
  #nav-bottom-row .h-phone a span {
    color: var(--text-primary);
    margin-left: 0;
    font-size: 18px !important;
  }
  .hero-container .owl-buttons,
  .hero-container .owl-pagination {
    display: none;
  }

  .ad-block {
    top: 168px;
  }
  .ad-block.dateless {
    top: 135px;
  }
  #results-container-wrap .ad-block,
  #trip-summary .scrollable.show {
    top: 0;
  }
  #trip-summary .scrollable.at-bottom {
    top: auto;
  }
}

@media (min-width: 992px) {
  .h-visible-md,
  .h-hidden-sm {
    display: block;
  }

  .h-visible-sm,
  .h-hidden-md {
    display: none;
  }
  #header-notice > .h-container,
  #nav > .h-container {
    width: 970px;
  }
  .h-md-col-3 {
    width: 25%;
    float: left;
  }

  #nav .slide-box {
    width: 940px;
  }
  #nav-bottom-row a {
    margin-left: 50px;
  }

  .white-bg-ao {
    top: 36px;
  }
}
#nav .slide-box {
  display: none;
}
@media (min-width: 1200px) {
  .h-visible-lg,
  .h-hidden-md {
    display: block;
  }

  .h-visible-md,
  .h-hidden-lg,
  #nav-bottom-row #h-show-more-categories {
    display: none;
  }

  #header-notice > .h-container,
  #nav > .h-container {
    width: 100%;
    max-width: 1600px;
  }

  #nav .slide-box {
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
  }

  #h-more-categories {
    background: transparent;
  }
  .header-site-notice {
    max-width: 100%;
  }
  /*************************
	 * RESET MORE CATEGORIES *
	 *************************/
  #h-more-categories,
  #h-more-categories.on {
    border: 0;
    top: auto;
    display: inline;
    padding-bottom: 0;
    left: 0;
    position: relative;
    z-index: 0;
    width: auto;
  }

  #h-more-categories a {
    color: var(--text-primary);
    padding-bottom: 0;
    text-align: inherit;
    display: inline-block;
  }

  #h-more-categories.on a {
    padding-bottom: 5px;
  }

  #h-more-categories a[role="menuitem"]:hover,
  #h-more-categories a[role="menuitem"].active {
    color: var(--text-primary);
    border-color: #253551;
  }

  #h-more-categories a[role="menuitem"] span:hover {
    color: var(--text-primary);
  }

  #h-more-categories a[role="menuitem"]:hover span:hover {
    color: var(--text-primary);
    border-bottom: 0;
  }

  #h-more-categories.velocity-animating a[role="menuitem"] {
    height: auto;
  }
}

@media (min-width: 1366px) and (max-width: 1440px) {
  #nav.left-align-nav > .h-container {
    margin-left: 0;
  }
}
#nav-bottom-row a,
#nav-bottom-row span {
  font-weight: 400 !important;
  font-size: 13px !important;
}

.icon-closenegative:before {
  content: "\65";
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bookit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Standardize Fonts */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 600;
}
.ie8 .text-green,
.text-green {
  color: #253551;
}
.text-purple {
  color: #5661b1;
}

.text-purple {
  color: #5661b1;
}
.background-purple {
  background: #5661b1;
}
.text-white {
  color: #fff;
}

.text-gray-blue {
  color: #428bca;
}

.ie8 .text-blue,
.text-blue {
  color: #166bb6;
}

.text-blue .h5 {
  font-size: 17px;
}

.text-grey {
  color: #ccc;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.line-height {
  line-height: 1.2em;
}
.no-wrap {
  white-space: nowrap;
}

.b {
  font-weight: bold !important;
}
.i {
  font-style: italic !important;
}
.c {
  text-align: center !important;
}
.j {
  text-align: justify !important;
}
.u {
  text-decoration: underline !important;
}
.s {
  font-size: 0.7em !important;
}
.r {
  text-align: right !important;
}
.l {
  text-align: left !important;
}
.ellipsis,
ul.ellipsis li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.green,
a.green {
  color: #4db104;
}

.red {
  color: #ff0000;
}

.light-grey {
  color: #777777;
}

.background-green {
  background-color: #10bf5a;
}

.white-modal-bg .modal-backdrop,
.background-white {
  background-color: #ffffff;
}

.dark-grey {
  color: #444;
}

/* Helper Classes*/
.mt0 {
  margin-top: 0px;
}
.mt0-important {
  margin-top: 0px !important;
}
.ie8 .mt5,
.mt5 {
  margin-top: 5px;
}
.ie8 .mt10,
.mt10 {
  margin-top: 10px;
}
.ie8 .mt15,
.mt15 {
  margin-top: 15px;
}
.ie8 .mt20,
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.ie8 .mt30,
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.ie8 .mb10,
.mb10 {
  margin-bottom: 10px;
}
.ie8 .mb15,
.mb15 {
  margin-bottom: 15px;
}
.ie8 .mb20,
.mb20 {
  margin-bottom: 20px;
}
.ie8 .mb30,
.mb30 {
  margin-bottom: 30px;
}

.m0 {
  margin: 0;
}

.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 1px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.ie8 .mr20,
.mr20 {
  margin-right: 20px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl0 {
  padding-left: 0;
}
.pl1-major {
  padding-left: 1px !important;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 15px;
}
.pl25 {
  padding-left: 25px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}

.pointer-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.semi-transparent {
  opacity: 0.25;
}

.position-fixed {
  position: fixed;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}
.nav-photo img {
  width: 100%;
  border-radius: 10px;
}
.nav-photo {
  position: relative;
  width: 100%;
  padding: 0 20px 0px;
}
.nav-photo span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 0 40px 20px;
  line-height: 1;
  text-shadow: 0 1px 3px #666666;
  color: #ffffff;
}

#bk-ao-container {
  position: inherit !important;
}

#nav .h-logo:hover {
  background-color: transparent !important;
}

#nav .drop-container {
  z-index: 999;
}

#site-phone-number .icon-phone,
#site-phone-number .number,
#mobile-site-phone-link  .icon-phone,
#mobile-site-phone-link  .number{
  font-size: 14px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}

#mobile-site-phone-link  .number{
  font-size: 18px;
}
#site-phone-number .icon-phone:before {
  font-size: 12px;
}
#site-phone-number {
  cursor: pointer;
  font-size: 16px;
  border-bottom: 0;
  text-align: center;
  padding: 3px 0 3px;
  width: 180px;
  height: 52px;
  color: #0078bf !important;
  border-radius: 0;
  transition: all 0.6s;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-phone-link{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0078bf !important;
}
#mobile-site-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 52px;
  line-height: 1;
  color: #0078bf !important;
}

#mobile-site-phone-link .icon-phone {
  font-size: 14px;
  margin-right: 8px;
}

#header-notice .right-content-wrap {
  display: flex;
  align-items: center; /* Vertically centers items */
  justify-content: flex-end; /* Ensures right alignment */
  width: 200px;
  padding-right: 10px;
}

#header-notice .h-option.h-search-id {
  padding-left: 5px !important;
  font-size: 14px; /* Reduce font size */
  line-height: 1; /* Ensure compact text */
  white-space: nowrap; /* Prevent line breaks */
}