html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #303030;
}

#page
{

}

img { border: 0; }
img.full { display: block; width: 100%; }

.content-area{
	min-height: calc(100vh - 263px);
}

@media screen and (max-width:1000px){
	.hideMobile
	{
		display: none;
	}
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* lato-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/css/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* lato-italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: url('/css/fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* lato-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('/css/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* lato-700italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	src: url('/css/fonts/lato-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

table
{
	width: 100%;
}

table td, table p
{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	vertical-align: top;
}

section.content img
{
	margin-bottom: 20px;
}

.droidSerif
{
	font-family: 'Fira Sans';
}

h1.first
{
	margin-top: 0;
}

p{
	font-family: "Lato";
	font-weight: 400;
}

a{
	font-family: "Lato";
	font-weight: 400;
}

h1, h2, h3, h4{
	font-family: "Lato";
	font-weight: 700;
}

a { color: inherit; }

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 18px;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

.blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 18px;
	position: relative;
}
.blockquote > span:first-child {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.blockquote p, .blockquote span
{
	font-size: 18px;
	color: inherit;
}

/* blue */
.blockquote.blue
{
	background-color: #1d4c5c;
	color: #fff;
	border-left-color: #153c49;
}
.blockquote.blue > span:first-child
{
	color: #153c49;
}

/* green */
.blockquote.green
{
	background-color: #00b39d;
	color: #fff;
	border-left-color: #008f7e;
}
.blockquote.green > span:first-child
{
	color: #008f7e;
}

/* yellow */
.blockquote.yellow
{
	background-color: #fcca3d;
	color: #000;
	border-left-color: #cba230;
}
.blockquote.yellow > span:first-child
{
	color: #cba230;
}

/* orange */
.blockquote.orange
{
	background-color: #fe7b38;
	color: #fff;
	border-left-color: #cd622b;
}
.blockquote.orange > span:first-child
{
	color: #cd622b;
}

/* red */
.blockquote.red
{
	background-color: #ff5a47;
	color: #fff;
	border-left-color: #cd4636;
}
.blockquote.red > span:first-child
{
	color: #cd4636;
}

/* black */
.blockquote.black
{
	background-color: #2c2c2c;
	color: #fff;
	border-left-color: #212121;
}
.blockquote.black > span:first-child
{
	color: #212121;
}

/**umb_name:Yvirskrift*/
h1{font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 800; color: #303030; margin: 0 0 20px;}

/**umb_name:Yvirskrift 2*/
h2{font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 800; color: #303030; margin: 0 0 20px;}

/**umb_name:Vanligt*/
p{font-size: 13px; font-weight: 400; color: #000; margin: 0 0 15px; color: #303030;;}
.text-content{
	background-color: #EEF7FF;

	padding-top: 48px;
	padding-bottom: 64px;
}

.text-content:has(.top-image){
	padding-top: 0;
}

.text-content:has(.top-image) .side-menu{
	padding-top: 53px;
}

.text-content:has(.top-image) .center-area .rightContent{
	padding-top: 33px;
	margin: 0;
}

.text-content .item{
	flex: 1;

	padding: 0px 12px;
}

.text-content .center-area{
	display: flex;

	margin: 0 auto;
	max-width: 1330px;
	overflow: hidden;
	padding: 0 10px;
}

.text-content .content {
	flex: 3;
}

.text-content .content h1{
	font-size: 40px;
	color: #0D59A3;
	padding: 32px 0;
	font-weight: 700;

	padding-top: 44px;
	padding-bottom: 20px;
}

.text-content .content p{
	font-size: 20px;
	font-weight: 500;

	line-height: 32px;
}

.text-content .content img{
	width: 100%;
	height: auto;
}

.text-content .content p+p{
	padding-top: 18px;
}

.text-content .rightContent{
	padding-top: 12px;
	margin-top: -27px;
}

.text-content .rightContent div{
	background-color: #fff;

	margin: 32px 12px;
	padding: 12px;
}

.text-content .rightContent .textWithImage{
	margin: 0;
}

.text-content .rightContent .featured-title{
	margin: 0;
	padding: 0;

	font-size: 24px;
	font-weight: 700;
	color: #0D59A3;

	padding-bottom: 24px;
	text-transform: capitalize;
}

.text-content .rightContent .featured-text{
	margin: 0;
	padding: 0;

	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.text-content .side-menu{
	padding-top: 5px;
}

.side-menu .triangle-icon{
	display: none;
}

.text-content .side-menu .menu{
	padding-left: 0;
}

.text-content .side-menu ul{
	list-style: none;
}

.text-content .side-menu a{

	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 16px;

	margin: 8px 0;

}

.text-content .side-menu .selected a{
	background-color: #fff;
}

.text-content .side-menu .lvl3{
	padding-left: 0;
}

.text-content .side-menu .lvl3 a{
	background-color: transparent;
	padding-left: 64px;
}

.text-content .side-menu .lvl3 ul{
	padding-left: 0;
}

.text-content .side-menu .lvl3 .selected a{
	background-color: #fff;
}

.centered-search{
	max-width: 830px;
	margin: 0 auto;
}

.textpage-type .content-area{
	background-color: #EEF7FF;
}

@media screen and (max-width: 1110px){
	.text-content .center-area{
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	.text-page .content{
		padding-left: 0;
		padding-right: 0;
	}

	.text-content .side-menu{
		display: none;
	}

	.text-content .inner-text-content{
		padding: 0px 24px;
	}

	.text-content .center-area .rightContent{
		margin: 0;
		padding-top: 0;
	}

	.text-content .rightContent .right-box{
		margin: 0;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}
/* animation sets */

/* move from / to  */

.ani-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
}

.ani-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both;
}

.ani-moveToRight {
	-webkit-animation: moveToRight .6s ease both;
	animation: moveToRight .6s ease both;
}

.ani-moveFromRight {
	-webkit-animation: moveFromRight .6s ease both;
	animation: moveFromRight .6s ease both;
}

/********************************* keyframes **************************************/

/* move from / to  */

@-webkit-keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
.c-404-not-found {
    margin: 300px auto;
    max-width: 800px;

    @media screen and (max-width: 1110px){
        margin: 64px auto;

        padding: 0 32px;
    }

    @media screen and (max-width: 800px){
        margin: 32px auto;

        padding: 0 32px;
    }
}
.fb-share-button
{
    background: #1877f2;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 11px 0 8px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top: 30px;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap;
    text-decoration: none;
}
.c-search-result
{
	max-width: 1192px;
	padding: 32px;
	margin: 0 auto;

	padding-left: 32px;
	padding-right: 32px;

	.header-part{
		max-width: 1192px;
		margin: 0 auto;

		& h2{
			font-size: 66px;
			line-height: 64px;
			font-weight: 400;
			margin-bottom: 12px;
	
			& span{
				font-weight: 400;
			}

			.bolded{
				font-weight: 800;
			}
		}
	}

	.result-list{
		padding-top: 64px;
	}

	.search-result-block{
		display: block;
		color: #000;
		text-decoration: none;
		margin-bottom: 32px;
		margin-top: 32px;
	}

	.url{
		text-decoration: underline;
		font-size: 18px;
		color: #0d59a3;
	}

	.title{
		font-weight: 700;
		font-size: 22px;

		& mark{
			font-weight: 800;
		}
	}

	.description{
		font-size: 18px;
	}

	& mark{
		font-weight: 800;
		background-color: transparent;
		color: #0d59a3;
	}

	@media screen and (max-width: 640px) {
		& h2{
			font-size: 44px;
		}
	}
}
footer{
    min-height: 263px;

    background-color: #303030;
}

footer .center-content{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 32px;

    min-height: inherit;
}

footer .menu{
    color: #fff;

    list-style: none;
}

footer .text{
    display: flex;

    min-height: inherit;
    align-items: center;
}

footer .white-txt p{
    color: #fff;
}

footer .grey-txt{
    color: #808080;
    font-size: 16px;
}

footer .grey-txt .by{
    color: #808080;
}

footer .address-txt p{
    font-size: 16px;
}

footer .item{
    flex: 1;

    padding: 32px;

    /*border-left: 1px solid #62543E;*/

    min-height: 111px;

    position: relative;
}

footer .dash{
    width: 1px;
    height: 88px;
    background-color: #62543E;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .logo{
    flex: 0.8;
}

footer .item:first-child{
    border: 0;
}

@media screen and (max-width: 1110px){
    footer .text{
        flex-direction: column;
    }

    footer .dash{
        width: 75%;
        height: 1px;
        top: 0;
        left: 70px;
    }

    footer .logo{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    footer .logo img{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    footer .center-content{
        padding-left: 22px;
        padding-right: 22px;
    }

    footer .mobile-padding{
        padding-left: 71px;
        padding-right: 0;

        max-width: 300px;
    }

    footer .mobile-padding br{
        padding-top: 32px;
    }

    footer .mobile-text-padding{
        padding- top: 0;
    }
}
.c-header{
    height: 186px;
    background-color: #fff;
}

.c-header .container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 70px;
}

.c-header .top-side{
    display: flex;
    flex-direction: row;
}

.top-side .item{
    flex: 1;
}

.top-side .left-side{
    align-items: flex-start;
    flex: 0.5;
}

.top-side .right-side{
    padding-top: 9px;
}

.top-side .right-side .floated-right{
    float: right;
}

.top-side .search input::placeholder{
    color: #0D59A3;
    opacity: 100%;
}

.top-side .flags{
    display: flex;
}

.top-side .sections a{
    width: 24px;

    background-repeat: no-repeat;
}

.top-side .padded-top{
    padding-top: 16px;
}

.c-header .mobile-show{
    display: none;
}

.c-header .mobile-menu-button{
    width: 25px;
    float: right;
    padding-top: 11px;

    cursor: pointer;
}

.c-header .menu{
    display: flex;
    list-style: none;

    padding-left: 0;

    margin-top: 32px;

    max-width: 1440px;
    padding: 0 81px;
}

.c-header .menu a{
    text-decoration: none;

    font-size: 18px;
    font-weight: 400;
    color: #000;

    padding: 8px 0;
}

.c-header .pselected a{
    font-weight: 700 !important;
    border-bottom: 4px solid #0d59a3;
}

.c-header .menu a:hover{
    border-bottom: 4px solid #0d59a3;
}

.c-header .menu .selected a{
    font-weight: 700 !important;

    border-bottom: 4px solid #0d59a3;
}

.c-header .menu li{
    flex: auto;
}

.mobile-menu{
    display: none;

    position: fixed;
    top: 0;
    left: 100%;

    width: 100%;
    height: 100%;
    background-color: #303030;

    z-index: 100;

    overflow: scroll;

    transition: left 0.2s ease-in-out;
}

.mobile-menu .menu{
    list-style: none;

    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
}

.mobile-menu a{
    color: #cca261;
    text-decoration: none;
    font-size: 32px;
    padding: 16px;

    display: block;

    border-bottom: 1px solid #62543E;
}

.mobile-menu .selected a{
    color: #fff;
}

.mobile-menu .pselected a{
    color: #fff;
}

.mobile-menu .lvl2 .selected a{
    color: #fff;
}

.mobile-menu .lvl2 .lvl3 .selected a{
    color: #fff;
}

.mobile-menu .lvl2 a{
    font-size: 20px;
    color: #cca261;
}

.mobile-menu .lvl2 .lvl3 a{
    font-size: 16px;
    color: #cca261;
}

.mobile-menu .lvl3 a{
    font-size: 12px;
    color: #cca261;
}

.mobile-menu .mobile-menu-close-button{
    width: 32px;

    position: absolute;
    top: 32px;
    right: 32px;

    cursor: pointer;
}

.mobile-menu .sections{
    width: 100%;
    height: 12px;

    display: flex;
    justify-content: center;

    padding-top: 32px;
}

.mobile-menu .sections a{
    border: 0;
    flex: 1;
}

.open{
    left: 0;
}

.mobile-menu ul li{
    position: relative;
}

.mobile-menu .triangle-icon{
    position: absolute;
    right: 12px;
    width: 32px;
    height: auto;

    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.mobile-menu .lvl2 .triangle-icon{
    top: 3px;
}

.mobile-menu .lvl3 .triangle-icon{
    top: -4px;
}

.mobile-menu .lvl2{
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.2s cubic-bezier(.08,.82,.17,1);
}

.mobile-menu .lvl3{
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.2s cubic-bezier(.08,.82,.17,1);
}

.mobile-menu .open-sub-menu{
    max-height: 1000px;
    transition: max-height 0.4s ease-in-out;
}

.mobile-menu .triangle-icon{
    transition: transform 0.2s ease-in-out;

    width: 64px;
    height: 64px;
    padding: 12px;
}

.mobile-menu .triangle-icon img{
    width: 13px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-menu .rotated{
    transform: rotate(90deg);
}

@media screen and (max-width: 1110px){

    .c-header{
        height: 116px;
    }

    .c-header .container{
        padding: 24px 24px;
    }

    .top-side .logo img{
        width: 286px;
    }

    .c-header .mobile-hide{
        display: none;
    }

    .c-header .mobile-show{
        display: block;
    }

    .c-header .menu{
        display: none;
    }

    .mobile-menu{
        display: block;
    }

}

@media screen and (max-width: 410px){

    .top-side .logo img{
        width: 256px;
        padding-top: 6px;
    }

}

@import '../../../Css/_all.scss';

.pagination
{
	list-style: none;
	padding: 30px 0;
	margin: 0;
	overflow: hidden;
	font-size: 16px;
	color: #202020;
	text-transform: uppercase;
	text-align: center;

	li
	{
		display: block;
		background-color: rgba(32, 32, 32, 0.05);
		margin: 0 1px 1px 0;
		float: left;

		&:hover
		{
			opacity: 0.8;
		}

		&.selected
		{
			font-weight: bold;
			color: #fff;
			background-color: #0d59a3;
		}
	}

	a
	{
		display: block;
		text-decoration: none;
		color: inherit;
		min-width: 20px;
		padding: 0 10px;
		line-height: 40px;
		cursor: pointer;
	}
}
.newsArchive .list
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.newsArchive a
{
	text-decoration: none;
}

.newsArchive h1
{
	font-size: 16px;
}

/* pagination */
.newsArchive .pagination
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

.newsArchive .pagination li
{
	float: left;
}

.newsArchive .pagination a
{
	text-decoration: inherit;
	color: inherit;
	padding: 0 6px;
	line-height: 17px;
}

.newsArchive .pagination .selected
{
	background-color: #009de0;
	color: #fff;
	border-radius: 2px;
}
.newsView
{
	display: block;
	overflow: hidden;
}

.newsView img
{
	float: left;
	display: block;
	width: 30%;
	margin-bottom: 14px;
}

.newsView .text
{
	width: 65%;
	float: right;
	font-size: 11px;
}

.newsView h1
{
	font-size: 13px;
}

@media screen and (min-width: 500px) {
	.newsView img
	{
		width: 40.816326530612%;
	}

	.newsView .text
	{
		width: 55.918367346939%;
	}
}

.quickLinks
{
	background-color: #fff;
	padding-bottom: 5px;
}

.quickLinks h1
{
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 18px 0;
	line-height: 30px;
	text-align: center;
	display: block;
}

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

.quickLinks li
{
	border-top: solid 1px #e6e5e3;
	padding: 0;
	margin: 0;
}

.quickLinks a
{
	display: block;
	text-decoration: inherit;
	line-height: 33px;
	padding: 0 28px;
}

.quickLinks li:hover
{
	background-color: #4f4f4f;
	color: #fff;
}
.responsiveGrid 
{
	list-style: none;
	padding: 0;
	margin: 0 0 -2%;
	overflow: hidden;
}

.responsiveGrid li
{
	float: left;
	padding: 0;
	margin: 0 0 2% 2%;
}

/* col1 */
.responsiveGrid.col1 li
{
	margin-left: 0;
	float: none;
}

/* col2 */
.responsiveGrid.col2 li
{
	width: 49%;
	float: left;
}
.responsiveGrid.col2 > li:nth-child(odd)
{
	margin-left: 0;
}

/* col3 */
.responsiveGrid.col3 > li
{
	width: 32%;
	float: left;
}
.responsiveGrid.col3 > li:nth-child(3n+1)
{
	margin-left: 0;
}

/* col4 */
.responsiveGrid.col4 > li
{
	width: 23.5%;
	float: left;
}

.responsiveGrid.col4 > li:nth-child(4n+1)
{
	margin-left: 0;
}


/* col5 */
.responsiveGrid.col5 > li {
	width: 18.4%;
	float: left;
}

.responsiveGrid.col5 > li:nth-child(5n+1)
{
	margin-left: 0;
}

/* col6 */
.responsiveGrid.col6 > li {
	width: 15%;
	float: left;
}

.responsiveGrid.col6 > li:nth-child(6n+1)
{
	margin-left: 0;
}

/* col7 */
.responsiveGrid.col7 > li {
	width: 12.571428%;
	float: left;
}

.responsiveGrid.col7 > li:nth-child(7n+1)
{
	margin-left: 0;
}


/* ignore */

.responsiveGrid.col2 .ignoreCol2,
.responsiveGrid.col3 .ignoreCol3,
.responsiveGrid.col4 .ignoreCol4,
.responsiveGrid.col5 .ignoreCol5,
.responsiveGrid.col6 .ignoreCol6,
.responsiveGrid.col7 .ignoreCol7
{
	width: 100% !important;
	margin-left: 0 !important;
}




.search
{
	width: 310px;
	padding-left: 10px;
	
	border: 0;

	position: relative;
	
}

.search input
{
	display: block;
	height: 100%;
	float: left;
	padding: 14px 16px;
	margin: 0;
	border: 0;
	background-color: #F7F7F8;
	width: 70%;
	width: 280px;

	color: #0D59A3;
	font-weight: 700;

	font-size: 16px;

	outline: 0;
}

.search .button
{
	display: block;
	background: url(/images/search.svg) no-repeat center center;
	width: 28px;
	height: 28px;

	position: absolute;
	top: 10px;
	right: 12px;
}
.sections
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.sections li
{
	padding: 0;
	margin: 0;
	float: left;
}

.sections a
{
	text-decoration: none;
	display: block;
	width: 20px;
	height: 11px;
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
	
	margin-right: 8px;

	background-image: url("/images/UK.svg");
}

.sections a.fr
{
	background-image: url("/images/france.svg");
}

.sections a.es
{
	background-image: url("/images/espaniol.svg");
}

.sections a.de
{
	background-image: url("/images/german.svg");
}
.shortcuts
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.shortcuts li
{
	padding: 0;
	margin: 0;
	float: left;
}

.shortcuts a
{
	text-decoration: none;
	display: block;
	line-height: 11px;
	border-left: #6a6a6a solid 1px;
	font-size: 11px;
	padding-left: 7px;
	margin-left: 7px;
	text-transform: uppercase;

	margin-right: 16px;

	padding-top: 2px;

}

.shortcuts li:first-child a
{
	border-left: none;
}
.slideshow .slides{
    height: 450px;
    overflow: hidden;

    position: relative;

    padding: 0;

    list-style: none;
    margin: 0;
}

.slideshow .slide{
    position: absolute;
    top: 0;

    height: 450px;
    width: 100%;

    overflow: hidden;

    transition: left 0.4s cubic-bezier(.86,0,.07,1);
}

.slideshow .slide img{
    min-height: 450px;
    object-fit: cover;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: -1;
}

.slideshow .centered-info{
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 50px;

    position: relative;

    height: inherit;
}

.slideshow .slide-box{
    max-width: 320px;

    background-color: rgba(13, 89, 163, 0.81);
    color: #fff;

    position: absolute;
    bottom: 38px;

    padding: 40px 55px;
}

.slideshow .slide-box .slide-title{
    font-size: 40px;
    color: #fff;
    margin: 0;

    padding-bottom: 32px;
    font-weight: 700;
}

.slideshow .slide-box .slide-text{
    font-size: 18px;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 530px){

    .slideshow .centered-info{
        padding: 0 22px;
    }

    .slideshow .slide-box{
        margin-right: 22px;
    }

}
.textWithImage2 
{
	overflow: hidden;
}

.textWithImage2 div, .textWithImage2 img
{
	display: block;
	width: 65%;
	float: right;
	clear: right;
}

.textWithImage2 img
{
	float: left;
	clear: left;
	width: 30%;
}

.textWithImage2 a
{
	display: block;
	text-decoration: inherit;
}

.textWithImage2 h1
{
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.textWithImage2 .text span
{
	display: none;
}

@media screen and (min-width: 500px) {
	.textWithImage2 div, .textWithImage2 img
	{
		width: 48.611111111111% !important;
	}

	.textWithImage2 .text span
	{
		font-size: 13px;
		display: block;
	}
}

.read-more{
    background-color: #EEF7FF;

    padding: 70px 32px;
}

.read-more ul{
    display: flex;

    justify-content: center;

    max-width: 1300px;
    margin: 0 auto;
}

.read-more ul li{
    flex: 1;

    width: 100%;

    max-width: 408px;

    margin: 0;
    padding: 19px;
}

.read-more ul li:first-child{
    padding-left: 0;
}

.read-more ul li:last-child{
    padding-right: 0;
}

.read-more a{
    text-decoration: none;
}

.read-more a:hover{
    text-decoration: underline;
}

.read-more img{
    width: 100%;
}

.read-more .textWithImage3{
    width: 100%;

    display: block;
}

.read-more .read-more-title{
    font-weight: 700;
    font-size: 24px;

    padding-top: 40px;
}

.read-more .read-more-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 980px){
    .read-more ul{
        flex-direction: column;
    }

    .read-more ul li{
        max-width: none;

        padding: 0;
    }
}
.features{
    display: block;

    max-width: 1335px;
    margin: 0 auto;

    padding: 65px 32px;
    padding-bottom: 103px;
}

.features ul{
    display: flex;
}

.features ul li{
    flex: 1;

    margin: 0;
    padding: 44px 20px;

    cursor: pointer;
}

.features .featured-title{
    color: #0D59A3;
    font-weight: 700;
    font-size: 24px;
}

.features .featured-text{
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.features .active-index{
    background-color: #F7F7F8;
}

@media screen and (max-width: 1110px){
    .features ul{
        flex-direction: column;
    }

    .features ul li{
        padding: 22px;
    }

    .features .active-index{
        background-color: #fff;
    }
}