/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu li:last-child ul {
  right: 0;
  left: auto; }

.sf-menu > li {
  display: inline-block; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-menu li:last-child ul ul {
  right: 100%;
  top: 0; }

/*** DEMO SKIN ***/
.sf-menu {
  float: none; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  padding: 27px 10px 23px;
  margin: 0;
  margin-right: -2px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #004e98;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-size: 1em; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: left;
  border-top: 1px solid transparent; }

.sf-menu ul li {
  background: #f6f7f7; }
  .sf-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 23px 12px 16px;
    color: #111111; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  -webkit-transition: none;
  transition: none; }

.sf-menu li li:hover,
.sf-menu li li.sfHover {
  background: #e8e8ea; }

.micrositeNav {
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing and left-facing arrows */ }
  .micrositeNav .sf-menu ul {
    top: 61px; }
    @media (min-width: 1150px) {
      .micrositeNav .sf-menu ul {
        top: 65px; } }
  .micrositeNav .sf-arrows .sf-with-ul {
    padding-right: 30px; }
    @media (min-width: 1025px) {
      .micrositeNav .sf-arrows .sf-with-ul {
        padding-right: 35px; } }
  .micrositeNav .sf-arrows .last ul .sf-with-ul {
    padding-right: 0;
    padding-left: 2.5em; }
  .micrositeNav .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 18px;
    margin-top: 0;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: #004e98;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: 0px solid #f57e20;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px; }
  .micrositeNav .sf-arrows .sf-with-ul:before {
    content: '';
    position: absolute;
    top: 29px;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: red;
    z-index: 99;
    display: none; }
  .micrositeNav .sf-arrows .last ul .sf-with-ul:after {
    right: auto;
    left: 1em; }
  .micrositeNav .sf-arrows > li > .sf-with-ul:focus:after,
  .micrositeNav .sf-arrows > li:hover > .sf-with-ul:after,
  .micrositeNav .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #004e98;
    /* IE8 fallback colour */ }
  .micrositeNav .sf-arrows > li > .sf-with-ul:focus:before,
  .micrositeNav .sf-arrows > li:hover > .sf-with-ul:before,
  .micrositeNav .sf-arrows > .sfHover > .sf-with-ul:before {
    border-top-color: #ebecec;
    /* IE8 fallback colour */ }
  .micrositeNav .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: #004e98; }
  .micrositeNav .sf-arrows .last ul .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-right-color: #004e98; }
  .micrositeNav .sf-arrows ul li > .sf-with-ul:focus:after,
  .micrositeNav .sf-arrows ul li:hover > .sf-with-ul:after,
  .micrositeNav .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #004e98; }
  .micrositeNav .sf-arrows .last ul li > .sf-with-ul:focus:after,
  .micrositeNav .sf-arrows .last ul li:hover > .sf-with-ul:after,
  .micrositeNav .sf-arrows .last ul .sfHover > .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #004e98; }

.interiorSectionNavContainer {
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing and left-facing arrows */ }
  .interiorSectionNavContainer .sf-arrows .sf-with-ul {
    padding-right: 23px; }
  .interiorSectionNavContainer .sf-arrows .last ul .sf-with-ul {
    padding-right: 0;
    padding-left: 2.5em; }
  .interiorSectionNavContainer .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 3px;
    margin-top: 0;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: #004e98;
    border-top-color: #004e98;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: 0px solid #f57e20;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px; }
  .interiorSectionNavContainer .sf-arrows .sf-with-ul:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #ebecef;
    z-index: 99;
    display: none; }
  .interiorSectionNavContainer .sf-arrows .last ul .sf-with-ul:after {
    right: auto;
    left: 1em; }
  .interiorSectionNavContainer .sf-arrows > li > .sf-with-ul:focus:after,
  .interiorSectionNavContainer .sf-arrows > li:hover > .sf-with-ul:after,
  .interiorSectionNavContainer .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #004e98;
    /* IE8 fallback colour */ }
  .interiorSectionNavContainer .sf-arrows > li > .sf-with-ul:focus:before,
  .interiorSectionNavContainer .sf-arrows > li:hover > .sf-with-ul:before,
  .interiorSectionNavContainer .sf-arrows > .sfHover > .sf-with-ul:before {
    border-top-color: #ebecec;
    /* IE8 fallback colour */ }
  .interiorSectionNavContainer .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: #004e98; }
  .interiorSectionNavContainer .sf-arrows .last ul .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-right-color: #004e98; }
  .interiorSectionNavContainer .sf-arrows ul li > .sf-with-ul:focus:after,
  .interiorSectionNavContainer .sf-arrows ul li:hover > .sf-with-ul:after,
  .interiorSectionNavContainer .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #004e98; }
  .interiorSectionNavContainer .sf-arrows .last ul li > .sf-with-ul:focus:after,
  .interiorSectionNavContainer .sf-arrows .last ul li:hover > .sf-with-ul:after,
  .interiorSectionNavContainer .sf-arrows .last ul .sfHover > .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #004e98; }

#headerLinks .menu-pre-header-menu-desktop-container {
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  /* styling for right-facing and left-facing arrows */ }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .sf-with-ul {
    padding-right: 23px; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul .sf-with-ul {
    padding-right: 0;
    padding-left: 2.5em; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 11px;
    margin-top: 0;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: #004e98;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: 0px solid #f57e20;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .sf-with-ul:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #ebecef;
    z-index: 99;
    display: none; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul .sf-with-ul:after {
    right: auto;
    left: 1em; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > li > .sf-with-ul:focus:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > li:hover > .sf-with-ul:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #004e98;
    /* IE8 fallback colour */ }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > li > .sf-with-ul:focus:before,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > li:hover > .sf-with-ul:before,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows > .sfHover > .sf-with-ul:before {
    border-top-color: #ebecec;
    /* IE8 fallback colour */ }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: #004e98; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-right-color: #004e98; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows ul li > .sf-with-ul:focus:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows ul li:hover > .sf-with-ul:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #004e98; }
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul li > .sf-with-ul:focus:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul li:hover > .sf-with-ul:after,
  #headerLinks .menu-pre-header-menu-desktop-container .sf-arrows .last ul .sfHover > .sf-with-ul:after {
    border-left-color: transparent;
    border-right-color: #004e98; }
