/* input(153,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(159,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(174,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(204,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(211,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(221,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(229,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(265,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(275,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(287,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(313,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(343,8): run-time error CSS1035: Expected colon, found '{'
input(525,7): run-time error CSS1035: Expected colon, found '{'
input(1185,9): run-time error CSS1035: Expected colon, found '{'
input(1205,11): run-time error CSS1035: Expected colon, found '{'
input(1424,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(1430,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '>'
input(1438,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1446,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1489,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1498,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1558,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1602,7): run-time error CSS1035: Expected colon, found ','
input(1641,8): run-time error CSS1035: Expected colon, found '{'
input(1659,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(1676,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(1703,10): run-time error CSS1035: Expected colon, found '{'
input(1735,16): run-time error CSS1035: Expected colon, found '{'
input(1788,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&' */
.lds-dual-ring {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 2rem;
    margin-top: 30px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #003159;
    border-color: #003159 transparent #003159 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
body::-webkit-scrollbar-track {
    background-color: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}
.video-play-list::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
}
.video-play-list::-webkit-scrollbar {
    background-color: #003763;
    width: 16px;
}
.video-play-list::-webkit-scrollbar-track {
    background-color: #003763;
}
.video-play-list::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #003763;
}
:root {
    --theme-color: #f2665b;
    --theme-text-color: #000;
}

.theme-blue-100 {
    --theme-color: #73c1e1;
}

.theme-blue-200 {
    --theme-color: #5073b8;
    --theme-text-color: #fff;
}

.theme-blue-300 {
    --theme-color: #253962;
    --theme-text-color: #fff;
}

.theme-green-200 {
    --theme-color: #75c9b3;
}

.theme-green-300 {
    --theme-color: #1c8089;
    --theme-text-color: #fff;
}

.theme-green-400 {
    --theme-color: #0f4a4f;
    --theme-text-color: #fff;
}

.theme-pink-100 {
    --theme-color: #f69794;
}

.theme-pink-200 {
    --theme-color: #cd82bf;
}

.theme-pink-400 {
    --theme-color: #602651;
    --theme-text-color: #fff;
}

.theme-orange-100 {
    --theme-color: #fdbb41;
}

.theme-orange-300 {
    --theme-color: #f2665b;
}

.theme {
    background-color: var(--theme-color);
    color: var(--theme-text-color);
}

.text-underline {
    text-decoration: underline;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.content .theme h2,
.content .theme h3,
.content .theme h4,
.content .theme a {
    color: var(--theme-text-color) !important;
}
/* noto-serif-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('/style/webfonts/noto-serif-v28-latin-regular.woff2?v=oUmxu-Fd-71SeODOE9eMv0OZQi8') format('woff2');
}
/* noto-serif-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 400;
    src: url('/style/webfonts/noto-serif-v28-latin-italic.woff2?v=oUmxu-Fd-71SeODOE9eMv0OZQi8') format('woff2');
}

.hide-for-tablet {
    @media (max-width: 1023px) {
        display: none !important;
    }
}

.hide-for-desktop {
    @media (min-width: 1024px) {
        display: none !important;
    }
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

#header .level {
    border-top: 4px solid #3a3a3a;
    margin: 0;
    position: relative;

    &:after,
    &:before {
        content: '';
        height: 5px;
        width: 40px;
        background: #3a3a3a;
        position: absolute;
        top: -4px;
    }

    &:before {
        left: -40px;
    }

    &:after {
        right: -40px;
    }


    @media(min-width:1024px) {
        border-width: 7px;

        &:after,
        &:before {
            display: none;
        }
    }
}

#header .level-left--header {
    @media (min-width: 1024px) {
        align-items: center;
        width: 100%;
    }
}

#header .level-right--header {
    @media (min-width: 1024px) {
        position: relative;
        left: -60px;
    }
}

#header .header--logo {
    margin-top: 5px;
    margin-bottom: -5px;

    @media (max-width: 1023px) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#header .root-logo {
    @media (max-width: 1023px) {
        margin-left: 5px;
    }
}

.content ul {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.navbar-item, .navbar-link {
    color: #59595b;
    font-weight: bold;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

    .navbar-item:focus,
    .navbar-item:focus-within,
    .navbar-item:hover,
    .navbar-item.is-active,
    .navbar-link:focus,
    .navbar-link:focus-within,
    .navbar-link:hover,
    .navbar-link.is-active {
        background-color: #f8f9fa !important;
        color: #595959 !important;
    }

    .navbar-item.navbar-item--mobile-search {
        display: flex;
        align-items: center;
        justify-content: center;

        @media (max-width: 1023px) {
            margin-left: 5px;
        }
    }

    .navbar-item .fas {
        color: #474749;
        font-size: 1.25em;
        margin: 0;

        &:hover,
        &:focus {
            color: #073e61;
        }
    }

.navbar-button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1em;

    &:after {
        content: '';
        display: inline-block;
        margin-left: 6px;
        vertical-align: middle;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid currentColor;
        transition: transform 0.2s ease-in-out;
    }

    &[aria-expanded="true"]:after {
        transform: rotate(180deg);
    }
}

.navbar-megamenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all ease .25s;
    max-height: inherit;
    opacity: 1;
    visibility: visible;
    overflow: hidden;

    @media (min-width:1024px) {
        position: absolute;
        top: 41px;
        left: 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .05);
        border-radius: 0 0 10px 10px;
        min-width: 450px;
        z-index: 9999;
        flex-direction: row;
    }

    li {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }

    &[aria-hidden="true"] {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
    }

    a {
        font-weight: 400;
    }
}

.navbar-megamenu--over-five {
    li {

        @media (min-width:1024px) {
            flex: 0 0 50%;
            max-width: 50%;
            text-align: left;
        }
    }
}

.header-search-icon {
    width: 30px;
    height: 30px;
}

.thumbnailImage {
    width: 64px;
    height: 100%;
}

.caption {
    font-style: italic;
    font-size: 0.75rem;
}

.hr {
    width: 5rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.fab,
.far,
.fas {
    color: #003763;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 10px;
}


    .fab.fa-twitter:before {
        content: '';
        background: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2027.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22svg5%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201668.56%201221.19%22%0D%0A%20%20%20%20%20style%3D%22enable-background%3Anew%200%200%201668.56%201221.19%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate(52.390088%2C-25.058597)%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23003763%22%20id%3D%22path1009%22%20d%3D%22M283.94%2C167.31l386.39%2C516.64L281.5%2C1104h87.51l340.42-367.76L984.48%2C1104h297.8L874.15%2C558.3l361.92-390.99%0D%0A%09%09h-87.51l-313.51%2C338.7l-253.31-338.7H283.94z%20M412.63%2C231.77h136.81l604.13%2C807.76h-136.81L412.63%2C231.77z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') 0 0 no-repeat;
        height: 14px;
        width: 21px;
        display: block;
        background-size: 100%;
        transition: all ease .25s;
    }

    .fab.fa-twitter:hover:before {
        background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2027.5.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22svg5%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%201668.56%201221.19%22%0D%0A%20%20%20%20%20style%3D%22enable-background%3Anew%200%200%201668.56%201221.19%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate(52.390088%2C-25.058597)%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23009abe%22%20id%3D%22path1009%22%20d%3D%22M283.94%2C167.31l386.39%2C516.64L281.5%2C1104h87.51l340.42-367.76L984.48%2C1104h297.8L874.15%2C558.3l361.92-390.99%0D%0A%09%09h-87.51l-313.51%2C338.7l-253.31-338.7H283.94z%20M412.63%2C231.77h136.81l604.13%2C807.76h-136.81L412.63%2C231.77z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A');
    }

.searchBtn .fas {
    margin-top: 0;
    color: #cccccc;
}

.searchBtn:hover .fas {
    color: #003763 !important;
}

.showMoreBtn .fas {
    margin-top: 0;
    color: #fff;
}

.fab:hover, .far:hover, .fas:hover {
    color: #009abe;
}

.content p,
.content h2,
.column.is-8.is-offset-1 .is-italic,
.column.is-8.is-offset-1 .is-normal {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.content p {
    line-height: 2;
}

.content h2,
.content h3,
.content h4 {
    font-family: "plantin-condensed", sans-serif;
    text-transform: uppercase;
    color: #474749 !important;
}

.content h4 {
    margin: 0 auto;
    max-width: 700px !important;
}

.content h2 strong {
    color: #003763 !important;
}

.content p.caption {
    max-width: 100%;
    margin-bottom: 40px !important; /*overriding bulma values*/
}

.content h2:not(:first-child) {
    margin-top: 1.6em !important; /*overriding bulma values*/
}

.content blockquote {
    background-color: #fff !important; /*overriding bulma values*/
    border-left: 5px solid #003763 !important; /*overriding bulma values*/
    font-style: italic;
    font-size: 1.3rem;
    padding: 0.2em 1.5em !important; /*overriding bulma values*/
    margin: 2.5em 0 !important;
}

    .content blockquote cite {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: .8rem;
    }

.figcaption.responsiveImageCaption, .responsiveImageCaption {
    font-style: italic;
    font-size: .75rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 40px auto !important; /*overriding bulma values*/
    line-height: 2;
}

.title:hover {
    color: #073e61;
}

h1.title {
    margin-bottom: 0.6rem !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #474749 !important;
}

.author {
    box-shadow: none !important;
}

    .author .content p {
        font-size: 0.8rem;
        color: #474749;
        line-height: 1.3;
        font-family: "Montserrat", sans-serif !important;
        margin-left: 0;
        margin-bottom: 3px !important;
    }

        .author .content p strong {
            color: #4a4a4a !important;
            line-height: 0.8em;
        }

    .author .fab,
    .author .far,
    .author .fas {
        margin-top: 0px;
        color: #474749;
    }

    .author .thumbnailImage {
        width: 56px;
    }

.author-social-media {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    a {
        font-size: 0.8rem;
        font-family: "Montserrat", sans-serif;
        color: #474749;
        margin-left: 5px;
        text-decoration: underline;
        line-height: 1.3;
    }
}

.author-twitter-link {
    color: #474749;
}

.author-social-media__item {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.top-article-parent,
.top-article {
    display: flex;
    width: 100%;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all .5s;
    -webkit-transition: all .8s;
    transition: all .8s;
    color: #fff;
    min-height: 210px;
}

.top-article-parent {
    height: 600px !important;
}

    .top-article-parent h3,
    .top-article h3 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .top-article-parent h3 {
        font-size: 2.5rem;
        margin-bottom: 15px !important;
    }

.top-article h3 {
    font-size: 25px;
    margin-bottom: 10px !important;
}

.top-article-parent:hover,
.top-article:hover {
    background-size: 120%;
    color: white;
}

.gradient-layer {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#73000000',GradientType=0 );
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
}

.top-article-parent .gradient-layer {
    padding: 45px;
}

.title-sub {
    text-transform: uppercase;
    font-size: 0.625rem;
    color: #474749;
    letter-spacing: 1px;
}

.latest-article {
    background-color: #fff;
    padding-bottom: 32px;
    border-bottom: 3px solid #fff;
    -moz-transition: all .5s;
    -webkit-transition: all .8s;
    transition: all .8s;
    position: relative;
}

    .latest-article:hover {
        border-bottom: 3px solid #073e61;
    }

    .latest-article .image {
        height: 250px;
        overflow: hidden;
    }

    .latest-article .image-child {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -moz-transition: all .5s;
        -webkit-transition: all .8s;
        transition: all .8s;
    }

    .latest-article:hover .image-child,
    .latest-article:focus .image-child {
        transform: scale(1.15);
    }

    .latest-article .title {
        text-transform: uppercase;
        font-size: 1.663rem;
        line-height: 1.5rem;
        font-weight: bold;
        text-align: center;
        color: #474749;
        margin-bottom: .5em;
    }

    .latest-article .content p {
        color: #59595B;
        font-family: 'Noto Serif';
        text-align: center;
        font-size: .9rem;
        line-height: 1.4;
    }

    .latest-article .title-sub {
        padding: 0.5rem 2.2rem 0;
        text-align: center;
    }


    .latest-article .card-content {
        padding: 1.8rem 2.2rem .25rem 2.2rem;
    }

    .latest-article svg {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 0;
        right: .5em;
    }

#other-articles-section {
    margin-bottom: 40px;
}

    #other-articles-section .list-view-article .title {
        font-size: 1.663rem;
        line-height: 1.5rem;
        color: #474749;
        margin-bottom: 0.6666em;
    }

.list-view-article {
    margin-bottom: 20px;
    padding: 0px 50px 20px 0;
    border-bottom: 1px solid #ebebeb;
    display: table;
    width: 100%;
}

    .list-view-article .title {
        text-transform: uppercase;
        font-size: 1.663rem;
        line-height: 1.5rem;
        color: #474749;
        font-weight: bold;
    }

    .list-view-article .image {
        height: 195px;
        width: 100%;
        max-width: 252px;
        float: left;
        margin-right: 35px;
        display: block;
        overflow: hidden;
    }

    .list-view-article .image-child {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -moz-transition: all .5s;
        -webkit-transition: all .8s;
        transition: all .8s;
        height: 100%;
        width: 100%;
    }

    .list-view-article:hover .image-child,
    .list-view-article:focus .image-child {
        transform: scale(1.15);
    }

    .list-view-article:hover .image {
        background-size: cover;
    }

    .list-view-article p:not(.title-sub) {
        margin: 0;
        font-size: .9rem;
        color: #474749;
        font-family: 'Noto Serif';
        color: #59595b;
    }

    .list-view-article .title-sub {
        margin: 20px 0 0;
    }

.side-top-articles .list-view-article:first-of-type .image {
    height: 230px;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}

.side-top-articles > .list-view-article {
    padding: 12px 0;
    width: 100%;
    margin-bottom: 0px;
}

    .side-top-articles > .list-view-article > .title {
        font-size: 14px;
    }

    .side-top-articles > .list-view-article > .title-sub {
        margin: 10px 0px 0px;
    }

    .side-top-articles > .list-view-article .image {
        height: 73px;
        width: 73px;
    }

.side-top-articles .list-view-article .image {
    margin-right: 20px;
}

.button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.showMoreBtn {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

    .button:hover,
    .showMoreBtn:hover {
        background-color: white !important;
        color: #003763 !important;
        border: 1px solid #003763 !important;
    }

        .showMoreBtn:hover .fas {
            color: #003763;
        }

.latestVideos.container {
    margin-top: 2.5rem;
    margin-bottom: 4.5rem;
}

.video-play-list {
    overflow-y: auto;
    height: 500px;
}

    .video-play-list .list-view-article {
        border-bottom: 1px solid #467b9d;
    }

        .video-play-list .list-view-article .title-sub {
            color: #fff;
        }

.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-wrapper .youtube-player {
    padding-bottom: 56.25%;
}

.video-wrapper .buzzsprout-player {
    padding-bottom: 27%;
    min-height: 200px;
}

.video-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.relatedItem:hover {
    background-color: #e5e7ed;
}

.plyrVideoLink {
    cursor: pointer;
    padding: 10px 0 10px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .plyrVideoLink:hover {
        background: #003159;
    }

#player-box {
    position: relative;
}

.embed-placeholder {
    display: block;
    height: 170px;
    width: 50%;
    background: white;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 1rem 2rem;
}

.cookieconsent-placeholder__text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 2em;
    background-color: #fff;
    text-align: center;
    transform: translate(-50%, -54%);
    font-size: 14px;
}

.cookieconsent-placeholder__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: cover;
}


#cookieDisclamer {
    display: none;
    background-color: ivory;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    font-size: 12px;
}

.umb-grid .grid-section blockquote,
.umb-grid .grid-section .columns .column img,
.umb-grid .grid-section .columns .column .responsiveImageCaption {
    width: 100%;
    max-width: 700px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.relatedArticles .tile.is-ancestor {
    margin-left: 0;
}

.tile.relatedItem {
    padding: 0.75rem 0.75rem 0 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .tile.relatedItem h3 {
        font-family: "plantin-condensed", sans-serif;
        color: #474749 !important;
        text-transform: uppercase;
        line-height: 1.1;
    }

.categorylist .title {
    text-transform: uppercase;
    font-size: 25px;
}

.categorylist .subtitle {
    font-family: "plantin-condensed", sans-serif;
    text-transform: uppercase;
    line-height: 2;
    font-size: 40px;
}

.categorylist .tile.is-child {
    display: flex;
    color: #fff;
    min-height: 288px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .categorylist .tile.is-child a {
        z-index: 9;
    }

    .categorylist .tile.is-child .image-child {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-transition: all .8s;
        -webkit-transition: all .8s;
        transition: all .8s;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .categorylist .tile.is-child:hover .image-child {
        transform: scale(1.15);
    }


    .categorylist .tile.is-child h3 {
        line-height: 1;
    }

.categoryItemList h2 {
    margin: 30px 0;
}

.categoryItemList .list-view-article .title {
    font-size: 25px;
    margin-bottom: 0.6666em;
}

.searchBtn {
    border: none;
    cursor: pointer !important;
    background: rgba(0,0,0,0);
    margin: 3px 0 0 2px;
    pointer-events: auto !important;
}

.searchResult strong {
    font-family: "plantin-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
}

.latest-issue {
    padding: 1em 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #ebebeb;
}

    .latest-issue:hover {
        background-color: #e5e7ed;
    }

    .latest-issue small {
        font-size: 0.6em;
        color: #474749;
        float: right;
    }

    .latest-issue strong {
        font-size: 1.3em;
        line-height: 1;
        font-family: "plantin-condensed", sans-serif;
        text-transform: uppercase;
    }

    .latest-issue .summary p {
        line-height: 1.3;
        color: #474749;
    }
/*Mobile Small*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .list-view-article {
        display: block;
    }

        .list-view-article .image {
            display: block;
            float: none;
            margin-right: 0;
            margin-bottom: 10px;
            max-width: 100%;
        }

    .side-top-articles > .list-view-article .image {
        width: 100%;
    }

    .top-article-parent {
        height: 200px !important;
    }
}
/*Tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

    .top-article-parent {
        height: 300px !important;
    }
}
/*Desktop*/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1439px) {

    .top-article-parent {
        height: 100% !important;
    }
}

@media screen and (min-width: 1023px) {
    .navbar-brand {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .top-article-parent, .top-article {
        background-size: cover;
    }

        .top-article-parent:hover, .top-article:hover {
            background-size: cover;
        }

    .latest-article .image {
        background-size: cover;
    }

    .latest-article:hover .image {
        background-size: cover;
    }

    .relatedArticles {
        display: none !important;
    }

    .list-view-article {
        padding: 0px 0 20px 0;
    }

    .video-play-list .list-view-article {
        padding: 10px;
    }
}

@media screen and (max-width: 769px), print {

    .level-left {
        margin-top: 0px;
    }

    .navbar-brand {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px), print {
    .level-left + .level-right {
        margin-top: 10px !important;
        float: right;
        margin-bottom: 20px;
    }

    .top-article-parent .gradient-layer {
        padding: 30px;
    }

    .top-article-parent h3 {
        font-size: 25px;
    }
}

html, body {
    overflow-x: hidden;
}

.section {
    clear: both;
}

.content ul {
    margin: 0 auto !important;
    margin-right: 10px;
    max-width: 700px;
    padding: 0 0 40px 40px;
}

.section-mt-2 {
    margin-top: 2em;
}

    .section-mt-2 .container {
        padding: 2em 0 2em 0
    }

#taglist {
    display: inline;
    list-style: none;
}

    #taglist li {
        display: inline;
    }

        #taglist li:after {
            content: ", ";
        }

        #taglist li:last-child:after {
            content: "";
        }

.tagslist-container {
    display: flex;
    align-items: center;

    svg {
        margin-right: .5em;
        max-width: 24px;
        min-width: 24px;
    }

    span {
        font-family: "Montserrat", sans-serif;
        font-size: .8rem;
        color: #474749;
        line-height: 1.2;
        font-weight: 700;
        position: relative;
        top: 2px;
    }
}

    .tagslist-container #taglist {
        margin-left: .25em;

        a {
            font-family: "Montserrat", sans-serif;
            font-size: .8rem;
            color: #474749;
            line-height: 1.2;
            padding-left: .25em;
            text-decoration: underline;
        }
    }

.content.content--above-tag {
    margin-bottom: .75rem !important;
}


.tile.relatedItem .image {
    margin-right: 15px !important;
}

#other-articles-section .list-view-article p, #other-articles-section .list-view-article h3 {
    display: block;
    width: 100%;
    max-width: calc(100% - 287px);
    float: right;
    clear: right;
}

.side-top-articles .list-view-article p, .side-top-articles .list-view-article h3 {
    display: block;
    width: 100%;
    max-width: calc(100% - 93px);
    float: right;
    clear: right;
}

.categoryItemList .list-view-article p, .categoryItemList .list-view-article h3 {
    display: block;
    width: 100%;
    max-width: calc(100% - 287px);
    float: right;
    clear: right;
}

.side-top-articles .list-view-article:first-of-type p, .side-top-articles .list-view-article:first-of-type h3 {
    max-width: 100%;
    float: none;
}


@media screen and (max-width: 1439px) {
    .top-article-parent, .top-article {
        background-size: cover;
    }

        .top-article-parent:hover, .top-article:hover {
            background-size: cover;
        }

    .latest-article .image {
        background-size: cover;
    }

    .latest-article:hover .image {
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .top-article-parent, .top-article {
        background-size: cover;
    }
}

@media only screen and (min-device-width : 769px) and (max-device-width : 940px) {
    h1.title {
        font-size: 5vw !important;
    }
}


@media only screen and (max-device-width: 550px) {
    h1.title {
        font-size: 9vw !important;
    }
}


@media only screen and (max-device-width: 480px) {
    #other-articles-section .list-view-article p, #other-articles-section .list-view-article h3, .side-top-articles .list-view-article p, .side-top-articles .list-view-article h3, .categoryItemList .list-view-article p, .categoryItemList .list-view-article h3 {
        float: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 408px), print {
    .level-left + .level-right {
        width: calc(100% - 100px);
    }

    #header .control.has-icons-right .input, #header .control.has-icons-right .select select {
        width: 100%;
    }
}

@media only screen and (max-device-width: 250px) {
    h1.title {
        font-size: 11vw !important;
    }
}

@media only screen and (max-device-width: 200px) {
    h1.title {
        font-size: 14vw !important;
    }
}

#player-background {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

    #player-background img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        max-height: 450px;
    }

#player-title {
    background-color: rgb(255 255 255 / 90%);
    color: #003763;
    padding: 1em 2em;
    font-weight: 600;
    position: absolute;
    margin: 5%;
}

    #player-title p {
        font-size: larger;
    }
/* Additional RTE styles */
.Uppercase {
    text-transform: uppercase;
}

.excerpt {
    font-style: italic !important;
    font-size: 1.25rem !important;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
/* Override Bulma CSS*/
strong {
    color: inherit !important;
}

.bg-kingpurple {
    background-color: #602651;
    color: #fff;
}

.bg-signalyellow {
    background-color: #FFD486;
    color: #0D4A4F;
}

.bg-nightskyblue {
    background-color: #253962;
    color: #fff;
}

.bg-darkgreen {
    background-color: #0d4a4f;
    color: #fff;
}

.bg-salmon {
    background-color: #F8ADAB;
    color: #602651;
}

.bg-lightblue {
    background-color: #BEE7FB;
    color: #253962;
}

.bg-lightgreen {
    background-color: #98D4C5;
    color: #0D4A4F;
}

.pastel-blue {
    background-color: #d9f1fc;
}

.pastel-grey {
    background-color: #ececec;
}

.pastel-green {
    background-color: #b7e0d6;
}

.pastel-pink {
    background-color: #fac8c7;
}

.pastel-peach {
    background-color: #ffe2ae;
}

.blue {
    background-color: #9cf0ff;
}

.has-bg-color {
    > div.columns {
        padding-block: 5%;
    }
}

    .has-bg-color + .has-bg-color {
        > div.columns {
            padding-block: 5%;
        }
    }

.articlelistpage .first-column {
    padding-left: 2em !important;

    @media (width < 768px) {
        padding-right: 2em !important;
    }
}

.articlelistpage .second-column {
    padding-right: 2em !important;

    @media (width < 768px) {
        padding-left: 2em !important;
    }
}

.articleitemur .full-color {
    max-width: 700px;
    margin: 0 auto;
    padding-inline: 2em;
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

.articleitemur .box.author {
    padding-inline: 0;
}

.backofficelink {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    padding: 0.25em;
    border-radius: 0 0 4px 4px;
    background: #000;
}

    .backofficelink a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-bottom: none;
    }

        .backofficelink a:hover {
            color: #fff;
        }
/* Text image block */

.textimageblock__text-container {
    padding: 1.5em;
    font-family: Noto Serif;

    @media (width >= 768px) {
        padding: 2.5em 2em;
    }
}

.textimageblock__image-container {
    padding: 1.5em;


    @media (width >= 768px) {
        padding: 2.5em 2em 2.5em 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
}

.content .textimageblock .textimageblock__label {
    margin-bottom: .125em;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
    line-height: 1.663rem;
    font-style: italic;
    color: #59595b;
    margin: 0;
    padding-left: .25em;
}

.content .textimageblock .textimageblock__header {
    margin-bottom: .5em;
    margin-top: 0;
    font-size: 3rem;
    color: #231F20;
    line-height: 3.5rem;
    font-weight: 400;
    word-break: break-word;
}

.content .textimageblock .textimageblock__body {
    font-size: 1.331rem;
    line-height: 1.75rem;
    color: #59595b;
}

    .content .textimageblock .textimageblock__body * {
        line-height: 1.75rem;
        margin: 0;
        max-width: 100%;
    }

.textimageblock__image-container figcaption.responsiveImageCaption {
    margin-bottom: 0 !important;
}

.textimageblock__image-container iframe {
    aspect-ratio: 16/9;
    width: 100%;
}
/* Text image block */
/* Social media icons */

.social-media-container {
    margin-top: .5em;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width:767px) {
        flex-direction: column;
    }

    time {
        color: #474749;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: .625rem;

        @media(max-width:767px) {
            margin-top: .5em;
        }
    }
}

.social-media {
    display: flex;
    flex-wrap: wrap;
}

.social-media-link {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: block;
}

    .social-media-link .sm-circle {
        transition: all ease .25s;
    }

    .social-media-link:hover .sm-circle {
        fill: #009abe
    }

    .social-media-link svg {
        max-height: 20px;
    }

.mainreadingsection {

    h2, h3, h4 {
        font-family: 'Noto Serif';
        text-transform: none;
        line-height: 1.125rem
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    p,
    li {
        font-family: 'Noto Serif';
        font-size: 1.125rem;
        line-height: 1.3;
    }

    ul + h2,
    ul + h3,
    ul + h4 {
        margin-top: 0 !important;
    }
}

    .mainreadingsection a:not(.navbar-item,.button) {
        text-decoration: underline;
        color: #474749;
    }
/* Article page */
.articleitemur {

    h1 {
        text-align: center;
        line-height: .9;
        margin-top: 30px;
        font-size: 3.5rem;
    }
}

    .articleitemur .article-divider {
        border-bottom: 1.5px solid var(--theme-color);
        padding-bottom: 1em;
    }

    .articleitemur p.article-excerp {
        font-size: 1.6rem !important;
        line-height: 1.3;
        font-family: 'Noto Serif';

        @media(max-width:767px) {
            font-size: 1.4rem !important;
        }
    }


.article-hr {
    background-color: var(--theme-color);
    margin: 0 auto 1rem auto;
    width: 40%;
    height: 1.5px;
}

.article-excerp {
    position: relative;
    margin-bottom: 1rem !important;

    &:after {
        content: '';
        background: #bcbec2;
        width: 33%;
        height: 1.5px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1rem;
    }
}

.articleitemur .content blockquote {
    border-left: none !important;
    font-family: "Montserrat", sans-serif;
    color: #4a4a4a;
    font-style: normal;
    padding-left: 0 !important;
    padding-right: 30% !important;
    padding-bottom: 17px !important;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1;
    background-color: transparent;
    margin-top: .5em !important;
    margin-bottom: 1em !important;

    cite {
        font-style: normal;
        margin-top: 1em;
        display: block;
    }

    div:after {
        content: '';
        background: var(--theme-color);
        width: 40%;
        height: 10px;
        display: block;
        position: relative;
        top: .5em;
    }
}

.articleitemur .theme blockquote {
    color: var(--theme-text-color);
}

.dropcap {
    font-weight: 700;
}

.articleitemur .figcaption.responsiveImageCaption, .responsiveImageCaption {
    font-size: .8rem;
}

.articleitemur .responsiveImage {
    padding-block: 1.5em;

    figcaption {
        margin-bottom: 0 !important;
        font-size: .85rem;
        font-style: normal;
        line-height: 1.3;
        margin-top: 5px !important;
    }
}

.articleitemur .topimage-caption {
    font-size: .85rem;
    line-height: 1.3;
    margin-top: 5px !important;
}

.articleitemur .media + .media {
    border-top: none;
    margin-top: 0;
}

.articleitemur .media-content > .content {
    padding-top: 5px;
}
/* Article page */
.read-more-title,
.read-more-link {
    font-family: "Montserrat", sans-serif !important;
    font-size: .8rem !important;
    color: #474749 !important;
    line-height: 1.2 !important;
}

    .read-more-link a {
        color: #474749 !important;
    }

.theme .read-more-title,
.theme .read-more-link,
.theme .read-more-link a {
    color: var(--theme-text-color) !important;
}

.read-more-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.read-more-link {
    position: relative;
    padding-left: 1em;
    margin-bottom: .5em !important;

    &:before {
        content: "\2022";
        position: absolute;
        left: 0;
        font-size: 34px;
        line-height: 1px;
        top: 5px;
    }
}

a.read-more-link {
    text-decoration: underline;
}

body.search {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.search .search-form {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.search footer {
    margin-top: auto;
}

.search .search-title {
    font-size: 1.6rem;
    line-height: 1.125;
    font-family: 'Noto Serif';
    color: #474749;
    font-weight: 600;
}

.imageGallary img {
    transition: 0.3s;
}

.imageGallary .card .card-image:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.imageGallary .card .card-image figure {
    margin-left: 0 ; 
    margin-right: 0 ;
}

.mySlides {
    display: none;
}

.numbertext {      
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 1.2em;
    color:white;
}
.caption-container {
    text-align: center;  
    padding: 2px 16px;    
    color:white;
}
.controlButtons a {
    font-size: 25px;
}
.modal {
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;     
}
.leftOvers {
    background-color: rgba(10, 10, 10, 0.86) !important;
    pointer-events:none; /*won’t catch any click, instead pass through to element below*/
}
.leftOvers > .container span {
    display: inline-block;        
    color: whitesmoke;
    font-weight:bold;
    font-size: 5rem;    
    width:100%;
    height: 100%;
}

/* Next & previous buttons */
#prevBtn,
#nextBtn {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 50px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

#nextBtn {
    right: 0;    
    border-radius: 3px 0 0 3px;
}

#prevBtn:hover,
#nextBtn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*Mobile Small*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #nextBtn {
       padding-right: 30px;
    }
}

/*Tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

    #nextBtn {
        padding-right: 30px;
    }
}
