/*2 and 4 button landing page*/
.button-landing #s-lg-guide-header {
display: none;
}
.button-landing #s-lg-guide-tabs {
display: none;
}
.button-landing .s-lib-box-content {
border-bottom: none;
}
.button-landing #s-lg-tabs-container {
margin-bottom: 0;
}
.button-landing #home-row1 {
margin-bottom: 20px;
}
.button-landing #home-row2 {
margin-bottom: 20px;
border-bottom: 2px dotted var(--tertiary-gray);
}
.button-landing #home-row2 ul {
list-style: none;
padding-inline-start: 0;
}
.button-landing #home-row2 .s-lg-link-list a {
display: block; 
width: 100%;
padding: 20px;
background-color: var(--mas-blue);
color: #fff;
border: 1px solid var(--mas-blue);
font-size: 22px;
text-align: center;
border-radius: 20px;
line-height: 1;
}
.button-landing #home-row2 .s-lg-link-list a:hover img.lg-tn, 
.button-landing #home-row2 .s-lg-link-list a:active img.lg-tn, 
.button-landing #home-row2 .s-lg-link-list a:focus img.lg-tn{
filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(2911%) hue-rotate(192deg) brightness(94%) contrast(101%);
}

.button-landing #home-row2 .s-lg-link-list a:hover, 
.button-landing #home-row2 .s-lg-link-list a:active, 
.button-landing #home-row2 .s-lg-link-list a:focus{
color: var(--mas-blue);
background-color: #fff;
text-decoration: none;
}
.button-landing #home-row2 .s-lg-tn-li .s-lg-tn .pull-left.margin-right-sm.lg-tn {
float: none !important;
}
.button-landing #home-row2 .s-lg-tn-li .s-lg-tn.pad-right-sm {
margin: 0 0 20px 0 !important;
}
.button-landing #home-row2 .s-lg-tn-li img.lg-tn {
border-radius: 4px;
margin: 0 !important;
}
.button-landing #home-row2 .s-lib-box img.lg-tn {
width: auto;
}