/* css/shared/v2.css */

/**
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}
*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

footer { box-sizing: content-box; }
#main { box-sizing: content-box; }
.navigation-holder { box-sizing: content-box; }

.imageCenter {
    background-color: #E9EAEB;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}
.centerDiv {
    background-color: #E9EAEB;
    margin: 8px;
    text-align: center;
    width: 60%;
    padding: 10px;
}
.clickme {
    color: #ffffff;
    background-color: #0061A3;
    padding: 4px 20px;
    text-decoration:none;
    font-weight:bold;
    border-radius:2px;
    cursor:pointer;
}
.clickme:hover {
    background-color:#6EA204;
    color: #FFFFFF;
}

.container {
    color: #444;
    background: #fff;
    font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 960px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container2{
        /* // dms: 10/14/2015
        // padding:25px 10px 30px 0; */
        padding:25px 10px 30px 25px;
	overflow:hidden;
	background-image:url(/images/shadow-vert.png);
	background-repeat:repeat-X;
	margin-top:-2px;
	border-top:#CCC solid 1px;
}

.container2 .info-nav{
	margin:3px 0 0 10px;
	padding:0 0 9px 5px;
        /* // dms: 10/14/2015
        // float:left; */
        float:right;
	width:146px;
}

.container2 .info-nav li{padding:25px 0 14px;}

.container2 .open-index-sectionblock{
	margin:3px 0px 30px 10px;
	padding:0 0 9px 5px;
        /* // dms: 10/14/2015
        // float:left; */
        float:right;
	width:146px;
}

#content .container2 h2{
	margin:0 0 0px;
	color:#717171;
	font:15px/20px "Open Sans", Arial, Helvetica;
	font-weight: 600;
}

.column-list,
.main-navigation,
.items-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.container:after {
    content: "";
    display: block;
    clear: both;
}


@font-face {
    font-family: "icomoon";
    src: url("/css/shared/fonts/icomoon.ttf?r0k0a3") format("truetype"), url("/css/shared/fonts/icomoon.woff?r0k0a3") format("woff"), url("/css/shared/fonts/icomoon.svg?r0k0a3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-search:before {
    content: "\e900";
}

.gm-style img {
    max-width: none;
}

.top-bar-holder h1 {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}


.top-bar-holder h1 a {
    color: inherit;
}

.top-bar-holder h1 a:hover{
    color: #006c9f;
}

.top-bar-holder h1 {
    font-size: 19px;
}

a {
    color: #444444;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00496c;
}


input[type="search"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #afadad;
    padding: 5px 21px;
    border-radius: 2px;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.1764705882;
    height: 36px;
}

input[type="search"]:focus {
    border-color: #000;
}

input[type="search"]::-webkit-input-placeholder {
    color: #9e9d9d;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #9e9d9d;
}

input[type="search"]:-moz-placeholder {
    color: #9e9d9d;
}

input[type="search"]:-ms-input-placeholder {
    color: #9e9d9d;
}

input[type="search"].placeholder {
    color: #9e9d9d;
}

.btnHeader {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.container {
    /* //max-width: 1054px; */
    max-width: 947px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-right {
    text-align: right;
}

.text-light {
    font-weight: 300;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header {
    width: 100%;
    position: relative;
    z-index: 5;
}

#header h1,
#header .h1 {
    margin: 0;
    /* //font-style: italic;
    //letter-spacing: -1px; */
}

.rlsinc {

    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
    font-size: 15px;
    /* //letter-spacing: -1px; */
}
.top-bar {
    position: relative;
    z-index: 1;
}

.top-bar:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
}

.top-bar:before {
    z-index: -1;
    background-color: #eee;
    border-bottom: 3px solid #bdbcbc;
}

.top-bar-holder {
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}

.top-bar-holder .header-col4 {
    width: 1000%;
    padding: 10px 15px 10px;
}

.column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(60% + 24px);
    padding: 0 15px;
    position: relative;
    margin-left: -26px;
}

.column-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 24px;
}

.column-list li.active a {
    opacity: 1;
    background: #fff;
}

.column-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 10px 12px;
    min-width: 160px;
    opacity: .4;
}

.column-list a:hover {
    opacity: .75;
}

.column-list img {
    vertical-align: middle;
}

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*-webkit-box-align: end;
    -ms-flex-align: end;*/
    /* align-items: flex-end; */
     align-items: center;
    width: 100%;
    padding: 23px 0 0;
}

.logo {
    width: 423px;
    overflow: hidden;
    margin-bottom: -2px;
}



.logo .logo-text {
    font-weight: 700;
    line-height: 1.0666666667;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -.5px;
    display: block;
}

.logo .element-block {
    display: block;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.logo .slogan {
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: -.44px;
    padding-left: 3px;
}

.logo .slogan .text-light {
    text-transform: none;
}

.logo a {
    color: inherit;
    display: block;
    overflow: hidden;
}

.logo img {
    float: left;
    /*margin-top: 6px;*/
    margin-right: 12px;
}



#nav {
    width: calc(100% - 430px);
    position: relative;
    margin-bottom: 10px;
}

.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.main-navigation > li {
    font-size: 11px;
    line-height: 1.3636363636;
    word-spacing: 1.5px;
    letter-spacing: .5px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.main-navigation > li:before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    color: #444;
    padding: 0 5px;
    margin-top: -1px;
}

.main-navigation > li:first-child:before,
.main-navigation > li:last-child:before {
    opacity: 0;
    visibility: hidden;
    padding: 0;
}

.main-navigation > li:last-child {
    margin-left: 20px;
}


.main-navigation > li.active > a {
    font-weight: 700;
    text-transform: uppercase;
}

.main-navigation > li > a {
    color: inherit;
}

.main-navigation > li > a:hover {
    color: #007db8;
}

.nav-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-form .form-group {
    position: relative;
    width: 250px;
    height: 36px;
}

.nav-form input[type="text"],
.nav-form input[type="search"] {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 67px;
    text-align: center;
}

.nav-form button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 44px;
    height: calc(100% - 2px);
    background-color: rgba(218, 217, 217, .7);
    border: 0;
    color: #444;
    padding: 5px;
    font-size: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-form button:hover {
    background-color: #dad9d9;
}

.items-nav {
    position: relative;
    width: 100%;
    padding: 44px 0 0;
}

.items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
	margin-top:-20px;
}

.items-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.25;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: .4px;
    position: relative;
}

.items-list > li:first-child:before {
    display: none;
}

.items-list > li:before {
    display: inline-block;
    content: "";
    width: 31px;
    height: 1px;
    background-color: #abaaaa;
    margin: 0 10px;
}

.items-list > li.active {
    font-size: 14px;
    line-height: 1.1428571429;
    max-width: none;
}

.items-list > li.active > a {
    font-weight: 700;
    color: #00447c;
}

.items-list > li > a {
    color: #9e9e9e;
}

.items-list > li > a:hover {
    color: #007db8;
}

.items-list > li.active:after {
    content: '';
    position: absolute;
    margin-left: 22px;
    /**margin-top: 28px;**/
    border-bottom: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.items-list > li.activeFirst:after {
    content: '';
    position: absolute;
    margin-left: 1px;
    z-index: 999;
    margin-top: 28px;
    border-bottom: 6px solid #eeeeee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

@-moz-document url-prefix() {
    .items-list > li.active::after {
        content: '';
        position: absolute;
        margin-left: 43px;
        margin-top: 55px;
        border-bottom: 6px solid #eeeeee;
        border-bottom: 6px solid #cacaca;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
}
_:-ms-lang(x), .items-list > li.active::after {
    content: '';
    position: absolute;
    margin-left: -55px;
    margin-top: 25px;
    border-bottom: 6px solid #eeeeee;
    border-bottom: 6px solid #cacaca;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

@supports (-ms-ime-align:auto) {
    .items-list > li.active::after {
        content: '';
        position: absolute;
        margin-left: 40px;
        margin-top: 55px;
        border-bottom: 6px solid #eeeeee;
        border-bottom: 6px solid #cacaca;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
}

.navigation-holder{
    z-index: -1;
    /* background:#eeeeee;*/
    background:#444;
    border-top: #CCC solid 1px;
}
.column-list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 10px 12px;
    min-width: 160px;
    opacity: .4;
}

#content .title-box h4 a {
    color: #383838;
    text-align: center;
    font-weight: 700;
}

#content .title-box > h4 {
    margin-left: 7px;
    color: #000000;
    font: 13px/0px "Open Sans",Arial,sans-serif;
    text-align: center;
}
.list-products {
    margin: 0 0 41px;
    padding: 0 10px 0 0;
    list-style: none;
    overflow: hidden;
    /* //font: 14px/20px "Open Sans", Arial, sans-serif; */
}

.colCheckbox{width:18px;}
.colSpecImage{width: 60px;}
.colGreenArrow{width:18px;}

.colGreenArrow img{border: none !important; }
.col1{margin-left: 10px; width:98px;}
.col2{width:58px;}
.col3{width:80px;}
.col4{width:126px;}
.col5{width:129px;}

.col6 {
    width: 105px;
}
.col7 {
    margin-left: 10px;
    width: 120px;
}
.col75 {
    width: 75%;
}
.col8 {
    width: 75px;
    color: #64A200;
}
.col12 {
    width: 190px;
    Overflow: hidden;
    margin-right: 10px !important;
}
.col15 {
    width: 320px;
    Overflow: hidden;
    margin-right: 10px !important;
}
.col12 p {
    width: 170px;
    margin: 0 0 2px 0 !IMPORTANT;
}
.col9 {
    width: 75px;
}



/** BEGIN: New aggragator spacing */
.sortImg {vertical-align: middle;height:19px;padding-left:2px;}
.nColHeader {
    text-transform:uppercase;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    /*border: 1px solid #000;*/

}
.nColHeader0 { width: 126px; padding-left: 10px;}
.nColHeader1 { width: 126px; }
.nColSpecHeaderImage { width: 70px; }
.nColHeader2 { width: 126px; }
.nColHeader3 { width: 126px; }
.nColHeader4 { width: 126px; }
.nColHeader5 { width: 50px; }
.nColHeader6 { width: 50px; }
.nColHeaderMan { width: 140px; }
.nCol {
    font-weight: normal;
    font-size: 12px;
    /*border: 1px solid #000;*/
}


.nCol0 { width: 126px;  padding-left: 10px;}
.nCol1 { width: 126px;  }
.nColSpecImage { width: 70px; }
.nCol2 { width: 126px;   }
.nCol3 { width: 126px;  }
.nCol4 { width: 126px; }
.nCol5 { width: 50px; }
.nCol6 { width: 50px; }
.nColMan { width: 100px; }

.nColGreenBtn {
    margin-left:4px;
    width: 80px;
    /*border: 1px solid #000;*/
    float: right;
}


/** END: New aggragator spacing */

.list-products span {
    /* sld: 2019-01-08: padding was causing aggregator page cells to disrespect desired width of cell, as determined by .nCol0, .nCol1, etc.*/
    /*padding: 6px 10px 7px 0;*/
    padding-top: 5px;
	padding-left: 2px;
    float: left;
    line-height: 18px;
    border-top: 2px blue;
}
.pMore {
    color: #64A200;
}
.title-list {
    color: #0061a3;
    font-weight: bold;
    background-color: #E9EAEB;
    font: 14px/17px "Open Sans", Arial, sans-serif;
}
.btn-controller-compare {
    margin-left: 20px;
    margin-bottom: 20px;
}
.sidebar-list ul {
    margin: 0;
    padding: 8px 22px 0 0;
    list-style: none;
    overflow: hidden;
    color: #000000;
    font: 11px/13px "Open Sans", Arial, Helvetica;
	font-weight: 600;
    text-align: right;
    border-right: 1px solid #9d9d9d;
}

.rowlink {
    background-color: #ffffff;
}
.hand-cursor {
    cursor: pointer;
    cursor: hand;
}
.table-hoverplus>tbody>tr>td {
    padding: 8px;
}
.table-hoverplus>tbody>tr:hover>td {
    color: #64A200;
}

.logo-footer {
    width: 348px;
    height: 102px;
    overflow: hidden;
    color: #fff;
    font: 14px/6px "Open Sans", Arial, Helvetica, sans-serif;
    float: left;
}

.banner-top-block {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 2;
}
#content .banner-top-block h2,
#content .about-us-wrap h2 {
    font: bold 22px/30px "Open Sans", Arial, sans-serif;
    text-align: center;
        color: #444444;
    margin-bottom: 30px;
	margin-top:10px;
}

#content .banner-top-block .black-h2 {
    padding: 30px 0;
    color: #444444;

}

.home-banner {
    background: url("/com.laserdiodesource/images/home-banner.jpg") no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    min-height: 295px;
    position: relative;
    padding: 40px 15px;
    font-family: "Open Sans", Arial, sans-serif;
    box-sizing: border-box;
}

.about-banner {
    background: url("/com.laserdiodesource/images/about-banner.jpg") no-repeat;
    margin-bottom: 50px;
}

.text-wrap {
    font-family: "Open Sans", Arial, sans-serif;
    padding: 35px 40px;
    text-align: center;
    background-color: rgba(61, 66, 68, 0.9);
    color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 30px;
    bottom: 30px;
}

#content .text-wrap h2 {
    font: 700 25px/13px "Open Sans", Arial, sans-serif;
    color: #fff;
    padding-bottom: 20px;
}

.text-wrap h2:after {
    content: "";
    border-bottom: 2px solid #fff;
    display: block;
    padding-top: 40px;
    width: 30%;
    margin: 0 auto;
}

.text-wrap h4 {
    font-size: 20px;
    line-height: 1.75;
    margin: 0;
}

.about-text-wrap {
    top: 46px;
    bottom: 46px;
}

.tiles {
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
}

.icon-block {
    width: 50%;
    margin-bottom: 24px;
}

.icon-block h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    margin: 0;
    padding: 5px 7px;
    color: #444545;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
}

.icon-block p  {
    max-width: 80%;
    line-height: 1.6;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    margin-top: 7px;
}

.icon-block a,
.content-holder .icon-block a {
    font-style: italic;
    color: #444444;
}

.icon-block a:hover {
    text-decoration: underline;
}

.icon {
    background: url("/com.laserdiodesource/images/sprite-icons.png") no-repeat;
    display: inline-block;
    transform: scale(0.7);
}

.icon-money {
    background-position: -11px -9px;
    width: 67px;
    height: 59px;
}

.icon-info {
    background-position: -120px -9px;
    width: 68px;
    height: 59px;
}

.icon-glob {
    background-position: -11px -87px;
    width: 64px;
    height: 57px;
}

.icon-calendar {
    background-position: -119px -87px;
    width: 69px;
    height: 61px;
}

.icon-wrap {
    display: flex;
    flex-direction: row;
}

.icon-block strong {
    color: #444444;
}

.round-text {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.round-text .img-wrap {
    width: 30%;
    padding: 0 20px;
    text-align: center;
}

.round-text p {
    width: 60%;
    padding: 20px 10px;
}

.about-us-wrap .round-text a {
    font-style: italic;
    color: #444;
}

#content .about-us-wrap h1 {
    font: bold 28px/40px "Open Sans", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
	margin-top:20px;
}

.img-wrap img {
    width: 100%;
    height: auto;
}

.grey-bg {
    background-color: #f9f9f9;
    padding: 20px 20px 0;
    margin: 20px 0 0;
}

.blue-bg {
    /*background-color: #d6d6d6;*/
    padding: 20px 20px 40px;
    margin-bottom: 30px;
}

.blue-bg p {
    text-align: center;
    color: #444444;
}

.sites {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.img-research {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}

.img-research img {
    width: 100%;
    height: auto;
}

.sites-list {
    width: 50%;
    border-right: 1px solid #363636;
    text-align: right;
    padding-right: 20px;
    list-style-type: none;
    padding-left: 0;
}

.sites-list > li {
    line-height: 2;
}

.sites-list > li:before {
    content: "";
    background-image: url("/com.laserdiodesource/images/list-icon.png");
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.sites-list > li a {
    color: black;
    font-weight: bold;
}

.sites-list > li a:hover {
    text-decoration: underline;
}

.decor:after {
    content: "";
    border-bottom: 2px solid #959595;
    display: block;
    padding-top: 30px;
    width: 150px;
    margin: 0 auto;
}

.about-us-wrap .round-text {
    align-items: center;
}

.round-text strong {
    color: #444444;
}
.align-p {
    color: #444444;
    text-align: center;
}

.supplier-partner {
    padding: 20px;
}

.about-us-content {
    padding: 0;
    width: 700px;
}

.hideContent {
    overflow: hidden;
    height: 23px;
    margin-bottom: 7px;
}

.showContent {
    height: auto;
    margin-bottom: 7px;
}

.show-more {
    font-size: 16px;
}

#content .three-steps h2,
#content .three-steps h2 strong {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}
.info-block img{
    max-width: 100%;
    height: auto;
}


.featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 90% !important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
}
.featherlight-previous {
    left: 25px !important;
    right: 90% !important;
}
.featherlight:last-of-type {
    background: rgba(0,0,0,.8) !important;
}
.featherlight-next span,
.featherlight-previous span {
    display: none;
    position: absolute;

    top: 50%;
    left: 5%;
    width: 82%;

    /* center horizontally */
    text-align: center;

    font-size: 80px !important;
    line-height: 80px !important;

    /* center vertically */
    margin-top: -40px;

    text-shadow: 0px 0px 0px #999 !important;
    color: #999 !important;
    font-style: normal;
    font-weight: normal;
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 0 0 auto !important;
    max-width: 100%;
    margin-right: 1em;
}


/******** sld: 06-10-2020 *******/
#pdfPageCrumbTrail div {
    margin: 0 0 10px -68px;
}
#pdfPageCrumbTrail h3 {
    margin: 0;
    display: inline;
    display: inline-block;
    margin: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
}

#pdfPageCrumbTrail h3 a {
    font: 18px/23px "Open Sans", Arial, sans-serif;
    color: #fff;
}

