#post-24079 .social-navigation {
    display: none;
}

#post-24079 .entry-content ul li::before,
#post-24079 .entry-content-wrapper ul li::before {
    content: '' !important;
}

#post-24079 .entry-content-wrapper>aside {
    width: 20% !important;
    padding-top: 5px !important;
}

ul.social-links:before {
    content: "";
}

.mlresources-title,
.mlresources-langlabel {
    font-size: 2.4em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #0055A6;
    margin-bottom: 8px;
}

.mlresources-facet .facetwp-checkbox {
    font-size: 1.3em;
}

.mlresources-facet .facetwp-facet {
    margin-bottom: 10px;
    font-size: larger;
}

.facetwp-selection-label {
    font-weight: bold;
}

.ri8n-container {
    max-width: 1335px;
    margin: 0 auto;
}

.dotw-pdf {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.5s;
}

.dotw-pdf:hover {
    opacity: 1;
}


.grid-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.grid-item {
    height: 320px;
    flex-basis: 20%;
    -ms-flex: auto;
    width: 250px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.grid-row a {
    text-decoration: none;
}

.wrapping-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: 2;
    color: currentColor;
    /*border: 1px solid red;*/
}

.grid-item-wrapper {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1), margin 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1), margin 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.grid-item-container {
    height: 100%;
    width: 150px;
    position: relative;
    margin: auto;
}

.grid-image-top {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
    position: relative;
    min-height: 200px;
}

.textwidget p {
    padding: 0px;
    margin: 0px;
}

.facetwp-pager {
    margin-top: 30px;
}

.facetwp-pager a {
    color: #FF5E00;
    font-size: 2em;
    font-weight: bold;
}

a.facetwp-page.active,
a.facetwp-page:hover {
    background: #209CD8;
    color: #fff;
}

a.facetwp-page.dots:hover {
    background: #fff;
    color: #FF5E00;
}

.grid-share, .grid-download {
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.grid-download {
    right: 65px;
}

.grid-edit {
    background-color: #fff;
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: large;
}


.grid-share:hover, .grid-download:hover {
    opacity: 1;
}

.facetwp-pager {
    text-align: center;
    font-size: 1.6em !important;
    color: #FF5E00 !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.grid-title {
    margin-top: 15px;
    font-size: medium;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.grid-image-top .centered {
    text-align: center;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 54.5%;
    left: 50%;
    width: 60%;
    height: 60%;
    background-position: center;
}

.grid-item-content {
    padding: 0 20px 20px 20px;
}

.grid-share-dialog {
    display: none;
}

.item-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    display: block;
}

.item-category {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

.item-excerpt {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}

.more-info {
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
    padding-left: 0;
    transition-duration: .5s;
    font-size: 12px;
    display: flex;
}

.more-info i {
    padding-left: 5px;
    transition-duration: .5s;
}

.grid-item:hover .more-info i {
    padding-left: 20px;
    transition-duration: .5s;
}

.more-info i::before {
    font-size: 16px;
}

.grid-item:hover .grid-item-wrapper {
    padding: 2% 2%;
    margin: -2% -2%;
}


.ri18n-button {
  display: none;
  padding: 15px 25px;
  padding-bottom: 30px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #FF5E00;
  border: none;
  border-radius: 12px;
}

.ri18n-button:hover {background-color: #209CD8;}

.ri18n-button:active {
  background-color: #209CD8;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


@media(max-width: 1333px) {
    .grid-item {
        flex-basis: 33.33%;
    }
}
 
@media(max-width: 1073px) {
    .grid-item {
        flex-basis: 33.33%;
    }
}

@media(max-width: 815px) {
    .grid-item {
        flex-basis: 50%;
    }
}

@media(max-width: 620px) {
    .col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }
    .ri18n-button {
        display: inline-block;
    }
}

/* Two colums is fine on mobile
@media(max-width: 555px) {
    .grid-item {
        flex-basis: 100%;
    }
}
*/