html,
body {
    font-family: 'Whyte', sans-serif;
    color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Whyte', sans-serif;
    color: #000823;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline !important;
}

/*.gb-headline-text a{
	text-decoration: none
}*/
.img-center,
.img-center img{
	margin:0 auto !important;
	text-align:center;
}
.text-center {
    align: center;
}

.gb-headline a {
    color: #000823;
}

.site-header {
    background: #FFFFFF;
    border-bottom: 5px solid #60CAEF;
}

.wp-block-post-title a {
    text-decoration: none;
    color: #000823;
}

.widget-area .widget,
.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 15px;
}

.home #page {
    padding-top: 45px;
}

.site.grid-container {
    max-width: 100%;
}

.site.grid-container .site-content {
    max-width: 1340px;
    margin: 0 auto
}

.home .site.grid-container .site-content {
    max-width: none;
    margin: 0 auto
}

#page {
    position: relative;
    padding-top: 15px;

}

#page:before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 87%);
    backdrop-filter: blur(100px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0.4;
}

body.mac.mac-os .section-heading-say {
    padding-bottom: 0px;
}

body.mac-os .section-heading-say {
    padding-bottom: 2px;
}

.section-heading-say {
    font-family: 'Heroic Condensed', sans-serif;
    background: #60CAEF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 45px;
    line-height: 1em;
    padding: 8px 20px;
    position: relative;
    margin-bottom: 32px;
    font-weight: 700;
}

.section-heading-say:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #60CAEF;
    position: absolute;
    left: 20px;
    top: 100%;
}

.position-relative {
    position: relative
}

.video-overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 85px;
    z-index: 5;
    color: #fff;
    font-size: 16px;
}

.video-overlay-content h2 {
    color: #fff;
}

.tag .site-main,
.search .site-main {
    font-size: 0;
    margin-right: 0
}

.tag .site-main article.post,
.search .site-main article.post {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding-top: 0;
}

.tag article.post .entry-title,
.search article.post .entry-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    display: block;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 2;
    height: 75px;
    overflow: hidden;
}

.tag article.post .entry-meta a,
.search article.post .entry-meta a {
    color: #000;
    text-decoration: none
}

.tag article.post .entry-meta .author-name,
.search article.post .entry-meta .author-name {
    text-decoration: underline;
}

.tag article.post .entry-meta,
.search article.post .entry-meta {
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    opacity: 0.5;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.tag article.post .post-image,
.search article.post .post-image {
    margin-top: 0 !important;
    margin-bottom: 10px;
    height: 180px;
    overflow: hidden
}

.tag article.post .entry-header,
.search article.post .entry-header {

    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 2;
}

.tag article.post .entry-summary,
.search article.post .entry-summary {
    margin-top: 20px !important;
}

.tag article.post .inside-article>.entry-meta,
.tag article.post .entry-content,
.tag article.post .entry-summary,
.search article.post .inside-article>.entry-meta,
.search article.post .entry-summary {
    display: none !important;
}

.tag.separate-containers .page-header,
.search.separate-containers .page-header {
    padding: 10px;
}

.tag article.post .entry-title a,
.search article.post .entry-title a {
    color: #000;
}

.tag.separate-containers .inside-article,
.search.separate-containers .inside-article {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.tag .widget-area .widget,
.search .widget-area .widget {
    padding: 20px
}

.tag article .entry-meta .byline:before,
.search article .entry-meta .byline:before {
    content: "/";
    padding: 0 3px 0 0;

}


.category .site-main .page-header,
.author .site-main .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.author .site-main .page-header>.page-title {
    margin-bottom: 20px;
}

body.mac.mac-os .site-main .page-header>.page-title {
    padding-bottom: 0
}

body.mac-os .site-main .page-header>.page-title {
    padding-bottom: 2px
}

.site-main .page-header>.page-title {
    font-family: 'Heroic Condensed', sans-serif;
    background: #60CAEF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 45px;
    line-height: 1em;
    padding: 8px 20px;
    position: relative;
    margin-bottom: 20px;
}

.site-main .page-header>.page-title:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #60CAEF;
    position: absolute;
    left: 20px;
    top: 100%;
}

.bottom-latest-stories h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

body .entry-content>.is-layout-flex>.is-layout-flow.wp-block-column.full-bg-container {
    max-width: 100%;
    padding: 70px 0;
}

body .entry-content>.is-layout-flex>.is-layout-flow.wp-block-column.full-bg-container>.wp-block-columns {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.bg-F4F4F4 {
    background-color: #F4F4F4 !important;
}

.author article,
.category article {
    clear: both;
    margin-bottom: 10px;
}

.author article .inside-article>.entry-summary,
.author article .inside-article>.entry-meta,
.category article .inside-article>.entry-summary,
.category article .inside-article>.entry-meta {
    display: none;
}

.author article .inside-article,
.category article .inside-article {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.author article.post .inside-article .post-image,
.category article.post .inside-article .post-image {
    margin: 0;
    width: 40%;
    max-height: 216px;
    overflow: hidden;
}

.author article.post .inside-article .entry-header,
.category article.post .inside-article .entry-header {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 2;
    width: 60%;
    padding-left: 25px;

}

.author article.post .inside-article .entry-header .entry-title,
.category article.post .inside-article .entry-header .entry-title {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 2;

}

.author article .entry-meta .byline:before,
.category article .entry-meta .byline:before {
    content: "/";
    padding: 0 3px 0 0;

}

.author article.post .entry-meta,
.category article.post .entry-meta {
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    opacity: 0.5;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.category article.post .entry-meta a,
.category article.post .entry-meta a {
    color: #000;
    text-decoration: none;

}

.author article.post .entry-meta .author-name,
.category article.post .entry-meta .author-name {
    text-decoration: underline
}

.author article.post .entry-title,
.category article.post .entry-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.author article.post .entry-title a,
.category article.post .entry-title a {
    color: #000
}

.author article.post .entry-content,
.category article.post .entry-content {
    display: none
}

.site {
    overflow: hidden
}

.no-results .inside-article {
    text-align: center;

}

.no-results .entry-title {
    font-weight: 950;
    font-size: 40px;
    line-height: 50px;
}

.no-results .inside-article:before {
    content: "";
    background-image: url('../images/searching-not-found.png');
    display: block;
    margin: 0 auto;
    width: 172px;
    height: 172px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.no-results .entry-content {
    display: none
}

.sidebar-top-single-post {
    display: block;
    background: linear-gradient(0deg, #F4F4F4 42.84%, rgba(255, 255, 255, 0) 88.35%);
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 0 19px 19px;
    margin-top: 40px;

}

.sidebar-top-single-post .wp-block-media-text__content {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 15px 15px 0;
}

.sidebar-top-single-post .wp-block-media-text__content a {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-top: 15px;

}

.sidebar-top-single-post .wp-block-media-text__media {
    margin-top: -40px;
}

.site-header .wp-block-social-links.is-style-logos-only .wp-social-link {
    color: #000;
    margin: 0;
    font-size: 20px;
}

.site-footer .footer-widgets {
    background-color: #F4F4F4;
}

.site-footer .footer-widgets .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.site-footer .footer-widgets .menu li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.site-footer .footer-widgets .menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none
}

.inside-footer-widgets>div {
    flex: none;
}

.site-footer .footer-widget-1 {
    width: 20%;
}

.site-footer .footer-widget-2 {
    width: 50%;
}

.site-footer .footer-widget-3 {
    width: 30%;
}


.site-info {
    font-weight: 350;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background-color: #000000;
}

.site-info .copyright-bar {
    display: none;
}

.site-info .footer-bar {
    width: 100%;
}

.site-info p {
    margin: 0
}

.site-info .wp-block-social-links li {
    margin-bottom: 0
}

.site-info .wp-block-social-links.is-style-logos-only .wp-social-link {
    color: #fff;
    padding: 0 5px;
    font-size: 18px;
}

.site-info .footer-bar .wp-block-columns {
    margin-bottom: 0
}

.site-info .menu li {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0 10px;
}

.site-info .menu li:first-child {
    padding-left: 0
}

.site-info .menu li:last-child {
    border: none !important;
}

.site-info .menu li a {
    color: #fff;
    text-decoration: none;

}

.footer-newsletter {
    position: relative
}

.footer-newsletter .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;

}

.footer-newsletter .wpcf7-form-control {
    height: 60px;

}

.footer-newsletter .wpcf7-spinner {
    position: absolute;
    right: 40px;
    top: 20px;
}

.footer-newsletter .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    background-image: url('../images/arrow-email.png?1');
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -5000px;
    padding: 10px 30px;
    font-size: 16px;
}

.footer-newsletter .wpcf7-submit:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.home-sidebar-topStories .gb-headline {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.home-sidebar-topStories .gb-block-image a {
    display: block
}

.home-sidebar-topStories .wp-block-post-author-name {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    margin-right: 3px;
    color: #000;
    opacity: 0.8;
	font-weight:500;
}

.home-sidebar-topStories .wp-block-post-author-name a {
    color: #000;
	text-decoration:underline
}

.home-sidebar-topStories .entry-date {
    opacity: 0.8;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.home-sidebar-topStories .wp-block-post-author-name:before {
    content: "By";
    padding-right: 5px;
}

.home-sidebar-topStories .wp-block-post-author-name:after {
    content: "/";
    padding-left: 5px;

}


.home-twiter-post {
    background: #FFFFFF;
    border: 1px solid rgba(0, 8, 35, 0.05);
    box-shadow: 4px 10px 50px rgba(0, 8, 35, 0.06);
    border-radius: 12px;
    padding: 5px;
}

.home-twiter-post .wp-block-media-text__content {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 17px;

    letter-spacing: 0.01em;
    line-height: 20px;
}

.home-twiter-post .wp-block-media-text__content p {
    margin-bottom: 5px;
}

.home-twiter-post .wp-block-media-text__content p:last-child {
    margin-bottom: 0 !important
}

.home-twiter-post .wp-block-media-text__content a {
    font-weight: 900;
    /* identical to box height, or 147% */
    text-transform: capitalize;
    color: #60CAEF;
    text-decoration: none;
}

/* .home-latest-s-slider {
    margin-top: -90px;
}

.home-latest-s-slider .swiper-container {
    padding-right: 33%;
    padding-bottom: 0 !important;
    padding-top: 90px !important;
}

.home-latest-s-slider .sp-pcp-post {
    position: relative;
    padding-left: 49% !important;
}

.home-latest-s-slider .sp-pcp-post .pcp-post-thumb-wrapper {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.home-latest-s-slider .sp-pcp-post .sp-pcp-post-thumb-area {
    height: 100%;
    max-height: 160px;
}

.home-latest-s-slider .sp-pcp-post {
    min-height: 160px;
}

.home-latest-s-slider .sp-pcp-post .sp-pcp-title {
    max-height: 120px;
    overflow: hidden
} */

.home-latest-s-slider .sp-pcp-post .sp-pcp-title {
    max-height: 72px;
    overflow: hidden
} 

.home-latest-s-slider .sp-pcp-post .pcp-post-thumb-wrapper {
    max-height: 180px;
    min-height: 180px;
}

.custom-swiper-style {
    margin-top: -80px;
}

.custom-swiper-style .sp-pcp-post .sp-pcp-title a,
.custom-swiper-style .sp-pcp-post .sp-pcp-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000823;
}

.custom-swiper-style .sp-pcp-post-meta .fa {
    display: none !important
}

.custom-swiper-style .sp-pcp-post .sp-pcp-post-meta li a,
.custom-swiper-style .sp-pcp-post .sp-pcp-post-meta li {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

.custom-swiper-style .sp-pcp-post-meta ul li:first-child {
    margin-right: 0px;
}

.custom-swiper-style .sp-pcp-post-meta ul li:first-child:before {
    content: "By";
}

.custom-swiper-style .sp-pcp-post-meta ul li:first-child:after {
    content: "/";
    margin-left: 1px;
}

.custom-swiper-style.no-author .sp-pcp-post-meta ul li:first-child {
    display: none !important
}

.custom-swiper-style .sp-pcp-post-meta ul li:first-child a {
    text-decoration: underline
}

.custom-swiper-style .sp-pcp-post .sp-pcp-post-thumb-area img {
    width: fit-content;
    max-width: fit-content;

}

.custom-swiper-style .swiper-container .pcp-button-prev,
.custom-swiper-style .swiper-container .pcp-button-next {
    width: 50px !important;
    height: 50px !important;
    background: #F4F4F4;
    margin-top: 0 !important;
    border-radius: 50px;
}

.custom-swiper-style .swiper-container .pcp-button-prev.top_right {
    right: 60px !important;
}

.custom-swiper-style .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 85px;
    padding-bottom: 0
}

.custom-swiper-style.full-width .sp-pcp-post .pcp-post-thumb-wrapper {
    max-height: 180px;
    min-height: 180px;
}

.custom-swiper-style.full-width .sp-pcp-post .sp-pcp-post-thumb-area img {
    min-height: 180px;
    max-width: 100%;
    height: auto
}

.custom-swiper-style.full-width .sp-pcp-title {
    max-height: 72px;
    overflow: hidden;
}

.text-overlay-block .gb-headline-text {
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    font-size: 48px;
    line-height: 1.1em;
}

.text-overlay-block {
    position: relative
}

.text-overlay-block .wp-block-group {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
}

.text-overlay-block .wp-block-group .wp-block-group__inner-container {
    font-size: 0;
}

.text-overlay-block .gb-headline-text a,
.text-overlay-block .gb-headline-text {
    color: #fff;
}

.text-overlay-block .wp-block-post-author-name {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    margin-right: 3px;
    opacity: 0.8;
    font-weight: 500;
}

.text-overlay-block .wp-block-post-author-name a {
    color: #fff;
	text-decoration:underline
}

.text-overlay-block .entry-date {
    opacity: 0.8;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.text-overlay-block .wp-block-post-author-name:before {
    content: "By";
    padding-right: 5px;
}

.text-overlay-block .wp-block-post-author-name:after {
    content: "/";
    padding-left: 5px;

}

.text-overlay-block .gb-block-image {
    position: relative
}

.text-overlay-block .gb-block-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 91.19%);
    opacity: 0.5;
    transform: matrix(1, 0, 0, -1, 0, 0);
    display: block;
    height: 70%;
}

.buttom-listing-post .wp-block-post-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
}

.buttom-listing-post .wp-block-post-author-name {
    display: inline-block;
    color: #000000;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
}
.buttom-listing-post .wp-block-post-author-name a{
	text-decoration:underline
}
.buttom-listing-post .wp-block-post-author-name:before {
    content: "By";
    padding-right: 5px;
}

.buttom-listing-post .wp-block-post-author-name:after {
    content: "/";
    padding-left: 5px;

}

.buttom-listing-post .wp-block-post-date {
    display: inline-block;
    color: #000000;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
}

.buttom-listing-post .wp-block-columns {
    align-items: flex-start !important;

}

.buttom-listing-post .wp-block-column.is-vertically-aligned-center {
    align-self: flex-start !important;
}

.sidebar-slider-for-mobile {
    display: none !important
}

.sidebar-slider-for-mobile.no-arrow .swiper-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.custom-swiper-style.sidebar-slider-for-mobile.no-arrow {
    margin-top: 0;
}

.outer-p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.inside-right-sidebar .sidebar-latest-trending-post .gb-container {
    padding-top: 0 !important;
    margin-top: 40px;
}

.inside-right-sidebar .sidebar-latest-trending-post figure {
    margin-bottom: 0 !important;
}

.sidebar-latest-trending-post .gb-container {
    background: linear-gradient(0deg, #F4F4F4 42.84%, rgba(255, 255, 255, 0) 88.35%);
    border: 0.5px solid rgba(0, 0, 0, 0.1);

}

.sidebar-latest-trending-post .wp-block-group__inner-container p.gb-headline {
    margin-bottom: 0 !important
}

.sidebar-latest-trending-post .wp-block-group__inner-container {
    padding: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.sidebar-latest-trending-post figure {
    margin-top: -40px;

}

.sidebar-latest-trending-post figure img {
    width: 100%;
}

.sidebar-latest-trending-post .wp-block-read-more {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    text-decoration: underline;
}

.comments-area {
    background-color: #F4F4F4 !important;
    padding: 45px 0 !important;
    position: relative
}

/*.comments-area:after{
	content: "";
	background-color: #F4F4F4 !important;
	right: 100%;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.comments-area:before{
	content: "";
	background-color: #F4F4F4 !important;
	left: 100%;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute
}
*/

.comments-area #comments {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}

body.mac.mac-os .comments-area .comment-reply-title {
    padding-bottom: 0
}

body.mac-os .comments-area .comment-reply-title {
    padding-bottom: 2px
}

.comments-area .comment-reply-title {
    font-family: 'Heroic Condensed', sans-serif;
    background: #60CAEF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    padding: 8px 20px;
    position: relative;
    margin-bottom: 20px;
}

.comments-area .comment-reply-title:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #60CAEF;
    position: absolute;
    left: 20px;
    top: 100%;
}




.comments-area .comment-content {
    border: 0;
    padding: 15px;
    padding-top: 0;
    margin-left: 55px;
    padding-left: 0;
    margin-top: 0;
}

.comments-area .comment-content p {
    margin-bottom: 10px;
}

.comments-area .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-content .reply {
    border: 1.5px solid #60CAEF;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 5px;

}

.comments-area .comment-content .reply a {
    padding: 0 5px;
    padding-right: 15px;
    text-decoration: none;
    background-image: url('../images/reply-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
}

.comments-area .comment-author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comments-area .comment-author-info .comment-author {
    margin-right: 5px;
    display: inline-block
}

.comments-area .entry-meta a {
    text-decoration: none
}

.comments-area .comment-meta {
    display: flex;
}

.comments-area .comment-meta img {
    max-width: 40px;
}

.comments-area .comment .children {
    border: none;
}

.single .site-main .entry-content img {
    width: 100%;
    height: auto
}

.single .entry-meta,
.single .entry-content {
    max-width: 1020px;
    width: 95%;
    margin: 0 auto;
}

.single .entry-content h2 {
    font-size: 32px;
}

.single .site-content .is-right-sidebar {
    /* display: none */
    float: right;
}

.single .site-content .left-content {
    width: 70%;
    float: left;
}

.single .site>.site-content>.content-area {
    width: 100%;
}

.single .inside-article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative
}

.single .featured-image {
    order: 2;
    max-width: 100% !important;
    width: 100%;
	
}

.single .featured-image .feature-image-caption{
	text-align: right;
	clear: both;
	display: block;
	margin: 17px 0;
	padding: 0;
	font-size: 15px;
}

.single #mvp-video-embed iframe, .single #mvp-video-embed video, .single #mvp-video-embed embed, .single #mvp-video-embed object {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.single #mvp-video-embed div.brid {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

.single embed, .single iframe, .single object, .single video {
    margin-bottom: 24px;
    max-width: 100%;
}

.single .featured-image img {
    width: 100%;
}

.single #mvp-video-embed {
    position: relative;
    width: 100%;
    margin-top: -61px;
    padding-top: 56.25%;
}

.single .entry-header {
    order: 1;
    margin-bottom: 30px;
}

.single .entry-header .entry-meta {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    margin-top: 10px;
    display: flex;
    text-transform: capitalize;
    width: auto
}

.single .entry-header .entry-meta a {
    text-decoration: underline
}

.single .entry-header .entry-title {
    margin-bottom: 15px;
}

.single .entry-header .entry-meta .posted-on {
    order: 2
}

.single footer.entry-meta {
    order: 4;
    margin-top: 2em;
    margin-bottom: 2em;
}

.single footer.entry-meta .tags-links,
.single footer.entry-meta .post-navigation {
    display: none !important
}

.single .entry-header .entry-meta .byline:after {
    content: "/";
    padding: 0 3px 0 5px;

}

.single .entry-content {
    order: 3;
}

.single .entry-content a {
    color: #60CAEF;
    text-decoration: underline
}

.single .site.grid-container .site-content {
    max-width: 100%;
}

.single .grid-container .site-content .site-main {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto
}

.single .heateor_sss_sharing_container {
    margin-bottom: 0;
    position: static;
    right: 15px;
    top: 120px;
    display: flex;
    align-items: center;
}

.single .heateor_sss_sharing_container .heateor_sss_sharing_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    background: #60CAEF;
    padding: 10px 15px 8px 15px;
    margin-right: 15px;
    cursor: pointer;
}

.single .entry-content .heateor_sss_sharing_container {
    /*display: none*/
    margin-bottom: 25px;
}


.custom-form-style .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.custom-form-style .col-sm-12 {
    width: 100%;
    padding: 0 15px;
}

.custom-form-style .col-sm-6 {
    width: 50%;
    padding: 0 15px;
}

.custom-form-style .wpcf7-form-control {
    width: 100%;
    border: 1px solid #EAEAEE;
    font-weight: 350;
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    background-color: #fff;
}

.custom-form-style textarea.wpcf7-form-control {
    height: 300px;
}

.custom-form-style p {
    margin-bottom: 30px;
}

.custom-form-style .wpcf7-form-control.wpcf7-submit {
    background: #60CAEF;
    width: auto;
    min-width: 190px;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.brid-holder .custom-form-style .wpcf7-form-control.wpcf7-checkbox {
    border: none;
}

.brid-holder .brid-poster-title {
    font-family: 'Whyte', sans-serif;

    top: auto;
    position: absolute;
    bottom: 0;
    height: auto;
    opacity: 1;
    background-color: transparent;
}

.brid-holder .brid-poster-title div {
    font-family: 'Whyte', sans-serif;
    font-weight: 900;
    font-size: 48px;
    position: static;
    padding: 50px 40px;
    padding-bottom: 70px;
}

.brid-holder .brid-poster {
    background-color: transparent !important;
}

.brid-holder .brid-poster:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 91.19%);
    opacity: 0.5;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 70%;
    width: 100%;
}

#breadcrumbs {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 0;
}

#breadcrumbs .breadcrumb_last {
    display: none
}

.article-detail-bottom-section {
    padding: 80px 0
}

.article-detail-bottom-section .site-content {
    padding: 0 20px;
}

.latest-sidebar-stories .wp-block-latest-posts__post-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: #000823;
    order: 2;
}

.latest-sidebar-stories .wp-block-latest-posts__post-author {
    display: inline-block;
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    font-weight: 500;
}

.latest-sidebar-stories .wp-block-latest-posts__post-author:after {
    content: "/";
    padding-left: 5px;
    margin-right: 5px;

}

.latest-sidebar-stories .wp-block-latest-posts__post-date {
    display: inline-block;
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.latest-sidebar-stories.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 40px;
}

.latest-sidebar-stories.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0
}

.latest-sidebar-stories.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    flex-wrap: wrap;
}

.latest-sidebar-stories .wp-block-latest-posts__featured-image a {
    display: block
}

.latest-sidebar-stories .wp-block-latest-posts__featured-image img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important
}

.latest-sidebar-stories .wp-block-latest-posts__featured-image {
    float: none;
    width: 30%;
    margin-right: 0;
    max-height: 215px;
    overflow: hidden
}

.latest-sidebar-stories .right-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 20px;

}



.switch-button input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 30px;
    z-index: 15;
    cursor: pointer;
}

/* The slider */
.switch-button .slider {
    width: 50px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 5px solid rgba(0, 0, 0, 0.2);
}

.switch-button .slider:before {
    display: block;
    position: relative;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    top: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch-button input:checked+.slider {
    border-color: #2196F3;
}

.switch-button input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-button input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #2196F3;
}

.switch-button .wpcf7-list-item {
    margin: 0;
}

.custom-form-style .wpcf7-form-control.custom-radio-button,
.custom-form-style .wpcf7-form-control.switch-button {
    border: none;

}

/* Hide the browser's default radio button */
.custom-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    z-index: 5;

}

.custom-radio-button .wpcf7-list-item {
    padding-left: 40px;
    margin: 0;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Create a custom radio button */
.custom-radio-button .wpcf7-list-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
}

/* On mouse-over, add a grey background color */
.custom-radio-button .wpcf7-list-item:hover input~.checkmark {}

/* When the radio button is checked, add a blue background */
.custom-radio-button input:checked~.checkmark {
    border-color: #60CAEF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-button input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-button .checkmark:after {
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #60CAEF;
}

.custom-form-style .radio-inline-with-text p {
    display: flex;
}

.custom-form-style .radio-inline-with-text br {
    display: none
}

.custom-form-style .radio-inline-with-text .title {
    padding-right: 25px;
}

.custom-form-style .check-box-div {
    float: right;
}

.custom-form-style .switch-button .wpcf7-list-item-label {
    opacity: 0.8;
}

.custom-form-style .check-box-div p {
    display: flex
}

.custom-form-style .check-box-div .text {
    padding-right: 65px;
    padding-top: 3px;
    display: block;
}

.custom-form-style .wpcf7-list-item {
    position: relative
}

.custom-form-style .upload-div {
    border: 2px dashed #EAEAEE;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    position: relative;
    margin-bottom: 30px;
}

.custom-form-style .upload-div p {
    margin-bottom: 0
}

.custom-form-style .upload-div .wpcf7-form-control-wrap,
.custom-form-style .upload-div .wpcf7-form-control {
    position: absolute;
    left: 0;
    background-color: transparent;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    opacity: 0
}

.custom-form-style.contact-us .wpcf7-list-item {
    display: block
}











.advertise .switch-button .slider {
    left: 0;
    right: auto
}

.advertise .switch-button .wpcf7-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 35px;
    margin-bottom: 15px;
}

.advertise .title {
    display: block;
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 31px;
}


.contact-text-icon {
    padding: 20px
}

.contact-text-icon .wp-block-media-text__content a {
    text-decoration: none;
}

.contact-text-icon .wp-block-media-text__content {
    font-weight: 350;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    opacity: 0.8;
    letter-spacing: -0.01em;
    padding: 0 0 0 6%;
}

.contact-text-icon .wp-block-media-text__content p {
    margin-bottom: 0
}

.contact-text-icon.call-div {
    background-image: url('../images/call-icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 50px auto;
}

body.mac.mac-os.page .site-main .entry-header>.entry-title {
    padding-bottom: 0;
}

body.mac-os.page .site-main .entry-header>.entry-title {
    padding-bottom: 2px;
}

.page .site-main .entry-header>.entry-title {
    font-family: 'Heroic Condensed', sans-serif;
    background: #60CAEF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    padding: 8px 20px;
    position: relative;
    margin-bottom: 10px;
}

.page .site-main .entry-header>.entry-title:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #60CAEF;
    position: absolute;
    left: 20px;
    top: 100%;
}

.page-id-44355 .site-main .entry-header {
    margin-bottom: -70px;
}


.allaccess-logo .wp-block-image {
    max-width: 240px;
    margin: 0 15px;
}

.main-navigation .menu-bar-item.search-item {
    background: #F2F2F5;
}

.main-navigation .menu-bar-item.search-item a {
    font-size: 18px;
}

.main-navigation .menu-bar-items {
    display: none
}

.menu-bar-items.custom-move-right {
    background: #F2F2F5;
    margin-left: 30px;
}

.menu-bar-items.custom-move-right {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

.navigation-search input[type="search"] {
    background: #F2F2F5;
    opacity: 1;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}

/*.home .navigation-search.nav-search-active { 
		 
		margin-top: 80px; 
	}*/
.navigation-search.nav-search-active {
    left: auto;
    right: -186px;
    /*top: 100%;
	margin-top: 44px;*/
    display: block;
    max-width: 380px;
}

.site-content {
    flex-wrap: wrap;
    position: relative;
    z-index: 5
}

.separate-containers .inside-article {
    background-color: transparent !important;
}

.section-trending-stories ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.section-trending-stories .wp-block-latest-posts__post-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: #000823;
    order: 4;
}

.section-trending-stories .wp-block-latest-posts__post-author,
.section-trending-stories .wp-block-latest-posts__post-date {
    display: inline-block;
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: capitalize
}

.section-trending-stories .wp-block-latest-posts__post-author:after {
    content: "/";
    padding-left: 5px;
    margin-right: 5px;

}

.section-trending-stories .wp-block-latest-posts__featured-image {
    margin-bottom: 10px;
}

.section-trending-stories {
    background-color: #F4F4F4 !important;
    padding: 45px 0 !important;
    position: relative;
    width: 100%;
}

.search .site.grid-container #content,
.search .site.grid-container {
    max-width: 100%;
}

.sidebar-search-block .wp-block-search__input {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    padding-left: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    border: 0;
    height: 55px;
    background: #fff !important;
}

.sidebar-search-block .wp-block-search__input::-webkit-input-placeholder {
    /* Edge */
    color: #000000;
}

.sidebar-search-block .wp-block-search__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.sidebar-search-block .wp-block-search__input::placeholder {
    color: #000000;
}

.sidebar-search-block .wp-block-search__button {
    display: none;

}

.inside-right-sidebar aside.widget_search {
    margin-bottom: 0;
    display: none
}

.search .inside-right-sidebar aside.widget_search {
    display: block
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 7px;
}

.subscribe-newsletter-footer {
    position: relative;
    margin: 0
}

.subscribe-newsletter-footer .email-inbox {
    height: 60px;
    width: 100% !important;
    max-width: 100% !important;
}

.subscribe-newsletter-footer .button-inbox {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    background-image: url(../images/arrow-email.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -5000px;
    padding: 10px 30px;
    font-size: 16px;
    height: 100%;
}

body.author .author-info {
    display: flex;
    margin: 40px 0;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: normal;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

body.author .author-info .author-image {
    float: none !important;
    width: 30% !important;
    padding: 0 15px;
    margin-right: 10px !important;
}

body.author .author-info .right-content {
    width: 70%;
}

body.author .author-info .author-image .avatar {
    width: 100%;
    margin-right: 0
}

body.author .author-info .author-name {
    font-weight: 950;
    text-transform: uppercase;

}

body.author .author-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #60CAEF;
}

body.author .author-info .author-bio {
    padding-top: 15px;
}

.site-footer .mc4wp-form-basic {
    margin: 0
}

.subscribe-newsletter-pop-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.subscribe-newsletter-pop-block .img-div {
    width: 45%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 400px;
}

.subscribe-newsletter-pop-block .content-div {
    width: 55%;
    padding: 40px;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 18px;
}

.subscribe-newsletter-pop-block .content-div strong {
    color: #5ecaed;
	font-weight: 500;
}

.subscribe-newsletter-pop-block .subscribe-newsletter-footer {
    margin-top: 30px;
}


.pum-theme-227690 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 0 !important;
    border-radius: 0;
}

.pum-container .pum-title {
    display: none !important
}

.pum-theme-227690 .pum-content+.pum-close,
.pum-theme-enterprise-blue .pum-content+.pum-close {
    height: 28px;
    width: 28px;
    top: 8px;
    padding: 4px;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    background-color: rgb(255 255 255);
}

.mobile-search-bar {
    display: none;
}

.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
.main-navigation .main-nav ul li.current-menu-item a,
.main-navigation .main-nav ul li:hover a{
	    color: #5ecaed !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a:hover svg{
	   color: #5ecaed;
}
.social-icon-for-mobile {
    display: none
}

.home .featured-image.page-header-image {
    display: none
}

/* CNX Player */
cnx.cnx-center-align,cnx.cnx-vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

cnx,cnx-span {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

.cnx-bp-lg-v .cnx-d-lg-none,.cnx-bp-md-v .cnx-d-md-none,.cnx-bp-sm-v .cnx-d-sm-none,.cnx-bp-xl-v .cnx-d-xl-none {
    display: none!important
}

.cnx-float {
    position: fixed!important;
    z-index: 9999!important
}

.cnx-float.cnx-content-wrapper {
    left: 0;
    top: 0
}

.cnx-float.cnx-float-transition {
    transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out
}

.cnx-float.cnx-float-instant-transition {
    transition: transform 1ms ease-in-out;
    -webkit-transition: transform 1ms ease-in-out
}

.cnx-float.cnx-always-floating {
    left: 0;
    top: 0
}

.cnx-float.cnx-main-container.cnx-in-mobile,.cnx-main-container.cnx-in-mobile .cnx-float {
    width: 60vw
}

.cnx-float .cnx-video-wrapper .cnx-image-placeholder {
    display: block!important
}

.cnx-pinned-wrapper {
    display: flex
}

.cnx-hide-pinned-title-in-ad .cnx-pinned-title,.cnx-video-title {
    display: none
}

.cnx-float.cnx-pinned {
    left: 0;
    max-height: 240px;
    position: fixed;
    right: 0;
    width: 100vw!important
}

.cnx-float.cnx-pinned.cnx-pinned-top-floating {
    bottom: unset;
    top: 0
}

.cnx-float.cnx-pinned.cnx-pinned-bottom-floating {
    bottom: 0;
    top: unset
}

.cnx-float.cnx-pinned .cnx-video-container {
    max-width: 435px;
    min-width: 140px;
    position: relative;
    width: 65%
}

.cnx-float.cnx-pinned .cnx-ratio {
    width: 0
}

.cnx-float.cnx-pinned .cnx-video-title {
    background-color: #272727;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0
}

.cnx-float.cnx-pinned .pinned-title-text {
    color: #fff;
    font-size: 16px;
    height: calc(100% - 8px);
    line-height: 19px;
    margin: 8px 8px 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: auto;
    word-break: break-word
}

.cnx-float.cnx-pinned .pinned-title-text .close-button-slot {
    float: right;
    height: 32px;
    width: 40px
}

.cnx-float.cnx-pinned .pinned-title-text:after,.cnx-float.cnx-pinned .pinned-title:after {
    background: linear-gradient(0deg,#272727 20%,rgba(39,39,39,0));
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.cnx-float.cnx-pinned .cnx-ui-ps-footer .cnx-ui-ps-controls--wrapper .cnx-ui-ps-controls {
    bottom: 12px!important
}

.cnx-float.cnx-pinned .cnx-bp-lg-v .pinned-title-text {
    font-size: 18px
}

.cnx-float.cnx-pinned .cnx-bp-sm-st .cnx-ui-ps-footer .cnx-ui-ps-controls--wrapper .cnx-ui-ps-controls,.cnx-float.cnx-pinned .cnx-bp-xs-st .cnx-ui-ps-footer .cnx-ui-ps-controls--wrapper .cnx-ui-ps-controls {
    bottom: 14px!important
}

.cnx-float.cnx-pinned .cnx-bp-sm-st .cnx-cta-align-with-content,.cnx-float.cnx-pinned .cnx-bp-xs-st .cnx-cta-align-with-content {
    bottom: 8px!important;
    padding: 2 0!important
}

.cnx-float.cnx-pinned .cnx-bp-md-st .cnx-cta-align-with-content {
    bottom: 12px!important;
    padding: 2 0!important
}

cnx {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: left
}

.cnx-mod-active cnx {
    font-weight: 700
}

cnx-span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: left
}

.cnx-mod-invisible {
    opacity: 0!important;
    visibility: hidden!important
}

cnx.cnx-vertical-align {
    position: absolute
}

.cnx-mod-display-none {
    display: none!important
}

cnx.cnx-center-align {
    justify-content: center;
    position: absolute
}

cnx div {
    margin: 0;
    padding: 0
}

.cnx-ad-container,.cnx-ad-container .cnx-ad-bid-slot,.cnx-g-style-detailed .cnx-g-card-image-container .cnx-g-card-image:after,.cnx-non-linear-ad-container,.cnx-non-linear-ad-container .cnx-ad-bid-slot,.cnx-pod-loading-screen-container,.cnx-pod-loading-screen-container .cnx-pod-loading-background,.cnx-ui,.cnx-ui-home-screen .cnx-logo-bar,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content,.cnx-up-next-box,.cnx-up-next-box-gradient,.cnx-up-next-box-image,.cnx-video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-ui-bar {
    width: 100%
}

.cnx-g-card,.cnx-g-card .cnx-g-card-icon,.cnx-g-card .cnx-g-card-image,.cnx-g-card .cnx-g-card-image-container,.cnx-g-style-detailed .cnx-g-card-image-container img,.cnx-g-style-detailed .cnx-g-card-placeholder,.cnx-g-style-visual .cnx-g-card-placeholder,.cnx-icon-button,.cnx-live-poster,.cnx-live-poster img,.cnx-progress-bar,.cnx-progress-bar .cnx-progress-input,.cnx-progress-fill,.cnx-progress-rail,.cnx-size-fixed,.cnx-ui-btn .cnx-logo>img,.cnx-ui-cm .cnx-cm-items,.cnx-video-progress .cnx-progress-follow,.cnx-video-progress .cnx-progress-hitarea {
    height: 100%;
    width: 100%
}

.cnx-logo-bar,.cnx-ui-buttons,.cnx-ui-head-buttons,.cnx-ui-progress,.cnx-volume-container {
    display: flex;
    flex-direction: row
}

.cnx-ui {
    display: flex;
    flex-direction: column
}

.cnx-ui-progress-bar,.cnx-ui-spacer {
    align-self: stretch;
    flex-grow: 1
}

.cnx-ad-container .cnx-ad-slot,.cnx-icon-button,.cnx-non-linear-ad-container .cnx-ad-slot,.cnx-progress-bar,.cnx-ui-btn .cnx-ui-btn-hoverable,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button .cnx-btn-container,.cnx-volume-bar {
    align-items: center;
    display: flex;
    justify-content: center
}

.cnx-ad-container,.cnx-boom .cnx-boom-elem,.cnx-logo,.cnx-mobile-captions-bar,.cnx-non-linear-ad-container,.cnx-progress-rail-container,.cnx-ui cnx.cnx-button-big-play,.cnx-ui-ad,.cnx-ui-btn .cnx-ui-btn-hoverable:before,.cnx-ui-content,.cnx-ui-content-mobile,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar .cnx-progress-bar {
    pointer-events: none
}

.cnx-in-ad .cnx-ad-container,.cnx-in-ad .cnx-ui-ad,.cnx-in-show-controls .cnx-icon-button,.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-read-more-wrapper,.cnx-progress-bar,.cnx-ui-btn,.cnx-ui-video,.cnx-up-next-container,.cnx-video-container .cnx-ui.cnx-is-paused .cnx-button-big-play,.cnx-volume-container {
    pointer-events: all
}

.cnx-progress-fill,.cnx-progress-handle,.cnx-ui-btn .cnx-ui-btn-hoverable.cnx-mod-hover-s:before {
    transition: all .15s ease-in-out
}

.cnx-bp-sm-v .cnx-ui-buttons {
    top: 50%
}

.cnx-g-style-visual .cnx-g-card.cnx-mod-active .cnx-g-triangle,.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-open-new-icon,.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-read-more-container {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.cnx-g-card .cnx-g-card-icon .cnx-ui-btn,.cnx-mute-watermark svg,.cnx-pod-loading-screen-container .cnx-pod-loading-fallback,.cnx-pod-loading-screen-container .cnx-pod-loading-info,.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-open-new-icon svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.cnx-boom .cnx-boom-elem,.cnx-ui-btn .cnx-ui-btn-hoverable:before {
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    top: 50%
}

.cnx-mod-no-transition .cnx-progress-fill,.cnx-mod-no-transition .cnx-progress-handle,.cnx-mod-no-transition .cnx-video-progress .cnx-progress-follow,.cnx-video-progress .cnx-progress-fill,.cnx-video-progress .cnx-progress-handle {
    transition: none
}

@keyframes cnx-timer-circle {
    0% {
        stroke-dashoffset: 106
    }

    to {
        stroke-dashoffset: 0
    }
}

.ad-controls-focused,.cnx-ad-close-non-linear-button:focus svg,.cnx-el .cnx-in-ad cnx.cnx-tab-focus:focus .cnx-btn-container,.cnx-in-desktop .cnx-tab-focus.cnx-ad-skip-button:focus .cnx-icon-button {
    border: 1px solid rgba(0,0,0,.66);
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.66)!important
}

.ad-controls-not-focused,.cnx-ad-close-non-linear-button:focus,.cnx-el .cnx-in-ad cnx.cnx-tab-focus:focus {
    border: none;
    box-shadow: none
}

.cnx-ad-container,.cnx-non-linear-ad-container {
    display: block!important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.cnx-in-ad-non-linear .cnx-non-linear-ad-container {
    opacity: 1;
    position: absolute;
    z-index: 20
}

.cnx-non-linear-ad-container .cnx-ad-bid-slot {
    background: none;
    grid-area: adslot;
    opacity: 0
}

.cnx-non-linear-ad-container .cnx-ad-bid-slot.cnx-ad-bid-slot-selected {
    opacity: 1;
    z-index: 10
}

.cnx-non-linear-ad-container .cnx-ad-slot {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-non-linear-ad-container .cnx-ad-slot video,.cnx-non-linear-ad-container video.cnx-ad-slot {
    background-color: unset
}

.cnx-ad-container .cnx-ad-bid-slot {
    background: #f4f4f4;
    grid-area: adslot;
    opacity: 0
}

.cnx-ad-container .cnx-ad-bid-slot.cnx-ad-bid-slot-selected {
    opacity: 1;
    z-index: 10
}

.cnx-ad-container .cnx-ad-slot {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-ad-container .cnx-ad-slot div {
    background-color: transparent!important
}

.cnx-ad-container .cnx-ad-slot iframe {
    border: 3px solid #fff!important;
    box-sizing: border-box;
    color-scheme: none
}

.cnx-ad-container .cnx-ad-slot iframe:not([id]) {
    border: none!important
}

.cnx-ad-container .cnx-ad-slot video,.cnx-ad-container video.cnx-ad-slot {
    background-color: #f4f4f4
}

.cnx-in-ad .cnx-ad-container {
    opacity: 1;
    position: absolute;
    z-index: 20
}

.cnx-ad-container.cnx-mod-hide {
    display: none!important
}

.cnx-ad-container.cnx-ad-video-size-slot {
    bottom: 0;
    height: auto!important;
    margin: auto;
    padding-bottom: 56.25%;
    position: relative;
    top: 0
}

.cnx-ui-ad {
    gap: 4px 0;
    grid-template-columns: 1fr
}

.cnx-ui-ad .cnx-boom-elem {
    display: none!important
}

.cnx-ui.cnx-ui-ad {
    display: none;
    pointer-events: none
}

.cnx-ui.cnx-ui-ad,.cnx-ui.cnx-ui-ad .cnx-ad-buttons,.cnx-ui.cnx-ui-ad .cnx-ad-close-button,.cnx-ui.cnx-ui-ad .cnx-ad-expand-button,.cnx-ui.cnx-ui-ad .cnx-ad-marker,.cnx-ui.cnx-ui-ad .cnx-ad-progress-bar,.cnx-ui.cnx-ui-ad .cnx-ad-skip-button,.cnx-ui.cnx-ui-ad .cnx-pod-loading-screen-container {
    position: absolute;
    z-index: 30
}

.cnx-ui.cnx-ui-ad .cnx-ad-card {
    background: #f4f4f4;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    font-size: 15px;
    grid-area: card;
    overflow: hidden
}

.cnx-ui.cnx-ui-ad .cnx-ad-card .cnx-ad-card-image {
    background-size: cover;
    flex-shrink: 0;
    height: 100%
}

.cnx-ui.cnx-ui-ad .cnx-ad-card .cnx-ad-card-text {
    color: #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    padding: 8px
}

.cnx-ui.cnx-ui-ad .cnx-ad-card .cnx-ad-card-text .cnx-ad-card-title {
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cnx-ui.cnx-ui-ad .cnx-ad-card .cnx-ad-card-text cnx {
    line-height: normal
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content {
    grid-area: ui;
    pointer-events: none;
    position: relative
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker {
    margin-right: 57px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-marker-cnt-second {
    background: rgba(0,0,0,.3);
    border-radius: 0 0 8px 0;
    display: flex
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-marker-cnt-second .cnx-ad-marker-svg {
    height: 22px;
    width: 32px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-marker-cnt-second .cnx-ad-marker-text {
    color: #fff;
    display: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0 6px 0 4px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-ad-marker-duration {
    display: none;
    width: 49px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-ad-marker-duration .cnx-ui-progress-labelcnx-span {
    font-size: 14px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-ad-marker-title {
    color: #fff;
    display: none;
    font-size: 14px;
    margin: 0 4px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-ad-marker-title cnx-span {
    margin: 2px 0;
    overflow: hidden;
    padding: 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker .cnx-ad-marker-title cnx-span:before {
    content: "Coming up:\00a0 ";
    font-weight: 600
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn {
    margin: 1px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button .cnx-btn-container {
    background: rgba(53,53,53,.33);
    border-radius: 40px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.33);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.33);
    box-shadow: 0 0 0 1px rgba(0,0,0,.33);
    height: 32px;
    transition: background-color .3s,box-shadow .3s;
    width: 32px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button .cnx-btn-container svg {
    height: 20px;
    width: 20px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button:hover .cnx-btn-container {
    background: rgba(0,0,0,.56);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.87);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.87);
    box-shadow: 0 0 0 1px rgba(0,0,0,.87)
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button:hover:before {
    display: none
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ui-btn .cnx-icon-button:active .cnx-btn-container {
    background: hsla(0,0%,55%,.87);
    -webkit-box-shadow: 0 0 0 1px #8c8c8c;
    -moz-box-shadow: 0 0 0 1px #8c8c8c;
    box-shadow: 0 0 0 1px #8c8c8c
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-close-button {
    box-sizing: border-box;
    padding: 0;
    right: 0;
    top: 0
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-close-button .cnx-icon-button .cnx-btn-container {
    border-radius: 0 0 0 12px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-close-button .cnx-icon-button .cnx-btn-container svg {
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons {
    bottom: 8px;
    display: flex;
    justify-content: space-between;
    left: 4px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls {
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 4px
}

.cnx-in-mobile .cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls {
    display: none
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-icon-button {
    transition: background-color .3s
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-btn {
    height: 32px;
    padding: 0;
    width: 32px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container {
    height: 32px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container .cnx-progress-rail {
    background: #fff;
    opacity: .3
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container .cnx-volume-bar {
    border-radius: 40px;
    height: 33px;
    margin-left: -33px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 15px;
    transition-property: opacity,width,background-color,visibility
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container.cnx-mod-hover .cnx-btn-container {
    background: transparent;
    box-shadow: none;
    z-index: 2
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container.cnx-mod-hover .cnx-volume-bar {
    background: rgba(0,0,0,.56);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.87);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.87);
    box-shadow: 0 0 0 1px rgba(0,0,0,.87)
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-controls .cnx-volume-container.cnx-mod-hover:active .cnx-volume-bar {
    background: hsla(0,0%,55%,.87);
    -webkit-box-shadow: 0 0 0 1px #8c8c8c;
    -moz-box-shadow: 0 0 0 1px #8c8c8c;
    box-shadow: 0 0 0 1px #8c8c8c
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-button {
    display: none
}

.cnx-in-mobile .cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-buttons .cnx-ad-volume-button {
    display: block
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button {
    bottom: 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    padding: 4px;
    position: absolute;
    right: 0;
    width: auto
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-icon-button {
    border-radius: 40px;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-skip-ad-icon {
    box-sizing: border-box;
    float: right;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-skip-ad-icon svg {
    fill: #424242;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-timer-loader {
    bottom: 0;
    display: none;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    z-index: -1
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-timer-loader svg {
    stroke: #ffc800!important;
    fill: transparent!important;
    stroke-width: 2px;
    stroke-dasharray: 106;
    stroke-dashoffset: 106;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-name: cnx-timer-circle;
    animation-timing-function: linear;
    display: block;
    height: 100%;
    transform: rotate(-90deg);
    width: 100%
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button.cnx-skip-ad-in-timer .cnx-icon-button {
    background: hsla(0,0%,87%,.87);
    -webkit-box-shadow: 0 0 0 1px hsla(0,0%,87%,.87);
    -moz-box-shadow: 0 0 0 1px hsla(0,0%,87%,.87);
    box-shadow: 0 0 0 1px hsla(0,0%,87%,.87)
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button.cnx-skip-ad-in-timer .cnx-timer-loader {
    display: block;
    opacity: 1
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-skip-button .cnx-skip-ad-text {
    float: right;
    line-height: 32px;
    margin-right: 32px;
    overflow: hidden;
    padding-left: 8px;
    white-space: nowrap
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content.cnx-ad-fs .cnx-ad-expand-button {
    bottom: 8px!important;
    right: 0
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content.cnx-ad-fs .cnx-ad-skip-button {
    right: 42px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar {
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    width: 100%
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar.cnx-ui-progress {
    height: 4px
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar .cnx-progress-rail-container {
    height: 4px;
    margin-bottom: 0
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar .cnx-progress-fill {
    background-color: #ffc800
}

.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar .cnx-progress-handle,.cnx-ui.cnx-ui-ad .cnx-ui-ad-content .cnx-ad-progress-bar .cnx-progress-hitarea {
    display: none
}

.cnx-ui.cnx-ui-ad.cnx-ad-in-pod .cnx-ad-marker-text {
    display: block!important;
    position: relative
}

.cnx-ui.cnx-ui-ad.cnx-is-paused .cnx-timer-loader svg {
    animation-play-state: paused
}

.cnx-pod-loading-screen-container {
    background-color: #acacac;
    color: #fff;
    display: none;
    overflow: hidden;
    z-index: 2
}

.cnx-in-ad .cnx-pod-loading-screen-container {
    display: block
}

.cnx-pod-loading-screen-container .cnx-pod-loading-background {
    filter: blur(20px)
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info {
    width: auto
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-open-new-icon {
    background-color: #fff;
    height: 48px;
    position: relative;
    width: 48px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-open-new-icon svg {
    fill: #000;
    height: 22px;
    width: 22px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-visit-website-text {
    margin: 16px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-read-more-wrapper {
    text-decoration: none
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-read-more-container {
    background-color: #159fff;
    border-radius: 17px;
    padding: 9px 0;
    position: relative;
    text-align: center;
    width: 130px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-info .cnx-pod-read-more-btn {
    color: #fff;
    font-size: 15px;
    line-height: 18px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-fallback {
    width: auto
}

.cnx-pod-loading-screen-container .cnx-pod-loading-fallback .cnx-pod-loading-spinner,.cnx-pod-loading-screen-container .cnx-pod-loading-fallback .cnx-pod-loading-spinner:after {
    border-radius: 50%;
    height: 44px;
    width: 44px
}

.cnx-pod-loading-screen-container .cnx-pod-loading-fallback .cnx-pod-loading-spinner {
    -webkit-animation: spinner-animation 1s linear infinite;
    animation: spinner-animation 1s linear infinite;
    border: 4px solid #fff;
    border-right-color: hsla(0,0%,100%,0);
    margin: 18px auto
}

@keyframes spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.cnx-in-ad {
    background: #fff;
    pointer-events: none
}

.cnx-in-ad .cnx-ad-container,.cnx-in-ad .cnx-ui-ad {
    display: block
}

.cnx-in-ad .cnx-ui-click-to-play-overlay,.cnx-in-ad.cnx-in-pod-loading .cnx-ad-buttons,.cnx-in-ad.cnx-in-pod-loading .cnx-ad-expand-button,.cnx-in-ad.cnx-in-pod-loading .cnx-ad-progress-bar,.cnx-in-ad.cnx-in-pod-loading .cnx-skip-ad-container,.cnx-in-ad~.cnx-image-placeholder,.cnx-in-ad~.cnx-ui-ps-image-wrapper {
    display: none!important
}

.cnx-in-ad.cnx-in-pod-loading .cnx-ad-close-button,.cnx-in-ad.cnx-in-pod-loading .cnx-ad-marker,.cnx-in-ad.cnx-in-pod-loading .cnx-ad-marker-pod {
    z-index: 40
}

.cnx-in-ad.cnx-in-ad-overlay .cnx-ad-buttons {
    display: none!important
}

.cnx-in-ad .cnx-ad-expand-button,.cnx-in-ad:not(.cnx-in-mobile) .cnx-ad-buttons {
    bottom: -50px;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition: opacity .3s,bottom 0s .3s
}

.cnx-in-ad .cnx-ad-buttons:not(:focus-within) {
    transition-delay: 1s
}

.cnx-in-ad:hover .cnx-ad-buttons,.cnx-in-ad:hover .cnx-ad-expand-button {
    bottom: revert;
    opacity: 1;
    transition: opacity .3s,bottom 0s 0s;
    transition-delay: 0s
}

.cnx-el .cnx-in-ad cnx.cnx-tab-focus:focus .cnx-btn-container {
    border-radius: 22px
}

.cnx-el .cnx-in-ad .cnx-tab-focus.cnx-button-closebutton:focus .cnx-btn-container {
    border-radius: 0 0 0 14px
}

.cnx-el .cnx-in-ad .cnx-tab-focus.cnx-button-closebutton:focus.cnx-mod-hover:before {
    opacity: 0
}

.cnx-el .cnx-focused .cnx-ad-buttons,.cnx-el .cnx-focused .cnx-ad-expand-button {
    opacity: 1;
    transition: opacity .3s,bottom 0s .3s;
    transition-delay: 0s
}

.cnx-ad-show-card .cnx-ui-ad {
    display: grid;
    grid-template-areas: "ui" "card";
    grid-template-rows: 100%;
    grid-template-rows: 4fr minmax(72px,1fr)
}

.cnx-ad-show-card .cnx-ui-ad .cnx-ad-card {
    display: flex
}

.cnx-ad-show-countdown .cnx-ui-ad.cnx-ad-duration .cnx-ui-ad-content .cnx-ad-marker .cnx-marker-cnt-first .cnx-ad-marker-duration {
    align-items: center;
    display: flex
}

.cnx-ad-show-countdown .cnx-ui-ad.cnx-ad-title .cnx-ui-ad-content .cnx-ad-marker .cnx-ad-marker-title {
    display: grid
}

.cnx-bp-md-v .cnx-ui-ad,.cnx-bp-sm-v .cnx-ui-ad,.cnx-bp-xs-v .cnx-ui-ad,.cnx-bp-xxs-v .cnx-ui-ad {
    display: block
}

.cnx-bp-md-v .cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker,.cnx-bp-sm-v .cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker,.cnx-bp-xs-v .cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker,.cnx-bp-xxs-v .cnx-ui-ad .cnx-ui-ad-content .cnx-ad-marker {
    margin-right: 41px
}

.cnx-bp-md-v .cnx-ad-close-button,.cnx-bp-sm-v .cnx-ad-close-button,.cnx-bp-xs-v .cnx-ad-close-button,.cnx-bp-xxs-v .cnx-ad-close-button {
    display: none
}

.cnx-bp-sm-v .cnx-ad-skip-button {
    right: 0!important
}

.cnx-in-desktop .cnx-ad-skip-button .cnx-icon-button {
    background: hsla(0,0%,100%,.87);
    -webkit-box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    -moz-box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    color: transparent;
    max-width: 32px
}

.cnx-in-desktop .cnx-ad-skip-button .cnx-icon-button .cnx-skip-ad-text {
    color: inherit
}

.cnx-in-desktop .cnx-ad-skip-button.cnx-mod-hover-s .cnx-icon-button {
    transition: max-width .3s .2s,color .3s 0s
}

.cnx-in-desktop .cnx-ad-skip-button.cnx-mod-hover-s .cnx-timer-loader {
    transition: opacity .3s .2s
}

.cnx-in-desktop .cnx-ad-skip-button:hover .cnx-icon-button {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #c2c2c2;
    -moz-box-shadow: 0 0 0 1px #c2c2c2;
    box-shadow: 0 0 0 1px #c2c2c2;
    color: #000;
    max-width: 200px;
    transition: max-width .3s 0s,color .3s .2s
}

.cnx-in-desktop .cnx-ad-skip-button:hover .cnx-timer-loader {
    opacity: 0!important;
    transition-delay: 0s
}

.cnx-in-mobile .cnx-ad-skip-button .cnx-icon-button {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #c2c2c2;
    -moz-box-shadow: 0 0 0 1px #c2c2c2;
    box-shadow: 0 0 0 1px #c2c2c2;
    color: #000;
    max-width: 200px;
    transition: max-width .3s 0s,color .3s 0s
}

.cnx-in-mobile .cnx-ad-skip-button .cnx-icon-button .cnx-skip-ad-text {
    color: inherit
}

.cnx-in-mobile .cnx-ui-in-view .cnx-ad-skip-button .cnx-icon-button {
    background: hsla(0,0%,100%,.87);
    -webkit-box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    -moz-box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    box-shadow: 0 0 0 1px hsla(0,0%,61%,.24);
    color: transparent;
    max-width: 32px;
    transition-delay: 2s
}

.cnx-ad-close-non-linear-button {
    align-items: center;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 2px;
    pointer-events: all;
    width: 75px
}

.cnx-ad-close-non-linear-button svg {
    fill: #fff;
    opacity: .8;
    padding: 2px 2px 0
}

.cnx-ad-close-non-linear-button svg:hover {
    opacity: 1
}

.cnx-ad-close-non-linear-button svg:active {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.87));
    opacity: .5
}

.cnx-ad-close-non-linear-button:focus {
    outline: 0
}

.cnx-ad-close-non-linear-button:focus svg {
    border-radius: 20px
}

.cnx-vast-icons {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-vast-icons .cnx-vast-icon {
    pointer-events: auto
}

.cnx-vast-icons .cnx-vast-icon>* {
    height: 100%;
    width: 100%
}

.cnx-vast-icons .cnx-vast-icon>iframe {
    border: none
}

.cnx-icon-button {
    cursor: pointer
}

.cnx-icon-button svg {
    height: 24px;
    width: 24px
}

.cnx-play-icon {
    display: block
}

.cnx-pause-icon {
    display: none
}

.cnx-is-playing .cnx-pause-icon {
    display: block
}

.cnx-is-playing .cnx-play-icon {
    display: none
}

.cnx-ui cnx.cnx-button-big-play {
    opacity: 0
}

.cnx-ui cnx.cnx-button-big-play svg {
    height: 36px;
    width: 36px
}

.cnx-ui cnx.cnx-button-big-play.cnx-mod-hover:before {
    transform: scale(1.2)!important
}

.cnx-video-container .cnx-ui.cnx-is-paused {
    transition: background .25s ease-in-out .25s
}

.cnx-video-container .cnx-ui.cnx-is-paused .cnx-button-big-play {
    opacity: 1;
    transition: opacity .25s ease-in-out .25s
}

.cnx-in-mobile .cnx-button-big-play {
    transition: none!important
}

.cnx-in-mobile .cnx-video-container .cnx-ui.cnx-is-paused .cnx-ui-content-mobile .cnx-play-icon,.cnx-mute-icon,.cnx-unmute-icon {
    display: none
}

.cnx-sound-off .cnx-mute-icon,.cnx-sound-on .cnx-unmute-icon {
    display: block
}

.cnx-in-show-controls .cnx-tab-focus.cnx-progress-range:focus {
    border-radius: 0;
    box-shadow: 0 0 4px 1px #fff;
    padding: 0 4px
}

.cnx-progress-range:focus {
    border: none;
    box-shadow: none
}

.cnx-progress-bar {
    cursor: pointer;
    position: relative
}

.cnx-progress-bar .cnx-progress-input {
    display: flex;
    justify-content: center;
    position: absolute
}

.cnx-progress-bar .cnx-progress-input input {
    all: inherit
}

.cnx-progress-bar .cnx-progress-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.cnx-progress-bar .cnx-progress-input input::-moz-range-thumb {
    appearance: none;
    opacity: 0
}

.cnx-progress-bar .cnx-progress-input input:after,.cnx-progress-bar .cnx-progress-input input:before {
    content: none
}

.cnx-progress-rail-container {
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.cnx-progress-fill {
    background-color: #f1f1f1;
    left: -100%;
    position: absolute;
    z-index: 20
}

.cnx-progress-rail {
    background-color: #333;
    border-radius: 8px 0 0 8px;
    position: absolute;
    z-index: 10
}

.cnx-progress-handle {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 16px;
    z-index: 30
}

.cnx-live .cnx-ui-progress .cnx-progress-handle {
    z-index: 3
}

.cnx-volume-container {
    background-color: hsla(0,0%,100%,0);
    border-radius: 16px;
    height: 40px;
    transition: background .25s ease-in-out
}

.cnx-volume-container:hover {
    background-color: hsla(0,0%,100%,.4)
}

.cnx-volume-container.cnx-mod-hover {
    background-color: hsla(0,0%,100%,.4);
    border: .5px solid hsla(0,0%,100%,.66);
    box-shadow: 0 0 4px 1px #fff;
    outline: none
}

.cnx-volume-container .cnx-icon-button:focus,.cnx-volume-container .cnx-volume-btn:focus {
    border: 0;
    box-shadow: unset
}

.cnx-volume-container:not(.cnx-mod-hover) .cnx-progress-fill,.cnx-volume-container:not(.cnx-mod-hover) .cnx-progress-handle {
    transform: translateX(0)!important
}

.cnx-volume-bar {
    height: 100%;
    margin: 0;
    opacity: 0;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 0
}

.cnx-mod-hover .cnx-volume-bar {
    margin-left: 5px;
    margin-right: 15px;
    opacity: 1;
    visibility: visible;
    width: 80px
}

.cnx-expand-icon {
    display: block
}

.cnx-collapse-icon,.cnx-mod-active .cnx-expand-icon {
    display: none
}

.cnx-mod-active .cnx-collapse-icon,.cnx-settings-icon {
    display: block
}

.cnx-settings-icon svg {
    height: 24px;
    width: 24px
}

.cnx-hd-flag {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px
}

.cnx-hd-flag svg {
    height: 11px;
    width: 17px
}

.cnx-button-caption .cnx-caption-off-icon,.cnx-cm-item--submenu .cnx-caption-off-icon,.cnx-mod-active .cnx-hd-flag {
    display: block
}

.cnx-button-caption .cnx-caption-on-icon,.cnx-button-caption.cnx-mod-active .cnx-caption-off-icon,.cnx-cm-item--submenu .cnx-caption-on-icon,.cnx-cm-item--submenu.cnx-mod-active .cnx-caption-off-icon {
    display: none
}

.cnx-button-caption.cnx-mod-active .cnx-caption-on-icon,.cnx-cm-item--submenu.cnx-mod-active .cnx-caption-on-icon {
    display: block
}

.cnx-up-next-container {
    bottom: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    height: 91px;
    position: absolute;
    right: 16px;
    visibility: hidden;
    width: 168px;
    z-index: 2
}

.cnx-up-next-container.cnx-fade-in-up-next {
    visibility: visible
}

.cnx-fade-in-up-next .cnx-up-next-box-button,.cnx-fade-in-up-next .cnx-up-next-box-gradient,.cnx-fade-in-up-next .cnx-up-next-box-image,.cnx-fade-in-up-next .cnx-up-next-box-text {
    opacity: 1;
    transform: translateX(0);
    transition: all .3s ease-in
}

.cnx-up-next-box-gradient {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.6))
}

.cnx-up-next-box-gradient,.cnx-up-next-box-image {
    opacity: 0;
    transform: translateX(184px);
    transition: all .3s ease-out .2s
}

.cnx-up-next-box-image {
    background-color: #000;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.2)
}

.cnx-up-next-box-image img {
    height: 100%;
    width: 100%
}

.cnx-up-next-box-text {
    color: #fff;
    height: 63px;
    line-height: 16px;
    margin: 3px 8px 8px;
    overflow: hidden;
    top: 20px;
    transition: all .1s ease-out .1s;
    width: 152px
}

.cnx-up-next-box-button,.cnx-up-next-box-text {
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateX(184px)
}

.cnx-up-next-box-button {
    background-color: #fff;
    height: 18px;
    top: 0;
    transition: opacity .2s ease-out,visibility .2s ease-out,transform 0ms ease .1s;
    width: 45px
}

.cnx-up-next-box-button-text {
    align-items: center;
    color: #09f;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 12px
}

.cnx-button-previousbutton svg {
    transform: scaleX(-1)
}

.cnx-ui-live-badge,.cnx-ui-progress-label,.cnx-ui-progress-label-live {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 14px;
    padding: 0 10px
}

.cnx-is-paused .cnx-live-poster.cnx-mod-active~.cnx-ui-buttons .cnx-ui-live-badge,.cnx-is-paused .cnx-live-poster.cnx-mod-active~.cnx-ui-progress .cnx-ui-live-badge,.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-live-badge {
    bottom: 24px;
    left: 0;
    position: absolute
}

.cnx-video-progress {
    align-items: flex-end;
    height: 100%
}

.cnx-video-progress .cnx-progress-rail-container {
    height: 4px;
    margin-bottom: 6px;
    transform: scale(1);
    transition: transform .15s ease-in-out
}

.cnx-video-progress .cnx-progress-bar {
    align-items: flex-end
}

.cnx-video-progress .cnx-progress-rail {
    background-color: hsla(0,0%,100%,.6)
}

.cnx-video-progress .cnx-progress-fill {
    background-color: #09f;
    width: calc(100% + 1px)
}

.cnx-video-progress .cnx-progress-handle {
    background-color: var(--cnx-accent-color);
    border: 1px solid hsla(0,0%,100%,.36);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-sizing: border-box;
    height: 16px;
    margin-top: -8px;
    opacity: 0;
    top: 50%;
    transition: opacity .15s ease-in-out;
    width: 16px
}

.cnx-video-progress .cnx-progress-follow {
    background-color: hsla(0,0%,100%,.6);
    left: -100%;
    position: absolute;
    width: calc(100% + 1px);
    z-index: 11
}

.cnx-video-progress .cnx-progress-hitarea {
    bottom: 0;
    left: 0;
    padding-top: 18px;
    position: absolute;
    z-index: 1
}

.cnx-in-mobile .cnx-video-progress .cnx-progress-rail-container,.cnx-video-progress.cnx-mod-hover .cnx-progress-rail-container {
    transform: scaleY(1.5)
}

.cnx-in-mobile .cnx-video-progress .cnx-progress-handle,.cnx-video-progress.cnx-mod-hover .cnx-progress-handle {
    opacity: 1
}

.cnx-ui-video.cnx-live .cnx-ui-progress-bar .cnx-progress-bar {
    pointer-events: none
}

.cnx-ui-video.cnx-live .cnx-ui-progress-bar .cnx-progress-bar .cnx-progress-handle {
    display: none
}

.cnx-ui-progress-label {
    min-width: 48px
}

.cnx-ui-progress-label cnx-span {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    white-space: nowrap
}

.cnx-ui-live-badge {
    bottom: 54px;
    margin-left: 13px;
    margin-top: 3px;
    min-width: 48px;
    z-index: 4
}

.cnx-ui-live-badge svg {
    height: 9px;
    width: 37px
}

.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-live-badge {
    transition: bottom .2s ease-in-out
}

.cnx-ui-live-badge-wrapper {
    display: none!important
}

.cnx-is-loading .cnx-ui-live-badge-wrapper,.cnx-is-paused .cnx-ui-live-badge-wrapper,.cnx-is-playing .cnx-ui-live-badge-wrapper {
    min-width: 70px
}

.cnx-is-loading .cnx-ui-live-badge-wrapper.cnx-d-lg-none,.cnx-is-loading .cnx-ui-live-badge-wrapper.cnx-d-md-none,.cnx-is-loading .cnx-ui-live-badge-wrapper.cnx-d-sm-none,.cnx-is-loading .cnx-ui-live-badge-wrapper.cnx-d-xl-none,.cnx-is-paused .cnx-ui-live-badge-wrapper.cnx-d-lg-none,.cnx-is-paused .cnx-ui-live-badge-wrapper.cnx-d-md-none,.cnx-is-paused .cnx-ui-live-badge-wrapper.cnx-d-sm-none,.cnx-is-paused .cnx-ui-live-badge-wrapper.cnx-d-xl-none,.cnx-is-playing .cnx-ui-live-badge-wrapper.cnx-d-lg-none,.cnx-is-playing .cnx-ui-live-badge-wrapper.cnx-d-md-none,.cnx-is-playing .cnx-ui-live-badge-wrapper.cnx-d-sm-none,.cnx-is-playing .cnx-ui-live-badge-wrapper.cnx-d-xl-none {
    display: block!important
}

.cnx-in-mobile .cnx-in-show-controls .cnx-ui-live-badge {
    margin-left: 0;
    padding-left: 0
}

.cnx-in-mobile .cnx-in-show-controls .cnx-ui-live-badge-wrapper {
    min-width: 50px
}

.cnx-is-postroll .cnx-ui-bar,.cnx-is-preroll .cnx-ui-bar {
    display: none
}

.cnx-is-postroll .cnx-ui-loader,.cnx-is-preroll .cnx-ui-loader {
    background-color: #000;
    visibility: visible
}

.cnx-ui-cm {
    background-color: rgba(13,25,45,.98);
    display: flex;
    flex-direction: column;
    left: 15%;
    overflow: hidden;
    padding: 7px 0;
    pointer-events: all;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    z-index: 100
}

.cnx-ui-cm .cnx-cm-container {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto
}

.cnx-ui-cm .cnx-cm-items {
    left: 0;
    position: relative;
    transition: left .2s ease-in-out
}

[class^=cnx-cm-item--] {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    justify-content: space-between;
    line-height: 14px;
    width: 100%
}

[class^=cnx-cm-item--]:hover {
    background-color: hsla(0,0%,100%,.1)
}

[class^=cnx-cm-item--].cnx-mod-active {
    color: #09f
}

.cnx-cm-items [class^=cnx-cm-item--],.cnx-cm-items [class^=cnx-cm-item--].cnx-mod-active {
    fill: transparent!important;
    stroke: unset!important;
    background-color: transparent!important
}

[class^=cnx-cm-item__] {
    margin: 0 10px
}

.cnx-cm-item--toggle.cnx-mod-active {
    color: #fff
}

.cnx-cm-item--toggle.cnx-mod-active .cnx-caption-off-icon {
    display: none
}

.cnx-cm-item--toggle.cnx-mod-active .cnx-caption-on-icon {
    display: block
}

.cnx-cm-item--toggle .cnx-boom-elem {
    display: none!important
}

.cnx-cm-item__icon {
    position: relative
}

.cnx-cm-item__icon svg {
    fill: #fff!important;
    stroke: unset!important;
    background-color: transparent!important;
    height: 24px;
    width: 24px
}

.cnx-cm-item__icon .cnx-hd-flag {
    display: none;
    position: absolute;
    right: -5px;
    top: -5px
}

.cnx-cm-item__icon .cnx-hd-flag svg {
    height: 11px;
    width: 17px
}

.cnx-mod-active .cnx-cm-item__icon .cnx-hd-flag {
    display: block
}

.cnx-mod-invisible .cnx-cm-item__icon {
    pointer-events: none
}

.cnx-cm-item__title {
    flex-grow: 1
}

.cnx-cm-item__extra .cnx-cm-toggle-switch {
    display: inline-flex;
    float: right;
    height: 12px;
    position: relative;
    width: 34px
}

.cnx-cm-item__extra .cnx-cm-toggle-switch .cnx-cm-slider {
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s ease-in-out
}

.cnx-cm-item__extra .cnx-cm-toggle-switch .cnx-cm-slider:before {
    background-color: #fff;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transition: transform .2s ease-in-out;
    width: 20px!important
}

.cnx-cm-item--toggle.cnx-mod-active .cnx-cm-item__extra .cnx-cm-slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px)
}

.cnx-cm-item--toggle:not(.cnx-mod-active) .cnx-cm-item__extra .cnx-cm-slider {
    background-color: #ccc
}

.cnx-cm-item--click .cnx-cm-item__extra {
    color: #9e9e9e
}

.cnx-cm-item--submenu .cnx-cm-item__extra {
    align-items: center;
    color: #09f;
    display: flex
}

.cnx-cm-item__extra svg {
    fill: #fff!important;
    stroke: unset!important;
    background-color: transparent!important;
    height: 24px;
    width: 24px
}

.cnx-cm-container .cnx-cm-items .cnx-cm-item--submenu {
    color: #fff
}

.cnx-cm-items .cnx-cm-item--submenu .cnx-cm-item__extra {
    fill: transparent!important;
    stroke: unset!important;
    background-color: transparent!important
}

.cnx-ui-cm-quality {
    width: 130px
}

.cnx-ui-cm-captions,.cnx-ui-cm-context {
    width: 245px
}

.cnx-ui-cm-settings {
    width: 260px
}

.cnx-ui-cm-captions,.cnx-ui-cm-context,.cnx-ui-cm-quality,.cnx-ui-cm-settings {
    max-width: calc(100% - 70px)
}

.cnx-ui-cm-captions {
    display: block
}

.cnx-mute-watermark {
    margin: 0 0 12px 12px;
    opacity: 0;
    position: relative;
    transition: opacity .2s ease-in-out;
    z-index: 2
}

.cnx-in-mute:not(.cnx-in-show-controls) .cnx-mute-watermark {
    opacity: 1
}

.cnx-mute-watermark cnx {
    background-color: #000;
    border-radius: 22px;
    height: 30px;
    width: 30px
}

.cnx-mute-watermark svg {
    stroke: transparent!important;
    background-color: transparent!important;
    height: 16px;
    width: 16px
}

.cnx-live:not(.cnx-in-mobile) .cnx-mute-watermark {
    margin: 0 0 24px 20px
}

.cnx-live .cnx-mute-watermark {
    margin: 0 0 38px 20px
}

.cnx-ui-loader {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.cnx-ui-loader.cnx-mod-active {
    background-color: rgba(0,0,0,.8);
    transition: all .25s ease-in-out .25s;
    visibility: visible
}

.cnx-ui-loader svg {
    background-color: transparent!important;
    height: 90px;
    width: 79px
}

.cnx-ui-loader polygon {
    animation: bar 1.6s ease-in-out infinite;
    transform-origin: 50% 50%
}

.cnx-ui-loader polygon:first-child+polygon {
    animation-delay: .25s
}

.cnx-ui-loader polygon:first-child+polygon+polygon {
    animation-delay: .5s
}

.cnx-ui-loader polygon:first-child+polygon+polygon+polygon {
    animation-delay: .75s
}

.cnx-ad-close-button,.cnx-close-button,.cnx-close-float-hover.cnx-float .cnx-pinned-close-button,.cnx-close-float-off .cnx-pinned-close-button,.cnx-close-float-off.cnx-float .cnx-ad-close-button,.cnx-close-float-off.cnx-float .cnx-close-button,.cnx-close-hover:not(.cnx-float) .cnx-ad-close-button,.cnx-close-hover:not(.cnx-float) .cnx-close-button,.cnx-close-off .cnx-ad-close-button,.cnx-close-off .cnx-close-button,.cnx-float .cnx-close-float-hover .cnx-ad-close-button,.cnx-float .cnx-close-float-hover .cnx-close-button,.cnx-float .cnx-close-float-hover .cnx-pinned-close-button,.cnx-float .cnx-close-float-off .cnx-ad-close-button,.cnx-float .cnx-close-float-off .cnx-close-button,.cnx-float.cnx-close-float-hover .cnx-ad-close-button,.cnx-float.cnx-close-float-hover .cnx-close-button,.cnx-pinned-close-button {
    position: absolute;
    visibility: hidden
}

.cnx-close-float-hover.cnx-float .cnx-ui-ps:hover .cnx-pinned-close-button,.cnx-close-float-hover.cnx-float.cnx-in-ad-container:hover .cnx-pinned-close-button,.cnx-close-float-hover.cnx-float.cnx-in-show-controls:hover .cnx-pinned-close-button,.cnx-close-float-hover.cnx-float:hover .cnx-ad-close-button,.cnx-close-float-hover.cnx-float:hover .cnx-close-button,.cnx-close-float-on.cnx-float .cnx-ad-close-button,.cnx-close-float-on.cnx-float .cnx-close-button,.cnx-close-float-on.cnx-float .cnx-pinned-close-button,.cnx-close-hover:not(.cnx-float):hover .cnx-ad-close-button,.cnx-close-hover:not(.cnx-float):hover .cnx-close-button,.cnx-close-on .cnx-ad-close-button,.cnx-close-on .cnx-close-button,.cnx-float .cnx-close-float-hover .cnx-ui-ps:hover .cnx-pinned-close-button,.cnx-float .cnx-close-float-hover.cnx-in-ad-container:hover .cnx-pinned-close-button,.cnx-float .cnx-close-float-hover.cnx-in-show-controls:hover .cnx-pinned-close-button,.cnx-float .cnx-close-float-hover:hover .cnx-ad-close-button,.cnx-float .cnx-close-float-hover:hover .cnx-close-button,.cnx-float .cnx-close-float-on .cnx-ad-close-button,.cnx-float .cnx-close-float-on .cnx-close-button,.cnx-float .cnx-close-float-on .cnx-pinned-close-button {
    display: block;
    margin-top: 0!important;
    position: relative;
    transition-delay: .1s;
    visibility: visible
}

.cnx-ad-close-button {
    position: absolute!important
}

.cnx-close-button {
    align-self: flex-end;
    z-index: 4
}

.cnx-close-button,.cnx-close-button .cnx-button-closebutton {
    pointer-events: auto
}

.cnx-close-btn-container {
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-close-float-on.cnx-float .cnx-ad-close-button,.cnx-close-float-on.cnx-float .cnx-close-button,.cnx-close-on .cnx-ad-close-button,.cnx-close-on .cnx-close-button,.cnx-float .cnx-close-float-on .cnx-ad-close-button,.cnx-float .cnx-close-float-on .cnx-close-button {
    transform: inherit!important
}

.cnx-live .cnx-close-button,.cnx-live:not(.cnx-close-float-off.cnx-float):not(.cnx-float.cnx-close-float-hover) .cnx-close-button,.cnx-live:not(.cnx-close-off) .cnx-close-button {
    transition: margin .2s ease-in-out
}

.cnx-live .cnx-ui-video:not(.cnx-in-show-controls) .cnx-close-button,.cnx-live:not(.cnx-close-float-off.cnx-float):not(.cnx-float.cnx-close-float-hover).cnx-ui-video:not(.cnx-in-show-controls) .cnx-close-button,.cnx-live:not(.cnx-close-off).cnx-ui-video:not(.cnx-in-show-controls) .cnx-close-button {
    margin-bottom: -50px
}

.cnx-live .cnx-ui-video.cnx-is-paused .cnx-close-button,.cnx-live:not(.cnx-close-float-off.cnx-float):not(.cnx-float.cnx-close-float-hover).cnx-ui-video.cnx-is-paused .cnx-close-button,.cnx-live:not(.cnx-close-off).cnx-ui-video.cnx-is-paused .cnx-close-button {
    margin-bottom: 0
}

.cnx-close-float-hover.cnx-float .cnx-video-title>.cnx-pinned-close-button,.cnx-float .cnx-close-float-hover .cnx-video-title>.cnx-pinned-close-button {
    display: block;
    height: 1px;
    opacity: .01;
    overflow: hidden;
    width: 1px
}

.cnx-close-float-hover.cnx-float .cnx-ui-ps:hover .cnx-video-title>.cnx-pinned-close-button,.cnx-close-float-hover.cnx-float.cnx-in-ad-container:hover .cnx-video-title>.cnx-pinned-close-button,.cnx-close-float-hover.cnx-float.cnx-in-show-controls:hover .cnx-video-title>.cnx-pinned-close-button,.cnx-float .cnx-close-float-hover .cnx-ui-ps:hover .cnx-video-title>.cnx-pinned-close-button,.cnx-float .cnx-close-float-hover.cnx-in-ad-container:hover .cnx-video-title>.cnx-pinned-close-button,.cnx-float .cnx-close-float-hover.cnx-in-show-controls:hover .cnx-video-title>.cnx-pinned-close-button {
    height: 40px;
    opacity: 1;
    width: 40px
}

.cnx-float.cnx-pinned .cnx-ad-close-button,.cnx-float.cnx-pinned .cnx-close-button {
    display: none!important
}

.cnx-float.cnx-pinned.cnx-always-floating .cnx-ui-head-buttons,.cnx-float.cnx-pinned.cnx-close-float-on .cnx-ui-head-buttons,.cnx-float.cnx-pinned.cnx-close-on .cnx-ui-head-buttons {
    align-items: normal;
    padding-right: 0
}

.cnx-pinned-close-button {
    float: right;
    pointer-events: auto;
    z-index: 4
}

.cnx-close-float-hover.cnx-float .close-button-slot,.cnx-close-float-off .close-button-slot,.cnx-float .cnx-close-float-hover .close-button-slot {
    display: none
}

.cnx-close-float-hover.cnx-float .cnx-ui-ps:hover .close-button-slot,.cnx-close-float-hover.cnx-float.cnx-in-ad-container:hover .close-button-slot,.cnx-close-float-hover.cnx-float.cnx-in-show-controls:hover .close-button-slot,.cnx-float .cnx-close-float-hover .cnx-ui-ps:hover .close-button-slot,.cnx-float .cnx-close-float-hover.cnx-in-ad-container:hover .close-button-slot,.cnx-float .cnx-close-float-hover.cnx-in-show-controls:hover .close-button-slot {
    display: block
}

.cnx-captions {
    align-items: flex-end;
    bottom: 10px;
    color: #fff;
    display: flex;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 12px;
    justify-content: center;
    left: 50%;
    line-height: 16px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}

.cnx-captions,.cnx-captions .cnx-captions-container {
    text-align: center
}

.cnx-captions .cnx-captions-container .cnx-captions-text-holder {
    background-color: #000;
    line-height: 16px
}

.cnx-in-mobile .cnx-captions {
    bottom: 5px
}

.cnx-tooltip-holder {
    background-color: #0d192d;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 40
}

.cnx-tooltip-holder.cnx-tooltip-animation-in {
    opacity: 1;
    transition: opacity .15s ease-out
}

.cnx-tooltip-text {
    color: #fff;
    font-size: 12px;
    padding: 6px;
    text-align: center
}

.cnx-live-poster {
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.cnx-live-poster.cnx-mod-active {
    visibility: visible;
    z-index: 4
}

.cnx-live-poster .cnx-live-broadcast {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.cnx-live-poster .cnx-live-broadcast .cnx-live-message {
    background-color: rgba(0,0,0,.67);
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
    width: 234px
}

.cnx-live-poster .cnx-live-broadcast .cnx-live-message cnx-span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    overflow-wrap: break-word;
    text-align: center
}

.cnx-live-poster .cnx-live-broadcast .cnx-live-icon svg {
    height: 44px;
    left: 50%;
    margin-bottom: 16px;
    position: relative;
    transform: translateX(-50%);
    width: 44px
}

.cnx-live-poster .cnx-live-broadcast .cnx-live-icon svg .cnx-live-icon-svg-rectangle {
    height: 11px;
    width: 4px
}

.cnx-live-icon-starting {
    display: block
}

.cnx-live-ended .cnx-live-icon-starting,.cnx-live-icon-ended {
    display: none
}

.cnx-live-ended .cnx-live-icon-ended {
    display: block
}

.cnx-boom .cnx-boom-elem,.cnx-ui-btn .cnx-ui-btn-hoverable:before {
    background-color: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 1
}

.cnx-ui {
    z-index: 10
}

.cnx-ui-video {
    overflow: hidden;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out
}

.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-content-mobile,.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-content-mobile>.cnx-ui-btn {
    opacity: 0;
    pointer-events: none!important
}

.cnx-ui-video:not(.cnx-in-show-controls) .cnx-close-button,.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-buttons .cnx-ui-live-badge,.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-head-buttons {
    transform: translateY(-50px)
}

.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-buttons {
    transform: translateY(50px)
}

.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-progress,.cnx-ui-video:not(.cnx-in-show-controls) .cnx-ui-wattermark {
    transform: translateY(64px)
}

.cnx-ui-video:not(.cnx-in-show-controls).cnx-in-mobile .cnx-ui-progress {
    transform: unset
}

.cnx-ui-video:not(.cnx-in-show-controls).cnx-in-mobile .cnx-ui-wattermark {
    transform: translateY(50px)
}

:not(.cnx-ui-always-on) .cnx-ui-video:not(.cnx-in-show-controls) [class^=cnx-ui-gradient-] {
    opacity: 0
}

.cnx-ui-video.cnx-live.cnx-is-paused .cnx-ui-head-buttons {
    margin-top: 0
}

.cnx-ui-video.cnx-live.cnx-is-paused .cnx-close-button {
    margin-top: -50px
}

.cnx-ui-buttons,.cnx-ui-content,.cnx-ui-content-mobile,.cnx-ui-head,.cnx-ui-head-buttons,.cnx-ui-progress {
    transition: inherit
}

.cnx-ui-progress {
    height: 16px
}

.cnx-ui-video.cnx-live.cnx-is-paused:not(.cnx-in-show-controls) .cnx-ui-progress {
    margin-bottom: -16px
}

.cnx-ui-gradient-bottom,.cnx-ui-gradient-top {
    background: linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,.25) 26.1%,rgba(0,0,0,.14) 67.59%,transparent);
    position: absolute;
    transition: inherit;
    width: 100%;
    z-index: -1
}

.cnx-ui-gradient-top {
    height: 120px;
    top: 0
}

.cnx-ui-gradient-bottom {
    bottom: 0;
    height: 180px;
    transform: scaleY(-1)
}

.cnx-ui-content {
    position: relative
}

.cnx-in-mobile .cnx-ui-progress-label cnx-span {
    align-self: center
}

.cnx-in-mobile .cnx-progress-rail-container {
    margin-bottom: 0
}

.cnx-in-mobile .cnx-progress-bar {
    align-items: center!important
}

.cnx-video-container .cnx-in-mobile.cnx-in-show-controls.cnx-live .cnx-logo-bar {
    opacity: 1
}

.cnx-logo-bar,.cnx-ui-head-buttons {
    align-items: flex-end;
    box-sizing: border-box;
    height: 50px;
    padding: 0 16px;
    position: absolute;
    width: 100%
}

.cnx-logo-top-left {
    bottom: 100%;
    top: 0
}

.cnx-ui-content .cnx-logo-bar {
    margin-bottom: 10px
}

.cnx-ui-home-screen .cnx-logo-bar {
    padding: 16px
}

.cnx-ui-home-screen .cnx-logo-bar[class*=-bottom] {
    align-items: flex-end
}

.cnx-ui-home-screen .cnx-logo-bar[class*=-top] {
    align-items: flex-start
}

.cnx-ui-home-screen .cnx-logo-bar[class*=-left] {
    justify-content: flex-start
}

.cnx-ui-home-screen .cnx-logo-bar[class*=-right] {
    justify-content: flex-end
}

.cnx-ui-home-screen .cnx-logo-bar[class*=-center] {
    align-items: center;
    justify-content: center
}

.cnx-ui-home-screen .cnx-home-screen-logo {
    display: block;
    height: auto;
    width: auto
}

.cnx-ui-home-screen .cnx-ad-expand-button,.cnx-ui-home-screen .cnx-close-button {
    position: absolute;
    right: 0
}

.cnx-ui-home-screen .cnx-ad-expand-button svg,.cnx-ui-home-screen .cnx-close-button svg {
    height: 20px;
    width: 20px
}

.cnx-ui-home-screen .cnx-ad-expand-button {
    bottom: 12px
}

.cnx-in-collapse .cnx-ui-home-screen {
    visibility: hidden
}

.cnx-logo {
    display: flex;
    max-height: 36px;
    max-width: 144px;
    z-index: 1
}

.cnx-live .cnx-logo {
    position: absolute;
    z-index: 4
}

.cnx-live-bottom-logo {
    bottom: 8px;
    height: 40px;
    position: absolute;
    right: -144px;
    transition: right .2s ease-in-out;
    width: 144px;
    z-index: -1
}

.cnx-live-bottom-logo .cnx-logo {
    right: 0
}

.cnx-is-paused .cnx-live-bottom-logo,.cnx-live-ended .cnx-live-bottom-logo,.cnx-ui-video.cnx-live:not(.cnx-in-show-controls) .cnx-live-bottom-logo {
    right: 22px;
    z-index: 4
}

.cnx-ui-btn .cnx-logo {
    justify-items: center;
    margin-left: -4px;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    z-index: 2
}

.cnx-ui-btn .cnx-logo>img {
    display: block
}

.cnx-logo-bar {
    pointer-events: none
}

.cnx-logo-bar .cnx-logo {
    justify-content: flex-start;
    pointer-events: all
}

.cnx-ui-head-buttons {
    justify-content: flex-end;
    top: 0;
    z-index: 3
}

.cnx-close-float-on .cnx-ui-head-buttons,.cnx-close-on .cnx-ui-head-buttons {
    align-items: flex-start;
    padding-right: 40px
}

.cnx-float.cnx-close-on:not(.cnx-close-float-on) .cnx-ui-head-buttons,:not(.cnx-float).cnx-close-float-on:not(.cnx-close-on) .cnx-ui-head-buttons {
    padding-right: 0
}

.cnx-float.cnx-close-on:not(.cnx-close-float-on).cnx-close-float-hover:hover .cnx-ui-head-buttons,.cnx-float.cnx-close-on:not(.cnx-close-float-on).cnx-close-hover:hover .cnx-ui-head-buttons,:not(.cnx-float).cnx-close-float-on:not(.cnx-close-on).cnx-close-float-hover:hover .cnx-ui-head-buttons,:not(.cnx-float).cnx-close-float-on:not(.cnx-close-on).cnx-close-hover:hover .cnx-ui-head-buttons {
    padding-right: 40px
}

.cnx-ui-btn .cnx-context-controller {
    z-index: 2
}

.logo-right .cnx-logo,.logo-right .cnx-logo-bar {
    justify-content: flex-end
}

.logo-right .cnx-ui-head-buttons {
    justify-content: flex-start
}

.cnx-mobile-captions-bar,.cnx-ui-content,.cnx-ui-content-mobile {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cnx-ui-content,.cnx-ui-content-mobile {
    z-index: 2
}

.cnx-is-paused.cnx-live .cnx-ui-content,.cnx-is-paused.cnx-live .cnx-ui-content-mobile {
    z-index: 4
}

.cnx-mobile-captions-bar {
    position: relative
}

.cnx-ui-buttons {
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    justify-content: space-between;
    padding: 4px 10px 8px
}

.cnx-boom .cnx-boom-elem {
    height: 100%;
    opacity: .4;
    transition: none;
    width: 100%
}

.cnx-boom.cnx-boom-anim .cnx-boom-elem {
    opacity: 0;
    transform: scale(2.8);
    transition: all .15s ease-out
}

.cnx-ui-btn {
    flex-shrink: 0;
    height: 40px;
    margin: 0 4px;
    position: relative;
    width: 40px
}

.cnx-ui-btn .cnx-ui-btn-hoverable {
    height: 100%;
    position: relative;
    width: 100%
}

.cnx-ui-btn .cnx-ui-btn-hoverable:before {
    content: "";
    height: 100%;
    opacity: 0;
    width: 100%!important
}

.cnx-ui-btn .cnx-ui-btn-hoverable.cnx-btn-container {
    position: absolute;
    z-index: 2
}

.cnx-ui-btn .cnx-ui-btn-hoverable.cnx-mod-hover-s:before {
    transform: scale(0)
}

.cnx-ui-btn .cnx-ui-btn-hoverable.cnx-mod-hover:before {
    border-radius: 100%;
    opacity: .4;
    transform: scale(1)
}

.cnx-ui-btn svg {
    stroke: transparent!important;
    fill: #fff;
    background-color: transparent!important;
    display: block
}

.cnx-hide-on-volume-hover {
    transition: opacity .15s ease-in-out
}

.cnx-bp-sm-v .cnx-ui-buttons {
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out
}

.cnx-bp-sm-v :not(.cnx-in-show-controls) .cnx-ui-buttons {
    opacity: 0;
    transform: translateY(-50%)
}

.cnx-bp-sm-v .cnx-ui-video .cnx-ui-cm {
    display: none
}

.cnx-bp-sm-v .cnx-logo-width {
    height: auto;
    width: 40%
}

.cnx-bp-sm-v .cnx-logo-height {
    height: 40%;
    width: auto
}

.cnx-bp-sm-v .cnx-cm-item__extra {
    margin: 0 5px
}

.cnx-bp-md-v .cnx-ui-progress-bar {
    margin: 0 16px
}

.cnx-bp-md-v .cnx-in-mobile .cnx-logo-bar {
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.cnx-bp-md-v .cnx-in-mobile .cnx-ui-progress-bar {
    margin: 0
}

.cnx-bp-md-v .cnx-in-mobile .cnx-ui-progress-bar .cnx-progress-hitarea {
    padding-top: 0
}

.cnx-bp-md-v .cnx-in-mobile.cnx-in-show-controls .cnx-logo-bar {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.cnx-bp-md-v .cnx-in-mobile .cnx-up-next-container,.cnx-bp-md-v .cnx-ui-cm-settings .cnx-cm-item__icon {
    display: none
}

.cnx-bp-md-v .cnx-ui-cm-settings .cnx-cm-item__extra {
    margin: 0 5px
}

.cnx-bp-md-v .cnx-logo-width {
    height: auto;
    width: 40%
}

.cnx-bp-md-v .cnx-logo-height {
    height: 40%;
    width: auto
}

.cnx-bp-lg-v .cnx-in-mobile .cnx-logo-bar {
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.cnx-bp-lg-v .cnx-in-mobile .cnx-ui-progress-label {
    padding: 0
}

.cnx-bp-lg-v .cnx-in-mobile.cnx-in-show-controls .cnx-logo-bar {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.cnx-bp-lg-v .cnx-captions {
    font-size: 16px
}

.cnx-bp-lg-v .cnx-captions .cnx-captions-text-holder {
    line-height: 21px
}

.cnx-bp-lg-v .cnx-logo-width {
    height: auto;
    width: 32%
}

.cnx-bp-lg-v .cnx-logo-height {
    height: 32%;
    width: auto
}

.cnx-bp-xl-v .cnx-captions {
    font-size: 20px
}

.cnx-bp-xl-v .cnx-captions .cnx-captions-text-holder {
    line-height: 26px
}

.cnx-bp-xl-v .cnx-logo-width {
    height: auto;
    width: 25%
}

.cnx-bp-xl-v .cnx-logo-height {
    height: 25%;
    width: auto
}

.cnx-scrollbar-prevent-select {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.cnx-scrollbar .cnx-scrollbar-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.cnx-scrollbar .cnx-scrollbar-content,.cnx-scrollbar .cnx-scrollbar-wrapper {
    display: inherit;
    flex: inherit;
    flex-direction: inherit;
    height: 100%;
    position: relative
}

.cnx-scrollbar .cnx-scrollbar-content {
    box-sizing: border-box;
    overflow: auto;
    padding: 0;
    width: calc(100% + 19px)
}

.cnx-scrollbar.cnx-scrollbar-horizontal .cnx-scrollbar-content {
    height: calc(100% + 19px);
    overflow-y: hidden;
    width: 100%
}

.cnx-scrollbar.cnx-scrollbar-horizontal .cnx-scrollbar-handle {
    height: 4px;
    position: absolute
}

.cnx-scrollbar .cnx-scrollbar-handle {
    background: linear-gradient(0deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4)),#0d192d;
    border-radius: 8px;
    cursor: pointer;
    height: 4px;
    opacity: 0;
    position: relative;
    top: 0;
    transition: opacity .25s linear,left 50ms ease-in-out 0s;
    width: 6px;
    z-index: 2
}

.cnx-scrollbar .cnx-scrollbar-handle:active,.cnx-scrollbar .cnx-scrollbar-handle:hover {
    background-color: #0d192d
}

.cnx-scrollbar:active .cnx-scrollbar-handle,.cnx-scrollbar:hover .cnx-scrollbar-handle,.cnx-scrollbar:not(.cnx-scrollbar-show-on-hover) .cnx-scrollbar-handle {
    opacity: 1
}

.cnx-bp-md-v .cnx-scrollbar-content {
    width: 90%
}

.cnx-a11y-status {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cnx-a11y-status.cnx-mod-hide {
    display: none
}

.cnx-g-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.cnx-in-g-landscape .cnx-g-container {
    height: auto
}

.cnx-in-g-landscape .cnx-g-container .cnx-g-card-slot {
    margin-top: 0!important
}

.cnx-in-g-landscape .cnx-g-container .cnx-g-card-slot:last-child {
    margin-bottom: 0!important
}

.cnx-in-g-landscape .cnx-g-container .cnx-g-rail {
    display: block
}

.cnx-in-g-portrait .cnx-g-container {
    width: 100%
}

.cnx-in-g-portrait .cnx-g-container .cnx-g-rail {
    display: flex
}

.cnx-in-g-portrait .cnx-g-container .cnx-g-card-slot {
    margin-left: 0!important
}

.cnx-in-g-portrait .cnx-g-container .cnx-g-card-slot:last-child {
    margin-right: 0!important
}

.cnx-g-container .cnx-g-rail {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.cnx-g-container.cnx-g-style-detailed .cnx-g-explore-more {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    padding: 12px 4px 6px 6px;
    text-transform: uppercase
}

.cnx-g-container .cnx-g-fade-out {
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1
}

.cnx-in-g-landscape .cnx-g-container .cnx-g-fade-out {
    background: linear-gradient(0deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0));
    bottom: 0;
    height: 80px;
    width: 100%
}

.cnx-in-g-portrait .cnx-g-container .cnx-g-fade-out {
    background: linear-gradient(270deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,0));
    height: 100%;
    top: 0;
    width: 80px
}

.cnx-g-card-slot {
    box-sizing: border-box;
    flex-shrink: 0;
    height: 90px;
    max-width: 100%;
    position: relative;
    width: 160px
}

.cnx-g-card {
    box-sizing: border-box;
    cursor: pointer;
    position: absolute
}

.cnx-in-desktop .cnx-g-card:hover .cnx-g-card-icon,.cnx-in-mobile .cnx-g-card:active .cnx-g-card-icon {
    opacity: 1
}

.cnx-g-card .cnx-g-card-text-container {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    line-height: 16px;
    width: 100%
}

.cnx-g-card .cnx-g-card-text-container cnx,.cnx-g-card .cnx-g-card-text-container cnx-span {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.cnx-g-card .cnx-g-card-text-container .cnx-g-card-text {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: auto
}

.cnx-g-card .cnx-g-card-icon {
    background: linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.56));
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out
}

.cnx-g-card .cnx-g-card-icon .cnx-ui-btn {
    height: 40px;
    margin: 0;
    width: 40px;
    z-index: 1
}

.cnx-g-card .cnx-g-card-icon .cnx-ui-btn-hoverable:before {
    opacity: .28
}

.cnx-g-card.cnx-mod-active .cnx-g-triangle {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    height: 0;
    width: 0;
    z-index: 2
}

.cnx-g-style-visual .cnx-g-card-slot {
    margin: 4px
}

.cnx-g-style-visual .cnx-g-card-image img {
    border-radius: 4px;
    height: 100%;
    width: 100%
}

.cnx-g-style-visual .cnx-g-card-text-container {
    background: linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.56));
    border-radius: 4px;
    left: 0;
    position: absolute;
    top: 0
}

.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text {
    bottom: 0;
    left: 0;
    margin: 8px;
    position: absolute
}

.cnx-g-style-visual .cnx-g-card-icon {
    border-radius: 4px
}

.cnx-g-style-visual .cnx-g-card.cnx-mod-active .cnx-g-triangle {
    top: 0
}

.cnx-g-style-visual .cnx-g-card-placeholder {
    background-color: hsla(0,0%,87%,.56)
}

.cnx-g-style-detailed .cnx-g-card {
    border-radius: 8px;
    display: flex
}

.cnx-g-style-detailed .cnx-g-card .cnx-g-card-icon {
    border-radius: 6px
}

.cnx-in-desktop .cnx-g-style-detailed .cnx-g-card:hover,.cnx-in-mobile .cnx-g-style-detailed .cnx-g-card:active {
    background-color: #f3f3f3
}

.cnx-g-style-detailed .cnx-g-card-image-container {
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 8px;
    position: relative;
    width: 0
}

.cnx-g-style-detailed .cnx-g-card-image-container .cnx-g-card-image {
    box-sizing: border-box;
    display: inline-block;
    position: relative
}

.cnx-g-style-detailed .cnx-g-card-image-container .cnx-g-card-image:after {
    background: linear-gradient(0deg,rgba(0,0,0,.6),transparent);
    border-radius: 6px;
    content: "";
    display: inline-block
}

.cnx-g-style-detailed .cnx-g-card-image-container img {
    border-radius: 6px
}

.cnx-g-style-detailed .cnx-g-card-image-container .cnx-ui-btn-hoverable:before {
    opacity: 0
}

.cnx-g-style-detailed .cnx-g-card-text-container {
    color: #0d192d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 0
}

.cnx-g-style-detailed .cnx-g-card-text-container .cnx-g-card-text-info {
    color: #b2b2b2
}

.cnx-g-style-detailed .cnx-g-card.cnx-mod-active .cnx-g-triangle {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(4px) rotate(-90deg)
}

.cnx-g-style-detailed .cnx-g-card-placeholder {
    background-color: #fff
}

.cnx-g-style-detailed .cnx-g-card-placeholder * {
    cursor: default
}

.cnx-g-style-detailed .cnx-g-card-placeholder .cnx-g-card-image:after {
    background: #f4f3f3
}

.cnx-g-style-detailed .cnx-g-card-placeholder .cnx-g-card:hover {
    background-color: #fff
}

.cnx-g-style-detailed .cnx-g-card-placeholder .cnx-g-card:hover svg {
    fill: #f4f3f3
}

.cnx-g-style-detailed .cnx-g-card-placeholder .cnx-g-card-text {
    display: block;
    float: left
}

.cnx-g-style-detailed .cnx-g-card-placeholder .cnx-g-card-text cnx-span {
    background-color: #e5e4e4;
    display: inline-block;
    height: 6px;
    margin: 1px;
    width: 40px
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container {
    font-size: 10px;
    line-height: 12px
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text {
    margin: 6px
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn {
    height: 32px;
    width: 32px
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn svg {
    height: 16px;
    width: 16px
}

.cnx-bp-md-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container {
    font-size: 12px;
    line-height: 16px
}

.cnx-bp-md-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text {
    margin: 8px
}

.cnx-bp-md-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn {
    height: 36px;
    width: 36px
}

.cnx-bp-md-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn svg {
    height: 18px;
    width: 18px
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 4px 4px 0
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container .cnx-g-card-text-info {
    font-size: 11px
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-image-container {
    width: 70px
}

.cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container {
    font-size: 13px;
    line-height: 17px
}

.cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text {
    margin: 8px
}

.cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn {
    height: 44px;
    width: 44px
}

.cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn svg {
    height: 20px;
    width: 20px
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 6px 6px 0
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container .cnx-g-card-text-info {
    font-size: 13px
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-image-container {
    width: 82px
}

.cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container,.cnx-bp-xxl-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container {
    font-size: 14px;
    line-height: 20px
}

.cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text,.cnx-bp-xxl-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-text-container .cnx-g-card-text {
    margin: 8px
}

.cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn,.cnx-bp-xxl-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn {
    height: 48px;
    width: 48px
}

.cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn svg,.cnx-bp-xxl-v.cnx-g-container.cnx-g-style-visual .cnx-ui-btn svg {
    height: 24px;
    width: 24px
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container {
    font-size: 15px;
    line-height: 18px;
    padding: 8px 8px 8px 0
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container .cnx-g-card-text-info {
    font-size: 13px
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-image-container {
    width: 92px
}

.cnx-in-g-landscape .cnx-bp-xxl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 8px 8px 0
}

.cnx-in-g-landscape .cnx-bp-xxl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-text-container .cnx-g-card-text-info {
    font-size: 14px
}

.cnx-in-g-landscape .cnx-bp-xxl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-image-container {
    width: 96px
}

.cnx-bp-xs-v.cnx-g-container {
    display: none
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-slot {
    height: 54px;
    width: 96px
}

.cnx-in-g-landscape .cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual {
    width: 112px
}

.cnx-in-g-portrait .cnx-bp-sm-v.cnx-g-container.cnx-g-style-visual {
    height: 70px
}

.cnx-bp-sm-v.cnx-g-container.cnx-g-style-detailed {
    display: none
}

.cnx-bp-md-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-slot {
    height: 72px;
    width: 128px
}

.cnx-in-g-landscape .cnx-bp-md-v.cnx-g-container.cnx-g-style-visual {
    width: 144px
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-visual {
    height: 88px
}

.cnx-in-g-landscape .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed {
    display: none
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed {
    height: 112px
}

.cnx-in-g-portrait .cnx-bp-md-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-slot {
    height: 70px;
    width: 186px
}

.cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-slot {
    height: 81px;
    width: 144px
}

.cnx-in-g-landscape .cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual {
    width: 160px
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-visual {
    height: 97px
}

.cnx-in-g-landscape .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed {
    display: none
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed {
    height: 134px
}

.cnx-in-g-portrait .cnx-bp-lg-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-slot {
    height: 82px;
    width: 232px
}

.cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual .cnx-g-card-slot {
    height: 90px;
    width: 160px
}

.cnx-in-g-landscape .cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual {
    width: 176px
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-visual {
    height: 106px
}

.cnx-in-g-landscape .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed {
    display: none
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed {
    height: 136px
}

.cnx-in-g-portrait .cnx-bp-xl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-slot {
    height: 92px;
    width: 256px
}

.cnx-in-g-landscape .cnx-bp-xxl-v.cnx-g-container.cnx-g-style-detailed {
    width: 270px
}

.cnx-in-g-landscape .cnx-bp-xxl-v.cnx-g-container.cnx-g-style-detailed .cnx-g-card-slot {
    height: 88px;
    width: 100%
}

.cnx-video-wrapper {
    background-color: #000;
    z-index: 1
}

.cnx-video-wrapper.cnx-hide-video {
    display: none
}

.cnx-video-tag {
    background-color: #000;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.cnx_gpu_fix {
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-name: cnx_gpu_fix_animation;
    background-color: #fff;
    height: 2px;
    left: 15px;
    opacity: .01;
    position: absolute;
    top: 15px;
    width: 2px;
    z-index: 1
}

@keyframes cnx_gpu_fix_animation {
    0% {
        background-color: #fff
    }

    to {
        background-color: #f0f0f0
    }
}

.cnx-control-button {
    background-color: grey;
    float: left;
    height: 20px;
    margin: 5px;
    padding: 5px;
    width: auto
}

.cnx-control-bar-wrapper {
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.cnx-control-bar-wrapper.cnx-hide-bar {
    display: none
}

.cnx-video-container {
    flex-shrink: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.cnx-video-container.cnx-bp-sm-v .cnx-ui-content .cnx-ui-btn {
    pointer-events: none
}

.cnx-fade-in-base.cnx-fade-in {
    transition: opacity .3s ease-in
}

.cnx-fade-out-base.cnx-fade-out {
    transition: opacity .1s ease-in
}

.cnx-fade-in-base {
    opacity: 0
}

.cnx-fade-in-base.cnx-fade-in,.cnx-fade-out-base {
    opacity: 1
}

.cnx-fade-out-base.cnx-fade-out {
    opacity: 0
}

.cnx-main-container {
    display: block;
    height: auto;
    overflow: hidden;
    /* position: relative; */
    width: 100%;
    position: absolute !important;
    top: 0;
}

.cnx-main-container.cnx-mod-collapsable {
    display: block;
    transition: all .5s ease-in-out
}

.cnx-main-container.cnx-mod-no-height {
    height: 0!important
}

.cnx-main-container.cnx-in-collapse {
    max-height: 0!important
}

.cnx-main-container.cnx-in-g-portrait {
    flex-direction: column
}

.cnx-main-container.cnx-in-g-landscape {
    align-items: flex-start
}

.cnx-main-container-flex {
    display: flex!important
}

.cnx-main-container-flex.cnx-mod-collapsable {
    display: block!important
}

.cnx-ratio {
    height: 0;
    position: relative;
    width: 100%;
    z-index: -1
}

.cnx-player-wrapper {
    display: flex;
    flex-grow: 1;
    position: relative
}

.cnx-image-placeholder {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cnx-main-container.cnx-click-to-play-thumbnail .cnx-video-container,.cnx-main-container.cnx-click-to-play-thumbnail .cnx-video-wrapper {
    z-index: unset
}

.cnx-main-container.cnx-click-to-play-thumbnail .cnx-image-placeholder {
    display: block;
    z-index: 2
}

cnx.cnx-border {
    display: none;
    height: 0;
    pointer-events: none;
    width: 0
}

cnx:focus {
    border: none;
    box-shadow: none;
    outline: none
}

cnx.cnx-tab-focus:not(.cnx-video-wrapper):focus {
    border: .5px solid hsla(0,0%,100%,.66);
    border-radius: 22px;
    box-shadow: 0 0 4px 1px #fff;
    box-sizing: border-box;
    outline: none
}

cnx.cnx-tab-focus.cnx-video-wrapper:focus cnx.cnx-border,cnx.cnx-video-wrapper.cnx-tab-focus:focus cnx.cnx-border {
    border: 1px solid #09f;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

cnx.cnx-cm-item--click.cnx-tab-focus:focus,cnx.cnx-cm-item--submenu:focus {
    border-radius: 0;
    box-shadow: none
}

.cnx-ps cnx:focus {
    border: none;
    box-shadow: none
}




/*New Css 31082023*/
.cardib-left-side{
	position:relative;
}
.cardib-left-side .float-box{
	position: relative;
	right: 0;
	    top: 0%;
	width: 57%;
	border-radius: 30px;
	color:#FFFFFF;
	padding:30px 20px;
	 transform: translate(0, 0%);
	margin-top: -170px;
	float:right;
}
.cardib-left-side .float-box .gb-button{
	position:absolute;
	right:20px;
	top:30px;
}
.cardib-left-side .float-box .wp-block-image{
	margin:20px 0;
}
.cardib-left-side p{
	margin:0
}
.cardib-container.wp-block-columns{
	align-items: flex-start!important;
	
}
.cardib-right-side .gb-headline span{
	color:#666b7b;
	    font-weight: 500;
}

.cardib-right-side  .adgrid-ad-container{
	display:none !important;
}
.cardib-right-side .c-form-div{
	padding:25px 0 0 0;
	margin:0 -10px;
}
.cardib-right-side .c-form-div .form-control{
	width:100%;
	margin-bottom:30px;
	    box-shadow: 0 20px 30px 5px #d3d3d387;
}

.step-bar-bottom{
	display:flex;
	margin:0 -5px;
	margin-top:35px;
}
.step-bar-bottom span{
	width:20%;
	height:5px;
	background-color:#edeef0;
	margin:0 5px;
	border-radius:5px;
}
.step-bar-bottom span.active{
	background-color:#60CAEF
}
.step-bar-bottom  .adgrid-ad-container{
	display:none !important;
}

.right-flot-agent{
	display:none !important;
	position:fixed;
	right:0;
	top:30%;
	
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
text-orientation: mixed;
	z-index:999;
}

.right-flot-agent p{
	margin:0;
}
.right-flot-agent .adgrid-ad-container{
	display:none !important;
}
.right-flot-agent .copy-1{
	font-size:14px;
}

.right-flot-agent .copy-2{
	font-size:20px;
}

.right-flot-agent .copy-3{
	font-size:14px;
}
.call-icon-for-mobile{
	display:none !important;
}

.c-blue-section{
	position:relative;
} 
.c-blue-section a{
	color:#E58673;
	text-decoration:underline;
}

.cardib-grey-block p{
	margin-bottom:25px;
	line-height:1em;
}

body.mac-os .button-rapper{
	padding:10px 20px 5px 20px !important;
}
body.mac-os .call-us-right-btn{
	padding:10px 20px 5px 20px !important;
}
.line-height-12{
	line-height:1.2em;
}

 
.partnering-div p{
	margin:0;
}
.partnering-div img{
	max-width:100%;
	height:auto !important;
}
.partnering-div{  
	
	max-width:550px;
	padding:0 20px;
	margin:0 auto;
	margin-bottom:25px;
}	
.page-cardib .site.grid-container .site-content,
.page-healthcare .site.grid-container .site-content{
	max-width:100%;
}
.page-healthcare #page{
	padding-top:0;
}

.healthcare-banner {
	line-height:1.1em;
}
.healthcare-banner p{
	margin-bottom:15px;
}


.page-cardib .adgrid-ad-container,
.page-healthcare  .adgrid-ad-container,
.healthcare-banner .adgrid-ad-container,
.healthcare-section-02 .wp-block-column .adgrid-ad-container{
	display:none;
}
.healthcare-section-02 .wp-block-column{
	padding:20px 30px 40px 30px;
	line-height:1.2em;
}

.c-blue-section p:last-child{
	margin-bottom:0 !important
}

.mob-show-767{
	display:none !important;
}

.healthcare-popup{
	padding:15px;
	padding-top:25px;
	    font-weight: 400;
    line-height: 1.3;
}

.page-healthcare .pum-theme-enterprise-blue .pum-container{
	border-radius:10px;
}
.healthcare-popup .inner-copy p{
	margin-bottom:10px;
}
.healthcare-popup .inner-copy {
	max-height:420px;
	overflow:auto;
}
.healthcare-popup h2{
	margin-bottom:10px;
}

























