/*
Theme Name: KCNA Watch
Theme URI: https://kcnawatch.org
Author: KCNA Watch
Author URI: https://kcnawatch.org
Description: A fully customized wordpress theme for kcnawatch.org
Version: 1.0
Text Domain: kcnawatch
*/

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-MediumAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-MediumAlternate.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, -apple-system,
    BlinkMacSystemFont, Arial, sans-serif;
    font-weight: normal;
    background-color: #f3f3f7;
}

body,
html {
    min-height: 100%;
}

html {
    height: auto;
    min-height: 100%;
    position: relative;
}

a:focus {
    outline: 0 none;
}

button {
    background: transparent;
}

.wrapper {
    padding-top: 38px;
}

.fixed-top {
    /* z-index: 18;*/
}

.head-top-strip {
    background-color: #1b1b1b;
    min-height: 40px;
    color: #fff;
    padding: 10px 0;
    margin-left: 254px;
}

.current-date {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase;
}

.social-links ul {
    margin: 0;
    padding: 0 5px 0 0;
}

.social-links ul li {
    margin-right: 13px;
    list-style: none;
    float: left;
    display: block;
    line-height: 17px;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links {
    margin-right: 30px;
}

.social-links ul li a {
    color: #fff;
    font-size: 14px;
}

.social-links li a:hover {
    color: #fff;
}

.social-links li a .fa-mastodon:before {
    content: "";
    background-image: url('images/mastodon-icon.svg');
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
}

.head-right {
    text-align: right;
    float: right;
}

.other-sites ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.green-color {
    color: #30baba;
}

.red-color {
    color: #ce2e2c;
}

.orange-color {
    color: #cd752c;
}

.shop-color {
    color: #b82828;
}

.other-sites li {
    padding: 0 10px;
    border-left: 0.5px solid rgba(255, 255, 255, 0.2);
    float: left;
}

.other-sites ul li:last-child {
    padding-right: 0;
}

.other-sites li a {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: 900;
    line-height: 13px;
    text-transform: uppercase;
}

.other-sites li img {
    width: auto;
    max-height: 11px;
    position: relative;
    vertical-align: bottom;
}

.other-sites a:hover {
    text-decoration: none;
}

.other-sites,
.social-links {
    float: left;
}

.banner-wrapper,
.banner-wrapper .container {
    position: relative;
    height: 100%;
}

/*------content css start-----*/

.page-wrapper {
    margin-left: 254px;
    position: relative;
    min-height: 500px;
    margin-top: 0;
}

/*------Left Navbar start-----*/

.left-sidebar {
    position: fixed;
    width: 254px;
    height: 100%;
    top: 0;
    z-index: 1031;
    padding-bottom: 59px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.left-sidebar .logo {
    padding: 18px 15px 15px 20px;
}

.left-sidebar .logo a {
    color: #333;
    text-decoration: none;
}

.left-sidebar .logo img {
    height: 18px;
}

.left-sidebar .logo .logo-tagline {
    display: block;
    color: #333;
    font-size: 7px;
    font-weight: normal;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 9px;
    letter-spacing: 0.08px;
}

.admin-bar .left-sidebar,
.admin-bar .fixed-top {
    margin-top: 32px;
}

.sidebar-nav > ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav > ul > li {
    margin: 0;
}

.sidebar-nav ul li {
    list-style: none;
}

.sidebar-nav > ul > li > a {
    border-left: 5px solid transparent;
    border-bottom: solid 1px #fafafa;
}

.sidebar-nav ul li a {
    color: #96a4a7;
    padding: 15px 35px 15px 15px;
    display: block;
    align-items: center;
    text-decoration: none;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 16px;
}

.sidebar-nav ul li:hover a {
    color: #1e1e1e;
}

.sidebar-nav > ul > li.active > a {
    border-left: 5px solid #30baba;
    background-color: #f3f3f7;
    color: #1e1e1e;
}

.sidebar-nav > ul > li > a i {
    width: 35px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-nav > ul > li.active > a i {
    color: #30baba;
}

.sidebar-nav > ul > li > a i.rodong-icon {
    font-size: 13px;
}

.sidebar-nav .waves-effect {
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #8d97ad;
    right: 20px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 24px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-nav .has-arrow[aria-expanded='true']::after,
.sidebar-nav li > .has-arrow.active::after {
    -webkit-transform: rotate(225deg) translate(0, -50%);
    -ms-transform: rotate(225deg) translate(0, -50%);
    -o-transform: rotate(225deg) translate(0, -50%);
    transform: rotate(225deg) translate(0, -50%);
    top: 42%;
    width: 7px;
}

.sidebar-nav .has-arrow ~ ul .has-arrow::after { top: 15px; }

.sidebar-nav .collapse.in {
    display: block;
    background-color: #f3f3f7;
}

.sidebar-nav ul li ul li a {
    padding: 12px 35px 12px 25px;
    border-bottom: solid 1px #f0f0f0;
    font-size: 13px;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover {
    color: #30baba;
    background-color: #f3f3f7;
}

.sidebar-nav ul li a.active {
    border-bottom: solid 1px #f0f0f0;
}

.sidebar-nav ul li ul {
    padding-left: 0;
    /* max-height: 315px; */
    /* overflow-y: auto; */
}

.nav-scroll-area {
    overflow: auto;
    height: 100%;
    padding-bottom: 70px;
}

.nav-scroll-area .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.nav-scroll-area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.sidebar-nav .badge.badge-red {
    background-color: #e44e4c;
    float: right;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
    min-width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    position: relative;
    right: -20px;
}

/*------Left Navbar end-----*/

.top-whitebar {
    background-color: #fff;
    padding: 11px 15px;
    margin-bottom: 15px;
}

.top-whitebar .dropdown-toggle::after {
    border: 0;
}

.top-whitebar .form-control {
    height: 30px;
    padding: 2px 10px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    border-color: #e5e5e5;
}

.top-whitebar .form-control:hover,
.top-whitebar .form-control:focus,
.top-whitebar .form-control:active {
    outline: none;
    box-shadow: none;
}

.top-whitebar .input-group-append .btn {
    height: 30px;
    padding: 2px 10px;
    border-radius: 0;
    color: #52696e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    border-color: #e5e5e5;
}

.top-whitebar .input-group-append .btn:hover,
.top-whitebar .input-group-append .btn:focus,
.top-whitebar .input-group-append .btn:active {
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    color: inherit;
    border-color: #e5e5e5;
}

.top-whitebar .input-group-append .btn.all-titles-btn {
    background-color: #fff !important;
}

.top-whitebar .input-group-append .btn.all-titles-btn i {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.top-whitebar .btn.search-btn {
    background-color: #30baba;
    color: #fff;
    border-color: #30baba;
    font-size: 15px;
    padding: 2px 13px;
}

.top-whitebar .btn.search-btn:hover,
.top-whitebar .btn.search-btn:focus,
.top-whitebar .btn.search-btn:active {
    background-color: #1a7b7b;
    border-color: #1a7b7b;
    color: #ffffff;
}

.top-whitebar .btn.see-article-btn {
    background-color: #30baba;
    color: #fff;
    border-color: #30baba;
    padding: 2px 20px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 11px;
    font-weight: 900;
}

.top-whitebar .btn.see-article-btn:hover,
.top-whitebar .btn.see-article-btn:focus,
.top-whitebar .btn.see-article-btn:active {
    background-color: #1a7b7b;
    border-color: #1a7b7b;
    color: #ffffff;
}

.browse-lbl {
    color: #d5d5d5;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 17px;
    padding-right: 15px;
    padding-top: 6px;
}

.top-whitebar .btn.archive-dd span {
    min-width: 125px;
    display: inline-block;
    text-align: left;
}

.top-whitebar .btn.archive-dd i {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.top-whitebar .btn.archive-dd {
    background-color: #fff !important;
}

.top-whitebar .u-pro {
    padding-top: 4px;
}

.top-whitebar .u-pro .profile-pic {
    text-decoration: none;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: right;
    color: #b5b5b5;
    display: block;
}

.top-whitebar .u-pro .profile-pic img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.u-pro .profile-pic .fa {
    margin-left: 5px;
}

.top-whitebar .dropdown-menu {
    border-radius: 0;
    padding: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 17px;
    color: #52696e;
    min-width: 300px;
}

.top-whitebar .fixedDropdown .dropdown-menu {
    -webkit-transform: translate3d(0, 28px, 0px) !important;
    -moz-transform: translate3d(0, 28px, 0px) !important;
    -ms-transform: translate3d(0, 28px, 0px) !important;
    -o-transform: translate3d(0, 28px, 0px) !important;
    transform: translate3d(0, 28px, 0px) !important;
    max-height: 600px;
    overflow-y: scroll;
}

.top-whitebar .dropdown-menu a {
    color: #52696e;
    cursor: pointer;
}

.top-whitebar .custom-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f4f4f4;
    line-height: 24px;
    padding-left: 35px;
}

.top-whitebar .custom-checkbox:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.top-whitebar .custom-control-label {
    cursor: pointer;
    display: block;
    position: static;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #30baba;
    border: solid 1px #30baba;
}

.custom-control-input:focus + .custom-control-label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    border-radius: 0;
    top: 14px;
}

.custom-control-label::before {
    border: solid 1px #eaeaea;
    background-color: #fff;
}

.top-whitebar .archive-dd-menu a {
    border-radius: 0;
    padding: 5px 10px 10px 10px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01px;
    color: #52696e;
    min-width: 300px;
    margin-top: 0;
    border-bottom: solid 1px #f4f4f4;
    line-height: 24px;
}

.top-whitebar .u-pro .dropdown-menu {
    border-radius: 0;
    padding: 0px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.01px;
    color: #52696e;
    min-width: 150px;
    margin-top: 14px;
    line-height: 24px;
}

.top-whitebar .u-pro .dropdown-menu a {
    padding: 5px 10px;
    border-bottom: solid 1px #f4f4f4;
}

.top-whitebar .u-pro .dropdown-menu a:last-child {
    border-bottom: 0;
}

.top-whitebar .dropdown-menu a:focus {
    background-color: #f8f9fa;
}

.top-whitebar .custom-control-label:before {
    left: 10px;
}

.top-whitebar .custom-control-label:after {
    left: 10px;
}

/*---conten part----*/

.white-bg {
    background-color: #fff;
}

.right-sidebar {
    padding-left: 0;
}

.latest-articles .la-head {
    border-bottom: solid 2px #f7f7f7;
    padding: 25px 15px 25px 15px;
}

.latest-articles .la-head h2 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
    margin-bottom: 5px;
    padding-top: 0;
}

.latest-articles .la-head p {
    color: #52696e;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
}

.latest-articles .la-head .ln-dd {
    margin-right: 10px;
}

select.form-control {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.latest-articles select.form-control {
    height: 40px;
    border-radius: 0;
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    border-color: #e5e5e5;
}

.latest-articles select.form-control:focus {
    outline: none;
    box-shadow: none;
}

.latest-articles .select-box {
    margin-top: 2px;
}

.select-box {
    position: relative;
}

.select-box:before {
    position: absolute;
    content: '\f107';
    right: 8px;
    top: 9px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1e1e1e;
}

.latest-articles article {
    margin: 0 15px;
    border-bottom: solid 2px #f7f7f7;
    padding-bottom: 20px;
    padding-top: 20px;
}

.latest-articles article:last-child {
    border-bottom: 0;
}

.latest-articles article .article-thumb {
    float: left;
    width: 170px;
}

.latest-articles article .article-desc {
    padding-left: 200px;
}

.latest-articles article .article-desc h4 {
    margin: 0;
    padding: 0;
    line-height: 18px;
    display: inline-block;
}

.latest-articles article .article-desc h4 a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 19px;
    color: #1b1b1b;
    text-decoration: none;
    display: block;
}

.latest-articles article .article-desc h4 a:hover {
    color: #30baba;
}

.latest-articles article .article-desc p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #1b1b1b;
}

.latest-articles article .article-desc p.articled-date {
    color: #535151;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 10px;
    margin-bottom: 0;
}

.latest-articles article .article-desc p.articled-date span {
    /*font-size: 8px;*/
    color: #827d7d;
}

.latest-articles article.last {
    border-bottom: 0;
}

.more-full-link {
    color: #30baba;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 60px;
    background-color: #edf9f9;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.more-full-link:hover {
    color: #fff;
    background-color: #30baba;
    text-decoration: none;
}

.top-whitebar.search-images-bar {
    padding: 0;
    margin-bottom: 0;
}

.select-box.top-select {
    margin-top: 0 !important;
}

.select-box.top-select:before {
    top: 6px;
}

.select-box.top-select select {
    height: 30px !important;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
}

#latest_photo_wrapper,
#periodical_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.nk-pictures .nk-picture-thumb,
.nk-periodicals-thumb {
    flex: 0 0 33.33%;
    padding: 5px;
}

.nk-picture-thumb a {
    outline: 0 none;
}

.nk-pictures .la-head {
    border-bottom: 0;
    padding-bottom: 20px;
}

.nk-picture-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nk-periodicals .la-head {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.nk-periodicals .nk-periodicals-thumb img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.nk-periodicals .nk-periodicals-thumb a {
    text-decoration: none;
    display: block;
}

.nk-periodicals .nk-periodicals-thumb a span {
    color: #383838;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}

/*---Right Sidebar start---*/

.right-sidebar .sidebar-head {
    padding: 10px;
    border-bottom: solid 2px #f6f6f6;
    position: relative;
}

.right-sidebar .sidebar-head h2 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
    margin-bottom: 0;
}

.right-sidebar .sidebar-head p {
    color: #6b7c7f;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 14px;
    margin-bottom: 0;
}

.right-sidebar .sidebar-head .badge-red {
    background-color: #e44e4c;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.right-sidebar .sidebar-head .alert-setting {
    position: absolute;
    color: #687c80;
    font-size: 16px;
    right: 10px;
    top: 10px;
}

.alert-listing {
    margin: 0;
    padding: 0;
}

.alert-listing li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.alert-listing li a {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 17px;
    padding: 5px 10px;
    border-bottom: solid 1px #f5f5f5;
    display: block;
    text-decoration: none;
}

.alert-listing li:last-child a {
    border-bottom: 0;
}

.alert-listing li a b,
.alert-listing li a strong {
    font-weight: bold;
}

.alert-listing li a span {
    opacity: 0.5;
    color: #1b1b1b;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    display: block;
    padding-bottom: 3px;
}

.alert-listing li.headline-alert {
    background-color: #ecf9f9;
}

.right-sidebar .sidebar-head .whats-this-link {
    color: #30baba;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
}

.right-sidebar .about-watch {
    padding: 10px;
}

.right-sidebar p {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
}

.right-sidebar .textwidget {
    padding: 10px;
}

.right-sidebar .textwidget a {
    color: #30baba;
}

.right-sidebar .about-watch p.find-out-link {
    margin-bottom: 0;
}

.right-sidebar .about-watch p.find-out-link a {
    color: #30baba;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;
}

.right-sidebar .sidebar-head .not-signin-text {
    color: #bd2c2b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.btn-primary {
    border-radius: 0;
    border-color: #30baba;
    background-color: #30baba;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #1a7b7b !important;
    background-color: #1a7b7b !important;
    box-shadow: none !important;
    outline: none;
}

.signin-rightbar-main {
    padding: 10px;
}

.signin-rightbar-main p {
    text-align: center;
    margin-bottom: 20px;
    color: #6b7476;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}

.signin-rightbar-main p a {
    color: #30baba;
    text-decoration: none;
}

.signin-rightbar-main .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 21px;
    text-transform: uppercase;
}

.signin-rightbar-main .signup-link {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
}

.signin-rightbar-main h3 {
    color: #363838;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 0;
}

.signin-rightbar-main .form-control {
    border: 1px solid #dfdfdf;
    height: 48px;
    padding: 5px 15px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

.signin-rightbar-main .form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.configure-box-main p {
    color: #363838;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.configure-box-main {
    padding: 15px;
}

.configure-box-main p.ft-text {
    color: #627275;
    padding-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}

.configure-box-main .bootstrap-tagsinput {
    height: 150px;
    padding: 10px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    overflow: auto;
}

.configure-box-main .bootstrap-tagsinput .badge {
    background-color: #ffc042;
    border: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 19px;
    margin-bottom: 5px;
}

.configure-box-main .bootstrap-tagsinput .badge [data-role='remove']:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.configure-box-main .bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #c6c6c6;
}

/* WebKit, Blink, Edge */

.configure-box-main .bootstrap-tagsinput input:-moz-placeholder {
    color: #c6c6c6;
}

/* Mozilla Firefox 4 to 18 */

.configure-box-main .bootstrap-tagsinput input::-moz-placeholder {
    color: #c6c6c6;
}

/* Mozilla Firefox 19+ */

.configure-box-main .bootstrap-tagsinput input:-ms-input-placeholder {
    color: #c6c6c6;
}

/* Internet Explorer 10-11 */

.configure-box-main .bootstrap-tagsinput input::-ms-input-placeholder {
    color: #c6c6c6;
}

/* Microsoft Edge */

/*---Right Sidebar end---*/

/*----Footer-----*/

.footer-main {
    background-color: #000;
    min-height: 59px;
    padding: 10px 0 5px 0;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1032;
}

.footer-main .ft-logo img {
    height: 18px;
}

.footer-main .ft-logo {
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

.footer-main .copyright-text {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    color: #c2c2c2;
    text-align: right;
    padding-top: 10px;
}

.footer-main .ft-tagline {
    display: block;
    color: #fff;
    font-size: 7px;
    font-weight: normal;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 9px;
    letter-spacing: 0.08px;
}

/*----Sign in Modal---*/
.signin-modal-main .modal-dialog {
    width: 1125px;
    height: 655px;
    max-width: inherit;
}

.signin-modal-main .modal-content {
    border-radius: 0;
    border: 0;
}

.signin-modal-main .modal-body {
    padding: 0;
}

.signin-modal-main .signin-left-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
    max-width: 475px;
}

.signin-left-inner {
    padding: 40px;
    height: 100%;
}

.signin-left-inner .modal-logo img {
    height: 18px;
}

.signin-left-inner h2 {
    color: #ffffff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 24px;
    padding-top: 170px;
}

.signin-left-inner .lm-brd-btn {
    background-color: transparent;
    font-size: 7px;
    line-height: 16px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    width: 80px;
    height: 28px;
    text-align: center;
    padding: 5px;
}

.modal-body-wrapper .signin-right-part {
    padding: 90px 0;
}

.modal-body-wrapper .signin-right-part h4 {
    color: #313131;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 0;
}

.modal-body-wrapper .signin-right-part p {
    color: #868181;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 25px;
}

.modal-body-wrapper .signin-right-part .form-control {
    border: 1px solid #dfdfdf;
    height: 40px;
    padding: 5px 15px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 19px;
}

.signin-right-part .form-control:hover,
.signin-right-part .form-control:focus,
.signin-right-part .form-control:active {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.modal-body-wrapper .signin-right-part label {
    color: #313131;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 8px;
    font-weight: 900;
    line-height: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    color: #c6c6c6;
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #c6c6c6;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #c6c6c6;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #c6c6c6;
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #c6c6c6;
}

/* Microsoft Edge */

.signin-right-part .submit-btn {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 40px;
    font-weight: 900;
    padding: 0 25px;
    border: 0;
}

.signin-right-part .forgot-link {
    color: #707070;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

.signin-right-part .forgot-link:hover {
    color: #30baba;
}

.signup-bottom {
    text-align: center;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    color: #707070;
    padding: 35px 10px;
    background: #f9f9f9;
}

.signup-bottom a {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #30baba;
    text-decoration: none;
    text-transform: uppercase;
}

.signup-bottom a:hover {
    color: #1b1b1b;
}

.signin-modal-main .close {
    opacity: 0.2;
    position: absolute;
    right: 5px;
    outline: none;
    z-index: 9;
}

.signin-modal-main .close:hover,
.signin-modal-main .close:focus,
.signin-modal-main .close:active {
    opacity: 0.5;
    outline: none;
}

/*---mobile white bar---*/

.mob-whitebar {
    padding: 10px 15px;
    position: fixed;
    top: 38px;
    z-index: 1030;
    width: 100%;
    box-shadow: 0 1px 2px #ccc;
}

.admin-bar .mob-whitebar {
    top: 70px;
}

.mob-whitebar .logo {
    padding: 0;
}

.mob-whitebar .logo a {
    color: #333;
    text-decoration: none;
}

.mob-whitebar .logo img {
    height: 18px;
}

.mob-whitebar .logo .logo-tagline {
    display: block;
    color: #333;
    font-size: 7px;
    font-weight: normal;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 9px;
    letter-spacing: 0.08px;
}

.mob-whitebar .search-dd-icon {
    color: #1b1b1b;
    padding: 5px;
    float: right;
}

.mob-whitebar .search-dd-icon:focus,
.mob-whitebar .search-dd-icon:focus:active,
.mob-whitebar .search-dd-icon:focus:hover {
    color: #30baba;
}

.mob-whitebar .navbar-toggler {
    float: right;
    outline: none;
    padding: 1px 0px 1px 10px;
}

.mob-whitebar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: 26px;
}

.mob-whitebar .navbar-toggler:focus .navbar-toggler-icon,
.mob-whitebar .navbar-toggler:hover .navbar-toggler-icon,
.mob-whitebar .navbar-toggler:active .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(48, 186, 186, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#search-article-mob {
    position: fixed;
    width: 100%;
    z-index: 1030;
    margin-top: -16px;
    box-shadow: 0 1px 2px #ccc;
    border-top: solid 1px #eee;
    transition: all 0.1s ease;
}

.mob-article-desc p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 18px;
    color: #1b1b1b;
    clear: both;
    padding-top: 5px;
    margin-bottom: 0;
}

.body-y-hidden {
    overflow-y: hidden;
}

.btn-brd-dd {
    height: 38px;
    border-radius: 0;
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    border-color: #e5e5e5;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 5px 30px 5px 15px;
    text-align: left;
}

.btn-brd-dd:focus,
.btn-brd-dd:active,
.btn-brd-dd:hover {
    color: #1e1e1e;
    box-shadow: none;
    outline: none;
}

.btn-brd-dd.ln-dd {
    margin-right: 10px;
}

.btn-brd-dd i {
    position: absolute;
    right: 8px;
    top: 11px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1e1e1e;
}

/*----Sorting Modal---*/

.sorting-modal-main .modal-dialog {
    width: 295px;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.sorting-modal-main .modal-content {
    border-radius: 0;
    border: 0;
}

.sorting-modal-main .modal-body {
    padding: 30px 20px;
    text-align: center;
}

.sorting-modal-main h2 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #888888;
    font-weight: 900;
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 10px;
}

.sorting-modal-main .sorting-list {
    margin: 0;
    padding: 0;
}

.sorting-modal-main .sorting-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.sorting-modal-main .sorting-list li a {
    display: block;
    color: #333;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    padding: 20px 0;
    border-top: solid 1px #ececec;
    text-decoration: none;
    font-weight: bold;
}

.sorting-modal-main .sorting-list li:hover a {
    background-color: #f5f5f5;
}

/*----Sorting Modal---*/

/*-----About Source Index----*/

.about-source-index {
    padding-bottom: 15px;
}

.about-source-index .la-head {
    padding: 20px 15px;
    border-bottom: 0;
}

.about-source-index .la-head h2 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
    margin-bottom: 0;
    padding-top: 0;
}

.page-content a {
    color: #30baba;
}

.about-source-content {
    padding: 0 15px;
}

.about-source-content p {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 21px;
    margin-bottom: 20px;
}

.about-source-content p strong,
.about-source-content p b {
    font-weight: bold;
}

.about-source-content h4,
.about-source-content h3 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
}

.about-source-index .mob-browse-group {
    margin-bottom: 0;
}

/*-----Advacnced Search----*/

.adv-search-main {
    padding: 0 15px;
}

.adv-search-main h3 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 23px;
}

.adv-search-main label {
    color: #8f8f8f;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 16px;
    cursor: pointer;
}

.adv-search-main .form-control {
    border-radius: 0;
    border-color: #ececec;
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 17px;
    height: 35px;
}

.adv-search-main .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.adv-search-main .form-group {
    margin-bottom: 25px;
}

.adv-search-main .form-group p {
    color: #8f8f8f;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 2px;
}

.source-search label {
    float: left;
    line-height: 22px;
}

.source-search .select-box {
    padding-left: 70px;
}

.source-search .select-box select.form-control {
    border-color: #ececec;
    height: 35px;
}

.source-search .select-box:before {
    top: 7px;
}

.restrict-search-radio label {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 30px;
    cursor: pointer;
    position: initial;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #30baba;
}

.restrict-search-radio
.custom-radio
.custom-control-input:checked
~ .custom-control-label::before {
    background-color: #fff;
}

.restrict-search-radio .custom-control-label::before {
    width: 24px;
    height: 24px;
    border: solid 1px #ececec;
    left: 0;
}

.restrict-search-radio .custom-control {
    padding-left: 35px;
    margin-right: 30px;
    min-height: 30px;
}

.restrict-search-radio
.custom-radio
.custom-control-input:checked
~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 2 2'%3E%3Ccircle r='1' fill='%2330baba'/%3E%3C/svg%3E");
}

.restrict-search-radio .custom-control-label::after {
    width: 28px;
    height: 28px;
    left: -2px;
    top: 2px;
    border-radius: 50%;
}

.date-range-box .input-group-text {
    border-radius: 0;
    height: 35px;
    background-color: #efefef;
    color: #bababa;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: -0.01px;
    line-height: 14px;
    border: solid 1px #ececec;
    font-weight: bold;
    text-transform: uppercase;
}

.date-range-box .form-control {
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
    text-align: center;
}

.adv-search-main .btn-primary {
    color: #ffffff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    width: 190px;
    padding: 5px;
    height: 42px;
}

.datepicker td,
.datepicker th {
    width: 36px;
    height: 36px;
    border: solid 1px #f2f2f2;
    color: #565656;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 32px;
}

.datepicker {
    border-radius: 0;
    padding: 5px;
}

.datepicker .dow {
    font-size: 13px;
    color: #999;
}

.datepicker .datepicker-switch {
    font-size: 13px;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #d9d9d9;
}

.datepicker table {
    border-collapse: inherit;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active {
    background: #30baba !important;
    border-radius: 0;
    box-shadow: none;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background-color: #fff;
}

/*-----------Periodicals Stream-----------*/

.periodical-edition .la-head {
    border-bottom: 0;
    padding-bottom: 10px;
}

.periodical-edition h2 span {
    font-weight: normal;
}

.periodical-edition article {
    display: flex;
    align-items: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 0;
}

.periodical-edition article .article-thumb {
    width: 115px !important;
}

.periodical-edition article .article-thumb img {
    max-width: 115px;
}

.periodical-edition article .article-desc {
    padding-left: 15px !important;
}

.periodical-edition article .article-desc h4 a {
    color: #0e0e0e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 29px;
}

.periodical-edition article .article-desc p {
    color: #0e0e0e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.periodical-edition article .article-desc p.article-date {
    color: #0e0e0e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 24px;
}

.periodical-edition article .article-desc p.article-date span {
    font-weight: normal;
}

.sorting-edition-form {
    padding-top: 15px;
}

.sorting-edition-form label {
    padding-right: 10px;
    color: #8f8f8f;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 14px;
}

.sorting-edition-form .select-box {
    margin-right: 50px;
    margin-top: 0 !important;
}

.sorting-edition-form .select-box select.form-control {
    height: 35px;
}

.sorting-edition-form .select-box:before {
    top: 7px;
}

.sorting-edition-form .date-range-box .input-group-text {
    border-radius: 0;
    height: 35px;
    background-color: #efefef;
    color: #bababa;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: -0.01px;
    line-height: 14px;
    border: solid 1px #ececec;
    font-weight: bold;
    text-transform: uppercase;
}

.sorting-edition-form .date-range-box .form-control {
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
    border-color: #ececec;
    max-width: 140px;
}

.sorting-edition-form .date-range-box .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.sorting-edition-form .form-group {
    margin-bottom: 5px;
}

/*-----------News Stream----------*/

.news-stream .la-head p {
    color: #52696e;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 16px;
}

/*-----------Article----------*/

.article-breadcrumb {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 16px;
    padding-bottom: 12px;
}

.article-breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
}

.article-breadcrumb a {
    color: #30baba;
    text-decoration: none;
}

.article-view .la-head {
    border-bottom: 0;
}

.article-view .la-head p a {
    color: #30baba;
    text-decoration: none;
}

.article-view .article-content {
    padding: 15px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.article-view .article-content p {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.article-view h4 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
    margin-bottom: 0;
    padding-top: 0;
    padding: 15px;
}

.article-view .share-icons {
    padding: 0 15px 10px 15px;
}

.article-view .share-icons img {
    height: 32px;
}

/*-----------KCTV Archive----------*/

.kctv-archive .la-head p {
    color: #52696e;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 16px;
}

.kctv-archive .la-head p.sub-head {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #525252;
    padding-top: 10px;
}

.kctv-archive .la-head p a {
    color: #30baba;
    text-decoration: none;
}

.kctv-archive article .article-desc h4 {
    padding-bottom: 10px;
}

.kctv-archive article .article-desc h4 a {
    color: #0e0e0e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 29px;
}

.kctv-archive article .article-desc p.broadcast-head {
    color: #444;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0;
}

.kctv-archive article .article-desc p.daily-tv {
    color: #444;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
}

.kctv-archive article .article-desc p.kctv-light {
    color: #a9a9a9;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.01px;
    line-height: 19px;
    margin-bottom: 0;
}

.kctv-archive article {
    display: flex;
    align-items: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: 0;
}

.kctv-archive article .article-thumb {
    width: 270px !important;
}

.kctv-archive article .article-thumb img {
    max-width: 270px;
}

/*-------KCTV Live Stream--------*/

.live-stream-content {
    padding: 15px;
}

.kctv-live-stream .la-head p.live-stream-sub-head {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #525252;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 21px;
}

.live-stream-content p {
    color: #525252;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 24px;
}

.live-stream-content .kctv-video-frame {
    padding-bottom: 20px;
}

.live-stream-content .kctv-video-frame img,
.live-stream-content .kctv-video-frame iframe {
    width: 100%;
}

.live-stream-content p strong {
    font-weight: bold;
}

.live-stream-content hr {
    border-top: solid 2px #f5f5f5;
}

/*---------Alerts--------*/

.alerts-container .la-head p {
    color: #525252;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.alerts-main .source-search .select-box {
    padding-left: 0;
}

.alerts-main .create-alert-btn {
    font-size: 12px;
    line-height: 24px;
    height: 35px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    width: 130px;
}

.alert-listing-table {
    padding: 0 15px;
}

.alert-listing-table .badge-red {
    background-color: #e44e4c;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    min-width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.alert-listing-table .alert-tags {
    color: #080808;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 21px;
}

.alert-listing-table .edit-alert-btn {
    color: #080808;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    width: 90px;
    height: 30px;
    border: solid 1px #010101;
    line-height: 18px;
    padding: 5px;
    border-radius: 0;
}

.alert-listing-table .edit-alert-btn:hover,
.alert-listing-table .edit-alert-btn:focus,
.alert-listing-table .edit-alert-btn:active {
    border-color: #30baba;
    color: #30baba;
    box-shadow: none;
    outline: none;
}

.alert-listing-table .trash-btn {
    font-size: 20px;
    color: #080808;
}

.alert-listing-table .trash-btn:hover {
    color: #bd2c2b;
}

.alert-listing-table table td {
    border-top: 0;
    border-bottom: solid 2px #f5f5f5;
    padding: 8px 0;
    vertical-align: middle;
}

.edit-alert-modal-main .modal-dialog {
    width: 1040px;
    max-width: inherit;
}

.edit-alert-modal-main .modal-content {
    border: 0;
    border-radius: 0;
}

.edit-alert-modal-main .modal-content .modal-body {
    padding: 60px 80px;
    position: relative;
}

.edit-alert-modal-main .modal-content .modal-body > .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
}

.edit-alert-modal-main .alerts-main {
    padding: 15px 0;
}

.edit-alert-modal-main h2 {
    color: #2f2f2f;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 44px;
}

.edit-alert-modal-main .btn-primary {
    width: 225px;
    height: 36px;
    line-height: 22px;
    margin-top: 10px;
    margin-right: 10px;
}

.edit-alert-modal-main .btn-default {
    width: 160px;
    height: 36px;
    line-height: 23px;
    color: #888;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border: solid 1px #bbb;
    border-radius: 0;
    margin-top: 10px;
}

.edit-alert-modal-main .btn-default:hover,
.edit-alert-modal-main .btn-default:focus,
.edit-alert-modal-main .btn-default:active {
    border-color: #30baba;
    color: #30baba;
    box-shadow: none;
    outline: none;
}

.select-box select.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

/*-----------Search Results-------------*/

.search-results-main .la-head {
    border-bottom: 0;
    padding-bottom: 15px;
}

.search-results-form {
    padding: 0 15px;
}

.search-results-form .search-input-box {
    position: relative;
}

.search-results-form .search-input-box .form-control {
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 10px;
}

.search-results-form .search-input-box i {
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 12px;
    color: #c6c6c6;
}

.search-results-form .select-box {
    max-width: 80%;
}

.search-results-form select.form-control {
    font-size: 14px;
    border-color: #ececec;
}

.search-results-form .sr-ft {
    border-top: solid 2px #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-results-form .sr-ft p {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.01px;
    line-height: 19px;
}

.search-results-form .sr-ft p strong {
    font-weight: bold;
}

.search-results-form .sr-ft .btn-primary {
    width: 140px;
    height: 30px;
    line-height: 16px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: 900;
}

.range-slider-main .range-slider-inner {
    position: relative;
    padding: 0 40px;
}

.range-slider-main .range-slider-inner .range-value {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    top: 7px;
}

.range-slider-main .range-slider-inner .range-value.from-value {
    left: 0;
}

.range-slider-main .range-slider-inner .range-value.to-value {
    right: 0;
}

.imp-exp-map-main {
    border: solid 1px #eee;
}

/*-----------Threat Index-------------*/

.threat-index-main .about-source-content p a {
    color: #30baba;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 21px;
}

.threat-index-chart {
    padding: 25px 15px 0 15px;
    margin-top: 40px;
    position: relative;
}

.threat-index-chart:first-child {
    margin-top: 0;
}

.threat-index-chart h3 {
    color: #292929;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    position: absolute;
    z-index: 9;
    margin-bottom: 0;
    top: 10px;
}

/*-----------Create Chart Modal-------------*/

.create-chart-modal-main .source-search .select-box {
    padding-left: 70px;
}

.create-chart-modal-main .clear-all-fields {
    color: #bd2c2b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 19px;
    display: inline-block;
}

.create-chart-modal-main .btn-primary {
    width: 190px;
    height: 42px;
}

/*----------Not Signin Alert Modal------------*/

.not-signin-alert-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.not-signin-alert-modal .modal-content button.close {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 24px;
    outline: none;
}

/*----------Alert Not Configured Modal------------*/

.alert-not-configured-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.alert-not-configured-modal .modal-content button.close {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 24px;
    outline: none;
}

.alert-not-configured-modal .sidebar-head {
    padding: 0 0 0 10px;
}

.alert-not-configured-modal .sidebar-head h2 {
    color: #1e1e1e;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 27px;
    margin-bottom: 0;
}

.alert-not-configured-modal .sidebar-head .not-signin-text {
    color: #bd2c2b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 19px;
    margin-bottom: 5px;
}

.alert-not-configured-modal .sidebar-head .alert-setting {
    position: absolute;
    color: #687c80;
    font-size: 16px;
    right: 15px;
    top: 20px;
}

.alert-not-configured-modal .configure-box-main {
    padding: 10px;
}

.alert-not-configured-modal .configure-box-main p.ft-text {
    margin-bottom: 0;
}

.no-hover:hover {
    background: #edf9f9;
    color: #30baba;
}

#error-page {
    max-width: 750px;
    margin: 100px auto;
}

.error-body {
    margin-bottom: 70px;
}

.error-body h1 {
    color: #000;
    line-height: 84px;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.error-body h1 span {
    display: inline-block;
    border-radius: 50%;
    color: #30baba;
    border: 5px solid #30baba;
    margin: 0 10px;
    width: 90px;
    height: 90px;
    text-align: center;
}

.error-body p {
    font-size: 17px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #5d5d5d;
    margin-bottom: 0;
}

.error-form input[type='text'] {
    color: rgba(27, 27, 27, 0.6);
    width: 100%;
    background: initial;
    padding: 0 10px 0 30px;
    line-height: 49px;
    border: 1px solid transparent;
    font-size: 18px;
    border-bottom-color: #d1d1d1;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.error-form input[type='text']:focus {
    outline: 0 none;
    border-bottom-color: #30baba;
}

.error-form button {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    padding: 14px;
    background: #30baba;
    border: 0;
    width: 145px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.error-form input[type='text']::-webkit-input-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']::-moz-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']:-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-form input[type='text']:-moz-placeholder {
    color: rgba(27, 27, 27, 0.3);
}

.error-input {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    color: rgba(27, 27, 27, 0.3);
}

.download-btn,
.download-btn:hover {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    color: #30baba;
    text-decoration: none;
    border: 1px solid #f3f3f3;
    display: block;
    padding: 7px 29px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.no-outline:focus {
    outline: 0 none;
}

.btn-small {
    width: auto !important;
    height: auto !important;
    line-height: 30px !important;
    padding: 0px 20px !important;
}

#AlertApp .custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 14px;
}

#AlertApp .top-whitebar .dropdown-menu {
    -webkit-transform: translate3d(0px, 35px, 0px) !important;
    -moz-transform: translate3d(0px, 35px, 0px) !important;
    -ms-transform: translate3d(0px, 35px, 0px) !important;
    -o-transform: translate3d(0px, 35px, 0px) !important;
    transform: translate3d(0px, 35px, 0px) !important;
    margin: 0;
    min-width: 100%;
}

#alertMessage {
    padding: 0 15px;
}

#alertMessage .alert {
    margin-top: -15px;
}

#alertMessage .text-primary,
#edit-alerts .text-primary {
    color: #30baba !important;
}

.focus-input:focus {
    border-color: #30baba !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #8be6e6;
    border-color: #8be6e6;
}

[v-cloak] {
    display: none !important;
}

.notice {
    font-size: 12px;
    color: #ce2e2c;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
    margin-top: -10px;
    margin-bottom: 12px;
}

.modal-form input {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.modal-form label {
    color: #313131;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

/* custom popup styles */
.leaky-modal {
    padding-right: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.leaky-modal .modal-dialog {
    max-width: none !important;
    margin: auto !important;
    min-height: 100% !important;
}

body.modal-open .background-blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    overflow: hidden;
}

body.modal-open.page-template-template-alert .background-blur {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

.modal-main-title {
    font-size: calc(1rem + 2.5vmin);
    line-height: 1.4;
    margin-bottom: 22px;
}

.modal-sub-title {
    max-width: 1000px;
    margin: 0 auto 30px;
    font-size: calc(1rem + 1.7vmin);
    font-weight: normal;
}

.leaky-modal .modal-content {
    border-radius: 0;
    text-align: center;
    padding: 100px 20px;
    background: transparent;
    border: 0;
}

.modal-sub-title img {
    max-width: 140px;
}

.leaky-modal .small {
    font-size: 16px;
    letter-spacing: 0.02px;
    margin: 0 auto 20px;
    line-height: 19px;
}

.modal-primary-btn {
    margin: 50px 0 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 58px;
    padding: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    max-width: 90%;
    width: 406px;
}

.modal-primary-btn:hover,
.modal-primary-btn:active,
.modal-primary-btn:focus {
    text-decoration: none;
    color: #fff;
}

.primary-color,
.primary-color:hover {
    color: #30baba !important;
}

.modal-wrapper {
    width: 100%;
}

/* custom popup styles */
.font-secondary {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

b,
strong {
    font-weight: 900;
}

.no-underline,
.no-underline:hover {
    text-decoration: none !important;
}

#sourceCreateWrappper .dropdown-menu {
    max-height: 400px;
    overflow-y: scroll;
}

.widget_wrapper {
    margin-bottom: 8px;
}

.kcna_footer_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kcna_footer_links li {
    float: left;
    margin-right: 10px;
}

.kcna_footer_links a {
    color: #c2c2c2;
    font-size: 13px;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.dropdown-menu.datepicker-dropdown {
    z-index: 9999 !important;
}

body.error404 .page-wrapper {
    min-height: calc(100vh - 90px) !important;
}

#video_loader {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px -50px;
}

/* ie10 and privacy popup */
#forgetpw,
#signin {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100 !important;
}

.nk-pro-logo p {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0;
}

.cm-nk-pro-popup-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-top: 25px;
}

.cm-nk-pro-popup-content h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.cm-nk-pro-popup-content p {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 28px;
}

.leaky-modal .browse-icon {
    padding-bottom: 30px;
}

.default-modal-main .modal-close {
    position: absolute;
    right: 24px;
    top: 44px;
    z-index: 1;
}

.default-modal-main .modal-close img {
    max-width: 25px;
}

/*-------Onboarding modals start------*/
.onboarding-modals .modal-dialog {
    max-width: 1130px;
}

.onboarding-modals .modal-content {
    border-radius: 0;
    border: 0;
}

.onboarding-modals .modal-body {
    padding: 0;
}

.onboarding-modals .boarding-list {
    padding: 200px 30px 30px 55px;
    float: left;
    width: 33%;
}

.onboarding-modals .boarding-list ul {
    margin: 0;
    padding: 0;
}

.onboarding-modals .boarding-list li {
    margin: 0;
    padding: 0 0 28px 0;
    list-style: none;
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 26px;
}

.onboarding-modals .boarding-list li span.number {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #30baba;
    color: #30baba;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    margin-right: 10px;
}

.onboarding-modals .boarding-right {
    min-height: 710px;
    border-left: solid 2px #f6f6f6;
    float: right;
    width: 67%;
}

.onboarding-modals .welcome-step {
    padding-left: 75px;
    padding-top: 190px;
    max-width: 580px;
}

.onboarding-modals .welcome-step .boarding-logo {
    padding-bottom: 60px;
}

.onboarding-modals .welcome-step .boarding-logo img {
    height: 26px;
}

.onboarding-modals .welcome-step h4 {
    color: #3d3d3d;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 0;
}

.onboarding-modals .welcome-step h2 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
}

.onboarding-modals .welcome-step p {
    color: #454545;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 26px;
    margin-bottom: 45px;
}

.onboarding-modals .btn-theme {
    color: #ffffff !important;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    min-width: 200px;
}

.onboarding-modals .btn-next-txt {
    font-size: 16px;
    min-width: 135px;
}

.onboarding-modals .btn-default {
    color: #30baba !important;
    font-size: 14px;
}

.onboarding-modals .btn-default:focus {
    box-shadow: none;
    outline: none;
}

.boarding-list.list-with-logo {
    padding-top: 138px;
}

.boarding-list.list-with-logo li {
    opacity: 0.3;
}

.boarding-list.list-with-logo li:first-child {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.list-with-logo .boarding-logo {
    padding-bottom: 50px;
}

.boarding-list.list-with-logo .boarding-logo img {
    height: 26px;
}

.onboarding-modals .watch-intro-step {
    padding-top: 124px;
    max-width: 524px;
}

.onboarding-modals .watch-intro-step .intro-video-main {
    padding-bottom: 20px;
}

.onboarding-modals .watch-intro-step .intro-video-main img,
.onboarding-modals .watch-intro-step .intro-video-main iframe {
    width: 100%;
}

.onboarding-modals .watch-intro-step h4 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 28px;
    color: #1b1b1b;
    padding-bottom: 15px;
}

.onboarding-modals .boarding-list li span.number.completed {
    background-color: #30baba;
    color: #fff;
    font-size: 22px;
}

.onboarding-modals .boarding-list li span.number.completed i {
    position: relative;
    top: 1px;
}

.boarding-list.newsletter-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.onboarding-modals .newsletter-step {
    padding-top: 50px;
    padding-left: 60px;
}

.onboarding-modals .newsletter-step h4 {
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #1b1b1b;
    padding-bottom: 0;
}

.onboarding-modals .newsletter-step p.boarding-sub-title {
    opacity: 0.87;
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.nl-settings {
    margin-bottom: 30px;
}

.nl-settings .nl-row {
    padding: 15px 90px 15px 0;
    border-bottom: solid 1px #efefef;
    position: relative;
}

.nl-settings .nl-row:first-child {
    padding-top: 5px;
}

.nl-settings .nl-row:last-child {
    border-bottom: 0;
}

.nl-settings .nl-row h5 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 23px;
    margin-bottom: 0;
}

.nl-settings .nl-row p {
    color: #595858;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 21px;
    margin-bottom: 0;
}

.nl-settings .nl-row .nl-switch {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.nl-settings .nl-row .nl-switch .switch {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 34px;
}

.nl-settings .nl-row .nl-switch .switch input {
    display: none;
}

.nl-settings .nl-row .nl-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #e5e5e5;
    box-shadow: inset 0 1px 3px 0 #b4b4b4;
}

.nl-settings .nl-row .nl-switch .slider:before {
    position: absolute;
    content: '';
    height: 32px;
    width: 32px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}

.nl-settings .nl-row .nl-switch input:checked + .slider {
    background-color: #6ac259;
    box-shadow: inset 0 1px 3px 0 rgba(76, 122, 68, 0.67);
}

.nl-settings .nl-row .nl-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.nl-settings .nl-row .nl-switch input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.nl-settings .nl-row .nl-switch input:checked + .slider:after {
    content: 'ON';
    position: absolute;
    left: 13px;
    top: 9px;
    right: auto;
    color: #fff;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.nl-settings .nl-row .nl-switch .slider:after {
    content: 'OFF';
    position: absolute;
    text-align: right;
    right: 10px;
    top: 9px;
    color: #919191;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.nl-settings .nl-row .nl-switch .slider.round {
    border-radius: 36px;
}

.nl-settings .nl-row .nl-switch .slider.round:before {
    border-radius: 50%;
}

.boarding-list.alerts-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.alerts-list li:nth-child(3) {
    font-weight: bold;
    opacity: 1;
}

.onboarding-modals .setup-alerts-form h5 {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 23px;
    margin-bottom: 0;
}

.onboarding-modals .setup-alerts-form p {
    color: #595858;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 18px;
    margin-bottom: 10px;
}

.onboarding-modals .setup-alerts-form .bootstrap-tagsinput {
    height: 75px;
    padding: 10px;
    border-radius: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01px;
    line-height: 19px;
    overflow: auto;
}

.onboarding-modals .setup-alerts-form .bootstrap-tagsinput .badge {
    background-color: #ffc042;
    border: 0;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01px;
    line-height: 19px;
    margin-bottom: 5px;
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
.badge
[data-role='remove']:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
input::-webkit-input-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
input:-moz-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
input::-moz-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
input:-ms-input-placeholder {
    color: #c6c6c6;
}

.onboarding-modals
.setup-alerts-form
.bootstrap-tagsinput
input::-ms-input-placeholder {
    color: #c6c6c6;
}

.setup-alerts-form .nl-settings {
    margin-bottom: 0;
}

.setup-alerts-form .alert-tags-list ul {
    margin: 0;
    padding: 0;
}

.setup-alerts-form .alert-tags-list li {
    margin: 0 0 15px 0;
    padding: 5px 20px;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #0e0e0e;
    border: solid 1px #ddd;
    list-style: none;
    display: inline-block;
    float: left;
}

.onboarding-modals .alerts-step {
    max-width: 710px;
}

.onboarding-modals .alerts-max-wd {
    max-width: 500px;
}

.boarding-list.finish-list li:nth-child(2) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.finish-list li:nth-child(3) {
    font-weight: bold;
    opacity: 1;
}

.boarding-list.finish-list li:nth-child(4) {
    font-weight: bold;
    opacity: 1;
}

.finish-step-form label {
    color: #1b1b1b;
    font-family: 'CircularStd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01px;
    line-height: 18px;
}

.finish-step-form .form-control::-webkit-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control:-moz-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control::-moz-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control:-ms-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control::-ms-input-placeholder {
    color: #b0b0b0;
}

.finish-step-form .form-control {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 0;
    border-color: #e5e5e5;
    height: 50px;
}

.finish-step-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #d5d5d5;
}

.finish-step-scroll .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.finish-step-scroll .mCSB_outside + .mCSB_scrollTools {
    right: -15px;
}

.finish-step-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.onboarding-modals .finish-step {
    max-width: 650px;
}

.onboarding-modals .btn-finish-txt {
    font-size: 16px;
    min-width: 185px;
}

/*-------Onboarding modals end------*/

.setup-step-btn {
    color: #ffffff;
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    font-weight: 900;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    background-color: #30baba;
    padding: 0 15px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545 !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745 !important;
}

.custom-select {
    background: none;
}

.custom-select:focus {
    border-color: #30baba;
    box-shadow: none;
}

#expand_btn {
    background: #30baba;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 8px 20px;
    line-height: 1;
    font-weight: 900;
    margin-top: 10px;
}

.live-stream-text a {
    color: #30baba;
}

.searchError {
    color: #e44e4c;
    padding: 30px;
    font-weight: 700;
    text-align: center;
}

.searchTips {
    font-weight: 400;
    color: #8f8f8f;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

.u-pro > button.signin, .u-pro > a.signup {
    border: 2px solid;
    background: #fff;
    outline: 0 none;
    padding: 0 16px;
    font-size: 12px;
    line-height: 32px;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
}

.u-pro > button.signin {
    border-color: #d9d9d9;
    color: #30baba;
    margin-right: 10px;
}

.u-pro > a.signup {
    background: #30baba;
    border-color: #30baba;
    color: #fff;
}

.u-pro > a.signup:hover {
    text-decoration: none;
}

.u-pro > a.signup > i {
    margin-right: 10px;
}

.subscribe-block.widget,
#subscribeModal .modal-body {
    background-image: url("images/retina-graphic-original.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 0 15px;
}

.subscribe-block.widget {
    min-height: 323px;
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 20px;
}

.subscribe-block.widget:before,
#subscribeModal .modal-body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.subscribe-block form {
    width: 100%;
}

.subscribe-block > .clearfix {
    z-index: 1;
}

.subscribe-block p {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: 50px 0 10px 0;
    font-weight: 900;
    line-height: 1.4;
}

.subscribe-block h2,
.subscribe-block h3 {
    color: #fff;
    font-family: "CircularStd", "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 23px;
    line-height: 1;
}

.subscribe-block h2 {
    font-weight: normal;
    line-height: 1.3em;
}

.subscribe-block h3 img {
    max-width: 85px;
}

.subscribe-block img.highlight {
    display: block;
    margin: 0 auto 20px;
}

.subscribe-block .main_field {
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #757c8c;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 0;
    border-left: 3px solid #ce2e2c;
}

.subscribe_widget small {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe_widget .first_name {
    margin-bottom: 10px;
}

.subscribe_widget .step_two {
    font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #cd2e2c;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 900;
    width: 100%;
    text-transform: uppercase;
}

.subscribe-block button {
    background: #fff;
    border: 0;
    color: #757c8c;
    padding-right: 15px;
    height: 50px;
}

#subscribeModal .modal-content {
    border-radius: 0px;
}

#subscribeModal .modal-body {
    padding: 0 30px;
    margin: 10px;
    max-width: unset;
}

#subscribeModal .popupclose {
    color: #fff;
    opacity: 1;
}

#subscribeModal .popup-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    min-height: 480px;
}

#subscribeModal .subscribe-content a {
    margin-bottom: 40px;
    display: block;
}

#subscribeModal .subscribe-content img {
    max-width: 170px;
}

#subscribeModal .subscribe-content p {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
}

#subscribeModal .popup-right {
    display: flex;
    align-items: center;
}

.popupclose {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.mwidget img {
    display: block;
    margin: 10px auto;
}

/* Export Data */
.export-data {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 10px;
}
.about-source-content + .threat-index-chart .export-data {
    right: 20px;
}
.export-data .btn-primary {
    font-size: 12px;
    line-height: 24px;
    height: 35px;
    font-weight: 900;
    width: 100px;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    color: #fff;
}
#source_chart .google-visualization-tooltip {display: inline-block;white-space: nowrap;}
/* styling for korea-pro popup from unbounce */
.ub-emb-iframe-wrapper .ub-emb-close{right:20px!important;top:20px!important;}
