/* COMPONENTS */
/* tiles */
.paragraph--type--tiles {
    padding: 40px 0px;
    clear: left;
}

.paragraph--type--tiles>.inner {
    max-width: 1760px;
    margin: 0 auto;
}

.field--name-field-tiles>.field--item {
    width: calc((100% - 16px) / 3);
    padding-top: calc(33.33% - 5.33px);
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.field--name-field-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    margin-top: 0px;
}

.field--item .tile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
}

.tile .inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tile-title:not(.bottom, .non-linkable),
.explore,
.tile a:hover .bottom,
.tile a:focus .bottom,
.abbreviation:not(.non-linkable) {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.tile a {
    display: block;
    height: 100%;
    border-bottom: none !important;
}

.tile * {
    color: #ffffff;
    font-weight: 700;
}

.tile.non-linkable div,
.abbreviation,
.tile .explore {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.tile h2,
.tile h3 {
    margin: 0px;
}

.tile .abbreviation {
    margin-top: 15px;
}

.tile a:hover .top,
.tile a:hover .explore,
.tile a:focus .top,
.tile a:hover .abbreviation,
.tile a:focus .explore,
.tile a:focus .abbreviation {
    position: relative;
}

.tile a:hover .inner,
.tile a:focus .inner {
    padding: 80px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(196, 52, 36, 0.80);
}

.tile-title.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
    padding: 16px 40px;
    background: rgba(196, 52, 36, 0.80);
}

.tile-title {
    font-size: 2.8rem;
    line-height: 4rem;
    font-family: Produkt, serif;
    font-weight: 600;
    font-style: normal;
}

.tile-title.non-linkable,
.tile-title.top {
    font-size: 3.6rem;
    line-height: 5rem;
}

.non-linkable .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(196, 52, 36, 0.80);
}

.tile a:hover .explore,
.tile a:focus .explore {
    margin-top: 15px;
}

@media(max-width:1456px) and (min-width: 1075px) {

    .tile a:hover .inner,
    .tile a:focus .inner {
        padding: 60px 30px;
    }
}

@media(max-width:1246px) and (min-width: 1075px) {

    .tile a:hover .inner,
    .tile a:focus .inner {
        padding: 50px 30px;
    }
}

@media(max-width:1215px) and (min-width: 1075px) {

    .tile a:hover .inner,
    .tile a:focus .inner {
        padding: 30px;
    }
}

@media(max-width:1092px) and (min-width: 1075px) {
    .tile-title.bottom {
        padding: 16px 20px;
    }
}

@media(max-width:1075px) {
    .field--name-field-tiles>.field--item {
        width: calc(50% - 4px);
        padding-top: calc(50% - 2px);
    }
}

@media(max-width:767px) {

    .paragraph--type--tiles {
        padding: 40px 0px;
    }

    .field--name-field-tiles>.field--item {
        width: 100%;
        padding-top: 100%;
    }

    .field--name-field-tiles>.field--item:last-of-type {
        margin-bottom: 0px;
    }

    .tile-title {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .tile.non-linkable div,
    .tile-title.top,
    .tile-title.non-linkable {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }

    .abbreviation {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .tile .explore {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .tile a:hover .inner,
    .tile a:focus .inner {
        padding: 40px 20px;
    }

    .tile-title.bottom {
        min-height: 100px;
        padding: 8px 20px;
    }
}

@media(min-width:991px) {
    .view-teaching-materials {
        padding: 0px 15px;
    }
}

/* TEACHING MATERIALS VIEW */


@media(min-width:767px) {
    .view-teaching-materials .field-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .view-teaching-materials .teaser-image-container {
        width: 200px;
    }

    .view-teaching-materials .teaser-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


.view-teaching-materials .views-row:not(:last-child) {
    margin-bottom: 80px;
}

.view-teaching-materials .view-content {
    margin-top: 100px;
}

.view-teaching-materials img {
    width: 100%;
}

.teaser-title a {
    font-weight: 700;
    color: #047C91 !important;
    border-bottom: none !important;
}

.teaser-title a:hover,
.teaser-title a:focus {
    color: #003660 !important;
}

.teaser-title {
    margin: 0px 0px 10px 0px;
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.view-teaching-materials .teaser-text p:not(:last-child) {
    margin-bottom: 5px;
}

@media(max-width:767px) {
    .view-teaching-materials .teaser-text p:not(:last-child) {
        margin-bottom: 0px;
    }
}

span.label {
    display: inline;
    font-weight: 700;
    text-transform: none;
}

.teaser-text p,
.teaser-text span {
    font-size: 20px;
}

.teaser-text p {
    font-weight: 200;
}

@media(max-width:767px) {
    .view-teaching-materials .views-row:not(:last-child) {
        margin-bottom: 40px;
    }

    .view-teaching-materials .view-content {
        margin-top: 50px;
    }

    .teaser-text {
        margin-top: 20px;
    }

    .teaser-title {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .teaser-text p,
    .teaser-text span {
        font-size: 1.6rem;
    }

}

/* VIEW FILTERS */

.view-empty {
    text-align: center;
}

.views-exposed-form {
    max-width: 1230px;
    margin: 0 auto;
}

.views-exposed-form .control-label {
    display: block;
    padding-bottom: 15px;
}

.views-exposed-form .control-label,
.views-exposed-form .form-control {
    text-transform: none;
    font-size: 2.2rem;
    line-height: 3.4rem;
    color: #003660 !important;
}

.views-exposed-form .control-label,
.views-exposed-form .form-control {
    font-weight: 200;
}

.views-exposed-form select.form-control {
    font-size: 2rem;
    line-height: 2.8rem;
}

.views-exposed-form .form-control {
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0px 15px;
    color: #003660 !important;
    border: 1px solid #003660 !important;
}

/* safari hack to make the color as close as possible to navy since safari makes the color of this specific input lighter */
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .form-control.bef-datepicker {
        color: #004080 !important;
        background-color: transparent !important;
        border: 1px solid #004080;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: normal;
    }
}

.form-control:not(.form-search):focus,
.form-control:not(.form-search):focus-within {
    border-color: #047C91 !important;
}

form .select-wrapper::after {
    width: 46px;
    height: 46px;
    right: -9px;
    top: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cg id='Group_759' data-name='Group 759' transform='translate(-258 -7)'%3E%3Cg id='Rectangle_1780' data-name='Rectangle 1780' transform='translate(258 7)' fill='%23003660' stroke='%23003660' stroke-width='2'%3E%3Crect width='46' height='46' stroke='none'/%3E%3Crect x='1' y='1' width='44' height='44' fill='none'/%3E%3C/g%3E%3Cpath id='Path_529' data-name='Path 529' d='M30.526,0,16,12.927,1.476,0,0,1.769,15.988,16,16,15.985l.011.015L32,1.769Z' transform='translate(265.07 22)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.views-exposed-form .form-actions {
    margin-top: 20px;
    display: block;
}

.form-item,
.form-item div,
.form-item select,
.form-item input {
    width: 100% !important;
}

div:not(.field--name-field-view) .region-content>.views-element-container {
    max-width: initial;
    padding: 0px;
}

.form-inline .form-group:not(.form-actions) {
    display: block;
    margin-bottom: 40px;
}

.view-filters.form-group {
    margin-bottom: 80px;
}

@media(max-width:767px) {

    .form-inline .form-group:not(.form-actions),
    form .form-group,
    form .form-type-textarea {
        margin-bottom: 20px;
    }

    .view-filters.form-group {
        margin-bottom: 40px;
    }

    .views-exposed-form .control-label,
    .webform-submission-form .control-label {
        padding-bottom: 7.5px;
        margin-bottom: 0px;
    }

    .webform-submission-form .form-file {
        padding: 10px 15px;
    }

    .views-exposed-form .control-label,
    .views-exposed-form .form-control,
    .webform-submission-form .control-label,
    .webform-submission-form .form-control,
    .webform-submission-form .fieldset-legend {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .views-exposed-form select.form-control {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .views-exposed-form .form-control,
    .webform-submission-form input,
    .webform-submission-form select,
    .webform-submission-form textarea {
        height: 50px;
        padding: 0px 7.5px;
    }

    form .select-wrapper::after {
        width: 37px;
        height: 37px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_759' data-name='Group 759' transform='translate(-258 -7)'%3E%3Cg id='Rectangle_1780' data-name='Rectangle 1780' transform='translate(258 7)' fill='%23003660' stroke='%23003660' stroke-width='2'%3E%3Crect width='37' height='37' stroke='none'/%3E%3Crect x='1' y='1' width='35' height='35' fill='none'/%3E%3C/g%3E%3Cpath id='Path_529' data-name='Path 529' d='M24.353,0,12.765,10.313,1.178,0,0,1.411,12.755,12.765l.01-.012.009.012L25.529,1.411Z' transform='translate(263.641 18.967)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

    .views-exposed-form .form-actions {
        margin-top: 10px;
        display: block;
    }

    .form-inline .form-group:not(.form-actions) {
        margin-bottom: 20px;
    }

    .view-filters.form-group {
        margin-bottom: 40px;
    }

    .webform-submission-form .form-actions {
        margin: 30px 0px 0px 0px;
    }
}

.form-item-title .input-group-addon {
    display: none;
}

.view-filters .form--inline::before {
    display: none;
}

.view-filters .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.view-filters .form--inline>div {
    width: 214px !important;
}

.view-filters .form--inline>div.form-actions {
    width: 100% !important;
}

@media(max-width:767px) {
    .view-filters .form--inline>div {
        width: 100% !important;
    }

}

.form-actions {
    width: 100%;
}

.views-exposed-form button,
.views-exposed-form button[value="Reset"]:hover,
.views-exposed-form button[value="Reset"]:focus,
.views-exposed-form button[value="Reset"]:active,
.webform-submission-form button {
    background: #003660 !important;
    color: #FFFFFF !important;
    border: 2px solid #003660 !important;
    font-size: 1.8rem;
    font-weight: 700;
}

.views-exposed-form button[value="Apply"]:hover,
.views-exposed-form button[value="Apply"]:focus,
.views-exposed-form button[value="Reset"],
.webform-submission-form button:hover,
.webform-submission-form button:focus,
.webform-submission-form button:active,
.views-exposed-form button[value="Apply"]:active,
.webform-submission-form button:active {
    background: #FFFFFF !important;
    color: #003660 !important;
}

.views-exposed-form .glyphicon {
    display: none;
}

/* VIEW PAGER */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}

.pager-nav {
    margin: 80px 0px 0px 0px;
}

nav.pager-nav .pagination a {
    text-decoration: none !important;
    color: #04859B !important;
    font-size: 2.2rem;
    line-height: 1.7rem;
}

nav.pager-nav .pagination li.active a,
.pager-nav .pager__item:not(.pager__item--first, .pager__item--previous, .pager__item--next, .pager__item--last) a:hover,
.pager-nav .pager__item:not(.pager__item--first, .pager__item--previous, .pager__item--next, .pager__item--last) a:focus {
    background-color: #04859B !important;
    color: white !important;
    border-radius: 14px;
}

nav.pager-nav {
    padding-top: 0px;
    font-weight: 700;
}

nav.pager-nav .pagination li[class*="pager__item--"] a {
    border: none !important;
}

.pager__item:not(.pager__item--first, .pager__item--previous, .pager__item--next, .pager__item--last) {
    margin: 0px 10px !important;
    padding: 0px !important;
}

.pager__item:not(.pager__item--first, .pager__item--previous, .pager__item--next, .pager__item--last) a {
    padding: 0px !important;
    margin: 0px !important;
}

nav.pager-nav .pagination li[class*="pager__item--"] {
    margin: 0px 15px !important;
    padding: 0px !important;
}

nav.pager-nav .pagination li[class*="pager__item--"] a {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px;
}

nav.pager-nav .pagination li.pager__item--previous {
    margin-right: 50px !important;
}

nav.pager-nav .pagination li.pager__item--next {
    margin-left: 50px !important;
}

.pager-nav li[class*="pager__item--"] span[aria-hidden="true"] {
    font-size: 0px !important;
}

.pager-nav li[class*="pager__item--"] span[aria-hidden="true"]::after {
    width: 200px;
    height: 200px;
}

.pager__item--first span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.395' height='28.219' viewBox='0 0 26.395 28.219'%3E%3Cg id='Group_164' data-name='Group 164' transform='translate(-736.567 -2927.628)'%3E%3Cpath id='Path_476' data-name='Path 476' d='M7337.3,3310.106l-14.9,11.9,14.9,12.1' transform='translate(-6584.894 -380.369)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3Cpath id='Path_479' data-name='Path 479' d='M7337.3,3310.106l-14.9,11.9,14.9,12.1' transform='translate(-6576.451 -380.369)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pager__item--first a:hover span[aria-hidden="true"]::after,
.pager__item--first a:focus span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.395' height='28.219' viewBox='0 0 26.395 28.219'%3E%3Cg id='Group_164' data-name='Group 164' transform='translate(-736.567 -2927.628)'%3E%3Cpath id='Path_476' data-name='Path 476' d='M7337.3,3310.106l-14.9,11.9,14.9,12.1' transform='translate(-6584.894 -380.369)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3Cpath id='Path_479' data-name='Path 479' d='M7337.3,3310.106l-14.9,11.9,14.9,12.1' transform='translate(-6576.451 -380.369)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pager__item--previous span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.785' height='28.221' viewBox='0 0 17.785 28.221'%3E%3Cpath id='Path_469' data-name='Path 469' d='M7337.127,3310.106l-14.721,11.9,14.721,12.1' transform='translate(-7321.454 -3307.996)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.pager__item--previous a:hover span[aria-hidden="true"]::after,
.pager__item--previous a:focus span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.785' height='28.221' viewBox='0 0 17.785 28.221'%3E%3Cpath id='Path_469' data-name='Path 469' d='M7337.127,3310.106l-14.721,11.9,14.721,12.1' transform='translate(-7321.454 -3307.996)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.pager__item--next span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.785' height='28.221' viewBox='0 0 17.785 28.221'%3E%3Cpath id='Path_470' data-name='Path 470' d='M7337.127,3310.106l-14.721,11.9,14.721,12.1' transform='translate(7339.239 3336.217) rotate(180)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.pager__item--next a:hover span[aria-hidden="true"]::after,
.pager__item--next a:focus span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.785' height='28.221' viewBox='0 0 17.785 28.221'%3E%3Cpath id='Path_470' data-name='Path 470' d='M7337.127,3310.106l-14.721,11.9,14.721,12.1' transform='translate(7339.239 3336.217) rotate(180)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.pager__item--last span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.395' height='28.218' viewBox='0 0 26.395 28.218'%3E%3Cg id='Group_165' data-name='Group 165' transform='translate(-1128.402 -2927.627)'%3E%3Cpath id='Path_477' data-name='Path 477' d='M14.9,0,0,11.9,14.9,24' transform='translate(1153.852 2953.737) rotate(180)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M14.9,0,0,11.9,14.9,24' transform='translate(1145.408 2953.737) rotate(180)' fill='none' stroke='%2304859b' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pager__item--last a:hover span[aria-hidden="true"]::after,
.pager__item--last a:focus span[aria-hidden="true"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.395' height='28.218' viewBox='0 0 26.395 28.218'%3E%3Cg id='Group_165' data-name='Group 165' transform='translate(-1128.402 -2927.627)'%3E%3Cpath id='Path_477' data-name='Path 477' d='M14.9,0,0,11.9,14.9,24' transform='translate(1153.852 2953.737) rotate(180)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M14.9,0,0,11.9,14.9,24' transform='translate(1145.408 2953.737) rotate(180)' fill='none' stroke='%23003660' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pagination>li>a,
.pagination>li>span {
    border: none;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    background-color: #ffffff;
}

@media(max-width:767px) {
    .pager-nav {
        margin: 40px 0px 0px 0px;
    }
}

/* RESOURCE CONTENT TYPE */
.resources-details {
    max-width: 1230px;
    margin: 40px auto 0px auto;
    padding: 0px 30px;
}

@media(max-width:991px) {
    .resources-details {
        padding: 15px;
    }
}

.field--label-inline .field--label {
    clear: left;
}

.resources-details .field--items,
.resources-details .field--item {
    float: none;
    clear: left;
    display: inline;
}

.resources-details .field--items .field--item:not(:last-child)::after {
    content: ", ";
}

.page-node-type-teaching-material .field--name-field-body img {
    width: 100%;
}

.resources-details {
    font-size: 2rem;
}

.page-node-type-teaching-material footer {
    margin-top: 80px;
}

@media(max-width:767px) {
    .page-node-type-teaching-material footer {
        margin-top: 40px;
    }

    .resources-details {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .resources-details {

        margin: 20px auto 0px auto;
    }
}

@media (max-width: 991px) {

    .field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--column:not(.col-md-12)+.paragraph--type--column:not(.col-md-12),
    .field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--slideshow+.paragraph--type--column,
    .field--name-field-blades .paragraph--type--blade:not(.equal-height) .paragraph--type--column+.paragraph--type--slideshow {
        margin-top: 30px;
    }
}

.resources-details>div:not(:last-child) {
    margin-bottom: 5px;
}

.resources-details .field--item {
    font-weight: 100;
}

/* VIDEO COMPONENT */
.field--name-field-video-caption {
    margin-top: 25px;
}

.paragraph--type--video {
    padding-bottom: 40px;
}

@media (min-width: 991px) {

    .paragraph--type--video,
    .paragraph--type--cropped-image {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .field--name-field-video-caption {
        margin-top: 20px;
    }

    .paragraph--type--video {
        padding-bottom: 20px;
    }
}

/* TEACHING MATERIALS COMPONENT */
.paragraph--type--teaching-material.one-per-row {
    padding: 40px 0px;
}

.paragraph--type--teaching-material h3 {
    margin-top: 0px;
}

.paragraph--type--teaching-material:not(.one-per-row) h3 {
    font-size: 2rem;
    line-height: 2.7rem;
}

.paragraph--type--teaching-material.one-per-row h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.paragraph--type--teaching-material:not(.one-per-row) .field--item {
    font-weight: 700;
}

.paragraph--type--teaching-material:not(.one-per-row) .field--item {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.paragraph--type--teaching-material.one-per-row .field--item {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 200;
}

.paragraph--type--teaching-material h5 a {
    margin-top: 0px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
    text-transform: none;
    color: #047C91 !important;
    border-bottom: none !important;
}

.paragraph--type--teaching-material h5 a:hover,
.paragraph--type--teaching-material h5 a:focus {
    color: #003660 !important;
}

.field--name-field-header {
    margin-bottom: 20px;
}

@media(min-width:991px) {

    .field--name-field-teaching-material,
    .field--name-field-header {
        padding: 0px 15px;
    }
}

/* .field--name-field-teaching-material {
    max-width: 1230px;
    margin: 0px auto;
    padding: 0px 30px;
}

@media(max-width:991px) {
    .field--name-field-teaching-material {
        padding: 0px 15px;
    }
} */

.paragraph--type--teaching-material:not(.one-per-row) .text-container>div:not(.field--name-field-resource-type-s, .field--name-node-title),
.paragraph--type--teaching-material:not(.one-per-row) .field--label {
    display: none;
}

.paragraph--type--teaching-material .text-container .field--items,
.paragraph--type--teaching-material .text-container .field--item {
    float: none;
}

.paragraph--type--teaching-material.one-per-row .text-container .field--items,
.paragraph--type--teaching-material.one-per-row .text-container .field--item {
    display: inline;
}

.paragraph--type--teaching-material.one-per-row .text-container .field--items .field--item:not(:last-child)::after {
    content: ", ";
}

.paragraph--type--teaching-material.one-per-row .field:not(:last-child) {
    margin-bottom: 5px;
}

@media(min-width:768px) {
    .field--name-field-teaching-material {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .paragraph--type--teaching-material .layout__region,
    .paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material>div {
        width: calc(50% - 15px);
    }

    .paragraph--type--teaching-material .text-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15px;
    }

    .paragraph--type--teaching-material .image-container {
        width: 100px;
    }

    .paragraph--type--teaching-material.one-per-row .image-container {
        width: 200px;
    }
}

.paragraph--type--teaching-material img {
    width: 100%;
}

.paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material {
    margin-bottom: -30px;
}

.paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material>div {
    margin-bottom: 30px;
}

.paragraph--type--teaching-material.one-per-row .field--name-field-teaching-material {
    margin-bottom: -80px;
}

.paragraph--type--teaching-material.one-per-row .field--name-field-teaching-material>div {
    margin-bottom: 80px;
}

@media(max-width:767px) {
    .paragraph--type--teaching-material.one-per-row {
        padding: 20px 0px;
    }

    .paragraph--type--teaching-material h3,
    .paragraph--type--teaching-material.one-per-row .field--item,
    .paragraph--type--teaching-material:not(.one-per-row) .field--item {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    .paragraph--type--teaching-material h5 a {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material {
        margin-bottom: -30px;
    }

    .paragraph--type--teaching-material:not(.one-per-row) .field--name-field-teaching-material>div {
        margin-bottom: 30px;
    }

    .paragraph--type--teaching-material.one-per-row .field--name-field-teaching-material {
        margin-bottom: -40px;
    }

    .paragraph--type--teaching-material.one-per-row .field--name-field-teaching-material>div {
        margin-bottom: 40px;
    }

    .paragraph--type--teaching-material .text-container {
        margin-top: 20px;
    }
}

.page-header {
    margin-top: 80px;
}

@media(max-width:767px) {
    .page-header {
        margin-top: 40px;
    }

    .page-header {
        margin-top: 40px;
        font-size: 2.4rem;
        line-height: 3.3rem;
    }
}

.serif {
    font-family: Produkt, serif;
}

h1 {
    font-size: 4.4rem;
    line-height: 6.2rem;
}

h2 {
    font-size: 2.8rem;
    line-height: 4rem;

}

h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 700;
}

h4 {
    font-size: 2.2rem;
    line-height: 3rem;
}

.field--name-field-body h2,
.field--name-field-body h3,
.field--name-field-body h4 {
    margin-bottom: 20px;
}

.page-node-type-teaching-material .field--name-field-blades p {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 100;
}

@media(max-width:767px) {
    h1 {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 3rem;

    }

    h3 {
        font-size: 2rem;
        line-height: 2.8rem;
        font-weight: 700;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .field--name-field-body h2,
    .field--name-field-body h3,
    .field--name-field-body h4 {
        margin-bottom: 15px;
    }
}



/* HERO IMAGE */
.hero-image,
.hero-image.height-480,
.hero-image.height-500,
.hero-image.height-600,
.hero-image.height-720,
.hero-image.height-780,
.hero-image.height-960,
.hero-image.height-1200,
.hero-image.height-1560,
.hero-image.height-1920 {
    margin: 0;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    opacity: 1;
    overflow: hidden;
    height: 57vh !important;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 0px !important;
}

.path-frontpage .hero-image,
.path-frontpage .hero-image.height-480,
.path-frontpage .hero-image.height-500,
.path-frontpage .hero-image.height-600,
.path-frontpage .hero-image.height-720,
.path-frontpage .hero-image.height-780,
.path-frontpage .hero-image.height-960,
.path-frontpage .hero-image.height-1200,
.path-frontpage .hero-image.height-1440,
.path-frontpage .hero-image.height-1560,
.path-frontpage .hero-image.height-1920 {
    height: 73vh !important;
}

@media (min-width: 1680px) {

    .hero-image,
    .hero-image.height-480,
    .hero-image.height-500,
    .hero-image.height-600,
    .hero-image.height-720,
    .hero-image.height-780,
    .hero-image.height-960,
    .hero-image.height-1200,
    .hero-image.height-1560,
    .hero-image.height-1440,
    .hero-image.height-1920 {
        margin: 0;
        position: relative;
        width: 100%;
        background-repeat: no-repeat !important;
        opacity: 1;
        overflow: hidden;
        height: 73vh !important;
        background-size: cover !important;
        background-position: center !important;
        padding-bottom: 0px !important;
    }

    .path-frontpage .hero-image,
    .path-frontpage .hero-image.height-480,
    .path-frontpage .hero-image.height-500,
    .path-frontpage .hero-image.height-600,
    .path-frontpage .hero-image.height-720,
    .path-frontpage .hero-image.height-780,
    .path-frontpage .hero-image.height-960,
    .path-frontpage .hero-image.height-1200,
    .path-frontpage .hero-image.height-1440,
    .path-frontpage .hero-image.height-1560,
    .path-frontpage .hero-image.height-1920 {
        height: 73vh !important;
    }
}

@media (max-width: 767px) {

    .hero-image,
    .hero-image.height-480,
    .hero-image.height-500,
    .hero-image.height-600,
    .hero-image.height-720,
    .hero-image.height-780,
    .hero-image.height-960,
    .hero-image.height-1200,
    .hero-image.height-1560,
    .hero-image.height-1920,
    .path-frontpage .hero-image,
    .path-frontpage .hero-image.height-480,
    .path-frontpage .hero-image.height-500,
    .path-frontpage .hero-image.height-600,
    .path-frontpage .hero-image.height-720,
    .path-frontpage .hero-image.height-780,
    .path-frontpage .hero-image.height-960,
    .path-frontpage .hero-image.height-1200,
    .path-frontpage .hero-image.height-1440,
    .path-frontpage .hero-image.height-1560,
    .path-frontpage .hero-image.height-1920 {
        margin: 0;
        position: relative;
        width: 100%;
        background-repeat: no-repeat !important;
        opacity: 1;
        overflow: hidden;
        height: 50vh !important;
        background-size: cover !important;
        background-position: center !important;
        padding-bottom: 0px !important;
    }
}

.hero-image.overlay {
    position: relative;
}

.hero-image.overlay .inner {
    height: 73vh;
    max-width: 1170px !important;
    padding: 0px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:767px) {
    .hero-image.overlay .inner {
        height: 50vh;
    }
}

.hero-image.overlay .overlay-content {
    padding: 30px;
}

@media(min-width: 991px) {
    .hero-image.overlay .overlay-content {
        position: absolute;
    }
}

.overlay-1 .overlay-content {
    top: 72px;
    left: 0;
}

.overlay-2 .overlay-content {
    top: 72px;
    right: 0;
}

.overlay-3 .overlay-content {
    bottom: 72px;
    left: 0;
}

.overlay-4 .overlay-content {
    bottom: 72px;
    right: 0;
}

@media (max-width: 991px) {
    .hero-image.overlay .overlay-content {
        bottom: 0;
        position: absolute;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
    }

    .hero-image.overlay .inner {
        padding: 0px;
    }
}
