div.relatedTopicsContainer {
    width: 900px;
    background: #f9f9f9;
    margin: 0px auto;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    height: 198px;
}

div.relatedTopicsContainer.khComponentTitleHiderSR .relatedTopics h2 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}

div.relatedTopicsContainer.khComponentTitleHiderSR {
    height: 168px;
    padding-top: 60px !important;
}

div.relatedTopicsContainer.khComponentTitleHiderSR .relatedTopics ul.relatedTopicsList {
   
}

div.relatedTopics {
   
}

#kh_n00WC div.relatedTopics h2 {
    font-size: 22pt;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0 0 20px 45px;
    color: #036;
    width: 90%;
}

ul.relatedTopicsList {
    height: 170px !important;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
    position: relative !important;
    padding-top: 20px !important;
    top: -20px;
}

ul.relatedTopicsList li {
    display: inline;
    padding-bottom: 10px !important;
    margin-right: 7px;
    line-height: 1.25;
}

ul.relatedTopicsList li:first-child {
    margin-left: 45px;
}

ul.relatedTopicsList li:last-child {
    margin-right: 45px;
}

ul.relatedTopicsList li a, ul.relatedTopicsList li a:link, ul.relatedTopicsList li a:visited {
    display: inline-block;
    background: #3f70b1;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 0px;
    box-sizing: border-box;
    border: 1px solid #3f70b1;
    height: 50px;
}

ul.relatedTopicsList li a:hover, ul.relatedTopicsList li a:focus {
    background: white;
    color: #3f70b1;
    border: 1px solid #3f70b1;
}

.relatedTopics button {
    position: absolute;
    background: white;
    height: 80px;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
    cursor: pointer;
    width: 40px;
    bottom: 44px;
}

.relatedTopics button#rtPrev {
    left: 0;
    border-radius: 0 100px 100px 0;
    background: #fff url(/images/n00/icons/caretLeft.svg) top left no-repeat;
    background-size: 12px;
    background-position: 30% 50%;
    z-index: 100;
}

.relatedTopics button#rtNext {
    right: 0;
    border-radius: 100px 0 0 100px;
    background: #fff url(/images/n00/icons/caretRight.svg) top left no-repeat;
    background-size: 12px;
    background-position: 70% 50%;
}

.relatedTopics button#rtPrev:hover, 
.relatedTopics button#rtNext:hover, 
.relatedTopics button#rtNext:active,
.relatedTopics button#rtPrev:focus, 
.relatedTopics button#rtNext:focus {
    background-size: 14px;

 
}

.relatedTopicsList li.listBreak a {
    background: red !important;
}


/* THEMES / COLOR SCHEMES */

/* Theme 1 */

div.relatedTopicsContainer.theme1 {
    background: #f3f3f4;
}

div.relatedTopicsContainer.theme1 div.relatedTopics h2 {
    color: #036;
}

div.relatedTopicsContainer.theme1 ul.relatedTopicsList li a, div.relatedTopicsContainer.theme1 ul.relatedTopicsList li a:link, div.relatedTopicsContainer.theme1 ul.relatedTopicsList li a:visited {
    background: #3f70b1;
    color: white;
    border: 1px solid #3f70b1;
}

div.relatedTopicsContainer.theme1 ul.relatedTopicsList li a:hover,
div.relatedTopicsContainer.theme1 ul.relatedTopicsList li a:focus {
    background: white;
    color: #3f70b1;
    border: 1px solid #3f70b1;
}

/* Theme 2 */

div.relatedTopicsContainer.theme2 {
    background: #ecf3f8;
}

div.relatedTopicsContainer.theme2 div.relatedTopics h2 {
    color: #036;
}

div.relatedTopicsContainer.theme2 ul.relatedTopicsList li a, div.relatedTopicsContainer.theme2 ul.relatedTopicsList li a:link, div.relatedTopicsContainer.theme2 ul.relatedTopicsList li a:visited {
    background: #3f70b1;
    color: #fff;
    border: 1px solid #3f70b1;
}

div.relatedTopicsContainer.theme2 ul.relatedTopicsList li a:hover,
div.relatedTopicsContainer.theme2 ul.relatedTopicsList li a:focus {
    background: #fff;
    color: #3f70b1;
    border: 1px solid #3f70b1
}

/* Theme 3 */

div.relatedTopicsContainer.theme3 {
    background: #e5e5e5;
}

div.relatedTopicsContainer.theme3 div.relatedTopics h2 {
    color: #036;
}

div.relatedTopicsContainer.theme3 ul.relatedTopicsList li a, div.relatedTopicsContainer.theme3 ul.relatedTopicsList li a:link, div.relatedTopicsContainer.theme3 ul.relatedTopicsList li a:visited {
    background: #fff;
    color: #3f70b1;
    border: 1px solid #3f70b1;
}

div.relatedTopicsContainer.theme3 ul.relatedTopicsList li a:hover,
div.relatedTopicsContainer.theme3 ul.relatedTopicsList li a:focus {
    background: #3f70b1;
    color: #fff;
    border: 1px solid #3f70b1;
}

/* Theme 4 */

div.relatedTopicsContainer.theme4 {
    background: #fff;
}

div.relatedTopicsContainer.theme4 div.relatedTopics h2 {
    color: #036;
}

div.relatedTopicsContainer.theme4 ul.relatedTopicsList li a, div.relatedTopicsContainer.theme4 ul.relatedTopicsList li a:link, div.relatedTopicsContainer.theme4 ul.relatedTopicsList li a:visited {
    background: #3f70b1;
    color: #fff;
    border: 1px solid #3f70b1;
}

div.relatedTopicsContainer.theme4 ul.relatedTopicsList li a:hover,
div.relatedTopicsContainer.theme4 ul.relatedTopicsList li a:focus {
    background: #fff;
    color: #3f70b1;
    border: 1px solid #3f70b1
}


/* END THEMES */

/* added rules when JS adds 'higher' class to container due to title wrapping */

div.relatedTopicsContainer.higher {
    height: 230px;
}

div.relatedTopicsContainer.higher h2 {
    line-height: 1.25;
    margin-top: -12px
}

/* and now the snap points */


@media screen and (max-width: 1028px) {
    div.relatedTopicsContainer {
        width: 686px;
        height: 192px;
    }
    #kh_n00WC div.relatedTopicsContainer h2 {
        margin-top: 0px;
        margin-left: 30px;
    }
    .relatedTopics button {
        bottom: 39px;
    }
    #kh_n00WC div.relatedTopicsContainer.khComponentTitleHiderSR {
        height: 162px;
        padding-top: 56px !important;
    }
    ul.relatedTopicsList li:first-child {
        margin-left: 30px;
    }
}

@media screen and (max-width: 740px) {
    div.relatedTopicsContainer {
        width: 100%;
        height: 189px;
    }
    #kh_n00WC div.relatedTopics h2 {
        margin-left: 30px;
        margin-top: -8px;
    }
    .relatedTopics button {
        bottom: 42px
    }
    .relatedTopicsList {
        margin-left: -15px !important;
    }
    div.relatedTopicsContainer.higher {
        height: 233px;
    }   
    div.relatedTopicsContainer.higher .relatedTopics button {
        bottom: 56px;
    }
    ul.relatedTopicsList li:first-child {
        margin-left: 45px !important;
    }
}

@media screen and (max-width: 380px) {
    div.relatedTopicsContainer {
        padding-top: 20px;
        padding-bottom: 0 !important;
        height: 180px;
    }
    #kh_n00WC div.relatedTopics h2 {
        margin: 0px 0 0 0;
        width: 100%;
        padding: 0px 20px 20px 20px;
        line-height: 1.125 !important;

    }

    .relatedTopics button {
        bottom: 40px;
    }

    ul.relatedTopicsList li:first-child {
        margin-left: 35px !important;
    }


    div.relatedTopicsContainer.higher {
        height: 210px;
    }

    #kh_n00WC div.relatedTopicsContainer.higher h2 {
        line-height: 1.35;
        margin-top: 0px
    }

    div.relatedTopicsContainer.higher .relatedTopics button {
        bottom: 40px;
    }
}



/*
@media screen and (max-width: 399px) {
     div.relatedTopics h2 {
        margin-left: 20px;
        padding-right: 20px;
    }
    div.relatedTopicsContainer {
        height: 100%;
        padding-right: 10px;
        padding-bottom: 30px;
    }
    ul.relatedTopicsList li:first-child {
        margin-left: 0;
    }
    ul.relatedTopicsList {
        margin-left: 20px !important;
        white-space: unset !important;
        overflow: visible !important;
        height: 100% !important;
    }
    ul.relatedTopicsList li {
        margin-right: 5px;
    }
    ul.relatedTopicsList li a {
        padding: 10px  !important;
        font-size: 14px !important;
        height: 46px !important;
    }
    button#rtNext, button#rtPrev {
        display: none !important;
    }

}*/