﻿#globalCookieBar {
  padding: 1em 0;
  background-color: #D1D3D3;
  text-transform: uppercase;
  font-weight: bold; }
  #globalCookieBar .btn-wrapper {
    text-align: right; }
  #globalCookieBar p {
    font-size: 0.75em;
    margin: 0; }
    #globalCookieBar p a {
      color: blue;
      text-decoration: underline; }
      #globalCookieBar p a:hover {
        text-decoration: none; }

#closeCookieBar {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 0.75em;
  padding: 0.125em 3em; }

.skiplink-container {
  background-color: #0E1E76;
  text-align: center; }

.skiplink {
  position: absolute;
  left: -9999em;
  background-color: #E8C136;
  display: inline-block;
  padding: 0.5em 1em;
  text-transform: uppercase; }
  .skiplink:focus {
    left: auto;
    position: static; }

#global-header {
  background-color: #fff;
  border-top: 5px solid #E8C136;
  color: #787775; }
  #global-header > .container {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  #global-header a {
    color: #787775; }

.header-logo {
  width: 138px; }
  .header-logo a {
    display: block; }
  .header-logo a:focus {
    outline: 1px dotted #fff; }
  .header-logo img {
    max-width: 100%; }

.header-right {
  text-align: right; }

.topMenu {
  float: right;
  padding: 12px 34px; }

#fontSize {
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style-type: none;
  float: right;
  font-weight: bold; }
  #fontSize li {
    display: inline-block;
    vertical-align: bottom; }
    #fontSize li + li {
      margin-left: 6px;
      margin-left: 0.375rem; }
  #fontSize a {
    cursor: pointer;
    line-height: 1;
    display: block; }
  #fontSize .larger {
    font-size: 1.25em; }
  #fontSize .largest {
    font-size: 1.5em; }
  #fontSize .active {
    text-decoration: underline; }

#toggleSearch {
  background-color: #FAFAF9;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  margin-left: 2em;
  text-align: center;
  float: right; }
  #toggleSearch:hover {
    background-color: #eeeeeb;
    -webkit-transition: ease-in-out background-color 0.2s;
    -khtml-transition: ease-in-out background-color 0.2s;
    -moz-transition: ease-in-out background-color 0.2s;
    -ms-transition: ease-in-out background-color 0.2s;
    -o-transition: ease-in-out background-color 0.2s;
    transition: ease-in-out background-color 0.2s; }

.search-wrapper {
  position: relative;
  float: right;
  width: 23em;
  margin-top: 2em;
  height: 3em;
  overflow: hidden; }

.global-search-active .site-search {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.site-search {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  float: right;
  height: 2.5em;
  padding-right: 2em;
  -webkit-transition: opacity 0.25s ease-in-out 0.05s;
  -khtml-transition: opacity 0.25s ease-in-out 0.05s;
  -moz-transition: opacity 0.25s ease-in-out 0.05s;
  -ms-transition: opacity 0.25s ease-in-out 0.05s;
  -o-transition: opacity 0.25s ease-in-out 0.05s;
  transition: opacity 0.25s ease-in-out 0.05s; }
  .site-search input {
    width: 100%;
    font-size: 1.125em;
    margin-right: 36px;
    margin-right: 2.25rem;
    height: 36px;
    height: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    vertical-align: top;
    border: none;
    border-right: 0;
    border: 2px solid #E8C136;
    -webkit-transition: ease-in-out border 0.25s;
    -khtml-transition: ease-in-out border 0.25s;
    -moz-transition: ease-in-out border 0.25s;
    -ms-transition: ease-in-out border 0.25s;
    -o-transition: ease-in-out border 0.25s;
    transition: ease-in-out border 0.25s; }
  .site-search input:focus {
    border: 2px solid #E8C136;
    outline: none; }
  .site-search button {
    padding: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    border: 2px solid #E8C136;
    overflow: hidden;
    color: #fff;
    background-color: #E8C136;
    -webkit-transition: ease-in-out border 0.25s;
    -khtml-transition: ease-in-out border 0.25s;
    -moz-transition: ease-in-out border 0.25s;
    -ms-transition: ease-in-out border 0.25s;
    -o-transition: ease-in-out border 0.25s;
    transition: ease-in-out border 0.25s; }
    .site-search button i {
      text-align: center;
      font-size: 1.5em;
      display: block; }

.nav-warpper {
  background-color: #353430; }

#nav {
  display: table;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #nav a {
    display: block; }
  #nav a:hover, #nav a:focus {
    text-decoration: none; }
  #nav li {
    text-align: left; }
  #nav .level-1 {
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid #353430; }
    #nav .level-1:first-child {
      border: none; }
      #nav .level-1:first-child > a {
        font-size: 1.125em;
        line-height: 1; }
    #nav .level-1:hover {
      background-color: #278841; }
      #nav .level-1:hover a:after {
        display: block; }
    #nav .level-1.active {
      background-color: #278841; }
      #nav .level-1.active > a {
        position: relative; }
    #nav .level-1 > a {
      display: block;
      text-align: center;
      padding: 10px;
      padding: 0.625rem;
      color: #fff;
      font-size: 0.9325em;
      text-transform: uppercase;
      position: relative; }
      #nav .level-1 > a:after {
        display: none;
        z-index: 3;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #278841;
        left: 50%;
        margin-left: -16px;
        bottom: -16px; }
    #nav .level-1 .mega-menu {
      z-index: 2;
      visibility: hidden;
      position: absolute;
      padding: 1.375em 0;
      margin: 0;
      background-color: #fff;
      background-color: white;
      -webkit-transition: ease-in-out all 0.25s;
      -khtml-transition: ease-in-out all 0.25s;
      -moz-transition: ease-in-out all 0.25s;
      -ms-transition: ease-in-out all 0.25s;
      -o-transition: ease-in-out all 0.25s;
      transition: ease-in-out all 0.25s;
      left: 0;
      top: auto;
      width: 100%;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
    #nav .level-1 > ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #nav .level-1:hover .mega-menu, #nav .level-1 .js-active .mega-menu {
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out;
      -khtml-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  #nav .level-2 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1.5em;
    display: inline-block;
    vertical-align: top;
    float: none; }
    #nav .level-2 img {
      display: block; }
    #nav .level-2 a:hover .img-wrapper:before {
      top: 0; }
    #nav .level-2 a:hover .name {
      background-color: #278841;
      color: #fff;
      -webkit-transition: ease-in-out background-color 0.1s;
      -khtml-transition: ease-in-out background-color 0.1s;
      -moz-transition: ease-in-out background-color 0.1s;
      -ms-transition: ease-in-out background-color 0.1s;
      -o-transition: ease-in-out background-color 0.1s;
      transition: ease-in-out background-color 0.1s; }
    #nav .level-2 .img-wrapper {
      overflow: hidden;
      display: block;
      position: relative; }
      #nav .level-2 .img-wrapper:before {
        position: absolute;
        top: 100%;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #E8C136;
        background-color: rgba(232, 193, 54, 0.5);
        -webkit-transition: ease-in-out all 0.2s;
        -khtml-transition: ease-in-out all 0.2s;
        -moz-transition: ease-in-out all 0.2s;
        -ms-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s; }
    #nav .level-2 .name {
      display: block;
      padding: 0.5em 1em;
      background-color: #E8C136;
      color: #353430;
      text-align: center;
      font-weight: bold;
      font-size: 0.875em; }
    #nav .level-2 img {
      width: 100%;
      height: auto; }

@media (max-width: 991px) {
  #nav > li.js-active > div {
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; } }

@media (min-width: 768px) {
  .header-logo {
    width: auto; } }

@media (max-width: 767px) {
  #global-header {
    -webkit-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -khtml-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -moz-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -ms-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -o-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999; }
  #nav .level-1.js-active > div {
    max-height: 1000px;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: static;
    width: auto; } }

.warning-area div {
  background-color: #e8c136;
  color: #fff;
  min-height: 90px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .warning-area div i {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: middle; }
