a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}


#i-am-a .ss-user {font-size:1.2em;color: #e5c66e;}
#i-am-a p {margin:0px;color: white;}
#i-am-a {background-color:#87bba2; height:100%;
-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
gap:10px;}
#i-am-a:hover {cursor:pointer; background-color:#77a790;}
#i-am-a-links {position:absolute; width:12%; right:0; height:0px;overflow:hidden;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
#i-am-a-links .ccm-block-page-list-title a {display:block;background-color:#77a790;padding:15px;color:white; -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
#i-am-a-links .ccm-block-page-list-title a:hover {background-color:#87bba2}
#i-am-a-links .ccm-block-page-list-title { margin-bottom:0px;}
#i-am-a-links .ccm-block-page-list-page-entry {margin-bottom:0px;}
#i-am-a:hover ~ #i-am-a-links {height:150px;}
#i-am-a-links:hover {height:150px;} 
#i-am-a-links .ccm-block-page-list-page-entry:first-child {border-bottom:1px solid #53846c;}

@media screen and (max-width: 1550px) {
    #i-am-a-links {width:16%;}
}

@media screen and (max-width: 1090px) {
    #i-am-a-links {width:20%;}
}

@media screen and (max-width: 890px) {
    #i-am-a-links {width:24%;}
    #i-am-a-links .ccm-block-page-list-title a {font-size:.9em;}
}

@media screen and (max-width: 725px) {
 #i-am-a-links {width:35%;}
   #i-am-a-links .ccm-block-page-list-title a {font-size:.8em;}
}

@media screen and (max-width: 485px) {
#i-am-a-links {width:45%;}
}

@media screen and (max-width: 385px) {
#i-am-a-links {width:55%;}
}

@media screen and (max-width: 290px) {
    #i-am-a-links {width:65%;}
}
