.wrsn-footer, .wrsn-header {
    font-family: 'Roboto', sans-serif, Arial;
    -webkit-font-smoothing: antialiased;
    outline: 0!important;
    text-decoration: none;
}
.wrsn-footer a, .wrsn-header a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrsn-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.wrsn-wrapper .row{
    margin-left: -15px;
    margin-right: -15px;
}
.wrsn-header {
    padding: 1px 0;
}
a.wrsn-header-logo {
    display: block;
    float: left;
    margin-left: 30px;
}
a.wrsn-header-logo img {
    width: 120px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrsn-header-nav {
    float: right;
    margin-top: 26px;
    position: relative;
}

.wrsn-header-nav a, .wrsn-header-nav > ul > li,
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li,
.windriverHeader a{
    color:#00ADA4;
}

.wrsn-header-nav > a {
    display: none;
}
.wrsn-header-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrsn-header-nav > ul > li {
    float: left;
    margin-left: 30px;
}
.wrsn-header-nav > ul > li > a {
    font-family: 'Avenir LT Std', sans-serif, Arial;
    font-size: 16px;
    color: #333;
    padding: 17px 0;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}
.wrsn-header-nav > ul > li > a > .wrsn-angle-right {
    background: 50% 50%;
    background-repeat: no-repeat;
    display: none;
    width: 6px;
    height: 16px;
}
.wrsn-header-nav > ul > li.open > a, 
.wrsn-header-nav > ul > li.show > a {
    border-bottom: 2px solid #00ADA4;
}
.wrsn-header-nav > ul > li > a:hover {
    opacity: 0.7;
}
.wrsn-header-nav > ul > li > div.dropdown-menu {
    width: 100%;
    right: 0;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 16px;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0 16px 30px rgba(0,0,0,.16);
    box-shadow: 0 16px 30px rgba(0,0,0,.16);
    padding: 0;
}
.wrsn-header-nav > ul > li > div.dropdown-menu.is-lg {
    min-width: 900px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu.is-md {
    min-width: 600px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu.is-sm, 
.wrsn-header-nav > ul > li > div.dropdown-menu.is-xs {
    width: auto;
}
.wrsn-header-nav > ul > li > div.dropdown-menu.is-xs {
    width: auto;
    left: 0;
    right: auto;
    min-width: 200px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 20px 20px 20px 0;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul:first-child {
    padding: 20px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li {
    padding: 3px 0;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li.is-main, 
.wrsn-header-nav > ul > li > div.dropdown-menu div.is-main {
    text-transform: uppercase;
    font-family: 'Avenir LT Std', sans-serif, Arial;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.wrsn-header-nav > ul > li > div.dropdown-menu div.is-main {
    padding-top: 23px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu div.is-btn {
    padding-bottom: 20px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu p {
    margin-bottom: 20px;
    padding: 3px 0;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li.has-p-top {
    padding-top: 10px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li > a {
    font-size: 16px;
}
.wrsn-header-nav > ul > li > div.dropdown-menu ul > li.is-main > a {
    text-transform: uppercase;
    font-family: 'Avenir LT Std', sans-serif, Arial;
    font-weight: 500;
}
.wrsn-footer {
    background-color: #efefef;
    color: #555;
    border-top: 2px solid #fff;
    padding: 60px 0;
}

.wrsn-footer-logo {
    float: left;
    margin-right: 40px;
    padding-bottom: 0;
}

.wrsn-footer .wrsn-wrapper{
    padding-right: 30px;
    padding-left: 30px;
}

.wrsn-footer-logo a img {
    width: 160px;
    height: auto;
}
.wrsn-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrsn-footer-menus {
    float: left;
}
.wrsn-footer-menu-main {
    padding-top: 10px;
}
.wrsn-footer-menu-main ul li {
    float: left;
    margin-right: 40px;
}
.wrsn-footer-menu-main ul li a {
    font-size: 16px;
    color: #666;
}
.wrsn-footer-menu-main ul li a:hover {
    color: #c0c0c0;
}
.wrsn-footer-menu-secondary {
    padding-top: 34px;
}
.wrsn-footer-menu-secondary ul li {
    float: left;
    margin-right: 30px;
}
.wrsn-footer-menu-secondary ul li {
    font-size: 14px;
}
.wrsn-footer-menu-secondary ul li a {
    font-size: 14px;
    color: #666;
}
.wrsn-footer-menu-secondary ul li a:hover {
    color: #c0c0c0;
}
.wrsn-footer-social-menu {
    float: right;
}
.wrsn-footer-social-menu ul li {
    float: left;
    margin-right: 20px;
}
.wrsn-footer-social-menu ul li:last-child {
    margin-right: 0;
}
.wrsn-footer-social-menu ul li.wrsn-is-fb {
    margin-right: 30px;
}
.wrsn-footer-social-menu ul li a img {
    width: 50%;
    height: auto;
}
.wrsn-footer-social-menu ul li a:hover {
    opacity: 0.7;
}
.wrsn-footer .wrsn-clear-mobile {
    display: none;
}
.wrsn-is-medium {
    font-family: 'Avenir LT Std', sans-serif, Arial;
    font-weight: 500;
}
.wrsn-mobile-menu-trigger img.wrsn-mobile-icon-active, 
.wrsn-mobile-menu-user-trigger img.wrsn-mobile-icon-active {
    display: none;
}
.wrsn-mobile-menu-trigger.is-active img.wrsn-mobile-icon, 
.wrsn-mobile-menu-user-trigger.is-active img.wrsn-mobile-icon {
    display: none;
}
.wrsn-mobile-menu-trigger.is-active img.wrsn-mobile-icon-active, 
.wrsn-mobile-menu-user-trigger.is-active img.wrsn-mobile-icon-active {
    display: inline-block;
}
.wrsn-header .dropdown-toggle::after {
    display: none;
}
.windriver .article-single .article__entry pre.pre.codeblock.wide {
    white-space: pre !important;
}
.windriver .wrsn-mobile-menu-user-trigger.is-active + ul,
.windriver .wrsn-mobile-menu-user-trigger.is-active + ul .dropdown-menu {
    display: block !important;
    transform: none !important;
    height: auto !important;
}
.windriver .is-user-menu .show > .dropdown-menu {
    display: block !important;
}

/*
Special
 */
.wrsn-header-user-icon {
    width: 14px;
    height: 14px;
    float: left;
    display: inline-block;
    margin-right: 3px;
}
.wrsn-header-user-icon img {
    width: 100%;
    height: 100%;
    margin-top: -4px;
    position: relative;
}
@media screen and (max-width: 1499px) {
    .wrsn-wrapper {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1199px) {
    .wrsn-header-nav > ul > li > div.dropdown-menu.is-lg {
        min-width: 100%;
    }
    .wrsn-wrapper  {
        padding: 0 20px;
    }
    .wrsn-footer-menu-main ul li {
        margin-right: 26px;
    }
    .wrsn-footer-menu-secondary ul li {
        margin-right: 22px;
    }
    .wrsn-footer-social-menu ul li {
        margin-right: 10px;
    }
    .wrsn-footer-social-menu ul li.wrsn-is-fb {
        margin-right: 20px;
    }
    .wrsn-footer .wrsn-clear-mobile {
        display: block;
    }
    .wrsn-footer-logo {
        width: 120px;
        margin-bottom: 40px;
    }
    .wrsn-footer-menu-secondary {
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .wrsn-footer-menus {
        float: none;
    }
    .wrsn-footer-social-menu {
        float: none;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .wrsn-header-nav {
        width: 40px;
        text-align: center;
        position: initial;
    }
    .wrsn-header-nav > ul {
        display: none;
        position: absolute;
        background: #fff;
        top: 101px;
        border-top: 1px solid #eee;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 16px 30px rgba(0,0,0,.16);
        box-shadow: 0 16px 30px rgba(0,0,0,.16);
        z-index: 100;
    }
    .wrsn-header-nav > a {
        font-size: 24px;
        line-height: 24px;
        color: #333;
        display: inline-block;
    }
    .wrsn-header-nav > a.is-active {
        color: #cc0000;
    }
    .wrsn-header-nav > ul > li > div.dropdown-menu.is-sm, 
    .wrsn-header-nav > ul > li > div.dropdown-menu.is-xs {
        width: 100%;
    }
    .wrsn-header-nav.is-user-menu > ul > li {
        margin-left: 20px;
        float: none;
    }
    .wrsn-header-nav.is-user-menu > ul > li > a {
        display: none;
    }
    .wrsn-header-nav.is-user-menu > ul > li > .dropdown-menu {
        display: block;
        position: initial;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .wrsn-header-nav.is-user-menu > ul > li > div.dropdown-menu > ul {
        padding: 20px 0;
    }
    .wrsn-header-nav.is-user-menu > ul > li > div.dropdown-menu > ul > li > a {
        display: block;
    }
    .wrsn-header-nav.is-main-menu > ul {
        float: none;
        padding: 20px 0;
    }
    .wrsn-header-nav.is-main-menu > ul > li {
        float: none;
        margin-left: 20px;
        padding: 3px 0;
        text-align: left;
        clear: both;
    }
    .wrsn-header-nav.is-main-menu > ul > li > a {
        display: block;
        padding: 0;
        position: relative;
    }
    .wrsn-header-nav.is-main-menu > ul > li.open > a {
        border-bottom: 0 none;
    }
    .wrsn-header-nav.is-main-menu > ul > li > a > .wrsn-angle-right {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 20px;
    }
    .wrsn-header-nav.is-main-menu > ul > li.open > a > .wrsn-angle-right {
        transform: rotate(90deg);
    }
    .wrsn-header-nav.is-main-menu > ul > li > div.dropdown-menu {
        position: initial;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .wrsn-header-nav.is-main-menu > ul > li > div.dropdown-menu ul {
        padding: 20px 0;
    }
    .wrsn-footer-menu-main ul li {
        float: none;
        line-height: 24px;
    }
    .wrsn-footer-menu-secondary ul li {
        float: none;
        line-height: 24px;
    }
    .wrsn-footer-menu-secondary ul li:last-child {
        margin-top: 20px;
    }
    .wrsn-header-user-icon {
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 480px) {

}
/* Bootstrap rows */
.row { margin-left: -15px; margin-right: -15px; }
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-3,  .col-xs-6, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }

@media (min-width: 768px) { 
    .col-sm-2, .col-sm-3, .col-sm-6, .col-sm-12 , .col-sm-10 { float: left; }
    .col-sm-12 { width: 100%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-6 { width: 50%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.66666667%; }
}
@media (min-width: 992px) {
    .col-md-2, .col-md-3, .col-md-6, .col-md-12, .col-md-10  { float: left; }
    .col-md-12 { width: 100%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-6 { width: 50%; }
    .col-md-3 { width: 25%; }
}
@media (min-width: 1200px) {
    .col-lg-2, .col-lg-3, .col-lg-6, .col-lg-12, .col-lg-10 { float: left; }
    .col-lg-12 { width: 100%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-6 { width: 50%; }
    .col-lg-3 { width: 25%; }
    .col-lg-2 { width: 16.66666667%; }
}

/* WRSN Survey */

#wrsn-survey-modal.modal {
    z-index: 1050;
    padding-top: 0;
}
#wrsn-survey-modal .modal-dialog {
    width: 400px !important;
    margin: 120px auto !important;
}
#wrsn-survey-modal .modal-content {
    border-radius: 0;
    border: 0 none;
    display: block;
}
@media screen and (max-width: 767px) {
    #wrsn-survey-modal .modal-dialog {
        margin: 100px auto !important;
    }
}
#wrsn-survey-modal .modal-header {
    border-bottom: 0 none;
}
#wrsn-survey-modal .modal-body {
    text-align: center;
    padding: 30px;
}
#wrsn-survey-modal .modal-body > img {
    width: 100%;
    height: auto;
}
.wrsn-survey-modal-title {
    font-size: 34px;
    line-height: 40px;
    padding-top: 40px;
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
}
.wrsn-survey-modal-text {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}
.wrsn-survey-modal-btns {
    padding-top: 40px;
}
.windriver a.wrsn-survey-modal-start-btn {
    float: left;
    width: 160px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #337AB7;
    border: 1px solid #337AB7;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.windriver a.wrsn-survey-modal-start-btn:hover {
    background-color: #23527c;
    border: 1px solid #23527c;
    color: #fff !important;
}
.wrsn-survey-modal-later-btn {
    float: right;
    width: 160px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #337AB7;
    background-color: #fff;
    border: 1px solid #337AB7;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    font-weight: 700;
}
.wrsn-survey-modal-later-btn:hover {
    background-color: #fff;
    border: 1px solid #23527c;
    color: #23527c;
}
.wrsn-survey-modal-dismiss {
    padding-top: 30px;
}
.wrsn-survey-modal-dismiss a {
    font-size: 12px;
}

/* WRSN Feedback Widget */

.wrsn-feedback-widget {
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 10000;
    color: #333;
    background: #E9F0F7;
    border: 1px solid #C4D5E6;
    border-bottom: 0 none;
    border-color: #C4D5E6;
    width: 180px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrsn-feedback-widget.wrsn-feedback-widget-has-form {
    width: 330px;
    height: 270px;
}
.wrsn-feedback-widget-question {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 7px 0;
    text-align: center;
    font-weight: 500;
}
.wrsn-feedback-widget-answers {
    text-align: center;
}
.wrsn-feedback-widget-answers > label {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: inline;
    cursor: pointer;
    margin: 0 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrsn-feedback-widget-answers > label:hover {
    opacity: .7;
}
.wrsn-feedback-widget-form {
    display: none;
    padding: 10px;
}
.wrsn-feedback-widget-form > textarea {
    resize: none;
    border: 0px none;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    height: 200px;
    border: 1px solid transparent;
}
.wrsn-feedback-widget-form-btns {
    text-align: right;
    padding-top: 4px;
}
.wrsn-feedback-widget-form-btns > button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #337AB7;
    border: 0 none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 20px;
    margin-left: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wrsn-feedback-widget-form-btns > button:hover {
    background-color: #23527c;
}
.wrsn-feedback-widget-loader {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    display: none;
    margin-top: 23px;
}
.wrsn-feedback-widget-loader > div {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: wrsn-feedback-widget-loader-animation 1.4s infinite ease-in-out both;
    animation: wrsn-feedback-widget-loader-animation 1.4s infinite ease-in-out both;
}
.wrsn-feedback-widget-loader .wrsn-feedback-widget-loader-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.wrsn-feedback-widget-loader .wrsn-feedback-widget-loader-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes wrsn-feedback-widget-loader-animation {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes wrsn-feedback-widget-loader-animation {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.wrsn-feedback-widget-response {
    display: none;
}
.wrsn-feedback-widget-response-icon {
    font-size: 22px;
    line-height: 22px;
    padding: 9px 0 4px 0;
    text-align: center;
}
.wrsn-feedback-widget-response-text {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
}

.wrsn-feedback-widget-glow{
    animation: glow .5s 1 ease-in;
}

@keyframes glow {
    to {
        border: 1px solid red;
    }
}


@media screen and (max-width: 766px) {
    .wrsn-feedback-widget {
        position: relative;
        width: 100%;
        right: 0px;
        padding: 11px 0px;
        height: auto;
        min-height: 75px;
    }
    .wrsn-feedback-widget.wrsn-feedback-widget-has-form {
        width: 100%;
        height:auto;
    }
}

@media screen and (min-width: 767px) {
    #liveagent_button_online.wrsn-widget-design a.wrsn-chat,
    #liveagent_button_offline.wrsn-widget-design a.wrsn-chat {
        border-radius: 0 !important;
        position: fixed !important;
        right: 20px !important;
        bottom: 0 !important;
        z-index: 10000 !important;
        padding: 0 !important;
        color: #fff !important;
        width: 60px !important;
        height: 60px !important;
        text-decoration: none !important;
        display: block !important;
        webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
        background-image: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
    #liveagent_button_online.wrsn-widget-design .wrsn-chat-status,
    #liveagent_button_offline.wrsn-widget-design .wrsn-chat-status {
        float: none !important;
        font-size: 11px !important;
        line-height: 11px !important;
        text-transform: uppercase !important;
        text-align: center !important;
    }
    #liveagent_button_online.wrsn-widget-design .wrsn-chat-title,
    #liveagent_button_offline.wrsn-widget-design .wrsn-chat-title {
        display: none !important;
    }
    #liveagent_button_online.wrsn-widget-design .wrsn-chat-icon,
    #liveagent_button_offline.wrsn-widget-design .wrsn-chat-icon {
        font-size: 24px !important;
        line-height: 24px !important;
        float: none !important;
        text-align: center !important;
        padding: 6px 0 !important;
    }
    #liveagent_button_online.wrsn-widget-design .wrsn-chat-icon .fa-comments:before,
    #liveagent_button_offline.wrsn-widget-design .wrsn-chat-icon .fa-comments:before {
        content: "\f27b" !important;
    }
}
@media (max-width: 767px) {
    .wrsn-header {
        padding: 12px 0;
    }
    .wrsn-header-nav > ul > li.open > a, 
    .wrsn-header-nav > ul > li.show > a {
        border-bottom: 0 none;
    }
    .wrsn-header-nav.is-main-menu > ul > li > div.dropdown-menu {
        position: initial !important;
    }
    .windriver .header .wrsn-header-nav .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*

@media (prefers-color-scheme: dark) {
    .wrsn-header-nav > ul > li > a,
    .wrsn-footer-menu-main ul li a,
    .wrsn-footer-menu-secondary ul li a{
        color:#ffffff;
    }

    .wrsn-header-nav > ul > li > a > span{
        display: none;
    }

    .wrsn-footer {
        background-color: #1c1c1c;
        color: #ffffff;
        border-top: 2px solid #000000;
        padding: 60px 0;
    }

    .wrsn-header-nav > ul{
        background:000000;
    }

    .wrsn-header-user-icon img:first-child{
        filter: invert(1);
    }


    .wrsn-header-nav > ul > li > a,
    .wrsn-footer-menu-main ul li a,
    .wrsn-footer-menu-secondary ul li a
    {
        color:#ffffff;
    }


    .wrsn-header-nav > ul{
        background:000000;
    }

    .wrsn-header-user-icon img:first-child{
        filter: invert(1);
    }

    a.wrsn-header-logo img.dark, .wrsn-header-user-icon img.dark{
        display:none;
    }

    .wrsn-header-user-icon img.light,
    .wrsn-footer-logo a img.light{
        display:none;
    }
    .wrsn-header-user-icon img.dark,
    .wrsn-footer-logo a img.dark{
        display:inline !important;
    }


    a.wrsn-header-logo img.light{
        display:none;
    }
    a.wrsn-header-logo img.dark{
        display:inline !important;
    }



    .wrsn-header-nav > ul > li > a > span{
        display: none;
    }

    .wrsn-footer {
        background-color: #1c1c1c;
        color: #ffffff;
        border-top: 2px solid #000000;
        padding: 60px 0;
    }

}

*/



@media (prefers-color-scheme: dark) {
    .wrsn-footer-menu-main ul li a,
    .wrsn-footer-menu-secondary ul li a{
        color:#ffffff;
    }


    .wrsn-footer {
        background-color: #1c1c1c;
        color: #ffffff;
        border-top: 2px solid #000000;
        padding: 60px 0;
    }


    .wrsn-footer-menu-main ul li a,
    .wrsn-footer-menu-secondary ul li a
    {
        color:#ffffff;
    }

    .wrsn-footer {
        background-color: #1c1c1c;
        color: #ffffff;
        border-top: 2px solid #000000;
        padding: 60px 0;
    }

}


html[data-darkreader-scheme="dark"] .wrsn-header-nav > ul > li > a,
html[data-darkreader-scheme="dark"] .wrsn-footer-menu-main ul li a,
html[data-darkreader-scheme="dark"] .wrsn-footer-menu-secondary ul li a
{
    color:#ffffff;
}


html[data-darkreader-scheme="dark"] .wrsn-header-nav > ul{
    background:000000;
}

html[data-darkreader-scheme="dark"] .wrsn-header-user-icon img:first-child{
    filter: invert(1);
}

a.wrsn-header-logo img.dark, .wrsn-header-user-icon img.dark{
    display:none;
}

html[data-darkreader-scheme="dark"] .wrsn-header-user-icon img.light,
html[data-darkreader-scheme="dark"] .wrsn-footer-logo a img.light{
    display:none;
}
html[data-darkreader-scheme="dark"] .wrsn-header-user-icon img.dark,
html[data-darkreader-scheme="dark"] .wrsn-footer-logo a img.dark{
    display:inline !important;
}


html[data-darkreader-scheme="dark"] a.wrsn-header-logo img.light{
    display:none;
}
html[data-darkreader-scheme="dark"] a.wrsn-header-logo img.dark{
    display:inline !important;
}



html[data-darkreader-scheme="dark"]  .wrsn-header-nav > ul > li > a > span{
    display: none;
}

html[data-darkreader-scheme="dark"] .wrsn-footer {
    background-color: #1c1c1c;
    color: #ffffff;
    border-top: 2px solid #000000;
    padding: 60px 0;
}

