body {
  overflow-x: hidden; }

body.homepage #header:after {
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
  background: none; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

#navButton {
  display: none !important; }

#navPanel:before {
  background: none; }

@media screen and (max-width: 1280px) {
  .container {
    width: 980px; } }
@media screen and (max-width: 979px) {
  .container {
    width: 100%; } }

#cookiesPopup {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000002;
  color: #a4a4a4;
  padding: 20px 0 25px 0;
  z-index: 999; }
  @media screen and (max-width: 1280px) {
    #cookiesPopup {
      padding-left: 2em;
      padding-right: 2em; } }
  @media screen and (max-width: 767px) {
    #cookiesPopup {
      padding-left: 1em;
      padding-right: 1em; } }
  #cookiesPopup h5 {
    color: #fff;
    font-size: 21px;
    line-height: 1.2em; }
    @media screen and (max-width: 767px) {
      #cookiesPopup h5 {
        font-size: 16px; } }
  #cookiesPopup .copy {
    font-size: 12px;
    float: left;
    width: 45%;
    line-height: 1.2em;
    padding-top: 5px; }
    @media screen and (max-width: 767px) {
      #cookiesPopup .copy {
        float: none;
        width: auto;
        margin-bottom: 1em; } }
    @media screen and (max-width: 979px) {
      #cookiesPopup .copy br {
        display: none; } }
    #cookiesPopup .copy a {
      text-decoration: underline;
      color: #a4a4a4;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    #cookiesPopup .copy a:hover, #cookiesPopup .copy a:focus {
      color: #fff; }
    #cookiesPopup .copy a.more-mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        #cookiesPopup .copy a.more-mobile {
          display: inline; } }
  #cookiesPopup .btns {
    float: right;
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      #cookiesPopup .btns {
        float: none;
        width: auto;
        text-align: left; } }
    #cookiesPopup .btns a {
      color: #a4a4a4;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      width: 170px;
      margin-left: 28px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      line-height: 1;
      padding: 10px 0; }
      @media screen and (max-width: 979px) {
        #cookiesPopup .btns a {
          width: 160px;
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        #cookiesPopup .btns a {
          width: 100%;
          margin-left: 0; } }
    #cookiesPopup .btns a:hover, #cookiesPopup .btns a:focus {
      background: rgba(255, 255, 255, 0.1); }
    #cookiesPopup .btns .more {
      border: 1px solid #A4A4A4;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        #cookiesPopup .btns .more {
          display: none; } }
    #cookiesPopup .btns .accept {
      border: 1px solid #FFFFFF;
      color: #fff; }

#header {
  background-position: center 100px;
  display: none; }
  @media screen and (max-width: 979px) {
    #header {
      background-position: center top; } }
  #header .button {
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important; }
    @media screen and (max-width: 767px) {
      #header .button {
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important; } }

body.homepage #header {
  display: block; }
  body.homepage #header h1 {
    line-height: 1.2em;
    font-size: 3.5em; }
    @media screen and (min-width: 1681px) {
      body.homepage #header h1 {
        font-size: 3.0em; } }
    @media screen and (max-width: 767px) {
      body.homepage #header h1 {
        font-size: 2.25em; } }

#header .inner {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1000px; }
  #header .inner #logo {
    display: none; }
  #header .inner hr {
    display: none; }

.wrapper {
  padding-top: 180px; }
  @media screen and (max-width: 979px) {
    .wrapper {
      padding-top: 40px; } }

#page-wrapper {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

.menu-is-open #page-wrapper {
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px); }
  @media screen and (max-width: 767px) {
    .menu-is-open #page-wrapper {
      -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
      transform: translateX(280px); } }

.primary-header {
  height: 150px;
  z-index: 900;
  position: fixed;
  width: 100%;
  background: #f7f7f7;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  @media screen and (max-width: 979px) {
    .primary-header {
      position: relative;
      width: auto;
      height: auto; } }
  .primary-header #head {
    position: relative; }
    @media screen and (max-width: 1280px) {
      .primary-header #head {
        width: 980px; } }
    @media screen and (max-width: 979px) {
      .primary-header #head {
        padding: 0;
        width: auto; } }
    .primary-header #head .logo {
      width: 400px;
      position: absolute;
      height: auto;
      top: 60px;
      left: 0; }
      @media screen and (max-width: 1280px) {
        .primary-header #head .logo {
          width: 320px;
          top: 63px; } }
      @media screen and (max-width: 979px) {
        .primary-header #head .logo {
          position: relative;
          padding-top: 16px;
          padding-bottom: 16px;
          width: 400px;
          top: auto;
          left: auto;
          margin: 0 auto; } }
      @media screen and (max-width: 649px) {
        .primary-header #head .logo {
          width: 280px;
          padding-top: 14px; } }
      @media screen and (max-width: 399px) {
        .primary-header #head .logo {
          width: 235px;
          padding-top: 14px; } }
      .primary-header #head .logo img {
        max-width: 100%; }
        @media screen and (max-width: 979px) {
          .primary-header #head .logo img {
            vertical-align: middle; } }
      .primary-header #head .logo a {
        display: block;
        border: none; }
        @media screen and (max-width: 649px) {
          .primary-header #head .logo a {
            padding-left: 14px; } }
      .primary-header #head .logo a:focus {
        outline: 1px dotted #ccc; }
  .primary-header .mobile-menu {
    position: absolute;
    left: 30px;
    top: 15px;
    width: auto;
    height: 30px;
    overflow: hidden;
    display: none;
    z-index: 999; }
    @media screen and (max-width: 979px) {
      .primary-header .mobile-menu {
        display: block; } }
    @media screen and (max-width: 767px) {
      .primary-header .mobile-menu {
        left: 20px;
        top: 17px; } }
    @media screen and (max-width: 649px) {
      .primary-header .mobile-menu {
        top: 15px; } }
    .primary-header .mobile-menu button {
      display: block;
      width: auto;
      padding: 0;
      border: none;
      height: auto;
      border-radius: 0;
      outline: none;
      background: none;
      text-decoration: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      line-height: 1em; }
      .primary-header .mobile-menu button svg {
        fill: #0d2b69; }
    .primary-header .mobile-menu button:hover, .primary-header .mobile-menu button:focus {
      opacity: 0.8; }
  @media screen and (max-width: 979px) {
    .primary-header #menubar {
      visibility: hidden; } }

#menubar {
  z-index: 950;
  clear: both;
  position: absolute;
  left: auto;
  right: 0;
  top: 55px;
  width: 60%;
  -webkit-transition: left .3s ease;
  -ms-transition: left .3s ease;
  transition: left .3s ease; }
  @media screen and (max-width: 1280px) {
    #menubar {
      left: 400px;
      top: 55px; } }
  @media screen and (max-width: 979px) {
    #menubar {
      width: 0;
      left: auto;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      background: #494949; } }
  #menubar .close {
    display: none;
    position: absolute;
    right: 15px;
    top: 16px; }
    #menubar .close button {
      display: block;
      width: auto;
      padding: 0;
      border: none;
      height: auto;
      outline: none;
      background: none;
      text-decoration: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      line-height: 1em; }
      #menubar .close button svg {
        fill: #fff; }
    #menubar .close button:hover, #menubar .close button:focus {
      opacity: 0.8; }

.menu-pre-open #menubar {
  left: -320px; }
  @media screen and (max-width: 979px) {
    .menu-pre-open #menubar {
      width: 320px; } }
  @media screen and (max-width: 767px) {
    .menu-pre-open #menubar {
      width: 280px; } }
  .menu-pre-open #menubar .close {
    display: block; }

.menu-is-open {
  overflow-y: hidden; }
  .menu-is-open #menubar {
    visibility: visible;
    overflow-y: auto; }
    @media screen and (max-width: 979px) {
      .menu-is-open #menubar {
        left: 0; } }
  .menu-is-open .primary-header .mobile-menu .cross {
    display: block; }
  .menu-is-open #header, .menu-is-open .wrapper, .menu-is-open #banner, .menu-is-open #footer {
    opacity: .5; }

/*=======================================================================================================*/
/* PRIMARY NAVIGATION BAR */
/*=======================================================================================================*/
@media screen and (max-width: 979px) {
  #primary-menu-wrapper {
    width: 85%;
    float: none;
    margin: 10px auto 0 auto;
    /*display:none;*/
    padding-left: 0px; } }
#primary-menu-wrapper #menu-primary {
  float: right; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper #menu-primary {
      float: none;
      margin-top: 50px; } }
#primary-menu-wrapper .menu, #primary-menu-wrapper .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  z-index: 950; }
#primary-menu-wrapper .menu a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  border: none;
  outline: none; }
#primary-menu-wrapper .menu li {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  border: none;
  padding: 0; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li {
      float: none;
      position: relative;
      display: block; } }
#primary-menu-wrapper .menu li ul {
  position: absolute;
  background: #494949;
  border-top: 3px solid #f7f7f7;
  width: 1420px;
  left: -999em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media screen and (max-width: 1680px) {
    #primary-menu-wrapper .menu li ul {
      width: 1240px; } }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu li ul {
      width: 1000px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul {
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      width: 100%;
      display: none;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; } }
#primary-menu-wrapper .menu > li.kbFocus > ul {
  left: -570px;
  opacity: 1;
  filter: alpha(opacity=100); }
  @media screen and (max-width: 1680px) {
    #primary-menu-wrapper .menu > li.kbFocus > ul {
      left: -500px; } }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu > li.kbFocus > ul {
      left: -410px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu > li.kbFocus > ul {
      left: 0; } }
@media (hover) {
  #primary-menu-wrapper .menu > li:hover > ul {
    left: -570px;
    opacity: 1;
    filter: alpha(opacity=100); } }
  @media screen and (hover) and (max-width: 1680px) {
    #primary-menu-wrapper .menu > li:hover > ul {
      left: -500px; } }
  @media screen and (hover) and (max-width: 1280px) {
    #primary-menu-wrapper .menu > li:hover > ul {
      left: -410px; } }
  @media screen and (hover) and (max-width: 979px) {
    #primary-menu-wrapper .menu > li:hover > ul {
      left: 0; } }

#primary-menu-wrapper .menu > li {
  margin: 0 16px;
  border: none; }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu > li {
      margin: 0 9px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu > li {
      margin: 0; } }
#primary-menu-wrapper .menu > li:first-child {
  margin-left: 0; }
#primary-menu-wrapper .menu > li:last-child {
  margin-right: 0; }
#primary-menu-wrapper .menu > li > a {
  text-align: center;
  line-height: 2.1em;
  height: 36px;
  overflow: hidden;
  padding: 0;
  font-weight: 600;
  color: #494949;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  @media screen and (min-width: 980px) {
    #primary-menu-wrapper .menu > li > a {
      background: none !important; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu > li > a {
      text-align: left;
      color: #fff;
      line-height: 1.4em;
      padding: 12px 16px 12px 0;
      font-weight: 600;
      border-bottom: 1px solid #5d5d5d;
      height: auto; } }
#primary-menu-wrapper .menu > li > a:focus {
  border-bottom: 4px solid #494949; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu > li > a:focus {
      border-bottom: none; } }
@media screen and (max-width: 979px) {
  #primary-menu-wrapper .menu > li > a:hover {
    color: #8a99bb !important; } }
@media screen and (min-width: 980px) {
  #primary-menu-wrapper .menu li a.selected {
    border-bottom: 4px solid #494949; } }
#primary-menu-wrapper .menu li ul li {
  width: 295px;
  float: none;
  display: block; }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu li ul li {
      width: 245px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul li {
      width: 100%;
      overflow: hidden; } }
#primary-menu-wrapper .menu li ul li:first-child {
  padding-top: 10px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul li:first-child {
      padding-top: 0; } }
#primary-menu-wrapper .menu li ul li:last-child {
  padding-bottom: 10px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul li:last-child {
      padding-bottom: 0; } }
#primary-menu-wrapper .menu > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li.kbFocus > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li.kbFocus > ul {
  left: 295px;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100); }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li.kbFocus > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li.kbFocus > ul {
      left: 245px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li.kbFocus > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li:hover > ul, #primary-menu-wrapper .menu > li > ul > li > ul > li.kbFocus > ul {
      left: auto; } }
#primary-menu-wrapper .menu li ul li ul {
  left: -999em;
  top: 0;
  width: 295px;
  border-top: 0; }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu li ul li ul {
      width: 245px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul li ul {
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      position: relative;
      width: 100%;
      display: none;
      padding-bottom: 0; } }
#primary-menu-wrapper .menu li ul li a {
  color: #fff;
  line-height: 1.4em;
  font-size: 15px;
  padding: 12px 16px 12px 0;
  font-weight: 600;
  margin: 0 0 0 40px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li ul li a {
      width: 100%;
      margin: 0;
      font-weight: 400;
      text-align: left; } }
#primary-menu-wrapper .menu li ul li.menu-item a {
  border-bottom: 1px solid #5d5d5d; }
#primary-menu-wrapper .menu > li > ul > li:nth-last-child(2) a {
  border-bottom: none; }
#primary-menu-wrapper .menu li ul li ul li:last-child a, #primary-menu-wrapper .menu li ul li ul li ul li:last-child a {
  border-bottom: none; }
#primary-menu-wrapper .menu li ul li a:focus {
  color: #8a99bb; }
#primary-menu-wrapper .menu li ul li ul li a {
  font-weight: 400; }
#primary-menu-wrapper .menu li ul li ul li ul li a:hover, #primary-menu-wrapper .menu li ul li ul li ul li a:focus {
  color: #8a99bb; }
#primary-menu-wrapper .menu-item-has-children > a {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../png/arrowoff.png");
  background-size: 8px 13px; }
#primary-menu-wrapper .menu .L1open, #primary-menu-wrapper .menu .L2open {
  color: #8a99bb; }
#primary-menu-wrapper .menu .menu-item-has-children > a.L1open, #primary-menu-wrapper .menu .menu-item-has-children > a.L2open {
  background-image: url("../png/arrowon.png"); }
@media screen and (max-width: 979px) {
  #primary-menu-wrapper .menu .menu-item-has-children > a:hover {
    background-image: url("../png/arrowon.png"); } }
#primary-menu-wrapper .menu li.mobile-only {
  visibility: hidden;
  height: 10px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu li.mobile-only {
      visibility: visible;
      height: auto; } }
#primary-menu-wrapper .menu li.go-back {
  text-transform: uppercase; }
  #primary-menu-wrapper .menu li.go-back a {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../png/arrowoffback.png");
    background-size: 8px 13px;
    padding-left: 20px;
    font-weight: 600; }
  #primary-menu-wrapper .menu li.go-back a:hover, #primary-menu-wrapper .menu li.go-back a:focus {
    color: #8a99bb;
    background-image: url("../png/arrowonback.png"); }
#primary-menu-wrapper .menu1 {
  height: 640px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu1 {
      height: auto; } }
  #primary-menu-wrapper .menu1 ul {
    height: 620px; }
    @media screen and (max-width: 979px) {
      #primary-menu-wrapper .menu1 ul {
        height: auto; } }
#primary-menu-wrapper .menu2 {
  height: 640px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu2 {
      height: auto; } }
  #primary-menu-wrapper .menu2 ul {
    height: 620px; }
    @media screen and (max-width: 979px) {
      #primary-menu-wrapper .menu2 ul {
        height: auto; } }
#primary-menu-wrapper .menu3 {
  height: 460px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu3 {
      height: auto; } }
  #primary-menu-wrapper .menu3 ul {
    height: 440px; }
    @media screen and (max-width: 979px) {
      #primary-menu-wrapper .menu3 ul {
        height: auto; } }
#primary-menu-wrapper .menu4 {
  height: 360px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu4 {
      height: auto; } }
  #primary-menu-wrapper .menu4 ul {
    height: 340px; }
    @media screen and (max-width: 979px) {
      #primary-menu-wrapper .menu4 ul {
        height: auto; } }
#primary-menu-wrapper .menu5, #primary-menu-wrapper .menu6 {
  height: 250px; }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu5, #primary-menu-wrapper .menu6 {
      height: auto; } }
  #primary-menu-wrapper .menu5 ul, #primary-menu-wrapper .menu6 ul {
    height: 230px; }
    @media screen and (max-width: 979px) {
      #primary-menu-wrapper .menu5 ul, #primary-menu-wrapper .menu6 ul {
        height: auto; } }
#primary-menu-wrapper .menu-messagebox {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 1px;
  width: 295px;
  background: #5d5d5d; }
  @media screen and (max-width: 1280px) {
    #primary-menu-wrapper .menu-messagebox {
      width: 245px; } }
  @media screen and (max-width: 979px) {
    #primary-menu-wrapper .menu-messagebox {
      display: none; } }
  #primary-menu-wrapper .menu-messagebox .bottom {
    position: absolute;
    bottom: 0;
    width: 295px; }
    @media screen and (max-width: 1280px) {
      #primary-menu-wrapper .menu-messagebox .bottom {
        width: 245px; } }
  #primary-menu-wrapper .menu-messagebox .inside {
    padding: 30px; }
  #primary-menu-wrapper .menu-messagebox .title {
    font-size: 36px;
    color: #8a99bb;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: .75em; }
    @media screen and (max-width: 1280px) {
      #primary-menu-wrapper .menu-messagebox .title {
        font-size: 28px; } }
  #primary-menu-wrapper .menu-messagebox a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 !important; }
    #primary-menu-wrapper .menu-messagebox a img {
      width: 8px;
      height: 13px;
      margin-left: 5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  #primary-menu-wrapper .menu-messagebox a:hover img, #primary-menu-wrapper .menu-messagebox a:focus img {
    margin-left: 10px; }
