/* Import GENOA core client side classes */

@import url("ClientsideCore.css");

/* CSS FOR NMU CLIENT SIDE */

@font-face {
  font-family: 'TradeGothicLTStd';
  src: 	url('../fonts/TradeGothicLTStd.woff') format('woff'), 
        url('../fonts/TradeGothicLTStd.otf')  format('opentype'),
        url('../fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Bold';
  src: 	url('../fonts/TradeGothicLTStd-Bold.woff') format('woff'),
        url('../fonts/TradeGothicLTStd-Bold.otf')  format('opentype'),
        url('../fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Light';
  src: url('../fonts/TradeGothicLTStd-Light.woff') format('woff'),
       url('../fonts/TradeGothicLTStd-Light.otf')  format('opentype'),
       url('../fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body, html 
{
    font-family: Verdana, Helvetica, sans-serif!important;
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    font-size: normal;
    font-weight: normal;
}

#LogonPanel, logonContainer
{
   min-height:100%;
   position:relative; 
}

.postLogonBgColour, TD.SubTitle
{
  background-color: #444444;
}

.container
{
    max-width:1030px;
}

.hero-unit {
    height: 565px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    top: -112px;
    margin-bottom: -112px;
    clear: both;
}

.hero-unit.sub-page-banner {
    top: 0px;
    margin-bottom: 0px;
}

.hero-unit.sub-page-banner 
{
    height: 400px;
}

.hero-overlay {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(147,88,30,0.1) 60%, rgba(245,146,50,0.22) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(60%,rgba(147,88,30,0.1)), color-stop(100%,rgba(245,146,50,0.22)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(147,88,30,0.1) 60%,rgba(245,146,50,0.22) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(147,88,30,0.1) 60%,rgba(245,146,50,0.22) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(147,88,30,0.1) 60%,rgba(245,146,50,0.22) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(147,88,30,0.1) 60%,rgba(245,146,50,0.22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#38f59232',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.navbar-subpage .breadcrumb-area 
{
    display: block;
}

header .breadcrumb-area {
    height: 30px;
    line-height: 34px;
    font-weight: 600;
    font-size: 13px;
    color: #eee;
    font-family: 'TradeGothicLTStd';
}

header .breadcrumb-area 
{
    background-color: rgba(68,68,68, .4);
    overflow: hidden;
    display: none;
}

.main-content {
    position: relative;
    margin-top: 57px;
    padding-bottom: 226px;
}

.nmuLogoPost
{
  position: absolute;
  display:block;
  width: 158px;
}

.subpage-content
{
    text-align: left;
}
.navbar-brand 
{  
    float:left;
    padding: 0 10px;
    margin-top: 20px;
}

.navbar-brand>img
{
    display:block;
    width:158px;
}

.subpage-content h1.pagetitle 
{
    color: #484848;
    font-size: 38px;
}

.subpage-content h1 
{
    color: #f59232;
    font-size: 30px;
    font-family: 'TradeGothicLTStd-Bold';
    margin-bottom: 15px;
    margin-top: 0px;
}

.subpage-content h2 
{
    color: #f59232;
    font-size: 24px;
    font-family: 'TradeGothicLTStd-Bold';
    margin-bottom: 15px;
}

.subpage-content p 
{
    font-family: 'Verdana';
    color: #444444;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}


.submenu
{
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
    text-align:left;
}

.submenu h4 
{
    font-family: 'TradeGothicLTStd-Bold';
    position: relative;
    color: #f59232;
    font-size: 26px;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1;
}

.submenu ul li:first-child 
{
    border-top: 1px solid #ccc;
}

.submenu ul, .submenu ul li
{
    text-align:left;
}
.submenu ul li 
{
    list-style: none;
    min-height: 31px;
    line-height: 31px;
    margin-left:-38px;
    border-bottom: 1px solid #ccc;
}

.submenu ul li a {
    color: #585858;
}

.submenu ul li a:hover {
    color: #f59232;
}

.submenu ul li i.fa-chevron-right {
    padding-right: 5px;
}

.sidebar-widget
{
    background: #f59232;
}

.single-widget 
{
    min-height: 213px;
    position: relative;
    margin-bottom: 20px;
}

.widget-overlay 
{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.62) 0%, rgba(167,99,34,0.25) 68%, rgba(245,146,50,0.22) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(68%,rgba(167,99,34,0.25)), color-stop(100%,rgba(245,146,50,0.22)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.62) 0%,rgba(167,99,34,0.25) 68%,rgba(245,146,50,0.22) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.62) 0%,rgba(167,99,34,0.25) 68%,rgba(245,146,50,0.22) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.62) 0%,rgba(167,99,34,0.25) 68%,rgba(245,146,50,0.22) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.62) 0%,rgba(167,99,34,0.25) 68%,rgba(245,146,50,0.22) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#38f59232',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.widget-img 
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.single-widget h2 
{
    font-family: 'TradeGothicLTStd-Bold';
    position: relative;
    color: #fff;
    font-size: 33px;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 0 8px 20px;
    line-height: 1;
}


.widget-find-more 
{
    position: absolute;
    z-index: 5;
    right: 15px;
    bottom: 8px;
    font-family: "Verdana", sans-serif;
    color: #fff !important;
    font-weight: bold;
}

.widget-find-more
{
  text-decoration: none;
}

.widget-find-more:hover, .widget-find-more:focus {
    text-decoration: none;
}

.widget-find-more span 
{
    color: #484848;
    vertical-align: middle;
}

.single-widget h2 
{
    font-family: 'TradeGothicLTStd-Bold';
    position: relative;
    color: #fff;
    text-align:left;
    font-size: 33px;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 0 8px 20px;
    line-height: 1;
}

.single-widget h2:after 
{
    content: " ";
    position: absolute;
    height: 5px;
    width: 145px;
    left: 0;
    bottom: 0;
    font-family: 'TradeGothicLTStd-Bold';
}

.orange-border h2:after 
{
    background: url(../images/orange-border.png) no-repeat;
}

.single-widget p {
    font-family: 'TradeGothicLTStd';
    max-width: 260px;
    z-index: 5;
    text-align:left;
    color: #fff;
    position: relative;
    margin-left: 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

.nmuLogoPost
{
  top: 15px;
  width: 90px;
  height: 30px;
  margin-left: 15px;
}

#bannerText
{
  position: relative;
  top: 16px;
  left: 160px;
  font-family: Arial;
  font-size: 20px;
  color: #FFFFFF;
  width: auto
}

SPAN.Message
{
    font-family: 'Verdana';
    color: #444444;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}   

footer 
{   position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    min-height: 220px;
    margin-top: 22px;
    padding-top: 24px;
    color: #727272;
    text-align:left;
}

.quick-links 
{
    margin-right: 68px;
    text-align:left;
    float: left;
}

.footer-widget 
{
    font-family: 'TradeGothicLTStd';
}

.footer-widget h4 
{
    color: #f69233;
    font-size: 15px;
    font-family: 'TradeGothicLTStd-Bold';
    margin-bottom: 6px;
}

.footer-widget ul li 
{
    line-height: 18px;
}

.footer-widget ul li a, .footer-widget a 
{
    color: #727272;
}

.contact-second-col 
{
    margin-left: 68px;
}

.footer-smi 
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.footer-smi li a 
{
    font-size: 30px;
    color: #c2c2c3;
    font-family: 'TradeGothicLTStd';
}

.footer-smi li a:hover 
{
    color: #f19033;
}

.terms-privacy
 {
    border-top: 1px solid #ffffff;
    margin-top: 30px;
    padding-top: 9px;
    position: relative;
}

.terms-privacy ul li 
{
    padding: 0;
}

.terms-privacy ul li a 
{
    font-size: 13px;
    color: #727272;
    font-family: 'TradeGothicLTStd';
}

.terms-privacy ul li a 
{
    font-size: 13px;
    color: #727272;
    font-family: 'TradeGothicLTStd';
}

.terms-privacy ul li:after 
{
    content: "|";
    margin-left: 7px;
    margin-right: 4px;
    color: #505050;
}

.terms-privacy ul li:last-child:after {
    content: "";
    display: none;
}

.sideMenu li a:hover, .nmuDownloads li a:hover, .usingNMU a:hover
{
  color: #F7921B !important
}

.topLinks a
{
  padding-bottom: 6px;
  border-bottom: 3px solid #F08400
}

.topLinks a:hover
{
  background-color: #EAE7DE
}

.topLinks span
{
  padding-left: 10px
}

.content, .sideMenu
{
  background: none;
  height: 420px;
  padding-top: 0px;
  margin-top: 0px
}

.sideMenu
{
  background-color: #909287;
  float: left;
  left: 39px;
  width: 222px;
  height: auto;
  top: 0px
}

.nmuMenuTitle
{
  background-color: #FCC489;
  border-top: 4px solid #FFFFFF;
  font-weight: normal
}

.sideMenu ul, .nmuDownloads ul
{
  border: 1px solid #E8E8E8;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left
}

#onlineFacilities
{
  background-color: #FFFFFF;
  display: none
}

#onlineFacilities li a
{
  font-weight: normal;
  color: #000000!important
}

#onlineFacilities li:hover
{
  background-color: #FCC489; 
  color: #000000!important
}

.sideMenu li
{
  border-bottom: 1px solid #FFFFFF;
  padding: 7px
}

.whiteBg, .whiteBg a
{
  background-color: #FFFFFF;
  color: #000000 !important;
  font-weight: normal
}

.nmuDownloads li
{
  border-bottom: 0px;
  padding: 4px 0px 4px 7px
}

.sideMenu li a, .nmuDownloads li a
{
  color: #FFFFFF;
  text-decoration: none
}

.nmuDownloads li a
{
  font-weight: normal;
  color: #000000
}

.certDownloadsTitle
{
  background-color: #909287;
  padding: 7px;
  color: #FFFFFF
}

.btnLogin
{
  background-color: #f59232;
  border: 0px;  
  color: #FFFFFF;
  font-weight: bold;
  height: 18px;
  width: auto
}

.btnLogin:hover
{
    background-color: #444444;
}

.btnPadding
{
  padding-left: 10px
}

.forgotPassword
{
  padding: 5px 0px 20px 0px
}

.forgotPassword a, .verifyCertificate a
{
  font-size: 11px
}

.contactDetails, .quickLinks
{
  color: #000000;    
  font-size: 11px; 
  width: 276px;
  text-align: left
}

.quickLinks
{
  position: absolute;
  top: 0px;
  left: 300px;
  width: auto
}

.logonLabel, .EmailPanellabel
{
    font-family: 'Verdana';
    color: #444444;
    font-size: 14px;
}

.logonLabel
{
 float:left;   
}

#EmailPanel
{
    margin-top:20px;
    font-family: 'Verdana';
    color: #444444;
    font-size: 14px;
}

.requiredFields
{
  margin-top: 10px;
  font-size: 12px;
  text-align: left
}

.userValidation
{
  padding-bottom: 5px
}

.nmuSupport
{
  position: relative;
  top: 0px;
  left: 46px;
  width: 360px;
  height: 76px
}


/* CUSTOM CORE CLASSES */
TABLE.DarkCell, TD.LabelCell, TD.LabelCellShipment, TD.LabelCellSecurityRight, TD.Divider1, TD.ActionButton, TD.Hline2, TD.Hline4, TD.NewLabelCell
{
  BACKGROUND-COLOR: #f1f1f1
}

TD.ColumnGroupHeader, TD.ColumnHeader, TD.MainMenu, TD.TopMenu, TD.NewSubHeader, TR.ColumnHeader, TD.Header, TD.SubHeader, TD.Divider2, TD.Divider3, TD.Divider4, TD.Hline, TD.Hline3, TR.ColumnHeaderNew, input.ActionButton
{
  BACKGROUND-COLOR: #444444
}

TD.Title
{
  COLOR: #f1f1f1
}

TD.LabelCell, .UserTextBox, TD.NewLabelCell
{
  COLOR: #000000
}

.userInformation
{
  position: absolute;
  bottom: 20px;
  right: 34px;
  font-weight: normal;
  color: #FFFFFF;
  width: auto
}

.MenuItems_Parent_Out, .MenuItems_Children_Out, .PolicySubmenu, .PolicyListSubMenus, .MenuItems_Parent_Over, .MenuItems_Children_Over, .PolicyListSubMenus_Over
{
  background-color: #f1f1f1;
	color: #000000
}

.MenuItems_Parent_Over, .MenuItems_Children_Over, .PolicyListSubMenus_Over
{
	color: #F7921B
}

input.ActionButton
{
  color: #FFFFFF
}

.touContainer
{
  font-size: 9pt;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 800px
}

.touContainer .touTitle
{
  color: #B3A99F;
  font-size: 11pt;
  font-style: italic;
  font-weight: bold;  
  padding-bottom: 15px  
}

.touContainer li
{
  padding-bottom: 15px
}

a {
    color: #f59232;
    text-decoration: none;
}

a:hover
{
    text-decoration:none;
}

.navbar-subpage .navbar {
    background-color: #444444;
}

.navbar 
{
    min-height: 86px;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar ul a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    line-height: 32px;
    padding: 0 5px 0px 9px;
    font-family: 'TradeGothicLTStd';
    font-size: 14px;
    color: #f5f5f5;
}

.navbar ul a:hover {
    color: #f59232;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #f59232;
}

.navbar-nav>li>a {
    font-family: 'TradeGothicLTStd';
    padding: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}


.nav>li>a {
    position: relative;
    padding: 10px 15px;
}

.navbar-nav>li:after {
    content: "|";
    margin: 0px;
    display: inline;
    color: #f59232;
}

.navbar-nav>li:last-child:after {
    content: " ";
}

.navbar-collapse {
    margin-top: 6px;
}

.navbar-collapse.in {
    overflow: auto;
    position: fixed;
    top: 86px;
    left: 0px;
    right: -22px;
    bottom: 0px;
    display: block;
    background-color: #444444;
    margin: 0px!important;
    border: 0px;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.collapse.in {
    display: block;
}

header {
    position: relative;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
}

a, header {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

header .breadcrumb-area {
    height: 30px;
    line-height: 34px;
    font-weight: 600;
    font-size: 13px;
    color: #eee;
    font-family: 'TradeGothicLTStd';
}

header .breadcrumb-area a {
    color: #f69233;
}

header .breadcrumb-area a:hover 
{
   color: #f69233;
   text-decoration:none;
}

.navbar-subpage.transform .breadcrumb-area {
    background-color: #383838;
    overflow: hidden;
}

.navbar-subpage {
    position: fixed;
}

.nav {
    margin-top: 4px;
}


.navbar ul {
    list-style: none;
    position: relative;
    float: left;
}

.navbar ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px)
{
.navbar-toggle {
    border: 1px solid #727272;
    margin-top: 25px;
    margin-right: 25px;
}

.navbar-toggle .icon-bar {
    background-color: #727272;
}

footer .col-sm-4 
{
    overflow: hidden;
}

.footer-smi {
    float: left;
    margin-top: 30px;
}

}
