body {
    background-color: #ffffff;
    background-image: url('../img/BG_2.jpg');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

.main-header__site-title {
    display: none;
}

.page-layout-normal .block {
    margin: 0;
}

#main-content {
    padding-top: 0;
}

.main-header {
    padding: 0 0;
    box-shadow: none;
}

.main-header__top-bar a {
    color: #fff;
}

.main-navigation__toggle span {
    background: #fff;
}

.main-navigation .navigation > li {
    position: relative;
    margin-bottom: 0;
}

.main-navigation .navigation > li > a {
    margin: 0;
    padding: 20px 20px;
    color: #ffff;
    font-weight: bold;
    text-transform: none;
}

.main-navigation .navigation > li > a.has-submenu {
    padding-right: 40px;
}

.main-navigation .navigation > li > a.has-submenu:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    border-top-color: rgba(255, 255, 255, .5);
    transform: none;
    background-color: transparent;
}

.main-navigation .navigation > li:hover > a.has-submenu:after {
    border-top-color: rgba(255, 255, 255, 1);
}

.main-navigation .navigation>li>ul {
    position: absolute;
    display: block;
    width: 18em;
    margin: 0 !important;
    padding: 0 0 0 0 !important;
    gap: 0;
    text-align: left;
}

.main-navigation .navigation>li>ul li {
    width: 100% !important;
    display:block;
    text-align: left;
    max-width: 100%;
}

.main-navigation .navigation>li>ul>li>a {
    width: 100% !important;
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
}

.main-navigation .navigation>li:hover>ul, .main-navigation .navigation>li:focus-within>ul {
    padding: 0 20px 0 20px;
    text-align: left;
}

/* Homepage */
.homepage_summary_box {
    width: 100%;
    display: inline-block;
    background: #f3f5f9;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
}

.homepage_summary_box h4 {
    font-size: 1.5em;
    color: #222;
    margin: 0 0 1em;
    padding: 0 0 0.3em;
    float: left;
    width: 100%;
    font-weight: 600;
}

.homepage_summary_box h4 a {
    color: #333;
    text-decoration: none;
}

.homepage_summary_box a {
    text-decoration: none;
}

.homepage_summary_box .column1 {
    float: left;
    width: 70%;
    font-size: 12px;
}

.homepage_summary_box .column2 {
    float: left;
    width: 30%;
    text-align: center;
}

.homepage_summary_box .column2 h1 {
    font-size: 14px;
}

.homepage_summary_box .column2 h2 {
    font-size: 14px;
}

.homepage_summary_box .column2 button {
    width: 90%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;

    border: none;
    overflow: hidden;
}

.homepage_summary_box .column2 button:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
}

.homepage_summary_box .column2 button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}

.homepage_summary_box .column2 button:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* End Homepage */

.banner img {
    object-fit: inherit;
    height: auto;
}

.page-layout-normal .block {
    margin: 0 !important;
}

.resource-list .resource {
    box-shadow: none;
}

.item-set-items .resource-list .resource {
    border-bottom: 1px solid #ddd;
}

.resource-list .resource__thumbnail {
    order: 0;
}

.resource-list .resource__thumbnail img {
    height: 120px;
    object-fit: cover;
    width: 120px;
}

.resource-list .resource__content
{
    padding: 10px 0;
}

.resource-list .resource__meta {
    padding: 5px 0;
}

.resource-list .item .resource__content h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.resource-list .item .resource__content a {
    text-decoration: none;
    font-size: 16px;
}

.item-set-items .resource-list .item .resource__content h2, .item-set-items .resource-list .item .resource__content a {
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.item-set-items .resource-list .item .resource__content .article_media a {
    font-size: 16px;
    font-weight: normal;
}

.article_info .authors, .article_info .authors a, .article_info .publish-date {
    font-size: 14px;
}

.resource-list .item .abstract {
    border-top: 1px solid #ddd;
}

.item-set-items .resource-list .item .abstract {
    border-top: 0;
}

/* Right Zone */
.menu_right {
    color: #ffffff !important;
    border: 0;
}

.menu_right .nav-link {
    color: #ffffff !important;
    border: 0;
    margin-bottom: 0;
}

.menu_right .active {
    color: #ffffff !important;
    border: 0;
}

.menu_right .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ffffff !important;
    border: 0;
}

.column_right .tab-content {
    line-height: 1.2em;
}

.column_right .tab-content a {
    color: #555;
    text-decoration: none;
}
/* End Right Zone */

/* Item Set */
.item-set h1 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1em;
    position: relative;
    padding: 1% 2%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.item-set h1 .title {
    border-bottom:0;
    padding-bottom: 0;
}

.btn_read_more {
    color: #666 !important;
    text-decoration: none !important;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    background: #f7f7f7;
    font-size: 12px !important;
}

.btn_read_more:hover {
    text-decoration: none !important;
    background: #f1f1f1;
}
/* End Item Set */

/* Item Details */
.article_metadata {
    color: #999;
    font-size: 12px;
    font-family: "Open Sans", sans-serif
}

.article_metadata a, .article_info, .article_info a {
    text-decoration: none !important;
    color: #999;
}

.article_label {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.article_details .article_licensed {
    font-size: 12px;
}
/* End Item Details */

/* Footer */

.main-footer__top-container.no-menu {
    flex-direction: row;
    text-align: left;
}

.main-footer__top-container .footer_title {
    color: #181919;
    font-size: 1.125em;
    padding: 0px 0px 10px;
    float: left;
    margin: 0px 0px 1em;
    width: 100%;
    font-weight: bold;
    line-height: 1.2em;
}

.main-footer__top {
    background: #fff;
    color: #666;
}

.footer_col2 ul
{
    list-style-type: none;
    padding: 0;
}

.footer_col2 a {
    text-decoration: none;
    color: #666;
}

.main-footer__bottom {
    background: #202020;
    color: #fff;
}

/* End Footer */

@media (min-width: 1400px) {
    .container {
        max-width: 85%;
    }

    .banner {
        height: auto!important;
    }

    .banner img {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    .column_right .tab-content #nav-cover img {
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {

    }

    .main-navigation .navigation > li > a {
        padding: 20px 10px;
    }

    .main-navigation .navigation > li > a.has-submenu {
        padding-right: 30px;
    }

    .main-navigation .navigation > li > a.has-submenu:after {
        right: 10px;
    }

    .banner {
        height: auto!important;
    }

    .banner img {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    .column_right .tab-content #nav-cover img {
        width: 100%;
        min-width: 100%;
    }

    .column_right .menu_right .nav-link {
        padding: 10px 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {

    }

    .main-navigation .navigation > li > a {
        padding: 20px 10px;
    }

    .main-navigation .navigation > li > a.has-submenu {
        padding-right: 30px;
    }

    .main-navigation .navigation > li > a.has-submenu:after {
        right: 10px;
    }

    .banner {
        height: auto!important;
    }

    .banner img {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    .column_right .tab-content #nav-cover img {
        width: 100%;
        min-width: 100%;
    }

    .column_right .menu_right .nav-link {
        padding: 10px 5px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 0;
    }

    .main-navigation .main-navigation__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-navigation .main-navigation__logo {
        background-color: #ffffff;
        padding: 5px;
        display: flex;
        align-items: center;
        margin-right: -10px;
    }

    /* Hide the second logo on desktop */
    .main-navigation > .main-navigation__logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-navigation__toggle {
        margin-left: 10px;
    }

    .main-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-navigation .main-navigation__logo {
        background-color: #ffffff;
        padding: 5px;
        display: flex;
        align-items: center;
        margin-right: -15px;
        order: 2;
    }

    /* Show the second logo on mobile */
    .main-navigation > .main-navigation__logo {
        display: flex;
    }

    .main-navigation__toggle {
        order: 1;
    }

    .main-navigation .main-navigation__container {
        order: 3;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .homepage_summary_box .column1, .homepage_summary_box .column2 {
        width: 100%;
    }

    .column_right {
        margin-top: 30px;
    }

    .column_right .menu_right .nav-link {
        padding: 10px 12px;
    }

    .main-footer__top-container .footer_title {
        margin-top: 30px;
    }
}
