.blog-page {
	padding-top: 338px;
    background: #F4F4F4;
}
.blog-page h1 {
	font-family: 'Aeonik Regular';
	margin-left: 78px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120px;
	line-height: 100px;
	letter-spacing: -6px;
	display: inline-block;
	position: relative;
}
.blog-page .no-results.not-found .page-content {
	margin-top: 40px;
    text-align: center;
}
.blog-logo {
    margin-top: -48px;
    position: relative;
}
.blog-page .blog-arrow {
	background-image: url('./images/ARROW_LANDING.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 75px;
    height: 45px;
    transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    right: -75px;
    bottom: 0;
}
.blog-page .site-main {
	margin: 0 44px;
}
.blog-page .article-wrapper {
	margin-bottom: 16px;
}
.blog-page article {
	height: 100%;
    background: white;
}
.blog-post img {
	width: 100%;
	height: auto;
}
.blog-post .article-info {
	background: #fff;
	padding: 45px 25px 54px 71px;
}
.blog-post h2 {
	font-size: 33px;
    letter-spacing: -0.33px;
    line-height: 38px;
    margin: 106px 0 0;
}
.blog-post h2 a {
	color: #000;
	position: relative;
	display: inline-block;
    width: 100%;
}
.blog-post h2 .title {
	font-family: var(--main-font) !important;
	color: #000000;
	text-decoration: underline;
}
.blog-post h2 .more {
	font-family: var(--main-font);
	color: var(--color-blue);
	text-decoration: underline;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	padding-right: 46px;
}
.blog-post h2 .more:after {
	content: "";
	background-image: url('./images/arrow_menu_blue.svg');
	background-repeat: no-repeat;
	width: 35px;
	height: 26px;
	background-size: contain;
	display: inline-block;
    position: absolute;
    right: 0;
    top: 6px;
}
.blog-post h2:hover .title {
	visibility: hidden;
}
.blog-post h2:hover .more {
	visibility: visible;
}

.blog-post .entry-meta {
	color: var(--color-blue);
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.2px;
	font-family: var(--main-font);
}
.blog-post .entry-meta span {
	color: #000;
	text-decoration: underline;
}
.blog-post article {
    max-width: 600px;
    margin: 0 auto;
}


.blog-page #outer-sliding-effect {
	margin-top: 340px;
}

.big_text {
	letter-spacing: -0.35px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}


.mobile-entry-meta {
	display: none;
}

html.active-popup {
	overflow: hidden;
}

#feedPopup {
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    background: rgba(126,126,126,0.73);
    overflow: auto;
    z-index: 1500;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    overflow-x: hidden;
}
#feedPopup.active {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
    left: 0;
}
#feedPopup .scrollWrapper {
    width: 100%;
    position: relative;
    height: auto;
    padding: 120px 0 50px 0;
}
#feedPopup .wrapperInner {
    width: 100%;
    max-width: 760px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
#feedPopup.active .wrapperInner {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
#feedPopup.article_popup .wrapperInner {
    max-width: 1524px;
}

#feedPopup a.close {
    position: absolute;
    right: 50px;
    top: 50px;
    opacity: 1;
    z-index: 2;
}
#feedPopup a.close img {
	width: 63px;
}
#feedPopup .backclose {
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
    left: 0;
}

#feedPopup .contentWrapper {
    background: #fff;
    padding: 173px 154px 50px 60px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.share-buttons,
.article-share {
	background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    text-align: center;
    padding-bottom: 111px;
}
.popup-button,
.share.share-fb {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #fff;
    background-image: url('./images/Share_bubble.svg');
    width: 160px;
	height: 160px;
	background-size: contain;
	background-repeat: no-repeat;
	text-decoration: underline;
	position: relative;
}
.popup-button span,
.share.share-fb span {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-decoration: underline;
}
.popup-button:hover,
.share.share-fb:hover {
	background-image: url('./images/Share_bubble_blue.svg');
	color: #fff;
}
.popup-button {
	color: #fff;
}
.popup-row {
	text-align: center;
	margin-top: 40px;
}

.addtoany_shortcode,
.share-text  {
	margin-left: 16.666667%;
    padding: 0 154px 0 60px;
}
.share-buttons .addtoany_list {
	display: inline-block;
}
.addtoany_list.a2a_kit_size_32 a {
	display: inline-block;
	float: left;
}

.share-text {
	text-align: center;
	font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.26px;
}

.article_popup h2.entry-title {
	font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.48px;
    font-family: var(--main-font);
    text-decoration: underline;
    margin-bottom: 70px;
}

.article_popup .entry-meta {
	color: var(--color-blue);
	font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.26px;
    text-align: center;
	font-family: var(--main-font);
}
.article_popup .entry-meta span {
	color: #000;
	text-decoration: underline;
}
.article_popup .entry-meta p {
	margin-top: 20px;
	font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.26px;
}
.article_popup .article-content ,
.article_popup .article-content p{
	font-family: var(--main-font);
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.26px;
}
.article_popup .article-content p {
	margin-bottom: 40px;
}
.article_popup .article-content p:last-child {
	margin-bottom: 0;
}
.article_popup h2.entry-title,
.article-content {
	padding-left: 50px;
}
.article-content img {
	width: 100%;
	height: auto;
	margin-bottom: 73px;
}
.article_popup .author-image {
	width: 169px;
    height: 169px;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.article_popup .author-image img {
	z-index: 10;
    position: relative;
    width: 56px;
    height: auto;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.article-content ul {
	list-style: none;
	margin: 96px 0 64px;
	padding-left: 154px;
	letter-spacing: -0.35px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}
.article-content ul li {
	margin-bottom: 45px;
	max-width: 652px;
	position: relative;
}
.article-content ul li:before {
	content: '';
	background: url('./images/arrow_menu_landing.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 28px;
	height: 47px;
	position: absolute;
	left: -44px;
	top: 4px;
}
.article-content ul li:last-child {
	margin-bottom: 0;
}
/*.article-content .text_after_image,
.article-content .text_after_image p {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.28px;
}*/
.article-content a {
	color: var(--color-blue);
	text-decoration: underline;
}
#feedPopup .col-md-offset-2{
	margin-left: 16.666667%;
}
.article-content strong {
	font-weight: 500;
}

.carousel-indicators {
	bottom: 0;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.carousel-indicators li {
	background-color: #000000;
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: none;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
	opacity: .5;
}
.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	background: #000;
}
.owl-theme .owl-dots .owl-dot:hover span {	
	opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	border-radius: 50%;
	background: #000;
	opacity: .5;
}
.owl-dots {
	position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}


.open-popup {
    text-decoration: underline;
    cursor: pointer;
}
.subscribe-popup {
	font-family: var(--main-font);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    max-width: 502px;
    width: calc(100% - 40px);
    padding: 121px 52px 33px;
    display: none;

	background: #EAEAEA;
	border-radius: 35px;
}
.subscribe-popup.open {
	display: block;
}
.subscribe-popup input[type="email"],
.subscribe-popup input[type="text"] {
	width: 100%;
    padding: 0;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid var(--color-blue);
	border-radius: 34px;
	letter-spacing: -0.2px;
	background: #fff;
	padding: 20px 30px;
	font-family: var(--main-font);
	color: var(--color-blue);
} 
.subscribe-popup input[type="email"]::placeholder,
.subscribe-popup input[type="text"]::placeholder {
	color: var(--color-blue)62;
	font-family: var(--main-font);
	font-size: 20px;
    line-height: 26px;
}
.subscribe-popup input[type="email"]:focus-visible,
.subscribe-popup input[type="text"]:focus-visible,
.subscribe-popup button {
	outline: none;
}
.subscribe-popup .submit-button {
	position: relative;
	display: inline-block;
}


.subscribe-popup .form-error {
	display: none;
	text-align: left;
	margin-bottom: 22px;
	color: var(--color-blue)62;
	font-family: var(--main-font);
	font-size: 20px;
    line-height: 26px;
    margin-left: 30px;
}
.subscribe-popup input[type="submit"],
.subscribe-popup button {
	background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    font-size: 25px;
    letter-spacing: -0.25px;
    line-height: 29px;
    font-weight: 500;
    color: var(--color-blue);
    font-family: var(--main-font);
    margin-top: 25px;
}
.subscribe-popup input[type="submit"].loading,
.subscribe-popup button.loading {
	opacity: .5;
	pointer-events: none;
}

.close-popup {
	position: absolute;
    top: 34px;
    right: 0;
    left: 0;
}
.close-popup img {
	width: 40px;
}



.share-buttons .addtoany_list a:not(.addtoany_special_service)>span {
	border-radius: 50%;
	border: 1px solid black;
}


@media screen and (max-width: 1680px) {
	.blog-page h1 {
		font-size: 100px;
    	line-height: 80px;
    	margin-left: 60px;
	}
	.blog-logo {
		width: 320px;
	}
   	.blog-post h2 {
		margin-top: 80px;
		font-size: 28px;
	    letter-spacing: -0.28px;
		line-height: 34px;
   	}
   	.blog-post .article-info {
   		padding-left: 55px;
   	}
   	.blog-page #outer-sliding-effect {
    	margin-top: 240px;
	}

	#feedPopup.article_popup .wrapperInner {
		max-width: 1300px;
	}
}


@media screen and (max-width: 1440px) {
	.blog-page {
    	padding-top: 240px;
	}
	.blog-post .article-info {
    	padding-left: 45px;
	}

	#feedPopup.article_popup .wrapperInner {
    	max-width: 1200px;
	}
	#feedPopup .contentWrapper {
		padding: 150px 80px 20px 60px;
	}
	.article_popup h2.entry-title, .article-content {
    	padding-left: 25px;
	}
	.article_popup h2.entry-title {
	    font-size: 38px;
	    line-height: 48px;
	    letter-spacing: -0.38px;
	}
	.article_popup .article-content, 
	.article_popup .article-content p {
	    font-size: 22px;
	    line-height: 26px;
	}
	/*.article-content .text_after_image,
	.article-content .text_after_image p {
		font-size: 26px;
    	line-height: 30px;
    	letter-spacing: -0.26px;
	}*/
	.article_popup .entry-meta,
	.article_popup .entry-meta p {
	    font-size: 22px;
	    line-height: 26px;
	    letter-spacing: -0.22px;
	}
	.article-content ul {
	    margin: 70px 0 50px;
	    padding-left: 100px;
	    letter-spacing: -0.30px;
	    font-size: 30px;
	    line-height: 35px;
	}
	.article-content ul li {
		margin-bottom: 30px;
	}
	.share-buttons,
	.article-share {
		padding-bottom: 60px;
	}
	.big_text {
		letter-spacing: -0.30px;
	    font-size: 30px;
	    line-height: 35px;
	}
	.addtoany_shortcode, .share-text {
		padding: 0 80px 0 60px;
	}
   
}

@media screen and (max-width: 1400px) {
   .blog-page h1 {
	    font-size: 90px;
	    line-height: 70px;
	    margin-left: 50px;
	}
	.blog-logo {
    	width: 280px;
	}
	.blog-post h2 {
	    margin-top: 60px;
	    font-size: 26px;
	    letter-spacing: -0.26px;
	    line-height: 32px;
	}

	#feedPopup.article_popup .wrapperInner {
    	max-width: 1100px;
	}
	.article_popup .entry-meta, .article_popup .entry-meta p {
    	font-size: 20px;
    	line-height: 24px;
    	letter-spacing: -0.22px;
	}

	.article_popup .article-content, .article_popup .article-content p {
    	font-size: 20px;
    	line-height: 24px;
	}
	/*.article-content .text_after_image,
	.article-content .text_after_image p {
		font-size: 24px;
    	line-height: 28px;
    	letter-spacing: -0.24px;
	}*/

	.article_popup .article-content p {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.blog-post h2 br {
		display: none;
	}
	.blog-logo {
    	width: 240px;
	}
	.blog-page .blog-arrow {
	    width: 60px;
	    right: -50px;
	}
   
}

@media screen and (max-width: 1199px) {
	.blog-column-1,
	.blog-column-2 {
		flex: 100%;
    	max-width: 100%;
	}
	.blog-logo {
    	display: block;
	}
	.blog-column-2 {
		margin-top: 40px;
	}

	.article_popup .author-image {
		width: 145px;
		height: 145px;
	}
	.article_popup .author-image img {
		width: 48px;
	}
	.blog-page h1 {
		margin-left: 0;
	}
   	
}

@media screen and (max-width: 1100px) {
	#feedPopup.article_popup .wrapperInner {
    	max-width: 960px;
	}
}

@media screen and (max-width: 1023px) {
	.mobile-entry-meta {
		display: block;
	}

	#feedPopup .col-md-offset-2 {
		margin-left: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
	.article_popup h2.entry-title, .article-content {
    	padding-left: 0;
	}
	#feedPopup .contentWrapper {
		padding:100px 60px 0 60px;
	}
	#feedPopup a.close img {
    	width: 45px;
	}
	.share-buttons,
	.article-share {
    	padding-bottom: 40px;
	}
	.article-column-1 {
		display: none;
	}
	.article-column-2 {
		max-width: 100%;
		flex-basis: 100%;
	}

	.article_popup .entry-meta {
		text-align: left;
	}
	.article_popup .entry-meta,
	.article_popup .entry-meta p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.18px;
	}
	.article_popup .entry-meta p {
		margin: 0;
	}
	.article_popup .author-image {
		width: 96px;
		height: 96px;
	}
	.article_popup .author-image img {
    	width: 34px;
	}
	#feedPopup .contentWrapper {
		padding: 36px 20px;
		border-top-right-radius: 20px;
    	border-top-left-radius: 20px;
	}
	.share-buttons,
	.article-share {
		border-bottom-left-radius: 20px;
    	border-bottom-right-radius: 20px;
	}
	#feedPopup a.close {
	    right: 20px;
	    top: 36px;
	}
	#feedPopup a.close img {
		width: 40px;
	}

	.article_popup h2.entry-title {
		margin-top: 47px;
		margin-bottom: 48px;
    	text-align: center;
	}

	.addtoany_shortcode, .share-text {
    	margin-left: 0;
    	padding: 0 20px 0 20px;
	}
   
}

@media screen and (max-width: 767px) {
	.blog-page {
    	padding-top: 140px;
	}
	.blog-page h1 {
	    font-size: 79px;
	    line-height: 66px;
	    letter-spacing: -3.95px;
	}
	.blog-logo {
		width: 195px;
		height: 195px;
		margin-top: -32px;
	}
	.blog-column-2 {
    	margin-top: 70px;
	}
	.blog-page .article-wrapper {
    	margin-bottom: 20px;
	}
	.blog-page .blog-arrow {
		background-image: url('./images/ARROW_VERTICAL.svg');
		width: 42px;
		height: 50px;
		transform: none;
		right: -68px
	}   

	#feedPopup .contentWrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.article_popup h2.entry-title,
	.article_popup .entry-meta,
	.article-content p,
	.article-content ul,
	.big_text {
		padding: 0 20px;
	}


	.article-content ul li:before {
		width: 21px;
		height: 35px;
		left: -45px;
	}
	.article-content ul {
		padding-left: 65px;
	}
	.share-buttons,
	.article-share {
		padding-top: 24px;
		padding-bottom: 64px;
	}
}

@media screen and (max-width: 600px) {
	.blog-post .article-info {
		padding: 36px 20px 34px;
	}

   .blog-post h2 {
    	margin-top: 30px;
    	font-size: 24px;
    	line-height: 28px;
    	letter-spacing: -0.24px;
	}
	.blog-post h2 br {
    	display: block;
	}
	.blog-post .entry-meta {
		font-size: 16px;
	    line-height: 20px;
	    letter-spacing: -0.16px;
	}
	.blog-post h2 .more:after {
		width: 27px;
		height: 20px;
	}


	.article_popup h2.entry-title {
	    font-size: 32px;
	    line-height: 38px;
	    letter-spacing: -0.32px;
	}
	.article_popup .article-content, 
	.article_popup .article-content p,
	.article-content .text_after_image, 
	.article-content .text_after_image p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.18px;
	}
	.article_popup .article-content p {
    	margin-bottom: 20px;
	}
	.article-content img {   
    	margin-bottom: 84px;
	}
	.article-content ul {
		margin-top: 38px;
		margin-bottom: 47px;
		letter-spacing: -0.22px;
	    font-size: 22px;
	    line-height: 26px;
	}

	.carousel-indicators {
		bottom: 30px;
	}
	.big_text {
		letter-spacing: -0.22px;
	    font-size: 22px;
	    line-height: 26px;
	}
	.owl-dots {
	    bottom: 40px;
	}

	.share-text {
		font-size: 18px;
	}
}

@media screen and (max-width: 440px) {
	.blog-page .site-main {
    	margin: 0 20px;
	}

	.article_popup h2.entry-title br {
		display: none;
	}

	.subscribe-popup {
		padding-left: 20px;
		padding-right: 20px;
	}

	.subscribe-popup input[type="email"], 
	.subscribe-popup input[type="text"] {
		padding: 16px 20px;
	}
	.subscribe-popup .form-error {
		font-size: 18px;
		margin-left: 20px;
	}
	.subscribe-popup input[type="submit"],
	.subscribe-popup button {
		margin-top: 22px;
	}
   
}

@media screen and (max-width: 375px) {
	.blog-post h2 br {
    	display: none;
	}
   
}

@media screen and (max-width: 320px) {
	.blog-page h1 {
	    font-size: 50px;
	    line-height: 45px;
	    letter-spacing: -3.95px;
	}
	.blog-logo {
	    width: 185px;
	    height: 185px;
	    margin-top: -26px;
	}
}