﻿﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    line-height: 1;
    color: #333;
    background-color: #f9f9f9
}

@font-face {
    font-family: "Atlas-Grotesk";
    src: url("../../Content/font/Atlas-Grotesk.eot"); /* IE9*/
    src: url("../../Content/font/Atlas-Grotesk.eot?#iefix") format("embedded-opentype"), url("../../Content/font/Atlas-Grotesk.woff2") format("woff2"), url("../../Content/font/Atlas-Grotesk.woff") format("woff"), url("../../Content/font/Atlas-Grotesk.ttf") format("truetype"), url("../../Content/font/Atlas-Grotesk.svg") format("svg");
}

@font-face {
    font-family: "Atlas Regular";
    src: url("../../Content/font/Atlas-Regular.eot"); /* IE9*/
    src: url("../../Content/font/Atlas-Regular.eot?#iefix") format("embedded-opentype"), url("../../Content/font/Atlas-Regular.woff2") format("woff2"), url("../../Content/font/Atlas-Regular.woff") format("woff"), url("../../Content/font/Atlas-Regular.ttf") format("truetype"), url("../../Content/font/Atlas-Regular.svg") format("svg");
}

@font-face {
    font-family: "Atlas Medium";
    src: url("../../Content/font/Atlas-Medium.eot"); /* IE9*/
    src: url("../../Content/font/Atlas-Medium.eot?#iefix") format("embedded-opentype"), url("../../Content/font/Atlas-Medium.woff2") format("woff2"), url("../../Content/font/Atlas-Medium.woff") format("woff"), url("../../Content/font/Atlas-Medium.ttf") format("truetype"), url("../../Content/font/Atlas-Medium.svg") format("svg");
}

@font-face {
    font-family: "Atlas Bold";
    src: url("../../Content/font/Atlas-Bold.eot"); /* IE9*/
    src: url("../../Content/font/Atlas-Bold.eot?#iefix") format("embedded-opentype"), url("../../Content/font/Atlas-Bold.woff2") format("woff2"), url("../../Content/font/Atlas-Bold.woff") format("woff"), url("../../Content/font/Atlas-Bold.ttf") format("truetype"), url("../../Content/font/Atlas-Bold.svg") format("svg");
}

#header li ul.rich-dropdown .rich-dd-item .rich-item-subtitle {
    font-family: "Atlas Regular";
}

#MyProjectsNonLoginPopupDiv.modal,
.button-red,
#header li ul.rich-dropdown .rich-dd-item {
    font-family: "Atlas Medium", sans-serif;
}

    a.link-blue, a.link-blue:focus, a.link-blue:hover {
        color: #204a82;
    }

    a,
    a:focus,
    a:hover {
        color: #1a0dab;
        text-decoration: none;
        outline: 0
    }

.btn,
a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%;
    outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

h1,
h2 {
    font-weight: 700
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    margin-top: 68px !important;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.commonContainer {
    /*    background: #fff;
    border: 1px solid #d1d1d1*/
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background: #fff;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.wrapper {
    width: 100%;
    max-width: 100%;
}

.containerWrapper {
    max-width: 1440px;
    margin: auto;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .dropdown-toggle.btn-success.focus,
        .open > .dropdown-toggle.btn-success:focus,
        .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#footer .container,
#header .container,
.FullContainer {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: auto
}

#header {
    padding: 16px 0;
    min-height: 64px;
    background: #FAFAFA;
    box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 0;
    max-width: 100%;
}


    #header .logo a {
        display: flex;
        position: relative;
        top: 2px;
        z-index: 1;
    }

.logo {
    max-width: 200px;
    min-width: 200px;
    height: auto;
    display: block;
    position: relative;
    z-index: 5;
}

    .logo img {
        width: 100%;
        height: auto;
    }


#header .rightNav > ul {
    left: auto;
    right: -10px;
    display: flex;
    align-items: center;
    margin-left: 0
}

#header .rightNav ul li {
    display: inline-block;
}

    #header .rightNav ul li + li {
        margin: 0 0 0 20px !important;
    }

    #header .rightNav ul li.cart {
        /*height: 14px;*/
        margin-right: 13px;
        position: relative;
        text-align: center;
    }

        #header .rightNav ul li.cart.cart-empty {
            display: none !important
        }

        #header .rightNav ul li.cart img {
            width: 20px
        }
    #header .rightNav ul li .btn {
        font-weight: normal
    }
        #header .rightNav ul li.cart a {
            /*position: absolute;
                        top: -3px;
                        left: -10px*/
            position: relative;
            display: block;
        }

        #header .rightNav ul li.cart svg {
            display: block;
        }

        #header .rightNav ul li.cart .cartVal {
            background: #555658;
            border-radius: 100%;
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            height: 17px;
            line-height: 17px;
            right: -9px;
            top: -9px;
            position: absolute;
            width: 17px
        }

    #header .rightNav ul li .dropdown-toggle span.name {
        display: block;
        position: absolute;
        top: -13px;
        text-align: right;
        white-space: nowrap;
        right: 17px
    }

#header ul {
    margin-bottom: 0;
}

    #header ul li a,
    #header ul li .rich-dropdown-btn {
        color: #111;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-decoration: none;
        transition: none !important
    }

    #header ul li .rich-dropdown-btn {
        line-height: 1.2;
        background: none;
        box-shadow: none !important;
        transition: none !important;
        border: 0;
        height: 32px;
    }

        #header ul li .rich-dropdown-btn .rich-dd-arrow {
            display: inline-flex;
            width: 10px;
            margin-left: 8px;
            transition: 0.4s all;
            position: relative;
            top: -1px
        }

    #header ul li.rich-menu-item.open .rich-dropdown-btn .rich-dd-arrow {
        transform: rotate(180deg);
    }

    #header ul li a.redText,
    #header ul li a.txtRed {
        color: #9c2023
    }

#header .navigation {
    padding: 0;
    text-align: center;
    width: 100%;
}

    #header .navigation .navbar-collapse {
        height: auto;
        position: static
    }

.menu-logo img {
    max-width: 198px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

#header .navigation .navbar-nav {
    background: 0;
    border: 0;
    float: none;
    font-size: 0;
}

    #header .navigation .navbar-nav > li {
        float: none;
        display: inline-block;
        border: 0;
        padding: 0 !important;
        text-shadow: none;
        margin-left: 6px;
    }

        #header .navigation .navbar-nav > li a svg {
            display: none
        }

        #header .navigation .navbar-nav > li:last-child:after {
            display: none
        }

#header .navbar-nav li a,
#header .navigation li .rich-dropdown-btn {
    padding: 0;
    text-shadow: none
}

#header .navigation li a,
#header .navigation li .rich-dropdown-btn {
    padding: 8px 12px !important;
    border-radius: 8px !important;
}

    #header .navigation li .rich-dropdown-btn .rich-btn-icon {
        display: none
    }

#header li ul.dropdown-menu {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(8, 8, 8, .18);
    margin-top: 9px;
    overflow: visible;
    padding: 0;
    width: 255px;
    z-index: 99999999
}

#header .rightNav ul li .dropdown-menu li {
    /*border-bottom: 1px solid #d1d1d1;*/
    margin-left: 0 !important;
    display: flex;
}

#header li ul.dropdown-menu li p {
    line-height: normal;
    margin-bottom: 10px
}

#header li ul.dropdown-menu li a {
    border: 0 none;
    color: #111;
    font-weight: 400;
    font-size: 15px;
    padding: 4px 11px;
    text-align: left;
    width: 100%;
    white-space: normal
}

    #header li ul.dropdown-menu li a:hover {
        background: #f2f2f2
    }

#header li ul.dropdown-menu li:hover {
    background: #f2f2f2
}

#header li ul.dropdown-menu li a:focus {
    background: 0
}

#header li ul.dropdown-menu:after,
#header li ul.dropdown-menu:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#header li ul.dropdown-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: 2px
}

#header li ul.dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #d7d7d7;
    border-width: 7px
}

#header .rightNav li ul.dropdown-menu:after,
#header .rightNav li ul.dropdown-menu:before {
    left: auto;
    right: 8px
}

#header .rightNav li ul.dropdown-menu:before {
    right: 7px
}

#header li ul.dropdown-menu li a.btn {
    background-color: #82b11c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px
}

    #header li ul.dropdown-menu li a.btn:hover {
        background-color: #648a10
    }

#header .caret {
    border-width: 5px;
    border-top-color: #000;
    margin-top: 7px;
    opacity: .3;
    vertical-align: top
}

#header li.dropdown.open .caret,
#header li.dropdown:hover .caret {
    opacity: 1
}

#header li ul.dropdown-menu li a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
}

#header .rightNav ul.dropdown-menu {
    width: 160px;
}

    #header .rightNav ul.dropdown-menu li {
        padding: 0;
    }


        #header .rightNav ul.dropdown-menu li a {
            font-size: 16px;
            color: #111111;
            padding: 13px 20px;
        }

#header li ul.dropdown-menu li a:focus {
    background: #e9e9e9;
}

/* Research hub dropdown */
#header li ul.rich-dropdown {
    box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 24px;
    padding: 14px 0;
    overflow: hidden;
    width: 316px;
}

    #header li ul.rich-dropdown:before,
    #header li ul.rich-dropdown:after {
        display: none
    }

    #header li ul.rich-dropdown li {
        margin-bottom: 4px
    }

        #header li ul.rich-dropdown li:last-child {
            margin-bottom: 0
        }

    #header li ul.rich-dropdown .rich-dd-item {
        display: flex;
        align-items: center;
        padding: 12px 22px !important;
        border-radius: 0 !important
    }

    #header li ul.rich-dropdown li:hover {
        background: transparent !important
    }

    #header li ul.rich-dropdown .rich-dd-item:hover {
        background: #EFEFF0 !important
    }

#header li .rich-dropdown .rich-dd-item .rich-dd-icon {
    margin-right: 18px;
    min-width: 45px;
    height: 45px;
    background: #EFEFF0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #747578
}

#header li ul.rich-dropdown .rich-dd-item:hover .rich-dd-icon {
    background: #D7D8D9
}

#header li ul.rich-dropdown .rich-dd-item .rich-dd-icon svg {
    display: block
}


#header li ul.rich-dropdown .rich-dd-item p {
    margin-bottom: 0;
    font-size: 16px
}

#header li ul.rich-dropdown .rich-dd-item .rich-item-subtitle {
    color: #555658;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px;
}



#footer {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px
}

    #footer .footerContent {
        padding: 19px 0 7px;
    }

    #footer .footerNav {
        text-align: center
    }

    #footer .facebookLike {
        float: left;
        margin-right: 10px
    }

        #footer .facebookLike .fb-like:empty {
            display: none
        }

    #footer .footerNav ul {
        font-size: 0
    }

        #footer .footerNav ul,
        #footer .footerNav ul li {
            display: inline-block
        }

            #footer .footerNav ul li:after {
                background-color: #b2b2b2;
                content: "";
                display: inline-block;
                height: 11px;
                margin: 0 10px;
                width: 1px
            }

            #footer .footerNav ul li:last-child:after {
                display: none
            }

            #footer .footerNav ul li a {
                color: #6e6e6e;
                font-size: 13px;
                font-weight: 600
            }

                #footer .footerNav ul li a:hover {
                    color: #9c2023;
                    text-decoration: none
                }

    #footer .footerBottom {
        color: #909090;
        font-size: 13px;
        font-weight: 400
    }

        #footer .footerBottom .copyright {
            padding: 12px 0 5px;
            text-align: center
        }

    #footer .greenmsg {
        padding-top: 8px;
        margin-top: 1px
    }

        #footer .greenmsg > img {
            padding-left: 4px;
            top: 0;
            position: relative
        }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

.btn1 {
    margin-top: 8px
}
.btn-green {
    background: #a1c423;
    background: -moz-linear-gradient(top, #a1c423 0, #649e15 100%);
    background: -webkit-linear-gradient(top, #a1c423 0, #649e15 100%);
    background: linear-gradient(to bottom, #a1c423 0, #649e15 100%);
    border: 1px solid #568503;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    color: #fff
}

    .btn-green:focus,
    .btn-green:hover {
        background: #649e15;
        background: -moz-linear-gradient(top, #649e15 0, #a1c423 100%);
        background: -webkit-linear-gradient(top, #649e15 0, #a1c423 100%);
        background: linear-gradient(to bottom, #649e15 0, #a1c423 100%);
        color: #fff
    }

.btn-red {
    background: #b12125;
    background: -moz-linear-gradient(top, #b12125 0, #801517 100%);
    background: -webkit-linear-gradient(top, #b12125 0, #801517 100%);
    background: linear-gradient(to bottom, #b12125 0, #801517 100%);
    border: 1px solid #951518;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    color: #fff
}

    .btn-red:focus,
    .btn-red:hover {
        background: #801517;
        background: -moz-linear-gradient(top, #801517 0, #b12125 100%);
        background: -webkit-linear-gradient(top, #801517 0, #b12125 100%);
        background: linear-gradient(to bottom, #801517 0, #b12125 100%);
        color: #fff
    }

.btn-blue {
    background: #6fa7d6;
    background: -moz-linear-gradient(top, #6fa7d6 0, #4678c1 100%);
    background: -webkit-linear-gradient(top, #6fa7d6 0, #4678c1 100%);
    background: linear-gradient(to bottom, #6fa7d6 0, #4678c1 100%);
    border: 1px solid #2c68b0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    color: #fff
}

    .btn-blue:focus,
    .btn-blue:hover {
        background: #4678c1;
        background: -moz-linear-gradient(top, #4678c1 0, #6fa7d6 100%);
        background: -webkit-linear-gradient(top, #4678c1 0, #6fa7d6 100%);
        background: linear-gradient(to bottom, #4678c1 0, #6fa7d6 100%);
        color: #fff
    }

.btn-yellow {
    background: #f1b557;
    background: -moz-linear-gradient(top, #f1b557 0, #d88a35 100%);
    background: -webkit-linear-gradient(top, #f1b557 0, #d88a35 100%);
    background: linear-gradient(to bottom, #f1b557 0, #d88a35 100%);
    border: 1px solid #d88a35;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    color: #fff
}

    .btn-yellow:focus,
    .btn-yellow:hover {
        background: #d88a35;
        background: -moz-linear-gradient(top, #d88a35 0, #f1b557 100%);
        background: -webkit-linear-gradient(top, #d88a35 0, #f1b557 100%);
        background: linear-gradient(to bottom, #d88a35 0, #f1b557 100%);
        color: #fff
    }

.btn-lightgrey {
    background: #d7d7d7;
    background: -moz-linear-gradient(top, #d7d7d7 0, silver 100%);
    background: -webkit-linear-gradient(top, #d7d7d7 0, silver 100%);
    background: linear-gradient(to bottom, #d7d7d7 0, silver 100%);
    border: 1px solid #b0b0b0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
    color: #fff
}

    .btn-lightgrey:focus,
    .btn-lightgrey:hover {
        background: silver;
        background: -moz-linear-gradient(top, silver 0, #d7d7d7 100%);
        background: -webkit-linear-gradient(top, silver 0, #d7d7d7 100%);
        background: linear-gradient(to bottom, silver 0, #d7d7d7 100%);
        color: #fff
    }

.btn-gray {
    background: #c5c5c5;
    background: -moz-linear-gradient(top, #c5c5c5 0, #9f9f9f 100%);
    background: -webkit-linear-gradient(top, #c5c5c5 0, #9f9f9f 100%);
    background: linear-gradient(to bottom, #c5c5c5 0, #9f9f9f 100%);
    border: 1px solid #8a8a8a;
    box-shadow: 0 1px 0 #e5e5e5 inset;
    -moz-box-shadow: 0 1px 0 #e5e5e5 inset;
    -webkit-box-shadow: 0 1px 0 #e5e5e5 inset;
    -o-box-shadow: 0 1px 0 #e5e5e5 inset;
    color: #fff
}

    .btn-gray:hover {
        background: #9f9f9f;
        background: -moz-linear-gradient(top, #9f9f9f 0, #c5c5c5 100%);
        background: -webkit-linear-gradient(top, #9f9f9f 0, #c5c5c5 100%);
        background: linear-gradient(to bottom, #9f9f9f 0, #c5c5c5 100%);
        border: 1px solid #8a8a8a;
        box-shadow: 0 1px 0 #e5e5e5 inset;
        -moz-box-shadow: 0 1px 0 #e5e5e5 inset;
        -webkit-box-shadow: 0 1px 0 #e5e5e5 inset;
        -o-box-shadow: 0 1px 0 #e5e5e5 inset;
        color: #fff
    }

.subscribe-btn {
    justify-content: center;
    padding: 12px 24px;
    background: #C93030;
    border: 1px solid #c93030;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-shadow: none;
    font-family: "Atlas Medium";
    max-width: 209px;
    width: 100%;
    font-weight: normal;
}

    .subscribe-btn:hover {
        background: #b52727;
        border-color: #b52727;
        color: #fff;
    }

    .subscribe-btn:focus {
        background: #c93030 !important;
        border-color: #2c2826 !important;
        box-shadow: 0 0 0 2px #9c2222;
        color: #fff;
    }

.btn-grey {
    background-color: #b2b2b2;
    color: #fff
}

    .btn-grey:hover {
        background-color: #c9c9c9;
        color: #fff
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:first-child {
            margin-left: 0
        }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.btn .caret {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.tagSearchResultContainer .titleSection .Resultperpage .btn-group .dropdown-menu li {
    border-bottom: 1px solid #e6e6e6
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.open > .dropdown-menu {
    display: block
}

.btn-primary.active,
.btn-primary:active,
.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74
}

.btn-gradgrey {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dcdcdc 0, #dcdcdc 49%, #c6c6c6 51%, #c6c6c6 100%);
    background: -webkit-linear-gradient(top, #dcdcdc 0, #dcdcdc 49%, #c6c6c6 51%, #c6c6c6 100%);
    background: linear-gradient(to bottom, #dcdcdc 0, #dcdcdc 49%, #c6c6c6 51%, #c6c6c6 100%);
    border: 1px solid #b5b5b5;
    color: #636363
}

    .btn-gradgrey:focus,
    .btn-gradgrey:hover {
        background: #c6c6c6;
        background: -moz-linear-gradient(top, #c6c6c6 0, #c6c6c6 50%, #c6c6c6 50%, #dcdcdc 51%, #dcdcdc 100%);
        background: -webkit-linear-gradient(top, #c6c6c6 0, #c6c6c6 50%, #c6c6c6 50%, #dcdcdc 51%, #dcdcdc 100%);
        background: linear-gradient(to bottom, #c6c6c6 0, #c6c6c6 50%, #c6c6c6 50%, #dcdcdc 51%, #dcdcdc 100%);
        color: #636363
    }

.form-group {
    margin-bottom: 15px;
    position: relative
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form-group label.label-control {
    display: block;
    margin-bottom: 3px
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    accent-color: #c93030;
    cursor: pointer
}

.form-control {
    background: #fff;
    border: 1px solid #d7d8d9;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 16px;
    font-size: 16px;
}

    .form-control:focus,
    .form-control:hover {
        outline: #212122 solid 2px;
        border-color: transparent;
    }

    .form-control::-moz-placeholder {
        color: #9e9e9e
    }

    .form-control:-ms-input-placeholder {
        color: #9e9e9e
    }

    .form-control:-moz-placeholder {
        color: #9e9e9e
    }

    .form-control::-webkit-input-placeholder {
        color: #9e9e9e
    }

input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0
}

input:focus:-moz-placeholder {
    color: transparent;
    opacity: 0
}

input:focus::-moz-placeholder {
    color: transparent;
    opacity: 0
}

input:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.customSelect,
.multiselect-dropdown .btn-group {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #2e2d2d;
    width: 100%;
    height: 40px
}

    .customSelect .select-styled,
    .multiselect-dropdown .btn-group .dropdown-toggle {
        background-color: #fff;
        border: 1px solid #cecdcd;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        line-height: 40px;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

        .customSelect .select-styled.active {
            border-bottom: 0;
            border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0
        }

    .customSelect .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid #cecdcd;
        border-top: 0;
        border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        max-height: 160px;
        overflow-y: auto
    }

        .customSelect .select-options li {
            margin: 0;
            padding: 8px 10px;
            border-top: 1px solid #cecdcd;
            -moz-transition: all .15s ease-in;
            -o-transition: all .15s ease-in;
            -webkit-transition: all .15s ease-in;
            transition: all .15s ease-in
        }

            .customSelect .select-options li:hover {
                background: #f2f2f2
            }

            .customSelect .select-options li[rel=hide] {
                display: none
            }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: 0;
    color: #333
}

.multiselect-dropdown .btn-group .dropdown-toggle {
    width: 100%;
    font-weight: 400;
    text-shadow: 0;
    text-align: left;
    font-size: 15px;
    color: #2e2d2d
}

    .multiselect-dropdown .btn-group .dropdown-toggle .caret {
        float: right;
        margin-top: 17px
    }

.multiselect-dropdown .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
    box-shadow: 0;
    border-color: #cecdcd
}

    .multiselect-dropdown .btn-group.open .dropdown-toggle:focus,
    .multiselect-dropdown .btn-group.open .dropdown-toggle:hover {
        background: 0
    }

.multiselect-dropdown .open > .dropdown-menu {
    display: block;
    width: 100%;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 180px
}

.multiselect-container .input-group {
    padding: 6px 10px 8px;
    width: 100%
}

.multiselect-dropdown .multiselect-container > li > a > label.checkbox,
.multiselect-dropdown .multiselect-container > li > a > label.radio {
    cursor: pointer;
    margin: 0;
    padding: 3px 20px 3px 33px;
    display: block;
    white-space: normal;
    width: 100%;
    font-size: 12px
}

    .multiselect-dropdown .multiselect-container > li > a > label.checkbox input {
        margin-top: 3px
    }

.multi-dropdown {
    position: relative
}

    .multi-dropdown .multiselect-dropdown {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #d1d1d1;
        border-radius: 0;
        -webkit-border-radius: 0;
        padding: 0;
        width: 334px;
        box-shadow: 0 0 57px 0 rgba(8, 8, 8, .27);
        -webkit-box-shadow: 0 0 57px 0 rgba(8, 8, 8, .27);
        font-weight: 400;
        margin: 12px 0 0
    }

    .multi-dropdown.open .multiselect-dropdown {
        display: block
    }

    .multi-dropdown .multiselect-dropdown .form-button .btn {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(4, 5, 5, .48);
        padding: 8px 10px;
        white-space: normal
    }

        .multi-dropdown .multiselect-dropdown .form-button .btn.active.focus {
            outline: 0 auto -webkit-focus-ring-color;
            outline-offset: 0
        }

    .multi-dropdown .multiselect-dropdown .form-button .btn-green {
        background: #a1c423;
        background: -moz-linear-gradient(top, #a1c423 0, #649e15 100%);
        background: -webkit-linear-gradient(top, #a1c423 0, #649e15 100%);
        background: linear-gradient(to bottom, #a1c423 0, #649e15 100%);
        border: 1px solid #568503;
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
        -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .54);
        color: #fff
    }

        .multi-dropdown .multiselect-dropdown .form-button .btn-green:focus,
        .multi-dropdown .multiselect-dropdown .form-button .btn-green:hover {
            background: #649e15;
            background: -moz-linear-gradient(top, #649e15 0, #a1c423 100%);
            background: -webkit-linear-gradient(top, #649e15 0, #a1c423 100%);
            background: linear-gradient(to bottom, #649e15 0, #a1c423 100%);
            color: #fff
        }

.error-msg {
    font-size: 13px;
    font-weight: 700;
    color: red;
    margin: 5px 0 0
}

.ui-autocomplete {
    border: 1px solid #c5c5c5;
    position: absolute;
    background: #fff;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 1
}

    .ui-autocomplete li {
        padding: 4px 10px;
        font-size: 14px
    }

        .ui-autocomplete li.ui-state-focus {
            background: #337ab7;
            color: #fff
        }

.txtRed {
    color: #9c2023
}

.pull-right {
    float: right !important
}

.hideThis {
    display: none
}

i.arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
    margin-left: 2px
}

    i.arrow.up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 2px
    }

    i.arrow.down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

.tagSearchResultContainer .titleSection .showSortSection .sortedLink li a.active i.arrow,
.tagSearchResultContainer .titleSection .showSortSection .sortedLink li a:focus i.arrow,
.tagSearchResultContainer .titleSection .showSortSection .sortedLink li a:hover i.arrow,
.tagSearchResultContainer .titleSection .showSortSection .sortedLink li.active a i.arrow {
    border-color: #fff
}

.tooltip {
    position: absolute !important;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    display: none
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.customModalTags {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9
}

    .customModalTags .modalContentTags {
        background: #fff;
        border: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        max-width: 400px;
        text-align: center;
        width: 95%;
        margin: 10em auto auto;
        padding: 15px 15px 20px;
        position: relative
    }

        .customModalTags .modalContentTags h3 {
            font-family: 'Atlas Medium';
            font-weight: normal;
            color: #000;
            font-size: 22px;
            margin-top: 14px;
            margin-bottom: 17px
        }

            .customModalTags .modalContentTags h3 span {
                display: block;
                color: #000;
                font-size: 20px;
                padding-top: 5px
            }

        .customModalTags .modalContentTags .loginLinkTags {
            color: #4a4a4a;
            font-size: 12px;
            padding: 10px 0 0;
            margin-top: 10px
        }

        .customModalTags .modalContentTags .btnClose {
            margin: -30px -24px 0 0
        }

        .customModalTags .modalContentTags .btn-green {
            font-size: 16px;
            font-weight: 600;
            padding: 8px 10px;
            max-width: 200px;
            width: 100%
        }

/*div.btnClose,
div.btnPSMClose {
    background: url(https://nalocal.newspaperarchive.com/content/images/close-icon.svg) rgba(0, 0, 0, 0) no-repeat;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 12px;
    right: 0;
    opacity:0.7
}
*/

/*  div.btnClose:hover,
    div.btnPSMClose:hover {
        opacity: 1
    }*/

.recentSerch a {
    font-style: normal;
    font-weight: 700;
    font-size: 13px
}

.collapse {
    display: none
}

.Custompagination .btn,
.Custompagination a,
.Custompagination a.btn,
.Custompagination ul li a {
    background-color: #3f3f40;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857143
}

.Custompagination ul li {
    color: #3f3f40;
    font-size: 18px;
    display: inline-block;
    margin: 0 2px
}

    .Custompagination .paginationBtnActive,
    .Custompagination a.active,
    .Custompagination a.active:hover,
    .Custompagination a.btn:hover,
    .Custompagination a.paginationBtnActive,
    .Custompagination a:hover,
    .Custompagination ul li a:hover,
    .Custompagination ul li.active a,
    .Custompagination ul li.active a:hover {
        background-color: #9b1518;
        border-color: #9b1518;
        color: #fff
    }

.Custompagination span {
    display: inline-block;
    margin: 0 2px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.tab-content > .active {
    display: block !important;
}

div#RestartMembershipMsg .alert-success {
    position: fixed;
    margin-top: 0;
    box-shadow: none;
    width: 390px;
    right: 0;
    left: auto;
    top: 91px;
    text-align: left;
    color: #fff;
    background-color: #4caf50;
    padding: .75rem 1.25rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    -webkit-animation: fadein 2s ease-in;
    -moz-animation: fadein 2s ease-in;
    animation: fadein 2s ease-in;
}

#OrganicLockPopUpMyProject h3 {
    font-weight: 600;
    line-height: 1.4
}

#OrganicLockPopUpMyProject .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(min-width:768px) {

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

/*@media (min-width: 990px) and (max-width: 1299px) {*/
/*    #header .rightNav ul li + li {
        margin: 0 0 0 6px !important;
    }*/

/*    #header .navigation .navbar-nav > li + li {
        margin-left: 0px !important;
    }*/

/*    #header ul li a {
        font-size: 13px !important;
    }*/

/*    #header .navigation .navbar-nav li a {
        padding: 9px 8px !important;
    }*/
/*}*/

@media(max-width:1299px) {
    #header .logo svg {
        width: 100%
    }



    #header .navigation .navbar-nav > li:after {
        margin: 0 2px;
        height: 12px
    }

    #footer .footerContent {
        padding: 16px 0
    }
}

@media(max-width:1440px) {
    .bodyShadowBottom {
        padding: 0 15px !important
    }
}

/*@media(min-width: 1177px) {
    #header .navigation .navbar-nav > li + li {
        margin-left: 25px;
    }
}*/

@media(max-width:1200px) {
    #header ul li a {
        font-size: 14px
    }

    #header .navigation .navbar-nav > li:after {
        margin: 0 2px;
        height: 12px;
    }

    #footer .footerContent {
        padding: 16px 0;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    #header .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }


    .navbar-header {
        float: none;
    }
}

@media(max-width:1177px) {
    .help-desktop {
        display: none !important;
    }

    #header .navigation .navbar-nav {
        width: 100%;
        margin-top: 0;
    }


    #header .logo {
        margin-left: 44px;
    }

    .menu-logo {
        padding: 28px 20px 42px;
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

        .menu-logo .btn-close-navbar {
            width: 32px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: none;
            border: none;
            color: #555658;
        }

    #header .navigation .navbar-nav > li a,
    #header .navigation li .rich-dropdown-btn {
        padding: 16px 10px !important;
        border-radius: 8px !important;
        display: flex;
        align-items: center;
        gap: 19px;
        font-family: "Atlas Medium";
        font-size: 16px;
        font-weight: 500;
        color: #212122;
    }

        #header .navigation .navbar-nav > li a svg {
            height: 24px;
            width: 24px;
            object-fit: contain;
            display: block !important
        }

    #header .navigation .navbar-nav li.rich-menu-item.open .rich-dropdown-btn {
        background: #fff !important;
        color: #212122 !important
    }

    #header .navigation .navbar-nav li.rich-menu-item .rich-dd-item:hover,
    #header .navigation .navbar-nav li.rich-menu-item .rich-dropdown-btn:hover,
    #header .navigation .navbar-nav > li a:hover,
    #header .navigation .navbar-nav > li.active a {
        background: #ffecec !important;
        color: #C93030 !important;
    }

        #header .navigation li.rich-menu-item .rich-dropdown-btn:hover svg path,
        #header .navigation li.rich-menu-item .rich-dropdown-btn:hover svg line,
        #header .navigation .navbar-nav > li a:hover svg path,
        #header .navigation .navbar-nav > li.active a svg path,
        #header .navigation .navbar-nav > li a:hover svg line,
        #header .navigation .navbar-nav > li.active a svg line {
            stroke: #9c2023;
        }



        /*    #header .navigation .navbar-nav > li.rich-menu-item .rich-dd-item .recent-search-icon path,
    #header .navigation .navbar-nav > li.rich-menu-item .rich-dd-item:hover .recent-search-icon path,
    #header .navigation .navbar-nav > li.rich-menu-item li.active .rich-dd-item .recent-search-icon path,*/

        #header .navigation .navbar-nav > li a:hover svg.my-clippings-icon path,
        #header .navigation .navbar-nav > li.active a svg.my-clippings-icon path,
        #header .navigation .navbar-nav > li.rich-menu-item .rich-dd-item .recent-search-icon path {
            stroke: none !important
        }

        #header .navigation .navbar-nav > li a:hover svg.my-clippings-icon path,
        #header .navigation .navbar-nav > li.active a svg.my-clippings-icon path,
        #header .navigation .navbar-nav > li.rich-menu-item .rich-dd-item:hover .recent-search-icon path {
            fill: #9c2023 !important
        }

    #header .rightNav {
        position: absolute;
        right: 0;
    }

    #header .navbar-toggle {
        border: 0;
        position: absolute;
        left: 0;
        top: 9px;
        padding: 0 !important;
        margin: 0;
        width: 25px;
        height: 18px;
        z-index: 9;
    }

    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }

    .menu-drop {
        height: 100dvh !important;
        width: 100%;
        max-width: 320px;
        position: fixed !important;
        z-index: 9999;
        top: 0px;
        left: -360px;
        background: #FFFFFF;
        box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
        padding: 0 10px 36px;
        transition: all 0.5s ease 0s !important;
        display: flex;
        flex-direction: column;
        bottom: 0px;
    }

        .menu-drop.in {
            left: 0 !important;
        }

    .menu-button .sec-btn {
        margin-left: 0px;
    }


    #nav-icon1.close-btn span:nth-child(2) {
        opacity: 0;
    }

    #header .close-btn {
        border: 0;
        padding: 0 !important;
        width: 25px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 12px;
        background: transparent !important;
        z-index: 999;
    }

    .close-btn span {
        top: 8px !important;
        left: 0 !important;
        width: 100%;
        height: 2px;
        width: 100%;
        position: absolute;
        background: #000;
        -webkit-transform: rotate(135deg) !important;
        -moz-transform: rotate(135deg) !important;
        -o-transform: rotate(135deg) !important;
        transform: rotate(135deg) !important;
    }

        .close-btn span:nth-child(3) {
            top: 8px !important;
            left: 0 !important;
            width: 100%;
            -webkit-transform: rotate(-135deg) !important;
            -moz-transform: rotate(-135deg) !important;
            -o-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
        }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        border-radius: 50px;
        opacity: 1;
        left: 0 !important;
        top: 0 !important;
        -webkit-transform: rotate( 0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate( 0deg) !important;
    }

        #nav-icon1 span:nth-child(2) {
            position: absolute;
            top: 8px !important;
        }

        #nav-icon1 span:nth-child(3) {
            position: absolute;
            top: auto !important;
            bottom: 0;
        }

    #header .navigation .navbar-toggle i.customicon-menu {
        background-position: -48px -52px
    }

    #header .navigation .navbar-toggle i.customicon-close {
        background-position: -22px 1px;
        top: 3px;
        width: 16px
    }

    #header .navigation .navbar-toggle i.open,
    #header .navigation .navbar-toggle.collapsed i.close {
        display: none
    }

    #header .navigation .navbar-toggle i.close,
    #header .navigation .navbar-toggle.collapsed i.open {
        display: block
    }

    #header .navigation .navbar-nav > li {
        display: block !important;
        text-align: left;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 4px;
    }

        #header .navigation .navbar-nav > li:first-child {
            border-top: 0
        }

        #header .navigation .navbar-nav > li:after {
            display: none
        }

    #header .navigation .navbar-nav li ul.dropdown-menu:after,
    #header .navigation .navbar-nav li ul.dropdown-menu:before {
        display: none
    }

    #header .navigation .navbar-nav li ul.dropdown-menu {
        border: 1px solid #d7d7d7;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
        width: 100%
    }

    #header #myAcMenu ul.dropdown-menu {
        right: 0;
        left: auto;
    }
    /* Research hub dropdown */

    #header .navigation li.rich-menu-item .rich-dropdown-btn {
        width: 100%;
        height: auto
    }

    #header .navigation li .rich-dropdown-btn .rich-btn-icon {
        display: block
    }

    #header ul li .rich-dropdown-btn .rich-dd-arrow {
        margin-left: auto;
        margin-right: 10px;
        top: 1px;
    }

    #header ul li.rich-menu-item.open .rich-dropdown-btn .rich-dd-arrow {
        top: 0;
    }

    #header ul li .rich-dropdown-btn .rich-dd-arrow svg path {
        stroke: none !important;
    }

    #header .navigation .navbar-nav li ul.rich-dropdown {
        position: relative;
        border: 0 !important;
        padding: 10px 0 10px 20px
    }

    #header li ul.rich-dropdown li .rich-dd-item:hover .rich-item-subtitle {
        color: #C93030 !important
    }

    #header li ul.rich-dropdown .rich-dd-item {
        padding: 7px 10px !important
    }

    #header li .rich-dropdown .rich-dd-item .rich-dd-icon {
        min-width: 25px;
        margin-right: 0;
        margin-left: 10px;
        background: transparent !important
    }

        #header li .rich-dropdown .rich-dd-item .rich-dd-icon svg {
            width: 20px;
            width: 20px
        }
}

.menu-button {
    margin-top: auto;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 10px;
    display: none;
}

    .menu-button .theme-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        height: 40px;
        background: #c93030;
        border: 1px solid #c93030;
        border-radius: 8px;
        font-size: 16px;
        text-decoration: none !important;
        font-family: "Atlas Medium" !important;
        color: #fff !important;
    }

    .menu-button .sec-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        height: 40px;
        background: rgb(239, 239, 240);
        border: 1px solid rgb(239, 239, 240);
        border-radius: 8px;
        font-size: 16px;
        color: #212122;
        text-decoration: none !important;
        font-family: "Atlas Medium" !important;
        font-weight: normal;
        text-shadow: none;
    }

@media(max-width:1178px) {
    .menu-button {
        display: flex;
    }
}

@media(max-width:1024px) {    
    body #header .navigation .navbar-nav li.rich-menu-item .rich-dropdown-btn:hover,
    body #header .navigation .navbar-nav li.rich-menu-item .rich-dropdown-btn:focus {
        background: #fff !important;
        color: #212122 !important;
    }

    body #header .navigation li.rich-menu-item .rich-dropdown-btn:hover .rich-btn-icon path,
    body #header .navigation li.rich-menu-item .rich-dropdown-btn:hover .rich-btn-icon line {
        stroke: #212122 !important
    }
}

@media(max-width:990px) {
    .col-xs-12 {
        width: 100%;
    }

    #footer .footerNav ul li::after {
        margin: 0 5px;
    }
}

@media(max-width:767px) {
    .img-profile {
        margin-right: 0 !important;
    }

    #footer .footerNav ul li {
        padding-bottom: 5px;
    }

        #footer .footerNav ul li a {
            font-size: 12px;
        }

        #footer .footerNav ul li::after {
            margin: 0 3px;
        }

    #footer .footerBottom {
        font-size: 11px;
        text-align: center
    }

        #footer .footerBottom .copyright,
        #footer .greenmsg {
            width: 100%;
            text-align: center
        }

        #footer .footerBottom .copyright {
            padding-top: 5px
        }



    .customModal .modal-dialog {
        width: 88%;
        margin: 30px auto
    }

    .row-eq-height {
        display: block
    }
}

@media(max-width:640px) {
    #header {
        position: relative;
    }

    .pagination ul li {
        margin-bottom: 5px;
    }

        .pagination ul li a {
            font-size: 13px;
            padding: 7px 11px;
        }

    #footer .facebookLike {
        margin: 0 auto 10px;
        float: none;
    }

    .wrapper {
        margin-top: 0 !important;
    }
}

@media(max-width:600px) {
    .containerWrapper {
    }

    #header {
        position: relative !important;
    }

    .nav-bar {
        display: block !important;
    }

    #header .rightNav > ul {
        display: flex;
        width: 100%;
    }

    #header .logo {
        /*        margin-left: 41px;*/
    }

    .logo {
        max-width: 200px !important;
        min-width: auto !important;
    }

    #header .rightNav ul li.cart {
        text-align: center;
    }


    #header .rightNav {
        position: relative !important;
        right: 0;
        z-index: 4;
        padding: 0 10px;
    }

    #header .subscribe-dropdown, .sign-btn {
        top: 16px;
        padding-bottom: 12px !important;
        position: relative;
        width: 100%;
    }

    #header .rightNav ul.restartUser {
        position: static;
    }

    #header .subscribe-dropdown a, .sign-btn a {
        width: 100% !important;
        transition: none;
    }

    #header ul.restartUser .subscribe-dropdown {
        top: auto;
        padding-bottom: 0px !important;
        position: relative;
        width: 100%;
        margin: 0 !important;
        margin-top: 12px !important;
    }


    #header .rightNav ul.restartUser li.cart {
        margin-top: 12px !important;
        margin-right: 0px !important
    }

    #header .restartUser li#myAcMenu .userbit {
        margin-top: 10px;
    }

    #header .rightNav ul {
        justify-content: end;
        position: absolute;
        top: -31px;
        left: 0;
    }

        #header .rightNav ul.logOutUser {
            position: static;
            gap: 12px;
        }

            #header .rightNav ul.logOutUser li.cart {
                position: absolute;
                top: -24px;
            }

        #header .rightNav ul.restartUser li#myAcMenu {
            position: absolute;
            top: -45px;
            right: 45px;
        }

        #header .rightNav ul.restartUser li#mainCart {
            position: absolute;
            top: -39px;
        }

    #header li#myAcMenu ul.dropdown-menu {
        top: 26px;
    }

    #header .rightNav li a {
        font-size: 15px
    }



    #header .rightNav li a {
        font-size: 15px;
    }

    #header .navigation .navbar-toggle {
        border: 0;
        position: absolute;
        left: 0;
        top: 47px;
        width: 50px !important;
        height: 34px;
        padding: 0 14px !important;
        font-size: 0 !important
    }

    .navbar-collapse {
        border-top: 0
    }

    #header .navigation {
        border-top: 0 !important;
        border-bottom: 0
    }

    #header #myAcMenu ul.dropdown-menu {
        right: 0;
        left: auto;
    }

    #header .rightNav ul.logOutUser li + li {
        margin: 0 !important;
    }

    #header .rightNav ul li + li {
        margin: 0 0 0 10px !important;
    }

    #header .rightNav ul.restartUser.noCart li#myAcMenu {
        right: 10px;
    }
}

@media(max-width : 480px) {
    #OrganicLockPopUp {
        max-width: 100%;
        margin: 0
    }
}

@media(max-width:380px) {
    #header .rightNav ul li + li {
        margin: 0 0 0 10px !important;
    }

    #OrganicLockPopUp {
        max-width: 100%;
        margin: 0
    }

    .form-dropdown {
        width: 269px
    }

    #header .logo {
        max-width: 152px !important;
        height: 31px;
        top: 4px;
        position: relative !important;
    }

    #header .rightNav {
        padding: 0
    }

        #header .rightNav ul.restartUser li#myAcMenu {
            right: 32px;
        }

        #header .rightNav ul.restartUser.noCart li#myAcMenu {
            right: 0px;
        }
}

.text-right {
    text-align: right
}

.loadingFullblock {
    background: url(https://newspaperarchive.com/content/assets/images/loading-indicator.gif) no-repeat center center rgba(255, 255, 255, .7);
    background-size: 70px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.dropdown,
.dropup {
    position: relative
}

#header .rightNav ul.dropdown-menu li a.btn-green {
    color: #fff;
    background: #649e15 !important
}

#header .rightNav ul.dropdown-menu li a.cancel_dropdown,
.cancel_dropdown,
.cancel_dropdown:focus,
.cancel_dropdown:hover {
    background: #aa1f23 !important;
    color: #fff !important
}

.livechatClose {
    background: #bb2f2e;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    right: -5px;
    cursor: pointer;
    width: 22px;
    height: 22px
}

    .livechatClose::after,
    .livechatClose::before {
        position: absolute;
        left: 10px;
        content: ' ';
        height: 12px;
        width: 2px;
        background-color: #fff;
        top: 5px
    }

    .livechatClose::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .livechatClose::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.7)
}

.show {
    display: block !important
}

.fade.in {
    opacity: 1
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: 50px auto auto;
    padding: 15px;
    background: #fff;
    border-radius: 10px
}

.modal-confirm {
    max-width: 338px !important;
    padding: 15px;
    text-align: center
}

    .modal-confirm h3 {
        padding-right: 10px;
        color: #555;
        font-weight: 700;
        font-size: 16px;
        margin: 0 0 20px;
        text-align: center
    }

        .modal-confirm h3 span {
            line-height: 24px
        }

    .modal-confirm .buttons .btn {
        min-width: 100px;
        margin: 0 5px
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modal-content, .modal-dialog {
    border: 0 !important;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}



.modal .modal-dialog .modalclose:after,
.modal .modal-dialog .modalclose:before {
    position: absolute;
    left: 0;
    right: 0;
    content: ' ';
    height: 26px;
    width: 4px;
    background-color: #fff;
    border-radius: 5px;
    top: 6px;
    margin: auto
}

.modal .modal-dialog .modalclose:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.modal .modal-dialog .modalclose:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.modal-body {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px
}

.form-group {
    position: relative;
    margin-bottom: 15px
}

    .form-group label {
        margin-bottom: 10px
    }

.hidden {
    display: none !important
}

.modal-saveSearch {
    max-width: 595px
}

    .modal-saveSearch .title {
        border-bottom: 1px solid #ccc;
        padding: 0 15px 15px;
        margin-bottom: 15px;
        text-align: center
    }

.showObitToggle {
    display: flex;
    align-items: center
}

    .showObitToggle .btn-toggle {
        margin-left: 25px
    }

    .showObitToggle label {
        margin-bottom: 0 !important
    }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.error-msg {
    font-size: 13px;
    font-weight: 700;
    color: red;
    margin: 5px 0 0
}

.modal-saveSearch h3 {
    color: #555;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px 0 25px;
    text-align: center
}

:focus {
    outline: 0
}

.banner_section {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 14px;
    margin: 0;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    position: relative
}

    .banner_section .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
        opacity: 0.7
    }

        .banner_section .btn-close:hover {
            opacity: 1
        }

        .banner_section .btn-close svg {
            width: 12px
        }

.banner_content {
    position: relative;
    padding-left: 30px;
    max-width: 670px
}

.m_top10 {
    margin-top: 10px !important
}

.banner_content:after {
    content: '';
    background: url(../../../../Content/Images/warning.svg) no-repeat left top;
    background-size: 20px;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    left: 0
}

.banner_content h2 {
    margin: 0 0 3px;
    color: #000;
    font-size: 20px;
    padding: 0;
    line-height: 36px;
    font-weight: 700
}

.banner_content p {
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    line-height: 18px
}

.btns_section a {
    display: inline-block;
    padding: 8px 15px;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    line-height: 18px
}

    .btns_section a:last-child {
        margin-left: 0
    }

    .btns_section a.red_btn {
        background: #e73e32;
        border-color: #e73e32;
        border-radius: 0;
        box-shadow: none
    }

    .btns_section a.black_btn {
        background: #000
    }

.banner_section .loading-image {
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

    .banner_section .loading-image img {
        max-width: 130px
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.pull-left {
    float: left !important
}

@media(max-width:1199px) {
    #Zero_Count {
        margin-top: 10px
    }
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto
    }

    .freeNewsPage .rightsection .row {
        overflow: hidden;
    }
}

.text-center {
    text-align: center
}

.modal-dialog.modal-share {
    padding: 0;
    border: 0
}

.breadcrumb {
    background: none !important;
    color: #707070;
    font-size: 0;
    margin: 0 0 6px 0 !important;
    padding-top: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
}

    .breadcrumb li {
        font-size: 12px;
        position: relative;
        padding-right: 4px;
        display: inline-block;
    }

        .breadcrumb li:after {
            content: ">";
            margin: 0 0 0 4px;
        }

        .breadcrumb li:last-child:after,
        .breadcrumb > li + li:before {
            display: none;
        }

        .breadcrumb li:nth-child(2):before {
            display: none;
        }

        .breadcrumb li a {
            color: #707070 !important;
            text-decoration: none !important;
        }

.organic-search-head .breadcrumb li a {
    color: #fff !important;
}

.containerBox {
    max-width: 1030px;
    width: 100%;
    padding: 0 15px;
    margin: auto
}

.btn-block {
    display: block;
    width: 100%
}

.row-eq-height {
    display: flex
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.breadcrumb li:last-child:after,
.breadcrumb > li + li:before {
    display: none
}

.breadcrumb li:nth-child(2):before {
    display: none
}

@media(max-width:767px) {
    .row-eq-height {
        display: block
    }

    .skeleton {
        width: calc(50% - 10px) !important;
    }
}

.nofoundMsg {
    padding: 30px 15px;
    font-size: 20px;
    color: #111;
    text-align: center;
    font-weight: 700
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    border: none;
    background: transparent;
    z-index: 1;
}

.modal-header .close[disabled] {
    cursor: default;
    opacity: .2 !important;
}

.new_pagination.Custompagination {
    margin-bottom: 15px
}

.modal-dialog.upgrademodal {
    max-width: 370px;
    margin: 30px auto;
    padding: 0
}

.JoinusModal .title h3 {
    font-weight: 700 !important
}

.download_btns {
    text-align: center
}

    .download_btns .btn {
        margin: 5px
    }

.modal-dialog.CartOffer {
    padding: 0
}

.block {
    display: block
}

.chat_box {
    position: fixed;
    bottom: 10px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    color: grey;
    text-decoration: none;
    right: 10px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 1
}

    .chat_box img {
        max-height: 30px;
        margin-right: 5px
    }

    .chat_box:focus,
    .chat_box:hover {
        text-decoration: none;
        color: grey
    }

.chat_box_outer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

.livechatClose {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    right: -5px
}

.subscribe-dropdown {
    cursor: pointer
}

    .subscribe-dropdown .dropdown-menu.sbsdd {
        padding: 0 5px;
        top: 26px;
        left: 50%;
        min-width: 230px;
        right: auto;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

.dropdown-menu.sbsdd:before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.dropdown-menu.sbsdd:after {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -4px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: ''
}

.subscribe-dropdown .dropdown-menu.sbsdd i {
    position: relative;
    top: 3px;
    height: 20px;
    display: inline-block
}

.subscribe-dropdown .dropdown-menu.sbsdd svg {
    width: 20px
}

.subscribe-dropdown .dropdown-menu.sbsdd h4 {
    font-weight: 700;
    margin: 5px 0 6px;
    line-height: 1.3;
    font-size: 15px
}

.subscribe-dropdown .dropdown-menu.sbsdd p {
    font-size: 11px;
    color: #7a7a7a;
    line-height: 1.4;
    padding: 0 20px
}

.sign-up-with-google {
    margin: 10px auto;
    max-width: 180px
}

    .sign-up-with-google .abcRioButton.abcRioButtonBlue {
        width: 100% !important;
        height: 28px !important
    }

    .sign-up-with-google .abcRioButtonBlue .abcRioButtonIcon {
        padding: 4px !important
    }

    .sign-up-with-google .abcRioButtonContents {
        line-height: 28px !important;
        line-height: 28px !important
    }

.hide-gsign-popup {
    position: absolute;
    right: 4px;
    top: -2px;
    font-weight: 500;
    border: 0;
    padding: 0;
    opacity: .5;
    background: 0
}

#header li#myAcMenu .userbit {
    display: flex;
    align-items: center;
    transition: none !important
}

#header li#myAcMenu ul.dropdown-menu {
    box-shadow: 0px 4px 24px -4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 0;
    left: auto;
    right: 0;
}

    #header li#myAcMenu ul.dropdown-menu:before {
        display: none !important;
    }

#header #myAcMenu ul.dropdown-menu {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#header #myAcMenu li ul.dropdown-menu:after,
#header #myAcMenu li ul.dropdown-menu:before {
    display: none;
}

.img-profile {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    background: #EFEFF0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 8px;
}

    .img-profile > .init-name {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
    }

    .img-profile > figure {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        overflow: hidden;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

        .img-profile > figure.real-photo {
            padding: 0px;
        }

        .img-profile > figure img {
            object-fit: cover;
            object-position: center;
        }

#header li#myAcMenu .userbit .name {
    position: static;
    margin-right: 5px;
}

#header li#myAcMenu .userbit .caret {
    margin-top: 0px;
}

#header .rightNav li ul.dropdown-menu:after,
#header .rightNav li ul.dropdown-menu:before {
    display: none;
}

/*New Added*/
.col-lg-12 {
    width: 100%;
}

#header .row {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

#header .navigation li a:hover,
#header .navigation li .rich-dropdown-btn:hover,
#header .navigation li.rich-menu-item.open .rich-dropdown-btn {
    background: #EFEFF0;
    color: #212122 !important;
}

#header .navigation li.active a {
    background: #D7D8D9;
    color: #212122 !important;
}


.nav-bar {
    display: flex;
    align-items: center;
    width: 100%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
}


#header .rightNav li a {
    white-space: nowrap;
}

#myNav.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

    #myNav.overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

#header .rightNav ul li .dropdown-menu li {
    margin-left: 0 !important;
    display: flex;
    width: 100%;
}

a.help-btn {
    border-radius: 8px !important;
    padding: 6px 20px;
    height: 32px;
    display: inline-flex;
    align-items: center;
}

    a.help-btn:hover {
        background: #EFEFF0;
        color: #212122 !important;
    }

    a.help-btn:focus {
        background: #e9e9e9;
    }

div#header .banner_section {
    margin-bottom: 25px !important;
    padding: 0 10px 25px 10px !important;
    top: 0 !important;
}

.obituariesPage .obitsearchSection .obitsearchForm {
    max-width: 1048px !important;
}

.pay-menu {
    width: 100%;
}

.justify-content-end {
    justify-content: end;
}

.plan-subscribe {
    margin-top: 110px !important;
    max-width: 1440px !important;
}

.project-title {
    font-size: 30px;
    color: #212122;
    line-height: normal;
    margin-bottom: 20px
}

.project-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow-x: scroll;
    width: 100%
}

    .project-nav ul::-webkit-scrollbar {
        display: none
    }

.project-nav ul {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.project-nav {
    position: relative
}

    .project-nav:after {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background: #d7d8d9;
        border-radius: 2px;
        bottom: 0;
        left: 0
    }

    .project-nav ul li {
        padding-bottom: 16px;
        position: relative
    }

        .project-nav ul li + li {
            margin-left: 30px
        }

    .project-nav li a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
        color: #212122 !important
    }

    .project-nav li.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: #fc3f3f;
        border-radius: 3px 3px 0 0;
        z-index: 9
    }

#header .container {
    position: relative;
}

.add-banner-top {
    margin: 0 auto;
    margin-bottom: 8px;
}

.block-spinner {
    height: 18px;
    min-width: 18px;
    display: none;
}

#header .rightNav ul li a.RstMembership {
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff !important;
    padding: 5px 13px;
    background: #c93030;
    border: 1px solid #de2336;
}

    #header .rightNav ul li a.RstMembership:hover {
        background: #b52727;
        border: 1px solid #b52727;
    }

body {
    overflow-x: hidden;
}

.top-offer {
    background: #333537;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    background-image: url(../../../../Content/Images/offer-bg.jpg);
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

    .top-offer::before {
        content: "";
        height: 100%;
        width: 100vw;
        background: #333537;
        position: absolute;
        top: 0;
        left: -100vw;
    }

    .top-offer::after {
        content: "";
        height: 100%;
        width: 100vw;
        background: #333537;
        position: absolute;
        top: 0;
        right: -100vw;
    }

.block-spinner {
    height: 18px;
    min-width: 18px;
    display: none;
}

.saveBtn {
    background: #C93030;
    box-shadow: 0px 0px 56px rgb(0 0 0 / 50%) !important;
    border-radius: 8px;
    padding: 10px 32px;
    height: 58px;
    color: #fff !important;
    min-height: 60px;
    border: 1px solid #C93030;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    transition: none !important;
}

    .saveBtn:hover {
        background: #B52727;
        border-color: #B52727;
    }

    .saveBtn:focus {
        background: #c93030 !important;
        outline: solid 2px #9c2222;
        outline-offset: 2px;
    }

.mt-40 {
    margin-top: 40px;
}

.skeleton-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.skeleton {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(25% - 10px);
    padding: 16px;
}

.skeleton-box {
    background: #ddd;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .skeleton-box::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        animation: shimmer 1.2s infinite;
    }

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.skeleton-header {
    height: 100px;
    border-radius: 8px;
}

.skeleton-line {
    height: 16px;
    width: 90%;
}

    .skeleton-line.short {
        width: 70%;
    }

.skeleton-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.skeleton-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.skeleton-button {
    width: 70px;
    height: 20px;
    border-radius: 8px;
}

@media(min-width:992px) {
    .top-offer {
        margin-top: -8px;
    }
}

@media(max-width:991px) {
    .top-offer {
        margin-top: -20px;
    }

    .skeleton {
        width: calc(33.33% - 10px) !important;
    }
}

@media(max-width: 1280px) {
    .top-offer {
        overflow-x: hidden;
    }
}

@media(max-width:424px) {
    .top-offer img {
        max-width: 272px;
    }

    .skeleton {
        width: 100% !important;
    }
}

.ajax-loading-block-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 11000;
    background: url(https://newspaperarchive.com/Content/images/thickbox-white-bg.png) 0 0 repeat;
    overflow: hidden;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -64px;
        margin-left: -64px;
        width: 128px;
        height: 128px;
        background: url(https://newspaperarchive.com/Content/assets/images/loading-indicator.gif) no-repeat;
        background-size: 70px;
    }


.button-red {
    background-color: #C93030;
    border-color: #C93030;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: normal;
    box-shadow: none !important;
    border-radius: 8px !important;
}

    .button-red:hover {
        background: #b52727;
        border-color: #b52727;
    }


.modalclose-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    border: none;
    background: transparent;
    z-index: 1;
}

    .modalclose-btn:hover {
        opacity: 1
    }



#MyProjectsNonLoginPopupDiv.modal {
    padding-right: 0
}

#MyProjectsNonLoginPopupDiv .modal-content {
    border-radius: 10px;
    -webkit-border-radius: 10px
}

#MyProjectsNonLoginPopupDiv .modal-content, #MyProjectsNonLoginPopupDiv .modal-dialog {
    border: none
}

#MyProjectsNonLoginPopupDiv .modal-body {
    padding: 30px
}

    #MyProjectsNonLoginPopupDiv .modal-body .button-red {
        margin-bottom: 10px
    }

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%;
}

.w-7 {
    width: 70px;
}
