
.middle-content h1 {
    margin-bottom:15px;
}
.help-text h2 {
    color:#313131;
    font-size: 1.8em;
    font-weight: 600;
}
.help-text p, .middle-content p:first-child{
    border-bottom:0;
}
.middle-content p, .middle-content p:first-child {
    padding: 5px 0 0 0;
    margin-bottom: 0;
}
.download-section {
    border-bottom:1px solid #c1bbbb;
    padding: 30px 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.download-section p, .download-section h3 {
    margin:0 0 8px 0;
}
.download-section p a {
    display: block;
    font-weight:700;
}
.left-portion > p{
   padding-bottom: 30px;
}
.right-portion{
    width:30%;
}
.download-section:last-child {
    border-bottom: 0;
}
.left-portion p:last-child {
    width: 100%;
}
.right-portion span {
    background:url(/file/media/Diamond/Common/sprite-images.png) -50px -343px no-repeat;
    width:65px;
    height:60px;
    position: absolute;
    left: 109px;
    top: 60px;
}
.right-portion a {
    position: relative;
    display: block;  
    right: 0px;
}
.right-portion a img {
    width: 286px;
    height: 180px;
}
.download-section .left-portion a.cabinetry-anchor {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
}
@media (max-width:767px) {
    .download-section {
        display: block;
    }
    .download-section p, .download-section h3, .right-portion {
        width:100%;
    }
    .right-portion {
        text-align: center;
    }
    .right-portion a {
        position: relative;
    }
    .right-portion img {
        margin:0 auto;
        margin-top:10px;
    }
    .middle-content h1 {
        font-size: 1.9em;
    }
    .right-portion.img-block {
        text-align:center;
    }
    .right-portion span {
        left: 41%;
        top: 70px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .right-portion {
        width:45%;
        text-align: right;
    }
    .left-portion {
        width:55%;
    }
    .download-section p, .download-section h3 {
        width:100%;
        word-break: break-word;
    }
    .right-portion img {
        margin: 0;
        display: inline-block;
    }
    .right-portion a img {
        width:100%;
        height: auto;
    }
    .right-portion span{
        left: 79px;
        top: 34px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation:landscape) {
  .right-portion span {
        left: 130px;
        top: 63px;
    }
}
@media (max-width:767px) and (orientation:landscape) {
    .right-portion span {
        left:45%;
    }
}
@media (min-width:1200px) {
    .right-portion {
        position: relative;
    }
    .download-section .right-portion img {
        float: right;
    }
    .left-portion {
        width: 70%;
        padding-right: 65px;
    }
    .left-portion p:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media print {
    .right-portion {
        width:40%;
    }
    .right-portion span, .download-section.video-lib .left-portion p:last-child, .middle-content .fluidvids{
        display: none;
    }
    .right-content {
        display:block;
        width:100%;
    }
    .content-banner
    {
        width: 100%;
        display: block;
        height: max-content;
    }
    .right-content .content-banner img{
        display:none;
    }
   .right-content .content-banner h2 {
        display: block;
        color:#000;
        text-align:left;
    }
    .middle-content p a {
        color: #313131;
        text-decoration: none;
    }
    .right-content .middle-content{
        margin-top:10px;
    }
}
