
body.dash {
    background: rgba(0, 0, 0, 0) radial-gradient(1000px at 50% 750px , #3da5ed -700px, #071725 100%) no-repeat center center fixed;
    font-family: "ROBOTO",sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
}

.rcmg_users_dash_container {
    font-family: "Helvetica Neue", sans-serif;
}
.rcmg_users_dash_container > .main_body {
    max-width: 1180px;
    margin: 0 auto;
    clear:both;
    min-height: calc(100vh - 196px);
}
.rcmg_users_dash_container *:not(input):not(option):not(textarea) {
    font-family:"Fira Sans Condensed", sans-serif;
}

.rcmg_users_dash_container > .header {
    background: #000;
    color: #fff;
}
.rcmg_users_dash_container > .header > .content {
    max-width: 1180px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}
.rcmg_users_dash_container > .header > .content .logo {
    float: left;
    position: relative;
    top: 4px;
    left: 4px;
}
.rcmg_users_dash_container > .header > .content .title {
    float: left;
    font-size: 30px;
    margin: 6px 0 0 20px;
}
.rcmg_users_dash_container > .header > .content .welcome {
    float: right;
    margin-top: 15px;
}
.rcmg_users_dash_container > .header > .content .sign_out {
    float: right;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-left: 10px;
    margin-top: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.rcmg_users_dash_container > .header > .content .cog {
    position: absolute;
    padding: 5px 20px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.rcmg_users_dash_container > .header > .content .cog:hover {
    background: #666;
}
.rcmg_users_dash_container > .header > .content .sign_out:hover {
    background: #666;
}
.rcmg_users_dash_container > .header > .content .go_to_label {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.rcmg_users_dash_container > .header > .content .go_to_arrow {
    float: right;
    margin-top: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 5px 2px;
    margin-right: 40px;
    cursor: pointer;
    font-size: 12px;
}
.rcmg_users_dash_container > .header > .content .go_to_arrow .up_arrow {
    position: relative;
    top: -2px;
}
.rcmg_users_dash_container > .header > .content .go_to_arrow:hover {
    background: #666;
}
.rcmg_users_dash_container > .header > .content .go_to_link {

    float: right;
    padding: 10px;
    border-radius: 5px;
    margin-top:  5px;
    margin-right: 3px;
    color: #fff;
}
.rcmg_users_dash_container > .header > .content .go_to_link:hover {
    background: #666;
    text-decoration: none;
}
.rcmg_users_dash_container > .header > .content .go_to_link:visited,
.rcmg_users_dash_container > .header > .content .go_to_link:active {
    color: #fff;
}
.rcmg_users_dash_container > .header > .content .mobile_back {
    display: none;
    background: #000;
    position: absolute;
    top: 50px;
    right: 0;
    width: 320px;
    height: 150px;
    z-index: 9;
}
.rcmg_users_dash_container > .header > .content .mobile_back.not_signed_in {
    height: 90px;
}


.rcmg_users_dash_container .go_to_menu_container {
    position: relative;
    float: right;
}
.rcmg_users_dash_container .go_to_menu {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1000000;
    top: 50px;
    right: -30px;
}
.rcmg_users_dash_container .go_to_menu > li {
    padding: 10px 36px 10px 20px;
    cursor: pointer;
}
.rcmg_users_dash_container .go_to_menu > li:hover {
    background:#666;
}

.rcmg_users_dash_container ul.tabs {
    bottom: -1px;
    list-style: outside none none;
    margin: 20px 0 -1px;
    overflow: hidden;
    padding: 0 0 1px;
    /*position: relative;*/
    z-index: 100000;
    left:2px;
}
.rcmg_users_dash_container ul.tabs > li {
    background: #ccc none repeat scroll 0 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 5px solid #888;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: bottom;
}
.rcmg_users_dash_container ul.tabs > li:hover {
    background: #eee;
}
.rcmg_users_dash_container ul.tabs > li:first-child {
    border-left: 1px solid #333;
}
.rcmg_users_dash_container ul.tabs > li:last-child {
    border-right: 1px solid #333;
}
.rcmg_users_dash_container ul.tabs > li.active {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    cursor: auto;
    font-size: 25px;
    padding: 15px 30px;
    position: relative;
    border-top:5px solid #3DA5ED;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(2) {
    left: -1px;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(3) {
    left: -2px;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(4) {
    left: -3px;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(5) {
    left: -4px;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(6) {
    left: -5px;
}
.rcmg_users_dash_container ul.tabs > li:nth-child(7) {
    left: -6px;
}
/*.rcmg_users_dash_container ul.tabs {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    border: 1px solid #000;
}
.rcmg_users_dash_container ul.tabs > li {
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #000;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}
.rcmg_users_dash_container ul.tabs > li:first-child {
    border-left: none;
}
.rcmg_users_dash_container ul.tabs > li > span.name {
    background: #fff;
    display: block;
    color: #000;
    padding: 5px 0;
    cursor: pointer;
}
.rcmg_users_dash_container ul.tabs > li.active > span.name {
    background: #000;
    color: #fff;
    cursor: none;
}
.rcmg_users_dash_container ul.tabs > li:hover > span.name {
    background: #000;
    color: #fff;
}*/
.rcmg_users_dash_container .section {
    background-color: rgba(255, 255, 255, 0.1);
    /*border: 2px solid #0d273b;*/
    border-radius: 0 10px 5px 5px;
    clear: both;
    color: #FFFFFF;
    /*margin-bottom: 130px;*/
    min-height: 550px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    border-top: 0;
}
.rcmg_users_dash_container .section > .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #3DA5ED;
    border-bottom: 5px solid #3DA5ED;
}
.rcmg_users_dash_container .section > label {
    display: block;
    color: #FFFFFF;
    margin: 0 0 7px 7px;
}

.rcmg_users_dash_container .section > .form_section_header {
    margin: 20px 0;
    border-bottom: 5px solid #3DA5ED;
    padding-bottom: 4px;
    font-size: 24px;
    color: #3DA5ED;
}
.rcmg_users_dash_container .section > .form_section_header small {
    padding-left: 20px;
    font-size: 14px;
}

.rcmg_users_dash_container .section > input:not(.button):not(.radio),
.rcmg_users_dash_container .section > select {
    width: 50%;
    display: block;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 6px 15px;
    border-radius: 2px;
    font-size: 1em;
    border: none;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
    outline: none;
    -webkit-appearance: none;
}
.rcmg_users_dash_container .section .disabled {

    margin: 7px 0 30px 7px;
    padding: 5px 20px;
    background: #eee;
    display: inline-block;
}
.rcmg_users_dash_container .section > label[for="gender_male"],
.rcmg_users_dash_container .section > label[for="gender_female"] {
    display:inline;
    margin:0;
}

.rcmg_users_dash_container ul.newsletters_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: solid 1px #777777;
    width: 100%;
}
.rcmg_users_dash_container ul.newsletters_list.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.rcmg_users_dash_container ul.newsletters_list > li {
    width: 100%;
    /*background: #fff;*/
    background:transparent none;
    color: #999999;
    border-bottom: 1px solid #777777;
    font-weight: bold;
    display: table;
}
.rcmg_users_dash_container ul.newsletters_list > li:nth-child(2n+3) {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.rcmg_users_dash_container ul.newsletters_list > li:nth-child(2n) {
    /*background: #f8f8f8;*/
    background:transparent none;
}
.rcmg_users_dash_container ul.newsletters_list > li a {
    color: inherit;
}
.rcmg_users_dash_container ul.newsletters_list > li.selected {
    color: #FFFFFF;
}
.rcmg_users_dash_container ul.newsletters_list > li > span {
    display: table-cell;
    vertical-align: middle;
}
.rcmg_users_dash_container ul.newsletters_list > li > span.name {
    padding-left: 20px;
    width: 44%;
    word-break: break-word;
    border-left: 1px solid #777777;
}
.rcmg_users_dash_container ul.newsletters_list > li.selected > span.checkbox {
    border-left: solid 1px #777777;
    text-align: center;
    width: 8%;
    font-size: 1.8em;
    cursor: pointer;
    color:#FFFFFF;
}.rcmg_users_dash_container ul.newsletters_list > li > span.checkbox {
     border-left: solid 1px #777777;
     text-align: center;
     width: 8%;
     font-size: 1.8em;
     cursor: pointer;
     color:#999999;
     position: relative;
 }
.rcmg_users_dash_container ul.newsletters_list > li > span.checkbox:hover {
    color: #fff;
}
.rcmg_users_dash_container ul.newsletters_list > li > span.checkbox:hover:after {
    content: 'Click to Subscribe';
    position: absolute;
    width: 118px;
    display: block;
    height: 27px;
    font-size: 12px;
    left: 60px;
    background-color: #3da5ed;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    top: -10px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.rcmg_users_dash_container ul.newsletters_list > li.selected > span.checkbox:hover:after{
    content: 'Click to Unsubscribe';
}
.rcmg_users_dash_container ul.newsletters_list > li > span.opt_in {
    border-left: solid 1px #777777;
    text-align: center;
    width: 24%;
    font-size: 0.8em;
}
.rcmg_users_dash_container ul.newsletters_list > li > span.opt_in .extra {
    display: none;
}
.rcmg_users_dash_container ul.newsletters_list span.pending {
    font-size: 0.8em;
    color: #bbb;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}
.rcmg_users_dash_container ul.newsletters_list span.pending:hover {
    text-decoration: underline;
}

@media only screen and (max-width : 767px){
    .rcmg_users_dash_container ul.newsletters_list span.pending {
        width:100%;
    }
}

.rcmg_users_dash_container ul.newsletters_list > li.header_label > span.name {
    border-left: none;
}
.rcmg_users_dash_container ul.newsletters_list > li.header_label > span.checkbox {
    border-left: none;
}
.rcmg_users_dash_container ul.newsletters_list > li.header_label > span.opt_in {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-top: 1px solid #777777;
    color: #fff;
    padding: 7px 0;
}

.rcmg_users_dash_container .section > .sub_title {
    margin-bottom: 20px;
}

.rcmg_users_dash_container .section.notifications .loading {
    background: url(loader.gif) no-repeat center center;
    -webkit-background-size: 80px;
    background-size: 80px;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;

}

.rcmg_users_dash_container .section.newsletters > .loading {
    /*background: #fff url(loader.gif) no-repeat center center;*/
    background: url(loader.gif) no-repeat center center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    /*border:2px solid #3da5ed;*/
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%);
    -webkit-background-size: 80px;
    background-size: 80px;
}

.rcmg_users_dash_container ul.notifications_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    margin-bottom: 20px;
    box-sizing:border-box;
    float: left;
    width: 50%;
}
.rcmg_users_dash_container ul.notifications_list > li {
    width: 100%;
    background: #fff;
    color: #bbb;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    display: table;
}
.rcmg_users_dash_container ul.notifications_list > li:nth-child(2n) {
    background: #f8f8f8;
}
.rcmg_users_dash_container ul.notifications_list > li a {
    color: inherit;
}
.rcmg_users_dash_container ul.notifications_list > li.selected {
    color: #3DA5ED;
}
.rcmg_users_dash_container ul.notifications_list > li > div {
    display: table-cell;
    vertical-align: middle;
}
.rcmg_users_dash_container ul.notifications_list > li > .info {
    padding: 5px 0 5px 20px;
}
.rcmg_users_dash_container ul.notifications_list > li > .info > .name {
    font-size: 20px;
    display: block;
}

.rcmg_users_dash_container ul.notifications_list > li > .info > .description {
    font-size: 14px;
    padding-left: 10px;
    display: block;
    color: #aaa;
}
.rcmg_users_dash_container ul.notifications_list > li > .checkbox {
    border-left: solid 1px #e0e0e0;
    text-align: center;
    width: 61px;
    font-size: 1.8em;
    cursor: pointer;
}

.rcmg_users_dash_container .unauthenticated {
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.rcmg_users_dash_container .mini_help_nav {
    color: #333;
    background: #eee;
    display: none;
    overflow: auto;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: bottom;
    margin-left: 20px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.rcmg_users_dash_container .mini_help_nav:hover {
    background: #ddd;
}
.rcmg_users_dash_container .mini_help_nav > img.nt_icon {

    height: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.2;
    float: left;
}

.rcmg_users_dash_container .section > .title .mini_help {
    color: #333;
    background: #eee;
    display: none;
    overflow: auto;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: bottom;
    margin-left: 20px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.rcmg_users_dash_container .section > .title .mini_help:hover {
    background: #ddd;
}
.rcmg_users_dash_container .section > .title .mini_help > img.nt_icon {

    height: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.2;
    float: left;
    margin-right: 10px;
}

.rcmg_users_dash_container .section > .main_help {
    background: #ddd;
    color: #666;
    padding: 20px;
    overflow: auto;
    display: block;
    box-sizing:border-box;
    position: absolute;
    left: calc(50% + 20px);
    right: 20px;
    top: 135px;
}
.rcmg_users_dash_container .section > .main_help .help_close {
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    display: none;
}
.rcmg_users_dash_container .section > .main_help .help_close:hover {
    background: #eee;
}
.rcmg_users_dash_container .section > .main_help > img.nt_icon {
    height: 40px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.2;
    float: left;
}
.rcmg_users_dash_container .section > .main_help img.notif_preview {
    max-width: 100%;
    width: auto;
}
.rcmg_users_dash_container .section > .main_help > .help_right {
    float: left;
    margin-left: 20px;
    width: calc(100% - 65px);
}
.rcmg_users_dash_container .section > .main_help > .help_right p:first-child {
    font-style: italic;
    margin-top: 0;
}

.rcmg_users_dash_container ul.paid_subscriptions_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    margin-bottom: 20px;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li {
    width: 500px;
    background: #fff;
    color: #bbb;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    display: table;
}
.rcmg_users_dash_container ulpaid_subscriptions_list > li:nth-child(2n) {
    background: #f8f8f8;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li a {
    color: inherit;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li.selected {
    color: #3DA5ED;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li > div {
    display: table-cell;
    vertical-align: middle;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li > .info {
    padding: 5px 0 5px 20px;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li > .info > .name {
    font-size: 20px;
    display: block;
}

.rcmg_users_dash_container ul.paid_subscriptions_list > li > .info > .descriptions {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    font-size: 14px;
}
.rcmg_users_dash_container ul.paid_subscriptions_list > li > .checkbox {
    border-left: solid 1px #e0e0e0;
    text-align: center;
    width: 61px;
    font-size: 1.8em;
    cursor: pointer;
}
.rcmg_users_dash_container > .main_body > .loading {
    background: url(loader.gif) no-repeat center bottom;
    -webkit-background-size: 80px;
    background-size: 80px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    color:#fff;
}
.rcmg_users_dash_container > .main_body > .registered {
    padding: 20px;
    text-align: center;
    color: #fff;
}
.rcmg_users_dash_container > .main_body > .reg_button {
    width: 100px;
    display: block;
    margin: 50px auto 0;
    text-align: center;
    background:none;
    border-radius:1px solid #FFFFFF;
}
.rcmg_users_dash_container .section.login {
    margin-top: 40px;
}
.rcmg_users_dash_container .login_space {
    height: 800px;
}
.rcmg_users_dash_container .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 30px;
}
.rcmg_users_dash_container .button:hover {
    background: #999999;
}
.rcmg_users_dash_container .button.submit {
    background: none;
}
.rcmg_users_dash_container .button.submit:hover {
    background: #3DA5ED;
}

.rcmg_users_dash_container .bottom_info {
    background: #0d273b none repeat scroll 0 0;
    border-top: 5px solid #ccc;
    bottom: 0;
    left: 0;
    padding: 30px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 100000;
}
.rcmg_users_dash_container .bottom_info .message {
    margin-top: 20px;
    color: white;
}
.rcmg_users_dash_container .bottom_info .loading {
    background: url("loader.gif") no-repeat scroll center center;
    -webkit-background-size: 80px;
    background-size: 80px;
    display: inline-block;
    height: 35px;
    padding: 20px;
    text-align: center;
    width: 35px;
}
.rcmg_users_dash_container .bottom_info .notice {
    padding: 10px 20px;
    background: transparent none;
    margin-bottom: 10px;
}

.rcmg_users_dash_container .top_info {
    background: #1d374b none repeat scroll 0 0;
    border-bottom: 5px solid #ccc;
    left: 0;
    max-height: 50vh;
    overflow: auto;
    padding: 30px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 100000;
}
.rcmg_users_dash_container .top_info .top_close {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.rcmg_users_dash_container .top_info .top_close:hover {
    background: #eee;
}
.rcmg_users_dash_container .top_info ul.error_list {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
    font-size: 0.9em;
}

.rcmg_users_dash_container .section.notifications .notif_sign_up_button {
    background: #3DA5ED;
    float: left;
}
.rcmg_users_dash_container .section.notifications .notif_sign_up_button:hover {
    background: #aaaaDD;
}

.rcmg_users_dash_container .authenticated {
    position: relative;
}

.rcmg_users_dash_container .mobile_nav {
    text-align: right;
    overflow: auto;
}

.rcmg_users_dash_container select.mobile_tabs {
    display: none;
    z-index: 10000;
    box-sizing: border-box;
    margin: 1px 10px;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 1em;
    border: none;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
    outline: none;
}

.rcmg_users_dash_container .friendly_info {
    background: #3DA5ED;
    color: #fff;
    padding: 20px;
}

.rcmg_users_dash_container .pending_icon {
    cursor: pointer;
    vertical-align: text-top;
}

.rcmg_users_dash_container .section > .pending_help {
    background: #ddd;
    color: #666;
    padding: 20px;
    overflow: auto;
    display: block;
    box-sizing:border-box;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.rcmg_users_dash_container .section > .pending_help .help_close {
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}
.rcmg_users_dash_container .section > .pending_help .help_close:hover {
    background: #eee;
}
.rcmg_users_dash_container .section > .pending_help > img.nt_icon {
    height: 40px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 0.2;
    float: left;
}
.rcmg_users_dash_container .section > .pending_help > .help_right {
    float: left;
    margin-left: 20px;
    width: calc(100% - 65px);
}
.rcmg_users_dash_container .section > .pending_help > .help_right p:first-child {
    font-style: italic;
    margin-top: 0;
}
.rcmg_users_dash_container .manage {
    display: none;
}


.dash_footer {
    background-color: #191919;
    border-top: 1px solid #2e2e2e;
    /*bottom: 0;*/
    color: #ccc;
    display: inline-block;
    padding: 20px 0;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
}

body.dash > #purchases-list,
body.dash > ev-purchases-list #purchases-list {
    /*opacity: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
    overflow: hidden;*/
}
#error-purchases-list {
    display: none;
}

#ev_sub_widget .widget-body {
    background: none;
}
#ev_sub_widget .purchase-list-container > table {
    border: 1px solid #777;
}
#ev_sub_widget .purchase-list-container > table tr:nth-child(2n+1) {
    background: rgba(255,255,255,0.2);
}
#ev_sub_widget .purchase-list-container > table tr th,
#ev_sub_widget .purchase-list-container > table tr td {
    border-top: 1px solid #777;
    padding: 8px 20px;
}
.rcmg_users_dash_container .section .buy_new {
    text-align: center;
}
.rcmg_users_dash_container .section .questions {
    text-align: center;
    padding-top: 10px;
}
.rcmg_users_dash_container .section .buy_new a,
.rcmg_users_dash_container .section .questions a {
    text-decoration: underline;
    color: inherit;
}

#reason-for-canceling-wrapper, #rcmg-message-box-wrapper{
    width: 50%;
}


@media only screen and (max-width: 849px) {

    .rcmg_users_dash_container > .header > .content .go_to_label {
        display: none;
    }
}

@media only screen and (max-width : 767px) {
    body.dash {
        background: rgba(0, 0, 0, 0) radial-gradient(680px at 50% 800px , #3da5ed -200px, #071725 100%) no-repeat center center fixed;
    }

    .uno-col .alpha {
        padding: 0;
    }
    .rcmg_users_dash_container ul.tabs {
        display: none;
    }
    .rcmg_users_dash_container select.mobile_tabs {
        display: inline-block;
    }
    .rcmg_users_dash_container .manage {
        display: inline-block;
        color:#FFFFFF;
    }
    .rcmg_users_dash_container .section {
        padding: 0;
        border: none;
        min-height: 375px;
    }
    .rcmg_users_dash_container .section > input:not(.button):not(.radio),
    .rcmg_users_dash_container .section > select {
        width: calc(100% - 20px);
        margin: 0 10px 30px;
    }
    .rcmg_users_dash_container .section > .title {
        padding-left: 10px;
        padding-top: 5px;
        margin-top: 10px;
    }
    .rcmg_users_dash_container .section > .form_section_header {
        padding-left: 10px;
    }
    .rcmg_users_dash_container ul.notifications_list {
        width: 100%;
    }
    .rcmg_users_dash_container .section > .sub_title {
        padding-left: 10px;
    }
    .rcmg_users_dash_container .section > .main_help {
        left: 0;
        right: 0;
        top: inherit;
        display: none;
    }
    .rcmg_users_dash_container .section > .main_help.show {
        display: block;
    }
    .rcmg_users_dash_container .section > .title .mini_help {
        display: inline-block;
    }
    .rcmg_users_dash_container .section > .main_help .help_close {
        display: block;
    }
    .rcmg_users_dash_container > .header > .content .cog {
        display: block;
    }
    .rcmg_users_dash_container > .header > .content .sign_out {
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 10;
    }
    .rcmg_users_dash_container > .header > .content .welcome {
        position: absolute;
        top: 60px;
        right: 120px;
        z-index: 10;
    }
    .rcmg_users_dash_container > .header > .content .go_to_label {
        display: block;
        position: absolute;
        top: 120px;
        right: 180px;
        z-index: 10;
    }
    .rcmg_users_dash_container > .header > .content .go_to_label.not_signed_in {
        top: 60px;
    }
    .rcmg_users_dash_container > .header > .content .go_to_link {
        position: absolute;
        top: 120px;
        right: 50px;
        z-index: 10;
    }
    .rcmg_users_dash_container > .header > .content .go_to_link.not_signed_in {
        top: 60px;
    }
    .rcmg_users_dash_container > .header > .content .go_to_arrow {
        position: absolute;
        top: 132px;
        right: 25px;
        margin: 0;
        z-index: 10;
    }
    .rcmg_users_dash_container > .header > .content .go_to_arrow.not_signed_in {
        top: 72px;
    }
    .rcmg_users_dash_container > .header > .content .go_to_menu {
        top: 172px;
        right: 0;
    }
    .rcmg_users_dash_container > .header > .content .go_to_menu.not_signed_in {
        top: 112px;
    }
    .rcmg_users_dash_container > .header > .content .mobile_back {
        display: block;
    }
    .rcmg_users_dash_container > .header > .content .mobile_back:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .go_to_menu_container:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .go_to_arrow:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .go_to_link:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .go_to_label:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .welcome:not(.is_mobile),
    .rcmg_users_dash_container > .header > .content .sign_out:not(.is_mobile) {
        display: none;
    }

    .rcmg_users_dash_container ul.newsletters_list {
        font-size: 0.9em;
    }

    .rcmg_users_dash_container ul.newsletters_list > li > span.name {
        border-left: 1px solid #777777;
        padding: 5px 10px;
        width: 44%;
    }

    #reason-for-canceling-wrapper, #rcmg-message-box-wrapper{
        width:100%;
    }
}

@media only screen and (max-width : 739px) {
    .rcmg_users_dash_container .section > .title .mini_help > .help_title {
        display: inline-block;
    }
}

@media only screen and (max-width : 579px) {

    #ev_sub_widget .purchase-list-container > table tr th,
    #ev_sub_widget .purchase-list-container > table tr td {
        padding: 8px;
    }

    .rcmg_users_dash_container .bottom_info .extra {
        display: none;
    }
    .rcmg_users_dash_container .mini_help_nav {
        display: inline-block;
    }
    /*.rcmg_users_dash_container select.mobile_tabs.notifs {
        width: calc(100% - 95px);
    }*/
    .rcmg_users_dash_container .section > .title {
        /*border-bottom: none;*/
        /*border-top: 5px solid #3DA5ED;*/
        /*padding-top: 5px;*/
        /*margin-top: 10px;*/
    }
    .rcmg_users_dash_container .section > .title .mini_help {
        display: inline-block;
        border-radius: 0 0 10px 10px;
        vertical-align: top;
        position: relative;
        top: -5px;
    }
    .rcmg_users_dash_container .section > .title .mini_help > .help_title {
        display: none;
    }
}

@media only screen and (max-width : 414px) {
    .rcmg_users_dash_container .newsletters.section > .title {
        font-size: 22px;
    }
}

@media only screen and (max-width : 369px) {
    .rcmg_users_dash_container > .header > .content .title {
        display: none;
    }
}


/* DELETE ACCOUNT LINK STYLES */
.cancel-account-wrapper {/*position: absolute;
        right: 41px;
        top: 38px;*//* display:inline-block; */}

.btn {
    /* border-radius: 3px;*/
    padding: 6px 10px;
    font-size: 0.8em;
}

.btn.cancel-btn {
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    color: #274154;
    display: inline-block;
    border-radius: 40px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn.cancel-btn:hover{

    background: rgba(255, 255, 255, 0.75);
}


/* dashboard purchases-list widget styles */

.purchases-list-table-header { background:none !important; }

.purchases-list-table-header th {
    color: #3DA5ED !important;
    border-top: none !important;
}

/* Removes  the color brand from #rcmg_users_dash tabs*/
#rcmg_users_dash .rcmg_users_dash_container .tabs{
    color: black;
}

/*RCMG_Delete Modal */
#rcmg_users_dash #deskWidgetMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 457px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.38);
    background-color:#fff;
}

.close-img-wrapper {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -17px;
}
.section-info {
    text-align: center;
    line-height: 2.3em;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #3da5ed;
}
.widget--box .widget-body{
    height:100% !important;
}
.widget-iframe-hold {
    width: 100%;
    overflow-y: scroll;
    height: 490px;
}
.cancelation-description {
    padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
    #rcmg_users_dash #deskWidgetMain {
        width: calc(100% - 40px);
    }
}

#rcmg-message-box {
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
    border-radius: 0.5em;
    padding: 0.5em;
}
#rcmg-message-box-wrapper {
    /*padding: 0.5em;*/
}
#rcmg-message-box-button {
    display: flex;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
}

#rcmg-dashboard-reason-for-canceling-select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.5em;
    padding: 0.5em;
}

#rcmg-dashboard-reason-for-canceling-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

#rcmg-dashboard-reason-for-canceling-label {
    padding: 0.5em 0 0.5em 0;
}

#rcmg-dashboard-reason-for-canceling-close {
    padding: 0.5em;
    background-color: rgba(61, 165, 237, 0.19);
    border-radius: 1em;
}

#rcmg-dashboard-reason-for-canceling-close:hover {
    color: white;
    background-color: #3DA5ED;
    cursor: pointer;

}

.rcmg-dashboard-status-icon {
    background: green;
    border-radius: 50%;
    margin: 10px;
    height: 13px;
    width: 13px;

    box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.rcmg-dashboard-status {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.rcmg-dashboard-subscription-body{
    padding: 0 0.5em 0 0.50em;
}

#rcmg-dashboard-reason-for-canceling-select:hover{
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

#reason-for-canceling-wrapper select{
    padding:10px 15px;
    border-radius: 7px;
    width: 100%;
}

/* mc embedded form css */

.mc-modal-container, .mc-modal-underlay {
    display: block;
}

.promo-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #3da5ec;
    border-radius: 5px;
    border: solid 1px #fff;
    box-shadow: 6px 6px 6px #00000054;
    min-width: 300px;
    padding: 0;
    overflow: unset;
    color: #ffffff;
    /* width: 90%; */
    /* height: 60%; */
    /* display:none; */
}
.promo-modal .modal-heading {
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #e6e6e67d;
}
.modal-heading .heading-title {
    font-size: 1.4em;
}
.promo-modal .heading{
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.promo-modal .modal-body{
    padding: 20px;
}
.promo-modal .offer-amount {
    font-size: 5.5em;
    text-align: center;
    font-weight: bold;
}
.promo-modal .disclousure {
    text-align: center;
}
.promo-modal .modal-footer {
    display: flex;
    flex: 1 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding:10px
}
.promo-modal .modal-footer .btn.outline {
    border: solid 1px #fff;
    border-radius: 5px;
    cursor: pointer;
}
.promo-modal .offer-accepted-message{
    text-align: center;
    margin-top: 15px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;
}
.promo-modal .close-icon {
    position: absolute;
    right: -11px;
    top: -11px;
    border: solid 1px #fff;
    border-radius: 10px;
    width: 20px;
    height: unset;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #3da5ec;
}
.promo-modal .left-side-modal{
    background: url('https://util.realclearpolitics.com/rcmg_users/assets/background-image.png') no-repeat center center/cover;
    position: relative;
    height: 120px;

}
.promo-modal .left-side-modal:before {
    background: #00000042;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.promo-modal .rcmg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.promo-modal .submitted-form-message {
    padding: 15px;
}
.promo-modal .modal-footer .btn.outline {
    border: solid 1px #fff;
    border-radius: 5px;
    cursor: pointer;
}
.promo-modal .btn {
    /* border-radius: 3px; */
    padding: 6px 10px;
    font-size: 0.8em;
    /* background-color: #ec7a3d ; */
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
#mc_embed_signup .button {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #274154 !important;
    border-radius: 40px !important; 
}
#mc_embed_signup .button:hover {
    background-color: #59b9fd !important;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 40%);
}
ul.newsletters_container {
    max-height: 250px;
    overflow-y: scroll;
}
.mc-modal-preselect-msg {
    font-size: 0.8em;
}


/* scroll down animation */

  
.mouse_scroll {
    display: block;
    position: absolute;
    right: 0;
    bottom: 40%;
    transform: translate(-30%, 50%);
    opacity: 0.5;
}
  
.m_scroll_arrows { 
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
  
.mouse {
    border: 2px solid #fff;
}
  
.wheel {
    background: #fff;
    border: 2px solid #fff;
}
  
/* scroll down animation end */

/* css for lds loading animation start*/
.lds-spinner {
    color: #fff;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 7px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* css for lds loading animation end*/

.coupon_text{
    margin: 0 0 8px 0;
}

.coupon_input {
    display: flex;
    align-items: flex-start;
    height: 84px;
}
label.valid {
    color: 	#198754;
    text-shadow: #000 0px 0px 3px;
}
label.invalid {
    color: #dc3545;
    text-shadow: #000 0px 0px 3px;
}

.coupon_input_inner {
    display: flex;
    flex-direction: column-reverse;
}

.coupon_code_input {
    height: 1.6em;
    width: 180px;
}

.btn.cancel-btn.coupon_btn {
    margin-bottom: 0;
}

.coupon_spinner.load-spinner {
    position: relative;
    top: -25px;
}

.coupon_table {
    color: #000;
}

.table > thead.coupon_table_head > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd !important;
    background-color: #f9f9f9;
}