div#header {
    height: 135px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:       absolute;
    top:            -999em;
    width:          10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          100%;
}
.sf-menu li {
    float:          left;
        border-color: transparent;
        border-width: 1px;
        border-style:solid;
    position:       relative;
}
.sf-menu a {
    display:        block;
    position:       relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0;
    top:            2.5em; /* match top ul list item height */
    z-index:        99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float:          left;
    margin-bottom:  1em;
}
.sf-menu a {
    padding:        .75em 15px;
    font-weight:    normal;
        text-transform: uppercase;
        display: block;
        width: auto;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:          #008AB0;

}
.sf-menu li {
}
.sf-menu li li {
    background:     #FFFFFD;
}
.sf-menu li li li {
    background:     #FFFFFD;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:        0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 20px;
    width: auto;

}
.sf-sub-indicator {
    position:       absolute;
    display:        block;
    right:          5px;
    top:            14px;
    width:          10px;
    height:         10px;
    text-indent:    -999em;
    overflow:       hidden;
    background: url('/etc/designs/hello/packaged/img/global/cc_dropdown_arrow.png') no-repeat 50% 0
    display: none;
}


/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url('/etc/designs/hello/packaged/img/global/images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
        z-index:300;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
    height:         2.5em;
    padding-bottom: 2.5em;
    position:       relative;
}
.sf-navbar li {
    position:       static;
}

.sf-navbar a {
    border-right-style:solid;
    border-top:     none;
}
.sf-navbar a:hover {
        color: #363636;


}
.sf-menu.sf-navbar a.sf-with-ul {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 4px 8px;
    top: 5px;
}
.sf-navbar#vertical-navigation > li > a.sf-with-ul:hover {
    border: 1px solid #7fc4d7;
    color: #008ab0;
    text-decoration: none;
}
.sf-navbar li ul {
    width: auto; /*IE6 soils itself without this*/
    height: auto;
    width: auto;
    -webkit-box-shadow: 0 9px 7px rgba(94,94,94,0.6);
    -moz-box-shadow: 0 9px 7px rgba(94,94,94,0.6);
    background: #fff;
    z-index: 310;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.sf-navbar li li {
    position: relative;
}


.sf-navbar ul li {
    width: 180px;
    float: left;
}
.sf-navbar a, .sf-navbar a:visited {
    border:         none;
}

.sf-navbar a:hover {
    color: #363636;
}

.sf-navbar li.current {
    height: auto;
        z-index: 140;
    border: none;
        padding-bottom: 10px;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
    color: #363636;
}

.sf-navbar li:hover a {
    text-decoration:none;
}
.sf-navbar #vertical-navigation > li:hover a.sf-with-ul {
    color: #008AB0;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
    text-decoration:none;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
    left:           0;
    top:            2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
    top:            -999em;
}

.sf-navbar li li.current {
    text-decoration:none;
}

.sf-navbar li li.current > a {
    text-decoration:none;
    color: #717073;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    height: auto;
    position: relative !important;
    text-indent: 0px;
    text-transform: none;
    line-height: 20px;
}

.sf-navbar li li.current > a:hover {
    color: #008ab0;
}

.sf-navbar li ul span.subHdr {
    border-bottom: 2px solid #e9e9ea;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 0 0 3px 0;
}

.sf-navbar li ul span.hdr {
color: #363636;
display: block;
font-size: 13px;
font-weight: bold;
padding-top: 16px;
padding-bottom: 3px;
text-transform: none;
z-index: 30;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
    padding: 0;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    left: 0;
}

.newsroom.topnavCorpcom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

ul#vertical-navigation {
    display: table;
    width: auto;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    font-size: 17px;
    float: none;
    position: static;;
}

#vertical-navigation > li {
    padding: 0 5px 15px 5px;
}

#vertical-navigation > li:hover > a.sf-with-ul::before {
    top: 29px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: " ";
    z-index: 100;
}
.sf-navbar > li:hover > a.sf-with-ul::after {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #999;
    content: " ";
    z-index: 1;
}

#vertical-navigation > li:hover > ul {
    width: 100%;
    position: absolute;
    top: 44px;
    border-top: 1px solid #cccccc;
}

#vertical-navigation > li .current a span.hdr {
    color: #717073;
    font-weight: normal;
}

#vertical-navigation .current {
    width: 20%;
    padding: 0 10px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    min-height: 35em;
}

#Awards::before {
    display: none;
}

#Awards::after {
    display: none;
}

#vertical-navigation #Awards + ul {
    border: none;
}

div#logo {
    top: 23px;
    background: url(/etc/designs/hello/packaged/img/global/logoNuSkin.png) 0 0 no-repeat;
}

#globalSearch {
    bottom: 15px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 45px;
}

/*CUSTOM LIST LINKS
**************************/
.bodyContent .list ul.bold li p a {
    color: #363636;
    font-size: 13px;
    font-weight: bold;
}

.bodyContent .list ul.bold li {
    padding-bottom: 5px;
}

  .facts {
        width: 470px;
        float: left;
    }
    .factContacts {
        width: 32%;
        float:left;
    }

    div.text .factContacts h2{
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #008AB0;
        margin: 0;
        padding: 0 0 2px;
        line-height: 1.2em;
    }
    .factsCol3 {
        float: right;
    }

    .bodyContent .list ul.factList li {
list-style-image: none;
    list-style-position: outside;
    list-style: none;
    margin-bottom: 0.4em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
        background: url(/etc/designs/newsroom/packaged/img/factBullet.gif) no-repeat 6px .5em;
padding-left: 22px;
        }

.bodyContent .list ul.factList li p a {
    color: #363636;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
h1 span.facts-welcome {
 font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.1em;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.bodyContent .list ul.facts-list-right{
	margin: 0 0 0 30px;
}
.bodyContent .list ul.facts-list-right li {

    line-height: 1.2em;
    padding: 0 0 20px;
}
.bodyContent .list ul.facts-list-right li p a {
	font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
    padding: 0 0 15px;
    text-transform: uppercase;
    color: #008AB0;
}
div.text h2.facts-right-title {
	margin: 25px 0 0 35px;
    color:#7F8085;
	text-transform: none;
    padding: 0;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
}
