/*=======================
        General 
=======================*/
html,
body {
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: 400;
	font-size: 1rem;
	color: #424B5A;
	padding: 0;
	margin: 0;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Interstate, Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
a:hover{
    text-decoration: none;
}
a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-center{
	justify-content: space-between;
}
.flex-middle{
	align-items: center;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-uppercase{
	text-transform: uppercase;
}
.salmon {
    color: #EF7874;
}
/*=======================
       Page Layout
=======================*/
.container{
	width: 100%;
	margin: 0 auto;
	max-width: 78rem;
	padding: 0 1.5rem;
}
#header{
	padding: 22px 0 27px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	z-index: 1000;
}
#header .container{
	max-width: 1362px;
}
.hd-right {
    padding-left: 30px;
    width: calc(100% - 217px);
}

.logo {
    width: 217px;
}

@media (min-width: 48rem) and (max-width: 61.999rem) {
    .hd-right {
        padding-left: .5rem;
        width: calc(100% - 150px) !important;
    }

    .logo {
        width: 150px;
    }
    
    .menu-main li {
        margin: 0 !important;
    }
}
.hd-function{
    display: flex;
	margin-bottom: 22px;
}

.hd-function #search-form {
    margin-left: 2rem;
    position: relative;
}

.hd-function ul li{
	display: inline-block;
	margin-left: 32px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.011em;
	color: #1E1E1E;
}
.hd-function ul li a, .menu-main li a{
	color: #1E1E1E;
}
.hd-function ul li a:hover, .menu-main li a:hover{
	color: #27B2C9;
}
.hd-function .btn-find-a-doc a{
	display: inline-block;
	background: #27B2C9;
	color: #fff !important;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	padding: 6.5px 18px;
    transition: opacity .25s ease-in-out;
}
.hd-function .btn-find-a-doc a:hover{
	opacity: 0.8;
    transition: opacity .25s ease-in-out;
}

.hd-function ul li:last-child {margin-right: 0;}

.menu-main li{
    cursor: pointer;
	display: block;
	margin-left: .5rem;
	color: #1E1E1E;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.011em;
	font-weight: 700;
}

.menu__item.toplevel:last-child .menu__submenu {
	left: auto;
	right: 0;
}

.home-banner{
	background: #F2F5F7;
}
.home-banner .info{
	width: 45.5%;
	padding-left: 121px;
}
.home-banner .info h1{
	color: #006A71;
	font-size: 60px;
	line-height: 56px;
	font-weight: 900;
	margin-bottom: 28px;
}
.home-banner .info  p{
	font-size: 18px;
	color: #00393D;
	margin-bottom: 32px;
	max-width: 490px;
}
.home-banner .info .box{
	max-width: 550px;
	margin-top: -52px;
}
.home-banner .featured{
	width: 54.5%;
	max-height: 653px;
	position: relative;
}
.home-banner .featured:before{
	background: #10686E;
	left: 40%;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	position: absolute;
}
.home-banner .featured img{
	object-fit: contain;
	max-height: 653px;
	position: relative;
}
.btn-red{
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background: #EF7874;
	border-radius: 5px;
	padding: 15px 20px;
	text-align: center;
	min-width: 158px;
}
.list-btn{
	gap: 10px;
}
.home-looking{
	padding: 30px 0 77px;
}
.home-looking .featured{
	width: 55%;
}
.home-looking .info{
	width: 45%;
	padding: 113px 50px 0 93px;
}
.home-looking .info h2{
	font-size: 42px;
	line-height: 43px;
	color: #00393D;
	font-weight: 900;
	margin-bottom: 36px;
}
.home-looking .info li{
	display: block;
	border-left: 4px solid #EF7874;
	font-size: 15px;
	line-height: 1.5;
	color: #0C2647;
	margin-bottom: 32px;
	padding: 13px 0 22px 25px;
	letter-spacing: 0.02em;
}
.home-looking .info li:last-child{
	margin-bottom: 0;
}
.home-benefits{
	background: #F1F1F2;
	position: relative;
	padding: 71px 0;
}
.home-benefits:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45.6%;
	background: #47C1C8;
	content: "";
}
.relative{
	position: relative;
}
.home-benefits .left{
	width: 250px;
	padding-top: 71px;
}
.home-benefits .left h4{
	color: #00393D;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 12px;
	font-weight: 400;
}
.home-benefits .left h3{
	color: #00393D;
	font-size: 28px;
	margin-bottom: 16px;
	font-weight: 900;
	padding-right: 20px;
}
.home-benefits .left p{
	font-size: 16px;
	color: #00393D;
	margin-bottom: 11px;
	letter-spacing: 0.03em;
}
.link-read{
	display: inline-block;
	min-height: 26px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	color: #00393D;
	font-family: Interstate, Verdana, Helvetica, sans-serif;
	padding: 5px 50px 5px 0;
	font-weight: 400;
	letter-spacing: 0.03em;
}
button.link-read {
    appearance: none;
    background: transparent;
    border: 0;
}
.link-read:after{
	width: 26px;
	height: 26px;
	border: 2px solid #00393D;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/right-blue.svg) no-repeat left 9px center/6px 10px;
	content: "";
	box-sizing: border-box;
}
.link-read:hover:after {
    transition: transform .25s ease-in-out;
    transform: translateX(.5rem);
}
.home-benefits .right {
	width: calc(100% - 250px);
	padding-left: 103px;
}
.home-benefits .list {
	row-gap: 37px;
	margin: 0 -20px;
}
.media-mentions__index {
    display: flex;
        flex-wrap: wrap;
	row-gap: 37px;
}
.home-benefits .list .it,
.media-mentions__item {
	width: 100%;
	padding: 0 20px;
    @media (min-width: 40rem) {
        width: 50%;
    }
    @media (min-width: 62rem) {
        width: calc(100% / 3);
    }
}
.media-mentions__item {
    @media (min-width: 75rem) {
        width: 25%;
    }
}
.home-benefits .list .it-box,
.media-mentions__item-box {
	height: 100%;
	box-shadow: 0 0 40px rgba(0,0,0,0.11);
	background: #fff;
	border-radius: 11px;
	padding: 20px 34px 34px;
}
.media-mentions__item-box hr {
    margin: 1.5rem 0;
}
.media-mentions .column h3 {
    margin-bottom: 1.5rem;
}
.media-mentions .column hr {
    margin: 0 0 1.5rem;
}
.home-benefits .list .it .icon,
.media-mentions__icon {
	height: 44px;
    width: 3rem;
}
.home-benefits .list .it h3,
.media-mentions__item h3 {
	margin: 14px 0 16px;
	color: #0C2647;
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;
}
.home-benefits .list .it p,
.media-mentions__item p {
	font-size: 13px;
	margin-bottom: 0;
	color: #0C2647;
	letter-spacing: 0.02em;
}
.home-resources{
	padding: 64px 0 37px;
}
.home-resources .resources-title{
	margin-bottom: 44px;
	align-items: flex-end;
}
.mk-title h2{
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #00393D;
}
.mk-title p{
	margin-bottom: 0;
	color: #1E1E1E;
}

.resources-title .mk-title{
	max-width: 497px;
}
.link-view{
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	line-height: 24px;
	padding: 0 8px 0;
	border-bottom: 2px solid #010101;
	color: #1E1E1E;
}
.resources-title .link-view {
    border: 0;
    text-decoration: none;
}
.resources-title .link-view:active,
.resources-title .link-view:focus,
.resources-title .link-view:hover {
    color: #526262;
}
.slider-funtion .slider-arrows{
	column-gap: 7px;
}
.slider-funtion .slider-arrow:hover{
	background: #010101;
}
.slider-funtion .slider-arrow:hover img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(103%) contrast(101%);
}
.slider-funtion .slider-arrow img{
	border-radius: 50%;
	width: 55px;
	height: 55px;
}
.resources-it{
	padding: 0 30px 30px;
}
.resources-it-box{
	box-shadow: 0 0 32px rgba(0,0,0,0.06);
	border-radius: 6px;
	position: relative;
	padding: 3.5rem 2rem;
	background: #fff;
	height: 100%;
}
.resources-it-box:before{
	height: 17px;
	width: 100%;
	background: #27B2C9;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
}
.resources-it-box .resources-logo{
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.resources-it-box .resources-logo img{
	max-height: 100%;
}
.resources-it-box .line{
	width: 88%;
	margin: 43px auto 26px;
	background: #D9D9D9;
	height: 3px;
}
.resources-it-box p{
	margin-bottom: 30px;
}
.resources-btn{
	display: inline-block;
	min-height: 37px;
	position: relative;
	font-size: 26px;
	line-height: 1;
	color: #2B2B2B;
	font-family: Interstate, Verdana, Helvetica, sans-serif;
	padding: 5px 50px 5px 0;
	font-weight: 700;
}
.resources-btn:after{
	width:37px;
	height: 37px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/right.svg) #EA7672 no-repeat center center/8px 15px;
	content: "";
	box-sizing: border-box;
}
.slider-funtion .slider-arrow{
	width: 55px;
	height: 55px;
	background: #EBEBEB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.slider-funtion .slider-arrow img{
	width: 13px;
}
.resources-slider{
	margin: 0 -30px;
}
.resources-slider .slick-track {
    display: flex;
}
.resources-slider .slick-slide {
    height: auto;
}
.home-news{
	padding: 30px 0 60px;
}
.home-news .mk-title{
	max-width: 526px;
	margin: 0 auto 53px;
}
.news-row{
	column-gap: 30px;
}
.news-col{
	width: calc(50% - 15px);
}
.image-fit{
	overflow-y: hidden;
}
.image-fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news-big {
	border: 1px solid #D1E3E3;
}
.news-big.free .featured{
	position: relative;
}
.news-big.free .featured:after{
	width: 178px;
	height: 107px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/home/label-free.png) no-repeat center center/100% auto;
}
.news-big.free .featured:before{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/home/bg-event.png) no-repeat left bottom/cover;
	opacity: 0.95;
}
.news-big .featured{
	height: 258px;
}
.news-big .info{
	padding: 18px 26px 51px;
}
.news-big .info .status{
	background: #EF7874;
	padding: 6.5px 7px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.news-big .info h3{
	font-size: 21px;
	line-height: 31px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #00393D;
}
.news-big .info h3 a{
	color: #00393D;
}
.news-big .info p{
	color: #A1AEB7;
	margin-bottom: 15px;
}
.btn-green{
	display: inline-block;
	background: #39B4BD;
	font-size: 12px;
	line-height: 1;
	padding: 13px 42px;
	border-radius: 4px;
	color: #fff;
	letter-spacing: 0.02em;
    text-decoration: none;
}
.news-list{
	gap: 30px;
}
.news-it{
	width: calc(50% - 15px);
	border: 1px solid #C2D1D9;
}
.news-it .featured{
	height: 95px;
}
.news-it .info{
	padding: 16px 13px 20px;
}
.news-it .info h3{
	font-size: 18px;
	line-height: 25px;
	margin: 8px 0 0;
}
.date-info{
	font-size: 14px;
	line-height: 21px;
	color: #A1AEB7;
	margin-bottom: 0;
}
.home-funded{
    background-color: #d1ecef;
    margin-bottom: 0 !important;
    padding-top: 3rem;
}
.home-funded .mk-title{
	max-width: 50rem;
	margin: 0 auto;
}
.home-funded .mk-title p{
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 35px;
}
.home-funded .featured{
	margin-top: -40px;
}
#footer {
	background: #006A71;
	color: #fff;
	overflow: hidden;
    padding: 3rem 0 1.5rem;
}
.ft-top{
    margin-bottom: 3rem;
}
nav.legal-footer {
    font-family: Arial, Helvetica, sans-serif;
}
.ft-bottom>.container,
.ft-top>.container {
    max-width: 62rem !important;
    position: relative;
}
.ft-top>.container:before,
.ft-top>.container:after {
    content: '';
    height: 42px;
    position: absolute;
    width: 185px;
}
.ft-top>.container:before {
    background: url('/wp-content/themes/alliance/assets/images/footer-left.svg') 100% center no-repeat;
    left: -14rem;
    top: 5rem;
}
.ft-top>.container:after {
    background: url('/wp-content/uploads/2024/12/35th-Anniversary-mark@100px.png') 100% center no-repeat;
	height: 100px;
    right: -6rem;
    top: 2.5rem;

}
.ft-top .left{
    float: none;
    min-width: 11rem;
    padding-right: 3rem;
	width: 25%;
}
.ft-top .left h3,
.ft-top .mid h3 {
    border-bottom: 2px solid #EF7874;
    color: #fff;
	font-family: InterstateCom, Interstate, Verdana, Helvetica, sans-serif;
    padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
    width: fit-content;
}
.ft-top .left p{
	font-size: 14px;
	line-height: 21px;
}
.ft-top .left p a{
	color: #fff;
    font-weight: 400;
}
.ft-top .left p a span{
	text-decoration: underline;
}
.ft-top .mid {
    display: flex;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    width: 50%;
}
.ft-top .mid:before,
.ft-top .mid:after {
    background: white;
    content: '';
    height: 11.5rem;
    opacity: 0.4;
    position: absolute;
    width: 2px;
}
.ft-top .mid:before {
    left: 0;
}
.ft-top .mid:after {
    right: 0;
}
.ft-top .mid p {
    font-size: .875rem;
}
.ft-top .mid p a {
    text-decoration: underline !important;
}
.ft-top .mid p a:hover {
    color: #EF7874 !important;
}
.ft-top .mid__image {
    align-self: center;
    mix-blend-mode: lighten;
}
.ft-info{
	margin-bottom: 1.5rem;
	justify-content: space-between;
}
.ft-info a {
    color: white;
    font-weight: 400;
}
.social{
	column-gap: 28px;
	font-size: 16px;
}
.social a{
	color: #fff;
}
.ft-top .right{
    padding-left: 3rem;
	width: 25%;
}
.ft-top .right ul {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: flex-start;
}
.ft-top .right ul li {
    text-transform: none;
}
.ft-top .right ul li a {
    font-size: .875rem;
    font-weight: 400 !important;
    letter-spacing: normal !important;
}
.ft-top .ft-menu-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
}
.ft-top ul{
	display: flex; 
	flex-wrap: wrap;
	column-gap: 30px;
}
.ft-top ul li{
	display: flex;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ft-top ul li a{
	color: #fff;
}
.ft-top ul li li{
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 400;
}
.ft-top ul li li:last-child{
	margin-bottom: 0;
}
.ft-top ul ul{
	margin-top: 1.5rem;
	display: block;
	width: 100%;
}
.ft-bottom{
	padding-top: 1rem;
}
.ft-bottom .ft-menu ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
    margin-bottom: 0;
}
.ft-bottom .ft-menu ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
}
.ft-bottom .ft-menu ul li a {
	color: #fff;
    font-weight: 400;
}
.copyright{
	font-size: 14px;
	line-height: 21px;
	color: #505D68;
	margin: 0;
}
.home-benefits .container{
	    max-width: 1232px;
}
.home-looking .info ul{
	    padding-left: 15px;
}
.home-resources .container{
	max-width: 1254px;
}
.home-funded .btn-red{
	font-size: 14px;
	padding: 13px 10px;
	min-width: 136px;
}
.news-it .info h3 a{
	    color: #00393D;
}
.home-news .container{
	    max-width: 1197px;
}
.home-resources .slider-funtion{
	padding-bottom: 10px;
}
.ft-bottom .container,
.ft-top .container {
	max-width: 78rem;
}
.ft-top .ft-menu-2{
    min-width: 40%;
    width: auto;
}
.ft-top ul li a{
	display: block;
    font-weight: 400;
	width: 100%;
}
.ft-top .ft-menu-2>ul {
    display: block;
    margin-bottom: 0;
}
.ft-top .ft-menu-2 ul ul {
	width: calc(50% - 1.5rem);
}
.home-funded .featured img{
	    right: -202px;
    display: block;
    width: 228px;
    margin: 0 auto;
    position: relative;
}
.btn-red, .link-read, .resources-btn, .btn-green {
    opacity: 1;
    transition: opacity .25s ease-in-out;
}
.btn-red:hover, .link-read:hover, .resources-btn:hover, .btn-green:hover{
	opacity: 0.8;
    transition: opacity .25s ease-in-out;
}
#footer a:hover{
	color: #EF7874;
}
.toogle-menu {
	 border: 0 none;
	 display: none;
	 height: 21px;
	 width: 26px;
	 z-index: 999;
	 cursor: pointer;
	 outline: 0;
	 float: right;
	 background: none;
	 position: relative;
}
.toogle-menu span {
	 font-size: 0;
	 height: 3px;
	 width: 100%;
	 background: #282828;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 border-radius: 3px;
}
.toogle-menu span::after, .toogle-menu span::before {
	 font-size: 0;
	 height: 3px;
	 width: 100%;
	 background:#282828;
	 position: absolute;
	 left: 0;
	 content: "";
	 border-radius: 3px;
}
.toogle-menu span::after {
 	transform: translateY(8px);
}
.toogle-menu span::before {
 	transform: translateY(-8px);
}
.toogle-menu.exit span::before {
	transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
	transform: translateY(0px) rotate(-45deg);
}
.toogle-menu.exit span {
	background-color: transparent;
} 
.banner-mb{
	display: none;
}
.on-mb{
	display: none !important;
}
.btn-white {
    background: #fff;
	border: 1px solid #424B5A;
	border-radius: 3px;
	color: #424B5A;
	display: inline-block;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
	line-height: 1;
	min-width: 166px;
	padding: 13px 16px;
	text-align: center;
    text-decoration: none;
}
.btn-white:hover{
	background: #424B5A;
	color: #fff;
}
.home-news .btn-white {
    border-color: #A1AEB7;
    color: #A1AEB7;
    margin-top: 1rem;
    min-width: auto;
    padding: .5rem;
}
.home-news .btn-white:hover {
    background-color: #A1AEB7;
    color: #fff;
}
.link-more{
	font-size: 14px;
	color: #424B5A;
	min-height: 21px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	display: flex;
}	
.link-more span{
	text-decoration: underline;
}
.link-more:hover{
	opacity: 0.8;
}

/*news*/
.breadcrumb{
	padding: 1rem 0;
	font-size: 16px;
	color: #424B5A;
}
.breadcrumb .container{
	/* max-width: 1402px; */
	max-width: 83.5rem;
}
.breadcrumb span.line{
	margin: 0 6px;
	display: inline-block;
}
.breadcrumb a{
	color: #424B5A;
}
.breadcrumb a:hover{
	color: #EF7874;
}
.blog-main{
	padding: 0 0 78px;
}
.blog-big{
	margin-bottom: 73px;
}
.blog-big .featured{
	height: 638px;
}
.blog-big:before{
	height: 71%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #000, rgba(0,0,0,0));
	content: "";
	position: absolute;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.blog-big .info{
	padding: 33px 51px 69px;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 970px;
	color: #fff;
}
.blog-big .cat{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #000;
	padding: 6px 10px;
	background: #27B2C9;
	border-radius: 2px;
}
.blog-big h3{
	margin: 16px 0;
	font-size: 50px;
	font-weight: 900;
	line-height: 64px;
}
.blog-big p{
	font-size: 26px;
	margin-bottom: 0;
}
.blog-big h3 a{
	color: #fff;
}
.blog-list{
	gap: 82px 58px;
}
.blog-it{
	width: calc(50% - 29px);
}
.blog-it .featured{
	height: 271px;
}
.blog-it .info{
	padding-top: 16px;
}
.blog-it .info h3{
	margin: 7px 0 15px;
	font-size: 21px;
	line-height: 31px;
	color: #505D68;
	font-weight: 900;
}
.blog-it .info h3 a{
	color: #505D68;
}
.blog-it .info .btn-red{
	min-width: 219px;
	font-size: 14px;
	padding: 13px 20px;
	color: #fff;
}
.blog-it .info h3 a:hover{
	color: #EF7874;
}
.blog-main .container{
	max-width: 1189px;
}

/*contact*/
.contact-top{
	background: #F2F5F7;
	padding: 63px 0 67px;
}
.contact-top .box{
	column-gap: 100px;
}
.contact-top .info{
	width: calc(52% - 50px);
	padding-left: 73px;
	margin-top: -6px;
}
.contact-top .info h1{
	font-size: 69px;
	line-height: 75px;
	font-weight: 900;
	margin-bottom: 35px;
	color: #006A71;
	letter-spacing: -0.02em;
}
.contact-top .info p{
	color: #000;
	margin-bottom: 0;
	letter-spacing: 0.03em;
}
.contact-top .featured{
	width: calc(48% - 50px);
	text-align: right;
}
.contact-bottom{
	padding: 64px 0 54px;
}
.contact-bottom .mk-title{
	margin-bottom: 69px;
}
.contact-bottom .box{
	max-width: 802px;
	margin: 0 auto 167px;
	column-gap: 30px;
}
.contact-bottom .left{
	color: #505D68;
	padding-top: 13px;
	width: calc(50% - 15px);
	padding-left: 26px;
}
.contact-bottom .left h3{
	font-size: 21px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}
.contact-bottom .left p{
	font-size: 14px;
	margin-bottom: 30px;
}
.contact-bottom .info p{
	font-size: 16px;
	margin-bottom: 20px;
}
.contact-bottom .info p span{
	min-width: 191px;
	display: inline-block;
}
.contact-bottom .info p a{
	color: #505D68;
}
.contact-bottom .info p a:hover{
	color: #32A1A9;
}
.contact-bottom .info i{
	font-size: 20px;
	color: #32A1A9;
	margin-left: 19px;
}
.contact-bottom .right{
	width: calc(50% - 15px);
	padding-right: 25px;
}
.radio-spacing {
    margin-top: 3rem;
}
.radio-spacing legend {
    margin: 1.5rem 0 .75rem !important;
}
.radio-spacing .gfield_radio {
    margin-top: 0 !important;
}
.gform_required_legend {
    display: none;
}
.gform_wrapper .gfield:not(.bold) label,
.gfield_description,
.gform_wrapper .instruction,
fieldset legend {
    color: #424B5A;
    font-family: Arial, Helvetica, sans-serif;;
    font-weight: 400 !important;
}
.gform_wrapper label {
    font-size: .9375rem;
}
.gform_wrapper .instruction {
    font-size: .875rem;
}
.gform_wrapper .gform_footer {
    margin-top: 3rem;
}
.gform_wrapper fieldset legend {
    clip: auto;
    height: auto;
    width: auto;
}
@media (max-width: 47.999rem) {
    .gform_wrapper fieldset legend {
        position: relative;
    }
}
.gform_wrapper fieldset.gfield .gfield_radio .gchoice {
    width: auto;
}
.gform_wrapper fieldset.gfield .gfield_radio {
    gap: 2rem;
}
.gform_wrapper .gsection {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.gform_wrapper .gsection h3 {
    margin-bottom: 0;
}
.gform_wrapper .gsection_description {
    font-style: italic;
}
.gform_wrapper .form-group{
	margin-bottom: 16px;
}
.gform_wrapper .form-group:last-child{
	margin-bottom: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 4px;
    border: 1px solid #C2D1D9;
    padding: 10px 8px;
    font-size: 1rem;
    letter-spacing: .4px;
    line-height: 18px;
    color: #424B5A;
    font-family: Arial, Helvetica, sans-serif;;
    background: #fff;
    -webkit-appearance: none !important;
    width: 100%;
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="email"]::placeholder, 
.gform_wrapper input[type="tel"]::placeholder, .gform_wrapper textarea::placeholder{
	color: #424B5A;
}
.gform_wrapper select{
	padding-right: 40px;
	background: url(../images/select.svg) #fff no-repeat right 16px center/8px auto;
	cursor: pointer;
}
.gform_wrapper textarea{
	height: 96px;
}
.gform_wrapper input[type="submit"]{
	width: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 18px;
	padding: 13px 20px;
	text-align: center;
	background: #27B2C9;
	border: none;
	-webkit-appearance: none !important;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.gform_wrapper input[type="submit"]:hover{
	opacity: 0.8;
}

.ui-datepicker {
	background: white;
	box-shadow: 0 0 1rem -.5rem rgba(0,0,0, .5);
}

.ui-datepicker-header {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	padding: 1rem 1rem 0;
}

.ui-datepicker-title {
	display: flex;
		justify-content: space-between;
	margin-bottom: .25rem;
	width: 100%;
}

.ui-datepicker-prev {
	margin-bottom: .5rem;
}

.ui-datepicker-next {
	margin-bottom: .5rem;
}

.ct-box{
	border-radius: 15px;
	background: #00393D;
	color: #fff;
	padding: 26px 90px 25px 61px;
	max-width: 1238px;
	margin: 0 auto 0;
}
.ct-box h3{
	font-size: 29px;
	line-height: 42px;
	font-weight: 500;
	width: 26%;
	margin: 0;
	letter-spacing: 0.01em;
}
.ct-box p{
	width: 46%;
	padding: 22px 44px;
	font-size: 15px;
	margin-bottom: 0;
	border-left: 2px solid #fff;
	/* letter-spacing: -0.005em; */
}
/*single*/
.single-main{
	padding: 100px 0 82px;
}
.single-box{
    max-width: 1229px;
	margin: 0 auto 80px;
}
.single .single-box .left {
    height: auto;
    width: calc(100% - 21.25rem);
}
.single-box .left{
    height: 23rem;
	padding-right: 5.5rem;
    width: 100%;
}
.post-index__item:first-child .single-box .left {
    height: 30rem;
}
.single-box .sidebar{
    width: 340px;
}
.single-box .left .featured{
    align-items: flex-end;
	display: flex;
    height: 100%;
	margin-bottom: 1rem;
    text-decoration: none;
}
.single .single-box .left .featured {
    display: block;
    height: 26rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.single-box .left .featured:before {
	height: 61%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(to top, #000, rgba(0,0,0,0));
	position: absolute;
    z-index: 5;
}
.single .single-box .left .featured:before {
    z-index: auto;
}
.single-box .left .featured.image-fit img {
    left: 0;
    position: absolute;
    top: 0;
}

.single .single-box .left .featured.image-fit img {
	left: unset;
    top: unset;
    position: static;
}

.single-box .left .featured .info {
	padding: 2rem 3rem;
    position: relative;
    z-index: 10;
}

.single .single-box .left .featured .info {
    right: 0;
	bottom: 0;
	padding: 2rem 3rem;
    position: absolute;
    z-index: auto;
}

.single-box .left .featured .info .cat{
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;;
    display: inline-block;
    padding: 6px 10px;
    background: #27B2C9;
    border-radius: 2px;
    color: #fff;
}
.single-box .left .featured .info h1{
	font-size: 41px;
	line-height: 53px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 0.01em;
	margin-top: 12px;
}
.single-custom h3{
	font-size: 21px;
	line-height: 35px;
	font-weight: 700;
	color: #00393D;
	margin: 31px 0 17px;
	letter-spacing: -0.01em;
}
.single-custom h3:first-child{
	margin-top: 0;
}
.single-custom p{
	margin-bottom: 24px;
}
.single-custom p:last-child{
	margin-bottom: 0;
}
.single-custom{
	margin-bottom: 44px;
}
.single-tags{
	margin-bottom: 24px;
}
.single-tags h3{
	width: 100%;
	font-size: 21px;
	line-height: 31px;
	color: #00393D;
	font-weight: 700;
	margin-bottom: 0;
}
.single-tags{
	gap: 13px 20px;
}
.single-tags span{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background: #27B2C9;
	padding: 6.5px 10px;
	border-radius: 2px;
}
.sidebar h2{
	font-size: 21px;
	line-height: 31px;
	font-weight: 900;
	color: #00393D;
	margin-bottom: 0;
}
.single-list-news .it{
	border-top: 1px solid #979797;
	padding: 19px 0 12px;
}
.single-list-news .it:first-child{
	border: none;
	padding-top: 0;
}
.single-list-news .it .featured{
	width: 70px;
	height: 44px;
}
.single-list-news .it h3{
	width: calc(100% - 70px);
	padding-left: 17px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0,0,0,0.85);
	font-weight: 700;
	margin-bottom: 0;
	padding-right: 20px;
}
.single-list-news .it h3 a{
	color: rgba(0,0,0,0.85);
}
.single-list-news .it h3 a:hover{
	color: #00393D;
}
.single-list-news .it .bottom{
	margin-top: 7px;
}
.single-list-news .it .date-info{
	color: rgba(0,0,0,0.85);
}
.single-list-news .it .link{
	width: 42px;
	height: 42px;
	background: #006A71;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.single-list-news .it:first-child .featured{
	width: 100%;
	height: 216px;
}
.single-list-news .it:first-child h3{
	width: 100%;
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 1.5;
	padding: 0 20px 0 0;
}
.single-author{
	max-width: 1184px;
	margin: 81px auto 0;
}
.single-author .info{
	width: 227px;
	padding: 36px 0 36px 0;
	text-align: center;
	margin-right: 21px;
}
.single-author .info .avata{
	width: 163px;
	height: 163px;
	border: 5px solid #A1AEB7;
	border-radius: 50%;
	margin: 0 auto 16px;
}
.font-arial{
	font-family: Arial, Helvetica, sans-serif;
}
.color-green{
	color: #00393D;
}
.font-700{
	font-weight: 700;
}
.single-author .info h3{
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
}
.single-author .info h3 b{
	display: block;
	font-size: 20px;
}
.single-author .story{
	width: calc(100% - 277px);
	border-left: 5px solid #EF7874;
	padding: 9px 0 16px 40px;
}
.single-author .story p{
	font-size: 16px;
	margin-bottom: 19px;
}
.single-author .story .link-read{
	margin-top: 18px;
	font-size: 19px;
	line-height: 22px;
	background: linear-gradient(to right, #2C6876, #0C2647);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	min-height: 35px;
	letter-spacing: 0.01em;
	padding-right: 80px;
	padding-top: 9px;
}

a.link-read.font-arial.font-700 {}
.single-author .story  .link-read:after{
	width: 35px;
	height: 35px;
	background-size: 9px 15px;
	background-position: left 12px center;
}
.single-list-news .it .link:hover{
	opacity: 0.8;
}


/* insight */
.font-900{
	font-weight: 900;
}
.insight-top .title {
	margin-bottom: 23px;
	justify-content: space-between;
}
.insight-top .title h1{
	display: inline-block;
	font-size: 42px;
	line-height: 64px;
	margin: 0 22px 0 0;
}
.insight-top .title .left{
	width: calc(100% - 400px);
}
.btn-border{
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1E;
	border-bottom: 2px solid #010101;
	padding: 0 7px 0px;
}
.insight-top .title .cat{
	margin-top: 24px;
	gap: 13px;
	width: 100%;
}
.insight-top .title .cat span{
	padding: 8px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	border-radius: 2px;
	background: #EF7874;
}
.form-search{
	max-width: 334px;
	width: 100%;
	background: #F6F6F6;
	border-radius: 4px;
	height: 47px;
}
.form-search input[type="text"]{
	width: calc(100% - 60px);
	background: none;
	height: 47px;
	padding: 9px 9px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	-webkit-appearance: none !important;
}
.form-search button{
	width: 57px;
	height: 47px;
	border: none;
	background: none;
	text-align: center;
	-webkit-appearance: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-search button img{
	width: 24px;
	height: 24px;
}
.insight-list-news{

	column-gap: 30px;
}
.insight-list-news .insight-row{
	width: calc(50% - 15px);
}
.insight-news-big {
	border: 1px solid #C2D1D9;
	border-radius: 2px;
}
.insight-news-big .featured{
	height: 258px;
}
.insight-news-big .featured img{
	border-radius: 2px 2px 0 0;
}
.insight-news-big .info{
	padding: 19px 23px 51px;
}
.box-orange{
	display: inline-block;
	background: #EF7874;
	border-radius: 2px;
	padding: 6px 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	min-width: 101px;
}
.insight-news-big .info h3{
	font-size: 21px;
	line-height:31px;
	margin: 18px 0 18px;
	letter-spacing: -0.01em;
}
.insight-news-big .info h3 a, .insight-news-it h3 a{
	color: #00393D;
}
.insight-news-big .info h3 a:hover, .insight-news-it h3 a:hover{
	color: #EF7874;
}
.insight-news-big .info p{
	margin-bottom: 14px;
	color: #A1AEB7;
}
.insight-news-big .info .btn-green{
	min-width: 231px;
}
.insight-top{
	max-width: 1140px;
	margin: 0 auto;
}
.insight-news{
	gap: 32px 30px;
	margin-bottom: 38px;
}
.insight-news-it{
	border-radius: 2px;
	border: 1px solid #C2D1D9;
	padding: 22px 13px 50px;
	width: calc(50% - 15px);
}
.insight-news-it h3{
	margin: 22px 0 21px;
	font-size: 18px;
	line-height: 31px;
}
.insight-news-it .learn-more{
	left: 13px;
	bottom: 32px;
}
.learn-more{
	font-size: 14px;
	color: #424B5A;
	    display: flex;
    align-items: center;
}
.learn-more span{
	text-decoration: underline;
}
.learn-more  img{
	width: 13px;
	margin-left: 10px;
	opacity: 0.7;
}
.insight-resource{
	padding: 115px 0 111px;
	max-width: 943px;
	margin: 0 auto;
}
.insight-resource .title{
	column-gap: 30px;
	margin-bottom: 65px;
}
.insight-resource .title h2{
	font-size: 34px;
	line-height: 64px;
	color: #00393D;
	width: calc(50% - 15px);
	margin-top: -12px;
}
.insight-resource .title p{
	width: calc(50% - 15px);
	color: #00393D;
}
.insight-resource-list{
	gap: 30px;
}
.color-white{
	color: #fff;
}
.insight-resource-it{
	width: calc(50% - 15px);
	background: #00393D;
}
.insight-resource-it .featured{
	height: 207px;
}
.insight-resource-it .info{
	padding: 32px 26px;
}
.insight-resource-it .info h3{
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 20px;
}
.insight-resource-it .info h3 a{
	color: #fff;
}
.insight-resource-it .info h3 a:hover{
	color: #EF7874;
}
.insight-resource-it .info p{
	margin-bottom: 25px;
	padding: 0 28px;
}
.insight-resource-it .learn-more{
	justify-content: center;
	color: #fff;
}
.insight-resource-it .learn-more img{
	opacity: 1;
	filter: invert(100%) sepia(36%) saturate(0%) hue-rotate(60deg) brightness(111%) contrast(101%);
}
.insight-question{
	max-width: 946px;
	margin: 106px auto 0;
}

.insight-question:last-child {margin-bottom: 4.5rem;}

.insight-question h2{
	font-size: 42px;
	line-height: 64px;
	margin-bottom: 40px;
	font-weight: 700;
	font-family: InterstateCom, Interstate, Verdana, Helvetica, sans-serif;
}
.question{
	border: 1px solid #A1AEB7;
}
.question-it:first-child .title{
	border-top: none;
}
.question-it .title{
	padding: 9px 87px 9px 27px;
	cursor: pointer;
	min-height: 75px;
	display: flex;
	align-items: center;
	border-top: 1px solid #A1AEB7;
}
.question-it .title h4{
	font-size: 16px;
	line-height: 24px;
	color: #505D68;
	font-weight: 400;
	margin-bottom: 0;
}
.question-it .title:after{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 25px;
	background: url(../images/add.svg) #F2F5F7 no-repeat center center/100% auto;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.question-it .title.show:after{
	background-image: url(../images/minus.svg);
}
.question-it .answer{
	border-top: 1px solid #A1AEB7;
	padding: 24px 111px 24px 27px;
	background: #F2F5F7;
	display: none;
}
.question-it .answer p{
	font-size: 14px;
	color: #00393D;
}
.question-it .answer p:last-child{
	margin-bottom: 0;
}
.insight-main{
	padding-bottom: 108px;
	padding-top: 40px;
}
/* interior */
.interior-top{
	background: #27B2C9;
	padding: 86px 0 83px;
}
.interior-top .info{
	width: 47.6%;
	padding-right: 35px;
}
.interior-top .info h1{
	color: #00393D;
	font-size: 60px;
	line-height: 65px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.interior-top .info p{
	color: #000;
	padding-right: 66px;
	margin-bottom: 22px;
}
.interior-top .info p:last-child{
	margin-bottom: 0;
}
.interior-top .info p a{
	text-decoration: underline;
	color: #000;
}
.interior-top .video{
	width: 52.4%;
}
.interior-top .video iframe{
	width: 100%;
	height: 371px;
	object-fit: cover;
}
.interior-center{
	padding: 55px  0 75px;
}
.interior-number{
	max-width: 1157px;
	margin: 0 auto 65px;
}
.interior-number-it{
	margin: 0 11px;
	width: 30.4%;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #00393D;
	padding: 22px 40px 13px 22px;
	min-height: 233px;
	border-radius: 21px;
}
.interior-number-it h2{
	font-size: 88px;
	line-height: 1;
	margin-bottom: 11px;
	font-weight: 900;
}
.interior-number-it p{
	font-size: 19px;
	font-weight: 700;
}
.interior-number-it:nth-child(2){
	color: #fff;
}
.interior-network{
	max-width: 970px;
	margin: 0 auto;
}
.interior-network .title{
	margin-bottom: 41px;
	padding-left: 44px;
}
.interior-network .title h2{
	color: #006A71;
	font-weight: 900;
	font-size: 50px;
	line-height: 97px;
	margin-bottom: 9px;
}
.interior-network .title p{
	max-width: 504px;
	margin: 0 auto;
	color: #000;
}
.interior-network-it{
	padding: 64px 0 59px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.interior-network-left{
	width: 40%;
	padding-right: 61px;
}
.interior-network-left h3{
	color: #006A71;
	font-size: 32px;
	line-height: 49px;
	font-weight: 900;
	margin: 0;
}
.interior-network-right{
	width: 60%;
	padding-right: 44px;
}
.interior-network-right p{
	color: #000;
	margin-bottom: 15px;
	padding-right: 20px;
}
.interior-network-right .link-read{
	font-size: 15px;
	line-height: 18px;
	min-height: 28px;
	font-family: 'Proxima Nova';
	padding-right: 46px;
	margin-top: 3px;
}
.interior-network-right .link-read:after{
	width: 28px;
	height: 28px;
}
.interior-box-green{
	padding: 155px 0 142px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.interior-box-green .info{
	max-width: 752px;
	margin: 0 auto;
}
.interior-box-green .img{
	width: 63px;
	height: 63px;
	border-radius: 50%;
}
.interior-box-green h2{
	margin: 15px 0 37px;
	font-size: 34px;
	line-height: 51px;
	font-weight: 900;
}
.interior-bottom .resources-it{
	width: 33.33%;
}
.interior-bottom .resources-slider{
	padding: 82px 31px 27px;
}
.interior-bottom .resources-slider h3{
	font-size: 25px;
	font-weight: 900;
	color: #00393D;
	margin-bottom: 40px;
}
.interior-bottom .resources-slider .resources-btn{
	font-size: 22px;
	line-height: 1;
	min-height: 30px;
	font-weight: 400;
}
.interior-bottom .resources-slider .resources-btn:after{
	width: 30px;
	height: 30px;
}
.interior-bottom .news-list{
	gap: 0;
	margin: 0;
	padding: 0 13px;
}
.interior-bottom .news-it{
	width: calc(33.33% - 40px);
	margin: 0 20px;
	border: none;
}
.interior-bottom .news-it .featured{
	height: 246px;
}
.interior-bottom .news-it .info{
	padding: 21px 0 0;
}
.interior-bottom .news-it .info h3 a{
	color: #505D68;
}
.interior-bottom .news-it .info h3{
	margin-bottom: 13px;
	margin-top: 5px;
}
.interior-bottom .news-it .btn-white{
	padding: 11px 16px;
	min-width: 154px;
}

.resource-top{
	background: #F2F5F7;
	padding: 61px 0 68px;
}
.resource-top .left{
	width: 57%;
	padding-right: 0;
	padding-left: 100px;
}
.resource-top .left h1{
	font-size: 55px;
	color: #006A71;
	font-weight: 900;
	line-height: 71px;
	margin-bottom: 13px;
}
.resource-top .left p{
	color: #000;
	padding-left: 4px;
	padding-right: 50px;
	margin-bottom: 19px;
}
.resource-top .left p:last-child{
	margin-bottom: 0;
}
.resource-top .featured{
	width: 43%;
	text-align: right;
}
.resource-care{
	padding: 61px 0 51px;
}
.resource-care .info{
	width: 63%;
	background: #27B2C9;
	border-radius: 30px 0 0 30px;
	padding: 107px 98px 63px 84px;
	color: #00393D;
}
.resource-care .info h2{
	margin-bottom: 19px;
	font-size: 48px;
	line-height: 63px;
	font-weight: 900;
}
.resource-care .info p{
	font-size: 22px;
	margin-bottom: 66px;
}
.resource-care .link-read{
	font-size: 22px;
	line-height: 26px;
	min-height: 39px;
	letter-spacing: 0;
	padding-right: 58px;
}
.resource-care .link-read:after{
	width: 39px;
	height: 39px;
	background-size: 8px 16px;
	background-position: left 15px center;
}
.resource-care .box{
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 6px 61px rgba(0,0,0,0.08);
}
.resource-care .chart{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 37%;
}
.resource-network #sidebar {
    margin: 1.5rem;
    position: absolute !important;
}
.resource-number{
	padding: 77px 0 90px;
	max-width: 1076px;
	margin: 0 auto;
}
.resource-number-it{
	margin: 0 5px;
	width: calc(33.33% - 10px);
	padding: 39px 40px 76px 57px;
	background:#fff;
	border-radius: 17px;
}
.resource-number-it h2{
	font-size: 76px;
	font-weight: 900;
	margin-bottom: 8px;
	color: #00393D;
}
.resource-number-it  h4{
	margin-bottom: 13px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	color: #2C6976;
}
.resource-number-it p{
	font-size: 14px;
	color: #0F1214;
	margin-bottom: 0;
}
.resource-number-it:nth-child(2){
	background: #006A71;
	width: 29%;
	padding: 39px 40px 76px 46px;
}
.resource-number-it:nth-child(2) h2,
.resource-number-it:nth-child(2) h4,
.resource-number-it:nth-child(2) p{
	color: #fff;
}
.resource-number-it:nth-child(3){
	background: url(../images/resources/bg.png) no-repeat right bottom/cover;
	width: 38%;
	padding: 42px 101px 72px 76px;
}
.resource-number-it:nth-child(3) h4{
	color: #0C2647;
}
.resource-number-it:nth-child(3) p{
	color: #0C2647;
}
.resource-contact{
	padding: 56px 0 119px;
}
.resource-contact .mk-title{
	margin-bottom: 82px;
}
.resource-contact .left{
	padding: 0;
	color: #00393D;
	padding-left: 19.1%;
	padding-top: 4px;
}
.resource-contact .left h3{
	margin-bottom: 27px;
}
.resource-contact .form-group input[type="text"],
.resource-contact .form-group input[type="email"],
.resource-contact .form-group input[type="tel"]{
	max-width: 361px;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.resource-contact .form-group input[type="text"]::placeholder,
.resource-contact .form-group input[type="email"]::placeholder,
.resource-contact .form-group input[type="tel"]::placeholder{
	color: #00393D;
}
.form-checkbox{
	margin-top: 25px;
}
.form-checkbox label{
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #00393D;
	margin-bottom: 0;
}
.form-checkbox  .radio-list{
	gap: 23px 0;
	margin-top: 24px;
}
.form-checkbox .custom-radio{
	width: calc(48% - 3px);
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	color: #00393D;
	padding-left: 27px;
	margin-bottom: 0;
	font-weight: 400;
	padding-right: 10px;
}
.form-checkbox .custom-radio input{
	position: absolute;
	top: 3px;
	left: 0;
	opacity: 0;
}
.form-checkbox .custom-radio .radio{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #000;
	margin-right: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}
.resource-contact .box{
	max-width: 1218px;
	margin: 0 auto;
}
.form-checkbox .custom-radio.checked .radio:after{
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	top: 2px;
	left: 2px;
	content: "";
	border-radius: 50%;
}
.resource-green{
	padding: 119px 0 113px;
	text-align: left;
}
.resource-green .info{
	max-width: fit-content;
	padding-left: 38px;
}
.resource-network .left{
	width: 447px;
	padding-right: 30px;
	padding-left: 21px;
}
.resource-network .left-wrapper {
    position: absolute;
}
.resource-network .left h3{
	color: #505D68;
	font-size: 31px;
	line-height: 45px;
	font-weight: 900;
	margin-bottom: 32px;
}
.resource-network .right{
    padding-left: 447px;
	width: 100%;
}
.resource-title {
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.resource-title ul {
    margin-bottom: 0;
}
.resource-title li{
	display: block;
	margin-left: 20px;
	padding: 17px 0;
	font-size: 18px;
	line-height: 27px;
	color: #424B5A;
	position: relative;
}
.resource-title li:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.resource-title li:before{
	width: 4px;
	height: 100%;
	top: 0;
	left: -20px;
	background: #EF7874;
	position: absolute;
}
.resource-title li a{
	color: #424B5A;
	display: inline-block;
}
.resource-title li.active:before{
	content: "";
}
.resource-title li.active{
	font-weight: 700;
}
.resource-it h2{
	font-size: 50px;
	font-weight: 900;
	color: #006A71;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 0.007em;
}
.resource-it p{
	margin-bottom: 13px;
	max-width: 747px;
}
/* .resource-it ul{
	margin-top: 12px;
	border-top: 3px solid #27B2C9;
}
.resource-it ul li{
	padding: 63px 0 67px;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-wrap: wrap;
}
.resource-it ul li:first-child{
	padding: 61px 0 101px;
	border: none;
} */
.resource-it ul li h3{
	width: 40%;
	padding-right: 60px;
	font-size: 31px;
	line-height: 49px;
	color: #006A71;
	margin-bottom: 0;
	font-weight: 900;
}
.resource-it ul li .list-right{
	width: 60%;
}
.resource-it .link-read{
	font-size: 15px;
	line-height: 17px;
	font-family: 'Proxima Nova';
	font-weight: 700;
	min-height: 28px;
	margin-top: 4px;
	letter-spacing: 0.01em;
	padding-right: 49px;
}
.resource-it .link-read:after{
	width: 28px;
	height: 28px;
}
.resource-it .link-read span{
	text-decoration: underline;
}
.resource-it table{
	margin: 24px 0 19px;
	width: 100%;
	border-collapse: collapse;
}
.resource-it table td{
	padding: 22.5px;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.resource-it table td:last-child{
	border-right: none;
}
.resource-it table tr:last-child td{
	border-bottom: none;
}
.resource-list .resource-it:nth-child(2n+1){
	background: #F5F5F5;
}
.resource-list .resource-it{
	padding: 50px 0 50px;
}
.resource-it-box{
	padding-left: 447px;
}
.contact-top .container{
	    max-width: 1336px;
}
.ct-box .btn-green{
	    font-size: 14px;
    padding: 13px 33px;
}
.single-list-news .it:first-child .bottom{
	margin-top: 12px
}
.single-list-news .it:first-child .date-info{
	font-size: 16px;
    line-height: 24px;
}
.interior-main{
	margin-top: -4px;
}
.interior-network .title h2 sup{
	    font-size: 31px;
    position: relative;
    top: 0px;
}
.interior-network-list{
	padding-left: 80px;
}
.interior-network-it{
	padding-bottom: 53px;
    padding-top: 75px;
}
.resource-green .btn-red{
	padding: 16px 20px;
    min-width: 189px;
    font-size: 14px;
}
.resource-number-it{
	    width: 30%;
}
.resource-list .resource-it .link-read{
	margin-top: 13px;
    padding-right: 57px;
    min-width: 352px;
}
.resource-list .resource-it h2{
	margin-bottom: 18px;
}
.resource-it ul li:last-child{
	padding-bottom: 37px;
}
.hvhc-wheel__text .container{
	max-width: 1382px;
}
.resource-top .container{
	max-width: 1398px;
}
.resource-top .box{
	margin: 0 auto;
    align-items: flex-start;
}
.interior-number-it:last-child{
	    width: calc(39.2% - 66px);
}
.interior-main .home-funded{
	padding-top: 48px;
}
.interior-box-green .btn-red{
	min-width: 188px;
}
.home-resources .resources-it-box .line{
	margin: 43px auto 31px;
}
.home-resources .resources-it-box .post-content-inner {
    margin-bottom: 1.5rem;
}
.check-list {
    list-style-type: none;
}
.check-list li {
    padding-left: 2rem;
    position: relative;
}
.check-list li:not(:last-child) {
    margin-bottom: 2rem;
}
.check-list li:before {
    background: url('/wp-content/themes/slate/library/icons/src/check.svg');
    content: '';
    height: 1.5rem;
    position: absolute;
        top: 0;
        left: 0;
    width: 1.5rem;
}
.check-list li h1,
.check-list li h2,
.check-list li h3,
.check-list li h4,
.check-list li h5,
.check-list li h6 {
margin-bottom: 1rem;
}
.layout-collapsible .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 48em) {
    .layout-collapsible .rows .collapsible-row {
        width: calc(50% - .75rem);
        margin-bottom: 3rem;
    }
}
.intro-text,
.bigger-text {font-size: 1.125rem;}
.gfield_required_text {
    color: #EA7672;
    font-size: .875rem;
    font-style: italic;
    margin-left: .5rem;   
}
.gfield_description {
    font-size: .875rem;
}
.gform_fields {
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.gform_fields .gfield {
    width: 100%;
}		
@media(min-width: 48rem) {
    .gform_fields .gfield:not(.half),
    .gform_fields .gfield:not(.third),
    .gform_fields .gfield:not(.two-thirds) {
        width: 100%;
    }		
    
    .gform_fields .gfield.half {
        width: calc(50% - .5rem);
    }
    
    .gform_fields .gfield.two-thirds {
        width: calc(66.67% - .5rem);
        
    }
    
    .gform_fields .gfield.third {
        width: calc(33.33% - .5rem);
    }
}
.contact-mike__modal {
    border-radius: .75rem;
    background: #ffffff;
    filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.11));
    max-width: 45rem;
    padding: 1.5rem;
    position: absolute;
    top: 50rem;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%, 0, 0);
    transition: opacity .25s 0s, visibility 0s .25s;
    width: calc(100% - 3rem);
    z-index: 200;
}

.contact-mike__modal--name {
    margin-top: 1.5rem;
}

@media screen and (min-width: 48em) {
    .contact-mike__modal {
        border-radius: 1.375rem;
    }
    
    .contact-mike__modal--name {
        margin-left: 1.5rem;
    }
}

.contact-mike__modal.active {
    opacity: 1;
    transition: opacity .25s 0s, visibility 0s 0s;
    visibility: visible;
}

.contact-mike__modal--top {
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-mike__modal--close {
    height: 3rem;
    width: 3rem;
    appearance: none;
    background: none;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media screen and (min-width: 48em) {
    .contact-mike__modal {
        padding: 3rem;
    }
}

.image-slider .image-slider__cell {
	width: 100%;
}

.image-slider .image-slider__cell a {display: block;}

.image-slider .image-slider__cell img {
	display: block;
	width: 100%;
}

.flickity-enabled,
.flickity-slider,
.flickity-viewport {box-shadow: none !important;}

@media (min-width: 48rem) {
	.image-slider .image-slider__cell {padding: 0 1rem}

	.image-slider.two-up .image-slider__cell {width: 50%;}

	.image-slider.three-up .image-slider__cell {width: calc(100% / 3);}

	.image-slider.four-up .image-slider__cell {width: 25%;}
}

#tribe-events-pg-template {
    margin: 0;
    max-width: none;
    padding: 0;
}

#tribe-events-content {
    margin: 0 auto;
    max-width: 65.5rem;
    padding: 2.5rem 1.5rem 1.5rem;
}

@media(min-width:48rem) {
	.tribe-events-sub-nav li {
		width: 50%;
	}

	.tribe-events-nav-previous {padding-right: 1rem;}
	.tribe-events-nav-next {padding-left: 1rem;}
}

.tribe-common-l-container,
.tribe-events-l-container {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.rt-reading-time {
    margin-bottom: 1.5rem;
}

/**
 * Event Single
 * - incl. styling for Flex Layouts used inside event-single__main
 */
.event-single__sidebar dt {
	color: #10686e;
	font-size: 1.125rem;
}

.event-single__sidebar .tribe-events-single-section-title {
	display: none;
}

.event-single__sidebar a {
    color: black;
}

.event-single__main .home-benefits .list .it {
    width: 100%;
}

.event-single__main .home-resources .resources-title .mk-title {
    max-width: 100%;
}

.event-single__main .home-funded {
    padding-top: 0;
}

.event-single__main .layout-full-width {
    margin-bottom: 1.5rem;
}

.event-single__main #tribe-events-header {
    margin-bottom: 3rem;
}

.event-single__main #tribe-events-header+* {
    margin-top: 3rem;
}

.event-single__main .home-funded {
    margin-bottom: 3rem !important;
    margin-top: 3rem;
}

.event-single__main .home-funded .container {
    padding: 1.5rem;
}

.event-single__main .contact-top .container {
    padding: 1.5rem;
}

.event-single__main>*:not(.layout.team) {
    position: relative;
    z-index: 0;
}

.event-single__main .layout.team {
    position: relative;
    z-index: 1;
}

.event-single__main .contact-top,
.event-single__main .contact-top .info,
.event-single__main .insight-resource.on-pc,
.event-single__main .home-resources,
.event-single__main .layout .contain,
.event-single__main .home-resources .container,
.event-single__main .breadcrumb .container,
.event-single__main .resource-care,
.event-single__main .resource-care .container,
.event-single__main .home-news,
.event-single__main .home-news .container {
    padding: 0;
}

.event-single__main>.mk-title {
    margin-top: 3rem;
}

.event-single__main>.box.flex {
    margin-bottom: 3rem;
}

.event-single__main>.box.flex .left {
    margin-bottom: 1.5rem;
}

.event-single__main .interior-network .interior-network-list,
.event-single__main .interior-network .title {
    padding-left: 0;
}

.event-single__main .interior-network-right,
.event-single__main .interior-network-right>p {
    padding-right: 0;
}

.event-single__main .media-mentions .cell p {
    line-clamp: 7;
    display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;  
    overflow: hidden;
}

.event-single__main .statistics-ca__column {
    height: 12rem;
    width: 12rem;
}

.event-single__main .contact-top,
.event-single__main .ct-box,
.event-single__main .home-news,
.event-single__main .home-resources,
.event-single__main .insight-resource.on-pc,
.event-single__main .interior-network,
.event-single__main .layout,
.event-single__main .resource-care,
.event-single__main .resources-slider {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

@media (min-width: 48rem) {
    .event-single__main #tribe-events-header {
        margin-bottom: 4.5rem;
    }
    
    .event-single__main #tribe-events-header+* {
        margin-top: 4.5rem;
    }
    
    .event-single__main .contact-top .container {
        padding: 3rem;
    }
    
    .event-single__main .four-columns .column:nth-child(odd) .cell {
        padding-left: 0;
    }
    
    .event-single__main .four-columns .column:nth-child(even) .cell {
        padding-right: 0;
    }
    
    .event-single__main .home-funded .btn-red {
        margin-bottom: 1.5rem;
    }
    
    .event-single__main .home-funded .featured {
        margin: 0;
    }
    
    .event-single__main .home-funded .on-pc {
        right: unset;
    }
    
    .event-single__main .home-resources .resources-it {
        margin-bottom: 3rem;
    }
    
    .event-single__main .contact-top,
    .event-single__main .ct-box,
    .event-single__main .home-news,
    .event-single__main .home-resources,
    .event-single__main .insight-resource.on-pc,
    .event-single__main .interior-network,
    .event-single__main .layout,
    .event-single__main .resource-care,
    .event-single__main .resources-slider {    
        margin-bottom: 4.5rem;
        margin-top: 4.5rem;
    }
    
    .event-single__main .home-funded {
        margin-bottom: 4.5rem !important;
        margin-top: 4.5rem;
    }
    
    .event-single__main>*:last-child {
        margin-bottom: 0;
    }
    
    .event-single__main>.mk-title {
        margin-top: 4.5rem;
    }

    .event-single__main>.box.flex {
        margin-bottom: 4.5rem;
    }
}

@media (min-width: 60rem) {
	.event-single {
		display: flex;
			flex-direction: row-reverse;
		margin-bottom: 3rem;
	}

	.event-single__main {
		padding-left: 3rem;
		width: 70%;
	}

	.event-single__sidebar {
		background: #f1f1f2;
		padding: 1.5rem;
		width: 30%;
	}

	.event-single__sidebar .tribe-events-meta-group {
		padding: 0;
	}

	.tribe-events-event-meta:before {
		content: none;
	}

	#tribe-events-content {
		max-width: none;
	}

    .event-single__main .team__block {
        width: calc(33.33% - 1.5rem);
    }
}

@media (min-width: 62rem) {
    .event-single__main .four-columns .column:nth-child(2) .cell {
        padding-right: 1.5rem;
    }

    .event-single__main .four-columns .column:nth-child(3) .cell {
        padding-left: 1.5rem;
    }
}

@media (max-width: 47.999rem) {
    .event-single__main .home-benefits .right {
        padding-left: 0;
        padding-right: 0;
    }

    .event-single__main .team__block:not(:last-child) {
        margin-bottom: 3rem;
    }
    
    .event-single__main .box.flex .chart {
        margin-bottom: 0;
    }
}

.tribe-events-content h1,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
	margin-top: 1.5rem;
}

.tribe-events-content p {
	margin-bottom: 1.5rem !important;
}

.tribe-events-content a.button {
	border-color: #EF7874;
}

.tribe-events-content a.button:hover,
.tribe-events-content a.button:focus,
.tribe-events-content a.button:active {
	color: #EF7874;
}

.event-speakers {
	margin-top: 3rem;
}

.event-speakers__group,
.event-sponsors__group {
	margin-bottom: 2rem;
}

.event-speakers h2,
.event-sponsors h2 {color: #006A71;}

.event-speakers__row {
	margin-bottom: 2rem;
}

.event-speakers__row:last-child {
	margin-bottom: 0;
}

.event-speakers__image-wrapper {
	border: 4px solid #006A71;
	border-radius: 50%;
	height: 9rem;
	overflow: hidden;
	position: relative;
	width: 9rem;
}

.event-speakers__image {
	margin-bottom: 1.5rem;
}

.event-speakers__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

.event-speakers__text {

}

.event-sponsors {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.event-sponsors__item {
	margin-bottom: 1.5rem;
}

.event-sponsors__item img {display: block;}

@media (min-width: 48rem) {
	.event-speakers__row {
		display: flex;
		
	}

	.event-speakers__image {
		width: 20%;
	}

	.event-speakers__text {
		padding-left: 3rem;
		width: 80%
	}

	.event-sponsors__item {
		margin-bottom: 0;
	}
	
	.event-sponsors__wrap {
		display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-template-rows: auto;
			gap: 2rem;
			align-items: center;
	}
}


.statistics-ca__column {
    align-items: center;
    background: #006A71;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 10rem;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    width: 10rem;
}

.statistics-ca__column.in-view {
    opacity: 1;
}

.statistics-ca__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.statistics-ca__column strong {
    padding-bottom: 1rem;
}

.hvhc-wheel {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 78rem;
    display: flex;
}

.hvhc-wheel #sidebar {
    position: absolute !important;
}

#wheel img {
    height: auto;
    position: relative;
    transition: transform .75s ease-out;
    width: 532px;
}

#wheel img#wheel-inner-text {
    height: auto;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: opacity .75s ease-out;
    transform: translate(-50%, -60%);
    width: 15rem;
}

.hvhc-wheel__text {
    padding-left: 50%;
    padding-right: 1.5rem;
}

.hvhc-wheel__text h2 {
    font-weight: 900;
}

.hvhc-wheel__text p {
    font-size: 1.375rem;
}

.hvhc-wheel__text .driver {
    padding: 12rem 0;
}

.hvhc-wheel__text .driver:first-child {
    padding: 6rem 0 12rem;
}

.hvhc-wheel__text .driver:nth-child(2) h2 {
    color: #013C42;
    position: relative;
}

.hvhc-wheel__text .driver h2:before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6rem;
    width: 5rem;
}

.hvhc-wheel__text .driver:nth-child(2) h2:before {
    border-bottom: 11px solid #013C42;
}

.hvhc-wheel__text .driver:nth-child(3) h2 {
    color: #F26E72;
    position: relative;
}

.hvhc-wheel__text .driver:nth-child(3) h2:before {
    border-bottom: 11px solid #F26E72;
}

.hvhc-wheel__text .driver:nth-child(4) h2 {
    color: #026B70;
    position: relative;
}

.hvhc-wheel__text .driver:nth-child(4) h2:before {
    border-bottom: 11px solid #026B70;
}

.hvhc-wheel__text .driver:nth-child(5) h2 {
    color: #00B6CD;
    position: relative;
}

.hvhc-wheel__text .driver:nth-child(5) h2:before {
    border-bottom: 11px solid #00B6CD;
}

.hvhc-wheel__text .driver:last-child {
    padding: 12rem 0 6rem;
}

@media (max-width: 74.999rem) {
    .hvhc-wheel__text .driver:nth-child(2) h2:before,
    .hvhc-wheel__text .driver:nth-child(3) h2:before,
    .hvhc-wheel__text .driver:nth-child(4) h2:before,
    .hvhc-wheel__text .driver:nth-child(5) h2:before {
        left: -5rem;
        width: 4rem;
    }
    
    .theiaStickySidebar {
        margin-left: -11vw;
    }
}

@media (max-width: 61.999rem) {
    #wheel img#wheel-inner-text {
        display: none;
    }
    
    .theiaStickySidebar {
        margin-left: -31vw;
    }
}

@media (max-width: 47.999rem) {
    .theiaStickySidebar {
        margin-left: -23rem;
    }
    
    .hvhc-wheel__text {
        padding-left: 40%;
    }
    
    .driver p {
        font-size: 1rem;
    }
}

@media (max-width: 39.375rem) {
    .hvhc-wheel__text {
        padding-left: 50%;
    }
    
    .theiaStickySidebar {
        margin-left: -26rem;
    }
}

.media-mentions__column {
    width: calc((100% / 3) - 1.5rem);
}

.media-mentions__columns {
    display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
}

.media-mentions .column {
    width: 100%;
}

.media-mentions .column .cell {
    padding: 2.5rem 1.5rem 1.5rem;
    text-align: center;
}

.media-mentions .column .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .media-mentions .column .heading {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.media-mentions .column .resources-btn {
    margin: 1.5rem;
}

.media-mentions .column .image img {
    height: 10rem;
}

.media-mentions .footer-box {
    margin-top: 3rem;
    text-align: center;
}

.media-mentions .footer-box a {
    font-family: 'Interstate', Arial, Helvetica, sans-serif;
}

.media-mentions .heading {
    margin-bottom: 3rem;
}

@media screen and (min-width: 48em) and (max-width: 61.999em) {
    .media-mentions .column {
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .media-mentions .column>* {
        width: 50%;
    }
}

@media screen and (min-width: 62em) {
    .media-mentions .column {
        width: 33.33333%;
    }
}

/**
 * This little bit of hackery makes the edge of background images and
 * background colors line up with the container content when a contain
 * class is on the half and half layout, but not when the
 * 'contain-full-width' reset class is used.
 */
@media screen and (min-width: 62em) {
    .media-mentions[class*=contain]:not([class~=contain-full-width]) [class*=bg-].column:first-of-type,
    .media-mentions[class*=contain]:not([class~=contain-full-width]) [class*=bg-].column:last-of-type {
        width: calc(33.3333% - 1.5rem);
    }

    .media-mentions[class*=contain]:not([class~=contain-full-width]) [class*=bg-].column:first-of-type {
        margin-left: 1.5rem;
    }

    .media-mentions[class*=contain]:not([class~=contain-full-width]) [class*=bg-].column:last-of-type {
        margin-right: 1.5rem;
    }

    .media-mentions .columns {
        margin: 0 -1.5rem;
    }
}

.timeline {
    background-color: #F2F5F7;
    margin: 0 !important;
    padding: 0;
}

.timeline::before {
    /* this is the vertical line */
    background: #d7e4ed;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
}

.timeline__event {
    display: flex;
    padding: 3rem 0;
    position: relative;
}

.timeline__event:nth-child(odd) {
    flex-direction: row;
}

.timeline__event:nth-child(odd) .timeline__year {
    text-align: end;
    margin-right: 7.5rem;
}

.timeline__event:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline__event:nth-child(even) .timeline__year {
    text-align: start;
    margin-left: 7.5rem;
}

.timeline__event.dot::after {
    background: #006A71;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    content: '';
    height: 60px;
    position: absolute;
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    width: 60px;
}

.timeline__content {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 3px 0 #d7e4ed;
    padding: 1.5rem;
    position: relative;
}

.timeline__content.is-hidden {
    visibility: hidden;
}

.timeline__content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}

.timeline__content::after {
    content: '';
    position: absolute;
    top: 1.5rem;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;

}

.timeline__content,
.timeline__year {
    width: 50%;
}

.timeline__year {
    color: #303e49;
    font-family: Interstate, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.25rem;
    margin-top: 1rem;
}

@media (min-width: 36rem) {
    .timeline__event:nth-child(odd) .timeline__content::after {
        border-right: 7px solid #ffffff;
        right: 100%;
    }
    
    .timeline__event:nth-child(even) .timeline__content::after {
        border-left: 7px solid #ffffff;
        left: 100%;
    }
}

@media (max-width: 35.999rem) {
    .timeline__event {
        flex-direction: column !important;
    }
    
    .timeline__content {
        width: 100%;
    }
    
    .timeline__content::after {
        border-bottom: 7px solid #ffffff;
        bottom: 100%;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .timeline__year {
        text-align: end !important;
        width: calc(50% - 3rem);
        margin: 1rem 0 3rem !important;
    }
}