*{
	font-family: 'Fira Sans', sans-serif;
}

a {
    color: #C41212;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
	color: #C41212;
}

body{
	margin: 0;
	background-color: white;
}
.site-logo {
	width: 120px;
	margin: 0px 0;
	margin-right: 20px;
}

.navbar {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.featured-article-item .img-wrap {
	padding-bottom: 134%;
	position: relative;
}

.featured-article-item .img-wrap img {
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-position: center center;
	border-top: 5px solid #C41212;
}

.featured-article-item .img-wrap span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
    background-color: #C41212;
    font-size: 12px !important;
    text-transform: uppercase !important;
	color: #fff;
	font-weight: 700;
}

.featured-article-item h2 {
	font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
	color: #111;
	margin-top: 13px;
}

@media (min-width: 1200px) {
	.featured-article-item h2 {
		font-size: 36px;
	}
}

.featured-article-item a:hover {
	text-decoration: none;
}

.featured-article-item a:hover h2 {
	color: #C41212;
}

.resources-and-reviews {
	background: #000;
	margin-top: 80px;
	border-bottom: 3px solid #C41212;
	padding: 0 20px;
}

.r-and-r-item:hover {
	text-decoration: none;
}

.r-and-r-item span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.r-and-r-item .img-wrap {
	min-width: 100px;
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
}

.r-and-r-item .img-wrap img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.r-and-r-item h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 6px;
	word-wrap: break-word;
	padding: 1% 5%;
	font-weight: 400;
}

.subscribe-form {
	background: url("../images/subscribe-form-bg.jpeg");
	background-size: cover;
	background-position: center;
    padding: 70px;
	border-bottom: 3px solid #C41212;
}

.subscribe-form h3 {
	font-size: 2em;
    margin: 0.67em 0;
	color: #fff;
}

.subscribe-form p {
	font-size: 19px;
    line-height: 1.9em;
	color: #fff;
}

.subscribe-form .form-group input[type="email"] {
	border: 1px solid #C41212;
	border-radius: 100px;
	color: #444;
    height: auto;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 14px;
    width: 100%;
	background-color: #fff;
	font-size: 19px;
    line-height: 1.2;
}

.subscribe-form .form-group button, .subscribe-form .form-group input[type="submit"] {
	background: #C41212;
    background: -moz-linear-gradient(left, #C41212 0%, #C41212 100%);
    background: -webkit-linear-gradient(left, #C41212 0%,#C41212 100%);
    background: linear-gradient(to right, #C41212 0%,#C41212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C41212', endColorstr='#C41212',GradientType=1 );
	border-radius: 100px;
    cursor: pointer;
    font-size: 19px;
    font-weight: normal;
    height: auto;
    padding: 14px 19px!important;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05)!important;
	color: #fff;
}

.subscribe-form small {
	color: #fff;
	text-align: center;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
    display: block;
}

.subscribe-form small a {
	color: #fff;
}

h3.section-title {
    margin-top: -10px;
    margin-bottom: 22px;
    line-height: 37px;
    padding: 0;
    position: relative;
    text-align: left;
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
	color: #000;
	position: relative;
	font-weight: 400;
	letter-spacing: 2px;
}

h3.section-title.center {
	text-align: center;
}

h3.section-title:before {
	content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
}

h3.section-title:after {
	content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: auto;
    background-color: #C41212;
}

h3.section-title.center:after {
	left: 50%;
	transform: translateX(-50%);
}

.section-article-item {
	margin-bottom: 20px;
}

.section-article-item span {
	display: flex;
}

.section-article-item .img-wrap {
	min-width: 210px;
	min-height: 150px;
	max-width: 210px;
	max-height: 150px;
}

.section-article-item .img-wrap img {
	width: 210px;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

.section-article-item .content {
	padding: 0 5%;
}

.section-article-item .content h3 {
	font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
	color: #000000;
}

.section-article-item .content p {
	color: #000000;
    column-count: 1;
    column-gap: 48px;
    font-size: 17px;
    line-height: 1.5;
}

.section-article-item .content p.small {
	font-size: 13px;
    color: #767676;
}

.section-article-item a:hover {
	text-decoration: none;
}

.section-article-item a:hover h3 {
	color: #C41212;
}

.sidebar-section-article-item {
	margin-bottom: 30px;
}

.sidebar-section-article-item .img-wrap {
	padding-bottom: 56%;
	position: relative;
}

.sidebar-section-article-item .img-wrap img {
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-position: center center;
}

.sidebar-section-article-item .img-wrap span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
    background-color: #C41212;
    font-size: 12px;
    text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.sidebar-section-article-item .content h3 {
	color: #111;
	font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
	margin-top: 15px;
}

.sidebar-section-article-item a:hover {
	text-decoration: none;
}

.sidebar-section-article-item a:hover .content h3{
	color: #C41212;
}

.article-archive-sidebar .sidebar-section-article-item span {
	display: flex;
}

.article-archive-sidebar .sidebar-section-article-item .img-wrap {
	padding-bottom: 0;
	min-width: 100px;
}

.article-archive-sidebar .sidebar-section-article-item .img-wrap img {
    max-width: 100px;
    height: 70px;
	position: relative;
}

.article-archive-sidebar .sidebar-section-article-item .img-wrap span {
	display: none;
}

.article-archive-sidebar .sidebar-section-article-item .content h3 {
	margin-top: 0;
    margin-left: 15px;
	font-size: 17px;
}

h4.sidebar-heading {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
}

.about-us {
	border-top: 4px solid #C41212;
}

.about-us h2 {
	margin-bottom: 30px;
}

.about-us-content h1 {
	font-size: 2em;
    margin: 0.67em 0;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}

.about-us-content h2 {
	font-size: 1.5em;
    margin: 0.67em 0;
	line-height: 1.1;
	font-weight: 400;
}

.about-us-content p {
	font-size: 19px;
    line-height: 1.9em;
	margin-bottom: 26px;
}

.sidebar-wrap {
	background-color: #fafafa !important;
	padding: 30px;
}

.sidebar-wrap p {
	font-size: 19px;
    line-height: 1.9em;
	margin-bottom: 26px;
}

.subscribe-page .subscribe-form {
	padding: 120px 70px;
}

.subscribe-page .subscribe-form .d-flex {
	flex-direction: column;
}

.subscribe-page .subscribe-form .col-md-7, .subscribe-page .subscribe-form .col-md-5 {
	max-width: 100%;
}

.subscribe-page .subscribe-form .form-group-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.subscribe-page .subscribe-form .form-group-wrap .form-group {
	width: 30%;
	margin: 0 10px;
}

.subscribe-page .subscribe-form small {
	margin-top: 50px;
}

.about-us a.cta, a.cta-default {
	background: #C41212;
    background: -moz-linear-gradient(left, #C41212 0%, #C41212 100%);
    background: -webkit-linear-gradient(left, #C41212 0%,#C41212 100%);
    background: linear-gradient(to right, #C41212 0%,#C41212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C41212', endColorstr='#C41212',GradientType=1 );
	padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
	cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.about-us a.cta:hover, a.cta-default:hover {
	filter: brightness(110%);
	text-decoration: none;
}

.about-us p {
	margin-bottom: 25px;
}

.bottom-featured-article-item span {
	display: flex;
}

.bottom-featured-article-item .img-wrap {
	min-width: 100px;
	min-height: 70px;
	max-width: 100px;
	max-height: 70px;
	position: relative;
}

.bottom-featured-article-item .img-wrap img {
	width: 100px;
    height: 70px;
    position: absolute;
    object-fit: cover;
    background-position: center center;
}

.bottom-featured-article-item h2 {
	font-size: 17px;
	font-weight: 400;
	color: #111;
	margin-left: 20px;
}

.bottom-featured-article-item a:hover {
	text-decoration: none;
}

.bottom-featured-article-item a:hover h2 {
	color: #C41212;
}

@media (max-width: 767px) {

	.navbar {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.nav-link.search {
		display: none;
	}

	.resources-and-reviews {
		margin-top: 40px;
	}

	.r-and-r-item .img-wrap {
		min-width: 80px;
		min-height: 80px;
		max-width: 80px;
		max-height: 80px;
	}

	.r-and-r-item .img-wrap img {
		width: 80px;
		height: 80px;
	}

	.featured-article-item {
		margin-bottom: 40px;
	}

	.subscribe-form h3 {
		font-size: 1.4em;
	}

	.subscribe-form {
		text-align: center;
		padding: 30px;
	}

	.section-article-item .img-wrap {
		min-width: 140px;
		min-height: 100px;
		max-width: 140px;
		max-height: 100px;
	}

	.section-article-item .img-wrap img {
		width: 140px;
		height: 100px;
	}

	.section-article-item .content h3 {
		font-size: 20px;
	}

	.section-article-item .content p {
		font-size: 12px;
	}

	.bottom-featured-article-item {
		margin-bottom: 30px;
	}

	.about-us-content h1 {
		font-size: 1.5em;
	}

	.about-us-content p {
		font-size: 14px;
	}

	.sidebar-wrap p {
		font-size: 14px;
	}

	.sidebar-wrap {
		padding: 20px;
	}

	.subscribe-page .subscribe-form {
		padding: 20px;
	}

	.subscribe-page .subscribe-form .form-group-wrap {
		flex-direction: column;
	}

	.subscribe-page .subscribe-form .form-group-wrap .form-group {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.section-article-item .img-wrap {
		min-width: 80px;
		min-height: 50px;
		max-width: 80px;
		max-height: 50px;
	}

	.section-article-item .img-wrap img {
		width: 80px;
		height: 50px;
	}
}


h3.blue-header {
	background-color: #C41212;
	color: #fff;
    padding: 0 12px;
    position: relative;
	font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 31px;
    text-align: left;
	display: inline-block;
	margin-top: 20px;
}

h3.blue-header:before {
	content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
	border-color: #C41212 transparent transparent transparent;
}

.bg-light {
	background-color: #fff !important;
}
.nav-link, .navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #10133a;
	transition: all 200ms ease-in;
	border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
	color: 10133a;
	border-bottom: 3px solid #C41212;
}

.nav-link.search {
	padding: 4px;
}

.navbar-light .navbar-nav .nav-link.search:hover {
	border-bottom: 3px solid transparent;
}

.nav-item {
	position: relative;
}

.nav-link.search i.search-icon {
	background: url('../images/svg/icon-search.svg') no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.nav-link.search + .searchbox {
	position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transform: translate3d(0,20px,0);
    -webkit-transform: translate3d(0,20px,0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-top: 0;
    width: 342px;
    pointer-events: none;
	z-index: 2;
}

.nav-link.search + .searchbox:before {
	position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
	border-color: transparent transparent #C41212 transparent;
}

.nav-link.search + .searchbox:after {
	position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
	background-color: #C41212;
}

.nav-link.search.open + .searchbox {
	visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    pointer-events: auto;
}

.nav-link.search + .searchbox form {
	margin: 20px;
}

.nav-link.search + .searchbox form input[type="text"] {
	width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea!important;
	border-radius: 3px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 1.2rem;
}

.nav-link.search + .searchbox form button[type="submit"] {
	position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0!important;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
	background: #C41212;
    background: -moz-linear-gradient(left, #C41212 0%, #C41212 100%);
    background: -webkit-linear-gradient(left, #C41212 0%,#C41212 100%);
    background: linear-gradient(to right, #C41212 0%,#C41212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C41212', endColorstr='#C41212',GradientType=1 );
	color: #fff;
	outline: none;
	border: none;
}

.navbar-toggler {
	background-color: transparent;
	outline: none;
	border: none;
}
.navbar .cta-btn{
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.cta-btn {
	background-color: #546cd5;
	border-right-width: 5;
	border-color: #17518e;
	padding: 0px 40px;
	height: 50px;
	line-height: 50px;
	color: white;
	transition: all 200ms ease-in;
	margin: 10px 0;
	display: inline-block;
	border-radius: 5px;
	border-radius: 25px;
}
.modal-body .cta-btn {
	color: white;
}
.cta-btn:hover {
	background-color: #fc5d4a;
	text-decoration: none;
	color: white;
}
.cta-btn.lander{
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
.main-banner {
	background: linear-gradient(to bottom, rgba(47, 48, 67, 0.6) 0%, rgba(47, 48, 67, 0.7) 50%,rgba(47, 48, 67, 0.8) 100%), url(../images/banner_bg1.jpg) repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 500px;
    padding-top: 90px;
    padding-bottom: -100px;
}
.main-banner.lander {
	padding-top: 100px;
}
.headline {
	text-align: center;
	color: white;
	margin-top: 60px;
	margin-bottom: 20px;
}
.headline h1 {
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	color: white;
}

.main-options {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	margin-top: -140px;
	text-align: center;
	padding: 0 20px;
}
.main-options h3 {
	font-size: 24px;
	color: white;
	margin-bottom: 20px;
}
.option-item {
	background-color: white;
	border-radius: 10px;
	display: block;
	padding: 40px 20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	transition: all 200ms ease-in;
	color: black;
	margin: 10px 0;
}
.option-item img {
	width: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	opacity: 0.6;
}

.main-options a.option-item:hover {
	margin-top: 0px;
	text-decoration: none;
}
.home-content {
	padding: 50px 0;
}
.home-articles-row {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-articles-row:nth-child(even) {
	flex-direction: row-reverse;
}
.home-article-item:first-child {
    flex: 2;
}
.home-article-item {
	background-color: white;
	box-sizing: border-box;
	flex: 3;
	margin: 15px 10px;
	border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 360px;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
	position: relative;
	transition: all 200ms ease-in;
}
.home-article-item:hover {

    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
}

.home-article-caption {
	padding: 20px;
	display: block;
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: black;
}
.home-article-caption h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* CONTENT */ 

.content-header {
	padding: 80px 15% 89px;
	text-align: center;
}

@media (max-width: 900px) {
	.content-header {
		padding: 30px 5% 30px;
	}
}

.content-header h1 {
	color: #111;
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.content-header p {
	font-style: italic;
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 15px;
}

.main-content {
	padding: 40px 0;
	background-color: #ebf1f5;
}

.main-content h1{
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	margin-top: 0;
}
.main-content p{
	font-weight: 300;
	font-size: 16px;
	margin: 20px 0;
	letter-spacing: 0.5px;
}
.main-content h6 {
	font-size: 16px;
	font-weight: 300;
}
.main-content h5 {
	font-size: 16px;
	font-weight: 700;
}

.read-more {
	background-color: #33e2a0;
	border-right-width: 5;
	border-color: #17518e;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: white;
	transition: all 200ms ease-in;
	margin: 10px 0;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
}
.read-more.view-all {
	font-size: 14px;
	letter-spacing: 2px;
}
.read-more:hover {
	background-color: #1b0e3d;
	text-decoration: none;
	color: white;
}
.article-bottom {
	text-align: center;
}

/* ARTICLE */

.article-item{
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}
.article-item.wrapped p {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 90px;      /* fallback */
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.article-item img{
	width: 100%;
	min-height: 180px;
	  object-fit: cover;
	  margin-bottom: 10px;
}
.article-item a h4 {
	color: black;
	font-weight: 700;
	letter-spacing: 2px;
}

.rightbar{
	margin-bottom: 20px;
}

.rightbar .mainlabel{
	height: 44px;
	line-height: 44px;
	color: white;
	background-color: #6a7484;
	padding: 0 20px;
	letter-spacing: 1px;
	font-size: 14px;
}

.article-single {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.article-single img{
	margin: 0px 0 10px 0;
	width: 100%;
}
.article-single p{
	margin: 20px 0;
}
.article-single a{
	color:#007bff;
	transition: all 200ms ease-in;
}
.article-single a:hover{
	color: #17518e;
}


.article-single h1{
	margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    line-height: 50px;
}
.article-single h2{
	margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    line-height: 30px;
}

@media (max-width: 767px) {
	.article-single h1{
		font-size: 31px;
		line-height: 40px;
	}
	.article-single h2{
		font-size: 20px;
		line-height: 25px;
	}
}

.related-articles-wrap  {
	margin-top: 60px;
}

.related-articles-wrap h3.related-articles {
	color: #4db2ec;
	font-size: 15px;
	font-weight: 400;;
}

.related-articles-wrap .img-wrap {
	padding-bottom: 56%;
	position: relative;
}

.related-articles-wrap .img-wrap img {
	width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-position: center center;
}

.related-articles-wrap h4 {
	font-size: 17px;
    line-height: 21px;
	font-weight: 400;
	color: #111;
	margin-top: 10px;
}

.related-article-item {
	margin-bottom: 30px;
}

.related-article-item a:hover {
	text-decoration: none;
}

.article-date, .article-author{
	padding-left: 20px;
	margin-right: 20px;

    background-repeat: no-repeat;
    background-position: left 0px center;
}
.article-date{
    background-image: url("../images/svg/icon-calendar.svg");
}
.article-author{
    background-image: url("../images/svg/icon-user.svg");
}
.article-single h3{
	font-size: 28px !important;
	margin-bottom: 10px;
}


/* ARTICLES 2 */

.article-item-2 {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.article-item-2 h2{
	font-size: 30px;
	color: #333;
	font-weight: 600;
	margin-top: 20px;
}
.article-item-2 img{
	width: 100%;
	object-fit: cover;
	max-height: 400px;
}
.article-item-2 p{
	font-size: 14px;
 	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 60px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin: 20px 0;
}
.article-item-2 .cta-btn {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.article-item-2 .cta-btn:hover {
	color: white;
}
.article-info a {
	color: #546cd5;
	font-weight: 500;
}
ul.article-info{
	padding: 0;
}
ul.article-info li{
	display: inline-block;
	font-weight: 300;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #333;
}
ul.article-info li:last-child{
	border-right: none;
}


.rightbar ul{
	list-style: none;
	padding: 0;
}
.bar-item{
	padding: 6px 0;
	width: 100%;
	display: block;
	color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}
.bar-item.category{
	padding-top: 10px;
    line-height: 30px;
    display: block;
}
.bar-item:hover{
	background-color: #e7e7e7;
}
.rightbar ul img{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 20px;
    object-fit: cover;
}


/* SIDE BAR */
.sidebar-box{
	margin-bottom: 40px;
}
h2.sidebar-heading{
	background-color: #323746;
	color: white;
	margin: 0;
	padding: 15px;
	font-size: 20px;
}
.sidebar-box ul {
	margin: 0;
	padding: 0;
}
.sidebar-box li {
	list-style-type: none;
}
.sidebar-box li a{
	display: block;
	color: #333;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
	transition: all 200ms ease-in;
}
.sidebar-box li a:hover{
	background-color: rgba(1, 147, 160, 0.2);
	text-decoration: none;
}
ul.sidebar-posts li a {
	padding: 20px;
	height: 100px;
}
.sidebar-box li a img{
	width: 80px;
	height: 60px;
	object-fit: cover;
	overflow: hidden;
	margin-right: 20px;
    display: inline-block;
    float: left;
}
.bar-item span.post-title{
    width: calc(100% - 100px);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0 2px 0;
    font-size: 16px;
}
.bar-item span.post-date{
	position: inherit;
    display: block;
    font-weight: 200;
}
p.sidebar-text{
	padding: 0 20px;
	font-size: 14px;
}
.sidebar-tags{
	padding: 20px;
}
.sidebar-tags a{
	background-color: #546cd5;
	padding: 10px 15px;
	margin: 6px 5px;
	transition: all 200ms ease-in;
	display: inline-block;
	color: white;
	border-radius: 25px;
}

.sidebar-tags a:hover{
	text-decoration: none;
	background-color: #fc5d4a;
	color: white;
}

.sidebar-searchbox{
	background-color: #323746;
	margin-bottom: 40px;
    padding: 20px;
}

.sidebar-searchbox input{
	margin: 0;
	height: 50px;
    padding: 10px;
    width: 100%;
    border: none;
}
.sidebar-searchbox input[type="text"]{
	width: calc(100% - 50px);
	display: inline-block;
	float: left;
}
.sidebar-searchbox button{
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background-color:  #fc5d4a;
	background-image: url('../images/svg/icon-search.svg');
	display: inline-block;
	transition: all 200ms ease-in;
}

.sidebar-searchbox button:hover{
	background-color: #546cd5;
}



/* PAGINATION */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #546cd5;
    color: white;
    border: 1px solid #546cd5;
}
.pagination a:hover{
	background-color: #fc5d4a;
    border: 1px solid #fc5d4a;
	color: white;
}




/* LANDER */
.lander-content {
	color: white;
	margin-top: 30px;
	margin-bottom: 40px;
}
.lander-content h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 44px;
	color: white;
}
.lander-content h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
	color: white;
}

/* FORM */
.common-form {
	padding: 30px;
	background-color: white;
	margin-bottom: 60px;
}
.common-form h2{
	font-weight: 700;
	font-size: 36px;
	text-align: center;
}
.common-form h3 {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.common-form input[type="text"], .common-form input[type="email"]{
	width: 100%;
	height: 50px;
	outline: none;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 25px;
}
.common-form input[type="submit"]{
	width: 100%;
	height: 50px;
	line-height: 50px;
	outline: none;
    border: none;
	margin-top: 10px;
	text-align: center;
	background-color: #fc5d4a;
	color: white;
	transition: all 200ms ease-in;
	letter-spacing: 2px;
	border-radius: 25px;
}
.common-form input[type="checkbox"]
{
	font-size: 10px;
}
.common-form input[type="submit"]:hover {
	background-color: #546cd5;
	text-decoration: none;
	color: white;
}
.common-form label {
	font-size: 12px;
	margin-top: 4px;
}
.common-form textarea {
	width: 100%;
	border: none;
	padding: 20px;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
}
.common-form.comment {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.10);
}

.post-form {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.main-question {
	padding: 10px 20px;
	color: white;
    text-align: center;
}
.main-question a, .side-by-side {
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	padding: 0px 50px;
	display: inline-block;
	margin: 10px;
	color: white;
	background-color: #fc5d4a;
	font-weight: 500;
	font-size: 20px;
	transition: all 200ms ease-in;
	border-radius: 25px;
}

.main-question a:hover, .side-by-side:hover {
	background-color: #546cd5;
	color: white;
	text-decoration: none;
}

.main-question h2
{
	font-size:28px;
}

/* PROGRESSIVE */
.progress-section {
	height: 10px;
	width: 100%;
	background-color: #666;
	display: block;
	position: fixed;
	margin-top: 60px;
	z-index: 100;
}
.progress-bar {
	height: 10px;
	position: absolute;
	width: 0%;
	display: block;
	background-color: #546cd5;
	transition: all 200ms ease-in;
}
.progress-status {
	font-size: 10px;
	letter-spacing: 0.5px;
	display: block;
	width: 100px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	background-color: white;
	position: relative;
	text-align: center;
	color: #666;
	top: 15px;
	float: right;
}
.lander-question {
	text-align: center;
	padding: 20px;
	color: white;
}
.lander-question h1{
	margin: 20px 0;
}
.lander-question select, .lander-question input[type="text"] {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	outline: none;
	border-radius: 25px;
}
.lander-question input[type="text"] {
	outline: none;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
}
.lander-question .cta-btn, .lander-question input[type="submit"] {
	max-width: 400px;
	display: block;
	border: none;

	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;

}

/* FOOTER */
.pre-footer {
	background-color: #dedede;
	height: 240px;
	margin-top: -150px;

}
.footer {
	background-color: #1c202a;
	padding: 40px 0;
}
.footer h3 {
	color: white;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer ul {
	list-style-type: none;
	padding: 0;
}
.footer ul li a {
	display: block;
	color: #8d8f98;
	margin: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 200ms ease-in;
	padding-left: 15px;
}
.footer ul li:before {
	content: "•";
	margin-right: 5px;
	color: #fc5d4a;
	position: absolute;
}
.footer ul li a:hover {
	padding-left: 20px;
	color: #fc5d4a;
	text-decoration: none;
	font-weight: 700;
}
.post-footer {
	background-color: #660C0C;
	font-size: 12px;
	padding: 10px 0;
	color: #fff;
	min-height: 126px;
}

.post-footer .d-flex {
	width: 100%;
}

.post-footer a{
	font-weight: 700;
	color: white;
	transition: all 200ms ease-in;
}
.post-footer a:hover {
	color: #fc5d4a;
}
.post-footer ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.post-footer-links a{
	color: #fff;
	font-weight: 400;
}
.post-footer-links a:hover {
	text-decoration: none;
	color: #C41212;
}
.post-footer ul li {
	display: inline-block;
	padding: 3px 10px;
}
.post-footer ul li:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.post-footer .d-flex {
		flex-direction: column-reverse;
	}

	.post-footer ul {
		margin-bottom: 30px;
	}
}

/* MODAL */
.modal-dialog {
 	margin-top: 60px;
 	margin-bottom: 60px;
}
.modal-header {
	padding: 10px 20px;
	outline: none;
}
button:focus {outline:0;}

.modal-item {
	background-color: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	min-height: 420px;
	padding: 20px 10px;
	margin: 10px 0;
}
.modal-item h2 {
	font-size: 20px;
	text-align: center;
}
.modal-item img {
	width: 100%;
	height: 180px;
	object-fit: contain;
}
.modal-item .cta-btn {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	max-width: 180px;
	display: block;
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.modal-item p {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

/* Custom */
#phone1
{
	display:none;
}

/* BENEFITS */
.benefits-content {
	/*
	padding: 20px 0;
	*/
}
.benefit-item {
	width:100%;
	background-color: white;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: all 200ms ease-in;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
}
.benefit-item:hover {
	text-decoration: none;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.20);
	transform: scale(1.01);
}
.benefits-heading {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.filter {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: .5em .7em;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.filter svg {
	color: inherit;
	font-size: 1.2em;
	margin-right: .5em;
	display: block;
	margin: 0 auto;
	width: 1em;
	height: 1em;
	margin-right: 10px;
}
.filter select {
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	font-size: 1em;
	font-family: inherit;
	outline: none;
	color: inherit;
}

.benefit-img {
	background: #b7b7b7;
	max-width: 300px;
	-webkit-flex: 23.809524 1;
	flex: 23.809524 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.benefit-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.benefit-content {
	-webkit-flex: 71.428571 1;
	flex: 71.428571 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.benefit-info {
	color: #757575;
	display: -webkit-flex;
	display: flex;
	font-weight: 700;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 1em 1.4em 1.4em;
	-webkit-flex: 1 1;
	flex: 1 1;
}
.benefit-info h1 {

}
.benefit-info p {
	font-weight:400;
}
.benefit-info .info-type {
	margin-top: 10px;
}
.benefit-info .info-type .type-icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	border-radius: 15px;
}
.benefit-info .info-type .type-icon img{
	width: 16px;
	height: 16px;
	margin: 7px 7px;
}
.benefit-info .info-type .label {
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-left: 8px;
	padding-top: 5px;
}
.type-icon {
	background-color: #6caf23;
}
.type-icon.green {
	background-color: #6caf23;
}
.type-icon.blue {
	background-color: #2d84ce;
}
.type-icon.red {
	background-color: #ff4200;
}

.benefit-right {
	background: #FFA701;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 1.5em;
	max-width: 60px;
	padding: .4em;
	-webkit-flex: 4.761905 1;
	flex: 4.761905 1;
	outline: none;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.benefit-right img{
	width: 20px;
	height: 20px;
}

@media only screen and (max-width: 425px) {
	#nitroContainer{
		width:98%!important;
		height:99%!important;
		margin:0 auto!important;
		z-index:99999;
	}

	#nitroContainer iframe {
		padding: 1%;
		width: 99% !important;
		height: 90% !important;
	}

	#nitroContainer span {
		font-size: 19px;
	}

	#closeThis {
		font-size: 12px!important;
	}
}

@media only screen and (max-width: 992px) {
	.modal-item .cta-btn {
		position: inherit;
		height: auto;
		line-height: normal;
		padding: 15px 10px;
	}

	/*
	.benefit-content
	{
		max-height:150px;
	}
	*/

	.main-content h1
	{
		font-size: 16px;
	}

	.main-content p
	{
		font-size:14px;
	}

}

@media only screen and (max-width: 768px) {
	.home-article-item {
		min-width: 90%;
	}
	.common-form h2{
		font-size: 26px;
	}
	.common-form h3 {
		font-size: 20px;
	}
	.common-form input[type="text"], .common-form input[type="email"], .common-form input[type="submit"]{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	/*
	.benefit-content
	{
		max-height:150px;
	}
	*/

	.main-content h1
	{
		font-size: 16px;
	}

	.main-content p
	{
		font-size:14px;
	}

	.benefit-img {
		width: 100%  !important;
		max-width: 100% !important;
		flex: none  !important;
		-webkit-flex: none !important;
		max-height: 160px !important;
	}
}

/** Start Phone field Customization **/

.common-form input[type="tel"], .common-form input[type="number"] {
    width: 100%;
    height: 50px;
    outline: none;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.phone-wrap {
	position: relative;
}

.phone-wrap input {
	margin-bottom: 0;
}

.phone-wrap span.country-code {
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
    top: 0;
    left: 0;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    padding: 13px 15px;
    border-right: 1px solid #d9d9d9;
}

.phone-wrap span#validation-message {
	color: red;
    font-size: 0.88rem;
    padding: 10px 10px 0;
    display: inline-block;
	opacity: 1;
}

.phone-wrap span#validation-message.hidden {
	opacity: 0;
}

@media only screen and (max-width: 768px) {
	.common-form input[type="tel"], .common-form input[type="number"] {
		height: 40px;
		border-radius: 20px;
	}

	.phone-wrap span.country-code {
		padding: 8px 10px;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/** End Phone field Customization **/

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #C41212;
    border-color: #C41212;
}

.pagination a:hover {
    background-color: #660C0C;
    border: 1px solid #660C0C;
    color: white;
}

/* adjust in article ads */
#in-article {
    margin: 40px 0;
}

#mid-article {
    margin: 40px 0;
}

/* Listicle Global Styling */
.top-strip {
  background-color: #17B26A; /* Set Default Color here */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.top-strip div {
  display: flex;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;                 
}

.listicle-main-header {
  align-self: stretch;                   
  padding-top: 32px;                    
  padding-bottom: 32px;
  position: relative;                     
  background-repeat: no-repeat;           
  display: inline-flex;                  
  justify-content: center;                
  align-items: center;                    
  gap: 10px;                              
  width: 100%;                             
  background-color: #7D89B0; /* Set Default Background Color */
  background-size: cover;                  
  background-position: center;             
}

.listicle-absolute {
  position: absolute;                     
  top: 0;                                    
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;                              
  height: 100%;                              
  /* background-color: rgba(var(--color-listicle-secondary-rgb), 0.8); */
}

.listicle-header-content {
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.listicle-header-content div {
  flex: 1 1 0%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.listicle-header-content div > div {
  align-self: stretch;
  text-align: center;
  color: #ffffff;
  font-size: var(--t-xl);
  line-height: 30px;
  font-weight: 600;
  font-family: var(--font-primary-font);
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
}

.listicle-header-content-button {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
  background-color: #ffffff;
  border-radius: 9.9rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.listicle-header-content-button div {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  font-size: var(--t-sm);
  font-weight: 600;
  font-family: var(--font-primary-font);
  line-height: 1.25;
}

@media (max-width: 1190px) {
  .top-strip div {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .listicle-header-content div > div {
    font-size: var(--t-md);
    font-weight: 400;
  }
}

.listicle-offer-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.listicle-preview-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.listicle-preview-item-container {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
}

.listicle-preview-item-content {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 64px;
  padding-right: 64px;
}

.listicle-preview-item-content > a {
  width: 300px;
  height: 200px;
  display: block;
  flex-shrink: 0;
}

.listicle-preview-item-content .offer-wall-click-tracking {
  display: flex;
}

.listicle-preview-item-content .offer-wall-click-tracking img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.listicle-preview-item-text h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #101828;
}

/* .listicle-preview-item-button {
  width: fit-content;
  background-color: red;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  border-radius: 99px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.listicle-preview-item-button a {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  font-size: var(--t-sm);
  font-weight: 600;
  font-family: var(--font-primary-font);
  line-height: 1.25;
} */
.listicle-preview-item-button {
  width: fit-content;
  background-color: #7D89B0;
  display: inline-flex; /* Ensures it only takes up needed space */
  flex-direction: row;
  gap: 8px;
  align-items: center;
  border-radius: 99px;
  padding: 10px 16px;
}

.listicle-preview-item-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-family: inherit; /* Keep site’s font */
  font-size: 14px;
  line-height: 1;
  white-space: nowrap; /* Prevents text wrap */
}

.listicle-preview-item-button svg {
  flex-shrink: 0; /* Prevents SVG from squishing */
}

.listicle-pagination{
	display: flex;
  	justify-content: space-between;
  	position: relative;
  	gap: 0; /* default for small screens */
  	margin-top: 32px;
	align-items: center;
}
.swiper-btn-prev {
	z-index: 20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;   /* 5.6rem */
	height: 56px;  /* 5.6rem */
	font-size: 12px; /* assuming text-d-xs ~ 12px, adjust if needed */
	color: #9CA3AF; /* gray-502 */
	border-radius: 50%;
	border: 1px solid #F9FAFB;
}

.swiper-btn-next {
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;  /* 5.6rem */
  height: 56px; /* 5.6rem */
  font-size: 12px; /* text-d-xs (adjust per your Tailwind config) */
  color: #9CA3AF; /* gray-502 */
  border-radius: 50%; /* rounded-full */
  border: 1px solid #F9FAFB;
}

.swiper-btn-next > i, 
.swiper-btn-prev > i{
	font-size: 20px;
}

#listicle-nolisting{
	display: none !important;
}

.header-navigation-listicle{
  background-color: #4A5578;
}

.header-navigation-listicle > div{
  padding-top: 24px;   /* 2.4rem */
  padding-bottom: 24px; /* 2.4rem */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.listicle-preview-item-text {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
}
   
@media (max-width: 1190px) {
	.header-navigation-listicle > div{
		padding-top: 16px;   /* 1.6rem */
		padding-bottom: 16px;		
	}
	.listicle-preview-item-content {
		gap: 12px !important;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
		flex-direction: column;
	}

	.listicle-preview-item-text {
		gap: 0.8rem;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.listicle-preview-item-text h3 {
		font-size: 20px;
	}

	.listicle-preview-item-text div p {
		font-size: var(--t-md);
	}

	.listicle-preview-item-button {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
}
/* v2 */