:root {
  --theme-color-primary: #727272; /* Default dark grey */
  --theme-color-2: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: calc(100vw/2150);
}

@media screen and (max-width: 768px){
	html {
	    font-size: calc(100vw / 768);
	}
}

body {
    font-family: 'Basier Circle';
    font-weight: 400;
    background: #e9f4ff;
    background-image: -webkit-linear-gradient( 88deg, rgba(255,255,255,0.99608) 0%, rgb(248,251,254) 21%, rgb(250,252,255) 50%, rgb(242,248,255) 73%, rgb(254,248,253) 100%);
    overflow-x: hidden;
}

header {
    position: relative;
    padding-top: 20rem;
    height: 98rem;
    background: #fff;
    box-shadow: 0 3rem 15.2rem 0.8rem rgb(0 0 0 / 9%);
    z-index: 3;
}

section {
    margin: 0 auto;
    width: 1374rem;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: inherit;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style: none;
}
ol, ul {
    box-sizing: border-box;
}

.row {
    display: flex;
    justify-content: space-between;
}

.logo-h {
    position: relative;
/*    width: 100%;*/
    width: 370rem;
/*    bottom: 10rem;
	top: 15rem;
    width: 23%;
/*    height: 57px;*/
}

.logo-h img {
    width: 100%;
    height: 100%;
    object-fit: initial;
    margin-top: 6rem;
}

.hamburger {
	display: none;
}

.main-menu {
    display: flex;
    width: 70%;
/*    height: 40rem;*/
/*    margin-top: 10px;*/
	position: relative;
    top: 15rem;
    padding-left: 18rem;
}

.main-menu.open{
    display: flex!important;
}

.main-menu-item {
    height: 100%;
    padding-left: 26rem;
    padding-right: 20rem;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.main-menu-item.item-select {
    background: #fff url(/assets/images/round-arrow-down.png) top 3rem left 0em no-repeat;
	background-size: 25rem;
	/*margin-left: 20px;*/
}

.main-menu-item.item-select:hover {
    height: 64rem;
    background: #fff url(/assets/images/round-arrow-active.png) top 3rem left 0rem no-repeat;
	background-size: 25rem;
}

.main-menu-item.item-select.active {
    background: #f8f6f6 url(/assets/images/round-arrow-down-active.png) top 3rem left 0rem no-repeat;
    background-size: 25rem;
    height: 64rem;
}

.main-menu-item .p1 {
    font-size: 20rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 4rem;
    letter-spacing: 2rem;
}

.main-menu-item .p2 {
    font-size: 18rem;
    color: #6E7073;
}

.drop-menu {
    display: none;
    position: absolute;
    top: 64rem;
    left: 0;
    z-index: 2;
    padding-bottom: 40rem;
    padding-top: 18rem;
    width: 450rem;
    font-size: 20rem;
}

.drop-menu .menu-item {
    padding: 10rem 20rem;
    padding-left: 36rem;
    border-bottom: 7rem solid transparent;
    position: relative;
    z-index: 4;
    font-weight: 400;
    font-size: 19.5rem;
    border-bottom: 5rem solid transparent;
}

.drop-menu .menu-item:first-child {
/*    border-top: 1px solid rgba(0,0,0,0.5);*/
}

.drop-menu.open {
    display: block;
}

.drop-menu:before {
    display: block;
    content: '';
    position: absolute;
    top: -1;
    width: 500vw;
    left: -100vw;
    background: #f8f6f6;
    z-index: 3;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
    height: 100%;
    border-top: 1px solid #eee;
}

.drop-menu .menu-item:hover {
    border-bottom: 5rem solid var(--theme-color-primary);
}

#overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 200vh;
    top: 98rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.cross {
    display: none;
    position: absolute;
    left: 400rem;
    top: 120rem;
    width: 20rem;
    height: 20rem;
    z-index: 4;
    background: transparent url(/assets/images/cross.png) center center no-repeat;
    background-size: contain;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.banner {
    padding-top: 50rem;
    padding-left: 40rem;
    height: 500rem;
    background-size: contain!important;
}

.banner h1 {
    margin: 0 auto;
    width: 520rem;
    color: #0e1024;
    font-size: 55rem;
    font-weight: 600;
    line-height: 1.1;
    margin-left: 17%;
    margin-top: 50rem;
    border-bottom: 5rem solid var(--theme-color-primary);
}

.banner .underh {
    width: 29%;
    margin-left: 17%;
    font-size: 25rem;
    margin-top: 10rem;
}

.banner .icons{
	margin-top: 100rem; 
	width: 35%
}

.underh img{
	height: 55rem;
	margin-right: 20px;
}

.articles-container{
	width: 88%;
    margin: 0 auto;
    padding-top: 20px;
}

.title{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 60px 0 20px;
    padding-left: 20px;
    margin: 0 auto;
}

.section-article {
    /*min-height: 100vh;*/
    padding-top: 15rem;
    width: 1500rem;
}

.adv {
    text-transform: capitalize;
    font-size: 16rem;
    color: #82eb91;
}

.section-article h1 {
    text-transform: capitalize;
    margin-top: 9rem;
    margin-bottom: 0;
    width: 70%;
}

h1 {
    margin-top: 55rem;
    font-size: 52rem;
    margin-bottom: 29rem;
    letter-spacing: 3.5rem;
    line-height: 1;
}

main {
    width: 80%;
    margin-top: 10rem;
    border-top: 10rem solid var(--theme-color-primary);
}

p.by {
    font-size: 18rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.mainimg {
    width: 100%;
    height: auto;
}

.mobile-mainimg {
    display: none;
    height: auto;
}

.article-container {
    margin-top: 15rem;
    font-size: 23rem;
    line-height: 1.4;
}

aside {   
    width: 33%;
    margin-top: 38rem;
}

.sidebar-container {
    position: sticky;
    top: 10px;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgb(153 153 153 / 50%);
}

aside .h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20rem;
    padding-bottom: 5px;
    border-bottom: 10rem solid var(--theme-color-primary);
}

a.side-link {
    display: flex;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18rem;
    align-items: center;
    border-bottom: 1px solid rgb(153 153 153 / 50%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-link img {
    width: 90rem;
    margin-right: 20rem;
}

a.side-link.category {
    margin-top: 20rem;
    background: #fdfdfd;
    padding: 20rem;
    box-shadow: 0px 2px 3px 3px #eeee;
}

a.side-link.category:hover {
    box-shadow: 0px 1px 2px 2px rgba(0 0 0 / 10%);
}

.side-link.category img {
    width: 100%;
    height: 100rem;
    max-width: 100rem;
    min-height: 100rem;
    object-position: center;
}

.side-link.category p {
    font-weight: 400;
}

footer {
/*    position: absolute;
    width: 100%;
    bottom: 0;*/
    background: #000;
    color: #fff;
    margin-top: 80rem;
    padding-bottom: 30rem;
}

.footer-left {
    margin-top: 50rem;
    width: 28%;
}

.logo-f img {
    width: 118rem;
}

.footer-right {
    width: 72%;
    margin-top: 35rem;
}

.copy {
    font-size: 19rem;
    margin-top: 26rem;
}

.f-menu {
    display: flex;
}

.f-menu li {
    font-size: 25rem;
    padding-right: 48rem;
    padding-left: 5rem;
}

.disclamer {
    font-size: 15rem;
    /*margin-top: 32rem;*/
    padding-left: 5rem;
    line-height: 1.4;
}

.m-footer-left, .m-footer-right, .m-disclamer {
    display: none;
}

.m-footer-left, .m-footer-right, .m-disclamer {
    display: none;
}

.m-footer-left, .m-footer-right, .m-disclamer {
    display: none;
}

/* Article Buttons */

.cta-block__grid {
    grid-gap: 0.8em;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    /*grid-gap: 0.5em;*/
    grid-auto-rows: 1fr;
}

.citem1 .cta-block__item {}

.citem1 .cta-block__item {
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    padding: 0 0 0 15px;
}

.cta-block__item {
    /*background-color: #e8e8e8;*/
    /*background-color: #44b489;*/
    background-color: #02824f;
    color: #000;
    background-image: none;
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    min-height: 90px;
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    /*margin-bottom: 0.5em;*/
    transition: opacity .65s;
    box-shadow: 0px 2px 1px #dbdbdb;
}

.cta-block__item span {
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    /* flex: 1; */
    padding: 1rem 0.75em;
    width: 105%; 
}

.citem1 * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.cta-block__description {
    font-size: 18px;
}

.cta-block__description {
    display: block;
    font: 22px system,-apple-system,Arial,sans-serif;
    text-indent: 0;
    word-wrap: break-word;
    text-align: center;
    width: 85%;
}

.cta-block__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IkxheWVyXzMiPgoJPHBhdGggaWQ9ImFycm93IiBjbGFzcz0ic3QwIiBkPSJNMzMuMywyM2MtMy4xLTIuOS02LjMtNS43LTkuNC04LjZjLTMtMi44LTcuNSwxLjctNC41LDQuNWMyLjMsMi4xLDQuNyw0LjMsNyw2LjQKCQljLTIuNCwyLjItNC43LDQuNC03LjEsNi42Yy0zLDIuOCwxLjUsNy4zLDQuNSw0LjVjMy4yLTMsNi4zLTUuOSw5LjUtOC45QzM0LjYsMjYuMywzNC42LDI0LjEsMzMuMywyM3oiLz4KPC9nPgo8L3N2Zz4K);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 50px;
    border: 6px solid #fff;
    height: 54px;
    width: 60px !important;
    background-color: #ba1e0a;
    position: relative;
    right: 0;
}

/*Home Page Articles*/

.col-4 {
    width: 33.3333333333%;
}

.col {
    padding: 0 19px;
}

.card--middle {
    height: 320px!important;
}
 
.card {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    height: 520px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .3s cubic-bezier(.39,.58,.57,1);
}

.card--middle .card__img {
    height: 200px;
}

.card__img {
    flex: 0 0 auto;
    height: 318px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.card__img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    transition: -webkit-transform .3s cubic-bezier(.39,.58,.57,1);
    transition: transform .3s cubic-bezier(.39,.58,.57,1);
    transition: transform .3s cubic-bezier(.39,.58,.57,1),-webkit-transform .3s cubic-bezier(.39,.58,.57,1);
    width: 100%;
}

.card__content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.card--middle .card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.card__title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    overflow: hidden;
    padding: 20px 20px 0;
    text-decoration: none;
    text-overflow: ellipsis;
}

.card__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: auto;
    padding: 0 24px 0 20px;
}

.related-topics {
    font-weight: 500;
    margin-bottom: 10rem;
    color: #676767;
}

#read-more {
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
    font-weight: bold;
    color: #727272;
}

#read-more span {
    cursor: pointer;
}

#article-wrapper {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .main-menu-item.item-select {
        background: #fff url(/assets/images/round-arrow-down.png) top 5rem left 3rem no-repeat;
        background-size: 25rem;
    }

    .main-menu-item.item-select:hover {
        background: #f8f6f6 url(/assets/images/round-arrow-down-active.png) top 5rem left 3rem no-repeat;
        background-size: 25rem;
    }

    .main-menu-item .p1 {
        font-size: 24rem;
    }

    .logo-h img {
        margin-top: 15rem;
    }

    .cta-block__description {
        font-size: 20px;
    }

    aside {
        display: none;
    }

    main {
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
	.cta-block__description {
    	font-size: 20px;
	}

	.article-container {
	    font-size: 26rem;
	}
}

@media screen and (max-width: 768px){
	header {
	    height: 110rem;
	    padding-top: 20rem;
	    position: relative;
	}

	header .row {
    	flex-direction: row;
    	align-items: center;
	}

	section {
    	width: 95%!important;
	}

	aside {
    	display: none;
	}

	.row > .logo-h {
	    width: 66%;
	    margin-left: 16.2%;
	}

	.logo-h img {
	    margin-top: 0rem;
	}

	.row > * {
	    width: 100%;
	}

	.hamburger {
	    display: block!important;
	    background: url(/assets/images/menu.png) center center no-repeat;
	    background-size: contain;
	    width: 50rem;
	    height: 40rem;
	    margin-top: -15rem;
	}

	.hamburger.close {
	    background: url(/assets/images/cross.png) center center no-repeat;
	    background-size: contain;
	}

	.main-menu {
	    display: none;
	    position: absolute!important;
	    flex-direction: column;
	    width: 100% !important;
	    box-shadow: 0rem 3rem 15.2rem 0.8rem rgb(0 0 0 / 9%);
	    right: 0;
	    top: 110rem!important;
	    background: #f8f6f6;
	    height: auto;
	}

	.main-menu-item {
	    height: auto!important;
	    margin: 20rem;
	}

    .main-menu-item:hover {
        height: auto!important;
    }

    .main-menu-item.active {
        height: auto!important;
    }

    .main-menu-item.item-select {
	    background: #f8f6f6 url(/assets/images/round-arrow-down.png) top 5rem left 0rem no-repeat!important;
	    background-size: 21rem!important;
	}

    .main-menu-item.item-select:hover {
        background:#f8f6f6 url(/assets/images/round-arrow-active.png) top 5rem left 0rem no-repeat!important;
	    background-size: 21rem!important;
    }

    .main-menu-item.item-select.active {
        background: #f8f6f6 url(/assets/images/round-arrow-down-active.png) top 5rem left 0rem no-repeat!important;
	    background-size: 21rem!important;
    }

/*	.main-menu-item:hover {
	    height: auto!important;
	    background: #f8f6f6 url(/assets/images/round-arrow-down-active.png) top 5rem left 9rem no-repeat!important;
	    background-size: 21rem!important;
	}*/

	.main-menu-item:hover .p1 {
    	color: var(--theme-color-primary);
	}

    .main-menu-item.active .p1 {
        color: var(--theme-color-primary);
    }

	.drop-menu:before {
		box-shadow: none!important;
		border-top: 0!important;
	}

	.logo-h {
	    bottom: 10rem;
	    height: 57px;
	}

	.logo-h img {
     	height: 100%;
    }

	.drop-menu {
	    position: relative!important;
	    top: auto!important;
	    left: auto!important;
	}

	.drop-menu .menu-item {
	    background: #f8f6f6;
	    font-size: 16rem!important;
	}

	.banner{
		padding-top: 0rem!important;
		background-position: right 15% top 100% !important;
	    background-size: 50%!important;
	}

	.banner .icons{
		margin-top: 35rem!important;
		display: inline-block;
		width: 33%;
	}

	.banner h1, .banner .underh {
		margin-left: 10%!important;
	}

	main {
	    border-top: none;
	}

	.articles-container.first{
		padding-top: 100rem;
	}

	.article-container p{
		font-weight: 200;
	}

    .cta-block__item span {
        /*font-size: 40rem;*/
        line-height: 28px;
        font-size: 20px;
        font-family: arial, sans-serif;
        font-weight: 700;
    }

	.section-article h1 {
	    width: 100%;
	}

	.cta-block__grid {
	    grid-template-columns: none;
	}

	footer .row {
	    flex-direction: row;
	    padding-top: 25rem;
	}

	.row {
	    align-items: center;
	}

	.footer-left, .footer-right, .disclamer {
    	display: none;
	}

	.logo-f img {
	    width: 94rem!important;
	    margin-top: -33rem!important;
	}

	p, .article-container ul, .article-container ol {
	    font-size: 32rem;
	    font-weight: 500;
	}

	.f-menu {
	    flex-direction: column!important;
	}

	.f-menu li {
	    padding-left: 0!important;
	}

	.m-footer-left, .m-footer-right, .m-disclamer {
	    display: block!important;
	}

	.m-footer-left {
	    width: 60%!important;
	}

	.f-menu .p1 {
	    font-size: 25rem;
	    margin-top: 20rem;
	    color: var(--theme-color-primary);
	}

	.m-footer-right {
	    width: 40%;
	    margin-top: 35rem;
	    text-align: right;
	}

	.m-disclamer {
	    margin-top: 66rem;
	    font-size: 20rem;
	}

	/*	Homepage Articles*/

	.articles-container .row{
		flex-direction: column;
		align-items: flex-start;
	}

	.col-4 {
	    width: 100%;
    	margin-bottom: 25rem;
	}

    #read-more{
        display: block;
    }

    #article-wrapper{
        display: none;
    }

    a.side-link.category {
        flex-direction: column;
    }

    .side-link.category img {
        width: 100%;
        margin-right: 0;
    }

    .side-link.category h3 {
        font-size: 44rem;
    }

    .side-link.category span {
        font-size: 28rem;
    }

    .side-link.category p {
        font-size: 25rem;
    }

    .side-link.category img {
        width: 100%;
        height: 200rem;
        max-width: 100%;
        min-height: 400rem;
        object-position: center;
        margin-bottom: 20rem;
    }
}

@media screen and (max-width: 500px) {
    header {
        padding-top: 12rem;
    }

    .drop-menu .menu-item {
        font-size: 20rem !important;
    }

    .main-menu-item .p1 {
        font-size: 24rem !important;
    }
}

@media screen and (max-width: 400px){
	header {
	     padding-top: 12rem; 
	}
}

@media screen and (max-width: 340px) {
    header {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 280px) {
    header {
        padding-top: 0!important;
    }
}

.aff-article.section-article {
    width:680px;
}

.aff-article.section-article h1 {
    width: 100%;
}

.aff-article.section-article main {
    width: 100%;
}

.aff-article.section-article main .cta-block__grid {
    grid-template-columns: none;
}

@media screen and (min-width: 768px) {

    .aff-article.section-article main .cta-block__item {
        min-height: 75px;
    }

    .aff-article.section-article .article-container p {
        font-size: 16px;
    }

    .main-menu-item.item-select {
	    padding-left: 35rem;
        margin-left: 20px;
    }
}

.aff-article aside {
    display: none;
}

span.post-anchor {
    color: #727272;
}

body.alt-scn{
    background: #01074b;
    background-image: none;
    color: white;
}

.alt-scn header{
    display: none!important;
}

.alt-scn main{
    border-top: none!important;
}

.alt-scn .entry-title{
    font-size: 50rem!important;
}

.alt-scn .article-container{
    color: #969696!important;
}

.alt-scn .related-topics{
    color: #969696!important;
}

.alt-scn .section-article{
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}

.alt-scn .cta-button{
    background-color: #e7eefe!important;
    border: 5px solid #3df5f3!important;
    border-radius: 10px!important;
}

.alt-scn .cta-block__grid{
    grid-gap: 1.4em!important;
}

.alt-scn .cta-block__item{
    padding: 5px 0!important;
    box-shadow: none!important;
    min-height: 105px!important;
}

.alt-scn .cta-block__description{
    padding-right: 0!important;
    padding-left: 5px!important;
    line-height: 25px;
}

.alt-scn .cta-button span{
    color: #212121!important;
    text-align: left!important;
    font-size: 18px!important;
    font-weight: 700!important;
}

.alt-scn .cta-block__icon{
    width: 40px!important;
    height: 34px!important;
    padding-left: 0;
    background-color: unset!important;
    border:none!important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDAwMDAwO30KPC9zdHlsZT4KPGcgaWQ9IkxheWVyXzMiPgoJPHBhdGggaWQ9ImFycm93IiBjbGFzcz0ic3QwIiBkPSJNMzMuMywyM2MtMy4xLTIuOS02LjMtNS43LTkuNC04LjZjLTMtMi44LTcuNSwxLjctNC41LDQuNWMyLjMsMi4xLDQuNyw0LjMsNyw2LjQKCQljLTIuNCwyLjItNC43LDQuNC03LjEsNi42Yy0zLDIuOCwxLjUsNy4zLDQuNSw0LjVjMy4yLTMsNi4zLTUuOSw5LjUtOC45QzM0LjYsMjYuMywzNC42LDI0LjEsMzMuMywyM3oiLz4KPC9nPgo8L3N2Zz4K);
}

.alt-scn .cta-block__item:hover{
    background-color: #2a56c6!important;
}

#site-search-form {
    margin-top: 20px;
}

#site-search-input, #site-search-input-m{
    width: auto;
    box-sizing: border-box;
    border: 2px solid #bdbdbd;
    border-radius: 1px;
    font-size: 14px;
    height: 28px;
    width: 170px;
    background-color: white;
    background-image: url('/assets/images/searchicon.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 0;
    background-size: 16px;
    text-indent: 28px;
}

#nav-search-btn{
    background-image: url('/assets/images/searchicon_bl.png');
    background-size: 28rem;
    position: relative;
    display: inline-block;
    width: 28rem;
    height: 28rem;
    float: right;
    left: 140rem;
    top: 15rem;
    cursor: pointer;
}

#nav-search-input{
    display: none;
    border: 0;
    border-bottom: 1px solid;
    outline: 0px; 
    height: 60rem; 
    margin-left: 420rem; 
    width: 780rem; 
    position: absolute; 
    font-size: 25rem;
    background-color: white;
    background-image: url(/assets/images/searchicon.png);
    background-position: 10rem;
    background-repeat: no-repeat;
    padding: 5rem 0 5rem 0;
    background-size: 24rem;
    text-indent: 42rem;
}

.nav-search-container-m {
    display: none;
}

#nav-search-input-m{
    border: 0;
    outline: 0;
    border-bottom: 1px solid;
    background-color: transparent;
    height: 50rem;
    font-size: 30rem;
    background-image: url(/assets/images/searchicon.png);
    background-position: 10rem;
    background-repeat: no-repeat;
    padding: 5rem 0 5rem 0;
    background-size: 28rem;
    text-indent: 48rem;
    margin-bottom: 10rem;
    width: 500rem;
}

.searchon .main-menu{
    display: none!important;
}

.searchon #nav-search-btn {
    background-image: url('/assets/images/cross.png');

}

@media only screen and (max-width: 1200px) {
    #nav-search-btn{
        left: 280rem;
    }
}

@media only screen and (max-width: 768px) {
    #nav-search-btn, #nav-search-input{
        display: none;
    }

    .nav-search-container-m{
        display: list-item;
    }
}

.pagination-controls{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 28rem;
    top: 28rem;
    align-items: center;
}

.paging-btn{
    cursor: pointer;
    height: 55rem;
}

.pagination-controls.disabled{
    display: none;
}

.paging-btn.disabled{
    cursor: default;
    filter: opacity(0.25);
}

.search-loading{
    width: 100rem;
    height: 100rem;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 50rem;
}

#search-input-container{
    display: none;
    margin: 0 40rem;
}

#search-input{
    border: 0;
    outline: 0px;
    background-image: url(/assets/images/searchicon-transparent.svg);
    height: 40px;
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    background-color: #ffffff45;
    border-radius: 5px;
    background-position: 8px;
    background-repeat: no-repeat;
    padding: 5rem 0 5rem 0;
    background-size: 18px;
    text-indent: 35px;
    margin: 10px auto;
    color: #e5e5e5;
}

body.alt-scn2{
    background: #081126 
}

.alt-scn2 .article-container {
    /*color: #dbd2d2 !important;*/
    color: #BBB!important;
}

@media screen and (max-width: 768px) {
    .alt-scn2 .entry-title {
        font-size: 16px !important;
        color: #BBB!important;
        letter-spacing: normal;
        line-height: normal;
    }
    
    .alt-scn2 .article-container p {
        font-size: 14.5px !important;
    }
}

.alt-scn2 section, .alt-scn2 footer {
    display: none;
}

.aff-article.section-article.search-container {
    width: 1036px;
}

.search-result-container {
    width: 100%;
    /*color: #b0b4c1;*/
    color: #999;
    padding: 15px 0px 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: Plus Jakarta Sans, sans-serif;
}

.search-result-container .search-result-title {
    font-size: 16px;
}

.search-result-container .search-result-link{
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result-container .search-result-snippet{
    font-size: 15px;
    line-height: 23px;
    word-break: break-word;
    overflow: hidden;
}

.spinner-container{
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fff; /* Spinner color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto; /* Center it horizontally */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}