/*** Fix Forum styles ***/
body {
    min-height: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}

.page-mediacenter #wrap {
    max-width: 100%;
    padding: 0;
}

.page-mediacenter #main_content {
    padding: 0;
    border-top: 1px solid #ccc;
}

@media only screen and (max-width: 1054px),
only screen and (max-device-width: 1054px) {
    .wrap {
        margin: 0;
    }
}

h3 {
    font-weight: bold;
}

.page-body {
    margin: 0;
    clear: both;
}

.page-mediacenter #page-body div.post {
    border-bottom: 0;
    margin-bottom: 0;
}

.site_logo {
    height: 52px;
}

.post {
    padding: 0;
}

.post .post-body {
    padding: 0;
}

.page-mediacenter #get-all,
.page-mediacenter #get-all i
{
    color: #606060;
}

/*** Default MediaCenter styles ***/
.content-message {
    font-weight: bold;
    padding: 15px;
}

.form-errors .form-error {
    border: 1px solid #cc0000;
    padding: 1em;
    margin-bottom: .5em;
    border-radius: 5px;
    background-color: #ffeeee;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
    margin-left: 0.1rem;
}

small.form-text {
    font-size: 85%;
}

.text-muted {
    color: #6c757d;
}

.content-teaser,
.collection-teaser {
    position: relative;
}

.content-teaser-image,
.collection-teaser-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 56.25%;
}

.content-teaser-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 7vw;
    text-align: center;
}

.content-entry:hover .content-teaser-overlay,
.content-entry.active .content-teaser-overlay
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-entry .content-teaser .content-references {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content-entry .content-teaser .content-references .content-type-icon {
    margin-bottom: 0.25em;
    margin-right: 0.25em;
}

.content-type-icon {
    background-color: rgba(50, 50, 50, .75);
    border-radius: 50%;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 1.5em;
    text-align: center;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
}

.content-title {
    font-size: 1.1em;
    line-height: 1.3em;
    max-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    color: #000;
}

.content-avatar .content-avatar-image {
    height: 50px;
    width: 50px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
}

form .content-avatar .content-avatar-image {
    height: 100px;
    width: 100px;
}

.content-banner {
    position: relative;
}

.content-banner .content-banner-image {
    background-position: center center;
    background-size: cover;

    width: 100%;
    padding-top: 16%;
    position: relative;

    min-height: 120px;
    box-sizing: border-box;
}

.content-meta {
    color: #606060;
    float: none;
    font-size: 0.875em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4em;
}

.content-meta a {
    color: #606060;
    font-weight: normal;
}

.content-meta a:hover,
.content-meta a:active,
.content-meta a:focus {
    color: #000;
    text-decoration: none;
}

.content-meta.content-description {
    overflow: hidden;
    white-space: nowrap;
}

.content-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 7px 0;
}

.content-teaser .content-header .content-avatar {
    padding-right: 0.5em;
}

.content-header .content-header-content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.content-section-title,
.content-section-title-fluid
{
    padding: 0 1em;
    font-size: 1.2em;
    height: 58px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.content-headline {
    font-size: 1.25em;
    margin-bottom: 4px;
}

.content-text,
.content-text p {
    font-size: 16px;
}

.content-text-secondary,
.content-text-secondary p {
    font-size: 14px;
}

.content-popup {
    display: none;

    border: 1px solid #ccc;
    padding: 7px;
    background-color: #fff;
}

.content-popup.toggle {
    display: block;
}

/*** CONTENT ROW SETUPS ***/
.content-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.content-row .content-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.content-entry .content-quickactions {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.content-entry:hover .content-quickactions {
    display: block;
}

.content-entry .content-quickactions .content-quickaction {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    display: inline-block;
    float: left;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    margin-top: 0.25em;
    margin-right: 0.25em;
}

.content-entry .content-quickactions .content-quickaction:hover {
    background-color: #000;
    border: 1px solid #000;
}

.content-entry.tile .content-quickactions .content-quickaction {
    font-size: 1.1em;
}

.content-entry.featured .content-quickactions .content-quickaction {
    font-size: 1.2em;
}

.collection-editor .btn.btn-primary,
.collection-editor .btn.btn-secondary{
    color: #4279a9;
    background-color: #fff;
    border-color: #4279a9;
}

.collection-editor  .btn-primary.disabled,
.collection-editor  .btn-primary:disabled,
.collection-editor .btn.btn-secondary:focus,
.collection-editor .btn.btn-secondary:hover,
.collection-editor  .btn.btn-primary:hover,
.collection-editor  .btn.btn-primary:focus,
.collection-editor  .btn.btn-primary.focus {
    background-color: #4279a9;
    border-color: #4279a9;
    color: #FFF;
}

.mediacenter-main i#totallikes {
    font-size: 18px;
}

.mediacenter-main span#totallikes {
    font-size: 1em;
    padding: 0 4px 0 2px;
    font-weight: 600;
}

.mediacenter-main span#totallikes:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .content-row .content-col {
        float: left;
    }

    .content-row .content-col.content-col-primary {
        width: 66.66666667%;
    }

    .content-row .content-col.content-col-secondary {
        width: 33.33333333%;
    }
}

/*** CONTENT ENTRY SETUPS ***/
.content-section,
.content-section * {
    box-sizing: border-box;
}

.content-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

.content-section .content-entry {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1em;
}

.content-entry .content-entry-teaser,
.content-entry .content-entry-content {
    min-width: 0;
    flex: 1;
}

.content-entry-small {
    margin: 15px;
}

/*.content-teaser-image, .collection-teaser-image,
.content-avatar .content-avatar-image,
.mediacenter-menu a .menu-avatar,
.content-banner .content-banner-image {
    background-color: #ccc;
}*/

.mediacenter-flexbox {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.page-mediacenter .mediacenter-navigation {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.page-mediacenter .mediacenter-navigation .search-box {
    width: 500px;
    max-width: 100%;
}

.page-mediacenter .page-body .mediacenter-main {
    position: relative;
}

.page-mediacenter .content-section-title .search-box,
.page-mediacenter .content-section-title-fluid .search-box {
    width: 100%;
}

.page-mediacenter .page-body .search-box {
    height: 35px;
}

.page-mediacenter .post-next .search-box {
    margin: 0 0 0 15px;
}

.page-mediacenter.page-mediacenter-training .post-next .search-box {
    margin-bottom: 15px;
}

.page-mediacenter .stage-header .stage-search {
    margin-top: 15px;
    flex: 1;
    display: flex;
    justify-content: end;
}

.page-mediacenter .stage-header .stage-search .search-box {
    flex: 1;
}

.mediacenter-menu,
.mediacenter-main {
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mediacenter-main {
    margin: 0 20px;
    background-color: #f9f9f9;
}

#page-body div.bg1 {
    background-color: #f9f9f9;
}

.mediacenter-menu {
    display: none;
    background-color: #fff;
}

.mediacenter-menu.toggle {
    display: block;
}

.mediacenter-menu {
    border-right: 1px solid #ccc;
    padding: 0;
}

.mediacenter-menu a:hover {
    background-color: #f2f2f2;
}

.mediacenter-menu a.active {
    background-color: #e5e5e5;
}

.mediacenter-menu ul:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.mediacenter-menu ul {
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}

.mediacenter-menu a i.nav-icon {
    margin-right: 0.5em;
    text-align: center;
    background-color: #444;
    border-radius: 50%;
    color: #eee;
    font-size: 1.5em;
    line-height: 1.75em;
    height: 1.75em;
    width: 1.75em;
}

.mediacenter-menu a.active i.fa {
    background-color: #4279A9;
    color: #fff;
}

.mediacenter-menu .nav-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.nav-link:hover,
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
}

.mediacenter-menu a .menu-avatar {
    display: inline-block;
    margin-right: 0.5em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    float: left;
    position: relative;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mediacenter-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 1.5em;
    height: 2em;
}

.mediacenter-menu-toggle-wrapper {
    position: absolute;
    left: 30px;
}

a.mediacenter-menu-toggle {
    color: #555;
    cursor: pointer;
    font-size: 1.6em;
}

.mediacenter-menu a {
    line-height: 3em;
}

@media (min-width: 768px) {
    .mediacenter-menu-toggle-wrapper, .nav-mobile, .mediacenter-header {
        display: none !important;
    }

    .mediacenter-search-wrapper {
        padding-left: 21px;
    }

    .mediacenter-menu {
        display: block;
    }

    .mediacenter-menu {
        -ms-flex: 0 0 30%;
        flex: 30%;
        max-width: 30%;
    }

    .mediacenter-main {
        -ms-flex: 0 0 73%;
        flex: 73%;
        max-width: 73%;
    }

    .content-section .content-entry {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mediacenter-main {
        margin: 0;
    }

    .page-mediacenter .content-section-title .search-box,
    .page-mediacenter .content-section-title-fluid .search-box
    {
        width: 450px;
        max-width: 80%;
    }

    .mediacenter-main .content-entry-small:first-of-type {
        margin-top: 0;
    }

    .cards-container .content-entry-small:first-of-type {
        margin-top: -10px;
    }

    .page-mediacenter .stage-header .stage-search {
        padding: 0 10px;
    }

    .page-mediacenter .stage-header .stage-search .search-box {
        /*flex: 0 400px;*/
        /*width: 400px;*/
    }
}


@media (min-width: 992px) {
    .mediacenter-menu {
        -ms-flex: 0 0 27%;
        flex: 27%;
        max-width: 27%;
    }

    .mediacenter-main {
        -ms-flex: 0 0 78%;
        flex: 78%;
        max-width: 78%;
    }

    .content-section .content-teaser-overlay {
        font-size: 5em;
    }

    .page-mediacenter .stage-header .stage-search {
        position: absolute;
        top: 10px;
        right: 0;
        width: 400px;
        margin: 0;
        z-index: 1;
    }

    .page-mediacenter .stage-header .stage-search .search-box {
    }
}

@media (min-width: 1200px) {
    .mediacenter-menu {
        -ms-flex: 0 0 25%;
        flex: 25%;
        max-width: 25%;
    }

    .mediacenter-main {
        -ms-flex: 0 0 83%;
        flex: 83%;
        max-width: 83%;
    }

    .content-section .content-entry {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .content-section .content-teaser-overlay {
        font-size: 7em;
    }

    .page-mediacenter .stage-header .stage-search {
        width: 500px;
    }

    .page-mediacenter .stage-header .stage-search .search-box {
    }
}

@media (min-width: 1400px) {
    .mediacenter-menu {
        -ms-flex: 0 0 20%;
        flex: 20%;
        max-width: 20%;
    }

    .mediacenter-main {
        -ms-flex: 0 0 85%;
        flex: 85%;
        max-width: 85%;
    }
}

@media (min-width: 1600px) {
    .content-section .content-entry {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1800px) {
    .mediacenter-menu {
        -ms-flex: 0 0 16%;
        flex: 16%;
        max-width: 16%;
        min-height: 900px;
    }

    .mediacenter-main {
        -ms-flex: 0 0 87%;
        flex: 87%;
        max-width: 87%;
    }
}

@media (min-width: 2000px) {
    .content-section .content-entry {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}

@media (max-width: 768px) {
    .mediacenter-main {
        margin: 0;
        padding: 1em;
    }

    .mediacenter-menu a {
        font-size: 11px;
    }

    .mediacenter-header {
        background-color: transparent;
        padding: 0;
        height: 3em;
    }

    .nav-link:hover, .nav-link {
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {
    .content-section .content-teaser-overlay {
        font-size: 4em;
    }

    .post-next .content-teaser-overlay,
    .left-content .content-teaser-overlay{
        font-size: 3em !important;
    }
    #videos_sidebar .content-entry-content .content-title,
    #videos_sidebar_stage .content-entry-content .content-title,
    .post-next .content-entry-content .content-title{
        font-size: 1em;
        line-height: 1.3em;
    }
}

@media (max-width: 320px) {

    .content-entry-small .content-type-icon {
        font-size: 0.5em !important;
    }

    .post-next .content-teaser-overlay,
    .left-content .content-teaser-overlay {
        /*padding-top: 0.2em;*/
        font-size: 2em !important;
    }

    .content-entry .content-learning-title {
        font-size: 10px !important;
        line-height: 1.2em !important;
    }
}

