/*@font-face {
    font-family: 'regular';
    src: url('fonts/ingostemregular.woff2') format('woff2'),
         url('fonts/ingostemregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face{
    font-family: 'icons';
    src: url(fonts/ingos-icons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face{
    font-family: 'regular';
    src: url(fonts/IngoStem-Light-cut.woff2) format("woff2");
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeSpeed;
    font-display: fallback;
}
@font-face{
    font-family: 'regular';
    src: url(fonts/IngoStem-Regular-cut.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    font-display: fallback;
}
@font-face{
    font-family: 'regular';
    src: url(fonts/IngoStem-Medium-cut.woff2) format("woff2");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeSpeed;
    font-display: fallback;
}
@font-face{
    font-family: 'regular';
    src: url(fonts/IngoStem-Bold-cut.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeSpeed;
    font-display: fallback;
}

html {
    scroll-behavior: smooth;
}

body {
	margin:0px;
	width:100%;
	height:100%;
}

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

body,td,th,input,select,textarea {
	font-family: 'regular', sans-serif;
	font-weight: 400;
}

strong, b, .bold {
	font-family: 'regular', sans-serif;
	font-weight: 600;
}

.standard-icon::before {
	font-family: 'icons', sans-serif;
	font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    margin-top: -0.2em;
}
.standard-phone-icon:before {
    content: "\f13d";
}
.standard-email-icon:before {
    content: "\f13c";
}
.standard-search-icon:before {
    content: "\f139";
}
.standard-download-icon:before {
    content: "\f10d";
}
.standard-date-icon:before {
    content: "\f103";
}
.standard-eye-icon:before {
    content: "\f111";
}
.standard-clock-icon:before {
    content: "\f132";
}
.standard-close-icon:before {
    content: "\f10b";
}

a {
	text-decoration: none !important;
    transition: all 300ms ease;
}
a img {
	border:none;
}
a.tel {
	text-decoration:none !important;
	cursor:default;
}

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

.nowrap {
	white-space:nowrap;
}

.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.clearfix {
	overflow:hidden;
}

.vertical-centered-content {
	display: -webkit-flex;
	-webkit-align-items: center; 
	display: flex;
	align-items: center;
}
.vertical-centered-content > .inner {
	display:inline;
	width:100%;
}
.horizontal-centered-content {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	text-align:center;
}
.horizontal-centered-content > .inner {
	display:inline;
	width:100%;
}

/*GRID AND STANDARD MEDIA QUERIES*/

/*
small: 0-768px
medium: 768-1200px
large: 1200-...px
*/

h1,h2,h3 {
	font-family: 'regular', sans-serif;
}
h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
    line-height: 1.4em;
}

body,td,th,p,input {
	font-size:14px;
}
h1, .text-size-h1 {
	font-size:27px;
    margin-bottom: 0.7em;
    line-height: 1.1em;
    font-weight: 600;
}
h2, .text-size-h2 {
	font-size:24px;
    margin-bottom: 0.8em;
    line-height: 1.2em;
    font-weight: 600;
}
h3, .text-size-h3 {
	font-size:22px;
    line-height: 1.3em;
    font-weight: 600;
}
h4, .text-size-h4 {
	font-size:21px;
    line-height: 1.3em;
    font-weight: 600;
}
h2.text-size-h3, h2.text-size-h4 {
    margin:0px; padding:0px;
}
.text-normal {
    font-size: 1rem;
}
.text-small {
    font-size: 0.9em;
}
.text-bigger {
    font-size: 1.2em;
}
h2.text-bigger, h2.text-small {
    margin:0px; padding:0px;
}

ul.list {
    margin: 0;
    padding: 0;
}
ul.list li {
    margin: 0;
    padding: 0;
	padding-left: 2em;
    padding-bottom: 0.5em;
	list-style: none;
	background-image: url(img/tick.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.25em 1.25em;
}
ul.list.simple li {
    background-image: url(img/bullet.svg);
    background-size: 1.25em 1.3em;
}

.gap {
	height: 30px;
}
.gap-small {
	height: 15px;
}
.indents {
	padding: 30px;
}
.indents-small {
	padding: 15px;
}
.content {
    width: 350px;
    max-width: 90%;
	margin: 0 auto;
}

.small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12, .medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12, .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
	float:left;
}
ul.small-grid-1, ul.small-grid-1 > li, ul.small-grid-2, ul.small-grid-2 > li, ul.small-grid-3, ul.small-grid-3 > li, ul.small-grid-4, ul.small-grid-4 > li, ul.small-grid-5, ul.small-grid-5 > li, ul.small-grid-6, ul.small-grid-6 > li, ul.small-grid-7, ul.small-grid-7 > li, ul.small-grid-8, ul.small-grid-8 > li, ul.small-grid-9, ul.small-grid-9 > li, ul.small-grid-10, ul.small-grid-10 > li, ul.small-grid-11, ul.small-grid-11 > li, ul.small-grid-12, ul.small-grid-12 > li, ul.medium-grid-1, ul.medium-grid-1 > li, ul.medium-grid-2, ul.medium-grid-2 > li, ul.medium-grid-3, ul.medium-grid-3 > li, ul.medium-grid-4, ul.medium-grid-4 > li, ul.medium-grid-5, ul.medium-grid-5 > li, ul.medium-grid-6, ul.medium-grid-6 > li, ul.medium-grid-7, ul.medium-grid-7 > li, ul.medium-grid-8, ul.medium-grid-8 > li, ul.medium-grid-9, ul.medium-grid-9 > li, ul.medium-grid-10, ul.medium-grid-10 > li, ul.medium-grid-11, ul.medium-grid-11 > li, ul.medium-grid-12, ul.medium-grid-12 > li, ul.large-grid-1, ul.large-grid-1 > li, ul.large-grid-2, ul.large-grid-2 > li, ul.large-grid-3, ul.large-grid-3 > li, ul.large-grid-4, ul.large-grid-4 > li, ul.large-grid-5, ul.large-grid-5 > li, ul.large-grid-6, ul.large-grid-6 > li, ul.large-grid-7, ul.large-grid-7 > li, ul.large-grid-8, ul.large-grid-8 > li, ul.large-grid-9, ul.large-grid-9 > li, ul.large-grid-10, ul.large-grid-10 > li, ul.large-grid-11, ul.large-grid-11 > li, ul.large-grid-12, ul.large-grid-12 > li {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.small-grid-1 > li, ul.small-grid-2 > li, ul.small-grid-3 > li, ul.small-grid-4 > li, ul.small-grid-5 > li, ul.small-grid-6 > li, ul.small-grid-7 > li, ul.small-grid-8 > li, ul.small-grid-9 > li, ul.small-grid-10 > li, ul.small-grid-11 > li, ul.small-grid-12 > li, ul.medium-grid-1 > li, ul.medium-grid-2 > li, ul.medium-grid-3 > li, ul.medium-grid-4 > li, ul.medium-grid-5 > li, ul.medium-grid-6 > li, ul.medium-grid-7 > li, ul.medium-grid-8 > li, ul.medium-grid-9 > li, ul.medium-grid-10 > li, ul.medium-grid-11 > li, ul.medium-grid-12 > li, ul.large-grid-1 > li, ul.large-grid-2 > li, ul.large-grid-3 > li, ul.large-grid-4 > li, ul.large-grid-5 > li, ul.large-grid-6 > li, ul.large-grid-7 > li, ul.large-grid-8 > li, ul.large-grid-9 > li, ul.large-grid-10 > li, ul.large-grid-11 > li, ul.large-grid-12 > li {
	float:left;
}
ul.small-grid-1, ul.small-grid-2, ul.small-grid-3, ul.small-grid-4, ul.small-grid-5, ul.small-grid-6, ul.small-grid-7, ul.small-grid-8, ul.small-grid-9, ul.small-grid-10, ul.small-grid-11, ul.small-grid-12, ul.medium-grid-1, ul.medium-grid-2, ul.medium-grid-3, ul.medium-grid-4, ul.medium-grid-5, ul.medium-grid-6, ul.medium-grid-7, ul.medium-grid-8, ul.medium-grid-9, ul.medium-grid-10, ul.medium-grid-11, ul.medium-grid-12, ul.large-grid-1, ul.large-grid-2, ul.large-grid-3, ul.large-grid-4, ul.large-grid-5, ul.large-grid-6, ul.large-grid-7, ul.large-grid-8, ul.large-grid-9, ul.large-grid-10, ul.large-grid-11, ul.large-grid-12 {
	/*overflow:hidden;*/ /*clearfix*/ /*we need to clearfix manually - using div with .clear class, because overflow settings causes loss of some shadows*/
}
.gutter {
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom: -30px;
}
.gutter-small {
	margin-left:-7.5px;
	margin-right:-7.5px;
	margin-bottom: -15px;
}
.gutter > .small-1, .gutter > .small-2, .gutter > .small-3, .gutter > .small-4, .gutter > .small-5, .gutter > .small-6, .gutter > .small-7, .gutter > .small-8, .gutter > .small-9, .gutter > .small-10, .gutter > .small-11, .gutter > .small-12, .gutter > .medium-1, .gutter > .medium-2, .gutter > .medium-3, .gutter > .medium-4, .gutter > .medium-5, .gutter > .medium-6, .gutter > .medium-7, .gutter > .medium-8, .gutter > .medium-9, .gutter > .medium-10, .gutter > .medium-11, .gutter > .medium-12, .gutter > .large-1, .gutter > .large-2, .gutter > .large-3, .gutter > .large-4, .gutter > .large-5, .gutter > .large-6, .gutter > .large-7, .gutter > .large-8, .gutter > .large-9, .gutter > .large-10, .gutter > .large-11, .gutter > .large-12 {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}
.gutter-small > .small-1, .gutter-small > .small-2, .gutter-small > .small-3, .gutter-small > .small-4, .gutter-small > .small-5, .gutter-small > .small-6, .gutter-small > .small-7, .gutter-small > .small-8, .gutter-small > .small-9, .gutter-small > .small-10, .gutter-small > .small-11, .gutter-small > .small-12, .gutter-small > .medium-1, .gutter-small > .medium-2, .gutter-small > .medium-3, .gutter-small > .medium-4, .gutter-small > .medium-5, .gutter-small > .medium-6, .gutter-small > .medium-7, .gutter-small > .medium-8, .gutter-small > .medium-9, .gutter-small > .medium-10, .gutter-small > .medium-11, .gutter-small > .medium-12, .gutter-small > .large-1, .gutter-small > .large-2, .gutter-small > .large-3, .gutter-small > .large-4, .gutter-small > .large-5, .gutter-small > .large-6, .gutter-small > .large-7, .gutter-small > .large-8, .gutter-small > .large-9, .gutter-small > .large-10, .gutter-small > .large-11, .gutter-small > .large-12 {
    padding-left:7px;
	padding-right:7px;
	margin-bottom:15px;
}
.gutter > ul.small-grid-1 > li, .gutter > ul.small-grid-2 > li, .gutter > ul.small-grid-3 > li, .gutter > ul.small-grid-4 > li, .gutter > ul.small-grid-5 > li, .gutter > ul.small-grid-6 > li, .gutter > ul.small-grid-7 > li, .gutter > ul.small-grid-8 > li, .gutter > ul.small-grid-9 > li, .gutter > ul.small-grid-10 > li, .gutter > ul.small-grid-11 > li, .gutter > ul.small-grid-12 > li, .gutter > ul.medium-grid-1 > li, .gutter > ul.medium-grid-2 > li, .gutter > ul.medium-grid-3 > li, .gutter > ul.medium-grid-4 > li, .gutter > ul.medium-grid-5 > li, .gutter > ul.medium-grid-6 > li, .gutter > ul.medium-grid-7 > li, .gutter > ul.medium-grid-8 > li, .gutter > ul.medium-grid-9 > li, .gutter > ul.medium-grid-10 > li, .gutter > ul.medium-grid-11 > li, .gutter > ul.medium-grid-12 > li, .gutter > ul.large-grid-1 > li, .gutter > ul.large-grid-2 > li, .gutter > ul.large-grid-3 > li, .gutter > ul.large-grid-4 > li, .gutter > ul.large-grid-5 > li, .gutter > ul.large-grid-6 > li, .gutter > ul.large-grid-7 > li, .gutter > ul.large-grid-8 > li, .gutter > ul.large-grid-9 > li, .gutter > ul.large-grid-10 > li, .gutter > ul.large-grid-11 > li, .gutter > ul.large-grid-12 > li {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}
.gutter-small > ul.small-grid-1 > li, .gutter-small > ul.small-grid-2 > li, .gutter-small > ul.small-grid-3 > li, .gutter-small > ul.small-grid-4 > li, .gutter-small > ul.small-grid-5 > li, .gutter-small > ul.small-grid-6 > li, .gutter-small > ul.small-grid-7 > li, .gutter-small > ul.small-grid-8 > li, .gutter-small > ul.small-grid-9 > li, .gutter-small > ul.small-grid-10 > li, .gutter-small > ul.small-grid-11 > li, .gutter-small > ul.small-grid-12 > li, .gutter-small > ul.medium-grid-1 > li, .gutter-small > ul.medium-grid-2 > li, .gutter-small > ul.medium-grid-3 > li, .gutter-small > ul.medium-grid-4 > li, .gutter-small > ul.medium-grid-5 > li, .gutter-small > ul.medium-grid-6 > li, .gutter-small > ul.medium-grid-7 > li, .gutter-small > ul.medium-grid-8 > li, .gutter-small > ul.medium-grid-9 > li, .gutter-small > ul.medium-grid-10 > li, .gutter-small > ul.medium-grid-11 > li, .gutter-small > ul.medium-grid-12 > li, .gutter-small > ul.large-grid-1 > li, .gutter-small > ul.large-grid-2 > li, .gutter-small > ul.large-grid-3 > li, .gutter-small > ul.large-grid-4 > li, .gutter-small > ul.large-grid-5 > li, .gutter-small > ul.large-grid-6 > li, .gutter-small > ul.large-grid-7 > li, .gutter-small > ul.large-grid-8 > li, .gutter-small > ul.large-grid-9 > li, .gutter-small > ul.large-grid-10 > li, .gutter-small > ul.large-grid-11 > li, .gutter-small > ul.large-grid-12 > li {
    padding-left:7px;
	padding-right:7px;
	margin-bottom:15px;
}

.hide-for-small, .hide-for-small-inline {
	display:none;
}
.small-text-left {
	text-align:left;
}
.small-text-right {
	text-align:right;
}
.small-text-center {
	text-align:center;
}
.small-1 {
	width:8.3333%;
}
.small-2 {
	width:16.6666%;
}
.small-3 {
	width:25%;
}
.small-4 {
	width:33.3333%;
}
.small-5 {
	width:41.6666%;
}
.small-6 {
	width:50%;
}
.small-7 {
	width:58.3333%;
}
.small-8 {
	width:66.6666%;
}
.small-9 {
	width:75%;
}
.small-10 {
	width:83.3333%;
}
.small-11 {
	width:91.6666%;
}
.small-12 {
	width:100%;
}
ul.small-grid-1 > li {
	width:100%;
}
ul.small-grid-2 > li {
	width:50%;
}
ul.small-grid-3 > li {
	width:33.3333%;
}
ul.small-grid-4 > li {
	width:25%;
}
ul.small-grid-5 > li {
	width:20%;
}
ul.small-grid-6 > li {
	width:16.6666%;
}
ul.small-grid-7 > li {
	width:14.2857%;
}
ul.small-grid-8 > li {
	width:12.5%;
}
ul.small-grid-9 > li {
	width:11.1111%;
}
ul.small-grid-10 > li {
	width:10%;
}
ul.small-grid-11 > li {
	width:9.0909%;
}
ul.small-grid-12 > li {
	width:8.3333%;
}
ul.small-grid-1 > li, ul.small-grid-2 > li:nth-child(2n+1), ul.small-grid-3 > li:nth-child(3n+1), ul.small-grid-4 > li:nth-child(4n+1), ul.small-grid-5 > li:nth-child(5n+1), ul.small-grid-6 > li:nth-child(6n+1), ul.small-grid-7 > li:nth-child(7n+1), ul.small-grid-8 > li:nth-child(8n+1), ul.small-grid-9 > li:nth-child(9n+1), ul.small-grid-10 > li:nth-child(10n+1), ul.small-grid-11 > li:nth-child(11n+1), ul.small-grid-12 > li:nth-child(12n+1) {
	clear:left;
}
@media (min-width: 768px) {
    
    body,td,th,p,input {
        font-size:14px;
    }
    h1, .text-size-h1 {
        font-size:32px;
    }
    h2, .text-size-h2 {
        font-size:28px;
    }
    h3, .text-size-h3 {
        font-size:24px;
    }
    .gap {
        34px;
    }
    .gap-small {
        17px;
    }
    .indents {
        padding-left: 34px;
        padding-right: 34px;
    }
    .content {
        width: auto;
        max-width: none;
        margin:0 5vw;
    }
    
    .gutter {
		margin-left:-17px;
		margin-right:-17px;
        margin-bottom: -34px;
	}
	.gutter > .small-1, .gutter > .small-2, .gutter > .small-3, .gutter > .small-4, .gutter > .small-5, .gutter > .small-6, .gutter > .small-7, .gutter > .small-8, .gutter > .small-9, .gutter > .small-10, .gutter > .small-11, .gutter > .small-12, .gutter > .medium-1, .gutter > .medium-2, .gutter > .medium-3, .gutter > .medium-4, .gutter > .medium-5, .gutter > .medium-6, .gutter > .medium-7, .gutter > .medium-8, .gutter > .medium-9, .gutter > .medium-10, .gutter > .medium-11, .gutter > .medium-12, .gutter > .large-1, .gutter > .large-2, .gutter > .large-3, .gutter > .large-4, .gutter > .large-5, .gutter > .large-6, .gutter > .large-7, .gutter > .large-8, .gutter > .large-9, .gutter > .large-10, .gutter > .large-11, .gutter > .large-12 {
		padding-left:17px;
		padding-right:17px;
        margin-bottom: 34px;
	}
    .gutter-small > .small-1, .gutter-small > .small-2, .gutter-small > .small-3, .gutter-small > .small-4, .gutter-small > .small-5, .gutter-small > .small-6, .gutter-small > .small-7, .gutter-small > .small-8, .gutter-small > .small-9, .gutter-small > .small-10, .gutter-small > .small-11, .gutter-small > .small-12, .gutter-small > .medium-1, .gutter-small > .medium-2, .gutter-small > .medium-3, .gutter-small > .medium-4, .gutter-small > .medium-5, .gutter-small > .medium-6, .gutter-small > .medium-7, .gutter-small > .medium-8, .gutter-small > .medium-9, .gutter-small > .medium-10, .gutter-small > .medium-11, .gutter-small > .medium-12, .gutter-small > .large-1, .gutter-small > .large-2, .gutter-small > .large-3, .gutter-small > .large-4, .gutter-small > .large-5, .gutter-small > .large-6, .gutter-small > .large-7, .gutter-small > .large-8, .gutter-small > .large-9, .gutter-small > .large-10, .gutter-small > .large-11, .gutter-small > .large-12 {
        padding-left:9px;
        padding-right:9px;
        margin-bottom:17px;
    }
	.gutter > ul.small-grid-1 > li, .gutter > ul.small-grid-2 > li, .gutter > ul.small-grid-3 > li, .gutter > ul.small-grid-4 > li, .gutter > ul.small-grid-5 > li, .gutter > ul.small-grid-6 > li, .gutter > ul.small-grid-7 > li, .gutter > ul.small-grid-8 > li, .gutter > ul.small-grid-9 > li, .gutter > ul.small-grid-10 > li, .gutter > ul.small-grid-11 > li, .gutter > ul.small-grid-12 > li, .gutter > ul.medium-grid-1 > li, .gutter > ul.medium-grid-2 > li, .gutter > ul.medium-grid-3 > li, .gutter > ul.medium-grid-4 > li, .gutter > ul.medium-grid-5 > li, .gutter > ul.medium-grid-6 > li, .gutter > ul.medium-grid-7 > li, .gutter > ul.medium-grid-8 > li, .gutter > ul.medium-grid-9 > li, .gutter > ul.medium-grid-10 > li, .gutter > ul.medium-grid-11 > li, .gutter > ul.medium-grid-12 > li, .gutter > ul.large-grid-1 > li, .gutter > ul.large-grid-2 > li, .gutter > ul.large-grid-3 > li, .gutter > ul.large-grid-4 > li, .gutter > ul.large-grid-5 > li, .gutter > ul.large-grid-6 > li, .gutter > ul.large-grid-7 > li, .gutter > ul.large-grid-8 > li, .gutter > ul.large-grid-9 > li, .gutter > ul.large-grid-10 > li, .gutter > ul.large-grid-11 > li, .gutter > ul.large-grid-12 > li {
		padding-left:17px;
		padding-right:17px;
        margin-bottom: 34px;
	}
    .gutter-small > ul.small-grid-1 > li, .gutter-small > ul.small-grid-2 > li, .gutter-small > ul.small-grid-3 > li, .gutter-small > ul.small-grid-4 > li, .gutter-small > ul.small-grid-5 > li, .gutter-small > ul.small-grid-6 > li, .gutter-small > ul.small-grid-7 > li, .gutter-small > ul.small-grid-8 > li, .gutter-small > ul.small-grid-9 > li, .gutter-small > ul.small-grid-10 > li, .gutter-small > ul.small-grid-11 > li, .gutter-small > ul.small-grid-12 > li, .gutter-small > ul.medium-grid-1 > li, .gutter-small > ul.medium-grid-2 > li, .gutter-small > ul.medium-grid-3 > li, .gutter-small > ul.medium-grid-4 > li, .gutter-small > ul.medium-grid-5 > li, .gutter-small > ul.medium-grid-6 > li, .gutter-small > ul.medium-grid-7 > li, .gutter-small > ul.medium-grid-8 > li, .gutter-small > ul.medium-grid-9 > li, .gutter-small > ul.medium-grid-10 > li, .gutter-small > ul.medium-grid-11 > li, .gutter-small > ul.medium-grid-12 > li, .gutter-small > ul.large-grid-1 > li, .gutter-small > ul.large-grid-2 > li, .gutter-small > ul.large-grid-3 > li, .gutter-small > ul.large-grid-4 > li, .gutter-small > ul.large-grid-5 > li, .gutter-small > ul.large-grid-6 > li, .gutter-small > ul.large-grid-7 > li, .gutter-small > ul.large-grid-8 > li, .gutter-small > ul.large-grid-9 > li, .gutter-small > ul.large-grid-10 > li, .gutter-small > ul.large-grid-11 > li, .gutter-small > ul.large-grid-12 > li {
        padding-left:9px;
        padding-right:9px;
        margin-bottom:17px;
    }
    
	.hide-for-small {
		display:block;
	}
	.hide-for-small-inline {
		display:inline-block;
	}
	.hide-for-medium, .hide-for-medium-inline {
		display:none;
	}
	.medium-text-left {
		text-align:left;
	}
	.medium-text-right {
		text-align:right;
	}
	.medium-text-center {
		text-align:center;
	}	
	.medium-1 {
		width:8.3333%;
	}
	.medium-2 {
		width:16.6666%;
	}
	.medium-3 {
		width:25%;
	}
	.medium-4 {
		width:33.3333%;
	}
	.medium-5 {
		width:41.6666%;
	}
	.medium-6 {
		width:50%;
	}
	.medium-7 {
		width:58.3333%;
	}
	.medium-8 {
		width:66.6666%;
	}
	.medium-9 {
		width:75%;
	}
	.medium-10 {
		width:83.3333%;
	}
	.medium-11 {
		width:91.6666%;
	}
	.medium-12 {
		width:100%;
	}
	ul.medium-grid-1 > li {
		width:100%;
	}
	ul.medium-grid-2 > li {
		width:50%;
	}
	ul.medium-grid-3 > li {
		width:33.3333%;
	}
	ul.medium-grid-4 > li {
		width:25%;
	}
	ul.medium-grid-5 > li {
		width:20%;
	}
	ul.medium-grid-6 > li {
		width:16.6666%;
	}
	ul.medium-grid-7 > li {
		width:14.2857%;
	}
	ul.medium-grid-8 > li {
		width:12.5%;
	}
	ul.medium-grid-9 > li {
		width:11.1111%;
	}
	ul.medium-grid-10 > li {
		width:10%;
	}
	ul.medium-grid-11 > li {
		width:9.0909%;
	}
	ul.medium-grid-12 > li {
		width:8.3333%;
	}
	ul.small-grid-1 > li, ul.small-grid-2 > li:nth-child(2n+1), ul.small-grid-3 > li:nth-child(3n+1), ul.small-grid-4 > li:nth-child(4n+1), ul.small-grid-5 > li:nth-child(5n+1), ul.small-grid-6 > li:nth-child(6n+1), ul.small-grid-7 > li:nth-child(7n+1), ul.small-grid-8 > li:nth-child(8n+1), ul.small-grid-9 > li:nth-child(9n+1), ul.small-grid-10 > li:nth-child(10n+1), ul.small-grid-11 > li:nth-child(11n+1), ul.small-grid-12 > li:nth-child(12n+1) {
		clear:none;
	}
	ul.medium-grid-1 > li, ul.medium-grid-2 > li:nth-child(2n+1), ul.medium-grid-3 > li:nth-child(3n+1), ul.medium-grid-4 > li:nth-child(4n+1), ul.medium-grid-5 > li:nth-child(5n+1), ul.medium-grid-6 > li:nth-child(6n+1), ul.medium-grid-7 > li:nth-child(7n+1), ul.medium-grid-8 > li:nth-child(8n+1), ul.medium-grid-9 > li:nth-child(9n+1), ul.medium-grid-10 > li:nth-child(10n+1), ul.medium-grid-11 > li:nth-child(11n+1), ul.medium-grid-12 > li:nth-child(12n+1) {
		clear:left;
	}
}
@media (min-width: 1200px) {
    
    body,td,th,p,input {
        font-size:16px;
    }
    h1, .text-size-h1 {
        font-size:38px;
    }
    h2, .text-size-h2 {
        font-size:35px;
    }
    h3, .text-size-h3 {
        font-size:32px;
    }
    .content {
        width: 1130px;
        margin:0 auto;
    }
    
	.hide-for-small {
		display:block;
	}
	.hide-for-small-inline {
		display:inline-block;	
	}
	.hide-for-medium {
		display:block;
	}
	.hide-for-medium-inline {
		display:inline-block;	
	}
	.hide-for-large {
		display:none;
	}
	.large-text-left {
		text-align:left;
	}
	.large-text-right {
		text-align:right;
	}
	.large-text-center {
		text-align:center;
	}	
	.large-1 {
		width:8.3333%;
	}
	.large-2 {
		width:16.6666%;
	}
	.large-3 {
		width:25%;
	}
	.large-4 {
		width:33.3333%;
	}
	.large-5 {
		width:41.6666%;
	}
	.large-6 {
		width:50%;
	}
	.large-7 {
		width:58.3333%;
	}
	.large-8 {
		width:66.6666%;
	}
	.large-9 {
		width:75%;
	}
	.large-10 {
		width:83.3333%;
	}
	.large-11 {
		width:91.6666%;
	}
	.large-12 {
		width:100%;
	}
	ul.large-grid-1 > li {
		width:100%;
	}
	ul.large-grid-2 > li {
		width:50%;
	}
	ul.large-grid-3 > li {
		width:33.3333%;
	}
	ul.large-grid-4 > li {
		width:25%;
	}
	ul.large-grid-5 > li {
		width:20%;
	}
	ul.large-grid-6 > li {
		width:16.6666%;
	}
	ul.large-grid-7 > li {
		width:14.2857%;
	}
	ul.large-grid-8 > li {
		width:12.5%;
	}
	ul.large-grid-9 > li {
		width:11.1111%;
	}
	ul.large-grid-10 > li {
		width:10%;
	}
	ul.large-grid-11 > li {
		width:9.0909%;
	}
	ul.large-grid-12 > li {
		width:8.3333%;
	}
	ul.medium-grid-1 > li, ul.medium-grid-2 > li:nth-child(2n+1), ul.medium-grid-3 > li:nth-child(3n+1), ul.medium-grid-4 > li:nth-child(4n+1), ul.medium-grid-5 > li:nth-child(5n+1), ul.medium-grid-6 > li:nth-child(6n+1), ul.medium-grid-7 > li:nth-child(7n+1), ul.medium-grid-8 > li:nth-child(8n+1), ul.medium-grid-9 > li:nth-child(9n+1), ul.medium-grid-10 > li:nth-child(10n+1), ul.medium-grid-11 > li:nth-child(11n+1), ul.medium-grid-12 > li:nth-child(12n+1) {
		clear:none;
	}
	ul.large-grid-1 > li, ul.large-grid-2 > li:nth-child(2n+1), ul.large-grid-3 > li:nth-child(3n+1), ul.large-grid-4 > li:nth-child(4n+1), ul.large-grid-5 > li:nth-child(5n+1), ul.large-grid-6 > li:nth-child(6n+1), ul.large-grid-7 > li:nth-child(7n+1), ul.large-grid-8 > li:nth-child(8n+1), ul.large-grid-9 > li:nth-child(9n+1), ul.large-grid-10 > li:nth-child(10n+1), ul.large-grid-11 > li:nth-child(11n+1), ul.large-grid-12 > li:nth-child(12n+1) {
		clear:left;
	}
}
/*//GRID AND STANDARD MEDIA QUERIES*/

/*COLORS*/
body {
	background:#f9fafb;
}
.background-accent {
    background: #FFF;
}
.background-gray {
    background:#f9fafb;
}
body,td,th,input,select,textarea {
	color: #2e3038; /*PRIMARY TEXT COLOR*/
}
.text-secondary {
    color: #818698; /*SECONDARY TEXT COLOR*/
}
a, .text-accent {
	color: #165AB7; /*LINK COLOR*/
}
a.tel {
	color:#2e3038;
}
a {
    text-decoration-color: rgba(17,68,137,0);
}
a:hover {
    color: #114489;
    text-decoration-color: rgba(17,68,137,1);
}
.text-error {
    color: #ea4b4b;
}
.text-ok {
    color:#69b716;
}
hr {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    border: none;
    border-bottom: 1px solid #E3E4E8 !important;
}
/*//COLORS*/

/*BUTTONS*/
.button {
    display: inline-block;
    transition: all 300ms ease;
    text-decoration: none !important;
    border: none;
    font-family: 'regular', sans-serif;
    cursor: pointer;
    border-radius: 0.7em;
}
.button.long {
    width: 100%;
    text-align: center;
}
.button.big {
    padding-left: 1.5em;
    padding-right: 1.5em;
    white-space: nowrap;
    line-height: 3.2em;
}
.button.medium {
    padding-left: 1.4em;
    padding-right: 1.4em;
    white-space: nowrap;
    line-height: 2.95em;
}
.button.small {
    font-size: 0.9em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    white-space: nowrap;
    line-height: 2.5em;
}
.button.primary {
    background: #165AB7;
    color: #FFF;
}
.button.primary:hover {
    background: #114489;
}
.button.secondary {
    border: 1px solid #165AB7;
    background: #FFF;
    color: #165AB7;
}
.button.secondary:hover {
    background: #447ac4;
    color: #FFF;
}
.button.main {
    border: 1px solid #165AB7;
    background: #FFF;
    color: #165AB7;
}
.button.main:hover {
    border: 1px solid #114489;
    background: #114489;
    color: #FFF;
}
.button.link {
    background: #FFF;
    color: #165AB7;
    border: 1px solid #ecedf1;
}
.button.link:hover {
    border: 1px solid #165AB7;
}
.button svg {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
.button.secondary svg path {
    fill: #165AB7;
    transition: all 300ms ease;
}
.button.secondary:hover svg path {
    fill: #FFF;
}
.button.main svg path {
    fill: #165AB7;
    transition: all 300ms ease;
}
.button.main:hover svg path {
    fill: #FFF;
}
.button.link svg path {
    fill: #818698;
    transition: all 300ms ease;
}
.button.link:hover svg path {
    fill: #165AB7;
}
.button.standard-icon::before {
    margin-top: -0.1em;
}
/*//BUTTONS*/

/*SWITCH*/
.data-switch {
    display: inline-block;
    transition: all 300ms ease;
    text-decoration: none !important;
    border: 1px solid #E3E4E8;
    font-family: 'regular', sans-serif;
    border-radius: 0.7em;
}
.data-switch a {
    font-size: 0.9em;
    display: inline-block;
    transition: all 300ms ease;
    margin: 0.2em;
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding-left: 1.3em;
    padding-right: 1.3em;
    white-space: nowrap;
    line-height: 2.5em;
    color: #818698;
    border-radius: 0.5em;
    border: 1px solid rgba(255,255,255,0);
}
.data-switch a:hover {
    color: #165AB7;
}
.data-switch a.current {
    color: #165AB7;
    border: 1px solid #165AB7;
}
/*//SWITCH*/

/*BOX*/
.box, .small-box {
    display: block;
    border: 1px solid #E3E4E8;
    border-radius: 1.3em;
    padding: 30px;
    transition: all 300ms ease;
    background: #FFF;
}
.box .small-box {
    border: 1px solid #ecedf1;
}
.small-box {
    border-radius: 1em;
    padding: 20px;
}
.small-box.gray-bg {
    background: #f9fafb;
}
.small-box.gray-bg:hover {
    background: #FFF;
}
.box:hover, .box.shadow {
    box-shadow: 0 1em 2em -0.2em rgba(92,97,112,0.2);
}
.small-box:hover, .small-box.shadow {
    box-shadow: 0 0.5em 1em -0.1em rgba(92,97,112,0.2);
}
.box.no-shadow, .small-box.no-shadow {
    box-shadow: none !important;
}
@media (min-width: 768px) {
    .box {
        padding: 34px;
    }
    .small-box {
        padding: 24px;
    }
}
.box .icon {
    width: 40%;
    max-width: 7rem;
}
.box:hover .button.main {
    background: #165AB7;
    color: #FFF;
}
.box:hover .button.main:hover {
    background: #114489;
}
.box .feature, .badge {
    display: inline-block;
    background: #f0f3f6;
    color: #818698;
    padding: 0.4em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border-radius: 999px;
    margin-bottom: 0.8em;
}
.box .title {
    color: #2e3038;
}
.box:hover .title {
    color: #165AB7;
    transition: all 300ms ease;
}
/*//BOX*/

/*BADGE*/
.badge {
    margin-bottom: 0px;
    vertical-align: middle;
}
.badge.small {
    font-size: 0.8em;
}
.badge.error, .badge.ok {
    background: #ea4b4b;
    color: #FFF;
}
.badge.ok {
    background:#69b716;
}
/*//BADGE*/

/*FANCYBOX*/
.fancybox__container {
    z-index: 9999;
}
.fancybox__backdrop {
    background: rgba(255,255,255,0.9) !important;
}
.fancybox__slide.has-image .fancybox__content {
    text-align: center;
}
.fancybox__slide.has-image img {
    box-shadow: 0 1em 2em -0.2em rgba(92,97,112,0.4) !important;
}
.fancybox__slide.has-image:not(.is-draggable) img {
    max-width: 66vw !important;
    max-height: 66vh !important;
}
.fancybox__slide.has-iframe .fancybox__content {
    padding: 15px !important;
    border-radius: 1em;
    box-shadow: 0 1em 2em -0.2em rgba(92,97,112,0.2);
    border: 1px solid #E3E4E8;
}
.fancybox__slide.has-iframe .fancybox__content::before, .fancybox__slide.has-iframe .fancybox__content::after {
    content: "";
    display: block;
    position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 15px;
}
.fancybox__slide.has-iframe .fancybox__content::before {
	top:15px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}
.fancybox__slide.has-iframe .fancybox__content::after {
	bottom:15px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.fancybox__slide.has-iframe .carousel__button.is-close, .fancybox__slide.has-iframe .carousel__button.is-close * {
    color: #165AB7 !important;
    box-shadow: none !important;
}
.fancybox__container .fancybox__slide.has-iframe {
    --carousel-button-svg-filter: none;   
}
.fancybox__container .fancybox__slide.has-iframe svg circle {
    stroke: #165AB7 !important;
}
.fancybox__toolbar {
    background: none !important;
}
.fancybox__container {
    --carousel-button-svg-filter: none !important;
}
.carousel__button svg {
    stroke: #165AB7 !important;
}
/*//FANCYBOX*/

/*FORMS*/
.form {
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=number], .form select, .form input[type=file], .form textarea {
    line-height: 3em;
    padding-left: 1em;
    padding-right: 1.5em;
    width: 100%;
    border: 1px solid #E3E4E8;
    transition: all 300ms ease;
    outline: none;
    border-radius: 0.5em;
    background: #FFF !important;
}
.form textarea {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1rem !important;
    min-height: 5rem;
}
.form input[type=file] {
    cursor: pointer;
}
.form input[type=file]::-webkit-file-upload-button {
    display: none;
}
.form select {
    display: block;
    font-size: 1em;
    padding-bottom: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.form select:invalid, .form select option[value=""] {
    color: #9a9ead !important;
}
.form select option {
    color: #000 !important;
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=number]:focus, .form input[type=file]:focus, .form select:focus, .form textarea:focus {
    border: 1px solid #165AB7;
}
.form .input-wrapper input:disabled, .form .input-wrapper select:disabled, .form .input-wrapper option:disabled {
    color: #9a9ead !important;
    cursor: not-allowed;
}
.form ::placeholder {
    color: #818698;
    opacity: 0.8;
}
.form .input-wrapper {
    position: relative;
}
.form .input-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: 0.5em;
    bottom: 0.5em;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.form .input-wrapper .placeholder {
    pointer-events: none;
    color: #a7aab7;
    position: absolute;
    z-index: 2;
    padding-left: 0.5rem;
    line-height: 3.1em;
    left: 0.5rem;
    top: 0;
    height: 100%;
    max-width: 90%;
    padding-right: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
    transition: all 300ms ease;
    border-radius: 999px;
}
.form .input-wrapper input:focus~.placeholder, .form .input-wrapper input:not(:placeholder-shown)~.placeholder, .form .input-wrapper textarea:focus~.placeholder, .form .input-wrapper textarea:not(:placeholder-shown)~.placeholder, .form .input-wrapper select:not(:placeholder-shown)~.placeholder, .form .input-wrapper select:focus~.placeholder, .form .input-wrapper .placeholder.activated {
    top: -0.5rem;
    height: 1rem;
    line-height: 1rem;
    background: #FFF;
    color: #c0c2cb;
}
.form .input-wrapper input:focus~.placeholder, .form .input-wrapper textarea:focus~.placeholder, .form .input-wrapper select:focus~.placeholder {
    color: #165AB7;
}
.form .input-wrapper input,
.form .input-wrapper textarea,
.form .input-wrapper select,
.form .input-wrapper .placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form .input-wrapper .verified, .form .input-wrapper .arrow {
    position: absolute;
    z-index: 3;
    right: 0.8em;
    top: 50%;
    margin-top: -4px;
    margin-right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #E3E4E8;
    transition: all 300ms ease;
}
.form .input-wrapper .arrow {
    margin-top: -6px;
    border-radius: 0px;
    background: none;
    border: solid #9a9ead;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.form .input-wrapper select ~ .verified {
    right: 1.8em;
}
.form .input-wrapper input:valid ~ .verified, .form .input-wrapper textarea:valid ~ .verified, .form .input-wrapper select:valid ~ .verified {
    /*background:#69b716;*/
    background:#FFF;
}
.form .input-wrapper input:focus:invalid ~ .verified, .form .input-wrapper textarea:focus:invalid ~ .verified, .form .input-wrapper select:focus:invalid ~ .verified {
    background: #ea4b4b;
}
.form .checkbox, .form .radio {
	display:inline-block;
	margin-bottom:0.2em;
    white-space: nowrap;
}
.form .checkbox label, .form .radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 2em;
	margin-right: 2em;
	line-height: 1.5em;
}
@media (max-width: 980px) {
    .form .checkbox, .form .radio {
        display:block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .form .checkbox::after, .form .radio::after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        right: 0px;
        top: 0px;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }
}
.form .checkbox input, .form .radio input {  
    display: none;  
}  
.form .checkbox label:before, .form .radio label:before {  
    content: "";  
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 0;  
    bottom: 0;
    background-color: #E3E4E8;
    border-radius: 5px;
    transition: all 300ms ease;
}  
.form .radio label:before {  
    border-radius: 999px;
}
.form .checkbox label:after, .form .radio label:after {
    font-family: 'icons', sans-serif;
	font-weight: normal;
    content: "\f106";
    color: #FFF;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    transition: all 300ms ease;
    opacity: 0;
}
.form .checkbox input:checked + label:before, .form .radio input:checked + label:before {  
    background-color: #165AB7;
}
.form .checkbox input:checked + label:after, .form .radio input:checked + label:after {
    opacity: 1;
}
.form .file-input {
    border: 2px dashed #E3E4E8;
    border-radius: 0.5em;
    position: relative;
    height: 5rem;
    overflow: hidden;
}
.form .file-input input {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    line-height: 5rem;
    background: none !important;
    border: none !important;
    padding-left: 4rem;
}
.form .file-input.active input {
    opacity: 1;
}
.form .file-input:before {  
    content: "";  
    display: block;
    height: 4.8rem;
    position: absolute;
    left: 1rem;  
    top: 0px;
    line-height: 4.8rem;
    font-size: 2.5em;
    font-family: 'icons', sans-serif;
	font-weight: normal;
    content: "\f12a";
    color: #9a9ead;
    pointer-events: none;
}
.form .file-input .placeholder1, .form .file-input .placeholder2 {
    position: absolute;
    left: 4rem;
    top: 50%;
    pointer-events: none;
    transition: all 300ms ease;
}
.form .file-input.active .placeholder1, .form .file-input.active .placeholder2 {
    opacity: 0;
}
.form .file-input .placeholder1 {
    margin-top: -1.3rem;
}
.form .file-input .placeholder2 {
    font-size: 0.8em;
}
.form .file-input .placeholder2 span {
    color: #165AB7;
}
.submit-wrapper {
    position: relative;
}
.submit-wrapper .submit-block {
    position: absolute;
    background: #FFF;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
/*//FORMS*/

/*DROPDOWNS*/
.dropdowns { 
}
.dropdowns .element a.title {
    display: block;
    position: relative;
    text-decoration: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
    padding-right: 3em;
}
.dropdowns .element a.title div.cross {
    display: block;
    position: absolute;
    right:0px;
    top: 50%;
    margin-top:-1.25em;
    width: 2.5em;
    height: 2.5em;
    background: rgba(22,90,183,0);
    border-radius: 999px;
    background: #f9fafb;
    transition: all 300ms ease;
}
.dropdowns .element.gray-bg a.title div.cross {
    background: #FFF !important;
}
.dropdowns .element a.title div.cross::before, .dropdowns .element a.title div.cross::after {
    content: "";
    display: block;
    transition: all 300ms ease;
    background: #165AB7;
    border-radius: 999px;
    position: absolute;
}
.dropdowns .element a.title div.cross::before {
    width: 2px;
    height: 50%;
    left: 50%;
    top: 25%;
    margin-left: -1px;
}
.dropdowns .element a.title div.cross::after {
    height: 2px;
    width: 50%;
    left: 25%;
    top: 50%;
    margin-top: -1px;
}
.dropdowns .element .descr {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 300ms ease;
}
.dropdowns .element.shown .descr { /* .shown is applied with js on click */
    height: auto;
    overflow: visible;
    opacity: 1;
}
.dropdowns .element.shown {
    border: 1px solid rgba(227,228,232,1);
}
.dropdowns .element.shown a.title div.cross {
    transform: rotateY(0deg) rotate(135deg);
}
/*//DROPDOWNS*/

/*MAIN LAYOUT*/

header, main, footer {
	display:block;
}

header .desktop .logo {
    float: left;
    width: 188px;
}
header .desktop .logo-slogan {
    float: left;
    width: 130px;
}
header .desktop .logo-slogan img {
    margin-top: -6px;
}
header .desktop .office-select-wrapper {
    float: right;
    width: 330px;
}
header .desktop .top-menu-wrapper {
    /*margin-left: 220px;*/
    margin-left: 150px;
    margin-right: 330px;
}
@media (min-width: 1200px) {
    header .desktop .logo {
        width: 235px;
    }
    header .desktop .logo-slogan {
        width: 140px;
    }
    header .desktop .office-select-wrapper {
        width: 570px;
    }
    header .desktop .top-menu-wrapper {
        /*margin-left: 270px;*/
        margin-left: 160px;
        margin-right: 570px;
    }
}
header .mobile {
	position: fixed;
	z-index: 9998;
	height: 80px;
	left:0px;
	top: 0px;
	width: 100%;
	background: #FFF;
    border-bottom: 1px solid #E3E4E8;
}
header .mobile .content {
    position: relative;
}
header .mobile .menu-wrapper {
	float: right;
	width: 45px;
	height: 80px;
}
header .mobile .logo {
	display: block;
	float: left;
	width: 244px;
	padding-top:28px;
	opacity: 1 !important;
}
footer .footer-contact {
    border-bottom: 1px solid #E3E4E8;
}
footer .footer-contact .footer-logo {
    width: 188px;
    margin-top: 0.25em;
}
footer .footer-contact .text-secondary {
    font-size: 0.7em;
    margin-top: -0.3em;
}
footer .footer-contact .feedback-link {
    margin-top: -0.2em;
}
@media (min-width: 768px) {
    footer .footer-contact .footer-logo {
        margin-top: 0.4em;
    }
    footer .footer-contact .text-secondary {
        font-size: 0.8em;
        margin-top: -0.2em;
    }
}
@media (min-width: 1200px) {
    footer .footer-contact .footer-logo {
        width: 235px;
    }
}
footer .apps .small-box {
    padding: 1em;
}
footer .apps img {
    max-width: 100%;
}
footer .footer-bottom {
    border-top: 1px solid #E3E4E8;
}
footer .qrcode {
    border-radius: 1em;
    box-shadow: 0 0.5em 1em -0.1em rgba(92,97,112,0.2);
    margin-top: -5px;
}
footer .social-links a {
    display: block;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    background:#f9fafb;
    border-radius: 999px;
    border: 1px solid #E3E4E8;
}
footer .social-links a svg {
    max-width: 1em;
    max-height: 1em;
    vertical-align: middle;
    margin-top: -0.3em;
}
.questionnaire-button {
    display: block;
    position: fixed;
    right: 0;
    top: 40vh;
    z-index: 500;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    background: #f0f3f6;
    text-decoration: none !important;
    padding: 1em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 0.8rem;
}
/*@media (max-width: 768px) {
    .questionnaire-button {
        display: none;
    }
}*/
.articles-search {
    margin-top:-0.7em;
    position: relative;
}
.articles-search input, .articles-search .button {
    border-radius: 999px !important;    
}
.articles-search input {
    padding-right: 4em !important;
}
.articles-search .button {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    padding: 0px !important;
    margin-top: 1px;
    margin-right: 2px;
    width: 2.5em !important;
}
.articles-search-cancel {
    border-radius: 999px !important;  
    display: inline-block;
    padding: 0px !important;
    width: 2rem !important;
    height: 2rem !important;
    line-height: 2.1rem !important;
    font-size: 1rem !important;
    vertical-align: middle;
    text-align: center;
}