.textImage {
    position:relative;
    width: 225px;
    margin: 0;
    font-family: "Roboto Slab", serif;
}

div.pageNavContainer{
    float:left; 
    vertical-align: top;
    width: 20%;
}

div#pageRollupListContainer.twoAcross{
    width: 100%; 
    float:left; 
    vertical-align:top;
    padding-left: 20px;
    padding-bottom: 20px;
}

div#pageRollupListContainer.twoAcross.topLevel{
    padding-left: 0px;
    padding-bottom: 0px;
}

div#pageRollupListContainer.threeAcross {
    padding-left: 20px;
}

div#pageRollupListContainer.threeAcross.topLevel {
    padding-left: 0px;
}

@media (max-width: 767px) {
    div#pageRollupListContainer {
        padding-left: 0 !important;
    }
}

div#pageRollupListContainer div.fadeContainer {
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}

div#pageRollupListContainer ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div#pageRollupListContainer ul li.tableRow {
    padding-left: 40px;
}

div#pageRollupListContainer ul li.tableRow.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

div#pageRollupListContainer ul li.tableRow.flex div.tableCell {
    display: flex;
    flex-direction: row;
}

div#pageRollupListContainer ul li.tableRow.flex div.tableCell.col-md-4 {
    width: auto;
}


@media (max-width: 991px) {
    div#pageRollupListContainer.twoAcross ul li.tableRow {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    div#pageRollupListContainer.fiveAcross ul li.tableRow {
        padding-left: 0;
        padding-right: 0;
    }

    div#pageRollupListContainer ul li.tableRow {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
    }
}

div#pageRollupListContainer ul li.tableRow div.tableCell {
    zoom: 1;
    overflow: hidden;
    vertical-align: top;
    background-color: white;
    margin-bottom: 20px;
}

div#pageRollupListContainer.fiveAcross ul li.tableRow div.tableCell {
    margin: 0 15px 15px 0;
}

@media (max-width: 767px) and (orientation: landscape) {
    div#pageRollupListContainer ul li.tableRow div.tableCell.row-view {
        flex-direction: row;
    }

    .ls-6 {
        width: 49% !important;
    }

    .ls-4 {
        width: 32% !important;
    }
}

@media (max-width: 1199px) {
    div#pageRollupListContainer.fiveAcross ul li.tableRow div.tableCell {
        margin: 0 -12px 15px 0;
    }
}

.collections td.border {
    width: 20px;
    height: 262px;
    margin: 0 0 20px 0;
}

.textImage a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}

.textImage a:hover {
    text-decoration: none;
    cursor: pointer;
}

.textImage .imageContainer {
    overflow: hidden;
    width: 225px;
}

.textImage .imageContainer img {
    width: 100%;
    border: 0;
    padding-top: 42px;
}

.textImage .imageContainer a {
    height: 100%;
}

.textImage .imageContainer .description {
    color: #fff;
    position: absolute;
    top: 42px;
    left: 0px;
    background: url('clientlibs/img/white_1x1_opacity_50.png');
    background-repeat: repeat;
    width: 100%;
    height: 209px;
    padding: 10px 0 0 0;
    display:none;
    cursor: pointer;
}

.textImage .imageContainer .description .descriptionText {
    padding: 0 15px 0 15px;
    word-wrap: break-word;
    line-height: 23px;
    overflow: hidden;
    font-size: 15px;
}

.textImage .textTitle {
    padding: 0 0 0 12px;
    font-size: 15px;
    font-weight: 700;
}

.textImage.green .imageHeader {
    background-color: #387C7B;
}

.textImage.blue .imageHeader {
    background-color: #314150;  
}

.textImage .imageHeader .imageTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    width: 191px;
    height: auto;
    height: 28px;
    background-color: #387C7B;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 22px 7px 12px;
    z-index: 25;
    overflow: hidden;
}

.textImage .imageHeader .imageTitle img.icon {
    position: absolute;
    bottom: 13px;
    right: 6px;
    z-index: 55;
}

div#pageRollupListContainer.fiveAcross .textImage .imageHeader .imageTitle img.icon {
    bottom: 11px;
}

.textImage .imageHeader .imageSubtitle {
    padding: 0 0 0 12px;
    font-size: 30px;
    font-weight: 700;
}

.textImage .learnMore {
    position: absolute; 
    color: #fff;
    margin: 0px;
    bottom: 0px;
    left:0px;
    width: 140px;
    overflow:hidden;
    height: 27px;
}

.textImage .learnMore .learnMoreIconContainer {
    position: relative;
    float: left;
    width: 20px;
    height: 27px;
}

.textImage.green .learnMore .learnMoreIconContainer {
    background-color: #387C7B;  
}

.textImage.blue .learnMore .learnMoreIconContainer {
    background-color: #314150;     
}

.textImage .learnMore .learnMoreIconContainer .learnMoreIcon {
    background: url('clientlibs/img/link_icon_white.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;    
    width: 15px;
    height: 15px;
    margin: 5px 0 0 5px;
}

.textImage .learnMore .textTitle {
    position: relative;
    float: left;
    padding: 2px 0 0 7px;
    background-color: #314150;
    background-repeat: repeat;
    width: 67px;
    height: 27px;
}

.textImage.green .learnMore .textTitle {
    background-color: #387C7B;  
}

.textImage.blue .learnMore .textTitle {
    background-color: #314150;     
}


.textImage .learnMore .textArrow {
    position: relative;
    float: left;
    width: 25px;
    height: 27px;
}

.textImage.green .learnMore .textArrow {
    background: url('clientlibs/img/arrow_green.png'); 
}

.textImage.blue .learnMore .textArrow {
    background: url('clientlibs/img/arrow_blue.png');
}

.textImage .learnMore .textTitle a {
    text-decoration:none;
    color: #fff;
}

.textImage .learnMore .textTitle a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Styles for Collections Group Page */
div.collections div#pageRollupListContainer.fiveAcross td.border {
    height: auto;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage {
    width: auto;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageHeader {
    background: none;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageHeader div.imageTitle {
    width: 100%;
    height: 38px;
    background-color: #387C7B;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 20px 7px 7px;
    line-height: 26px;
    z-index: 25;
    font-size: 16px;
}

@media (max-width: 767px) {
    div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageHeader div.imageTitle {
        font-size: 13px;
    }
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageContainer {
    width: 100%;
    height: 196px;
    background-size: cover;
    background-position: 50% 50%;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageContainer img { 
    padding-top: 38px;
    width: 100%;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.imageContainer div.description {
    z-index: 15;
    top: 0px;
    height: 220px;
}

div.collections div#pageRollupListContainer.fiveAcross div.textImage div.learnMore {
    z-index: 25;
}


/* Styles for Column View on Top-level CG Pages */

img.columnsRollupImage{
    width: auto;
    height: 100%;
    display: block;
}

span.columnsRollupTitle{
    font-family: 'roboto slab';
    color: #324659;
    font-weight: bold;
    font-size: 14px;
}
span.columnsRollupDesc{
    font-family: 'open sans';
    font-size: 13px;
    color: #272B2F;
}
a:link.columnsRollupLink {
    color: #AA5130 !important;
    text-decoration: none;
    font-size: 14px;
}

a:visited.columnsRollupLink {
    color: #AA5130 !important;
    text-decoration: none;
    font-size: 14px;
}

a:hover.columnsRollupLink{ 
    color: #AA5130 !important;
    text-decoration: underline;
    font-size: 14px;
}

a:link.noLink{
    font-weight: normal;
    color: inherit;
    text-decoration: none;
    
}

a:visited.noLink{
    font-weight: normal;
    color: inherit;
    text-decoration: none;
}

a:hover.noLink{
    font-weight: normal;
    color: inherit;
    text-decoration: none;
}

.image-rollup-div {
    max-width: 150px;
    float: left;
}

img.lowerColumnsRollupImage{
    max-width: 125px;
    max-height: 125px;
}
img.lowerColumnsRollupImage:hover{
    max-width: 125px;
    max-height: 125px;
}
span.lowerColumnsRollupTitle{
    font-family: 'roboto slab';
    color: #324659;
    font-weight: bold;
    font-size: 14px;
}
span.lowerColumnsRollupDesc{
    font-family: 'open sans';
    font-size: 13px;
    color: #272B2F;
    word-break: break-word;
}
.longDescription{
    overflow: hidden;
    display: block;
    font-family: 'open sans';
    font-size: 13px;
    color: #272B2F;
}

a:link.lowerColumnsRollupLink {
    color: #AA5130 !important;
    text-decoration: none;
    height: 17px;
    top: 0px;
    font-size: 14px;
    font-family: tahoma;
}

a:visited.lowerColumnsRollupLink {
    color: #AA5130 !important;
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
}

a:hover.lowerColumnsRollupLink{ 
    color: #AA5130 !important;
    text-decoration: underline;
    font-family: tahoma;
    font-size: 14px;
}

div#lowerColumnsRollupImage{
    margin-top: 10px;
    float: left;
    vertical-align: middle;
    padding-left: 5px;
}

div#columnsRollupImage {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

div#columnsRollupImage>a>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

div#threeColumnsRollupMeta{
    margin-top: 10px;
    display: inline-block;
    width: 135px;
    float: left;
    vertical-align: middle;
    padding-left: 5px;
}

div#lowerColumnsRollupMeta{
    float: left;
    vertical-align: middle;
    padding-left: 5px;
    width: 50%;
    line-height: 18px;
}

@media (max-width: 767px) {
    div#lowerColumnsRollupImage, div#threeColumnsRollupMeta {
        display: block;
        float: none;
    }

    a.lowerColumnsRollupLink {
        font-size: 12px !important;
    }

    span.lowerColumnsRollupTitle {
        font-size: 12px;
    }

    span.lowerColumnsRollupDesc {
        font-size: 11px;
    }
}


div.columnRollupHR{
    display: none;
}


div.pageNavContainer{
    margin-left: 25px; 
    
}

.lowerColumnsRollupTwoColumns {
    padding-left: 10px !important;
}

.collection-title {
    float: left;
    width: 100%;
}

.collection-image {
    display: inline;
    max-width: 100%;
}

.collection-desc {
    float: left;
    width: 100%;
}

@media screen and (min-width: 768px) {
    div#pageRollupListContainer ul li.tableRow {
        padding-left: 10px;
    }
}

@media screen and (max-width:991px) {
    div#threeColumnsRollupMeta, div#lowerColumnsRollupImage {
        padding-left: 0 !important;
    }
    .image-rollup-div {
        width: 50%;
        max-width: none;
    }

}