body, html {
    background: #EFEFEE;
    height: 100%;
    font-family: 'Ubuntu', sans-serif !important;
    line-height: 150%;
    font-size: 18px;
}

h1 {
    line-height: 1em;
}

a {
    color: #bd3f00;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: underline;
}

.btn-link {
    color: #226C96;
}

h1.top-margin-28 {
    margin-top: 28px;
}

#header {
    height: 135px;
    background-color: #ffffff;
    position: relative;
    padding-top: 7px;
    width: 100%;
}

#header p {
    color: #666666;
    margin: 0;
    padding-left: 4px;

}

#header a:hover {
    text-decoration: none;
}

#mobile_header p {
    color: #666666;
}

#footerwrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -200px;
}

#footerpush {
    height: 200px;
}

#footer {
    height: auto;
    position: relative;
    z-index: 100;
}

#social_media_icons {
    margin-top: 10px;
}

#social_media_icons a {
    margin-right: 20px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.icon_nav {
    background-size: 4em;
    background-position: center 20%;
    background-repeat: no-repeat;
}

.icon_nav_collapse {
    color: #fff;
}

.icon_nav_expand {
    color: rgb(102, 102, 102);
}


.toggle-menu-icon {
    height: 2em;
    background-image: url("../gfx/icons/ic_action_collapse.png");
    background-size: 4em;
    background-position: center 20%;
    background-repeat: no-repeat;
}

#newsletter-banner-footer {
    background: #0E4A6D;
    color: #FFFFFF;
    padding: 90px 0 45px 0;
    margin-top: 74px;

    .newsletter-footer-info {
        font-weight: 500;
        color: #FFFFFF;
        font-size: 56px;
        line-height: 68px;
        letter-spacing: 0.41px;
        padding-right: 30px;
    }

    .newsletter-footer-thanks-message {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.15px;
        margin: 25px 0;
    }

    input {
        color: #333333;
    }

    a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    a:hover {
        color: #dcdcdc;
    }

    .form-button-submit {
        width: auto;
        padding: 8px 30px 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #newsletter-banner-footer .newsletter-footer-info {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    #newsletter-banner-footer {
        padding-top: 60px;
    }
    #newsletter-banner-footer .newsletter-footer-info {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 48px;
    }
}

.css-spinner {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #FCB427 94%, #0000) top/5px 5px no-repeat,
    conic-gradient(#0000 30%, #FCB427);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

#footer.newsletter-banner-footer-active {
    margin-top: 0;
}


#footer {
    padding: 74px 20px 0 20px;
    background-color: #03324C;
    color: #ffffff;
    margin-top: 74px;

    @media (min-width: 768px) and (max-width: 991px) {
        #footer-top-row > .col {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .footer-margin-top-col {
        margin-top: 74px;
    }

    .footer-margin-bottom-col {
        margin-bottom: 74px;
    }

    #footer-top-row {
        color: #FFC075;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.15px;
        flex-wrap: wrap;

        p {
            margin: 0 0 20px;
        }

        a {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.17px;
            color: #FFFFFF;
            text-decoration: underline;
        }

        a:hover {
            color: #c0cbd2;
        }
    }

    #footer-some-icons-container a:hover {
        img {
            opacity: 0.8;
        }
    }

    @media (max-width: 767px) {
        #footer-some-icons-container {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            max-width: 100%;
            overflow: hidden;
        }
    }

    @media (min-width: 768px) {
        #footer-some-icons-container img {
            margin-right: 5px;
        }
    }

    #footer-logo-container {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        color: #FFFFFF;
    }
}

#footer_contact_info {
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;

}

#footer_contact_info a {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer_contact_info a:hover {
    font-weight: bold;
}

#main, #main2 {
    position: relative;
    padding: 0;
    overflow: hidden;
}

#main.tema-container {
    overflow: inherit;
}

#main .scroll_to_top {
    padding-right: 40px;
}

.sticky_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
}

#mobile_header {
    background: #fff;
    width: 100%;
}

.menu-text {
    position: relative;
}


#mobile_logo {
    background-color: #ffffff;
    padding-top: 10px;
}

.mobile-search-input {
    background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat 60%;
    padding-right: 20px;
    padding-left: 20px;
}

#mobile_menu_button {
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.mobile_menu_button_icon {
    display: block;
    height: 30px;
    line-height: normal;
    font-size: 20px;
    padding-top: 10px;
}

#status-line-mobile {
    position: fixed;
    z-index: 1700;
    top: 60px;
    background-color: #ff9700;
    color: #000000;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: .7em;
}

#status-line-mobile .scroll_to_top {
    float: right;
    margin-bottom: 0;
    color: inherit;
    text-decoration: underline;
}

#status-line-mobile .scroll_to_top .glyphicon {
    margin-left: 5px;
    margin-right: 5px;
}

.mobile_menu_button_text {
    display: block;
    height: 30px;
    line-height: normal;
}

#mobile_menu_button:hover {
    cursor: pointer;
}

.mobile_filter_heading {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

#mobile-nav .navitem {
    display: block;
    margin: 0;
    padding-left: 20px;
    background: #ff9700;
    color: #ffffff;
    border-bottom: solid 1px #ccc;
}

#mobile-nav .navitem:hover {
    background-color: #ff6600;
    cursor: pointer;
}

.mobile-nav-button-enabled {
    background-color: #ff6600;
}


#mobile-nav .navitem a {
    width: 100%;
}

#mobile_searchform {
    position: relative;
}

#mobile_searchform .mobile_search_icon {
    border: none;
    box-shadow: none;
    z-index: 10;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat center;
}

#mobile-nav a {
    color: #ffffff;
    padding-left: 0;
}

#mobile_searchinput {
    font-size: 11px;
    padding-left: 1em;
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 10px;
    /*background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat 90%;*/
}

#main_nav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 5px;
    background-color: #ff9700;
    width: 100%;
}

#main_nav .container {
    --width: 100%;
}

#main_nav .openTab {
    background-color: #ff6600;
}

#main_nav .home_tab:hover {
    background-color: #ff6600;
}

#header_orange_border {
    min-height: 15px;
    position: absolute;
    bottom: -14px;
    left: 0px;
    z-index: 300;
    background-color: #ff6600;
    box-shadow: 0 2px 2px 0 #ccc;
    width: 100%;
}

#logo {
    position: absolute;
    top: 10px;
    margin-left: 2px;
    float: left;
}

#user_header {
    float: right;
    width: 500px;
    padding-top: 20px;
    position: relative;
}

#user_header .login_links {
    padding-left: 19px;
    margin-top: 12px;
}

#user_header .login_links a {
    text-decoration: underline;
}

#user_header .newsletter_link .avatar_info {
    margin-top: 12px;
    margin-left: 50px;
}

#user_header .newsletter_link .avatar_bilde {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div #user_header .newsletter_link a {
    text-decoration: underline;
    display: inline-block;
}

#user_header .avatar_element a {
    display: inline;
    vertical-align: middle;
}

#user_header .avatar_bilde_wrapper {
    vertical-align: middle;
    float: left;
    border-radius: 70px;
    border: 2px solid #ddd;
    overflow: hidden;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 3px -1px #9B9898;
}

#user_header .avatar_bilde_wrapper:hover {
    border-color: #000;
}

#user_header .avatar_element:hover .avatar_info {
    color: #bd3f00;
}

#user_header .avatar_element:hover .avatar_info .min_side_link {
    color: #bd3f00;
}

#user_header .avatar_element:hover .avatar_bilde_wrapper {
    border-color: #000;
}

#user_header .avatar_element:hover ~ a {
    color: #000;
}

#user_header .header_logout {
    font-size: 18px !important;
    line-height: 100% !important;
    position: absolute;
    left: 325px;
    top: 46px;
}


#user_header .avatar_bilde {
    padding-left: 10px;
    left: -10px;
    height: 100%;
    width: 100%;

}

#user_header .avatar_bilde:hover {
    border-color: #000;
}

#user_header .avatar_info {
    margin-top: 4px;
    font-size: 18px !important;
    line-height: 100% !important;
    padding-left: 10px;
    overflow: visible;
}

.avatar_info a {
    clear: both;
    color: #000;
    white-space: nowrap;
    float: left;
    position: absolute;
    padding-left: 10px;
    height: 23px;
}

.avatar_info a:hover {
    color: #bd3f00;
}

.avatar_info span {
    float: left;
}

#user_header a {
    color: #000;
}

#user_header a:hover {
    color: #bd3f00;
}

.navitem {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;

    border-right: solid 1px #ed8900;
    border-left: 0;
    background-color: #ff9700;
    color: #ffffff;
    padding: 4px 15px;
    margin: 0;
    float: left;
    line-height: 37px;
    font-weight: 700;
}

/*.navitem:first-child {
    padding-left: 30px;
    background: url("../gfx/icons/homeIcon.png") no-repeat 5% 50%;
}*/

.navitem:hover, .navitem.selected, .navitem:active {
    background-color: #ff6600;
    color: #ffffff;
    text-decoration: none;
    border-right: solid 1px #ff6600;

}

.nof_hits {
    padding-top: 8px;
    padding-bottom: 2px;
    margin-right: 7px;
    margin-bottom: 5px;
    float: left;
    min-height: 37px;
}

.explanation_sentence_part {
    margin-top: 8px;
    margin-right: 7px;
}

#paginationNav {
    padding-bottom: 2px;
    color: #bd3f00;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}

#paginationNav a {
    margin-left: 20px;
    color: #bd3f00;
}

#paginationNav .selectedPageLink {
    color: #000;
}


#tags_helptext {
    color: #bd3f00;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
}

#contributors_helptext {
    color: #bd3f00;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 7px;
}

#searchinput {
    border: none;
    float: right;
    height: 35px;
    margin: 5px 0 5px 5px;
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 15px;
    line-height: 30px;
    font-weight: 300;
    width: 220px;
    background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat right 10px center;
}

#searchform .search_icon {
    border: none;
    box-shadow: none;
    z-index: 10;
    position: relative;
    height: 25px;
    width: 25px;
    cursor: pointer;
    left: 215px;
    top: 10px;
    background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat center;
}

.mobile-navbar {
    background-color: white;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ff9700;
}

#searchform {
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
}

#searchinput:focus {
    border: none;
    outline: none;
}


#show_all_menus_wrapper li {
    padding: 0;
}

#show_all_menus_wrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.dropdown_show_all_menu {
    height: 0;
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.dropdown_show_all_menu.show_all {
    max-height: 10000px;
    max-width: 1200px;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    cursor: default;
}

.show_all_bottom_shaders {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.show_all_center_flex {
    flex: 6;
    width: 100%;
}

.show_all_handler, .hide_all_handler {
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    cursor: pointer;
    text-decoration: underline;
}

.show_all_handler:hover, .hide_all_handler:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.open .dropdown_search_menu {
    max-height: 700px;
    padding-bottom: 20px;
    cursor: default;
}

.dropdown_search_menu {
    height: auto;
    padding-left: 20px;
    clear: right;
    transition: max-height 0.5s ease;
    max-height: 0;
    min-height: 100%;
    overflow: hidden;

}

.dropdown_search_menu .quick_search_no_results_text {
    color: #FFFFFF;
    padding: 10px 10px 7px;
    font-size: 18px;
    text-decoration: none;
    list-style: none;
}

.dropdown_search_menu .tag_link, .dropdown_search_menu .contributor_link {
    padding-bottom: 0;
}

.dropdown_search_menu label {
    font-weight: lighter;
}


.date_filter_button .filter_search_box {
    float: left;
    clear: left;
    font-weight: 400;
    height: 35px;
    width: 240px;
    margin-top: 0;
    margin-bottom: 20px;
}

.date_filter_button label {
    float: left;
    clear: left;
}


.date_filter_button .menu_heading {
    float: left;
    clear: left;
    margin-top: 0;
    margin-bottom: 10px;
}


.date_filter_button .filter_search_box::-webkit-inner-spin-button {
    display: none;
}

.ui-datepicker {
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 10px;
    margin-left: 15px;
    margin-top: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.ui-datepicker-calendar td {
    padding: 2px;
    padding-right: 10px;
    text-align: right;
}

.ui-datepicker-next, .ui-datepicker-prev {
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}


.tag_button:hover {
    word-wrap: break-word;
    font-size: 10px;
    width: 100%;
    color: #222222;
    display: table-cell;
    text-decoration: none;
}

.tag_button_container {
    margin-left: 2px;
    padding-bottom: 5px;
}

.napha_grey_button {
    text-wrap: none;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-right: 10px;
    display: inline;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #666;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    box-shadow: 0 1px 3px -1px #9b9898;
}

.napha_grey_button .glyphicon {
    z-index: 0;
    font-size: medium;
    margin-right: 2px;
}

.napha_grey_button:hover {
    background-color: #555555;
    color: white !important;
    text-decoration: none;
}

.napha_grey_button.add_tag_button_mini {
    position: relative;
    top: 2px;
    float: none;
}


.filter_menu_button_handler {
    cursor: pointer;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 20px;
}

.filter_menu_button {
    text-wrap: none;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
    font-size: 17px;
    color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    box-shadow: 0 1px 3px -1px #9b9898;
}

.filter_menu_button:hover {
    background-color: #555555;
    text-decoration: none;
}

.filter_menu_button.open {
    background-color: #555555;
}

.filter_menu_button span.glyphicon {
    float: right;
    font-weight: 700;
}

.filter_search_box {
    color: #000 !important;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 240px;
    height: 35px;
}

#sort_by_date_input {
    margin-top: 20px;
}

#sort_by_date_explanation {
    margin-bottom: 10px;
    padding-left: 5px;
}

#show_all_button {
    margin-top: 20px;
    clear: both;
}

#show_contributors_button {
    margin-top: 20px;
    clear: both;
}

.menu_heading {
    list-style-type: none;
    font-size: 19px;
    font-weight: 400;
    padding-top: 10px;
    width: 350px;
    margin-bottom: 5px;
}

#weighted_container {
    width: 100%;

}

#search_form {
    float: right;
}

.dropdown_icon {
    overflow: hidden;
    height: 19px;
    padding-bottom: 2px;

}

#content_type_menu.shown {
    height: 200px;

}


#content_type_menu ul {
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}

.content_type_element:hover {
    text-decoration: underline;
}

.dd_div {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    float: right;

}

.content_type_element {
    width: 200px;
    list-style: none;
    font-size: 17px;
    text-align: right;
}

.tag_filter_menu {
    position: absolute;
    top: 188px;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 10px;
    z-index: 200;
    box-shadow: 0 2px 2px 0 #ccc;

}

.search_explanation_sentence {
    margin-left: 10px;
    padding: 0;
}

#explanation_search_term {
    padding-left: 0;
    margin-right: 5px;
}


.underside_header {
    padding-left: 5px;
    background-color: #e3e3e3;
    padding-top: 5px;
    padding-bottom: 5px;
}


#sok_results {
    margin: 145px 0 0;
    width: 100%;
}

#sok_results .tag_link {
    margin: 3px;
    line-height: 12px;
    display: inline-block;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    padding-left: 10px;;

}

#sok_results .tag_link:hover {
    text-decoration: none;
    border-color: #999;
}

.no_pad {
    padding-left: 0;
    padding-right: 0;
}

.tag_link {
    color: #bd3f00;
    padding: 7px 10px 7px 0;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
}


.tag_link:hover {
    color: #000000;
    text-decoration: underline;
    border-color: #aaa;
    cursor: pointer;
}

ul.categories .tag_link, ul.tag_search_results .tag_link {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.categories .tag_link:hover, ul.tag_search_results .tag_link:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.contributor_link.disabled, .tag_link.disabled {
    color: #aaa !important;
    cursor: default;
}

.contributor_link.disabled:hover, .tag_link.disabled:hover {
    text-decoration: none;
}

.contributor_link {
    color: #bd3f00;
    padding: 7px 10px 7px 0;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
}


.contributor_link:hover {
    color: #000000;
    text-decoration: underline;
    border-color: #aaa;
    cursor: pointer;
}

ul.contributor_search_results .contributor_link {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.contributor_search_results .contributor_link:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}


.contributor_link.disabled:hover {
    text-decoration: none;
}

.selected_wrapper {
    display: inline-flex;
    float: left;
    margin-bottom: 5px;
}

.selected_tags .tag_link, .tagsContainer .tag_link, .explanation_search_term .tag_link, .selected_contributors .contributor_link, .explanation_date_filter .tag_link, .selected_categories .tag_link {
    margin-right: 3px;
    margin-top: 3px;
    font-size: 17px;
    display: inline-block;
    border: 1px solid #999;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    margin-bottom: 1px;
    cursor: pointer;
    float: left;
    user-select: none;
    background: white;
}

.selected_tags .tag_link .glyphicon, .explanation_search_term .tag_link .glyphicon, .selected_contributors .contributor_link .glyphicon, .explanation_date_filter .tag_link .glyphicon, .selected_categories .tag_link .glyphicon {
    color: #ccc;
    font-size: 15px;
    padding-top: 2px;
    padding-left: 5px;
}

.selected_tags .tags_separator {
    color: #000;
}


.selected_tags .tag_link:hover, .tagsContainer .tag_link:hover, .explanation_date_filter .tag_link:hover, .explanation_search_term .tag_link:hover, .selected_contributors .contributor_link:hover, .selected_categories .tag_link:hover {
    color: #bd3f00;
    background: #f8f8f8;
    text-decoration: none;
    border-color: #aaa;

}

.selected_tags, .tagsContainer, .selected_categories {
    margin: 0;
    padding: 0;
}

.selected_tags li, .tagsContainer li {
    float: left;
    list-style: none;
    display: inline-block;
}

.selected_tags {
    margin-right: 5px;
}

.explanation_date_filter {
    padding-left: 0;
}

.selected_contributors {
    margin: 0;
    padding: 0;
}

.selected_contributors li {
    float: left;
    list-style: none;
    display: inline-block;
}

.filter_menu_utility_buttons {
    margin-left: -15px;
    margin-bottom: 5px;
    display: none;
}

.margin_wrapper_show_all {
    margin-top: 10px;
    margin-bottom: 10px;
}

.all_tags_button {
    text-wrap: none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 2px 3px;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #666666;
}

.all_tags_button:hover {
    color: #AAAAAA;
    background-color: #555555;
    text-decoration: none;

}

.content_col {
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
}


#quick_filter {
    border: none;
    float: left;
    height: 35px;
    margin: 5px 0 5px 5px;
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 15px;
    line-height: 30px;
    font-weight: 300;
    width: 220px;
    background: #fff url("../../napha2015/gfx/icons/search_icon.png") no-repeat right 10px center;
}

.article_list_element h3 {
    margin: 0;
}

.article_list_element a {
    color: #bd3f00;
}

.article_list_element {
    width: 100% !important;
    background: linear-gradient(#eee, white);
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 5px #aaa;
}

.article_element {
    overflow: hidden;
    border-radius: 7px;
    background-color: #fff;
    margin: 1px;
    position: relative;
    box-shadow: 0px 1px 3px -1px #9B9898;
    width: 100%;
}

.article_element .article_element_date {
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding: 0;
    font-size: small;
    z-index: 40;
    color: #ccc;
}

.article_element .padding-20:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 150px, white);
}

.article_element_header {
    overflow: hidden;
    height: 120px;
    width: 100%;
}

.article_element_image {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    background-size: cover;
    background-position: 50% top;
    height: 227px;
    position: relative;
    left: 0;
}

.article_element_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 15px;
}

.article_element_clickbait {
    font-size: 15px;
    line-height: 19.8px;
}

.article_element_desc {
    margin-bottom: 20px;
}

.article_element_title_link {
    color: #000;

}

.article_element_title_link:hover {
    color: #000;
}

.article_element_link_container {
    bottom: 0;
    margin-left: 2px;
    padding-bottom: 15px;
    margin-top: 10px;
}


.subject_element {
    display: block;
    background-size: cover;
    min-height: 350px;
    overflow: hidden;
}

.subject_element:hover .triggertext, .subject_element:hover .subject_title {
    text-decoration: underline;
}

.subject_element .subject_title_box {
    text-align: center;
    opacity: 0.7; /* layer alpha */
    background-color: #f90; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #000 0%, #f90 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #000 0%, #f90 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #000 0%, #f90 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #000 0%, #f90 100%); /* gradient overlay */
    display: flex;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    /*padding-top: 65%;
    padding-bottom: 15%;*/
    height: 100%;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.subject_element .subject_title_box .subject_title_wrapper {
    align-self: flex-end;
    padding-bottom: 15px;
    width: 100%;
}


.subject_element .subject_title_box h3 {
    opacity: 1;
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}

.youtube_overlay {

}

.link_atomizer {
    text-wrap: none;
}

.top10_atomizer {
    white-space: nowrap;
    text-wrap: none;
}


.drilldown_tags, .allTags, .formats {
    display: none;
}

.tags_menu_button_wrap {
    margin-bottom: 20px;
}

.add_tags_button ul, .add_contributors_button ul, .add_categories_button ul {
    padding-left: 0;
    margin-top: 10px;
}


.shown {
    display: block !important;
}

.clear_all_query_params {
    float: right;
    margin-right: 15px;
}

.allTagsContainer ul, .contributorsContainer ul {

}

.allTagsContainer, .contributorsContainer {
    padding-top: 20px;
    padding-left: 20px;
}

.letterDivider {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
}

#formats {
    clear: both;
    width: 300px;
}

a em {
    font-style: normal;
}

#article_tags .tag_link {
    margin-left: 0;
    margin-right: 2px;
    color: #bd3f00;
    border-radius: 5px;
    border-color: #ccc;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
    box-shadow: 0 1px 3px -1px #9B9898;
    padding: 6px 30px 6px 14px;
    user-select: none;
    background: white;

}

#article_tags .tag_link:hover {
    color: #000000;
}


#article_sidebar {
    padding-top: 30px;
    background-color: #f3f3f3;
}

#article_main_content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    min-height: 735px;
}

#article_main_content .runningText {
    font-size: 17px;
    margin-top: 30px;
}

#article_main_content .leadParagraph {
    color: #666666;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
}

.article-img-parent {
    display: flex !important;
}

#article_main_content #article_text_area img {
    display: block;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

#article_text_area a {
    color: #bd3f00;
}

.artikkel_bildetekst a {
    color: #bd3f00;
}

.video-article-top-col {
    padding: 0;
}

.artikkel_mobil_bildetekst {
    background-color: #f3f3f3;
    padding: 10px 30px 10px 10px;
    margin-bottom: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    cursor: pointer;
    font-size: 13px;
}


.imageText {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: max-height ease 1s;
    transition: max-height ease 1s;
    font-size: 14px;
}

.notVisible {
    max-height: 0;

}


.imageTextIcon {
    position: relative;
    right: -20px;
    bottom: 24px;
    font-size: 14px;
    margin-top: 3px;
    float: right;
}

.imageTextHint {
    overflow: hidden;
}

#article_text_area a:hover {
    color: #000;
}

#main p:not(.article_element_clickbait) {
    font-size: 17px;
    padding-bottom: 20px;
}

#main h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 45.5px;
    letter-spacing: 0.41px;
}

.top-margin-10 {
    margin-top: 10px;
}

#article_ingress_area p {
    color: #333333;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.22px;
}

#article_ingress_area h1 {
    margin-top: 23px;
}

#main #article_ingress_area .article-fullview-lead {
    font-size: 21px;
}


#article_ingress_area .publisher_image {
    height: 50px;
    object-position: center;

}

.center-cropped {
    border-radius: 70px;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: no-repeat center center;
    float: left;
}

.publisher_clickable {
    clear: right;
    color: #bd3f00;
    float: left;
    overflow: hidden;
}

.publisher_clickable:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.publisher_name {
    clear: right;
    padding-left: 5px;
    position: relative;
    top: 25px;
}

.article_meta {
    clear: right;
    width: 100%;
    vertical-align: middle;
}

.article_meta div {
    float: left;
}

#article_ingress_area #article_date_updated {
    margin-bottom: 10px;
}

#article_date_updated {
    position: relative;
    font-size: 80%;
    color: #000;
}

.article-type {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}


.img-article-main {
    width: 100%;
    height: auto;

}

.artikkel_bildetekst {
    word-wrap: break-word;
}

.artikkel_bildetekst p {
    font-size: small !important;
    margin-top: 25px;
    color: #333333;
}

.artikkel_mobil_bildetekst p {
    font-size: small !important;
    color: #333333;
}

.share_buttons {
    overflow: visible;
}

.share_buttons div {
    margin-left: 8px;
}

.share_buttons .fb-like {
    cursor: pointer;
    float: right;
}

.fb-like,
.fb-like span,
.fb-like span iframe {
    width: 145px !important;
}

.share_buttons .twitter-container {
    cursor: pointer;
    float: right;
    margin-top: 2px;

}

a.twitter-share-button {
    height: 21px;
}

.mail_button {
    margin-left: 8px;
    background-color: #8c8c8c;
    color: white;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    padding-top: 0;
    padding-left: 5px;
    cursor: pointer;
    overflow: hidden;
    float: right;
    user-select: none;
    text-decoration: none;
    margin-top: 2px;
}

.share_button_label {
    padding: 0 5px 0 0;
    position: relative;
    vertical-align: top;
}

.mail_button:hover {
    color: #ffffff;
    background-color: #a1a1a1;
}

.mail_button img {
    margin-right: 3px;
    margin-bottom: 3px;

}

.print_button {
    margin-left: 8px;
    background-color: #79aa61;
    color: white;
    font-size: smaller;
    border-radius: 2px;
    padding-bottom: 1px;
    padding-top: 0;
    padding-left: 5px;
    cursor: pointer;
    overflow: hidden;
    float: right;
    user-select: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.print_button:hover {
    color: #ffffff;
    background-color: #8fc872;
}

.print_button img {
    margin-right: 3px;
    margin-bottom: 4px;
}

.share_buttons {
    float: right;
}

/*Article parent small view (not open)*/
#parent_article_container .article_element {
    width: 100%;
    margin-left: 0;
    margin-right: 1px;

}

#parent_article_container .article_element_link_container {
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#parent_article_container .article_element_image {
    height: 140px;
}

#parent_article_container .content_col {
    margin-left: 0;
    margin-bottom: 26px;
    padding-left: 0;
    padding-top: 0;
}

.article_theme_line {
    color: #000000;
    background: #fcb427;
    padding: 4px 20px;
    font-size: small;
    font-weight: bold;
}

#desked_result_container .article_theme_line,
#top_of_desked .article_theme_line,
#rest_of_desked .article_theme_line {
    text-align: left;
    padding-left: 70px;
}

#sok_results .article_element.context_search,
#top_of_desked .article_element.context_search,
#rest_of_desked .article_element.context_search {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#sok_results .article_element.context_search .article_element_image,
#top_of_desked .article_element.context_search .article_element_image,
#rest_of_desked .article_element.context_search .article_element_image {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#sok_results .article_element.context_search .article_text_container,
#top_of_desked .article_element.context_search .article_text_container,
#rest_of_desked .article_element.context_search .article_text_container {
    flex: 1;
}

#sok_results .article_element.context_search .article_text_container .article_element_title,
#top_of_desked .article_element.context_search .article_text_container .article_element_title,
#rest_of_desked .article_element.context_search .article_text_container .article_element_title {
    font-size: 27px;
}

.article_theme_container .article_text_container {
    text-align: center;
}

#parent_article_container .article_theme_container .article_text_container {
    text-align: left;
}

/*Tilpassing av article elements til artikkelsidens related-felt*/
#article_related_hits .article_element {
    width: 100%;
    margin-left: 0;
    margin-right: 1px;

}

#article_related_hits .article_element_link_container {
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#article_related_hits .article_element_image {
    height: 140px;
}

#article_related_hits .content_col {
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-top: 0;
}


#siste_fra_kb .article_element_link_container {
    display: none;
}

#siste_fra_kb .article_element_clickbait {
    display: none;
}

#siste_fra_napha .article_element_link_container {
    display: none;
}

#siste_fra_napha .col-sm-6 .article_element_clickbait {
    display: none;
}

#napha_universet {
    margin-top: 10px;
    overflow: hidden;
}

#napha_universet .kategoriHeading {
    color: #000;
    padding: 20px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

/***************************************************************/

#artikkelbokser, #artikkelbokser-xs {
    float: right !important;
    margin: 10px;
    margin-right: 0;
    padding-right: 0;
    line-height: 123%;
}

#artikkelbokser-xs {
    padding-left: 0;
}

.faktaboks_element {
    float: right;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eef5fa;
    border-radius: 5px;
    overflow: hidden;
}

.faktaboks_header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #b2bdc5;
    color: #ffffff;
}

.faktaboks_content {
    padding: 15px;
    font-size: small;
    word-wrap: break-word;
}

.faktaboks_content p {
    font-size: small !important;
}

.faktaboks_content h2 {
    font-size: x-large !important;
    font-weight: bold !important;
}

.faktaboks_content h3 {
    font-size: large !important;
    font-weight: bold !important;
}


.faktaboks_content ul {
    padding-left: 20px;
}

.extra_article_image {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: auto;

}

.article_image_element {

    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;


    clear: both;
    float: right;
}

.allign_middle {
    width: 33%;
    vertical-align: middle;
    display: inline-block;
}

.person_bilde {

    background: no-repeat center center;

    height: 50px;
    width: 50px;

}

.person_navn {
    float: left;
    font-size: 16px;
}

.person_rolle {
    color: #000;
    clear: left;
    width: 230px;
    overflow-x: visible;
    float: left;
    font-size: 14px;
}

.person_tittel {
    max-height: 55px;
    overflow: hidden;
}

#folk_liste {
    display: block;
    width: 100% !important;
}

.person_bilde_wrapper {
    vertical-align: middle;
    border-radius: 70px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.person_info {
    padding-left: 60px;
    float: left;
    width: 230px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.person_element {
    position: relative;
    margin-top: 25px;
    margin-bottom: 40px;

}

.tema_person_element {
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tema_person_element .person_tittel {
    float: left;
    clear: both;

}

.subject_article_related {
    padding-left: 20px;

}

#tema_date_updated {
    padding-left: 5px;
    padding-top: 50px;
}

.clearfix {
    clear: both;
}

#activitylist {
    list-style: none;
}

#activitylist li {
    clear: both;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

}


.datebox {
    width: 50px;
    height: auto;
    background: #ddd;
    text-align: center;
    border-radius: 8px;
    padding-top: 4px;
    float: left;
    margin-right: 8px;
}

#activitylist h3 {
    margin: 7px 0 0;
    padding: 0;
}

.datebox_m,
.datebox_y {
    display: block;
    color: #888;
}

.datebox_d {
    display: block;
    font-size: 24px;
}

.write_link_wrapper {
    padding-top: 6px;
    white-space: nowrap;
    margin-bottom: 20px;
}


#registrer_span {
    padding-left: 10px;
    height: calc(100% + 20px);
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.loginfelt_generell {
    border-radius: 7px;
    padding-left: 3px;
    padding-right: 3px;
}

.user_registered_feedback.invisible {
    visibility: hidden;
    overflow: hidden;
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 1s ease, height 1s ease;
}

.login_info {
    padding-top: 30px;
    font-style: italic;
}

#LoginMessages {
    padding-top: 10px;
}

.user_registered_feedback {
    visibility: visible;
    overflow: hidden;
    padding: 20px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 1px 3px -1px #9B9898;

    width: calc(100% - 180px);
    height: 85px;
    opacity: 1;
    transition: opacity 1s ease, height 1s ease;

}

#fancybox-wrap {
    display: none;
}

#ui-datepicker-div {
    display: none;
}

#Login {
    margin-top: 20px;
}

#Registrer {
    margin-top: 20px;
}

#Registrer a {
    color: #bd3f00;
}

#Registrer a:hover {
    color: #000;
    text-decoration: none;
}

#register_prompt {
    padding-top: 20px;
    margin-bottom: 10px;
}

#register_prompt a {
    color: #bd3f00;
}

#register_prompt a:hover {
    color: #000;
}

a:focus {
    color: #000;
}

.resend-password a:focus {
    color: #000;
}

.resend-password a:hover {
    color: #000;
}

#login-form {
    margin-bottom: 20px;
}

#login-form p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

#login-form a {
    color: #bd3f00;

}

#login-form a:hover {
    color: #000;
    text-decoration: none;
}

#Loginform a {
    color: #bd3f00;
}

#Loginform a:hover {
    color: #000;
    text-decoration: none;
}

.block_row {
    display: block;
}

.etikett {
    display: none;
}

.person_etikett {
    display: none;
}

.person_article_element_overlay {
    height: 45px;
    left: 20px;
    position: relative;
    top: calc(100% - 30px);
    width: 45px;
    z-index: 15;
}

.article_element_overlay {
    left: 0;
    padding: 5px 100% 0 70px;
    position: absolute;
    overflow: hidden;
    bottom: 0;

    z-index: 10;
}

.article_element_YT_overlay {
    overflow: hidden;
    width: 50px;
    height: 50px;
    z-index: 11;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

#article_related_hits .article_element_YT_overlay,
#parent_article_container .article_element_YT_overlay {
    width: 40px;
    height: 40px;
}

.podcast_icon_overlay_container {
    display: flex;
    justify-content: right;
    align-items: end;
    height: 100%;
}

.podcast_icon_overlay_container .podcast_icon_overlay {
    width: 30%;
    margin-bottom: 8px;
    z-index: 11;
}

.index_main .article_element_image:hover {
    text-decoration: none;
}

.index_main .padding-20:hover {
    text-decoration: underline;
}


.index_main .etikett {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    white-space: nowrap;
    font-size: small;
    font-weight: bold;
    height: 30px;
    width: 100%;
    z-index: 10;
}

.index_main .person_etikett {
    display: block;
    color: #fff;
    padding: 20px;
    border-radius: 40px;
    z-index: 20;
}

#right_of_main .article_element {
    margin-bottom: 30px;
!important;
}

#right_of_main .subject_element {
    min-height: 330px;

}

#rest_of_desked .row {
    margin-bottom: 25px;
}

#rest_of_desked .article_element {
    margin: 0;
    overflow: hidden;
}

#rest_of_desked .news_col {
    display: -webkit-flex;
    display: flex;
    margin-right: 5px;
}


#rest_of_desked .news_col {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-right: 30px;
}

#rest_of_desked {
    margin-top: 25px;
    padding: 0 15px;

}

#rest_of_desked .article_element_link_container {
    display: none;
!important;
}

#news .article_element_link_container {
    display: none;
!important;
}

#top_of_desked .row {
    margin-bottom: 30px !important;
}

#top_of_desked .article_element {
    overflow: hidden;
}

#top_of_desked .news_col {
    display: -webkit-flex;
    display: flex;
    margin-right: 5px;
}

#top_of_desked .article_element_image {
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
}

#top_of_desked .news_col {
    display: -webkit-flex;
    display: flex;
}

#top_of_desked .news_col {
    padding: 0;
    margin: 0 21px 0 9px;

}

#tema_kampanjefelt {
    background-color: #dedede;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
}

#tema_kampanjefelt #tema_kampanjefelt_title {
    text-align: center;
    font-size: 32px;
}

#tema_kampanjefelt #tema_kampanje_elements {
    margin-top: 30px;
    margin-bottom: 30px;
}

#tema_kampanjefelt #tema_kampanje_elements .row {
    margin-bottom: 30px !important;
}

#tema_kampanjefelt #tema_kampanje_elements .article_element_image {
    height: 158px;
}

#kampanjefelt {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;

    background-color: #c2dcf7;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: table;
}

#kampanjefelt h2 {
    color: #ffffff;
    padding-left: 20px;
    margin: 0;
}

#kampanjefelt .frontpage_results {
    width: 100%;
}

#kampanjefelt .content_col {
    margin: 0;
}

#kampanjefelt .article_element {
    margin-top: 30px;
    margin-bottom: 30px;
}

#kampanje_top .article_element {
    margin-bottom: 0;
}

#kampanjefelt .article_element_image {
    border-radius: 0;
}

#kampanjefelt .article_element_date {
    display: none;
}

#kampanjefelt .article_element_clickbait {

}

#kampanje_elements .article_element_desc {
    color: #ffffff;
    position: relative;
    bottom: 230px;
    left: 0;
    word-wrap: break-word;
    background: none; /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 50, 90, 0.5) none repeat scroll 0 0;
    width: 100%;
    overflow: hidden;
    padding: 105px 20px;
    font-size: 30px;
}

#kampanje_elements h3 {
    font-size: 30px;
    line-height: 30px;
}

#kampanje_left .article_element_image {
    height: 189px !important;
}

#kampanje_right .article_element_desc {
    bottom: 420px;
    height: 100%;
    padding: 210px 20px;
}

#kampanje_right .article_element {
    height: 408px;
}

#kampanjefelt a {
    color: #ccc;
}

#kampanjefelt a:hover {
    color: #ccc;
}

#kampanjefelt .padding-20 {
    padding: 0;
    height: 0;
}

#kampanje_left, #kampanje_right {
    padding: 0;
}


#kampanje_right .article_element_image {
    height: 100%;
}

#kampanje_top, #kampanje_bottom {
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
}

#news .article_element_link_container {
    display: none;
!important;
}


#activities_section {

    background-color: #e5dbd2;

    margin-bottom: 20px;
    margin-top: 5px;
    height: 100%;

    display: table;
}

#activities_section .tag_link:hover {
    border-radius: 7px;
}


#activities_section .in_the_news_col a {

    color: #bd3f00;
}

#activities_section .in_the_news_col a:hover {
    color: #000000;
}

#activities_section .in_the_news_col {
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    padding: 20px;
}

.in_the_news_col h3 {
    margin: 0;
}

#activities_section .date_span {
    padding: 5px;
    float: left;
    clear: left;
    color: #000000;
}

#activitylist .date_span {
    padding: 5px;
    float: left;
    clear: left;
    color: #000000;
}

.activity_desc {
    display: table;
}

.activities_spacing {
    margin-bottom: 30px;
    padding: 15px;
}

#activitylist .date_span:hover {
    text-decoration: none;
}

#activities_section .activities_col {
    background-color: #ffffff;
    border-radius: 7px;
    margin: 30px 30px 30px 15px;

}

#activitylist .datebox {
    padding: 7px;
    background-color: #ffffff;

}

#activitylist .datebox_m {
    color: #000;
    padding-top: 5px;
    padding-left: 5px;

}

#activitylist .datebox_y {
    color: #000;
}

#activitylist .datebox_d {
    color: #000;
    font-weight: 900;
    font-size: 35px;
}

#activitylist a {
    color: #000;
}

#activitylist hr {
    margin: 5px;
}

#activitylist .grey-text {
    min-height: 22px;
}

.today_marker {
    position: relative;
    top: 0;
    left: -38px;
    border-radius: 40px;
    background-color: #ff9700;
    width: 35px;
    height: 35px;
    margin-bottom: -40px;
}

.today_marker .idag_span {
    position: relative;
    top: 7px;
    left: 5px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;

}

.hidden {
    display: none;
!important;
}

#activities_section .tag_link {
    float: right;
    margin: 10px;

}

#latest_content_feed .article_element_link_container {
    display: none;
}

#latest_content_feed {
    width: 100%;
}

#search_result_container {
    padding: 0;

}

#top_of_desked {
    padding: 0 0 0 5px;

}

#news .row {
    margin: 0;
    padding: 0;
}

#right_of_main .col-xs-12 {
    padding: 0;

}

#top_news_container .article_element {
    padding: 0;
}

#top_news_container .article_element_title,
#frontpage-highlighted-full-size-article-container .article_element_title {
    font-size: 39px;
    line-height: 42px;
    padding-bottom: 15px;
}

#top_news_container .article_element_clickbait,
#frontpage-highlighted-full-size-article-container .article_element_clickbait {
    font-size: 21px;
    line-height: 27px;

}

#frontpage-highlighted-full-size-article-container .article_small_content_container {
    margin-top: -20px;
    padding-bottom: 30px;
}

#frontpage-highlighted-full-size-article-container a.article_element_image {
    margin-bottom: 20px;
}

#frontpage-highlighted-full-size-article-container iframe {
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#frontpage-highlighted-full-size-article-container iframe::-webkit-scrollbar {
    display: none;
}

#only_stream_view_normal_frontpage a {
    display: block;
    border-radius: 4px;
}

#artikkel_main.simplified_view #article_tags {
    margin-bottom: 30px;
}

.desked_right_col {
    padding: 0;

}

#RememberMe label, input {
    display: inline;
}

#mineTags .tag_link .glyphicon {
    margin-left: 3px;
    margin-right: 3px;
    color: #ccc;
}

#mineArtikler table {
    width: 100%;
}

#mineArtikler table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
}

#mineArtikler table td {
    padding: 3px 0;
}

#mineArtikler table td a {
    color: #000;
    text-decoration: underline;
}

#mineArtikler a:hover {
    color: #bd3f00;
}

#mineArtikler {
    margin-bottom: 20px;
    padding-top: 40px;
}

.mineArtikler__header {
    padding-bottom: 20px;
}

.mineArtikler__header h3 {
    margin-right: 15px;
    display: inline;
}

#show_update_userimage_form:hover {
    color: #bd3f00;
}

#profile_info h1 {
    margin-top: 40px;
    margin-bottom: 20px;

}


.clear {
    clear: both;
}

.profileimage_container {
    margin-top: 40px;
}

.profileimage_container img {
    border-radius: 7px;
    height: 150px;
    width: 150px;
}

.profileimage_container:hover #show_update_userimage_form {
    visibility: visible !important;
}


#show_update_userimage_form {
    border: 1px solid #ccc;
    color: #ccc;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 4px;
    right: 50px;
    z-index: 15;
    padding: 5px;
    background: #fff center center;
    background-size: cover;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
}


.min_side_header {
    margin-top: 0;
    font-weight: 700;
    font-size: larger;
}

.editable_hint {
    font-size: medium;
    color: #ccc;
    background-size: cover;
    height: 17px;
    width: 17px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1px;
}

.editable_hint:hover {
    color: #bd3f00;
}

.newsletter_tags {
    margin-top: 20px;
}

.newsletter_tags h3 {
    margin-bottom: 20px;
}

#subscribe_label .subscribe_buttons {
    margin-top: 10px;
    height: 50px;
    float: left;
}

#subscribe_label .napha_grey_button {
    float: right !important;
    margin-left: 10px;
}

#subscribe_label span {
    font-size: medium;
}

#subscribe_label ul {
    clear: left;
    margin-top: 10px;
    font-size: medium;
    font-weight: 400;
    color: #4B4B4B;
}

#subscription_tags_selector {
    padding-left: 20px;
    overflow: hidden;
    width: 835px;
    height: 0;
    transition: height 1.5s ease;
}

#subscription_tags_selector.show {
    overflow: auto;
    height: 130px;
    transition: height 1.5s ease;
}

#subscription_hint {
    font-size: small;
    color: #777;
    padding-left: 10px;
}

#confirm_changes {
    position: absolute;
    display: none;
    z-index: 200;
    top: 0;
    bottom: -2000px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#confirm_changes .modal {
    display: block;
    position: relative;
    top: 560px;
    left: 30px;
    width: 400px;
    height: 170px;
    border-radius: 7px;
    background-color: #fff;
    padding: 40px 20px 20px;
    box-shadow: 0 10px 35px 5px #9B9898;
}

#confirm_changes.show {
    display: block;
}

#confirm_changes .modal span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    cursor: pointer;
}

#confirm_changes .modal a:hover {
    color: #000;
}

.min_side_editor {
    z-index: 20;
    width: 500px;
    position: absolute;
    left: 200px;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 10px 28px -11px #000;
    border-radius: 10px;
    display: none;
    background: #fff;
    padding: 30px;
}

.editor_text {
    width: 360px;
}

.description_header {
    font-size: 16px;
    font-weight: 700;
}

.editor_target.simple_target {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 22px;
}

.editor_target.description_target {
    margin-left: 22px;
}

.editor_drop {
    width: 360px;
    margin-bottom: 10px;
}

.editable_fields_container {
    display: block;
    margin-top: 45px;
}

.editable_user_data.large {
    margin-top: 30px;
}


#settings_modal {
    display: none;
}


#update_userimage_container {
    position: absolute;
    background: #fff;
    padding: 30px 50px 50px 50px;
    border: 1px solid #D3D3D3;
    box-shadow: #999 1px 0px 50px 0px;
    border-radius: 10px;
    display: none;
    z-index: 30;
}

#update_userimage_container .profile_image_button {
    margin-top: 35px;
}

.file_upload input[type="file"] {
    margin-top: 3px;
    height: 30px;
    display: none;
    width: 100px;
}

.file_upload button {
    margin-left: 0;
    margin-right: 2px;
    margin-top: -30px;
    height: 26px;
    width: 69px;
    padding: 0;
}

.min_side_top_button {
    float: right;
}

#main .about_content_row {
    width: 100% !important;
    margin-top: 50px;
}


#main .fb-comments {
    margin-top: 10px;

}

.tagattribute_list {
    overflow: auto;
    margin: 0;
}

.tagattribute_list .tag {
    margin-right: 3px;
    margin-top: 3px;
    padding: 5px 25px 5px 10px;
    color: #bd3f00;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 1px;
    cursor: pointer;
    float: left;
    user-select: none;
    background: white url("../gfx/icons/removTagX.png") no-repeat 99% 50% !important;
}

.tagattribute_list .tag:hover {
    background-color: #ddd;
    cursor: pointer;
}

.scroll_to_top {
    cursor: pointer;
    margin: 0 auto;
    color: grey;
    z-index: 199;
    margin-bottom: 20px;
    text-align: right;
}

#main h1.napha-h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.41px;
}

.napha-breadcrumbs-container {
    width: 100%;
    background: #D1F1F1;
    /*margin-top: 15px;*/
    margin-bottom: -15px;
    padding: 15px 0;

    .breadcrumbs-col {
        color: #484641;
        font-size: 14px;

        a {
            color: #353430;
            text-decoration: underline;
        }

        a:hover {
            color: #353430;
        }

        .breadcrumbs-level2-title {
            display: inline-block;
        }

        img {
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
        }
    }

    .breadcrumbs-col, a {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.17px;
    }
}

.napha-breadcrumbs-container.activity-resource-page,
.napha-breadcrumbs-container.podcasts-page,
.napha-breadcrumbs-container.videos-page,
.napha-breadcrumbs-container.tema-page {
    margin-bottom: 0;
}

.napha-breadcrumbs-container.about-page,
.napha-breadcrumbs-container.article-page,
.napha-breadcrumbs-container.tema-old-page,
.napha-breadcrumbs-container.profile-page {
    margin-bottom: -20px;
}

@media (max-width: 767px) {
    body .napha-breadcrumbs-container {
        margin-top: 70px;
        margin-bottom: -60px;
    }

    body .napha-breadcrumbs-container.activity-resource-page {
        margin-bottom: -42px;
    }

    body .napha-breadcrumbs-container.about-page,
    body .napha-breadcrumbs-container.tema-page,
    body .napha-breadcrumbs-container.profile-page {
        margin-top: 70px;
        margin-bottom: -82px;
    }

    body .napha-breadcrumbs-container.article-page {
        margin-top: 70px;
        margin-bottom: -82px;
    }

    body .napha-breadcrumbs-container.tema-old-page {
        margin-top: 70px;
        margin-bottom: -82px;
    }

    body .napha-breadcrumbs-container.search-page{
        margin-top: 70px;
        margin-bottom: 0;
    }

    body .napha-breadcrumbs-container.podcasts-page,
    body .napha-breadcrumbs-container.videos-page {
        margin-top: 70px;
    }
}


.napha-form {
    .form-input {
        letter-spacing: 0.15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: left;

        border: 1px solid #E98300;
        padding: 12px 18px 12px 18px;
        border-radius: 8px;

        display: block;
        width: 100%;
    }

    .form-input:focus {
        outline: 1px solid rgba(233, 131, 0, 0.3);
    }

    .form-checkbox-container {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left;

        .form-checkbox {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .form-checkbox-checkmark {
            position: absolute;
            top: 3px;
            left: 0;
            height: 18px;
            width: 18px;
            background-color: #FFFFFF;
            border: 1px solid #FB9A0A;
        }

        /* Create the checkmark/indicator (hidden when not checked) */

        .form-checkbox-checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }
    }

    /* On mouse-over, add a grey background color */

    .form-checkbox-container:hover input ~ .form-checkbox-checkmark {
        background-color: #fafafa;
    }

    /* When the checkbox is checked, add a blue background */

    .form-checkbox-container input:checked ~ .form-checkbox-checkmark {
        background-color: #FFFFFF;
    }

    /* Show the checkmark when checked */

    .form-checkbox-container input:checked ~ .form-checkbox-checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */

    .form-checkbox-container .form-checkbox-checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #FB9A0A;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form-button-submit {
        font-weight: 500;
        font-size: 17px;
        line-height: 27.2px;
        text-align: center;
        background: #FCB427;
        border-radius: 8px;
        padding: 8px 24px 8px;
        display: block;
        width: 100%;
        color: #000000;
    }

    .form-button-submit:hover {
        background: #faaf18;
    }
}

/*######################################################################*/

/*-- Mobile specific css: --*/

@media (max-width: 765px) {

    .artikkel_bildetekst p {
        margin-top: 7px;
        padding-bottom: 10px !important;
    }

    #main h1.article-title-mobile {
        font-size: 26px !important;
        font-weight: 500;
        letter-spacing: 0.29px;
        line-height: 34px;
    }

    #frontpage-highlighted-full-size-article-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .embed-responsive-16by9.extra-height-embed {
        padding-bottom: 70.25%;
    }

    #tema_kampanjefelt .article_element {
        margin-bottom: 30px !important;
    }

    #tema_kampanjefelt #tema_kampanje_elements .row {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .min_side_top_button {
        float: left;
    }

    #article_text_area img {
        max-width: 100%;
    }

    #mobile_search_container .filter_search_box {
        width: calc(100% - 15px);
    }

    .mobile-search-fixed-header {
        z-index: 1500;
        top: 130px;
        left: 0;
        right: 0;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 5px;
        background-color: white;
        font-size: 12px;
        height: 50px;
    }

    .mobile-search {
        z-index: 1000;
        width: 100%;
    }

    #filters_mobile_toggle {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        background: white;
        position: relative;
        top: 0;
        z-index: 500;
    }

    .mobile_explanations {
        padding-top: 10px;
    }

    .mobile_explanations .selected_wrapper {
        font-size: 12px;
    }

    .mobile_explanations .tag_link .text {

    }

    .mobile-search-tags {
        background-color: white;
        font-size: 14px;
    }

    .mobile-search-filters {
        background: white;
    }

    #sort_by_date_mobile {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hasDatepicker {
        position: relative;
        z-index: 9999;
    }

    #Registrer {
        margin-top: 0;
        padding-top: 0;
    }

    #brukerregistrering {
        margin-top: 0;
    }

    .utility-buttons {
        position: fixed;
        width: 100%;
        background-color: white;
        left: 0;
    }

    .filter_tags {
        position: absolute;
        top: 0px;
    }


    .tag_filter_menu {
        position: relative;
        top: 0;
    }

    .toggle-filters-mobile {
        margin-right: -12px;

    }

    .napha_grey_button {
        font-size: 12px;
    }

    .dropdown_show_all_menu {
        background: white;
    }

    .filter_menu_button, .show_all_handler {
        font-size: 14px;
        font-weight: normal;
    }

    .mobile-search-fixed-nav {
        margin-top: 0px;
        box-shadow: none;
        position: fixed;
        z-index: 4000;
        top: 82px;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #1b6d85;
        left: 0;
        right: 0;
    }

    .explanation_sentence_part {
        display: block;
        float: none;
    }

    .search_explanation_sentence {
        font-size: 16px;
    }

    .mobile_explanations .selected_categories {
        position: relative;
        top: 10px;
    }

    .selected_wrapper, .selected_tags {
        float: none;
    }

    .selected_tags .tag_link, .tagsContainer .tag_link, .explanation_search_term .tag_link, .selected_contributors .contributor_link, .explanation_date_filter .tag_link, .selected_categories .tag_link {
        margin-right: 3px;
        margin-top: 3px;
        font-size: 10px;
        display: inline-block;
        border: 1px solid #999;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 20px;
        padding: 0px 4px 2px 8px;
        margin-bottom: 1px;
        cursor: pointer;
        float: left;
        user-select: none;
        background: white;
    }

    .selected_wrapper .glyphicon {
        position: relative;
        top: 4px;
        right: 1px;
    }

    .filter_menu_button_handler {
        font-size: 16px;
    }

    .filter_menu_button.open {
    }

    .toggle-filters-mobile {
        float: right;
    }

    .filters_selectors {
        background-color: white;
        padding-top: 1em;
    }

    .negate_bootstrap_padding {
        width: 100%;
    }


    .tag_filter_menu {
        width: 100%;
        border-bottom: 1px solid #ff6600;
    }

    #sok_results {
        margin-top: 10px;
    }

    #footer {
        height: auto;
    }

    #top_news_container .article_element_title,
    #frontpage-highlighted-full-size-article-container .article_element_title {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    #top_news_container .article_element_clickbait,
    #frontpage-highlighted-full-size-article-container .article_element_clickbait {
        font-size: 21px;
        line-height: 27px;
    }

    #top_news_container .article_element_desc,
    #frontpage-highlighted-full-size-article-container .article_element_desc {
        font-size: 25px;
        line-height: 27px;
        padding-bottom: 5px;
    }

    #top_of_desked {
        padding-right: 22px !important;
        padding-left: 5px !important;
    }

    #top_of_desked .article_element {
        margin-bottom: 30px;
    }

    #top_news_container {
        margin: 0;
        margin-bottom: 30px;
        padding: 0 !important;

    }

    #desked_result_container {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    #kampanjefelt {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }


    #kampanje_bottom .article_element {
        margin-bottom: 0 !important;
    }

    #rest_of_desked .article_element {
        margin-bottom: 30px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #rest_of_desked .row {
        margin-bottom: 0 !important;
    }

    #rest_of_desked .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #activities_section {
        margin: 0 !important;
        padding: 20px;

    }

    #activities_section .activities_col {
        margin-left: 0;
    }

    .share_buttons {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fb-like {
        margin-bottom: 10px;
    }

    #news {
        padding-left: 10px;
        padding-right: 10px;
    }

    #latest_content_feed {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    #search_result_container {
        margin-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .search-container #search_result_container {
        margin-top: 10px;
    }

    #article_sidebar {
        margin-left: 10px;
        margin-right: 10px;
    }

    #napha_universet {
        margin-left: -5px;
        margin-right: -5px;
    }

    #article_ingress_area h1 {
        margin-top: 22px;
        word-wrap: break-word;
    }

    #article_main_content {
        width: 100%;
    }

    #article_ingress_area .person_element {
        margin-bottom: 50px;
    }

    #main h1 {
        font-size: 34px;
        line-height: 34px;
        font-weight: 400;d
        margin-top: 0;
    }

    #main h1.napha-h1 {
        margin-top: 20px;
    }

    #main.container {
        margin-top: 82px;
    }

    .podcast-header-container-episode #main.container {
        margin-top: 0;
    }

    #main.container.index_main {
        margin-top: 70px;
    }

    #main.container.search-container {
        margin-top: 0;
    }

    #article_ingress_area p {
        font-size: 19px !important;
        letter-spacing: 0.19px;
        line-height: 26.6px;
    }

    .share_buttons {
        float: left;
    }

    .share_buttons .twitter-container {
        margin-left: 0;
    }

    #brukerregistrering div {
        margin-left: 0px;
    }

    #brukerregistrering .napha_grey_button {
        margin-bottom: 20px;
    }

    #show_update_userimage_form {
        left: 130px;
        top: 103px;
    }

    #subscription_tags_selector.show {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #addUserTopic {
        width: 100%;
        margin-bottom: 30px;
    }

    #update_userimage_container .file_upload label {
        top: 145px;
    }

    .min_side_editor {
        position: fixed;
        top: 90px;
        left: 5%;
        width: 90%;
    }

    .editor_drop, .editor_text {
        width: 100%;
    }

    #confirm_changes .modal {
        position: fixed;
        top: 150px;
        width: 90%;
        left: 5%;
        z-index: 1400;
    }

    #article_main_content .top-margin-28 {
        clear: left;
    }

    .explanation_search_term {
        padding-left: 0;
    }

    .user_registered_feedback {
        width: 100%;
        height: 100%;
    }
}

/*-- end of mobile-specific css --*/

/*######################################################################*/

/*-- "tablet and up"-specific css: --*/
@media (min-width: 766px) {

    #frontpage-highlighted-full-size-article-container .article_element_image {
        height: 656px;
    }

    #artikkel_main.simplified_view #article_main_content {
        padding-bottom: 30px;
    }

    .embed-responsive-16by9.extra-height-embed {
        padding-bottom: 61.25%;
    }

    .no_padding {
        padding: 0 !important;
    }

    #footerwrapper {
        width: 1200px;
    }

    #header {
        width: 1200px;
    }

    #main .fullwidth_row {
        padding-left: 0;
        padding-right: 0;
    }

    #kampanje_elements {
        padding-left: 0;
        padding-right: 0;
    }

    #header .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;

    }

    #main_nav .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 10px;
    }

    #newsletter_popup {
        position: absolute;
        display: none;
        z-index: 2500;
        top: 0;
        bottom: -2000px;
        right: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #newsletter_popup .modal {
        display: block;
        position: relative;
        top: 21px;
        left: calc(50% - 50px);
        width: 400px;
        height: 170px;
        border-radius: 7px;
        background-color: #fff;
        padding: 40px 20px 20px;
        box-shadow: 0 10px 35px 5px #9B9898;
    }

    #newsletter_popup.show {
        display: block;
    }

    #newsletter_popup .modal span {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #ccc;
        cursor: pointer;
    }

    #newsletter_popup .modal a:hover {
        color: #000;
    }

    #main, #main2 {
        padding: 20px 0 0;
        width: 100%;
    }

    #main .row {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    #main .subrow {
        width: 100%;
    }

    #main .hover_margin {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #main .hover_wrapper {
        width: 1200px;
        margin: 0;
        position: absolute;
        height: calc(100% - 35px);

    }

    #desked_result_container .row {
        width: 100%;
    }

    #main .fullwidth_row {
        width: 100%;
    }

    #kampanje_elements .row {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #kampanje_left .row {
        width: 100%;
    }

    #kampanje_elements .kampanje_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #kampanje_right .col-xs-12 {
        height: 100%;
        margin-right: 0 !important;


    }

    #kampanje_elements .col-xs-12 {
        padding: 0;
        margin-right: 30px;

    }

    #kampanje_left {
        margin-right: 0 !important;
        padding-left: 30px;

    }

    #kampanje_top > :last-child {
        margin-right: 0 !important;
    }

    #kampanje_single > :last-child {
        margin-right: 0 !important;
    }

    #kampanje_single {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #kampanje_right {
        margin-right: 0 !important;
        margin-left: 30px !important;

    }

    #kampanje_bottom > :last-child {
        margin-right: 0 !important;
    }

    #top_news_container {
        display: flex;
    }

    #top_news_container .col-sm-12 {
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #top_news_container .article_element {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    #top_news_container .article_element .article_element_image {
        height: 510px;
    }

    #right_of_main {
        margin: 0;
        padding-left: 23px;
        padding-right: 0;
    }

    #top_news_container {
        margin: 0;
    !important;
        padding-left: 10px;
        padding-right: 7px;
    }

    #desked_result_container {
        margin-top: 30px;

        padding-left: 5px;
        padding-right: 18px;
    }

    #footer .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #footer {
        width: 1200px;
    }


    .tag_filter_menu .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        display: -webkit-flex;
        display: flex;
    }

    .block_row {
        display: block;
    }

    #main .fb-comments {
        padding: 0;
    }

}

/*-- end of "tablet and up"-specific css --*/

/*######################################################################*/

/*-- desktop-specific css: --*/
@media (min-width: 1200px) {
    #article_main_content {
        padding-left: 60px;
        padding-right: 60px;
    }

    #footerwrapper {
        width: 100%;
    }

    #footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    #kampanje_elements .row {
        padding-left: 0;
    }

    #header {
        width: 100%;
    }

    .tag_filter_menu .centered_desktop {
        width: 1200px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        /*margin-left: 0;
        margin-right: 0;*/
    }

    .tag_filter_menu {
        right: 0;
    }

}

/*-- end of desktop-specific css --*/


.facts-box {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eef5fa;
    border-radius: 5px;
    overflow: hidden;
}

.facts-box .facts-header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #b2bdc5;
    color: #ffffff;
}

.facts-box .facts-body {
    padding: 15px;
    font-size: small;
    word-wrap: break-word;
}

.facts-box .facts-body p {
    font-size: small !important;
}

.facts-box .facts-body h2 {
    font-size: x-large !important;
    font-weight: bold !important;
}

.facts-box .facts-body h3 {
    font-size: large !important;
    font-weight: bold !important;
}

.facts-box .facts-body ul {
    padding-left: 20px;
}

body #main .media-element-with-caption {
    margin-bottom: 0;
    padding-bottom: 0;
}

body #main .media-caption {
    font-size: small;
    line-height: 123%;
    padding: 15px 0;
}

.snippet-outer-wrapper {
    margin: 2rem 0;
    cursor: pointer;
}

.snippet-outer-wrapper .snippet-pre-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 151.4%;
    letter-spacing: 0.180365px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 20px;
}

.snippet-outer-wrapper .snippet-container {
    background: #FFFFFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    display: flex;
}

.snippet-outer-wrapper .snippet-container .snippet-content {
    display: flex;
}

.snippet-outer-wrapper .snippet-container .snippet-date-mobile {
    display: none;
}


.snippet-outer-wrapper .snippet-container .snippet-left {
    background: #F19C38;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 25%;
}

.snippet-outer-wrapper .snippet-container .snippet-left .snippet-date {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14.6091px;
    line-height: 18px;
    letter-spacing: 0.149714px;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
}

.snippet-outer-wrapper .snippet-container .snippet-left .snippet-image {
    display: flex;
    flex-grow: 1;
}

.snippet-outer-wrapper .snippet-container .snippet-left .snippet-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

#article_main_content #article_text_area .snippet-outer-wrapper .snippet-container .snippet-left .snippet-image img {
    display: inline-block;
    max-width: 100%;
    height: inherit;
    flex: none;
    align-self: normal;
}

.snippet-outer-wrapper .snippet-container .snippet-right {
    flex-grow: 1;
    padding: 2rem;
}

.snippet-outer-wrapper .snippet-container .snippet-right .snippet-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 151.4%;
    letter-spacing: 0.180365px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 0;
}

.snippet-outer-wrapper .snippet-container .snippet-right .snippet-read-more-container,
.snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile {
    display: flex;
    align-items: center;
}

.snippet-outer-wrapper .snippet-container .snippet-right .snippet-read-more-container .snippet-read-more,
.snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile .snippet-read-more {
    flex-grow: 1;
}

.snippet-outer-wrapper .snippet-container .snippet-right .snippet-read-more-container .snippet-read-more a,
.snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile .snippet-read-more a {
    font-weight: 500;
    font-size: 20.023px;
    line-height: 23px;
    letter-spacing: 0.206065px;
    color: #BD3F00;
}

.snippet-outer-wrapper .snippet-container .snippet-right .snippet-read-more-container .snippet-read-more-icon,
.snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile .snippet-read-more-icon {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url("../gfx/icons/arrow_right_short.svg") no-repeat center;
    margin-left: 10px;
}

.pagination-wrapper {
    color: #6C6C6C;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}

.pagination-wrapper .pagination-change-page-btn {
    background: none;
    margin: 0 3px;
}

.pagination-wrapper .pagination-change-page-btn img {
    margin-top: -3px;
}

.pagination-wrapper input {
    width: 54px;
    background: white;
    border: 1px solid #F15A22;
    border-radius: 8px;
    padding: 4px 9px;
    color: #6C6C6C;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.15px;
    font-weight: 400;
    display: inline-block;
    margin-right: 2px;
}

/* Chrome, Safari, Edge, Opera */
.pagination-wrapper input::-webkit-outer-spin-button,
.pagination-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.pagination-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.activity-banner-wrapper .activity-banner {
    border: 8px solid #F15A22;
    color: #353430;
    background: #FFFFFF;
    padding: 50px 234px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 70px;
    text-align: center;
}

.activity-banner-wrapper.banner-in-list .activity-banner {
    margin-bottom: 20px;
}

.activity-banner-wrapper .activity-banner .activity-banner-type {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.09px;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    margin-bottom: -5px;
}

#desked_result_container .activity-banner-wrapper .activity-banner {
    margin-bottom: 40px;
}

.activity-banner-wrapper .activity-banner h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.41px;
    text-align: center;
    margin-bottom: 15px;
    word-break: break-word;
}

.activity-banner-wrapper .activity-banner .activity-banner-icon {
    margin-top:-2px;
    margin-right: 4px;
}

span.text-capitalize-first {
    display: inline-block;
}

.text-capitalize-first:first-letter {
    text-transform: uppercase;
}

.d-inline-block {
    display: inline-block;
}

.orange-shadow-btn {
    background: #F15A22;
    border-radius: 8px;
    padding: 14px 25px;
    display: inline-block;
    font-size: 17px;
    line-height: 23.8px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.15px;
}

.orange-shadow-btn:hover, .orange-shadow-btn:active {
    background: #BE3E0E;
    color: #FFFFFF;
    text-decoration: none;
}

#frontpage-highlighted-full-size-article-container .article_small_content_container2 {
    text-align: center;
    padding: 20px;
}

#frontpage-highlighted-full-size-article-container .article_small_content_container2 .article_element_title2 {
    padding: 10px 20% 20px 20%;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.41px;
    text-decoration: none;
}

#only_stream_view_normal_frontpage {
    text-align: center;
}

#only_stream_view_normal_frontpage .view_normal_frontpage_link {
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
}

.margin-right-30 {
    margin-right:30px;
}

@media (max-width: 767px) {
    #frontpage-highlighted-full-size-article-container .article_small_content_container2 .article_element_title2 {
        padding: 0;
    }

    .activity-banner-wrapper.banner-in-list .activity-banner {
        margin-bottom: 41px;
    }

    .activity-banner-wrapper .activity-banner {
        padding: 40px 10px;
    }

    .activity-banner-wrapper .activity-banner .activity-start-location-span {
        display: block;
    }

    .activity-banner-wrapper .activity-banner .activity-start-location-span:first-child {
        margin-bottom: 10px
    }

    .snippet-outer-wrapper .snippet-pre-text {
        font-size: 16px;
        line-height: 140%;
    }

    .snippet-outer-wrapper .snippet-container .snippet-content {
        padding: 18px 18px 0 18px;
    }

    .snippet-outer-wrapper .snippet-container .snippet-date-mobile {
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 18px;
        letter-spacing: 0.149714px;
        color: rgba(0, 0, 0, 0.87);
        background: #F19C38;
        padding: 15px 20px;
    }

    .snippet-outer-wrapper .snippet-container .snippet-left {
        background: #FFFFFF;
        width: auto;
    }

    .snippet-outer-wrapper .snippet-container .snippet-left .snippet-image {
        display: inline-block;
        flex-grow: unset;
        width: 95px;
    }

    .snippet-outer-wrapper .snippet-container .snippet-left .snippet-date {
        display: none;
    }

    .snippet-outer-wrapper .snippet-container .snippet-right {
        padding: 0 0 0 1rem;
    }

    .snippet-outer-wrapper .snippet-container .snippet-right .snippet-read-more-container {
        display: none;
    }

    .snippet-outer-wrapper .snippet-container .snippet-right .snippet-title {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 151.4%;
        letter-spacing: 0.180365px;
        color: rgba(0, 0, 0, 0.87);
        word-wrap: break-word;
    }

    .snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile {
        padding: 0 18px 18px 18px;
    }

    .snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile .snippet-read-more a {
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.206065px;
        color: #BD3F00;
    }
}

@media (min-width: 768px) {
    .snippet-outer-wrapper .snippet-container .snippet-read-more-container-mobile {
        display: none;
    }
}