/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/navigation/navigation.less
*
* ---------------------------
* Styles associated with the navigation
* ---------------------------
*/
#wdn_navigation_wrapper {
  background: #fff;
  margin-top: -2px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
#navigation {
  background: #c40302;
  background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
  background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1em;
  text-shadow: 0px 1px 1px #333;
  height: 25px;
  position: relative;
  text-align: right;
  padding: 8px 0 0 0;
  cursor: pointer;
}
#navigation:before {
  content: '\2261';
  text-align: right;
  border: 1px solid #8c0100;
  padding: 0px 8px 1px 9px;
  font-size: 1.3em;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  margin-right: 5px;
  background: #c40302;
  background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
  background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
  background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
  box-shadow: inset 1px 1px 2px 0px #df7a7a;
  -webkit-box-shadow: inset 1px 1px 2px 0px #df7a7a;
  speak: none;
}
#navigation.primary:before,
#navigation.secondary:before {
  content: 'Back';
  font-size: 1em;
  padding: 3px 5px;
}
#navigation.disabled {
  cursor: default;
}
#navigation.disabled:before {
  content: '';
}
#navigation ul {
  position: absolute;
  left: 110%;
  top: 100%;
  width: 100%;
  text-align: left;
  z-index: 10;
  border-bottom: 2px solid #d6d6d6;
  box-shadow: 0px 2px 3px #8a8a8a;
  -webkit-box-shadow: 0px 2px 3px #8a8a8a;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
#navigation ul li {
  width: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  border: 1px solid #d6d6d6;
  border-width: 1px 0 0 0;
  position: relative;
  font-family: Helvetica, Arial, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}
#navigation ul li a {
  text-decoration: none;
  color: #333;
  padding: 1em;
  display: block;
}
#navigation ul li.hasSecondary a {
  display: inline-block;
}
#navigation.active > ul {
  left: 0;
}
#navigation > ul > li.hasSecondary:after {
  background: url('../images/spriteSheet.png') -144px -103px no-repeat;
  width: 10px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  border-radius: 1em 1em 1em 1em;
}
#navigation > ul > li.active ul {
  left: 0;
}
#navigation > ul > li.empty {
  display: none;
}
#navigation > ul > li > ul {
  z-index: 11;
  bottom: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.4);
}
#navigation > ul > li > ul.empty {
  display: none;
}
#navigation > ul > li > ul > li {
  padding-left: 10%;
  font-size: 1em;
}
#navigation > ul > li > ul > li > a {
  width: 100%;
}
.pin_state,
.expand_toggle {
  text-indent: -9999em;
  line-height: 0;
}
@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
  
}
@media (min-width: 600px) {
  
}
@media (min-width: 768px) {
  #wdn_navigation_bar {
    float: none;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    background: #fff;
    position: relative;
    padding: 0 4px;
  }
  #wdn_navigation_wrapper {
    background: none;
    margin: 5px 0 17px;
    display: inline-block;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wdn_navigation_wrapper:after {
    content: " ";
    display: block;
    line-height: 0;
    height: 0;
    width: 0;
    font-size: 0;
    clear: both;
  }
  #wdn_navigation_wrapper .expand_toggle {
    position: absolute;
    top: -20px;
    right: 3px;
    z-index: 101;
    height: 30px;
    width: 28px;
  }
  #wdn_navigation_wrapper .expand_toggle a {
    background: url('../images/spriteSheet.png') -168px -423px no-repeat;
    display: block;
    height: 100%;
    text-indent: -9999em;
    line-height: 0;
  }
  #wdn_navigation_wrapper .pin_state {
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 101;
    height: 28px;
    width: 19px;
  }
  #wdn_navigation_wrapper .pin_state a {
    background: url('../images/spriteSheet.png') -178px -206px no-repeat;
    display: block;
    height: 100%;
    text-indent: -9999em;
    line-height: 0;
  }
  #wdn_navigation_wrapper.empty-secondary #navigation > ul > li:nth-last-child(6) > a {
    border-bottom-left-radius: 5px;
  }
  #wdn_navigation_wrapper.empty-secondary #navigation > ul > li:last-child > a {
    border-bottom-right-radius: 5px;
  }
  #wdn_navigation_wrapper.empty-secondary #navigation > ul > li ul {
    display: none;
  }
  #wdn_navigation_wrapper.empty-secondary .pin_state,
  #wdn_navigation_wrapper.nav-loading .pin_state,
  #wdn_navigation_wrapper.empty-secondary .expand_toggle,
  #wdn_navigation_wrapper.nav-loading .expand_toggle {
    display: none;
  }
  .nav_unpinned #wdn_navigation_bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav_unpinned #wdn_navigation_wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    padding: 0 1% 0 0;
  }
  .nav_unpinned #wdn_content_wrapper {
    margin-top: 58px;
    /* Default for single bar nav */
  
  }
  #navigation {
    clear: both;
    position: relative;
    z-index: 100;
    background: none;
    padding: 0;
    background: #fff;
    /* Disable transitions class for instant calculations between states */
  
  }
  #navigation:before {
    display: none;
  }
  #navigation > ul {
    position: static;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #navigation > ul > li {
    width: 16.5%;
    float: left;
    text-align: center;
    position: relative;
    border-top: none;
    background: transparent;
    /* Clear the first element of a row of 6 */
  
    /* (duplicated in ie.css with .start class) */
  
    /* Add a separator between rows */
  
    /* (duplicated in ie.css with .mid-bar class) */
  
    /* Secondaries */
  
  }
  #navigation > ul > li:nth-child(6n+1) {
    clear: left;
    width: 17%;
    /* Clear the first element of a row of 6 */
  
    /* Add strong border around first-in-row secondaries */
  
    /* (duplicated in ie.css with .start class) */
  
  }
  #navigation > ul > li:nth-child(6n+1) > a {
    border-left: none;
  }
  #navigation > ul > li:nth-child(6n+1) ul {
    margin-left: 0;
    border-left-color: #c9c9c9;
  }
  #navigation > ul > li:nth-child(6n+6) {
    width: 17%;
    /* Clear the last element of a row of 6 */
  
    /* Add strong border around last-in-row secondaries */
  
    /* (duplicated in ie.css with .end class) */
  
  }
  #navigation > ul > li:nth-child(6n+6) > a {
    border-right: none;
  }
  #navigation > ul > li:nth-child(6n+6) ul {
    margin-right: 0;
    border-right: 1px solid #c9c9c9 !important;
  }
  #navigation > ul > li:first-child > a {
    border-radius: 5px 0 0 0;
  }
  #navigation > ul > li:nth-child(6) > a {
    border-radius: 0 5px 0 0;
  }
  #navigation > ul > li:last-child > ul,
  #navigation > ul > li:last-child.row-empty > a {
    border-bottom-right-radius: 5px;
  }
  #navigation > ul > li:nth-last-child(6) > ul,
  #navigation > ul > li:nth-last-child(6).row-empty > a {
    border-bottom-left-radius: 5px;
  }
  #navigation > ul > li:nth-child(n+7) {
    border-top: 1px solid #c83a3a;
    box-shadow: 0px -1px 0px #870d0c;
    -webkit-box-shadow: 0px -1px 0px #870d0c;
  }
  #navigation > ul > li.highlight > a {
    background: #c12726;
    background: -moz-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12726), color-stop(100%, #ac2625));
    background: -webkit-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -o-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -ms-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: linear-gradient(to bottom, #c12726 0%, #ac2625 100%);
  }
  #navigation > ul > li.highlight > ul {
    background: #fdfff0;
    background: -moz-linear-gradient(top, #fdfff0 0%, #eef2cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfff0), color-stop(100%, #eef2cb));
    background: -webkit-linear-gradient(top, #fdfff0 0%, #eef2cb 100%);
    background: -o-linear-gradient(top, #fdfff0 0%, #eef2cb 100%);
    background: -ms-linear-gradient(top, #fdfff0 0%, #eef2cb 100%);
    background: linear-gradient(to bottom, #fdfff0 0%, #eef2cb 100%);
  }
  #navigation > ul > li:hover > a {
    background: #c12726;
    background: -moz-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12726), color-stop(100%, #ac2625));
    background: -webkit-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -o-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: -ms-linear-gradient(top, #c12726 0%, #ac2625 100%);
    background: linear-gradient(to bottom, #c12726 0%, #ac2625 100%);
  }
  #navigation > ul > li:hover > ul {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f0f0f0 100%);
  }
  #navigation > ul > li:hover > ul a {
    color: #242424;
  }
  #navigation > ul > li:hover.empty > a {
    background: #c40302;
    background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
    background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
  }
  #navigation > ul > li:hover.empty > ul {
    background: rgba(251, 251, 251, 0.95);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 251, 251, 0.95)), color-stop(100%, rgba(215, 215, 215, 0.95)));
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
  }
  #navigation > ul > li.row-empty > ul {
    display: none !important;
  }
  #navigation > ul > li.hasSecondary:after {
    background: none;
  }
  #navigation > ul > li.hasSecondary a {
    display: block;
  }
  #navigation > ul > li.empty {
    display: list-item;
  }
  #navigation > ul > li ~ li.empty {
    /* Combine empty primary elements */
  
  }
  #navigation > ul > li ~ li.empty > a,
  #navigation > ul > li ~ li.empty > ul {
    border-right-color: transparent;
  }
  #navigation > ul > li ~ li.empty > ul:after {
    display: none;
  }
  #navigation > ul > li ~ li ~ li.empty > a,
  #navigation > ul > li ~ li ~ li.empty > ul {
    border-left-color: transparent;
  }
  #navigation > ul > li ~ li ~ li.empty > ul:before {
    display: none;
  }
  #navigation > ul > li > a {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px #424242;
    font-weight: 500;
    font-size: 0.875em;
    margin: auto 0;
    padding: 0.47em 1px;
    border-right: 1px solid #870d0c;
    border-left: 1px solid #c83a3a;
    background: #c40302;
    background: -moz-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c40302), color-stop(100%, #9e0302));
    background: -webkit-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -o-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: -ms-linear-gradient(top, #c40302 0%, #9e0302 100%);
    background: linear-gradient(to bottom, #c40302 0%, #9e0302 100%);
  }
  #navigation > ul > li > a:hover {
    color: #fff;
  }
  #navigation > ul > li > ul {
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #c9c9c9;
    border-top: none;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
    background: rgba(251, 251, 251, 0.95);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 251, 251, 0.95)), color-stop(100%, rgba(215, 215, 215, 0.95)));
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #navigation > ul > li > ul.empty {
    display: block;
  }
  #navigation > ul > li > ul > li {
    width: auto;
    position: inherit;
    border: none;
    font-family: sans-serif;
    padding: 0 5px;
    font-size: 0.5em;
    background: transparent;
    margin: 0 5px;
  }
  #navigation > ul > li > ul > li a {
    font-size: 1.333em;
    padding: 3px 0px 3px 0px;
    font-weight: normal;
    display: block;
    border-bottom: 1px dotted #bababa;
    line-height: 1.14em;
    text-shadow: none;
    color: #333;
  }
  #navigation > ul > li > ul > li a:hover {
    color: #BA0000;
  }
  #navigation > ul > li > ul > li img {
    display: none !important;
  }
  #navigation > ul > li > ul > li:last-child {
    margin-bottom: 5px;
    /* Format the last secondary link */
  
    /* (duplicated in ie.css with .last class) */
  
  }
  #navigation > ul > li > ul > li:last-child > a {
    border-bottom: none;
  }
  #navigation ul {
    font-size: 100%;
  }
  #navigation a {
    color: #555555;
    text-decoration: none;
  }
  #navigation.disableTransition > ul > li ul {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav_ready #wdn_navigation_wrapper {
    visibility: visible;
  }
  .nav_pinned #wdn_navigation_bar,
  .nav_open #wdn_navigation_bar,
  .nav_expanded #wdn_navigation_bar {
    overflow-y: visible;
    overflow-x: visible;
    height: auto;
  }
  .nav_pinned #wdn_navigation_wrapper {
    width: 100%;
  }
  .nav_pinned #wdn_navigation_wrapper .expand_toggle {
    display: none;
  }
  .nav_pinned #wdn_navigation_wrapper .pin_state a {
    background: url('../images/spriteSheet.png') -46px -544px no-repeat;
    display: block;
  }
  .nav_expanded #wdn_navigation_wrapper .expand_toggle a {
    background: url('../images/spriteSheet.png') -168px -465px no-repeat;
    display: block;
  }
  .nav_collapsed #navigation > ul > li {
    /* Don't display the the secondary ul's for the top rows */
  
    /* (duplicated in ie.css with .top-bars class) */
  
  }
  .nav_collapsed #navigation > ul > li:nth-last-child(n+7) ul {
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav_collapsed #navigation > ul > li ul {
    height: 0 !important;
  }
  .nav_changing #navigation > ul > li ul li,
  .nav_collapsed #navigation > ul > li ul li,
  .nav_changing .pin_state,
  .nav_collapsed .pin_state {
    display: none;
  }
}
@media (min-width: 960px) {
  
}
@media (min-width: 1040px) {
  #wdn_navigation_bar {
    padding: 0;
  }
  #wdn_navigation_wrapper {
    width: 960px;
  }
  #wdn_navigation_wrapper .pin_state {
    right: -5px;
  }
  #navigation {
    background: none;
  }
  #navigation > ul {
    width: 960px;
  }
  #navigation > ul > li {
    width: 160px;
  }
  #navigation > ul > li:nth-child(6n+1) {
    width: 160px;
  }
  #navigation > ul > li:nth-child(6n+6) {
    width: 160px;
  }
  #navigation > ul > li > ul {
    width: 160px;
  }
  #navigation > ul > li > ul:after,
  #navigation > ul > li > ul:before {
    display: none;
  }
  .nav_pinned #wdn_navigation_bar,
  .nav_open #wdn_navigation_bar,
  .nav_expanded #wdn_navigation_bar {
    width: auto;
    overflow-y: visible;
    overflow-x: visible;
    height: auto;
  }
}
