﻿@charset "utf-8";
.top-nav {
  float: right;
  width: 70%;
}
#nav {
  /* li {
    position: relative;
}
*/
  /* first level */
  /* second level */
}
#nav > ul > li.login-btn {
  display: none;
}
#nav > a {
  display: none;
}
#nav li a {
  color: #fff;
  display: block;
}
#nav li a:active {
  background-color: #c00 !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  /* 5 */
  border-bottom: none;
  border-top-color: #efa585;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
  /* 5 */
}
#nav > ul {
  padding: 0px;
  margin: 0px;
}
#nav > ul > li {
  width: auto;
  float: left;
  position: relative;
}
#nav > ul > li.touch-infront > a {
  background-color: #d31145;
  color: #FFF;
}
#nav > ul > li.touch-infront .navigation-hovered {
  display: block;
}
#nav > ul > li > a {
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #d31145;
  height: 100%;
  padding: 0.75em 8.5px;
  font-size: 13px;
  /* 24 */
  line-height: 14px;
  /* 60 (24) */
  text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
  background-image: url(/content/img/elements/divider.png);
  background-repeat: no-repeat;
  background-position: right;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
  background-color: #d31145;
  color: #FFF;
}
#nav > ul li:nth-last-child(2) a {
  background-image: none !important;
}
#nav li ul {
  background-color: #d31145;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 250;
  width: 200px;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#nav li:not( :first-child ):hover ul {
  left: -1px;
}
#nav li ul a {
  display: block;
  padding: 0.75em 17.5px ;
  border-top: 1px solid #d31145;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
  background-color: #ab003e;
}
@media only screen and (max-width: 62.5em) {
  #nav {
    width: 100%;
    position: static;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  header#header-bottom .container:before {
    height: 5px !important;
  }
  .backgroundContainer .homePanel .current,
  .backgroundContainer .homePanelStatic .current,
  .backgroundContainer .homePanel #current:target ~ .current,
  .backgroundContainer .homePanelStatic #current:target ~ .current,
  .backgroundContainer .homePanel #previous:target ~ .previous,
  .backgroundContainer .homePanelStatic #previous:target ~ .previous,
  .backgroundContainer .homePanel #next:target ~ .next,
  .backgroundContainer .homePanelStatic #next:target ~ .next,
  .backgroundContainer .homePanel #current.targetSetHeader ~ .current,
  .backgroundContainer .homePanelStatic #current.targetSetHeader ~ .current,
  .backgroundContainer .homePanel #previous.targetSetHeader ~ .previous,
  .backgroundContainer .homePanelStatic #previous.targetSetHeader ~ .previous,
  .backgroundContainer .homePanel #next.targetSetHeader ~ .next,
  .backgroundContainer .homePanelStatic #next.targetSetHeader ~ .next {
    margin: 32px auto 0;
  }
  .search-box-custom-mobile {
    background: #474747;
    padding: 15px 0px;
  }
  .mobileButtons {
    position: relative;
    z-index: 2147483647;
  }
  .search-box-custom-mobile .searchform {
    margin-top: 20px;
    width: 25%;
  }
  .search-box-custom-mobile .searchform {
    display: block;
    width: 85%;
    height: 30px;
    margin: 0px auto ;
    position: relative;
  }
  .search-box-custom-mobile .searchbox {
    padding-left: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: none;
    background-image: url("/content/img/spm/spm-mobile-global.png");
    background-repeat: no-repeat;
    background-position: 0px -520px;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-box-custom-mobile .submit {
    display: block;
    border: 0;
    text-indent: -999em;
    font-size: 0px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
    background-image: url("/content/img/spm/spm-mobile-global.png");
    background-position: -310px -190px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #474747;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
  }
  .search-box-custom-mobile .submit:hover {
    background-image: url("/content/img/spm/spm-mobile-global.png");
    background-repeat: no-repeat;
    background-position: -340px -190px;
  }
  .search-box-custom-mobile .submit:active {
    background-image: url("/content/img/spm/spm-mobile-global.png");
    background-repeat: no-repeat;
    background-position: -370px -190px;
  }
  #nav > ul > li.login-btn {
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
    float: none;
    width: 100%;
    display: block;
    height: 51px;
    background-color: none;
    background-color: #000;
  }
  #nav > ul > li.login-btn a {
    background-color: transparent;
    background: url(/content/img/elements/login-img-mobile.png) no-repeat center !important;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 52px;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 100%;
    background-size: 91%, 100%;
  }
  #nav > ul li a {
    background-image: none !important;
    padding: 0.75rem 20.5px;
  }
  .top-nav {
    display: inherit;
    clear: inherit;
  }
  html {
    font-size: 75%;
    /* 12 */
  }
  #nav {
    position: relative;
    top: 0px;
    left: auto;
    /*height: 61px;*/
  }
  #nav > a {
    line-height: 68px;
    margin: 0 0 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    top: 0px;
    width: 77px;
    z-index: 2147483647;
  }
  #nav > a:hover,
  #nav > a.active {
    background: none repeat scroll 0 0 #d41145;
  }
  #nav > a.active {
    top: 0px;
  }
  #nav > a:before,
  #nav > a:after {
    content: '';
  }
  #nav:not( :target ) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }
  /* first level */
  #nav > ul {
    height: auto;
    display: none;
    position: relative;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 17px;
  }
  #nav:target > ul {
    display: block;
    background-color: #d31145;
    clear: both;
  }
  #nav > ul > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #bf0a3f;
  }
  #nav > ul > li > a {
    height: auto;
    color: #FFF;
    text-align: left;
    clear: both;
  }
  #nav > ul > li:not( :last-child ) > a {
    border-right: none;
    border-bottom: 1px solid #d31145;
  }
  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
  }
  #nav li ul {
    padding-bottom: 0;
    width: auto;
  }
  #nav li ul {
    display: none !important;
  }
  #nav li:hover ul {
    width: auto;
    padding-bottom: 0px;
  }
  #nav li ul li {
    border-bottom: 1px solid #bd0a40;
  }
  #nav li ul li:last-child {
    border-bottom: none;
  }
  #nav > ul > li > a:hover {
    background-color: #ac003e;
  }
  #nav > a i {
    left: -2px;
    position: relative;
    /*top: 20px;*/
    z-index: 2147483647;
    color: #fff;
    background: url(/content/img/elements/select-arrow-nor.png);
    background-repeat: no-repeat;
    height: 11px;
    width: 15px;
    font-style: normal;
    color: #d41145;
    text-align: left;
    font-size: 16px;
    background-position: 44px  1px;
  }
  #nav > a:hover i,
  #nav > a.active i {
    color: #fff;
    background: url(/content/img/elements/select-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 44px  3px;
    border: 0px;
  }
  #nav > a:hover > ul {
    display: block;
    background: #ff0000;
  }
  /*
    This button is only visible in Mobile menu mode, and serves
    to collapse the menu; so just permanently style it.
  */
  #nav > #mobile-menu-collapse-button {
    background-color: #d41145;
  }
  #nav > #mobile-menu-collapse-button i {
    color: #fff !important;
    background: url(/content/img/elements/select-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: 44px -1px;
    border: 0;
  }
  .head-top .top-nav {
    top: 7px;
  }
  @-moz-document url-prefix() {
    #nav > a i {
      left: 3px;
    }
  }
}
/*# sourceMappingURL=navigation.css.map */