/* utils */

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.factbox {
    border-left: 4px solid black;
    padding: 10px 20px;
    margin: 20px 0;
}

.factbox__header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.factbox__toggle {
    text-transform: uppercase;
}

.factbox__content p:last-child {
    margin-bottom: 0;
}

.anchorfmfeed {
    background-color: #f5f6f8;
    padding: 20px;
}

.anchorfmfeed__archive__toggle {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}

.anchorfmfeed__archive {
    display: none;
}

.anchorfmfeed__item {
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
}

.anchorfmfeed__item__title {
    font-family: "Lyon",sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
}

/*.anchorfmfeed__item__pubdate {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
}*/

.anchorfmfeed__item__summary p {
}

.anchorfmfeed__item__summary p:last-child {
}

.tn-teaser { margin: 40px 0;  }
.tn-teaser__content { font-size: 14px; padding: 20px 25px; }

    @media screen and (min-width: 768px) {
        .tn-teaser { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin: 40px 0;  }
        .tn-teaser > div { width: 50%; }
        .tn-teaser__content { font-size: 14px; padding: 40px 50px; }
    }

.tn-teaser-with-image { margin: 40px 0;  }
.tn-teaser-with-image > div:first-child { width: 30%; margin: 0 auto; }
.tn-teaser-with-image > div:first-child img { border-radius: 50%; }
.tn-teaser-with-image > div:last-child {  }
.tn-teaser-with-image__content { font-size: 14px; padding: 40px 50px; }

    @media screen and (min-width: 768px) {
        .tn-teaser-with-image { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center;  }
        .tn-teaser-with-image > div:first-child { width: 20%; margin: 0; }
        .tn-teaser-with-image > div:first-child img { border-radius: 50%; }
        .tn-teaser-with-image > div:last-child { width: 60%; }
    }

.play-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

    .play-embed-container iframe,
    .play-embed-container object,
    .play-embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.play-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px;
    background-color: rgba(0,0,0,.9);
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .play-container {
        padding: 100px;
    }
}

.play-caption {
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

.overflow-hidden {
    overflow: hidden;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 2
}

.play-video__overlay {
    background-color: rgba(0,0,0,.2);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (min-width: 900px) {
    #mainNavigation > .container > ul .mainNavigation__category {
        width: 20%;
    }
}


.feedback {
    margin-top: 20px;
}

    .feedback button {
        width: 100px;
        padding: 8px 20px;
        
    }

.feedback h3 {
    margin-bottom: 10px;
}

.feedback__toggle {
    border: 2px solid #999;
    color: #333;
    margin-right: 10px;    
}

    .feedback__toggle-active {
        border-color: #ed646a;
        background-color: #ed646a;
        color: white;
    }

.feedback textarea {
    width: 100%;
    margin: 20px 0;
    height: 120px;
}

.feedback button[type="submit"] {
    border: 2px solid #ed646a;
    color: #333;
    margin-top: 20px;
}

.feedback__error {
    margin-top: 20px;
    color: #ed646a;
}