/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0!important;
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto!important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.ps {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden!important;
	-ms-overflow-style: none;
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps>.ps__scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	bottom: 0;
	height: 15px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px;
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	height: 11px;
}

.ps>.ps__scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	right: 0;
	width: 15px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
	transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px;
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color: #eee;
	opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color: #eee;
	opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
	opacity: .6;
}

.ps:hover>.ps__scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	background-color: #999;
}

.ps:hover>.ps__scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9;
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	background-color: #999;
}

/*
Theme Name: Empresas Mais 2017
Author: Royalpixel
Author URI: http://royalpixel.tv
Description: Empresas Mais | 2017.
Version: 1.0
Text Domain: empresas-mais-2017
*/

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon.ttf?xf5yla") format('truetype'),url("assets/fonts/icomoon.woff?xf5yla") format('woff'),url("assets/fonts/icomoon.svg?xf5yla#icomoon") format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e904";
}

.icon-arrow-left:before {
	content: "\e910";
}

.icon-arrow-right:before {
	content: "\e913";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e90c";
}

.icon-search:before {
	content: "\e915";
}

.icon-fechar:before {
	content: "\e90f";
}

.icon-plus:before {
	content: "\e901";
}

.icon-star:before {
	content: "\e902";
}

.icon-google:before {
	content: "\ea8b";
}

.icon-instagram:before {
	content: "\ea92";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
}

p {
	line-height: 1.5em;
}

.clear {
	clear: both;
	height: 0;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: auto;
}

body {
	height: auto !important;
	font-family: 'Assistant',sans-serif;
	font-size: 16px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 60px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.hover,
.button--blue,
.share-list__link,
.search-form__button,
.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hover:hover,
.button--blue:hover,
.share-list__link:hover,
.search-form__button:hover,
.post-content .gallery .owl-prev:hover,
.post-content .gallery .owl-next:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.main {
	min-height: calc(100vh - 50px);
}

.container {
	padding: 0 15px;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}

.container--slim {
	max-width: 1030px;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.hover,
.button--blue,
.share-list__link,
.search-form__button,
.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hover:hover,
.button--blue:hover,
.share-list__link:hover,
.search-form__button:hover,
.post-content .gallery .owl-prev:hover,
.post-content .gallery .owl-next:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.banner {
	text-align: center;
	margin-bottom: 60px;
}

.banner-bg {
	background: #f2f2f2;
	margin-bottom: 80px;
	padding: 10px;
}

.button {
	font: 800 16px/36px 'Assistant',sans-serif;
	min-width: 185px;
	text-align: center;
	color: #006296;
	border: solid 2px #006296;
	display: inline-block;
	text-transform: uppercase;
	border-right: none;
	position: relative;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.post__link:hover .button,
.button:hover {
	background: #006296;
	color: #fff;
}

.post__link:hover .button:after,
.button:hover:after {
	color: #fff;
	-webkit-transform: rotate(-90deg) translate(100%,-20%);
	-moz-transform: rotate(-90deg) translate(100%,-20%);
	-o-transform: rotate(-90deg) translate(100%,-20%);
	-ms-transform: rotate(-90deg) translate(100%,-20%);
	transform: rotate(-90deg) translate(100%,-20%);
}

.button:after {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	content: "\e901";
	font-size: 16px;
	color: #006296;
	font-family: 'icomoon';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.button > i:before,
.button > i:after {
	position: absolute;
	right: 0;
	content: "";
	border-right: solid 2px #006296;
	height: 4px;
}

.button > i:before {
	top: 0;
}

.button > i:after {
	bottom: 0;
}

.button--white {
	color: #fff;
	border-color: #fff;
}

.button--white:hover {
	background: #fff;
	color: #006296;
}

.button--white:hover:after {
	color: #006296;
}

.button--white:after {
	color: #fff;
}

.button--white > i:before,
.button--white > i:after {
	border-color: #fff;
}

.button--blue {
	background: #006296;
	color: #fff;
}

.button--with-arrow:after {
	position: static;
	content: "\e913";
	color: #fff;
	margin-left: 25px;
}

.button--small {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
}

.button--small:after {
	font-size: 12px;
}

.button--small:hover:after {
	-webkit-transform: rotate(-90deg) translate(120%,-20%);
	-moz-transform: rotate(-90deg) translate(120%,-20%);
	-o-transform: rotate(-90deg) translate(120%,-20%);
	-ms-transform: rotate(-90deg) translate(120%,-20%);
	transform: rotate(-90deg) translate(120%,-20%);
}

.subsection-title {
	color: #006296;
	font: bold 50px 'Assistant',sans-serif;
	margin-bottom: 60px;
}

.pattern1,
.home-hero,
.view-full-content__right {
	background: url("assets/img/pattern1.png") repeat;
}

.pattern2,
.metodologies,
.section1,
.section2,
.section4,
.see-also {
	background: url("assets/img/pattern2.png") repeat;
}

.pattern3,
.post__image-wrapper:before,
.text-block__text-wrapper:before,
.section__text-with-bar--blue:before,
.company-items__section-title:before {
	background: url("assets/img/pattern3.png") repeat;
}

.pattern4,
.section3,
.section5,
.section6 {
	background: url("assets/img/pattern4.png") repeat;
}

.pattern5,
.section__text-with-bar--white:before {
	background: url("assets/img/pattern5.png") repeat;
}

.post {
	max-width: 300px;
	margin-bottom: 80px;
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	-ms-transition: -ms-transform 400ms ease;
	transition: transform 400ms ease;
	padding: 0 15px;
}

.post:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post__link {
	display: block;
	position: relative;
}

.post__image-wrapper {
	margin-bottom: 30px;
}

.post__image-wrapper:before {
	content: "";
	width: 10px;
	height: 40px;
	display: block;
	position: absolute;
	left: 10px;
	top: -10px;
}

.post__image {
	width: auto !important;
	max-width: 100% !important;
}

.post__title {
	font: bold 20px/1.2em 'Merriweather',sans-serif;
	color: #006296;
	margin-bottom: 5px;
}

.post__texts-wrapper {
	max-width: 100%;
}

.post__text {
	font: normal 14px/1.4em 'Assistant',sans-serif;
	color: #333;
	margin-bottom: 32px;
}

.share-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.share-list__link {
	font-size: 0;
	display: block;
	margin: 0 10px;
}

.share-list__link:after {
	font-family: 'icomoon';
	font-size: 16px;
	display: block;
}

.share-list__link--facebook:after {
	content: "\e903";
}

.share-list__link--twitter:after {
	content: "\e90c";
}

.footer {
	background: #006296;
}

.footer > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
}

.footer__copyright {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.footer__right {
	margin-left: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer__pdf-button {
	margin-right: 65px;
}

.footer__share-text {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 15px;
}

.footer__share-list-link:after {
	color: #fff;
}

.footer__share-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.header {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
}

.header__logo {
	background-image: url("assets/img/sprite.png");
	background-position: -197px -202px;
	width: 190px;
	height: 37px;
	display: block;
	font-size: 0;
	margin-left: 15px;
}

.header__menu-wrapper {
	margin-left: auto;
}

.header__menu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header__menu > .menu-item {
	position: relative;
}

.header__menu > .menu-item > a {
	font: 300 14px/60px 'Assistant',sans-serif;
	color: #000;
	padding: 0 20px;
	border-left: solid 1px #ddd;
	display: block;
}

.header__menu > .menu-item.menu-item-has-children > a:after {
	content: "\e900";
	font: normal 7px 'icomoon';
	color: #666;
	margin-left: 10px;
}

.header__menu > .menu-item.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.header .sub-menu {
	position: absolute;
	top: 60px;
	width: 100%;
	background: #006296;
	padding: 15px;
	-webkit-transition: opacity 400ms ease 50ms, -webkit-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-moz-transition: opacity 400ms ease 50ms, -moz-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-o-transition: opacity 400ms ease 50ms, -o-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-ms-transition: opacity 400ms ease 50ms, -ms-transform 400ms ease 50ms, visibility 0ms ease 0ms;
	transition: opacity 400ms ease 50ms, transform 400ms ease 50ms, visibility 0ms ease 0ms;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
}

.header .sub-menu > .menu-item > a {
	color: #fff;
	font: 300 14px/30px 'Assistant',sans-serif;
	display: block;
}

.header .sub-menu > .menu-item > a:after {
	content: "";
	display: block;
	width: 0;
	-webkit-transition: width 350ms ease;
	-moz-transition: width 350ms ease;
	-o-transition: width 350ms ease;
	-ms-transition: width 350ms ease;
	transition: width 350ms ease;
	border-bottom: solid 1px #fff;
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.header .sub-menu > .menu-item > a:hover:after {
	width: 100%;
}

.header__search-input {
	position: absolute;
	overflow: hidden;
	padding: 0;
	top: 0;
	right: 0;
	font: 300 14px/60px 'Assistant',sans-serif;
	color: #666;
	height: 60px;
	display: block;
	margin: 0;
	border: none;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}

.lightbox {
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 99;
}

.lightbox__call {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}

.lightbox__call .desktop {
	display: inline-block;
}

.lightbox__call .mobile {
	display: none;
}

.lightbox__close {
	position: fixed;
	color: #fff;
	top: 10px;
	right: 8px;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
	cursor: pointer;
}

.lightbox__close:hover {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}


body.open-search .header__search-input {
	width: 750px;
	padding: 0 30px;
}

.header__search-button {
	font-size: 0;
	background: #fcfcfc;
	width: 70px;
	height: 60px;
	border: none;
	cursor: pointer;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	position: relative;
	z-index: 1;
	outline: none;
}

.header__search-button:after {
	content: "\e915";
	font: normal 17px 'icomoon' !important;
	color: #006296;
}

.header__mobile-menu-opener {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 1;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	display: none;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-right: solid 1px #ddd;
}

.header__mobile-menu-opener i {
	display: block;
	width: 20px;
	height: 2px;
	background: #006296;
	-webkit-transition: all 300ms 400ms ease;
	-moz-transition: all 300ms 400ms ease;
	-o-transition: all 300ms 400ms ease;
	-ms-transition: all 300ms 400ms ease;
	transition: all 300ms 400ms ease;
}

.header__mobile-menu-opener i:nth-child(2) {
	margin: 5px 0;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,98,150,0.9);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-o-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 3;
	-webkit-transform: translate3D(-100%,0,0);
	-moz-transform: translate3D(-100%,0,0);
	-o-transform: translate3D(-100%,0,0);
	-ms-transform: translate3D(-100%,0,0);
	transform: translate3D(-100%,0,0);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: auto;
}

body.mobile-menu-active .mobile-menu {
	-webkit-transform: translate3D(0,0,0);
	-moz-transform: translate3D(0,0,0);
	-o-transform: translate3D(0,0,0);
	-ms-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
}

.mobile-menu__items-wrapper {
	min-height: 100vh;
	min-width: 90%;
	position: relative;
	z-index: 5;
	background: #fff;
}

.mobile-menu__close {
	font-size: 0;
	line-height: 75px;
	padding: 0 20px;
	cursor: pointer;
}

.mobile-menu__close:before {
	content: "\e90f";
	color: #006296;
	font: normal 16px 'icomoon';
}

.mobile-menu .menu-item:after {
	display: none;
}

.mobile-menu .menu-item > a {
	text-transform: uppercase;
	color: #000;
	font: 300 16px/75px 'Assistant',sans-serif;
	position: relative;
	display: block;
	border-top: solid 1px #ddd;
	padding: 0 20px;
}

.mobile-menu .menu-item > a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	bottom: -5px;
	border-bottom: solid 1px $magenta;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	-ms-transition: width 400ms ease;
	transition: width 400ms ease;
}

.mobile-menu .menu-item:last-child > a {
	border-bottom: solid 1px #ddd;
}

.mobile-menu .menu-item.menu-item-has-children > a {
	position: relative;
}

.mobile-menu .menu-item.menu-item-has-children > a:after {
	content: "\e900";
	font: normal 10px 'icomoon';
	color: #666;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	bottom: auto;
	left: auto;
}

.mobile-menu .sub-menu {
	position: relative;
	overflow: hidden;
	max-height: 0;
}

.mobile-menu .sub-menu.active {
	max-height: 200px;
}

.mobile-menu .sub-menu .menu-item > a {
	line-height: 40px;
	font-size: 14px;
	border: none;
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

.mobile-menu .sub-menu .menu-item > a:before {
	content: "- ";
}

.ui-widget-content {
	overflow: auto;
	max-height: 300px;
}

.home-hero {
	padding: 75px 0;
}

.home-hero__title-logos-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-bottom: 60px;
}

.home-hero__left {
	margin-right: auto;
}

.home-hero__title {
	color: #006296;
	font: bold 50px/1.1em 'Assistant',sans-serif;
	width: 100%;
	max-width: 650px;
}

.home-hero__title:after {
	content: "";
	width: 60px;
	border-bottom: solid 5px #ccc;
	display: block;
	margin-top: 20px;
}

.home-hero__logos-wrapper > img {
	margin-left: 30px;
}

.home-hero__logos-wrapper > img:first-child {
	margin-left: 0;
}

.search-form {
	background: #fcfcfc;
	border: solid 1px #e8eaeb;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.search-form__input {
	background: transparent;
	border: none;
	padding: 0 50px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font: 300 18px/60px 'Assistant',sans-serif;
	outline: none;
}

.search-form__button {
	background: none;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.search-form__button:after {
	content: "\e915";
	font: normal 27px 'icomoon';
	color: #006296;
	width: 95px;
	display: block;
}

.sponsors {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 20px 0;
}

.sponsors > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.sponsors__text {
	font: 300 14px 'Assistant',sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
}

.sponsors__image {
	margin: 0 10px;
}

.sponsors__list-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.metodologies {
	padding: 50px 0;
}

.text-block {
	max-width: 760px;
	margin-bottom: 80px;
}

.text-block__text-wrapper {
	padding-left: 60px;
	position: relative;
}

.text-block__text-wrapper:before {
	content: "";
	width: 14px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.text-block__category,
.full-section .text-block__title > span {
	color: #333;
	font: 300 30px/1.2em 'Assistant',sans-serif;
	margin-bottom: 20px;
	display: block;
}

.text-block__title {
	font: normal 70px/1.1em 'Merriweather',sans-serif;
	color: #006296;
	margin-bottom: 40px;
}

.text-block__text {
	font-size: 16px;
	font-weight: 300;
}

.text-block__text > a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

.text-block__button {
	margin-top: 70px;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-o-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}

.text-block--align-right {
	margin: 0 0 0 auto;
	text-align: right;
}

.text-block--align-right .text-block__text-wrapper {
	padding: 0 60px 0 0;
}

.text-block--align-right .text-block__text-wrapper:before {
	left: auto;
	right: 0;
}

.text-block--align-right .text-block__button {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}

.metodology-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -10px;
}

.metodology-list__item {
	width: 16.66666666%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 65px;
	position: relative;
	text-align: center;
}

.metodology-list__image {
	border: solid 1px #d4d4d4;
	border-radius: 10px;
	margin: 0 auto 10px;
	display: block;
}

.metodology-list__item-name {
	font: bold 16px/1.2em 'Assistant',sans-serif;
	color: #666;
}

.metodology-list__hover-wrapper {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(16,105,154,0.9);
	padding: 15px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.metodology-list__hover-wrapper:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.metodology-list__hover-content {
	width: 100%;
}

.metodology-list__stars {
	margin-bottom: 25px;
}

.metodology-list__stars > i:before {
	content: "\e902";
	color: #fff;
	font-size: 9px;
	font-family: 'icomoon';
	margin: 0 3px;
}

.metodology-list__stars > i:nth-child(2):before {
	font-size: 14px;
}

.metodology-list__winner-text {
	color: #fff;
	font: 300 12px 'Assistant',sans-serif;
	text-transform: uppercase;
}

.metodology-list__winner-text > span {
	font: bold 14px 'Assistant',sans-serif;
	display: block;
	margin-bottom: 17px;
	text-transform: none;
}

.metodology-list__line {
	border: none;
	border-bottom: solid 1px #91bacf;
	margin: 20px 0;
}

.metodology-list__category {
	font: bold 16px/1.2em 'Assistant',sans-serif;
	color: #fff;
	margin-bottom: 18px;
	display: block;
}

.metodology-list__section-link {
	margin: 0 auto 90px;
	display: table;
	padding: 0 40px;
}

.metodology-list__button {
	min-width: 100%;
}

.home-line {
	border: none;
	border-bottom: solid 1px #ddd;
	margin: 70px 0;
}

.full-section {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.full-section > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 90px 110px;
	width: 50%;
}

.full-section .text-block {
	margin-bottom: 0;
}

.full-section .text-block__text {
	font-size: 14px;
}

.full-section .text-block__title > span {
	margin-bottom: 0;
}

.full-section--home1 {
	margin-bottom: 75px;
}

.full-section--home1 .full-section__left {
	background: url("assets/img/home-full-section1.jpg") no-repeat center/cover;
}

.full-section--home1 .full-section__right {
	background: url("assets/img/home-full-section2.jpg") no-repeat center/cover;
}

.articles-list__posts-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.view-full-content__left {
	background: url("assets/img/previous-edition.jpg") no-repeat center/cover;
	min-height: 330px;
}

.view-full-content__title {
	font: bold 30px/1.2em 'Merriweather',sans-serif;
	color: #006296;
	margin-bottom: 20px;
	display: block;
}

.view-full-content__text {
	font: 300 16px/1.2em 'Assistant',sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #333;
}

.scroll {
	position: fixed;
	bottom: 25px;
	left: 75%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 600ms ease 400ms;
	-moz-transition: all 600ms ease 400ms;
	-o-transition: all 600ms ease 400ms;
	-ms-transition: all 600ms ease 400ms;
	transition: all 600ms ease 400ms;
}

.fp-viewing-0 .scroll {
	left: 50%;
}

.fp-viewing-5 .scroll {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.scroll__icon {
	width: 12px;
	height: 24px;
	margin-webkit-box-shadow: inset 0 0 0 1px #006296;
	box-shadow: inset 0 0 0 1px #006296;
	border-radius: 25px;
	position: relative;
	margin: 0 auto 5px;
}

.scroll__icon:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 5px;
	background: #006296;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: 6px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	-moz-animation-name: scroll;
	-o-animation-name: scroll;
	-ms-animation-name: scroll;
	animation-name: scroll;
}

.scroll__text {
	color: #006296;
	font: normal 12px 'Assistant',sans-serif;
	text-transform: uppercase;
}

.section-logo {
	background-image: url("assets/img/sprite.png");
	background-position: 0 -101px;
	width: 500px;
	height: 99px;
	font-size: 0;
	display: table;
	margin: 0 auto;
}

.section-logo--white {
	background-image: url("assets/img/sprite.png");
	background-position: 0 0;
	width: 500px;
	height: 99px;
}

.section.fp-completely {
	z-index: 1;
}

.section__content-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

.section__division {
	width: 50%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 70px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	transition: all 600ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.section__division--left {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.section__division--right {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.fp-completely .section__division {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section__text-with-bar {
	font: normal 40px/1.2em 'Assistant',sans-serif;
	max-width: 475px;
	letter-spacing: 2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 600ms 650ms;
	-moz-transition: all 600ms 650ms;
	-o-transition: all 600ms 650ms;
	-ms-transition: all 600ms 650ms;
	transition: all 600ms 650ms;
}

.section__text-with-bar:before {
	content: "";
	display: block;
	margin-bottom: 25px;
	width: 100px;
	height: 8px;
}

.section__text-with-bar > strong {
	font-weight: bold;
}

.section__text-with-bar--blue {
	color: #006296;
}

.section__text-with-bar--white {
	color: #fff;
}

.fp-completely .section__text-with-bar {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section__text-with-color-bg {
	font: normal 40px/1.9em 'Assistant',sans-serif;
	display: inline;
	max-width: 520px;
	color: #333;
	letter-spacing: 2px;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 600ms 750ms;
	-moz-transition: all 600ms 750ms;
	-o-transition: all 600ms 750ms;
	-ms-transition: all 600ms 750ms;
	transition: all 600ms 750ms;
}

.section__text-with-color-bg > span {
	padding: .2em;
	-webkit-box-shadow: .3em 0 0 #fff,-.3em 0 0 #fff;
	box-shadow: .3em 0 0 #fff,-.3em 0 0 #fff;
	background-color: #fff;
}

.section__text-with-color-bg > span > strong {
	font-weight: bold;
}

.fp-completely .section__text-with-color-bg {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.section1 .section__button {
	margin: 50px auto 0;
	display: table;
}

.section2 .section__division--right {
	background: url("assets/img/section-bg1.jpg") no-repeat center/cover;
}

.section3 .section__division--right {
	background: url("assets/img/section-bg2.jpg") no-repeat center/cover;
}

.section4 .section__division--right {
	background: url("assets/img/section-bg3.jpg") no-repeat center/cover;
}

.section5 .section__division--right {
	background: url("assets/img/section-bg4.jpg") no-repeat center/cover;
}

.section6__text {
	color: #fff;
	font: normal 30px 'Assistant',sans-serif;
	text-align: center;
}

.section6__section-logo {
	margin-top: 15px;
}

.section6 .section__button {
	margin: 60px auto 0;
	display: table;
}

.company-items {
	width: 100%;
	max-width: calc(100% - 350px);
}

.company-items__section-title {
	color: #006296;
	display: block;
	font: bold 20px 'Merriweather',sans-serif;
	margin-bottom: 30px;
}

.company-items__section-title:before {
	content: "";
	width: 6px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}

.company-table {
	margin-bottom: 70px;
}

.company-table--no-margin .company-table__th,
.company-table--no-margin .company-table__td {
	margin: 0;
}

.company-table__thead {
	margin-bottom: 10px;
}

.company-table__thead .company-table__th,
.company-block__item-name {
	border-bottom: solid 2px #eee;
}

.company-table__tr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.company-table__th,
.company-block__item-name {
	font: bold 14px/1.1em 'Assistant',sans-serif;
	color: #000;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 10px;
	min-height: 45px;
}

.company-table__th > span,
.company-block__item-name > span {
	max-width: 85%;
	display: block;
}

.company-table__td,
.company-block__item-value {
	text-transform: uppercase;
	color: #838383;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 10px;
	min-height: 45px;
}

.company-table__td > span,
.company-block__item-value > span {
	font: normal 14px/1.1em 'Assistant',sans-serif;
	max-width: 85%;
	display: block;
}

.company-table__flex2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.company-block {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.company-block__item {
	width: 33.33333333%;
}

.company-block__item-name {
	margin-bottom: 10px;
}

.single-wrapper {
	position: relative;
	z-index: 1;
}

.post-info {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	background-image: url("assets/img/single-bg.jpg");
}

.post-info > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-o-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	min-height: 250px;
	padding: 50px 15px;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.post-info__title {
	font: bold 38px/1.7em 'Merriweather',sans-serif;
	max-width: 600px;
	color: #006296;
	display: inline;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post-info__title > span {
	padding: .2em;
	-webkit-box-shadow: .3em 0 0 #fff,-.3em 0 0 #fff;
	box-shadow: .3em 0 0 #fff,-.3em 0 0 #fff;
	background-color: #fff;
}

.post-info__title > span > strong {
	font-weight: bold;
}

.post-info__category {
	display: block;
	background: #006296;
	color: #fff;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	font: 600 16px/20px 'Assistant',sans-serif;
	text-transform: uppercase;
	padding: 0 10px;
}

.post-columns > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-content {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 350px);
}

.post-content__title {
	font: italic 900 40px/1.2em 'Merriweather',sans-serif !important;
	color: #000 !important;
	margin: 0 0 15px !important;
	text-transform: none !important;
}

.post-content__subtitle {
	font: normal 20px/1.2em 'Assistant',sans-serif !important;
	margin: 0 0 55px !important;
	text-transform: none !important;
}

.post-content p {
	font: normal 16px/1.7em 'Assistant',sans-serif;
	margin-bottom: 25px;
	color: #333;
}

.post-content p strong,
.post-content p b {
	font-weight: bold;
}

.post-content p a {
	color: #333;
	text-decoration: underline;
}

.post-content em,
.post-content i {
	font-style: italic;
}

.post-content ul {
	font: 300 18px/1.7em 'Assistant',sans-serif;
	margin-bottom: 25px;
}

.post-content ul li {
	list-style: inside disc;
	color: #333;
}

.post-content ul li ul,
.post-content ul li ol {
	padding-left: 20px;
}

.post-content ol {
	font: 300 18px/1.7em 'Assistant',sans-serif;
	margin-bottom: 25px;
}

.post-content ol li {
	list-style: inside decimal;
	color: #333;
}

.post-content ol li ul,
.post-content ol li ol {
	padding-left: 20px;
}

.post-content del {
	text-decoration: line-through;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font: bold 16px 'Assistant',sans-serif;
	margin: 40px 0 20px;
	color: #333;
}

.post-content blockquote {
	color: #006296;
	padding: 0 70px;
	margin: 50px 0;
}

.post-content blockquote p {
	color: #006296;
	font: italic bold 22px/1.4em 'Merriweather',sans-serif;
	text-align: center;
}

.post-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.post-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.post-content .gallery {
	margin-bottom: 45px !important;
	position: relative;
}

.post-content .gallery-item {
	margin-top: 0 !important;
	text-align: left !important;
	padding-bottom: 30px;
}

.post-content .gallery img {
	border: none !important;
}

.post-content .gallery .owl-prev,
.post-content .gallery .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #006296;
	width: 30px;
	height: 30px;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
	color: #fff;
	font-size: 17px;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.post-content .gallery .owl-prev.disabled,
.post-content .gallery .owl-next.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.post-content .gallery .owl-prev {
	left: -5px;
}

.post-content .gallery .owl-prev:after {
	content: "\e910";
}

.post-content .gallery .owl-next {
	right: -5px;
}

.post-content .gallery .owl-next:after {
	content: "\e913";
}

.post-content .wp-caption {
	margin-bottom: 30px;
	max-width: 100%;
}

.post-content .wp-caption-text {
	position: static;
	text-align: center;
	margin: 10px auto 35px;
	font-size: 12px;
}

.post-content .wp-caption.alignleft,
.post-content .wp-caption.alignright {
	margin-bottom: 30px;
}

.post-content .wp-caption.alignleft {
	float: left;
}

.post-content .wp-caption.alignright {
	float: right;
}

.sidebar {
	width: 300px;
	margin-left: auto;
}

.sidebar__content-wrapper {
	padding-bottom: 100px;
}

.sidebar__images-wrapper {
	margin-bottom: 80px;
}

.featured-sector {
	margin-bottom: 80px;
}

.featured-sector__content-wrapper {
	border: solid 2px #ddd;
	padding: 5px;
	margin-bottom: 20px;
}

.featured-sector__content-border {
	border: solid 1px #ddd;
	padding: 20px 12px;
}

.featured-sector__stars {
	text-align: center;
	margin-bottom: 20px;
}

.featured-sector__stars > i:before {
	content: "\e902";
	color: #006296;
	font-size: 15px;
	font-family: 'icomoon';
	margin: 0 3px;
}

.featured-sector__stars > i:nth-child(2):before {
	font-size: 23px;
}

.featured-sector__title {
	font: bold 20px 'Merriweather',sans-serif;
	color: #006296;
	margin-bottom: 35px;
	display: block;
	text-align: center;
}

.featured-sector__list-item {
	margin-bottom: 15px;
}

.featured-sector__list-item:last-child {
	margin-bottom: 0;
}

.featured-sector__info-link-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-bottom: 15px;
}

.featured-sector__item-name {
	text-transform: uppercase;
	font: bold 12px/1.1em 'Assistant',sans-serif;
	color: #000;
}

.featured-sector__item-link {
	margin-left: auto;
	font: normal 12px 'Assistant',sans-serif;
	color: #006296;
	text-decoration: underline;
}

.featured-sector__item-score-wrapper {
	background: #eee;
	width: 100%;
	margin-bottom: 10px;
}

.featured-sector__item-score-bar {
	height: 20px;
	background: #006296;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	display: block;
}

.featured-sector__item-score-text {
	font: normal 12px 'Assistant',sans-serif;
	color: #000;
	text-align: right;
	display: block;
}

.featured-sector__item-score-text > span {
	color: #aaa;
}

.featured-sector__button {
	width: 100%;
}

.see-also {
	padding: 75px 0;
}

.see-also__title {
	color: #006296;
	font: bold 50px 'Assistant',sans-serif;
	margin-bottom: 50px;
}

.see-also .post {
	margin-bottom: 0;
}

.see-also .post:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.see-also__posts-wrapper {
	position: relative;
}

.see-also .owl-nav {
	position: absolute;
	right: 0;
	top: -100px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.see-also .owl-prev,
.see-also .owl-next {
	border: solid 2px #ddd;
	width: 30px;
	height: 30px;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
}

.see-also .owl-prev.disabled,
.see-also .owl-next.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.see-also .owl-prev:after,
.see-also .owl-next:after {
	font: normal 17px 'icomoon';
	color: #ababab;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.see-also .owl-prev:hover,
.see-also .owl-next:hover {
	background: #ddd;
}

.see-also .owl-prev:hover:after,
.see-also .owl-next:hover:after {
	color: #fff;
}

.see-also .owl-prev {
	margin-right: 20px;
}

.see-also .owl-prev:after {
	content: "\e910";
}

.see-also .owl-next:after {
	content: "\e913";
}

.hero > div {
	min-height: 350px;
	padding: 50px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.hero__title,
.hero__text {
	max-width: 720px;
}

.hero__title {
	color: #006296;
	font: normal 80px 'Merriweather',sans-serif;
	margin-bottom: 35px;
}

.hero__title--full {
	max-width: 100%;
}

.hero__text {
	font-size: 16px;
	color: #000;
}

.hero__list {
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.hero__item {
	width: 100%;
	max-width: 175px;
}

.hero__item-link {
	border: solid 2px #006296;
	font: bold 12px/35px 'Assistant',sans-serif;
	text-transform: uppercase;
	color: #006296;
	width: 100%;
	display: block;
	text-align: center;
	background: rgba(255,255,255,0.6);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

.hero__item-link:hover,
.active .hero__item-link {
	background: #006296;
	color: #fff;
}

.tables-filter {
	background: #f5f5f5;
	padding: 10px 0;
	margin-bottom: 60px;
}

.tables-filter > div {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.tables-filter__form,
.tables-filter__select-wrapper {
	margin: 0 10px;
}

.tables-filter__form {
	position: relative;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.tables-filter__input,
.tables-filter__select {
	background: #fff;
	width: 100%;
	height: 40px;
	border: solid 1px #ddd;
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font: 300 14px 'Assistant',sans-serif;
	color: #666;
	outline: none;
}

.tables-filter__button {
	position: absolute;
	font-size: 0;
	right: 0;
	top: 0;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

.tables-filter__button:after {
	content: "\e915";
	font: normal 20px/40px 'icomoon';
	color: #006296;
	width: 45px;
	display: block;
}

.tables-filter__select-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.tables-filter__select-wrapper:after {
	content: "\e900";
	font: normal 10px 'icomoon';
	color: #006296;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.tables-filter__select {
	cursor: pointer;
}

.ranking-table__results-count {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	color: #006296;
	font: bold 17px 'Assistant',sans-serif;
}

.ranking-table__table-wrapper {
	margin-bottom: 60px;
}

.ranking-table__tr {
	background: #f9f9f9;
	margin-bottom: 10px;
}

.ranking-table__thead .ranking-table__tr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	background: none;
}

.ranking-table__th > span {
	color: #000;
	font: bold 14px 'Assistant',sans-serif;
	max-width: 120px;
	display: block;
}

.ranking-table__visible-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
	position: relative;
	padding: 13px 0;
}

.ranking-table__thead .ranking-table__th:nth-child(1),
.ranking-table__visible-content .ranking-table__th:nth-child(1),
.ranking-table__thead .ranking-table__td:nth-child(1),
.ranking-table__visible-content .ranking-table__td:nth-child(1) {
	-webkit-box-flex: 1.5;
	-moz-box-flex: 1.5;
	-o-box-flex: 1.5;
	box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
}

.ranking-table__thead .ranking-table__th:nth-child(2),
.ranking-table__visible-content .ranking-table__th:nth-child(2),
.ranking-table__thead .ranking-table__td:nth-child(2),
.ranking-table__visible-content .ranking-table__td:nth-child(2),
.ranking-table__thead .ranking-table__th:nth-child(3),
.ranking-table__visible-content .ranking-table__th:nth-child(3),
.ranking-table__thead .ranking-table__td:nth-child(3),
.ranking-table__visible-content .ranking-table__td:nth-child(3) {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-o-box-flex: 2;
	box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.ranking-table__thead .ranking-table__th:nth-child(4),
.ranking-table__visible-content .ranking-table__th:nth-child(4),
.ranking-table__thead .ranking-table__td:nth-child(4),
.ranking-table__visible-content .ranking-table__td:nth-child(4),
.ranking-table__thead .ranking-table__th:nth-child(5),
.ranking-table__visible-content .ranking-table__th:nth-child(5),
.ranking-table__thead .ranking-table__td:nth-child(5),
.ranking-table__visible-content .ranking-table__td:nth-child(5) {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ranking-table__thead .ranking-table__td:first-child,
.ranking-table__visible-content .ranking-table__td:first-child {
	font-weight: bold;
	color: #000;
}

.ranking-table__thead .ranking-table__td:first-child > span,
.ranking-table__visible-content .ranking-table__td:first-child > span {
	padding-left: 50px;
}

.ranking-table__toggle-row {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	cursor: pointer;
	height: 100%;
}

.ranking-table__toggle-row:after {
	content: "\e901";
	color: #006296;
	font-size: 17px;
	font: normal 16px 'icomoon';
	width: 50px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: -webkit-transform 350ms ease;
	-moz-transition: -moz-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	-ms-transition: -ms-transform 350ms ease;
	transition: transform 350ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.active .ranking-table__toggle-row:after {
	content: "\e904";
	font-size: 2px;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.ranking-table__toggle-row:hover:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ranking-table__hidden-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	position: relative;
	overflow: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
	max-height: 0;
	padding: 0 15px;
}

.active .ranking-table__hidden-content {
	max-height: 100px;
	padding: 0 15px 60px;
}

.ranking-table__sub-td {
	padding: 10px 35px;
}

.ranking-table__sub-td:first-child {
	padding-left: 20px;
}

.ranking-table__sub-item-title {
	display: block;
	width: 150px;
	min-height: 32px;
	position: relative;
	font: 600 12px 'Assistant',sans-serif;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 7px;
}

.ranking-table__sub-item-title:before {
	content: "•";
	font-size: 20px;
	vertical-align: top;
	color: #006296;
	position: absolute;
	top: -7px;
	left: -15px;
}

.ps__scrollbar-x-rail {
	background: #f0f0f0 !important;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	height: 2px !important;
	margin: 15px 0;
}

.ps__scrollbar-x {
	height: 12px !important;
	background: #006296 !important;
	bottom: -5px !important;
	border-radius: 6px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.ps__scrollbar-x:before,
.ps__scrollbar-x:after {
	font-size: 8px;
	font-family: 'icomoon';
	color: #fff;
	margin: 0 12px;
}

.ps__scrollbar-x:before {
	content: "\e910";
}

.ps__scrollbar-x:after {
	content: "\e913";
}

.pagination {
	padding: 45px 0;
}

.pagination .wp-pagenavi {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}

.pagination .nextpostslink,
.pagination .previouspostslink,
.pagination .page {
	color: #aaa;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	margin: 0 8px;
	cursor: pointer;
}

.pagination .current {
	background: #f0f0f0;
	color: #006296;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	width: 20px;
	text-align: center;
	cursor: initial;
}

.pagination .nextpostslink,
.pagination .previouspostslink {
	font-size: 0;
}

.pagination .nextpostslink:before,
.pagination .previouspostslink:before,
.pagination .nextpostslink:after,
.pagination .previouspostslink:after {
	font-size: 17px;
	font-family: 'icomoon';
	font-style: normal;
	vertical-align: middle;
}

.pagination .previouspostslink:before {
	content: "\e910";
	margin-right: 15px;
}

.pagination .nextpostslink:after {
	content: "\e913";
	margin-left: 15px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {

.ps {
	overflow: auto!important;
}

}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {

.header__logo {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 500px 241px !important;
	-moz-background-size: 500px 241px !important;
	background-size: 500px 241px !important;
}

.section-logo {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 500px 241px !important;
	-moz-background-size: 500px 241px !important;
	background-size: 500px 241px !important;
}

.section-logo--white {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 500px 241px !important;
	-moz-background-size: 500px 241px !important;
	background-size: 500px 241px !important;
}

}

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

.container {
	max-width: 1024px;
}

.full-section > div {
	padding: 70px 40px;
}

.full-section .text-block__title {
	font-size: 55px;
}

}

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

.container {
	max-width: 768px;
}

.hidden-sm {
	display: none !important;
}

.visible-sm {
	display: block !important;
}

.banner {
	margin-bottom: 30px;
}

.banner--full {
	display: none;
}

.banner--square {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ccc;
	max-width: 100%;
}

.post:not(.see-also) .post .post__link {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post:not(.see-also) .post .post__image-wrapper {
	max-width: 85px;
	margin-right: 14px;
}

.post:not(.see-also) .post .post__texts-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer > div,
.footer__right {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer > div {
	height: auto;
	padding: 30px 0;
}

.footer__right {
	margin: 0 auto;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.footer__pdf-button {
	margin: 20px 0;
}

.header__logo {
	margin: 0 auto;
}

.header__menu-wrapper {
	display: none;
}

.header__mobile-menu-opener {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.header__search-button {
	width: 50px;
}

.header__search-input {
	margin-top: -1px;
}

body.open-search .header__search-input {
	width: calc(100% - 60px);
}

.home-hero {
	padding: 40px 0;
}

.home-hero__title-logos-wrapper {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-o-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.home-hero__right {
	text-align: center;
	margin-bottom: 25px;
}

.home-hero__title {
	font-size: 30px;
}

.home-hero__button:after {
	font-size: 16px;
	width: 48px;
}

.search-form__input {
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
}

.sponsors > div {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sponsors__text {
	margin-bottom: 10px;
}

.sponsors__list-wrapper {
	overflow: auto;
}

.text-block--align-right .text-block__text-wrapper {
	padding-right: 18px;
}

.text-block--align-right .text-block__button {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.text-block__category,
.full-section .text-block__title > span {
	font-size: 20px;
	margin-bottom: 10px;
}

.text-block__title {
	font-size: 40px;
}

.text-block__text-wrapper {
	padding-left: 18px;
}

.text-block__text-wrapper:before {
	width: 6px;
}

.text-block__button {
	margin-top: 25px;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.metodology-list__item {
	width: 33.33333333%;
}

.metodology-list__section-link {
	margin-bottom: 40px;
}

.metodology-list__hover-content {
	display: none;
}

.home-line {
	margin: 40px 0;
}

.full-section {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.full-section > div {
	padding: 60px 15px;
	width: 100%;
}

.view-full-content > div {
	padding: 35px 15px;
}

.view-full-content__left {
	height: 165px;
	padding: 0 !important;
	min-height: 0;
}

.view-full-content__title {
	font-size: 20px;
}

.view-full-content__text {
	font-size: 14px;
}

.scroll {
	left: 50% !important;
}

.scroll__text {
	font-size: 10px;
}

.section-logo {
	background-image: url("assets/img/sprite.png");
	background-position: -197px -202px;
	width: 190px;
	height: 37px;
}

.section-logo--white {
	background-image: url("assets/img/sprite.png");
	background-position: 0 -202px;
	width: 195px;
	height: 39px;
}

.section__content-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section__division {
	width: 100%;
	height: 50%;
	padding: 0 20px;
}

.section__text-with-bar,
.section__text-with-color-bg {
	font-size: 24px;
}

.section__text-with-color-bg {
	line-height: 1.8em;
}

.section6__text {
	font-size: 16px;
}

.company-items {
	max-width: 100%;
}

.company-items__section-title {
	font-size: 16px;
	margin-bottom: 15px;
}

.company-table {
	margin-bottom: 15px;
}

.company-table__td > span,
.company-table__th > span,
.company-block__item-name > span,
.company-block__item-value > span {
	font-size: 11px;
}

.company-table__td,
.company-block__item-value {
	margin: 0 5px;
}

.company-block__item {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-moz-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding: 0 10px;
}

.company-block__item-name,
.company-block__item-value {
	min-height: 0;
}

.company-block__item-name {
	margin: 0 0 10px;
	padding-bottom: 10px;
	width: 100%;
}

.company-block__item-name > span {
	max-width: 100%;
}

.company-block__item-value {
	margin: 0 auto 0 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	display: block;
	min-height: 15px;
}

.company-block__item-value > span {
	max-width: 100%;
}

.post-info > div {
	min-height: 200px;
	padding: 40px 15px;
}

.post-info__title {
	font-size: 20px;
}

.post-info__category {
	font-size: 12px;
}

.post-columns > div {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-content {
	max-width: 100%;
}

.post-content > div > p {
	font-size: 16px;
	line-height: 1.5em;
}

.post-content > div > p:first-child:first-letter {
	font-size: 40px;
	line-height: 48px;
	padding-right: 8px;
}

.post-content > div > blockquote > p {
	font-size: 16px;
	line-height: 1.6em;
}

.post-content .gallery .owl-prev:before,
.post-content .gallery .owl-next:before {
	font-size: 40px;
}

.post-content .gallery .owl-prev:after,
.post-content .gallery .owl-next:after {
	font-size: 16px;
}

.post-content__title {
	font-size: 26px !important;
	font-style: italic;
}

.post-content__subtitle {
	font-size: 18px !important;
	margin-bottom: 30px !important;
}

.post-content blockquote {
	padding: 0 35px;
	margin: 25px 0;
}

.post-content blockquote p {
	font-size: 16px;
}

.sidebar {
	margin: 0 auto;
}

.sidebar__content-wrapper {
	padding-bottom: 0;
}

.featured-sector {
	margin-bottom: 30px;
}

.see-also__posts-wrapper {
	margin: 0 -15px;
}

.see-also__title {
	font-size: 26px;
}

.see-also .owl-nav {
	top: -82px;
}

.hero > div {
	padding: 35px 15px;
	min-height: 300px;
}

.hero__title {
	font-size: 40px;
	margin-bottom: 15px;
}

.hero__text {
	font-size: 14px;
}

.hero__item {
	max-width: 140px;
}

.hero__item-link {
	font-size: 10px;
}

.tables-filter {
	margin-bottom: 35px;
}

.tables-filter > div {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tables-filter__form,
.tables-filter__select-wrapper {
	margin-bottom: 10px;
}

.tables-filter__select-wrapper:last-child {
	margin-bottom: 0;
}

.ranking-table__results-count {
	font-size: 14px;
	margin-bottom: 22px;
}

.ranking-table__table-wrapper {
	margin-bottom: 30px;
}

.ranking-table__th > span {
	max-width: 60px;
	font-size: 12px;
}

.ranking-table__td {
	padding: 0 5px;
}

.ranking-table__td > span {
	font-size: 12px;
}

.ranking-table__thead .ranking-table__td:first-child > span,
.ranking-table__visible-content .ranking-table__td:first-child > span,
.ranking-table__thead .ranking-table__th:first-child > span,
.ranking-table__visible-content .ranking-table__th:first-child > span {
	padding-left: 10px;
}

.ranking-table__thead .ranking-table__td:nth-child(3),
.ranking-table__visible-content .ranking-table__td:nth-child(3),
.ranking-table__thead .ranking-table__th:nth-child(3),
.ranking-table__visible-content .ranking-table__th:nth-child(3) {
	padding-right: 35px;
}

.ranking-table__thead .ranking-table__td:nth-child(4),
.ranking-table__visible-content .ranking-table__td:nth-child(4),
.ranking-table__thead .ranking-table__th:nth-child(4),
.ranking-table__visible-content .ranking-table__th:nth-child(4),
.ranking-table__thead .ranking-table__td:nth-child(5),
.ranking-table__visible-content .ranking-table__td:nth-child(5),
.ranking-table__thead .ranking-table__th:nth-child(5),
.ranking-table__visible-content .ranking-table__th:nth-child(5) {
	display: none;
}

.ranking-table__toggle-row:after {
	width: 35px;
	font-size: 11px;
}

.active .ranking-table__toggle-row:after {
	font-size: 1.5px;
}

.ranking-table__sub-td {
	padding: 7px 15px;
}

.ranking-table__sub-item-title {
	width: 90px;
	font-size: 11px;
}

.ranking-table__sub-item-value {
	font-size: 13px;
}

.pagination {
	padding: 30px 0;
}

}

@media screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:2),screen and (max-width:1000px) and (min-resolution:192dpi) {

.section-logo {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 500px 241px !important;
	-moz-background-size: 500px 241px !important;
	background-size: 500px 241px !important;
}

.section-logo--white {
	background-image: url("assets/img/sprite@2x.png") !important;
	-webkit-background-size: 500px 241px !important;
	-moz-background-size: 500px 241px !important;
	background-size: 500px 241px !important;
}

}

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

.hidden-xs {
	display: none !important;
}

.visible-xs {
	display: block !important;
}

.post {
	max-width: 380px;
}

.post__image-wrapper {
	margin: 0 auto 30px;
}

.post__image {
	width: 100% !important;
}

.metodology-list__item {
	width: 50%;
	margin-bottom: 20px;
}

.hero__list {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero__item {
	max-width: 100%;
	margin-bottom: 5px;
}

.lightbox__call .desktop {
	display: none;
}

.lightbox__call .mobile {
	display: inline-block;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@-webkit-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@-o-keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

@keyframes scroll {

0% {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

100% {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

}

