* {
    box-sizing: border-box;-moz-box-sizing: border-box;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border: none;
    cursor: pointer;
    line-height:1;
}


.button:active,
.button.is-checked {
    background-color: #28F;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}



.button-group {
    margin-bottom: 20px;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}





.grid:after {
    content: '';
    display: block;
    clear: both;
}




.grid-item,
.grid-sizer {
    width: 32.25%;
    margin-bottom: 10px;
    color: #dedede;
}

.isDarkBackground a, .isDarkBackground a *, .isLightBackground .isDarkBackground a, .isLightBackground .isDarkBackground a * {color:white}




.container {
    --twitter-status-link-color: #1c94e0;
    --facebook-status-link-color: #4267b2;
    --instagram-status-link-color: #833AB4;
    --linkedin-status-link-color: #3A90C1;
    border: 1px solid var(--twitter-status-link-color);
    border-radius: 8px;
    overflow: hidden;
}
.container.grid-item.facebookEntry {
    background: linear-gradient( 359.8deg,  rgba(56,104,178,1) 7.3%, rgba(31,67,122,1) 84.8% );background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(56), color-stop(0, 104), color-stop(0, 178), color-stop(0, 1) 7.3%), color-stop(0, rgba(31), color-stop(0, 67), color-stop(0, 122), color-stop(0, 1) 84.8% ));background: -webkit-linear-gradient( 359.8deg,  rgba(56,104,178,1) 7.3%, rgba(31,67,122,1) 84.8% );background: -moz-linear-gradient( 359.8deg,  rgba(56,104,178,1) 7.3%, rgba(31,67,122,1) 84.8% );background: -ms-linear-gradient( 359.8deg,  rgba(56,104,178,1) 7.3%, rgba(31,67,122,1) 84.8% );background: -o-linear-gradient( 359.8deg,  rgba(56,104,178,1) 7.3%, rgba(31,67,122,1) 84.8% );
}

.container.grid-item.twitterEntry {
    background-image: linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(20), color-stop(0, 100), color-stop(0, 196), color-stop(0, 1) 0.4%), color-stop(0, rgba(33), color-stop(0, 152), color-stop(0, 214), color-stop(0, 1) 100.2% ));background-image: -webkit-linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );background-image: -moz-linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );background-image: -ms-linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );background-image: -o-linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );
}

.container.grid-item.instagramEntry {
    background : linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.container.grid-item.linkedinEntry {
    background: linear-gradient( 359.8deg,  rgba(58,144,193,1) 7.3%, rgba(42,97,156,1) 84.8% );background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(58), color-stop(0, 144), color-stop(0, 193), color-stop(0, 1) 7.3%), color-stop(0, rgba(42), color-stop(0, 97), color-stop(0, 156), color-stop(0, 1) 84.8% ));background: -webkit-linear-gradient( 359.8deg,  rgba(58,144,193,1) 7.3%, rgba(42,97,156,1) 84.8% );background: -moz-linear-gradient( 359.8deg,  rgba(58,144,193,1) 7.3%, rgba(42,97,156,1) 84.8% );background: -ms-linear-gradient( 359.8deg,  rgba(58,144,193,1) 7.3%, rgba(42,97,156,1) 84.8% );background: -o-linear-gradient( 359.8deg,  rgba(58,144,193,1) 7.3%, rgba(42,97,156,1) 84.8% );
}

.retweet {
    font-size: 0.75em;
    padding: 0 0 8px 44px;
    color: #657786;
}

.retweet a {
    color: #657786;
}

.retweet svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.content {
    padding: 24px 24px 20px 24px;
}

.profile-image {
    padding-right: 16px;
}

.profile-image img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.names {
    overflow: hidden;
}

.screen_name {
    overflow: hidden;
    text-overflow: ellipsis;
    
    padding-right: 4px;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 24px;
}

.socialImage {
    width: 100%;
}

.media img, .media video {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header span {font-size:1.0em}


.header-content {
    display: flex;
    overflow: hidden;
}


.footer svg path {fill:white}

.text {
    white-space: pre-line;
    margin-top: -16px;
    margin-bottom: 24px;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: .01em;
    overflow-wrap: break-word;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer .link {
    display: block;
    line-height: 24px;
    font-size:0.7em;
}

.names {
    display: inline-flex;
    flex-direction: column;
}

.actions a {
    padding-right: 16px;
}

.icon {
    width: 20px;
    height: 20px;
}

a.twitterLink {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.twitterLink:visited {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.linkedinLink {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.linkedinLink:visited {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.facebookLink {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.facebookLink:visited {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.instaLink {
    color: white;
    text-decoration: none;
    outline: 0;
}

a.instaLink:visited {
    color: white;
    text-decoration: none;
    outline: 0;
}

.actions svg {
    width: 20px;
    height: 20px;
}

.names svg {
    width: 18px;
    height: 18px;
}

.logo svg {
    width: 30px;
    height: 30px;
}

.container {
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .08), 0 1px 1px 1px rgba(0, 0, 0, .05);
    border-radius: 20px;
    border-width: 0;
}

.button-group .button:last-child {
    border-radius: 0 5px 5px 0;
}

.button-group .button:first-child {
    border-radius: 5px 0 0 5px;
}

.text a {color:white !important;text-decoration:underline}

.eventTime, .eventTitle, .eventPlace {width:100%;display:block}

.fa-arrow-circle-right {
    font-size: 1.3em;
    margin-left: 15px;
    vertical-align: text-bottom;
}

@media (max-width:1024px){
    .grid-item,
    .grid-sizer {
        width: 49%;
        margin-bottom: 10px;
        color: #dedede;
    }
}

@media (max-width:768px){
    .grid-item,
    .grid-sizer {
        width: 100%;
        margin-bottom: 10px;
        color: #dedede;
    }
    .button-group .button {font-size:0.8em;padding:0.4em 1em}
}
.wmd1, .wmd2, .wmd3, .wmd4, .wmd5, .wmd6, .wmd7, .wmd1:before, .wmd2:before, .wmd3:before, .wmd4:before, .wmd5:before, .wmd6:before, .wmd7:before {font:inherit !important;color:inherit !important;text-decoration:inherit !important} .wmd1:before {content:'a';display:inline} .wmd2:before {content:'e';display:inline} .wmd3:before {content:'o';display:inline} .wmd4:before {content:'u';display:inline} .wmd5:before {content:'i';display:inline} .wmd6:before {content:'.';display:inline} .wmd7:before {content:'@';display:inline}#deferred-styles-dyn {display:none}