/* ------------------------------------------------------------ *\
	Scroll disabled
\* ------------------------------------------------------------ */

.scroll-disabled {
	overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Lists reset
\* ------------------------------------------------------------ */

li.widget:before,
li.widget:after,
.slider li:before,
.slider li:after,
nav li:before,
nav li:after,
.listless li:after,
.listless li:before {
	content: '';
	color: inherit;
}

li.widget,
.slider li,
nav li,
.listless li {
	color: inherit;
}

li.widget,
.slider li,
nav li,
.listless li {
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------ *\
	Shell large
\* ------------------------------------------------------------ */

.shell--large {
	max-width: 1260px;
}

/* ------------------------------------------------------------ *\
	Nav utilities
\* ------------------------------------------------------------ */

.nav--utilities {
	margin: 12px 0 20px !important;
}

/* ------------------------------------------------------------ *\
	Nav Container
\* ------------------------------------------------------------ */

.nav-container {
	position: relative;
	z-index: 998;
	padding: 14px 0;
	background: #4F758B;
	color: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

@media (max-width: 1023px) {
	.nav-container {
		height: 60px;
		padding: 10px 0;
	}

	.nav-container .shell {
		padding: 0 10px;
	}
}

.nav-container .nav-container__inner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.nav-container .nav-container__inner {
    border: 1px solid #fff;
    height: 41px;
    border-radius: 4px;
	}
}

.nav-container .nav-container__aside {
	position: relative;
	flex: 0 0 76px;
	max-width: 76px;
	font-family: 'futura-pt',sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.nav-container .nav-container__aside {
		padding-left: 18px;
		font-size: 16px;
		line-height: 1.31;
		letter-spacing: -.03em;
	}
}

.nav-container .nav-container__aside:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 42px;
	background: rgba(255, 255, 255, .5);
	transform: translateY(-50%);
}

@media (max-width: 1023px) {
	.nav-container .nav-container__aside:after {
		display: none;
	}
}

.nav-container .nav-container__aside a {
	margin-bottom: 0;
	position: relative;
}

.nav-container .nav-container__aside a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width .4s;
}

@media (max-width: 1023px) {
	.nav-container .nav-container__aside a:after {
		display: none;
	}
}

.nav-container .nav-container__aside a:hover:after {
	width: 100%;
}

.nav-container .nav-container__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 1 calc(100% - 107px);
	max-width: calc(100% - 107px);
	padding-left: 10px
}

@media (max-width: 1199px) {
	.nav-container .nav-container__content {
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	.nav-container .nav-container__content {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		max-width: 100%;
		padding: 20px 10px;
		flex-wrap: wrap;
		background: #4F758B;
		text-align: center;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s, visibility .4s, transform .4s;
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.nav-container.open .nav-container__content {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 1023px) {
	.nav-container .nav-container__content .btn {
		margin: 0 auto;
	}
}

/*  Nav Container Sticky  */
.nav-container--sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger {
	display: none;
	font-size: 0;
	line-height: 0;
	padding-right: 20px;
}

@media (max-width: 1023px) {
	.nav-trigger {
		display: inline-block;
	}
}

.nav-trigger .nav-trigger__text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'futura-pt',sans-serif;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 10px;
}

.nav-trigger > span:not([class]) {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 16px;
}

.nav-trigger > span:not([class]) span {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: transform .4s;
}

.nav-trigger > span:not([class]) span:nth-child(1) {
	top: -1px;
}

.nav-trigger > span:not([class]) span:nth-child(2) {
	top: 6px;
}

.nav-trigger > span:not([class]) span:nth-child(3) {
	top: 13px;
}

/*  Nav Trigger Active  */
.nav-trigger--active > span:not([class]) span:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
}

.nav-trigger--active > span:not([class]) span:nth-child(2) {
	display: none;
}

.nav-trigger--active > span:not([class]) span:nth-child(3) {
	top: 6px;
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
	.nav-secondary {
		width: 100%;
		margin-bottom: 10px;
	}
}

.nav-secondary ul {
	font-size: 0;
	line-height: 0;
	margin: 0 -16px;
	padding: 0;
}

.nav-secondary li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 16px;
	font-family: 'futura-pt',sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

@media (max-width: 1023px) {
	.nav-secondary li {
		display: block;
	}
}

.nav-secondary a {
	position: relative;
	display: block;
}

@media (max-width: 1023px) {
	.nav-secondary a {
		padding: 10px 0;
	}
}

.nav-secondary a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width .4s;
}

@media (max-width: 1023px) {
	.nav-secondary a:after {
		display: none;
	}
}

.nav-secondary a:hover:after {
	width: 100%;
}


/* ------------------------------------------------------------ *\
	Nav secondary alt
\* ------------------------------------------------------------ */

.nav-secondary--alt > ul > li {
	position: relative;
}

.nav-secondary--alt > ul > li > ul a:hover {
	color: #00A9E0;
}

.nav-secondary--alt > ul > li > ul a:hover:after {
	display: none;
}

.nav-secondary--alt .sub-menu-alt > .menu-item-has-children > a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.nav-secondary--alt .sub-menu-alt > .menu-item-has-children > a:before {
	position: relative;
	content: '\f054';
	font-size: 10px;
    margin-left: 5px;
    transition: transform .3s;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.nav-secondary--alt > ul > li > ul,
.nav-secondary--alt > ul > li > .sub-menu {
	opacity: 0;
	visibility: hidden;
	background-color: #FFF;
	border-bottom: 5px solid #4F758B;
	color: #262626;
	font-size: 18px;
	position: absolute;
	top: 46px;
	left: 12px;
	display: block;
	min-width: 302px;
	padding: 21px 7px;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul,
	.nav-secondary--alt > ul > li > .sub-menu {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		min-width: 0;
		width: 100%;
		padding: 15px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		width: calc(100% + 20px);
	    left: 50%;
	    transform: translateX(-50%);
	    margin: 0;
	}
}

.nav-secondary--alt > ul > li > ul:before {
	content: '';
	height: 30px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul:before {
		display: none;
	}
}

.nav-secondary--alt > ul > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-secondary--alt > ul > li > ul li {
	position: static;
	display: block;
	padding: 0 8px 0 16px;
	font-weight: 400;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul li {
		padding: 0 16px 0 10px;
	}
}

.nav-secondary--alt > ul > li > ul li.dropdown-sub-open ul {
	visibility: visible;
	opacity: 1;
}

.nav-secondary--alt > ul > li > ul li + li {
	margin-top: 29px;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul li + li {
		margin-top: 9px;
	}
}

.nav-secondary--alt > ul > li.dropdown-open > ul {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li.dropdown-open > ul {
		display: block;
	}
}

.nav-secondary--alt .menu-item-has-children > a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.nav-secondary--alt .menu-item-has-children > a:before {
	content: '\f078';
	font-size: 10px;
    margin-left: 10px;
    transition: transform .3s;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.nav-secondary--alt > ul > li.dropdown-open > a:before {
	transform: rotate(180deg);
}

.nav-secondary--alt > ul > li.dropdown-open > a > i {
	transform: rotate(180deg);
}

.nav-secondary--alt i {
	font-size: 10px;
	margin-left: 5px;
	transition: transform .3s;
}

.nav-secondary--alt > ul > li > ul > li > ul {
	position: absolute;
	top: 0;
	left: 16px;
	display: block;
	padding: 0;
	min-width: 302px;
	background-color: #fff;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-bottom: 5px solid #4F758B;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul > li > ul {
		text-align: left;
		width: 100%;
	}
}

.nav-secondary--alt > ul > li > ul > li > ul i {
	margin: 0 12px 0 0;
	font-size: 20px;
}

.nav-secondary--alt > ul > li > ul > li > ul li {
	padding: 0;
	position: static;
}

.nav-secondary--alt > ul > li > ul > li > ul li + li {
	margin-top: -11px;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul > li > ul li + li {
		margin: 0;
	}
}

.nav-secondary--alt > ul > li > ul > li > ul a {
	padding: 20px 25px;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul > li > ul a {
		padding: 15px 25px;
	}
}

.nav-secondary--alt > ul > li > ul > li > ul > li:first-child {
	border-bottom: 1px solid #DDDEDE;
	font-size: 16px;
	margin-bottom: 12px;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul > li > ul > li:first-child {
		margin: 0;
	}
}

.nav-secondary--alt > ul > li > ul > li > ul > li:first-child a {
	padding: 22px 28px;
}

@media (max-width: 1023px) {
	.nav-secondary--alt > ul > li > ul > li > ul > li:first-child a {
		padding: 20px 25px;
	}
}

/* ------------------------------------------------------------ *\
	Hero blog
\* ------------------------------------------------------------ */

.hero-blog {
	padding: 30px 0 0 !important;
	text-align: center;
	background: linear-gradient(180deg, rgba(235,237,247,1) 0%, rgba(255,255,255,1) 100%);
}

@media (max-width: 1023px) {
	.hero-blog {
		padding: 60px 0 !important;
	}
}

@media (max-width: 767px) {
	.hero-blog {
		padding: 60px 0 45px !important;
	}
}

.hero-blog h1 {
	font-size: 62px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	color: #4F758B;
	margin-bottom: 10px;
}

@media (max-width: 1023px) {
	.hero-blog h1 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.hero-blog h1 {
		font-size: 42px;
	}
}

.hero-blog h1 + p {
	color: #54585A;
	font-size: 22px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	margin-bottom: 52px;
}

@media (max-width: 1023px) {
	.hero-blog h1 + p {
		font-size: 18px;
		padding: 0 40px;
		margin-bottom: 60px;
	}
}

/* ------------------------------------------------------------ *\
	Article blog
\* ------------------------------------------------------------ */

.article-blog {
	text-align: left;
	font-family: futura-pt, sans-serif;
}

/* a11y #173: Changed h3 to h2 */
.article-blog h2 {
	color: #262626;
	font-size: 26px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.article-blog h3 {
		line-height: 1.1;
	}
}

.article-blog h3 a {
	transition: color .3s;
}

.article-blog h3 a:hover {
	color: #00A9E0;
}

.article-blog ul {
	list-style: disc;
}

.article-blog ol {
	list-style: decimal;
}

.article-blog ul,
.article-blog ol {
	text-align: left;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	padding: 0 0 0 20px;
}

@media (max-width: 1023px) {
	.article-blog ul,
	.article-blog ol {
		padding: 0 0 0 18px !important;
	}
}

.article-blog li + li {
	margin-top: 15px;
}

@media (max-width: 1023px) {
	.article-blog li + li {
		margin-top: 10px;
	}
}

.article-blog p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: .001em;
}

.article-blog ul > li a {
    color: #0099CC;
    text-decoration: underline;
}

/* a11y #178: Changed figure to div */
.article-blog div {
	position: relative;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.article-blog figure {
		margin-bottom: 20px;
	}
}

/* .article-blog figure a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00A9E0;
	transition: opacity .3s;
	opacity: 0;
} */

.article-blog figure a:hover:before {
	opacity: .5;
}

.article-blog .article__meta {
	display: inline-block;
}

.article-blog .article__meta span {
	font-weight: 500;
}

.article-blog .article__meta span:after {
	content: '·';
	font-weight: 400;
	margin: 0 6px;
}

@media (max-width: 767px) {
	.article-blog .article__meta span:after {
		margin: 0 3px;
	}
}

.article-blog .article__tag {
	background-color: rgba(0, 169, 224, .1);
	/* a11y Blog #180: Changed text color to #1A2A36 */
	color: #1A2A36;
	border-radius: 4px;
	padding: 2px 10px;
	font-size: 18px;
	transition: color .3s, background-color .3s;
	display: inline-block;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.article-blog .article__tag {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.article-blog .article__tag {
		padding: 5px 10px;
		margin-bottom: 24px;
	}
}

.article-blog .article__tag:hover {
	color: #fff;
	background-color: rgba(0, 169, 224, 1);
}

.article-blog .article__image {
	margin-bottom: 30px;
}

.article-blog .article__link {
	color: #C8102E;
	text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
	Article blog featured
\* ------------------------------------------------------------ */

.article-blog--featured {
	display: flex;
	align-items: center;
}

@media (max-width: 1023px) {
	.article-blog--featured {
		display: block;
	}
}

.article-blog--featured h3 {
	margin-bottom: 14px;
}

@media (max-width: 1023px) {
	.article-blog--featured h3 {
		font-size: 26px;
	}
}

.article-blog--featured p {
	line-height: 1.5;
	letter-spacing: .01em;
}

.article-blog--featured figure {
	width: 63%;
	margin: 0;
}

@media (max-width: 1023px) {
	.article-blog--featured figure {
		width: 100%;
	}
}

.article-blog--featured .article__content {
	position: relative;
	width: 47%;
	margin-left: -118px;
	padding: 50px 42px;
	background-color: #fff;
	border-left: 8px solid #00A9E0;
}

@media (max-width: 1199px) {
	.article-blog--featured .article__content {
	    padding: 20px;
	    border-left: none;
		border-top: 8px solid #00A9E0;
	}
}

@media (max-width: 1023px) {
	.article-blog--featured .article__content {
		margin: -90px auto 0 auto;
		width: calc(100% - 20px);
		padding: 26px 20px 20px;
	}
}

@media (max-width: 374px) {
	.article-blog--featured .article__content {
		padding: 16px 10px 10px;
	}
}

.article-blog--featured .article__content h3 {
	color: #262626;
	font-size: 36px;
}

@media (max-width: 1023px) {
	.article-blog--featured .article__content h3 {
		font-size: 26px;
	}
}

.article-blog--featured .article__meta {
	font-size: 18px;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.article-blog--featured .article__meta {
		font-size: 16px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.article-blog--featured .article__meta span:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.article-blog--featured .article__meta span {
		display: block;
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.article-blog--featured .article__meta + p {
		display: none;
	}
}

.article-blog--featured .article__tag {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.article-blog--featured .article__tag {
		margin-bottom: 20px;
	}
}

/* ------------------------------------------------------------ *\
	Article blog small
\* ------------------------------------------------------------ */

.article-blog--small h3 {
	font-size: 24px;
	line-height: 1.15;
}

/* ------------------------------------------------------------ *\
	Article blog large
\* ------------------------------------------------------------ */

.article-blog--large {
	text-align: left;
}

.article-blog--large h1 {
	text-align: center;
	font-size: 50px;
	color: #4F758B;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 13px;
}

@media (max-width: 1023px) {
	.article-blog--large h1 {
		font-size: 42px;
	}
}

.article-blog--large h1 + p {
	font-size: 18px;
	text-align: center;
	font-family: 'futura-pt',sans-serif;
	margin-bottom: 40px;
}

.article-blog--large h1 + p span {
	font-weight: 500;
}

.article-blog--large h2 {
	color: #4F758B;
	font-size: 36px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 18px;
}

.article-blog--large figure {
	margin-bottom: 40px;
}

.article-blog--large .article__tag {
	color: #4F758B;
	background-color: #fff;
	margin-bottom: 25px;
}

.article-blog--large p {
	color: #54585A;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	line-height: 1.5;
    letter-spacing: .005em;
    margin-bottom: 26px;
}

.article-blog--large p + h2 {
	margin-top: 38px;
}

.article-blog--large p a {
	color: #0099CC;
	text-decoration: underline;
}

.article-blog--large p a:hover {
	text-decoration: none;
}

.article-blog--large .article__share {
	margin-top: 49px;
}

@media (max-width: 1023px) {
	.article-blog--large .article__share {
		margin-top: 30px;
	}
}

.article-blog--large .article__share .share {
	justify-content: center;
}

/* ------------------------------------------------------------ *\
	Share
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
	.share {
		display: block;
	}
}

@media (max-width: 1023px) {
	.share > span {
		display: block;
		margin: 0 0 30px 0;
	}
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles .articles__actions {
	margin-top: 60px;
	text-align: center;
}

/* a11y #176: Removed list-style from articles__items */
.articles__items {
	list-style: none;
}

#blog-sidebar > h2 {
	font-size: 20px;
	color: #333;
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	margin-bottom: .65rem;
}

@media (max-width: 1023px) {
	.articles .articles__items {
		margin: -30px -15px;
		flex: auto;
	}
}

@media (max-width: 1023px) {
	.articles .articles__item {
		padding: 30px 15px;
		width: 50%;
		flex: auto;
	}
}

@media (max-width: 767px) {
	.articles .articles__item {
		padding: 30px 15px;
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Articles small
\* ------------------------------------------------------------ */

.articles--small article {
	padding: 30px 0;
}

.articles--small article:first-child {
	padding-top: 0;
}

.articles--small article + article {
	border-top: 1px solid #D8D8D8;
}

/* ------------------------------------------------------------ *\
	Articles related
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
	.articles--related .articles__items {
		justify-content: center;
	}
}

@media (max-width: 1023px) {
	.articles--related .articles__item {
		width: 50%;
		flex: none;
	}
}

@media (max-width: 767px) {
	.articles--related .articles__item {
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Articles Offsets
\* ------------------------------------------------------------ */

.articles--offsets {
	margin-bottom: 74px;
}

@media (max-width: 1023px) {
	.articles--offsets {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.cols {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px;
	width: auto;
}

/* ------------------------------------------------------------ *\
	Col
\* ------------------------------------------------------------ */

.col {
	width: 100%;
	padding: 30px 15px;
}

.col--1of2 {
	width: 50%;
}

.col--1of3 {
	width: 33.33%;
}

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */

.btn {
	font-family: 'futura-pt',sans-serif;
	height: auto;
	min-height: 46px;
	padding: 0 20px;
	min-width: 170px;
	font-size: 18px;
	font-weight: 500;
	color: #0099CC;
	border: 2px solid #0099CC;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color .3s, background-color .3s, border-color .3s;
}

.btn:hover {
	background-color: #0099CC;
	color: #fff;
}

/* ------------------------------------------------------------ *\
	Btn link
\* ------------------------------------------------------------ */

.btn-link > span {
	position: relative;
}

.btn-link > span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width .4s;
}

.btn-link:hover > span:after {
	width: 100%;
}

.btn-link i {
	transition: .3s;
	margin-left: 10px;
}

.btn-link:hover i {
	transform: translateX(5px);
}

/* ------------------------------------------------------------ *\
	Section articles
\* ------------------------------------------------------------ */

.section-articles {
	padding: 10px 0;
}

.section-articles ul,
.section-articles ol {
	text-align: left;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
}

.section-articles li + li {
	margin-top: 15px;
}

.section-articles .section__inner {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.section-articles .section__inner {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

.section-articles .section__articles {
	width: 65%;
}

@media (max-width: 1023px) {
	.section-articles .section__articles {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.section-articles .section__articles {
		width: 100%;
	}
}

.section-articles .section__aside {
	width: 28.5%;
	padding-right: 50px;
}

@media (max-width: 1199px) {
	.section-articles .section__aside {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.section-articles .section__aside {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.section-articles .section__articles + iframe {
		display: none !important;
	}
}

.section-articles .section__aside .section__articles {
	margin-bottom: 62px;
	width: 100%;
}

@media (max-width: 1023px) {
	.section-articles .section__aside .section__articles {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.section-articles .section__aside .section__articles {
		padding: 0 25px 30px 0;
		margin-bottom: 0;
		border-bottom: 2px solid #D8D8D8;
	}
}

.section-articles + .section-podcasts {
	margin-top: 184px;
}

/* ------------------------------------------------------------ *\
	Section podcasts
\* ------------------------------------------------------------ */

.section-podcasts {
	position: relative;
	padding: 7px 0 160px;
	background-color: #F1F3FB;
	text-align: center;
}

.section-podcasts h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	color: #4F758B;
	margin-bottom: 47px;
	font-size: 36px;
}

@media (max-width: 767px) {
	.section-podcasts h2 {
		font-size: 32px;
		margin-bottom: 102px;
	}
}

.section-podcasts figure {
	margin-top: -140px;
	margin-bottom: 44px;
	width: 254px;
	height: 254px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .02);
}

@media (max-width: 767px) {
	.section-podcasts figure {
		width: 200px;
		height: 200px;
		padding: 32px;
		margin-top: -110px;
	}
}

.section-podcasts figure img {
	max-width: 170px;
}

@media (max-width: 767px) {
	.section-podcasts figure img {
		width: 100%;
		max-width: none;
	}
}

.section-podcasts .section__podcasts {
	max-width: 1060px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section-podcasts .section__podcasts {
		padding: 0 26px;
	}
}

@media (max-width: 374px) {
	.section-podcasts .section__podcasts {
		padding: 0;
	}
}

.section-podcasts + .section-subscribe {
	margin-top: -80px;
}

/* ------------------------------------------------------------ *\
	Podcasts
\* ------------------------------------------------------------ */

.podcasts .podcasts__items {
	display: flex;
	flex-wrap: wrap;
	margin: -36px -65px;
}

@media (max-width: 1199px) {
	.podcasts .podcasts__items {
		margin: -40px -20px;
	}
}

@media (max-width: 1023px) {
	.podcasts .podcasts__items {
		margin: -20px;
	}
}

@media (max-width: 767px) {
	.podcasts .podcasts__items {
		margin: 0;
	}
}

.podcasts .podcasts__items:before {
	content: '';
	height: 1px;
	background-color: #DDDEDE;
	width: 100%;
	max-width: 1170px;
	display: block;
	position: absolute;
	top: 425px;
	transform: translateX(-50%);
	left: 50%;
}

@media (max-width: 1199px) {
	.podcasts .podcasts__items:before {
		display: none;
	}
}

.podcasts .podcasts__items + a {
	margin-top: 50px;
	padding: 0 35px;
}

@media (max-width: 1023px) {
	.podcasts .podcasts__items + a {
		margin-top: 60px;
	}
}

.podcasts .podcasts__item {
	width: 33.33%;
	padding: 36px 65px;
}

@media (max-width: 1199px) {
	.podcasts .podcasts__item {
		padding: 40px 20px;
	}
}

@media (max-width: 1023px) {
	.podcasts .podcasts__item {
		padding: 20px;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.podcasts .podcasts__item {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.podcasts .podcasts__item + .podcasts__item {
		margin-top: 50px;
	}
}

/* ------------------------------------------------------------ *\
	Podcast
\* ------------------------------------------------------------ */

.podcast {
	text-align: left;
	display: flex;
	font-family: futura-pt, sans-serif;
}

.podcast h6 {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 7px;
}

.podcast h6 a {
	transition: color .3s;
}

.podcast h6 a {
	color: #262626;
}

.podcast h6 a:hover {
	color: #00A9E0;
}

.podcast > span {
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
	color: #7E8487;
	line-height: .8;
}

.podcast .podcast__content {
	padding-left: 40px;
}

.podcast .podcast__content span {
	font-size: 16px;
	font-weight: 500;
	color: #54585A;
}

/* ------------------------------------------------------------ *\
	Section subscribe
\* ------------------------------------------------------------ */

.section-subscribe {
	position: relative;
	padding: 50px 0 60px;
	color: #fff;
	font-family: futura-pt, sans-serif;
	text-align: center;
	font-size: 22px;
	background-color: transparent;
}

@media (max-width: 1023px) {
	.section-subscribe {
		padding: 80px 0;
	}
}

.section-subscribe--alt {
	background-color: transparent;
}

.section-subscribe h2 {
	font-size: 42px;
	font-weight: 500;
	color: #fff;
	line-height: 1.085;
	margin-bottom: 22px;
}

@media (max-width: 1023px) {
	.section-subscribe h2 {
		font-size: 32px;
		margin-bottom: 26px;
	}
}

/* a11y #173: Changed h5 to p */
#subscribe-title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin-bottom: 0.65em;
}

@media (max-width: 1023px) {
	.section-subscribe h5 {
		margin-bottom: 22px;
	}
}

.section-subscribe p span {
	background-color: rgba(0, 169, 224, .7);
	border-radius: 4px;
	font-weight: 600;
	padding: 2px 7px;
}

.section-subscribe .section__graphic {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1094px;
	width: 100%;
	z-index: 2;
}

@media (max-width: 1023px) {
	.section-subscribe .section__graphic {
		display: none;
	}
}

.section-subscribe .section__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-subscribe .section__background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.section-subscribe .section__inner {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	z-index: 5;
}

.section-subscribe .section__subscribe {
	margin-bottom: 31px;
	text-align: left;
}

.section-subscribe .section__element {
	display: none;
	position: absolute;
}

@media (max-width: 1023px) {
	.section-subscribe .section__element {
		display: block;
	}
}

.section-subscribe .section__element img {
	width: 50%;
}

.section-subscribe .section__element--first {
	top: 20px;
	left: -73px;
}

.section-subscribe .section__element--second {
	bottom: 30px;
	right: -90px;
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe {
	position: relative;
}

.subscribe .subscribe__field {
	width: 100%;
	height: 54px;
	border-radius: 4px;
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	padding: 0 145px 0 18px;
}

@media (max-width: 1023px) {
	.subscribe .subscribe__field {
		font-size: 16px;
		padding: 0 145px 0 14px;
	}
}

.subscribe .subscribe__field::placeholder {
	color: #7C8080;
	font-style: italic;
}

.subscribe .subscribe__btn {
	background: linear-gradient(90deg, rgba(255,25,64,1) 0%, rgba(200,16,46,1) 100%);
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	height: 50px;
	position: absolute;
	/* a11y #189: Changed top to 67% */
	top: 67%;
	transform: translateY(-50%);
	right: .2rem;
	border: none;
	padding: 0 30px;
}

@media (max-width: 374px) {
	.subscribe .subscribe__btn {
		padding: 0 10px;
		font-size: 18px;
	}
}

.subscribe .subscribe__btn:hover {
	background: linear-gradient(90deg, rgba(255,25,64,1) 0%, rgba(255,25,64,1) 100%);
}

.subscribe--small {
	margin-bottom: 20px;
}

.subscribe--small .subscribe__field {
	height: 50px;
	padding: 0 100px 0 15px;
	font-size: 16px;
}

.subscribe--small .subscribe__btn {
	height: 46px;
	padding: 0 13px;
	font-size: 18px;
}

/* ------------------------------------------------------------ *\
	Subscribe Wrapper
\* ------------------------------------------------------------ */

.subscribe-wrapper {
	margin-bottom: 108px;
	padding: 47px 19px 45px;
	border-radius: 4px;
	background: #122D3D;
	color: #fff;
	text-align: center;
}

@media (max-width: 1023px) {
	.subscribe-wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.subscribe-wrapper {
		margin-bottom: 40px;
	}
}

.subscribe-wrapper--offsets {
	margin-bottom: 90px;
}

@media (max-width: 1023px) {
	.subscribe-wrapper--offsets {
		margin-bottom: 30px;
		width: 100%;
	}
}

.subscribe-wrapper h4 {
	margin-bottom: 8px;
	font-size: 28px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height: 0.86;
	color: #fff;
}

.subscribe-wrapper h6 {
	margin-bottom: 27px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.subscribe-wrapper p {
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.subscribe-wrapper p span {
	display: inline-block;
	background-color: rgba(0, 169, 224, .7);
	border-radius: 4px;
	font-weight: 600;
	padding: 3px 5px;
}

/* ------------------------------------------------------------ *\
	Search alt
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
	.search--alt {
		display: none;
	}
}

.search--alt button {
	color: #fff !important;
}

.search--alt .search__field {
	width: 370px !important;
	background-color: rgba(0, 0, 0, .25) !important;
	color: #fff !important;
	height: 46px !important;
	font-size: 16px !important;
	padding: 0 20px !important;
	border: 1px solid transparent;
}

.search--alt .search__field::placeholder {
	opacity: .7 !important;
	font-weight: 500;
}

.search--alt .search__btn {
	right: 20px !important;
}

/* ------------------------------------------------------------ *\
	Search header
\* ------------------------------------------------------------ */

.search--header {
	display: none;
}

@media (max-width: 1023px) {
	.search--header {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Socials alt
\* ------------------------------------------------------------ */

.socials--alt a {
	background: #068EC5;
	color: #fff;
	transition: color .3s, background-color .3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.socials--alt a:hover {
	background-color: #fff;
	color: #068EC5;
}

.socials--alt a i {
	color: #fff;
	transition: color .3s;
}

.socials--alt a:hover i {
	color: #068EC5;
}

.socials--alt li ~ li {
	margin: 0 0 0 16px;
}

@media (max-width: 1023px) {
	.socials--alt li ~ li {
		margin: 0 0 0 10px;
	}
}

.socials--alt li {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.socials--alt li {
		margin-right: 0 !important;
	}
}

.socials--alt ul {
	padding: 0;
}

@media (max-width: 1023px) {
	.socials--alt ul {
		justify-content: center;
	}
}

/* ------------------------------------------------------------ *\
	Section Blocks
\* ------------------------------------------------------------ */

.section-blocks {
	padding: 87px 0 21px;
	background: linear-gradient(180deg, rgba(235,237,247,1) 0%, rgba(255,255,255,1) 30%);
}

.section-blocks ul,
.section-blocks ol {
	text-align: left;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	padding: 0 0 0 20px;
}

@media (max-width: 1023px) {
	.section-blocks ul,
	.section-blocks ol {
		padding: 0 0 0 18px !important;
	}
}

.section-blocks li + li {
	margin-top: 15px;
}

@media (max-width: 1023px) {
	.section-blocks li + li {
		margin-top: 10px;
	}
}

@media (max-width: 1023px) {
	.section-blocks {
		padding: 40px 0;
	}
}

.section-blocks .shell {
	max-width: 1212px;
}

.section-blocks .section__outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-blocks .section__content {
	width: 66%;
}

@media (max-width: 1023px) {
	.section-blocks .section__content {
		width: 100%;
	}
}

.section-blocks .section__aside {
	width: 29%;
	padding-top: 94px;
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.section-blocks .section__aside {
		width: 33%;
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	.section-blocks .section__aside {
		width: 100%;
		padding: 0;
		margin-top: 40px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

.section-blocks .section__head {
	padding-bottom: 59px;
	color: #54585A;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.section-blocks .section__head {
		padding-bottom: 30px;
	}
}

.section-blocks .section__title {
	margin-bottom: 28px;
	font-family: futura-pt, sans-serif;
	font-size: 62px;
	font-weight: 500;
	color: #4F758B;
}

@media (max-width: 1023px) {
	.section-blocks .section__title {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.section-blocks .section__title {
		font-size: 42px;
	}
}

@media (max-width: 1023px) {
	.section-blocks .section__paging {
		margin-top: 30px;
	}
}

.section-blocks .section__form {
	padding-bottom: 80px;
}

@media (max-width: 1023px) {
	.section-block .section__form {
		padding-bottom: 40px;
	}
}

.section-blocks .section__form h2 {
	margin-bottom: 40px;
	font-family: futura-pt, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #4F758B;
	line-height: 1.28;
}

.section-blocks .gform_wrapper {
	border: 0;
	border-top: 8px solid #00A9E0;
	background: #EBEDF7;
	box-shadow: 0 60px 80px 0 rgba(0, 0, 0, .02);
}

.section-blocks .gform_wrapper .gform_heading {
	padding: 48px 40px 17px;
	background: none;
}

@media (max-width: 767px) {
	.section-blocks .gform_wrapper .gform_heading {
		padding: 20px;
	}
}

.section-blocks .gform_wrapper .gform_title {
	margin-bottom: 0;
	font-size: 42px;
	letter-spacing: 0 !important;
	color: #4F758B;
	font-weight: 600;
}

.section-blocks .gform_wrapper .gform_body {
	padding: 0 41px 0;
}

@media (max-width: 767px) {
	.section-blocks .gform_wrapper .gform_body {
		padding: 0 20px;
	}
}

.section-blocks .gform_wrapper .gfield_label {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 700;
	color: #54585A;
}

.section-blocks .gform_wrapper .gfield_required {
	color: #54585A;
}

.section-blocks .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	margin: 6px 0 1px;
	letter-spacing: 0;
}

.section-blocks .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,.06);
}

.section-blocks .gform_wrapper textarea.large {
	height: 120px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 2px 2px rgba(0,0,0,.06);
}

.section-blocks .gform_wrapper .gfield {
	margin-bottom: 23px;
}

.section-blocks .gform_wrapper .gform_footer {
	margin-top: 36px;
	padding: 0 40px 40px;
}

@media (max-width: 767px) {
	.section-blocks .gform_wrapper .gform_footer {
		margin-top: 20px;
		padding: 0 20px 20px;
	}
}

.section-blocks .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
	height: 50px;
	padding: 0 41px;
	border-radius: 25px;
	background: #00A9E0;
}

@media (max-width: 767px) {
	.section-blocks .gform_wrapper div.ginput_container_name span {
		width: 100%;
		margin-bottom: 23px;
	}
}

@media (max-width: 767px) {
	.section-blocks .gform_wrapper div.ginput_container_name span:last-child {
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------ *\
	Blocks
\* ------------------------------------------------------------ */

.blocks {
	padding-bottom: 36px;
}

.blocks .blocks__head {
	padding-bottom: 46px;
}

@media (max-width: 1023px) {
	.blocks .blocks__head {
		padding-bottom: 0;
	}
}

.blocks .blocks__title {
	font-family: futura-pt, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #4F758B;
}

/* ------------------------------------------------------------ *\
	Block
\* ------------------------------------------------------------ */

.block {
	margin-bottom: 30px;
	padding: 25px 39px 69px 31px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
}

@media (max-width: 1023px) {
	.block {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.block {
		display: block;
		padding: 20px;
	}
}

.block .block__avatar {
	max-width: 170px;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.block .block__avatar {
		margin-bottom: 30px;
	}
}

.block .block__content {
	width: calc(100% - 170px);
	padding-left: 30px;
	padding-top: 5px;
	color: #54585A;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.block .block__content {
		width: 100%;
		padding: 0;
	}
}

.block .block__title {
	margin-bottom: 3px;
	font-size: 36px;
	font-weight: 500;
	color: #4F758B;
	line-height: 1;
}

@media (max-width: 767px) {
	.block .block__title {
		font-size: 30px;
	}
}

.block span {
	margin-bottom: 34px;
	display: block;
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	color: #262626;
	line-height: 1;
}

/* ------------------------------------------------------------ *\
	Item
\* ------------------------------------------------------------ */

.item {
	margin-bottom: 79px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.item {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.item + .item {
		margin-top: 40px;
	}
}


.item h2 {
	font-size: 36px;
	font-weight: 500;
	color: #4F758B;
	line-height: 1.28;
}

.item .item__content {
	width: 48%;
	padding-right: 20px;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.item .item__content {
		width: 100%;
		padding: 0;
		margin-bottom: 26px;
	}
}

.item ul:not([class]) {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
}

.item li {
	margin-bottom: 22px;
}

@media (max-width: 1023px) {
	.item li {
		margin-bottom: 10px;
	}
}

.item ul:not([class]) li a {
	text-decoration: none;
	color: #54585A;
	transition: color .3s;
}

.item ul:not([class]) li a:hover {
	color: #09c;
}

.item figure {
	width: 52%;
}

@media (max-width: 767px) {
	.item figure {
		width: 100%;
	}
}

.item--reverse {
	flex-direction: row-reverse;
}

.item--reverse .item__content {
	width: 46%;
	padding-right: 0;
	padding-left: 23px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.item--reverse .item__content {
		width: 100%;
		padding: 0;
	}
}

.item--reverse h2 {
	margin-bottom: 31px;
}

.item--reverse p {
	margin-bottom: 26px;
}

.item--reverse a[href^=tel] {
	color: #54585A;
	transition: color .3s;
}

.item--reverse a[href^=tel]:hover {
	color: #09c;
}

/* ------------------------------------------------------------ *\
	Posts small
\* ------------------------------------------------------------ */

.posts-small {
	margin-bottom: 62px;
}

@media (max-width: 767px) {
	.posts-small {
		margin-bottom: 40px;
	}
}

.posts-small h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #4F758B;
}

/* ------------------------------------------------------------ *\
	Post Small
\* ------------------------------------------------------------ */

.post-small {
	padding: 32px 0 31px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top: 1px solid rgba(84, 88, 90, .2);
	font-size: 18px;
	font-weight: 600;
	font-family: futura-pt, sans-serif;
	color: #262626;
	letter-spacing: 0.02em;
	line-height: 1.11;
	transition: color .3s;
}

.post-small:hover {
	color: #00A9E0;
}

.post-small figure {
	max-width: 73px;
}

.post-small p {
	margin-bottom: 0;
	flex: 1;
	padding-right: 10px;
}

/* ------------------------------------------------------------ *\
	Section Categories
\* ------------------------------------------------------------ */

.section-categories {
	padding: 87px 0 111px !important;
	background: linear-gradient(180deg, rgba(235,237,247,1) 0%, rgba(255,255,255,1) 30%);
}

@media (max-width: 1023px) {
	.section-categories {
		padding: 60px 0 !important;
	}
}

.section-categories .shell {
	max-width: 1212px;
}

.section-categories .section__outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-categories .section__content {
	width: 66%;
}

@media (max-width: 1023px) {
	.section-categories .section__content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.section-categories .section__content {
		width: 100%;
	}
}

.section-categories .section__aside {
	width: 29%;
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.section-categories .section__aside {
		width: 33%;
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	.section-categories .section__aside {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.section-categories .section__head {
	padding-bottom: 39px;
	color: #54585A;
	line-height: 1.5;
}

@media (max-width: 1023px) {
	.section-categories .section__head {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.section-categories .section__body {
		margin-bottom: 30px;
	}
}

.section-categories .section__title {
	margin-bottom: 28px;
	font-family: futura-pt, sans-serif;
	font-size: 62px;
	font-weight: 500;
	color: #4F758B;
}

@media (max-width: 1023px) {
	.section-categories .section__title {
		font-size: 50px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.section-categories .section__title {
		font-size: 42px;
	}
}

@media (max-width: 1023px) {
	.section-categories .section__paging {
		margin-top: 30px;
	}
}

/* ------------------------------------------------------------ *\
	Categories
\* ------------------------------------------------------------ */

.categories .categories__cols {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.categories .categories__cols {
		margin: 0;
	}
}

.categories .categories__col {
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.categories .categories__col {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.categories .categories__col + .categories__col {
		margin-top: 60px;
	}
}

/* ------------------------------------------------------------ *\
	Category
\* ------------------------------------------------------------ */

.category {
	margin-bottom: 56px;
}

@media (max-width: 1023px) {
	.category {
		margin-bottom: 0;
	}
}

.category .category__image {
	position: relative;
	margin-bottom: 33px;
	padding-top: 76.7%;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.category .category__image:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00A9E0;
	opacity: 0;
	transition: opacity .3s;
}

.category .category__image:hover:before {
	opacity: .5;
}

.category h4 {
	margin-bottom: 6px;
	font-size: 26px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	color: #262626;
	line-height: 1.08;
	letter-spacing: 0.028em;
}

.category h4 a {
	transition: color .3s;
}

.category h4 a:hover {
	color: #00A9E0;
}

.category ul:not([class]) {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	list-style: none;
	color: #54585A;
}

.category ul li {
	position: relative;
	padding-right: 9px;
	margin-right: 8px;
}

.category ul li:before {
	content: '';
	position: absolute;
	top: 47%;
	right: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #54585A;
	transform: translateY(-50%);
}

.category ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.category ul li:last-child:before {
	display: none;
}

.category ul span {
	font-weight: 500;
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */

.paging {
	position: relative;
	padding-left: 1px;
}

@media (max-width: 1023px) {
	.paging {
		padding-top: 60px;
	}
}

.paging ul:not([class]) {
	margin: 11px 2px;
	padding: 0 10px 0 13px;
}

@media (max-width: 1023px) {
	.paging ul:not([class]) {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		padding: 0;
		width: 100%;
		justify-content: center;
	}
}

.paging ul li ~ li {
	margin-left: 15px;
}

.paging li.is-active a {
	background: #09c;
	color: #fff !important;
}

.paging a {
	font-weight: 700;
	font-size: 16px;
	color: #333333 !important;
}

.paging span {
	font-size: 30px;
	font-weight: 300;
}

.paging svg {
	margin-top: 6px;
	color: #0099CC;
	transition: color .3s;
}

.paging a:hover svg {
	color: #fff;
}

.paging .paging__first,
.paging .paging__last {
    height: 32px;
	flex: 0 0 32px;
    border: 1px solid #c7c9c7;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.paging .paging__first {
	margin-right: 10px;
}

.paging .paging__last {
	margin-left: 10px;
}

@media (max-width: 1023px) {
	.paging .paging__prev {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.paging .paging__next {
		margin-left: 10px;
	}
}

/* ------------------------------------------------------------ *\
	Section article
\* ------------------------------------------------------------ */

.section-article {
	padding: 80px 0 50px;
	background: linear-gradient(180deg, rgba(235,237,247,1) 0%, rgba(255,255,255,1) 100%);
}

@media (max-width: 1023px) {
	.section-article {
		padding: 60px 0 40px;
	}
}

@media (max-width: 767px) {
	.section-article {
		padding: 40px 0 20px;
	}
}

.section-article article {
	max-width: 770px;
	margin: 0 auto;
}

.section-article .section__inner {
	position: relative;
}

/* .section-article .section__utilities {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
} */


	.section-article .section__utilities {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin-bottom: 30px;
	}

	.utilities ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

/* ------------------------------------------------------------ *\
	Section related
\* ------------------------------------------------------------ */

.section-related {
	padding: 24px 0 124px;
}

@media (max-width: 1023px) {
	.section-related {
		padding: 30px 0;
	}
}

.section-related h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	color: #4F758B;
	margin-bottom: 40px;
}

/* ------------------------------------------------------------ *\
	Utilities
\* ------------------------------------------------------------ */


	.utilities ul {
		justify-content: center;
	}

	.utilities li ~ li {
		margin-top: 0;
	}

	.utilities li {
		margin-right: 10px;
	}

	body .tooltip--left {
		top: 58px !important;
		left: 50% !important;
		transform: translateX(-50%);
		margin-right: 0;
		margin-top: 10px;
	}

	.tooltip--left:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 10px 6px;
		border-color: transparent transparent #e8ebee transparent;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 97;

	}

	.tooltip--left:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 8px 4px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 98;
	}

	.utilities {
		margin-left: 0;
	}


/* Default WP Styles */
.page--is-blog .wp-caption { max-width: 100%; padding: 10px; box-shadow: 0 2px 16px rgba(0,0,0,.12); }
.page--is-blog .wp-caption img { display: block; margin: 0 auto; }
.page--is-blog .wp-caption .wp-caption-text, .content .gallery-caption, .content .entry-caption { font-style: italic; font-size: 14px; line-height: 1.4; color: #666; padding: 12px 0 6px; margin: 0; }

.alignleft { float: left; margin: 0px 30px 5px 0px; max-width: 50%; }
.alignright { float: right; margin: 0 0 5px 30px; max-width: 50%; }
.aligncenter { display: block; float: none; text-align: center; clear:both; margin: 0 auto; max-width: 100%; }

.page--is-blog header .search,
.page--is-blog header .btn-toggle-search { display: none !important; }
