body { font-family: "Outfit", sans-serif !important;}
button.load-more-btn {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    color: #0f1432;
    font-size: 17px;
    width: 192px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
button.load-more-btn:hover, button.load-more-btn:focus {
    border: solid 1px #ffffff;
    background: #0a73cd;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

/* Main Body Content */
@media (min-width: 1200px){
    .small-container {
        max-width: 1196px;
        padding: 0;
        margin: 0 auto;
    }
}
.main-banner-sec h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-family: "Outfit", sans-serif;
    margin: 0 0 40px;
}
.main-banner-sec .banner-title {
    padding-bottom: 50px;
}
div.search{
    position: relative;
    width: 520px;
    margin: 0 auto;
}
.search input{
    height: 60px;
    text-indent: 25px;
    border: none;
    border-radius: 8px;
    font-size: 23px;
    padding-left: 2.5rem;
}
.search input:focus{
    box-shadow: none;
    border: none;
}
.search .form-control {

}
.search svg{
    position: absolute;
    top: 15px;
    left: 16px;
    width: 30px;
    height: 30px;
    color: #808b95;
    z-index: 9;
}

.search ::placeholder {
  font-size: 20px;
  color: #808b95;
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 20px;
  color: #808b95;
}

.search ::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 20px;
  color: #808b95;
}

.wrapper {padding-top: 40px; padding-bottom: 80px; color: #000;}
.left-content-sec {
    padding: 30px;
    border: 1px solid #ebebeb;
}
.left-cont .main-title { color: #000; font-size: 3.125rem; line-height: 1.2; font-weight: 600; margin: 0 0 17px; font-family: "Outfit", sans-serif;}
.left-cont .views { color: #000; font-size: .875rem; line-height: 1.2; padding: 0 0 35px; margin-bottom: 0px; display: none;}
.left-cont .ctg-buttons .btn { color: #000; font-size: .625rem; line-height: 1.2;margin: 0 10px 0 0; padding-top: 9px; padding-bottom: 9px; font-weight: 700;}
.left-cont .ctg-buttons .btn:hover {color: #fff;}
.left-cont .Social-Icons-Blk {justify-content: flex-end !important; display: flex;}
.left-cont .Social-Icons-Blk a {
    border-radius: 50%;
	border: 1px solid #000;
	color: #000;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
    margin-left: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.left-cont .Social-Icons-Blk img{ 
    width: 13px;
    height: 13px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
.left-cont  .Social-Icons-Blk a:hover {
    background-color: #000; color: #fff;border: 1px solid #000; text-decoration: none; 
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.left-cont .Social-Icons-Blk a:hover img{
    filter: invert(100%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.left-cont ul {
    list-style: disc;
    margin: 0 0 30px 20px;
}
.left-cont ol li ul {
    margin-bottom: 0;
}
.left-cont ol {
    margin: 0 0 30px 20px;
}

@media (max-width: 576px) { 
    .main-banner-sec h1 {
        font-size: 36px;
    }
    .left-content-sec {
        padding: 20px;
    }
	.left-cont .ctg-buttons .btn { text-align: center; }
	.left-cont .Social-Icons-Blk {justify-content: center !important; margin-top: 15px; margin-bottom: 30px;} 
    div.search {
        width: 380px !important;
    }
    .content-cta-text a {
        margin:0 0px 20px 0 !important;
        padding: 12px 20px !important; 
        font-size: 16px !important;
    }
    .left-cont .main-title {
        font-size: 2.125rem;
    }
    .article-sec h2 {
        font-size: 1.7rem !important;
    }
    .article-sec p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .content-cta-text {
        padding: 30px 30px 36px 30px !important;
    }
    .content-cta-text p {
        font-size: 18px;        
    }
    div.pagination {
        margin: 70px 0 0;
    }
}

@media (min-width: 250px) and (max-width: 400px) { 
    div.search {
        width: 250px !important;
    }
    .content-cta-text {
        padding: 30px 30px 36px 30px!important;
    }
    .content-cta-text p {
        font-size: 18px !important;
    }
    .content-cta-text a {
        display: inline-block;
    }
}

.article-sec h2 { font-size: 2.0rem; line-height: 1.2; margin: 0 0 23px; font-weight: 500; font-family: "Outfit", sans-serif; padding:0;}
.article-sec h3 { font-size: 1.6rem; line-height: 1.2; margin: 0 0 23px; font-weight: 500; font-family: "Outfit", sans-serif;}
.article-sec h4 { font-size: 1.4rem; line-height: 1.2; margin: 0 0 23px; font-weight: 500; font-family: "Outfit", sans-serif;}
.article-sec h5 { font-size: 1.2rem; line-height: 1.2; margin: 0 0 23px; font-weight: 500; font-family: "Outfit", sans-serif; text-transform: none;}
.article-sec h6 { font-size: 1.0rem; line-height: 1.2; margin: 0 0 23px; font-weight: 500; font-family: "Outfit", sans-serif;}

.article-sec p { font-size: 18px; line-height: 1.6; margin: 0 0 30px; }
.article-sec p a, .article-sec ul li a { text-decoration: none; color: #285ae6; }
.article-sec p a:hover, .article-sec ul li a:hover { text-decoration: underline; border-bottom: 1px solid #ffc107; color: #285ae6; }
.article-sec p a:after {
    font-family: FontAwesome;
    content: "\f08e";
    color: #ffc107;
    font-size:12px;
    display:inline-block;
    margin-left: 3px;
    margin-right: 2px;
    top: -7px;
    position: relative;
    transition: all .3s ease-in-out;
    display: none;
}
.article-sec p a:hover:after {
    position: relative;
    transform: translateY(5px);
    transition: all .3s ease-in-out;
}
.article-sec table {
	margin: 0 0 30px;
	border: 1px solid #f5f5f5;
    border-spacing: 10px;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
}
/*.article-sec table td:nth-of-type(odd), .article-sec table th:nth-of-type(odd) {background-color: #f5f5f5;}*/

tbody, td, tfoot, th, thead, tr { border: 1px solid #cdcdcd; }
.article-sec .table > tbody { border-top: 1px !important; line-height: 1.4;}
.article-sec table th{ background-color: #1B4CA9; padding: 14px 20px 17px; border-right-width: 1px; font-size: 22px; line-height: 1.4; font-weight: 500; color: #ffffff;}
.article-sec table td { background-color: #fff; padding: 8px 20px 8px; border-right-width: 1px;line-height: 1.4;}
.article-sec table tr td {font-size: 18px; line-height: 33.75px; border-right-width: 1px;line-height: 1.4;}
/*.article-sec table tr td:first-of-type:after, .article-sec table tr th:first-of-type:after { width: calc(100% - 24px); left: 24px;}*/
.article-sec table tr td a {text-decoration: none; color: #285ae6;}
.article-sec table tr td a:hover {text-decoration: underline; color: #285ae6;}
.article-sec .figure {margin-bottom: 40px;}
.article-sec ul.square-list {list-style: square;}
.article-sec ol li, .article-sec ul li  {padding-bottom: 4px; font-size: 18px; line-height: 33.75px;}
.article-sec ol{margin-bottom: 30px; margin-left: 20px;}

.home .article-slider .card-img p,
.home.paged .article-slider .col:nth-child(-n+3) .card-img p,
.category .article-slider .card-img p {
	display: none;
}
.home .article-slider .col:nth-child(-n+3) .card-img p,
.category .article-slider .col:nth-child(-n+3) .card-img p {
	display: block;
}

/* CTA */
/* .cta-box{
	margin: 70px 0 60px;
	background: linear-gradient(121.5deg,rgba(40,90,230,.13) 8.19%,rgba(222,228,247,.22) 64.6%);
	padding: 56px 30px 40px 52px;
	position: relative;
	-webkit-transform: translateY(36px);
	transform: translateY(36px);
	border-radius: 12px;
} */
/* .cta-box::before {
    content: url('../images/cta-dots.svg');
    height: 85px;
    width: 109px;
    left: -54px;
    top: -41px;
    position: absolute;
} */
.cta-box{
	margin: 0px 0 60px;
	background: url('../images/cta_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 75px 72px 65px;
	position: relative;
	-webkit-transform: translateY(36px);
	transform: translateY(36px);
	border-radius: 30px;
}
.cta-box p {
    line-height: 1.35;
    font-weight: 600;
	color: #ffffff;
    font-size: 33px;
    margin: 0 0 31px;
}
.cta-box .btn {
	margin:0 20px 20px 0;
	padding: 12px 36px;	
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	border-width: 2px;
	text-transform: capitalize;
	background-color: #ffc107;
    border-color: #ffc107;
}
.cta-box .btn-outline-warning {color: #ffffff; background: none;}
.cta-box .btn:hover {background-color: #ffffff; border-color: #ffffff; color: #000000;}



@media (max-width: 800px) { 
	.cta-box::before {display: none;}
    .left-cont .main-title {font-size: 2rem;}
}


/* Custom CTA BOX - Bottom  */
.postid-773 .cta-box {
    display: none;
}
.postid-2499 .cta-box {
    display: none;
}

.cta-box-custom {
    background: linear-gradient(121.5deg,rgba(40,90,230,.13) 8.19%,rgba(222,228,247,.22) 64.6%);
    margin: 70px 0 60px;
    padding: 56px 30px 40px 52px;
    position: relative;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
    border-radius: 12px;
}

.cta-box-custom::before {
    content: url('../images/cta-dots.svg');
    height: 85px;
    width: 109px;
    left: -54px;
    top: -41px;
    position: absolute;
}
.cta-box-custom p {
    line-height: 1.35;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.cta-box-custom a {
    margin: 0 30px 20px 0;
    padding: 12px 36px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border-width: 2px;
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
}
.cta-box-custom a:hover {
    background-color: rgba(255, 193, 7, 0.5);
    border-color: rgba(255, 193, 7, 0);
}

/*.content-btm-cstm-cta-text .btn-outline-warning {color: #000;}
.content-btm-cstm-cta-text .btn:hover {background-color: rgba(255, 193, 7, 0.5); border-color: rgba(255, 193, 7, 0);}*/

@media (max-width: 800px) { 
    .cta-box-custom::before {display: none;}
}


/* CTA Content Text */
.content-cta-text{
    margin: 40px 0 50px 0;
    padding: 40px 40px 46px 40px;
	background: #004f80;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
   /* display: flex;
    align-items: flex-start;*/
    /* background: linear-gradient(121.5deg,rgba(40,90,230,.13) 8.19%,rgba(222,228,247,.22) 64.6%);  */
    /*transform: translateY(36px);
    -webkit-transform: translateY(36px);*/
}
.content-cta-text .cta-icon { 
    margin-right: 20px; 
    float: left;
}
.content-cta-text .cta-icon img {
    width: 42px;
    height: 42px; 
    margin-top: 5px;
}
.content-cta-text .cta-content {
    display: flow-root;
}
.content-cta-text p{
    font-size: 20px;
    line-height: 1.4;
	color: #ffffff;
    font-weight: 500;
    /* margin: 0 0 31px;*/
}
.content-cta-text a {
    margin:0 30px 20px 0;
    padding: 12px 30px; 
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    border-width: 2px;
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.content-cta-text a:hover {
/*     background-color: rgba(255, 193, 7, 0.5); */
    border-color: rgba(255, 193, 7, 0);
}


/* CTA Middle*/
.cta-box-mid{
	margin: 50px 0 80px;
	background: linear-gradient(121.5deg,rgba(40,90,230,.13) 8.19%,rgba(222,228,247,.22) 64.6%);
	padding: 56px 30px 40px 52px;
	position: relative;
	-webkit-transform: translateY(36px);
	transform: translateY(36px);
	border-radius: 12px;
}
.cta-box-mid::before {
    content: url('../images/cta-dots.svg');
    height: 85px;
    width: 109px;
    left: -54px;
    top: -41px;
    position: absolute;
}
.cta-box-mid p {
    line-height: 1.35;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 31px;
}
.cta-box-mid .btn {
	margin:0 30px 20px 0;
	padding: 12px 36px;	
	font-size: 18px;
	font-weight: 500;
	border-radius: 7px;
	border-width: 2px;
}
.cta-box-mid .btn-outline-warning {color: #000;}
.cta-box-mid .btn:hover {background-color: rgba(255, 193, 7, 0.5); border-color: rgba(255, 193, 7, 0);}

@media (max-width: 800px) { 
	.cta-box-mid::before {display: none;}
}



/* More Articles */
.article-slider {background-color: #fafafe; padding: 40px 0 70px;}
.article-slider h2 {margin: 0 0 20px; font-size: 1.875rem; font-weight: 500; line-height: 1.2; color: #000; font-family: "Outfit", sans-serif;}
.article-slider .card {border: none; border-radius: 12px; box-shadow: 0 0 5px rgb(40 90 230 / 15%);-webkit-transition: .3s ease-in;transition: .3s ease-in;}
.article-slider .card:hover {box-shadow: 4px 12px 15px rgb(40 90 230 / 5%), -4px 12px 15px rgb(40 90 230 / 5%), 0 -4px 4px rgb(40 90 230 / 5%); -webkit-transition: .3s ease-in;transition: .3s ease-in;}

.article-slider .card-img{
	min-height: 65px;
	padding-top: 0;
	border-radius: 12px 12px 0 0;
	position: relative;
    background-image: url('../images/bg-purple.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.article-slider .card-img p {font-size: 16px;
    color: #c8c8e0; 
    padding: 10px 10px 10px 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.article-slider .card-body {padding: 20px 30px 25px 30px; min-height: 150px;}
.article-slider .card-title {margin-bottom: 0px;}
.article-slider .card-body h5 a {
	display: block;
	color: #212121;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin: 20px 0 0;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	text-transform: none;
	text-decoration: none;
}
.article-slider .card-body h5:hover a { color: #285ae6;}

.article-slider .card .btn { color: #212121; font-size: 12px; line-height: 1; padding:9px 15px !important; font-weight: 700;text-transform: capitalize;}
.article-slider .card .btn:hover {color: #fff;}
.article-slider .card .views {color: #000; font-size: .875rem; line-height: 1.2; padding: 10px 0 0; margin-bottom: 0px;}

div.pagination{
	margin: 100px 0 0;
	text-align: center;
	display: inline-block;
}
div.pagination .pagenav .page-numbers{
	background: #eeeeee;
	padding: 8px 15px;
	font-size: 18px;
}
div.pagination .pagenav .page-numbers.current {
	background: #eec029;
	color: #ffffff;
}


.breadcrumb-wrapper {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    width: 100%;
}

.breadcrumb-wrapper .breadcrumb_bar {
    display: flex;
    justify-content: space-between
}
.breadcrumb-wrapper ul {
    margin-bottom: 0;
}
.breadcrumb-wrapper ul,
.breadcrumb-wrapper li {
    font-size: 16px;
    text-transform: none;
    color: #045ac4
}

.breadcrumb-wrapper .breadcrumb_menu li {
    display: inline-block
}

.breadcrumb-wrapper .breadcrumb_menu li a {
    font-size: 16px;
    color: #1a2174;
    font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb_menu li a:hover {
    color: #000;
}

.breadcrumb-wrapper .breadcrumb_menu li:last-child {
    color: #0f1432;
    font-weight: 500
}

.breadcrumb-wrapper .breadcrumb_menu .link-list li a::after {
    content: "\f105";
    font-family: fontawesome;
    margin: 0 10px;
    font-weight: 300;
}


/*.home .breadcrumb-main{
    background-color: #161c68;
}
.pagelist-header .breadcrumb-main{
    background-color: transparent !important;
}
.breadcrumb-main{
    background-color: #ffffff;
    padding-top: 30px;
}
.breadcrumb-main .breadcrumb{
    margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-main .breadcrumb-item,
.breadcrumb-main .breadcrumb-item a{
    color: #212121 !important;
}
.breadcrumb-main .breadcrumb-item a:hover{
    color: #212121;
    text-decoration: underline;
}
.home .breadcrumb-item + .breadcrumb-item::before,
.home .breadcrumb-main .breadcrumb-item,
.home .breadcrumb-main .breadcrumb-item a{
    color: #ffffff !important;
}
.home .breadcrumb-main .breadcrumb-item a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.breadcrumb-item, .breadcrumb-item a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.82;
	color: #ffffff;
	text-decoration: none;
}*/


/* Content TOC - Manual */
.article-sec .content-toc {
    border: 3px solid #0f1432;
    padding: 40px 20px 40px 40px;
    margin-bottom: 40px;
}

.article-sec .content-toc .toc-heading {
    font-family: "Outfit", sans-serif;
    color: #0f1432;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;    
    margin-bottom: 25px;
    margin-right: 30px;
    display: block;
}
.article-sec .content-toc .widget-area {
    max-height: 395px;
    overflow-y: auto;
}
.article-sec .content-toc ul.custom-toc {
    list-style: decimal-leading-zero;
    padding-left: 10px;
    margin-bottom: 0px;        
    margin-right: 10px;
}
.article-sec .content-toc ul.custom-toc li::marker {
    font-weight: 600;
}
.article-sec .content-toc ul.custom-toc li {
    color: #0f1432;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 0px;
}
.article-sec .content-toc ul.custom-toc li a {
    color: #0f1432;
    text-decoration: none;
    display: block;
    /*margin-bottom: 5px;*/
}

.article-sec .content-toc ul.custom-toc li ul {
    margin: 12px 0 0 0px;
    padding-left: 20px;
    border-left: 1px solid #cdd0dc;
}
.article-sec .content-toc ul.custom-toc li ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 0px;
    color: #3e3f4a;
}
.article-sec .content-toc ul.custom-toc li ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.article-sec .content-toc ul li a:hover,
.article-sec .content-toc ul.custom-toc li ul li a:hover {
    border-bottom: none;
    color: #285ae6;
}
.article-sec .content-toc ul.custom-toc li ul li a {
    margin-bottom: 0px;
    color: #3e3f4a;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 576px) { 
    .article-sec .content-toc {
        padding: 20px 10px 20px 20px;
    }
    /*.article-sec .content-toc ul.custom-toc li a {
        font-size: 14px;
        line-height: 1.3;
    }*/
}


/* Custom Scroll-bar */

.custom-scroll {
    max-height: 400px;        /* any height you want */
    overflow-y: auto;   /* enable vertical scrolling */

    scrollbar-width: thin;          /* auto | thin | none */
    scrollbar-color: #888 #f1f1f1;  /* thumb | track */
}

/* Scrollbar Track */
.custom-scroll::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar Track Background */
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scrollbar Thumb */
.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Thumb on Hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* Right Sidebar CSS 
==================== */

.sidebar-widget {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
}
.sidebar-widget h3 {
    font-weight: 600;
    font-size: 22px;
    color: #0f1432;
    margin: 0 0 30px;
    padding: 0 0 12px;
    position: relative
}
.sidebar-widget h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffc107;
    width: 70px;
    height: 3px
}

.sidebar-widget.most-read-posts {
    padding: 30px 20px 15px
}


.sidebar-widget .blog-sidetabs-inn {
    margin: 0 0 15px;
    width: 100%;
    display: inline-block
}
.sidebar-widget .blog-side-tab-img {
    width: 30%;
    margin: 0;
    padding: 0;
    float: left
}
.sidebar-widget .blog-side-tab-img-inner {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 70px;
    width: 100%;
}
.sidebar-widget .blog-side-tab-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.sidebar-widget .blog-side-tab-txt {
    width: 100%;
    /*width: 63%;
    float: right;*/
    margin: 0;
    padding: 0;
}
.sidebar-widget .blog-side-tab-txt h4 {
    font-size: 15px;
    line-height: 20px;
    color: #0f1432;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    margin: 0 0 4px;
}
.sidebar-widget .blog-side-tab-txt h4 a {
    color: #5a5a5a;
}
.sidebar-widget .blog-side-tab-txt h4:hover a {
    color: #285ae6;
}
.sidebar-widget .blog-side-tab-txt h6 {
    color: #797a7c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 0
}
.sidebar-widget .blog-side-tab-txt h6 a {
    color: #232d37;
    font-weight: 700
}

.sidebar-widget.sidebar-cta {
    padding: 0;
    border: none;
    margin: 0 0 30px
}

.sidebar-widget.sidebar-cta img {
    max-width: 100%;
    height: auto;
}
.sidebar-widget.blog-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-widget.blog-categories ul li {
    padding: 0 0 10px 0
}
.sidebar-widget.blog-categories ul li:last-child {
    padding: 0
}
.sidebar-widget.blog-categories ul li a {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 16px
}
.sidebar-widget.blog-categories ul li a:hover {
    color: #285ae6
}
.sidebar-widget.blog-categories span {
    float: right
}


.sidebar-widget.social-icons ul li {
    display: inline-block;
    padding: 0 10px 0 10px
}
.sidebar-widget.social-icons ul li:first-child {
    padding-left: 0
}
.sidebar-widget.social-icons ul li a {
    width: 36px;
    height: 36px;
    background: #fff0;
    color: #797a7c;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}
.sidebar-widget.social-icons ul li a:hover {
    color: #fff;
    background: #232d37;
    border: 1px solid #232d37;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}


.sidebar-widget.blog-newsletter {
    background: #f5f5f9;
    border: none;
    text-align: center;
    padding: 40px 30px
}
.sidebar-widget.blog-newsletter h4 {
    color: #0f1432;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
    letter-spacing: 2px
}
.sidebar-widget.blog-newsletter p {
    color: #5a5a5a;
    font-size: 18px;
    margin: 0 0 22px
}
.sidebar-widget.blog-newsletter form input {
    color: #5f6162;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    height: 45px
}
.sidebar-widget form input:focus-visible {
    border: 1px solid #465073!important;
    outline: none!important
}
.sidebar-widget.blog-newsletter form button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 6px 0 0;
    line-height: 45px;
    text-align: center;
    border: none;
    width: 100%;
    height: 45px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / .1);
    cursor: pointer;
    letter-spacing: 1px;
    background: #01a8df;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.sidebar-widget.blog-newsletter form button:hover {
    background: #19a5a0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}



/* Rightside TOC - Manual */
/*.right-sec.sticky-top {
    top: 190px;
    z-index: 9;
}
.right-sec h3 {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 30px;
}
.right-sec .widget-area {
    max-height: 395px;
    overflow-y: auto;
}
.right-sec ul.custom-toc {
    list-style: disc;
    padding-left: 20px;
}
.right-sec ul.custom-toc li {
    color: #2d2e2e;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 20px;
}
.right-sec ul.custom-toc li a {
    color: #444444;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

/* Sub List */
.right-sec ul.custom-toc li ul {
    list-style: circle;
    padding: 0 10px 0 30px;
}
.right-sec ul.custom-toc li ul li {
    color: #808b95;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 0px;
    margin-bottom: 0px;
}
.right-sec ul.custom-toc li ul li a {
    color: #808b95;
    display: block;
    margin-bottom: 10px;
}

.right-sec ul.custom-toc a.active {
  color: #285ae6;
  /*font-weight: 500;*/
}*/



.single header {
    background-image: linear-gradient(to top, #1B3697 0%, #1B3697 1%, #161c68 100%);
}


#wtr-progress.top.shown {
    opacity:1 !important;
    }


.share {
	margin: 5px 0 0;
	float: right;
    display: inline-flex;
    align-items: center;
}
.share h6 {
	vertical-align: middle;
	margin: 0 0 0 5px;
	display: inherit;
}

.share ul {
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
	display: none;
	vertical-align: middle;
}
.share ul.active {
	display: inline-block;
}
.share ul li {
	display: inline-block;
}
.share ul li a.facebook-icon {
	background: #3b5998;
}
.share ul li a.twitter-icon {
  background: #000000;
/*	background: #4099ff;*/
}
.share ul li a.linkedin-icon {
	background: #006699;
}
.share ul li a {
	color: #ffffff;
	font-size: 14px;
    line-height: 21px;
/*	line-height: 26px;*/
	border-radius: 50%;
	margin: 0 0 0 5px;
	padding: 0;
	width: 23px;
	height: 23px;
	text-align: center;
	display: inline-block;
}

.share .share-img {
    display: inline-flex;
    align-items: center;
}

/* Main Content Image Responsive */
.left-cont img {
    max-width: 100%;
    height: auto;
}

.left-cont figure {
    text-align: center;
}
.left-cont figure img {
    max-width: 100%;
    height: auto;
}
.left-cont figure figcaption {
    color: #15338c;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 18px 0 24px 0;
}

.left-cont .share img {
    height: 12px;
}


.excerpt-wrapper {
    font-size: 15px;
    line-height: 1.6;
}
.excerpt-wrapper a {
    color: #285ae6;
}
.excerpt-wrapper {
    margin-top: 1rem;
}
.excerpt-preview, .excerpt-full {
  transition: opacity 160ms ease;
  display: block; 
}
.summary-head {
  font-weight: 600;
  margin-right: 8px;
}
.read-more-toggle {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
}




/* CTA Pop 
========== */

.cta-pop {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.cta-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none; /* Initially hidden */
}

/*.cta-pop.focused {
    transform: scale(1.1);
    position: relative;
    z-index: 99999 !important;
    border-radius: 1rem;
    box-shadow: 0 0 18px #fff;
}*/

.right-sec.sticky-top {
    z-index: 0;
}


/* Shortcut Keypress Event - Button
=================================== */
/*.short-key:not(:disabled):not(.disabled).active, .short-key:not(:disabled):not(.disabled):active {
    background: #f0c029;
}*/
.short-key:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s ease 0s;
}
.short-key:hover b {
    color: #f0c029;
    transition: all 0.3s ease 0s;
}
@media (min-width: 1800px) {
    .short-key {
        font-size: 14px;
        position: fixed;
        top: 250px;
        right: 0px;
        z-index: 10;
        padding: 15px 15px 13px 20px;
        border-radius: 5px 0px 0px 5px;
        border-radius: 30px 0px 0px 30px;
        box-shadow: 0 .5rem 0.8rem rgba(0,0,0,.15);
        background: #f0c029;
        color: #000; 
        transition: all 0.3s ease 0s;
    }
    .short-key br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1799.98px) {
    .short-key {
        text-align: left;
        font-size: 12px;
        position: fixed;
        top: 250px;
        right: 0px;
        z-index: 10;
        padding: 8px 10px 8px 10px;
        border-radius: 3px 0px 0px 3px;
        box-shadow: 0 .5rem 0.8rem rgba(0,0,0,.15);
        background: #f0c029;
        color: #000; 
        transition: all 0.3s ease 0s;
    }
}



/* Two color Table */
.myth-maindiv {
     margin-bottom: 2rem;
}
.row-wrapper {
    font-family: "Outfit", sans-serif;
    border: 1px solid #cbcef5;
    border-radius: 12px;
    overflow: hidden;
    margin-top: -1px;
}
.myth-label {
    background-color: #1b4ca9;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    border-radius: 12px 0 0 0;
    min-width: 113px;
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.reality-label {
    background-color: #01a8df;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    border-radius: 0 0 0 12px;
    min-width: 113px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.myth-label:after, .reality-label:after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    right: -6px;
    border-width: calc(14px* .5) 0 calc(14px* .5) 7px;
}
.myth-label:after {
    border-left-color: #1b4ca9;
}
.reality-label:after {
    border-left-color: #01a8df;
}

.myth-text {
    background-color: #f7f8fb;
    font-weight: 600;
}
.reality-text {
    background-color: #fff;
    font-weight: 400;
    border-radius: 0 0 12px 0;
    border-top: 1px solid #cbcef5;
    border-top-right-radius: 0 !important;
}
.myth-text, .reality-text {
    color: #262626;
    padding: 8px 24px 8px 30px;
    border-radius: 0 12px 0 0;
    flex: 1;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .row-wrapper {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .flex-sm-row {
        flex-direction: column !important;
    }
    .reality-label {
        min-height: 60px;
    }
    .myth-label, .reality-label {
        border-radius: 12px 12px 0 0 !important;
    }
    .myth-text, .reality-text {
        border-radius: 0 0 12px 12px !important;
        padding: 15px 20px;
    }

}
