@font-face{
  font-family: Lato;
  src: url(../../fonts/Lato-Regular.ttf);
  font-weight: normal;
}

@font-face{
  font-family: Lato;
  src: url(../../fonts/Lato-Light.ttf);
  font-weight: 100;
}

html{
  height: 100%;
}

body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* bs4 override */
  height: 100%;
  margin: 0;
  padding: 8px 15px;
}

header {
    margin-bottom: 5px;
}

header a{
  text-decoration: none;
}

header a:hover,
header a:active,
header a:focus{
	text-decoration: none;
}

h1{
  margin: 0;
  font-size: 2em;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: initial;
}

img{
	border: 0;
}

h2{
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.5em;
  border-bottom: 1px dashed #00778B;
  color: #990000;
}

h3{
  margin: 0;
  color: #990000;
  font-weight: 700;
  font-size: 1.25em;
}

h3.modal-title{
  color: #990000;
}

.btn.btn-danger.btn-hlp{
  padding:6px 24px;
}

ul.hlp-bullets{
  margin-bottom: 20px;
  margin-top: 20px;
}

footer { 
   background-color: #f5f5f5;
   border-top: #EE7623;
   border-top-style: dashed;
   border-top-width: thin;
   margin-top: -59px;
}

a{
  color: #00778B;
}

main{
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
  padding: 0 15px;
}
main > div.wrapper {
  padding: 20px 0 20px 320px;
}
main > div.wrapper:after {
  clear:both;
  content:"";
  display:block;
  font-size:0;
  height:0;
  visibility: hidden;
}


#main-content-wrapper{
  height: auto;
  min-height: 100%;
  padding-bottom: 59px;
}

#LN-Header{
  font-family: "Lato";
  font-weight: 400;
  color: #000000;
  border-right: 1px solid;
  margin-right: 10px;
  padding-right: 10px;
}

#LN-Header sup{
  font-size:.4em;
  top:-15px;
}

#product-name{
  color: #990000;
  font-size: 20px;
}

#content{
	padding: 5px;
	background-color:#ffffff;
	color:#666666;
}

#signInBox{
  border: 1px solid #666666;
  background-color: #ffffff;
}

#signInBox h2, #browser-version-warning h2{
  margin: 0;
  background-color: #990000;
  color: #ffffff;
  padding: 8px;
  font-size: 1.25em;
  font-weight: 700;
  border-bottom: 0;
}

#signInBox a {
  font-size: 0.9em;
}

#errorMsgContainer{
  color: #990000;
  font-size: 0.9em;
  margin: 0!important;
  text-align: left!important;
}

#signOnButtonContainer{
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#SIGNON{
  background-color: #990000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

#helpItems a{
  text-decoration: underline;
  display: inline-block;
  padding: 5px 0;
}

#loginHelp{
  border-top: 1px dashed #A3A3A3;
  border-bottom: 1px dashed #A3A3A3;
  margin: 0 5px;
  padding: 5px 20px;
}

#productTermsCond{
  display: block;
  margin: 5px 20px;
  text-align: center;
  font-size: 0.85em;
  color: #6C6C6C;
}

#banner{
  margin: 0;
  float: left;
  width: 100%;
  vertical-align: top;
}

#banner h2{
  font-size: 2.25em;
  margin-bottom: 20px;
}

#banner p{
  font-size: 1.5em;
  line-height: 1.2em;
}

#banner-ad{
  height: 248px;
  background-color: #666666;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
}

#banner-ad p{
  background-color: #990000;
  position: relative;
  top: 50%;
  margin-top: -37px;
  min-height: 75px;
  vertical-align: middle;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 1.2em;
  float: left;
  
  display: flex;
  align-items: center;
  /* For IE10+ Support */
  display: -ms-flexbox;
  -ms-flex-align: center;
}
#banner-ad p strong{
  font-size: 1.2em;
  font-weight: 400;
}

#validation{
  position: fixed;
  left: 0;
  right: 0;
  width: 60%;
  margin: 5% auto;
  top: 0;
  z-index: 2;
}

#wrapperoverlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: 1;
  background-color: #000000;
}

.inline-link-list{
  list-style-type: none;
  margin:0;
  padding: 0;
}

.inline-link-list > li{
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #666666;
}

.inline-link-list > li:last-child{
  border: 0;
}

.highlight{
  font-size:14px;
  font-weight:bold;
}

.clear{
  clear: both;
}

.arrow-right:after {
  content: "";
  display: inline-block;
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;  
  border-left: 10px solid #ffffff;
  margin-left: 10px;
}

.resource-icon:before{
  content: "";
  width:40px;
  height:40px;
  background-size: 40px 40px;
  margin-right:5px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.resource-icon:after{
  content: "";
  display: block;
  clear: both;
}

.cust-support:before{
  background-image: url(../../../images/v4/SVGs/Resources1.svg); 
}

.education:before{
  background-image: url(../../../images/v4/SVGs/Education.svg);
}

.hidden{
  display: none;
}

.no-padding{
  padding:0!important;
}

.no-margin{
  margin: 0!important;
}

.bottom-spacing-0{
  margin-bottom: 0px!important;
}

.aml #banner-ad{
    max-width:1494px;
    overflow:hidden;
}
.aml #banner-ad:before {
    content: "";
    height: 248px;
    width: 1500px;
    position: absolute;
    display: block;
    background-image: url(../../../images/v4/login/risk-hero-aml-stretched.png);
    background-size: 100% 100%;
    background-position: bottom right;
    top: 0;
    right: 0;
}
.aml #banner-ad p{
    line-height:2em!important;
    margin-top: 0;
    top: 9px;
}

.rm #banner-ad{  
  background-image: url(../../../images/v4/login/risk-hero-rskm.png);
}

.re #banner-ad{
    max-width:1600px;
    overflow:hidden;
}
.re #banner-ad:before {
    content: "";
    height: 248px;
    width: 1600px;
    position: absolute;
    display: block;
    background-image: url(../../../images/v4/login/risk-hero-rskre.png);
    background-size: 100% 100%;
    background-position: bottom right;
    top: 0;
    right: 0;
}
.re #banner-ad p{
    margin-top: 0;
    top: 0px;
}

.ra #banner-ad{  
  background-image: url(../../../images/v4/login/risk_header_3.png);
}

.ra #banner-desc {
    padding-left: 0px;
}
.csol #banner-ad{
    max-width:1494px;
    overflow:hidden;
}
.csol #banner-ad:before {
    content: "";
    height: 248px;
    width: 1500px;
    position: absolute;
    display: block;
    background-image: url(../../../images/v4/login/risk-hero-csol.jpg);
    background-size: 100% 100%;
    background-position: bottom right;
    top: 0;
    right: 0;
}
.csol #banner-ad p{
    line-height:2em!important;
    margin-top: 0;
    top: 9px;
}

#browser-version-warning {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dashed;
    display: none;
}

#browser-version-warning div{
    border: 1px solid #f0efef;
    background-color: #ffffcc;
    font-weight: 700;
    font-size: 1.5em;
    padding: 8px;
    line-height: normal;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
  color: black;
    background-color: #FFFFE9;
    border: 1px solid #858585;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #858585;
}
.lnrs-logo-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
h1.product-name {
    font-size: 24px;
    font-family: 'source sans pro', calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ed1c24;
    vertical-align: top;
    line-height: 1.2;
    font-weight: normal;
    margin-left: 4px;
    white-space: nowrap;
}
.login-footer-logo {
  height: 22px;
  width: 95px;
}
