/* Wco Styles 03.09.2024 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
	--blue-color: #4e8abe;
	--light-grey-color: #f5f5f5;
	--white-color: #FFF;
	--invise-color: rgba(0,0,0,0);
}

body {
  background: #FFF !important;
}

.header-banner{
	display: none;
}

#mailpoet_form_1 .mailpoet_text{
	height: 40px;
}

#mailpoet_form_1 .mailpoet_submit {
	height: 40px;
	background-color: #000;
	color: var(--white-color);
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

.news-letter-cont{
	width: 280px;
}

.news-letter-cont #mailpoet_form_1 {
    background: none !important;
}

.row {
    width: 1200px;
}

#header .logo{
	padding: 0;
    margin: 30px 0 30px;
}

#mainnav form input {
    background: #3B6A92;
    position: relative;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    transition: ease-in-out 0.2s;
    border-radius: 5px;
}

#mainnav form input:focus{
	background-image: none !important;
	background-color: var(--white-color) !important;
	outline: none;
    transition: ease-in-out 0.2s;
}

#header .logo img {
    max-width: 700px;
    width: 100%;
}

#header ul.weather {
    float: none;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

#header ul.weather li {
    border: none;
    color: #3E3E3E;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
}

.wco-top-nav {
    display: flex;
    min-height: 40px;
    justify-content: space-between;
    align-items: center;
}

#menu-utility-nav-1 {
    float: none !important;
    margin-top: auto;
    margin-bottom: auto;
    height: 24px;
    margin-right: 0;
    margin-left: auto;
}

#menu-utility-nav-1 li {
    color: #4E8ABE !important;
    font-size: 11px !important;
    text-transform: uppercase;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    padding-right: 10px !important;
}

#menu-utility-nav-1 li a{
	color: #4E8ABE !important;
	font-size: 11px;
	text-transform: uppercase;
}

#mainnav ul.nav a {
    border: none !important;
}

#topnews {
  margin-bottom: 10px;
}

.wco-border{
	width: 100%;
	height: 1px;
	background: #000;
}

.wco-block-title {
    font-size: 20px;
    color: var(--white-color);
    padding-bottom: 10px;
    font-family: 'open-sans';
}

.wco-global{

}

.wco-global .row{
	width: 1200px;
}

.wco-global .row .row{
	width: auto;
}

.wco-global .row .row .row{
	width: auto;
}

#topnews{

}

#topnews .wco-items{
	display: flex;
	justify-content: space-between;
}

#topnews .wco-items .wco-item{
	float: none !important;
	width: 25% !important;
}

#topnews .wco-items .wco-item-1{
	width: 45% !important;
}

#topnews .wco-items .wco-item-2{

}

#topnews .wco-items .wco-item-2 .item{
	margin-bottom: 0px;
}

#topnews .wco-items .wco-item-2 .item-title {
	display: flex;
	margin-bottom: 10px;
}

#topnews .wco-items .wco-item-2 .item-title .img-cont{
	width: 70px;
	margin-right: 5%;
}

#topnews .wco-items .wco-item img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#topnews .wco-items .wco-item-1 h3 {
	font-size: 20px;
}

#topnews .wco-items .wco-item-1 p {
	font-size: 14px;
}

#topnews .wco-items .wco-item-1 p.byline{
	font-size: 11px;
}

#topnews .wco-items .wco-item-2 .item-title h4 {
	width: 75%;
	font-size: 16px;
	margin-top: auto;
	margin-bottom: auto;
}

#topnews .wco-items .wco-item-3 h5 {
    font-size: 20px;
    font-family: 'open-sans';
    margin-bottom: 0px;
}

#ticker .row {
    border: none !important;
    padding: 0;
}

#topnews .wco-items .wco-item-3 a{
	font-size: 16px;
}

#topnews .wco-items .wco-item-3 ul li{
	margin-bottom: 16px;
}

#topnews .wco-items .wco-item img{
	border-radius: 5px;
}

#topnews .wco-items .wco-item-3 ul {
	background-color: var(--light-grey-color);
	padding: 10px;
	border-radius: 5px;
	min-height: 90%;
}

.button-container{
	width: 100%;
	margin-top: 0px;
}

.button-container a {
    background-color: #3B6A92;
    color: var(--white-color);
    border-radius: 5px;
    margin: auto;
    min-width: 200px;
    height: 50px;
    width: fit-content;
    display: flex;
    text-align: center;
}

.button-container a p{
	width: fit-content;
	height: fit-content;
	margin: auto;
}

.desctop{
	display: block !important;
}

.mobile{
	display: none !important;	
}

.filter-items{
	padding-bottom: 5px;
}

.homepageFeaturedStorySubNews{
	padding-top: 20px;
}

.homepageFeaturedStorySubNews ul{
	list-style: none;
	padding: 0;
}

.homepageFeaturedStorySubNews li {
    list-style: none;
    padding-bottom: 10px;
}

.homepageFeaturedStorySubNews p{
	margin: 0;
	padding: 0;
}

.homepageFeaturedStorySubNews .author-title {
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 400;
}

.homepageFeaturedStorySubNews .author-title a{
	color: #4e8abe;
}

.lowercase{
	text-transform: lowercase;
}

.form-moet {
    max-width: 370px;
    width: 100%;
}

.form-moet h3 {
    font-size: 20px;
    color: #FFF;
    font-family: Open Sans, sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
}

.form-moet #mailpoet_form_1 {
    background: none;
}

.form-moet .mailpoet_form_column{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.form-moet .mailpoet_form_columns .mailpoet_paragraph{
	width: 45%;
}

.form-moet .mailpoet_form_columns .mailpoet_paragraph input{
	margin: 0 !important;
}

.form-moet .mailpoet_form_columns .mailpoet_paragraph input[type="email"]{
	background-color: #505050 !important;
}

.form-moet .mailpoet_form_columns .mailpoet_paragraph input[type="submit"]{
	background-color: #1D1D1D !important;
	font-family: Open Sans, sans-serif !important;
}

.form-moet .mailpoet_form_columns .mailpoet_paragraph input[type="email"]:focus{
	background-color: #FFF !important;
}

/* wco-video-block */

.wco-video-block {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 15px;
    background-color: var(--blue-color);
}

.wco-video-block .img-cont{
	height: 190px;
	margin-bottom: 10px;
}

.wco-video-block .img-cont img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.wco-video-block .title-cont h4{
	color: var(--white-color);
	font-size: 16px;
}

.wco-video-block .items{
	position: relative;
}

.wco-video-block .items .owl-nav {
	display: flex;
	position: absolute;
	bottom: 101%;
	right: 0;
}

.wco-video-block .items .owl-nav .owl-prev{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--white-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--invise-color);
	display: flex;
}

.wco-video-block .items .owl-nav .owl-prev:after {
	content: '';
	background-image: url(../images/right-arrow-angle-2.svg);
	position: absolute;
	left: -2px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.wco-video-block .items .owl-nav .owl-next{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--white-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--invise-color);
	display: flex;
}

.wco-video-block .items .owl-nav .owl-next:after{
	content: '';
	background-image: url(../images/right-arrow-angle-1.svg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.you-tube-video iframe{
	width: 100% !important;
	max-height: 250px !important;
	border-radius: 5px;
	overflow: hidden;
}

.you-tube-video img{
	border-radius: 5px;
}

.wco-video-block .items{
	padding-bottom: 40px;
}

.wco-video-block .item h3{
	color: var(--white-color);
}

.video-page-top iframe{
	width: 100% !important;
	max-height: 500px !important;
}

/* wco-editors-picks-block */

.wco-editors-picks-block {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0;
    background-color: var(--white-color);
}

.wco-editors-picks-block h3{
	color: #000;
}

.wco-editors-picks-block .img-cont{
	height: 190px;
	margin-bottom: 10px;
}

.wco-editors-picks-block .img-cont img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.wco-editors-picks-block .title-cont h4{
	color: #000;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wco-editors-picks-block .items{
	position: relative;
}

.wco-editors-picks-block .items .owl-nav {
	display: flex;
	position: absolute;
	bottom: 101%;
	right: 0;
}

.wco-editors-picks-block .items .owl-nav .owl-prev{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--blue-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--blue-color);
	display: flex;
}

.wco-editors-picks-block .items .owl-nav .owl-prev:after {
	content: '';
	background-image: url(../images/right-arrow-angle-2.svg);
	position: absolute;
	left: -2px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.wco-editors-picks-block .items .owl-nav .owl-next{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--blue-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--blue-color);
	display: flex;
}

.wco-editors-picks-block .items .owl-nav .owl-next:after{
	content: '';
	background-image: url(../images/right-arrow-angle-1.svg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.wco-editors-picks-block .button-container a{
	background-color: var(--invise-color);
	border: 1px solid #393939;
	color: #393939;
}

/* wco-opinions-block */

.wco-opinions-block{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--white-color);
}

.wco-opinions-block h3{
	color: #000;
}

.wco-opinions-block .img-cont{
	height: 190px;
	margin-bottom: 10px;
}

.wco-opinions-block .img-cont img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.wco-opinions-block .title-cont h4{
	color: #000;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wco-opinions-block .items{
	position: relative;
}

.wco-opinions-block .items .owl-nav {
	display: flex;
	position: absolute;
	bottom: 101%;
	right: 0;
}

.wco-opinions-block .items .owl-nav .owl-prev{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--blue-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--blue-color);
	display: flex;
}

.wco-opinions-block .items .owl-nav .owl-prev:after {
	content: '';
	background-image: url(../images/right-arrow-angle-2.svg);
	position: absolute;
	left: -2px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.wco-opinions-block .items .owl-nav .owl-next{
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--blue-color);
	height: 34px;
	width: 34px;
	position: relative;
	background-color: var(--blue-color);
	display: flex;
}

.wco-opinions-block .items .owl-nav .owl-next:after{
	content: '';
	background-image: url(../images/right-arrow-angle-1.svg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

.wco-opinions-block .button-container a {
    background-color: var(--invise-color);
    border: 1px solid #393939;
    color: #393939;
}

.content-cont{

}

.content-cont h5 {
    font-size: 14px;
    padding-top: 10px;
    font-family: 'open-sans';
    font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.main-page-img-section {
    width: 100%;
    background: var(--white-color);
    padding-bottom: 10px;
}

.main-page-img-section img{
	width: 100%;
}

.main-page-img-section .wco-block-title{
	color: #000;
}

.desctop{
	display: block !important;
}

.mobile{
	display: none !important;
}

/*Single Page*/

.single-page-right-title{
	background: var(--invise-color) !important;
	font-size: 20px !important;
	color: #000 !important;
}

.wco-list {
    background-color: var(--light-grey-color);
    border-radius: 10px;
    padding: 10px;
}

.wco-list li{
	border: none !important;
	font-size: 16px !important;
}

.wco-view-all {
    padding-top: 10px;
    display: block;
    text-align: center;
    color: var(--blue-color) !important;
}

/* wco-footer-block */

#footer {
    background-color: #323232 !important;
    padding-bottom: 40px;
}

.footer-bottom {
    width: fit-content;
    margin: auto;
    padding-top: 40px;
}

.footer-bottom .utility {
    float: none !important;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.footer-bottom .social{
	float: none !important;
	width: fit-content;
    margin: auto;
}

#footer ul li {
    border: none !important;
    font-size: 14px;
    font-weight: 300 !important;
    color: #FFF !important;
    font-family: 'Inter';
}

#footer form input {
    background: #505050;
    transition: ease-in-out 0.2s;
}

#footer form input:focus {
    background: #FFF;
    transition: ease-in-out 0.2s;
    outline: none;
}

#footer form label {
    margin-top: -10px !important;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.footer-middle .eight{

}

#footer ul.footernav li {
    padding-left: 0;
}

#footer .row {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer ul.footernav li {
    font-size: 14px;
}

.form-items{
	display: flex;
}

.form-items .form-item:nth-child(1){
	padding-right: 10px;
}

.form-items input[type="email"]{
	max-width: 280px !important;
    height: 40px;
}

.form-items input[type="submit"] {
    background: #1D1D1D !important;
    color: #FFF !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px;
}

.form-items input[type="submit"]:focus{
    background: #1D1D1D !important;
    color: #FFF !important;
    padding-left: 10px !important;
    padding-right: 10px !important;	
}

.news-letter-cont h4 {
    font-size: 20px;
    color: #FFF;
    font-family: 'Inter';
    margin-bottom: 10px;
}

.author-title {
    font-size: 11px;
    font-family: 'Inter';
    font-weight: 300;
    padding-top: 10px;
}

@media(max-width: 768px){

	.desctop{
		display: none !important;
	}

	.mobile{
		display: block !important;
	}

	.mobile-item{
		margin-bottom: 40px;
	}

	#header .logo {
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}

	#header ul.weather {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}

	#footer .search {
        width: 100% !important;
        margin-left: auto !important;
    }

	.main-page-img-section{
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 10px;
	}

	.wco-global .row .row {
	    width: auto;
	    margin: 0;
	}

    #topnews .wco-items {
        flex-wrap: wrap;
        padding: 10px;
    }

	#topnews .wco-items .wco-item {
		width: 100% !important;
		margin-bottom: 0px;
	}

	.row.featuredlist {
		margin-right: 0 !important;
	}

	.footerlogo{
		width: 100% !important;
	}

	#footer .row {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}

	.footer-middle {
	    flex-wrap: wrap;
	}

	.footer-middle .eight {
	    width: 100%;
	}

	.news-letter-cont{
		padding-top: 40px;
	}

	.news-letter-cont h4 {
	    text-align: center;
	}

	#footer ul.footernav li {
	    text-align: left;
	}

	.form-items{
		flex-wrap: wrap;
	}

	.form-items .form-item{
		width: 100%;
		padding: 0 !important;
		margin: 0;
		margin-bottom: 10px;
	}

	.form-items .form-item input{
		width: 100% !important;
		max-width: 100% !important;
	}

}
